@charset "UTF-8";
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/*!
 * Bootstrap Reboot v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/earlyaccess/notosanskannada.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

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

@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

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

@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.ok {
  background-color: #F8FFF0;
  color: #234600;
}

.warning {
  background-color: #FFFCE5;
  color: #840;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  background: #FFF;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #FF0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/opensans/OpenSans-Regular-webfont.eot");
  src: url("../font/opensans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans/OpenSans-Regular-webfont.woff") format("woff"), url("../font/opensans/OpenSans-Regular-webfont.ttf") format("truetype"), url("../font/opensans/OpenSans-Regular-webfont.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/opensans-bold/OpenSans-Bold-webfont.eot");
  src: url("../font/opensans-bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-bold/OpenSans-Bold-webfont.woff") format("woff"), url("../font/opensans-bold/OpenSans-Bold-webfont.ttf") format("truetype"), url("../font/opensans-bold/OpenSans-Bold-webfont.svg") format("svg");
  font-style: normal;
  font-weight: bold;
}

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

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../font/source-sans-pro/SourceSansPro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../font/source-sans-pro/SourceSansPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../font/source-sans-pro/SourceSansPro-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../font/source-sans-pro/SourceSansPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../font/source-sans-pro/SourceSansPro-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Source Serif Pro';
  src: url("../font/source-serif-pro/SourceSerifPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Source Serif Pro';
  src: url("../font/source-serif-pro/SourceSerifPro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Source Serif Pro';
  src: url("../font/source-serif-pro/SourceSerifPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

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

html {
  box-sizing: border-box;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

menu,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
  margin: 0 auto;
}

h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-family: "Arial";
  color: #232021;
  font-weight: 700;
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 31px;
    line-height: 56px;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}

h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 37px;
  line-height: 2.3125rem;
  font-family: "Arial";
  color: #232021;
  font-weight: 700;
  font-style: normal;
  margin-top: 28px;
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 25px;
    line-height: 28px;
    margin-top: 56px;
    margin-bottom: 28px;
  }
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  font-family: "Arial";
  color: #232021;
  font-weight: 700;
  font-style: normal;
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 18px;
    line-height: 32px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Arial";
  color: #232021;
  font-weight: 700;
  font-style: normal;
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

hr {
  border: 1px solid;
  margin: -1px 0;
}

b,
strong,
em,
small,
code {
  line-height: 1;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -.4em;
}

sub {
  top: .4em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  border: 0;
}

.media-youtube-video,
.media_embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.media-youtube-video iframe,
.media_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

table,
table td,
table th {
  border: 0;
}

table {
  width: 100%;
  background-color: #FFF;
}

table td,
table th {
  padding: 10px 20px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pioneer-icon {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_open:before {
  content: "\e800";
}

.icon-close:before {
  content: "\e801";
}

.icon-hamb:before {
  content: "\e802";
}

.icon-arrow:before {
  content: "\e803";
}

.icon-question_mark:before {
  content: "\e804";
}

.icon-close_2:before {
  content: "\e805";
}

.icon-arrow_up:before {
  content: "\e806";
}

.icon-search:before {
  content: "\e807";
}

.icon-download:before {
  content: "\e808";
}

.icon-magnifying_glass:before {
  content: "\e809";
}

.icon-print:before {
  content: "\e80a";
}

.icon-check:before {
  content: "\e80b";
}

.icon-cancel:before {
  content: "\e80c";
}

.icon-arrow_left:before {
  content: "\e80d";
}

@-webkit-keyframes spin-up {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@-moz-keyframes spin-up {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@-o-keyframes spin-up {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@keyframes spin-up {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@-webkit-keyframes spin-down {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes spin-down {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes spin-down {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes spin-down {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.centered {
  text-align: center;
}

.clearfix:not(.vertical-tabs)::after {
  display: block;
  clear: both;
  content: "";
}

.pie-clearfix {
  *zoom: 1;
}

.pie-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../font/font-awesome/fontawesome-webfont.eot?1433249569");
  src: url("../font/font-awesome/fontawesome-webfont.eot?&1433249569#iefix") format("embedded-opentype"), url("../font/font-awesome/fontawesome-webfont.woff2?1433249569") format("woff2"), url("../font/font-awesome/fontawesome-webfont.woff?1433249569") format("woff"), url("../font/font-awesome/fontawesome-webfont.ttf?1433249569") format("truetype"), url("../font/font-awesome/fontawesome-webfont.svg?1433249569#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

@media (min-width: 768px) {
  .w1 {
    width: 6.7796610169%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w2 {
    width: 15.2542372881%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w3 {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w4 {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w5 {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w6 {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w7 {
    width: 57.6271186441%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w8 {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w9 {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w10 {
    width: 83.0508474576%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w11 {
    width: 91.5254237288%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .w12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.grid-1 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .grid-1 {
    max-width: 1280px;
  }
}

.grid-1 > * {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.grid-1 > *:nth-child(1n) {
  float: right;
  margin-right: 0;
}

.grid-1 > *:nth-child(1n+1) {
  clear: both;
}

.grid-2 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .grid-2 {
    max-width: 1280px;
  }
}

.grid-2 > * {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}

.grid-2 > *:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.grid-2 > *:nth-child(2n+1) {
  clear: both;
}

.grid-3 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .grid-3 {
    max-width: 1280px;
  }
}

.grid-3 > * {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
}

.grid-3 > *:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.grid-3 > *:nth-child(3n+1) {
  clear: both;
}

.grid-4 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .grid-4 {
    max-width: 1280px;
  }
}

.grid-4 > * {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%;
}

.grid-4 > *:nth-child(4n) {
  float: right;
  margin-right: 0;
}

.grid-4 > *:nth-child(4n+1) {
  clear: both;
}

.grid-5 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .grid-5 {
    max-width: 1280px;
  }
}

.grid-5 > * {
  width: 18.6440677966%;
  float: left;
  margin-right: 1.6949152542%;
}

.grid-5 > *:nth-child(5n) {
  float: right;
  margin-right: 0;
}

.grid-5 > *:nth-child(5n+1) {
  clear: both;
}

.grid-6 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .grid-6 {
    max-width: 1280px;
  }
}

.grid-6 > * {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
}

.grid-6 > *:nth-child(6n) {
  float: right;
  margin-right: 0;
}

.grid-6 > *:nth-child(6n+1) {
  clear: both;
}

.latest {
  float: right;
  margin-right: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay.out {
  background-color: transparent;
}

.panel-pane.col-2 {
  padding: 0;
  max-width: none;
}

.bean-col-2 .w6 {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.bean-col-2 .file {
  position: relative;
  line-height: 0;
  background-size: cover;
  background-position: center;
}

.bean-col-2 img {
  opacity: 0;
}

.bean-col-2 .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.bean-col-2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bean-col-2 .field--type-link-field {
  text-align: center;
  background-color: #B7274C;
}

.bean-col-2 .field--type-link-field a {
  color: #FFF;
  padding: 16px 0;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
}

.bean-col-2 .field--type-link-field a::after {
  content: "";
  margin: -4px 0 0 18px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: inherit;
  content: "";
  line-height: inherit;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  font-size: 25px;
}

.bean-col-2 .field--type-link-field a.discover-more {
  display: none;
}

@media (min-width: 768px) {
  .bean-col-2 .field--type-link-field a.discover-more {
    display: block;
  }
}

.bean-col-2 .field--type-link-field span:last-child,
.bean-col-2 .field--type-link-field .triangle {
  display: none;
}

.bean-col-2 .field--type-link-field .field__items {
  display: inline-block;
}

@media (min-width: 768px) {
  .bean-col-2 {
    margin-bottom: 0;
  }
  .bean-col-2 .w6 {
    position: relative;
    width: 50%;
    float: left;
  }
  .bean-col-2 .w6:last-child {
    padding-left: 1px;
  }
  .bean-col-2 .w6:last-child .field--type-link-field {
    left: 1px;
  }
  .bean-col-2 .w6:last-child:before {
    -webkit-transform: rotate(-2.8deg);
    -moz-transform: rotate(-2.8deg);
    -ms-transform: rotate(-2.8deg);
    -o-transform: rotate(-2.8deg);
    transform: rotate(-2.8deg);
    left: -3%;
  }
  .bean-col-2 .w6:hover .field--type-link-field {
    bottom: 0;
  }
  .bean-col-2 .w6:before {
    content: "";
    width: 110%;
    height: 20%;
    position: absolute;
    top: -14%;
    left: -2%;
    background: #FFF;
    -webkit-transform: rotate(2.8deg);
    -moz-transform: rotate(2.8deg);
    -ms-transform: rotate(2.8deg);
    -o-transform: rotate(2.8deg);
    transform: rotate(2.8deg);
  }
  .bean-col-2 img {
    height: 350px;
  }
  .bean-col-2 .field--type-link-field {
    position: absolute;
    right: 0;
    bottom: -63px;
    left: 0;
    cursor: pointer;
    -webkit-transition: bottom 250ms;
    -moz-transition: bottom 250ms;
    -o-transition: bottom 250ms;
    transition: bottom 250ms;
    z-index: 10;
    height: 155px;
  }
  .bean-col-2 .field--type-link-field .triangle {
    display: block;
    position: absolute;
    margin: 0;
    top: -35px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 35px solid #B7274C;
  }
  .bean-col-2 .field--type-link-field a {
    color: #FFF;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  #main .bean-col-2 .field--type-link-field a {
    word-break: break-word;
  }
  .bean-col-2 .field--type-link-field a:not(.discover-more) {
    height: 88px;
  }
  .bean-col-2 .field--type-link-field a:not(.discover-more)::after {
    display: none;
  }
  .bean-col-2 .field--type-link-field a:not(.discover-more):hover {
    text-decoration: none;
  }
  .bean-col-2 .field--type-link-field a.discover-more {
    padding: 10px 60px 10px 0;
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 15px;
    margin-right: 20px;
    float: right;
  }
  .bean-col-2 .field--type-link-field a.discover-more::before, .bean-col-2 .field--type-link-field a.discover-more::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  .bean-col-2 .field--type-link-field a.discover-more::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .bean-col-2 .field--type-link-field a.discover-more::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .bean-col-2 .field--type-link-field a.discover-more:hover {
    text-decoration: none;
  }
  .bean-col-2 .field--type-link-field a.discover-more:hover::after {
    color: #B7274C;
  }
  .bean-col-2 .field--type-link-field a.discover-more:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .bean-col-2 .field--type-link-field a.discover-more::before {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    right: -1px;
    background: #FFF;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .bean-col-2 .field--type-link-field a.discover-more::after {
    background: none;
    border: 2px solid #FFF;
    color: #FFF;
    right: 0;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .bean-col-2 .field--type-link-field a.discover-more:hover::after {
    color: #B7274C;
  }
  .bean-col-2 .field--type-link-field a.discover-more:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
}

@media (min-width: 1024px) {
  .bean-col-2 .field--type-link-field a {
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  .bean-col-2 img {
    height: 450px;
  }
}

.pane-col-3 h2,
.bean-col-3 h2,
.bean-3-col-including-newsletter h2 {
  margin: 35px auto 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: bold;
  font-style: normal;
}

.pane-col-3 p,
.bean-col-3 p,
.bean-3-col-including-newsletter p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
}

.pane-col-3 img,
.bean-col-3 img,
.bean-3-col-including-newsletter img {
  display: block;
  width: 100%;
  height: auto;
}

.pane-col-3 .w4,
.bean-col-3 .w4,
.bean-3-col-including-newsletter .w4 {
  position: relative;
  margin-bottom: 30px;
}

.pane-col-3 .file,
.bean-col-3 .file,
.bean-3-col-including-newsletter .file {
  position: relative;
}

.pane-col-3 .play-button,
.bean-col-3 .play-button,
.bean-3-col-including-newsletter .play-button {
  background-size: 80px auto;
}

.pane-col-3 .field--type-link-field a,
.bean-col-3 .field--type-link-field a,
.bean-3-col-including-newsletter .field--type-link-field a {
  text-align: center;
  background: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #B7274C;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 480px) {
  .pane-col-3 .field--type-link-field,
  .bean-col-3 .field--type-link-field,
  .bean-3-col-including-newsletter .field--type-link-field {
    overflow: hidden;
  }
  .pane-col-3 .field--type-link-field a,
  .pane-col-3 .discover-more,
  .bean-col-3 .field--type-link-field a,
  .bean-col-3 .discover-more,
  .bean-3-col-including-newsletter .field--type-link-field a,
  .bean-3-col-including-newsletter .discover-more {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
    display: block;
    width: 100%;
  }
  .pane-col-3 .field--type-link-field a::before, .pane-col-3 .field--type-link-field a::after,
  .pane-col-3 .discover-more::before,
  .pane-col-3 .discover-more::after,
  .bean-col-3 .field--type-link-field a::before,
  .bean-col-3 .field--type-link-field a::after,
  .bean-col-3 .discover-more::before,
  .bean-col-3 .discover-more::after,
  .bean-3-col-including-newsletter .field--type-link-field a::before,
  .bean-3-col-including-newsletter .field--type-link-field a::after,
  .bean-3-col-including-newsletter .discover-more::before,
  .bean-3-col-including-newsletter .discover-more::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  .pane-col-3 .field--type-link-field a::before,
  .pane-col-3 .discover-more::before,
  .bean-col-3 .field--type-link-field a::before,
  .bean-col-3 .discover-more::before,
  .bean-3-col-including-newsletter .field--type-link-field a::before,
  .bean-3-col-including-newsletter .discover-more::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-col-3 .field--type-link-field a::after,
  .pane-col-3 .discover-more::after,
  .bean-col-3 .field--type-link-field a::after,
  .bean-col-3 .discover-more::after,
  .bean-3-col-including-newsletter .field--type-link-field a::after,
  .bean-3-col-including-newsletter .discover-more::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .pane-col-3 .field--type-link-field a:hover,
  .pane-col-3 .discover-more:hover,
  .bean-col-3 .field--type-link-field a:hover,
  .bean-col-3 .discover-more:hover,
  .bean-3-col-including-newsletter .field--type-link-field a:hover,
  .bean-3-col-including-newsletter .discover-more:hover {
    text-decoration: none;
  }
  .pane-col-3 .field--type-link-field a:hover::after,
  .pane-col-3 .discover-more:hover::after,
  .bean-col-3 .field--type-link-field a:hover::after,
  .bean-col-3 .discover-more:hover::after,
  .bean-3-col-including-newsletter .field--type-link-field a:hover::after,
  .bean-3-col-including-newsletter .discover-more:hover::after {
    color: #B7274C;
  }
  .pane-col-3 .field--type-link-field a:hover::before,
  .pane-col-3 .discover-more:hover::before,
  .bean-col-3 .field--type-link-field a:hover::before,
  .bean-col-3 .discover-more:hover::before,
  .bean-3-col-including-newsletter .field--type-link-field a:hover::before,
  .bean-3-col-including-newsletter .discover-more:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
}

@media (min-width: 768px) {
  .pane-col-3 .w4,
  .bean-col-3 .w4,
  .bean-3-col-including-newsletter .w4 {
    margin-bottom: 0;
  }
  .pane-col-3 .w4 > .field,
  .bean-col-3 .w4 > .field,
  .bean-3-col-including-newsletter .w4 > .field {
    padding: 0 12px;
  }
  .pane-col-3 .w4:last-of-type,
  .bean-col-3 .w4:last-of-type,
  .bean-3-col-including-newsletter .w4:last-of-type {
    margin-right: 0;
  }
  .pane-col-3 p,
  .bean-col-3 p,
  .bean-3-col-including-newsletter p {
    margin: 13px 0;
  }
}

.pane-col-4,
.bean-col-4 {
  text-align: center;
  margin-bottom: 20px;
}

.pane-col-4 a:hover,
.bean-col-4 a:hover {
  text-decoration: none;
}

.pane-col-4 h2,
.bean-col-4 h2 {
  margin: 24px auto 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.pane-col-4 p,
.bean-col-4 p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.pane-col-4 .w3,
.bean-col-4 .w3 {
  position: relative;
  margin-bottom: 20px;
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}

.pane-col-4 .w3:nth-child(even),
.bean-col-4 .w3:nth-child(even) {
  margin-right: 0;
}

.pane-col-4 .file,
.bean-col-4 .file {
  position: relative;
}

.pane-col-4 .play-button,
.bean-col-4 .play-button {
  background-size: 50px auto;
}

.pane-col-4 .media-youtube-video,
.bean-col-4 .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.pane-col-4 iframe,
.bean-col-4 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pane-col-4 img,
.bean-col-4 img {
  display: block;
  width: 100%;
  height: auto;
}

.pane-col-4 .field--type-link-field,
.pane-col-4 .field--type-text-long p,
.bean-col-4 .field--type-link-field,
.bean-col-4 .field--type-text-long p {
  display: none;
}

.pane-col-4 .field--type-text-long,
.bean-col-4 .field--type-text-long {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .pane-col-4,
  .bean-col-4 {
    margin-bottom: 30px;
  }
  .pane-col-4 .w3,
  .bean-col-4 .w3 {
    margin-bottom: 30px;
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    border: 2px solid transparent;
    -webkit-transition: border-color 250ms;
    -moz-transition: border-color 250ms;
    -o-transition: border-color 250ms;
    transition: border-color 250ms;
  }
  .pane-col-4 .w3:nth-child(even),
  .bean-col-4 .w3:nth-child(even) {
    margin-right: 1.69492%;
  }
  .pane-col-4 .w3:last-of-type,
  .bean-col-4 .w3:last-of-type {
    margin-right: 0;
  }
  .pane-col-4 .w3.has-link,
  .bean-col-4 .w3.has-link {
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    -o-transition: background 250ms;
    transition: background 250ms;
  }
  .pane-col-4 .w3.has-link.has-youtube .field--type-link-field,
  .bean-col-4 .w3.has-link.has-youtube .field--type-link-field {
    display: none;
  }
  .pane-col-4 .w3.has-link:hover,
  .bean-col-4 .w3.has-link:hover {
    background: #F5F5F5;
    border-color: #F5F5F5;
  }
  .pane-col-4 .w3.has-link:hover .field__items,
  .bean-col-4 .w3.has-link:hover .field__items {
    bottom: -7%;
  }
  .pane-col-4 h2,
  .bean-col-4 h2 {
    margin: 23px auto 28px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #232021;
    font-weight: bold;
    font-style: normal;
  }
  .pane-col-4 p,
  .bean-col-4 p {
    margin: 23px 0 13px;
  }
  .pane-col-4 .field--type-text-long p,
  .bean-col-4 .field--type-text-long p {
    display: block;
  }
  .pane-col-4 .file,
  .bean-col-4 .file {
    position: relative;
  }
  .pane-col-4 .field--type-link-field,
  .bean-col-4 .field--type-link-field {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  .pane-col-4 .field--type-link-field .field__items,
  .bean-col-4 .field--type-link-field .field__items {
    background-color: rgba(183, 39, 76, 0.95);
    position: absolute;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    padding: 1% 0 14%;
    width: 110%;
    left: -5%;
    bottom: -70%;
    -webkit-transition: bottom 250ms;
    -moz-transition: bottom 250ms;
    -o-transition: bottom 250ms;
    transition: bottom 250ms;
  }
  .pane-col-4 .field--type-link-field .field__item,
  .bean-col-4 .field--type-link-field .field__item {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .pane-col-4 .field--type-link-field a,
  .bean-col-4 .field--type-link-field a {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
    color: #FFF;
    font-weight: normal;
    margin-right: 10%;
    float: right;
  }
  .pane-col-4 .field--type-link-field a::before, .pane-col-4 .field--type-link-field a::after,
  .bean-col-4 .field--type-link-field a::before,
  .bean-col-4 .field--type-link-field a::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  .pane-col-4 .field--type-link-field a::before,
  .bean-col-4 .field--type-link-field a::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-col-4 .field--type-link-field a::after,
  .bean-col-4 .field--type-link-field a::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .pane-col-4 .field--type-link-field a:hover,
  .bean-col-4 .field--type-link-field a:hover {
    text-decoration: none;
  }
  .pane-col-4 .field--type-link-field a:hover::after,
  .bean-col-4 .field--type-link-field a:hover::after {
    color: #B7274C;
  }
  .pane-col-4 .field--type-link-field a:hover::before,
  .bean-col-4 .field--type-link-field a:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-col-4 .field--type-link-field a::before,
  .bean-col-4 .field--type-link-field a::before {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    right: -1px;
    background: #FFF;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-col-4 .field--type-link-field a::after,
  .bean-col-4 .field--type-link-field a::after {
    background: none;
    border: 2px solid #FFF;
    color: #FFF;
    right: 0;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .pane-col-4 .field--type-link-field a:hover::after,
  .bean-col-4 .field--type-link-field a:hover::after {
    color: #B7274C;
  }
  .pane-col-4 .field--type-link-field a:hover::before,
  .bean-col-4 .field--type-link-field a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pane-col-4 .field--type-link-field a::after,
  .pane-col-4 .field--type-link-field a:before,
  .bean-col-4 .field--type-link-field a::after,
  .bean-col-4 .field--type-link-field a:before {
    width: 30px;
    height: 30px;
  }
  .pane-col-4 .field--type-link-field a:before,
  .bean-col-4 .field--type-link-field a:before {
    bottom: 0;
  }
  .pane-col-4 .field--type-link-field a:after,
  .bean-col-4 .field--type-link-field a:after {
    padding: 0 0 0 3px;
    margin: 0 0 0 15px;
    font-size: 24px;
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  .pane-col-4 .field--type-link-field .field__items,
  .bean-col-4 .field--type-link-field .field__items {
    padding: 3% 0 12%;
  }
}

.panel-pane.pane-full-width {
  max-width: none;
  background: #F3F3F3;
  padding: 47px 20px;
  margin-bottom: 20px;
}

.panel-pane.pane-full-width .bean-full-width,
.panel-pane.pane-full-width h2 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.panel-pane.pane-full-width h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin-bottom: 47px;
}

.panel-pane.pane-full-width p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.panel-pane.pane-full-width p:first-child {
  margin-top: 0;
}

.panel-pane.pane-full-width p:last-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .panel-pane.pane-full-width {
    padding: 47px 40px;
  }
}

@media (min-width: 1024px) {
  .panel-pane.pane-full-width {
    padding: 47px 20px;
  }
}

.pane-image-left,
.pane-image-right,
.bean-image-left,
.bean-image-right {
  background: #FFF;
}

.pane-image-left img,
.pane-image-right img,
.bean-image-left img,
.bean-image-right img {
  display: block;
  width: 100%;
  height: auto;
}

.pane-image-left h2,
.pane-image-right h2,
.bean-image-left h2,
.bean-image-right h2 {
  margin: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

.pane-image-left p,
.pane-image-right p,
.bean-image-left p,
.bean-image-right p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4C4647;
  font-weight: normal;
  font-style: normal;
}

.pane-image-left .subtitle,
.pane-image-right .subtitle,
.bean-image-left .subtitle,
.bean-image-right .subtitle {
  color: #B7274C;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.pane-image-left .w4,
.pane-image-right .w4,
.bean-image-left .w4,
.bean-image-right .w4 {
  padding: 20px;
}

.pane-image-left .w8,
.pane-image-right .w8,
.bean-image-left .w8,
.bean-image-right .w8 {
  position: relative;
}

.pane-image-left .media-youtube-video,
.pane-image-right .media-youtube-video,
.bean-image-left .media-youtube-video,
.bean-image-right .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.pane-image-left iframe,
.pane-image-right iframe,
.bean-image-left iframe,
.bean-image-right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pane-image-left .file-image,
.pane-image-right .file-image,
.bean-image-left .file-image,
.bean-image-right .file-image {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .pane-image-left .w4,
  .pane-image-right .w4,
  .bean-image-left .w4,
  .bean-image-right .w4 {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    padding: 15px 50px;
  }
  .pane-image-left .w8,
  .pane-image-right .w8,
  .bean-image-left .w8,
  .bean-image-right .w8 {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    margin-right: 0;
  }
  .pane-image-left .file-image,
  .pane-image-right .file-image,
  .bean-image-left .file-image,
  .bean-image-right .file-image {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .pane-image-left .w4,
  .pane-image-right .w4,
  .bean-image-left .w4,
  .bean-image-right .w4 {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    padding: 30px 50px;
  }
  .pane-image-left .w8,
  .pane-image-right .w8,
  .bean-image-left .w8,
  .bean-image-right .w8 {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    margin-right: 0;
  }
}

.pane-image-right .w4,
.bean-image-right .w4 {
  display: table-footer-group;
}

.pane-image-right .w4 > div,
.bean-image-right .w4 > div {
  padding: 0 20px;
}

.pane-image-right .w8,
.bean-image-right .w8 {
  display: table-header-group;
}

@media (min-width: 768px) {
  .pane-image-right .w4,
  .bean-image-right .w4 {
    display: block;
    float: left;
  }
  .pane-image-right .w4 > div,
  .bean-image-right .w4 > div {
    padding: 0;
  }
  .pane-image-right .w8,
  .bean-image-right .w8 {
    display: block;
    float: right;
  }
}

.pane-image-text-left .w4 img,
.pane-image-text-right .w4 img,
.bean-image-text-left .w4 img,
.bean-image-text-right .w4 img {
  display: block;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
}

.pane-image-text-left h2,
.pane-image-text-left .field--type-text,
.pane-image-text-right h2,
.pane-image-text-right .field--type-text,
.bean-image-text-left h2,
.bean-image-text-left .field--type-text,
.bean-image-text-right h2,
.bean-image-text-right .field--type-text {
  margin: 33px 0 42px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

.pane-image-text-left h2 a:hover,
.pane-image-text-right h2 a:hover,
.bean-image-text-left h2 a:hover,
.bean-image-text-right h2 a:hover {
  text-decoration: none;
}

.pane-image-text-left p,
.pane-image-text-right p,
.bean-image-text-left p,
.bean-image-text-right p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4C4647;
  font-weight: normal;
  font-style: normal;
}

.pane-image-text-left .w4,
.pane-image-text-left .w8,
.pane-image-text-right .w4,
.pane-image-text-right .w8,
.bean-image-text-left .w4,
.bean-image-text-left .w8,
.bean-image-text-right .w4,
.bean-image-text-right .w8 {
  position: relative;
  margin-bottom: 30px;
  background-color: #FFF;
}

.pane-image-text-left .w4 .field--type-text-long,
.pane-image-text-left .w4 .field--type-text,
.pane-image-text-left .w4 .field--type-link-field,
.pane-image-text-left .w8 .field--type-text-long,
.pane-image-text-left .w8 .field--type-text,
.pane-image-text-left .w8 .field--type-link-field,
.pane-image-text-right .w4 .field--type-text-long,
.pane-image-text-right .w4 .field--type-text,
.pane-image-text-right .w4 .field--type-link-field,
.pane-image-text-right .w8 .field--type-text-long,
.pane-image-text-right .w8 .field--type-text,
.pane-image-text-right .w8 .field--type-link-field,
.bean-image-text-left .w4 .field--type-text-long,
.bean-image-text-left .w4 .field--type-text,
.bean-image-text-left .w4 .field--type-link-field,
.bean-image-text-left .w8 .field--type-text-long,
.bean-image-text-left .w8 .field--type-text,
.bean-image-text-left .w8 .field--type-link-field,
.bean-image-text-right .w4 .field--type-text-long,
.bean-image-text-right .w4 .field--type-text,
.bean-image-text-right .w4 .field--type-link-field,
.bean-image-text-right .w8 .field--type-text-long,
.bean-image-text-right .w8 .field--type-text,
.bean-image-text-right .w8 .field--type-link-field {
  padding: 0 20px;
  *zoom: 1;
}

.pane-image-text-left .w4 .field--type-text-long:after,
.pane-image-text-left .w4 .field--type-text:after,
.pane-image-text-left .w4 .field--type-link-field:after,
.pane-image-text-left .w8 .field--type-text-long:after,
.pane-image-text-left .w8 .field--type-text:after,
.pane-image-text-left .w8 .field--type-link-field:after,
.pane-image-text-right .w4 .field--type-text-long:after,
.pane-image-text-right .w4 .field--type-text:after,
.pane-image-text-right .w4 .field--type-link-field:after,
.pane-image-text-right .w8 .field--type-text-long:after,
.pane-image-text-right .w8 .field--type-text:after,
.pane-image-text-right .w8 .field--type-link-field:after,
.bean-image-text-left .w4 .field--type-text-long:after,
.bean-image-text-left .w4 .field--type-text:after,
.bean-image-text-left .w4 .field--type-link-field:after,
.bean-image-text-left .w8 .field--type-text-long:after,
.bean-image-text-left .w8 .field--type-text:after,
.bean-image-text-left .w8 .field--type-link-field:after,
.bean-image-text-right .w4 .field--type-text-long:after,
.bean-image-text-right .w4 .field--type-text:after,
.bean-image-text-right .w4 .field--type-link-field:after,
.bean-image-text-right .w8 .field--type-text-long:after,
.bean-image-text-right .w8 .field--type-text:after,
.bean-image-text-right .w8 .field--type-link-field:after {
  content: "";
  display: table;
  clear: both;
}

.pane-image-text-left .w8 > div:first-child,
.pane-image-text-right .w8 > div:first-child,
.bean-image-text-left .w8 > div:first-child,
.bean-image-text-right .w8 > div:first-child {
  position: relative;
}

.pane-image-text-left .field--type-link-field a,
.pane-image-text-right .field--type-link-field a,
.bean-image-text-left .field--type-link-field a,
.bean-image-text-right .field--type-link-field a {
  text-align: center;
  background: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #B7274C;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 480px) {
  .pane-image-text-left .field--type-link-field a,
  .pane-image-text-right .field--type-link-field a,
  .bean-image-text-left .field--type-link-field a,
  .bean-image-text-right .field--type-link-field a {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
  }
  .pane-image-text-left .field--type-link-field a::before, .pane-image-text-left .field--type-link-field a::after,
  .pane-image-text-right .field--type-link-field a::before,
  .pane-image-text-right .field--type-link-field a::after,
  .bean-image-text-left .field--type-link-field a::before,
  .bean-image-text-left .field--type-link-field a::after,
  .bean-image-text-right .field--type-link-field a::before,
  .bean-image-text-right .field--type-link-field a::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  .pane-image-text-left .field--type-link-field a::before,
  .pane-image-text-right .field--type-link-field a::before,
  .bean-image-text-left .field--type-link-field a::before,
  .bean-image-text-right .field--type-link-field a::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-image-text-left .field--type-link-field a::after,
  .pane-image-text-right .field--type-link-field a::after,
  .bean-image-text-left .field--type-link-field a::after,
  .bean-image-text-right .field--type-link-field a::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .pane-image-text-left .field--type-link-field a:hover,
  .pane-image-text-right .field--type-link-field a:hover,
  .bean-image-text-left .field--type-link-field a:hover,
  .bean-image-text-right .field--type-link-field a:hover {
    text-decoration: none;
  }
  .pane-image-text-left .field--type-link-field a:hover::after,
  .pane-image-text-right .field--type-link-field a:hover::after,
  .bean-image-text-left .field--type-link-field a:hover::after,
  .bean-image-text-right .field--type-link-field a:hover::after {
    color: #B7274C;
  }
  .pane-image-text-left .field--type-link-field a:hover::before,
  .pane-image-text-right .field--type-link-field a:hover::before,
  .bean-image-text-left .field--type-link-field a:hover::before,
  .bean-image-text-right .field--type-link-field a:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
}

@media (min-width: 768px) {
  .pane-image-text-left h2,
  .pane-image-text-left .field--type-text,
  .pane-image-text-right h2,
  .pane-image-text-right .field--type-text,
  .bean-image-text-left h2,
  .bean-image-text-left .field--type-text,
  .bean-image-text-right h2,
  .bean-image-text-right .field--type-text {
    margin: 32px 0 27px;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
  }
  .pane-image-text-left p,
  .pane-image-text-right p,
  .bean-image-text-left p,
  .bean-image-text-right p {
    font-size: 15px;
  }
  .pane-image-text-left .w4,
  .pane-image-text-left .w8,
  .pane-image-text-right .w4,
  .pane-image-text-right .w8,
  .bean-image-text-left .w4,
  .bean-image-text-left .w8,
  .bean-image-text-right .w4,
  .bean-image-text-right .w8 {
    margin-bottom: 30px;
  }
  .pane-image-text-left .w4,
  .pane-image-text-right .w4,
  .bean-image-text-left .w4,
  .bean-image-text-right .w4 {
    position: relative;
    overflow: hidden;
    margin-right: 0;
    width: 33.017%;
  }
  .pane-image-text-left .w4 .field--type-text,
  .pane-image-text-right .w4 .field--type-text,
  .bean-image-text-left .w4 .field--type-text,
  .bean-image-text-right .w4 .field--type-text {
    padding: 70px 0 15px;
  }
  .pane-image-text-left .w4 .field--type-text-long,
  .pane-image-text-right .w4 .field--type-text-long,
  .bean-image-text-left .w4 .field--type-text-long,
  .bean-image-text-right .w4 .field--type-text-long {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(183, 39, 76, 0.9);
    height: 100%;
    padding: 24% 0 0;
    -webkit-transition: top 250ms;
    -moz-transition: top 250ms;
    -o-transition: top 250ms;
    transition: top 250ms;
  }
  .pane-image-text-left .w4:hover .field--type-text-long,
  .pane-image-text-right .w4:hover .field--type-text-long,
  .bean-image-text-left .w4:hover .field--type-text-long,
  .bean-image-text-right .w4:hover .field--type-text-long {
    top: 0;
  }
  .pane-image-text-left .w4 .field__item,
  .pane-image-text-right .w4 .field__item,
  .bean-image-text-left .w4 .field__item,
  .bean-image-text-right .w4 .field__item {
    padding: 0 16.45% 0 12.01%;
    overflow: hidden;
  }
  .pane-image-text-left .w4 p,
  .pane-image-text-left .w4 a,
  .pane-image-text-right .w4 p,
  .pane-image-text-right .w4 a,
  .bean-image-text-left .w4 p,
  .bean-image-text-left .w4 a,
  .bean-image-text-right .w4 p,
  .bean-image-text-right .w4 a {
    color: #FFF;
  }
  .pane-image-text-left .w4 a,
  .pane-image-text-right .w4 a,
  .bean-image-text-left .w4 a,
  .bean-image-text-right .w4 a {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
    color: #FFF;
    font-weight: normal;
    display: block;
    float: none;
    text-align: right;
  }
  .pane-image-text-left .w4 a::before, .pane-image-text-left .w4 a::after,
  .pane-image-text-right .w4 a::before,
  .pane-image-text-right .w4 a::after,
  .bean-image-text-left .w4 a::before,
  .bean-image-text-left .w4 a::after,
  .bean-image-text-right .w4 a::before,
  .bean-image-text-right .w4 a::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  .pane-image-text-left .w4 a::before,
  .pane-image-text-right .w4 a::before,
  .bean-image-text-left .w4 a::before,
  .bean-image-text-right .w4 a::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-image-text-left .w4 a::after,
  .pane-image-text-right .w4 a::after,
  .bean-image-text-left .w4 a::after,
  .bean-image-text-right .w4 a::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .pane-image-text-left .w4 a:hover,
  .pane-image-text-right .w4 a:hover,
  .bean-image-text-left .w4 a:hover,
  .bean-image-text-right .w4 a:hover {
    text-decoration: none;
  }
  .pane-image-text-left .w4 a:hover::after,
  .pane-image-text-right .w4 a:hover::after,
  .bean-image-text-left .w4 a:hover::after,
  .bean-image-text-right .w4 a:hover::after {
    color: #B7274C;
  }
  .pane-image-text-left .w4 a:hover::before,
  .pane-image-text-right .w4 a:hover::before,
  .bean-image-text-left .w4 a:hover::before,
  .bean-image-text-right .w4 a:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-image-text-left .w4 a::before,
  .pane-image-text-right .w4 a::before,
  .bean-image-text-left .w4 a::before,
  .bean-image-text-right .w4 a::before {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    right: -1px;
    background: #FFF;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-image-text-left .w4 a::after,
  .pane-image-text-right .w4 a::after,
  .bean-image-text-left .w4 a::after,
  .bean-image-text-right .w4 a::after {
    background: none;
    border: 2px solid #FFF;
    color: #FFF;
    right: 0;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .pane-image-text-left .w4 a:hover::after,
  .pane-image-text-right .w4 a:hover::after,
  .bean-image-text-left .w4 a:hover::after,
  .bean-image-text-right .w4 a:hover::after {
    color: #B7274C;
  }
  .pane-image-text-left .w4 a:hover::before,
  .pane-image-text-right .w4 a:hover::before,
  .bean-image-text-left .w4 a:hover::before,
  .bean-image-text-right .w4 a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-image-text-left .w8,
  .pane-image-text-right .w8,
  .bean-image-text-left .w8,
  .bean-image-text-right .w8 {
    position: relative;
    overflow: hidden;
    padding: 0 50px;
    width: 66.883%;
    margin-right: .100%;
    cursor: pointer;
  }
  .pane-image-text-left .w8 .file-image img,
  .pane-image-text-right .w8 .file-image img,
  .bean-image-text-left .w8 .file-image img,
  .bean-image-text-right .w8 .file-image img {
    width: 100%;
  }
  .pane-image-text-left .w8 > div:first-child,
  .pane-image-text-right .w8 > div:first-child,
  .bean-image-text-left .w8 > div:first-child,
  .bean-image-text-right .w8 > div:first-child {
    margin-left: -50px;
    margin-right: -50px;
  }
  .pane-image-text-left .w8 .field--type-text-long,
  .pane-image-text-right .w8 .field--type-text-long,
  .bean-image-text-left .w8 .field--type-text-long,
  .bean-image-text-right .w8 .field--type-text-long {
    display: table-header-group;
  }
  .pane-image-text-left .w8 .field--type-link-field,
  .pane-image-text-right .w8 .field--type-link-field,
  .bean-image-text-left .w8 .field--type-link-field,
  .bean-image-text-right .w8 .field--type-link-field {
    padding: 3% 0 12%;
  }
  .pane-image-text-left .w8:hover .field--type-link-field,
  .pane-image-text-right .w8:hover .field--type-link-field,
  .bean-image-text-left .w8:hover .field--type-link-field,
  .bean-image-text-right .w8:hover .field--type-link-field {
    bottom: -7%;
  }
  .pane-image-text-left .field--type-link-field,
  .pane-image-text-left .field--type-text,
  .pane-image-text-right .field--type-link-field,
  .pane-image-text-right .field--type-text,
  .bean-image-text-left .field--type-link-field,
  .bean-image-text-left .field--type-text,
  .bean-image-text-right .field--type-link-field,
  .bean-image-text-right .field--type-text {
    position: absolute;
    background-color: rgba(183, 39, 76, 0.95);
    bottom: -50%;
    width: 110%;
    left: -5%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transition: bottom 250ms;
    -moz-transition: bottom 250ms;
    -o-transition: bottom 250ms;
    transition: bottom 250ms;
  }
  .pane-image-text-left .field--type-link-field .field__items,
  .pane-image-text-left .field--type-text .field__items,
  .pane-image-text-right .field--type-link-field .field__items,
  .pane-image-text-right .field--type-text .field__items,
  .bean-image-text-left .field--type-link-field .field__items,
  .bean-image-text-left .field--type-text .field__items,
  .bean-image-text-right .field--type-link-field .field__items,
  .bean-image-text-right .field--type-text .field__items {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    position: relative;
    padding: 0 9%;
    text-align: right;
  }
  .pane-image-text-left .field--type-link-field a,
  .pane-image-text-left .field--type-text a,
  .pane-image-text-right .field--type-link-field a,
  .pane-image-text-right .field--type-text a,
  .bean-image-text-left .field--type-link-field a,
  .bean-image-text-left .field--type-text a,
  .bean-image-text-right .field--type-link-field a,
  .bean-image-text-right .field--type-text a {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
    color: #FFF;
    font-weight: normal;
    margin-right: 10%;
  }
  .pane-image-text-left .field--type-link-field a::before, .pane-image-text-left .field--type-link-field a::after,
  .pane-image-text-left .field--type-text a::before,
  .pane-image-text-left .field--type-text a::after,
  .pane-image-text-right .field--type-link-field a::before,
  .pane-image-text-right .field--type-link-field a::after,
  .pane-image-text-right .field--type-text a::before,
  .pane-image-text-right .field--type-text a::after,
  .bean-image-text-left .field--type-link-field a::before,
  .bean-image-text-left .field--type-link-field a::after,
  .bean-image-text-left .field--type-text a::before,
  .bean-image-text-left .field--type-text a::after,
  .bean-image-text-right .field--type-link-field a::before,
  .bean-image-text-right .field--type-link-field a::after,
  .bean-image-text-right .field--type-text a::before,
  .bean-image-text-right .field--type-text a::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  .pane-image-text-left .field--type-link-field a::before,
  .pane-image-text-left .field--type-text a::before,
  .pane-image-text-right .field--type-link-field a::before,
  .pane-image-text-right .field--type-text a::before,
  .bean-image-text-left .field--type-link-field a::before,
  .bean-image-text-left .field--type-text a::before,
  .bean-image-text-right .field--type-link-field a::before,
  .bean-image-text-right .field--type-text a::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-image-text-left .field--type-link-field a::after,
  .pane-image-text-left .field--type-text a::after,
  .pane-image-text-right .field--type-link-field a::after,
  .pane-image-text-right .field--type-text a::after,
  .bean-image-text-left .field--type-link-field a::after,
  .bean-image-text-left .field--type-text a::after,
  .bean-image-text-right .field--type-link-field a::after,
  .bean-image-text-right .field--type-text a::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .pane-image-text-left .field--type-link-field a:hover,
  .pane-image-text-left .field--type-text a:hover,
  .pane-image-text-right .field--type-link-field a:hover,
  .pane-image-text-right .field--type-text a:hover,
  .bean-image-text-left .field--type-link-field a:hover,
  .bean-image-text-left .field--type-text a:hover,
  .bean-image-text-right .field--type-link-field a:hover,
  .bean-image-text-right .field--type-text a:hover {
    text-decoration: none;
  }
  .pane-image-text-left .field--type-link-field a:hover::after,
  .pane-image-text-left .field--type-text a:hover::after,
  .pane-image-text-right .field--type-link-field a:hover::after,
  .pane-image-text-right .field--type-text a:hover::after,
  .bean-image-text-left .field--type-link-field a:hover::after,
  .bean-image-text-left .field--type-text a:hover::after,
  .bean-image-text-right .field--type-link-field a:hover::after,
  .bean-image-text-right .field--type-text a:hover::after {
    color: #B7274C;
  }
  .pane-image-text-left .field--type-link-field a:hover::before,
  .pane-image-text-left .field--type-text a:hover::before,
  .pane-image-text-right .field--type-link-field a:hover::before,
  .pane-image-text-right .field--type-text a:hover::before,
  .bean-image-text-left .field--type-link-field a:hover::before,
  .bean-image-text-left .field--type-text a:hover::before,
  .bean-image-text-right .field--type-link-field a:hover::before,
  .bean-image-text-right .field--type-text a:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-image-text-left .field--type-link-field a::before,
  .pane-image-text-left .field--type-text a::before,
  .pane-image-text-right .field--type-link-field a::before,
  .pane-image-text-right .field--type-text a::before,
  .bean-image-text-left .field--type-link-field a::before,
  .bean-image-text-left .field--type-text a::before,
  .bean-image-text-right .field--type-link-field a::before,
  .bean-image-text-right .field--type-text a::before {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    right: -1px;
    background: #FFF;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-image-text-left .field--type-link-field a::after,
  .pane-image-text-left .field--type-text a::after,
  .pane-image-text-right .field--type-link-field a::after,
  .pane-image-text-right .field--type-text a::after,
  .bean-image-text-left .field--type-link-field a::after,
  .bean-image-text-left .field--type-text a::after,
  .bean-image-text-right .field--type-link-field a::after,
  .bean-image-text-right .field--type-text a::after {
    background: none;
    border: 2px solid #FFF;
    color: #FFF;
    right: 0;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .pane-image-text-left .field--type-link-field a:hover::after,
  .pane-image-text-left .field--type-text a:hover::after,
  .pane-image-text-right .field--type-link-field a:hover::after,
  .pane-image-text-right .field--type-text a:hover::after,
  .bean-image-text-left .field--type-link-field a:hover::after,
  .bean-image-text-left .field--type-text a:hover::after,
  .bean-image-text-right .field--type-link-field a:hover::after,
  .bean-image-text-right .field--type-text a:hover::after {
    color: #B7274C;
  }
  .pane-image-text-left .field--type-link-field a:hover::before,
  .pane-image-text-left .field--type-text a:hover::before,
  .pane-image-text-right .field--type-link-field a:hover::before,
  .pane-image-text-right .field--type-text a:hover::before,
  .bean-image-text-left .field--type-link-field a:hover::before,
  .bean-image-text-left .field--type-text a:hover::before,
  .bean-image-text-right .field--type-link-field a:hover::before,
  .bean-image-text-right .field--type-text a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .pane-image-text-left .field--type-link-field a:before,
  .pane-image-text-left .field--type-text a:before,
  .pane-image-text-right .field--type-link-field a:before,
  .pane-image-text-right .field--type-text a:before,
  .bean-image-text-left .field--type-link-field a:before,
  .bean-image-text-left .field--type-text a:before,
  .bean-image-text-right .field--type-link-field a:before,
  .bean-image-text-right .field--type-text a:before {
    bottom: 0;
  }
  .pane-image-text-left .field--type-text,
  .pane-image-text-right .field--type-text,
  .bean-image-text-left .field--type-text,
  .bean-image-text-right .field--type-text {
    bottom: auto;
    top: -100px;
    background-color: #B7274C;
    z-index: 2;
  }
  .pane-image-text-left .field--type-text .field__items,
  .pane-image-text-right .field--type-text .field__items,
  .bean-image-text-left .field--type-text .field__items,
  .bean-image-text-right .field--type-text .field__items {
    padding: 0 15%;
  }
  .pane-image-text-left .field--type-text .field__item,
  .pane-image-text-right .field--type-text .field__item,
  .bean-image-text-left .field--type-text .field__item,
  .bean-image-text-right .field--type-text .field__item {
    text-align: left;
    color: #FFF;
    padding: 0;
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .pane-image-text-left .w4 .field--type-text,
  .pane-image-text-right .w4 .field--type-text,
  .bean-image-text-left .w4 .field--type-text,
  .bean-image-text-right .w4 .field--type-text {
    padding: 20% 0 6%;
    top: -90px;
  }
}

@media (min-width: 768px) {
  .pane-image-text-right .w8,
  .bean-image-text-right .w8 {
    margin-right: 0;
    margin-left: .100%;
  }
}

.pane-image-title-left,
.pane-image-title-right,
.bean-image-title-left,
.bean-image-title-right,
.pane-bean-image-title-left,
.pane-bean-image-title-right {
  margin-bottom: 20px;
}

.pane-image-title-left img,
.pane-image-title-right img,
.bean-image-title-left img,
.bean-image-title-right img,
.pane-bean-image-title-left img,
.pane-bean-image-title-right img {
  display: block;
  width: 100%;
  height: auto;
}

.pane-image-title-left .media-youtube-video,
.pane-image-title-right .media-youtube-video,
.bean-image-title-left .media-youtube-video,
.bean-image-title-right .media-youtube-video,
.pane-bean-image-title-left .media-youtube-video,
.pane-bean-image-title-right .media-youtube-video {
  overflow: visible;
}

.pane-image-title-left .field--type-text,
.pane-image-title-right .field--type-text,
.bean-image-title-left .field--type-text,
.bean-image-title-right .field--type-text,
.pane-bean-image-title-left .field--type-text,
.pane-bean-image-title-right .field--type-text {
  margin: 32px 0 22px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

.pane-image-title-left .w8,
.pane-image-title-left .w4,
.pane-image-title-right .w8,
.pane-image-title-right .w4,
.bean-image-title-left .w8,
.bean-image-title-left .w4,
.bean-image-title-right .w8,
.bean-image-title-right .w4,
.pane-bean-image-title-left .w8,
.pane-bean-image-title-left .w4,
.pane-bean-image-title-right .w8,
.pane-bean-image-title-right .w4 {
  position: relative;
  margin-bottom: 5px;
}

.pane-image-title-left .play-button,
.pane-image-title-right .play-button,
.bean-image-title-left .play-button,
.bean-image-title-right .play-button,
.pane-bean-image-title-left .play-button,
.pane-bean-image-title-right .play-button {
  height: 85%;
}

@media (min-width: 768px) {
  .pane-image-title-left .play-button,
  .pane-image-title-right .play-button,
  .bean-image-title-left .play-button,
  .bean-image-title-right .play-button,
  .pane-bean-image-title-left .play-button,
  .pane-bean-image-title-right .play-button {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .pane-image-title-left .w4,
  .pane-image-title-right .w4,
  .bean-image-title-left .w4,
  .bean-image-title-right .w4,
  .pane-bean-image-title-left .w4,
  .pane-bean-image-title-right .w4 {
    margin-right: 0;
  }
  .pane-image-title-left .w4,
  .pane-image-title-left .w8,
  .pane-image-title-right .w4,
  .pane-image-title-right .w8,
  .bean-image-title-left .w4,
  .bean-image-title-left .w8,
  .bean-image-title-right .w4,
  .bean-image-title-right .w8,
  .pane-bean-image-title-left .w4,
  .pane-bean-image-title-left .w8,
  .pane-bean-image-title-right .w4,
  .pane-bean-image-title-right .w8 {
    overflow: hidden;
  }
  .pane-image-title-left .field--type-text,
  .pane-image-title-right .field--type-text,
  .bean-image-title-left .field--type-text,
  .bean-image-title-right .field--type-text,
  .pane-bean-image-title-left .field--type-text,
  .pane-bean-image-title-right .field--type-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    z-index: 1;
    background-color: #FFF;
    width: 110%;
    left: -5%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    top: -3%;
    padding: 7% 12.57%;
  }
  .pane-image-title-left .field--type-text .field__items,
  .pane-image-title-right .field--type-text .field__items,
  .bean-image-title-left .field--type-text .field__items,
  .bean-image-title-right .field--type-text .field__items,
  .pane-bean-image-title-left .field--type-text .field__items,
  .pane-bean-image-title-right .field--type-text .field__items {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    position: relative;
  }
  .pane-image-title-left .w8 .field--type-text,
  .pane-image-title-right .w8 .field--type-text,
  .bean-image-title-left .w8 .field--type-text,
  .bean-image-title-right .w8 .field--type-text,
  .pane-bean-image-title-left .w8 .field--type-text,
  .pane-bean-image-title-right .w8 .field--type-text {
    -webkit-transform: rotate(1.5deg);
    -moz-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    -o-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    top: -13%;
    padding: 8.5% 12.57% 3.4%;
  }
  .pane-image-title-left .w8 .field__items,
  .pane-image-title-right .w8 .field__items,
  .bean-image-title-left .w8 .field__items,
  .bean-image-title-right .w8 .field__items,
  .pane-bean-image-title-left .w8 .field__items,
  .pane-bean-image-title-right .w8 .field__items {
    -webkit-transform: rotate(-1.5deg);
    -moz-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    -o-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
  }
}

@media (min-width: 1024px) {
  .pane-image-title-left .field--type-text,
  .pane-image-title-right .field--type-text,
  .bean-image-title-left .field--type-text,
  .bean-image-title-right .field--type-text,
  .pane-bean-image-title-left .field--type-text,
  .pane-bean-image-title-right .field--type-text {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
  }
}

@media (min-width: 768px) {
  .pane-image-title-right,
  .bean-image-title-right,
  .pane-bean-image-title-right {
    margin-bottom: 30px;
  }
  .pane-image-title-right .w4,
  .bean-image-title-right .w4,
  .pane-bean-image-title-right .w4 {
    margin-right: 1.69492%;
  }
  .pane-image-title-right .w8,
  .bean-image-title-right .w8,
  .pane-bean-image-title-right .w8 {
    margin-right: 0;
  }
}

.pane-block.half-img-half-text,
.pane-block.half-img-text-newline-video {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.se_block_halfimghalftxt {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 12px;
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: normal;
  width: 100%;
}

@media (min-width: 1024px) {
  .se_block_halfimghalftxt {
    margin: 0 auto;
  }
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

@media (min-width: 768px) {
  .se_block_halfimghalftxt .se_block_halfimghalftxt__inner {
    flex-direction: row;
  }
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .image,
.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text {
  width: 100%;
  flex-basis: auto;
}

@media (min-width: 768px) {
  .se_block_halfimghalftxt .se_block_halfimghalftxt__inner .image,
  .se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text {
    width: 50%;
    flex-basis: 50%;
  }
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text {
  padding: 24px;
  order: 2;
  display: block;
  background-color: #FFF;
}

@media (min-width: 480px) {
  .se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text {
    padding: 48px;
  }
}

@media (min-width: 768px) {
  .se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text {
    order: 0;
  }
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text .field--name-field-title-1 {
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  color: #70798D;
  font-weight: bold;
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text .field--name-field-title-2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28.5px;
  line-height: normal;
  color: #021927;
  margin-bottom: 20px;
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text h2 {
  margin: 0 0 12px 0;
  font-family: inherit;
  font-weight: normal;
  color: #021927;
  font-size: 24px;
  line-height: 1.2;
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text p {
  color: #70798D;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text p b,
.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text p strong,
.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text p i,
.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text p em {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text p b,
.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text p strong {
  font-weight: bold !important;
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text .field--name-field-cta-link {
  margin: 12px 0 0 0;
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text a {
  color: #B7274C;
  font-size: 14px;
  line-height: normal;
  border-bottom: 1px solid currentColor;
  transition: color 250ms ease-in-out;
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .text a:hover {
  color: #70798D;
  text-decoration: none;
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .image {
  position: relative;
  order: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
  .se_block_halfimghalftxt .se_block_halfimghalftxt__inner .image {
    order: 0;
    min-height: 332px;
  }
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .image .field--name-field-property-icon {
  position: absolute;
  bottom: 24px;
  right: 24px;
  max-width: calc(100% - 48px);
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner .image .field--name-field-property-icon img {
  display: block;
}

.se_block_halfimghalftxt .se_block_halfimghalftxt__inner--withpadding {
  padding: 0;
}

@media (min-width: 1024px) {
  .se_block_halfimghalftxt .se_block_halfimghalftxt__inner--withpadding {
    padding: 24px;
  }
}

.pane-block.fullwidth-video,
.pane-block.half-img-text-newline-video {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.pane-block.fullwidth-video .pane-title,
.pane-block.half-img-text-newline-video .pane-title {
  display: none;
}

.se_block_fullvideo {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 12px;
  padding: 0;
}

@media (min-width: 768px) {
  .se_block_fullvideo {
    padding: 0 0 12px;
  }
}

@media (min-width: 1024px) {
  .se_block_fullvideo {
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .se_block_fullvideo.se_block_fullvideo-withpadding {
    padding: 12px 0;
  }
}

@media (min-width: 1024px) {
  .se_block_fullvideo.se_block_fullvideo-withpadding {
    padding: 24px;
  }
}

.se_block_fullvideo .field--name-field-youtube-video .media-youtube-video {
  display: none;
}

.se_block_fullvideo .field--name-field-youtube-video .video-thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.se_block_fullvideo .field--name-field-youtube-video .video-thumbnail:hover {
  cursor: pointer;
}

.se_block_fullvideo .field--name-field-youtube-video .video-thumbnail.video-thumbnail-mobile {
  padding-bottom: 43.75%;
}

@media (min-width: 768px) {
  .se_block_fullvideo .field--name-field-youtube-video .video-thumbnail.video-thumbnail-mobile {
    display: none;
  }
}

.se_block_fullvideo .field--name-field-youtube-video .video-thumbnail.video-thumbnail-tablet {
  display: none;
  min-height: calc(380px - 24px);
}

@media (min-width: 768px) {
  .se_block_fullvideo .field--name-field-youtube-video .video-thumbnail.video-thumbnail-tablet {
    display: block;
  }
}

.se_block_fullvideo .field--name-field-youtube-video .fullvideo-play {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc((100% - 50px - 28px) / 2);
  pointer-events: none;
}

@media (min-width: 480px) {
  .se_block_fullvideo .field--name-field-youtube-video .fullvideo-play {
    top: calc((100% - 75px - 28px - 12px) / 2);
  }
}

@media (min-width: 768px) {
  .se_block_fullvideo .field--name-field-youtube-video .fullvideo-play {
    top: calc((100% - 93px - 28px - 24px) / 2);
  }
}

.se_block_fullvideo .field--name-field-youtube-video .fullvideo-play .fullvideo-play-svg-wrapper {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  background: #FFF;
}

@media (min-width: 480px) {
  .se_block_fullvideo .field--name-field-youtube-video .fullvideo-play .fullvideo-play-svg-wrapper {
    width: 75px;
    height: 75px;
  }
}

@media (min-width: 768px) {
  .se_block_fullvideo .field--name-field-youtube-video .fullvideo-play .fullvideo-play-svg-wrapper {
    width: 93px;
    height: 93px;
  }
}

.se_block_fullvideo .field--name-field-youtube-video .fullvideo-play .fullvideo-play-svg-wrapper .fullvideo-play-svg {
  width: 100%;
  height: 100%;
}

.se_block_fullvideo .field--name-field-youtube-video .fullvideo-play .fullvideo-play-svg-wrapper .fullvideo-play-svg .fullvideo-play-svg-path {
  fill-rule: evenodd;
  fill: #B7274C;
}

.se_block_fullvideo .field--name-field-translatable-title {
  position: absolute;
  left: 0;
  bottom: calc((100% - 50px - 28px) / 2);
  width: 100%;
  pointer-events: none;
}

@media (min-width: 480px) {
  .se_block_fullvideo .field--name-field-translatable-title {
    bottom: calc((100% - 75px - 28px - 24px / 2) / 2);
  }
}

@media (min-width: 768px) {
  .se_block_fullvideo .field--name-field-translatable-title {
    bottom: calc(((100% - 93px - 28px - 24px) / 2) - 24px / 2);
  }
}

.se_block_fullvideo .field--name-field-translatable-title h2 {
  margin: 0;
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

@media (min-width: 480px) {
  .se_block_fullvideo .field--name-field-translatable-title h2 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .se_block_fullvideo .field--name-field-translatable-title h2 {
    font-size: 30.5px;
  }
}

.se_block_wrapper {
  background-color: #E8EAEB;
}

.se_block_halfimghalftxtnlvideo {
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .se_block_halfimghalftxtnlvideo {
    padding: 20px;
  }
}

.pane-block.support-buttons {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.se_block_supportbuttons {
  background-color: #FDFCFC;
  padding: 40px 42px;
}

.se_block_supportbuttons a, .se_block_supportbuttons a:focus {
  outline: none;
}

.se_block_supportbuttons .se_block_supportbuttons__inner {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.se_block_supportbuttons .field-collection-container {
  margin-bottom: 0;
  border: 0;
}

.se_block_supportbuttons .field--name-field-supportitems > .field__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}

.se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item {
  flex-basis: 25%;
  width: 25%;
}

.se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item > .field-collection-view {
  padding: 0 12px;
  height: 100%;
}

.se_block_supportbuttons .se_block_supportbuttons__link {
  display: block;
  text-align: center;
  padding: 48px 24px 24px;
  background-color: #D8DFE4;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.se_block_supportbuttons .se_block_supportbuttons__link .field--name-field-support-icon {
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 24px;
}

.se_block_supportbuttons .se_block_supportbuttons__link .field--name-field-support-icon img {
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.se_block_supportbuttons .se_block_supportbuttons__link .field--name-field-support-label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 21px;
  color: #000;
}

.se_block_supportbuttons .se_block_supportbuttons__link:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .se_block_supportbuttons {
    padding: 24px 18px;
  }
  .se_block_supportbuttons .field--name-field-supportitems > .field__items {
    flex-wrap: wrap;
  }
  .se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item {
    width: 50%;
    flex-basis: 50%;
  }
  .se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item:first-child > .field-collection-view, .se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item:nth-child(2) > .field-collection-view {
    padding-bottom: 12px;
  }
  .se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item:nth-child(odd) > .field-collection-view {
    padding-right: 6px;
  }
  .se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item:nth-child(even) > .field-collection-view {
    padding-left: 6px;
  }
}

@media screen and (max-width: 480px) {
  .se_block_supportbuttons {
    padding: 24px;
  }
  .se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item {
    width: 100%;
    flex-basis: 100%;
  }
  .se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item > .field-collection-view, .se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item:nth-child(odd) > .field-collection-view, .se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item:nth-child(even) > .field-collection-view {
    padding-left: 0;
    padding-right: 0;
  }
  .se_block_supportbuttons .field--name-field-supportitems > .field__items > .field__item:not(:last-child) > .field-collection-view {
    padding-bottom: 6px;
  }
  .se_block_supportbuttons .se_block_supportbuttons__link {
    padding: 16px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .se_block_supportbuttons .se_block_supportbuttons__link .field--name-field-support-icon {
    height: auto;
    margin: 0;
  }
  .se_block_supportbuttons .se_block_supportbuttons__link .field--name-field-support-icon img {
    height: auto;
    position: relative;
    padding-right: 20px;
    left: auto;
    transform: none;
    bottom: auto;
    display: block;
    max-width: 50px;
  }
  .se_block_supportbuttons .se_block_supportbuttons__link .field--name-field-support-label {
    text-align: left;
  }
}

.se_block_header_image_with_overlay_text {
  position: relative;
  margin-bottom: 12px;
  background-color: #FFF;
}

.se_block_header_image_with_overlay_text__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.se_block_header_image_with_overlay_text__image {
  display: none;
  background-color: #000;
  padding-top: 60.078125%;
  height: 0;
  position: relative;
  overflow: hidden;
}

.se_block_header_image_with_overlay_text__image .field--name-field-block-item-image,
.se_block_header_image_with_overlay_text__image .field--name-field-block-item-image .field__items,
.se_block_header_image_with_overlay_text__image .field--name-field-block-item-image .field__items .field__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.se_block_header_image_with_overlay_text__image .field--name-field-block-item-image .field__items {
  max-width: 1280px;
  overflow: visible;
  left: 50%;
  transform: translateX(-50%);
}

.se_block_header_image_with_overlay_text__image .field--name-field-block-item-image .field__items .field__item {
  width: 57%;
  left: auto;
  right: 0;
}

.se_block_header_image_with_overlay_text__image .field--name-field-block-item-image .field__items .field__item img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

.se_block_header_image_with_overlay_text__mobile_image img {
  display: block;
}

.se_block_header_image_with_overlay_text__content {
  padding: 0 24px 0;
}

.se_block_header_image_with_overlay_text__content > .field--name-field-title-1 {
  padding-top: 24px;
  font-family: "Noto Sans Kannada", sans-serif;
  color: #70798D;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: .3em;
}

.se_block_header_image_with_overlay_text__content > .field--name-field-title-2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.se_block_header_image_with_overlay_text__content > .field--name-field-body {
  font-family: "Noto Sans Kannada", sans-serif;
  color: #70798D;
  line-height: 1.2;
}

.se_block_header_image_with_overlay_text__content > .field--name-field-body p {
  margin-bottom: 24px;
  margin-top: 20px;
}

@media (min-width: 480px) {
  .se_block_header_image_with_overlay_text__content {
    padding: 0 48px 0;
  }
  .se_block_header_image_with_overlay_text__content > .field--name-field-title-1 {
    padding-top: 48px;
  }
  .se_block_header_image_with_overlay_text__content > .field--name-field-body {
    padding-bottom: 48px;
  }
  .se_block_header_image_with_overlay_text__content > .field--name-field-body p {
    margin-bottom: 0;
  }
}

@media (min-width: 840px) {
  .se_block_header_image_with_overlay_text {
    margin-bottom: 0;
  }
  .se_block_header_image_with_overlay_text__inner {
    width: 100%;
  }
  .se_block_header_image_with_overlay_text__image {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 0;
    top: 0;
    left: 0;
  }
  .se_block_header_image_with_overlay_text__mobile_image {
    display: none;
  }
  .se_block_header_image_with_overlay_text__content {
    margin-top: 72px;
    margin-bottom: 72px;
    margin-left: 24px;
    background-color: white;
    width: 40%;
  }
}

.pane-block[class~="4-products"] {
  background-color: #FFF;
  margin-bottom: 12px !important;
}

@media (min-width: 1024px) {
  .pane-block[class~="4-products"] {
    margin-bottom: 0 !important;
  }
}

.pane-block[class~="4-products"] .pane-title {
  display: none !important;
}

.se_block_four_products {
  max-width: 1280px;
  margin: 24px auto;
  padding: 0 12px;
}

@media (min-width: 480px) {
  .se_block_four_products {
    padding: 20px 24px 0;
  }
}

@media (min-width: 840px) {
  .se_block_four_products {
    padding: 48px 12px;
  }
}

.se_block_four_products a, .se_block_four_products a:focus {
  outline: none !important;
}

.se_block_four_products ~ .pane-title {
  display: none !important;
}

.se_block_four_products .field--name-field-overview-link {
  padding: 0 12px;
}

@media (min-width: 480px) {
  .se_block_four_products .field--name-field-overview-link {
    text-align: center;
  }
}

.se_block_four_products .field--name-field-overview-link a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.25s border ease-in-out, 0.25s color ease-in-out;
  -ms-transition: 0.25s border ease-in-out, 0.25s color ease-in-out;
  -moz-transition: 0.25s border ease-in-out, 0.25s color ease-in-out;
  -o-transition: 0.25s border ease-in-out, 0.25s color ease-in-out;
  transition: 0.25s border ease-in-out, 0.25s color ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

.se_block_four_products .field--name-field-overview-link a:hover {
  text-decoration: none;
  border-bottom-color: #70798D;
  color: #70798D;
}

.se_block_four_products_image {
  text-align: center;
  border: 1px solid #E8EAEB;
}

@media (min-width: 480px) {
  .se_block_four_products_image {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

.se_block_four_products_image img {
  max-width: 100%;
}

@media (min-width: 480px) {
  .se_block_four_products_image img {
    flex: 0 0 auto;
  }
}

.se_block_four_products__title {
  font-size: 28px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0 12px;
}

@media (min-width: 480px) {
  .se_block_four_products__title {
    text-align: center;
  }
}

.se_block_four_products__items {
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.se_block_four_products__items__item {
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 24px;
  -webkit-transition: 0.3s opacity ease-in-out;
  -ms-transition: 0.3s opacity ease-in-out;
  -moz-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

@media (min-width: 480px) {
  .se_block_four_products__items__item {
    flex-basis: 50%;
    width: 50%;
  }
  .se_block_four_products__items__item:last-child, .se_block_four_products__items__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 840px) {
  .se_block_four_products__items__item {
    margin-bottom: 0;
    flex-basis: 25%;
    width: 25%;
  }
}

.se_block_four_products__items__item:hover {
  opacity: .75;
}

.se_block_four_products__items__item > .se_block_four_products__items__item__link {
  display: block;
  padding: 0 12px 20px;
}

.se_block_four_products__items__item__link:hover {
  text-decoration: none;
}

.se_block_four_products__items__item__title {
  font-size: 18.5px;
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 10px;
  margin: 0 0 10px;
}

.se_block_four_products__items__item__content ul {
  padding-left: 10px !important;
}

.se_block_four_products__items__item__content li {
  font-size: 14px;
  line-height: 1.4;
  color: #70798D;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 22.5px !important;
  position: relative;
}

.se_block_four_products__items__item__content li::before {
  position: absolute;
  content: '\2022';
  left: 0;
  top: 0;
}

.se_block_four_products__items__item__title,
.se_block_four_products__items__item__content {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 480px) {
  .se_block_four_products__items__item__title,
  .se_block_four_products__items__item__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.pane-block[class~="3-col-2016"] {
  background-color: #FFF;
  margin-bottom: 12px !important;
}

@media (min-width: 1024px) {
  .pane-block[class~="3-col-2016"] {
    margin-bottom: 0 !important;
  }
}

.se_3_col_2016__content .field--name-field-block-item > .field__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.se_3_col_2016--with-padding .se_3_col_2016__content .field--name-field-block-item > .field__items {
  padding: 24px 12px;
}

.se_3_col_2016__content .field--name-field-block-item > .field__items > .field__item {
  flex-basis: 100%;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .se_3_col_2016__content .field--name-field-block-item > .field__items > .field__item {
    flex-basis: 50%;
  }
}

@media (min-width: 1024px) {
  .se_3_col_2016__content .field--name-field-block-item > .field__items > .field__item {
    flex-basis: 33.33333%;
    margin-bottom: 0;
  }
}

.se_3_col_2016__content .field--name-field-block-item > .field__items > .field__item:last-child {
  margin-bottom: 0;
}

.se_3_col_2016__block {
  background-color: #E8EAEB;
  padding: 24px;
  margin: 0 12px;
}

.se_3_col_2016__block__title {
  font-size: 21px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.2;
  margin: 0;
}

.se_3_col_2016__block__image {
  height: 0;
  padding-bottom: 40.8769448%;
  margin: 19px 0 71px;
  background-size: cover;
  background-repeat: no-repeat;
}

.se_3_col_2016__block__content {
  color: #70798D;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Noto Sans Kannada", sans-serif;
}

.se_3_col_2016__block__content p {
  margin-top: 0;
  margin-bottom: 22px;
}

.se_3_col_2016__block__link a {
  display: inline-block;
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid currentColor;
  margin-top: 22px;
  -webkit-transition: 0.25s border ease-in-out, 0.25s color ease-in-out;
  -ms-transition: 0.25s border ease-in-out, 0.25s color ease-in-out;
  -moz-transition: 0.25s border ease-in-out, 0.25s color ease-in-out;
  -o-transition: 0.25s border ease-in-out, 0.25s color ease-in-out;
  transition: 0.25s border ease-in-out, 0.25s color ease-in-out;
}

.se_3_col_2016__block__link a:hover {
  text-decoration: none;
  border-bottom-color: #70798D;
  color: #70798D;
}

.block--feature-newsletter {
  background-color: #F3F3F3;
}

.sidebar .block--feature-newsletter .block__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
}

.block--feature-newsletter .form-type-textfield {
  margin-bottom: 15px;
}

.block--feature-newsletter .form-type-textfield input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.block--feature-newsletter .form-type-textfield input {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  font-style: normal;
}

.block--feature-newsletter .form-submit {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}

.block--feature-search-search-autocomplete-header {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

@media (min-width: 768px) {
  .block--feature-search-search-autocomplete-header {
    max-width: 155px;
    float: right;
    display: block;
    margin-top: 13px;
  }
}

@media (min-width: 1024px) {
  .block--feature-search-search-autocomplete-header {
    max-width: 235px;
  }
}

.block--feature-search-search-autocomplete-header.is-searching {
  max-width: 375px;
}

.block--feature-search-search-autocomplete-header.is-searching input[type=text] {
  border: 3px solid #B7274C;
}

.block--feature-search-search-autocomplete-header.is-searching .search--close {
  display: block;
}

.block--feature-search-search-autocomplete-header.is-searching .form-submit,
.block--feature-search-search-autocomplete-header.is-searching .form-type-textfield::after {
  display: none;
}

.block--feature-search-search-autocomplete-header.is-searching #search-autocomplete-header {
  display: block;
}

.block--feature-search-search-autocomplete-header .ajax-progress-throbber {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 105;
  width: 100%;
  background-color: #B7274C;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #FFF;
  padding: 15px;
}

.block--feature-search-search-autocomplete-header .ajax-progress-throbber .throbber {
  display: none;
}

@media (min-width: 768px) {
  .block--feature-search-search-autocomplete-header .form-submit {
    display: none;
  }
}

.block--feature-search-search-autocomplete-header .search--close {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 23px;
  top: 2px;
  right: -2px;
  padding: 12px;
  color: #B7274C;
}

.html--2016-header .is-searching .block--feature-search .form-type-textfield input[type=text],
.html--2016-header .is-searching .block--views-exp-solr-search-page .form-type-textfield input[type=text] {
  border-color: #D8DFE3;
  border-width: 1px;
}

.html--2016-header .block--feature-search-search-autocomplete-header.is-searching #search-autocomplete-header {
  display: none;
}

.html--2016-header .block--feature-search-search-autocomplete-header.is-searching {
  max-width: 100%;
}

.html--2016-header .block--feature-search-search-autocomplete-header .search--close {
  display: none;
  top: 11px;
  right: 4px;
}

.html--2016-header .block--feature-search-search-autocomplete-header {
  display: block;
  padding: 14px 12px 12px;
  background-color: #F7F9FA;
}

.html--2016-header .block--feature-search-search-autocomplete-header .form-item {
  margin-bottom: 0;
}

.html--2016-header .block--feature-search-search-autocomplete-header .form-type-textfield input[type=text] {
  border-radius: 0;
  background-color: #FFF;
  border-color: #D8DFE3;
  height: 33px;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  color: #021927;
  font-family: "Noto Sans Kannada", sans-serif;
  line-height: normal;
}

.html--2016-header .block--feature-search-search-autocomplete-header .form-type-textfield input[type=text]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #70798D;
}

.html--2016-header .block--feature-search-search-autocomplete-header .form-type-textfield input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #70798D;
  opacity: 1;
}

.html--2016-header .block--feature-search-search-autocomplete-header .form-type-textfield input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #70798D;
  opacity: 1;
}

.html--2016-header .block--feature-search-search-autocomplete-header .form-type-textfield input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #70798D;
}

.html--2016-header .block--feature-search-search-autocomplete-header.is-searching #search-autocomplete-header {
  transition: opacity 125ms ease-in-out 250ms, visibility 0s ease-in-out 250ms;
  visibility: visible;
  opacity: 1;
}

.html--2016-header .block--feature-search-search-autocomplete-header.is-searching .form-type-textfield input[type=text] {
  cursor: text;
}

@media (min-width: 768px) {
  .html--2016-header .block--feature-search-search-autocomplete-header {
    max-width: 100%;
    margin-top: 0;
  }
}

@media (min-width: 841px) {
  .html--2016-header .block--feature-search-search-autocomplete-header .search--close {
    display: none;
  }
  .html--2016-header .is-searching .block--feature-search-search-autocomplete-header .search--close {
    display: block;
  }
  .html--2016-header .is-searching .block--feature-search .form-type-textfield input[type=text],
  .html--2016-header .is-searching .block--views-exp-solr-search-page .form-type-textfield input[type=text] {
    border-color: #B7274C;
    border-width: 2px;
  }
  .html--2016-header #header.is-searching .block:not(.block--feature-search):not(.block--menu-block-main-menu-block) {
    display: none;
  }
  .html--2016-header .block--feature-search-search-autocomplete-header.is-searching {
    max-width: 375px;
  }
  .html--2016-header .block--feature-search-search-autocomplete-header.is-searching #search-autocomplete-header {
    display: block;
  }
  .html--2016-header .search--close {
    top: 2px;
    right: -5px;
  }
  .html--2016-header .block--feature-search-search-autocomplete-header {
    max-width: 280px;
    background-color: transparent;
    padding: 0;
    margin-top: 5px;
  }
  .html--2016-header .block--feature-search-search-autocomplete-header.is-searching {
    max-width: 375px;
  }
  .html--2016-header .block--feature-search-search-autocomplete-header.is-searching .form-type-textfield input[type=text] {
    opacity: 1;
  }
  .html--2016-header .block--feature-search-search-autocomplete-header .form-type-textfield input[type=text] {
    cursor: pointer;
  }
  .html--2016-header .block--feature-search-search-autocomplete-header .search--close {
    top: -3px;
    right: -4px;
  }
}

@media screen and (max-width: 840px) {
  .html--2016-header .block--feature-search-search-autocomplete-header .form-submit {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .block--feature-search.block--feature-search-search-footer {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    float: right;
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .block--feature-search.block--feature-search-search-footer {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    float: right;
    margin-top: 0;
  }
}

.block--feature-search.block--feature-search-search-footer h2 {
  display: block;
  margin-top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 1024px) {
  .block--feature-search.block--feature-search-search-footer h2 {
    font-size: 14px;
    line-height: 14px;
  }
}

.block--feature-search.block--feature-search-search-footer .form-type-textfield {
  padding-top: 3px;
}

.block--feature-search.block--feature-search-search-footer .form-type-textfield::after {
  top: 15px;
}

.block--feature-search.block--feature-search-search-footer .form-type-textfield input[type=text] {
  color: #CDCDCD;
  border-color: #464646;
  background-color: #232021;
}

.html--2016-header #footer .feature-search-footer-form {
  position: relative;
}

.html--2016-header #footer .block--feature-search .form-submit {
  height: 38px;
  width: 40px;
}

.html--2016-header #footer .block--feature-search.block--feature-search-search-footer .form-type-textfield input[type=text] {
  font-family: "Noto Sans Kannada", sans-serif;
  font-size: 13px;
  letter-spacing: 0.25px;
  background-color: #0C181F;
  border-radius: 0;
  border-width: 0;
  padding: 0 12px;
  color: #D5DFE5;
  height: 38px;
  line-height: 38px;
}

.html--2016-header #footer .block--feature-search .form-type-textfield:after {
  color: #8D99AF;
  transform: scaleX(-1);
  top: 11px;
}

.block--feature-search {
  display: none;
}

.block--feature-search .form-type-textfield {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .block--feature-search .form-type-textfield {
    margin-bottom: 0;
  }
}

.block--feature-search,
.block--views-exp-solr-search-page {
  position: relative;
}

@media (min-width: 768px) {
  .block--feature-search,
  .block--views-exp-solr-search-page {
    display: block;
  }
}

.menu-block-main-menu-block .block--feature-search, .menu-block-main-menu-block
.block--views-exp-solr-search-page {
  display: block;
}

.block--feature-search .form-type-textfield,
.block--views-exp-solr-search-page .form-type-textfield {
  position: relative;
}

.block--feature-search .form-type-textfield input,
.block--views-exp-solr-search-page .form-type-textfield input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.block--feature-search .form-type-textfield input[type=text],
.block--views-exp-solr-search-page .form-type-textfield input[type=text] {
  padding-right: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.block--feature-search .form-type-textfield:after,
.block--views-exp-solr-search-page .form-type-textfield:after {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e807";
  font-size: 22px;
  color: #B7274C;
  position: absolute;
  right: 5px;
  top: 12px;
  pointer-events: none;
}

.block--feature-search .form-submit,
.block--views-exp-solr-search-page .form-submit {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  height: 45px;
  width: 45px;
  right: 0;
  bottom: 0;
}

.block--feature-search .form-submit:hover,
.block--views-exp-solr-search-page .form-submit:hover {
  background-color: rgba(255, 255, 255, 0);
}

.block--views-exp-solr-search-page .form-type-textfield input[type=text] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .block--feature-search .form-type-textfield input[type=text] {
    color: #CDCDCD;
    border-color: #464646;
    background-color: #232021;
  }
}

.html--2016-header #header .block--feature-search .form-submit, .html--2016-header #header .block--feature-search .form-submit:focus,
.html--2016-header #header .block--views-exp-solr-search-page .form-submit,
.html--2016-header #header .block--views-exp-solr-search-page .form-submit:focus {
  outline: none;
}

.html--2016-header #header .block--feature-search .form-type-textfield::after,
.html--2016-header #header .block--views-exp-solr-search-page .form-type-textfield::after {
  content: "\e80E";
  color: transparent;
  top: 6px;
  background: url("../img/svg/search_2017.svg") no-repeat center center;
}

@media screen and (max-width: 840px) {
  .html--2016-header #header .block--feature-search .form-type-textfield::after,
  .html--2016-header #header .block--views-exp-solr-search-page .form-type-textfield::after {
    display: block !important;
  }
}

@media (min-width: 841px) {
  .html--2016-header #header .is-searching .block--feature-search .form-type-textfield::after,
  .html--2016-header #header .is-searching .block--views-exp-solr-search-page .form-type-textfield::after {
    display: none;
  }
}

.html--2016-header #footer .block--feature-search {
  display: block;
  padding: 25px 20px 0;
  clear: both;
}

.html--2016-header #footer .block--feature-search .form-type-textfield {
  margin-bottom: 0;
  padding-top: 0;
}

@media (min-width: 768px) {
  .html--2016-header #footer .block--feature-search {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    clear: none;
    margin-top: 0;
    padding-left: 13px;
  }
}

@media (min-width: 840px) {
  .html--2016-header #footer .block--feature-search {
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .html--2016-header #footer .block--feature-search {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
}

.block--menu,
.block--profile-menu {
  background-color: #F3F3F3;
}

.sidebar .block--menu.block, .sidebar
.block--profile-menu.block {
  padding: 25px 20px;
}

@media (min-width: 480px) {
  .sidebar .block--menu.block, .sidebar
  .block--profile-menu.block {
    padding: 25px 40px;
  }
}

@media (min-width: 1024px) {
  .sidebar .block--menu.block, .sidebar
  .block--profile-menu.block {
    padding: 25px 50px;
  }
}

#main .block--menu .menu, #main
.block--profile-menu .menu {
  padding: 0;
}

#main .block--menu .menu li, #main
.block--profile-menu .menu li {
  padding: 0;
  margin: 0;
}

.block--menu .menu a,
.block--profile-menu .menu a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

.block--menu .menu li.active a,
.block--menu .menu a:hover,
.block--menu .menu a:focus,
.block--menu .menu a:active,
.block--menu .menu a.active,
.block--profile-menu .menu li.active a,
.block--profile-menu .menu a:hover,
.block--profile-menu .menu a:focus,
.block--profile-menu .menu a:active,
.block--profile-menu .menu a.active {
  color: #F3F3F3;
  text-decoration: none;
}

@media (min-width: 768px) {
  .block--menu .menu li.active a,
  .block--menu .menu a:hover,
  .block--menu .menu a:focus,
  .block--menu .menu a:active,
  .block--menu .menu a.active,
  .block--profile-menu .menu li.active a,
  .block--profile-menu .menu a:hover,
  .block--profile-menu .menu a:focus,
  .block--profile-menu .menu a:active,
  .block--profile-menu .menu a.active {
    color: #6C6C6C;
  }
}

a.button,
a.button.active,
.block--menu .menu a.button,
.block--menu .menu a.button.active {
  text-align: center;
  background: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #B7274C;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  width: 100%;
  text-transform: uppercase;
  margin: 15px 0;
  padding: 8px 5px;
}

a.button:hover, a.button:focus, a.button:active,
a.button.active:hover,
a.button.active:focus,
a.button.active:active,
.block--menu .menu a.button:hover,
.block--menu .menu a.button:focus,
.block--menu .menu a.button:active,
.block--menu .menu a.button.active:hover,
.block--menu .menu a.button.active:focus,
.block--menu .menu a.button.active:active {
  background-color: #CC335A;
  color: #FFF;
  text-decoration: none;
}

.block--profile-menu {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: bold;
  font-style: normal;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -65%;
  width: 65%;
  z-index: 1020;
  background-color: #232021;
  -webkit-transition: left 0.6s;
  -moz-transition: left 0.6s;
  -o-transition: left 0.6s;
  transition: left 0.6s;
  text-align: right;
}

@media (min-width: 768px) {
  .block--profile-menu {
    float: right;
    margin: 28px 8px 0 15px;
    text-align: left;
    position: static;
    width: auto;
    background-color: transparent;
  }
}

.block--profile-menu .username {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
  padding: 16px 25px 0 0;
  display: block;
}

@media (min-width: 768px) {
  .block--profile-menu .username {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .block--profile-menu .menu-block-user-menu-block {
    float: right;
    margin-left: 5px;
  }
}

.block--profile-menu .menu li {
  list-style-image: none;
  list-style-type: none;
}

.block--profile-menu .menu a {
  padding: 16px 18px 18px 0;
  margin: 0 8px 0 0;
  display: block;
  border-bottom: 1px solid #464646;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: normal;
  font-style: normal;
  text-align: right;
}

@media (min-width: 768px) {
  .block--profile-menu .menu a {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #464646;
    font-weight: bold;
    font-style: normal;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .block--profile-menu .menu,
  .block--profile-menu .menu li {
    display: inline-block;
  }
  .block--profile-menu .menu li {
    padding: 0 23px 0 18px;
    border-right: 1px solid #CDCDCD;
  }
  .block--profile-menu .menu li:first-child {
    padding-left: 0;
  }
}

.html--2016-header .block--menu-block-user-menu-block,
.html--2016-header .block--menu-block-login-menu-block {
  display: none !important;
}

.block--views-exp-solr-search-page {
  background: #F3F3F3;
  margin-bottom: 20px;
  display: block;
}

.block--views-exp-solr-search-page .block__content {
  padding: 12px 20px;
}

@media (min-width: 768px) {
  .block--views-exp-solr-search-page .block__content {
    padding: 12px 40px;
  }
}

@media (min-width: 1024px) {
  .block--views-exp-solr-search-page .block__content {
    padding: 12px 20px;
  }
}

@media (min-width: 1280px) {
  .block--views-exp-solr-search-page .block__content {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.block--views-exp-solr-search-page .block__content .views-exposed-widgets {
  margin-bottom: 0;
  width: 100%;
  max-width: 480px;
  position: relative;
}

.block--views-exp-solr-search-page .block__content .views-exposed-widget {
  float: none;
  padding: 0;
}

.block--views-exp-solr-search-page .block__content .views-exposed-widget.views-submit-button {
  position: absolute;
  top: 0;
  right: 0;
}

.block--views-exp-solr-search-page .block__content .views-exposed-widget.views-submit-button .form-submit {
  margin-top: 0;
  position: relative;
}

#block-feature-product-product-compare {
  display: none;
  padding: 0 20px;
  background-color: #FFF;
  border-radius: 4px;
}

@media (min-width: 480px) {
  #block-feature-product-product-compare {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  #block-feature-product-product-compare {
    margin-top: 0;
  }
}

#block-feature-product-product-compare .compare-item-list {
  padding: 16px 0 25px;
  border-bottom: 2px solid #B7274C;
  *zoom: 1;
}

#block-feature-product-product-compare .compare-item-list:after {
  content: "";
  display: table;
  clear: both;
}

#block-feature-product-product-compare .compare-item-list li {
  list-style-type: none;
}

#block-feature-product-product-compare .compare-item-list li:last-child {
  padding: 0;
}

#block-feature-product-product-compare .compare-item-list .compare-block-links {
  text-align: center;
  background: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #B7274C;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  padding: 8px 20px;
}

#block-feature-product-product-compare .compare-item {
  padding: 0;
  margin: 20px 0;
  padding: 15px 0 0;
  position: relative;
}

#block-feature-product-product-compare .compare-item a:hover {
  text-decoration: none;
}

#block-feature-product-product-compare .compare-item span {
  text-align: center;
  display: block;
}

#block-feature-product-product-compare .compare-item .title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

#block-feature-product-product-compare .compare-item a:after {
  content: "\e805";
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  color: #B7274C;
}

#block-feature-product-product-compare .image img {
  width: auto;
  height: 60px;
}

#block-feature-product-product-compare .compare-item-actions {
  padding: 0;
}

#block-feature-product-product-compare .compare-item-actions li {
  padding: 0;
}

#block-feature-product-product-compare .compare-item-actions li:last-child {
  display: none;
}

@media (min-width: 480px) {
  #block-feature-product-product-compare {
    padding: 0 40px;
  }
}

@media (min-width: 768px) {
  #block-feature-product-product-compare {
    display: block;
  }
  #block-feature-product-product-compare .compare-item-list li:last-child {
    float: right;
    clear: left;
    margin: 5px 20px 0 0;
  }
  #block-feature-product-product-compare .compare-item-list .compare-block-links {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
  }
  #block-feature-product-product-compare .compare-item-list .compare-block-links::before, #block-feature-product-product-compare .compare-item-list .compare-block-links::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  #block-feature-product-product-compare .compare-item-list .compare-block-links::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  #block-feature-product-product-compare .compare-item-list .compare-block-links::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  #block-feature-product-product-compare .compare-item-list .compare-block-links:hover {
    text-decoration: none;
  }
  #block-feature-product-product-compare .compare-item-list .compare-block-links:hover::after {
    color: #B7274C;
  }
  #block-feature-product-product-compare .compare-item-list .compare-block-links:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  #block-feature-product-product-compare .compare-item {
    float: left;
    width: 150px;
    margin: 0 20px;
  }
  #block-feature-product-product-compare .compare-item a:after {
    display: none;
    right: -20px;
  }
  #block-feature-product-product-compare .compare-item a:hover:after {
    display: block;
  }
}

@media (min-width: 1024px) {
  #block-feature-product-product-compare {
    padding: 0 20px;
  }
  #block-feature-product-product-compare .compare-item-list li:last-child {
    clear: none;
  }
  #block-feature-product-product-compare.fixed {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 20;
  }
  #block-feature-product-product-compare.fixed .compare-item-list {
    border: 0;
  }
}

@media (min-width: 1280px) {
  #block-feature-product-product-compare.fixed .compare-item-list {
    max-width: 1280px;
    margin: 0 auto;
  }
}

#block-locale-language--2 {
  width: 36.4406779661%;
  float: right;
  margin-right: 0;
}

#block-locale-language--2 li {
  list-style: none;
}

#block-locale-language--2 .language-switcher-locale-url {
  display: none;
  border-radius: 4px;
  background-color: #464646;
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  padding: 5px;
  margin: 10px 0 0;
  z-index: 10;
}

#block-locale-language--2 .language-switcher-locale-url a,
#block-locale-language--2 .language-switcher-locale-url span {
  text-decoration: none;
  display: block;
  padding: 15px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: normal;
  font-style: normal;
}

#block-locale-language--2 .current-value .value {
  text-transform: uppercase;
}

#block-locale-language--2 select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  text-transform: uppercase;
  background-color: #FFF;
}

#block-locale-language--2 .block__content {
  position: relative;
}

@media (min-width: 480px) {
  #block-locale-language--2 {
    margin: 26px 0 0;
  }
  #block-locale-language--2 .language-switcher-locale-url {
    position: absolute;
    width: 108px;
    top: -108px;
    margin: 0;
  }
  #block-locale-language--2 .language-switcher-locale-url a:hover {
    background-color: #6C6C6C;
  }
}

@media (min-width: 768px) {
  #block-locale-language--2.open .language-switcher-locale-url {
    display: block;
  }
  #block-locale-language--2.open .current-value {
    background-color: #464646;
  }
  #block-locale-language--2.open .current-value .pioneer-icon {
    -webkit-animation: spin-up 0.25s linear forwards;
    -moz-animation: spin-up 0.25s linear forwards;
    -o-animation: spin-up 0.25s linear forwards;
    animation: spin-up 0.25s linear forwards;
    -webkit-transform-origin: 50% 40%;
    -moz-transform-origin: 50% 40%;
    -ms-transform-origin: 50% 40%;
    -o-transform-origin: 50% 40%;
    transform-origin: 50% 40%;
  }
  #block-locale-language--2 select {
    display: none;
  }
}

@media (min-width: 1024px) {
  #block-locale-language--2 {
    margin: 42px 0 0;
  }
  #block-locale-language--2 .language-switcher-locale-url {
    width: 109px;
    top: -106px;
  }
}

#block-locale-language {
  display: none;
  margin: 28px 0 0 26px;
}

@media (min-width: 768px) {
  #block-locale-language {
    position: relative;
    display: block;
    float: right;
    margin: 7px 15px 0 0;
  }
}

#block-locale-language .current-value {
  padding: 15px 20px;
  margin: 0;
  border: 1px solid #464646;
  border-radius: 4px;
  width: 70%;
  outline: 0;
  background-color: transparent;
}

@media (min-width: 768px) {
  #block-locale-language .current-value {
    border: 0;
    width: auto;
    padding: 0;
    margin: 19px 0 0;
  }
}

#block-locale-language .current-value .value {
  text-transform: uppercase;
  float: left;
  max-width: 80%;
  -webkit-transition: color 0.125s;
  -moz-transition: color 0.125s;
  -o-transition: color 0.125s;
  transition: color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 768px) {
  #block-locale-language .current-value .value {
    max-width: none;
    -webkit-transition: color 0.125s;
    -moz-transition: color 0.125s;
    -o-transition: color 0.125s;
    transition: color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #232021;
    font-weight: normal;
    font-style: normal;
  }
  #block-locale-language .current-value .value:hover {
    color: #B7274C;
  }
}

#block-locale-language .current-value .pioneer-icon {
  float: right;
  font-size: 10px;
  margin: 3px 0 0 6px;
  color: #FFF;
  -webkit-animation: spin-down 0.25s linear forwards;
  -moz-animation: spin-down 0.25s linear forwards;
  -o-animation: spin-down 0.25s linear forwards;
  animation: spin-down 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

@media (min-width: 768px) {
  #block-locale-language .current-value .pioneer-icon {
    margin: 5px 0 0 6px;
    color: #232021;
  }
}

#block-locale-language .language-switcher-locale-url {
  display: none;
  border-radius: 4px;
  background-color: #B7274C;
  padding: 5px;
  top: 10px;
  width: 70%;
  max-height: 318px;
  overflow-y: scroll;
  position: relative;
}

@media (min-width: 768px) {
  #block-locale-language .language-switcher-locale-url {
    min-width: 80px;
    position: absolute;
    top: 40px;
    width: auto;
    right: 0;
    z-index: 30;
  }
}

#block-locale-language .language-switcher-locale-url a,
#block-locale-language .language-switcher-locale-url span {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 0;
  margin: 0;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 768px) {
  #block-locale-language .language-switcher-locale-url a {
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
  }
  #block-locale-language .language-switcher-locale-url a:hover {
    color: #B7274C;
    background-color: #FFF;
    text-decoration: none;
  }
}

#block-locale-language.open .current-value .value {
  color: #B7274C;
}

#block-locale-language.open .current-value .pioneer-icon {
  color: #B7274C;
  -webkit-animation: spin-up 0.25s linear forwards;
  -moz-animation: spin-up 0.25s linear forwards;
  -o-animation: spin-up 0.25s linear forwards;
  animation: spin-up 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

#block-locale-language.open .language-switcher-locale-url {
  display: block;
}

#block-locale-language.show-mobile {
  display: block;
}

@media (min-width: 768px) {
  #block-locale-language.show-mobile {
    display: none;
  }
}

.sidebar .block,
.bean-3-col-including-newsletter .w4 .block {
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
}

@media (min-width: 480px) {
  .sidebar .block,
  .bean-3-col-including-newsletter .w4 .block {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .sidebar .block,
  .bean-3-col-including-newsletter .w4 .block {
    padding: 20px 40px;
  }
}

@media (min-width: 1024px) {
  .sidebar .block,
  .bean-3-col-including-newsletter .w4 .block {
    padding: 20px;
  }
}

.sidebar .block:only-child,
.bean-3-col-including-newsletter .w4 .block:only-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sidebar .block:only-child,
  .bean-3-col-including-newsletter .w4 .block:only-child {
    margin-bottom: 20px;
  }
}

.sidebar .block__title,
.bean-3-col-including-newsletter .w4 .block__title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28pxpx;
  line-height: 1.75pxrem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 15px;
}

.block--pioneer-header-blocks {
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: normal;
  display: none;
}

.html--2016-header .block--pioneer-header-blocks {
  display: block;
}

.block--pioneer-header-blocks .block__content {
  position: relative;
  margin-top: 19px;
  overflow: visible;
}

.is-searching .block--pioneer-header-blocks {
  display: block;
}

.block--pioneer-header-blocks-header-login {
  order: 3;
  background-color: #FFF;
}

.block--pioneer-header-blocks-header-countries {
  order: 4;
  background-color: #29323B;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 841px) {
  .block--pioneer-header-blocks-header-countries {
    border-bottom-width: 0;
  }
  .block--pioneer-header-blocks {
    font-family: "Noto Sans Kannada", sans-serif;
    font-weight: normal;
    position: relative;
    float: right;
    margin: 11px 15px 0 0;
  }
  .block--pioneer-header-blocks .block__content {
    position: relative;
    margin-top: 0;
    overflow: visible;
  }
  .is-searching .block--pioneer-header-blocks {
    display: none;
  }
  .block--pioneer-header-blocks-header-countries {
    background-color: transparent;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.form-type-textfield > label,
.form-type-password > label,
.form-type-select > label,
.form-type-radios > label,
.form-type-textarea > label,
.form-type-date-popup > label,
.webform-component-textfield > label,
.webform-component-email > label,
.webform-component-password > label,
.webform-component-select > label,
.webform-component-radios > label,
.webform-component-textarea > label,
.webform-component-date-popup > label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.form-type-checkbox input[type="checkbox"],
.webform-component-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.form-type-checkbox label:before,
.webform-component-checkbox label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.form-type-checkbox input[type="checkbox"]:checked + label:before,
.webform-component-checkbox input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

.form-type-checkbox label,
.webform-component-checkbox label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.form-type-radio input[type="radio"],
.webform-component-radio input[type="radio"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.form-type-radio label:before,
.webform-component-radio label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.form-type-radio input[type="radio"]:checked + label:before,
.webform-component-radio input[type="radio"]:checked + label:before {
  background: #B7274C;
}

.form-type-radio label,
.webform-component-radio label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.form-type-radio input[type="radio"],
.webform-component-radio input[type="radio"] {
  margin-left: 2px;
}

.form-type-radio label,
.webform-component-radio label {
  margin-top: -39px;
  padding-left: 31px;
}

.form-type-radio label:before,
.webform-component-radio label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.form-type-radio input[type="radio"],
.webform-component-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  left: 1px;
}

.form-type-radios .form-radios,
.webform-component-radios .form-radios {
  margin-bottom: 25px;
}

.form-type-textarea textarea,
.webform-component-textarea textarea {
  width: 100%;
  padding: 5px 40px 5px 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
  resize: none;
}

.form-disabled {
  opacity: .6;
}

.form-disabled label {
  cursor: default;
}

.form-disabled input {
  opacity: .5;
}

input[readonly=readonly] {
  opacity: .5;
}

html.js .form-autocomplete {
  background-image: none;
}

#main #autocomplete {
  min-width: 100%;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid #CDCDCD;
  border-top: 0;
  border-radius: 4px;
}

#main #autocomplete ul {
  width: 100%;
  border-radius: 4px;
  background-color: #F3F3F3;
  padding: 5px;
}

#main #autocomplete li {
  white-space: normal;
  cursor: pointer;
  padding: 7px 15px;
  margin: 0;
  color: #6C6C6C;
  background-color: #F3F3F3;
  border-radius: 4px;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s;
}

#main #autocomplete li.selected, #main #autocomplete li:hover, #main #autocomplete li:active, #main #autocomplete li:focus {
  color: #FFF;
  background-color: #B7274C;
}

.container-inline-date .date-padding {
  padding: 0;
  float: none;
}

.form-item .description {
  margin-top: 5px;
}

.form-item .description,
.footnote {
  clear: both;
  color: #6C6C6C;
  font-size: .8rem;
  line-height: 1.1rem;
}

.footnote {
  display: block;
  margin-top: -15px;
  margin-bottom: 15px;
}

.form-submit {
  text-align: center;
  background: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #B7274C;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 8px 40px;
  border: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .form-submit {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
  }
}

.form-submit:hover {
  background: none;
  background-color: #CC335A;
  cursor: pointer;
}

.form-submit.form-button-disabled {
  opacity: .5;
}

.form-submit.form-button-disabled:hover {
  background-color: #B7274C;
  cursor: default;
}

div.password-strength, div.password-confirm {
  margin-top: 0;
  margin-left: 10px;
}

div.password-strength {
  width: 70%;
  font-size: .9rem;
}

@media (min-width: 480px) {
  div.password-strength {
    width: 17em;
  }
}

div.password-confirm {
  width: auto;
}

#main .password-suggestions li {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
}

.form-type-select .select-wrapper, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper,
.webform-component-select .select-wrapper {
  position: relative;
}

.form-type-select .select-wrapper .select-caret::after, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper .select-caret::after,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper .select-caret::after,
.webform-component-select .select-wrapper .select-caret::after {
  position: absolute;
  top: 4px;
  right: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: inherit;
  content: "";
  line-height: inherit;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  font-size: 26px;
  pointer-events: none;
  background-color: #FFF;
  width: 25px;
  height: 36px;
  color: #000;
}

@media screen {
  .form-type-select .select-wrapper .select-caret::after, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper .select-caret::after,
  .view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper .select-caret::after,
  .webform-component-select .select-wrapper .select-caret::after {
    display: none;
  }
}

.no-csspointerevents .form-type-select .select-wrapper select, .no-csspointerevents .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper select, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .no-csspointerevents .form-select .select-wrapper select, .no-csspointerevents
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper select,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .no-csspointerevents .form-select .select-wrapper select, .no-csspointerevents
.webform-component-select .select-wrapper select {
  padding: 0;
  padding-left: 22px;
}

.no-csspointerevents .form-type-select .select-wrapper .select-caret::after, .no-csspointerevents .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper .select-caret::after, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .no-csspointerevents .form-select .select-wrapper .select-caret::after, .no-csspointerevents
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper .select-caret::after,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .no-csspointerevents .form-select .select-wrapper .select-caret::after, .no-csspointerevents
.webform-component-select .select-wrapper .select-caret::after {
  display: none;
}

.form-type-select .select-wrapper select, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper select,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper select,
.webform-component-select .select-wrapper select {
  cursor: pointer;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 40px 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  background: transparent;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

@media screen {
  .form-type-select .select-wrapper select, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper select,
  .view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .select-wrapper select,
  .webform-component-select .select-wrapper select {
    padding: 10px 0 10px 10px;
  }
}

.form-type-select .ajax-progress, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress,
.webform-component-select .ajax-progress {
  position: relative;
}

.form-type-select .ajax-progress .throbber, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress .throbber,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress .throbber,
.webform-component-select .ajax-progress .throbber {
  display: none;
}

.form-type-select .ajax-progress .message, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress .message,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress .message,
.webform-component-select .ajax-progress .message {
  margin-left: 10px;
}

.form-type-select .ajax-progress .message:after, .form-type-select .ajax-progress .message:before, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress .message:after,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress .message:after, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress .message:before,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress .message:before,
.webform-component-select .ajax-progress .message:after,
.webform-component-select .ajax-progress .message:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: rgba(185, 36, 74, 0.6);
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.form-type-select .ajax-progress .message:after, .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress .message:after,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select .ajax-progress .message:after,
.webform-component-select .ajax-progress .message:after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.no-csspointerevents select::-ms-expand {
  display: inherit;
}

.csspointerevents select::-ms-expand {
  display: none;
}

.webform-component-date {
  overflow: auto;
}

.webform-component-date .form-type-select {
  float: left;
  margin-right: 20px;
}

.webform-component-date .form-type-select:last-child {
  margin-right: 0;
}

html body.body-tabs-open {
  margin-left: 250px;
}

html body.body-tabs-open #admin-menu {
  left: 250px;
}

@media (min-width: 768px) {
  html body.body-tabs-open .open-tabs {
    left: 270px;
  }
}

.open-tabs {
  z-index: 190;
  background-color: #BF0C0C;
  position: fixed;
  top: 0;
  left: 0;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #FFF;
  padding: 18px 17px;
  line-height: 14px;
  margin-top: 85px;
}

.open-tabs:hover {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.open-tabs:hover i {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.open-tabs:active, .open-tabs:hover, .open-tabs:focus {
  outline: 0 !important;
}

@media (min-width: 768px) {
  .open-tabs {
    margin-top: 40px;
  }
}

.tabs {
  background-color: #E6E6E6;
}

.tabs a {
  padding: .75em 1em;
  color: #6C6C6C;
  border-bottom: 1px solid #CDCDCD;
  background: none;
}

.tabs a:hover {
  background: #CDCDCD;
}

.tabs a.active {
  background-color: #BF0C0C;
  color: #FFF;
}

.tabs li {
  float: none;
}

.tabs--primary {
  border: 0;
}

.push-tabs {
  position: fixed;
  z-index: 1200;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
}

.push-tabs.hide {
  left: -250px;
}

@media (min-width: 768px) {
  .push-tabs .hide {
    left: -250px;
  }
}

.push-tabs li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.push-tabs li a {
  display: block;
  padding: rh(0.8);
  text-decoration: none;
  cursor: pointer;
}

.push-tabs li a.active {
  font-weight: bold;
}

.push-tabs li a.active:hover {
  background-color: #a70a0a;
}

.push-tabs li a:hover {
  font-weight: bold;
}

.user-tabs {
  margin: 0 0 rh(0.6);
}

.user-tabs .tabs li {
  float: left;
  margin: 0 0 0 rh(0.4);
}

.user-tabs .tabs li:first-child {
  margin: 0;
}

.field-collection-view-links {
  display: none;
}

#copyright {
  background-color: #232021;
}

#copyright .menu-block-copyright-menu-block {
  text-align: center;
}

#copyright ul {
  padding: 8px 0 4px;
  display: inline-block;
}

#copyright li {
  float: left;
  margin: 5px 10px;
}

#copyright li:nth-child(3) {
  clear: left;
}

#copyright a {
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 480px) {
  #copyright ul {
    padding: 18px 0 12px;
  }
  #copyright li {
    margin: 0 10px;
  }
  #copyright li:nth-child(3) {
    clear: none;
  }
  #copyright a:hover {
    text-decoration: underline;
  }
}

.html--2016-header #copyright {
  background-color: #0C181F;
  padding-top: 26px;
}

.html--2016-header #copyright::after {
  display: block;
  clear: both;
  content: "";
}

.html--2016-header #copyright .block--menu-block-copyright-menu-block {
  max-width: 100%;
}

.html--2016-header #copyright > .section {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.html--2016-header #copyright ul.menu {
  padding: 0 0 26px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.html--2016-header #copyright ul.menu li.leaf {
  margin-top: 0;
  margin-bottom: 0;
}

.html--2016-header #copyright ul.menu li.leaf a {
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #FFFEFF;
}

@media (min-width: 840px) {
  .html--2016-header #copyright ul.menu {
    padding-right: 24px;
  }
  .html--2016-header #copyright > .section {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.language-selection {
  float: right;
  width: 100%;
  padding: 25px 20px;
  border-bottom: 1px solid #6C6C6C;
}

#block-menu-block-country-menu-level-1-footer {
  margin: 0;
  width: 61.8644067797%;
  float: left;
  margin-right: 1.6949152542%;
  position: relative;
}

#block-menu-block-country-menu-level-1-footer .menu-block-country-menu-level-1-footer {
  position: relative;
}

#block-menu-block-country-menu-level-1-footer h2 {
  display: none;
}

#block-menu-block-country-menu-level-1-footer select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: #FFF;
}

#block-menu-block-country-menu-level-1-footer .current-value {
  background-color: transparent;
  outline: 0;
  padding: 15px 20px;
  border: 1px solid #464646;
  border-radius: 4px;
  width: 100%;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
}

#block-menu-block-country-menu-level-1-footer .current-value .value {
  float: left;
  max-width: 80%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
}

#block-menu-block-country-menu-level-1-footer .current-value .pioneer-icon {
  font-size: 10px;
  color: #FFF;
  float: right;
  margin: 3px 0 0;
  -webkit-animation: spin-down 0.25s linear forwards;
  -moz-animation: spin-down 0.25s linear forwards;
  -o-animation: spin-down 0.25s linear forwards;
  animation: spin-down 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

#block-menu-block-country-menu-level-1-footer a {
  text-decoration: none;
  display: block;
  padding: 15px;
  border-radius: 4px;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: normal;
  font-style: normal;
}

#block-menu-block-country-menu-level-1-footer li {
  width: 100%;
  float: none;
  line-height: 18px;
}

#block-menu-block-country-menu-level-1-footer .menu {
  display: none;
  border-radius: 4px;
  background-color: #464646;
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  padding: 5px;
  margin: 10px 0 0;
  z-index: 10;
}

@media (min-width: 480px) {
  .language-selection {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    margin-right: 0;
    margin-top: 40px;
    padding: 0;
    border-bottom: 0;
  }
  #block-menu-block-country-menu-level-1-footer h2 {
    display: block;
    margin-top: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #CDCDCD;
    font-weight: bold;
    font-style: normal;
  }
  #block-menu-block-country-menu-level-1-footer a:hover {
    background-color: #6C6C6C;
  }
  #block-menu-block-country-menu-level-1-footer li {
    width: 50%;
    float: left;
  }
  #block-menu-block-country-menu-level-1-footer .menu {
    position: absolute;
    width: 370px;
    top: -284px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .language-selection {
    margin-top: 40px;
  }
  #block-menu-block-country-menu-level-1-footer select {
    display: none;
  }
  #block-menu-block-country-menu-level-1-footer.open .menu {
    display: block;
  }
  #block-menu-block-country-menu-level-1-footer.open .current-value {
    background-color: #464646;
  }
  #block-menu-block-country-menu-level-1-footer.open .current-value .pioneer-icon {
    -webkit-animation: spin-up 0.25s linear forwards;
    -moz-animation: spin-up 0.25s linear forwards;
    -o-animation: spin-up 0.25s linear forwards;
    animation: spin-up 0.25s linear forwards;
    -webkit-transform-origin: 50% 40%;
    -moz-transform-origin: 50% 40%;
    -ms-transform-origin: 50% 40%;
    -o-transform-origin: 50% 40%;
    transform-origin: 50% 40%;
  }
}

@media (min-width: 1024px) {
  .language-selection {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
  #block-menu-block-country-menu-level-1-footer h2 {
    font-size: 14px;
    line-height: 14px;
  }
  #block-menu-block-country-menu-level-1-footer li {
    width: 25%;
  }
  #block-menu-block-country-menu-level-1-footer .menu {
    top: -185px;
    width: 785px;
  }
}

.html--2016-header #footer .language-selection {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.html--2016-header #footer .current-value {
  background-color: #0C181F;
  border-radius: 0;
  border-width: 0;
  padding: 11px 12px 9px;
  color: #D5DFE5;
}

.html--2016-header #footer .current-value .pioneer-icon {
  color: inherit;
}

.html--2016-header #footer .current-value .value {
  font-family: "Noto Sans Kannada", sans-serif;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.25px;
  color: inherit;
}

@media (min-width: 480px) {
  .html--2016-header #footer .language-selection {
    width: 100%;
    float: none;
    padding: 25px 20px 0;
    margin-top: 0;
  }
  .html--2016-header #footer .language-selection::after {
    content: '';
    display: table;
    clear: both;
  }
}

@media (min-width: 768px) {
  .html--2016-header #footer .language-selection {
    width: 50%;
    float: left;
    padding-right: 13px;
  }
}

@media (min-width: 840px) {
  .html--2016-header #footer .language-selection {
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .html--2016-header #footer .language-selection {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    padding-top: 32px;
    padding-right: 0;
  }
}

.block--menu-block-country-menu-level-1-header {
  display: none;
  margin: 28px 0 0 26px;
}

.block--menu-block-country-menu-level-1-header .current-value {
  padding: 15px 20px;
  margin: 0;
  border: 1px solid #464646;
  border-radius: 4px;
  width: 70%;
  outline: 0;
  background-color: transparent;
}

.block--menu-block-country-menu-level-1-header .current-value .value {
  float: left;
  max-width: 80%;
  -webkit-transition: color 0.125s;
  -moz-transition: color 0.125s;
  -o-transition: color 0.125s;
  transition: color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
}

.block--menu-block-country-menu-level-1-header .current-value .pioneer-icon {
  float: right;
  font-size: 10px;
  margin: 3px 0 0 6px;
  color: #FFF;
  -webkit-animation: spin-down 0.25s linear forwards;
  -moz-animation: spin-down 0.25s linear forwards;
  -o-animation: spin-down 0.25s linear forwards;
  animation: spin-down 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

.block--menu-block-country-menu-level-1-header .menu {
  display: none;
  border-radius: 4px;
  background-color: #B7274C;
  padding: 5px;
  top: 10px;
  width: 70%;
  max-height: 318px;
  overflow-y: scroll;
  position: relative;
}

.block--menu-block-country-menu-level-1-header .menu a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 0;
  margin: 0;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
}

.block--menu-block-country-menu-level-1-header.open .current-value .value {
  color: #B7274C;
}

.block--menu-block-country-menu-level-1-header.open .current-value .pioneer-icon {
  color: #B7274C;
  -webkit-animation: spin-up 0.25s linear forwards;
  -moz-animation: spin-up 0.25s linear forwards;
  -o-animation: spin-up 0.25s linear forwards;
  animation: spin-up 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

.block--menu-block-country-menu-level-1-header.open .menu {
  display: block;
}

.block--menu-block-country-menu-level-1-header.show-mobile {
  display: block;
}

@media (min-width: 768px) {
  .block--menu-block-country-menu-level-1-header {
    position: relative;
    display: block;
    float: right;
    margin: 7px 15px 0;
  }
  .block--menu-block-country-menu-level-1-header .current-value {
    border: 0;
    width: auto;
    padding: 0;
    margin: 19px 0 0;
  }
  .block--menu-block-country-menu-level-1-header .current-value .value {
    max-width: none;
    -webkit-transition: color 0.125s;
    -moz-transition: color 0.125s;
    -o-transition: color 0.125s;
    transition: color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #232021;
    font-weight: normal;
    font-style: normal;
  }
  .block--menu-block-country-menu-level-1-header .current-value .value:hover {
    color: #B7274C;
  }
  .block--menu-block-country-menu-level-1-header .current-value .pioneer-icon {
    margin: 5px 0 0 6px;
    color: #232021;
  }
  .block--menu-block-country-menu-level-1-header .menu {
    min-width: 190px;
    position: absolute;
    top: 40px;
    width: auto;
    right: 0;
    z-index: 30;
  }
  .block--menu-block-country-menu-level-1-header .menu a {
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
  }
  .block--menu-block-country-menu-level-1-header .menu a:hover {
    color: #B7274C;
    background-color: #FFF;
    text-decoration: none;
  }
  .block--menu-block-country-menu-level-1-header.show-mobile {
    display: none;
  }
}

.html--2016-header .block--menu-block-country-menu-level-1-header {
  display: none !important;
}

#block-menu-block-footer-cta-menu-block {
  padding: 0 20px;
  width: 100%;
  margin: 30px 0 0;
  clear: both;
  float: left;
}

#block-menu-block-footer-cta-menu-block li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
}

#block-menu-block-footer-cta-menu-block li.last {
  padding: 0;
}

#block-menu-block-footer-cta-menu-block a {
  width: 100%;
  padding: 14px 10px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  background-color: #232021;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 480px) {
  #block-menu-block-footer-cta-menu-block {
    padding: 0;
    margin: 40px 0 0;
  }
  #block-menu-block-footer-cta-menu-block li {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    float: left;
    padding: 0 10px 0 0;
  }
  #block-menu-block-footer-cta-menu-block li.last {
    margin: 0;
  }
  #block-menu-block-footer-cta-menu-block a {
    font-size: 14px;
    line-height: 14px;
  }
  #block-menu-block-footer-cta-menu-block a:hover {
    background-color: #B7274C;
  }
}

@media (min-width: 1024px) {
  #block-menu-block-footer-cta-menu-block {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.html--2016-header #footer #block-menu-block-footer-cta-menu-block {
  display: none;
}

#block-menu-block-footer-menu-block {
  float: none;
  width: 100%;
}

@media (min-width: 480px) {
  #block-menu-block-footer-menu-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  #block-menu-block-footer-menu-block {
    float: left;
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.menu-name-menu-footer-menu > .menu > li {
  width: 100%;
  cursor: pointer;
  float: none;
  background-color: #2A2A2A;
  padding: 0;
  border-bottom: 1px solid #6C6C6C;
}

@media (min-width: 480px) {
  .menu-name-menu-footer-menu > .menu > li {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    border-bottom: 0;
  }
}

@media (min-width: 480px) {
  .menu-name-menu-footer-menu > .menu > li.last {
    margin: 0;
  }
}

.menu-name-menu-footer-menu > .menu > li.open > span::after,
.menu-name-menu-footer-menu > .menu > li.open > a::after {
  -webkit-animation: spin-up 0.25s linear forwards;
  -moz-animation: spin-up 0.25s linear forwards;
  -o-animation: spin-up 0.25s linear forwards;
  animation: spin-up 0.25s linear forwards;
  -webkit-transform-origin: 50% 70%;
  -moz-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  -o-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
}

.menu-name-menu-footer-menu > .menu > li.open .menu {
  display: block;
}

.menu-name-menu-footer-menu > .menu > li span,
.menu-name-menu-footer-menu > .menu > li a {
  margin: 0;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #F3F3F3;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 480px) {
  .menu-name-menu-footer-menu > .menu > li span,
  .menu-name-menu-footer-menu > .menu > li a {
    font-size: 12px;
    line-height: 12px;
  }
}

@media (min-width: 1024px) {
  .menu-name-menu-footer-menu > .menu > li span,
  .menu-name-menu-footer-menu > .menu > li a {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    color: #CDCDCD;
  }
}

.menu-name-menu-footer-menu > .menu > li > a {
  padding: 20px;
}

@media (min-width: 480px) {
  .menu-name-menu-footer-menu > .menu > li > a {
    padding: 0;
    min-height: 24px;
  }
}

@media (min-width: 1024px) {
  .menu-name-menu-footer-menu > .menu > li > a {
    min-height: 28px;
  }
}

.menu-name-menu-footer-menu > .menu > li > a::after {
  font-size: 14px;
  float: right;
  margin: -2px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: inherit;
  content: "";
  line-height: inherit;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  -webkit-animation: spin-down 0.25s linear forwards;
  -moz-animation: spin-down 0.25s linear forwards;
  -o-animation: spin-down 0.25s linear forwards;
  animation: spin-down 0.25s linear forwards;
  -webkit-transform-origin: 50% 70%;
  -moz-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  -o-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
}

@media (min-width: 480px) {
  .menu-name-menu-footer-menu > .menu > li > a::after {
    display: none;
  }
}

.menu-name-menu-footer-menu > .menu > li .menu {
  display: none;
  margin: 0 20px 20px;
}

@media (min-width: 480px) {
  .menu-name-menu-footer-menu > .menu > li .menu {
    display: block;
    margin: 0;
    padding: 8px 0 0;
  }
}

@media (min-width: 1024px) {
  .menu-name-menu-footer-menu > .menu > li .menu {
    padding: 10px 0 0;
  }
}

.menu-name-menu-footer-menu > .menu > li .menu li {
  padding: 5px 0;
  line-height: 24px;
}

@media (min-width: 480px) {
  .menu-name-menu-footer-menu > .menu > li .menu li {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .menu-name-menu-footer-menu > .menu > li .menu li {
    line-height: 16px;
  }
}

.menu-name-menu-footer-menu > .menu > li .menu li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}

@media (min-width: 480px) {
  .menu-name-menu-footer-menu > .menu > li .menu li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 26px;
    color: #6C6C6C;
    -webkit-transition: color 0.125s;
    -moz-transition: color 0.125s;
    -o-transition: color 0.125s;
    transition: color 0.125s;
  }
}

@media (min-width: 1024px) {
  .menu-name-menu-footer-menu > .menu > li .menu li a {
    line-height: 18px;
  }
}

.menu-name-menu-footer-menu > .menu > li .menu li a:hover {
  color: #FFF;
  text-decoration: underline;
}

.menu-name-menu-footer-menu .expanded {
  list-style: none;
}

@media (min-width: 1025px) {
  .html--2016-header #footer #block-menu-block-footer-menu-block {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 480px) {
  .html--2016-header #footer .menu-name-menu-footer-menu > .menu > li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 840px) {
  .html--2016-header #footer .menu-name-menu-footer-menu > .menu > li {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    border: 0;
  }
}

@media (min-width: 840px) {
  .html--2016-header #footer .menu-name-menu-footer-menu > .menu > li.last {
    margin: 0;
  }
}

.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li.open > a::after {
  transform: rotate(180deg);
}

.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li.open .menu {
  display: block;
}

.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li span,
.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li a {
  opacity: 1;
  transition: color 250ms ease-in-out;
}

@media (min-width: 480px) {
  .html--2016-header #footer .menu-name-menu-footer-menu > .menu > li span,
  .html--2016-header #footer .menu-name-menu-footer-menu > .menu > li a {
    margin-bottom: 0;
  }
}

.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li span:hover,
.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li a:hover {
  opacity: .7;
  text-decoration: none;
}

.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li > a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #FFFEFF;
  font-weight: normal;
  font-style: normal;
  color: #FFFEFF;
  font-weight: 600 !important;
  letter-spacing: .25px;
  padding: 13px 20px;
}

@media (min-width: 840px) {
  .html--2016-header #footer .menu-name-menu-footer-menu > .menu > li > a {
    font-size: 14.5px;
    line-height: normal;
    margin-bottom: 16px;
    padding: 0;
  }
}

.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li > a::after {
  margin-top: 4px;
  font-family: "pioneer-icons";
  content: "\E806";
  transform: rotate(90deg);
  animation: none;
  transform-origin: 50% 50%;
}

@media (min-width: 480px) {
  .html--2016-header #footer .menu-name-menu-footer-menu > .menu > li > a::after {
    display: block;
  }
}

@media (min-width: 840px) {
  .html--2016-header #footer .menu-name-menu-footer-menu > .menu > li > a::after {
    display: none;
  }
}

@media (min-width: 480px) {
  .html--2016-header #footer .menu-name-menu-footer-menu > .menu > li .menu {
    display: none;
    margin: 0 20px 20px;
  }
}

@media (min-width: 840px) {
  .html--2016-header #footer .menu-name-menu-footer-menu > .menu > li .menu {
    display: block;
    margin: 14px 0 0;
  }
}

.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li .menu li {
  padding: 5px 0;
}

.html--2016-header #footer .menu-name-menu-footer-menu > .menu > li .menu li a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #FFFEFF;
  font-weight: normal;
  font-style: normal;
  color: #D5DFE5;
}

.block--menu-block-main-menu-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -85%;
  width: 85%;
  z-index: 1020;
  background-color: #2A2A2A;
  -webkit-transition: left 0.6s;
  -moz-transition: left 0.6s;
  -o-transition: left 0.6s;
  transition: left 0.6s;
}

.block--menu-block-main-menu-block a {
  padding: 16px 0 18px 18px;
  margin: 0 0 0 8px;
  display: block;
  border-bottom: 1px solid #464646;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: normal;
  font-style: normal;
}

.block--menu-block-main-menu-block select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: #FFF;
}

.block--menu-block-main-menu-block .hamb-menu-close {
  display: none;
}

.block--menu-block-main-menu-block .countries-wrapper {
  position: relative;
  width: 61.8644067797%;
  float: left;
  margin-right: 1.6949152542%;
}

.block--menu-block-main-menu-block .language-wrapper {
  position: relative;
  width: 36.4406779661%;
  float: right;
  margin-right: 0;
}

.block--menu-block-main-menu-block .language-wrapper .value,
.block--menu-block-main-menu-block .language-wrapper select {
  text-transform: uppercase;
}

.block--menu-block-main-menu-block .current-value {
  padding: 15px 10px;
  border: 1px solid #464646;
  border-radius: 4px;
  width: 100%;
  outline: 0;
  background-color: transparent;
}

@media screen and (min-width: 300px) {
  .block--menu-block-main-menu-block .current-value {
    padding: 15px 12px;
  }
}

.block--menu-block-main-menu-block .current-value .value {
  float: left;
  max-width: 80%;
  -webkit-transition: color 0.125s;
  -moz-transition: color 0.125s;
  -o-transition: color 0.125s;
  transition: color 0.125s;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

@media screen and (min-width: 300px) {
  .block--menu-block-main-menu-block .current-value .value {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #FFF;
    font-weight: normal;
    font-style: normal;
  }
}

.block--menu-block-main-menu-block .current-value .pioneer-icon {
  float: right;
  font-size: 10px;
  margin: 3px 0 0 1px;
  color: #FFF;
  -webkit-animation: spin-down 0.25s linear forwards;
  -moz-animation: spin-down 0.25s linear forwards;
  -o-animation: spin-down 0.25s linear forwards;
  animation: spin-down 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

.block--menu-block-main-menu-block .menu-block-main-menu-block {
  height: 100%;
  overflow-y: auto;
}

.block--menu-block-main-menu-block .language-selection {
  float: right;
  width: 100%;
  padding: 25px 20px 25px 25px;
  margin: 0;
  border-bottom: 1px solid #6C6C6C;
}

.block--menu-block-main-menu-block.hamb-open {
  left: 0;
}

.block--menu-block-main-menu-block.hamb-open .hamb-menu-close {
  display: block;
  border: 0;
  outline: 0;
  padding: 8px;
  position: absolute;
  top: 10px;
  right: -52px;
  background-color: transparent;
}

.block--menu-block-main-menu-block.hamb-open .hamb-menu-close span {
  font-size: 24px;
  padding: 0;
  color: #FFF;
}

body.hamb-open {
  overflow-y: hidden;
}

@media (min-width: 480px) {
  .block--menu-block-main-menu-block .current-value {
    padding: 15px 20px;
  }
}

@media (min-width: 768px) {
  .block--menu-block-main-menu-block {
    position: relative;
    overflow: hidden;
    background-color: #232021;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    z-index: 20;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .block--menu-block-main-menu-block a {
    border: 0;
    display: inline-block;
    color: #FFF;
    padding: 22px 4px 16px;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #FFF;
    font-weight: normal;
    font-style: normal;
  }
  .block--menu-block-main-menu-block a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #232021;
  }
  .block--menu-block-main-menu-block a.active, .block--menu-block-main-menu-block a.active-trail {
    cursor: default;
    font-weight: bold;
  }
  .block--menu-block-main-menu-block a:hover {
    text-decoration: none;
  }
  .block--menu-block-main-menu-block a.active::after, .block--menu-block-main-menu-block a.active-trail::after, .block--menu-block-main-menu-block a:hover::after {
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    background-color: #B7274C;
  }
  .block--menu-block-main-menu-block li {
    float: left;
    margin: 0 10px 0 0;
  }
  .block--menu-block-main-menu-block .language-selection {
    display: none;
  }
  .block--menu-block-main-menu-block .menu-block-wrapper {
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    max-width: 1280px;
  }
  .block--menu-block-main-menu-block.hamb-open .hamb-menu-close {
    display: none;
  }
  .block--menu-block-main-menu-block .menu-block-main-menu-block {
    height: auto;
    overflow-y: auto;
  }
}

@media (min-width: 1024px) {
  .block--menu-block-main-menu-block .menu-block-wrapper {
    padding: 0 10px;
  }
}

.html--2016-header .block--menu-block-main-menu-block {
  display: none;
}

#header .block--menu-block-menu-block-main-menu-2016 {
  display: none;
}

.html--2016-header #header .block--menu-block-menu-block-main-menu-2016 {
  display: block;
  clear: both;
  order: 1;
}

.menu-name-menu-main-menu-2016 {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: normal;
  letter-spacing: 0.25px;
}

.menu-name-menu-main-menu-2016.js_no_trans {
  transition: none !important;
}

.menu-name-menu-main-menu-2016 a:focus {
  outline: 0;
}

.menu-name-menu-main-menu-2016 > .menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.menu-name-menu-main-menu-2016 > .menu.js_no_trans {
  transition: none !important;
}

.menu-name-menu-main-menu-2016 > .menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14.5px;
  line-height: 48px;
  background-color: #29323B;
  width: 100%;
  position: relative;
  color: #FFF;
  transition: color 250ms ease-in-out;
}

.menu-name-menu-main-menu-2016 > .menu > li .nolink,
.menu-name-menu-main-menu-2016 > .menu > li > a {
  display: block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}

.menu-name-menu-main-menu-2016 > .menu > li.expanded .nolink::after,
.menu-name-menu-main-menu-2016 > .menu > li.expanded > a::after {
  content: '\e806';
  font-family: "pioneer-icons";
  color: currentColor;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 0 0;
  line-height: normal;
}

.menu-name-menu-main-menu-2016 > .menu > li.active-trail, .menu-name-menu-main-menu-2016 > .menu > li.active {
  color: #B7274C;
}

.menu-name-menu-main-menu-2016 > .menu > li.expanded {
  list-style: none;
  position: relative;
  overflow: visible;
  cursor: default;
}

.menu-name-menu-main-menu-2016 > .menu > li > a {
  color: inherit;
  transition: color 250ms ease-in-out;
}

.menu-name-menu-main-menu-2016 > .menu > li > a:hover {
  text-decoration: none;
  color: #B7274C;
}

.menu-name-menu-main-menu-2016 > .menu > li > .menu {
  background-color: #0C181F;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 250ms ease-in-out, visibility 0s ease-in-out 250ms, height 250ms ease-in-out;
}

.menu-name-menu-main-menu-2016 > .menu > li > .menu.js_no_trans {
  transition: none !important;
}

.menu-name-menu-main-menu-2016 > .menu > li > .menu.js_showme {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: opacity 250ms ease-in-out, visibility 0s ease-in-out 0s, height 250ms ease-in-out;
}

.menu-name-menu-main-menu-2016 > .menu > li > .menu > li {
  padding-left: 12px;
  padding-right: 12px;
}

.menu-name-menu-main-menu-2016 > .menu > li > .menu > li > a {
  color: #FFF;
  transition: color 250ms ease-in-out;
}

.menu-name-menu-main-menu-2016 > .menu > li > .menu > li > a:hover {
  text-decoration: none;
  color: #B7274C;
}

.menu-name-menu-main-menu-2016 > .menu > li > .menu > li.active > a,
.menu-name-menu-main-menu-2016 > .menu > li > .menu > li.active-trail > a {
  color: #B7274C;
}

@media (min-width: 841px) {
  .menu-name-menu-main-menu-2016 > .menu > li .nolink,
  .menu-name-menu-main-menu-2016 > .menu > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-name-menu-main-menu-2016 > .menu {
    flex-direction: row;
    align-items: center;
    padding-bottom: 9px;
  }
  .menu-name-menu-main-menu-2016 > .menu > li {
    border-bottom: 0;
    color: #021927;
    margin-right: 12px;
    font-size: 16px;
    line-height: 28px;
    width: auto;
    background-color: transparent;
  }
  .menu-name-menu-main-menu-2016 > .menu > li .nolink,
  .menu-name-menu-main-menu-2016 > .menu > li > a {
    line-height: normal;
    text-align: center;
  }
  .menu-name-menu-main-menu-2016 > .menu > li.expanded .nolink,
  .menu-name-menu-main-menu-2016 > .menu > li.expanded > a {
    padding-right: 11px;
  }
  .menu-name-menu-main-menu-2016 > .menu > li.expanded .nolink::after,
  .menu-name-menu-main-menu-2016 > .menu > li.expanded > a::after {
    content: '';
    top: 7px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 5px solid currentColor;
    transform: none;
  }
  .menu-name-menu-main-menu-2016 > .menu > li.expanded {
    padding-right: 11px;
  }
  .menu-name-menu-main-menu-2016 > .menu > li.expanded.active-trail, .menu-name-menu-main-menu-2016 > .menu > li.expanded.active, .menu-name-menu-main-menu-2016 > .menu > li.expanded:hover {
    color: #B7274C;
  }
  .menu-name-menu-main-menu-2016 > .menu > li.expanded:hover > .menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 250ms ease-in-out, visibility 0s ease-in-out 0s;
  }
  .menu-name-menu-main-menu-2016 > .menu > li.menu-item-btnright {
    margin: -6px 0 0 auto;
    margin-left: auto;
    margin-right: 0;
    flex-shrink: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
  }
  .menu-name-menu-main-menu-2016 > .menu > li.menu-item-btnright a {
    font-size: 14.5px;
    padding: 3px 15px 5px;
    color: #FFF;
    background-color: #B7274C;
    border-radius: 2px;
    transition: background-color 250ms ease-in-out;
  }
  .menu-name-menu-main-menu-2016 > .menu > li.menu-item-btnright a:hover {
    background-color: #CC335A;
    color: #FFF;
    text-decoration: none;
  }
  .menu-name-menu-main-menu-2016 > .menu > li > .menu {
    background-color: #F7F9FA;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 2px 3px 0px rgba(12, 24, 31, 0.15);
    border: 1px solid #D8DFE3;
    white-space: nowrap;
    top: 100%;
    left: -4px;
    height: auto;
  }
  .menu-name-menu-main-menu-2016 > .menu > li > .menu > li {
    opacity: .8;
    padding-left: 24px;
    padding-right: 24px;
  }
  .menu-name-menu-main-menu-2016 > .menu > li > .menu > li:not(:last-child) {
    border-bottom: 1px solid #D8DFE3;
  }
  .menu-name-menu-main-menu-2016 > .menu > li > .menu > li > a {
    font-size: 16px;
    line-height: normal;
    color: #70798D;
    padding-top: 15px;
    padding-bottom: 9px;
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .menu-name-menu-main-menu-2016 > .menu > li {
    margin-right: 32px;
  }
}

.accordion-wrapper {
  margin-bottom: 13px;
  border-top: 1px solid #CDCDCD;
}

.accordion-wrapper a:hover, .accordion-wrapper a:active, .accordion-wrapper a:focus {
  color: #6C6C6C;
  text-decoration: none;
}

.accordion-wrapper .-column {
  line-height: 20px;
}

@media (min-width: 768px) {
  .accordion-wrapper .-column {
    display: table-cell;
    padding-right: 20px;
  }
  .accordion-wrapper .-column:last-child {
    padding-right: 0;
  }
}

.accordion-wrapper.is-open .accordion__info-wrapper {
  max-height: 999999px;
  opacity: 1;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.accordion__header {
  color: #6C6C6C;
  margin: 12px 20px 0;
}

@media (min-width: 768px) {
  .accordion__header {
    margin: 12px 0 0;
  }
}

.accordion__header-text {
  display: inline-block;
}

.accordion__action {
  display: inline-block;
  float: right;
}

.accordion__action > div {
  display: inline-block;
}

.accordion__action > div.-right-border {
  border-right: 1px solid #CDCDCD;
}

.accordion__action > div a {
  display: block;
  margin: 0 13px 0 7px;
}

.accordion-button {
  width: 31px;
  height: 31px;
  border: 1px solid #B7274C;
  border-radius: 4px;
  cursor: pointer;
}

.accordion-button .pioneer-icon {
  font-size: 10px;
  margin: 3px 0 0 10px;
  color: #B7274C;
  -webkit-animation: spin-down 0.25s linear forwards;
  -moz-animation: spin-down 0.25s linear forwards;
  -o-animation: spin-down 0.25s linear forwards;
  animation: spin-down 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

.accordion-button.is-open .pioneer-icon {
  -webkit-animation: spin-up 0.25s linear forwards;
  -moz-animation: spin-up 0.25s linear forwards;
  -o-animation: spin-up 0.25s linear forwards;
  animation: spin-up 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

.accordion__info-wrapper {
  max-height: 0;
  opacity: 0;
  overflow-y: hidden;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.accordion__info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
  background-color: #F3F3F3;
  border-radius: 8px;
  margin: 10px 20px 0;
  padding: 20px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .accordion__info {
    width: 100%;
    display: table;
    margin: 10px 0 0;
  }
}

.accordion__info--header {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: bold;
  font-style: normal;
  background-color: #CDCDCD;
  border-radius: 4px;
  padding: 10px 20px 6px;
}

.accordion__info--content {
  padding: 15px 0 20px 20px;
}

#sliding-popup.eu-cookie-compliance-more-button {
  display: none;
}

#sliding-popup.sliding-popup-bottom, #sliding-popup.sliding-popup-top {
  padding: 20px;
  background: #E2E6E7;
  color: #464646;
}

@media (min-width: 480px) {
  #sliding-popup.sliding-popup-bottom, #sliding-popup.sliding-popup-top {
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  #sliding-popup.sliding-popup-bottom, #sliding-popup.sliding-popup-top {
    padding: 20px;
  }
}

#sliding-popup .popup-content {
  max-width: none;
}

#sliding-popup .popup-content #popup-text {
  max-width: none;
  float: none;
}

@media (min-width: 1024px) {
  #sliding-popup .popup-content #popup-text {
    float: left;
  }
}

#sliding-popup .popup-content #popup-buttons {
  float: none;
  margin: 0;
  max-width: none;
}

@media (min-width: 1024px) {
  #sliding-popup .popup-content #popup-buttons {
    float: right;
  }
}

#sliding-popup .popup-content #popup-buttons button {
  text-align: center;
  background: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #B7274C;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 8px 40px;
  border: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #sliding-popup .popup-content #popup-buttons button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
  }
}

#sliding-popup .popup-content #popup-buttons button:hover {
  background: none;
  background-color: #CC335A;
  cursor: pointer;
}

#sliding-popup .popup-content #popup-buttons button.form-button-disabled {
  opacity: .5;
}

#sliding-popup .popup-content #popup-buttons button.form-button-disabled:hover {
  background-color: #B7274C;
  cursor: default;
}

@media (min-width: 480px) {
  #sliding-popup .popup-content #popup-buttons button {
    float: left;
  }
}

@media (min-width: 1024px) {
  #sliding-popup .popup-content #popup-buttons button.agree-button {
    margin-right: 7px;
  }
}

.extended-warranty {
  margin-bottom: 40px;
}

.extended-warranty p:first-child {
  margin-top: 0;
}

.extended-warranty p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .extended-warranty .form-submit {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .extended-warranty .form-submit {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.extended-warranty .form-submit:hover, .extended-warranty .form-submit:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .extended-warranty .form-submit:last-child {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .extended-warranty .form-submit:last-child {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.feature-product-registration-extended-warranty-form {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .feature-product-registration-extended-warranty-form {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .feature-product-registration-extended-warranty-form {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .feature-product-registration-extended-warranty-form {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.feature-product-registration-extended-warranty-form fieldset {
  border: 0;
  margin: 2em 0 1em;
  padding: 0;
  clear: both;
}

.feature-product-registration-extended-warranty-form fieldset legend {
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #CDCDCD;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2F2F2F;
  font-weight: bold;
  font-style: normal;
}

.feature-product-registration-extended-warranty-form .form-required {
  color: #B7274C;
}

.feature-product-registration-extended-warranty-form .form-item {
  margin-bottom: 20px;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-textfield, .feature-product-registration-extended-warranty-form .form-item.webform-component-textfield, .feature-product-registration-extended-warranty-form .form-item.webform-component-email {
  width: 100%;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-textfield input, .feature-product-registration-extended-warranty-form .form-item.webform-component-textfield input, .feature-product-registration-extended-warranty-form .form-item.webform-component-email input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios, .feature-product-registration-extended-warranty-form .form-item.webform-component-radios {
  margin-bottom: 35px;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio, .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio {
  float: left;
  margin: 10px 20px 0 0;
}

@media (min-width: 480px) {
  .feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio, .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio {
    margin: 10px 40px 0 0;
  }
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio label, .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio input[type="radio"], .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio label:before, .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio input[type="radio"]:checked + label:before, .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio input[type="radio"]:checked + label:before {
  background: #B7274C;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio label, .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio input[type="radio"], .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  margin-left: 2px;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio label, .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio label {
  margin-top: -39px;
  padding-left: 31px;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio label:before, .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-radios .form-type-radio input[type="radio"], .feature-product-registration-extended-warranty-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  left: 1px;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-checkbox label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-checkbox label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-checkbox input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

.feature-product-registration-extended-warranty-form .form-item.form-type-checkbox label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.feature-product-registration-extended-warranty-form #edit-submit {
  float: right;
}

.feature-product-registration-extended-warranty-form .form-type-radios.form-item {
  margin-bottom: 65px;
}

.feature-product-registration-extended-warranty-form .form-type-radios > label {
  margin-bottom: 12px;
}

#leaflet-map {
  height: 320px !important;
}

@media (min-width: 768px) {
  #leaflet-map {
    height: 400px !important;
  }
}

#leaflet-map h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

#leaflet-map a {
  margin-top: 0;
}

#leaflet-map h2,
#leaflet-map a {
  color: #B7274C;
}

#leaflet-map ul li.node-readmore,
#leaflet-map ul.links {
  padding: 0;
  margin: 0;
}

#leaflet-map li {
  list-style: none;
}

#leaflet-map .marker-cluster span,
#leaflet-map .leaflet-clickable {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
}

#leaflet-map .leaflet-clickable {
  padding-top: 6px;
  text-align: center;
  margin: -45px 0 0 -14px;
  width: 27px !important;
  height: 45px !important;
  background-image: url("../img/misc/marker.png");
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #leaflet-map .leaflet-clickable {
    background-image: url("../img/misc/marker@2x.png");
    background-size: 71px 45px;
  }
}

#leaflet-map .marker-cluster {
  width: 27px !important;
  height: 45px !important;
  background-image: url("../img/misc/marker_dark.png");
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #leaflet-map .marker-cluster {
    background-image: url("../img/misc/marker_dark@2x.png");
    background-size: 71px 45px;
  }
}

#leaflet-map .marker-cluster div {
  margin: 0;
  text-align: center;
  background-color: transparent;
  width: auto;
  height: auto;
}

#leaflet-map .marker-cluster-medium {
  background-color: transparent;
}

#leaflet-map .marker-cluster-small {
  border-radius: 0;
  background-color: transparent;
}

#leaflet-map .leaflet-popup-content-wrapper {
  border-radius: 4px;
}

#leaflet-map .leaflet-popup-content {
  margin: 13px 29px 13px 17px;
}

#leaflet-map .leaflet-popup-close-button {
  top: 5px;
  right: 5px;
}

#leaflet-map .field--type-addressfield,
#leaflet-map .field--name-field-store-telephone,
#leaflet-map .field--name-field-store-email,
#leaflet-map .field--name-field-store-website {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  background: rgba(17, 17, 17, 0.8);
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap .prev,
.lity-wrap .next {
  z-index: 9999;
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #F3F3F3;
  font-size: 40px;
  margin-top: -24px;
  -webkit-transition: color 0.125;
  -moz-transition: color 0.125;
  -o-transition: color 0.125;
  transition: color 0.125;
}

.lity-wrap .prev:before,
.lity-wrap .next:before {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lity-wrap .prev:hover,
.lity-wrap .next:hover {
  color: #B7274C;
}

.lity-wrap .prev {
  left: 40px;
}

.lity-wrap .prev:before {
  content: "\e80d";
}

.lity-wrap .next {
  right: 40px;
}

.lity-wrap .next:before {
  content: "\e803";
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}

.lity-loader {
  z-index: 9991;
  color: #FFF;
  position: absolute;
  top: 50%;
  margin-top: -.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.lity-loading .lity-container {
  opacity: 0;
}

.lity-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-content {
  z-index: 9993;
  width: 100%;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 10px;
  right: 15px;
  color: #F3F3F3;
  -webkit-transition: color 0.125;
  -moz-transition: color 0.125;
  -o-transition: color 0.125;
  transition: color 0.125;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #B7274C;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-image img {
  display: block;
  line-height: 0;
  border: 0;
  max-width: 80%;
  margin: 0 auto;
}

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.messages {
  max-width: 1160px;
  margin: 20px 20px 0;
}

@media (min-width: 480px) {
  .messages {
    margin: 20px 40px 0;
  }
}

@media (min-width: 1024px) {
  .messages {
    margin: 20px 20px 0;
  }
}

@media (min-width: 1280px) {
  .messages {
    margin: 20px auto 0;
  }
}

.feature-newsletter-render-newsletter-page-form {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .feature-newsletter-render-newsletter-page-form {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .feature-newsletter-render-newsletter-page-form {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .feature-newsletter-render-newsletter-page-form {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.feature-newsletter-render-newsletter-page-form .form-wrapper p:first-child {
  margin-top: 0;
}

.feature-newsletter-render-newsletter-page-form .form-wrapper h2:first-child {
  margin-top: 20px;
}

.feature-newsletter-render-newsletter-page-form .form-wrapper p:last-child {
  margin-bottom: 0;
}

.feature-newsletter-render-newsletter-page-form .form-type-textfield {
  max-width: 460px;
}

.feature-newsletter-render-newsletter-page-form .form-type-textfield input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 768px) {
  .feature-newsletter-render-newsletter-page-form .form-type-textfield {
    float: left;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .feature-newsletter-render-newsletter-page-form .form-type-textfield {
    max-width: 500px;
  }
}

.feature-newsletter-render-newsletter-page-form .form-submit {
  width: 100%;
}

@media (min-width: 480px) {
  .feature-newsletter-render-newsletter-page-form .form-submit {
    width: auto;
  }
}

.feature-newsletter-render-newsletter-page-form #edit-subscribe-submit {
  width: 100%;
}

@media (min-width: 480px) {
  .feature-newsletter-render-newsletter-page-form #edit-subscribe-submit {
    width: 200px;
  }
}

.feature-newsletter-render-newsletter-page-form .newsletter-section {
  padding-bottom: 30px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 30px;
}

.page-node-parts #main .section,
.page-cip-parts #main .section {
  max-width: 1280px;
}

.page-node-parts #main .section,
.page-cip-parts #main .section {
  margin: 40px auto;
  padding: 0 40px;
}

@media (min-width: 1024px) {
  .page-node-parts #main .section,
  .page-cip-parts #main .section {
    margin: 20px auto;
    padding: 0 20px;
  }
}

.page-node-parts .parts-header,
.page-cip-parts .parts-header {
  overflow: hidden;
  margin: 15px 0;
}

.page-node-parts .parts-header h1,
.page-cip-parts .parts-header h1 {
  padding: 0;
  margin: 0;
}

.page-node-parts .parts-header .thumb,
.page-cip-parts .parts-header .thumb {
  margin: 0 20px 0 0;
  display: inline-block;
}

@media (min-width: 1024px) {
  .page-node-parts .parts-header .thumb,
  .page-cip-parts .parts-header .thumb {
    float: left;
  }
}

@media (min-width: 1024px) {
  .page-node-parts .parts-header,
  .page-cip-parts .parts-header {
    margin: 30px 0;
  }
}

.page-node-parts .parts,
.page-cip-parts .parts {
  overflow: hidden;
  text-align: center;
}

.page-node-parts .parts .part,
.page-cip-parts .parts .part {
  padding: 20px 0;
  border-bottom: 1px solid #F3F3F3;
}

@media (min-width: 768px) {
  .page-node-parts .parts .part,
  .page-cip-parts .parts .part {
    width: 33.3333333333%;
    float: left;
    padding: 40px;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .page-node-parts .parts .part,
  .page-cip-parts .parts .part {
    padding: 20px;
  }
}

.page-node-parts .parts .part img,
.page-cip-parts .parts .part img {
  max-height: 125px;
  width: auto;
}

.page-node-parts .parts .part img:hover,
.page-cip-parts .parts .part img:hover {
  cursor: pointer;
}

.page-node-parts .parts .part h3,
.page-cip-parts .parts .part h3 {
  margin: 10px 0 0;
}

.page-node-parts .parts .part .part-category,
.page-cip-parts .parts .part .part-category {
  font-style: italic;
}

.page-node-parts .parts .part .part-installation-manual,
.page-cip-parts .parts .part .part-installation-manual {
  margin: 20px 0 0;
}

.page-products-detail #main .parts-menu,
.page-cip-parts #main .parts-menu {
  overflow: hidden;
  margin: 7px 0 0;
  padding: 0;
}

.page-products-detail #main .parts-menu li,
.page-cip-parts #main .parts-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products-detail #main .parts-menu li a,
.page-cip-parts #main .parts-menu li a {
  border-right: 1px solid #464646;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

.page-products-detail #main .parts-menu li:last-child a,
.page-cip-parts #main .parts-menu li:last-child a {
  border-right: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .page-products-detail #main .parts-menu,
  .page-cip-parts #main .parts-menu {
    float: right;
    margin: 13px 0 0;
  }
}

.page-cip #main .section {
  max-width: 1280px;
}

.page-cip #main .section {
  margin: 40px auto;
  padding: 0 40px;
}

@media (min-width: 1024px) {
  .page-cip #main .section {
    margin: 20px auto;
    padding: 0 20px;
  }
}

.page-cip #main .section .pioneer-cip-client-form .form-required {
  display: none;
}

.page-cip #main .section .products {
  overflow: hidden;
}

.page-cip #main .section .w4 {
  margin-bottom: 40px;
}

.page-cip #main .section .w4:nth-child(3n) {
  margin-right: 0;
}

.page-cip #main .section .w4 .node--teaser-cip {
  height: 100%;
  text-align: center;
}

.page-cip #main .section .w4 .node--teaser-cip > .content {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
}

.page-cip #main .section .w4 .node--teaser-cip a {
  display: block;
}

.page-cip #main .section .w4 .node--teaser-cip h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Arial";
  color: #232021;
  font-weight: 700;
  font-style: normal;
  margin-top: 14px;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .page-cip #main .section .w4 .node--teaser-cip h4 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 0px;
  }
}

.page-cip #main .section .w4 .node--teaser-cip h4 a {
  color: #232021;
}

.page-cip #main .section .w4 .node--teaser-cip .instructions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: .7rem;
}

.page-cip #main .section .w4 .node--teaser-cip img {
  max-height: 125px;
  width: auto;
}

.node-type-homepage h1,
.front h1 {
  display: none;
}

.node-type-homepage .l-main__content,
.node-type-homepage .l-main__bottom,
.node-type-homepage .l-main__messages,
.front .l-main__content,
.front .l-main__bottom,
.front .l-main__messages {
  position: relative;
  z-index: 1;
}

.node-type-homepage .l-main__content,
.node-type-homepage .l-main__messages,
.front .l-main__content,
.front .l-main__messages {
  background-color: transparent;
}

.node-type-homepage .l-main__content .panel-pane,
.node-type-homepage .l-main__messages .panel-pane,
.front .l-main__content .panel-pane,
.front .l-main__messages .panel-pane {
  background-color: #FFF;
}

.node-type-homepage .l-main__bottom,
.front .l-main__bottom {
  background-color: #FFF;
}

@media (min-width: 1280px) {
  .node-type-homepage .l-main__top,
  .front .l-main__top {
    position: relative;
    overflow: visible;
  }
  .node-type-homepage .l-main__top::before,
  .front .l-main__top::before {
    content: "";
    width: 110%;
    height: 420px;
    background-color: #F3F3F3;
    display: block;
    border-top: 5px solid #B7274C;
    position: absolute;
    top: 500px;
    right: 0;
    left: -10px;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    z-index: 1;
  }
  .html--2016-header .node-type-homepage .l-main__top::before, .html--2016-header
  .front .l-main__top::before {
    content: none;
  }
}

.html--2016-header body:not(.page-node-specifications):not(.page-support) .l-main__content,
.html--2016-header body:not(.page-node-specifications):not(.page-support) .l-main__top {
  background-color: #E8EAEB;
}

.html--2016-header body:not(.page-node-specifications):not(.page-support) .node-type-homepage .l-main__content .panel-pane,
.html--2016-header body:not(.page-node-specifications):not(.page-support) .node-type-homepage .l-main__messages .panel-pane,
.html--2016-header body:not(.page-node-specifications):not(.page-support) .front .l-main__content .panel-pane,
.html--2016-header body:not(.page-node-specifications):not(.page-support) .front .l-main__messages .panel-pane {
  background-color: transparent;
}

.html--2016-header body:not(.page-node-specifications):not(.page-support) .node-type-homepage #breadcrumb {
  display: none;
}

.language-picker {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F3F3F3;
  color: #70798D;
  font-family: "Lucida Grande", Verdana, sans-serif;
}

@media (min-width: 768px) {
  .language-picker {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.language-picker h1 {
  margin: 20px 0;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  text-transform: none;
}

.language-picker .countries {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B7BECD;
}

@media (min-width: 480px) {
  .language-picker .countries {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .language-picker .countries {
    margin-bottom: 40px;
    padding-bottom: 40px;
    column-count: 3;
  }
}

.language-picker .country {
  margin-bottom: 15px;
}

.language-picker .country img {
  margin: 0 10px 0 0;
}

.language-picker .country a {
  margin: 0 7px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #B7BECD;
  display: inline-block;
  color: #70798D;
  font-size: 1rem;
  line-height: 1rem;
}

.language-picker .country a:last-child {
  margin: 0;
  padding: 0;
  border-right: 0;
}

.language-picker .country a:hover {
  color: #CC335A;
  text-decoration: none;
}

.page-navgateevo .menu-name-menu-countries-menu .hide {
  display: none;
}

.navgate-evo {
  position: relative;
  color: #020202;
}

.navgate-evo h2,
.navgate-evo h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #020202;
  text-transform: uppercase;
}

.navgate-evo h2 {
  margin-bottom: 30px;
}

.navgate-evo .max-width {
  padding: 60px 30px;
  max-width: 1024px;
  margin: 0 auto;
}

.navgate-evo .owl-carousel {
  position: relative;
  width: auto;
  padding: 0 10px;
  overflow: visible;
}

.navgate-evo .owl-carousel .owl-nav {
  display: inline-block;
  margin: 0 auto;
}

.navgate-evo .owl-carousel .owl-nav .owl-prev,
.navgate-evo .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 35%;
  text-indent: -999999px;
}

.navgate-evo .owl-carousel .owl-nav .owl-prev::before,
.navgate-evo .owl-carousel .owl-nav .owl-next::before {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  width: 35px;
  height: 37px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 5px;
  display: block;
  text-indent: 0;
  color: #FFF;
  background: #D4D8D9;
  font-size: 1.7rem;
  content: "\e80d";
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.navgate-evo .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.navgate-evo .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.navgate-evo .owl-carousel .owl-nav .owl-next::before {
  transform: rotate(180deg);
}

.navgate-evo .owl-carousel .owl-dots {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}

.navgate-evo .owl-carousel .owl-dots .owl-dot {
  float: left;
  display: block;
  margin: 0 5px 0 0;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  border: 1px solid #808080;
  background: #FFF;
}

.navgate-evo .owl-carousel .owl-dots .owl-dot.active {
  background: #B7274C;
  border-color: #B7274C;
}

.navgate-evo .owl-carousel.owl-nav-top .owl-nav .owl-prev,
.navgate-evo .owl-carousel.owl-nav-top .owl-nav .owl-next {
  top: 0;
}

.navgate-evo .menu {
  overflow: hidden;
  position: fixed;
  left: -85%;
  top: 0;
  height: 100%;
  max-width: 80%;
  z-index: 999;
  background: #E9ECED;
  box-shadow: -1px 1px 8px 2px #797E8F;
  -webkit-transition: left 0.6s;
  -moz-transition: left 0.6s;
  -o-transition: left 0.6s;
  transition: left 0.6s;
}

.navgate-evo .menu.is-open {
  left: 0;
}

.navgate-evo .menu,
.navgate-evo .menu a {
  color: #4E4F51;
}

.navgate-evo .menu .menu-close {
  float: right;
  margin: 20px;
}

.navgate-evo .menu .menu-close:hover {
  text-decoration: none;
  color: #B7274C;
}

.navgate-evo .menu .menu-close::after {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e801";
}

.navgate-evo .menu .menu-title {
  margin: 20px 20px 60px;
  text-transform: uppercase;
}

.navgate-evo .menu nav a {
  position: relative;
  display: block;
  margin: 0 20px 2px 0;
  padding: 6px 50px;
  background: #EFF1F2;
}

.navgate-evo .menu nav a.active, .navgate-evo .menu nav a:hover {
  background: #F9FAFA;
  text-decoration: none;
}

.navgate-evo .menu nav a.active::after, .navgate-evo .menu nav a:hover::after {
  background: #B7274C;
  border-color: #B7274C;
}

.navgate-evo .menu nav a::before {
  content: " ";
  position: absolute;
  left: 24px;
  top: 0;
  height: 120%;
  border-left: 1px solid #D4D8D9;
}

.navgate-evo .menu nav a:first-child::before {
  height: 60%;
  bottom: -10%;
  top: initial;
}

.navgate-evo .menu nav a:last-child::before {
  height: 60%;
  top: -10%;
}

.navgate-evo .menu nav a::after {
  content: " ";
  position: absolute;
  left: 20px;
  top: 42%;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  border: 1px solid #808080;
  background: #FFF;
}

.navgate-evo .hero {
  overflow: hidden;
  background-image: url("../img/navgate_evo/hero-left.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.navgate-evo .hero.gb {
  background-image: url("../img/navgate_evo/hero-left-gb.jpg");
}

.navgate-evo .hero .menu-open {
  position: fixed;
  margin: 20px;
  padding: 1px 12px;
  border: 1px solid #D1D3DA;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  background: #FFF;
  color: #010101;
  z-index: 9;
}

.navgate-evo .hero .menu-open:hover {
  text-decoration: none;
}

.navgate-evo .hero .menu-open::after {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e802";
  margin: 0 0 0 10px;
}

.navgate-evo .hero img {
  float: right;
  max-width: 55%;
}

.navgate-evo .introduction {
  box-shadow: -16px -14px 12px -14px #797E8F;
  background: #E2E6E7 linear-gradient(to bottom, #FFF 0%, #FFF 50%, rgba(255, 255, 255, 0.3) 100%);
}

.navgate-evo .introduction .container {
  max-width: 800px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.navgate-evo .video {
  background: url("../img/navgate_evo/video.jpg") no-repeat center 70%;
  background-size: cover;
}

.navgate-evo .video .content {
  min-height: 300px;
  position: relative;
}

.navgate-evo .video .content .video-container {
  display: none;
}

.navgate-evo .car-specific {
  padding-top: 60px;
  text-align: center;
}

.navgate-evo .car-specific .item {
  padding-bottom: 30px;
}

.navgate-evo .models {
  padding: 60px 0;
  text-align: center;
}

.navgate-evo .models h3 {
  margin-bottom: 10px;
  color: #353535;
  text-transform: none;
}

.navgate-evo .models .models-car-second-row {
  max-width: 680px;
  margin: 0 auto;
}

.navgate-evo .models .models-car {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #E2E6E7;
  overflow: auto;
}

.navgate-evo .models .models-car .item {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .navgate-evo .models .models-car .item {
    padding-bottom: 0;
  }
}

.navgate-evo .models .models-car .item img {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .navgate-evo .models .models-car .model-description {
    font-size: .8rem;
    line-height: 1.2rem;
    float: left;
    text-align: left;
  }
}

.navgate-evo .models .feature-navgate-evo-subscription-form {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  background: #E2E6E7;
  text-align: left;
}

@media (min-width: 480px) {
  .navgate-evo .models .feature-navgate-evo-subscription-form {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .navgate-evo .models .feature-navgate-evo-subscription-form {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .navgate-evo .models .feature-navgate-evo-subscription-form {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.navgate-evo .models .feature-navgate-evo-subscription-form fieldset {
  border: 0;
  margin: 2em 0 1em;
  padding: 0;
  clear: both;
}

.navgate-evo .models .feature-navgate-evo-subscription-form fieldset legend {
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #CDCDCD;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2F2F2F;
  font-weight: bold;
  font-style: normal;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-required {
  color: #B7274C;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item {
  margin-bottom: 20px;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-textfield, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-textfield, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-email {
  width: 100%;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-textfield input, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-textfield input, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-email input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios {
  margin-bottom: 35px;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio {
  float: left;
  margin: 10px 20px 0 0;
}

@media (min-width: 480px) {
  .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio {
    margin: 10px 40px 0 0;
  }
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio label, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio input[type="radio"], .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio label:before, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio input[type="radio"]:checked + label:before, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio input[type="radio"]:checked + label:before {
  background: #B7274C;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio label, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio input[type="radio"], .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  margin-left: 2px;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio label, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio label {
  margin-top: -39px;
  padding-left: 31px;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio label:before, .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-radios .form-type-radio input[type="radio"], .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  left: 1px;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-checkbox label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-checkbox label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-checkbox input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-checkbox label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.navgate-evo .models .feature-navgate-evo-subscription-form #edit-submit {
  float: right;
}

@media (min-width: 480px) {
  .navgate-evo .models .feature-navgate-evo-subscription-form {
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .navgate-evo .models .feature-navgate-evo-subscription-form {
    max-width: 680px;
  }
}

.navgate-evo .models .feature-navgate-evo-subscription-form select {
  background: #FFF;
}

@media (min-width: 1024px) {
  .navgate-evo .models .feature-navgate-evo-subscription-form .form-item:nth-child(1), .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-textfield:nth-child(1) {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

@media (min-width: 1024px) {
  .navgate-evo .models .feature-navgate-evo-subscription-form .form-item:nth-child(2), .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-textfield:nth-child(2) {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .navgate-evo .models .feature-navgate-evo-subscription-form .form-item:nth-child(3), .navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-textfield:nth-child(3) {
    float: left;
  }
}

.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-textfield input,
.navgate-evo .models .feature-navgate-evo-subscription-form .form-item.form-type-select select {
  font-size: 1rem;
}

.navgate-evo .models .feature-navgate-evo-subscription-form #edit-submit {
  float: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .navgate-evo .models .feature-navgate-evo-subscription-form #edit-submit {
    float: right;
    width: auto;
    margin-top: 0;
  }
}

.navgate-evo .models .more {
  text-align: center;
  background: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #B7274C;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  margin-top: 10px;
  padding: 6px 12px;
  display: inline-block;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .navgate-evo .models .more {
    margin-top: 3px;
    padding: 2px 12px;
    float: right;
    font-size: .7rem;
  }
}

.navgate-evo .models .disclaimer {
  margin-bottom: 20px;
  font-size: .7rem;
}

.navgate-evo .perfect-integration {
  background: url("../img/navgate_evo/perfect-integration.jpg") no-repeat center top;
  background-size: cover;
}

.navgate-evo .perfect-integration .content {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 30px 450px;
  text-align: center;
}

.navgate-evo .perfect-integration-accessories {
  padding: 60px 0;
  background: url("../img/navgate_evo/perfect-integration-accessories.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
}

.navgate-evo .perfect-integration-accessories h3 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.navgate-evo .smartphone-connectivity {
  padding: 60px 0;
  background: linear-gradient(to bottom, #E2E6E7 0%, #E2E6E7 50%, #EAEDED 50%, #EAEDED 100%);
  text-align: center;
}

@media (min-width: 480px) {
  .navgate-evo .smartphone-connectivity {
    background: linear-gradient(to right, #E2E6E7 0%, #E2E6E7 50%, #EAEDED 50%, #EAEDED 100%);
  }
}

.navgate-evo .smartphone-connectivity .sc-logo img {
  margin-bottom: 20px;
  max-width: 50%;
}

.navgate-evo .smartphone-connectivity a {
  color: #00F;
  text-decoration: underline;
}

@media (min-width: 480px) {
  .navgate-evo .smartphone-connectivity .col-2 {
    padding: 10px;
  }
  .navgate-evo .smartphone-connectivity .sc-description {
    overflow: hidden;
  }
  .navgate-evo .smartphone-connectivity .sc-images {
    max-width: 464px;
    margin: 0 auto;
  }
  .navgate-evo .smartphone-connectivity .sc-images img:nth-child(1) {
    max-width: 48%;
    margin-right: 4%;
    float: left;
  }
  .navgate-evo .smartphone-connectivity .sc-images img:nth-child(2) {
    max-width: 48%;
    float: right;
  }
  .navgate-evo .smartphone-connectivity .sc-images img:nth-child(3) {
    margin-top: 10px;
  }
}

.navgate-evo .high-end-navigation {
  background: #000;
  color: #FFF;
  text-align: center;
}

@media (min-width: 768px) {
  .navgate-evo .high-end-navigation {
    background: url("../img/navgate_evo/high-end-navigation-desktop.jpg") no-repeat center top;
    background-position: 15% top;
    background-size: cover;
  }
}

.navgate-evo .high-end-navigation .container {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .navgate-evo .high-end-navigation .container {
    text-align: left;
    background: linear-gradient(to right, transparent 0%, transparent 50%, #000 60%, #000 100%);
  }
  .navgate-evo .high-end-navigation .container .hen-text {
    float: right;
    width: 260px;
  }
}

.navgate-evo .high-end-navigation .container h2 {
  color: #FFF;
}

@media (min-width: 768px) {
  .navgate-evo .high-end-navigation-mobile {
    display: none;
  }
}

.navgate-evo .superb-audio-video {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.navgate-evo .superb-audio-video .item {
  padding-bottom: 30px;
}

.navgate-evo .superb-audio-video .sav-big {
  margin-bottom: 50px;
}

.navgate-evo .accessories {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #E2E6E7;
  text-align: center;
}

.navgate-evo .accessories .item {
  padding-bottom: 30px;
}

.navgate-evo .accessories .item .acc-title {
  font-weight: bold;
}

.navgate-evo .where-to-buy {
  padding-top: 60px;
  text-align: center;
}

.navgate-evo .share {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

@media (min-width: 1280px) {
  .page-news .view-display-id-news_page {
    max-width: 1280px;
  }
  .section-news #main .section {
    max-width: 1280px;
  }
}

.page-node-archive #main .section,
.page-node-publish #main .section {
  max-width: 1280px;
}

.page-node-archive .confirmation,
.page-node-publish .confirmation {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .page-node-archive .confirmation,
  .page-node-publish .confirmation {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .page-node-archive .confirmation,
  .page-node-publish .confirmation {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .page-node-archive .confirmation,
  .page-node-publish .confirmation {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-node-archive .confirmation fieldset,
.page-node-publish .confirmation fieldset {
  border: 0;
  margin: 2em 0 1em;
  padding: 0;
  clear: both;
}

.page-node-archive .confirmation fieldset legend,
.page-node-publish .confirmation fieldset legend {
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #CDCDCD;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2F2F2F;
  font-weight: bold;
  font-style: normal;
}

.page-node-archive .confirmation .form-required,
.page-node-publish .confirmation .form-required {
  color: #B7274C;
}

.page-node-archive .confirmation .form-item,
.page-node-publish .confirmation .form-item {
  margin-bottom: 20px;
}

.page-node-archive .confirmation .form-item.form-type-textfield, .page-node-archive .confirmation .form-item.webform-component-textfield, .page-node-archive .confirmation .form-item.webform-component-email,
.page-node-publish .confirmation .form-item.form-type-textfield,
.page-node-publish .confirmation .form-item.webform-component-textfield,
.page-node-publish .confirmation .form-item.webform-component-email {
  width: 100%;
}

.page-node-archive .confirmation .form-item.form-type-textfield input, .page-node-archive .confirmation .form-item.webform-component-textfield input, .page-node-archive .confirmation .form-item.webform-component-email input,
.page-node-publish .confirmation .form-item.form-type-textfield input,
.page-node-publish .confirmation .form-item.webform-component-textfield input,
.page-node-publish .confirmation .form-item.webform-component-email input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.page-node-archive .confirmation .form-item.form-type-radios, .page-node-archive .confirmation .form-item.webform-component-radios,
.page-node-publish .confirmation .form-item.form-type-radios,
.page-node-publish .confirmation .form-item.webform-component-radios {
  margin-bottom: 35px;
}

.page-node-archive .confirmation .form-item.form-type-radios .form-type-radio, .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio,
.page-node-publish .confirmation .form-item.form-type-radios .form-type-radio,
.page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio {
  float: left;
  margin: 10px 20px 0 0;
}

@media (min-width: 480px) {
  .page-node-archive .confirmation .form-item.form-type-radios .form-type-radio, .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio,
  .page-node-publish .confirmation .form-item.form-type-radios .form-type-radio,
  .page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio {
    margin: 10px 40px 0 0;
  }
}

.page-node-archive .confirmation .form-item.form-type-radios .form-type-radio label, .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio label,
.page-node-publish .confirmation .form-item.form-type-radios .form-type-radio label,
.page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.page-node-archive .confirmation .form-item.form-type-radios .form-type-radio input[type="radio"], .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio input[type="radio"],
.page-node-publish .confirmation .form-item.form-type-radios .form-type-radio input[type="radio"],
.page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.page-node-archive .confirmation .form-item.form-type-radios .form-type-radio label:before, .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio label:before,
.page-node-publish .confirmation .form-item.form-type-radios .form-type-radio label:before,
.page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.page-node-archive .confirmation .form-item.form-type-radios .form-type-radio input[type="radio"]:checked + label:before, .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio input[type="radio"]:checked + label:before,
.page-node-publish .confirmation .form-item.form-type-radios .form-type-radio input[type="radio"]:checked + label:before,
.page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio input[type="radio"]:checked + label:before {
  background: #B7274C;
}

.page-node-archive .confirmation .form-item.form-type-radios .form-type-radio label, .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio label,
.page-node-publish .confirmation .form-item.form-type-radios .form-type-radio label,
.page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.page-node-archive .confirmation .form-item.form-type-radios .form-type-radio input[type="radio"], .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio input[type="radio"],
.page-node-publish .confirmation .form-item.form-type-radios .form-type-radio input[type="radio"],
.page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  margin-left: 2px;
}

.page-node-archive .confirmation .form-item.form-type-radios .form-type-radio label, .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio label,
.page-node-publish .confirmation .form-item.form-type-radios .form-type-radio label,
.page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio label {
  margin-top: -39px;
  padding-left: 31px;
}

.page-node-archive .confirmation .form-item.form-type-radios .form-type-radio label:before, .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio label:before,
.page-node-publish .confirmation .form-item.form-type-radios .form-type-radio label:before,
.page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.page-node-archive .confirmation .form-item.form-type-radios .form-type-radio input[type="radio"], .page-node-archive .confirmation .form-item.webform-component-radios .form-type-radio input[type="radio"],
.page-node-publish .confirmation .form-item.form-type-radios .form-type-radio input[type="radio"],
.page-node-publish .confirmation .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  left: 1px;
}

.page-node-archive .confirmation .form-item.form-type-checkbox label,
.page-node-publish .confirmation .form-item.form-type-checkbox label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.page-node-archive .confirmation .form-item.form-type-checkbox input[type="checkbox"],
.page-node-publish .confirmation .form-item.form-type-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.page-node-archive .confirmation .form-item.form-type-checkbox label:before,
.page-node-publish .confirmation .form-item.form-type-checkbox label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.page-node-archive .confirmation .form-item.form-type-checkbox input[type="checkbox"]:checked + label:before,
.page-node-publish .confirmation .form-item.form-type-checkbox input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

.page-node-archive .confirmation .form-item.form-type-checkbox label,
.page-node-publish .confirmation .form-item.form-type-checkbox label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.page-node-archive .confirmation #edit-submit,
.page-node-publish .confirmation #edit-submit {
  float: right;
}

.page-node-archive .confirmation .form-item,
.page-node-publish .confirmation .form-item {
  max-width: 500px;
  margin-bottom: 20px;
}

.page-node-archive .confirmation .form-item input,
.page-node-publish .confirmation .form-item input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.page-node-archive .confirmation .form-actions,
.page-node-publish .confirmation .form-actions {
  max-width: 500px;
}

.page-node-archive .confirmation .form-actions .form-submit,
.page-node-publish .confirmation .form-actions .form-submit {
  width: 100%;
  margin-bottom: 20px;
}

.page-page-not-found,
.page-access-denied {
  background-color: #2A2A2A;
}

.page-page-not-found #main,
.page-access-denied #main {
  padding: 0 20px;
}

.page-page-not-found .centered,
.page-access-denied .centered {
  margin: 110px 0 200px;
}

.page-page-not-found img,
.page-access-denied img {
  margin: 0 0 10px;
}

.page-page-not-found h3,
.page-access-denied h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: bold;
  font-style: normal;
}

.page-page-not-found p,
.page-access-denied p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 480px) {
  .page-page-not-found #main,
  .page-access-denied #main {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .page-page-not-found #main,
  .page-access-denied #main {
    padding: 0 20px;
  }
}

.page-products-comparison #main .section {
  max-width: 1280px;
}

.page-products-comparison #page {
  background: none;
}

.page-products-comparison h1 {
  float: left;
  width: auto;
  text-transform: uppercase;
}

.page-products-comparison .compare-back-to-overview {
  display: none;
}

@media (min-width: 768px) {
  .page-products-comparison .compare-back-to-overview {
    float: right;
    display: block;
    margin: 14px 40px 0 0;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 44px;
    line-height: 2.75rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: normal;
    font-style: normal;
  }
  .page-products-comparison .compare-back-to-overview:before {
    font-family: "pioneer-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    margin: 0 6px 0 0;
    content: "\e80d";
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .page-products-comparison .compare-back-to-overview {
    margin: 38px 20px 0 0;
  }
}

.page-products-comparison #product-detail-overview {
  clear: both;
  float: left;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .page-products-comparison #product-detail-overview {
    clear: both;
  }
}

.page-products-comparison .pane-product-compare {
  display: none;
}

@media (min-width: 768px) {
  .page-products-comparison .pane-product-compare {
    display: block;
    padding: 0 20px 40px;
  }
}

@media (min-width: 1024px) {
  .page-products-comparison .pane-product-compare {
    padding: 0 0 40px;
  }
}

@media (min-width: 768px) {
  .page-products-comparison td p {
    margin: 0;
  }
  .page-products-comparison .sticky-header {
    z-index: 10;
  }
  .page-products-comparison .fa-times-circle,
  .page-products-comparison .fa-check-circle {
    margin-left: -10px;
  }
  .page-products-comparison .fa-times-circle:before,
  .page-products-comparison .fa-check-circle:before {
    font-family: "pioneer-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
  }
  .page-products-comparison .fa-times-circle:before {
    content: "\e80c";
    color: #BF0C0C;
  }
  .page-products-comparison .fa-check-circle:before {
    content: "\e80b";
    color: #27B73B;
  }
  .page-products-comparison #main table {
    table-layout: fixed;
    margin-bottom: 0;
  }
  .page-products-comparison #main table:nth-of-type(2) .odd td {
    border-bottom: 0;
    vertical-align: middle;
    text-align: center;
  }
  .page-products-comparison #main thead {
    background-color: #F3F3F3;
  }
  .page-products-comparison #main th {
    border: 0;
    text-align: center;
    font-weight: bold;
    border-left: 1px solid #CDCDCD;
  }
  .page-products-comparison #main th:first-child {
    text-align: left;
    color: #232021;
  }
  .page-products-comparison #main th:nth-of-type(1), .page-products-comparison #main th:nth-of-type(2) {
    border: 0;
  }
  .page-products-comparison #main td {
    width: 25%;
    float: left;
    border: 0;
    border-bottom: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    vertical-align: top;
    float: none;
  }
  .page-products-comparison #main td:first-child {
    color: #232021;
    border-right: 0;
  }
  .page-products-comparison #main td:last-child {
    border-right: 0;
  }
}

.page-products-detail .support-link,
.page-node-specifications .support-link,
.page-node-support .support-link {
  display: block;
  text-align: right;
  padding: 0 0 16px;
  margin: 20px 20px 28px;
  border-bottom: 1px solid #F3F3F3;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: normal;
  font-style: normal;
}

.page-products-detail .support-link:after,
.page-node-specifications .support-link:after,
.page-node-support .support-link:after {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e803";
  margin: 1px 0 0 5px;
  float: right;
}

@media (min-width: 768px) {
  .page-products-detail .support-link,
  .page-node-specifications .support-link,
  .page-node-support .support-link {
    display: none;
  }
}

.page-products-detail .title-wrapper,
.page-node-specifications .title-wrapper,
.page-node-support .title-wrapper {
  padding: 0 40px;
  width: 100%;
}

@media (min-width: 1024px) {
  .page-products-detail .title-wrapper,
  .page-node-specifications .title-wrapper,
  .page-node-support .title-wrapper {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .page-products-detail .title-wrapper,
  .page-node-specifications .title-wrapper,
  .page-node-support .title-wrapper {
    max-width: 1280px;
    margin: 30px auto 16px;
  }
}

.page-products-detail .title-wrapper h1,
.page-node-specifications .title-wrapper h1,
.page-node-support .title-wrapper h1 {
  padding: 0;
}

.page-products-detail h2,
.page-node-specifications h2,
.page-node-support h2 {
  margin-top: 20px;
  text-align: left;
}

.page-products-detail .l-main__top,
.page-node-specifications .l-main__top,
.page-node-support .l-main__top {
  position: relative;
  padding: 0 0 22px;
  overflow: visible;
  background-color: #F3F3F3;
}

.page-products-detail .l-main__top:before,
.page-node-specifications .l-main__top:before,
.page-node-support .l-main__top:before {
  width: 110%;
  height: 30px;
  position: absolute;
  top: -16px;
  left: -2px;
  background-color: #F3F3F3;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

@media (min-width: 768px) {
  .page-products-detail .l-main__top:before,
  .page-node-specifications .l-main__top:before,
  .page-node-support .l-main__top:before {
    display: none;
  }
}

@media (min-width: 768px) {
  .page-products-detail .l-main__top,
  .page-node-specifications .l-main__top,
  .page-node-support .l-main__top {
    padding: 0;
  }
}

.page-products-detail .l-main__content .pane-node-body,
.page-node-specifications .l-main__content .pane-node-body,
.page-node-support .l-main__content .pane-node-body {
  padding: 25px 20px;
  max-width: none;
  width: 100%;
  float: none;
  background: #F3F3F3;
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 1024px) {
  .page-products-detail .l-main__content .pane-node-body,
  .page-node-specifications .l-main__content .pane-node-body,
  .page-node-support .l-main__content .pane-node-body {
    padding-top: 20px;
  }
}

.page-products-detail .l-main__content .pane-node-body .field--name-body,
.page-node-specifications .l-main__content .pane-node-body .field--name-body,
.page-node-support .l-main__content .pane-node-body .field--name-body {
  padding: 1px 20px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .page-products-detail .l-main__content .pane-node-body .field--name-body,
  .page-node-specifications .l-main__content .pane-node-body .field--name-body,
  .page-node-support .l-main__content .pane-node-body .field--name-body {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .page-products-detail .l-main__content .pane-node-body .field--name-body,
  .page-node-specifications .l-main__content .pane-node-body .field--name-body,
  .page-node-support .l-main__content .pane-node-body .field--name-body {
    max-width: 1240px;
    padding: 0;
  }
}

.page-products-detail .l-main__content .pane-node-body .field--name-body h2,
.page-node-specifications .l-main__content .pane-node-body .field--name-body h2,
.page-node-support .l-main__content .pane-node-body .field--name-body h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.page-products-detail .l-main__content .pane-node-body .field--name-body h2 a:hover,
.page-node-specifications .l-main__content .pane-node-body .field--name-body h2 a:hover,
.page-node-support .l-main__content .pane-node-body .field--name-body h2 a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .page-products-detail .l-main__content .pane-node-body .field--name-body h2,
  .page-node-specifications .l-main__content .pane-node-body .field--name-body h2,
  .page-node-support .l-main__content .pane-node-body .field--name-body h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
  }
}

.page-products-detail .product-info,
.page-node-specifications .product-info,
.page-node-support .product-info {
  *zoom: 1;
  margin: 22px 0 0;
  padding: 4px 20px;
}

.page-products-detail .product-info:after,
.page-node-specifications .product-info:after,
.page-node-support .product-info:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .page-products-detail .product-info,
  .page-node-specifications .product-info,
  .page-node-support .product-info {
    padding: 12px 40px;
  }
}

@media (min-width: 1024px) {
  .page-products-detail .product-info,
  .page-node-specifications .product-info,
  .page-node-support .product-info {
    padding: 12px 20px;
  }
}

@media (min-width: 1280px) {
  .page-products-detail .product-info,
  .page-node-specifications .product-info,
  .page-node-support .product-info {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.page-products-detail .pane-node-body,
.page-node-specifications .pane-node-body,
.page-node-support .pane-node-body {
  color: #464646;
  padding: 25px 20px 0;
}

.page-products-detail .pane-node-body p,
.page-node-specifications .pane-node-body p,
.page-node-support .pane-node-body p {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-products-detail .pane-node-body,
  .page-node-specifications .pane-node-body,
  .page-node-support .pane-node-body {
    padding: 0 35px 0 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

@media (min-width: 1024px) {
  .page-products-detail .pane-node-body,
  .page-node-specifications .pane-node-body,
  .page-node-support .pane-node-body {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .page-products-detail .pane-node-body,
  .page-node-specifications .pane-node-body,
  .page-node-support .pane-node-body {
    padding: 0 65px 0 0;
  }
}

@media (min-width: 768px) {
  .page-products-detail #main .l-main__top .pane-node-body strong,
  .page-node-specifications #main .l-main__top .pane-node-body strong,
  .page-node-support #main .l-main__top .pane-node-body strong {
    font-size: 2rem;
  }
}

.page-products-detail .pane-node-field-product-image,
.page-node-specifications .pane-node-field-product-image,
.page-node-support .pane-node-field-product-image {
  line-height: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 480px) {
  .page-products-detail .pane-node-field-product-image,
  .page-node-specifications .pane-node-field-product-image,
  .page-node-support .pane-node-field-product-image {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .page-products-detail .pane-node-field-product-image,
  .page-node-specifications .pane-node-field-product-image,
  .page-node-support .pane-node-field-product-image {
    padding: 0;
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    float: left;
  }
}

.page-products-detail #main .pane-product-navigation,
.page-node-specifications #main .pane-product-navigation,
.page-node-support #main .pane-product-navigation {
  max-width: none;
  display: none;
  padding: 0;
}

@media (min-width: 768px) {
  .page-products-detail #main .pane-product-navigation,
  .page-node-specifications #main .pane-product-navigation,
  .page-node-support #main .pane-product-navigation {
    display: block;
    clear: left;
    padding: 2px 40px 6px;
    background-color: #FFF;
  }
  .page-products-detail #main .pane-product-navigation .product-navigation,
  .page-node-specifications #main .pane-product-navigation .product-navigation,
  .page-node-support #main .pane-product-navigation .product-navigation {
    *zoom: 1;
    margin: 0;
    padding: 0;
  }
  .page-products-detail #main .pane-product-navigation .product-navigation:after,
  .page-node-specifications #main .pane-product-navigation .product-navigation:after,
  .page-node-support #main .pane-product-navigation .product-navigation:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-products-detail #main .pane-product-navigation .product-navigation li,
  .page-node-specifications #main .pane-product-navigation .product-navigation li,
  .page-node-support #main .pane-product-navigation .product-navigation li {
    margin-right: 40px;
  }
  .page-products-detail #main .pane-product-navigation li,
  .page-node-specifications #main .pane-product-navigation li,
  .page-node-support #main .pane-product-navigation li {
    float: left;
    list-style: none;
  }
  .page-products-detail #main .pane-product-navigation li:first-child,
  .page-node-specifications #main .pane-product-navigation li:first-child,
  .page-node-support #main .pane-product-navigation li:first-child {
    padding-left: 0;
  }
  .page-products-detail #main .pane-product-navigation li:last-child,
  .page-node-specifications #main .pane-product-navigation li:last-child,
  .page-node-support #main .pane-product-navigation li:last-child {
    float: right;
  }
  .page-products-detail #main .pane-product-navigation li:last-child a,
  .page-node-specifications #main .pane-product-navigation li:last-child a,
  .page-node-support #main .pane-product-navigation li:last-child a {
    color: #B7274C;
  }
  .page-products-detail #main .pane-product-navigation li:last-child a:after,
  .page-node-specifications #main .pane-product-navigation li:last-child a:after,
  .page-node-support #main .pane-product-navigation li:last-child a:after {
    font-family: "pioneer-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e803";
    margin: 0 0 0 15px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
  }
  .page-products-detail #main .pane-product-navigation a,
  .page-node-specifications #main .pane-product-navigation a,
  .page-node-support #main .pane-product-navigation a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #464646;
    font-weight: normal;
    font-style: normal;
  }
}

@media (min-width: 1024px) {
  .page-products-detail #main .pane-product-navigation,
  .page-node-specifications #main .pane-product-navigation,
  .page-node-support #main .pane-product-navigation {
    padding: 0 20px;
  }
  .page-products-detail #main .pane-product-navigation li,
  .page-node-specifications #main .pane-product-navigation li,
  .page-node-support #main .pane-product-navigation li {
    padding-left: 0;
    margin-bottom: 0;
  }
  .page-products-detail #main .pane-product-navigation a,
  .page-node-specifications #main .pane-product-navigation a,
  .page-node-support #main .pane-product-navigation a {
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    line-height: 44px;
    padding: 22px 0 12px;
    border-bottom: 4px solid #FFF;
  }
  .page-products-detail #main .pane-product-navigation a.active, .page-products-detail #main .pane-product-navigation a:hover,
  .page-node-specifications #main .pane-product-navigation a.active,
  .page-node-specifications #main .pane-product-navigation a:hover,
  .page-node-support #main .pane-product-navigation a.active,
  .page-node-support #main .pane-product-navigation a:hover {
    color: #B7274C;
    border-color: #B7274C;
  }
  .page-products-detail #main .pane-product-navigation a.active,
  .page-node-specifications #main .pane-product-navigation a.active,
  .page-node-support #main .pane-product-navigation a.active {
    cursor: default;
  }
  .page-products-detail #main .pane-product-navigation.fixed,
  .page-node-specifications #main .pane-product-navigation.fixed,
  .page-node-support #main .pane-product-navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 20;
  }
}

@media (min-width: 1280px) {
  .page-products-detail #main .pane-product-navigation .product-navigation,
  .page-node-specifications #main .pane-product-navigation .product-navigation,
  .page-node-support #main .pane-product-navigation .product-navigation {
    max-width: 1240px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .page-products-detail #main .pane-product-navigation li:nth-last-child(2) a,
  .page-node-specifications #main .pane-product-navigation li:nth-last-child(2) a,
  .page-node-support #main .pane-product-navigation li:nth-last-child(2) a {
    text-decoration: none;
  }
  .page-products-detail #main .pane-product-navigation li:nth-last-child(2) a:before,
  .page-node-specifications #main .pane-product-navigation li:nth-last-child(2) a:before,
  .page-node-support #main .pane-product-navigation li:nth-last-child(2) a:before {
    font-family: "pioneer-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e80a";
    color: #232021;
  }
}

.page-products-detail .product-property-display-name,
.page-products-detail .product-property-description,
.page-node-specifications .product-property-display-name,
.page-node-specifications .product-property-description,
.page-node-support .product-property-display-name,
.page-node-support .product-property-description {
  display: none;
}

@media (min-width: 768px) {
  .page-products-detail .product-property-display-name,
  .page-products-detail .product-property-description,
  .page-node-specifications .product-property-display-name,
  .page-node-specifications .product-property-description,
  .page-node-support .product-property-display-name,
  .page-node-support .product-property-description {
    display: block;
  }
}

.page-products-detail .product-property-description,
.page-node-specifications .product-property-description,
.page-node-support .product-property-description {
  min-height: 5.25rem;
}

@media (min-width: 768px) {
  .page-products-detail .product-property-icon,
  .page-node-specifications .product-property-icon,
  .page-node-support .product-property-icon {
    max-width: 80px;
    max-height: 80px;
    position: absolute;
    top: 35%;
    left: 0;
    margin: -17px 0 0;
  }
}

.page-products-detail .product-property,
.page-node-specifications .product-property,
.page-node-support .product-property {
  text-align: center;
  margin-top: 12px;
  display: inline-block;
  width: 23%;
  margin: 0 1%;
}

@media (min-width: 480px) {
  .page-products-detail .product-property,
  .page-node-specifications .product-property,
  .page-node-support .product-property {
    width: 18%;
  }
}

@media (min-width: 768px) {
  .page-products-detail .product-property,
  .page-node-specifications .product-property,
  .page-node-support .product-property {
    position: relative;
    padding: 32px 0;
    margin: 0;
    border-bottom: 1px solid #F3F3F3;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-products-detail .product-property:nth-child(odd),
  .page-node-specifications .product-property:nth-child(odd),
  .page-node-support .product-property:nth-child(odd) {
    float: right;
    margin-right: 0;
  }
  .page-products-detail .product-property:nth-child(2), .page-products-detail .product-property:nth-child(3),
  .page-node-specifications .product-property:nth-child(2),
  .page-node-specifications .product-property:nth-child(3),
  .page-node-support .product-property:nth-child(2),
  .page-node-support .product-property:nth-child(3) {
    border-top: 1px solid #F3F3F3;
  }
}

.page-products-detail .pane-product-specifications,
.page-node-specifications .pane-product-specifications,
.page-node-support .pane-product-specifications {
  *zoom: 1;
  padding: 0 40px;
  text-align: center;
}

.page-products-detail .pane-product-specifications:after,
.page-node-specifications .pane-product-specifications:after,
.page-node-support .pane-product-specifications:after {
  content: "";
  display: table;
  clear: both;
}

.page-products-detail .pane-product-specifications .read-more,
.page-node-specifications .pane-product-specifications .read-more,
.page-node-support .pane-product-specifications .read-more {
  float: left;
  clear: both;
  width: 100%;
  margin: 36px 0 10px;
  text-align: center;
  background: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #B7274C;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 480px) {
  .page-products-detail .pane-product-specifications .read-more,
  .page-node-specifications .pane-product-specifications .read-more,
  .page-node-support .pane-product-specifications .read-more {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
    width: auto;
  }
  .page-products-detail .pane-product-specifications .read-more::before, .page-products-detail .pane-product-specifications .read-more::after,
  .page-node-specifications .pane-product-specifications .read-more::before,
  .page-node-specifications .pane-product-specifications .read-more::after,
  .page-node-support .pane-product-specifications .read-more::before,
  .page-node-support .pane-product-specifications .read-more::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  .page-products-detail .pane-product-specifications .read-more::before,
  .page-node-specifications .pane-product-specifications .read-more::before,
  .page-node-support .pane-product-specifications .read-more::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .page-products-detail .pane-product-specifications .read-more::after,
  .page-node-specifications .pane-product-specifications .read-more::after,
  .page-node-support .pane-product-specifications .read-more::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .page-products-detail .pane-product-specifications .read-more:hover,
  .page-node-specifications .pane-product-specifications .read-more:hover,
  .page-node-support .pane-product-specifications .read-more:hover {
    text-decoration: none;
  }
  .page-products-detail .pane-product-specifications .read-more:hover::after,
  .page-node-specifications .pane-product-specifications .read-more:hover::after,
  .page-node-support .pane-product-specifications .read-more:hover::after {
    color: #B7274C;
  }
  .page-products-detail .pane-product-specifications .read-more:hover::before,
  .page-node-specifications .pane-product-specifications .read-more:hover::before,
  .page-node-support .pane-product-specifications .read-more:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .page-products-detail .pane-product-specifications .read-more,
  .page-node-specifications .pane-product-specifications .read-more,
  .page-node-support .pane-product-specifications .read-more {
    width: 100%;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .page-products-detail .pane-product-specifications,
  .page-node-specifications .pane-product-specifications,
  .page-node-support .pane-product-specifications {
    padding: 0 20px;
  }
}

.page-products-detail .pane-node-field-product-featured-products h2,
.page-node-specifications .pane-node-field-product-featured-products h2,
.page-node-support .pane-node-field-product-featured-products h2 {
  padding: 0 20px;
}

@media (min-width: 480px) {
  .page-products-detail .pane-node-field-product-featured-products h2,
  .page-node-specifications .pane-node-field-product-featured-products h2,
  .page-node-support .pane-node-field-product-featured-products h2 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .page-products-detail .pane-node-field-product-featured-products h2,
  .page-node-specifications .pane-node-field-product-featured-products h2,
  .page-node-support .pane-node-field-product-featured-products h2 {
    padding: 0;
    margin-top: 0;
  }
}

.page-products-detail .pane-node-field-product-featured-products img,
.page-node-specifications .pane-node-field-product-featured-products img,
.page-node-support .pane-node-field-product-featured-products img {
  height: auto;
}

.page-products-detail .pane-node-field-product-featured-products .field--name-body,
.page-node-specifications .pane-node-field-product-featured-products .field--name-body,
.page-node-support .pane-node-field-product-featured-products .field--name-body {
  display: none;
}

@media (min-width: 768px) {
  .page-products-detail .pane-node-field-product-featured-products .field--name-body,
  .page-node-specifications .pane-node-field-product-featured-products .field--name-body,
  .page-node-support .pane-node-field-product-featured-products .field--name-body {
    display: block;
    padding: 0 10px 10px;
  }
}

.page-products-detail .pane-node-field-product-featured-products .node--product--teaser-box,
.page-node-specifications .pane-node-field-product-featured-products .node--product--teaser-box,
.page-node-support .pane-node-field-product-featured-products .node--product--teaser-box {
  border: 0;
}

.page-products-detail .pane-node-field-product-featured-products .node__title,
.page-node-specifications .pane-node-field-product-featured-products .node__title,
.page-node-support .pane-node-field-product-featured-products .node__title {
  padding: 6px 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 768px) {
  .page-products-detail .pane-node-field-product-featured-products .node__title,
  .page-node-specifications .pane-node-field-product-featured-products .node__title,
  .page-node-support .pane-node-field-product-featured-products .node__title {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-products-detail .pane-node-field-product-featured-products,
  .page-node-specifications .pane-node-field-product-featured-products,
  .page-node-support .pane-node-field-product-featured-products {
    margin: 0 0 25px;
  }
}

@media (min-width: 768px) {
  .page-products-detail .pane-node-field-product-featured-products,
  .page-node-specifications .pane-node-field-product-featured-products,
  .page-node-support .pane-node-field-product-featured-products {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .page-products-detail #main ul,
  .page-products-detail #main ol,
  .page-node-specifications #main ul,
  .page-node-specifications #main ol,
  .page-node-support #main ul,
  .page-node-support #main ol {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .page-products-detail .product-property-description,
  .page-node-specifications .product-property-description,
  .page-node-support .product-property-description {
    color: #6C6C6C;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .page-products-detail .product-property-display-name,
  .page-node-specifications .product-property-display-name,
  .page-node-support .product-property-display-name {
    float: left;
    color: #232021;
    font-weight: bold;
  }
  .page-products-detail .product-property-description-body:before,
  .page-node-specifications .product-property-description-body:before,
  .page-node-support .product-property-description-body:before {
    content: "-";
    margin: 0 5px;
  }
}

.field--name-field-product-featured-products {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .field--name-field-product-featured-products {
    margin: 40px 0;
  }
}

.field--name-field-product-featured-products > .field__items {
  *zoom: 1;
}

.field--name-field-product-featured-products > .field__items:after {
  content: "";
  display: table;
  clear: both;
}

.field--name-field-product-featured-products > .field__items > .field__item {
  width: 50%;
  float: left;
}

@media screen and (max-width: 768px) {
  .field--name-field-product-featured-products > .field__items > .field__item:nth-of-type(odd) {
    padding: 0 6px 0 0;
  }
  .field--name-field-product-featured-products > .field__items > .field__item:nth-of-type(even) {
    float: right;
    margin-right: 0;
    padding: 0 0 0 6px;
    float: left;
  }
}

@media (min-width: 768px) {
  .field--name-field-product-featured-products > .field__items > .field__item {
    padding: 1px;
    cursor: pointer;
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    -webkit-transition: background-color 250ms;
    -moz-transition: background-color 250ms;
    -o-transition: background-color 250ms;
    transition: background-color 250ms;
  }
  .field--name-field-product-featured-products > .field__items > .field__item:nth-of-type(4n) {
    float: right;
    margin-right: 0;
    float: left;
  }
  .field--name-field-product-featured-products > .field__items > .field__item:hover {
    background-color: #F3F3F3;
  }
}

@media (min-width: 768px) {
  #main li {
    padding: 0 0 10px;
  }
}

@media (min-width: 1024px) {
  .page-products-detail .pane-node-body,
  .page-node-specifications .pane-node-body {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  .page-products-detail .product-info,
  .page-node-specifications .product-info {
    padding: 12px 20px;
  }
  .page-products-detail .title-wrapper,
  .page-node-specifications .title-wrapper {
    padding: 0 20px;
  }
  .page-products-detail .pane-product-specifications,
  .page-node-specifications .pane-product-specifications {
    padding: 0 20px;
  }
}

.page-node-specifications .pane-product-specifications-full {
  margin-bottom: 60px;
  padding-top: 12px;
}

.page-node-specifications .fa-times-circle,
.page-node-specifications .fa-check-circle {
  margin-left: -10px;
}

.page-node-specifications .fa-times-circle:before,
.page-node-specifications .fa-check-circle:before {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
}

.page-node-specifications .fa-times-circle:before {
  content: "\e80c";
  color: #BF0C0C;
}

.page-node-specifications .fa-check-circle:before {
  content: "\e80b";
  color: #27B73B;
}

.page-node-specifications table {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-node-specifications table {
    width: 65%;
  }
}

.page-node-specifications td:nth-of-type(1) {
  width: 40%;
}

.page-node-specifications td:nth-of-type(2) {
  width: 60%;
}

.page-node-specifications #main .l-main__content h2 {
  margin-bottom: 40px;
  border-bottom: 1px solid #CDCDCD;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: bold;
  font-style: normal;
}

.page-node-specifications #main .l-main__content h2.pane-title {
  border: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 37px;
  line-height: 2.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 1024px) {
  .page-node-specifications #main .l-main__content h2.pane-title {
    font-size: 25px;
    line-height: 28px;
  }
}

.page-node-specifications #main td {
  padding: 14px 18px;
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid #CDCDCD;
  vertical-align: top;
}

.page-node-specifications #main td:first-child {
  color: #232021;
}

.page-node-specifications #main td:last-child {
  vertical-align: middle;
}

.page-node-specifications #main ul {
  padding: 14px 17px;
}

.page-node-specifications #main ul li {
  padding: 0;
}

.page-products:not(.page-products-comparison) h1,
.node-type-overviewpage:not(.page-products-comparison) h1 {
  text-transform: none;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
}

.page-products:not(.page-products-comparison) #page,
.node-type-overviewpage:not(.page-products-comparison) #page {
  background-image: url("../img/misc/header_back_image.jpg");
  background-repeat: no-repeat;
  background-size: 200%;
}

@media (min-width: 1024px) {
  .page-products:not(.page-products-comparison) #page,
  .node-type-overviewpage:not(.page-products-comparison) #page {
    background-size: 100%;
  }
}

.page-products:not(.page-products-comparison) #main li,
.node-type-overviewpage:not(.page-products-comparison) #main li {
  list-style: none;
}

.node-type-overviewpage .pane-image-text .w8 {
  background: #FFF;
}

.node-type-overviewpage .node-overviewpage .bean-image-text-right .w8,
.node-type-overviewpage .node-overviewpage .bean-image-text-right .w4,
.node-type-overviewpage .node-overviewpage .bean-image-right .w4,
.node-type-overviewpage .node-overviewpage .pane-image-text-left .w8 {
  margin-bottom: 26px;
}

@media (min-width: 1024px) {
  .node-type-overviewpage .node-overviewpage .bean-image-text-right .w8,
  .node-type-overviewpage .node-overviewpage .bean-image-text-right .w4,
  .node-type-overviewpage .node-overviewpage .bean-image-right .w4,
  .node-type-overviewpage .node-overviewpage .pane-image-text-left .w8 {
    margin-bottom: 0;
  }
}

.node-type-overviewpage .pane-image-text-left .w4,
.node-type-overviewpage .pane-image-text-left .w8 {
  margin-bottom: 0;
}

.view-filters.products {
  padding: 0 0 10px;
  background: #F3F3F3;
  border-radius: 4px;
}

.view-filters.products .views-exposed-widgets {
  overflow: visible;
}

.view-filters.products .views-exposed-widget {
  float: right;
}

.view-filters.products h2 {
  border-bottom: 1px solid #EBEBEB;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: bold;
  font-style: normal;
  padding: 20px 0 15px;
  margin: 0 20px;
  width: auto;
}

@media (min-width: 1024px) {
  .view-filters.products h2 {
    margin: 0 20px;
  }
}

.view-filters.products h2:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #FFF;
  display: block;
  position: relative;
  top: 17px;
}

.view-filters.products h2.feature-filter-options {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .view-filters.products h2.feature-filter-options {
    margin: 0 20px;
  }
}

.view-filters.products h2.feature-filter-options:before {
  content: "";
  width: 0;
  height: 0;
  float: right;
  margin-top: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #B7274C;
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
  -webkit-transform-origin: 50% 25% 50%;
  -moz-transform-origin: 50% 25% 50%;
  -ms-transform-origin: 50% 25% 50%;
  -o-transform-origin: 50% 25% 50%;
  transform-origin: 50% 25% 50%;
  transition-delay: .5s;
}

.view-filters.products h2.feature-filter-options.open:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition-delay: 0s;
}

.view-filters.products h2.feature-filter-options .more-filter-options {
  display: none;
}

@media screen and (min-width: 300px) {
  .view-filters.products h2.feature-filter-options .more-filter-options {
    display: block;
    float: right;
    margin-right: 10px;
    color: #B7274C;
    font-size: 14px;
  }
}

.view-filters.products h2.product-filter-options {
  margin: 0;
  padding-top: 0;
  clear: both;
}

.view-filters.products #checkboxes-wrapper {
  overflow: hidden;
  *zoom: 1;
  max-height: 74px;
  margin: 0 20px;
  padding: 0;
  float: none;
  -webkit-transition: max-height 0.6s ease-in-out;
  -moz-transition: max-height 0.6s ease-in-out;
  -o-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
  border-bottom: 1px solid #EBEBEB;
  box-shadow: 0 1px 0 0 #FFF;
}

.view-filters.products #checkboxes-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1024px) {
  .view-filters.products #checkboxes-wrapper {
    margin: 0 20px;
  }
}

.view-filters.products #checkboxes-wrapper .views-widget {
  padding: 33px 0 0;
  *zoom: 1;
  -webkit-transition: max-height 0.6s ease-in-out;
  -moz-transition: max-height 0.6s ease-in-out;
  -o-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
}

.view-filters.products #checkboxes-wrapper .views-widget:after {
  content: "";
  display: table;
  clear: both;
}

.view-filters.products #checkboxes-wrapper .slider-filter-processed .views-widget {
  padding: 0;
  overflow: visible;
}

.view-filters.products #checkboxes-wrapper.open {
  max-height: 1250px;
  overflow: visible;
}

.view-filters.products .form-item {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}

@media (min-width: 768px) {
  .view-filters.products .form-item {
    padding-right: 20px;
  }
}

.view-filters.products .form-item-field-product-new {
  padding: 25px 20px 0;
}

@media (min-width: 480px) {
  .view-filters.products .form-item-field-product-new {
    padding: 25px 40px 0;
  }
}

@media (min-width: 1024px) {
  .view-filters.products .form-item-field-product-new {
    padding: 25px 20px 0;
  }
}

.view-filters.products .form-type-checkbox label {
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.view-filters.products label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.view-filters.products .views-reset-button {
  padding-right: 20px;
}

@media (min-width: 480px) {
  .view-filters.products .views-reset-button {
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .view-filters.products .views-reset-button {
    padding-right: 20px;
  }
}

.view-filters.products .views-reset-button input[type="submit"] {
  font-size: 14px;
  line-height: 25px;
  color: #B7274C;
  margin-right: 15px;
  margin-top: 6px;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  .view-filters.products .views-reset-button input[type="submit"] {
    margin-top: 15px;
  }
}

.view-filters.products .views-submit-button {
  padding-right: 0;
  width: 48%;
  margin-right: 4%;
  padding-left: 0;
}

@media (min-width: 768px) {
  .view-filters.products .views-submit-button {
    width: 24%;
    margin-top: 10px;
    margin-right: 2%;
  }
  .view-filters.products .views-submit-button .form-submit {
    margin-top: 0;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .view-filters.products .views-submit-button {
    margin-right: 2%;
  }
}

.view-filters.products .fa-question-circle {
  display: none;
}

.view-filters.products .property-info .description {
  display: none;
  position: absolute;
  padding: 10px 15px;
  width: 260px;
  z-index: 98;
  border-radius: 4px;
  background: #464646;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  margin-left: -35px;
}

.view-filters.products .property-info .description p {
  margin: 0;
}

.view-filters.products .property-info .triangle {
  border: solid;
  border-color: #464646 transparent;
  border-width: 6px 6px 0;
  bottom: -6px;
  content: "";
  position: absolute;
  z-index: 99;
}

.view-filters.products .property-info:hover .description {
  display: block;
}

.view-filters.products .property-info:before {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e804";
}

.view-filters.products .slider-filter-processed {
  position: relative;
  padding-right: 0;
  padding-left: 10px;
  padding-top: 24px;
  float: none;
  clear: both;
  margin-bottom: 24px;
  margin-right: 0;
  margin-left: -10px;
  background-color: #ECECEC;
}

.view-filters.products .slider-filter-processed .slider-checkbox-label input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.view-filters.products .slider-filter-processed .slider-checkbox-label label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.view-filters.products .slider-filter-processed .slider-checkbox-label input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

.view-filters.products .slider-filter-processed .slider-checkbox-label label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.view-filters.products .slider-filter-processed .slider-checkbox-label label:before {
  left: -30px;
}

.view-filters.products .slider-filter-processed input[type="text"] {
  position: absolute;
  top: 14px;
  right: 24px;
  padding: 0;
  width: 100px;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
  background: #FFF;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.view-filters.products .slider-filter-processed input[type="text"]:disabled {
  color: rgba(70, 70, 70, 0.5);
}

.view-filters.products .slider-filter-processed .ui-slider {
  margin: 40px 35px 15px;
  background: #E2E2E2;
  border-radius: 10px;
  border: 0;
}

.view-filters.products .slider-filter-processed .ui-slider-range {
  background: #CDCDCD;
}

.view-filters.products .slider-filter-processed .ui-slider-handle {
  height: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 50%;
  background: #464646;
  border: 1px solid #464646;
  outline: none;
}

.view-filters.products .slider-filter-processed.slider-range .views-widget {
  margin: 0 5px 0 25px;
}

.view-filters.products .slider-filter-processed.slider-range .form-item {
  width: 40%;
}

.view-filters.products .slider-filter-processed.slider-range .form-item:last-child {
  float: right;
}

.view-filters.products .slider-filter-processed.slider-range .form-item:last-child input[type="text"] {
  float: right;
}

.view-filters.products .slider-filter-processed.slider-range input[type="text"] {
  position: static;
  top: auto;
  right: auto;
}

@media (min-width: 480px) {
  .view-filters.products .property-info .description {
    width: 280px;
  }
}

@media (min-width: 600px) {
  .view-filters.products .form-item:not(.form-item-field-product-new) {
    width: 50%;
  }
  .view-filters.products .form-item:not(.form-item-field-product-new):nth-child(2n+3) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .view-filters.products .form-item:not(.form-item-field-product-new) {
    width: 33%;
  }
  .view-filters.products .form-item:not(.form-item-field-product-new):nth-child(2n+3) {
    clear: none;
  }
  .view-filters.products .form-item:not(.form-item-field-product-new):nth-child(3n+4) {
    clear: both;
  }
  .view-filters.products .form-item-field-product-new {
    width: 50%;
    padding-top: 30px;
    margin-bottom: 18px;
  }
  .view-filters.products .slider-filter-processed {
    width: 100%;
    float: left;
    clear: none;
    padding-right: 10px;
    padding-top: 16px;
  }
  .view-filters.products .slider-filter-processed .slider-checkbox-label {
    display: block;
    float: left;
    width: 40%;
  }
  .view-filters.products .slider-filter-processed .slider-input-wrapper {
    display: block;
    width: 60%;
    float: left;
  }
  .view-filters.products .slider-filter-processed .ui-slider {
    margin: 0;
    width: 70%;
    float: left;
  }
  .view-filters.products .slider-filter-processed .views-widget {
    width: 30%;
    float: left;
  }
  .view-filters.products .slider-filter-processed .form-item:not(.form-item-field-product-new) {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
    margin: 0;
    text-align: right;
  }
  .view-filters.products .slider-filter-processed input[type="text"] {
    max-width: 95px;
    width: 100%;
    padding: 0;
    position: relative;
    right: 0;
    top: -8px;
    display: inline-block;
    text-align: center;
  }
  .view-filters.products .slider-filter-processed.slider-range .ui-slider {
    width: 97%;
  }
  .view-filters.products .slider-filter-processed.slider-range .views-widget {
    margin: 10px 0;
    width: 100%;
  }
  .view-filters.products .slider-filter-processed.slider-range .form-item {
    width: 40%;
    padding: 0;
  }
  .view-filters.products .slider-filter-processed.slider-range .form-item:first-child {
    margin-left: -10px;
  }
  .view-filters.products .slider-filter-processed.slider-range .form-item:first-child input[type="text"] {
    float: left;
  }
  .view-filters.products #checkboxes-wrapper .slider-filter-processed .views-widget {
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .view-filters.products .form-item:not(.form-item-field-product-new) {
    width: 25%;
  }
  .view-filters.products .form-item:not(.form-item-field-product-new):nth-child(2n+3) {
    clear: none;
  }
  .view-filters.products .form-item:not(.form-item-field-product-new):nth-child(3n+4) {
    clear: none;
  }
  .view-filters.products .form-item:not(.form-item-field-product-new):nth-child(4n+5) {
    clear: both;
  }
}

@media (min-width: 1024px) {
  .view-filters.products .slider-filter-processed {
    width: 50%;
    margin-right: 10px;
    padding-top: 14px;
  }
  .view-filters.products .slider-filter-processed:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }
  .view-filters.products .form-item:not(.form-item-field-product-new) {
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .page-products #page {
    background-size: 100%;
  }
  .page-products #main .section {
    max-width: 1280px;
  }
}

.page-search-images #main,
.page-search-images .l-main__top {
  overflow: visible;
}

.page-search-images .pane-product-pictures-product-images-pane .pane-title {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .page-search-images #main #autocomplete {
    max-width: 500px;
    min-width: auto;
  }
}

.pane-feature-product-product-image-search.panel-pane {
  background-color: #F3F3F3;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.feature-product-render-image-search-form {
  position: relative;
}

.feature-product-render-image-search-form label {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 37px;
  line-height: 2.3125rem;
  font-family: "Arial";
  color: #232021;
  font-weight: 700;
  font-style: normal;
  margin-top: 28px;
  margin-bottom: 14px;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 1024px) {
  .feature-product-render-image-search-form label {
    font-size: 25px;
    line-height: 28px;
    margin-top: 56px;
    margin-bottom: 28px;
  }
}

@media (min-width: 1024px) {
  .feature-product-render-image-search-form label {
    display: inline;
  }
}

.feature-product-render-image-search-form label:after {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e807";
  font-size: 22px;
  color: #B7274C;
  z-index: 10;
  position: absolute;
  right: 9px;
  bottom: 11px;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .feature-product-render-image-search-form label:after {
    top: 11px;
    left: 880px;
  }
}

.feature-product-render-image-search-form .form-type-textfield input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1024px) {
  .feature-product-render-image-search-form .form-type-textfield input {
    max-width: 500px;
  }
}

.feature-product-render-image-search-form .form-submit {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  position: absolute;
  height: 45px;
  right: 0;
  bottom: 0;
}

@media (min-width: 1024px) {
  .feature-product-render-image-search-form .form-submit {
    right: auto;
    left: 870px;
    top: -15px;
  }
}

.page-search #main .block--facetapi-zih8esyfkvwkemttztglem1grylaarmk ul,
.page-search #main .block--facetapi-zih8esyfkvwkemttztglem1grylaarmk li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-search #main .pager-wrapper {
  position: absolute;
  padding: 0 120px 0 0;
}

@media (min-width: 768px) {
  .page-search #main .pager-wrapper {
    padding: 0 120px;
  }
}

.page-search #main .pager-wrapper h2 {
  display: none;
}

.page-search #main .pager-wrapper ul {
  margin-top: 0;
}

.page-search #main .pager-wrapper li {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: bold;
  font-style: normal;
}

.page-search #main .pager-wrapper li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

.page-search #main .view-footer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
  float: right;
  margin-bottom: 20px;
}

.page-search .region-content {
  padding: 12px 20px;
}

@media (min-width: 768px) {
  .page-search .region-content {
    padding: 12px 40px;
  }
}

@media (min-width: 1024px) {
  .page-search .region-content {
    padding: 12px 20px;
  }
}

@media (min-width: 1280px) {
  .page-search .region-content {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.page-search .region-content .block--facetapi-zih8esyfkvwkemttztglem1grylaarmk {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-search .region-content .block--facetapi-zih8esyfkvwkemttztglem1grylaarmk {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.page-search .region-content .block--facetapi-zih8esyfkvwkemttztglem1grylaarmk a {
  font-weight: bold;
}

.page-search .region-content .block--facetapi-zih8esyfkvwkemttztglem1grylaarmk a.active {
  color: #6C6C6C;
  font-weight: normal;
}

.page-search .region-content .view-display-id-page {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .page-search .region-content .view-display-id-page {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
  }
}

.page-search .region-content .view-display-id-page .search-result {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.page-search .region-content .view-display-id-page .search-result .node--page {
  padding: 0;
}

.page-simple-header {
  width: 100%;
  height: 100%;
  background: #F3F3F3;
  color: #000;
}

.page-simple-header .header {
  background: #FFF;
  text-align: center;
}

.page-simple-header .header a {
  padding: 20px;
  display: block;
}

@media (min-width: 768px) {
  .page-simple-header .header a {
    padding: 50px;
  }
}

.page-simple-header .header a img {
  width: 160px;
}

@media (min-width: 768px) {
  .page-store-locator #main .pager-wrapper,
  .page-navgateevo #main .pager-wrapper {
    margin-left: 33.3333%;
    width: 66.6666%;
  }
}

.view-display-id-locator_page,
.view-display-id-navgate_evo_where_to_buy {
  *zoom: 1;
  text-align: left;
}

.view-display-id-locator_page:after,
.view-display-id-navgate_evo_where_to_buy:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1024px) {
  .view-display-id-locator_page,
  .view-display-id-navgate_evo_where_to_buy {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.view-display-id-locator_page .store-locator-label,
.view-display-id-navgate_evo_where_to_buy .store-locator-label {
  padding: 0 0 2px;
  border-bottom: 1px solid #CDCDCD;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2A2A2A;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 768px) {
  .view-display-id-locator_page .view-empty,
  .view-display-id-locator_page > .view-content,
  .view-display-id-navgate_evo_where_to_buy .view-empty,
  .view-display-id-navgate_evo_where_to_buy > .view-content {
    width: 66.6666666667%;
    float: left;
  }
}

.view-display-id-locator_page .attachment,
.view-display-id-locator_page .view-filters,
.view-display-id-locator_page .view-empty,
.view-display-id-navgate_evo_where_to_buy .attachment,
.view-display-id-navgate_evo_where_to_buy .view-filters,
.view-display-id-navgate_evo_where_to_buy .view-empty {
  padding: 0 20px;
}

@media (min-width: 480px) {
  .view-display-id-locator_page .attachment,
  .view-display-id-locator_page .view-filters,
  .view-display-id-locator_page .view-empty,
  .view-display-id-navgate_evo_where_to_buy .attachment,
  .view-display-id-navgate_evo_where_to_buy .view-filters,
  .view-display-id-navgate_evo_where_to_buy .view-empty {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .view-display-id-locator_page .attachment,
  .view-display-id-locator_page .view-filters,
  .view-display-id-locator_page .view-empty,
  .view-display-id-navgate_evo_where_to_buy .attachment,
  .view-display-id-navgate_evo_where_to_buy .view-filters,
  .view-display-id-navgate_evo_where_to_buy .view-empty {
    padding: 0 20px;
  }
}

.view-display-id-locator_page > .view-content,
.view-display-id-navgate_evo_where_to_buy > .view-content {
  margin: 0 0 40px;
}

.view-display-id-locator_page > .view-content .store-locator-label,
.view-display-id-navgate_evo_where_to_buy > .view-content .store-locator-label {
  margin: 20px 20px 0;
}

@media (min-width: 480px) {
  .view-display-id-locator_page > .view-content .store-locator-label,
  .view-display-id-navgate_evo_where_to_buy > .view-content .store-locator-label {
    margin: 20px 40px 0;
  }
}

@media (min-width: 768px) {
  .view-display-id-locator_page > .view-content .store-locator-label,
  .view-display-id-navgate_evo_where_to_buy > .view-content .store-locator-label {
    margin: 25px 20px 0;
  }
}

.view-display-id-locator_page > .view-content .views-row,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row {
  *zoom: 1;
  cursor: pointer;
  position: relative;
  margin: 0 20px;
  padding: 12px 0 10px;
  border-bottom: 1px solid #CDCDCD;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
}

.view-display-id-locator_page > .view-content .views-row:after,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 480px) {
  .view-display-id-locator_page > .view-content .views-row,
  .view-display-id-navgate_evo_where_to_buy > .view-content .views-row {
    margin: 0 40px;
  }
}

@media (min-width: 768px) {
  .view-display-id-locator_page > .view-content .views-row,
  .view-display-id-navgate_evo_where_to_buy > .view-content .views-row {
    cursor: default;
    margin: 0 20px;
  }
}

.view-display-id-locator_page > .view-content .views-row.open,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row.open {
  background-color: #F3F3F3;
}

@media (min-width: 768px) {
  .view-display-id-locator_page > .view-content .views-row.open,
  .view-display-id-navgate_evo_where_to_buy > .view-content .views-row.open {
    margin: 0 20px;
    padding: 12px 0 10px;
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  .view-display-id-locator_page > .view-content .views-row .location-info,
  .view-display-id-navgate_evo_where_to_buy > .view-content .views-row .location-info {
    width: 50%;
    float: left;
  }
}

.view-display-id-locator_page > .view-content .views-row .location-info strong,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .location-info strong {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

.view-display-id-locator_page > .view-content .views-row .location-address,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .location-address {
  display: none;
}

@media (min-width: 768px) {
  .view-display-id-locator_page > .view-content .views-row .location-address,
  .view-display-id-navgate_evo_where_to_buy > .view-content .views-row .location-address {
    display: block;
    width: 50%;
    float: left;
    float: right;
  }
}

.view-display-id-locator_page > .view-content .views-row .views-field,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field {
  padding: 0 0 0 28px;
}

.view-display-id-locator_page > .view-content .views-row .views-field.views-field-counter, .view-display-id-locator_page > .view-content .views-row .views-field.views-field-title,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-counter,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

.view-display-id-locator_page > .view-content .views-row .views-field.views-field-counter,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-counter {
  position: absolute;
  top: 12px;
  left: 0;
  padding: 0;
}

.view-display-id-locator_page > .view-content .views-row .views-field.views-field-title,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-title {
  margin: 0 0 5px;
}

.view-display-id-locator_page > .view-content .views-row .views-field.views-field-field-store-location .address-separator,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-field-store-location .address-separator {
  margin-left: -3px;
}

.view-display-id-locator_page > .view-content .views-row .views-field.views-field-field-store-products,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-field-store-products {
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .view-display-id-locator_page > .view-content .views-row .views-field.views-field-field-store-products,
  .view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-field-store-products {
    cursor: default;
  }
}

.view-display-id-locator_page > .view-content .views-row .views-field.views-field-field-geofield-distance::after,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-field-geofield-distance::after {
  margin: 0 0 0 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: inherit;
  content: "";
  line-height: inherit;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  -webkit-animation: spin-down 0.25s linear forwards;
  -moz-animation: spin-down 0.25s linear forwards;
  -o-animation: spin-down 0.25s linear forwards;
  animation: spin-down 0.25s linear forwards;
  -webkit-transform-origin: 50% 70%;
  -moz-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  -o-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  font-size: 22px;
  color: #232021;
}

@media (min-width: 768px) {
  .view-display-id-locator_page > .view-content .views-row .views-field.views-field-field-geofield-distance::after,
  .view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-field-geofield-distance::after {
    display: none;
  }
}

.view-display-id-locator_page > .view-content .views-row .views-field.views-field-field-geofield-distance.open::after,
.view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-field-geofield-distance.open::after {
  -webkit-animation: spin-up 0.25s linear forwards;
  -moz-animation: spin-up 0.25s linear forwards;
  -o-animation: spin-up 0.25s linear forwards;
  animation: spin-up 0.25s linear forwards;
}

@media (min-width: 768px) {
  .view-display-id-locator_page > .view-content .views-row .views-field.views-field-field-geofield-distance,
  .view-display-id-navgate_evo_where_to_buy > .view-content .views-row .views-field.views-field-field-geofield-distance {
    display: none;
    cursor: default;
  }
}

@media (min-width: 768px) {
  .view-display-id-locator_page .view-filters,
  .view-display-id-navgate_evo_where_to_buy .view-filters {
    clear: both;
    width: 33.3333333333%;
    float: left;
    margin-bottom: 20px;
    padding: 0 5px 0 40px;
  }
}

@media (min-width: 1024px) {
  .view-display-id-locator_page .view-filters,
  .view-display-id-navgate_evo_where_to_buy .view-filters {
    margin: 0 0 40px;
    padding: 0 5px 0 20px;
  }
}

.view-display-id-locator_page .view-filters .store-locator-label,
.view-display-id-navgate_evo_where_to_buy .view-filters .store-locator-label {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .view-display-id-locator_page .view-filters .store-locator-label,
  .view-display-id-navgate_evo_where_to_buy .view-filters .store-locator-label {
    margin: 25px 0 0;
  }
}

.view-display-id-locator_page .view-filters .views-exposed-widgets,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets {
  overflow: visible;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget {
  float: none;
  padding-right: 0;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select {
  width: 100%;
  height: auto;
  min-height: 45px;
  line-height: normal;
}

@-moz-document url-prefix() {
  .view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select,
  .view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_store_location_country .form-select {
    padding-top: 7px;
  }
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_geofield_distance,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_geofield_distance {
  position: relative;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_geofield_distance .form-item,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_geofield_distance .form-item {
  margin: 0;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_geofield_distance input,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_geofield_distance input {
  padding: 0 40px 0 22px;
  outline: 0;
  background-image: none;
  height: 45px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_geofield_distance::after,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_geofield_distance::after {
  position: absolute;
  top: 12px;
  right: 6px;
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e807";
  font-size: 22px;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes {
  margin-left: 10px;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox {
  margin: 20px 0 0;
  *zoom: 1;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox:after,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox:after {
  content: "";
  display: table;
  clear: both;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox input[type="checkbox"],
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox label:before,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox input[type="checkbox"]:checked + label:before,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox label,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox label,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox label {
  float: left;
  cursor: pointer;
  margin: -36px 0 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox label:before,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget .bef-checkboxes .form-type-bef-checkbox label:before {
  top: 20px;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-submit-button,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-submit-button {
  width: 100%;
  padding: 0;
}

.view-display-id-locator_page .view-filters .views-exposed-widgets .views-exposed-widget.views-submit-button input.form-submit,
.view-display-id-navgate_evo_where_to_buy .view-filters .views-exposed-widgets .views-exposed-widget.views-submit-button input.form-submit {
  width: 100%;
}

.view-display-id-locator_map > .view-content,
.view-display-id-navgate_evo_google_maps > .view-content {
  margin: 0;
}

@media (min-width: 768px) {
  .page-support .brochures__wrapper .paper:nth-child(odd) {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .page-support .brochures__wrapper .paper:nth-child(even) {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

.page-support .brochures__wrapper .paper .brochure {
  display: none;
  border: 1px solid #E8EAEB;
  margin-bottom: 20px;
}

.page-support .brochures__wrapper .paper .brochure.selected-language {
  display: block;
}

.page-support .brochures__wrapper .paper .brochure .brochure-thumb {
  background-color: rgba(243, 244, 245, 0.5);
  text-align: center;
  padding: 20px;
}

.page-support .brochures__wrapper .paper .brochure .brochure-thumb img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
}

.page-support .brochures__wrapper .paper .brochure h2 {
  margin: 20px 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #021927;
}

.page-support .brochures__wrapper .paper .brochure .brochure-language {
  margin: 15px 15px 0;
}

.page-support .brochures__wrapper .paper .brochure .brochure-language label {
  display: block;
  color: #021927;
}

.page-support .brochures__wrapper .paper .brochure .brochure-language select {
  cursor: pointer;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px 4px;
  outline: 0;
  border-radius: 0;
  border: 1px solid #CDCDCD;
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Noto Sans Kannada", sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  background: url("../img/svg/down-arrow-darker.svg") no-repeat center right 10px;
  background-size: 15px auto;
}

.page-support .brochures__wrapper .paper .brochure .brochure-links {
  padding: 10px 15px 14px;
  overflow: hidden;
}

.page-support .brochures__wrapper .paper .brochure .brochure-links a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Noto Sans Kannada", sans-serif;
  color: #B7274C;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin: 17px 15px 13px 0;
  border-bottom: 1px solid currentColor;
  transition: opacity .3s ease-in-out;
}

.page-support .brochures__wrapper .paper .brochure .brochure-links a:hover {
  text-decoration: none;
  opacity: .7;
}

.page-support {
  font-family: "Noto Sans Kannada", sans-serif;
  font-size: 14px;
}

.page-support #main .section {
  max-width: 1280px;
}

.page-support .form-type-select .select-wrapper select,
.page-support select {
  cursor: pointer;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px 4px;
  outline: 0;
  border-radius: 0;
  border: 1px solid #E8EAEB;
  background: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Noto Sans Kannada", sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
  background: url("../img/svg/down-arrow.svg") no-repeat center right 10px;
  background-size: 15px auto;
}

.page-support .title-wrapper .title {
  text-transform: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28.5px;
  line-height: normal;
  color: #021927;
  margin-bottom: 20px;
}

.page-support .block--menu-block-main-menu-level-2-support {
  background-color: rgba(243, 244, 245, 0.5);
  border-radius: 0;
}

.page-support .block--menu-block-main-menu-level-2-support .block__title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  color: #021927;
}

.page-support .block--menu-block-main-menu-level-2-support,
.page-support .block--menu-block-main-menu-level-2-support .menu a.button {
  font-family: "Noto Sans Kannada", sans-serif;
  text-transform: none;
  padding: 9px 5px 3px;
}

.page-support .block--menu-block-main-menu-level-2-support a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Noto Sans Kannada", sans-serif;
  color: #B7274C;
  font-weight: normal;
  font-style: normal;
}

.page-support #main,
.page-support .l-main__top {
  overflow: visible;
}

.page-support .feature-support-support-page-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.page-support #edit-quick-search-wrapper {
  background-color: rgba(243, 244, 245, 0.5);
  padding: 20px;
}

.page-support #edit-quick-search-wrapper legend {
  display: none;
}

.page-support #edit-quick-search-wrapper .fieldset-wrapper {
  position: relative;
}

.page-support #edit-quick-search-wrapper .fieldset-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-family: "Noto Sans Kannada", sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}

.page-support #edit-quick-search-wrapper .form-item-quick-search {
  position: relative;
}

.page-support #edit-quick-search-wrapper .form-item-quick-search input[type=text] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Noto Sans Kannada", sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  padding: 5px 40px 0 22px;
  width: 100%;
  height: 45px;
  border: 1px solid #E8EAEB;
}

.page-support #edit-quick-search-wrapper .form-item-quick-search::after {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e807";
  font-size: 22px;
  color: #B7274C;
  z-index: 10;
  position: absolute;
  right: 5px;
  top: 10px;
  pointer-events: none;
}

.page-support #edit-quick-search-wrapper .form-submit {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  position: absolute;
  height: 45px;
  right: 0;
  bottom: 0;
}

.page-support #edit-quick-search-wrapper .form-submit:hover {
  background-color: transparent;
}

.page-support #product-model-number-wrapper {
  margin: 20px;
  overflow: auto;
}

@media (min-width: 768px) {
  .page-support #product-model-number-wrapper {
    margin: 20px 0;
  }
}

.page-support #product-model-number-wrapper #edit-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
}

.page-support #product-model-number-wrapper .form-item-product-category,
.page-support #product-model-number-wrapper #model-number-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-support #product-model-number-wrapper .form-item-product-category {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

@media (min-width: 768px) {
  .page-support #product-model-number-wrapper #model-number-wrapper {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

.page-support .support__result-wrapper {
  margin: 20px;
}

@media (min-width: 768px) {
  .page-support .support__result-wrapper {
    margin: 20px 0;
  }
}

.page-support .support__result-wrapper legend {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: normalpx;
  line-height: normal/16rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #021927;
  font-weight: normal;
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid #E8EAEB;
  margin-bottom: 20px;
  width: 100%;
}

.page-support .support__result-wrapper .support-product-item {
  border-bottom: 1px solid #E8EAEB;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: auto;
}

@media (min-width: 768px) {
  .page-support .support__result-wrapper .support-product-item .product-image {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

@media (min-width: 768px) {
  .page-support .support__result-wrapper .support-product-item .product-content {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
  }
}

.page-support .support__result-wrapper .support-product-item .product-content a {
  font-family: "Noto Sans Kannada", sans-serif;
}

.page-support .support__result-wrapper .support-product-item .product-content .product-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #2F2F2F;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}

.page-support .product-support-links,
.page-support .product-support-action {
  line-height: 1.4;
}

.page-support #main .pager {
  float: left;
  margin: 0;
  padding: 0 20px;
}

.page-support #main .pager li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: bold;
  font-style: normal;
}

.page-support #main .pager li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

.page-support .total-results {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #6C6C6C;
}

.page-support #main td,
.page-support #main th {
  font-family: "Noto Sans Kannada", sans-serif;
  font-size: 14px;
}

.page-support .panel-pane.pane-feature-product-product-software-firmware-search .form-item-product-search {
  background-color: rgba(243, 244, 245, 0.5);
  padding: 20px;
  border-radius: 0;
}

.page-support .panel-pane.pane-feature-product-product-software-firmware-search .form-item-product-search input[type=text] {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Noto Sans Kannada", sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  padding: 5px 40px 0 22px;
  width: 100%;
  height: 45px;
  border: 1px solid #E8EAEB;
  border-radius: 0;
}

.page-support .panel-pane.pane-feature-product-product-software-firmware-search .form-submit {
  right: 20px;
  margin-top: 0;
  top: 52px;
}

.page-support .panel-pane.pane-feature-product-product-software-firmware-search label::after {
  top: 63px;
  right: 25px;
}

.page-unlock-navgate #main .section {
  max-width: 1280px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .page-unlock-navgate .pioneer-unlock-navgate-form {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .page-unlock-navgate .pioneer-unlock-navgate-form {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .page-unlock-navgate .pioneer-unlock-navgate-form {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-unlock-navgate .pioneer-unlock-navgate-form fieldset {
  border: 0;
  margin: 2em 0 1em;
  padding: 0;
  clear: both;
}

.page-unlock-navgate .pioneer-unlock-navgate-form fieldset legend {
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #CDCDCD;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2F2F2F;
  font-weight: bold;
  font-style: normal;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-required {
  color: #B7274C;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item {
  margin-bottom: 20px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-textfield, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-textfield, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-email {
  width: 100%;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-textfield input, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-textfield input, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-email input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios {
  margin-bottom: 35px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio {
  float: left;
  margin: 10px 20px 0 0;
}

@media (min-width: 480px) {
  .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio {
    margin: 10px 40px 0 0;
  }
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio label, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio input[type="radio"], .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio label:before, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio input[type="radio"]:checked + label:before, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio input[type="radio"]:checked + label:before {
  background: #B7274C;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio label, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio input[type="radio"], .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  margin-left: 2px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio label, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio label {
  margin-top: -39px;
  padding-left: 31px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio label:before, .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-radios .form-type-radio input[type="radio"], .page-unlock-navgate .pioneer-unlock-navgate-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  left: 1px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-checkbox label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-checkbox label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-checkbox input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item.form-type-checkbox label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form #edit-submit {
  float: right;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item {
  max-width: 500px;
  margin-bottom: 20px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-item input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-actions {
  max-width: 500px;
}

.page-unlock-navgate .pioneer-unlock-navgate-form .form-actions .form-submit {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .page-unlock-navgate .pioneer-unlock-navgate-form {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .page-unlock-navgate .pioneer-unlock-navgate-form {
    padding: 0;
  }
}

.page-user-delete #main .section {
  max-width: 1280px;
}

.page-user-delete .feature-user-profile-user-delete-form {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .page-user-delete .feature-user-profile-user-delete-form {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .page-user-delete .feature-user-profile-user-delete-form {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .page-user-delete .feature-user-profile-user-delete-form {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-user-delete .feature-user-profile-user-delete-form fieldset {
  border: 0;
  margin: 2em 0 1em;
  padding: 0;
  clear: both;
}

.page-user-delete .feature-user-profile-user-delete-form fieldset legend {
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #CDCDCD;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2F2F2F;
  font-weight: bold;
  font-style: normal;
}

.page-user-delete .feature-user-profile-user-delete-form .form-required {
  color: #B7274C;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item {
  margin-bottom: 20px;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-textfield, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-textfield, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-email {
  width: 100%;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-textfield input, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-textfield input, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-email input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios {
  margin-bottom: 35px;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio {
  float: left;
  margin: 10px 20px 0 0;
}

@media (min-width: 480px) {
  .page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio {
    margin: 10px 40px 0 0;
  }
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio label, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio input[type="radio"], .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio label:before, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio input[type="radio"]:checked + label:before, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio input[type="radio"]:checked + label:before {
  background: #B7274C;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio label, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio input[type="radio"], .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  margin-left: 2px;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio label, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio label {
  margin-top: -39px;
  padding-left: 31px;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio label:before, .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-radios .form-type-radio input[type="radio"], .page-user-delete .feature-user-profile-user-delete-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  left: 1px;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-checkbox label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-checkbox label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-checkbox input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item.form-type-checkbox label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.page-user-delete .feature-user-profile-user-delete-form #edit-submit {
  float: right;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item {
  max-width: 500px;
  margin-bottom: 20px;
}

.page-user-delete .feature-user-profile-user-delete-form .form-item input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.page-user-delete .feature-user-profile-user-delete-form .form-actions {
  max-width: 500px;
}

.page-user-delete .feature-user-profile-user-delete-form .form-actions .form-submit {
  width: 100%;
  margin-bottom: 20px;
}

.profile-menu-open {
  display: inline-block;
  border: 1px solid #464646;
  border-radius: 4px;
  outline: 0;
  position: absolute;
  top: 6px;
  right: 4px;
  padding: 6px 10px;
  background-color: transparent;
}

@media (min-width: 768px) {
  .profile-menu-open {
    display: none;
  }
}

.profile-menu-open span {
  color: #FFF;
  font-size: 24px;
  padding: 0;
}

.html--2016-header .profile-menu-open {
  display: none;
}

.pioneer-profile-icon {
  font-family: FontAwesome;
}

.profile-menu-close {
  display: none;
}

.profile-open {
  right: 0;
}

.profile-open .profile-menu-close {
  display: block;
  border: 0;
  outline: 0;
  padding: 8px;
  position: absolute;
  top: 10px;
  left: -52px;
  background-color: transparent;
}

.profile-open .profile-menu-close span {
  font-size: 24px;
  padding: 0;
  color: #FFF;
}

.profile-menu-back {
  margin: 0;
  background-color: #000;
  opacity: .5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
}

@media (min-width: 768px) {
  .profile-menu-back {
    display: none;
    z-index: 10;
  }
}

.html--2016-header .profile-menu-back {
  display: none;
}

.product-registration-form {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .product-registration-form {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .product-registration-form {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .product-registration-form {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-registration-form fieldset {
  border: 0;
  margin: 2em 0 1em;
  padding: 0;
  clear: both;
}

.product-registration-form fieldset legend {
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #CDCDCD;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2F2F2F;
  font-weight: bold;
  font-style: normal;
}

.product-registration-form .form-required {
  color: #B7274C;
}

.product-registration-form .form-item {
  margin-bottom: 20px;
}

.product-registration-form .form-item.form-type-textfield, .product-registration-form .form-item.webform-component-textfield, .product-registration-form .form-item.webform-component-email {
  width: 100%;
}

.product-registration-form .form-item.form-type-textfield input, .product-registration-form .form-item.webform-component-textfield input, .product-registration-form .form-item.webform-component-email input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.product-registration-form .form-item.form-type-radios, .product-registration-form .form-item.webform-component-radios {
  margin-bottom: 35px;
}

.product-registration-form .form-item.form-type-radios .form-type-radio, .product-registration-form .form-item.webform-component-radios .form-type-radio {
  float: left;
  margin: 10px 20px 0 0;
}

@media (min-width: 480px) {
  .product-registration-form .form-item.form-type-radios .form-type-radio, .product-registration-form .form-item.webform-component-radios .form-type-radio {
    margin: 10px 40px 0 0;
  }
}

.product-registration-form .form-item.form-type-radios .form-type-radio label, .product-registration-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.product-registration-form .form-item.form-type-radios .form-type-radio input[type="radio"], .product-registration-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.product-registration-form .form-item.form-type-radios .form-type-radio label:before, .product-registration-form .form-item.webform-component-radios .form-type-radio label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.product-registration-form .form-item.form-type-radios .form-type-radio input[type="radio"]:checked + label:before, .product-registration-form .form-item.webform-component-radios .form-type-radio input[type="radio"]:checked + label:before {
  background: #B7274C;
}

.product-registration-form .form-item.form-type-radios .form-type-radio label, .product-registration-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.product-registration-form .form-item.form-type-radios .form-type-radio input[type="radio"], .product-registration-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  margin-left: 2px;
}

.product-registration-form .form-item.form-type-radios .form-type-radio label, .product-registration-form .form-item.webform-component-radios .form-type-radio label {
  margin-top: -39px;
  padding-left: 31px;
}

.product-registration-form .form-item.form-type-radios .form-type-radio label:before, .product-registration-form .form-item.webform-component-radios .form-type-radio label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.product-registration-form .form-item.form-type-radios .form-type-radio input[type="radio"], .product-registration-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  left: 1px;
}

.product-registration-form .form-item.form-type-checkbox label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.product-registration-form .form-item.form-type-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.product-registration-form .form-item.form-type-checkbox label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.product-registration-form .form-item.form-type-checkbox input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

.product-registration-form .form-item.form-type-checkbox label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.product-registration-form #edit-submit {
  float: right;
}

.product-registration-form .form-wrapper {
  position: relative;
}

.product-registration-form .form-item.form-item-quick-search.form-type-textfield {
  position: relative;
}

.product-registration-form .form-item.form-item-quick-search.form-type-textfield label:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 6px;
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e807";
  font-size: 22px;
  color: #BF0C0C;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .product-registration-form .form-item.form-item-quick-search.form-type-textfield {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

@media (min-width: 1024px) {
  .product-registration-form .form-item.form-item-quick-search.form-type-textfield #autocomplete {
    min-width: 50% !important;
  }
}

@media (min-width: 1024px) {
  .product-registration-form .form-item-product-category {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

@media (min-width: 1024px) {
  .product-registration-form #model-number-wrapper {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .product-registration-form #edit-product-detail-wrapper .form-item-serial-number-1,
  .product-registration-form #edit-product-detail-wrapper .container-inline-date,
  .product-registration-form #edit-product-detail-wrapper .form-item-shop-town {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

@media (min-width: 1024px) {
  .product-registration-form #edit-product-detail-wrapper .form-item-serial-number-2,
  .product-registration-form #edit-product-detail-wrapper .form-item-shop-name,
  .product-registration-form #edit-product-detail-wrapper .form-item-shop-country {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .product-registration-form #edit-product-detail-wrapper .form-item-serial-number-2 {
    margin-top: 29px;
  }
}

.product-registration-form #edit-product-detail-wrapper .form-type-date-popup {
  width: 100%;
}

.product-registration-form #edit-product-detail-wrapper .container-inline-date .date-padding .form-item {
  margin-bottom: 0;
}

.product-registration-form #edit-product-detail-wrapper .form-type-textarea {
  clear: both;
  margin-bottom: 0;
}

.product-registration-form #edit-product-detail-wrapper #ui-datepicker-div {
  margin-top: -30px;
}

#search-autocomplete-header {
  display: none;
}

@media (min-width: 768px) {
  #search-autocomplete-header {
    max-height: 550px;
    overflow-y: scroll;
    position: absolute;
    top: 43px;
    z-index: 100;
    width: 100%;
    background-color: #B7274C;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #FFF;
  }
}

#search-autocomplete-header .search__no-result {
  padding: 15px;
}

#search-autocomplete-header .node {
  position: relative;
  clear: both;
  margin: 15px;
  padding: 0 20px 15px 0;
  border-bottom: 1px solid #a22343;
}

#search-autocomplete-header .node:hover {
  cursor: pointer;
}

#search-autocomplete-header .node:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#search-autocomplete-header .node::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: inherit;
  content: "";
  line-height: inherit;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  font-size: 22px;
  margin-top: -22px;
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
}

#search-autocomplete-header .node p {
  color: #FFF;
  margin: 0;
  line-height: 18px;
}

#search-autocomplete-header .node h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}

#search-autocomplete-header .node h2 a {
  color: #FFF;
}

#search-autocomplete-header .node > .content {
  overflow: hidden;
}

#search-autocomplete-header .node .field--type-image {
  float: left;
  width: 24%;
  margin-right: 15px;
}

#search-autocomplete-header .node .field--name-body {
  opacity: .5;
}

#search-autocomplete-header .show-all {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  width: 100%;
  display: block;
  padding: 8px 0;
  background-color: #232021;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #search-autocomplete-header .show-all {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
  }
}

#search-autocomplete-header .show-all:hover {
  background-color: #CC335A;
  cursor: pointer;
}

#search-autocomplete-header .show-all::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: inherit;
  content: "";
  line-height: inherit;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

@media (min-width: 768px) {
  #search-autocomplete-header .show-all::after {
    font-size: 16px;
  }
}

.html--2016-header #search-autocomplete-header {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0s ease-in-out, visibility 0s ease-in-out 0s;
  top: 34px;
}

@media (min-width: 841px) {
  .html--2016-header #search-autocomplete-header {
    display: block;
  }
}

.splash-page,
.splash-page body {
  height: 100%;
}

.splash-page body {
  background-color: transparent;
  display: table;
  width: 100%;
  margin: 0;
}

.splash-page #page-wrapper {
  display: table-row;
  width: 100%;
  background: url("../img/splashpage/splash-page-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  -ms-behavior: url("/sites/all/libraries/backgroundsize/backgroundsize.min.htc");
}

.splash-page #page {
  display: table-cell;
  vertical-align: middle;
}

.splash-page .panel-pane {
  text-align: center;
  color: #4C4647;
}

@media (min-width: 768px) {
  .splash-page .segments-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 20px;
    border-collapse: separate;
    margin-top: 50px;
  }
}

.splash-page .splash-logo {
  max-width: 394px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 480px) {
  .splash-page .splash-logo {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .splash-page .splash-logo {
    margin-top: 0;
  }
}

.splash-page .segments {
  margin-top: 45px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .splash-page .segments {
    margin-top: 65px;
  }
}

@media (min-width: 768px) {
  .splash-page .segments {
    display: table-row;
  }
}

@media (min-width: 768px) {
  .splash-page .segment {
    display: table-cell;
  }
}

.splash-page .segment-block {
  display: block;
}

@media (min-width: 1024px) {
  .splash-page .segment-block:hover h3 {
    color: #CC335A;
  }
  .splash-page .segment-block:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.splash-page .segment-image {
  height: 130px;
  text-align: center;
  font: 0/0 a;
  background-color: #FFF;
  border-radius: 3px;
}

@media (min-width: 480px) {
  .splash-page .segment-image {
    height: 180px;
  }
}

@media (min-width: 1024px) {
  .splash-page .segment-image {
    height: 211px;
  }
}

.splash-page .segment-image:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.splash-page .segment-image img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
}

.splash-page h3 {
  color: #B7274C;
  margin-top: 18px;
}

.splash-page .lang-list {
  list-style-type: none;
}

.splash-page .lang-list a:hover {
  text-decoration: underline;
}

.splash-page .footer-wrapper {
  text-align: center;
  color: #6C6C6C;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .splash-page .footer-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

* + html.splash-page #page-wrapper {
  height: 100%;
  background-repeat: repeat;
}

* + html.splash-page .splash-logo {
  margin-top: 0;
}

* + html.splash-page .segments {
  display: table-row;
}

* + html.splash-page .segment {
  display: table-cell;
  width: 23%;
  margin-right: 2%;
  float: left;
}

* + html.splash-page .segment:last-child {
  margin-right: 0;
}

* + html.splash-page .segment img {
  margin-top: 50px;
}

* + html.splash-page .segment-image {
  height: 211px;
}

* + html.splash-page .footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section-unlock-navgate #main .section {
  max-width: 1280px;
}

.section-unlock-navgate .pioneer-unlock-navgate-form {
  margin: 20px;
}

@media (min-width: 480px) {
  .section-unlock-navgate .pioneer-unlock-navgate-form {
    margin: 20px 40px;
  }
}

@media (min-width: 1024px) {
  .section-unlock-navgate .pioneer-unlock-navgate-form {
    margin: 20px;
  }
}

.user-login,
.user-pass,
.user-pass-reset {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .user-login,
  .user-pass,
  .user-pass-reset {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .user-login,
  .user-pass,
  .user-pass-reset {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .user-login,
  .user-pass,
  .user-pass-reset {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.user-login .description,
.user-pass .description,
.user-pass-reset .description {
  display: none;
}

.user-login .form-item,
.user-pass .form-item,
.user-pass-reset .form-item {
  max-width: 500px;
  margin-bottom: 20px;
}

.user-login .form-item input,
.user-pass .form-item input,
.user-pass-reset .form-item input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.user-login .form-actions,
.user-pass .form-actions,
.user-pass-reset .form-actions {
  max-width: 500px;
}

.user-login .form-actions .form-submit,
.user-pass .form-actions .form-submit,
.user-pass-reset .form-actions .form-submit {
  width: 100%;
  margin-bottom: 20px;
}

.page-user h1.title {
  text-transform: capitalize;
}

.pane-user-page {
  padding: 0;
}

.user-page .title {
  margin: 0 0 10px;
  border-bottom: 1px solid #E4E4E4;
  font-weight: bold;
}

@media (min-width: 768px) {
  .user-page .title {
    margin: 0 0 20px;
  }
}

.user-page .title h2 {
  margin: 0;
  color: #2F2F2F;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.user-page .title a {
  float: right;
  font-size: 1rem;
}

.user-page .w6 {
  margin-bottom: 30px;
}

.edit-profile.desktop {
  display: none;
}

@media (min-width: 768px) {
  .edit-profile.desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .edit-profile.mobile {
    display: none;
  }
}

.profile-info {
  background: #F3F3F3;
  padding: 10px;
}

@media (min-width: 768px) {
  .profile-info {
    background: none;
    padding: 0;
    margin: 0 0 20px;
  }
}

.profile-info-item {
  padding: 10px 0;
  border-bottom: 1px solid #E4E4E4;
}

.profile-info-item:first-child {
  padding-top: 0;
}

.profile-info-item:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .profile-info-item {
    padding: 0;
    margin: 15px 0;
    border-bottom: 0;
  }
}

.profile-info-item-label {
  color: #4D4D4D;
  font-size: .8rem;
}

@media (min-width: 768px) {
  .profile-info-item-label {
    float: left;
    color: #6C6C6C;
    font-size: 1rem;
  }
}

.profile-info-item-value {
  color: #2A2A2A;
  font-weight: bold;
}

@media (min-width: 768px) {
  .profile-info-item-value {
    float: right;
  }
}

.profile-log-out {
  text-align: center;
  background: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #B7274C;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  margin: 15px 0 0;
  padding: 8px 40px;
  border: 0;
  text-transform: uppercase;
}

.profile-log-out:hover {
  background-color: #CC335A;
  text-decoration: none;
}

@media (min-width: 768px) {
  .profile-log-out {
    float: right;
  }
}

.registered-product-item {
  color: #6C6C6C;
  margin: 0 0 10px;
  padding: 10px;
  background: #F3F3F3;
  text-align: center;
}

@media (min-width: 768px) {
  .registered-product-item {
    background: none;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
    margin: 0 0 20px;
  }
}

@media (min-width: 768px) {
  .registered-product-item-image {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.registered-product-item-title {
  margin: 1rem 0;
  font-weight: bold;
}

@media (min-width: 768px) {
  .registered-product-item-title {
    margin: 0;
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .registered-product-item-summary {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
}

.registered-product-item-summary p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.user-register-form,
.user-profile-form {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .user-register-form,
  .user-profile-form {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .user-register-form,
  .user-profile-form {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .user-register-form,
  .user-profile-form {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.user-register-form fieldset,
.user-profile-form fieldset {
  border: 0;
  margin: 2em 0 1em;
  padding: 0;
  clear: both;
}

.user-register-form fieldset legend,
.user-profile-form fieldset legend {
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #CDCDCD;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2F2F2F;
  font-weight: bold;
  font-style: normal;
}

.user-register-form .form-required,
.user-profile-form .form-required {
  color: #B7274C;
}

.user-register-form .form-item,
.user-profile-form .form-item {
  margin-bottom: 20px;
}

.user-register-form .form-item.form-type-textfield, .user-register-form .form-item.webform-component-textfield, .user-register-form .form-item.webform-component-email,
.user-profile-form .form-item.form-type-textfield,
.user-profile-form .form-item.webform-component-textfield,
.user-profile-form .form-item.webform-component-email {
  width: 100%;
}

.user-register-form .form-item.form-type-textfield input, .user-register-form .form-item.webform-component-textfield input, .user-register-form .form-item.webform-component-email input,
.user-profile-form .form-item.form-type-textfield input,
.user-profile-form .form-item.webform-component-textfield input,
.user-profile-form .form-item.webform-component-email input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.user-register-form .form-item.form-type-radios, .user-register-form .form-item.webform-component-radios,
.user-profile-form .form-item.form-type-radios,
.user-profile-form .form-item.webform-component-radios {
  margin-bottom: 35px;
}

.user-register-form .form-item.form-type-radios .form-type-radio, .user-register-form .form-item.webform-component-radios .form-type-radio,
.user-profile-form .form-item.form-type-radios .form-type-radio,
.user-profile-form .form-item.webform-component-radios .form-type-radio {
  float: left;
  margin: 10px 20px 0 0;
}

@media (min-width: 480px) {
  .user-register-form .form-item.form-type-radios .form-type-radio, .user-register-form .form-item.webform-component-radios .form-type-radio,
  .user-profile-form .form-item.form-type-radios .form-type-radio,
  .user-profile-form .form-item.webform-component-radios .form-type-radio {
    margin: 10px 40px 0 0;
  }
}

.user-register-form .form-item.form-type-radios .form-type-radio label, .user-register-form .form-item.webform-component-radios .form-type-radio label,
.user-profile-form .form-item.form-type-radios .form-type-radio label,
.user-profile-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.user-register-form .form-item.form-type-radios .form-type-radio input[type="radio"], .user-register-form .form-item.webform-component-radios .form-type-radio input[type="radio"],
.user-profile-form .form-item.form-type-radios .form-type-radio input[type="radio"],
.user-profile-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.user-register-form .form-item.form-type-radios .form-type-radio label:before, .user-register-form .form-item.webform-component-radios .form-type-radio label:before,
.user-profile-form .form-item.form-type-radios .form-type-radio label:before,
.user-profile-form .form-item.webform-component-radios .form-type-radio label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.user-register-form .form-item.form-type-radios .form-type-radio input[type="radio"]:checked + label:before, .user-register-form .form-item.webform-component-radios .form-type-radio input[type="radio"]:checked + label:before,
.user-profile-form .form-item.form-type-radios .form-type-radio input[type="radio"]:checked + label:before,
.user-profile-form .form-item.webform-component-radios .form-type-radio input[type="radio"]:checked + label:before {
  background: #B7274C;
}

.user-register-form .form-item.form-type-radios .form-type-radio label, .user-register-form .form-item.webform-component-radios .form-type-radio label,
.user-profile-form .form-item.form-type-radios .form-type-radio label,
.user-profile-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.user-register-form .form-item.form-type-radios .form-type-radio input[type="radio"], .user-register-form .form-item.webform-component-radios .form-type-radio input[type="radio"],
.user-profile-form .form-item.form-type-radios .form-type-radio input[type="radio"],
.user-profile-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  margin-left: 2px;
}

.user-register-form .form-item.form-type-radios .form-type-radio label, .user-register-form .form-item.webform-component-radios .form-type-radio label,
.user-profile-form .form-item.form-type-radios .form-type-radio label,
.user-profile-form .form-item.webform-component-radios .form-type-radio label {
  margin-top: -39px;
  padding-left: 31px;
}

.user-register-form .form-item.form-type-radios .form-type-radio label:before, .user-register-form .form-item.webform-component-radios .form-type-radio label:before,
.user-profile-form .form-item.form-type-radios .form-type-radio label:before,
.user-profile-form .form-item.webform-component-radios .form-type-radio label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.user-register-form .form-item.form-type-radios .form-type-radio input[type="radio"], .user-register-form .form-item.webform-component-radios .form-type-radio input[type="radio"],
.user-profile-form .form-item.form-type-radios .form-type-radio input[type="radio"],
.user-profile-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  left: 1px;
}

.user-register-form .form-item.form-type-checkbox label,
.user-profile-form .form-item.form-type-checkbox label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.user-register-form .form-item.form-type-checkbox input[type="checkbox"],
.user-profile-form .form-item.form-type-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

.user-register-form .form-item.form-type-checkbox label:before,
.user-profile-form .form-item.form-type-checkbox label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

.user-register-form .form-item.form-type-checkbox input[type="checkbox"]:checked + label:before,
.user-profile-form .form-item.form-type-checkbox input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

.user-register-form .form-item.form-type-checkbox label,
.user-profile-form .form-item.form-type-checkbox label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

.user-register-form #edit-submit,
.user-profile-form #edit-submit {
  float: right;
}

.user-register-form .field-type-addressfield fieldset,
.user-profile-form .field-type-addressfield fieldset {
  margin: 0;
}

.user-register-form .field-type-addressfield fieldset legend,
.user-profile-form .field-type-addressfield fieldset legend {
  display: none;
}

.user-register-form legend,
.user-profile-form legend {
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #CDCDCD;
  font-weight: bold;
}

.user-register-form .form-item.form-type-password input,
.user-profile-form .form-item.form-type-password input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.user-register-form .form-item.form-type-textfield,
.user-profile-form .form-item.form-type-textfield {
  width: 100%;
}

.user-register-form .form-item.form-type-textfield input,
.user-profile-form .form-item.form-type-textfield input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1024px) {
  .user-register-form .field-type-text,
  .user-profile-form .field-type-text {
    width: 49%;
    float: right;
  }
  .user-register-form .field-type-text:nth-child(2n),
  .user-profile-form .field-type-text:nth-child(2n) {
    float: left;
  }
}

@media (min-width: 1024px) {
  .user-register-form .street-block .form-item,
  .user-register-form .locality-block .form-item,
  .user-profile-form .street-block .form-item,
  .user-profile-form .locality-block .form-item {
    width: 49%;
    float: left;
  }
  .user-register-form .street-block .form-item:nth-child(2n),
  .user-register-form .locality-block .form-item:nth-child(2n),
  .user-profile-form .street-block .form-item:nth-child(2n),
  .user-profile-form .locality-block .form-item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}

.user-register-form .street-block .element-invisible,
.user-profile-form .street-block .element-invisible {
  min-height: 29px;
  position: relative !important;
  color: transparent;
}

.user-register-form .locality-block.country-BR > .form-item,
.user-profile-form .locality-block.country-BR > .form-item {
  width: 100%;
}

.user-register-form .form-item-language .form-type-radio,
.user-profile-form .form-item-language .form-type-radio {
  width: 100%;
  padding: 7px 0;
}

@media (min-width: 768px) {
  .user-register-form .form-item-language .form-type-radio,
  .user-profile-form .form-item-language .form-type-radio {
    width: auto;
  }
}

.user-register-form .form-actions .cancel,
.user-profile-form .form-actions .cancel {
  float: right;
  margin: 15px 40px 0 0;
  padding: 8px 0;
}

.user-register-form #edit-submit .cancel,
.user-profile-form #edit-submit .cancel {
  float: left;
  margin: 15px 40px 0 0;
  padding: 8px 0;
}

.se_header__dropdown__checker,
.se_header__dropdown,
.se_header__popout .user-login,
.se_header__popout--langs {
  display: none;
}

.html--2016-header .block--locale-language {
  display: none !important;
}

.html--2016-header #header a,
.html--2016-header #header a:focus {
  outline: none;
}

.se_header__dropdown {
  padding-right: 32px;
  position: relative;
  line-height: normal;
  cursor: pointer;
}

.se_header__dropdown.selector::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 5px solid currentColor;
}

.se_header__dropdown__wrapper {
  display: inline-block;
  position: relative;
}

.se_header__dropdown__wrapper--loginregister {
  display: block;
}

.se_header__dropdown--mobileselect {
  display: block;
  color: #D5DFE5;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 12px;
  background-color: #0C181F;
}

.se_header__dropdown--mobileselect.selector::after {
  pointer-events: none;
}

.se_header__dropdown--countries {
  margin-right: 5px;
  width: 172px;
}

.se_header__dropdown--currentlang {
  width: 59px;
}

html[lang="ru"] .se_header__dropdown--currentlang {
  display: none;
}

.se_header__mobileselect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.se_header_login__register {
  max-width: 262px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 22px;
  font-size: 13px;
}

.se_header_login__register__copy {
  display: block;
  color: #AEB3BD;
  line-height: 13px;
  margin-top: 15px;
}

.se_header_login__register__link {
  border-bottom: 1px solid currentColor;
  transition: color 250ms ease-in-out;
}

.se_header_login__register__link, .se_header_login__register__link:hover {
  text-decoration: none;
}

.se_header_login__register__link:hover {
  color: #70798D;
}

.se_header_login__register__mobileaccount {
  display: block;
  background-color: #B7274C;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 7px;
  text-align: center;
}

.se_header__mobiletitle {
  font-weight: bold;
  color: #FFF;
  font-size: 13px;
  line-height: normal;
}

.se_header__popout--countries {
  display: none;
}

.se_header__flagimg {
  margin: 0 11px 0 0 !important;
}

.se_header__popout .se_header__popout__loggedinlink {
  font-size: 14px;
  line-height: 28px;
  color: #70798D;
  text-decoration: none;
  transition: color 250ms ease-in-out;
  display: block;
}

.se_header__popout .se_header__popout__loggedinlink:hover {
  color: #B7274C;
}

@media screen and (max-width: 840px) {
  .se_header__popout .se_header__popout__loggedinlink {
    text-align: center;
  }
  .se_header__popout .se_header__popout__loggedinlink:last-child {
    margin-bottom: 24px;
  }
}

@media (min-width: 841px) {
  .se_header__dropdown__checker,
  .se_header__dropdown,
  .se_header__popout .user-login,
  .se_header__popout--langs,
  .se_header__popout--countries {
    display: block;
  }
  .se_header__mobiletitle,
  .se_header__mobileselect,
  .se_header_login__register__mobileaccount {
    display: none;
  }
  .se_header__dropdown__wrapper--loginregister {
    display: inline-block;
  }
  .se_header__dropdown--mobileselect {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }
  .se_header__dropdown {
    font-size: 15px;
    padding-right: 11px;
    color: #70798D;
    transition: color 250ms ease-in-out;
  }
  .se_header__dropdown.selector::after {
    right: 0;
  }
  .se_header__flagimg {
    margin: 0 7px 0 0 !important;
  }
  .se_header__dropdown__checker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
  }
  .se_header__dropdown__checker:hover ~ .se_header__dropdown,
  .se_header__dropdown__checker:checked ~ .se_header__dropdown {
    color: #B7274C;
  }
  .se_header__dropdown__checker:checked ~ .se_header__popout {
    opacity: 1;
    visibility: visible;
    transition: opacity 250ms ease-in-out, visibility 0s ease-in-out 0s;
  }
  .se_header__popout {
    min-width: 338px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    white-space: nowrap;
    background-color: #F7F9FA;
    padding: 20px 24px 15px 24px;
    border: 2px solid #D8DFE3;
    box-shadow: 0px 2px 3px 0px rgba(12, 24, 31, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms ease-in-out, visibility 0s ease-in-out 250ms;
  }
  .se_header__popout .user-login {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 14px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #E8EAEB;
  }
  .se_header__popout .user-login .form-item {
    margin-bottom: 8px;
  }
  .se_header__popout .user-login label {
    display: block;
    font-family: "Noto Sans Kannada", sans-serif;
    font-weight: normal;
    color: #70798D;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 6px;
  }
  .se_header__popout .user-login input[type="text"],
  .se_header__popout .user-login input[type="password"] {
    border-radius: 0;
    border: 1px solid #D8DFE3;
    height: 36px;
  }
  .se_header__popout .user-login input[type="text"].error,
  .se_header__popout .user-login input[type="password"].error {
    border-color: #BF0C0C;
  }
  .se_header__popout .user-login input[type="text"].error ~ .description,
  .se_header__popout .user-login input[type="password"].error ~ .description {
    display: block;
  }
  .se_header__popout .user-login .form-item .description {
    color: #BF0C0C;
    font-size: 12px;
  }
  .se_header__popout .user-login input[type="submit"] {
    font-family: "Noto Sans Kannada", sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: normal;
    text-transform: none;
    float: left;
    display: inline-block;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 6px;
    border-radius: 1px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .se_header__popout .user-login .form-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
  }
  .se_header__popout .user-login .form-actions a {
    font-size: 14px;
    line-height: normal;
    float: right;
    color: #70798D;
    transition: color 250ms ease-in-out;
    margin-left: 12px;
  }
  .se_header__popout .user-login .form-actions a:hover {
    text-decoration: none;
    color: #B7274C;
  }
  .se_header__popout .se_header_login__register {
    color: #AEB3BD;
    font-size: 12px;
    line-height: normal;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .se_header_login__register__copy {
    display: inline-block;
  }
  .se_header__popout--nominwidth {
    min-width: 0;
  }
  .se_header__countries {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 554px;
  }
  .se_header__countries__column {
    margin-right: 20px;
  }
  .se_header__country__link {
    font-size: 14px;
    line-height: 28px;
    color: #70798D;
    display: block;
    transition: color 250ms ease-in-out;
  }
  .se_header__country__link:hover {
    text-decoration: none;
    color: #B7274C;
  }
}

.se_mobileheader {
  background-color: #FFF;
  display: none;
  padding: 16px 15px 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.html--2016-header .se_mobileheader {
  display: flex;
}

.se_mobileheader .header__h1_around_logo {
  display: block;
  margin: 0;
  padding: 0;
}

.se_mobileheader__logo {
  max-width: 114px;
  display: block;
}

.se_mobileheader__logo img {
  display: block;
}

.se_mobileheader__ciplink {
  display: none;
  margin-right: 24px;
  margin-left: auto;
  font-size: 13px;
  line-height: normal;
  transition: color 250ms ease-in-out;
}

.se_mobileheader__ciplink:hover {
  text-decoration: none;
  color: #70798D;
}

.se_mobileheader__hamburger {
  width: 26px;
  height: 20px;
  position: relative;
}

.se_mobileheader__hamburger::before, .se_mobileheader__hamburger::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #081928;
}

.se_mobileheader__hamburger::before {
  top: 0;
  width: 73%;
}

.se_mobileheader__hamburger::after {
  bottom: 0;
  width: 88.46%;
}

.se_mobileheader__hamburger__inner {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #081928;
}

.se_mobileheader__overlayer {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(232, 234, 235, 0.95);
  line-height: normal;
  font-size: 28px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms ease-in-out, visibility 0s ease-in-out 250ms;
}

.se_mobileheader__overlayer.js_showme {
  visibility: visible;
  opacity: 1;
  transition: opacity 250ms ease-in-out, visibility 0s ease-in-out 0s;
}

.se_mobileheader__overlayer__closer {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #B7274C;
  font-family: "pioneer-icons";
  width: 20px;
  height: 20px;
  user-select: none;
}

.se_mobileheader__overlayer__closer:hover {
  text-decoration: none;
}

@media (min-width: 481px) {
  .se_mobileheader__ciplink {
    display: block;
  }
  .se_mobileheader__logo {
    max-width: 142px;
  }
  .se_mobileheader {
    padding: 18px 16px 16px 24px;
  }
  .se_mobileheader__hamburger {
    margin-top: 3px;
  }
}

@media (min-width: 841px) {
  .html--2016-header .se_mobileheader {
    display: none;
  }
}

.se_spotlights {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.se_spotlights__bullets {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.se_spotlights__bullet {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  border: 1px solid #F7F9FA;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 250ms ease-in-out;
}

.se_spotlights__bullet:not(:first-child) {
  margin-left: 3px;
}

.se_spotlights__bullet.js_current, .se_spotlights__bullet:hover {
  background-color: #F7F9FA;
}

.se_spotlights__bullet:focus {
  outline: none;
}

.se_spotlights__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #B7274C;
  transition: background-color 250ms ease-in-out;
}

.se_spotlights__arrow::before {
  content: "\e80D";
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  display: block;
  width: 100%;
}

.se_spotlights__arrow:hover {
  text-decoration: none;
  background-color: #CC335A;
}

.se_spotlights__arrow:focus {
  outline: none;
}

.se_spotlights__arrow--prev {
  left: 0;
}

.se_spotlights__arrow--prev::before {
  content: "\e80D";
}

.se_spotlights__arrow--next {
  right: 0;
}

.se_spotlights__arrow--next::before {
  transform: rotate(180deg);
}

.se_spotlights__wrapper {
  transition: height 250ms ease-in-out;
}

.se_spotlights__wrapper.js_no_trans {
  transition: none !important;
}

.se_spotlights__spotlight {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
  z-index: 0;
}

.se_spotlights__spotlight.js_no_trans {
  transition: none !important;
}

.se_spotlights__spotlight.js_current {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  transform: translateX(0%);
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content {
  position: relative;
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-image,
.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-image > .field__items,
.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-image > .field__items .field__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-image > .field__items .field__item {
  width: 57%;
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-image > .field__items {
  max-width: 1280px;
  overflow: visible;
  left: 50%;
  transform: translateX(-50%);
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-image > .field__items .field__item img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-spotlight-hp-mobile-image {
  display: none;
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-body {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-body::after {
  display: block;
  clear: both;
  content: "";
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-body > .field__items {
  float: right;
  background-color: #FFF;
  width: 40%;
  margin-top: 72px;
  margin-bottom: 72px;
  margin-right: 24px;
  padding: 27px 36px 36px 36px;
  border-radius: 3px;
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-body > .field__items h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  margin: 0 0 12px 0;
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-body > .field__items p {
  font-family: "Noto Sans Kannada", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #70798D;
  margin: 0;
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-body > .field__items strong,
.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-body > .field__items b {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content .field--name-field-homepage-spotlight-color,
.se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content .field--name-field-color {
  display: none;
}

.se_spotlights__spotlight .se_spotlights__btn {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  line-height: normal;
  letter-spacing: 0.25px;
  display: inline-block;
  background-color: #B7274C;
  color: #FFF;
  margin-top: 16px;
  padding: 3px 15px 5px;
  border-radius: 2px;
  transition: background-color 250ms ease-in-out;
}

.se_spotlights__spotlight .se_spotlights__btn:hover {
  background-color: #CC335A;
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 840px) {
  .se_spotlights__bullet {
    border-color: #70798D;
  }
  .se_spotlights__bullet.js_current, .se_spotlights__bullet:hover {
    background-color: #70798D;
  }
  .se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content {
    background-color: #FFF !important;
  }
  .se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-body {
    height: auto;
    display: block;
  }
  .se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-body > .field__items {
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    width: 100%;
    padding: 48px;
    border-radius: 0;
    margin-right: 0;
  }
  .se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-spotlight-hp-mobile-image {
    display: block;
    width: 100%;
  }
  .se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-spotlight-hp-mobile-image img {
    display: block;
  }
  .se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-image {
    display: none;
  }
  .se_spotlights__arrows {
    position: absolute;
    top: 0;
    height: 0;
    padding-bottom: 45.25%;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .se_spotlights__spotlight > .field-collection-view > .field-collection-item-field-homepage-spotlights > .content > .field--name-field-homepage-spotlight-body > .field__items {
    padding: 32px;
  }
}

.se_4col_slider__repsonsive_checker {
  position: absolute;
  top: -99999px;
  left: 4px;
}

.se_4col_slider__wrapper {
  position: relative;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}

.se_4col_slider {
  width: 100%;
  overflow: hidden;
}

.se_4col_slider__inner {
  transform: translateX(0%);
  transition: transform 250ms ease-in-out;
  margin-left: auto;
  margin-right: auto;
}

.se_4col_slider__item {
  float: left;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.se_4col_slider__item:hover {
  opacity: .7;
  text-decoration: none;
}

.se_4col_slider__item:focus {
  outline: none;
}

.se_4col_slider__item__img {
  display: table-cell;
  vertical-align: bottom;
}

.se_4col_slider__item__img .field__label {
  display: none;
}

.se_4col_slider__item__name {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #B7274C;
  margin-top: 26px;
  margin-bottom: 0;
}

.se_4col_slider__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #D8DFE3;
  box-shadow: 0px 1px 2px 0px rgba(2, 25, 39, 0.5);
  transition: background-color 250ms ease-in-out;
}

.se_4col_slider__arrow.js_hideme {
  display: none;
}

.se_4col_slider__arrow::before {
  content: "\e80D";
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  display: block;
  width: 100%;
}

.se_4col_slider__arrow:hover {
  text-decoration: none;
  background-color: rgba(247, 249, 250, 0.5);
}

.se_4col_slider__arrow:focus {
  outline: none;
}

.se_4col_slider__arrow--prev {
  left: 0;
}

.se_4col_slider__arrow--prev::before {
  content: "\e80D";
}

.se_4col_slider__arrow--next {
  right: 0;
}

.se_4col_slider__arrow--next::before {
  transform: rotate(180deg);
}

@media screen and (max-width: 840px) {
  .se_4col_slider__repsonsive_checker {
    left: 2px;
  }
}

@media screen and (max-width: 480px) {
  .se_4col_slider__repsonsive_checker {
    left: 1px;
  }
}

.page-product-features #breadcrumb {
  display: none;
}

.panel-pane.pane-product-features-by-category {
  width: 100%;
  max-width: none;
  padding: 0;
}

.se_features_by_cat__inner,
.se_features_by_cat__anchormenu__title {
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
}

.se_features_by_cat__anchormenu__inner {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.se_features_by_cat__anchormenu {
  background-color: #FFF;
}

.se_features_by_cat__anchormenu__title {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 24px;
  margin-top: 60px;
}

.se_features_by_cat__anchormenu__link {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
  display: block;
  font-size: 14px;
  line-height: normal;
  color: #70798D;
  text-transform: uppercase;
  background-color: #E8EAEB;
  padding: 10px 10px 4px;
  border-radius: 35px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.se_features_by_cat__anchormenu__link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.se_features_by_cat__anchormenu__link:focus {
  outline: none;
}

.se_features_by_cat__rows {
  padding-bottom: 24px;
  border-top: 1px solid rgba(232, 234, 235, 0.5);
}

.se_features_by_cat {
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: normal;
}

.se_features_by_cat .grouping-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 23.5px;
  margin: 24px 0 9px;
}

.se_features_by_cat__items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.se_features_by_cat__items > .views-row {
  width: 50%;
  flex-basis: calc(50% - 1px);
  margin-bottom: 23px;
}

.se_features_by_cat__items > .views-row > .grouping-content {
  height: 100%;
}

.se_features_by_cat__items > .views-row:nth-child(even) .se_features_by_cat__item {
  margin-left: 11.5px;
}

.se_features_by_cat__item {
  width: calc(100% - 11.5px);
  height: 100%;
  background-color: #FFF;
  border: 1px solid #E8EAEB;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.se_features_by_cat__item__icon {
  background-color: rgba(243, 244, 245, 0.5);
  flex-basis: calc(35% - 1px);
  width: calc(35% - 1px);
  border: solid #E8EAEB;
  border-width: 0 1px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.se_features_by_cat__item__icon > .field--name-field-property-icon {
  width: 100%;
  padding: 40px;
}

.se_features_by_cat__item__copy {
  flex-basis: 65%;
  width: 65%;
  display: flex;
  align-items: center;
}

.se_features_by_cat__item__copy .field--name-body {
  font-size: 14px;
  line-height: normal;
  color: #70798D;
  margin-top: 12px;
}

.se_features_by_cat__item__copy .field--name-body p {
  margin-top: 3px;
  margin-bottom: 3px;
}

.se_features_by_cat__item__copy__inner {
  padding: 38px;
}

.se_features_by_cat__item__copy__title {
  margin-top: 0;
  margin-bottom: 3px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 17.5px;
  line-height: 21px;
}

.se_features_by_cat__item__copy__link {
  display: inline;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  color: #B7274C;
  border-bottom: 1px solid currentColor;
  transition: color 250ms ease-in-out;
}

.se_features_by_cat__item__copy__link:hover {
  text-decoration: none;
  color: #70798D;
}

@media screen and (max-width: 1024px) {
  .se_features_by_cat__item__icon,
  .se_features_by_cat__item__copy {
    flex-basis: 100%;
  }
  .se_features_by_cat__item__icon {
    border-width: 0 0 1px;
  }
  .se_features_by_cat__item__icon > .field--name-field-property-icon {
    padding: 19px 38px;
  }
}

@media screen and (max-width: 640px) {
  .se_features_by_cat__items {
    display: block;
  }
  .se_features_by_cat__items > .views-row {
    width: 100%;
  }
  .se_features_by_cat__items > .views-row:not(:last-child) {
    margin-bottom: 23px;
  }
  .se_features_by_cat__items > .views-row:nth-child(even) .se_features_by_cat__item {
    margin-left: 0;
  }
}

/**
 * @file
 * IPE Modal Resets
 * Copius/gross amounts of !important to brute-force override any theme styling.
 *
 * https://www.drupal.org/node/2129131
 */
#modalContent input[type="checkbox"],
#modalContent input[type="radio"] {
  float: left;
  opacity: 1;
}

#modalContent label,
#modalContent label.option {
  margin: 0 !important;
  font-size: 1rem !important;
  clear: none;
}

#modalContent input[type="checkbox"] + label,
#modalContent input[type="radio"] + label {
  font-weight: normal !important;
}

#modalContent input[type="checkbox"] + label::before,
#modalContent input[type="radio"] + label::before {
  content: "";
  display: none;
}

#modalContent form a.button,
#modalContent input[type="submit"] {
  border: 1px solid #CCC !important;
  margin: 0 1em .5em 0 !important;
  text-decoration: none !important;
  height: 33px !important;
  color: #666 !important;
  cursor: pointer !important;
  border-radius: 3px !important;
  background: #FAFAFA !important;
  box-shadow: 0 1px 1px 0 #D2D2D2 !important;
  padding: 0 13px !important;
}

#modalContent select {
  display: block !important;
}

#modalContent .select2-container {
  display: none !important;
}

#modalContent .form-item {
  margin: .5rem 0 !important;
}

#modalContent .form-item .description {
  font-size: .9rem !important;
  line-height: 1.2rem !important;
}

#modalContent .form-type-select label,
#modalContent .field-type-text-long .form-type-select label {
  margin-top: 0 !important;
}

#modalContent .form-text,
#modalContent textarea {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  padding: 1px !important;
  border-width: 2px !important;
  border-style: inset !important;
  border-color: initial !important;
  color: inherit !important;
  font-weight: normal !important;
}

#modalContent .form-type-radio .description,
#modalContent .form-type-checkbox .description {
  margin-left: 0 !important;
}

#modalContent select {
  -webkit-appearance: menulist;
}

#main .minisite .disclaimer-footer {
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: .9rem;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite .disclaimer-footer {
    padding: 60px 0;
  }
}

#main .minisite {
  color: #70798D;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin: 0 auto;
}

#main .minisite .container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  #main .minisite .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#main .minisite h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  #main .minisite h2 {
    font-size: 50px;
    line-height: 56px;
  }
}

#main .minisite h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-weight: 300;
  font-style: normal;
}

#main .minisite p {
  margin: 16px 0;
}

#main .minisite strong {
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
}

#main .minisite a {
  transition: all 250ms ease-in-out;
}

#main .minisite a:focus, #main .minisite a:hover {
  color: #B7274C;
}

#main .minisite a.button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 7px 20px;
  border-radius: 2px;
  cursor: pointer;
  text-transform: none;
}

#main .minisite a.button:hover {
  background: #A5193D;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#main .minisite a.button.play-button {
  position: relative;
  height: initial;
  padding: 7px 20px 7px 45px;
}

#main .minisite a.button.play-button::before {
  content: "\f04b";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 7px 10px 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background: #A5193D;
  font-family: "FontAwesome";
  font-size: .9rem;
}

#main .minisite a.button.arrow-right::after {
  font-family: "FontAwesome";
  margin-left: 20px;
  content: "\f105";
}

#main .minisite a.button.arrow-left::after {
  font-family: "FontAwesome";
  margin-left: 20px;
  content: "\f104";
}

#main .minisite a.button.arrow-down::after {
  font-family: "FontAwesome";
  margin-left: 20px;
  content: "\f107 ";
}

#main .minisite a.button.arrow-up::after {
  font-family: "FontAwesome";
  margin-left: 20px;
  content: "\f106";
}

#main .minisite a.button.big {
  font-size: 1.5rem;
  padding: 14px 40px;
}

@media (min-width: 768px) {
  #main .minisite a.button.big-md {
    font-size: 1.5rem;
    padding: 14px 40px;
  }
}

#main .minisite video {
  vertical-align: middle;
}

#main .minisite .section-title {
  margin: 10px 0;
  font-weight: bold;
}

#main .minisite .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

#main .minisite .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#main .minisite .owl-carousel {
  overflow: visible;
}

#main .minisite .owl-carousel .owl-stage {
  display: flex;
}

#main .minisite .owl-carousel .owl-stage .owl-item img {
  display: inline-block;
  width: auto;
}

#main .minisite .owl-carousel .owl-nav {
  margin: 0 auto;
}

#main .minisite .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#main .minisite .owl-carousel .owl-dots .owl-dot {
  float: left;
  margin: 0 .1em;
}

#main .minisite .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #232021;
  border-radius: 100%;
  transition: all 250ms ease-in-out;
}

#main .minisite .owl-carousel .owl-dots .owl-dot:hover span, #main .minisite .owl-carousel .owl-dots .owl-dot.active span {
  background: #232021;
}

#main .minisite.wifi-avic .hero, #main .minisite.sph-10bt .hero, #main .minisite.deq-s1000a .hero, #main .minisite.tsa .hero, #main .minisite.zd-series .hero, #main .minisite.campervan .hero, #main .minisite.car-specific .hero {
  min-height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}

#main .minisite.wifi-avic .hero-content, #main .minisite.sph-10bt .hero-content, #main .minisite.deq-s1000a .hero-content, #main .minisite.tsa .hero-content, #main .minisite.zd-series .hero-content, #main .minisite.campervan .hero-content, #main .minisite.car-specific .hero-content {
  padding: 2em 0 3em;
}

#main .minisite.wifi-avic .hero-content h1, #main .minisite.sph-10bt .hero-content h1, #main .minisite.deq-s1000a .hero-content h1, #main .minisite.tsa .hero-content h1, #main .minisite.zd-series .hero-content h1, #main .minisite.campervan .hero-content h1, #main .minisite.car-specific .hero-content h1 {
  color: white;
  font-size: 3em;
  text-transform: none;
  text-shadow: 4px 4px 10px #000;
  margin: 0;
  padding: 0;
  max-width: none;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .hero-content h1, #main .minisite.sph-10bt .hero-content h1, #main .minisite.deq-s1000a .hero-content h1, #main .minisite.tsa .hero-content h1, #main .minisite.zd-series .hero-content h1, #main .minisite.campervan .hero-content h1, #main .minisite.car-specific .hero-content h1 {
    font-size: 6em;
    line-height: 1em;
  }
}

#main .minisite.wifi-avic .hero-content p, #main .minisite.sph-10bt .hero-content p, #main .minisite.deq-s1000a .hero-content p, #main .minisite.tsa .hero-content p, #main .minisite.zd-series .hero-content p, #main .minisite.campervan .hero-content p, #main .minisite.car-specific .hero-content p {
  color: white;
  font-size: 1.2em;
  text-transform: none;
  text-shadow: 4px 4px 10px #000;
  margin-top: .3em;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .hero-content p, #main .minisite.sph-10bt .hero-content p, #main .minisite.deq-s1000a .hero-content p, #main .minisite.tsa .hero-content p, #main .minisite.zd-series .hero-content p, #main .minisite.campervan .hero-content p, #main .minisite.car-specific .hero-content p {
    font-size: 3em;
    line-height: 1em;
  }
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .hero-content, #main .minisite.sph-10bt .hero-content, #main .minisite.deq-s1000a .hero-content, #main .minisite.tsa .hero-content, #main .minisite.zd-series .hero-content, #main .minisite.campervan .hero-content, #main .minisite.car-specific .hero-content {
    padding-top: 0;
  }
}

#main .minisite.wifi-avic .hero .triangles-gradient, #main .minisite.sph-10bt .hero .triangles-gradient, #main .minisite.deq-s1000a .hero .triangles-gradient, #main .minisite.tsa .hero .triangles-gradient, #main .minisite.zd-series .hero .triangles-gradient, #main .minisite.campervan .hero .triangles-gradient, #main .minisite.car-specific .hero .triangles-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

#main .minisite.wifi-avic .hero .triangles-gradient > *, #main .minisite.sph-10bt .hero .triangles-gradient > *, #main .minisite.deq-s1000a .hero .triangles-gradient > *, #main .minisite.tsa .hero .triangles-gradient > *, #main .minisite.zd-series .hero .triangles-gradient > *, #main .minisite.campervan .hero .triangles-gradient > *, #main .minisite.car-specific .hero .triangles-gradient > * {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#main .minisite.wifi-avic .hero .triangles-gradient .triangle-bottom, #main .minisite.sph-10bt .hero .triangles-gradient .triangle-bottom, #main .minisite.deq-s1000a .hero .triangles-gradient .triangle-bottom, #main .minisite.tsa .hero .triangles-gradient .triangle-bottom, #main .minisite.zd-series .hero .triangles-gradient .triangle-bottom, #main .minisite.campervan .hero .triangles-gradient .triangle-bottom, #main .minisite.car-specific .hero .triangles-gradient .triangle-bottom {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0.8) 49.5%, transparent 50%);
  height: 25px;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .hero .triangles-gradient .triangle-bottom, #main .minisite.sph-10bt .hero .triangles-gradient .triangle-bottom, #main .minisite.deq-s1000a .hero .triangles-gradient .triangle-bottom, #main .minisite.tsa .hero .triangles-gradient .triangle-bottom, #main .minisite.zd-series .hero .triangles-gradient .triangle-bottom, #main .minisite.campervan .hero .triangles-gradient .triangle-bottom, #main .minisite.car-specific .hero .triangles-gradient .triangle-bottom {
    height: 50px;
  }
}

#main .minisite.wifi-avic .hero .triangles-gradient .triangle-middle, #main .minisite.sph-10bt .hero .triangles-gradient .triangle-middle, #main .minisite.deq-s1000a .hero .triangles-gradient .triangle-middle, #main .minisite.tsa .hero .triangles-gradient .triangle-middle, #main .minisite.zd-series .hero .triangles-gradient .triangle-middle, #main .minisite.campervan .hero .triangles-gradient .triangle-middle, #main .minisite.car-specific .hero .triangles-gradient .triangle-middle {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0.5) 49.5%, transparent 50%);
  height: 50px;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .hero .triangles-gradient .triangle-middle, #main .minisite.sph-10bt .hero .triangles-gradient .triangle-middle, #main .minisite.deq-s1000a .hero .triangles-gradient .triangle-middle, #main .minisite.tsa .hero .triangles-gradient .triangle-middle, #main .minisite.zd-series .hero .triangles-gradient .triangle-middle, #main .minisite.campervan .hero .triangles-gradient .triangle-middle, #main .minisite.car-specific .hero .triangles-gradient .triangle-middle {
    height: 100px;
  }
}

#main .minisite.wifi-avic .hero .triangles-gradient .triangle-top, #main .minisite.sph-10bt .hero .triangles-gradient .triangle-top, #main .minisite.deq-s1000a .hero .triangles-gradient .triangle-top, #main .minisite.tsa .hero .triangles-gradient .triangle-top, #main .minisite.zd-series .hero .triangles-gradient .triangle-top, #main .minisite.campervan .hero .triangles-gradient .triangle-top, #main .minisite.car-specific .hero .triangles-gradient .triangle-top {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0.3) 49.5%, transparent 50%);
  height: 75px;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .hero .triangles-gradient .triangle-top, #main .minisite.sph-10bt .hero .triangles-gradient .triangle-top, #main .minisite.deq-s1000a .hero .triangles-gradient .triangle-top, #main .minisite.tsa .hero .triangles-gradient .triangle-top, #main .minisite.zd-series .hero .triangles-gradient .triangle-top, #main .minisite.campervan .hero .triangles-gradient .triangle-top, #main .minisite.car-specific .hero .triangles-gradient .triangle-top {
    height: 150px;
  }
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .hero, #main .minisite.sph-10bt .hero, #main .minisite.deq-s1000a .hero, #main .minisite.tsa .hero, #main .minisite.zd-series .hero, #main .minisite.campervan .hero, #main .minisite.car-specific .hero {
    min-height: 400px;
    text-align: left;
    align-items: flex-start;
    padding-top: 8em;
  }
}

#main .minisite .menu-wrapper {
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
}

#main .minisite .menu-action {
  padding: 15px 0;
  background: linear-gradient(#FFF 0%, #EBEBEB 100%);
}

#main .minisite .menu-action .menu-action-link {
  display: block;
  font-weight: bold;
}

#main .minisite .menu-action .menu-action-link::after {
  content: "\f13a";
  float: right;
  font-family: "FontAwesome";
  font-size: 2rem;
}

#main .minisite .menu-action .menu-action-link.open::after {
  content: "\f139";
}

@media (min-width: 768px) {
  #main .minisite .menu-action {
    display: none;
  }
}

#main .minisite .menu {
  display: none;
  background: linear-gradient(#FFF 0%, #EBEBEB 100%);
}

#main .minisite .menu nav {
  position: relative;
}

#main .minisite .menu nav ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#main .minisite .menu nav ul li {
  margin: 30px 0;
  padding: 0;
  line-height: 1.25rem;
}

#main .minisite .menu nav ul li a {
  display: block;
  color: #021927;
  padding: 10px 0 8px;
  border-bottom: 2px solid transparent;
}

#main .minisite .menu nav ul li a.inline {
  display: inline-block;
}

#main .minisite .menu nav ul li a:hover, #main .minisite .menu nav ul li a.active {
  color: #B7274C;
  text-decoration: none;
  border-color: #B7274C;
}

@media (min-width: 768px) {
  #main .minisite .menu nav ul li a {
    padding: 20px 0 18px;
  }
}

#main .minisite .menu nav ul li.to-the-top {
  display: none;
}

#main .minisite .menu nav ul li.to-the-top a {
  padding: 19px 0 17px;
}

@media (min-width: 768px) {
  #main .minisite .menu nav ul li.to-the-top {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite .menu nav ul li {
    margin: 0 30px 0 0;
    float: left;
  }
}

@media (min-width: 768px) {
  #main .minisite .menu nav ul {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  #main .minisite .menu nav {
    text-align: center;
  }
}

@media (min-width: 768px) {
  #main .minisite .menu {
    display: block !important;
    background: #FFF;
  }
}

#main .minisite .newsletter {
  background-color: #B52B4E;
  color: #FFF;
  padding: 25px 0;
}

#main .minisite .newsletter h4 {
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2em;
  font-weight: normal;
  text-transform: uppercase;
}

#main .minisite .newsletter a {
  color: #FFF;
  text-decoration: underline;
}

#main .minisite .newsletter a:hover {
  text-decoration: none;
}

#main .minisite .newsletter .form-item-subscribe-email,
#main .minisite .newsletter .input-wrapper {
  width: 100%;
}

#main .minisite .newsletter .form-item-subscribe-email input,
#main .minisite .newsletter .input-wrapper input {
  width: 75%;
  padding: 21px 25px;
  border-radius: 5px;
  border: none;
  float: left;
}

@media (min-width: 768px) {
  #main .minisite .newsletter .form-item-subscribe-email input,
  #main .minisite .newsletter .input-wrapper input {
    width: 92%;
  }
}

#main .minisite .newsletter .arrow-wrapper {
  width: 4%;
  float: left;
  background: #000;
  max-height: initial;
  display: flex;
  justify-content: center;
  height: 60px;
  align-items: center;
  position: relative;
  left: -7px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-color: #000;
}

#main .minisite .newsletter .arrow-wrapper .arrow {
  border: solid #DEDEDE;
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  text-indent: -800px;
  position: relative;
  top: -8px;
  background-color: #000;
}

#main .minisite .newsletter .arrow-wrapper:hover .arrow {
  border-color: #FFF;
}

#main .minisite .newsletter .form-item {
  clear: both;
  padding-top: 7px;
}

#main .minisite .newsletter .form-item a {
  color: #FFF;
}

#main .minisite .newsletter .form-item.form-item-privacy-policy-accepted {
  padding-top: 15px;
}

#main .minisite .newsletter .form-item.form-type-checkbox label {
  line-height: 17px;
}

#main .minisite .newsletter .form-item.form-type-checkbox label::before {
  border-color: #FFF;
  background: transparent;
}

#main .minisite .newsletter .form-item.form-type-checkbox input[type="checkbox"]:checked + label::before {
  background: #FFF;
}

#main .minisite .newsletter .description {
  padding: 10px 0 5px;
  font-weight: bold;
}

#main .minisite .stores {
  text-align: center;
}

#main .minisite .stores a {
  display: inline-block;
  margin: 0 7.5px 20px;
}

#main .minisite .stores img {
  max-height: 35px;
}

@media (min-width: 1024px) {
  #main .minisite .stores img {
    min-height: 60px;
  }
}

#main .minisite .stores p {
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-bottom: 0;
}

#main .minisite.minisite-80-years-pioneer {
  color: #000;
  text-align: justify;
}

#main .minisite.minisite-80-years-pioneer .text-max-width {
  max-width: 360px;
  margin: 0 auto;
  text-align: justify;
}

#main .minisite.minisite-80-years-pioneer .hero {
  padding: 10px 0;
  background: #000;
}

#main .minisite.minisite-80-years-pioneer .hero .image {
  text-align: center;
}

#main .minisite.minisite-80-years-pioneer .hero .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .minisite.minisite-80-years-pioneer .hero .text-wrapper .text {
  color: #FFF;
}

#main .minisite.minisite-80-years-pioneer .hero .text-wrapper .text h1 {
  margin: 0 0 14px;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

@media (min-width: 768px) {
  #main .minisite.minisite-80-years-pioneer .menu-wrapper nav ul li {
    margin-right: 100px;
  }
}

@media (min-width: 768px) {
  #main .minisite.minisite-80-years-pioneer .menu-wrapper nav ul li:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.minisite-80-years-pioneer .menu-wrapper nav ul li a {
    padding: 15px 0 8px;
  }
}

#main .minisite.minisite-80-years-pioneer .start-of-the-company {
  padding: 50px 0 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, transparent 20px);
  text-align: center;
}

#main .minisite.minisite-80-years-pioneer .start-of-the-company h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  text-transform: none;
}

#main .minisite.minisite-80-years-pioneer .pioneer-80-website {
  padding: 30px 0;
  background: #414141 url("../img/minisites/80_years_pioneer/bg_website_section.png") no-repeat center center;
  background-size: cover;
  color: #FFF;
}

#main .minisite.minisite-80-years-pioneer .pioneer-80-website .button {
  display: block;
  margin-top: 40px;
}

#main .minisite.minisite-80-years-pioneer .movie {
  padding: 70px 0;
  text-align: center;
}

#main .minisite.minisite-80-years-pioneer .movie h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 40px;
}

#main .minisite.avh-main {
  color: #70798D;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
}

#main .minisite.avh-main h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #021927;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: initial;
}

@media (min-width: 768px) {
  #main .minisite.avh-main h1 {
    color: #FFD633;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
  }
}

#main .minisite.avh-main a.button.bg-black {
  background: rgba(2, 25, 39, 0.6);
}

#main .minisite.avh-main a.button.bg-black.play-button::before {
  background: none;
}

@media (min-width: 768px) {
  #main .minisite.avh-main a.button.bg-black-md {
    background: rgba(2, 25, 39, 0.6);
  }
  #main .minisite.avh-main a.button.bg-black-md.play-button::before {
    background: none;
  }
}

#main .minisite.avh-main a.button.bg-grey-12 {
  background: #70798D;
}

#main .minisite.avh-main a.button.bg-grey-12:hover {
  background: #5E6980;
}

#main .minisite.avh-main a.button.bg-grey-12.play-button::before {
  background: #5E6980;
}

@media (min-width: 768px) {
  #main .minisite.avh-main a.button.bg-grey-12-md {
    background: #70798D;
  }
  #main .minisite.avh-main a.button.bg-grey-12-md:hover {
    background: #5E6980;
  }
  #main .minisite.avh-main a.button.bg-grey-12-md.play-button::before {
    background: #5E6980;
  }
}

#main .minisite.avh-main a.button.c-blue {
  box-shadow: 0 0 4px 0 rgba(204, 255, 242, 0.7);
  color: #CCFFF2;
}

#main .minisite.avh-main a.button.c-blue:hover {
  box-shadow: 0 0 4px 0 rgba(255, 214, 51, 0.7);
  color: #FFD633;
}

@media (min-width: 768px) {
  #main .minisite.avh-main a.button.c-blue-md {
    box-shadow: 0 0 4px 0 rgba(204, 255, 242, 0.7);
    color: #CCFFF2;
  }
  #main .minisite.avh-main a.button.c-blue-md:hover {
    box-shadow: 0 0 4px 0 rgba(255, 214, 51, 0.7);
    color: #FFD633;
  }
}

#main .minisite.avh-main a.button.c-yellow {
  box-shadow: 0 0 4px 0 rgba(255, 214, 51, 0.7);
  color: #FFD633;
}

@media (min-width: 768px) {
  #main .minisite.avh-main a.button.c-yellow-md {
    box-shadow: 0 0 4px 0 rgba(255, 214, 51, 0.7);
    color: #FFD633;
  }
}

#main .minisite.avh-main .hero {
  position: relative;
  background: #F3F3F3;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .hero {
    background: url("../img/minisites/avh_main/avh_header.jpg") no-repeat center center;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #main .minisite.avh-main .hero .background-image {
    display: none;
  }
}

#main .minisite.avh-main .hero .content {
  padding: 20px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .hero .content {
    padding: 80px 20px 100px;
    color: #FFF;
    text-align: center;
  }
}

#main .minisite.avh-main .hero .content .section-title {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .hero .content .section-title {
    display: block;
    text-transform: uppercase;
  }
}

#main .minisite.avh-main .hero .content .intro {
  margin: 20px 0 40px;
}

#main .minisite.avh-main .top-section {
  padding-top: 40px;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, transparent 20px);
  background-size: cover;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section {
    padding-bottom: 250px;
    background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, transparent 20px), linear-gradient(to top, #FFF 0%, transparent 250px), url("../img/minisites/avh_main/img_background_topsection.jpg") no-repeat center 20%;
    background-size: cover;
    text-align: left;
  }
}

#main .minisite.avh-main .top-section .intro-wrapper {
  text-align: center;
}

#main .minisite.avh-main .top-section .intro-wrapper .section-title {
  color: #6C9493;
}

#main .minisite.avh-main .top-section .intro-wrapper h2 {
  color: #000;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .intro-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

#main .minisite.avh-main .top-section .intro-wrapper .intro {
  max-width: 640px;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .intro-wrapper .intro {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity {
    box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.3);
  }
}

#main .minisite.avh-main .top-section .connectivity .item {
  border-bottom: 1px solid #CCFFF2;
  overflow: hidden;
  transition: max-width 1s;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item {
    border-right: 1px solid #CCFFF2;
    border-bottom: 0;
  }
}

#main .minisite.avh-main .top-section .connectivity .item:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item:last-child {
    border-right: 1px solid transparent;
  }
}

#main .minisite.avh-main .top-section .connectivity .item .main-image {
  background: #000;
  text-align: center;
}

#main .minisite.avh-main .top-section .connectivity .item .main-image img {
  width: 415px;
  transition: max-width 0s;
}

#main .minisite.avh-main .top-section .connectivity .item .more {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}

#main .minisite.avh-main .top-section .connectivity .item .more-closed-title {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
}

#main .minisite.avh-main .top-section .connectivity .item .more-closed-title h3 {
  width: 100%;
  height: 60px;
  margin: 0;
  transform-origin: 50% 100%;
  transform: rotate(90deg) translate(0, 50%);
  color: #FFF;
  font-size: 30px;
  line-height: 60px;
  pointer-events: none;
  white-space: nowrap;
}

#main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper {
  display: none;
  min-height: 300px;
  background: linear-gradient(to bottom, #F2F2F2 0%, #FFF 100%);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper {
    background: #FFF;
  }
}

#main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container {
  padding: 60px 20px 40px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container {
    padding: 30px 30px 0;
    background: #FFF url("../img/minisites/avh_main/img_connectivity_applecarplay_background.jpg") no-repeat right -260px bottom;
    background-size: contain;
  }
}

#main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .more-close-x {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 20px;
  background: #FFF url("../img/minisites/avh_main/icon_close.svg") no-repeat center center;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  text-indent: -999999px;
}

#main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .more-container-logo {
  margin: 0 0 60px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .more-container-logo {
    margin: 0 0 20px;
  }
}

#main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .more-container-image {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .more-container-image {
    margin: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .text {
    padding: 0 0 90px;
  }
}

#main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .text h3 {
  color: #021927;
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .button {
    position: absolute;
    left: 15px;
    bottom: 30px;
  }
}

#main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .more-close {
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .more-close {
    display: none;
  }
}

#main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .more-close .more-close-link {
  color: #70798D;
  font-size: 19px;
  line-height: 24px;
  text-decoration: underline;
}

#main .minisite.avh-main .top-section .connectivity .item .more-container-wrapper .more-container .more-close .more-close-link:hover {
  text-decoration: none;
}

#main .minisite.avh-main .top-section .connectivity .item.open {
  border-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item.open {
    max-width: calc(100% - 60px);
    flex: initial;
    border-right: 0;
  }
}

#main .minisite.avh-main .top-section .connectivity .item.open .main-image,
#main .minisite.avh-main .top-section .connectivity .item.open .more {
  display: none;
}

#main .minisite.avh-main .top-section .connectivity .item.open .more-container-wrapper {
  display: block;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item.closed {
    max-width: 60px;
    border-right: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item.closed .main-image {
    position: absolute;
    left: -120px;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item.closed .main-image img {
    height: 100%;
    max-width: initial;
  }
}

#main .minisite.avh-main .top-section .connectivity .item.closed .more {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .connectivity .item.closed .more-closed-title {
    display: block;
  }
}

#main .minisite.avh-main .top-section .bg-mobile-wrapper {
  background: linear-gradient(to bottom, #518381 0%, #0F162C 32%, #6A2B79 64%, #0B317C 100%);
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .bg-mobile-wrapper {
    padding-top: 150px;
    background: none;
  }
}

#main .minisite.avh-main .top-section .simple-to-use,
#main .minisite.avh-main .top-section .great-sound-and-video {
  padding-top: 20px;
  color: #FFF;
}

#main .minisite.avh-main .top-section .simple-to-use h2,
#main .minisite.avh-main .top-section .great-sound-and-video h2 {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .simple-to-use h2,
  #main .minisite.avh-main .top-section .great-sound-and-video h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

#main .minisite.avh-main .top-section .simple-to-use > div,
#main .minisite.avh-main .top-section .great-sound-and-video > div {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .simple-to-use::after {
    content: "";
    width: 100%;
    height: 1px;
    margin: 0 0 20px;
    display: block;
    background: linear-gradient(to right, #CCFFF2 0%, #A9D1FF 100%);
  }
}

#main .minisite.avh-main .top-section .simple-to-use h2 {
  color: #CCFFF2;
}

#main .minisite.avh-main .top-section .simple-to-use .content {
  padding: 20px 0 0;
}

#main .minisite.avh-main .top-section .simple-to-use .content::after {
  content: "";
  height: 1px;
  margin: 20px 0 0;
  display: block;
  background: linear-gradient(to right, #CCFFF2 0%, #A9D1FF 100%);
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .simple-to-use .content::after {
    background: none;
  }
}

#main .minisite.avh-main .top-section .simple-to-use .item {
  text-align: center;
}

#main .minisite.avh-main .top-section .simple-to-use .item h3 {
  margin: 15px 0;
  color: #CCFFF2;
  font-size: 18px;
  line-height: 26px;
}

#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-prev,
#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: 10px;
}

#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-prev::before,
#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-next::before {
  background: rgba(2, 25, 39, 0.6);
  box-shadow: 0 0 4px 0 rgba(204, 255, 242, 0.7);
  color: #CCFFF2;
  content: url("../img/minisites/avh_main/icon_carrousel_arrow.svg");
  width: 34px;
  height: 34px;
  padding: 6px;
  border-radius: 17px;
  display: block;
}

#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-prev::before.play-button::before,
#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-next::before.play-button::before {
  background: none;
}

#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-prev::before:hover,
#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-next::before:hover {
  box-shadow: 0 0 4px 0 rgba(255, 214, 51, 0.7);
  color: #FFD633;
}

#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-prev {
    left: 30px;
  }
}

@media (min-width: 1024px) {
  #main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-prev {
    left: 50px;
  }
}

@media (min-width: 1200px) {
  #main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-prev {
    left: 70px;
  }
}

#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-next {
  right: 0;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-next {
    right: 30px;
  }
}

@media (min-width: 1024px) {
  #main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-next {
    right: 50px;
  }
}

@media (min-width: 1200px) {
  #main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-next {
    right: 70px;
  }
}

#main .minisite.avh-main .top-section .simple-to-use .owl-carousel .owl-nav .owl-next::before {
  transform: rotate(180deg);
}

#main .minisite.avh-main .top-section .great-sound-and-video h2 {
  color: #F2C8FF;
}

#main .minisite.avh-main .top-section .great-sound-and-video-detail > div {
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
}

#main .minisite.avh-main .top-section .great-sound-and-video-detail > div img {
  margin: 0 0 20px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

#main .minisite.avh-main .top-section .great-sound-and-video-detail > div h2 {
  color: #F2C8FF;
  font-size: 24px;
  line-height: 26px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .middle-section {
    margin-top: -100px;
  }
}

#main .minisite.avh-main .middle-section .selectors {
  padding-top: 30px;
  text-align: center;
}

#main .minisite.avh-main .middle-section .selectors .section-title {
  color: #B7274C;
}

#main .minisite.avh-main .middle-section .selectors p:last-of-type {
  padding-bottom: 15px;
}

#main .minisite.avh-main .middle-section .selectors .row > div {
  padding-bottom: 20px;
}

#main .minisite.avh-main .middle-section .selectors .row > div .selector {
  height: 100%;
  padding: 20px;
  background: #FFF;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.14);
}

#main .minisite.avh-main .middle-section .selectors .row > div .selector h3 {
  margin: 0 0 20px;
  color: #B7274C;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}

#main .minisite.avh-main .middle-section .selectors .row > div .selector > .row {
  margin: 0 -5px -10px;
}

#main .minisite.avh-main .middle-section .selectors .row > div .selector .item {
  padding: 0 5px 10px;
}

#main .minisite.avh-main .middle-section .selectors .row > div .selector .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px;
  padding: 5px 20px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background: #F8F8F8;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  color: #000;
}

#main .minisite.avh-main .middle-section .selectors .row > div .selector .item a:hover, #main .minisite.avh-main .middle-section .selectors .row > div .selector .item a.active {
  margin: 0;
  border: 2px solid #B7274C;
  background: #FFF;
  text-decoration: none;
}

#main .minisite.avh-main .middle-section .selectors .row > div .selector .item a.equal-height-2 {
  padding-top: 10px;
}

#main .minisite.avh-main .middle-section .selectors .row > div .selector .item a.equal-height-2 img {
  margin: 0 0 5px;
}

#main .minisite.avh-main .middle-section .selectors .row > div .selector .item a.active::before {
  content: url("../img/minisites/avh_main/icon_checkmark.svg");
  position: absolute;
  top: -6px;
  right: -2px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #B7274C;
  display: block;
}

#main .minisite.avh-main .middle-section .disclaimer {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

#main .minisite.avh-main .middle-section .disclaimer a {
  color: #70798D;
  text-decoration: underline;
}

#main .minisite.avh-main .middle-section .match {
  margin: 20px 15px 40px;
  text-align: center;
}

#main .minisite.avh-main .middle-section .match h3 {
  color: #B7274C;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}

#main .minisite.avh-main .middle-section .match .item {
  height: 100%;
  background: #FFF;
}

#main .minisite.avh-main .middle-section .match .item h4 {
  color: #021927;
  font-size: 22px;
  line-height: 28px;
}

#main .minisite.avh-main .middle-section .match .item p {
  color: #70798D;
}

#main .minisite.avh-main .middle-section .match .item .works-with {
  margin: 0 0 20px;
}

#main .minisite.avh-main .middle-section .match .item .works-with img {
  margin: 0 5px 5px;
}

#main .minisite.avh-main .middle-section .match .item .works-with img.works-with-carplay {
  max-height: 25px;
}

#main .minisite.avh-main .middle-section .match .item .works-with img.works-with-android {
  max-height: 12px;
}

#main .minisite.avh-main .middle-section .match .item .works-with img.works-with-dab {
  max-height: 20px;
}

#main .minisite.avh-main .middle-section .match .item .works-with img.works-with-bluetooth {
  max-height: 20px;
}

#main .minisite.avh-main .middle-section .match .item .button {
  margin: 0 0 15px;
}

#main .minisite.avh-main .middle-section .match .item .mail-more-info {
  margin: 0 0 20px;
  text-decoration: underline;
}

#main .minisite.avh-main .middle-section .match .owl-carousel .owl-item {
  opacity: .4;
}

#main .minisite.avh-main .middle-section .match .owl-carousel .owl-item.center {
  opacity: 1;
}

#main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-prev,
#main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 25%;
}

#main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-prev::before,
#main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-next::before {
  content: url("../img/minisites/avh_main/icon_carrousel_arrow.svg");
  width: 34px;
  height: 34px;
  padding: 6px;
  border-radius: 17px;
  display: block;
  background: #B7274C;
}

#main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-prev.disabled,
#main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

#main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-prev {
  left: -10px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-prev {
    left: 130px;
  }
}

@media (min-width: 1024px) {
  #main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-prev {
    left: 280px;
  }
}

@media (min-width: 1200px) {
  #main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-prev {
    left: 380px;
  }
}

#main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-next {
  right: -10px;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-next {
    right: 130px;
  }
}

@media (min-width: 1024px) {
  #main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-next {
    right: 280px;
  }
}

@media (min-width: 1200px) {
  #main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-next {
    right: 380px;
  }
}

#main .minisite.avh-main .middle-section .match .owl-carousel .owl-nav .owl-next::before {
  transform: rotate(180deg);
}

#main .minisite.avh-main .bottom-section {
  padding-top: 20px;
  background: linear-gradient(to bottom, #320B7C 0%, #000929 100%);
}

#main .minisite.avh-main .bottom-section .interviews .section-title {
  color: #A9D1FF;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .bottom-section .interviews .section-title {
    color: #B7274C;
    text-align: left;
  }
}

#main .minisite.avh-main .bottom-section .interviews h2,
#main .minisite.avh-main .bottom-section .interviews p {
  color: #FFF;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.avh-main .bottom-section .interviews h2,
  #main .minisite.avh-main .bottom-section .interviews p {
    text-align: left;
  }
}

@media (min-width: 768px) {
  #main .minisite.avh-main .bottom-section .interviews h2 {
    color: #000;
  }
}

@media (min-width: 768px) {
  #main .minisite.avh-main .bottom-section .interviews p {
    color: #70798D;
  }
  #main .minisite.avh-main .bottom-section .interviews p:last-of-type {
    padding-bottom: 20px;
    margin-bottom: 60px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #B7274C 0%, transparent 150px);
    border-image-slice: 1;
  }
}

#main .minisite.avh-main .bottom-section .interviews > .row {
  margin-top: 30px;
}

#main .minisite.avh-main .bottom-section .interviews > .row > div {
  padding-bottom: 30px;
}

#main .minisite.avh-main .bottom-section .interviews .item a {
  padding: 10px;
  display: block;
  background: #FFF;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.14);
}

#main .minisite.avh-main .bottom-section .interviews .item a .labels {
  margin: 20px 10px 5px;
  padding: 0;
  list-style: none;
  overflow: auto;
}

#main .minisite.avh-main .bottom-section .interviews .item a .labels li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px 5px;
  border-radius: 100px;
  background: #DEDEDE;
  color: #021927;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

#main .minisite.avh-main .bottom-section .interviews .item a h3 {
  margin: 10px;
  color: #B7274C;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}

#main .minisite.avh-main .bottom-section .disclaimer-footer {
  color: #FFF;
}

#main .minisite.avh-main .bottom-section .disclaimer-footer a {
  color: #FFF;
  text-decoration: underline;
}

.avh-main-newsletter h2 {
  margin: 0 0 20px;
}

.avh-main-newsletter .form-item {
  margin: 0 0 25px;
  border-color: #6C6C6C;
}

.avh-main-newsletter input {
  max-width: 100%;
}

.avh-main-newsletter input[type="text"] {
  padding: 5px 10px;
  border: 1px solid #E6E6E6;
}

.avh-main-newsletter input[type="submit"] {
  white-space: normal;
}

#main .minisite.campervan {
  color: #414042;
  background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px);
}

#main .minisite.campervan strong {
  color: #414042;
  font-size: 1em;
  font-weight: bold;
  font-family: "Source Serif Pro", serif;
}

#main .minisite.campervan .hero {
  background: url("../img/minisites/campervan/header.png") no-repeat center/cover;
}

#main .minisite.campervan .hero-content {
  padding: 2em 0 7em;
}

@media (min-width: 768px) {
  #main .minisite.campervan .hero {
    min-height: 680px;
  }
}

#main .minisite.campervan .menu-wrapper {
  z-index: 98;
}

#main .minisite.campervan .menu-wrapper .menu {
  display: block;
  background: #FFF;
}

#main .minisite.campervan .menu-wrapper .menu .container {
  padding: 0;
}

@media (min-width: 768px) {
  #main .minisite.campervan .menu-wrapper .menu {
    height: auto;
  }
  #main .minisite.campervan .menu-wrapper .menu .container {
    padding: 0 15px;
  }
}

#main .minisite.campervan .menu-wrapper nav ul {
  padding-top: 25px;
  overflow: visible;
  display: flex;
  justify-content: space-around;
}

#main .minisite.campervan .menu-wrapper nav ul li {
  margin: 0 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.campervan .menu-wrapper nav ul li {
    margin: 0 25px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  #main .minisite.campervan .menu-wrapper nav ul li {
    margin: 0 30px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #main .minisite.campervan .menu-wrapper nav ul li {
    margin: 0 80px 0 0;
    width: auto;
    text-align: left;
  }
}

#main .minisite.campervan .menu-wrapper nav ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #B52B4E;
}

#main .minisite.campervan .menu-wrapper nav ul li a:hover, #main .minisite.campervan .menu-wrapper nav ul li a.active {
  color: #B52B4E;
  border-color: #B52B4E;
}

@media (min-width: 768px) {
  #main .minisite.campervan .menu-wrapper nav ul li a {
    font-size: 1.2em;
    padding: 10px 0 8px;
  }
}

#main .minisite.campervan .menu-wrapper nav ul li.stay-informed {
  position: absolute;
  right: 15%;
  top: -15px;
  margin-right: 0;
  width: 70%;
}

#main .minisite.campervan .menu-wrapper nav ul li.stay-informed a {
  display: block;
  color: #FFF;
  background-color: #B52B4E;
  padding: 10px 30px;
  border-bottom: 0;
}

#main .minisite.campervan .menu-wrapper nav ul li.stay-informed a:hover, #main .minisite.campervan .menu-wrapper nav ul li.stay-informed a.active {
  color: #FFF;
  border-bottom: 0;
  background: #d24166;
}

@media (min-width: 768px) {
  #main .minisite.campervan .menu-wrapper nav ul li.stay-informed {
    width: auto;
    position: inherit;
    align-self: flex-end;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #main .minisite.campervan .menu-wrapper nav ul {
    padding-top: 20px;
    justify-content: flex-start;
  }
}

#main .minisite.campervan .bottom-triangle img {
  width: 100%;
  max-width: none;
}

#main .minisite.campervan .container .badge {
  margin-right: 2em;
  display: inline-block;
  vertical-align: bottom;
}

#main .minisite.campervan .container .badge-number {
  color: #B52B4E;
  font-weight: 900;
  font-size: 4em;
  height: auto;
  line-height: 1em;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container .badge-number {
    font-size: 8em;
  }
}

#main .minisite.campervan .container .badge-line {
  margin-top: 0.8em;
  background: #D1D3D4;
  width: 100%;
  height: 3px;
}

#main .minisite.campervan .container .badge-knob {
  background: #B52B4E;
  width: 20px;
  height: 5px;
  top: -1px;
  left: 1em;
  position: relative;
}

#main .minisite.campervan .container .main-title {
  color: #B52B4E;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 900;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container .main-title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 3.5em;
    padding-bottom: 28px;
    margin: 0;
    max-width: calc(100% - 180px);
  }
}

#main .minisite.campervan .container .info {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  margin: 1em 0;
}

#main .minisite.campervan .container .info.small {
  font-size: 0.935em;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container .info {
    font-size: 1.375em;
    margin: 2em 0;
  }
}

#main .minisite.campervan .container.why {
  padding-top: 2em;
  padding-bottom: 2em;
  color: #595a5c;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.why {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

#main .minisite.campervan .container.why strong {
  color: #595a5c;
  font-size: 1em;
  font-weight: bold;
  font-family: "Source Serif Pro", serif;
}

#main .minisite.campervan .container.why .item.image {
  text-align: center;
}

#main .minisite.campervan .container.why .owl-carousel.why {
  padding: 2em 0;
}

#main .minisite.campervan .container.icons {
  padding-top: 0.5em;
  padding-bottom: 4em;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.icons {
    padding-top: 1.5em;
    padding-bottom: 12em;
  }
}

#main .minisite.campervan .container.icons .icon-col {
  padding: 0 2em;
  text-align: center;
}

#main .minisite.campervan .container.icons .icon-col h3 {
  text-transform: uppercase;
  min-height: 56px;
  font-weight: bold;
  font-size: 1.75rem;
}

#main .minisite.campervan .container.icons .icon-col .icon {
  min-height: 130px;
  margin: 30px 0;
}

#main .minisite.campervan .container.icons .icon-col .icon-info {
  color: #232021;
  font-family: "Source Serif Pro", serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.icons .icon-col {
    border-right: 2px solid #DEDEDE;
  }
}

#main .minisite.campervan .container.icons .col-md-4:last-child .icon-col {
  border-right: none;
}

#main .minisite.campervan .container.camera {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.camera {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

#main .minisite.campervan .container.camera h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
}

#main .minisite.campervan .container.camera h2 + .info {
  margin-top: 0;
}

#main .minisite.campervan .container.what {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.what {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.what .info {
    padding-right: 5em;
  }
}

#main .minisite.campervan .container.what .button {
  position: relative;
  bottom: -25px;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.what {
    min-height: 900px;
    display: flex;
    flex-flow: column;
  }
  #main .minisite.campervan .container.what .row:last-of-type {
    margin-top: auto;
  }
}

#main .minisite.campervan .container.feature-list {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.feature-list {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.campervan .container.feature-list .info img {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.feature-list .info:first-of-type {
    text-align: right;
    padding-left: 2em;
  }
  #main .minisite.campervan .container.feature-list .info:last-of-type {
    padding-right: 2em;
  }
  #main .minisite.campervan .container.feature-list .info:last-of-type img {
    padding-top: 13px;
  }
}

#main .minisite.campervan .container.feature-list .row:last-of-type .col-md-12 {
  text-align: center;
}

#main .minisite.campervan .container.navigation-system {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.navigation-system {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

#main .minisite.campervan .container.navigation-system h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
}

#main .minisite.campervan .container.navigation-system h2 + .info {
  margin-top: 0;
}

#main .minisite.campervan .container.media-gallery {
  padding-top: 0;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.media-gallery {
    padding-top: 0;
    padding-bottom: 6em;
  }
}

#main .minisite.campervan .container.media-gallery .popup-image {
  position: relative;
  margin: 1em 0;
}

#main .minisite.campervan .container.media-gallery .popup-image:hover {
  cursor: pointer;
}

#main .minisite.campervan .container.media-gallery .popup-image:hover::before, #main .minisite.campervan .container.media-gallery .popup-image:hover::after {
  opacity: 1;
}

#main .minisite.campervan .container.media-gallery .popup-image::before {
  content: "\f00e";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  color: #FFF;
  z-index: 10;
  font-size: 2em;
  opacity: 0;
  transition: all 250ms ease-in-out;
}

#main .minisite.campervan .container.media-gallery .popup-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 250ms ease-in-out;
}

#main .minisite.campervan .container.media-gallery .row:nth-of-type(2) {
  margin-top: 4em;
}

#main .minisite.campervan .container.products-table {
  padding-top: 0;
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.products-table {
    padding-top: 0;
    padding-bottom: 3em;
  }
}

#main .minisite.campervan .container.download {
  padding-top: 0;
  padding-bottom: 2em;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.campervan .container.download {
    padding-top: 0;
    padding-bottom: 6em;
  }
}

#main .minisite.campervan .background-wrapper-why {
  background: url("../img/minisites/shared/bg-triangle.png") no-repeat 100% 99%/cover;
}

@media (min-width: 768px) {
  #main .minisite.campervan .background-wrapper-why {
    background: url("../img/minisites/shared/bg-triangle.png") no-repeat 100% 99%/cover;
    min-height: auto;
  }
}

#main .minisite.campervan .background-wrapper-icons {
  position: relative;
}

@media (min-width: 768px) {
  #main .minisite.campervan .background-wrapper-icons {
    background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px), url("../img/minisites/wifi_avic/bg-road-alt.png") no-repeat center/cover #f4f4f5;
    min-height: 650px;
  }
}

#main .minisite.campervan .background-wrapper-icons::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(244, 244, 245, 0), #f4f4f5);
}

@media (min-width: 768px) {
  #main .minisite.campervan .background-wrapper-what {
    background: url("../img/minisites/campervan/bg-what.png") no-repeat center top/cover;
    min-height: 900px;
  }
}

#main .minisite.campervan .background-wrapper-feature-list {
  background: #FFF;
  box-shadow: 0 0 20px #CDCDCD;
}

#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper {
  position: relative;
  padding-bottom: 1em;
}

#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
  display: flex;
  padding: 0 30px;
  margin-top: 4em;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(100% - 8em);
    width: 100%;
  }
}

#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before,
#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
  font-family: "FontAwesome";
  color: #000;
  font-size: 4rem;
  opacity: .3;
  transition: all 250ms ease-in-out;
}

#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-prev:hover::before,
#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-next:hover::before {
  opacity: 1;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before,
  #main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
    font-size: 7rem;
  }
}

#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-prev {
  position: absolute;
  left: 3rem;
}

#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before {
  content: "\f104";
}

#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-next {
  position: absolute;
  right: 3rem;
}

#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
  content: "\f105";
}

#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .scroll-notification {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  letter-spacing: .3px;
  color: #000;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper .scroll-notification {
    display: none;
  }
}

#main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 8em);
  left: 0;
  bottom: 0;
  background: #FFF;
  box-shadow: 0 0 20px #CDCDCD;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-carousel-wrapper .owl-carousel-wrapper {
    padding-bottom: 3em;
  }
}

#main .minisite.campervan .products-carousel-wrapper .product {
  padding: 1em 0;
}

#main .minisite.campervan .products-carousel-wrapper .product-image {
  position: relative;
  padding-bottom: 3em;
}

#main .minisite.campervan .products-carousel-wrapper .product-image::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 85%;
  width: 50%;
  height: 2%;
  border-radius: 50%;
  box-shadow: 0 25px 15px 4px rgba(0, 0, 0, 0.28);
}

#main .minisite.campervan .products-carousel-wrapper .product-title {
  font-weight: 900;
}

#main .minisite.campervan .products-carousel-wrapper .product-title.desktop {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-carousel-wrapper .product-title.desktop {
    display: block;
    margin-top: 2.5em;
    font-size: 2.5em;
  }
  #main .minisite.campervan .products-carousel-wrapper .product-title.mobile {
    display: none;
  }
}

#main .minisite.campervan .products-carousel-wrapper .product-description {
  font-size: 1em;
  line-height: 1.2em;
  font-family: "Source Serif Pro", serif;
  margin: 2em 0;
  letter-spacing: .3px;
}

#main .minisite.campervan .products-carousel-wrapper .product-description.small {
  font-size: 0.85em;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-carousel-wrapper .product-description {
    font-size: 1.25em;
    margin: 4em 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-carousel-wrapper .product-description {
    margin: 0 0 1em;
  }
}

#main .minisite.campervan .products-carousel-wrapper .product-link {
  color: #000;
  font-size: 1.25em;
  letter-spacing: .4px;
  font-weight: 700;
}

#main .minisite.campervan .products-carousel-wrapper .product-link::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
}

#main .minisite.campervan .products-carousel-wrapper .product-link:hover {
  text-decoration: none;
  color: #B52B4E;
}

#main .minisite.campervan .products-carousel-wrapper .product-link:hover::after {
  color: #B52B4E;
}

#main .minisite.campervan .products-carousel-wrapper .product-buy {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-carousel-wrapper .product-buy {
    display: inline-block;
    float: right;
  }
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-carousel-wrapper .product {
    padding: 4em 0 0;
  }
}

#main .minisite.campervan .products-table-labels {
  margin-top: 74px;
}

#main .minisite.campervan .products-table-labels .label {
  display: flex;
  align-items: center;
  font-weight: 900;
  color: #000;
  font-size: .75rem;
  line-height: .75rem;
  padding-right: 1em;
  height: 55px;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-table-labels {
    margin-top: 66px;
  }
  #main .minisite.campervan .products-table-labels .label {
    font-size: 1rem;
    line-height: 1rem;
  }
}

#main .minisite.campervan .products-table-values {
  display: flex;
}

#main .minisite.campervan .products-table-product {
  display: none;
}

#main .minisite.campervan .products-table-product .product-wrapper {
  color: #414042;
  font-family: "Source Serif Pro", serif;
  font-size: .75rem;
  line-height: .75rem;
  background: #FFF;
  padding: 2em 1em 1em;
  display: block;
  margin-bottom: 3em;
  text-align: center;
}

#main .minisite.campervan .products-table-product .product-wrapper:hover, #main .minisite.campervan .products-table-product .product-wrapper:active, #main .minisite.campervan .products-table-product .product-wrapper:focus {
  text-decoration: none;
  color: #414042;
  box-shadow: 0 10px 10px #CDCDCD;
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-table-product .product-wrapper {
    margin-bottom: 0;
    padding-bottom: 3em;
    font-size: 1rem;
    line-height: 1rem;
  }
}

#main .minisite.campervan .products-table-product h3 {
  font-weight: 900;
  font-size: 1rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-table-product h3 {
    font-size: 1.5rem;
    margin-bottom: .25em;
  }
}

#main .minisite.campervan .products-table-product .value {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .minisite.campervan .products-table-product .check::before,
#main .minisite.campervan .products-table-product .cross::before {
  font-family: "FontAwesome";
  font-size: 1.5rem;
}

#main .minisite.campervan .products-table-product .check::before {
  content: "\f00c";
  color: #27B73B;
}

#main .minisite.campervan .products-table-product .cross::before {
  content: "\f00d";
  color: #BF0C0C;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-table-product .product-buy {
    display: none;
  }
}

#main .minisite.campervan .products-table-product.selected {
  display: block;
  z-index: 2;
  border-left-color: transparent;
}

#main .minisite.campervan .products-table-product.selected .product-wrapper {
  box-shadow: 0 20px 20px #CDCDCD;
}

@media (min-width: 768px) {
  #main .minisite.campervan .products-table-product {
    display: block;
    flex: 1 0 auto;
    border-left: 1px solid #DEDEDE;
  }
  #main .minisite.campervan .products-table-product:first-of-type {
    border-left-color: transparent;
  }
}

#main .minisite.car-specific {
  color: #414042;
  background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px);
}

#main .minisite.car-specific strong {
  color: #414042;
  font-size: 1em;
  font-weight: bold;
  font-family: "Source Serif Pro", serif;
}

#main .minisite.car-specific .car-menu {
  color: #FFF;
  background-color: #232021;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .car-menu {
    position: fixed;
    width: 100%;
    z-index: 2;
  }
}

#main .minisite.car-specific .car-menu ul {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  width: 100%;
  padding-left: 0;
  margin: 0;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .car-menu ul {
    border-bottom: 1px solid #FFFEFF;
    flex-direction: row;
  }
}

#main .minisite.car-specific .car-menu ul li {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #FFFEFF;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .car-menu ul li {
    margin: 0 50px 0 0;
    border-bottom: 0;
  }
}

#main .minisite.car-specific .car-menu ul li a {
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  padding: 20px 0;
}

#main .minisite.car-specific .car-menu ul li a:hover {
  border-bottom: 5px solid #FFF;
  text-decoration: none;
}

#main .minisite.car-specific .car-menu ul li a.active {
  font-weight: 700;
  border-bottom: 5px solid #FFF;
}

#main .minisite.car-specific .hero {
  background: no-repeat center center/cover, #000;
}

#main .minisite.car-specific .hero .page-slider {
  position: absolute;
  width: 100%;
  margin-top: 12rem;
}

@media (min-width: 480px) {
  #main .minisite.car-specific .hero .page-slider {
    display: block;
  }
}

#main .minisite.car-specific .hero .page-slider .page-next {
  right: 4rem;
}

#main .minisite.car-specific .hero .page-slider .page-next a::before {
  content: "\f105";
}

#main .minisite.car-specific .hero .page-slider .page-prev {
  left: 4rem;
}

#main .minisite.car-specific .hero .page-slider .page-prev a::before {
  content: "\f104";
}

#main .minisite.car-specific .hero .page-slider .page-prev, #main .minisite.car-specific .hero .page-slider .page-next {
  position: absolute;
}

#main .minisite.car-specific .hero .page-slider .page-prev a::before, #main .minisite.car-specific .hero .page-slider .page-next a::before {
  font-family: "FontAwesome";
  color: #FFF;
  font-size: 6rem;
  opacity: .5;
  transition: all 250ms ease-in-out;
}

#main .minisite.car-specific .hero .page-slider .page-prev a:hover, #main .minisite.car-specific .hero .page-slider .page-next a:hover {
  text-decoration: none;
}

#main .minisite.car-specific .hero .page-slider .page-prev a:hover::before, #main .minisite.car-specific .hero .page-slider .page-next a:hover::before {
  opacity: 1;
}

#main .minisite.car-specific .hero-content {
  padding-bottom: 5em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .hero-content {
    padding-bottom: 0;
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
}

#main .minisite.car-specific .hero .product {
  width: 200px;
}

@media (min-width: 1024px) {
  #main .minisite.car-specific .hero .product {
    width: 400px;
    margin: 2em 0 0;
  }
}

#main .minisite.car-specific .hero-stripes-dark {
  background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.8), rgba(35, 32, 33, 0.8) 2px, transparent 2px, transparent 15px);
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .hero {
    min-height: 600px;
    background-position: center;
  }
}

#main .minisite.car-specific .menu-wrapper {
  z-index: 98;
}

#main .minisite.car-specific .menu-wrapper .menu {
  display: block;
  background: #FFF;
}

#main .minisite.car-specific .menu-wrapper .menu .container {
  padding: 0;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .menu-wrapper .menu {
    height: auto;
  }
  #main .minisite.car-specific .menu-wrapper .menu .container {
    padding: 0 15px;
  }
}

#main .minisite.car-specific .menu-wrapper nav ul {
  padding-top: 25px;
  overflow: visible;
  display: flex;
  justify-content: space-around;
}

#main .minisite.car-specific .menu-wrapper nav ul li {
  margin: 0 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .menu-wrapper nav ul li {
    margin: 0 25px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  #main .minisite.car-specific .menu-wrapper nav ul li {
    margin: 0 30px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #main .minisite.car-specific .menu-wrapper nav ul li {
    margin: 0 80px 0 0;
    width: auto;
    text-align: left;
  }
}

#main .minisite.car-specific .menu-wrapper nav ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #B52B4E;
}

#main .minisite.car-specific .menu-wrapper nav ul li a:hover, #main .minisite.car-specific .menu-wrapper nav ul li a.active {
  color: #B52B4E;
  border-color: #B52B4E;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .menu-wrapper nav ul li a {
    font-size: 1.2em;
    padding: 10px 0 8px;
  }
}

#main .minisite.car-specific .menu-wrapper nav ul li.stay-informed {
  position: absolute;
  right: 15%;
  top: -15px;
  margin-right: 0;
  width: 70%;
}

#main .minisite.car-specific .menu-wrapper nav ul li.stay-informed a {
  display: block;
  color: #FFF;
  background-color: #B52B4E;
  padding: 10px 30px;
  border-bottom: 0;
}

#main .minisite.car-specific .menu-wrapper nav ul li.stay-informed a:hover, #main .minisite.car-specific .menu-wrapper nav ul li.stay-informed a.active {
  color: #FFF;
  border-bottom: 0;
  background: #d24166;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .menu-wrapper nav ul li.stay-informed {
    width: auto;
    position: inherit;
    align-self: flex-end;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #main .minisite.car-specific .menu-wrapper nav ul {
    padding-top: 20px;
    justify-content: flex-start;
  }
}

#main .minisite.car-specific .bottom-triangle img {
  width: 100%;
  max-width: none;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel .extra-info {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel .extra-info .extra-info-link {
    display: flex;
    justify-content: center;
    margin: 3rem 0;
  }
  #main .minisite.car-specific .products-carousel .extra-info .extra-info-link .button {
    font-size: 3rem;
    line-height: 3rem;
    padding: 14px 40px;
  }
}

#main .minisite.car-specific .container .badge {
  margin-right: 2em;
  display: inline-block;
  vertical-align: bottom;
}

#main .minisite.car-specific .container .badge-number {
  color: #B52B4E;
  font-weight: 900;
  font-size: 4em;
  height: auto;
  line-height: 1em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container .badge-number {
    font-size: 8em;
  }
}

#main .minisite.car-specific .container .badge-line {
  margin-top: 0.8em;
  background: #D1D3D4;
  width: 100%;
  height: 3px;
}

#main .minisite.car-specific .container .badge-knob {
  background: #B52B4E;
  width: 20px;
  height: 5px;
  top: -1px;
  left: 1em;
  position: relative;
}

#main .minisite.car-specific .container .main-title {
  color: #B52B4E;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 900;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container .main-title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 3.5em;
    padding-bottom: 28px;
    margin: 0;
    max-width: calc(100% - 180px);
  }
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container .main-title {
    vertical-align: top;
    padding-bottom: 0;
    margin: 20px 0;
  }
}

#main .minisite.car-specific .container .info {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  margin: 1em 0;
}

#main .minisite.car-specific .container .info.small {
  font-size: 0.935em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container .info {
    font-size: 1.375em;
    margin: 2em 0;
  }
}

#main .minisite.car-specific .container.why {
  padding-top: 2em;
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.why {
    padding-top: 6em;
    padding-bottom: 3em;
  }
}

#main .minisite.car-specific .container.why .info {
  color: #595a5c;
}

#main .minisite.car-specific .container.why .info strong {
  color: #595a5c;
  font-size: 1em;
  font-weight: bold;
  font-family: "Source Serif Pro", serif;
}

#main .minisite.car-specific .container.why .img-large {
  margin-top: 2em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.why .img-large {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}

#main .minisite.car-specific .container.what {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.what {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.car-specific .container.what .info {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.what .info {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.what {
    min-height: 960px;
    display: flex;
    flex-flow: column;
  }
}

#main .minisite.car-specific .container.media-gallery {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.media-gallery {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

#main .minisite.car-specific .container.media-gallery .popup-image {
  position: relative;
  margin: 1em 0;
}

#main .minisite.car-specific .container.media-gallery .popup-image:hover {
  cursor: pointer;
}

#main .minisite.car-specific .container.media-gallery .popup-image:hover::before, #main .minisite.car-specific .container.media-gallery .popup-image:hover::after {
  opacity: 1;
}

#main .minisite.car-specific .container.media-gallery .popup-image::before {
  content: "\f00e";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  color: #FFF;
  z-index: 10;
  font-size: 2em;
  opacity: 0;
  transition: all 250ms ease-in-out;
}

#main .minisite.car-specific .container.media-gallery .popup-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 250ms ease-in-out;
}

#main .minisite.car-specific .container.media-gallery .row:nth-of-type(2) {
  margin-top: 4em;
}

#main .minisite.car-specific .container.icons {
  padding-top: 0.5em;
  padding-bottom: 4em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.icons {
    padding-top: 1.5em;
    padding-bottom: 12em;
  }
}

#main .minisite.car-specific .container.icons .icon-col {
  padding: 0 2em;
  text-align: center;
}

#main .minisite.car-specific .container.icons .icon-col h3 {
  text-transform: uppercase;
  min-height: 56px;
  font-weight: bold;
  font-size: 1.75rem;
}

#main .minisite.car-specific .container.icons .icon-col .icon {
  min-height: 130px;
  margin: 30px 0;
}

#main .minisite.car-specific .container.icons .icon-col .icon-info {
  color: #232021;
  font-family: "Source Serif Pro", serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.icons .icon-col {
    border-right: 2px solid #DEDEDE;
  }
}

#main .minisite.car-specific .container.icons .col-md-4:last-child .icon-col {
  border-right: none;
}

#main .minisite.car-specific .container.sound-tune {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.sound-tune {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.car-specific .container.sound-tune > * {
  align-items: center;
}

#main .minisite.car-specific .container.sound-tune > * .col-md-6:first-of-type {
  text-align: center;
}

#main .minisite.car-specific .container.sound-tune .stores {
  margin: 1em 0 2em;
}

#main .minisite.car-specific .container.features {
  padding-top: 0;
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.features {
    padding-top: 0;
    padding-bottom: 3em;
  }
}

#main .minisite.car-specific .container.accessories {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.accessories {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.car-specific .container.accessories .car-accessories .car {
  background-color: #FFF;
  padding: 30px;
}

#main .minisite.car-specific .container.accessories .car-accessories .car .car_image {
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.accessories .car-accessories .car {
    padding: 90px;
  }
}

#main .minisite.car-specific .container.accessories .car-accessories .car .category {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 20px;
  line-height: 1;
}

#main .minisite.car-specific .container.accessories .car-accessories .car .category.empty {
  visibility: hidden;
  height: 36px;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.accessories .car-accessories .car .category {
    margin-bottom: 40px;
  }
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.accessories .car-accessories .car .product {
    margin-bottom: 40px;
  }
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product-title {
  font-family: "Source Serif Pro", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product-description {
  flex: 1 0 auto;
  font-family: "Source Serif Pro", serif;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 20px;
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product-link {
  color: #B7274C;
  font-size: 1.25em;
  letter-spacing: .4px;
  font-weight: 700;
  display: block;
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product-link::after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 10px;
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product-link:hover {
  text-decoration: none;
  color: #CC335A;
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product-link:hover::after {
  color: #A5193D;
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product.selection {
  display: flex;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.accessories .car-accessories .car .product.selection .selection-col {
    display: flex;
    align-items: flex-end;
  }
  #main .minisite.car-specific .container.accessories .car-accessories .car .product.selection .selection-col:last-child {
    margin-bottom: 20px;
  }
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product.selection .selection-toggle {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  margin-bottom: 15px;
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product.selection .selection-toggle .toggle-item {
  position: relative;
  padding: 15px;
  background: #B7274C;
  color: #FFF;
  font-family: "Source Serif Pro", serif;
  font-size: 1.25rem;
}

#main .minisite.car-specific .container.accessories .car-accessories .car .product.selection .selection-toggle .toggle-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #B7274C;
  border-bottom: 0;
  border-left: 0;
  margin-bottom: -25px;
}

#main .minisite.car-specific .container.accessories .car-accessories .owl-nav {
  position: absolute;
  width: 100%;
  top: 17%;
}

#main .minisite.car-specific .container.accessories .car-accessories .owl-nav.disabled {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.accessories .car-accessories .owl-nav {
    top: 20%;
  }
}

#main .minisite.car-specific .container.accessories .car-accessories .owl-prev::before,
#main .minisite.car-specific .container.accessories .car-accessories .owl-next::before {
  font-family: "FontAwesome";
  color: #000;
  font-size: 4rem;
  opacity: .3;
  transition: all 250ms ease-in-out;
}

#main .minisite.car-specific .container.accessories .car-accessories .owl-prev:hover::before,
#main .minisite.car-specific .container.accessories .car-accessories .owl-next:hover::before {
  opacity: 1;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.accessories .car-accessories .owl-prev::before,
  #main .minisite.car-specific .container.accessories .car-accessories .owl-next::before {
    font-size: 7rem;
  }
}

#main .minisite.car-specific .container.accessories .car-accessories .owl-prev {
  position: absolute;
  left: 1rem;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.accessories .car-accessories .owl-prev {
    left: 3rem;
  }
}

#main .minisite.car-specific .container.accessories .car-accessories .owl-prev::before {
  content: "\f104";
}

#main .minisite.car-specific .container.accessories .car-accessories .owl-next {
  position: absolute;
  right: 1rem;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .container.accessories .car-accessories .owl-next {
    right: 3rem;
  }
}

#main .minisite.car-specific .container.accessories .car-accessories .owl-next::before {
  content: "\f105";
}

#main .minisite.car-specific .background-wrapper-why {
  background: url("../img/minisites/shared/bg-triangle.png") no-repeat 100% 99%/cover;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .background-wrapper-why {
    background: url("../img/minisites/shared/bg-triangle.png") no-repeat 100% 99%/cover;
    min-height: auto;
  }
}

#main .minisite.car-specific .background-wrapper-icons {
  position: relative;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .background-wrapper-icons {
    background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px), url("../img/minisites/car-specific/icons-background.png") no-repeat center/cover #FFF;
    min-height: 650px;
  }
}

#main .minisite.car-specific .background-wrapper-icons::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(244, 244, 245, 0), #f4f4f5);
}

@media (min-width: 768px) {
  #main .minisite.car-specific .background-wrapper-what {
    background: url("../img/minisites/") no-repeat center/cover #FFF;
    min-height: 960px;
  }
}

#main .minisite.car-specific .background-wrapper-accessories {
  background: #f6f6f6;
}

#main .minisite.car-specific .background-wrapper-products {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .background-wrapper-products {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.car-specific .background-wrapper-sound-tune {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
}

#main .minisite.car-specific .background-wrapper-sound-tune .background-wrapper-clip-mask {
  background: radial-gradient(ellipse at center, #e6e7e8 0%, #a7a9ac 50%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper {
  position: relative;
  padding-bottom: 1em;
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
  display: flex;
  padding: 0 30px;
  margin-top: 4em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(100% - 8em);
    width: 100%;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before,
#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
  font-family: "FontAwesome";
  color: #000;
  font-size: 4rem;
  opacity: .3;
  transition: all 250ms ease-in-out;
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-prev:hover::before,
#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-next:hover::before {
  opacity: 1;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before,
  #main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
    font-size: 7rem;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-prev {
  position: absolute;
  left: 3rem;
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before {
  content: "\f104";
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-next {
  position: absolute;
  right: 3rem;
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
  content: "\f105";
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .scroll-notification {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  letter-spacing: .3px;
  color: #000;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .scroll-notification {
    display: none;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 8em);
  left: 0;
  bottom: 0;
  background: #FFF;
  box-shadow: 0 0 20px #CDCDCD;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper {
    padding-bottom: 3em;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .product {
  padding: 1em 0;
}

#main .minisite.car-specific .products-carousel-wrapper .product-image {
  position: relative;
  padding-bottom: 3em;
}

#main .minisite.car-specific .products-carousel-wrapper .product-image::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 85%;
  width: 50%;
  height: 2%;
  border-radius: 50%;
  box-shadow: 0 25px 15px 4px rgba(0, 0, 0, 0.28);
}

#main .minisite.car-specific .products-carousel-wrapper .product-title {
  font-weight: 900;
}

#main .minisite.car-specific .products-carousel-wrapper .product-title.desktop {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .product-title.desktop {
    display: block;
    margin-top: 2.5em;
    font-size: 2.5em;
  }
  #main .minisite.car-specific .products-carousel-wrapper .product-title.mobile {
    display: none;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .product-description {
  font-size: 1em;
  line-height: 1.2em;
  font-family: "Source Serif Pro", serif;
  margin: 2em 0;
  letter-spacing: .3px;
}

#main .minisite.car-specific .products-carousel-wrapper .product-description.small {
  font-size: 0.85em;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .product-description {
    font-size: 1.25em;
    margin: 4em 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .product-description {
    margin: 0 0 1em;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .product-link {
  color: #000;
  font-size: 1.25em;
  letter-spacing: .4px;
  font-weight: 700;
}

#main .minisite.car-specific .products-carousel-wrapper .product-link::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
}

#main .minisite.car-specific .products-carousel-wrapper .product-link:hover {
  text-decoration: none;
  color: #B52B4E;
}

#main .minisite.car-specific .products-carousel-wrapper .product-link:hover::after {
  color: #B52B4E;
}

#main .minisite.car-specific .products-carousel-wrapper .product-buy {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .product-buy {
    display: inline-block;
    float: right;
  }
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .product {
    padding: 4em 0 0;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel .owl-nav.disabled {
  display: none;
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper::before {
  height: calc(100% - 17rem);
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 19%;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
    top: 70%;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav .owl-prev {
  position: absolute;
  left: 1rem;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav .owl-prev {
    left: 7%;
  }
}

@media (min-width: 1280px) {
  #main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav .owl-prev {
    left: 12%;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav .owl-prev::before {
  content: "\f104";
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav .owl-next {
  position: absolute;
  right: 1rem;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav .owl-next {
    right: 7%;
  }
}

@media (min-width: 1280px) {
  #main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav .owl-next {
    right: 12%;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .owl-carousel-wrapper .owl-nav .owl-next::before {
  content: "\f105";
}

#main .minisite.car-specific .products-carousel-wrapper .owl-stage .owl-item .product-wrapper {
  margin-top: 6rem;
}

#main .minisite.car-specific .products-carousel-wrapper .owl-stage .owl-item .product-wrapper img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#main .minisite.car-specific .products-carousel-wrapper .car-image {
  text-align: center;
  margin-bottom: -7rem;
}

@media (min-width: 768px) {
  #main .minisite.car-specific .products-carousel-wrapper .car-image {
    margin-bottom: -14rem;
  }
  #main .minisite.car-specific .products-carousel-wrapper .car-image img {
    max-width: 500px;
  }
}

#main .minisite.car-specific .products-carousel-wrapper .product-card {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#main .minisite.car-specific .products-carousel-wrapper .products {
  display: block;
}

#main .minisite.deq-s1000a {
  color: #414042;
  background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px);
}

#main .minisite.deq-s1000a strong {
  color: #414042;
  font-size: 1em;
  font-weight: bold;
  font-family: "Source Serif Pro", serif;
}

#main .minisite.deq-s1000a .hero {
  background: url("../img/minisites/deq-s1000a/header.png") no-repeat center center/cover, #000;
}

#main .minisite.deq-s1000a .hero-content {
  padding-bottom: 5em;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .hero-content {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
}

#main .minisite.deq-s1000a .hero .product {
  width: 200px;
}

@media (min-width: 1024px) {
  #main .minisite.deq-s1000a .hero .product {
    width: 400px;
    margin: 2em 0 0;
  }
}

#main .minisite.deq-s1000a .hero-stripes-dark {
  background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.8), rgba(35, 32, 33, 0.8) 2px, transparent 2px, transparent 15px);
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .hero {
    min-height: 600px;
    background-position: 200px center;
  }
}

#main .minisite.deq-s1000a .menu-wrapper {
  z-index: 98;
}

#main .minisite.deq-s1000a .menu-wrapper .menu {
  display: block;
  background: #FFF;
}

#main .minisite.deq-s1000a .menu-wrapper .menu .container {
  padding: 0;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .menu-wrapper .menu {
    height: auto;
  }
  #main .minisite.deq-s1000a .menu-wrapper .menu .container {
    padding: 0 15px;
  }
}

#main .minisite.deq-s1000a .menu-wrapper nav ul {
  padding-top: 25px;
  overflow: visible;
  display: flex;
  justify-content: space-around;
}

#main .minisite.deq-s1000a .menu-wrapper nav ul li {
  margin: 0 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .menu-wrapper nav ul li {
    margin: 0 25px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  #main .minisite.deq-s1000a .menu-wrapper nav ul li {
    margin: 0 30px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #main .minisite.deq-s1000a .menu-wrapper nav ul li {
    margin: 0 80px 0 0;
    width: auto;
    text-align: left;
  }
}

#main .minisite.deq-s1000a .menu-wrapper nav ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #B52B4E;
}

#main .minisite.deq-s1000a .menu-wrapper nav ul li a:hover, #main .minisite.deq-s1000a .menu-wrapper nav ul li a.active {
  color: #B52B4E;
  border-color: #B52B4E;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .menu-wrapper nav ul li a {
    font-size: 1.2em;
    padding: 10px 0 8px;
  }
}

#main .minisite.deq-s1000a .menu-wrapper nav ul li.stay-informed {
  position: absolute;
  right: 15%;
  top: -15px;
  margin-right: 0;
  width: 70%;
}

#main .minisite.deq-s1000a .menu-wrapper nav ul li.stay-informed a {
  display: block;
  color: #FFF;
  background-color: #B52B4E;
  padding: 10px 30px;
  border-bottom: 0;
}

#main .minisite.deq-s1000a .menu-wrapper nav ul li.stay-informed a:hover, #main .minisite.deq-s1000a .menu-wrapper nav ul li.stay-informed a.active {
  color: #FFF;
  border-bottom: 0;
  background: #d24166;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .menu-wrapper nav ul li.stay-informed {
    width: auto;
    position: inherit;
    align-self: flex-end;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .menu-wrapper nav ul {
    padding-top: 20px;
    justify-content: flex-start;
  }
}

#main .minisite.deq-s1000a .bottom-triangle img {
  width: 100%;
  max-width: none;
}

#main .minisite.deq-s1000a .container .badge {
  margin-right: 2em;
  display: inline-block;
  vertical-align: bottom;
}

#main .minisite.deq-s1000a .container .badge-number {
  color: #B52B4E;
  font-weight: 900;
  font-size: 4em;
  height: auto;
  line-height: 1em;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container .badge-number {
    font-size: 8em;
  }
}

#main .minisite.deq-s1000a .container .badge-line {
  margin-top: 0.8em;
  background: #D1D3D4;
  width: 100%;
  height: 3px;
}

#main .minisite.deq-s1000a .container .badge-knob {
  background: #B52B4E;
  width: 20px;
  height: 5px;
  top: -1px;
  left: 1em;
  position: relative;
}

#main .minisite.deq-s1000a .container .main-title {
  color: #B52B4E;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 900;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container .main-title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 3.5em;
    padding-bottom: 28px;
    margin: 0;
    max-width: calc(100% - 180px);
  }
}

#main .minisite.deq-s1000a .container .info {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  margin: 1em 0;
}

#main .minisite.deq-s1000a .container .info.small {
  font-size: 0.935em;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container .info {
    font-size: 1.375em;
    margin: 2em 0;
  }
}

#main .minisite.deq-s1000a .container.why {
  padding-top: 2em;
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container.why {
    padding-top: 6em;
    padding-bottom: 3em;
  }
}

#main .minisite.deq-s1000a .container.why .info {
  color: #595a5c;
}

#main .minisite.deq-s1000a .container.why .info strong {
  color: #595a5c;
  font-size: 1em;
  font-weight: bold;
  font-family: "Source Serif Pro", serif;
}

#main .minisite.deq-s1000a .container.why .img-large {
  margin-top: 2em;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container.why .img-large {
    margin-top: 0;
  }
}

#main .minisite.deq-s1000a .container.what {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container.what {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container.what .info {
    padding-right: 5em;
  }
}

#main .minisite.deq-s1000a .container.what .button {
  position: relative;
  bottom: -25px;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container.what {
    min-height: 900px;
    display: flex;
    flex-flow: column;
  }
  #main .minisite.deq-s1000a .container.what .row:last-of-type {
    margin-top: auto;
  }
}

#main .minisite.deq-s1000a .container.icons {
  padding-top: 0.5em;
  padding-bottom: 4em;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container.icons {
    padding-top: 1.5em;
    padding-bottom: 12em;
  }
}

#main .minisite.deq-s1000a .container.icons .icon-col {
  padding: 0 2em;
  text-align: center;
}

#main .minisite.deq-s1000a .container.icons .icon-col h3 {
  text-transform: uppercase;
  min-height: 56px;
  font-weight: bold;
  font-size: 1.75rem;
}

#main .minisite.deq-s1000a .container.icons .icon-col .icon {
  min-height: 130px;
  margin: 30px 0;
}

#main .minisite.deq-s1000a .container.icons .icon-col .icon-info {
  color: #232021;
  font-family: "Source Serif Pro", serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container.icons .icon-col {
    border-right: 2px solid #DEDEDE;
  }
}

#main .minisite.deq-s1000a .container.icons .col-md-4:last-child .icon-col {
  border-right: none;
}

#main .minisite.deq-s1000a .container.sound-tune {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container.sound-tune {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.deq-s1000a .container.sound-tune > * {
  align-items: center;
}

#main .minisite.deq-s1000a .container.sound-tune > * .col-md-6:first-of-type {
  text-align: center;
}

#main .minisite.deq-s1000a .container.sound-tune .stores {
  margin: 1em 0 2em;
}

#main .minisite.deq-s1000a .container.features {
  padding-top: 0;
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .container.features {
    padding-top: 0;
    padding-bottom: 3em;
  }
}

#main .minisite.deq-s1000a .background-wrapper-why {
  background: url("../img/minisites/shared/bg-triangle.png") no-repeat 100% 99%/cover;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .background-wrapper-why {
    background: url("../img/minisites/shared/bg-triangle.png") no-repeat 100% 99%/cover;
    min-height: auto;
  }
}

#main .minisite.deq-s1000a .background-wrapper-icons {
  position: relative;
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .background-wrapper-icons {
    background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px), url("../img/minisites/deq-s1000a/bg-road.jpg") no-repeat center/cover #FFF;
    min-height: 650px;
  }
}

#main .minisite.deq-s1000a .background-wrapper-icons::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(244, 244, 245, 0), #f4f4f5);
}

@media (min-width: 768px) {
  #main .minisite.deq-s1000a .background-wrapper-what {
    background: url("../img/minisites/deq-s1000a/bg-what.png") no-repeat center top/cover;
    min-height: 900px;
  }
}

#main .minisite.deq-s1000a .background-wrapper-sound-tune {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
}

#main .minisite.deq-s1000a .background-wrapper-sound-tune .background-wrapper-clip-mask {
  background: radial-gradient(ellipse at center, #e6e7e8 0%, #a7a9ac 50%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}

#main .minisite.ifa {
  color: #949BAA;
  font-size: 14px;
  line-height: 20px;
}

#main .minisite.ifa h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-transform: none;
}

#main .minisite.ifa .menu nav ul li a {
  font-weight: 600;
}

#main .minisite.ifa .menu nav ul li.to-the-top a {
  padding-bottom: 18px;
}

#main .minisite.ifa .text {
  padding: 30px;
  background: #FFF;
}

@media (min-width: 768px) {
  #main .minisite.ifa .text {
    margin: 30px 0;
    border-radius: 2px;
  }
}

#main .minisite.ifa .text h2 {
  margin: 0 0 14px;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #2C3F4B;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

#main .minisite.ifa .text p {
  margin: 0 0 1rem;
}

#main .minisite.ifa .text p.red {
  margin: 0;
  color: #E3000F;
}

#main .minisite.ifa .hero {
  padding: 20px 0 0;
  background: #003570 url("../img/minisites/ifa/hero-contour.png") no-repeat right top;
  background-size: contain;
}

#main .minisite.ifa .hero .image {
  text-align: center;
}

#main .minisite.ifa .hero .text {
  background: #F3F3F3;
}

@media (min-width: 768px) {
  #main .minisite.ifa .hero .text {
    background: #FFF;
  }
}

#main .minisite.ifa .booth img {
  width: 100%;
}

@media (min-width: 768px) {
  #main .minisite.ifa .ts-wx70da {
    padding-top: 30px;
    padding-bottom: 14%;
    background: linear-gradient(to bottom, #FFF 0%, transparent 50px), url("../img/minisites/ifa/ts-wx70da.jpg") no-repeat center center;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #main .minisite.ifa .ts-wx70da img {
    display: none;
  }
}

#main .minisite.ifa .ts-g-speakers {
  position: relative;
  background: #000;
}

@media (min-width: 768px) {
  #main .minisite.ifa .ts-g-speakers {
    margin-top: -14%;
    padding-top: 14%;
    padding-bottom: 50px;
    background: url("../img/minisites/ifa/bg-black-rotated.png") no-repeat center top;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #main .minisite.ifa .ts-g-speakers .image {
    margin-top: -10%;
  }
}

#main .minisite.ifa .ts-g-speakers .text {
  background: #000;
  color: #FFF;
}

#main .minisite.ifa .ts-g-speakers .text h2 {
  color: #FFF;
}

#main .minisite.ifa .avh-z-multimedia-receivers {
  background: #000;
}

#main .minisite.ifa .avh-z-multimedia-receivers .row {
  padding-top: 50px;
  border-top: 1px solid #AEB3BD;
}

@media (min-width: 768px) {
  #main .minisite.ifa .avh-z-multimedia-receivers .row {
    padding-top: 100px;
  }
}

#main .minisite.ifa .avh-z-multimedia-receivers .text {
  background: #000;
  color: #FFF;
}

#main .minisite.ifa .avh-z-multimedia-receivers .text h2 {
  color: #FFF;
}

#main .minisite.minisite-octane {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

#main .minisite.minisite-octane h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 10px;
}

#main .minisite.minisite-octane .hero {
  padding: 10px 0;
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .hero {
    background: url("../img/minisites/octane/jeep.jpg") no-repeat center top;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .hero .image {
    display: none;
  }
}

#main .minisite.minisite-octane .hero .text-wrapper .text {
  padding: 30px;
  border-radius: 2px;
  background: #F3F3F3;
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .hero .text-wrapper .text {
    margin: 80px 0 30px;
    background: #FFF;
  }
}

@media (min-width: 1200px) {
  #main .minisite.minisite-octane .hero .text-wrapper .text {
    margin-top: 100px;
  }
}

#main .minisite.minisite-octane .hero .text-wrapper .text h1 {
  margin: 0 0 14px;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #021927;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}

#main .minisite.minisite-octane .hero .text-wrapper .text .grey {
  color: #949BAA;
}

#main .minisite.minisite-octane .hero .text-wrapper .text .red {
  color: #B7274C;
  font-weight: bold;
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .menu-wrapper nav ul li {
    margin-right: 100px;
  }
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .menu-wrapper nav ul li:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .menu-wrapper nav ul li a {
    padding: 15px 0 8px;
  }
}

#main .minisite.minisite-octane .avh-z7100dab {
  background: #000;
  background-size: contain;
  color: #FFF;
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .avh-z7100dab {
    margin-top: 10px;
  }
}

#main .minisite.minisite-octane .avh-z7100dab .text-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .avh-z7100dab .text-wrapper {
    padding-top: 40px;
  }
}

#main .minisite.minisite-octane .avh-z7100dab .text-wrapper .button {
  margin-top: 20px;
}

#main .minisite.minisite-octane .promotion {
  background: #B7274C;
  color: #FFF;
}

#main .minisite.minisite-octane .promotion .text-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .promotion .text-wrapper {
    padding-top: 40px;
  }
}

#main .minisite.minisite-octane .promotion .text-wrapper .condition-title {
  font-weight: bold;
  text-decoration: underline;
}

#main .minisite.minisite-octane .promotion .text-wrapper .conditions {
  font-style: italic;
}

#main .minisite.minisite-octane .promotion .text-wrapper .button {
  margin-top: 20px;
  background: #FFF;
  color: #000;
}

#main .minisite.minisite-octane .promotion .image {
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .promotion .image {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  #main .minisite.minisite-octane .promotion .image img {
    align-self: flex-end;
  }
}

#main .minisite.sph-10bt {
  color: #232021;
  background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px);
}

#main .minisite.sph-10bt strong {
  color: #232021;
  font-size: 1em;
  font-weight: bold;
  font-family: "Source Serif Pro", serif;
}

#main .minisite.sph-10bt a.button {
  background: #4c67ae;
}

#main .minisite.sph-10bt a.button:hover {
  background: #6e84bf;
}

#main .minisite.sph-10bt .hero {
  background: url("../img/minisites/sph-10bt/header.png") no-repeat center 20px/cover #e6e7e8;
}

#main .minisite.sph-10bt .hero .product {
  width: 200px;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .hero .product {
    width: auto;
    margin-top: 3em;
  }
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .hero {
    text-align: center;
    padding-top: 4em;
  }
}

#main .minisite.sph-10bt .menu-wrapper {
  z-index: 98;
}

#main .minisite.sph-10bt .menu-wrapper .menu {
  display: block;
  background: #FFF;
}

#main .minisite.sph-10bt .menu-wrapper .menu .container {
  padding: 0;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .menu-wrapper .menu {
    height: auto;
  }
  #main .minisite.sph-10bt .menu-wrapper .menu .container {
    padding: 0 15px;
  }
}

#main .minisite.sph-10bt .menu-wrapper nav ul {
  padding-top: 25px;
  overflow: visible;
  display: flex;
  justify-content: space-around;
}

#main .minisite.sph-10bt .menu-wrapper nav ul li {
  margin: 0 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .menu-wrapper nav ul li {
    margin: 0 25px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  #main .minisite.sph-10bt .menu-wrapper nav ul li {
    margin: 0 30px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #main .minisite.sph-10bt .menu-wrapper nav ul li {
    margin: 0 80px 0 0;
    width: auto;
    text-align: left;
  }
}

#main .minisite.sph-10bt .menu-wrapper nav ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #4c67ae;
}

#main .minisite.sph-10bt .menu-wrapper nav ul li a:hover, #main .minisite.sph-10bt .menu-wrapper nav ul li a.active {
  color: #4c67ae;
  border-color: #4c67ae;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .menu-wrapper nav ul li a {
    font-size: 1.2em;
    padding: 10px 0 8px;
  }
}

#main .minisite.sph-10bt .menu-wrapper nav ul li.stay-informed {
  position: absolute;
  right: 15%;
  top: -15px;
  margin-right: 0;
  width: 70%;
}

#main .minisite.sph-10bt .menu-wrapper nav ul li.stay-informed a {
  display: block;
  color: #FFF;
  background-color: #4c67ae;
  padding: 10px 30px;
  border-bottom: 0;
  background: linear-gradient(to bottom right, #4c67ae 0%, #50aabf 50%, #ab81ba 100%);
}

#main .minisite.sph-10bt .menu-wrapper nav ul li.stay-informed a:hover, #main .minisite.sph-10bt .menu-wrapper nav ul li.stay-informed a.active {
  color: #FFF;
  border-bottom: 0;
  background: #6e84bf;
}

#main .minisite.sph-10bt .menu-wrapper nav ul li.stay-informed a:hover, #main .minisite.sph-10bt .menu-wrapper nav ul li.stay-informed a.active {
  background: linear-gradient(to bottom right, #4c67ae 0%, #50aabf 50%, #ab81ba 100%);
  opacity: .9;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .menu-wrapper nav ul li.stay-informed {
    width: auto;
    position: inherit;
    align-self: flex-end;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .menu-wrapper nav ul {
    padding-top: 20px;
    justify-content: flex-start;
  }
}

#main .minisite.sph-10bt .bottom-triangle img {
  width: 100%;
  max-width: none;
}

#main .minisite.sph-10bt .gradient-bar {
  background: linear-gradient(to right, #FFF 0%, #4c67ae, 17%, #50aabf 51%, #ab81ba 81%, #FFF 100%);
  height: 20px;
  width: 100%;
}

#main .minisite.sph-10bt .button.c-fontain {
  background: #50aabf;
}

#main .minisite.sph-10bt .button.c-fontain:hover {
  background: #75bccd;
}

#main .minisite.sph-10bt .container .badge {
  margin-right: 2em;
  display: inline-block;
  vertical-align: bottom;
}

#main .minisite.sph-10bt .container .badge-number {
  color: #4c67ae;
  font-weight: 900;
  font-size: 4em;
  height: auto;
  line-height: 1em;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container .badge-number {
    font-size: 8em;
  }
}

#main .minisite.sph-10bt .container .badge-line {
  margin-top: 0.8em;
  background: #D1D3D4;
  width: 100%;
  height: 3px;
}

#main .minisite.sph-10bt .container .badge-knob {
  background: #4c67ae;
  width: 20px;
  height: 5px;
  top: -1px;
  left: 1em;
  position: relative;
}

#main .minisite.sph-10bt .container .main-title {
  color: #4c67ae;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 900;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container .main-title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 3.5em;
    padding-bottom: 28px;
    margin: 0;
    max-width: calc(100% - 180px);
  }
}

#main .minisite.sph-10bt .container .info {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  margin: 1em 0;
}

#main .minisite.sph-10bt .container .info.small {
  font-size: 0.935em;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container .info {
    font-size: 1.375em;
    margin: 2em 0;
  }
}

#main .minisite.sph-10bt .container .info-alt {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: "Source Sans Pro", sans-serif;
  margin: 1em 0;
}

#main .minisite.sph-10bt .container .info-alt.small {
  font-size: 0.935em;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container .info-alt {
    font-size: 1.375em;
    margin: 2em 0;
  }
}

#main .minisite.sph-10bt .container.why {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.why {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

#main .minisite.sph-10bt .container.why .img-large {
  padding: 2em 0;
}

#main .minisite.sph-10bt .container.what {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.what {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.sph-10bt .container.what .badge-number {
  color: #50aabf;
}

#main .minisite.sph-10bt .container.what .badge-knob {
  background: #50aabf;
}

#main .minisite.sph-10bt .container.what .main-title {
  max-width: 580px;
  color: #50aabf;
}

#main .minisite.sph-10bt .container.what .info {
  color: #414042;
}

#main .minisite.sph-10bt .container.what .info strong {
  color: #414042;
  font-size: 1em;
  font-weight: bold;
  font-family: "Source Serif Pro", serif;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.what .info {
    padding-right: 5em;
  }
}

#main .minisite.sph-10bt .container.what .button {
  position: relative;
  bottom: -25px;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.what {
    min-height: 900px;
    display: flex;
    flex-flow: column;
  }
  #main .minisite.sph-10bt .container.what .row:last-of-type {
    margin-top: auto;
  }
}

#main .minisite.sph-10bt .container.icons {
  padding-top: 0.5em;
  padding-bottom: 4em;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.icons {
    padding-top: 1.5em;
    padding-bottom: 12em;
  }
}

#main .minisite.sph-10bt .container.icons .icon-col {
  padding: 0 2em;
  text-align: center;
}

#main .minisite.sph-10bt .container.icons .icon-col h3 {
  text-transform: uppercase;
  min-height: 56px;
  font-weight: bold;
  font-size: 1.75rem;
}

#main .minisite.sph-10bt .container.icons .icon-col .icon {
  min-height: 130px;
  margin: 30px 0;
}

#main .minisite.sph-10bt .container.icons .icon-col .icon-info {
  color: #232021;
  font-family: "Source Serif Pro", serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.icons .icon-col {
    border-right: 2px solid #DEDEDE;
  }
}

#main .minisite.sph-10bt .container.icons .col-md-4:last-child .icon-col {
  border-right: none;
}

#main .minisite.sph-10bt .container.smart-sync {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.smart-sync {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.sph-10bt .container.smart-sync .row {
  padding-bottom: 2em;
  align-items: center;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.smart-sync .row {
    padding-bottom: 4em;
  }
  #main .minisite.sph-10bt .container.smart-sync .row:first-of-type {
    padding-bottom: 6em;
  }
}

#main .minisite.sph-10bt .container.smart-sync .world {
  padding-top: 2em;
}

#main .minisite.sph-10bt .container.smart-sync .floating-img {
  position: absolute;
  top: 40px;
  right: 0;
  max-width: 60%;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.smart-sync .floating-img {
    top: 60px;
  }
}

#main .minisite.sph-10bt .container.media-gallery {
  padding-top: 0;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.media-gallery {
    padding-top: 0;
    padding-bottom: 6em;
  }
}

#main .minisite.sph-10bt .container.media-gallery .badge-number {
  color: #ab81ba;
}

#main .minisite.sph-10bt .container.media-gallery .badge-knob {
  background: #ab81ba;
}

#main .minisite.sph-10bt .container.media-gallery .main-title {
  color: #ab81ba;
}

#main .minisite.sph-10bt .container.media-gallery .video-wrapper {
  margin: 50px 0 35px;
}

#main .minisite.sph-10bt .container.media-gallery img {
  margin: 15px 0;
}

#main .minisite.sph-10bt .container.apps {
  padding-top: 1em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.apps {
    padding-top: 3em;
    padding-bottom: 0;
  }
}

#main .minisite.sph-10bt .container.apps .badge-number {
  color: #232021;
}

#main .minisite.sph-10bt .container.apps .badge-knob {
  background: #232021;
}

#main .minisite.sph-10bt .container.apps .main-title {
  max-width: 580px;
  color: #232021;
}

#main .minisite.sph-10bt .container.apps .info-alt {
  margin-bottom: .75em;
}

#main .minisite.sph-10bt .container.apps .info-alt.small {
  margin: .75em 0 4em;
}

#main .minisite.sph-10bt .container.apps-grid {
  padding-bottom: 1em;
}

#main .minisite.sph-10bt .container.apps-grid.music .row {
  background: rgba(76, 103, 174, 0.3);
}

#main .minisite.sph-10bt .container.apps-grid.music .tile {
  border: 1px solid #4c67ae;
  border-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background 250ms ease-in-out;
}

#main .minisite.sph-10bt .container.apps-grid.music .tile img {
  max-width: none;
  width: auto;
}

#main .minisite.sph-10bt .container.apps-grid.music .tile .app {
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  color: #FFF;
  font-size: 1.25em;
  text-shadow: 4px 4px 10px #000;
}

#main .minisite.sph-10bt .container.apps-grid.music .tile.title {
  background: #4c67ae;
}

#main .minisite.sph-10bt .container.apps-grid.music .tile::before {
  content: "";
  float: left;
  padding-top: 100%;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.apps-grid.music .tile {
    border-left-color: transparent;
  }
}

#main .minisite.sph-10bt .container.apps-grid.music .apps-grid-foldout {
  display: none;
}

#main .minisite.sph-10bt .container.apps-grid.music .apps-grid-foldout-link {
  text-align: center;
  margin-top: 1em;
}

#main .minisite.sph-10bt .container.apps-grid.music .apps-grid-foldout-link a {
  color: #000;
  font-size: 1.25em;
  letter-spacing: .4px;
  font-weight: 700;
}

#main .minisite.sph-10bt .container.apps-grid.music .apps-grid-foldout-link a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}

#main .minisite.sph-10bt .container.apps-grid.music .apps-grid-foldout-link a.up::after {
  content: "\f106";
}

#main .minisite.sph-10bt .container.apps-grid.music .apps-grid-foldout-link a:hover {
  text-decoration: none;
  color: #333333;
}

#main .minisite.sph-10bt .container.apps-grid.music .apps-grid-foldout-link a:hover::after {
  color: #333333;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.apps-grid.music .col-md-3:last-of-type .tile {
    border-right-color: transparent;
  }
  #main .minisite.sph-10bt .container.apps-grid.music .row:last-of-type .tile {
    border-bottom: 0;
  }
}

#main .minisite.sph-10bt .container.apps-grid.maps .row {
  background: rgba(80, 170, 191, 0.3);
}

#main .minisite.sph-10bt .container.apps-grid.maps .tile {
  border: 1px solid #50aabf;
  border-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background 250ms ease-in-out;
}

#main .minisite.sph-10bt .container.apps-grid.maps .tile img {
  max-width: none;
  width: auto;
}

#main .minisite.sph-10bt .container.apps-grid.maps .tile .app {
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  color: #FFF;
  font-size: 1.25em;
  text-shadow: 4px 4px 10px #000;
}

#main .minisite.sph-10bt .container.apps-grid.maps .tile.title {
  background: #50aabf;
}

#main .minisite.sph-10bt .container.apps-grid.maps .tile::before {
  content: "";
  float: left;
  padding-top: 100%;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.apps-grid.maps .tile {
    border-left-color: transparent;
  }
}

#main .minisite.sph-10bt .container.apps-grid.maps .apps-grid-foldout {
  display: none;
}

#main .minisite.sph-10bt .container.apps-grid.maps .apps-grid-foldout-link {
  text-align: center;
  margin-top: 1em;
}

#main .minisite.sph-10bt .container.apps-grid.maps .apps-grid-foldout-link a {
  color: #000;
  font-size: 1.25em;
  letter-spacing: .4px;
  font-weight: 700;
}

#main .minisite.sph-10bt .container.apps-grid.maps .apps-grid-foldout-link a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}

#main .minisite.sph-10bt .container.apps-grid.maps .apps-grid-foldout-link a.up::after {
  content: "\f106";
}

#main .minisite.sph-10bt .container.apps-grid.maps .apps-grid-foldout-link a:hover {
  text-decoration: none;
  color: #333333;
}

#main .minisite.sph-10bt .container.apps-grid.maps .apps-grid-foldout-link a:hover::after {
  color: #333333;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.apps-grid.maps .col-md-3:last-of-type .tile {
    border-right-color: transparent;
  }
  #main .minisite.sph-10bt .container.apps-grid.maps .row:last-of-type .tile {
    border-bottom: 0;
  }
}

#main .minisite.sph-10bt .container.apps-grid.message .row {
  background: rgba(171, 129, 186, 0.3);
}

#main .minisite.sph-10bt .container.apps-grid.message .tile {
  border: 1px solid #ab81ba;
  border-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background 250ms ease-in-out;
}

#main .minisite.sph-10bt .container.apps-grid.message .tile img {
  max-width: none;
  width: auto;
}

#main .minisite.sph-10bt .container.apps-grid.message .tile .app {
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  color: #FFF;
  font-size: 1.25em;
  text-shadow: 4px 4px 10px #000;
}

#main .minisite.sph-10bt .container.apps-grid.message .tile.title {
  background: #ab81ba;
}

#main .minisite.sph-10bt .container.apps-grid.message .tile::before {
  content: "";
  float: left;
  padding-top: 100%;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.apps-grid.message .tile {
    border-left-color: transparent;
  }
}

#main .minisite.sph-10bt .container.apps-grid.message .apps-grid-foldout {
  display: none;
}

#main .minisite.sph-10bt .container.apps-grid.message .apps-grid-foldout-link {
  text-align: center;
  margin-top: 1em;
}

#main .minisite.sph-10bt .container.apps-grid.message .apps-grid-foldout-link a {
  color: #000;
  font-size: 1.25em;
  letter-spacing: .4px;
  font-weight: 700;
}

#main .minisite.sph-10bt .container.apps-grid.message .apps-grid-foldout-link a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}

#main .minisite.sph-10bt .container.apps-grid.message .apps-grid-foldout-link a.up::after {
  content: "\f106";
}

#main .minisite.sph-10bt .container.apps-grid.message .apps-grid-foldout-link a:hover {
  text-decoration: none;
  color: #333333;
}

#main .minisite.sph-10bt .container.apps-grid.message .apps-grid-foldout-link a:hover::after {
  color: #333333;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .container.apps-grid.message .col-md-3:last-of-type .tile {
    border-right-color: transparent;
  }
  #main .minisite.sph-10bt .container.apps-grid.message .row:last-of-type .tile {
    border-bottom: 0;
  }
}

#main .minisite.sph-10bt .background-wrapper-why {
  background: url("../img/minisites/shared/bg-triangle.png") no-repeat 100% 99%/cover;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .background-wrapper-why {
    background: url("../img/minisites/shared/bg-triangle.png") no-repeat 100% 99%/cover;
    min-height: auto;
  }
}

#main .minisite.sph-10bt .background-wrapper-icons {
  position: relative;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .background-wrapper-icons {
    background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px), url("../img/minisites/sph-10bt/bg-road.png") no-repeat center bottom/100% 50% #FFF;
    min-height: 650px;
  }
}

#main .minisite.sph-10bt .background-wrapper-icons::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(244, 244, 245, 0), #f4f4f5);
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .background-wrapper-what {
    background: url("../img/minisites/sph-10bt/bg-what.png") no-repeat center top/cover;
    min-height: 900px;
  }
}

#main .minisite.sph-10bt .background-wrapper-smart-sync {
  background: #FFF;
  position: relative;
}

#main .minisite.sph-10bt .background-wrapper-apps {
  background: linear-gradient(to top, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}

#main .minisite.sph-10bt .background-wrapper-apps-grid {
  background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px), url("../img/minisites/sph-10bt/bg-gradient.jpg") no-repeat center bottom #FFF;
}

@media (min-width: 768px) {
  #main .minisite.sph-10bt .background-wrapper-apps-grid {
    background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px), url("../img/minisites/sph-10bt/bg-gradient.jpg") no-repeat center bottom/cover #FFF;
  }
}

#main .minisite.tsa {
  background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px);
  color: #0A131A;
}

#main .minisite.tsa .hero {
  background: url("../img/minisites/tsa/bg-header.jpg") no-repeat center center/cover;
  text-align: left;
}

#main .minisite.tsa .hero .hero-content h1 {
  text-shadow: 0 0 12px #FFF;
}

#main .minisite.tsa .menu-wrapper {
  z-index: 98;
}

#main .minisite.tsa .menu-wrapper .menu {
  display: block;
  background: #FFF;
}

#main .minisite.tsa .menu-wrapper .menu .container {
  padding: 0;
}

@media (min-width: 768px) {
  #main .minisite.tsa .menu-wrapper .menu {
    height: auto;
  }
  #main .minisite.tsa .menu-wrapper .menu .container {
    padding: 0 15px;
  }
}

#main .minisite.tsa .menu-wrapper nav ul {
  padding-top: 25px;
  overflow: visible;
  display: flex;
  justify-content: space-around;
}

#main .minisite.tsa .menu-wrapper nav ul li {
  margin: 0 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.tsa .menu-wrapper nav ul li {
    margin: 0 25px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  #main .minisite.tsa .menu-wrapper nav ul li {
    margin: 0 30px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #main .minisite.tsa .menu-wrapper nav ul li {
    margin: 0 80px 0 0;
    width: auto;
    text-align: left;
  }
}

#main .minisite.tsa .menu-wrapper nav ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #B52B4E;
}

#main .minisite.tsa .menu-wrapper nav ul li a:hover, #main .minisite.tsa .menu-wrapper nav ul li a.active {
  color: #B52B4E;
  border-color: #B52B4E;
}

@media (min-width: 768px) {
  #main .minisite.tsa .menu-wrapper nav ul li a {
    font-size: 1.2em;
    padding: 10px 0 8px;
  }
}

#main .minisite.tsa .menu-wrapper nav ul li.stay-informed {
  position: absolute;
  right: 15%;
  top: -15px;
  margin-right: 0;
  width: 70%;
}

#main .minisite.tsa .menu-wrapper nav ul li.stay-informed a {
  display: block;
  color: #FFF;
  background-color: #B52B4E;
  padding: 10px 30px;
  border-bottom: 0;
}

#main .minisite.tsa .menu-wrapper nav ul li.stay-informed a:hover, #main .minisite.tsa .menu-wrapper nav ul li.stay-informed a.active {
  color: #FFF;
  border-bottom: 0;
  background: #d24166;
}

@media (min-width: 768px) {
  #main .minisite.tsa .menu-wrapper nav ul li.stay-informed {
    width: auto;
    position: inherit;
    align-self: flex-end;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #main .minisite.tsa .menu-wrapper nav ul {
    padding-top: 20px;
    justify-content: flex-start;
  }
}

#main .minisite.tsa .container strong {
  color: #0A131A;
  font-size: inherit;
  font-weight: bold;
  font-family: inherit;
}

#main .minisite.tsa .container .badge {
  margin-right: 2em;
  display: inline-block;
  vertical-align: bottom;
}

#main .minisite.tsa .container .badge-number {
  color: #B7274C;
  font-weight: 900;
  font-size: 4em;
  height: auto;
  line-height: 1em;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container .badge-number {
    font-size: 8em;
  }
}

#main .minisite.tsa .container .badge-line {
  margin-top: 0.8em;
  background: #D1D3D4;
  width: 100%;
  height: 3px;
}

#main .minisite.tsa .container .badge-knob {
  background: #B7274C;
  width: 20px;
  height: 5px;
  top: -1px;
  left: 1em;
  position: relative;
}

#main .minisite.tsa .container .main-title {
  color: #B7274C;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 900;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container .main-title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 3.5em;
    padding-bottom: 28px;
    margin: 0;
    max-width: calc(100% - 180px);
  }
}

#main .minisite.tsa .container .info {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  margin: 1em 0;
  color: #0A131A;
}

#main .minisite.tsa .container .info.small {
  font-size: 0.935em;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container .info {
    font-size: 1.375em;
    margin: 2em 0;
  }
}

#main .minisite.tsa .container.why {
  padding-top: 2em;
  padding-bottom: 4em;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.why {
    padding-top: 6em;
    padding-bottom: 12em;
  }
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.why {
    padding-top: 8em;
    padding-bottom: 4em;
  }
  #main .minisite.tsa .container.why .img--absolute-right {
    display: block;
  }
}

#main .minisite.tsa .container.why .why-info {
  padding-top: 0;
}

#main .minisite.tsa .container.why .why-info.info {
  margin-bottom: 2em;
}

#main .minisite.tsa .container.why .why-info.caption {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.why .why-info.first {
    padding-top: 2em;
  }
}

#main .minisite.tsa .container.why img {
  padding-top: 1em;
}

#main .minisite.tsa .container.icons {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#main .minisite.tsa .container.icons .icon-col {
  padding: 0 2em;
  text-align: center;
}

#main .minisite.tsa .container.icons .icon-col h3 {
  text-transform: uppercase;
  min-height: 56px;
  font-weight: bold;
  font-size: 1.75rem;
}

#main .minisite.tsa .container.icons .icon-col .icon {
  min-height: 130px;
  margin: 30px 0;
}

#main .minisite.tsa .container.icons .icon-col .icon-info {
  color: #232021;
  font-family: "Source Serif Pro", serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.icons .icon-col {
    border-right: 2px solid #DEDEDE;
  }
}

#main .minisite.tsa .container.icons .col-md-4:last-child .icon-col {
  border-right: none;
}

#main .minisite.tsa .container.icons .icon-col {
  border-right: none;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.icons .icon-col {
    padding: 0 4em;
  }
}

#main .minisite.tsa .container.icons .icon-col h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  min-height: 56px;
  font-weight: bold;
  text-align: center;
}

#main .minisite.tsa .container.icons .icon-col p {
  text-align: center;
}

#main .minisite.tsa .container.icons .icon-col .icon-info {
  color: #000;
}

#main .minisite.tsa .container.icons .icon-col .icon-info strong {
  color: #000;
}

#main .minisite.tsa .container.icons .icon-col .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 2em 0;
  padding: 0 1.5em;
}

#main .minisite.tsa .container.icons .icon-col .icon > img {
  max-height: 100%;
  width: auto;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.icons .col-md-4:nth-last-child(2) .icon-col {
    border-left: 2px solid #AEB3BD;
    border-right: 2px solid #AEB3BD;
  }
}

#main .minisite.tsa .container.what .badge {
  vertical-align: bottom;
}

#main .minisite.tsa .container.what .badge .badge-number {
  color: #000;
}

#main .minisite.tsa .container.what .badge .badge-line .badge-knob {
  background: #000;
}

#main .minisite.tsa .container.what h2 {
  color: #000;
  margin-bottom: -5px;
  vertical-align: bottom;
}

@media (min-width: 480px) {
  #main .minisite.tsa .container.what h2 {
    padding-right: 29%;
  }
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.what h2 {
    max-width: 77%;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  #main .minisite.tsa .container.what h2 {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  #main .minisite.tsa .container.what h2 {
    max-width: 45%;
  }
}

#main .minisite.tsa .container.what .what-info {
  margin-top: 2em;
  padding-right: 30%;
}

@media (min-width: 480px) {
  #main .minisite.tsa .container.what .what-info {
    padding-right: 40%;
  }
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.what .what-info {
    padding-right: 10%;
  }
}

@media (min-width: 1024px) {
  #main .minisite.tsa .container.what .what-info {
    padding-right: 20%;
  }
}

#main .minisite.tsa .container.download .col-md-6 {
  z-index: 1;
}

#main .minisite.tsa .container.download .download-phone {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.download .download-phone {
    display: block;
    position: absolute;
    bottom: -40px;
    width: 280px;
    z-index: 2;
  }
}

@media (min-width: 1024px) {
  #main .minisite.tsa .container.download .download-phone {
    bottom: -50px;
    width: 370px;
  }
}

@media (min-width: 1200px) {
  #main .minisite.tsa .container.download .download-phone {
    bottom: -62px;
    width: 470px;
  }
}

@media (min-width: 1280px) {
  #main .minisite.tsa .container.download .download-phone {
    bottom: -5.1vw;
    width: 500px;
  }
}

#main .minisite.tsa .container.download .download-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0;
}

#main .minisite.tsa .container.download .download-content .logo {
  max-width: 400px;
}

#main .minisite.tsa .container.download .download-buttons {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

#main .minisite.tsa .container.download .download-buttons .btn-download {
  margin: 4px 8px;
  transition: all .2s linear;
  width: 164px;
}

#main .minisite.tsa .container.download .download-buttons .btn-download:hover {
  opacity: .8;
}

#main .minisite.tsa .container.download .download-slogan {
  font-size: 1.5em;
  margin-top: 42px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.download .download-content {
    padding-top: 4em;
  }
  #main .minisite.tsa .container.download .download-slogan {
    font-size: 1.75em;
  }
}

@media (min-width: 1024px) {
  #main .minisite.tsa .container.download .download-content {
    padding-top: 8em;
    padding-bottom: 6em;
  }
}

@media (min-width: 1200px) {
  #main .minisite.tsa .container.download .download-content {
    padding-top: 10em;
    padding-bottom: 8em;
  }
  #main .minisite.tsa .container.download .download-content .logo {
    max-width: 100%;
  }
  #main .minisite.tsa .container.download .download-buttons .btn-download {
    width: 210px;
  }
  #main .minisite.tsa .container.download .download-slogan {
    margin-top: 60px;
  }
}

#main .minisite.tsa .container.media-gallery {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.media-gallery {
    padding-top: 5em;
  }
}

#main .minisite.tsa .container.media-gallery .gallery {
  padding-top: 4em;
  padding-bottom: 4em;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.media-gallery .gallery {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

#main .minisite.tsa .container.media-gallery .gallery-link {
  color: #0A131A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Serif Pro", serif;
  font-size: 1.2em;
  font-weight: 600;
  height: 100%;
  padding: 2em 1em;
  text-decoration: none;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.media-gallery .gallery-link {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

#main .minisite.tsa .container.media-gallery .gallery-link:hover, #main .minisite.tsa .container.media-gallery .gallery-link:focus {
  color: #B7274C;
}

#main .minisite.tsa .container.media-gallery .gallery-link:hover > img, #main .minisite.tsa .container.media-gallery .gallery-link:focus > img {
  transform: scale(1.05);
}

#main .minisite.tsa .container.media-gallery .gallery-link > img {
  max-height: 200px;
  transition: all .2s linear;
}

#main .minisite.tsa .container.media-gallery .gallery-link-name {
  margin-top: 1.1em;
}

#main .minisite.tsa .container.media-gallery .gallery-link--large > img {
  max-height: 400px;
}

#main .minisite.tsa .container.media-gallery .gallery-link--large .gallery-link-name {
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.media-gallery .gallery-link--large .gallery-link-name {
    font-size: 2.25rem;
  }
}

#main .minisite.tsa .container.media-gallery .gallery .read-more {
  margin-top: 3em;
  text-align: center;
}

#main .minisite.tsa .container.features {
  padding-bottom: 4em;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.features {
    padding-bottom: 8em;
  }
}

#main .minisite.tsa .container.features .features-subtitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.features .features-subtitle {
    margin-bottom: 34px;
  }
}

#main .minisite.tsa .container.features .features-list {
  padding-top: 3em;
}

@media (min-width: 768px) {
  #main .minisite.tsa .container.features .features-list {
    padding-top: 5em;
  }
}

#main .minisite.tsa .container.features ol {
  color: #000;
  font-family: "Source Serif Pro", serif;
  font-size: 20px;
}

#main .minisite.tsa .container.features ol li {
  margin-bottom: 24px;
}

#main .minisite.tsa .bottom-triangle {
  position: relative;
  z-index: 0;
}

#main .minisite.tsa .bottom-triangle img {
  width: 100%;
  max-width: none;
}

#main .minisite.tsa .background-wrapper.why {
  background: url("../img/minisites/tsa/why-a-series.png") no-repeat 100% 20px;
  background-size: 170px;
}

@media (min-width: 768px) {
  #main .minisite.tsa .background-wrapper.why {
    background: url("../img/minisites/tsa/why-a-series.png") no-repeat 100% 25%;
    min-height: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.tsa .background-wrapper.why {
    background-size: 45%;
  }
}

@media (min-width: 1024px) {
  #main .minisite.tsa .background-wrapper.why {
    background-position: 100% 35%;
  }
}

@media (min-width: 1200px) {
  #main .minisite.tsa .background-wrapper.why {
    background-position: 100% 50%;
  }
}

#main .minisite.tsa .background-wrapper.icons {
  background: url("../img/minisites/tsa/bg-road.png") no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  #main .minisite.tsa .background-wrapper.icons {
    background: url("../img/minisites/tsa/bg-road.png") no-repeat center center;
    min-height: auto;
  }
}

@media (min-width: 768px) {
  #main .minisite.tsa .background-wrapper.icons {
    background-size: cover;
  }
}

#main .minisite.tsa .background-wrapper.what {
  padding-top: 4em;
  padding-bottom: 4em;
  background: url("../img/minisites/tsa/bg-what.png") no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  #main .minisite.tsa .background-wrapper.what {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}

@media (min-width: 768px) {
  #main .minisite.tsa .background-wrapper.what {
    background: url("../img/minisites/tsa/bg-what.png") no-repeat center center;
    min-height: auto;
  }
}

@media (min-width: 768px) {
  #main .minisite.tsa .background-wrapper.what {
    background-position: 50% 0;
    background-size: cover;
    padding-top: 6em;
    padding-bottom: 10em;
  }
}

@media (min-width: 1024px) {
  #main .minisite.tsa .background-wrapper.what {
    background-position: 60% 0;
    padding-top: 9em;
    padding-bottom: 14em;
  }
}

@media (min-width: 1200px) {
  #main .minisite.tsa .background-wrapper.what {
    background-position: 90% 0;
    padding-top: 11em;
    padding-bottom: 18em;
  }
}

#main .minisite.tsa .background-wrapper.download {
  background: #FFF;
}

#main .minisite.waze {
  color: #70798D;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 23px;
}

#main .minisite.waze .hero {
  padding: 20px 0 0;
  background: url("../img/minisites/waze/waze_header_background@1x.jpg") no-repeat center top;
  background-size: cover;
}

#main .minisite.waze .hero .image {
  text-align: center;
}

#main .minisite.waze .hero .text {
  padding: 30px;
  border-radius: 2px;
  background: #F3F3F3;
}

@media (min-width: 768px) {
  #main .minisite.waze .hero .text {
    margin: 30px 0;
    background: #FFF;
  }
}

#main .minisite.waze .hero .text h1 {
  margin: 0 0 14px;
  padding: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #021927;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

#main .minisite.waze .hero .text p {
  margin: 0 0 1rem;
}

#main .minisite.waze .avh-z-series {
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, transparent 20px), url("../img/minisites/waze/img_background.jpg") no-repeat center center;
  background-size: cover;
  color: #FFF;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.waze .avh-z-series {
    margin: 0 0 60px;
  }
}

#main .minisite.waze .avh-z-series .avh-z-series-products {
  padding-top: 40px;
}

@media (min-width: 1200px) {
  #main .minisite.waze .avh-z-series .avh-z-series-products {
    width: 1024px;
    padding-top: 60px;
  }
}

#main .minisite.waze .avh-z-series .avh-z-series-products .row {
  padding: 40px 0;
}

@media (min-width: 1200px) {
  #main .minisite.waze .avh-z-series .avh-z-series-products .row {
    padding: 60px 0;
  }
}

#main .minisite.waze .avh-z-series .avh-z-series-products .row p {
  margin: 10px 0 20px;
}

#main .minisite.waze .avh-z-series .avh-z-series-products h2 {
  color: #FFF;
}

#main .minisite.waze .avh-z-series .avh-z-series-products h3 {
  margin: 20px 0 0;
  color: #FFF;
}

#main .minisite.waze .avh-z-series .avh-z-series-products .intro {
  max-width: 768px;
  margin: 0 auto 20px;
}

#main .minisite.waze .waze-apple-carplay,
#main .minisite.waze .waze-android-auto,
#main .minisite.waze .waze-appradio-mode {
  padding: 50px 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-apple-carplay,
  #main .minisite.waze .waze-android-auto,
  #main .minisite.waze .waze-appradio-mode {
    padding: 80px 0;
    border-bottom: 1px solid #EDEDED;
    text-align: left;
  }
}

#main .minisite.waze .waze-apple-carplay .content,
#main .minisite.waze .waze-android-auto .content,
#main .minisite.waze .waze-appradio-mode .content {
  padding: 20px 0 50px;
  border-bottom: 1px solid #EDEDED;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-apple-carplay .content,
  #main .minisite.waze .waze-android-auto .content,
  #main .minisite.waze .waze-appradio-mode .content {
    border-bottom: 0;
  }
}

#main .minisite.waze .waze-apple-carplay .content .info,
#main .minisite.waze .waze-android-auto .content .info,
#main .minisite.waze .waze-appradio-mode .content .info {
  padding: 20px;
  background: #F1F1F3;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-apple-carplay .content .info,
  #main .minisite.waze .waze-android-auto .content .info,
  #main .minisite.waze .waze-appradio-mode .content .info {
    margin-bottom: 30px;
  }
}

#main .minisite.waze .waze-apple-carplay .content .info img,
#main .minisite.waze .waze-android-auto .content .info img,
#main .minisite.waze .waze-appradio-mode .content .info img {
  padding: 0 0 20px;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-apple-carplay .content .info img,
  #main .minisite.waze .waze-android-auto .content .info img,
  #main .minisite.waze .waze-appradio-mode .content .info img {
    padding: 0 20px 0 0;
  }
}

#main .minisite.waze .waze-apple-carplay .content .info span,
#main .minisite.waze .waze-android-auto .content .info span,
#main .minisite.waze .waze-appradio-mode .content .info span {
  display: block;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-apple-carplay .content .info span,
  #main .minisite.waze .waze-android-auto .content .info span,
  #main .minisite.waze .waze-appradio-mode .content .info span {
    display: inline-block;
  }
}

#main .minisite.waze .waze-compatibility-chart-title {
  padding: 50px 0 10px;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart-title {
    padding: 80px 0 60px;
  }
}

#main .minisite.waze .waze-compatibility-chart {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart {
    padding-bottom: 80px;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper {
  position: relative;
  padding-bottom: 1em;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
  display: flex;
  padding: 0 30px;
  margin-top: 4em;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(100% - 8em);
    width: 100%;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before,
#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
  font-family: "FontAwesome";
  color: #000;
  font-size: 4rem;
  opacity: .3;
  transition: all 250ms ease-in-out;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-prev:hover::before,
#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-next:hover::before {
  opacity: 1;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before,
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
    font-size: 7rem;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-prev {
  position: absolute;
  left: 3rem;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before {
  content: "\f104";
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-next {
  position: absolute;
  right: 3rem;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
  content: "\f105";
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .scroll-notification {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  letter-spacing: .3px;
  color: #000;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .scroll-notification {
    display: none;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 8em);
  left: 0;
  bottom: 0;
  background: #FFF;
  box-shadow: 0 0 20px #CDCDCD;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper {
    padding-bottom: 3em;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product {
  padding: 1em 0;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-image {
  position: relative;
  padding-bottom: 3em;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-image::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 85%;
  width: 50%;
  height: 2%;
  border-radius: 50%;
  box-shadow: 0 25px 15px 4px rgba(0, 0, 0, 0.28);
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-title {
  font-weight: 900;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-title.desktop {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-title.desktop {
    display: block;
    margin-top: 2.5em;
    font-size: 2.5em;
  }
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-title.mobile {
    display: none;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-description {
  font-size: 1em;
  line-height: 1.2em;
  font-family: "Source Serif Pro", serif;
  margin: 2em 0;
  letter-spacing: .3px;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-description.small {
  font-size: 0.85em;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-description {
    font-size: 1.25em;
    margin: 4em 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-description {
    margin: 0 0 1em;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-link {
  color: #000;
  font-size: 1.25em;
  letter-spacing: .4px;
  font-weight: 700;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-link::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-link:hover {
  text-decoration: none;
  color: #B52B4E;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-link:hover::after {
  color: #B52B4E;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-buy {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product-buy {
    display: inline-block;
    float: right;
  }
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .product {
    padding: 4em 0 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper {
    display: none;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper::before {
  height: 100%;
}

#main .minisite.waze .waze-compatibility-chart .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
  margin-top: 2em;
}

#main .minisite.waze .waze-compatibility-chart .products-table-labels {
  margin-top: 74px;
}

#main .minisite.waze .waze-compatibility-chart .products-table-labels .label {
  display: flex;
  align-items: center;
  font-weight: 900;
  color: #000;
  font-size: .75rem;
  line-height: .75rem;
  padding-right: 1em;
  height: 55px;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-table-labels {
    margin-top: 66px;
  }
  #main .minisite.waze .waze-compatibility-chart .products-table-labels .label {
    font-size: 1rem;
    line-height: 1rem;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-table-values {
  display: flex;
}

#main .minisite.waze .waze-compatibility-chart .products-table-product {
  display: none;
}

#main .minisite.waze .waze-compatibility-chart .products-table-product .product-wrapper {
  color: #414042;
  font-family: "Source Serif Pro", serif;
  font-size: .75rem;
  line-height: .75rem;
  background: #FFF;
  padding: 2em 1em 1em;
  display: block;
  margin-bottom: 3em;
  text-align: center;
}

#main .minisite.waze .waze-compatibility-chart .products-table-product .product-wrapper:hover, #main .minisite.waze .waze-compatibility-chart .products-table-product .product-wrapper:active, #main .minisite.waze .waze-compatibility-chart .products-table-product .product-wrapper:focus {
  text-decoration: none;
  color: #414042;
  box-shadow: 0 10px 10px #CDCDCD;
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-table-product .product-wrapper {
    margin-bottom: 0;
    padding-bottom: 3em;
    font-size: 1rem;
    line-height: 1rem;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-table-product h3 {
  font-weight: 900;
  font-size: 1rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-table-product h3 {
    font-size: 1.5rem;
    margin-bottom: .25em;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-table-product .value {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .minisite.waze .waze-compatibility-chart .products-table-product .check::before,
#main .minisite.waze .waze-compatibility-chart .products-table-product .cross::before {
  font-family: "FontAwesome";
  font-size: 1.5rem;
}

#main .minisite.waze .waze-compatibility-chart .products-table-product .check::before {
  content: "\f00c";
  color: #27B73B;
}

#main .minisite.waze .waze-compatibility-chart .products-table-product .cross::before {
  content: "\f00d";
  color: #BF0C0C;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-table-product .product-buy {
    display: none;
  }
}

#main .minisite.waze .waze-compatibility-chart .products-table-product.selected {
  display: block;
  z-index: 2;
  border-left-color: transparent;
}

#main .minisite.waze .waze-compatibility-chart .products-table-product.selected .product-wrapper {
  box-shadow: 0 20px 20px #CDCDCD;
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-table-product {
    display: block;
    flex: 1 0 auto;
    border-left: 1px solid #DEDEDE;
  }
  #main .minisite.waze .waze-compatibility-chart .products-table-product:first-of-type {
    border-left-color: transparent;
  }
}

@media (min-width: 768px) {
  #main .minisite.waze .waze-compatibility-chart .products-table-product .product-wrapper, #main .minisite.waze .waze-compatibility-chart .products-table-product .product-wrapper:hover, #main .minisite.waze .waze-compatibility-chart .products-table-product .product-wrapper:active, #main .minisite.waze .waze-compatibility-chart .products-table-product .product-wrapper:focus, #main .minisite.waze .waze-compatibility-chart .products-table-product.selected .product-wrapper, #main .minisite.waze .waze-compatibility-chart .products-table-product.selected .product-wrapper:hover, #main .minisite.waze .waze-compatibility-chart .products-table-product.selected .product-wrapper:active, #main .minisite.waze .waze-compatibility-chart .products-table-product.selected .product-wrapper:focus {
    box-shadow: none;
  }
}

#main .minisite.waze .download {
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.waze .download {
    padding: 80px 0 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.waze .download > div {
    border-right: 1px solid #EDEDED;
  }
}

#main .minisite.waze .download > div .content {
  padding: 30px 0;
  border-bottom: 1px solid #EDEDED;
}

@media (min-width: 768px) {
  #main .minisite.waze .download > div .content {
    border-bottom: 0;
  }
}

#main .minisite.waze .download > div .content a {
  display: inline-block;
}

@media (min-width: 768px) {
  #main .minisite.waze .download > div:last-of-type {
    border-right: 0;
  }
}

#main .minisite.waze .download > div:last-of-type .content {
  border-bottom: 0;
}

#main .minisite.waze .download h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
}

body.section-wifi-avic {
  overflow-x: hidden;
}

#main .minisite.wifi-avic {
  background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px);
}

#main .minisite.wifi-avic strong {
  color: #595A5C;
  font-size: 1em;
  font-weight: bold;
  font-family: "Source Serif Pro", serif;
}

#main .minisite.wifi-avic a.button {
  background: #B52B4E;
}

#main .minisite.wifi-avic a.button:hover {
  background: #d24166;
}

#main .minisite.wifi-avic .hero {
  background: url("../img/minisites/wifi_avic/bg-header.png") no-repeat center bottom/cover;
}

html[lang=de] #main .minisite.wifi-avic .hero {
  background-image: url("../img/minisites/wifi_avic/bg-header-de.png");
}

#main .minisite.wifi-avic .hero-content {
  padding: 2em 0 7em;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .hero {
    min-height: 680px;
  }
}

#main .minisite.wifi-avic .menu-wrapper {
  z-index: 98;
}

#main .minisite.wifi-avic .menu-wrapper .menu {
  display: block;
  background: #FFF;
}

#main .minisite.wifi-avic .menu-wrapper .menu .container {
  padding: 0;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .menu-wrapper .menu {
    height: auto;
  }
  #main .minisite.wifi-avic .menu-wrapper .menu .container {
    padding: 0 15px;
  }
}

#main .minisite.wifi-avic .menu-wrapper nav ul {
  padding-top: 25px;
  overflow: visible;
  display: flex;
  justify-content: space-around;
}

#main .minisite.wifi-avic .menu-wrapper nav ul li {
  margin: 0 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .menu-wrapper nav ul li {
    margin: 0 25px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  #main .minisite.wifi-avic .menu-wrapper nav ul li {
    margin: 0 30px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #main .minisite.wifi-avic .menu-wrapper nav ul li {
    margin: 0 80px 0 0;
    width: auto;
    text-align: left;
  }
}

#main .minisite.wifi-avic .menu-wrapper nav ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #B52B4E;
}

#main .minisite.wifi-avic .menu-wrapper nav ul li a:hover, #main .minisite.wifi-avic .menu-wrapper nav ul li a.active {
  color: #B52B4E;
  border-color: #B52B4E;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .menu-wrapper nav ul li a {
    font-size: 1.2em;
    padding: 10px 0 8px;
  }
}

#main .minisite.wifi-avic .menu-wrapper nav ul li.stay-informed {
  position: absolute;
  right: 15%;
  top: -15px;
  margin-right: 0;
  width: 70%;
}

#main .minisite.wifi-avic .menu-wrapper nav ul li.stay-informed a {
  display: block;
  color: #FFF;
  background-color: #B52B4E;
  padding: 10px 30px;
  border-bottom: 0;
}

#main .minisite.wifi-avic .menu-wrapper nav ul li.stay-informed a:hover, #main .minisite.wifi-avic .menu-wrapper nav ul li.stay-informed a.active {
  color: #FFF;
  border-bottom: 0;
  background: #d24166;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .menu-wrapper nav ul li.stay-informed {
    width: auto;
    position: inherit;
    align-self: flex-end;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .menu-wrapper nav ul {
    padding-top: 20px;
    justify-content: flex-start;
  }
}

#main .minisite.wifi-avic .bottom-triangle img {
  width: 100%;
  max-width: none;
}

#main .minisite.wifi-avic .container .badge {
  margin-right: 2em;
  display: inline-block;
  vertical-align: bottom;
}

#main .minisite.wifi-avic .container .badge-number {
  color: #B52B4E;
  font-weight: 900;
  font-size: 4em;
  height: auto;
  line-height: 1em;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container .badge-number {
    font-size: 8em;
  }
}

#main .minisite.wifi-avic .container .badge-line {
  margin-top: 0.8em;
  background: #D1D3D4;
  width: 100%;
  height: 3px;
}

#main .minisite.wifi-avic .container .badge-knob {
  background: #B52B4E;
  width: 20px;
  height: 5px;
  top: -1px;
  left: 1em;
  position: relative;
}

#main .minisite.wifi-avic .container .main-title {
  color: #B52B4E;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 900;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container .main-title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 3.5em;
    padding-bottom: 28px;
    margin: 0;
    max-width: calc(100% - 180px);
  }
}

#main .minisite.wifi-avic .container .info {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  margin: 1em 0;
}

#main .minisite.wifi-avic .container .info.small {
  font-size: 0.935em;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container .info {
    font-size: 1.375em;
    margin: 2em 0;
  }
}

#main .minisite.wifi-avic .container.why {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container.why {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.wifi-avic .container.why .info {
  color: #595A5C;
}

#main .minisite.wifi-avic .container.why .img-large {
  padding-top: 1em;
}

#main .minisite.wifi-avic .container.icons {
  padding-top: 0.5em;
  padding-bottom: 2.5em;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container.icons {
    padding-top: 1.5em;
    padding-bottom: 7.5em;
  }
}

#main .minisite.wifi-avic .container.icons .icon-col {
  padding: 0 2em;
  text-align: center;
}

#main .minisite.wifi-avic .container.icons .icon-col h3 {
  text-transform: uppercase;
  min-height: 56px;
  font-weight: bold;
  font-size: 1.75rem;
}

#main .minisite.wifi-avic .container.icons .icon-col .icon {
  min-height: 130px;
  margin: 30px 0;
}

#main .minisite.wifi-avic .container.icons .icon-col .icon-info {
  color: #232021;
  font-family: "Source Serif Pro", serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container.icons .icon-col {
    border-right: 2px solid #DEDEDE;
  }
}

#main .minisite.wifi-avic .container.icons .col-md-4:last-child .icon-col {
  border-right: none;
}

#main .minisite.wifi-avic .container.what {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container.what {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.wifi-avic .container.what .title {
  max-width: 580px;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container.what .info {
    padding-right: 5em;
  }
}

#main .minisite.wifi-avic .container.what .button {
  position: relative;
  bottom: -25px;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container.what {
    min-height: 900px;
    display: flex;
    flex-flow: column;
  }
  #main .minisite.wifi-avic .container.what .row:last-of-type {
    margin-top: auto;
  }
}

#main .minisite.wifi-avic .container.logos {
  padding-top: 2em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container.logos {
    padding-top: 6em;
    padding-bottom: 0;
  }
}

#main .minisite.wifi-avic .container.logos .info {
  color: #021927;
}

#main .minisite.wifi-avic .container.logos .info img {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container.logos .info:first-of-type {
    text-align: right;
    padding-left: 2em;
  }
  #main .minisite.wifi-avic .container.logos .info:last-of-type {
    padding-right: 2em;
  }
  #main .minisite.wifi-avic .container.logos .info:last-of-type img {
    padding-top: 13px;
  }
}

#main .minisite.wifi-avic .container.logos .row:last-of-type .col-md-12 {
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .container-md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  #main .minisite.wifi-avic .container-md {
    max-width: 1280px;
  }
}

#main .minisite.wifi-avic .background-wrapper-why {
  background: url("../img/minisites/shared/bg-triangle.png") no-repeat 100% 99%/cover;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .background-wrapper-why {
    background: url("../img/minisites/shared/bg-triangle.png") no-repeat 100% 99%/cover;
    min-height: auto;
  }
}

#main .minisite.wifi-avic .background-wrapper-icons {
  position: relative;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .background-wrapper-icons {
    background: repeating-linear-gradient(125deg, rgba(35, 32, 33, 0.08), rgba(35, 32, 33, 0.08) 2px, transparent 2px, transparent 15px), url("../img/minisites/wifi_avic/bg-road-alt.png") no-repeat center/cover #f4f4f5;
    min-height: 650px;
  }
}

#main .minisite.wifi-avic .background-wrapper-icons::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(244, 244, 245, 0), #f4f4f5);
}

#main .minisite.wifi-avic .background-wrapper-what {
  margin-top: -6px;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .background-wrapper-what {
    background: url("../img/minisites/wifi_avic/bg-what.png") no-repeat center top/cover;
    min-height: 900px;
  }
}

@media (min-width: 768px) {
  html[lang=de] #main .minisite.wifi-avic .background-wrapper-what {
    background: url("../img/minisites/wifi_avic/bg-what-de.png") no-repeat center -28px/cover;
    min-height: 660px;
  }
}

#main .minisite.wifi-avic .background-wrapper-logos {
  background: #FFF;
  box-shadow: 0 0 20px #CDCDCD;
}

#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper {
  position: relative;
  padding-bottom: 1em;
}

#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
  display: flex;
  padding: 0 30px;
  margin-top: 4em;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(100% - 8em);
    width: 100%;
  }
}

#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before,
#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
  font-family: "FontAwesome";
  color: #000;
  font-size: 4rem;
  opacity: .3;
  transition: all 250ms ease-in-out;
}

#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-prev:hover::before,
#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-next:hover::before {
  opacity: 1;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before,
  #main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
    font-size: 7rem;
  }
}

#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-prev {
  position: absolute;
  left: 3rem;
}

#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-prev::before {
  content: "\f104";
}

#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-next {
  position: absolute;
  right: 3rem;
}

#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .owl-next::before {
  content: "\f105";
}

#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .scroll-notification {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  letter-spacing: .3px;
  color: #000;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper .scroll-notification {
    display: none;
  }
}

#main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 8em);
  left: 0;
  bottom: 0;
  background: #FFF;
  box-shadow: 0 0 20px #CDCDCD;
  z-index: 1;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-carousel-wrapper .owl-carousel-wrapper {
    padding-bottom: 3em;
  }
}

#main .minisite.wifi-avic .products-carousel-wrapper .product {
  padding: 1em 0;
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-image {
  position: relative;
  padding-bottom: 3em;
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-image::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 85%;
  width: 50%;
  height: 2%;
  border-radius: 50%;
  box-shadow: 0 25px 15px 4px rgba(0, 0, 0, 0.28);
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-title {
  font-weight: 900;
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-title.desktop {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-carousel-wrapper .product-title.desktop {
    display: block;
    margin-top: 2.5em;
    font-size: 2.5em;
  }
  #main .minisite.wifi-avic .products-carousel-wrapper .product-title.mobile {
    display: none;
  }
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-description {
  font-size: 1em;
  line-height: 1.2em;
  font-family: "Source Serif Pro", serif;
  margin: 2em 0;
  letter-spacing: .3px;
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-description.small {
  font-size: 0.85em;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-carousel-wrapper .product-description {
    font-size: 1.25em;
    margin: 4em 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-carousel-wrapper .product-description {
    margin: 0 0 1em;
  }
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-link {
  color: #000;
  font-size: 1.25em;
  letter-spacing: .4px;
  font-weight: 700;
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-link::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-link:hover {
  text-decoration: none;
  color: #B52B4E;
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-link:hover::after {
  color: #B52B4E;
}

#main .minisite.wifi-avic .products-carousel-wrapper .product-buy {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-carousel-wrapper .product-buy {
    display: inline-block;
    float: right;
  }
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-carousel-wrapper .product {
    padding: 4em 0 0;
  }
}

#main .minisite.wifi-avic .products-table {
  margin-bottom: 6em;
}

#main .minisite.wifi-avic .products-table-labels {
  margin-top: 74px;
}

#main .minisite.wifi-avic .products-table-labels .label {
  display: flex;
  align-items: center;
  font-weight: 900;
  color: #000;
  font-size: .75rem;
  line-height: .75rem;
  padding-right: 1em;
  height: 55px;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-table-labels {
    margin-top: 66px;
  }
  #main .minisite.wifi-avic .products-table-labels .label {
    font-size: 1rem;
    line-height: 1rem;
  }
}

#main .minisite.wifi-avic .products-table-values {
  display: flex;
}

#main .minisite.wifi-avic .products-table-product {
  display: none;
}

#main .minisite.wifi-avic .products-table-product .product-wrapper {
  color: #414042;
  font-family: "Source Serif Pro", serif;
  font-size: .75rem;
  line-height: .75rem;
  background: #FFF;
  padding: 2em 1em 1em;
  display: block;
  margin-bottom: 3em;
  text-align: center;
}

#main .minisite.wifi-avic .products-table-product .product-wrapper:hover, #main .minisite.wifi-avic .products-table-product .product-wrapper:active, #main .minisite.wifi-avic .products-table-product .product-wrapper:focus {
  text-decoration: none;
  color: #414042;
  box-shadow: 0 10px 10px #CDCDCD;
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-table-product .product-wrapper {
    margin-bottom: 0;
    padding-bottom: 3em;
    font-size: 1rem;
    line-height: 1rem;
  }
}

#main .minisite.wifi-avic .products-table-product h3 {
  font-weight: 900;
  font-size: 1rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-table-product h3 {
    font-size: 1.5rem;
    margin-bottom: .25em;
  }
}

#main .minisite.wifi-avic .products-table-product .value {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .minisite.wifi-avic .products-table-product .check::before,
#main .minisite.wifi-avic .products-table-product .cross::before {
  font-family: "FontAwesome";
  font-size: 1.5rem;
}

#main .minisite.wifi-avic .products-table-product .check::before {
  content: "\f00c";
  color: #27B73B;
}

#main .minisite.wifi-avic .products-table-product .cross::before {
  content: "\f00d";
  color: #BF0C0C;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-table-product .product-buy {
    display: none;
  }
}

#main .minisite.wifi-avic .products-table-product.selected {
  display: block;
  z-index: 2;
  border-left-color: transparent;
}

#main .minisite.wifi-avic .products-table-product.selected .product-wrapper {
  box-shadow: 0 20px 20px #CDCDCD;
}

@media (min-width: 768px) {
  #main .minisite.wifi-avic .products-table-product {
    display: block;
    flex: 1 0 auto;
    border-left: 1px solid #DEDEDE;
  }
  #main .minisite.wifi-avic .products-table-product:first-of-type {
    border-left-color: transparent;
  }
}

@font-face {
  font-family: "P22 Underground";
  src: url("../font/underground/P22Underground-Heavy.woff") format("woff"), url("../font/underground/P22Underground-Heavy.ttf") format("truetype"), url("../font/underground/P22Underground-Heavy.otf") format("openype");
  font-style: normal;
  font-weight: 800;
}

#main .minisite.zd-series {
  background: repeating-linear-gradient(125deg, #292929, #292929 2px, rgba(4, 4, 7, 0.95) 2px, rgba(4, 4, 7, 0.95) 15px);
  color: #FFF;
}

#main .minisite.zd-series .hero {
  background: url("../img/minisites/zd-series/bg-header.png") no-repeat center center;
  background-size: cover;
}

#main .minisite.zd-series .hero .hero-content .hero-content-text {
  text-align: center;
}

#main .minisite.zd-series .hero .hero-content h1 {
  color: #DCAB4E;
  background: transparent;
  background: -moz-linear-gradient(top right, #DCAB4E 0%, #EF4136 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #DCAB4E), color-stop(1, #EF4136));
  background: -webkit-linear-gradient(left top, #DCAB4E 0%, #EF4136 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "P22 Underground";
  font-size: 4.5rem;
  line-height: 3.75rem;
  text-transform: uppercase;
  text-shadow: none;
}

#main .minisite.zd-series .hero .hero-content h1 .smaller {
  display: block;
  font-size: 3.75rem;
}

#main .minisite.zd-series .hero .hero-content .subtitle {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.25em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .hero .hero-content .hero-content-text {
    padding-right: 30%;
  }
  #main .minisite.zd-series .hero .hero-content h1 {
    font-size: 7rem;
    line-height: 6rem;
  }
  #main .minisite.zd-series .hero .hero-content h1 .smaller {
    font-size: 6rem;
  }
}

@media (min-width: 1024px) {
  #main .minisite.zd-series .hero .hero-content .hero-content-text {
    padding-right: 42%;
  }
}

@media (min-width: 1200px) {
  #main .minisite.zd-series .hero .hero-content .hero-content-text {
    padding-right: 54%;
  }
}

#main .minisite.zd-series .menu-wrapper {
  z-index: 98;
}

#main .minisite.zd-series .menu-wrapper .menu {
  display: block;
  background: #060609;
}

#main .minisite.zd-series .menu-wrapper .menu .container {
  padding: 0;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .menu-wrapper .menu {
    height: auto;
  }
  #main .minisite.zd-series .menu-wrapper .menu .container {
    padding: 0 15px;
  }
}

#main .minisite.zd-series .menu-wrapper nav ul {
  padding-top: 25px;
  overflow: visible;
  display: flex;
  justify-content: space-around;
}

#main .minisite.zd-series .menu-wrapper nav ul li {
  margin: 0 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .menu-wrapper nav ul li {
    margin: 0 25px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  #main .minisite.zd-series .menu-wrapper nav ul li {
    margin: 0 30px 0 0;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #main .minisite.zd-series .menu-wrapper nav ul li {
    margin: 0 80px 0 0;
    width: auto;
    text-align: left;
  }
}

#main .minisite.zd-series .menu-wrapper nav ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #C28C2D;
}

#main .minisite.zd-series .menu-wrapper nav ul li a:hover, #main .minisite.zd-series .menu-wrapper nav ul li a.active {
  color: #C28C2D;
  border-color: #C28C2D;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .menu-wrapper nav ul li a {
    font-size: 1.2em;
    padding: 10px 0 8px;
  }
}

#main .minisite.zd-series .menu-wrapper nav ul li.stay-informed {
  position: absolute;
  right: 15%;
  top: -15px;
  margin-right: 0;
  width: 70%;
}

#main .minisite.zd-series .menu-wrapper nav ul li.stay-informed a {
  display: block;
  color: #FFF;
  background-color: #C28C2D;
  padding: 10px 30px;
  border-bottom: 0;
}

#main .minisite.zd-series .menu-wrapper nav ul li.stay-informed a:hover, #main .minisite.zd-series .menu-wrapper nav ul li.stay-informed a.active {
  color: #FFF;
  border-bottom: 0;
  background: #d6a44c;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .menu-wrapper nav ul li.stay-informed {
    width: auto;
    position: inherit;
    align-self: flex-end;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #main .minisite.zd-series .menu-wrapper nav ul {
    padding-top: 20px;
    justify-content: flex-start;
  }
}

#main .minisite.zd-series .container strong {
  color: #FFF;
  font-size: inherit;
  font-weight: bold;
  font-family: inherit;
}

#main .minisite.zd-series .container .badge {
  margin-right: 2em;
  display: inline-block;
  vertical-align: bottom;
}

#main .minisite.zd-series .container .badge-number {
  color: #C28C2D;
  font-weight: 900;
  font-size: 4em;
  height: auto;
  line-height: 1em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container .badge-number {
    font-size: 8em;
  }
}

#main .minisite.zd-series .container .badge-line {
  margin-top: 0.8em;
  background: #D1D3D4;
  width: 100%;
  height: 3px;
}

#main .minisite.zd-series .container .badge-knob {
  background: #C28C2D;
  width: 20px;
  height: 5px;
  top: -1px;
  left: 1em;
  position: relative;
}

#main .minisite.zd-series .container .main-title {
  color: #C28C2D;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 900;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container .main-title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 3.5em;
    padding-bottom: 28px;
    margin: 0;
    max-width: calc(100% - 180px);
  }
}

#main .minisite.zd-series .container .info {
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  margin: 1em 0;
}

#main .minisite.zd-series .container .info.small {
  font-size: 0.935em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container .info {
    font-size: 1.375em;
    margin: 2em 0;
  }
}

#main .minisite.zd-series .container .button {
  background: #C28C2D;
}

#main .minisite.zd-series .container .button:hover {
  background: #d6a44c;
}

#main .minisite.zd-series .container .button.play-button::before {
  background: #d6a44c;
}

#main .minisite.zd-series .container.why {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.why {
    padding-top: 9em;
    padding-bottom: 9em;
  }
}

#main .minisite.zd-series .container.why .why-info.last {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.why .why-info.last {
    margin-bottom: 4em;
  }
}

#main .minisite.zd-series .container.icons {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.icons {
    padding-top: 9em;
    padding-bottom: 9em;
  }
}

#main .minisite.zd-series .container.icons .icon-col {
  padding-bottom: 4em;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

#main .minisite.zd-series .container.icons .icon-col h3 {
  color: #FFF;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.icons .icon-col {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0;
  }
  #main .minisite.zd-series .container.icons .icon-col h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
  }
  #main .minisite.zd-series .container.icons .icon-col.bordered {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  #main .minisite.zd-series .container.icons .icon-col.bordered .icon {
    margin-bottom: 1.5em;
  }
  #main .minisite.zd-series .container.icons .icon-col.bordered .icon > img {
    max-height: 140px;
  }
}

#main .minisite.zd-series .container.icons .icon {
  margin: 2.5em 0;
  padding: 0 1em;
}

#main .minisite.zd-series .container.icons .icon img {
  max-height: 94px;
  width: auto;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.icons .icon {
    margin: 3em 0 4em;
  }
}

#main .minisite.zd-series .container.icons .icon-info {
  font-family: "Source Serif Pro", serif;
  font-size: 20px;
}

#main .minisite.zd-series .container.speaker-system {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.speaker-system {
    padding-top: 9em;
    padding-bottom: 9em;
  }
}

#main .minisite.zd-series .container.speaker-system h3 {
  color: #FFF;
  font-weight: 800;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.speaker-system h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper {
  display: none;
  margin-top: 4em;
  margin-bottom: 12em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.speaker-system .animation--wrapper {
    display: block;
  }
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation {
  display: flex;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--item {
  position: relative;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description {
  color: #FFF;
  margin-top: 2rem;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 200ms ease-in;
  text-align: center;
  width: 100%;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description h4 {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 1rem;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description::before {
  background: #FFF;
  content: "";
  display: block;
  height: 136px;
  width: 1px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-1 {
  transform: translateX(-62%);
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-1::before {
  height: 144px;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-2 {
  width: 200%;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-4 {
  width: 350%;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-4::before, #main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-6::before, #main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-9::before {
  height: 182px;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-5 {
  display: flex;
  justify-content: space-between;
  width: 120%;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-5::before {
  height: 58px;
  left: 20%;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-5::after {
  background: #FFF;
  content: "";
  display: block;
  height: 46px;
  position: absolute;
  bottom: 100%;
  left: 68%;
  width: 1px;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-6 h4 + h4, #main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-12 h4 + h4 {
  margin-top: .75rem;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-6, #main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-7, #main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-8, #main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-10, #main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-11 {
  width: 400%;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-7 {
  transform: translateX(-52%);
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-7::before {
  height: 112px;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-8 {
  transform: translateX(-48%);
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-8::before {
  height: 82px;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-9 {
  width: 600%;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-10::before {
  height: 52px;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-11::before {
  height: 14px;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-12 {
  width: 200%;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--description.item-12::before {
  height: 18px;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--link {
  display: block;
  position: relative;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--link .bg-image {
  opacity: 1;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--link .hover-state {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--link:hover .bg-image, #main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--link:focus .bg-image {
  opacity: 0;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--link:hover .hover-state, #main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--link:focus .hover-state {
  opacity: 1;
}

#main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--link:hover + .animation--description, #main .minisite.zd-series .container.speaker-system .animation--wrapper .animation--link:focus + .animation--description {
  opacity: 1;
}

#main .minisite.zd-series .container.speaker-system .show-all--wrapper {
  display: block;
  padding-top: 2em;
  padding-bottom: 4em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.speaker-system .show-all--wrapper {
    display: none;
  }
}

#main .minisite.zd-series .container.speaker-system .button.show-all {
  display: none;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.speaker-system .button.show-all {
    display: inline-block;
  }
}

#main .minisite.zd-series .container.speaker-system.show-all .animation--wrapper {
  display: none;
}

#main .minisite.zd-series .container.speaker-system.show-all .show-all--wrapper {
  display: block;
}

#main .minisite.zd-series .container.what {
  padding-top: 3em;
  padding-bottom: 1.5em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.what {
    padding-top: 9em;
    padding-bottom: 4.5em;
  }
}

@media (min-width: 480px) {
  #main .minisite.zd-series .container.what .what-info {
    padding-right: 25%;
  }
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.what .what-info {
    padding-right: 0;
  }
}

#main .minisite.zd-series .container.media-gallery {
  padding-top: 3em;
  padding-bottom: 1em;
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.media-gallery {
    padding-top: 9em;
    padding-bottom: 3em;
  }
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.media-gallery {
    padding-top: 5em;
  }
}

#main .minisite.zd-series .container.media-gallery .gallery {
  padding-top: 4em;
  padding-bottom: 4em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.media-gallery .gallery {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

#main .minisite.zd-series .container.media-gallery .gallery-link {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Serif Pro", serif;
  font-size: 1.2em;
  font-weight: 600;
  height: 100%;
  padding: 2em 1em;
  text-decoration: none;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.media-gallery .gallery-link {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

#main .minisite.zd-series .container.media-gallery .gallery-link:hover, #main .minisite.zd-series .container.media-gallery .gallery-link:focus {
  color: #C28C2D;
}

#main .minisite.zd-series .container.media-gallery .gallery-link:hover > img, #main .minisite.zd-series .container.media-gallery .gallery-link:focus > img {
  transform: scale(1.05);
}

#main .minisite.zd-series .container.media-gallery .gallery-link > img {
  max-height: 200px;
  transition: all .2s linear;
}

#main .minisite.zd-series .container.media-gallery .gallery-link-name {
  margin-top: 1.1em;
}

#main .minisite.zd-series .container.media-gallery .gallery-link--large > img {
  max-height: 400px;
}

#main .minisite.zd-series .container.media-gallery .gallery-link--large .gallery-link-name {
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.media-gallery .gallery-link--large .gallery-link-name {
    font-size: 2.25rem;
  }
}

#main .minisite.zd-series .container.media-gallery .gallery .read-more {
  margin-top: 3em;
  text-align: center;
}

#main .minisite.zd-series .container.products {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products {
    padding-top: 9em;
    padding-bottom: 9em;
  }
}

#main .minisite.zd-series .container.products .products-intro {
  padding: 3em 0 1em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-intro {
    padding: 8em 0 4em;
  }
}

#main .minisite.zd-series .container.products .products-intro--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-intro--title {
    flex-direction: row;
  }
}

#main .minisite.zd-series .container.products .products-intro--title .range-title--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}

#main .minisite.zd-series .container.products .products-intro--title .range-title--wrapper > img {
  width: 26%;
}

#main .minisite.zd-series .container.products .products-intro--title .range-title {
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 6px;
  margin-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-intro--title .range-title {
    font-size: 2.5rem;
    margin-left: 2rem;
  }
}

#main .minisite.zd-series .container.products .products-intro--title .range-stores {
  color: #1E1E1D;
}

#main .minisite.zd-series .container.products .products-intro--title .range-stores.gold-light {
  background: #E2B56D;
}

#main .minisite.zd-series .container.products .products-intro--title .range-stores.gold-light:hover, #main .minisite.zd-series .container.products .products-intro--title .range-stores.gold-light:focus {
  background: #C28C2D;
}

#main .minisite.zd-series .container.products .products-intro--title .range-stores.gold-orange {
  background: #F08537;
}

#main .minisite.zd-series .container.products .products-intro--title .range-stores.gold-orange:hover, #main .minisite.zd-series .container.products .products-intro--title .range-stores.gold-orange:focus {
  background: #C96827;
}

#main .minisite.zd-series .container.products .products-intro--text {
  padding: 2em 0 1em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-intro--text {
    padding: 5em 0 3em;
  }
}

#main .minisite.zd-series .container.products .products-intro--text p {
  font-family: "Source Serif Pro", serif;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-intro--text p {
    font-size: 1.375em;
    line-height: 1.7;
  }
}

#main .minisite.zd-series .container.products .products-intro--text h4 {
  color: #FFF;
  font-family: "Source Serif Pro", serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: 2em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-intro--text h4 {
    font-size: 1.75em;
    line-height: 1.4;
  }
}

#main .minisite.zd-series .container.products .products-carousel {
  margin-bottom: 3em;
  text-align: center;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-carousel {
    margin-bottom: 8em;
  }
}

#main .minisite.zd-series .container.products .products-carousel .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  opacity: .4;
  padding-top: 138px;
  padding-bottom: 10px;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-image {
  height: 90px;
  margin-bottom: 2em;
  width: auto;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-title,
#main .minisite.zd-series .container.products .products-carousel .item p {
  color: #FFF;
  font-family: "Source Serif Pro", serif;
  margin: 0 0 1em;
  padding: 0 1em;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-title {
  font-size: 1.5em;
  font-weight: 700;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-carousel .item p {
    font-size: 1.375em;
    line-height: 1.7;
  }
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-carousel .item .product-link {
    font-size: 1.5em;
  }
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link:hover, #main .minisite.zd-series .container.products .products-carousel .item .product-link:focus {
  text-decoration: none;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-light {
  color: #E2B56D;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-light .arrow {
  border-color: #E2B56D;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-light:hover, #main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-light:focus {
  color: #C28C2D;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-light:hover .arrow, #main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-light:focus .arrow {
  border-color: #C28C2D;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-orange {
  color: #F08537;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-orange .arrow {
  border-color: #F08537;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-orange:hover, #main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-orange:focus {
  color: #C96827;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-orange:hover .arrow, #main .minisite.zd-series .container.products .products-carousel .item .product-link.gold-orange:focus .arrow {
  border-color: #C96827;
}

#main .minisite.zd-series .container.products .products-carousel .item .product-link .arrow {
  border-width: 0 1px 1px 0;
  height: 5px;
  margin-left: 5px;
  top: -2px;
  transition: all 0.2s ease-in-out;
  width: 5px;
}

#main .minisite.zd-series .container.products .products-carousel .item p,
#main .minisite.zd-series .container.products .products-carousel .item .product-link {
  display: none;
}

#main .minisite.zd-series .container.products .products-carousel .owl-item.active.center .item {
  opacity: 1;
  padding-top: 0;
}

#main .minisite.zd-series .container.products .products-carousel .owl-item.active.center .item .product-image {
  height: auto;
  max-height: 141px;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-carousel .owl-item.active.center .item .product-image {
    height: 228px;
    max-height: 228px;
    width: auto;
  }
}

#main .minisite.zd-series .container.products .products-carousel .owl-item.active.center .item p,
#main .minisite.zd-series .container.products .products-carousel .owl-item.active.center .item .product-link {
  display: block;
}

#main .minisite.zd-series .container.products .products-carousel .owl-item.active.center .item .product-title {
  font-size: 1.5em;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .container.products .products-carousel .owl-item.active.center .item .product-title {
    font-size: 2em;
  }
}

#main .minisite.zd-series .container.products .products-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#main .minisite.zd-series .container.products .products-carousel .owl-nav .owl-prev,
#main .minisite.zd-series .container.products .products-carousel .owl-nav .owl-next {
  border-color: #FFF;
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 36px;
  opacity: .5;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  transition: all 0.2s ease-in-out;
  width: 36px;
}

#main .minisite.zd-series .container.products .products-carousel .owl-nav .owl-prev:hover, #main .minisite.zd-series .container.products .products-carousel .owl-nav .owl-prev:focus,
#main .minisite.zd-series .container.products .products-carousel .owl-nav .owl-next:hover,
#main .minisite.zd-series .container.products .products-carousel .owl-nav .owl-next:focus {
  opacity: 1;
}

#main .minisite.zd-series .container.products .products-carousel .owl-nav .owl-prev {
  transform: rotate(135deg);
  left: 0;
}

#main .minisite.zd-series .container.products .products-carousel .owl-nav .owl-next {
  transform: rotate(-45deg);
  right: 0;
}

#main .minisite.zd-series .bottom-triangle img {
  width: 100%;
}

#main .minisite.zd-series .background-wrapper.why {
  background: url("../img/minisites/zd-series/bg-why.png") no-repeat 50% 0;
  background-size: cover;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .background-wrapper.why {
    background: url("../img/minisites/zd-series/bg-why.png") no-repeat 100% 0;
    min-height: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.zd-series .background-wrapper.why {
    background-size: cover;
  }
}

#main .minisite.zd-series .background-wrapper.icons {
  background: url("../img/minisites/zd-series/bg-icons.png") no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .background-wrapper.icons {
    background: url("../img/minisites/zd-series/bg-icons.png") no-repeat center center;
    min-height: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.zd-series .background-wrapper.icons {
    background-size: cover;
  }
}

#main .minisite.zd-series .background-wrapper.what {
  background: url("../img/minisites/zd-series/bg-what.png") no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  #main .minisite.zd-series .background-wrapper.what {
    background: url("../img/minisites/zd-series/bg-what.png") no-repeat center center;
    min-height: 0;
  }
}

@media (min-width: 768px) {
  #main .minisite.zd-series .background-wrapper.what {
    background-size: cover;
  }
}

#main .minisite.zd-series .background-wrapper.media-gallery {
  background-color: #020204;
}

.view-display-id-news_page > .view-content {
  position: relative;
  padding: 0 20px;
}

.view-display-id-news_page > .view-content .views-row {
  padding: 20px 0 18px;
  border-bottom: 1px solid #CDCDCD;
}

.view-display-id-news_page > .view-content .views-row-last {
  border: 0;
}

.view-display-id-news_page > .view-content .node--news-article {
  background-color: #FFF;
}

.node--news-article--teaser-box.has-image .field--name-field-news-image-featured {
  width: 33.3333333333%;
  float: left;
}

.node--news-article--teaser-box.has-image .content {
  padding: 0 0 0 15px;
  width: 66.6666666667%;
  float: left;
}

.node--news-article--teaser-box h2 {
  margin: 0 0 10px;
  line-height: 16px;
}

.node--news-article--teaser-box h2 a {
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.node--news-article--teaser-box .field--name-body {
  display: none;
}

.node--news-article--teaser-box .news-article-meta {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.node--news-article--teaser-box .news-article-meta span {
  color: #6C6C6C;
}

.node--news-article--teaser-box .news-article-meta a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: normal;
  font-style: italic;
}

@media (min-width: 480px) {
  .view-display-id-news_page > .view-content {
    padding: 0;
    margin: 0 0 0 40px;
  }
  .view-display-id-news_page > .view-content .views-row {
    border: 0;
    padding: 0 40px 0 0;
    width: 50%;
    float: left;
    margin: 0 0 25px;
  }
  .node--news-article--teaser-box.has-image .field--name-field-news-image-featured,
  .node--news-article--teaser-box .field--name-field-news-image-featured {
    float: none;
    width: auto;
    margin: 0;
  }
  .node--news-article--teaser-box.has-image .content,
  .node--news-article--teaser-box .content {
    width: auto;
    padding: 0 30px 12px;
  }
  .node--news-article--teaser-box h2 {
    margin-top: 20px;
  }
  .node--news-article--teaser-box h2 a {
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
  }
  .node--news-article--teaser-box .field--name-body {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #6C6C6C;
    font-weight: normal;
    font-style: normal;
  }
  .node--news-article--teaser-box .news-article-meta {
    font-size: 14px;
    line-height: 14px;
  }
  .node--news-article--teaser-box .news-article-meta a {
    font-size: 14px;
    line-height: 14px;
  }
}

@media (min-width: 1024px) {
  .view-display-id-news_page > .view-content {
    margin: 0 0 0 20px;
  }
  .view-display-id-news_page > .view-content .views-row {
    width: 33.3333333333%;
    float: left;
    padding: 0 20px 0 0;
  }
}

.node--news-article--teaser-spotlight {
  position: relative;
  margin: 0;
}

.node--news-article--teaser-spotlight img {
  width: 100%;
  height: auto;
}

.node--news-article--teaser-spotlight .field--name-field-news-image-featured {
  float: none;
  width: 100%;
}

.node--news-article--teaser-spotlight .content {
  padding: 40px 20px 45px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232021;
}

.node--news-article--teaser-spotlight h2 {
  margin: 0;
}

.node--news-article--teaser-spotlight h2 a {
  text-decoration: none;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
}

.node--news-article--teaser-spotlight p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: normal;
  font-style: normal;
}

.node--news-article--teaser-spotlight .news-article-meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: normal;
  font-style: normal;
}

.node--news-article--teaser-spotlight .news-article-meta a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: italic;
}

@media (min-width: 480px) {
  .node--news-article--teaser-spotlight {
    margin: 0 0 30px;
  }
  .node--news-article--teaser-spotlight .content {
    padding: 40px 40px 45px;
  }
}

@media (min-width: 1024px) {
  .node--news-article--teaser-spotlight {
    background-color: #232021;
  }
  .node--news-article--teaser-spotlight .field--name-field-news-image-featured {
    width: 66.6666666667%;
    float: right;
    margin-right: 0;
  }
  .node--news-article--teaser-spotlight .field--name-field-news-image-featured img {
    vertical-align: bottom;
  }
  .node--news-article--teaser-spotlight .content {
    padding: 40px 50px 50px;
  }
  .node--news-article--teaser-spotlight.has-image .content {
    position: absolute;
    width: 33.3333333333%;
    float: left;
  }
  .node--news-article--teaser-spotlight h2 a {
    font-size: 25px;
    line-height: 25px;
  }
  .node--news-article--teaser-spotlight p {
    font-size: 16px;
    line-height: 26px;
  }
  .view-display-id-news_page > .view-header {
    padding: 0 20px;
  }
}

.node--news-article--full {
  padding: 0 20px 40px;
}

.node--news-article--full p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
}

.node--news-article--full .news-article-meta {
  margin: 25px 0 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 480px) {
  .node--news-article--full {
    padding: 0 40px 40px;
  }
}

@media (min-width: 768px) {
  .node--news-article--full {
    padding: 0 0 40px;
  }
}

.node--product--teaser-box,
.node--product--teaser-box-with-compare {
  text-align: center;
  padding: 50px 0 35px;
  border-bottom: 1px solid #F3F3F3;
}

.node--product--teaser-box img,
.node--product--teaser-box-with-compare img {
  width: auto;
  max-height: 125px;
}

.node--product--teaser-box h4,
.node--product--teaser-box-with-compare h4 {
  margin: 12px 0 0;
}

.node--product--teaser-box a:hover,
.node--product--teaser-box-with-compare a:hover {
  text-decoration: none;
}

.node--product--teaser-box .field--name-body,
.node--product--teaser-box-with-compare .field--name-body {
  color: #6C6C6C;
  height: 100px;
  overflow: hidden;
}

.node--product--teaser-box .field--name-body p,
.node--product--teaser-box-with-compare .field--name-body p {
  margin: 15px 0 0;
}

.node--product--teaser-box .product-compare-toggle,
.node--product--teaser-box-with-compare .product-compare-toggle {
  font-weight: bold;
  border: 1px solid #B7274C;
  border-radius: 1px;
  display: none;
  padding: 8px 16px 6px;
  margin: 20px 0 0;
  border: 1px solid #B7274C;
  border-radius: 1px;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.node--product--teaser-box .product-compare-toggle.remove,
.node--product--teaser-box-with-compare .product-compare-toggle.remove {
  color: #FFF;
  background-color: #B7274C;
}

.node--product--teaser-box .content a:first-child,
.node--product--teaser-box-with-compare .content a:first-child {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 0;
  width: 100%;
}

.node--product--teaser-box .content:hover .toggle-hover,
.node--product--teaser-box-with-compare .content:hover .toggle-hover {
  bottom: -18px;
}

.node--product--teaser-box .toggle-hover,
.node--product--teaser-box-with-compare .toggle-hover {
  display: block;
  width: 110%;
  right: 0;
  bottom: -150%;
  left: -5%;
  padding: 10px 0 30px 5px;
  position: absolute;
  background-color: #B7274C;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: bottom 250ms;
  -moz-transition: bottom 250ms;
  -o-transition: bottom 250ms;
  transition: bottom 250ms;
}

.node--product--teaser-box .toggle-hover span,
.node--product--teaser-box-with-compare .toggle-hover span {
  position: relative;
  display: inline-block;
  padding: 15px 60px 15px 0;
  background-color: transparent;
  text-align: left;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
  color: #FFF;
  font-weight: normal;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  float: none;
}

.node--product--teaser-box .toggle-hover span::before, .node--product--teaser-box .toggle-hover span::after,
.node--product--teaser-box-with-compare .toggle-hover span::before,
.node--product--teaser-box-with-compare .toggle-hover span::after {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #B7274C;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  right: 5px;
}

.node--product--teaser-box .toggle-hover span::before,
.node--product--teaser-box-with-compare .toggle-hover span::before {
  content: "";
  background: #B7274C;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.node--product--teaser-box .toggle-hover span::after,
.node--product--teaser-box-with-compare .toggle-hover span::after {
  padding: 3px 0 0 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: inherit;
  content: "";
  line-height: inherit;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  font-size: 34px;
  color: #FFF;
  text-align: center;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}

.node--product--teaser-box .toggle-hover span:hover,
.node--product--teaser-box-with-compare .toggle-hover span:hover {
  text-decoration: none;
}

.node--product--teaser-box .toggle-hover span:hover::after,
.node--product--teaser-box-with-compare .toggle-hover span:hover::after {
  color: #B7274C;
}

.node--product--teaser-box .toggle-hover span:hover::before,
.node--product--teaser-box-with-compare .toggle-hover span:hover::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.node--product--teaser-box .toggle-hover span::before,
.node--product--teaser-box-with-compare .toggle-hover span::before {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  right: -1px;
  background: #FFF;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.node--product--teaser-box .toggle-hover span::after,
.node--product--teaser-box-with-compare .toggle-hover span::after {
  background: none;
  border: 2px solid #FFF;
  color: #FFF;
  right: 0;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}

.node--product--teaser-box .toggle-hover span:hover::after,
.node--product--teaser-box-with-compare .toggle-hover span:hover::after {
  color: #B7274C;
}

.node--product--teaser-box .toggle-hover span:hover::before,
.node--product--teaser-box-with-compare .toggle-hover span:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

@media (min-width: 768px) {
  .node--product--teaser-box-with-compare .field--name-field-product-image {
    height: 125px;
  }
  .node--product--teaser-box-with-compare .product-compare-toggle {
    padding: 8px 8px 6px;
  }
  .node--product--teaser-box-with-compare .product-compare-toggle:hover {
    color: #FFF;
    background-color: #B7274C;
  }
  .node--product--teaser-box-with-compare .product-compare-toggle.remove:hover {
    background-color: #CC335A;
  }
}

@media (min-width: 1024px) {
  .node--product--teaser-box-with-compare .product-compare-toggle {
    display: inline-block;
    padding: 8px 16px 6px;
  }
}

body.node-type-webform #main .section {
  max-width: 1280px;
}

body.node-type-webform .node--webform .webform-client-form {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 480px) {
  body.node-type-webform .node--webform .webform-client-form {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  body.node-type-webform .node--webform .webform-client-form {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  body.node-type-webform .node--webform .webform-client-form {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.node-type-webform .node--webform .webform-client-form fieldset {
  border: 0;
  margin: 2em 0 1em;
  padding: 0;
  clear: both;
}

body.node-type-webform .node--webform .webform-client-form fieldset legend {
  width: 100%;
  margin: 0 0 1em;
  border-bottom: 1px solid #CDCDCD;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2F2F2F;
  font-weight: bold;
  font-style: normal;
}

body.node-type-webform .node--webform .webform-client-form .form-required {
  color: #B7274C;
}

body.node-type-webform .node--webform .webform-client-form .form-item {
  margin-bottom: 20px;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-textfield, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-textfield, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-email {
  width: 100%;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-textfield input, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-textfield input, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-email input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios {
  margin-bottom: 35px;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio {
  float: left;
  margin: 10px 20px 0 0;
}

@media (min-width: 480px) {
  body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio {
    margin: 10px 40px 0 0;
  }
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio label, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio input[type="radio"], body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio label:before, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio input[type="radio"]:checked + label:before, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio input[type="radio"]:checked + label:before {
  background: #B7274C;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio label, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio input[type="radio"], body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  margin-left: 2px;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio label, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio label {
  margin-top: -39px;
  padding-left: 31px;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio label:before, body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-radios .form-type-radio input[type="radio"], body.node-type-webform .node--webform .webform-client-form .form-item.webform-component-radios .form-type-radio input[type="radio"] {
  width: 13px;
  height: 13px;
  left: 1px;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-checkbox label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0;
  display: block;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-checkbox label:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #000;
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  position: relative;
  top: 17px;
  left: -30px;
  pointer-events: none;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-checkbox input[type="checkbox"]:checked + label:before {
  background: #B7274C;
}

body.node-type-webform .node--webform .webform-client-form .form-item.form-type-checkbox label {
  display: block;
  vertical-align: top;
  margin-left: 0;
  margin-top: -32px;
  padding-left: 30px;
}

body.node-type-webform .node--webform .webform-client-form #edit-submit {
  float: right;
}

.webform-confirmation {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .webform-confirmation {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .webform-confirmation {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  .webform-confirmation {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.node-type-page #main .section {
  max-width: 1280px;
}

@media (min-width: 768px) {
  body.node-type-page .region-content-with-sidebar .node--page {
    padding: 0;
  }
}

body.node-type-page .node--page {
  padding: 0 20px;
}

body.node-type-page .node--page h1 {
  padding: 0;
}

body.node-type-page .node--page h2 {
  margin-top: 0;
}

body.node-type-page .node--page p {
  color: #6C6C6C;
}

body.node-type-page .node--page .featured-grey,
body.node-type-page .node--page .featured-red {
  padding: 45px 40px 15px;
}

body.node-type-page .node--page .featured-grey p,
body.node-type-page .node--page .featured-red p {
  margin-top: 0;
}

body.node-type-page .node--page .featured-grey {
  background-color: #F3F3F3;
}

body.node-type-page .node--page .featured-grey h2 {
  color: #B7274C;
}

body.node-type-page .node--page .featured-grey * {
  color: #464646;
}

body.node-type-page .node--page .featured-red {
  background-color: #B7274C;
}

body.node-type-page .node--page .featured-red * {
  color: #FFF;
}

@media (min-width: 480px) {
  body.node-type-page .node--page {
    padding: 0 40px;
  }
}

@media (min-width: 768px) {
  body.node-type-page .node--page .featured-normal p {
    margin-top: 0;
  }
  body.node-type-page .node--page .grid-4 > * {
    width: 50%;
    padding-right: 20px;
    margin: 0 0 20px;
  }
  body.node-type-page .node--page .grid-4 > *:nth-child(3) {
    clear: left;
  }
}

@media (min-width: 1024px) {
  body.node-type-page .node--page {
    padding: 0 20px;
  }
  body.node-type-page .node--page .grid-4 > * {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  body.node-type-page .node--page .grid-4 > *.featured-normal {
    padding: 0;
  }
  body.node-type-page .node--page .grid-4 > *:nth-child(3) {
    clear: none;
  }
  body.node-type-page .node--page .grid-4 > *:last-child {
    float: right;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body.node-type-page .node--page .grid-1 > * {
    width: 100%;
  }
  body.node-type-page .node--page .grid-2 > * {
    width: 100%;
  }
  body.node-type-page .node--page .grid-3 > * {
    width: 100%;
  }
  body.node-type-page .node--page .grid-4 > * {
    width: 100%;
  }
  body.node-type-page .node--page .grid-5 > * {
    width: 100%;
  }
  body.node-type-page .node--page .grid-6 > * {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .node--teaser-search.has-image .field--type-image {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .node--teaser-search.has-image .content {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
  }
}

.node--teaser-search h2 {
  margin: 0 0 .5rem;
}

.node--teaser-search p {
  margin: 0;
}

.node-type-product-feature #breadcrumb,
.node-type-product-feature .title-wrapper {
  display: none;
}

.se_product_feature {
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: normal;
}

.se_product_feature .field--name-body {
  margin-top: 16px;
}

.se_product_feature .se_block_supportbuttons {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #FDFCFC;
}

.se_product_feature__header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FDFCFC;
}

.se_product_feature__header__inner {
  width: 100%;
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.se_product_feature__header__back {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  color: #6B6F72;
  border-bottom: 1px solid currentColor;
  transition: color 250ms ease-in-out;
}

.se_product_feature__header__back:hover {
  color: #B7274C;
  text-decoration: none;
}

.se_product_feature__header__title {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: none;
}

.se_product_feature__related_products {
  padding-top: 20px;
  padding-bottom: 20px;
}

.se_product_feature__related_products__inner {
  width: 100%;
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

.se_product_feature__related_products__title {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: none;
}

.panel-pane.pane-node-field-homepage-category {
  max-width: none;
  margin: 0 0 12px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #F3F3F3;
  z-index: 1;
  background-color: #F7F9FA;
}

@media (min-width: 768px) {
  .panel-pane.pane-node-field-homepage-category {
    margin: 0;
  }
}

.panel-pane.pane-node-field-homepage-category .field-collection-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  background: #FFF;
}

.panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items {
  display: flex;
  flex-wrap: wrap;
}

.panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item {
  padding: 18px 0;
  width: calc((100% - 6px) / 2);
  margin-right: 6px;
}

.panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item:nth-of-type(2n) {
  margin-right: 0;
}

@media (min-width: 480px) {
  .panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item {
    width: calc((100% - 2 * 10px) / 3);
  }
  .panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item, .panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item:nth-of-type(2n) {
    margin-right: 10px;
  }
  .panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item {
    width: calc((100% - 3 * 16px) / 4);
  }
  .panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item, .panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item:nth-of-type(2n), .panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item:nth-of-type(3n) {
    margin-right: 16px;
  }
  .panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: normal;
  font-style: normal;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: normal;
    font-style: normal;
  }
}

.panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item a .field--name-field-homepage-category-image {
  width: 80%;
  max-width: 234px;
  margin: 0 auto;
}

.panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item a .field--name-field-homepage-category-image .field__items {
  position: relative;
  width: 100%;
  padding-bottom: 79%;
}

.panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item a .field--name-field-homepage-category-image .field__items .field__item {
  -webkit-transition: bottom 250ms;
  -moz-transition: bottom 250ms;
  -o-transition: bottom 250ms;
  transition: bottom 250ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item a .field--name-field-homepage-category-image .field__items .field__item img {
  vertical-align: middle;
}

.panel-pane.pane-node-field-homepage-category .field-collection-container .field--name-field-homepage-category > .field__items > .field__item a:hover .field--name-field-homepage-category-image .field__items .field__item {
  bottom: -3px;
}

.l-main__bottom .panel-pane.pane-node-links.link-wrapper {
  padding: 0;
}

.panel-pane.pane-node-field-homepage-cta {
  padding: 0;
  max-width: none;
}

.panel-pane.pane-node-field-homepage-cta .field-collection-container {
  margin: 0;
  border: 0;
}

.panel-pane.pane-node-field-homepage-cta .field__item,
.panel-pane.pane-node-field-homepage-cta .field-item {
  position: relative;
  overflow: hidden;
}

.panel-pane.pane-node-field-homepage-cta .field--type-link-field {
  display: none;
}

.panel-pane.pane-node-field-homepage-cta .field-homepage-cta-item {
  margin: 0;
}

.panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-image {
  height: 111px;
}

.panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-icon {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 28%;
  left: 0;
}

.panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-icon .field__items,
.panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-icon .field__item {
  height: 100%;
  text-align: center;
}

.panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-icon img {
  display: inline-block;
  height: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta .field-homepage-cta-item {
    position: relative;
    width: 25%;
    float: left;
    border-bottom: 3px solid #B7274C;
    cursor: pointer;
  }
  .panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-icon {
    top: 35%;
    left: 0;
    height: 40%;
    width: 100%;
    -webkit-transition: transform 250ms;
    -moz-transition: transform 250ms;
    -o-transition: transform 250ms;
    transition: transform 250ms;
  }
  .panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-icon img {
    margin: 0 auto;
  }
  .panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-icon .field-homepage-cta-item {
    float: none;
  }
  .panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-image {
    height: auto;
  }
  .panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-image img {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field .field__items,
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field .field-items {
    background-color: rgba(183, 39, 76, 0.95);
    position: absolute;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    padding: 1% 0 9%;
    width: 110%;
    left: -5%;
    bottom: -70%;
    -webkit-transition: bottom 250ms;
    -moz-transition: bottom 250ms;
    -o-transition: bottom 250ms;
    transition: bottom 250ms;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field .field__item,
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field .field-item {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    padding: 0 10%;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
    color: #FFF;
    font-weight: normal;
    float: right;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a::before, .panel-pane.pane-node-field-homepage-cta .field--type-link-field a::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a:hover {
    text-decoration: none;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a:hover::after {
    color: #B7274C;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a::before {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    right: -1px;
    background: #FFF;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a::after {
    background: none;
    border: 2px solid #FFF;
    color: #FFF;
    right: 0;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a:hover::after {
    color: #B7274C;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a::after {
    margin-bottom: 8px;
  }
  .panel-pane.pane-node-field-homepage-cta .field-collection-item-field-homepage-cta:hover .field__items,
  .panel-pane.pane-node-field-homepage-cta .field-collection-item-field-homepage-cta:hover .field-items {
    bottom: -10%;
  }
  .panel-pane.pane-node-field-homepage-cta .field-collection-item-field-homepage-cta:hover .field--name-field-homepage-cta-icon {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a::after,
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a:before {
    width: 30px;
    height: 30px;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a:before {
    bottom: 0;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a::before {
    right: 0;
    margin-top: -22px;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a:after {
    padding: 0 0 0 3px;
    font-size: 24px;
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field .field__items,
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field .field-items {
    padding: 3% 0 7%;
  }
}

@media (min-width: 1024px) {
  .panel-pane.pane-node-field-homepage-cta .field--name-field-homepage-cta-icon {
    height: 30%;
  }
  .panel-pane.pane-node-field-homepage-cta .field--type-link-field a::before {
    margin-top: -24px;
  }
}

html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-image {
  position: relative;
  padding: 0;
  max-width: none;
}

@media (min-width: 480px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-image .field__item {
    line-height: 0;
  }
}

@media (min-width: 768px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 58%;
    height: 475px;
    background-size: cover;
    background-position: center;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-image img {
    display: none;
  }
}

@media (min-width: 1024px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-image {
    height: 530px;
  }
}

@media (min-width: 1280px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-image {
    width: 66%;
  }
}

html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-image .field--name-field-homepage-spotlight-image::before {
  content: "";
  height: 20px;
  background-color: #FFF;
  display: block;
  border-top: 5px solid #B7274C;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

@media (min-width: 480px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-image .field--name-field-homepage-spotlight-image::before {
    display: none;
  }
}

html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body {
  padding: 0 40px;
  width: auto;
  max-width: none;
}

@media (min-width: 480px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body {
    padding: 25px 40px 5px;
    background-color: #232021;
  }
}

@media (min-width: 768px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body {
    position: absolute;
    right: 0;
    top: 0;
    width: 42%;
    height: 475px;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .field--name-field-homepage-spotlight-body {
    max-width: 355px;
  }
}

@media (min-width: 1024px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body {
    height: 530px;
    padding: 50px 50px 30px;
  }
}

@media (min-width: 1280px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body {
    width: 34%;
  }
}

html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body h2 {
  margin: 2px 0 10px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 1024px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body h2 {
    font-size: 25px;
  }
}

html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 480px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body p {
    color: #6C6C6C;
    margin-bottom: 10px;
  }
}

html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .subtitle {
  margin-top: 15px;
  color: #B7274C;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media (min-width: 480px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .subtitle {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .subtitle {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 480px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body h2,
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .subtitle {
    color: #FFF;
  }
}

html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more {
  color: #FFF;
}

@media (min-width: 480px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
    color: #FFF;
    font-weight: normal;
    text-align: right;
    display: block;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more::before, html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more:hover {
    text-decoration: none;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more:hover::after {
    color: #B7274C;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more::before {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    right: -1px;
    background: #FFF;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more::after {
    background: none;
    border: 2px solid #FFF;
    color: #FFF;
    right: 0;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more:hover::after {
    color: #B7274C;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more::before {
    bottom: 0;
  }
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-spotlight-body .discover-more:hover::after {
    color: #232021;
  }
}

html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-category {
  background-color: transparent;
}

@media (min-width: 768px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-category {
    padding-top: 475px;
  }
}

@media (min-width: 1024px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-category {
    padding-top: 530px;
  }
}

@media (min-width: 1280px) {
  html:not(.html--2016-header) .panel-pane.pane-node-field-homepage-category {
    padding-top: 470px;
  }
}

.panel-pane.pane-feature-product-product-software-firmware-search {
  padding: 0;
  color: #6C6C6C;
}

.panel-pane.pane-feature-product-product-software-firmware-search form {
  position: relative;
}

.panel-pane.pane-feature-product-product-software-firmware-search .form-item-product-search {
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 10px 20px 20px;
}

@media (min-width: 768px) {
  .panel-pane.pane-feature-product-product-software-firmware-search .form-item-product-search {
    padding: 15px 50px 25px;
  }
}

.panel-pane.pane-feature-product-product-software-firmware-search label label {
  display: block;
  margin-left: 35px;
  margin-top: -2px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.panel-pane.pane-feature-product-product-software-firmware-search label:after {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e807";
  font-size: 22px;
  color: #B7274C;
  z-index: 10;
  position: absolute;
  right: 23px;
  top: 51px;
  pointer-events: none;
}

@media (min-width: 768px) {
  .panel-pane.pane-feature-product-product-software-firmware-search label:after {
    right: 55px;
    top: 55px;
  }
}

#main .panel-pane.pane-feature-product-product-software-firmware-search #autocomplete {
  min-width: 0;
}

.panel-pane.pane-feature-product-product-software-firmware-search .form-type-textfield {
  position: relative;
  margin-bottom: 5px;
  max-width: 1140px;
}

.panel-pane.pane-feature-product-product-software-firmware-search .form-type-textfield input {
  width: 100%;
  padding: 0 22px;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  height: 45px;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: normal;
  font-style: normal;
}

.panel-pane.pane-feature-product-product-software-firmware-search .form-submit {
  width: 45px;
  height: 45px;
  padding: 0;
  position: absolute;
  top: 28px;
  right: 50px;
  background-color: transparent;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.product-info .field--name-field-product-image {
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 30px;
}

.product-info .field--name-field-product-image img {
  display: block;
  margin: 0 auto;
}

.page-support .panel-pane.pane-manuals, .page-support .panel-pane.pane-node-field-product-image {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.manual-wrapper {
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 40px;
}

.manual-wrapper a {
  font-weight: bold;
}

.manuals-by-type {
  padding: 0 20px 20px;
  border-top: 1px solid #CDCDCD;
}

.manuals-by-type .manual-type {
  color: #6C6C6C;
  font-weight: bold;
  margin: 10px 0 0;
}

.manuals-by-type .manuals {
  overflow: hidden;
}

.manuals-by-type .manuals.mobile {
  display: block;
}

@media (min-width: 1024px) {
  .manuals-by-type .manuals.mobile {
    display: none;
  }
}

.manuals-by-type .manuals.mobile .manual {
  margin: 20px 0 0;
  padding: 20px 20px 0;
  border-radius: 8px;
  background-color: #F3F3F3;
}

.manuals-by-type .manuals.desktop {
  display: none;
  margin: 20px 0 0;
  padding: 20px 20px 0;
  border-radius: 8px;
  background-color: #F3F3F3;
}

@media (min-width: 1024px) {
  .manuals-by-type .manuals.desktop {
    display: block;
  }
}

.manuals-by-type .manuals .manual {
  overflow: hidden;
  display: none;
}

.manuals-by-type .manuals .manual:first-child, .manuals-by-type .manuals .manual.is-open {
  display: block;
}

.manuals-by-type .manuals .header {
  overflow: hidden;
}

.manuals-by-type .manuals .header .column {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: bold;
  font-style: normal;
  padding: 10px 20px 6px;
  background-color: #CDCDCD;
  border-radius: 4px;
}

.manuals-by-type .manuals .body .column {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
  padding: 15px 20px 20px;
}

@media (min-width: 1024px) {
  .manuals-by-type .manuals .header .column,
  .manuals-by-type .manuals .body .column {
    float: left;
    width: 13%;
    margin-right: 2%;
    word-wrap: break-word;
  }
  .manuals-by-type .manuals .header .column.manual__languages,
  .manuals-by-type .manuals .body .column.manual__languages {
    width: 28%;
  }
  .manuals-by-type .manuals .header .column.manual__filesize,
  .manuals-by-type .manuals .body .column.manual__filesize {
    width: 19%;
  }
  .manuals-by-type .manuals .header .column.manual__view,
  .manuals-by-type .manuals .body .column.manual__view {
    width: 16%;
  }
  .manuals-by-type .manuals .header .column.manual__download,
  .manuals-by-type .manuals .body .column.manual__download {
    width: 16%;
    margin-right: 0;
  }
}

.manuals-by-type .manuals .show-more-wrapper {
  margin: 20px 0;
}

@media (min-width: 1024px) {
  .manuals-by-type .manuals .show-more-wrapper {
    margin: 0 0 20px;
  }
}

.manuals-by-type .manuals .show-more-wrapper .show-more-button {
  width: 31px;
  height: 31px;
  border: 1px solid #B7274C;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin: 0 20px 0 0;
}

.manuals-by-type .manuals .show-more-wrapper .show-more-button .pioneer-icon {
  font-size: 10px;
  margin: 3px 0 0 10px;
  color: #B7274C;
  -webkit-animation: spin-down 0.25s linear forwards;
  -moz-animation: spin-down 0.25s linear forwards;
  -o-animation: spin-down 0.25s linear forwards;
  animation: spin-down 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

.manuals-by-type .manuals .show-more-wrapper .show-more-button.is-open .pioneer-icon {
  -webkit-animation: spin-up 0.25s linear forwards;
  -moz-animation: spin-up 0.25s linear forwards;
  -o-animation: spin-up 0.25s linear forwards;
  animation: spin-up 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

.pane-product-pictures-product-images-pane h2 {
  padding: 0 20px;
}

@media (min-width: 480px) {
  .pane-product-pictures-product-images-pane h2 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .pane-product-pictures-product-images-pane .views-row {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
    line-height: 0;
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .pane-product-pictures-product-images-pane .views-row:hover .action-wrapper {
    top: 25px;
  }
  .pane-product-pictures-product-images-pane .views-row:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
  .pane-product-pictures-product-images-pane .views-row:nth-child(3n+1) {
    clear: both;
  }
}

.pane-product-pictures-product-images-pane .views-row .file-image {
  text-align: center;
}

@media (min-width: 768px) {
  .pane-product-pictures-product-images-pane .views-row .file-image {
    min-height: 165px;
    display: table;
    width: 100%;
  }
}

.pane-product-pictures-product-images-pane .views-row .file-image a {
  display: inline-block;
  cursor: default;
}

@media (min-width: 768px) {
  .pane-product-pictures-product-images-pane .views-row .file-image a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
  }
}

.pane-product-pictures-product-images-pane .views-row .file-image img {
  max-height: 210px;
  width: auto;
}

@media (min-width: 768px) {
  .pane-product-pictures-product-images-pane .view-content {
    *zoom: 1;
  }
  .pane-product-pictures-product-images-pane .view-content:after {
    content: "";
    display: table;
    clear: both;
  }
}

.pane-product-pictures-product-images-pane .file-title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding-top: 5px;
  background: #FFF;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .pane-product-pictures-product-images-pane .file-title {
    font-size: 16px;
    line-height: 28px;
    padding-top: 10px;
  }
}

.image-pager-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .action-wrapper {
    width: 120%;
    height: 250px;
    background-color: #B7274C;
    position: absolute;
    top: 245px;
    left: -10px;
    text-align: center;
    opacity: .95;
    -webkit-transition: top 250ms;
    -moz-transition: top 250ms;
    -o-transition: top 250ms;
    transition: top 250ms;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  .action-wrapper div {
    display: inline-block;
    margin: 60px 0 0 -30px;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  .action-wrapper a {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    border: 2px solid #F2C8FF;
    display: inline-block;
    margin: 0 8px;
    text-decoration: none;
    float: left;
    -webkit-transition: all 0.125;
    -moz-transition: all 0.125;
    -o-transition: all 0.125;
    transition: all 0.125;
  }
  .action-wrapper a:before {
    font-family: "pioneer-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    line-height: 1.9em;
    -webkit-transition: color 0.125;
    -moz-transition: color 0.125;
    -o-transition: color 0.125;
    transition: color 0.125;
  }
  .action-wrapper a.action-zoom:before {
    font-size: 30px;
    content: "\e809";
  }
  .action-wrapper a.action-zoom:hover, .action-wrapper a.action-download:hover {
    text-decoration: none;
  }
  .action-wrapper a.action-download:before {
    font-size: 28px;
    content: "\e808";
  }
  .action-wrapper a:hover {
    border-color: #FFF;
    background-color: #FFF;
  }
  .action-wrapper a:hover:before {
    color: #B7274C;
  }
}

.software-firmware-multiple__wrapper {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .software-firmware-multiple__wrapper {
    margin-top: 40px;
    display: table;
    width: 100%;
    border-spacing: 10px 0;
    border-collapse: separate;
  }
}

.software-firmware-multiple__wrapper a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

.software-firmware-multiple__wrapper a:hover {
  color: #6C6C6C;
  text-decoration: none;
}

.software-firmware-multiple__wrapper .accordion__info--header {
  display: none;
}

@media (min-width: 768px) {
  .software-firmware-multiple__wrapper .-row {
    display: table-row;
  }
}

@media (min-width: 768px) {
  .software-firmware-multiple__wrapper .-column {
    display: table-cell;
  }
}

.software-firmware-multiple__headers .accordion__info--header {
  background-color: #F3F3F3;
}

.software-firmware-multiple__result .-column:last-child {
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .software-firmware-multiple__result .-column {
    margin: 0;
    padding: 15px 0 10px 20px;
    border-bottom: 1px solid #CDCDCD;
  }
}

.-mobile-header {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: bold;
  font-style: normal;
  min-width: 30%;
  display: inline-block;
  margin-right: 2%;
}

@media (min-width: 768px) {
  .-mobile-header {
    display: none;
  }
}

.panel-pane.pane-product-software-firmware {
  margin-bottom: 40px;
}

.panel-pane.pane-product-software-firmware h2 {
  margin-bottom: 5px;
}

.no-results {
  color: #6C6C6C;
  text-align: center;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  padding: 0 20px;
  margin: 20px 0;
}

.software-firmware__wrapper {
  border-bottom: 1px solid #CDCDCD;
}

.software-firmware .accordion__action a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: bold;
  font-style: normal;
}

.software-firmware .accordion__action a:hover {
  color: #6C6C6C;
}

@media (min-width: 768px) {
  .software-firmware .-column {
    width: 26%;
    border-bottom: 1px solid #E4E4E4;
  }
}

.software-firmware .accordion__info {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

.software-firmware .accordion__info--content {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .software-firmware .accordion__info--content {
    margin-bottom: 0;
  }
}

.software-firmware__download {
  background-color: #F3F3F3;
  padding: 15px 20px 0;
  margin: 0 20px;
}

@media (min-width: 768px) {
  .software-firmware__download {
    margin: 0;
  }
}

.software-firmware__download a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: normal;
  font-style: normal;
}

.software-firmware__instructions {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #F3F3F3;
  margin: 0 20px;
  padding: 0 20px 15px;
}

@media (min-width: 768px) {
  .software-firmware__instructions {
    margin: 0;
  }
}

.software-firmware__instructions a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: normal;
  font-style: normal;
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAlCAMAAAAOVfv7AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACYVBMVEUAAAC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEC5FEAAAABwLklTAAAAyXRSTlMAMXqy3fr86tOcZR4SW5XM6OG6gzwCDG7Zv08BP7D75H4UZufOWrzyewe10AguMPa2eVVAOUJfhsn+j2NEUHOs8OxsChuQpicE4DMvWHB4oRdJanc1BQ+A5tJcnbtIxe+SGmBkganrsZaOJLTHShl8Rg42TS2MAyU6Jj5d9644iKopoPjRbx+F7fP1m6X9mYsTcTTCHAtXuOIiKKPYCfl0xhVFqK3I7p9pIDLjditoBhCTf+W3ikdR1aLDGCy+2/TciUyE6daYkZecG7LJAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAuxJREFUOMuV1Ps/k1EYAPDjshlT2Exmau4aQy6NVcQkVujmrlFbkUua25SUEBGFUG4pKl1RROl+z/Nf9Z73Pj9onh92zuc533c75zzPO4Rw2Nk7OApA6CRydhEjKly3bHVzJ3IeEqmnDLHhtc0beCH3USDku30HL6X086eoIiAQ1kVQcMj6VOhOFcZhYFuEqwlsowWI2AyOZHDUruiY2LjdmvgELbcq2rN3X1xsYtL+ZD5O0aWyV3MgTUjRg+lsLiNYz+FDCMkOZ2Zl6xLxJduT9ggxO3rs+IksTU4uMROwODMvv4D+6cIiVTE5Oak2lNBbKj11OkfL2/OmDgjexdlGo+nM2TJ+IcrjA4zGpHNBVlhQUcmcReZZRdPq87lMsuZCKIfNxFBbV59oaMDrjaQtJxrE0mRO9LnoSuQuCVncLLtMH6blylXUSs6uobZ24n5TOgCud6q6OCzgt5KeHpXalBt1+NY0EujusTrgTXmvNL+1z+0W99TtWhSR1R9vrEHmAv5tOJhV9FkGNCLaDqI7Q+RE6Ow/7MhhDWb+bZFNI7i2fSRJQ3eJqinvyYkdjI6Nh7K4AcVNuGOhnWwUo2xy5/dzBKA3EOuqpCmYTH3AYqdqbqcdIQI8dKKHoJ+mtjYjBD91Mr/co/JH7Y+fzDLPiO2o6ycjDQItT1ksevacLuALKVnwl+gV6NkWnQOYm2ewlHzVF14r8JAnITIJ6A2EsVixAww+DK5E4sUSXP6lt/MjSEdMwtEySFicC7DyjsHvV6fYAwb2dhOf3Yp5KF1gcCxA1+AG/Wwn1oKOwVVQiMo3wMtoFaKaKZsPYJJ92AD3DH9UgqA/HWX44gYXTSPTJz6eKijTcvrzwvgX3JB06muFBTH42/cfuFyKsSJnpi59yOvnL7IILmRv9VkoPDSj4P5T1Sbc0bPRA7ipGupXuhCajmL0xO8YZB2qxaU/A1aZv8B+9//DQrXtmk2Y1i22YUp72IiRZa3Fw/wPxFS6DWGv4WwAAAAASUVORK5CYII=") no-repeat center right;
  background-size: 26px 22px;
  padding: 5px 40px 5px 0;
}

.software-firmware__instructions a:hover {
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAlCAMAAAAOVfv7AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACYVBMVEUAAABsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGwAAACCZBqoAAAAyXRSTlMAMXqy3fr86tOcZR4SW5XM6OG6gzwCDG7Zv08BP7D75H4UZufOWrzyewe10AguMPa2eVVAOUJfhsn+j2NEUHOs8OxsChuQpicE4DMvWHB4oRdJanc1BQ+A5tJcnbtIxe+SGmBkganrsZaOJLTHShl8Rg42TS2MAyU6Jj5d9644iKopoPjRbx+F7fP1m6X9mYsTcTTCHAtXuOIiKKPYCfl0xhVFqK3I7p9pIDLjditoBhCTf+W3ikdR1aLDGCy+2/TciUyE6daYkZecG7LJAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAuxJREFUOMuV1Ps/k1EYAPDjshlT2Exmau4aQy6NVcQkVujmrlFbkUua25SUEBGFUG4pKl1RROl+z/Nf9Z73Pj9onh92zuc533c75zzPO4Rw2Nk7OApA6CRydhEjKly3bHVzJ3IeEqmnDLHhtc0beCH3USDku30HL6X086eoIiAQ1kVQcMj6VOhOFcZhYFuEqwlsowWI2AyOZHDUruiY2LjdmvgELbcq2rN3X1xsYtL+ZD5O0aWyV3MgTUjRg+lsLiNYz+FDCMkOZ2Zl6xLxJduT9ggxO3rs+IksTU4uMROwODMvv4D+6cIiVTE5Oak2lNBbKj11OkfL2/OmDgjexdlGo+nM2TJ+IcrjA4zGpHNBVlhQUcmcReZZRdPq87lMsuZCKIfNxFBbV59oaMDrjaQtJxrE0mRO9LnoSuQuCVncLLtMH6blylXUSs6uobZ24n5TOgCud6q6OCzgt5KeHpXalBt1+NY0EujusTrgTXmvNL+1z+0W99TtWhSR1R9vrEHmAv5tOJhV9FkGNCLaDqI7Q+RE6Ow/7MhhDWb+bZFNI7i2fSRJQ3eJqinvyYkdjI6Nh7K4AcVNuGOhnWwUo2xy5/dzBKA3EOuqpCmYTH3AYqdqbqcdIQI8dKKHoJ+mtjYjBD91Mr/co/JH7Y+fzDLPiO2o6ycjDQItT1ksevacLuALKVnwl+gV6NkWnQOYm2ewlHzVF14r8JAnITIJ6A2EsVixAww+DK5E4sUSXP6lt/MjSEdMwtEySFicC7DyjsHvV6fYAwb2dhOf3Yp5KF1gcCxA1+AG/Wwn1oKOwVVQiMo3wMtoFaKaKZsPYJJ92AD3DH9UgqA/HWX44gYXTSPTJz6eKijTcvrzwvgX3JB06muFBTH42/cfuFyKsSJnpi59yOvnL7IILmRv9VkoPDSj4P5T1Sbc0bPRA7ipGupXuhCajmL0xO8YZB2qxaU/A1aZv8B+9//DQrXtmk2Y1i22YUp72IiRZa3Fw/wPxFS6DWGv4WwAAAAASUVORK5CYII=") no-repeat center right;
  background-size: 26px 22px;
}

#main .pane-support-navigation {
  max-width: none;
  display: none;
  padding: 0;
}

@media (min-width: 768px) {
  #main .pane-support-navigation {
    display: block;
    clear: left;
    padding: 2px 40px 6px;
    background-color: #FFF;
  }
  #main .pane-support-navigation .product-navigation {
    *zoom: 1;
    margin: 0;
    padding: 0;
  }
  #main .pane-support-navigation .product-navigation:after {
    content: "";
    display: table;
    clear: both;
  }
  #main .pane-support-navigation .product-navigation li {
    margin-right: 40px;
  }
  #main .pane-support-navigation li {
    float: left;
    list-style: none;
  }
  #main .pane-support-navigation li:first-child {
    padding-left: 0;
  }
  #main .pane-support-navigation li:last-child {
    float: right;
  }
  #main .pane-support-navigation li:last-child a {
    color: #B7274C;
  }
  #main .pane-support-navigation li:last-child a:after {
    font-family: "pioneer-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e803";
    margin: 0 0 0 15px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
  }
  #main .pane-support-navigation a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #464646;
    font-weight: normal;
    font-style: normal;
  }
}

@media (min-width: 1024px) {
  #main .pane-support-navigation {
    padding: 0 20px;
  }
  #main .pane-support-navigation li {
    padding-left: 0;
    margin-bottom: 0;
  }
  #main .pane-support-navigation a {
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    line-height: 44px;
    padding: 22px 0 12px;
    border-bottom: 4px solid #FFF;
  }
  #main .pane-support-navigation a.active, #main .pane-support-navigation a:hover {
    color: #B7274C;
    border-color: #B7274C;
  }
  #main .pane-support-navigation a.active {
    cursor: default;
  }
  #main .pane-support-navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 20;
  }
}

@media (min-width: 1280px) {
  #main .pane-support-navigation .product-navigation {
    max-width: 1240px;
    margin: 0 auto;
  }
}

.panel-pane.pane-node-field-homepage-spotlights {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.panel-pane.pane-node-field-homepage-spotlights::after {
  display: block;
  clear: both;
  content: "";
}

.panel-pane.pane-node-field-homepage-spotlights .pane-title {
  display: none;
}

.panel-pane.pane-node-field-homepage-spotlights > .field-collection-container {
  border: 0;
  margin: 0;
}

.panel-pane.pane-node-field-homepage-spotlights > .field-collection-container > .field-collection-description,
.panel-pane.pane-node-field-homepage-spotlights > .field-collection-container > .action-links {
  display: none;
}

#main .view-contact-us {
  margin: 0 20px;
}

@media (min-width: 480px) {
  #main .view-contact-us {
    margin: 0 20px 40px;
  }
}

@media (min-width: 768px) {
  #main .view-contact-us {
    margin: 0 40px 40px;
  }
}

@media (min-width: 1024px) {
  #main .view-contact-us {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px 20px;
  }
}

#main .view-contact-us .view-header {
  margin-bottom: 20px;
}

#main .view-contact-us .view-header ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #CDCDCD;
  border-top: 1px solid #CDCDCD;
  overflow: hidden;
}

#main .view-contact-us .view-header li {
  float: left;
  margin: 0 .9em 0 0;
  padding: 0;
}

#main .view-contact-us .view-header a {
  display: block;
}

#main .view-contact-us h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

#main .view-contact-us .node__title {
  background-color: #CDCDCD;
  padding: 10px;
  margin-top: 0;
  cursor: pointer;
}

#main .view-contact-us .node__title:before {
  font-family: "pioneer-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e80c";
  color: #000;
  margin-right: 10px;
  transform: rotate(45deg);
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
}

#main .view-contact-us .node__title.open:before {
  transform: rotate(-90deg);
}

#main .view-contact-us .field-collection-container {
  display: none;
  border-bottom: 0;
  margin-bottom: 0;
}

#main .view-contact-us .field__item .field-collection-view {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #CDCDCD;
}

@media (min-width: 480px) {
  #main .view-contact-us .field__item .field-collection-view {
    border-bottom: 0;
  }
}

#main .view-contact-us .field__item:only-child .field-collection-view {
  border-bottom: 0;
}

#main .view-contact-us .field__item:last-child .field-collection-view {
  margin: 0;
}

@media (min-width: 480px) {
  #main .view-contact-us .entity-field-collection-item {
    display: table;
    width: 100%;
  }
}

@media (min-width: 480px) {
  #main .view-contact-us .entity-field-collection-item .content {
    display: table-row;
  }
}

@media (min-width: 480px) {
  #main .view-contact-us .contact__address,
  #main .view-contact-us .contact__info {
    display: table-cell;
    vertical-align: top;
    width: 46%;
    padding-left: 3%;
  }
}

@media (min-width: 480px) {
  #main .view-contact-us .contact__address {
    width: 43%;
    padding-right: 3%;
    border-right: 1px solid #CDCDCD;
  }
}

#main .view-products {
  padding: 0 20px;
}

@media (min-width: 480px) {
  #main .view-products {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  #main .view-products {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  #main .view-products {
    max-width: 1280px;
    margin: 0 auto;
  }
}

#main .view-products .item-list,
#main .view-products .view-empty {
  padding: 0 20px;
}

@media (min-width: 480px) {
  #main .view-products .item-list,
  #main .view-products .view-empty {
    padding: 0 40px;
  }
}

#main .view-products .item-list {
  overflow: hidden;
  *zoom: 1;
}

#main .view-products .item-list:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  #main .view-products .item-list {
    padding: 0;
    margin: 0 0 0 40px;
  }
}

@media (min-width: 1024px) {
  #main .view-products .item-list {
    margin: 0 0 0 20px;
  }
}

#main .view-products .view-empty {
  background-color: #FFF;
  padding: 20px;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 480px) {
  #main .view-products .view-empty {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  #main .view-products .view-empty {
    margin-top: 0;
    padding: 20px;
  }
}

#main .view-products ul {
  padding-left: 0;
}

#main .view-products .view-content {
  background-color: #FFF;
  border-radius: 4px;
}

@media (min-width: 480px) {
  #main .view-products .view-content {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  #main .view-products .view-content {
    margin-top: 0;
  }
}

#main .view-products .views-row {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  #main .view-products .views-row {
    width: 33.3333333333%;
    float: left;
    padding: 0 40px 0 0;
  }
}

@media (min-width: 1024px) {
  #main .view-products .views-row {
    padding: 0 20px 0 0;
  }
}

#main .view-products .ajax-progress {
  display: none;
}

@media (min-width: 480px) {
  .view-filters .form-submit {
    margin-bottom: 20px;
    width: 100%;
  }
  .view-filters .views-exposed-widgets {
    padding-bottom: 0;
  }
  .view-filters .property-info .description {
    width: 280px;
  }
}

#breadcrumb {
  display: none;
}

#breadcrumb .breadcrumb {
  *zoom: 1;
}

#breadcrumb .breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}

#breadcrumb li {
  float: left;
  list-style: none;
  margin: 0 4px 0 0;
  color: #FFF;
}

#breadcrumb li:after {
  content: ">";
  margin: 0 0 0 4px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #CDCDCD;
  font-weight: normal;
  font-style: normal;
}

#breadcrumb li:last-child a {
  color: #B7274C;
  font-weight: bold;
}

#breadcrumb li:last-child:after {
  display: none;
}

#breadcrumb a {
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
}

#breadcrumb span {
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-weight: normal;
  font-style: normal;
}

#breadcrumb span a {
  color: #FFF;
}

.node-type-overviewpage:not(.page-products-comparison) #breadcrumb a {
  color: #FFF;
}

.node-type-overviewpage:not(.page-products-comparison) #breadcrumb li:last-child a {
  color: #B7274C;
}

@media (min-width: 768px) {
  #breadcrumb {
    display: block;
    padding: 0 40px;
    margin: 12px 0 10px;
  }
  #breadcrumb a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  #breadcrumb {
    padding: 0 20px;
  }
}

@media (min-width: 1280px) {
  #breadcrumb {
    max-width: 1280px;
    margin: 12px auto 10px;
  }
}

#footer {
  background-color: #2A2A2A;
  padding: 0 0 20px;
}

#footer .section {
  padding: 0;
  overflow: visible;
}

#footer .current-value {
  background-color: transparent;
  outline: 0;
  padding: 15px 12px;
  border: 1px solid #464646;
  border-radius: 4px;
  width: 100%;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
}

#footer .current-value .value {
  float: left;
  max-width: 80%;
  word-break: break-all;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: normal;
  font-style: normal;
}

#footer .current-value .pioneer-icon {
  font-size: 10px;
  color: #FFF;
  float: right;
  margin: 3px 0 0;
  -webkit-animation: spin-down 0.25s linear forwards;
  -moz-animation: spin-down 0.25s linear forwards;
  -o-animation: spin-down 0.25s linear forwards;
  animation: spin-down 0.25s linear forwards;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  -o-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
}

@media (min-width: 480px) {
  #footer {
    padding: 38px 0;
  }
  #footer .section {
    padding: 0 40px;
  }
  #footer .current-value:hover {
    background-color: #464646;
  }
}

@media (min-width: 768px) {
  #footer .current-value {
    padding: 15px 20px;
  }
}

@media (min-width: 1024px) {
  #footer {
    padding: 50px 0 40px;
  }
  #footer .section {
    padding: 0 20px;
  }
}

.html--2016-header #footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 28px;
  background-color: #29323B;
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: normal;
}

.html--2016-header #footer .block--locale {
  margin-top: 31px;
}

.html--2016-header #footer .menu-block-footer-cta-menu-block {
  display: none;
}

.html--2016-header #footer > .section {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  .html--2016-header #footer > .section {
    padding-left: 0;
    padding-right: 0;
  }
}

.html--2016-header #footer #block-menu-block-country-menu-level-1-footer h2,
.html--2016-header #footer .block--feature-search.block--feature-search-search-footer h2 {
  font-family: "Noto Sans Kannada", sans-serif;
  font-weight: bold;
  letter-spacing: 0.25px;
  font-size: 13px;
  line-height: normal;
  color: #FFFEFF;
  min-height: 0;
}

.html--2016-header #footer #block-menu-block-country-menu-level-1-footer h2 {
  height: 19px;
  margin-top: 0;
  font-size: 13px;
  line-height: normal;
  display: block;
}

.html--2016-header #footer .block--feature-search.block--feature-search-search-footer h2,
.html--2016-header #footer #block-menu-block-country-menu-level-1-footer h2 {
  margin-bottom: 12px;
}

@media (min-width: 840px) {
  .html--2016-header #footer {
    padding-top: 34px;
    padding-bottom: 24px;
  }
  .html--2016-header #footer > .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1024px) {
  .html--2016-header #footer #block-locale-language--2 {
    margin-top: 31px;
  }
}

@media (min-width: 1025px) {
  .html--2016-header #footer .block--feature-search.block--feature-search-search-footer h2,
  .html--2016-header #footer #block-menu-block-country-menu-level-1-footer h2 {
    margin-bottom: 16px;
  }
  .html--2016-header #footer #block-locale-language--2 {
    margin-top: 35px;
  }
}

#header-archived {
  background: #2F2F2F;
}

#header-archived .section {
  background: url("../img/layout/archived.png") right 20px center no-repeat;
  background-size: 37px 30px;
  padding: 0 40px;
}

@media (min-width: 768px) {
  #header-archived .section {
    background-position: right 40px center;
  }
}

@media (min-width: 1024px) {
  #header-archived .section {
    background-position: right 20px center;
    background-size: 62px 50px;
    padding: 17px 0;
  }
}

#header-archived #logo {
  float: left;
  padding: 17px 0 0;
  margin-right: 20px;
}

@media (min-width: 768px) {
  #header-archived #logo {
    margin-top: 0;
    margin-right: 25px;
  }
}

@media (min-width: 1024px) {
  #header-archived #logo {
    width: 172px;
    padding-top: 13px;
    padding-left: 20px;
    margin-right: 35px;
  }
}

@media (min-width: 768px) {
  #header-archived #logo img {
    width: 152px;
  }
}

#header-archived .archived-product {
  float: left;
  margin: 11px 30px 11px 0;
  padding-left: 16px;
  border-left: 1px solid #6C6C6C;
}

@media (min-width: 768px) {
  #header-archived .archived-product {
    padding-left: 28px;
  }
}

#header-archived .archived-product h2 {
  margin: 0;
  color: #FFF;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #header-archived .archived-product h2 {
    font-size: 25pxpx;
    font-size: 1.5625pxrem;
    line-height: 28pxpx;
    line-height: 1.75pxrem;
  }
}

#header-archived .archived-product .subtitle {
  display: none;
  color: #6C6C6C;
}

@media (min-width: 768px) {
  #header-archived .archived-product .subtitle {
    display: block;
  }
}

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

.admin-menu .header-wrapper {
  top: 29px;
}

.header-scrolled .header-wrapper {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}

.sub-header-scrolled .header-wrapper {
  box-shadow: none;
}

#header {
  background-color: #232021;
}

#header .header__h1_around_logo {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  max-width: none;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
}

#header .header__h1_around_logo img {
  display: block;
}

@media (min-width: 1024px) {
  #header {
    position: relative;
  }
}

#header .section {
  overflow: visible;
  height: 50px;
}

#header.is-searching .block:not(.block--feature-search):not(.block--menu-block-main-menu-block) {
  display: none;
}

#logo {
  float: none;
  display: block;
  width: 114px;
  margin: 0 auto;
  padding: 17px 0;
  line-height: 17px;
}

#logo img {
  width: 114px;
}

.hamb-menu-open {
  display: inline-block;
  border: 1px solid #464646;
  border-radius: 4px;
  outline: 0;
  position: absolute;
  top: 6px;
  left: 4px;
  padding: 8px 0 4px 3px;
  background-color: transparent;
}

.hamb-menu-open span {
  color: #FFF;
  font-size: 24px;
  padding: 0;
}

.hamb-menu-back {
  margin: 0;
  background-color: #000;
  opacity: .5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
}

@media (min-width: 768px) {
  #header {
    background-color: #F3F3F3;
  }
  #header .header__h1_around_logo {
    width: auto;
  }
  #header .section {
    height: 70px;
    padding: 0 40px;
  }
  #logo {
    width: 152px;
    float: left;
    margin: 20px 0 0;
    padding: 0;
    display: inline-block;
  }
  #logo img {
    width: 152px;
  }
  .hamb-menu-open,
  .hamb-menu-back {
    display: none;
  }
  .hamb-menu-back {
    z-index: 10;
  }
}

@media (min-width: 1024px) {
  #header .section {
    padding: 0 20px;
  }
}

.html--2016-header #header {
  background-color: #29323B;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 82.8125%;
  max-width: 468px;
  height: 100vh;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out, visibility 0s ease-in-out 250ms;
}

.html--2016-header #header.js_showme {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out, visibility 0s ease-in-out 0s;
}

.html--2016-header #header.is-searching {
  display: block;
}

@media screen and (max-width: 840px) {
  .html--2016-header #header.is-searching .block:not(.block--feature-search):not(.block--menu-block-main-menu-block) {
    display: block;
  }
}

.html--2016-header #header > .section {
  display: flex;
  flex-direction: column;
  height: auto;
}

.html--2016-header #header > .section > .block--feature-search-search-autocomplete-header {
  order: 1;
}

.html--2016-header #header > .section > .block--menu-block-1 {
  order: 2;
  clear: both;
}

.html--2016-header #logo,
.html--2016-header .hamb-menu-open,
.html--2016-header .hamb-menu-back {
  display: none;
}

.html--2016-header #logo img {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .html--2016-header #header > .section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 841px) {
  .html--2016-header #header {
    background-color: #FFF;
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .html--2016-header #header > .section {
    display: block;
    max-width: 1280px;
    padding-left: 24px;
    padding-right: 24px;
    height: auto;
  }
  .html--2016-header #header.is-searching .block:not(.block--feature-search):not(.block--menu-block-main-menu-block):not(.block--pioneer-header-blocks) {
    display: block;
  }
  .html--2016-header #logo {
    display: block;
    margin: 13px 0 12px;
  }
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
}

a {
  color: #B7274C;
  text-decoration: none;
}

h1 {
  padding: 0 20px;
}

.menu li.leaf {
  list-style: none;
}

.section {
  width: 100%;
}

.show-mobile {
  display: block;
}

.border-bottom-none {
  border-bottom: 0;
}

.border-right-none {
  border-right: 0;
}

.subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #B7274C;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}

.discover-more {
  text-align: center;
  background: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #B7274C;
  display: block;
  border-radius: 4px;
  padding: 8px 0;
  -webkit-transition: background-color 0.125s;
  -moz-transition: background-color 0.125s;
  -o-transition: background-color 0.125s;
  transition: background-color 0.125s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
}

.panel-pane {
  padding: 26px 20px;
  width: 100%;
}

.l-main__content .pane-block {
  overflow: hidden;
  clear: both;
}

.rtecenter {
  margin: 26px 0;
}

.play-button {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: url("../img/layout/play-button@2x.png") center center/100px auto no-repeat;
}

@media (min-width: 1024px) {
  .play-button {
    background-size: 143px auto;
  }
}

#cboxOverlay {
  cursor: pointer;
}

#colorbox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 2 * 10px - 2 * 10px);
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #FFF;
  overflow: visible;
}

@media (min-width: 768px) {
  #colorbox {
    padding: 20px;
  }
}

#colorbox.video {
  width: 80%;
}

@media (min-width: 768px) {
  #colorbox.video {
    width: 60%;
  }
}

#colorbox.video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

#colorbox.image {
  max-width: 80%;
}

@media (min-width: 768px) {
  #colorbox.image {
    max-width: 60%;
  }
}

#colorbox .colorbox-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #B7274C url("../img/svg/close.svg") center center/16px auto no-repeat;
  border-radius: 50%;
  cursor: pointer;
}

#colorbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 480px) {
  a:hover {
    text-decoration: underline;
  }
  h1 {
    padding: 0 40px;
  }
  .animate-opacity {
    -webkit-transition: opacity 0.125s;
    -moz-transition: opacity 0.125s;
    -o-transition: opacity 0.125s;
    transition: opacity 0.125s;
  }
  .animate-opacity:hover {
    opacity: .8;
  }
  .show-mobile {
    display: none;
  }
  .discover-more {
    position: relative;
    display: inline-block;
    padding: 15px 60px 15px 0;
    background-color: transparent;
    text-align: left;
    -webkit-transition: background-color 0.125s;
    -moz-transition: background-color 0.125s;
    -o-transition: background-color 0.125s;
    transition: background-color 0.125s;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #B7274C;
    font-weight: bold;
    font-style: normal;
  }
  .discover-more::before, .discover-more::after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #B7274C;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 5px;
  }
  .discover-more::before {
    content: "";
    background: #B7274C;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .discover-more::after {
    padding: 3px 0 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: inherit;
    content: "";
    line-height: inherit;
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    font-size: 34px;
    color: #FFF;
    text-align: center;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
    transition: color 250ms;
  }
  .discover-more:hover {
    text-decoration: none;
  }
  .discover-more:hover::after {
    color: #B7274C;
  }
  .discover-more:hover::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
  }
  .panel-pane {
    padding: 26px 40px;
  }
}

@media (min-width: 768px) {
  .panel-pane {
    padding: 26px 40px;
  }
}

@media (min-width: 1024px) {
  h1 {
    padding: 0 20px;
  }
  .panel-pane {
    padding: 26px 20px;
  }
}

@media (min-width: 1280px) {
  .section {
    margin: 0 auto;
    max-width: 1280px;
  }
  #main .section {
    max-width: none;
  }
  h1 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .panel-pane {
    margin: 0 auto;
    max-width: 1280px;
  }
}

#main {
  padding: 0;
  width: 100%;
}

#main .section {
  padding: 0;
}

#main hr {
  color: #F3F3F3;
}

#main p strong,
#main ul strong,
#main ol strong {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #232021;
  font-weight: bold;
  font-style: normal;
}

#main ul,
#main ol {
  color: #464646;
  padding: 0 0 0 25px;
}

#main ul li,
#main ol li {
  padding: 0 0 0 10px;
  margin: 0 0 14px;
}

#main ul ul,
#main ul ol,
#main ol ul,
#main ol ol {
  padding: 0 0 0 40px;
}

#main ul {
  list-style: disc;
}

#main ol {
  list-style: decimal;
}

#main table {
  margin-top: -5px;
}

#main td,
#main th {
  text-align: left;
  padding: 16px 18px;
  border: 1px solid #CDCDCD;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6C6C6C;
  font-weight: normal;
  font-style: normal;
}

#main th {
  font-weight: bold;
  background-color: transparent;
}

#main thead th {
  border-top: 3px solid #CDCDCD;
}

#main .media_embed iframe {
  max-width: 100%;
}

@media (min-width: 480px) {
  #main ul li,
  #main ol li {
    padding: 0 0 0 40px;
  }
  #main ul ul,
  #main ul ol,
  #main ol ul,
  #main ol ol {
    padding: 0 0 0 80px;
  }
}

.to-top {
  font-size: 20px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  border: 0;
  outline: 0;
  opacity: 0;
  z-index: 10;
  border-radius: 4px;
  color: #FFF;
  background-color: #B7274C;
  padding: 0;
  width: 46px;
  height: 46px;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s;
}

.to-top.is-visible {
  opacity: 1;
}

@media (min-width: 480px) {
  .to-top:hover {
    background-color: #CC335A;
  }
}

@media (min-width: 1024px) {
  .to-top {
    right: 40px;
    bottom: 40px;
  }
}

.html--2016-header .to-top {
  opacity: 1;
  position: absolute;
  bottom: auto;
  top: -15px;
  right: 26px;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  background-color: #F7F9FA;
  border-radius: 1px;
  width: 31px;
  height: 31px;
  color: #B7274C;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}

.html--2016-header .to-top:hover {
  background-color: #B7274C;
  color: #F7F9FA;
}

#main .pager-wrapper {
  width: 100%;
  text-align: center;
  *zoom: 1;
}

#main .pager-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#main .pager {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 40px 20px 0;
  *zoom: 1;
}

#main .pager:after {
  content: "";
  display: table;
  clear: both;
}

#main .pager li {
  float: left;
  padding-left: 23px;
}

#main .pager li:first-child {
  margin: 0;
  padding: 0;
}

#main .pager .pager__item--current {
  color: #B7274C;
}

#main .pager a {
  color: #2A2A2A;
}

@media (min-width: 768px) {
  .region-content-with-sidebar {
    margin: 0 40px;
  }
}

@media (min-width: 1024px) {
  .region-content-with-sidebar {
    margin: 0 20px;
  }
}

@media (min-width: 768px) {
  .region-content-with-sidebar .column.content {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.region-content-with-sidebar .column.sidebar {
  overflow: hidden;
}

@media (min-width: 768px) {
  .region-content-with-sidebar .column.sidebar {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}

#block-on-the-web-0 {
  float: left;
  margin: 10px 0 0;
  width: 100%;
  text-align: center;
}

.on-the-web {
  margin: 0 5px 0 0;
}

.on-the-web a {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-size: 100%;
  -webkit-transition: background-image 0.125s;
  -moz-transition: background-image 0.125s;
  -o-transition: background-image 0.125s;
  transition: background-image 0.125s;
}

.on-the-web img {
  display: none;
}

.otw-rss a {
  background-image: url("../img/social/rss.svg");
}

.otw-youtube a {
  background-image: url("../img/social/yt.svg");
}

.otw-instagram a {
  background-image: url("../img/social/instagram.svg");
}

.otw-facebook a {
  background-image: url("../img/social/fb.svg");
}

.otw-twitter a {
  background-image: url("../img/social/twr.svg");
}

@media (min-width: 480px) {
  #block-on-the-web-0 {
    margin: 20px 0 0;
  }
  .otw-rss a:hover {
    background-image: url("../img/social/rss_hover.svg");
  }
  .otw-youtube a:hover {
    background-image: url("../img/social/yt_hover.svg");
  }
  .otw-instagram a:hover {
    background-image: url("../img/social/instagram_hover.svg");
  }
  .otw-facebook a:hover {
    background-image: url("../img/social/fb_hover.svg");
  }
  .otw-twitter a:hover {
    background-image: url("../img/social/twr_hover.svg");
  }
}

@media (min-width: 1024px) {
  #block-on-the-web-0 {
    margin: 40px 0 0;
    width: auto;
  }
}

.on-the-web.otw-vk {
  display: none !important;
}

.html--2016-header .on-the-web.otw-vk {
  display: block !important;
}

.html--2016-header #copyright #block-on-the-web-0 {
  padding: 0 0 20px;
  margin-top: 0;
}

.html--2016-header #copyright .block--on-the-web > .block__content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 320px;
  margin: 0 auto;
}

.html--2016-header #copyright ul.menu li.leaf:first-child {
  margin-left: 0;
}

.html--2016-header #copyright ul.menu li.leaf:last-child {
  margin-right: 0;
}

.html--2016-header #copyright .on-the-web {
  display: block;
}

.html--2016-header #copyright .on-the-web:last-child {
  margin-right: 0;
}

.html--2016-header #copyright .on-the-web a {
  position: relative;
  background-image: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 18px;
  display: block;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.html--2016-header #copyright .on-the-web a::after {
  font: normal normal normal 18px/1 FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.html--2016-header #copyright .on-the-web a, .html--2016-header #copyright .on-the-web a:focus {
  outline: none;
}

.html--2016-header #copyright .on-the-web a:hover {
  opacity: .7;
}

.html--2016-header #copyright .otw-rss a {
  background-color: #F4B459;
}

.html--2016-header #copyright .otw-rss a::after {
  content: "\f09e";
}

.html--2016-header #copyright .otw-youtube a {
  background-color: #D22215;
  font-size: 16px;
}

.html--2016-header #copyright .otw-youtube a::after {
  content: "\f16a";
}

.html--2016-header #copyright .otw-instagram a {
  background-color: #FFF;
  background-image: url("../img/svg/instagram_2016.svg");
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.html--2016-header #copyright .otw-instagram a::after {
  display: none;
}

.html--2016-header #copyright .otw-facebook a {
  background-color: #3B5998;
}

.html--2016-header #copyright .otw-facebook a::after {
  content: "\f09a";
}

.html--2016-header #copyright .otw-twitter a {
  background-color: #26A6D1;
}

.html--2016-header #copyright .otw-twitter a::after {
  content: "\f099";
}

.html--2016-header #copyright .otw-vk a {
  background-color: #507299;
  background-image: url("../img/svg/vk_logo.svg");
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (min-width: 840px) {
  .html--2016-header #copyright {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .html--2016-header #copyright #block-on-the-web-0 {
    width: auto;
    padding: 0 0 0 24px;
  }
  .html--2016-header #copyright .on-the-web:not(:last-child) {
    margin-right: 10px;
  }
  .html--2016-header #copyright ul.menu {
    padding-bottom: 0;
  }
}

.sticky-sub-header {
  position: fixed;
  width: 100%;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.tabs li {
  list-style: none;
}

@media print {
  * {
    color: #232021 !important;
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
  }
  iframe,
  #header .block--feature-search,
  #header .block--locale-language,
  #header .block--menu-block-country-menu-level-1-header,
  #header .block--menu-block-user-menu-block,
  #header .block--menu-block-login-menu-block,
  #header .hamb-menu-open,
  #header .profile-menu-open,
  #content .support-link,
  #page .open-tabs,
  .contextual-links-wrapper,
  .block--menu-block-main-menu-block,
  .page-products-detail #main .pane-product-navigation,
  #block-locale-language,
  #block-menu-block-country-menu-level-1-header,
  #breadcrumb,
  #footer,
  #copyright,
  .to-top,
  .messages {
    display: none;
  }
  .page-products-detail .l-main__top:before,
  .page-node-specifications .l-main__top:before,
  .page-node-support .l-main__top:before {
    display: none;
  }
  .product-info .field--name-field-product-image,
  #header {
    background-color: transparent;
  }
  .page-products-detail .pane-product-navigation,
  .page-products-detail .pane-product-pictures-product-images-pane,
  .page-products-detail .pane-node-field-product-featured-products,
  .page-products-detail .pane-product-specifications .read-more {
    display: none;
  }
  .page-products-detail .l-main__top {
    background-color: transparent;
  }
  .page-products-detail h1,
  .page-node-specifications h1,
  .page-node-support h1 {
    margin-bottom: 0;
  }
  .page-products-detail .product-info,
  .page-node-specifications .product-info,
  .page-node-support .product-info {
    margin: 0;
  }
  .page-products-detail .product-info .pane-node-body,
  .page-node-specifications .product-info .pane-node-body,
  .page-node-support .product-info .pane-node-body {
    font-size: 18px;
    line-height: 26px;
  }
  .page-products-detail .product-property,
  .page-node-specifications .product-property,
  .page-node-support .product-property {
    position: relative;
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #F3F3F3;
    width: 100%;
    float: none;
  }
  .page-products-detail .product-property .product-property-display-name,
  .page-products-detail .product-property .product-property-description,
  .page-node-specifications .product-property .product-property-display-name,
  .page-node-specifications .product-property .product-property-description,
  .page-node-support .product-property .product-property-display-name,
  .page-node-support .product-property .product-property-description {
    display: block;
  }
  .page-products-detail .product-property .product-property-icon,
  .page-node-specifications .product-property .product-property-icon,
  .page-node-support .product-property .product-property-icon {
    position: relative;
    max-width: 80px;
    max-height: 80px;
    float: left;
    margin: 0;
  }
  .page-products-detail .product-property .product-property-description,
  .page-node-specifications .product-property .product-property-description,
  .page-node-support .product-property .product-property-description {
    min-height: 0;
    color: #6C6C6C;
    padding: 0 20px;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
  }
  .page-products-detail .product-info,
  .page-node-support .product-info {
    margin: 0;
  }
  .page-products-detail .product-info .pane-node-body,
  .page-node-support .product-info .pane-node-body {
    padding-top: 0;
  }
}

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