@charset "UTF-8";
/*

	NORMALIZE

------------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sup {
  font-size: 25%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -2.25em;
}

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

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon-font';
    src: url('fonts/icon-font/icon-font.svg?1038905#icon-font') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon-font";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-account:before {
  content: '\e800';
}

/* '' */
.icon-arrow-back:before {
  content: '\e801';
}

/* '' */
.icon-arrow-left-double:before {
  content: '\e802';
}

/* '' */
.icon-arrow-left:before {
  content: '\e803';
}

/* '' */
.icon-arrow-right-double:before {
  content: '\e804';
}

/* '' */
.icon-arrow-right:before {
  content: '\e805';
}

/* '' */
.icon-burger:before {
  content: '\e806';
}

/* '' */
.icon-cart:before {
  content: '\e807';
}

/* '' */
.icon-categories:before {
  content: '\e808';
}

/* '' */
.icon-chevron-down:before {
  content: '\e809';
}

/* '' */
.icon-chevron-left:before {
  content: '\e80a';
}

/* '' */
.icon-chevron-right-thick:before {
  content: '\e80b';
}

/* '' */
.icon-chevron-right:before {
  content: '\e80c';
}

/* '' */
.icon-compare:before {
  content: '\e80d';
}

/* '' */
.icon-contact:before {
  content: '\e80e';
}

/* '' */
.icon-download:before {
  content: '\e80f';
}

/* '' */
.icon-enlarge:before {
  content: '\e810';
}

/* '' */
.icon-envelope:before {
  content: '\e811';
}

/* '' */
.icon-exclamation:before {
  content: '\e812';
}

/* '' */
.icon-faq:before {
  content: '\e813';
}

/* '' */
.icon-fav:before {
  content: '\e814';
}

/* '' */
.icon-filters:before {
  content: '\e815';
}

/* '' */
.icon-heart:before {
  content: '\e816';
}

/* '' */
.icon-help:before {
  content: '\e817';
}

/* '' */
.icon-history:before {
  content: '\e818';
}

/* '' */
.icon-home:before {
  content: '\e819';
}

/* '' */
.icon-link:before {
  content: '\e81a';
}

/* '' */
.icon-list:before {
  content: '\e81b';
}

/* '' */
.icon-location-pin:before {
  content: '\e81c';
}

/* '' */
.icon-minus:before {
  content: '\e81d';
}

/* '' */
.icon-orders:before {
  content: '\e81e';
}

/* '' */
.icon-person:before {
  content: '\e81f';
}

/* '' */
.icon-plus:before {
  content: '\e820';
}

/* '' */
.icon-search:before {
  content: '\e821';
}

/* '' */
.icon-share:before {
  content: '\e822';
}

/* '' */
.icon-signout:before {
  content: '\e823';
}

/* '' */
.icon-social-facebook:before {
  content: '\e824';
}

/* '' */
.icon-social-instagram:before {
  content: '\e825';
}

/* '' */
.icon-social-twitter:before {
  content: '\e826';
}

/* '' */
.icon-social-youtube:before {
  content: '\e827';
}

/* '' */
.icon-x:before {
  content: '\e828';
}

/* '' */
/*****************************************
/
/     GLOBAL STYLES
/
/****************************************/
html {
  background-color: #f4f4f4;
  height: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  color: #333333;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#f9f9f8));
  background: -webkit-linear-gradient(left, white 0%, #f9f9f8 100%);
  background: -o-linear-gradient(left, white 0%, #f9f9f8 100%);
  background: linear-gradient(to right, white 0%, #f9f9f8 100%);
}

@media (max-width: 760px) {
  input[type="radio"] {
    position: relative;
    top: -1px;
  }
}

input[type="radio"] + label {
  margin-left: 0.25em;
}

textarea {
  width: 100%;
}

sup {
  font-size: 50%;
  top: -0.75em;
}

p a, label a {
  color: #cf202e;
}

p, li {
  line-height: 1.5;
}

li {
  margin-bottom: 1em;
}

ul {
  padding-left: 2em;
}

.p--small {
  font-size: 14px;
}

.p--larger {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}

.h1--standard {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin: 0.5em auto;
  letter-spacing: 1px;
}

@media (min-width: 760px) {
  .h1--standard {
    font-size: 24px;
    margin-top: 1em;
  }
}

@media (min-width: 975px) {
  .h1--standard {
    margin-bottom: 0.75em;
  }
}

@media (min-width: 1100px) {
  .h1--standard {
    font-size: 27px;
  }
}

h2 {
  font-family: 'Oswald', sans-serif;
}

p + h2 {
  margin-top: 2em;
}

h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-family: 'Oswald', sans-serif;
}

h3 + p {
  margin-top: 0.25em;
}

label {
  cursor: pointer;
}

blockquote {
  font-size: 24px;
  border-left: 12px solid #cf202e;
  margin: 40px 0 0;
  padding-left: 15px;
  line-height: 1.35;
}

@media (min-width: 760px) {
  blockquote:first-child {
    margin-top: 0;
  }
}

blockquote + p {
  margin-top: 40px;
}

.branded-divider {
  width: 102px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
}

.video-resizer {
  position: relative;
  line-height: 0;
  height: 0;
  padding-top: 56.25%;
}

.video-resizer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

figure {
  margin: 0;
}

.locked {
  pointer-events: none;
  opacity: 0.5;
  -webkit-transition: opacity 0.075s linear;
  -o-transition: opacity 0.075s linear;
  transition: opacity 0.075s linear;
}

.hiddenFields {
  display: none;
}

.form-tooltip {
  position: relative;
  z-index: 2;
  margin: 0.25em 0;
}

.form-tooltip .locator__legend-help-wrapper {
  vertical-align: middle;
  margin-left: 5px;
}

.form-tooltip__label {
  font-size: 0.825em;
  vertical-align: middle;
}

.form-date-time-field {
  border: 1px solid #cfcfcf !important;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em;
  width: 100%;
}

.form-date-time-field::-webkit-input-placeholder {
  color: #b9b9b9;
}

.form-date-time-field:-ms-input-placeholder {
  color: #b9b9b9;
}

.form-date-time-field::-ms-input-placeholder {
  color: #b9b9b9;
}

.form-date-time-field::placeholder {
  color: #b9b9b9;
}

.form-date-time-field:-ms-input-placeholder {
  color: #b9b9b9;
}

.form-date-time-field::-ms-input-placeholder {
  color: #b9b9b9;
}

.custom-confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.075s linear;
  -o-transition: opacity 0.075s linear;
  transition: opacity 0.075s linear;
  pointer-events: none;
  opacity: 0;
}

.custom-confirm--show {
  opacity: 1;
  pointer-events: all;
}

.custom-confirm__panel {
  background-color: white;
  -webkit-box-shadow: 0 0 20px black;
  box-shadow: 0 0 20px black;
  width: 300px;
  min-height: 150px;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
}

.custom-confirm__panel p {
  margin-top: 0;
}

header {
  background: url(../img/global/header__bg.jpg) no-repeat left center;
  background-size: cover;
  position: relative;
}

@media (min-width: 760px) {
  header {
    background-position: 250px center;
  }
}

.header__logo-flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo-wrapper {
  padding: 30px;
  margin-right: 10px;
}

@media (min-width: 760px) {
  .header__logo-wrapper {
    padding: 40px;
    margin-right: 40px;
    background-color: #cf202e;
    border-right: 4px solid white;
  }
}

.header__logo {
  width: 130px;
}

@media (min-width: 760px) {
  .header__logo {
    width: 170px;
  }
}

.header__title {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 500;
}

@media (min-width: 760px) {
  .header__title {
    font-size: 16px;
    letter-spacing: 5px;
  }
}

@media (min-width: 1140px) {
  .header__title br {
    display: none;
  }
}

.header__flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 760px) {
  .header__flexer {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 300px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 975px) {
  .header__flexer {
    width: 450px;
    top: 20px;
  }
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
}

@media (min-width: 760px) {
  .header__links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
}

.header__link {
  color: white;
  outline: 0;
  font-size: 11px;
}

@media (min-width: 760px) {
  .header__link {
    font-size: 11px;
  }
}

.header__link-icon {
  font-size: 1.75em;
  vertical-align: middle;
  margin-right: 0.125em;
  margin-bottom: 0.25em;
  display: inline-block;
}

@media (min-width: 975px) {
  .header__link-icon {
    margin-bottom: 0;
  }
}

.header__link-label {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

@media (min-width: 760px) {
  .header__link-label {
    vertical-align: middle;
  }
}

.header__link-divider {
  background-color: white;
  width: 2px;
  margin: 0 10px;
}

.header__breadcrumbs {
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}

@media (min-width: 975px) {
  .header__breadcrumbs {
    font-size: 12px;
  }
}

.header__breadcrumbs a {
  color: white;
  text-decoration: none;
}

.header__search-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 15px 20px;
}

@media (min-width: 760px) {
  .header__search-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 15px 0 0 0;
  }
}

input.header__search-input {
  font-size: 0.875em;
  line-height: 1;
  padding: 1em 3em 1em 1.5em;
  width: 100%;
  border: 1px solid #cfcfcf;
}

@media (min-width: 975px) {
  input.header__search-input {
    font-size: 14px;
  }
}

input.header__search-input::-webkit-input-placeholder {
  color: #b8b8b7;
  font-size: 1em;
}

input.header__search-input:-ms-input-placeholder {
  color: #b8b8b7;
  font-size: 1em;
}

input.header__search-input::-ms-input-placeholder {
  color: #b8b8b7;
  font-size: 1em;
}

input.header__search-input::placeholder {
  color: #b8b8b7;
  font-size: 1em;
}

input.header__search-input:-ms-input-placeholder {
  color: #b8b8b7;
  font-size: 1em;
}

input.header__search-input::-ms-input-placeholder {
  color: #b8b8b7;
  font-size: 1em;
}

.header__search-go-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.25em;
  font-size: 1.5em;
}

.breadcrumbs__back-arrow {
  color: white;
  padding: 12px 12px 12px 20px;
}

@media (min-width: 975px) {
  .breadcrumbs__back-arrow {
    padding: 16px 16px 16px 20px;
  }
}

.breadcrumbs__separator {
  width: 1px;
  height: 12px;
  background-color: #c2c2c2;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .breadcrumbs__back-arrow, .breadcrumbs__back-arrow + .breadcrumbs__separator {
    display: none;
  }
}

.breadcrumbs__home-icon {
  padding: 12px 10px 12px 12px;
  -webkit-transition: color 0.075s linear;
  -o-transition: color 0.075s linear;
  transition: color 0.075s linear;
}

.breadcrumbs__link {
  font-weight: 500;
  padding: 0 8px;
  color: white;
  text-decoration: none;
}

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

.no-touch .breadcrumbs a:hover, .no-touch .breadcrumbs button:hover {
  color: #cf202e;
}

.breadcrumbs--subcategory {
  width: 100%;
}

.breadcrumbs--subcategory:before {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

@media (max-width: 760px) {
  .breadcrumbs {
    font-size: 0;
  }
  .breadcrumbs * {
    display: none;
  }
  .breadcrumbs .breadcrumbs__back-arrow, .breadcrumbs .breadcrumbs__separator, .breadcrumbs .breadcrumbs__link:last-child {
    display: inherit;
    font-size: 16px;
  }
  .breadcrumbs .breadcrumbs__link:last-child {
    margin-left: 0.5em;
  }
}

.header__cart-badge {
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333;
  color: white;
  font-size: 11px;
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  width: 2em;
  height: 2em;
  font-weight: 500;
  padding: 0 1px 1px 0;
  margin-left: -1.5em;
}

.header__login-error-msg {
  color: red;
}

footer {
  background: #f8f8f8 url(../img/global/footer__bg.jpg) no-repeat right center;
  background-size: auto 100%;
  padding: 20px;
  position: relative;
}

@media (min-width: 760px) {
  footer {
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

footer:after {
  content: '';
  height: 6px;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 20px;
  background-color: #cf202e;
}

@media (min-width: 760px) {
  footer:after {
    width: calc(100% - 70px);
    left: 35px;
  }
}

.footer__logo {
  width: 130px;
}

.footer__title {
  font-family: 'Oswald', sans-serif;
  color: #333;
  font-size: 13px;
  letter-spacing: 5px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 15px 0;
}

@media (min-width: 760px) {
  .footer__title {
    margin: 0 0 0 35px;
  }
}

.footer__legal {
  font-size: 10px;
  color: #333333;
}

@media (min-width: 760px) {
  .footer__legal {
    font-size: 12px;
  }
}

.search__pagination {
  text-align: center;
  font-weight: 700;
}

.search__pagination-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.search__pagination-link {
  padding: 0 0.325em;
  color: #cf202e;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.search__pagination-link:first-child {
  margin-right: 0.5em;
  padding-left: 0.125em;
}

.search__pagination-link:first-child i {
  margin-right: 0.75em;
}

.search__pagination-link:last-child {
  margin-left: 0.5em;
  padding-right: 0.125em;
}

.search__pagination-link:last-child i {
  margin-left: 0.75em;
}

.search__pagination-link i {
  font-size: 0.625em;
}

.no-touch .search__pagination-link:hover {
  text-decoration: underline;
}

.flexer--standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexer--standard .listbox {
  margin-top: 30px;
}

@media (max-width: 760px) {
  .flexer--standard img:last-child {
    margin-bottom: 20px;
  }
}

.flexer--standard > div > p:first-child, .flexer--standard > div > h3:first-child {
  margin-top: 0;
}

.flexer__half-column {
  width: 100%;
}

@media (min-width: 760px) {
  .flexer__half-column {
    width: calc(50% - 15px);
  }
}

@media (min-width: 975px) {
  .flexer__half-column {
    width: calc(50% - 20px);
  }
}

@media (max-width: 975px) {
  .flexer__half-column .flexer__half-column {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flexer__half-column .flexer__half-column:last-child {
  margin-bottom: 0;
}

.flexer__third-column {
  width: 100%;
}

@media (min-width: 760px) {
  .flexer__third-column {
    width: calc(33.33% - 22.55639px);
  }
}

@media (min-width: 975px) {
  .flexer__third-column {
    width: calc(33.33% - 30.07519px);
  }
}

@media (max-width: 760px) {
  .flexer__third-column + .flexer__third-column, .flexer__quarter-column + .flexer__quarter-column {
    margin-top: 40px;
  }
}

.flexer__quarter-column {
  width: 100%;
}

@media (min-width: 760px) {
  .flexer__quarter-column {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
}

@media (min-width: 975px) {
  .flexer__quarter-column {
    width: calc(25% - 30.07519px);
    margin-bottom: 0;
  }
}

.flexer__fifth-column {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 760px) {
  .flexer__fifth-column {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}

@media (min-width: 975px) {
  .flexer__fifth-column {
    width: calc(20% - 30.07519px);
    margin-bottom: 0;
  }
}

@media (max-width: 975px) {
  .flexer__fifth-column:first-child {
    width: 100%;
  }
}

.flexer--flow {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 760px) {
  .flexer--flow .flexer__third-column {
    margin-right: 33.8px;
  }
  .flexer--flow .flexer__third-column:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 975px) {
  .flexer--flow .flexer__third-column {
    margin-right: 45px;
  }
}

@media (min-width: 760px) and (max-width: 975px) {
  .flexer--flow .flexer__quarter-column {
    margin-right: 30px;
  }
  .flexer--flow .flexer__quarter-column:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 975px) {
  .flexer--flow .flexer__quarter-column {
    margin-right: 40px;
  }
  .flexer--flow .flexer__quarter-column:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 760px) and (max-width: 975px) {
  .flexer--flow .flexer__fifth-column {
    margin-right: 30px;
  }
  .flexer--flow .flexer__fifth-column:nth-child(2n + 1) {
    margin-right: 0;
  }
}

@media (min-width: 975px) {
  .flexer--flow .flexer__fifth-column {
    margin-right: 37.6px;
  }
  .flexer--flow .flexer__fifth-column:nth-child(5n) {
    margin-right: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .flexer--flow .flexer__fifth-column {
    margin-right: 36px;
  }
}

@supports (-ms-ime-align: auto) {
  .flexer--flow .flexer__fifth-column {
    margin-right: 36px;
  }
}

.flexer__20-80-column-pair {
  width: 100%;
}

@media (min-width: 760px) {
  .flexer__20-80-column-pair {
    width: calc(30% - 15px);
  }
}

@media (min-width: 975px) {
  .flexer__20-80-column-pair {
    width: calc(20% - 20px);
  }
}

.flexer__20-80-column-pair + .flexer__20-80-column-pair {
  width: 100%;
}

@media (max-width: 760px) {
  .flexer__20-80-column-pair + .flexer__20-80-column-pair {
    margin-top: 40px;
  }
}

@media (min-width: 760px) {
  .flexer__20-80-column-pair + .flexer__20-80-column-pair {
    width: calc(70% - 15px);
  }
}

@media (min-width: 975px) {
  .flexer__20-80-column-pair + .flexer__20-80-column-pair {
    width: calc(80% - 20px);
  }
}

.flexer__30-70-column-pair {
  width: 100%;
}

@media (min-width: 760px) {
  .flexer__30-70-column-pair {
    width: calc(30% - 15px);
  }
}

@media (min-width: 975px) {
  .flexer__30-70-column-pair {
    width: calc(30% - 20px);
  }
}

.flexer__30-70-column-pair + .flexer__30-70-column-pair {
  width: 100%;
}

@media (max-width: 760px) {
  .flexer__30-70-column-pair + .flexer__30-70-column-pair {
    margin-top: 40px;
  }
}

@media (min-width: 760px) {
  .flexer__30-70-column-pair + .flexer__30-70-column-pair {
    width: calc(70% - 15px);
  }
}

@media (min-width: 975px) {
  .flexer__30-70-column-pair + .flexer__30-70-column-pair {
    width: calc(70% - 20px);
  }
}

.flexer__40-60-column-pair {
  width: 100%;
}

@media (min-width: 760px) {
  .flexer__40-60-column-pair {
    width: calc(40% - 15px);
  }
}

@media (min-width: 975px) {
  .flexer__40-60-column-pair {
    width: calc(40% - 20px);
  }
}

.flexer__40-60-column-pair + .flexer__40-60-column-pair {
  width: 100%;
}

@media (max-width: 760px) {
  .flexer__40-60-column-pair + .flexer__40-60-column-pair {
    margin-top: 40px;
  }
}

@media (min-width: 760px) {
  .flexer__40-60-column-pair + .flexer__40-60-column-pair {
    width: calc(60% - 15px);
  }
}

@media (min-width: 975px) {
  .flexer__40-60-column-pair + .flexer__40-60-column-pair {
    width: calc(60% - 20px);
  }
}

.flexer__60-40-column-pair {
  width: 100%;
}

@media (min-width: 760px) {
  .flexer__60-40-column-pair {
    width: calc(60% - 15px);
  }
}

@media (min-width: 975px) {
  .flexer__60-40-column-pair {
    width: calc(60% - 20px);
  }
}

.flexer__60-40-column-pair + .flexer__60-40-column-pair {
  width: 100%;
}

@media (max-width: 760px) {
  .flexer__60-40-column-pair + .flexer__60-40-column-pair {
    margin-top: 40px;
  }
}

@media (min-width: 760px) {
  .flexer__60-40-column-pair + .flexer__60-40-column-pair {
    width: calc(40% - 15px);
  }
}

@media (min-width: 975px) {
  .flexer__60-40-column-pair + .flexer__60-40-column-pair {
    width: calc(40% - 20px);
  }
}

.flexer__whole {
  width: 100%;
}

.flexer--trim-top-margins .flexer__half-column:first-child .floating-label-input, .flexer--trim-top-margins .flexer__half-column:first-child .floating-label-select {
  margin-top: 0;
}

@media (min-width: 760px) {
  .flexer--trim-top-margins .flexer__half-column:nth-child(2) .floating-label-input, .flexer--trim-top-margins .flexer__half-column:nth-child(2) .floating-label-select {
    margin-top: 0;
  }
}

.flexer__line-break {
  height: 0;
  border: 0;
  margin: 0;
  width: 100%;
  background-color: transparent;
}

.photo-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.photo-thumbnails__btn {
  margin: 0 10px 20px;
  width: calc(50% - 20px);
  position: relative;
  line-height: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

@media (min-width: 760px) {
  .photo-thumbnails__btn {
    margin: 0 15px 30px;
    width: calc(33.33% - 30px);
  }
}

@media (min-width: 975px) {
  .photo-thumbnails__btn {
    margin: 0 10px 20px;
    width: calc(20% - 20px);
  }
}

@media (min-width: 1600px) {
  .photo-thumbnails__btn {
    margin: 0 20px 40px;
    width: calc(20% - 40px);
  }
}

.photo-thumbnails__btn:after {
  content: "\f116";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-family: "icon-font";
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.075s linear;
  -o-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photo-thumbnails__btn img {
  width: 100%;
  display: block;
}

.photo-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1100;
}

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

.photo-modal__bg {
  background: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.photo-modal__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  line-height: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 3;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

@media (min-width: 975px) {
  .photo-modal__close-btn {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 30px;
    right: 30px;
  }
}

@media (min-width: 1600px) {
  .photo-modal__close-btn {
    top: 50px;
    right: 50px;
  }
}

.photo-modal__close-btn:before, .photo-modal__close-btn:after {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.075s linear;
  -o-transition: all 0.075s linear;
  transition: all 0.075s linear;
}

.photo-modal__close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.photo-modal__arrow-right, .photo-modal__arrow-left {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 0;
  background: black;
  cursor: pointer;
  z-index: 3;
  -webkit-transform: translateY(-50%) scale(0.5);
  -ms-transform: translateY(-50%) scale(0.5);
  transform: translateY(-50%) scale(0.5);
  color: white;
  font-size: 50px;
  padding: 20px 15px;
  -webkit-transition: all 0.075s linear;
  -o-transition: all 0.075s linear;
  transition: all 0.075s linear;
  opacity: 0.6;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

@media (min-width: 760px) {
  .photo-modal__arrow-right, .photo-modal__arrow-left {
    -webkit-transform: scale(0.75) translateY(-50%);
    -ms-transform: scale(0.75) translateY(-50%);
    transform: scale(0.75) translateY(-50%);
  }
}

@media (min-width: 975px) {
  .photo-modal__arrow-right, .photo-modal__arrow-left {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.photo-modal__arrow-left {
  right: inherit;
  left: 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.photo-modal__loading-animation, .photo-modal__main-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.photo-modal__loading-animation {
  width: 60px;
  height: 60px;
}

.photo-modal__main-img {
  z-index: 2;
  -webkit-box-shadow: 0 0 100px black;
  box-shadow: 0 0 100px black;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}

.photo-modal__main-img--reticle {
  border-radius: 100%;
}

.no-touch .photo-modal__close-btn:hover:before, .no-touch .photo-modal__close-btn:hover:after {
  background: #cf202e;
}

.no-touch .photo-modal__arrow-right:hover, .no-touch .photo-modal__arrow-left:hover {
  color: #cf202e;
}

.no-touch .photo-thumbnails__btn:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.45);
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.45);
}

.no-touch .photo-thumbnails__btn:hover:after {
  background-color: #cf202e;
}

.full-width-promo {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 60px 20px 80px;
  background-size: cover;
}

.full-width-promo__h2 {
  margin: 0;
  font-size: 28px;
}

@media (min-width: 760px) {
  .full-width-promo__h2 {
    font-size: 34px;
  }
}

@media (min-width: 1100px) {
  .full-width-promo__h2 {
    font-size: 40px;
  }
}

.full-width-promo__p {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.325;
  text-shadow: 0 0 20px black;
}

@media (min-width: 760px) {
  .full-width-promo__p {
    width: 80%;
  }
}

@media (min-width: 975px) {
  .full-width-promo__p {
    width: 60%;
  }
}

.site-dimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  -webkit-transition: background-color 0.075s linear;
  -o-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  z-index: 1002;
}

.site-dimmer--active {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.site-dimmer__loading {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 100%;
  padding: 6px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.075s linear;
  -o-transition: opacity 0.075s linear;
  transition: opacity 0.075s linear;
}

.site-dimmer--loading {
  background-color: rgba(0, 0, 0, 0.4);
}

.site-dimmer--loading .site-dimmer__loading {
  opacity: 1;
}

.floating-label-input, .floating-label-select {
  position: relative;
  background-color: white;
  color: #333333;
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #cfcfcf;
  font-size: 16px;
  margin-top: 30px;
}

.floating-label-select[disabled] {
  pointer-events: none;
}

.floating-label-select[disabled] .floating-label-select__label, .floating-label-select[disabled] .floating-label-select__readout {
  color: #999;
}

.floating-label-select[disabled]:after {
  border-top-color: #999;
}

.floating-label-input__input, .floating-label-select__readout, .floating-label-input__input--textarea {
  background: none;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em;
  width: 100%;
}

.floating-label-input__label, .floating-label-select__label, .floating-label-select--start-idle .floating-label-select__label {
  color: #b9b9b9;
  position: absolute;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  top: 50%;
  -webkit-transform: translate(0.5em, -50%) scale(1);
  -ms-transform: translate(0.5em, -50%) scale(1);
  transform: translate(0.5em, -50%) scale(1);
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.floating-label-input__label--textarea {
  top: 1.25em;
}

.floating-label-select--start-idle .floating-label-select__label {
  opacity: 0;
}

.floating-label-input--active .floating-label-input__label, .floating-label-select--active .floating-label-select__label, .floating-label-select__label {
  -webkit-transform: translate(0, -190%) scale(0.625);
  -ms-transform: translate(0, -190%) scale(0.625);
  transform: translate(0, -190%) scale(0.625);
  color: #666;
}

.floating-label-select:after {
  content: "\f11d";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icon-font";
  font-size: 0.75em;
  pointer-events: none;
  z-index: 1;
}

.floating-label-select__select {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: menulist-button;
  height: 100%;
  width: 100%;
  border-radius: 0;
  opacity: 0;
}

.floating-label-select__label {
  pointer-events: none;
}

.floating-label-select--error {
  border-color: #e00000;
}

.floating-label-input--error {
  border-color: #e00000;
}

.floating-label-input--do-not-match {
  border-color: #e00000;
}

.floating-label-input--do-not-match .floating-label-input__label {
  color: #e00000;
}

.floating-label-input--do-not-match .floating-label-input__label:after {
  content: ' - INPUTS MUST MATCH';
}

.floating-label-input--has-po-box {
  border-color: #e00000;
}

.floating-label-input--has-po-box .floating-label-input__label {
  color: #e00000;
}

.floating-label-input--has-po-box .floating-label-input__label:after {
  content: ' - CANNOT INCLUDE PO BOX';
}

.floating-label-select--start-idle .floating-label-select__readout {
  color: #b9b9b9;
}

.form__error {
  border-color: #cf202e !important;
}

.form__error.listbox:after, .form__error .custom-checkbox__label {
  color: #cf202e;
}

.form__error-msgs {
  color: #cf202e;
  font-weight: bold;
}

.form__error-msgs li {
  margin-bottom: 0;
}

.floating-label-select--multiple .floating-label-select__label {
  top: 1em;
}

.floating-label-select--multiple .floating-label-select__select {
  position: relative;
  opacity: 1;
}

.floating-label-select--multiple:after {
  display: none;
}

.custom-select {
  line-height: 1;
  padding: 0;
  position: relative;
}

.custom-select:after {
  content: "\f11d";
  font-family: "icon-font";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  pointer-events: none;
}

.custom-select__readout {
  line-height: 1.25;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em 3em 1em 1em;
  border: 1px solid #e6e6e6;
  background: white;
  overflow: hidden;
}

.custom-select__select {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: menulist-button;
  height: 100%;
  width: 100%;
  background: green;
  border-radius: 0;
  opacity: 0;
}

.custom-select__error-msg {
  color: red;
}

.custom-checkbox__input, .custom-checkbox__label {
  vertical-align: middle;
}

@media (min-width: 1100px) {
  .custom-checkbox__input {
    position: relative;
    top: -1px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 1.125em 1.5em;
  font-family: 'Oswald', sans-serif;
  position: relative;
  z-index: 1;
  text-decoration: none;
  vertical-align: middle;
  background-color: #cf202e;
  border-radius: 6px;
  -webkit-transition: background-color 0.075s linear;
  -o-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}

.btn i {
  font-size: 0.75em;
  margin-left: 1em;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  line-height: 1;
}

.btn i:before {
  vertical-align: middle;
}

.btn i.icon-download, .btn i.icon-fav, .btn i.icon-x {
  margin-left: 0;
  margin-right: 1em;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.btn i.icon-chevron-left {
  margin-left: 0;
  margin-right: 1em;
}

.btn i.icon-dealer-locator, .btn i.icon-cart {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.btn--ghost {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}

.btn--ghost i {
  color: #cf202e;
}

.btn--disabled {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#c6c6c6));
  background-image: -webkit-linear-gradient(top, #d2d2d2 0%, #c6c6c6 100%);
  background-image: -o-linear-gradient(top, #d2d2d2 0%, #c6c6c6 100%);
  background-image: linear-gradient(to bottom, #d2d2d2 0%, #c6c6c6 100%);
  pointer-events: none;
  opacity: 0.8;
}

.btn--disabled:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#c0c0c0));
  background-image: -webkit-linear-gradient(top, #c4c4c4 0%, #c0c0c0 100%);
  background-image: -o-linear-gradient(top, #c4c4c4 0%, #c0c0c0 100%);
  background-image: linear-gradient(to bottom, #c4c4c4 0%, #c0c0c0 100%);
}

.btn--grey {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#9b9b9b));
  background-image: -webkit-linear-gradient(top, #b3b3b3 0%, #9b9b9b 100%);
  background-image: -o-linear-gradient(top, #b3b3b3 0%, #9b9b9b 100%);
  background-image: linear-gradient(to bottom, #b3b3b3 0%, #9b9b9b 100%);
}

.btn--grey:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), to(#979797));
  background-image: -webkit-linear-gradient(top, #a8a8a8 0%, #979797 100%);
  background-image: -o-linear-gradient(top, #a8a8a8 0%, #979797 100%);
  background-image: linear-gradient(to bottom, #a8a8a8 0%, #979797 100%);
}

.btn--grey:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), to(#8b8b8b));
  background-image: -webkit-linear-gradient(top, #a3a3a3 0%, #8b8b8b 100%);
  background-image: -o-linear-gradient(top, #a3a3a3 0%, #8b8b8b 100%);
  background-image: linear-gradient(to bottom, #a3a3a3 0%, #8b8b8b 100%);
}

.btn--opposite-corner {
  -webkit-clip-path: polygon(-20px -20px, -20px calc(100% - 50px), 20px calc(100% + 20px), calc(100% + 20px) calc(100% + 20px), calc(100% + 20px) -20px);
  clip-path: polygon(-20px -20px, -20px calc(100% - 50px), 20px calc(100% + 20px), calc(100% + 20px) calc(100% + 20px), calc(100% + 20px) -20px);
}

.btn--opposite-corner:after {
  right: inherit;
  left: 0;
  -webkit-transform: skew(31deg);
  -ms-transform: skew(31deg);
  transform: skew(31deg);
}

.btn--wide {
  width: 100%;
  max-width: 900px;
  padding: 1em 1.5em;
}

@media (min-width: 760px) {
  .btn--wide {
    font-size: 18px;
  }
}

@media (min-width: 975px) {
  .btn--wide {
    font-size: 20px;
  }
}

.btn--wide:after, .btn--wide:before {
  display: none;
}

.btn--no-corner {
  -webkit-clip-path: inherit;
  clip-path: inherit;
}

.btn--no-corner:after {
  display: none;
}

@media (min-width: 760px) {
  .btn--minwidth {
    min-width: 260px;
  }
}

.no-touch .btn:hover {
  text-decoration: none;
  background-color: #de2a39;
}

.no-touch .btn:hover:before {
  opacity: 1;
}

.no-touch .btn:hover i {
  -webkit-transform: translateX(0.25em);
  -ms-transform: translateX(0.25em);
  transform: translateX(0.25em);
}

.no-touch .btn:hover i.icon-download, .no-touch .btn:hover i.icon-fav, .no-touch .btn:hover i.icon-x {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.no-touch .btn:hover i.icon-chevron-left {
  -webkit-transform: translateX(-0.25em);
  -ms-transform: translateX(-0.25em);
  transform: translateX(-0.25em);
}

.no-touch .btn:hover i.icon-dealer-locator, .no-touch .btn:hover i.icon-cart {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.no-touch .btn--ghost:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

aside {
  display: none;
  background-color: #f0f0f0;
}

@media (min-width: 760px) {
  aside {
    display: block;
    padding: 30px;
    width: 190px;
  }
}

@media (min-width: 975px) {
  aside {
    padding: 40px 50px 40px 40px;
    width: 250px;
  }
}

@media (min-width: 1600px) {
  aside {
    width: 340px;
    padding: 40px 60px 40px 50px;
  }
}

@media (max-width: 975px) {
  .aside--nav {
    display: block;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1002;
    width: 210px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 975px) {
  .aside--show-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.aside__nav {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.aside__filter-header {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: #cf202e;
  margin: 30px 0 0;
  line-height: 1;
  border-top: 2px solid #cfcfcf;
  padding: 15px 0;
  font-weight: 700;
  width: 100%;
  text-align: left;
  -webkit-transition: background-color 0.075s linear;
  -o-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}

.aside__filter-header:before {
  content: "\f116";
  font-family: "icon-font";
  font-size: 0.625em;
  margin-right: 0.5em;
  position: relative;
  top: -0.2em;
}

@media (min-width: 760px) {
  .aside__filter-header {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media (min-width: 975px) {
  .aside__filter-header {
    font-size: 18px;
    padding: 15px 0;
  }
}

.aside__filter-header--open:before {
  content: "\f113";
  font-family: "icon-font";
}

.aside__red-link {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: #cf202e;
  margin: 30px 0 0;
  line-height: 1;
  border-top: 2px solid #cfcfcf;
  padding: 15px 0;
  font-weight: 700;
  width: 100%;
  text-align: left;
  -webkit-transition: background-color 0.075s linear;
  -o-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 760px) {
  .aside__red-link {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media (min-width: 975px) {
  .aside__red-link {
    font-size: 18px;
    padding: 15px 0;
  }
}

.aside__red-link + .aside__red-link, .aside__red-link + .aside__filter-header {
  margin-top: 0;
}

.aside__filter-link {
  width: 100%;
  text-align: left;
  padding: 4px 0 4px 21px;
  -webkit-transition: color 0.075s linear;
  -o-transition: color 0.075s linear;
  transition: color 0.075s linear;
  font-size: 18px;
}

@media (min-width: 760px) {
  .aside__filter-link {
    padding: 3px 0 3px 15px;
    font-size: 12px;
  }
}

@media (min-width: 975px) {
  .aside__filter-link {
    padding: 3px 0 3px 20px;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .aside__filter-link {
    font-size: 16px;
  }
}

.aside__filter-link--view-more {
  font-weight: 700;
}

.aside__filter-group {
  display: none;
}

.aside__filter-group .custom-checkbox__label {
  font-size: 18px;
}

@media (min-width: 760px) {
  .aside__filter-group .custom-checkbox__label {
    font-size: 12px;
  }
}

@media (min-width: 975px) {
  .aside__filter-group .custom-checkbox__label {
    font-size: 14px;
  }
}

.aside__filter-header--open + .aside__filter-group {
  display: block;
}

.aside__filter-header:not(.aside__filter-header--open) + .aside__filter-group + .aside__filter-header {
  margin-top: 0;
}

.aside__filter-checkbox {
  padding: 4px 0 4px 15px;
}

@media (max-width: 760px) {
  .aside__filter-checkbox {
    font-size: 18px;
  }
}

@media (min-width: 975px) {
  .aside__filter-checkbox {
    padding: 3px 0 3px 18px;
  }
}

.aside__adjacent-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f8f8f8;
}

.aside__adjacent-content > h1:nth-child(2) {
  margin-top: 0;
}

.aside__nav-link {
  display: block;
  text-decoration: none;
  border-left: 10px solid transparent;
  color: #333333;
  padding: 0.625em 0.75em;
  -webkit-transition: color 0.075s linear;
  -o-transition: color 0.075s linear;
  transition: color 0.075s linear;
}

.aside__nav-link--active {
  background-color: #cecece;
  border-left: 10px solid #cf202e;
  font-weight: bold;
}

.aside__mobile-nav-header {
  background-color: #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
}

@media (min-width: 760px) {
  .aside__mobile-nav-header {
    margin: -30px -20px 0;
    padding: 10px 0 10px 20px;
  }
}

@media (min-width: 975px) {
  .aside__mobile-nav-header {
    display: none;
  }
}

.aside__mobile-nav-header-txt {
  font-size: 16px;
  margin: 0;
  padding-right: 1em;
}

@media (min-width: 760px) {
  .aside__mobile-nav-header-txt {
    font-size: 18px;
  }
}

.aside__mobile-nav-close-btn {
  padding: 20px;
  font-size: 10px;
}

.aside__show-categories-btn {
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: #cf202e;
  padding: 15px 16px;
  margin-bottom: 35px;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

@media (min-width: 760px) {
  .aside__show-categories-btn {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

@media (min-width: 975px) {
  .aside__show-categories-btn {
    display: none;
  }
}

.aside__show-categories-btn i {
  font-size: 10px;
  margin-right: 10px;
}

.no-touch .aside__filter-header:hover, .no-touch .aside__red-link:hover {
  color: black;
}

.no-touch .aside__filter-link:hover, .no-touch .aside__nav-link:hover {
  color: #cf202e;
}

@media (min-width: 760px) {
  .headroom--unpinned + .site-dimmer + main .aside__nav, .headroom--unpinned + .site-dimmer + main .history__date-links {
    top: 106px !important;
  }
}

@media (min-width: 975px) {
  .headroom--unpinned + .site-dimmer + main .aside__nav, .headroom--unpinned + .site-dimmer + main .history__date-links {
    top: 112px !important;
  }
}

.aside__red-header {
  margin: 20px 0 5px;
  color: #cf202e;
  font-family: 'Oswald', sans-serif;
  border-top: 2px solid #cfcfcf;
  margin-top: 40px;
  padding-top: 15px;
}

.content-wrapper {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-wrapper--thin {
  max-width: 1230px !important;
}

.content-wrapper--with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mast {
  background-size: cover;
  background-position: center center;
  color: white;
}

.mast--home {
  padding: 20px;
  min-height: 115vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.mast--home h1 {
  margin: 35vw 0 1em;
  font-size: 16px;
}

.mast--home h2 {
  margin: 0 0 0.5em;
  font-size: 30px;
}

@media (min-width: 760px) {
  .mast--home {
    min-height: 70vw;
    padding: 30px;
  }
  .mast--home h1 {
    margin-top: 15vw;
    font-size: 24px;
  }
  .mast--home h2 {
    font-size: 46px;
  }
}

@media (min-width: 975px) {
  .mast--home {
    min-height: 465px;
    padding: 40px;
  }
  .mast--home h1 {
    margin-top: 4em;
    font-size: 20px;
  }
  .mast--home h2 {
    font-size: 46px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .mast--home {
    display: block;
  }
}

.mast--standard {
  height: 58vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mast--standard .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1600px;
}

.mast--standard h1 {
  font-family: 'Oswald', sans-serif;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 20px;
  width: 100%;
  font-size: 24px;
}

@media (min-width: 760px) {
  .mast--standard h1 {
    font-size: 38px;
    width: auto;
    padding: 30px;
  }
}

@media (min-width: 975px) {
  .mast--standard h1 {
    font-size: 50px;
    padding: 30px 40px;
  }
}

@media (min-width: 760px) {
  .mast--standard {
    height: 240px;
  }
}

.mast--with-overlay {
  height: calc(58vw + 75px);
}

@media (min-width: 760px) {
  .mast--with-overlay {
    height: 315px;
  }
}

@media (min-width: 975px) {
  .mast--with-overlay {
    height: 340px;
  }
}

.mast--with-overlay h1 {
  padding-bottom: 100px;
}

@media (min-width: 975px) {
  .mast--with-overlay h1 {
    padding-bottom: 125px;
  }
}

.mast--thick {
  min-height: 90vw;
  height: auto;
}

@media (min-width: 760px) {
  .mast--thick {
    min-height: 340px;
  }
}

@media (min-width: 975px) {
  .mast--thick {
    min-height: 500px;
  }
}

.mast--thick .content-wrapper {
  margin-top: 34vw;
}

@media (min-width: 760px) {
  .mast--thick .content-wrapper {
    margin-top: 95px;
  }
}

@media (min-width: 975px) {
  .mast--thick .content-wrapper {
    margin-top: 215px;
  }
}

.mast__overlay {
  background-color: white;
  padding: 20px;
  color: #333;
  width: calc(100% - 40px);
  margin: -75px auto 0;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: relative;
  max-width: 1520px;
}

@media (min-width: 760px) {
  .mast__overlay {
    padding: 30px;
    width: calc(100% - 60px);
  }
}

@media (min-width: 975px) {
  .mast__overlay {
    padding: 40px;
    width: calc(100% - 80px);
    margin: -100px auto 0;
  }
}

.mast--sku {
  min-height: calc(58vw + 75px);
  height: auto;
}

@media (min-width: 760px) {
  .mast--sku {
    min-height: 315px;
  }
}

@media (min-width: 975px) {
  .mast--sku {
    min-height: 340px;
  }
}

.mast--sku .content-wrapper {
  padding-top: 120px;
}

@media (min-width: 975px) {
  .mast--cart {
    height: 300px;
  }
}

.mast__header-with-h2 {
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mast__header-with-h2 h1 {
  background-color: transparent;
  padding: 0;
  white-space: nowrap;
}

.slider {
  position: relative;
  line-height: 0;
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 20px;
}

@media (min-width: 760px) {
  .slider {
    margin-bottom: 30px;
  }
}

@media (min-width: 975px) {
  .slider {
    margin-bottom: 40px;
  }
}

.slider--is-animating .slider__arrow {
  pointer-events: none;
  opacity: 0.25;
  outline: 0;
}

.slider__content {
  white-space: nowrap;
  line-height: 0;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 0;
}

.slider__content .simplebar-track {
  background-color: rgba(0, 0, 0, 0.04);
  height: 20px !important;
  width: calc(100% - 40px);
  left: 20px !important;
}

@media (min-width: 760px) {
  .slider__content .simplebar-track {
    width: calc(100% - 60px);
    left: 30px !important;
  }
}

@media (min-width: 975px) {
  .slider__content .simplebar-track {
    width: calc(100% - 80px);
    left: 40px !important;
  }
}

@media (min-width: 1600px) {
  .slider__content .simplebar-track {
    width: 100%;
    left: 0 !important;
  }
}

.slider__content .simplebar-scrollbar {
  height: 10px !important;
  top: 5px !important;
}

.slider__content .simplebar-scrollbar:before {
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0.25);
}

@media (min-width: 760px) {
  .slider__content {
    padding-left: 30px;
  }
}

@media (min-width: 975px) {
  .slider__content {
    padding-left: 40px;
  }
}

@media (min-width: 1600px) {
  .slider__content {
    padding-left: 0;
    margin-left: 40px;
    margin-right: 40px;
  }
}

.slider__arrow {
  display: none;
}

.slider__arrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 760px) {
  .slider__arrow {
    width: calc(30px + 20px);
    position: absolute;
    top: calc(50% - 10px);
    height: 100px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.075s linear;
    -o-transition: all 0.075s linear;
    transition: all 0.075s linear;
    padding: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 975px) {
  .slider__arrow {
    width: calc(40px + 20px);
  }
}

.slider__arrow--left {
  left: -10px;
}

.slider__arrow--left:before {
  left: calc(50% + 5px);
}

.slider__arrow--right {
  right: -10px;
  border-radius: 5px 0 0 5px;
}

.slider__arrow--right:before {
  right: calc(50% - 5px);
}

.slider__item {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: normal;
  line-height: 1.25;
  vertical-align: top;
}

@media (min-width: 760px) {
  .slider__item {
    margin-right: 30px;
  }
}

@media (min-width: 975px) {
  .slider__item {
    margin-right: 40px;
  }
}

@media (min-width: 1600px) {
  .slider__item:last-child {
    margin-right: 0;
  }
}

.slider--products .simplebar-content, .slider--usergroup .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider--products .product-card__img-wrapper, .slider--usergroup .product-card__img-wrapper {
  width: 30vw;
}

@media (min-width: 760px) {
  .slider--products .product-card__img-wrapper, .slider--usergroup .product-card__img-wrapper {
    width: 15vw;
  }
}

@media (min-width: 975px) {
  .slider--products .product-card__img-wrapper, .slider--usergroup .product-card__img-wrapper {
    width: 13vw;
  }
}

@media (min-width: 1500px) {
  .slider--products .product-card__img-wrapper, .slider--usergroup .product-card__img-wrapper {
    width: 180px;
  }
}

.slider--products .product-card__img, .slider--usergroup .product-card__img {
  max-height: 120px;
}

@media (min-width: 1500px) {
  .slider--products .product-card__img, .slider--usergroup .product-card__img {
    max-height: 180px;
  }
}

.slider--products .slider__arrow, .slider--usergroup .slider__arrow {
  background-color: rgba(158, 158, 158, 0.8);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .slider--products .simplebar-content {
    display: inherit;
  }
}

.slider__item-count {
  display: block;
  font-size: 0.675em;
  font-weight: 400;
}

@media (min-width: 760px) {
  .slider__item-count {
    position: relative;
    top: -0.15em;
    display: inline-block;
    border-left: 2px solid black;
    padding-left: 0.5em;
    margin-left: 0.25em;
  }
}

.slider__item-count:after {
  content: ' ITEMS';
}

.no-touch .slider__arrow:hover {
  background-color: white;
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  transform: translate(3px, -50%);
}

.no-touch .slider__arrow:hover:before {
  color: #cf202e;
}

.no-touch .slider--products .slider__arrow:hover {
  background-color: #9e9e9e;
}

.no-touch .slider--products .slider__arrow:hover:before {
  color: black;
}

.no-touch .slider__arrow--right:hover {
  -webkit-transform: translate(-3px, -50%);
  -ms-transform: translate(-3px, -50%);
  transform: translate(-3px, -50%);
}

.slider__item--instagram {
  height: 60vw;
  width: 60vw;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 760px) {
  .slider__item--instagram {
    height: 23vw;
    width: 23vw;
  }
}

@media (min-width: 1600px) {
  .slider__item--instagram {
    height: 310px;
    width: 310px;
  }
}

.product-cards, .asset-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0 -10px;
  width: calc(100% + 20px);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-cards .btn--wide, .asset-cards .btn--wide {
  margin: 30px auto;
  width: calc(100% - 20px);
}

.product-card {
  width: calc(50% - 20px);
  background-color: white;
  padding: 12px;
  margin: 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  position: relative;
}

@media (min-width: 760px) {
  .product-card {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 975px) {
  .product-card {
    width: calc(25% - 20px);
  }
}

@media (min-width: 1200px) {
  .product-card {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .product-card {
    font-size: 18px;
    padding: 16px;
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
}

@media (min-width: 1600px) {
  .product-card {
    width: calc(25% - 40px);
    margin: 0 20px 40px;
    font-size: 18px;
    padding: 20px;
  }
}

.product-card.slider__item {
  margin: 0 20px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(46% - 20px);
  margin-bottom: 10px;
}

@media (min-width: 760px) {
  .product-card.slider__item {
    width: calc(29% - 20px);
  }
}

@media (min-width: 975px) {
  .product-card.slider__item {
    width: calc(22% - 20px);
  }
}

@media (min-width: 1600px) {
  .product-card.slider__item {
    width: calc(20% - 40px);
    min-width: 270px;
  }
  .product-card.slider__item:last-child {
    margin-right: 0;
  }
}

.product-card.slider__item:last-child {
  position: relative;
}

.product-card.slider__item:last-child:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  pointer-events: none;
}

@media (min-width: 760px) {
  .product-card.slider__item:last-child:after {
    right: -30px;
  }
}

@media (min-width: 975px) {
  .product-card.slider__item:last-child:after {
    right: -40px;
  }
}

@media (min-width: 1600px) {
  .product-card.slider__item:last-child:after {
    display: none;
  }
}

.product-card__vertical-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .product-card__vertical-center {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.product-card__img-wrapper {
  width: 100%;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .product-card__img-wrapper {
    height: 220px;
    position: relative;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .slider--products .product-card__img-wrapper {
    height: 150px;
  }
}

.product-card__img {
  max-width: 100%;
  max-height: calc(50vw - 77px);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  margin: 0 !important;
}

@media (min-width: 760px) {
  .product-card__img {
    max-height: calc(25vw - 98px);
  }
}

@media (min-width: 975px) {
  .product-card__img {
    max-height: calc(25vw - 130px);
  }
}

@media (min-width: 1600px) {
  .product-card__img {
    max-height: 270px;
  }
}

.product-card__reticle-zoomer {
  border-radius: 100%;
  border: 2px solid black;
  overflow: hidden;
  left: inherit;
  top: inherit;
  right: 0;
  bottom: 0;
  position: absolute;
  line-height: 0;
  height: 0;
  padding-top: calc(40% - 6px);
  width: 40%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.product-card__reticle-zoomer img {
  max-width: 200%;
  max-height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

.product-card__reticle-zoomer--non-circular {
  border-radius: inherit;
  border: 0;
}

.product-card__reticle-zoomer--non-circular img {
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  top: inherit;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-card__img--reticle {
  border-radius: 100%;
  border: 2px solid black;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .product-card__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.product-card__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.125;
  width: 100%;
}

.product-card__sku {
  font-weight: bold;
  margin: 0.325em 0;
  font-size: 0.875em;
}

.product-card__snippet {
  margin: 0 0 1.5em;
  font-size: 0.75em;
  line-height: 1.125;
  width: 100%;
}

.product-card__price {
  margin: 0;
  font-family: 'Oswald', sans-serif;
}

.product-card__btns {
  background-color: #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px -12px -12px;
  width: calc(100% + 25px);
  font-size: 10px;
}

@media (min-width: 760px) {
  .product-card__btns {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .product-card__btns {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  .product-card__btns {
    font-size: 17px;
    margin: 20px -16px -16px;
    width: calc(100% + 33px);
  }
}

@media (min-width: 1600px) {
  .product-card__btns {
    font-size: 18px;
    margin: 20px -20px -20px;
    width: calc(100% + 40px);
  }
}

.product-card__details-link, .product-card__compare-btn {
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.075s linear;
  -o-transition: color 0.075s linear;
  transition: color 0.075s linear;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  padding: 12px;
}

@media (min-width: 1400px) {
  .product-card__details-link, .product-card__compare-btn {
    padding: 16px;
  }
}

@media (min-width: 1600px) {
  .product-card__details-link, .product-card__compare-btn {
    padding: 20px;
  }
}

.product-card__details-link:after {
  content: "\f103";
  font-family: "icon-font";
  font-size: 0.75em;
  position: relative;
  top: -0.1em;
  margin-left: 0.5em;
  color: #cf202e;
}

.product-card__btn-divider {
  width: 2px;
  height: 2em;
  background-color: #bebebe;
}

.product-card__compare-btn[disabled] {
  pointer-events: none;
  opacity: 0.3;
}

.product-card__compare-btn:before {
  content: "\f104";
  font-family: "icon-font";
  font-size: 0.75em;
  position: relative;
  top: -0.1em;
  margin-right: 0.5em;
}

.no-touch .product-card__img:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.no-touch .product-card__details-link:hover, .no-touch .product-card__compare-btn:hover {
  color: #cf202e;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .no-touch .product-card__img:hover {
    -ms-transform: scale(1.025) translate(-50%, -50%);
    transform: scale(1.025) translate(-50%, -50%);
  }
}

.product-card__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  background-color: #cf202e;
  font-size: 10px;
  padding: 0.625em 1em;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
}

@media (min-width: 760px) {
  .product-card__new {
    font-size: 12px;
    padding: 0.675em 1em;
  }
}

.asset-card {
  width: 100%;
  background-color: white;
  padding: 12px;
  margin: 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
}

@media (min-width: 760px) {
  .asset-card {
    width: calc(33.33% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1400px) {
  .asset-card {
    font-size: 18px;
    padding: 16px;
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
}

@media (min-width: 1600px) {
  .asset-card {
    width: calc(25% - 40px);
    margin: 0 20px 40px;
    font-size: 18px;
    padding: 20px;
  }
}

.asset-card a {
  color: #333;
}

.asset-card a:hover {
  color: #cf202e;
}

.asset-card i {
  color: #cf202e;
}

.asset-card__vertical-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 10px);
  margin-right: 10px;
}

@media (min-width: 760px) {
  .asset-card__vertical-center {
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .asset-card__vertical-center {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.asset-card__txt {
  width: 50%;
}

@media (min-width: 760px) {
  .asset-card__txt {
    width: 100%;
  }
}

.asset-card__img-wrapper {
  width: 100%;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .asset-card__img-wrapper {
    height: 220px;
    position: relative;
  }
}

.asset-card__img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  max-height: 300px;
}

@media (min-width: 760px) {
  .asset-card__img {
    max-height: calc(25vw);
  }
}

@media (min-width: 975px) {
  .asset-card__img {
    max-height: calc(25vw - 30px);
  }
}

@media (min-width: 1600px) {
  .asset-card__img {
    max-height: 270px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .asset-card__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    max-height: 220px;
  }
}

.asset-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.asset-card__info-icon-wrapper {
  width: 24px;
  margin-right: 10px;
  line-height: 0;
}

.asset-card__info-icon {
  width: 24px;
  height: auto;
}

.asset-card__info-txt {
  margin: 0;
  font-size: 0.875em;
}

.asset-card__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 0 0 0.25em;
  line-height: 1.125;
  width: 100%;
  font-size: 1.25em;
}

.asset-card__snippet {
  margin: 0 0 1.5em;
  line-height: 1.125;
}

.asset-card__tags {
  font-family: 'Oswald', sans-serif;
}

.asset-card__tags a {
  font-weight: 300;
}

.asset-card__btns {
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px -12px -12px;
  width: calc(100% + 25px);
  font-size: 14px;
}

@media (min-width: 760px) {
  .asset-card__btns {
    font-size: 13px;
  }
}

@media (min-width: 975px) {
  .asset-card__btns {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .asset-card__btns {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  .asset-card__btns {
    margin: 20px -16px -16px;
    width: calc(100% + 33px);
  }
}

@media (min-width: 1600px) {
  .asset-card__btns {
    margin: 20px -20px -20px;
    width: calc(100% + 40px);
  }
}

.asset-card__btns a {
  color: white;
}

.asset-card__details-link, .asset-card__fav-btn, .asset-card__download-btn {
  text-decoration: none;
  color: white;
  -webkit-transition: color 0.075s linear;
  -o-transition: color 0.075s linear;
  transition: color 0.075s linear;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  padding: 12px;
  white-space: nowrap;
}

@media (min-width: 1400px) {
  .asset-card__details-link, .asset-card__fav-btn, .asset-card__download-btn {
    padding: 15px;
  }
}

.asset-card__details-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.asset-card__details-link:after {
  content: "\e80c";
  font-family: "icon-font";
  font-size: 0.75em;
  position: relative;
  top: -0.1em;
  margin-left: 0.5em;
  color: #cf202e;
}

.asset-card__btn-divider {
  width: 2px;
  height: 2em;
  background-color: rgba(255, 255, 255, 0.15);
}

.asset-card__fav-btn {
  position: relative;
}

.asset-card__fav-btn:before {
  content: "\e814";
  font-family: "icon-font";
  font-size: 0.75em;
  position: relative;
  top: -0.1em;
  margin-right: 0.5em;
  color: #cf202e;
  z-index: 2;
}

.asset-card__fav-btn--active {
  color: #cf202e;
}

.asset-card__download-btn:before {
  content: "\e80f";
  font-family: "icon-font";
  font-size: 0.75em;
  position: relative;
  top: -0.1em;
  margin-right: 0.5em;
  color: #cf202e;
}

.no-touch .asset-card__img:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.no-touch .asset-card__details-link:hover, .no-touch .asset-card__fav-btn:hover, .no-touch .asset-card__download-btn:hover {
  color: #cf202e;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .no-touch .asset-card__img:hover {
    -ms-transform: scale(1.025) translate(-50%, -50%);
    transform: scale(1.025) translate(-50%, -50%);
  }
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card {
  width: calc(50% - 10px);
  padding: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: white;
  text-decoration: none;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (min-width: 760px) {
  .card {
    width: calc(50% - 15px);
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 975px) {
  .card {
    width: calc(50% - 20px);
    padding: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 975px) {
  .card:nth-child(odd):last-of-type:not(.card--link) {
    width: 100%;
  }
}

@media (max-width: 975px) {
  .card:nth-child(even):last-of-type:not(.usergroup__asset-card):not(.dap__category-card) {
    width: calc(50% - 10px);
  }
}

.card.ta-l {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card.ta-l *:not(i) {
  margin-left: 0;
}

.card.ta-l .category__card-h1 {
  text-align: left;
}

.card.ta-l .category__card-shade p {
  padding-left: 0;
}

.card.ta-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.ta-c *:not(i) {
  margin-left: auto;
  margin-right: auto;
}

.card.ta-c .category__card-h1 {
  text-align: center;
}

.card.ta-r {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card.ta-r *:not(i) {
  margin-right: 0;
}

.card.ta-r .category__card-h1 {
  text-align: right;
}

.card.ta-r .category__card-shade p {
  padding-right: 0;
}

@media (min-width: 975px) {
  .card--third {
    width: calc(33.33% - 30.07519px);
  }
}

@media (min-width: 975px) {
  .card--quarter {
    width: calc(25% - 30.07519px);
  }
}

@media (min-width: 1600px) {
  .card--fifth-on-widescreen {
    width: calc(20% - 20px);
    margin-bottom: 40px;
  }
}

@media (min-width: 1600px) {
  .card--fifth-on-widescreen.product-card {
    width: calc(20% - 40px);
    margin-bottom: 40px;
  }
}

.card--white {
  background-color: white;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  color: #333;
}

.card--link {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  margin: 0 10px 20px;
  width: calc(50% - 20px);
  display: block;
  text-align: left;
}

@media (min-width: 760px) {
  .card--link {
    width: calc(33.33% - 22.55639px);
  }
}

@media (min-width: 1100px) {
  .card--link {
    padding: 20px;
  }
}

.card--link h2 {
  margin: 0 0 0.5em;
  font-size: 16px;
  -webkit-transition: color 0.075s linear;
  -o-transition: color 0.075s linear;
  transition: color 0.075s linear;
}

@media (min-width: 760px) {
  .card--link h2 {
    font-size: 18px;
  }
}

@media (min-width: 1100px) {
  .card--link h2 {
    font-size: 22px;
  }
}

.card--link h2:after {
  content: "\f103";
  font-family: "icon-font";
  font-size: 0.75em;
  position: relative;
  top: -0.1em;
  margin-left: 0.5em;
  color: #cf202e;
}

.card--link p {
  margin: 0;
  font-size: 12px;
}

@media (min-width: 760px) {
  .card--link p {
    font-size: 14px;
  }
}

@media (min-width: 1100px) {
  .card--link p {
    font-size: 16px;
  }
}

.card--whole {
  width: 100%;
}

@media (max-width: 975px) {
  .card--whole:not(:last-of-type) {
    width: calc(50% - 10px);
  }
}

@media (min-width: 975px) {
  .card--whole .category__card-shade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
  }
  .card--whole .category__card-h1 {
    text-align: left;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 760px) {
  .card__shade {
    padding: 0 30px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
  }
}

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

.no-touch .card--link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.no-touch .card--link:hover h2 {
  color: #cf202e;
}

.quote-section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 100%);
  text-align: center;
  padding: 4em 2em 6em;
  position: relative;
}

.quote-section__quote {
  margin: 0 auto;
  line-height: 1.5;
  color: #757575;
  font-size: 18px;
  font-weight: 500;
  max-width: 1000px;
}

@media (min-width: 760px) {
  .quote-section__quote {
    font-size: 24px;
  }
}

@media (min-width: 975px) {
  .quote-section__quote {
    font-size: 32px;
  }
}

.quote-section__attribution {
  position: absolute;
  bottom: 0;
  background-color: #cbcbcb;
  font-size: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  padding: 1em;
  z-index: 1;
  white-space: nowrap;
}

@media (min-width: 760px) {
  .quote-section__attribution {
    font-size: 13px;
  }
}

@media (min-width: 975px) {
  .quote-section__attribution {
    font-size: 16px;
  }
}

.quote-section__attribution:before, .quote-section__attribution:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cbcbcb;
  content: '';
  left: 0;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: -1;
}

.quote-section__attribution:after {
  left: auto;
  right: 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

.photo-carousel {
  position: relative;
  overflow: hidden;
}

.photo-carousel__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0;
  background-color: #333;
  pointer-events: none;
}

.photo-carousel__image--active {
  z-index: 2;
  opacity: 1;
}

.photo-carousel__arrow {
  width: calc(30px + 20px);
  position: absolute;
  top: calc(50% - 42px);
  height: 100px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.075s linear;
  -o-transition: all 0.075s linear;
  transition: all 0.075s linear;
  padding: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.5) translateY(-50%);
  -ms-transform: scale(0.5) translateY(-50%);
  transform: scale(0.5) translateY(-50%);
}

@media (min-width: 760px) {
  .photo-carousel__arrow {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: calc(50% - 22px);
  }
}

@media (min-width: 975px) {
  .photo-carousel__arrow {
    width: calc(40px + 20px);
  }
}

.photo-carousel__arrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.photo-carousel__arrow--left {
  left: -5px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

@media (min-width: 760px) {
  .photo-carousel__arrow--left {
    left: -10px;
  }
}

.photo-carousel__arrow--left:before {
  left: calc(50% + 5px);
}

.photo-carousel__arrow--right {
  border-radius: 5px 0 0 5px;
  right: -5px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

@media (min-width: 760px) {
  .photo-carousel__arrow--right {
    right: -10px;
  }
}

.photo-carousel__arrow--right:before {
  right: calc(50% - 5px);
}

.photo-carousel__dots {
  background-color: #eaeaea;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 760px) {
  .photo-carousel__dots {
    height: 44px;
  }
}

.photo-carousel__dot {
  width: 24px;
  height: 24px;
  background-color: #333;
  border: 8px solid #eaeaea;
  border-radius: 100%;
  -webkit-transition: background-color 0.075s linear;
  -o-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}

.photo-carousel__dot--active {
  background-color: #b3b3b3;
}

.no-touch .photo-carousel__arrow:hover {
  background-color: white;
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  transform: translate(3px, -50%);
}

.no-touch .photo-carousel__arrow:hover:before {
  color: #cf202e;
}

.no-touch .photo-carousel__arrow--right:hover {
  -webkit-transform: translate(-3px, -50%);
  -ms-transform: translate(-3px, -50%);
  transform: translate(-3px, -50%);
}

.no-touch .photo-carousel__dot:hover {
  background-color: #cf202e;
}

.accordion__header {
  background-color: #9e9e9e;
  color: white;
  padding: 20px;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  font-weight: 700;
  margin-top: 10px;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (min-width: 760px) {
  .accordion__header {
    font-size: 28px;
  }
}

.accordion__header:before {
  content: "\f116";
  font-family: "icon-font";
  margin-right: 0.5em;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  display: inline-block;
}

.accordion__header--open {
  color: #333;
  background-color: #cfcfcf;
}

.accordion__header--open:before {
  content: "\f113";
}

.accordion__header:not(.accordion__header--open) + .accordion__content-wrapper {
  max-height: 0;
}

.accordion__content-wrapper {
  background-color: white;
  padding: 0 20px;
  max-height: 5000px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}

.accordion__content {
  padding: 20px 0;
}

.accordion__content > p:first-child {
  margin-top: 0;
}

.accordion__content > p:last-child {
  margin-bottom: 0;
}

.subnav {
  position: absolute;
  top: 66px;
  right: 6px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
}

@media (min-width: 760px) {
  .subnav {
    top: 110px;
    margin-right: 10px;
    right: 0;
    padding: 10px;
  }
}

@media (min-width: 975px) {
  .subnav {
    top: 115px;
  }
}

@media (min-width: 1100px) {
  .subnav {
    top: 154px;
  }
}

.subnav__link {
  color: #bbb;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  padding: 2px 10px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  position: relative;
  display: none;
  white-space: nowrap;
}

@media (min-width: 975px) {
  .subnav__link {
    border-right: 1px solid #bbb;
    display: inline-block;
  }
  .subnav__link:after {
    content: '';
    height: 3px;
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    bottom: -2px;
    background-color: transparent;
    -webkit-transition: background-color 0.075s linear;
    -o-transition: background-color 0.075s linear;
    transition: background-color 0.075s linear;
  }
}

.subnav__link:last-child {
  border-right: 0;
}

.no-touch .subnav__link:hover:not(.subnav__link--active):after {
  background-color: #bbb;
}

.subnav__link--active {
  color: white;
  display: inline-block;
}

@media (max-width: 975px) {
  .subnav__link--active {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 6px 14px;
    pointer-events: none;
  }
  .subnav__link--active:after {
    content: "\f11d";
    font-family: "icon-font";
    font-size: 0.75em;
    margin-left: 1em;
    position: relative;
    top: -0.125em;
  }
}

@media (max-width: 975px) {
  .subnav--expanded {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subnav--expanded .subnav__link--active {
    background: transparent;
    pointer-events: all;
  }
  .subnav--expanded .subnav__link--active:after {
    display: none;
  }
  .subnav--expanded .subnav__link {
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #999;
  }
  .subnav--expanded .subnav__link:last-child {
    border-bottom: 0;
  }
}

.headroom--not-top + .site-dimmer + main .subnav {
  position: fixed;
  top: 60px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  right: 0;
}

@media (min-width: 760px) {
  .headroom--not-top + .site-dimmer + main .subnav {
    top: 100px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    padding-right: 20px;
  }
  .headroom--not-top + .site-dimmer + main .subnav .subnav__link--active {
    background: transparent;
  }
  .headroom--not-top + .site-dimmer + main .subnav .subnav__link--active:after {
    display: none;
  }
  .headroom--not-top + .site-dimmer + main .subnav .subnav__link {
    border-right: 1px solid #bbb;
    display: inline-block;
    padding: 2px 10px;
    font-size: 15px;
  }
  .headroom--not-top + .site-dimmer + main .subnav .subnav__link:last-child {
    border-right: 0;
  }
  .headroom--not-top + .site-dimmer + main .subnav.subnav--expanded {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .headroom--not-top + .site-dimmer + main .subnav.subnav--expanded .subnav__link {
    border-bottom: 0;
  }
}

@media (min-width: 975px) {
  .headroom--not-top + .site-dimmer + main .subnav {
    padding-right: 30px;
  }
  .headroom--not-top + .site-dimmer + main .subnav .subnav__link {
    font-size: 18px;
  }
}

@media (min-width: 1100px) {
  .headroom--not-top + .site-dimmer + main .subnav {
    top: 139px;
  }
}

@media (min-width: 760px) {
  .headroom--not-top.headroom--unpinned + .site-dimmer + main .subnav {
    top: 47px;
  }
}

@media (min-width: 975px) {
  .headroom--not-top.headroom--unpinned + .site-dimmer + main .subnav {
    top: 51px;
  }
}

@media (min-width: 1100px) {
  .headroom--not-top.headroom--unpinned + .site-dimmer + main .subnav {
    top: 60px;
  }
}

.radio-group-with-p {
  margin-bottom: 20px;
}

.radio-group-with-p p {
  margin: 0 30px 20px 0;
  display: inline-block;
  font-weight: bold;
}

.radio-group-with-p .radio-group-with-p__option {
  margin-right: 30px;
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.radio-group-with-p .radio-group-with-p__option:last-child {
  margin-right: 0;
}

.radio-group__master-label, .checkbox-group__master-label {
  margin: 0 40px 20px 0;
  font-weight: bold;
  display: inline-block;
}

.radio-group__input, .checkbox-group__input {
  margin: 0 0 20px;
}

.radio-group__label, .checkbox-group__label {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
}

@media (max-width: 760px) {
  .radio-group__label, .checkbox-group__label {
    position: relative;
    top: -2px;
  }
}

.radio-group__option, .checkbox-group__option {
  display: inline-block;
  white-space: nowrap;
}

.privacy-agreement {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.8);
  color: white;
  line-height: 1;
  z-index: 100000;
}

@media (max-width: 760px) {
  .privacy-agreement {
    font-size: 14px;
  }
}

.privacy-agreement__p {
  line-height: 1.25;
}

.privacy-agreement__p a {
  color: red;
  font-weight: bold;
  text-decoration: none;
}

.privacy-agreement__p a:hover {
  text-decoration: underline;
}

.privacy-agreement__flexer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy-agreement__btn {
  margin-left: 2em;
  padding: 0.75em 2.25em;
  font-size: 14px;
  white-space: nowrap;
}

.sitemap a {
  color: #333;
}

.sitemap li {
  margin: 0;
}

.account__info-block {
  width: 100%;
}

.account__info-block h3 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
}

.account__info-block p {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account__info-block a:not(.btn) {
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  color: #cf202e;
}

@media (max-width: 760px) {
  .account__info-block p + a:not(.btn) {
    display: inline-block;
    margin-top: 20px;
  }
}

@media (min-width: 975px) {
  .account__info-block {
    margin-bottom: 30px;
  }
}

@media (min-width: 760px) {
  .account__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .account__info-block h3 {
    margin-right: 20px;
  }
}

/*****************************************
/
/     USERGROUP STYLES
/
/****************************************/
.usergroup__whole-card {
  width: 100% !important;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.usergroup__split-card {
  width: 100% !important;
  padding: 0;
}

@media (max-width: 760px) {
  .usergroup__split-card .flexer__half-column:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .usergroup__split-card .flexer__half-column:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.usergroup__img-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 760px) {
  .usergroup__img-bg {
    min-height: 40vw;
  }
}

@media (max-width: 760px) {
  .usergroup__icon-card {
    width: 100%;
  }
  .usergroup__icon-card .btn {
    width: 100%;
  }
}

@media (min-width: 975px) and (max-width: 1100px) {
  .usergroup__icon-card {
    padding: 30px;
  }
}

.usergroup__icon-card i {
  font-size: 1.5em;
}

.usergroup__asset-cards {
  margin: 40px -10px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 760px) {
  .usergroup__asset-cards {
    margin: 40px -15px 0;
  }
}

@media (min-width: 975px) {
  .usergroup__asset-cards {
    margin: 40px -20px 0;
  }
}

.usergroup__asset-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 20px);
  padding: 20px;
  margin: 0 10px 20px;
}

@media (min-width: 760px) {
  .usergroup__asset-card {
    width: calc(33.33% - 30px);
    padding: 30px;
    margin: 0 15px 30px;
  }
}

@media (min-width: 975px) {
  .usergroup__asset-card {
    width: calc(33.33% - 40px);
    padding: 40px;
    margin: 0 20px 40px;
  }
}

.usergroup__asset-card h2 {
  margin: 0;
  width: 100%;
  position: relative;
  padding-right: 1em;
}

.usergroup__asset-card h2:after {
  position: absolute;
  right: -0.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.usergroup__h1-innerlink {
  font-size: 0.5em;
  color: #cf202e;
  text-decoration: none;
  font-weight: 400;
}

.usergroup__h1-innerlink:hover {
  text-decoration: underline;
}

.usergroup__slider-item-flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usergroup__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  max-width: 50%;
  padding: 15px;
  margin: 0 20px 20px 0;
  position: relative;
  -webkit-box-shadow: 0px 7px 4px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 4px -6px rgba(0, 0, 0, 0.2);
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  z-index: 1;
}

.usergroup__slider-item:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  content: '';
  background-color: white;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 20px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 20px, 100% 100%, 0% 100%);
}

@media (min-width: 760px) {
  .usergroup__slider-item {
    padding: 25px 15px;
    margin-bottom: 30px;
    min-width: 40%;
    max-width: 40%;
  }
}

@media (min-width: 975px) {
  .usergroup__slider-item {
    min-width: 28%;
    max-width: 28%;
  }
}

@media (min-width: 1100px) {
  .usergroup__slider-item {
    min-width: 22%;
    max-width: 22%;
  }
}

.usergroup__slider-item:last-child {
  position: relative;
}

.usergroup__slider-item:last-child:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  pointer-events: none;
}

@media (min-width: 760px) {
  .usergroup__slider-item:last-child:after {
    right: -30px;
  }
}

@media (min-width: 975px) {
  .usergroup__slider-item:last-child:after {
    right: -40px;
  }
}

.usergroup__slider-item-date {
  margin: 0;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  border-left: 8px solid #cf202e;
  padding-left: 7px;
  margin-left: -15px;
}

@media (min-width: 760px) {
  .usergroup__slider-item-date {
    font-size: 24px;
    border-left: 12px solid #cf202e;
    padding-left: 10px;
  }
}

.usergroup__slider-item-category {
  margin: 0;
  font-size: 10px;
  color: #333;
  font-weight: 500;
}

@media (min-width: 760px) {
  .usergroup__slider-item-category {
    font-size: 14px;
  }
}

.usergroup__slider-item-content {
  margin: 0 -15px;
  width: calc(100% + 20px);
  padding: 10px 15px 15px;
  color: #333;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 760px) {
  .usergroup__slider-item-content {
    padding: 20px 15px 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .usergroup__slider-item-content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.usergroup__slider-item-content-h1 {
  margin: 0;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.25;
  margin: 0 0 0.25em -15px;
  border-left: 8px solid #cf202e;
  padding-left: 7px;
}

@media (min-width: 760px) {
  .usergroup__slider-item-content-h1 {
    font-size: 18px;
    border-left: 12px solid #cf202e;
    padding-left: 10px;
    margin-left: -15px;
  }
}

.usergroup__slider-item-content-h1 em {
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
  margin-top: 0.125em;
}

.usergroup__slider-item-content-p {
  font-size: 11px;
  margin: 0;
  line-height: 1.25;
}

@media (min-width: 760px) {
  .usergroup__slider-item-content-p {
    font-size: 16px;
    padding-left: 7px;
  }
}

.usergroup__slider-item-link {
  color: #cf202e;
  font-size: 10px;
  font-weight: 700;
}

.usergroup__slider-item-link:after {
  content: "\f103";
  font-family: "icon-font";
  font-size: 0.75em;
  position: relative;
  top: -0.1em;
  margin-left: 0.75em;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  display: inline-block;
}

@media (min-width: 760px) {
  .usergroup__slider-item-link {
    font-size: 14px;
  }
}

.no-touch .usergroup__slider-item:hover {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
  -webkit-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}

.no-touch .usergroup__slider-item:hover .usergroup__slider-item-link:after {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.account-info-link {
  font-family: 'Oswald', sans-serif;
  color: #cf202e;
  text-decoration: underline;
  font-weight: 700;
}

.account-info-form {
  padding-bottom: 10px;
}

.account-info-form--hide {
  display: none;
}

.order-history__table {
  margin-top: 40px;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .order-history__table {
    margin: 40px -20px;
    width: calc(100% + 40px);
  }
}

@media (min-width: 760px) {
  .order-history__table {
    display: table;
    width: 100%;
  }
}

.order-history__table a {
  color: #cf202e;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  position: relative;
}

.order-history__table a:hover {
  text-decoration: underline;
}

.order-history__table a i {
  font-size: 0.75em;
}

.order-history__table a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.25em solid transparent;
  border-left-color: #cf202e;
  margin-left: 0.325em;
  position: relative;
  top: -0.125em;
}

.order-history__row {
  padding: 20px;
}

@media (min-width: 760px) {
  .order-history__row {
    display: table-row;
  }
}

.order-history__row:nth-child(2n + 3) {
  background-color: #f1f1f1;
}

.order-history__row:nth-child(2n + 3) .order-history__photo-wrapper {
  border-color: #d4d4d4;
}

.order-history__row:nth-child(2n + 2) {
  background-color: #e8e8e8;
}

.order-history__cell {
  vertical-align: top;
  position: relative;
  font-size: 15px;
}

@media (max-width: 760px) {
  .order-history__cell {
    display: block;
    padding-bottom: 8px;
    font-size: 16px;
  }
  .order-history__cell:nth-child(1) {
    font-size: 20px;
  }
  .order-history__cell:nth-child(1):before {
    content: 'ORDER# ';
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
  }
  .order-history__cell:nth-child(2):before {
    content: 'ORDER DATE';
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
  }
  .order-history__cell:nth-child(3):before {
    content: 'STATUS';
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
  }
  .order-history__cell:nth-child(4):before {
    content: 'ITEMS';
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
  }
  .order-history__cell:nth-child(5) a {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
  }
}

@media (min-width: 760px) {
  .order-history__cell {
    display: table-cell;
    padding: 20px;
  }
}

@media (min-width: 975px) {
  .order-history__cell {
    padding: 20px 0 20px 30px;
    font-size: 18px;
  }
  .order-history__cell:last-child {
    padding-right: 30px;
  }
}

@media (min-width: 1100px) {
  .order-history__cell {
    padding: 20px 0 20px 40px;
  }
  .order-history__cell:last-child {
    padding-right: 40px;
  }
}

.order-history__row--headers {
  background-color: #222222;
}

.order-history__row--headers .order-history__cell {
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: white;
}

@media (min-width: 975px) {
  .order-history__row--headers .order-history__cell {
    font-size: 20px;
    padding: 20px 30px;
  }
}

@media (min-width: 1100px) {
  .order-history__row--headers .order-history__cell {
    padding: 20px 40px;
  }
}

.order-history__dib-info {
  display: inline-block;
  margin: 0 6px 20px 0;
  font-family: 'Oswald', sans-serif;
}

.order-history__note {
  padding: 20px 20px 0 20px;
  background-color: #e8e8e8;
}

.order-history__note:nth-child(2n) {
  background-color: #f1f1f1;
}

/*****************************************
/
/     ARIA LISTBOX STYLES
/
/****************************************/
.annotate {
  font-style: italic;
  color: #366ed4;
}

.listbox {
  border: 1px solid #cfcfcf;
  z-index: 1;
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.listbox:after {
  content: "\f11d";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icon-font";
  font-size: 0.75em;
  pointer-events: none;
  z-index: 1;
}

.listbox .hidden {
  display: none;
}

.listbox button[aria-disabled="true"] {
  opacity: 0.5;
}

.listbox__label {
  position: absolute;
  color: #666;
  font-size: 10px;
  top: -14px;
  left: 0;
  font-weight: 500;
  z-index: 2;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.listbox__left-area, .right-area {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.listbox__wrapper {
  height: 100%;
}

[role="listbox"] {
  padding: 0;
  background: white;
  border: 1px solid #cfcfcf;
  left: -1px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

[role="option"] {
  display: block;
  padding: 0 1em;
  position: relative;
  line-height: 1.8em;
  white-space: nowrap;
  cursor: pointer;
}

[role="option"].focused {
  background: #bde4ff;
}

.move-right-btn {
  padding-right: 20px;
  position: relative;
}

.move-right-btn::after {
  content: ' ';
  height: 10px;
  width: 12px;
  background-image: url("../imgs/Arrows-Right-icon.png");
  background-position: center right;
  position: absolute;
  right: 2px;
  top: 6px;
}

.move-left-btn {
  padding-left: 20px;
  position: relative;
}

.move-left-btn::after {
  content: ' ';
  height: 10px;
  width: 12px;
  background-image: url("../imgs/Arrows-Left-icon.png");
  background-position: center left;
  position: absolute;
  left: 2px;
  top: 6px;
}

.listbox__button {
  background: -webkit-gradient(linear, left top, right top, from(white), to(#f9f9f8));
  background: -webkit-linear-gradient(left, white 0%, #f9f9f8 calc(100% - 2em));
  background: -o-linear-gradient(left, white 0%, #f9f9f8 calc(100% - 2em));
  background: linear-gradient(to right, white 0%, #f9f9f8 calc(100% - 2em));
  border-radius: 0;
  font-size: 1em;
  text-align: left;
  padding: 0.5em 0 0.5em 0.5em;
  position: relative;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  border-right: 2em solid #f9f9f8;
  position: relative;
  z-index: 1;
  height: 100%;
  line-height: 1.5;
}

.listbox__list {
  border-top: 0;
  max-height: 18em;
  overflow-y: auto;
  position: absolute;
  margin: 0;
}

.toolbar {
  font-size: 0;
}

.toolbar-item {
  border: 1px solid #aaa;
  background: #ccc;
}

.toolbar-item[aria-disabled="false"]:focus {
  background-color: #eee;
}

.offscreen {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  font-size: 14px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.listbox--start-idle .listbox__button {
  color: #b9b9b9;
}

.listbox--start-idle .listbox__label {
  font-size: 16px;
  top: 11px;
  left: 8px;
  opacity: 0;
  pointer-events: none;
}

/*****************************************
/
/     DIGITAL ASSET PORTAL STYLES
/
/****************************************/
.dap__aside-top-level-link {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  display: block;
  color: #333;
  font-size: 15px;
  padding: 15px 20px 15px 10px;
  border-left: 10px solid transparent;
  -webkit-transition: color 0.075s linear;
  -o-transition: color 0.075s linear;
  transition: color 0.075s linear;
  border-top: 1px solid #cecece;
}

.dap__aside-top-level-link:first-child {
  border-top: 0;
}

@media (min-width: 760px) {
  .dap__aside-top-level-link {
    margin: 0 -20px;
  }
}

@media (min-width: 975px) {
  .dap__aside-top-level-link {
    margin: 0 -30px;
  }
}

@media (min-width: 1100px) {
  .dap__aside-top-level-link {
    font-size: 17px;
  }
}

.dap__aside-top-level-link i {
  margin-right: 0.25em;
  color: #cf202e;
  position: relative;
  top: -1px;
}

@media (max-width: 975px) {
  .dap__aside-nav {
    padding-top: 5px;
  }
}

.dap__aside-ul {
  padding: 0;
  list-style: none;
}

.dap__aside-ul .dap__aside-ul {
  padding-left: 1em;
}

.dap__aside-top-level-link + .dap__aside-ul {
  margin-top: 0;
}

.dap__aside-ul .dap__aside-li--active > a {
  color: #cf202e;
  font-weight: 700;
}

.dap__aside-li {
  font-size: 12px;
  margin: 0;
}

@media (min-width: 1100px) {
  .dap__aside-li {
    font-size: 16px;
  }
}

.dap__aside-li a {
  text-decoration: none;
  color: #333;
  display: block;
  border-left: 10px solid transparent;
  padding: 5px 10px;
  -webkit-transition: color 0.075s linear;
  -o-transition: color 0.075s linear;
  transition: color 0.075s linear;
  margin: 0 0 0 24px;
}

@media (min-width: 760px) {
  .dap__aside-li a {
    margin: 0 3px;
  }
}

@media (min-width: 975px) {
  .dap__aside-li a {
    margin: 0 0 0 -7px;
  }
}

@media (min-width: 1100px) {
  .dap__aside-li a {
    padding: 8px 10px;
    margin: 0 -3px;
  }
}

.dap__aside-top-level-link--active, .dap__aside-li--active > a {
  background-color: #fcfcfc;
  border-left: 10px solid #cf202e;
}

.dap__asset-caption-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 40px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (min-width: 760px) {
  .dap__asset-caption-stats {
    margin-top: 5px;
  }
}

.dap__asset-caption-stat {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 5px;
}

@media (min-width: 760px) {
  .dap__asset-caption-stat {
    width: auto;
    margin-right: 4em;
  }
  .dap__asset-caption-stat:last-child {
    margin-right: 0;
  }
}

.dap__asset-caption-stat-header {
  font-size: 15px;
  margin: 0 0.5em 0 0;
  white-space: nowrap;
}

@media (min-width: 760px) {
  .dap__asset-caption-stat-header {
    font-size: 20px;
  }
}

.dap__asset-caption-stat-icon {
  height: 20px;
  margin-right: 0.5em;
  position: relative;
  top: 0.25em;
}

@media (min-width: 760px) {
  .dap__asset-caption-stat-icon {
    height: 24px;
  }
}

.dap__asset-caption-stat-data {
  margin: 0;
  font-size: 12px;
}

@media (min-width: 760px) {
  .dap__asset-caption-stat-data {
    font-size: 16px;
  }
}

.dap__dl-and-add-btn {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 760px) {
  .dap__dl-and-add-btn {
    width: auto;
    margin-right: 10px;
  }
}

.dap__category-cards {
  margin: 0 -10px;
  width: calc(100% + 20px);
}

@media (min-width: 760px) {
  .dap__category-cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.dap__category-card {
  background-color: #333333;
  padding: 12px 12px 12px 20px;
  margin: 0 10px 20px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  width: calc(50% - 20px);
  color: white;
  display: block;
  text-align: left;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  border-radius: 6px;
  position: relative;
}

@media (min-width: 760px) {
  .dap__category-card {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 1100px) {
  .dap__category-card {
    padding: 20px 20px 20px 30px;
  }
}

.dap__category-card:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: calc(100% - 24px);
  background-color: #cf202e;
}

@media (min-width: 1100px) {
  .dap__category-card:after {
    width: 12px;
    top: 20px;
    height: calc(100% - 40px);
  }
}

.dap__category-card h2 {
  margin: 0 0 0.5em;
  font-size: 16px;
  -webkit-transition: color 0.075s linear;
  -o-transition: color 0.075s linear;
  transition: color 0.075s linear;
}

@media (min-width: 760px) {
  .dap__category-card h2 {
    font-size: 18px;
  }
}

@media (min-width: 1100px) {
  .dap__category-card h2 {
    font-size: 22px;
  }
}

.dap__category-card h2:after {
  content: "\e80c";
  font-family: "icon-font";
  font-size: 0.75em;
  position: relative;
  top: -0.1em;
  margin-left: 0.5em;
  color: #cf202e;
}

.dap__category-card p {
  margin: 0;
  font-size: 12px;
}

@media (min-width: 760px) {
  .dap__category-card p {
    font-size: 14px;
  }
}

@media (min-width: 1100px) {
  .dap__category-card p {
    font-size: 16px;
  }
}

.dap__asset-categories-section {
  background-color: #e0e0e0;
  margin: 0 -20px -20px;
}

@media (min-width: 760px) {
  .dap__asset-categories-section {
    margin: 0 -30px -30px;
  }
}

@media (min-width: 975px) {
  .dap__asset-categories-section {
    margin: 0 -40px -40px;
  }
}

.dap__qty-input {
  -webkit-appearance: none;
  border: 1px solid #cfcfcf;
  padding: 1em;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 5.2em;
  text-align: center;
}

.no-touch .dap__aside-top-level-link:hover, .no-touch .dap__aside-li a:hover {
  color: #cf202e;
}

/*****************************************
/
/     CHECKOUT STYLES
/
/****************************************/
.checkout__max-width {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.checkout__or {
  margin: 0 4px 20px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1300px) {
  .checkout__or {
    display: none;
  }
}

@media (max-width: 1300px) {
  .checkout__create-acct-btn {
    margin-right: 20px;
  }
}

.checkout__steps {
  background-color: #121310;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
}

@media (min-width: 760px) {
  .checkout__steps {
    padding: 0 20px;
  }
}

.checkout__thankyou {
  text-align: center;
  padding: 20px;
  background-color: #cfcfcf;
}

.checkout__step-btn {
  font-size: 12px;
  font-weight: 700;
  padding: 14px 0 10px;
  border-bottom: 8px solid transparent;
  margin: 0 10px;
  -webkit-transition: all 0.075s linear;
  -o-transition: all 0.075s linear;
  transition: all 0.075s linear;
  color: #757575;
  font-family: 'Oswald', sans-serif;
  color: white;
}

@media (min-width: 760px) {
  .checkout__step-btn {
    font-size: 18px;
    padding: 24px 0 13px;
    border-bottom-width: 12px;
  }
}

@media (min-width: 760px) {
  .checkout__step-btn {
    margin: 0 20px;
  }
}

.checkout__step-btn--previous {
  color: #555;
  pointer-events: none;
  cursor: auto;
}

.checkout__step-btn--active {
  border-bottom-color: #cf202e;
  color: white;
}

.checkout__step-btn--disabled {
  pointer-events: none;
  color: #aaa;
}

.checkout__step-btn--disabled .checkout__step-num {
  background-color: #aaa;
}

.checkout__same-as-billing {
  margin: 1px 0 20px;
}

@media (max-width: 760px) {
  .checkout__same-as-billing {
    margin-bottom: 40px;
  }
}

@media (min-width: 760px) {
  .checkout__shipping-method-flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.checkout__shipping-method-radio-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 760px) {
  .checkout__shipping-method-radio-wrapper {
    margin: 0 0 0 40px;
  }
}

.checkout__shipping-method-radio-wrapper:last-child {
  margin-bottom: 0;
}

.checkout__shipping-method-radio-wrapper:first-child {
  margin-left: 0;
}

.checkout__shipping-method-label {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 760px) {
  .checkout__shipping-method-label {
    position: relative;
    top: -2px;
  }
}

.checkout__shipping-address-h3 {
  margin: 0 30px 20px 0;
}

@media (min-width: 760px) {
  .checkout__shipping-address-h3 {
    margin-bottom: 40px;
  }
}

.checkout__left-column {
  width: 100%;
  margin-bottom: 60px;
}

@media (min-width: 1100px) {
  .checkout__left-column {
    width: 30%;
    margin-bottom: 0;
  }
}

.checkout__cart-table {
  margin-top: 10px;
}

@media (min-width: 760px) {
  .checkout__cart-table {
    margin-top: 20px;
  }
}

.checkout__right-column {
  width: 100%;
}

@media (min-width: 1100px) {
  .checkout__right-column {
    width: calc(70% - 40px);
    margin-bottom: 0;
  }
}

.checkout__card-input-flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkout__ccn-input-wrapper {
  width: 100%;
}

.checkout__exp-month-listbox, .checkout__exp-year-listbox {
  width: calc(50% - 10px);
}

@media (min-width: 760px) {
  .checkout__exp-month-listbox, .checkout__exp-year-listbox {
    width: calc(33.33% - 22.55639px);
  }
}

@media (min-width: 1100px) {
  .checkout__exp-month-listbox, .checkout__exp-year-listbox {
    width: calc(50% - 15px);
  }
}

.checkout__cvv-input-wrapper {
  width: 100%;
}

@media (min-width: 760px) {
  .checkout__cvv-input-wrapper {
    width: calc(33.33% - 22.55639px);
  }
}

@media (min-width: 1100px) {
  .checkout__cvv-input-wrapper {
    width: 100%;
  }
}

.checkout__qty-cell {
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 760px) {
  .checkout__qty-cell {
    display: block;
    position: relative;
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
  }
  .checkout__qty-cell:before {
    content: 'Quantity: ';
  }
}

@media (min-width: 975px) {
  .checkout__qty-cell {
    font-size: 20px;
  }
}

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

@media (min-width: 760px) {
  .checkout__cart-table .cart__cell {
    padding: 20px;
  }
}

@media (min-width: 1100px) {
  .checkout__cart-table .cart__cell {
    padding: 20px 40px;
  }
}

@media (max-width: 760px) {
  .checkout__cart-table .cart__row {
    padding-bottom: 20px;
  }
}

.checkout__cart-table .cart__row:nth-child(2n+2) {
  background-color: #f1f1f1;
}

.checkout__cart-table .cart__photo-wrapper {
  max-width: 120px;
}

.checkout__cart-table .cart__photo-img {
  max-height: 120px;
  margin-bottom: 0 !important;
}

.checkout__cart-table .cart__product-title, .checkout__cart-table .cart__product-sku, .checkout__cart-table .checkout__qty-cell, .checkout__cart-table .cart__cell--price, .checkout__cart-table .cart__subtotal {
  font-size: 16px;
}

@media (max-width: 760px) {
  .checkout__cart-table .cart__product-sku {
    margin-bottom: 20px;
  }
  .checkout__cart-table .checkout__qty-cell, .checkout__cart-table .cart__cell--price {
    color: #777;
    font-weight: 400;
  }
  .checkout__cart-table .cart__cell--subtotal-and-remove {
    margin-top: 5px;
  }
}

.checkout__cart-table .cart__photo-and-descrip {
  padding-bottom: 0;
}

.checkout__cart-table .cart__row--headers .cart__cell {
  font-size: 16px;
}

@media (min-width: 1100px) {
  .checkout__summary-table {
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .checkout__review-info-block {
    margin-bottom: 30px;
  }
}

@media (min-width: 1100px) {
  .checkout__review-info-block {
    margin-bottom: 30px;
  }
}

.checkout__review-info-block:last-child {
  margin-bottom: 0;
}

@media (min-width: 760px) and (max-width: 1100px) {
  .checkout__review-info-block-flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.checkout__review-info-block-flexer--thankyou {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 760px) and (max-width: 1100px) {
  .checkout__review-info-block-flexer--thankyou .checkout__review-info-block {
    width: calc(33.33% - 22.55639px);
    margin-right: 30px;
  }
  .checkout__review-info-block-flexer--thankyou .checkout__review-info-block:last-child {
    margin-right: 33.33%;
  }
  .checkout__review-info-block-flexer--thankyou .checkout__review-info-block:nth-child(1), .checkout__review-info-block-flexer--thankyou .checkout__review-info-block:nth-child(2), .checkout__review-info-block-flexer--thankyou .checkout__review-info-block:nth-child(3) {
    margin-bottom: 30px;
  }
  .checkout__review-info-block-flexer--thankyou .checkout__review-info-block:nth-child(3) {
    margin-right: 0;
  }
}

.no-touch .checkout__step-btn:not(.checkout__step-btn--active):hover {
  border-bottom-color: #757575;
}

/*****************************************
/
/     CART STYLES
/
/****************************************/
@media (min-width: 760px) {
  .cart__top-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cart__top-btns .btn {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 760px) {
  .cart__top-btns .btn {
    width: auto;
    margin: 0 0 0 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .cart__top-btns > .btn:first-child {
    pointer-events: none;
    visibility: hidden;
  }
}

.cart__table {
  margin-top: 20px;
}

@media (max-width: 760px) {
  .cart__table {
    margin: 40px -20px;
    width: calc(100% + 40px);
  }
}

@media (min-width: 760px) {
  .cart__table {
    display: table;
    width: 100%;
  }
}

.cart__row {
  padding: 20px;
}

@media (max-width: 760px) {
  .cart__row {
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 760px) {
  .cart__row {
    display: table-row;
  }
}

.cart__row:nth-child(2n + 3) {
  background-color: #e8e8e8;
}

.cart__row:nth-child(2n + 3) .cart__photo-wrapper {
  border-color: #d4d4d4;
}

.cart__row:nth-child(2n + 2) {
  background-color: #fafafa;
}

.cart__cell {
  vertical-align: top;
  position: relative;
}

@media (min-width: 760px) {
  .cart__cell {
    display: table-cell;
    padding: 20px;
  }
  .cart__cell:nth-child(1) {
    width: 100%;
  }
}

@media (min-width: 975px) {
  .cart__cell {
    padding: 30px 0 30px 30px;
  }
  .cart__cell:nth-child(4) {
    padding-right: 30px;
  }
}

@media (min-width: 1100px) {
  .cart__cell {
    padding: 40px 0 40px 40px;
  }
  .cart__cell:nth-child(4) {
    padding-right: 40px;
  }
}

.cart__cell:nth-child(4) {
  text-align: right;
}

.cart__row--headers {
  background-color: #222222;
  color: white;
  font-family: 'Oswald', sans-serif;
}

.cart__row--headers .cart__cell {
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 975px) {
  .cart__row--headers .cart__cell {
    font-size: 20px;
    padding: 20px 30px;
  }
}

@media (min-width: 1100px) {
  .cart__row--headers .cart__cell {
    padding: 20px 40px;
  }
}

.cart__photo-and-descrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 760px) {
  .cart__photo-and-descrip {
    padding-bottom: 20px;
    width: 100%;
  }
}

.cart__photo-wrapper {
  width: 36vw;
  border: 2px solid #ebebeb;
  background-color: white;
  padding: 4px;
  line-height: 0;
  margin-right: 20px;
  text-align: center;
  -webkit-transition: border-color 0.075s linear;
  -o-transition: border-color 0.075s linear;
  transition: border-color 0.075s linear;
}

@media (min-width: 760px) {
  .cart__photo-wrapper {
    width: 14vw;
  }
}

@media (min-width: 975px) {
  .cart__photo-wrapper {
    width: 180px;
  }
}

.no-touch .cart__photo-wrapper:hover {
  border-color: #cf202e;
}

.cart__photo-img {
  max-width: 100%;
  max-height: 200px;
}

.cart__descrip {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 760px) and (max-width: 975px) {
  .cart__descrip {
    font-size: 0.875em;
  }
}

.cart__update-and-remove-btns {
  position: absolute;
  bottom: -80px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 760px) {
  .cart__update-and-remove-btns {
    bottom: 20px;
    right: 20px;
  }
}

@media (min-width: 975px) {
  .cart__update-and-remove-btns {
    bottom: 30px;
    right: 30px;
  }
}

@media (min-width: 1100px) {
  .cart__update-and-remove-btns {
    bottom: 40px;
    right: 40px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .cart__update-and-remove-btns {
    width: 240px;
  }
}

.cart__remove-btn, .cart__update-qty-btn {
  font-size: 0.75em;
  white-space: nowrap;
  margin-left: 20px;
}

.cart__remove-btn i.icon-x, .cart__update-qty-btn i.icon-x {
  margin-left: 0;
  margin-right: 1em;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@supports (-ms-ime-align: auto) {
  .cart__remove-btn, .cart__update-qty-btn {
    bottom: auto;
    right: auto;
    position: relative;
    margin-top: 30px;
  }
}

.no-touch .cart__remove-btn:hover {
  text-decoration: none;
}

.no-touch .cart__remove-btn:hover i.icon-x {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.cart__cell--quantity-controls {
  width: 36vw;
  vertical-align: middle;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .cart__cell--quantity-controls {
    margin-right: 20px;
  }
}

@media (min-width: 760px) {
  .cart__cell--quantity-controls {
    width: 150px;
  }
}

.cart__cell--quantity-controls .dap__asset-caption-stat-header {
  display: inline-block;
  margin-bottom: 0;
}

.cart__cell--quantity-controls input {
  margin: 0;
}

.cart__quantity-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  width: calc(100% - 32px);
  margin: 0 16px;
}

@media (min-width: 760px) {
  .cart__quantity-controls {
    width: 100px;
    margin: 0;
  }
}

.cart__quantity-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#9a9a9a));
  background: -webkit-linear-gradient(#b3b3b3, #9a9a9a);
  background: -o-linear-gradient(#b3b3b3, #9a9a9a);
  background: linear-gradient(#b3b3b3, #9a9a9a);
  color: white;
  width: 28px;
  font-size: 12px;
}

.cart__quantity-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), to(#8b8b8b));
  background-image: -webkit-linear-gradient(top, #a3a3a3 0%, #8b8b8b 100%);
  background-image: -o-linear-gradient(top, #a3a3a3 0%, #8b8b8b 100%);
  background-image: linear-gradient(to bottom, #a3a3a3 0%, #8b8b8b 100%);
}

input.cart__quantity-readout {
  background: white;
  border: 1px solid #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  width: calc(100% - 60px);
  text-align: center;
}

.cart__cell--price, .cart__subtotal {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

@media (min-width: 760px) {
  .cart__cell--price, .cart__subtotal {
    font-size: 18px;
  }
}

@media (min-width: 975px) {
  .cart__cell--price, .cart__subtotal {
    font-size: 20px;
  }
}

@media (max-width: 760px) {
  .cart__cell--price {
    display: inline-block;
    position: relative;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cart__cell--price:before {
    content: 'Price: ';
  }
}

@media (max-width: 760px) {
  .cart__cell--subtotal-and-remove {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
  }
  .cart__cell--subtotal-and-remove:before {
    content: 'Subtotal: ';
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
  }
}

.cart__cell--remove {
  vertical-align: middle;
  padding: 20px;
}

@media (min-width: 975px) {
  .cart__cell--remove {
    padding: 30px;
  }
}

@media (min-width: 1100px) {
  .cart__cell--remove {
    padding: 40px;
  }
}

.cart__product-title {
  margin: 0;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  color: #cf202e;
}

@media (min-width: 760px) {
  .cart__product-title {
    font-size: 18px;
  }
}

@media (min-width: 975px) {
  .cart__product-title {
    font-size: 20px;
  }
}

.cart__product-snippet, .cart__product-categories a {
  font-size: 14px;
  margin: 6px 0;
  color: #333;
}

@media (min-width: 760px) {
  .cart__product-snippet, .cart__product-categories a {
    font-size: 14px;
  }
}

@media (min-width: 975px) {
  .cart__product-snippet, .cart__product-categories a {
    font-size: 16px;
  }
}

.cart__product-sku {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
}

@media (min-width: 760px) {
  .cart__product-sku {
    font-size: 16px;
  }
}

@media (min-width: 975px) {
  .cart__product-sku {
    font-size: 18px;
  }
}

.cart__header {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__header h1 {
  background-color: transparent;
  padding: 0;
  white-space: nowrap;
}

.cart__tax-disclaimer {
  font-size: 9px;
  line-height: 1.25;
  display: block;
}

@media (min-width: 760px) {
  .cart__tax-disclaimer {
    font-size: 13px;
    margin-top: 2px;
  }
}

@media (min-width: 975px) {
  .cart__tax-disclaimer {
    font-size: 14px;
  }
}

.cart__h2 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.25;
}

@media (min-width: 760px) {
  .cart__h2 {
    font-size: 21px;
  }
}

@media (min-width: 975px) {
  .cart__h2 {
    font-size: 24px;
  }
}

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

.cart__discount-form {
  width: 100%;
  max-width: 400px;
  margin: 30px 0 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 760px) {
  .cart__discount-form {
    margin: 50px 0 10px auto;
  }
}

@media (min-width: 975px) {
  .cart__discount-form {
    margin: 80px 0 10px auto;
  }
}

.cart__discount-form .floating-label-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.cart__discount-apply-btn {
  padding: 0 1.5em;
  -webkit-clip-path: inherit;
  clip-path: inherit;
}

.cart__discount-apply-btn:after {
  display: none;
}

.cart__overall-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 50px 0 40px auto;
}

@media (min-width: 760px) {
  .cart__overall-subtotal {
    margin-top: 70px auto;
  }
}

@media (min-width: 975px) {
  .cart__overall-subtotal {
    margin-top: 90px auto;
  }
}

@media (max-width: 760px) {
  .cart__overall-subtotal .cart__h2 {
    font-size: 20px;
  }
}

.cart__overall-subtotal-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 760px) {
  .cart__overall-subtotal-left {
    text-align: left;
  }
}

.cart__overall-subtotal-right {
  margin-left: 40px;
}

/*****************************************
/
/     ATTRIBUTE STYLES
/
/****************************************/
.redtxt {
  color: #cf202e;
  font-weight: bold;
}

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

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

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

.fwb {
  font-weight: bold;
}

@media (max-width: 760px) {
  .center-on-phone {
    text-align: center;
  }
}

.hide {
  display: none !important;
}

@media (max-width: 760px) {
  .non-phone, .hide-on-phone {
    display: none !important;
  }
  .height0px {
    height: 0;
  }
}

@media (min-width: 760px) {
  .phone-only {
    display: none;
  }
}

@media (min-width: 975px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 975px) {
  .desktop-only {
    display: none;
  }
}

.dib {
  display: inline-block;
}

.width100pc {
  width: 100%;
}

@media (max-width: 760px) {
  .width100pc-on-phone {
    width: 100%;
  }
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mr0 {
  margin-right: 0;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.ml20 {
  margin-left: 20px;
}

.pl0 {
  padding-left: 0;
}

.pt0 {
  padding-top: 0;
}

.pt40 {
  padding-top: 40px;
}

.panel-padding {
  padding: 30px 20px 40px;
}

@media (min-width: 760px) {
  .panel-padding {
    padding: 45px 45px 60px;
  }
}

@media (min-width: 975px) {
  .panel-padding {
    padding: 60px 60px 80px;
  }
}

.gutter-padding {
  padding: 20px;
}

@media (min-width: 760px) {
  .gutter-padding {
    padding: 30px;
  }
}

@media (min-width: 975px) {
  .gutter-padding {
    padding: 40px;
  }
}

.gutter-padding-left {
  padding-left: 20px;
}

@media (min-width: 760px) {
  .gutter-padding-left {
    padding-left: 30px;
  }
}

@media (min-width: 975px) {
  .gutter-padding-left {
    padding-left: 40px;
  }
}

.gutter-padding-bottom {
  padding-bottom: 20px;
}

@media (min-width: 760px) {
  .gutter-padding-bottom {
    padding-bottom: 30px;
  }
}

@media (min-width: 975px) {
  .gutter-padding-bottom {
    padding-bottom: 40px;
  }
}

.gutter-bottom-padding--plushalf {
  padding-bottom: 30px;
}

@media (min-width: 760px) {
  .gutter-bottom-padding--plushalf {
    padding-bottom: 45px;
  }
}

@media (min-width: 975px) {
  .gutter-bottom-padding--plushalf {
    padding-bottom: 60px;
  }
}

.gutter-bottom-padding--2x {
  padding-bottom: 40px;
}

@media (min-width: 760px) {
  .gutter-bottom-padding--2x {
    padding-bottom: 60px;
  }
}

@media (min-width: 975px) {
  .gutter-bottom-padding--2x {
    padding-bottom: 80px;
  }
}

.gutter-margin {
  margin: 20px;
}

@media (min-width: 760px) {
  .gutter-margin {
    margin: 30px;
  }
}

@media (min-width: 975px) {
  .gutter-margin {
    margin: 40px;
  }
}

.gutter-margin-bottom {
  margin-bottom: 20px;
}

@media (min-width: 760px) {
  .gutter-margin-bottom {
    margin-bottom: 30px;
  }
}

@media (min-width: 975px) {
  .gutter-margin-bottom {
    margin-bottom: 40px;
  }
}

.gutter-margin-bottom--2x {
  margin-bottom: 40px;
}

@media (min-width: 760px) {
  .gutter-margin-bottom--2x {
    margin-bottom: 60px;
  }
}

@media (min-width: 975px) {
  .gutter-margin-bottom--2x {
    margin-bottom: 80px;
  }
}

.gutter-margin + .gutter-margin {
  margin-top: 0;
}

/*

    PRINT

------------------------------------------------------------------*/
@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  header, .breadcrumbs, footer {
    display: none !important;
  }
  .mast {
    height: auto !important;
  }
  main {
    padding-top: 0;
  }
  .cart__cell {
    border: 1px solid #ccc;
  }
  .cart__photo-and-descrip a:after {
    display: none;
  }
  .checkout__review-info-block-flexer {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .checkout__cart-table *:not(.cart__row--headers) {
    white-space: nowrap !important;
    padding: 1px !important;
    margin: 1px !important;
    border: 0 !important;
  }
  .checkout__right-column > h3:first-child {
    page-break-before: always !important;
  }
}
