/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #a12c32;
  border-radius: 0.1875em;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none;
}
button:hover,
input[type="submit"]:hover {
  background-color: #ce4c52;
  color: white;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #4a4a4a;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  transition: color 0.1s linear;
  color: #a12c32;
  text-decoration: none;
}
a:hover {
  color: #ce4c52;
}
a:active, a:focus {
  color: #ce4c52;
  outline: none;
}

hr {
  border-bottom: 1px solid #a12c32;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #a12c32;
  color: #707070;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #8a8a8a;
  font-style: italic;
}
cite:before {
  content: '\2014 \00A0';
}

fieldset {
  background: #c8383f;
  border: 1px solid #a12c32;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  box-sizing: border-box;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #a12c32;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #792126;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #a12c32;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(141, 39, 44, 0.7);
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #651c1f;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #a12c32;
  padding: 0.75em 0;
}

tr, td, th {
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* ----------------------------------------------------------------
   Base Styles
   ---------------------------------------------------------------- */
html, body {
  height: 100%;
}

::-moz-selection {
  background: #a12c32;
  color: white;
  text-shadow: none;
}

::selection {
  background: #a12c32;
  color: white;
  text-shadow: none;
}

body {
  background: #313131;
}

.page-content {
  background-color: white;
  display: block;
}
.page-content:after {
  content: "";
  display: table;
  clear: both;
}

hr {
  border: none;
  height: 2px;
  color: #a12c32;
  background-color: #a12c32;
}

.wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.page-wrapper {
  padding: 3em 0 7em;
  text-align: center;
}
.page-wrapper a {
  text-decoration: underline;
}
.page-wrapper * {
  margin: 0;
}
.page-wrapper * + * {
  margin-bottom: 0.5em;
}
.page-wrapper h4 {
  margin: 3em 0 0;
}
.page-wrapper h4:first-child {
  margin-top: 0;
}
.page-wrapper h4 + p {
  margin-top: 0.5em;
}
.page-wrapper p.subtitle {
  font-weight: 700;
  margin-top: 0 !important;
}

.icon {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}

.site-header {
  width: 100%;
  height: 5.5em;
  position: relative;
  z-index: 1;
  padding: 1em 1em;
  background: white;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  box-shadow: 0 1px 0 0 gainsboro;
}

.homepage .site-header {
  position: absolute;
  top: 0;
}

.site-title {
  display: block;
  position: relative;
  width: 100%;
  height: 1.1111111111em;
  background-size: contain;
  background-position: center center;
  margin-top: -0.1666666667em;
}
@media screen and (min-width: 40em) {
  .site-title {
    height: 1.5em;
    float: left;
    width: 5em;
    background-position: left center;
    margin-top: 0;
  }
}
.site-title a {
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: inherit;
}

.site-nav {
  display: block;
  text-align: center;
  font-size: 0.875em;
  letter-spacing: 2px;
}
@media screen and (min-width: 40em) {
  .site-nav {
    float: right;
    clear: none;
    height: 3.375em;
  }
  .site-nav ul {
    float: right;
    margin-top: 1.25em;
  }
  .site-nav ul li {
    margin-left: 1em;
  }
}
.site-nav ul {
  display: inline-block;
}
.site-nav ul li {
  float: left;
  margin: 0 0.75em;
}
.site-nav i {
  width: 1em;
  background-size: contain;
  background-position: center center;
}

.page-link {
  padding: 0.125em 0;
}

.site-footer {
  clear: both;
  padding: 2.5em 1em 3em;
  margin-top: 1px solid #eee;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer a:hover {
  color: white;
}
.site-footer small {
  letter-spacing: 1px;
  display: block;
  font-size: 0.625em;
}

.footer-logo {
  font-size: 1.5em;
  opacity: 0.5;
  text-indent: -99999px;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  margin-bottom: 0.25em;
}

.footer-phone {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.875em;
}

.footer-link {
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
}
.footer-link a {
  border-bottom: 1px solid;
}

.page-content section {
  padding: 2em 1em;
}

.hero {
  display: none;
  background: #a12c32;
  color: white;
}

.fullscreen {
  position: relative;
  top: 0;
  display: block;
  height: 100%;
  padding-top: 5.5em;
}

.carousel {
  height: 100%;
  min-width: 100%;
  position: relative;
}

.coolrousel {
  height: 100%;
  min-width: 100%;
}

.carousel-item {
  width: 100%;
  height: 100%;
  background: #fff;
}

.carousel-nav {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 100%;
}
.carousel-nav a {
  text-decoration: none;
  font-size: .8em;
  background: #fff;
  color: #333;
  opacity: .8;
  padding: .5em;
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
.carousel-nav a.prev {
  left: 0;
}
.carousel-nav a.next {
  right: 0;
}

.carousel-nav-paginated ol {
  margin: 0 4em;
  padding: 0;
}

.carousel-nav-paginated li,
.carousel-nav-paginated li a {
  display: inline-block;
  position: relative;
}

.carousel-nav-paginated .carousel-active-page a {
  text-decoration: none;
}

.carousel-nav-paginated .carousel-active-page a {
  background: #333;
  color: #fff;
  opacity: .8;
}

.arrows .carousel-nav {
  bottom: auto;
  top: 50%;
}

.arrows .carousel-nav a {
  text-indent: -9999px;
  background: #fff;
  opacity: .6;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0.25em;
  width: 2em;
  height: 3em;
  background-size: 10px 18px;
}
@media screen and (min-width: 40em) {
  .arrows .carousel-nav a {
    width: 4em;
    height: 6em;
    background-size: 20px 36px;
  }
}

.arrows .carousel-nav a:hover {
  opacity: 1;
}

.arrows .carousel-nav a.next {
  background-image: url(../assets/carousel-right.png);
  right: 1em;
}

.arrows .carousel-nav a.prev {
  background-image: url(../assets/carousel-left.png);
  left: 1em;
}

.brand-feature {
  width: 100%;
  height: 100%;
  float: left;
  background-color: #222222;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 40em) {
  .brand-feature {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 53.75em) {
  .brand-feature {
    width: 33.33333%;
  }
}

.carousel-item {
  background-color: #222222;
}

.brand-feature a {
  position: relative;
}

.brand-thumbnail a,
.brand-header a {
  position: absolute;
}

.brand-feature a,
.brand-thumbnail a,
.brand-header a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 50%, transparent 100%);
}
@media screen and (min-width: 40em) {
  .brand-feature a,
  .brand-thumbnail a,
  .brand-header a {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 25%, transparent 100%);
  }
}

.brand-thumbnail a,
.brand-header a {
  background: rgba(0, 0, 0, 0.5);
}

.brand-logo {
  display: block;
  height: 3em;
  width: 70%;
  position: absolute;
  text-indent: -99999px;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
}

.brand-feature .brand-logo {
  height: 2em;
  bottom: 0;
  margin: 0 15% 7.5%;
}
@media screen and (min-width: 40em) {
  .brand-feature .brand-logo {
    height: 3em;
  }
}
@media screen and (min-width: 40em) {
  .brand-feature .brand-logo {
    margin-bottom: 10%;
  }
}

.brand-thumbnail .brand-logo {
  top: 50%;
  margin: -1.5em 15% 0;
}

.brand-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}

.collection {
  background-color: #a12c32;
  text-align: center;
}
.collection a {
  color: white;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 2px;
  background: none;
  padding: 2em;
  width: 80%;
  height: auto;
  border: 1px solid white;
  margin: 0 10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brand-header {
  position: relative;
  width: 100%;
  min-height: 10em;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 39.9375em) {
  .brand-header {
    height: 30vh;
  }
}
@media screen and (min-width: 40em) {
  .brand-header {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 53.75em) {
  .brand-header {
    display: none;
  }
}

.sub-wrapper {
  position: relative;
}
.sub-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 53.75em) {
  .sub-wrapper {
    width: 50%;
    float: right;
  }
}

.brand-text {
  text-align: center;
}
.brand-text .brand-tagline {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  padding: 1em;
}
@media screen and (min-width: 40em) {
  .brand-text .brand-tagline {
    margin-bottom: 1em;
  }
}
.brand-text p {
  font-size: 0.875em;
}

@media screen and (min-width: 40em) {
  .brand-image {
    width: 50%;
    float: left;
    clear: left;
  }
}
.brand-image * {
  background-size: cover;
}
@media screen and (max-width: 39.9375em) {
  .brand-image {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .brand-video {
    clear: both;
  }
}
@media screen and (min-width: 53.75em) {
  .brand-video {
    float: left;
    clear: left;
    width: 50%;
  }
}

.brand-text {
  position: relative;
}
@media screen and (min-width: 40em) {
  .brand-text {
    float: right;
    width: 50%;
  }
}
@media screen and (min-width: 53.75em) {
  .brand-text {
    float: none;
    width: 100%;
  }
}
.brand-text .brand-logo {
  position: static;
  width: 100%;
  margin-bottom: 1em;
  height: 3em;
}
@media screen and (min-width: 53.75em) {
  .brand-text .brand-logo {
    height: 4em;
  }
}
.brand-text h4 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  color: #DBDBDB;
  font-size: 0.875em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2em;
}
.brand-text ul {
  margin-top: 1em;
}
.brand-text li {
  display: inline-block;
  margin: 0 0.5em;
}
.brand-text li a {
  width: 1.375em;
  height: 1.25em;
}

.brand-text-container {
  padding: 2em 2em 2.5em;
}
@media screen and (min-width: 64em) {
  .brand-text-container {
    padding: 2em 6em 2.5em;
  }
}

@media screen and (min-width: 53.75em) {
  .sub-wrapper,
  .brand-text {
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .sub-wrapper {
    left: 50%;
  }

  .brand-text-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.page-header .wrapper {
  position: relative;
}

.brands-list {
  display: block;
  background: #222222;
}
.brands-list:after {
  content: "";
  display: table;
  clear: both;
}

.brands-list li {
  display: block;
  position: relative;
  width: 50%;
  float: left;
}
@media screen and (min-width: 40em) {
  .brands-list li {
    float: left;
    width: 33.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .brands-list li {
    float: left;
    width: 25%;
  }
}

.brands-list li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (min-width: 40em) {
  .brands-list li:before {
    padding-top: 100%;
  }
}

.page-header {
  background-color: #313131;
  color: white;
  z-index: 0;
}
.page-header:after {
  content: "";
  display: table;
  clear: both;
}
.page-header h2 {
  font-size: 1.375em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  text-align: center;
  padding: 1em;
}
.page-header a {
  color: white;
}

.brand-logo-header {
  display: block;
  height: 3em;
  width: 100%;
  text-indent: -99999px;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
}

.brand-promo {
  background-color: #a12c32;
}

@media screen and (min-width: 53.75em) {
  .video {
    float: left;
    width: 50%;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: black;
}

.brand-image .video-wrapper {
  padding-bottom: 112.5%;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-products .product-list {
  padding-bottom: 0.5em;
}

.product-list-button {
  display: block;
  width: auto;
  color: #A7A7A7;
  border: 2px solid #A7A7A7;
  text-align: center;
  padding: 1em;
  margin: 0 1.5em 3em;
  transition: all 0.1s ease;
}
.product-list-button p {
  margin: 0;
}
.product-list-button strong {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 2px;
  font-weight: 400;
}
.product-list-button span {
  letter-spacing: 1px;
  font-size: 0.875em;
}
.product-list-button:hover {
  border-color: #a12c32;
}

.collection .product-list-button:hover {
  background-color: white;
  color: #a12c32;
}

.product-list,
.product {
  display: block;
  padding: 2em 0.75em 4em;
}
.product-list:after,
.product:after {
  content: "";
  display: table;
  clear: both;
}

.product-thumb {
  float: left;
  display: block;
  margin-right: 4%;
  width: 48%;
  margin: 1em 0 2em;
}
.product-thumb:last-child {
  margin-right: 0;
}
.product-thumb:nth-child(2n) {
  margin-right: 0;
}
.product-thumb:nth-child(2n+1) {
  clear: left;
}
@media screen and (min-width: 40em) {
  .product-thumb {
    float: left;
    display: block;
    margin-right: 4%;
    width: 22%;
  }
  .product-thumb:nth-child(2n) {
    margin-right: 4%;
  }
  .product-thumb:nth-child(2n+1) {
    clear: none;
  }
  .product-thumb:last-child {
    margin-right: 0;
  }
  .product-thumb:nth-child(4n) {
    margin-right: 0;
  }
  .product-thumb:nth-child(4n+1) {
    clear: left;
  }
}
.product-thumb p {
  text-align: center;
  margin: 0;
  padding: 0 1em;
  font-size: 0.75em;
  letter-spacing: 1px;
}
@media screen and (min-width: 40em) {
  .product-thumb p {
    font-size: 0.875em;
  }
}
.product-thumb a {
  position: relative;
}
.product-thumb img {
  width: 100%;
}

.product-thumb-brand {
  text-transform: uppercase;
}

.product-thumb-title {
  font-weight: 600;
  line-height: 1.2857142857em;
}

.product {
  text-align: center;
  letter-spacing: 1px;
}
.product .product-title {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25em;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 53.75em) {
  .product .product-title {
    font-size: 2em;
    letter-spacing: 3px;
    margin-top: 1em;
  }
}
.product .product-price {
  font-size: 0.875em;
}
@media screen and (min-width: 53.75em) {
  .product .product-price {
    font-size: 1.25em;
  }
}
.product img {
  width: 100%;
}
.product .product-info,
.product .product-stores {
  margin-bottom: 3em;
}
.product dl {
  display: block;
  width: 100%;
  font-size: 0.75em;
  margin: 0 0 1em;
}
.product dl:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 480px) {
  .product dl {
    font-size: 1em;
  }
}
.product dl a {
  color: #4a4a4a;
  text-decoration: underline;
}
.product dt, .product dd {
  float: left;
  width: 50%;
  margin: 0;
}
.product dt {
  text-align: right;
  padding-right: 0.25em;
  clear: left;
}
.product dd {
  text-align: left;
  padding-left: 0.25em;
}
.product .product-share {
  font-size: 0.75em;
}
@media screen and (min-width: 480px) {
  .product .product-share {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
.product .product-share h4 {
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 1em;
}
.product .product-stores a {
  text-transform: uppercase;
  font-weight: bold;
  background: #a12c32;
  color: white;
  padding: 0.75em 1em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.product .product-share li {
  display: inline-block;
  margin: 0 0.75em;
}
.product .product-share li a {
  text-indent: -9999px;
  overflow: hidden;
  width: 22px;
  height: 20px;
  display: block;
}
@media screen and (min-width: 40em) {
  .product header,
  .product .product-info,
  .product .product-share {
    width: 50%;
    float: right;
    clear: right;
  }
  .product img {
    width: 50%;
    float: left;
  }
  .product header {
    margin-bottom: 3em;
  }
}

.badge-container {
  position: absolute;
  margin-top: 5%;
}
.badge-container .badge {
  float: left;
  clear: left;
}
.badge-container .badge + .badge {
  margin-top: 0.5em;
}

.badge-container-large {
  text-align: center;
  margin-bottom: 0.75em;
}
.badge-container-large .badge {
  display: inline-block;
  font-size: 0.75em;
}
@media screen and (min-width: 53.75em) {
  .badge-container-large .badge {
    font-size: 0.875em;
  }
}
.badge-container-large .badge + .badge {
  margin-left: 0.5em;
}

.badge {
  padding: 0.125em 0.375em;
  color: white;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.5em;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 2px;
  background-color: #A7A7A7;
}
@media screen and (min-width: 53.75em) {
  .badge {
    font-size: 0.75em;
  }
}

.badge.new {
  background-color: #4A90E2;
}

.filter-bar {
  background-color: #DBDBDB;
}
.filter-bar .wrapper {
  padding: 0.875em 1em;
}
.filter-bar li + li {
  margin-left: 1.375em;
}
.filter-bar li {
  float: left;
}
.filter-bar li:last-child {
  float: right;
}
.filter-bar a,
.filter-bar button {
  padding: 0 0 0.125em;
  background: none;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.5);
}
.filter-bar a.selected,
.filter-bar button.selected {
  color: #a12c32;
  border-bottom: 1px solid #a12c32;
}
.filter-bar i {
  width: 12px;
  height: 1em;
  background-size: contain;
  opacity: 0.5;
}
.filter-bar a.active,
.filter-bar button.active {
  color: #a12c32;
}
.filter-bar a.active i,
.filter-bar button.active i {
  opacity: 1;
}

.filter-controls {
  background-color: #A7A7A7;
}
.filter-controls .wrapper {
  padding: 1.5em 1em;
}
.filter-controls p {
  float: right;
  margin: 0.5em 0 0.25em;
}
.filter-controls a {
  padding: 0 0 0.125em;
  text-decoration: underline;
}
.filter-controls a,
.filter-controls label {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
}
.filter-controls label {
  float: left;
  width: 35%;
  line-height: 2em;
  color: white;
}
.filter-controls select {
  float: right;
  width: 60%;
  margin: 0;
  height: 1.7142857143em;
  background: #DBDBDB;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
}

@media screen and (max-width: 29.9375em) {
  .filter-controls li {
    display: block;
  }
  .filter-controls li:after {
    content: "";
    display: table;
    clear: both;
  }
  .filter-controls li + li {
    margin-top: 0.5em;
  }
  .filter-controls li:first-child {
    margin-bottom: 1.125em;
  }
}
@media screen and (min-width: 30em) {
  .product-filter label,
  .product-filter select {
    float: none;
    display: block;
    width: 100%;
  }
  .product-filter label {
    text-align: center;
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  .product-filter select {
    margin-bottom: 1.5em;
  }
  .product-filter p {
    margin: 1em 0 0.25em;
  }
}
@media screen and (min-width: 30em) {
  .filter-controls li {
    float: left;
    display: block;
    margin-right: 4%;
    width: 48%;
  }
  .filter-controls li:last-child {
    margin-right: 0;
  }
  .filter-controls li:nth-child(2n) {
    margin-right: 0;
  }
  .filter-controls li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 40em) {
  .filter-controls li {
    float: left;
    display: block;
    margin-right: 4%;
    width: 30.66667%;
  }
  .filter-controls li:nth-child(2n) {
    margin-right: 4%;
  }
  .filter-controls li:nth-child(2n+1) {
    clear: none;
  }
  .filter-controls li:last-child {
    margin-right: 0;
  }
  .filter-controls li:nth-child(3n) {
    margin-right: 0;
  }
  .filter-controls li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 64em) {
  .filter-controls li {
    float: left;
    display: block;
    margin-right: 4%;
    width: 13.33333%;
  }
  .filter-controls li:nth-child(3n) {
    margin-right: 4%;
  }
  .filter-controls li:nth-child(3n+1) {
    clear: none;
  }
  .filter-controls li:last-child {
    margin-right: 0;
  }
  .filter-controls li:nth-child(6n) {
    margin-right: 0;
  }
  .filter-controls li:nth-child(6n+1) {
    clear: left;
  }
}

.filter-closed .filter-controls {
  display: none;
}

.search-bar {
  background-color: #313131;
}
.search-bar .wrapper {
  padding: 0 1em 1.5em;
}
.search-bar form {
  max-width: 40em;
  margin: 0 auto;
  font-size: 0.875em;
}
.search-bar input, .search-bar button {
  margin: 0;
  padding: 0 0.5em;
  height: 2em;
  border: 0;
}
.search-bar input {
  float: left;
  width: 70%;
}
.search-bar button {
  float: right;
  width: 28%;
  color: #4a4a4a;
  background-color: #DBDBDB;
  transition: 0.1s all ease;
}
.search-bar button:hover {
  background-color: #a8a8a8;
  color: white;
}

.no-results {
  color: #313131;
  text-align: center;
  padding: 4em 1em;
}

.pagination {
  text-align: center;
  padding: 0 1em 4em;
}
.pagination > * + * {
  margin-left: 0.5em;
}
.pagination a, .pagination span {
  display: inline-block;
}
.pagination .current {
  background-color: #a12c32;
  color: white;
  padding: 0 0.25em;
  border-radius: 4px;
}

/* ----------------------------------------------------------------
   Maintenance Page
   ---------------------------------------------------------------- */
.holding-page.page-content {
  background-color: #a12c32;
  color: white;
  padding: 0 20%;
}

.holding-page .site-title {
  float: none;
  display: block;
  margin: 0 auto;
  max-width: 7em;
  height: 3em;
}
@media screen and (min-width: 40em) {
  .holding-page .site-title {
    width: 7em;
    height: 5em;
  }
}
.holding-page h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 200;
  margin-bottom: 2em;
}
.holding-page p {
  margin-bottom: 0;
}



/* ----------------------------------------------------------------
   2017 Tweaks
   ---------------------------------------------------------------- */

.product-filter .filter-bar label {
  padding: 0 0 0.125em;
  margin: 0;
  background: none;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.product-filter .filter-bar input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.product-filter .filter-bar label.selected {
  color: #a12c32;
  border-bottom: 1px solid #a12c32;
}
