@charset "UTF-8";
/* Slider */
@import 'https://assets.juicer.io/embed.css';
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

* {
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-overflow-scrolling: touch;
  margin-top: 0 !important;
  min-height: 100%;
  background: #fafafa;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 479px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

body {
  color: #323232;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Arial Narrow", Arial, sans-serif;
  line-height: 1.6;
}

.navigation-in body,
.overlay-in body {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.content {
  background-color: #fafafa;
}

img {
  max-width: 100%;
}

.header-fixed .page,
.header--fixed + .page {
  padding-top: 60px;
}

@media (min-width: 1200px) {
  .header-fixed .page,
  .header--fixed + .page {
    padding-top: 0;
  }
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 980px;
}

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

@media (min-width: 860px) {
  .container {
    padding: 0 40px;
  }
}

.container--wide {
  width: 1600px;
}

p {
  margin-bottom: 15px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: #bc82cf;
}

a[href^="mailto:"] {
  color: #bc82cf;
}

a[href^="mailto:"]:hover {
  text-decoration: underline;
}

li {
  margin-bottom: 5px;
}

h1,
.h1,
h2,
.h2,
.article--style-a .article__title,
h3,
.h3,
.card__title,
h4,
.h4,
.section__title,
.article__title,
.page-nav__title,
h5,
.h5,
.footer__title,
.navigation__item,
.article__cta,
.card__cta,
.page-nav__item,
h6,
.h6 {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "p22-underground", Arial, sans-serif;
  line-height: 1;
}

.h1,
h1 {
  text-transform: none;
  font-size: 25px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 40px;
  }
}


.h2,
.article--style-a .article__title,
h2 {
  font-size: 30px;
}


.h3,
.card__title,
h3 {
  font-size: 20px;
}


.h4,
.section__title,
.article__title,
.page-nav__title,
h4 {
  font-style: italic;
  font-size: 16px;
}


.h5,
.footer__title,
.navigation__item,
.article__cta,
.card__cta,
.page-nav__item,
h5 {
  letter-spacing: 1px;
  font-size: 12px;
}

.text-branded {
  position: relative;
  display: inline-block;
  margin: 40px 0;
  padding: 7px 10px 0;
  border: solid 4px #FFF;
  box-shadow: inset 2px 2px 4px rgba(45, 45, 45, 0.5), 2px 2px 4px rgba(45, 45, 45, 0.5);
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(45, 45, 45, 0.5);
  word-spacing: 5px;
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 35px;
  font-family: "p22-underground", Arial, sans-serif;
  line-height: 1;
  transform: skewX(-9deg) rotateZ(-9deg);
}

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

.icon, .card__media--video {
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--play::before, .card__media--video::before {
  content: "";
}

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

.js .hidden, .js .section.inactive {
  display: none;
}

.no-js .hidden-no-js {
  display: none;
}

@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 859px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 860px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 860px) {
  .pull-right {
    float: right;
  }
}

.pagination {
  position: relative;
  left: 50%;
  display: inline-block;
  float: left;
  clear: both;
  margin: 0 auto 1.6949152542%;
  width: auto;
  transform: translateX(-50%);
}

.pagination li {
  display: inline-block;
  margin: 5px;
  opacity: 0.8;
}

.pagination li a,
.pagination li span {
  display: block;
  padding: 2px 10px;
  border-radius: 2px;
  background: #000;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
}

.pagination li a:hover {
  background: #2d2d2d;
}

.pagination li.active, .pagination li.disabled {
  opacity: 0.5;
}

.header {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  height: 60px;
  background: #FFF;
  border-bottom: 1px solid #cccccc;
}

.header-fixed .header, .header.header--fixed {
  position: fixed;
  top: 0;
}

@media (min-width: 860px) and (min-height: 800px) {
  .header {
    background: rgba(255, 255, 255, 0.95);
  }
}

@media (min-width: 1200px) {
  .header {
    display: flex;
    align-items: stretch;
    height: 86px;
  }
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .header-logo {
    position: relative;
    border-right: 1px solid #cccccc;
  }
}

.header-logo a,
.header-logo img {
  display: block;
  max-height: 60px;
}

@media (min-width: 1200px) {
  .header-logo a,
  .header-logo img {
    max-height: 86px;
  }
}

.header-logo__text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.footer {
  position: relative;
  z-index: 10;
  background: #2d2d2d;
  color: #cccccc;
  font-size: 12px;
}

.footer .h5, .footer .footer__title, .footer .navigation__item, .footer .article__cta, .footer .card__cta, .footer .page-nav__item {
  color: #bc82cf;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.footer__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer__col {
  margin-bottom: 6.7796610169%;
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%;
}

.footer__col:last-child, .footer__col:nth-child(2n) {
  float: right;
  margin-right: 0;
}

@media (min-width: 860px) {
  .footer__col {
    margin-bottom: 3.3898305085%;
  }
}

@media (min-width: 1400px) {
  .footer__col {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .footer__col:nth-child(2n) {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .footer__col:last-child, .footer__col:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
}

.footer__title {
  position: relative;
}

.footer__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 1px;
  background: currentColor;
}

.footer__copyright {
  padding: 15px;
  background: #000;
  color: #8c8c8c;
}

.navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 100;
  overflow: auto;
  padding-top: 60px;
  width: 100%;
  background: #FFF;
  text-align: center;
  transition: all 200ms ease-out;
}

@media (min-width: 1200px) {
  .navigation {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    overflow: visible;
    padding: 0;
    width: auto;
    background: none;
  }
}

.navigation-menu__toggle:checked ~ .navigation {
  left: 0;
}

.navigation-menu__toggle {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 1200px) {
  .navigation-menu__toggle {
    display: none;
  }
}

.navigation-menu__toggle__button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 19px 20px;
  font-size: 52px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .navigation-menu__toggle__button {
    display: none;
  }
}

.navigation-menu__toggle__button .text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.navigation-menu__toggle__icon {
  position: relative;
  width: 27px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 200ms ease-out;
}

.navigation-menu__toggle__icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: currentColor;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 200ms ease-out;
}

.navigation-menu__toggle__icon span:nth-child(1) {
  top: 0;
}

.navigation-menu__toggle__icon span:nth-child(2), .navigation-menu__toggle__icon span:nth-child(3) {
  top: calc(50% - 2px);
}

.navigation-menu__toggle__icon span:nth-child(4) {
  top: calc(100% - 4px);
}

.navigation-menu__toggle:checked ~ .navigation-menu__toggle__button .navigation-menu__toggle__icon {
  transform: rotate(270deg);
}

.navigation-menu__toggle:checked ~ .navigation-menu__toggle__button .navigation-menu__toggle__icon span:nth-child(1) {
  top: calc(50% - 2px);
  width: 0;
  left: 50%;
}

.navigation-menu__toggle:checked ~ .navigation-menu__toggle__button .navigation-menu__toggle__icon span:nth-child(2) {
  transform: rotate(45deg);
}

.navigation-menu__toggle:checked ~ .navigation-menu__toggle__button .navigation-menu__toggle__icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.navigation-menu__toggle:checked ~ .navigation-menu__toggle__button .navigation-menu__toggle__icon span:nth-child(4) {
  top: calc(50% - 2px);
  width: 0;
  left: 50%;
}

.navigation__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.navigation__item {
  margin: 0;
  cursor: pointer;
}

.navigation__item span {
  padding: 5px 0;
}

.navigation__item:hover span, .navigation__item.active span {
  border-bottom: 1px dotted #cccccc;
}

@media (min-width: 1200px) {
  .navigation__item {
    float: left;
  }
}

.navigation__link {
  display: block;
  padding: 15px 10px;
  width: 100%;
}

@media (min-width: 1200px) {
  .navigation__link {
    padding: 35px 20px;
    width: auto;
  }
  .navigation__level-1 .navigation__link {
    padding: 13px 20px;
  }
}

@media (min-width: 1200px) and (min-width: 1400px) {
  .navigation__level-1 .navigation__link {
    padding: 13px 40px;
  }
}

@media (min-width: 1400px) {
  .navigation__link {
    padding: 35px 40px;
  }
}

@media (min-width: 1200px) {
  .navigation__level-0 {
    display: flex;
    height: 100%;
    align-items: center;
  }
}

.navigation__level-1 {
  display: none;
  width: 100%;
  background: #2d2d2d;
  background: rgba(0, 0, 0, 0.9);
  color: #bc82cf;
}

@media (min-width: 1200px) {
  .navigation__level-1 {
    position: absolute;
    left: 0;
    top: 86px;
    padding-left: 220px;
    z-index: 100;
    width: 100%;
  }
  .header-fixed .navigation__level-1,
  .header--fixed .navigation__level-1 {
    position: fixed;
  }
}

.navigation__level-1 .navigation__item span {
  border: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .navigation__level-1 .navigation__item span {
    vertical-align: -2px;
  }
}

.navigation__level-1 .navigation__item:hover, .navigation__level-1 .navigation__item.active {
  text-decoration: underline;
}

.no-js .navigation__item:hover .navigation__level-1,
.navigation__item--active .navigation__level-1,
.subnav-open .navigation__level-1 {
  display: block;
}

.button, .juicer-feed .juicer-button, .j-post-overlay.juicer-feed a.juicer-button {
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 40px;
  border: 0;
  border-radius: 3px;
  background-color: #bc82cf;
  background-image: none;
  box-shadow: none;
  color: #FFF;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Arial Narrow", Arial, sans-serif;
  line-height: 1.6;
  cursor: pointer;
  transition: background 250ms;
  -webkit-font-smoothing: antialiased;
}

.button:focus, .juicer-feed .juicer-button:focus, .j-post-overlay.juicer-feed a.juicer-button:focus, .button:hover, .juicer-feed .juicer-button:hover, .j-post-overlay.juicer-feed a.juicer-button:hover {
  background: #a85dc1;
  box-shadow: none;
}

.button.active, .juicer-feed .active.juicer-button, .j-post-overlay.juicer-feed a.active.juicer-button, .button:active, .juicer-feed .juicer-button:active, .j-post-overlay.juicer-feed a.juicer-button:active {
  outline: 0;
  box-shadow: none;
}

[role="button"] {
  cursor: pointer;
}

.pin-it-button img {
  width: auto;
}

.social-share .fb_iframe_widget,
.social-share .pinterest-button {
  display: inline-block;
  float: left;
  padding-right: 10px;
}

input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  border: solid 1px #cccccc;
  border-radius: 3px;
  background: #f7f4f8;
  box-shadow: none;
  color: currentColor;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='date']:hover,
input[type='datetime']:hover,
input[type='datetime-local']:hover,
input[type='email']:hover,
input[type='month']:hover,
input[type='number']:hover,
input[type='password']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='time']:hover,
input[type='url']:hover,
input[type='week']:hover,
textarea:hover {
  border-color: #8c8c8c;
}

input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='week']:focus,
textarea:focus {
  background: #f4eef6;
}

input[type='date']:last-child,
input[type='datetime']:last-child,
input[type='datetime-local']:last-child,
input[type='email']:last-child,
input[type='month']:last-child,
input[type='number']:last-child,
input[type='password']:last-child,
input[type='search']:last-child,
input[type='tel']:last-child,
input[type='text']:last-child,
input[type='time']:last-child,
input[type='url']:last-child,
input[type='week']:last-child,
textarea:last-child {
  margin-bottom: 0;
}

textarea {
  min-height: 90px;
}

label {
  display: block;
  margin-bottom: 5px;
}

.fields {
  display: block;
  clear: both;
  margin: 20px 0;
  width: 100%;
}

.actions {
  margin: 40px 0;
}

@media (min-width: 860px) {
  .form__column {
    width: 44.4444444444%;
    float: left;
    margin-right: 11.1111111111%;
    margin-bottom: 3.4482758621%;
  }
  .form__column:nth-child(even) {
    float: right;
    margin-right: 0;
  }
}

.section {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 3.3898305085% 0;
}

@media (min-width: 1200px) {
  .section {
    padding: 1.6949152542% 0;
  }
}

.section .h1 {
  color: #47254d;
}

.section .h2, .section .article--style-a .article__title, .article--style-a .section .article__title {
  margin: 25px 0 40px;
}

.section__title {
  position: relative;
  margin: 30px 0 40px;
  padding-bottom: 15px;
  color: #5c5c5c;
}

.section__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: currentColor;
  content: '';
}

@media (min-width: 1200px) {
  .section__lead {
    margin-bottom: 3.4482758621%;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.section__body {
  display: block;
  float: left;
  width: 100%;
}

.section__cta {
  float: left;
  color: #bc82cf;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "p22-underground", Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}

.section__cta:hover {
  text-decoration: underline;
}

.section__details {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 14px;
}

.section__details__item {
  margin: 10px 20px 10px 0;
  padding: 5px 30px 5px 0;
  font-style: italic;
}

@media (min-width: 860px) {
  .section__details__item {
    display: inline-block;
    float: left;
    border-right: 1px solid #8c8c8c;
  }
}

.section__details__item:nth-child(3n) {
  border: 0;
  margin-right: 0;
}

.section__details__item span {
  margin-right: 20px;
  font-style: normal;
}

.section--theme-a {
  background: #FFF;
}

.section--theme-a .section__title::after {
  background: #cccccc;
}

.section--theme-b {
  background-color: #47254d;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
}

.section--theme-b .section__title {
  color: #FFF;
}

.section--theme-c {
  background: #FFF;
}

@media (min-width: 860px) {
  .section--theme-c {
    background: rgba(255, 255, 255, 0.95);
  }
}

.section--theme-d, .section--theme-f {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #fafafa;
}

.section--theme-d + .section--theme-d, .section--theme-f + .section--theme-d, .section--theme-d + .section--theme-f, .section--theme-f + .section--theme-f {
  border-top: 0;
}

.section--theme-d .h4, .section--theme-f .h4, .section--theme-d .section__title, .section--theme-f .section__title, .section--theme-d .article__title, .section--theme-f .article__title, .section--theme-d .page-nav__title, .section--theme-f .page-nav__title {
  margin-bottom: 25px;
}

.section--theme-e {
  background: #cccccc;
}

.section--theme-e .section__title {
  margin: 0;
  text-transform: none;
}

.section--theme-e .section__title::after {
  content: none;
}

.section--theme-f {
  background: #e6e6e6;
}

.section--theme-g {
  background: #c4c9cb;
}

.section--style-b {
  padding: 10.1694915254% 0;
}

@media (min-width: 1200px) {
  .section--style-b {
    padding: 2.5423728814% 0;
  }
}

.section--style-b .h1 {
  margin: 0;
}

.section--style-c {
  padding: 10.1694915254% 0;
}

@media (min-width: 1200px) {
  .section--style-c {
    padding: 2.5423728814% 0;
  }
}

.section--style-c .h1 {
  margin-bottom: 40px;
  font-style: italic;
}

@media (min-width: 1200px) {
  .section--style-c .h1 {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.section--style-c .section__lead {
  letter-spacing: 1px;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .section--style-c .section__lead {
    margin-bottom: 0;
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.table {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
}

@media (min-width: 860px) {
  .table {
    text-align: center;
  }
}

@media (max-width: 859px) {
  .table thead,
  .table tbody {
    float: left;
    width: 50%;
  }
  .table tbody tr {
    display: none;
  }
  .table tbody tr.active,
  .table thead tr {
    display: flex;
    flex-direction: column;
  }
}

.table tr {
  background: #fafafa;
}

@media (min-width: 860px) {
  .table tr:nth-child(odd) {
    background: #ededed;
  }
  .table tr.active {
    background: #e80093;
    color: #FFF;
  }
  .table tr.active td:first-child {
    background: none;
  }
  .table tr:hover {
    background: #ff69c8;
    color: #FFF;
  }
}

.table td,
.table th {
  padding: 12px 10px;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  vertical-align: middle;
}

@media (min-width: 860px) {
  .table td:first-child,
  .table th:first-child {
    background: #ff69c8;
    color: #000;
    text-align: right;
  }
}

.table thead th,
.table thead th:first-child {
  background: #000;
  color: #FFF;
}

.table td:first-child,
.table thead {
  text-transform: uppercase;
  font-family: "Museo Sans W01 500";
}

.carousel {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.js .carousel {
  opacity: 0;
}

.carousel.slick-initialized {
  opacity: 1;
}

.carousel__image {
  padding-bottom: 60%;
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1200px) {
  .carousel__image {
    padding-bottom: 65%;
  }
}

@media (min-width: 1400px) {
  .carousel__image {
    padding: 0;
    min-height: 500px;
    height: 100vh;
  }
}

.hero {
  position: fixed;
  top: 60px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 860px) and (min-height: 800px) {
  .hero {
    top: 0;
    height: 100%;
  }
  .about_us_page .hero {
    top: -9vh;
  }
}

.hero + .section,
.hero + .page-nav {
  margin-top: 300px;
}

@media (min-width: 860px) and (min-height: 800px) {
  .hero + .section,
  .hero + .page-nav {
    margin-top: 50vh;
  }
}

.hero ~ .section {
  margin-bottom: 1px;
  border-bottom: 0;
}

.hero ~ .section:last-child {
  margin-bottom: 0;
}

.hero--offset {
  background-position: 40% 0;
}

@media (min-width: 860px) and (min-height: 800px) {
  .hero--offset {
    background-position: 40% -110px;
  }
}

@media (min-width: 1200px) {
  .hero--offset {
    background-position: 40% -200px;
  }
}

@media (min-width: 1920px) {
  .hero--offset {
    background-position: 40% -280px;
  }
}

.hero__title {
  position: relative;
  z-index: 10;
  display: block;
  margin: 50px auto;
  padding: 20px;
}

@media (min-width: 860px) {
  .hero__title {
    margin: 180px auto 320px;
  }
}

.parallax {
  position: relative;
  background-position: 50% 50%;
}

@media (min-width: 1200px) {
  .parallax {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate(0, 0);
}

.article-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.article {
  margin-bottom: 5.2631578947%;
  width: 100%;
}

@media (min-width: 1200px) {
  .article {
    width: 47.3684210526%;
    float: left;
    margin-right: 5.2631578947%;
    padding-right: 5.2631578947%;
  }
}

.article:nth-child(even) {
  float: right;
  margin-right: 0;
}

@media (min-width: 1200px) {
  .article.article--style-a {
    border-right: 1px solid #cccccc;
  }
  .article.article--style-a:nth-child(even) {
    border: 0;
  }
  .article.article--style-a:only-child {
    margin-top: 5.2631578947%;
    border: 0;
    float: right;
    margin-right: 0;
  }
}

.article.article--style-d {
  letter-spacing: 1px;
  font-size: 16px;
}

.article.article--style-d:last-child, .article.article--style-d:nth-last-child(2) {
  margin-bottom: 0;
}

.article a {
  color: #bc82cf;
}

.article a:hover {
  text-decoration: underline;
}

.article .button, .article .juicer-feed .juicer-button, .juicer-feed .article .juicer-button, .article .j-post-overlay.juicer-feed a.juicer-button, .j-post-overlay.juicer-feed .article a.juicer-button,
.article .button:hover,
.article .juicer-feed .juicer-button:hover,
.juicer-feed .article .juicer-button:hover {
  color: #FFF;
  text-decoration: none;
}

.article__tag {
  margin-bottom: 15px;
}

.article__title {
  text-transform: none;
  font-style: normal;
}

.article--style-a .article__title {
  margin-bottom: 25px;
}

.article--theme-a .article__title {
  color: #298ac1;
}

.article__body {
  margin-bottom: 20px;
}

.article--style-c {
  letter-spacing: 1px;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .article--style-c {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 1.6949152542%;
    padding-right: 5.2631578947%;
  }
  .article--style-c:nth-child(even) {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .article--style-c:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}

.article--style-e {
  float: left;
  margin-bottom: 15px;
}

@media (min-width: 860px) {
  .article--style-e {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .article--style-e:nth-child(even) {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .article--style-e:nth-child(4n + 1) {
    float: right;
    margin-right: 0;
  }
}

.article--theme-b {
  color: #FFF;
}

.article--theme-b .article__title,
.article--theme-b .article__cta a {
  color: #b4d6e9;
}

.cards {
  position: relative;
  z-index: 10;
}

@media (min-width: 860px) {
  .cards {
    margin: 11.1111111111% auto;
  }
}

.cards .grid-sizer,
.cards .grid__item,
.cards .card {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 480px) {
  .cards .grid-sizer,
  .cards .grid__item,
  .cards .card {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 2.0408163265%;
  }
  .cards .grid-sizer:nth-child(2n + 2),
  .cards .grid__item:nth-child(2n + 2),
  .cards .card:nth-child(2n + 2) {
    float: right;
    margin-right: 0;
  }
  .cards .grid-sizer:nth-child(2n + 3),
  .cards .grid__item:nth-child(2n + 3),
  .cards .card:nth-child(2n + 3) {
    clear: both;
  }
}

@media (min-width: 860px) {
  .cards .grid-sizer,
  .cards .grid__item,
  .cards .card {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 2.0408163265%;
  }
  .cards .grid-sizer:nth-child(2n + 2), .cards .grid-sizer:nth-child(2n + 3),
  .cards .grid__item:nth-child(2n + 2),
  .cards .grid__item:nth-child(2n + 3),
  .cards .card:nth-child(2n + 2),
  .cards .card:nth-child(2n + 3) {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    clear: none;
  }
  .cards .grid-sizer:nth-child(3n + 2),
  .cards .grid__item:nth-child(3n + 2),
  .cards .card:nth-child(3n + 2) {
    float: right;
    margin-right: 0;
  }
  .cards .grid-sizer:nth-child(3n + 3),
  .cards .grid__item:nth-child(3n + 3),
  .cards .card:nth-child(3n + 3) {
    clear: both;
  }
}

@media (min-width: 480px) {
  .cards .gutter-sizer {
    width: 1.6949152542%;
  }
}

.cards .grid-sizer,
.cards .gutter-sizer {
  clear: both;
  margin: 0;
}

.card {
  position: relative;
  border-top: 10px solid #e80093;
  background: #fafafa;
  color: #323232;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.07);
}

.card.inactive {
  display: none;
}

.card__inner {
  padding: 30px;
}

.card__header {
  margin-bottom: 25px;
}

.card__header:last-child {
  margin-bottom: 0;
}

.card__header .date {
  margin-bottom: 20px;
  color: #bc82cf;
  font-weight: 600;
}

.card__title {
  margin-bottom: 0;
}

.card__cta {
  color: #bc82cf;
  font-size: 11px;
}

.card__cta a {
  border-bottom: 1px dotted;
}

.card__cta:hover {
  color: #a85dc1;
}

.card__media {
  position: relative;
  clear: both;
}

.card__media .card__tag {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 250px;
  padding: 5px 20px;
  background: #e80093;
  color: #FFF;
  text-align: right;
  font-weight: 600;
  line-height: 1.4;
}

.modal .card__media .card__tag {
  bottom: 15px;
}

.card__media img,
.card__media iframe {
  width: 100%;
}

.card__media--video {
  position: relative;
  display: block;
}

.card__media--video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  border-radius: 100%;
  background: rgba(188, 130, 207, 0.7);
  color: #FFF;
  font-size: 25px;
  transform: translate(-50%, -50%);
  transition: all 100ms;
}

.card__media--video:hover::before {
  background: rgba(168, 93, 193, 0.7);
}

.promo {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 50px;
  padding-bottom: 1.6949152542%;
  text-align: center;
  opacity: 1;
  transition: all 300ms;
  width: 44.4444444444%;
  float: left;
  margin-right: 11.1111111111%;
}

.promo:nth-of-type(2n) {
  float: right;
  margin-right: 0;
}

.promo:nth-of-type(2n + 1) {
  clear: both;
}

@media (min-width: 860px) {
  .promo {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .promo:nth-of-type(2n), .promo:nth-of-type(2n + 1) {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    clear: none;
  }
  .promo:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
  .promo:nth-child(4n + 1) {
    clear: both;
  }
}

.promo img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.promo::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 1px;
  background: currentColor;
  content: '';
  transform: translateX(-50%);
}

.promo.inactive {
  display: none;
  cursor: auto;
  pointer-events: none;
}

@media (min-width: 860px) {
  .promo.inactive {
    opacity: 0.2;
    display: block;
  }
}

.promo-scale {
  display: none;
}

@media (min-width: 860px) {
  .promo-scale {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    display: block;
  }
}

@media (min-width: 860px) {
  .promo-wrapper {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
    float: right;
    margin-right: 0;
    margin-top: 1.6949152542%;
    margin-bottom: 0.8474576271%;
    min-height: 185px;
  }
  .promo-wrapper .promo {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
    margin-bottom: 11.1111111111%;
  }
  .promo-wrapper .promo:nth-of-type(2n), .promo-wrapper .promo:nth-of-type(2n + 1), .promo-wrapper .promo:nth-child(4n), .promo-wrapper .promo:nth-child(4n + 1) {
    width: 31.8181818182%;
    float: left;
    margin-right: 2.2727272727%;
    clear: none;
  }
  .promo-wrapper .promo.promo--last {
    margin-right: 0;
  }
  .promo-wrapper h3.visually-hidden {
    position: relative;
    clear: both;
    width: 100%;
  }
}

.promo__media {
  margin-bottom: 20px;
}

@media (min-width: 860px) {
  .promo__media {
    transition: all 300ms;
    transform: scale(0.8);
  }
  .promo:hover .promo__media {
    transform: scale(0.9);
  }
}

.promo__title {
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.promo:hover .promo__title {
  color: #bc82cf;
}

.promo__tag {
  margin-bottom: 15px;
  max-width: 40px;
}

.overlay, .j-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  cursor: pointer;
  transition: all 200ms;
}

.overlay-show .overlay, .overlay-show .j-overlay {
  visibility: visible;
  opacity: 1;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: none;
  overflow: scroll;
  padding: 30px 40px;
  max-width: 100%;
  width: 660px;
  height: 100%;
  background: #FFF;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 200ms;
  transform: translate(-50%, -50%);
}

@media (min-width: 660px) {
  .modal {
    max-height: 80vh;
    height: auto;
    border-radius: 4px;
  }
}

.overlay-show .modal {
  display: block;
}

.overlay-in .modal {
  opacity: 1;
}

.modal iframe,
.modal img {
  width: 100%;
  margin-bottom: 1.6949152542%;
}

.modal img {
  height: auto !important;
}

.modal .pin-it-button {
  border: 0;
}

.modal .pin-it-button img {
  width: auto;
}

.modal__body {
  background: #FFF;
}

.modal__body a {
  border-bottom: 1px dotted;
}

.modal__body ol {
  list-style: decimal;
}

.modal__body li {
  margin-bottom: 10px;
  margin-left: 15px;
  padding-left: 10px;
}

.modal__body li img {
  margin-top: 10px;
  margin-bottom: 0;
}

.modal__close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  float: right;
  margin-bottom: 15px;
  border-bottom: 1px dotted;
  text-transform: uppercase;
  font-family: "p22-underground", Arial, sans-serif;
}

.page-header {
  position: relative;
  z-index: 10;
  padding: 30px 0 10px;
  min-height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
  color: #FFF;
  text-align: center;
}

@media (min-width: 860px) {
  .page-header {
    padding: 150px 0 50px;
    min-height: 500px;
  }
  .page-header.parallax {
    background-size: auto;
  }
}

.page-header img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.page-header .container {
  position: relative;
}

.page-header__image {
  display: block;
  margin: 0 auto 25px;
}

.page-header__badge {
  display: block;
  margin: 20px auto;
  padding: 10px;
  width: 220px;
  border: 3px solid #e80093;
  border-radius: 12px;
  line-height: 1;
  transform: rotate(2deg) skewX(-1deg) skewY(2deg);
}

@media (min-width: 860px) {
  .page-header__badge {
    position: absolute;
    top: 50%;
    right: 40px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .page-header__badge {
    left: 85%;
    right: auto;
  }
}

.page-header__badge p {
  margin: 0;
}

.page-header__badge__name {
  display: block;
  margin: 10px 0 0;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 25px;
  font-family: serif;
}

.page-nav {
  position: relative;
  top: 0;
  z-index: 50;
  padding: 20px 0;
  width: 100%;
  background: rgba(45, 45, 45, 0.95);
  color: #FFF;
}

@media (min-width: 860px) {
  .page-nav {
    padding: 25px 0;
  }
}

.page-nav h2 {
  margin: 0;
}

.page-nav__list {
  display: none;
  padding-top: 20px;
}

@media (min-width: 860px) {
  .page-nav__list {
    display: block;
  }
}

.page-nav__list:first-child {
  display: block;
  padding-top: 0;
}

.page-nav__list:first-child .page-nav__item {
  float: left;
  width: 50%;
}

@media (min-width: 860px) {
  .page-nav__list:first-child .page-nav__item {
    width: auto;
  }
}

.page-nav__title {
  position: relative;
  margin: 0;
  font-style: italic;
}

.page-nav__title .icon {
  position: absolute;
  top: 40%;
  right: 0;
  transform: rotateX(0deg) translateY(-50%);
}

@media (min-width: 860px) {
  .page-nav__title .icon {
    display: none;
  }
}

@media (min-width: 860px) {
  .page-nav__title.dropdown-toggle {
    cursor: auto;
    pointer-events: none;
  }
}

.page-nav__title.dropdown-toggle--open .icon {
  transform: rotateX(180deg) translateY(50%);
}

.page-nav__item {
  margin-bottom: 0;
  padding: 5px 0;
  width: 100%;
  color: #bc82cf;
}

@media (min-width: 860px) {
  .page-nav__item {
    display: inline-block;
    float: left;
    padding: 0 10px;
    width: auto;
  }
}

.page-nav__item:first-child {
  padding-left: 0;
}

.page-nav__item:hover {
  text-decoration: underline;
}

@media (min-width: 860px) {
  .page-nav__item--break {
    margin-right: 10px;
    padding-right: 20px;
    border-right: 1px solid #FFF;
  }
}

.page-nav--style-b {
  background: #d90d0c;
}

.page-nav--style-b .page-nav__item {
  color: #FFF;
}

.js-cookie-consent {
  position: fixed;
  bottom: 0px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  background: #ffceea;
  width: calc(100%);
  border-top: solid 4px #ff0092;
  z-index: 99999;
}

.js-cookie-consent button {
  border: solid 1px #ff0092;
  border-radius: 4px;
  background: #ffceea;
  padding: 5px 10px;
}

.j-loading,
.j-post-overlay.juicer-feed a.juicer-button,
.juicer-feed .j-paginate,
.juicer-feed ul.actions li.unstick {
  border-color: #bc82cf;
  color: #bc82cf;
}

.j-overlay .facebook-warning,
.j-poster a:hover,
.juicer-feed .empty a,
.juicer-feed .j-meta a:hover,
.juicer-feed a:hover,
.juicer-feed h1.referral a:hover,
.juicer-feed.classic li.feed-item .info a:hover,
.juicer-feed.classic li.feed-item .j-message a,
.juicer-feed.colored-icons .j-meta a.j-social.hashtag,
.juicer-feed.colored-icons .j-meta a.j-social.j-email,
.juicer-feed.colors .j-meta a.j-social.hashtag,
.juicer-feed.colors .j-meta a.j-social.j-email,
.juicer-feed.hip .j-text .j-edit a,
.juicer-feed.hip .j-text .j-message a,
.juicer-feed.hip li.feed-item.words .j-text a:hover,
.juicer-feed.image-grid .j-text .j-edit a,
.juicer-feed.image-grid .j-text .j-message a,
.juicer-feed.image-grid li.feed-item.words .j-text a:hover,
.juicer-feed.slider .j-text .j-edit a,
.juicer-feed.slider .j-text .j-message a,
.juicer-feed.slider .slick-next:hover:before,
.juicer-feed.slider .slick-prev:hover:before,
.juicer-feed.slider li.feed-item.words .j-text a:hover {
  color: #bc82cf;
}

.j-loading:before,
.j-post-overlay.juicer-feed a.juicer-button:hover,
.juicer-feed .hashtag,
.juicer-feed .j-email,
.juicer-feed .j-paginate,
.juicer-feed ul.actions li:hover,
.juicer-feed ul.j-filters li.highlight:after,
.juicer-feed ul.j-filters li.selected:after,
.juicer-feed ul.j-filters li:hover:after,
.juicer-feed.hip li.feed-item:hover:after {
  background-color: #bc82cf;
  color: #FFF;
}

.juicer-feed.colored-icons li.feed-item.juicer,
.juicer-feed.colors li.feed-item.juicer,
.juicer-feed.gray li.feed-item.juicer,
.juicer-feed.juicer-widget li.feed-item.juicer,
.juicer-feed.user li.feed-item.juicer,
.juicer-feed.white li.feed-item.juicer {
  background: #fafafa;
  color: #323232;
}

.juicer-feed {
  position: relative;
  z-index: 2;
  color: #323232;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Arial Narrow", Arial, sans-serif;
  line-height: 1.6;
}

.juicer-feed h1.referral {
  display: none;
}

.juicer-feed.user li.feed-item,
.juicer-feed li.feed-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  border-top: 10px solid #e80093;
  background: #fafafa;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.07);
}

.juicer-feed.user li.feed-item.juicer, .juicer-feed.user li.feed-item.juicerio,
.juicer-feed li.feed-item.juicer,
.juicer-feed li.feed-item.juicerio {
  display: none;
}

.juicer-feed .feed-item > * {
  padding: 10px;
}

@media (min-width: 860px) {
  .juicer-feed .j-stacker {
    margin-bottom: 1.6949152542%;
  }
}

@media (min-width: 1200px) {
  .juicer-feed .j-stacker {
    margin-bottom: 3.3898305085%;
  }
}

.juicer-feed .j-poster {
  overflow: hidden;
  margin: 0;
  height: auto;
}

.juicer-feed .j-poster img {
  margin-bottom: 0;
}

.juicer-feed .j-message a {
  border-bottom: 1px dotted;
  color: #bc82cf;
}

.juicer-feed .j-message a:hover {
  color: #a85dc1;
}

.juicer-feed .j-image {
  padding: 0;
  order: -1;
}

.juicer-feed .j-image img {
  margin-bottom: 10px;
  width: 100%;
}

.juicer-feed .juicer-button {
  text-transform: none;
}

.juicer-feed .j-paginate {
  display: block;
  margin-top: 0;
  width: 160px;
}

.juicer-feed .j-share {
  letter-spacing: 0px;
}

.j-overlay {
  display: flex;
  visibility: visible;
  padding: 0;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

.j-overlay .juicer-feed .j-poster {
  margin-bottom: 10px;
}

.j-overlay-content {
  max-width: 900px;
}

.j-post-overlay.juicer-feed a.juicer-button {
  margin-bottom: 20px;
  color: #FFF;
}

.page--revolution .page-nav,
.parabolic_page .page-nav {
  padding: 15px 0 10px;
}

@media (min-width: 860px) {
  .page--revolution .page-nav,
  .parabolic_page .page-nav {
    padding: 20px 0;
  }
}

.page--revolution .page-nav img,
.parabolic_page .page-nav img {
  display: block;
}

.page--revolution .page-nav__list,
.parabolic_page .page-nav__list {
  padding-top: 15px;
}

@media (min-width: 860px) {
  .page--revolution .page-nav__list,
  .parabolic_page .page-nav__list {
    padding-top: 20px;
  }
}

.page--revolution .page-header.parallax,
.parabolic_page .page-header.parallax {
  background-position: 50% -0.5px;
}

.page--product .page-nav {
  padding: 20px 0;
}

@media (min-width: 860px) {
  .page--product .page-nav__item {
    padding-right: 80px;
  }
}

.page--product .blade_types {
  border-top-style: dashed;
  border-bottom: 0;
  padding-bottom: 0;
}

.page--product .blade_types + .section--theme-d, .page--product .blade_types + .section--theme-f {
  padding-top: 0;
}

.page--product .extras {
  border-top: 0;
}

.page--product .section__details {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.page--product .section__details::after {
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  content: '';
  width: 1px;
  background-color: #8c8c8c;
}

.page--product .section__details__item {
  float: none;
  border-right: none;
  margin-right: 0;
}

.page--product .section__details__item:last-child {
  padding-right: 0;
}

.page--news .page-nav__item {
  padding-right: 50px;
}

.page--news .content {
  background-color: #47254d;
}

.page--dealers .section {
  color: #5c5c5c;
}

.page--dealers .section h3.h4, .page--dealers .section h3.section__title, .page--dealers .section h3.article__title, .page--dealers .section h3.page-nav__title {
  color: #47254d;
}

.dealers_page .dealer_body {
  position: relative;
}

.dealers_page .dealer_body .map {
  width: 100%;
  height: 70vh;
  z-index: 1;
}

.dealers_page .map_sidebar {
  position: absolute;
  top: 2em;
  left: 2em;
  width: 20em;
  max-height: calc(100% - 4em);
  z-index: 2;
  background-color: white;
  font-family: "p22-underground", Arial, sans-serif;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-wrap: nowrap;
}

.dealers_page .map_sidebar .search {
  background-color: #e80093;
  color: white;
  padding: 2em;
  text-align: center;
}

.dealers_page .map_sidebar .search h3 {
  color: white;
  font-size: 16px;
}

.dealers_page #geocoder {
  width: 100%;
}

.dealers_page #geocoder .mapboxgl-ctrl-geocoder {
  width: 100%;
  min-width: 0;
}

.dealers_page #geocoder .mapboxgl-ctrl-geocoder ul {
  text-align: left;
}

.dealers_page .listings {
  counter-reset: listingindex;
  overflow: scroll;
}

.dealers_page .listings .item {
  padding: 1em;
  border-bottom: 1px solid #e8e8e8;
  color: #4c4c4c;
  transition: opacity 0.3s;
  opacity: 0.7;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  padding-left: 20%;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
}

.dealers_page .listings .item a {
  font-weight: bold;
}

.dealers_page .listings .item h4 {
  margin-bottom: 0;
  font-weight: bold;
  font-style: normal;
  line-height: 1.25;
}

.dealers_page .listings .item .distance {
  clear: both;
  display: block;
  font-weight: bold;
  color: black;
}

.dealers_page .listings .item:hover {
  opacity: 1;
  background-color: rgba(230, 230, 230, 0.22);
}

.dealers_page .listings .item.active {
  border-bottom: 1px solid #e8e8e8;
  opacity: 1;
}

.dealers_page .listings .item::before {
  display: block;
  position: absolute;
  top: 2em;
  left: 0.25em;
  padding-top: 0.5em;
  width: calc(20% - 0.5em);
  height: calc(100% - 2.333em);
  font-size: 1.2em;
  background-image: url(/img/marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  counter-increment: listingindex;
  content: counter(listingindex);
  color: white;
}

@supports ((-webkit-mask-image: url(icon.svg)) or (mask-image: url(icon.svg))) or (-webkit-mask-image: url(icon.svg)) {
  .dealers_page .listings .item::before {
    background-image: none;
    background-color: #4b4b4b;
    -webkit-mask-image: url(/images/marker.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(/images/marker.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
  }
  .dealers_page .listings.ordered .item:first-child::before {
    background-color: #e80093;
  }
}

.dealers_page .mapboxgl-marker {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
}

.dealers_page .mapboxgl-marker p {
  font-size: 1.2em;
  color: white;
  margin: 0;
  line-height: 40px;
}

@media (max-width: 800px) {
  .page--dealers .section {
    color: #5c5c5c;
  }
  .page--dealers .section h3.h4, .page--dealers .section h3.section__title, .page--dealers .section h3.article__title, .page--dealers .section h3.page-nav__title {
    color: #47254d;
  }
  .dealers_page .dealer_body {
    position: relative;
  }
  .dealers_page .dealer_body .map {
    width: 100%;
    height: 50vh;
    z-index: 1;
  }
  .dealers_page .map_sidebar {
    position: relative;
    width: 20em;
    top: 0px;
    left: 0px;
    max-height: 40vh;
    width: 100%;
    z-index: 2;
    background-color: white;
    font-family: "p22-underground", Arial, sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .dealers_page .map_sidebar .search {
    background-color: #e80093;
    color: white;
    padding: 2em;
    text-align: center;
  }
  .dealers_page .map_sidebar .search h3 {
    color: white;
    font-size: 16px;
    display: none;
  }
  .dealers_page #geocoder {
    width: 100%;
  }
  .dealers_page #geocoder .mapboxgl-ctrl-geocoder {
    width: 100%;
    min-width: 0;
  }
  .dealers_page #geocoder .mapboxgl-ctrl-geocoder ul {
    text-align: left;
  }
  .dealers_page .listings {
    counter-reset: listingindex;
    overflow: scroll;
    border-bottom: solid 1px #e80093;
  }
  .dealers_page .listings .item {
    padding: 1em;
    border-bottom: 1px solid #e8e8e8;
    color: #4c4c4c;
    transition: opacity 0.3s;
    opacity: 0.7;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding-left: 20%;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.2s;
    display: none;
  }
  .dealers_page .listings .item a {
    font-weight: bold;
  }
  .dealers_page .listings .item h4 {
    margin-bottom: 0;
    font-weight: bold;
    font-style: normal;
    line-height: 1.25;
  }
  .dealers_page .listings .item .distance {
    clear: both;
    display: block;
    font-weight: bold;
    color: black;
  }
  .dealers_page .listings .item:hover {
    opacity: 1;
    background-color: rgba(230, 230, 230, 0.22);
  }
  .dealers_page .listings .item.active {
    border-bottom: 1px solid #e8e8e8;
    opacity: 1;
  }
  .dealers_page .listings .item::before {
    display: block;
    position: absolute;
    top: 2em;
    left: 0.25em;
    padding-top: 0.5em;
    width: calc(20% - 0.5em);
    height: calc(100% - 2.333em);
    font-size: 1.2em;
    background-image: url(/img/marker.svg);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    content: '';
    color: white;
  }
  .dealers_page .listings .item:first-child {
    display: block;
  }
  @supports ((-webkit-mask-image: url(icon.svg)) or (mask-image: url(icon.svg))) or (-webkit-mask-image: url(icon.svg)) {
    .dealers_page .listings .item::before {
      background-image: none;
      background-color: #4b4b4b;
      -webkit-mask-image: url(/images/marker.svg);
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-image: url(/images/marker.svg);
      mask-size: contain;
      mask-repeat: no-repeat;
    }
    .dealers_page .listings.ordered .item:first-child::before {
      background-color: #e80093;
    }
  }
  .dealers_page .mapboxgl-marker {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .dealers_page .mapboxgl-marker p {
    font-size: 1.2em;
    color: white;
    margin: 0;
    line-height: 40px;
  }
}

table.table.hall-of-fame {
  margin-top: 35px;
  color: #323232;
  width: 100%;
  table-layout: fixed;
  display: table;
}

table.table.hall-of-fame th {
  background: #e80093;
  color: #fafafa;
  text-transform: uppercase;
  padding: 15px 0;
  font-family: "p22-underground", Arial, sans-serif;
  font-size: 18px;
}

table.table.hall-of-fame td {
  padding: 12px 0;
  background: #fafafa;
  text-align: left;
  padding-left: 20px;
}

table.table.hall-of-fame td:first-child {
  padding-left: 15%;
}

table.table.hall-of-fame td:last-child {
  padding-right: 15%;
}

@media (max-width: 1050px) {
  table.table.hall-of-fame td:first-child {
    padding-left: 50px;
  }
  table.table.hall-of-fame td:last-child {
    padding-right: 50px;
  }
}

table.table.hall-of-fame td.flag {
  padding-right: 25px;
  text-align: right;
  width: 12.5%;
}

table.table.hall-of-fame td.name {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "p22-underground", Arial, sans-serif;
  font-size: 13px;
  width: 20%;
}

table.table.hall-of-fame tr:hover td.name {
  color: black;
}

table.table.hall-of-fame td.comp {
  font-family: "p22-underground", Arial, sans-serif;
  color: rgba(96, 96, 96, 0.85);
  font-size: 13px;
  width: 20%;
}

table.table.hall-of-fame td.comp ul {
  padding-left: 15px;
}

table.table.hall-of-fame td.blade {
  font-family: "p22-underground", Arial, sans-serif;
  width: 17.5%;
}

table.table.hall-of-fame td.blade,
table.table.hall-of-fame td.blade a {
  font-family: "p22-underground", Arial, sans-serif;
  color: #bc82cf;
  font-size: 13px;
  text-align: left;
  font-weight: normal;
  text-transform: none;
}

table.table.hall-of-fame td.blade a:hover {
  text-decoration: underline;
}

table.table.hall-of-fame tr {
  border-bottom: solid 1px #cccccc;
}

.main.new_hall_of_fame {
  min-width: none !important;
}

.filters {
  text-align: center;
}

.filters a {
  font-family: "Museo Sans W01 300";
  text-align: center;
  color: #a58c1a;
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 20px;
}

.filters a:last-child {
  margin-right: 0;
}

.new_hall_of_fame h3.section {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 859px) {
  .footer {
    clear: both;
  }
  .table.hall-of-fame tbody tr {
    display: block;
  }
  .table.hall-of-fame tbody {
    width: auto;
  }
  table.table.hall-of-fame td:first-child {
    padding-left: 0;
  }
  table.hall-of-fame td {
    border-right: solid 1px rgba(100, 100, 100, 0.3);
    padding: 0;
    text-align: center;
  }
  table.table.hall-of-fame td.flag {
    width: 5%;
    text-align: right;
  }
  table.table.hall-of-fame td.name {
    width: 20%;
  }
  table.table.hall-of-fame td.comp {
    width: 40%;
  }
  table.table.hall-of-fame td.blade {
    width: 20%;
  }
}

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