@charset "UTF-8";
/*

  ================================
  Developer: "Elliance Inc"
  ================================

*/
/* ================================
   Normalize
   ================================ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: 0;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

/* ================================
   Base (Base)
   ================================ */
.skipnav {
  background: transparent;
  color: #353535;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  z-index: 100;
}
.skipnav:focus {
  background: #FFFFFF;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.content-wrapper {
  background-image: url("../images/bg-header-mobile.png");
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: inset 0px 10px 15px -10px #DCD6B8, inset 0px -10px 15px -10px #DCD6B8;
  width: 100%;
}
@media (min-width: 760px) {
  .content-wrapper {
    box-shadow: inset 0 1px 100px 0 #DCD6B8;
    border: 10px solid #FFFFFF;
  }
}
@media (min-width: 920px) {
  .content-wrapper {
    background-image: url("../images/bg-header.png");
    background-position: -70px 10px;
  }
}
@media (min-width: 1200px) {
  .content-wrapper {
    background-position: -4% 0;
  }
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:after, *:before {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  color: #353535;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
  min-height: 100%;
  min-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #353535;
  font-weight: 400;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  font-size: 12px;
  color: #666;
}

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

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

sub {
  top: 0.4em;
}

pre, code {
  background: #ccc;
}

pre {
  overflow: auto;
}

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

code,
samp,
kbd {
  font-family: "Courier New", Courier, monospace;
  padding: 0 6px;
  text-align: left;
}

pre {
  font-family: "Courier New", Courier, monospace;
  overflow: auto;
  padding: 1em 0 1em 1.5em;
  border: 1px solid #ddd;
  white-space: pre;
  word-wrap: normal;
}

pre > code {
  padding: 0;
}

* html pre {
  overflow: visible;
  overflow-x: auto;
}

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

td,
th {
  padding: 0;
}

table {
  margin: 1em 0;
  width: 100%;
}

th,
td {
  border: solid 1px #ccc;
  padding: 5px 11px;
  vertical-align: top;
}

dt {
  font-weight: bold;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #ccc;
  padding: 1em;
}

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

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

input, textarea {
  box-sizing: border-box;
}

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

input[type="checkbox"] {
  box-sizing: border-box;
  height: 15px;
  width: 15px;
}

input[type="radio"] {
  box-sizing: border-box;
  height: 18px;
  width: 18px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  vertical-align: middle;
  box-sizing: border-box;
}

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

input[type="color"] {
  padding: 0;
  min-height: 50px;
  min-width: 50px;
}

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

table button, table input {
  *overflow: auto;
}

blockquote, q {
  quotes: none;
}

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

blockquote, q, cite {
  font-style: normal;
}

blockquote {
  padding-left: 1.625em;
  border-left: 5px solid gray;
  display: block;
  margin-bottom: 48px;
  font-style: normal;
}

blockquote > p {
  padding: 0;
}

blockquote footer {
  text-align: right;
}

ul, ol {
  list-style-position: outside;
  margin-bottom: 1.635em;
  margin-left: 1.5em;
}

li ul, li ol {
  margin: 0 1.625em;
}

dl dd {
  margin-left: 1.625em;
}

nav ul li {
  list-style: none;
}

a {
  color: #353535;
  text-decoration: underline;
  /*&:hover, &:visited:hover {
        color: $link-hover-color;
        text-decoration: underline;
  }*/
}
a:visited {
  text-decoration: none;
}

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

figure {
  margin: 0;
}

abbr[title], dfn[title] {
  border-bottom: 0;
}

mark {
  background: #ff0;
}

ins {
  text-decoration: none;
  background: #ff9;
}

del {
  text-decoration: line-through;
}

hr {
  display: block;
  clear: both;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin-bottom: 24px;
}

strong, b, dt {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

var, address {
  font-style: normal;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

code, pre {
  background: #eee;
}

pre {
  padding: 0.5em;
}

table {
  width: 100%;
}

table caption {
  padding: 0.5em;
}

table td, table th {
  text-align: center;
  padding: 0.5em;
  border: 1px solid #ccc;
}

h1, .h1 {
  color: #95141A;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 760px) {
  h1, .h1 {
    font-size: 4.5rem;
    margin-bottom: 60px;
  }
}

h2, .h2 {
  color: #E42027;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  h2, .h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

h3, .h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 5.25rem;
  text-transform: uppercase;
}

h4, .h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

h5, .h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

h6, .h6 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.53846154;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (min-width: 640px) {
  p {
    font-size: 1.3125rem;
    line-height: 2.25rem;
  }
}

ul, ol, pre, table, blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
}

/*.page-body p a,
.page-body ul a {
    color: $red-dark;
    &:hover {
        text-decoration: none;
    }
    &:visited {
        color: $red-dark;
    }
}*/
h2.slogan {
  color: #353535;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4.1875rem;
  text-transform: uppercase;
}

.tagline {
  color: #95141A;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9vw;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 760px) {
  .tagline {
    font-size: 4rem;
  }
}
.tagline .bang {
  color: #E42027;
  font-family: "Barlow", sans-serif;
  font-size: 11vw;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 760px) {
  .tagline .bang {
    font-size: 4.25rem;
  }
}
.tagline .trademark {
  color: #353535;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  vertical-align: super;
}
@media (min-width: 760px) {
  .tagline .trademark {
    vertical-align: super;
  }
}

.list-special {
  font-size: 1.3125rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 760px) {
  .list-special {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.list-special li {
  line-height: 2.25rem;
}

.heres-whats {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.5625rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.hot,
.red-outline-text {
  color: #FFFFFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  text-shadow: -2px -1px 0 #E42027, 2px -1px 0 #E42027, -2px 1px 0 #E42027, 2px 1px 0 #E42027;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .hot,
  .red-outline-text {
    font-size: 4.625rem;
  }
}

.disclaimer {
  font-size: 1.125rem;
  font-style: italic;
}

.row-content ul li {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
.row-content a {
  color: #95141A;
  text-decoration: none;
}
.row-content a:hover {
  text-decoration: underline;
}
.row-content h4 {
  margin: 70px 0 20px 0;
}

/* ================================
   Typography -- Custom
   ================================ */
/* ================================
   FormHack v1.2.0 (formhack.io)
	 ================================ */
/* Global Reset Styles ------------------ */
input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  vertical-align: top;
  display: block;
}

label {
  margin: 10px 0;
}

/* Input & Textarea ------------------ */
/* Fields with standard width */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list],
input[type="file"],
select,
textarea {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
}

/* Fields with standard height */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list] {
  height: 40px;
  -webkit-appearance: none;
}

/* Other */
textarea {
  -webkit-appearance: none;
  overflow: auto;
  height: 80px;
}

input[type="range"] {
  height: 40px;
  width: 100%;
  max-width: 400px;
}

input[type="file"] {
  min-height: 40px;
}

input[type="search"] {
  height: 40px;
  -webkit-appearance: none;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
}

input[type="color"] {
  width: 64.72136px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

/* Select ------------------ */
select {
  height: 40px;
}

select[multiple] {
  height: auto;
  min-height: 40px;
  padding: 0;
}
select[multiple] option {
  margin: 0;
  padding: 8px;
}

/* Fieldset ------------------ */
fieldset {
  padding: 10px 25px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
}

legend {
  padding: 0 5px;
  font-weight: 700;
}

/* Buttons, Input Type Submit/Reset ------------------ */
/* States ------------------ */
input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
  cursor: not-allowed;
}

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
  background-color: gainsboro;
  border-color: #c8c8c8;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: #c8c8c8 solid 2px;
}

/*
 * Select from WTF, forms? https://github.com/mdo/wtf-forms/
 */
.select-custom {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.select-custom select {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 0;
  padding: 8px 2em 8px 8px;
  line-height: 1.5;
  border: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Undo the Firefox inner focus ring */
.select-custom select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* Dropdown arrow */
.select-custom:after {
  position: absolute;
  top: 50%;
  right: 0.75em;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -.15rem;
  pointer-events: none;
  border-right: .35rem solid transparent;
  border-bottom: .35rem solid transparent;
  border-left: .35rem solid transparent;
}

/* Hover state */
/* Focus */
/* Active/open */
.select-custom select:active {
  color: #fff;
  background-color: #0074d9;
}

/* Hide the arrow in IE10 and up */
.select-custom select::-ms-expand {
  display: none;
}

/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  .select-custom select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }

  /* <option> elements inherit styles from <select>, so reset them. */
  .select-custom option {
    background-color: #fff;
  }
}
/* IE9 hack to hide the arrow */
@media screen and (min-width: 0\0) {
  .select-custom select {
    z-index: 1;
    padding: .5rem 1.5rem .5rem 1rem;
  }

  .select-custom:after {
    z-index: 5;
  }

  .select-custom:before {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 1.5rem;
    background-color: #eee;
  }

  .select-custom select:hover,
  .select-custom select:focus,
  .select-custom select:active {
    color: #555;
    background-color: #eee;
  }
}
.input-with-button {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 40px;
}
.input-with-button input {
  padding-right: 30%;
}
.input-with-button .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0px 5px 5px 0px;
}

/*
 * WTF, forms?
 * Released under MIT and copyright 2014 Mark Otto.
 * http://wtfforms.com
 *
 * Embedded icons from Open Iconic.
 * Released under MIT and copyright 2014 Waybury.
 * http://useiconic.com/open
 */
/*
 * Checkboxes and radios
 */
.control {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 30px;
  margin: 0;
  color: #555;
  cursor: pointer;
}

.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}

.control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #eee;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
  color: #fff;
  background-color: #ccc;
}
*/
/* Focus */
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Checked state */
.control input:checked ~ .control-indicator {
  color: #fff;
  background-color: #0074d9;
}

/* Active */
.control input:active ~ .control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

/* Checkbox modifiers */
.checkbox .control-indicator {
  border-radius: .25rem;
}

.checkbox input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* Radio modifiers */
.radio .control-indicator {
  border-radius: 50%;
}

.radio input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* Alternately, use another character */
.control-x input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}

.control-dash input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/*
 * Select
 */
.select {
  position: relative;
  display: inline-block;
  color: #555;
}

.select select {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .5rem 2.25rem .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 0;
  border-radius: .25rem;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Undo the Firefox inner focus ring */
.select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* Dropdown arrow */
.select:after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -.15rem;
  pointer-events: none;
  border-top: .35rem solid;
  border-right: .35rem solid transparent;
  border-bottom: .35rem solid transparent;
  border-left: .35rem solid transparent;
}

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.select select:hover {
  background-color: #ddd;
}
*/
/* Focus */
.select select:focus {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/* Active/open */
.select select:active {
  color: #fff;
  background-color: #0074d9;
}

/* Hide the arrow in IE10 and up */
.select select::-ms-expand {
  display: none;
}

/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }

  /* <option> elements inherit styles from <select>, so reset them. */
  .select option {
    background-color: #fff;
  }
}
/* IE9 hack to hide the arrow */
@media screen and (min-width: 0\0) {
  .select select {
    z-index: 1;
    padding: .5rem 1.5rem .5rem 1rem;
  }

  .select:after {
    z-index: 5;
  }

  .select:before {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 1.5rem;
    background-color: #eee;
  }

  .select select:hover,
  .select select:focus,
  .select select:active {
    color: #555;
    background-color: #eee;
  }
}
/*
 * File
 */
.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: .075rem solid #ddd;
  border-radius: .25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.file-custom:after {
  content: "Choose file...";
}

.file-custom:before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: .075rem solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

/* Focus */
.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

/*
 * Progress
 */
.progress {
  display: inline-block;
  height: 1rem;
}

.progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove Firefox and Opera border */
  border: 0;
  /* IE10 uses `color` to set the bar background-color */
  color: #0074d9;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: .2rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* Firefox styles must be entirely separate or it busts Webkit styles. */
@-moz-document url-prefix() {
  .progress[value] {
    background-color: #eee;
    border-radius: .2rem;
  }

  .progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
  }

  .progress[value="100"]::-moz-progress-bar {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
  }
}
/* IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway. */
@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: .2rem;
  }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    /* Simulate hiding of value as in native `<progress>` */
    background-color: #0074d9;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
  }

  .progress[width="100%"] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
  }
}
/*
 * Control layouts
 */
.controls-stacked {
  margin: 1rem 0;
}

.controls-stacked .control,
.controls-stacked .progress {
  display: block;
}

.controls-stacked .control + .control,
.controls-stacked .progress + .progress {
  margin-top: .5rem;
}

.controls-inline {
  margin: 1rem 0;
}

.controls-inline .control {
  display: inline-block;
  height: 1rem;
}

.controls-inline .control + .control {
  margin-left: 1rem;
}

/* ================================
   Reuseable Classes
   ================================ */
.hidden,
.screen-reader-text,
.meta-nav {
  position: absolute;
  left: -99999em;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

ul.clean,
ol.clean {
  list-style: none;
  margin-left: 0;
}
ul.clean li,
ol.clean li {
  padding-left: 0;
}

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

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

.clear-both {
  clear: both;
}

@media (min-width: 760px) {
  .align-right {
    text-align: right;
  }
}

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

.desktop-only {
  display: none;
}
@media (min-width: 920px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 920px) {
  .mobile-only {
    display: none;
  }
}

.desktop-tablet-only {
  display: none;
}
@media (min-width: 760px) {
  .desktop-tablet-only {
    display: block;
  }
}

.mobile-tablet-only {
  display: block;
}
@media (min-width: 760px) {
  .mobile-tablet-only {
    display: none;
  }
}

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

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

.display-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

.red {
  color: #E42027;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@media (min-width: 760px) {
  .separator-right {
    border-right: 1px solid #979797;
  }
}

@media (min-width: 920px) {
  .separator-left {
    border-left: 1px solid #979797;
    margin-left: 0;
    padding-left: 20px;
  }
}

.separator-bottom {
  border-bottom: 1px solid #979797;
}

.separator-top {
  border-top: 1px solid #979797;
}

/* ================================
   Animations
   ================================ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}

.st-val {
  width: 49%;
  padding-left: 1%;
}

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 760px) {
  .stacktable.large-only {
    display: none;
  }

  .stacktable.small-only {
    display: table;
  }
}
/* ================================
   Base (Custom)
   ================================ */
body {
  background: #FFFFFF;
  min-width: 250px;
  overflow-x: hidden;
}

.container, .contained {
  max-width: 1600px;
  padding: 0 1em;
  margin: 0 auto;
  display: block;
}
@media (min-width: 760px) {
  .container, .contained {
    width: 95%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container, .contained {
    width: 90%;
  }
}
.container:before, .contained:before {
  content: "";
  display: table;
}
.container:after, .contained:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.container.relative, .contained.relative {
  position: relative;
}

.container--inner {
  padding: 0 20px;
}

.container--main {
  display: block;
  width: 100%;
}
.container--main:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.container--main .row {
  border-top: none;
}
.container--main .row:first-of-type {
  padding-top: 0 !important;
}

/* ================================
   Media
   ================================ */
.offset {
  margin-bottom: 24px !important;
}
@media (min-width: 760px) {
  .offset {
    margin-top: 10px !important;
    margin-bottom: 12px !important;
  }
}

.left-offset, img.left, .alignleft {
  width: 100%;
  float: left;
  display: inline;
  -webkit-transition: width 5ms linear !important;
          transition: width 5ms linear !important;
}
@media (min-width: 760px) {
  .left-offset, img.left, .alignleft {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    margin-right: 24px;
    margin-left: 0;
  }
}

.right-offset, img.right, .alignright {
  width: 100%;
  float: left;
  display: inline;
  -webkit-transition: width 5ms linear !important;
          transition: width 5ms linear !important;
}
@media (min-width: 760px) {
  .right-offset, img.right, .alignright {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    float: right !important;
    margin-left: 24px;
    margin-right: 0;
  }
}

img.right,
.img-right,
[data-align="right"] {
  float: right;
  margin: 0 0 10px 15px;
}

img.left,
.img-left,
[data-align="left"] {
  float: left;
  margin: 0 15 10px 0;
}

.image-caption, figcaption {
  margin-top: 5px;
  font-size: 14px;
}
@media (min-width: 760px) {
  .image-caption, figcaption {
    font-size: 16px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

/* ================================
   Forms - Custom
   ================================ */
.table-responsive {
  /* Stack rows vertically on small screens */
  /* Stack labels vertically on smaller screens */
}
.table-responsive table {
  border-collapse: collapse;
  width: 100%;
}
.table-responsive th {
  background-color: #eee;
  font-weight: bold;
}
.table-responsive th,
.table-responsive td {
  text-align: left;
}
@media (max-width: 600px) {
  .table-responsive {
    /* Hide column labels */
    /* Leave a space between table rows */
    /* Get table cells to act like rows */
    /* Add data labels */
  }
  .table-responsive thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .table-responsive tr {
    margin-bottom: 0.5em;
  }
  .table-responsive tr,
  .table-responsive td {
    display: block;
  }
  .table-responsive td {
    /* Leave a space for data labels */
    padding-left: 50%;
    margin-bottom: -1px;
  }
  .table-responsive td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    margin-left: -100%;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .table-responsive td {
    padding-left: 0.5em;
  }
  .table-responsive td:before {
    display: block;
    margin-left: 0;
  }
}

.table-scroll {
  overflow: auto;
  margin-bottom: 0.5em;
  position: relative;
}
.table-scroll table {
  display: block;
  width: auto;
  margin-bottom: 0;
}

/* ================================
   Buttons
   ================================ */
.btn {
  display: inline-block;
  font-size: 1.3125rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin: 15px 0;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}
@media (min-width: 760px) {
  .btn {
    width: auto;
  }
}

.btn-red {
  background: #E42027;
  border-radius: 4px;
  color: #FFFFFF !important;
}
.btn-red:visited {
  color: #FFFFFF !important;
}
.btn-red:hover {
  background: #95141A;
}

.btn-white {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(104, 29, 42, 0.2);
  color: #E42027;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-white:hover {
  background: #F2F2F0;
}

.btn-shop {
  border: 0;
  border-radius: 35px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  padding: 15px 40px;
  text-transform: uppercase;
}

/* ================================
   Header
   ================================ */
header {
  position: relative;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 920px) {
  header {
    padding-bottom: 40px;
    padding-top: 0;
  }
}

.header--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 920px) {
  .header--top {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .header--top {
    padding-top: 0;
  }
}

.logo {
  margin-left: 0;
  padding: 0 5%;
  text-align: center;
  width: 100%;
}
@media (min-width: 920px) {
  .logo {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    padding: 40px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .logo {
    padding: 38px 0 0 0;
    text-align: left;
  }
}
.logo img {
  max-width: 230px;
  width: 100%;
}
@media (min-width: 920px) {
  .logo img {
    max-width: 160px;
  }
}
@media (min-width: 1200px) {
  .logo img {
    max-width: 230px;
    width: 230px;
  }
}

.btn-stockpile-mobile {
  background: #FFFFFF;
  border: 1px solid #95141A;
  padding: 10px 12px;
}
.btn-stockpile-mobile i {
  color: #95141A;
  font-size: 1.5rem;
}

/* ================================
   Navigation
   ================================ */
nav > ul {
  margin: 0;
}

.main-nav {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
  padding-top: 23px;
  position: relative;
}
@media (min-width: 1200px) {
  .main-nav {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
  }
}
.main-nav ul li {
  display: inline-block;
  line-height: 3;
}
.main-nav ul li:after {
  color: rgba(104, 29, 42, 0.5);
  content: '|';
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .main-nav ul li:after {
    font-size: 1.4rem;
    padding: 0 3px;
  }
}
@media (min-width: 1400px) {
  .main-nav ul li:after {
    padding: 0 10px;
  }
}
.main-nav ul li:last-of-type:after {
  display: none;
}
.main-nav ul li a {
  color: #681D2A;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}
.main-nav ul li a:hover {
  color: #E42027;
}
@media (min-width: 1200px) {
  .main-nav ul li a {
    font-size: 1.3125rem;
  }
}
.main-nav ul li.has-children > a:after {
  content: '\f078';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.9375rem;
  font-weight: 900;
  margin: 0 8px;
}
.main-nav ul li.has-children:hover > a {
  color: #E42027;
}
.main-nav ul .mega-menu {
  background: #FFFFFF;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: auto;
  z-index: 99;
  -webkit-transition: max-height 1s ease;
          transition: max-height 1s ease;
}
.main-nav ul .mega-menu img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-right: 5px;
  max-width: 40px;
  width: 100%;
}
.main-nav ul.sub-nav {
  border-bottom: 5px solid #E42027;
  border-top: 5px solid #E42027;
  border-left: 1px solid #681D2A;
  border-right: 1px solid #681D2A;
  margin: 0;
  padding: 20px;
}
.main-nav ul.sub-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
.main-nav ul.sub-nav li:after {
  display: none;
}
.main-nav ul.sub-nav li a {
  color: #353535;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.main-nav ul.sub-nav li a:hover {
  color: #E42027;
  text-decoration: none;
}
.main-nav .has-children:hover .mega-menu {
  max-height: 800px;
}

.search:hover a {
  color: #E42027;
}
.search:hover .search-form {
  max-height: 400px;
}

.search-form {
  background: rgba(149, 20, 26, 0.9);
  clear: both;
  max-height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 99;
  -webkit-transition: max-height 1s ease;
          transition: max-height 1s ease;
}
.search-form .form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}
.search-form .form-wrapper input {
  border: 0;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  color: #000000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
.search-form .form-wrapper input::-webkit-input-placeholder {
  color: #353535;
}
.search-form .form-wrapper input::-moz-placeholder {
  color: #353535;
}
.search-form .form-wrapper input:-ms-input-placeholder {
  color: #353535;
}
.search-form .form-wrapper input::placeholder {
  color: #353535;
}
.search-form .form-wrapper button {
  background: #FFFFFF;
  border: 0;
  color: #95141A;
  padding: 0 15px;
}

.btn-stockpile,
.btn-stockpile:visited {
  background: #95141A;
  border-radius: 0 0 20px 20px;
  color: #FFFFFF;
  display: none;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.0175rem;
  padding: 15px 25px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: -15px;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}
@media (min-width: 920px) {
  .btn-stockpile,
  .btn-stockpile:visited {
    display: block;
  }
}
.btn-stockpile i,
.btn-stockpile:visited i {
  margin-right: 8px;
}
.btn-stockpile:hover,
.btn-stockpile:visited:hover {
  background: #681D2A;
  color: #FFFFFF;
  text-decoration: none;
}

/* ================================
   Navigation
   ================================ */
.offcanvas-menu {
  background: #95141A;
  padding: 10px 12px;
}
.offcanvas-menu i {
  color: #FFFFFF;
  font-size: 1.5rem;
}

.offcanvas-close-button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}
.offcanvas-close-button img {
  max-width: 16px;
}
.offcanvas-close-button i {
  color: #FFFFFF;
  font-size: 2.25rem;
}
.offcanvas-close-button .close-text {
  color: #FFFFFF;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 10px;
  text-transform: uppercase;
}

.offcanvas-search {
  background: #610307;
  margin-top: 15px;
  padding: 15px;
}
.offcanvas-search .form-wrapper {
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.offcanvas-search input {
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
.offcanvas-search input::-webkit-input-placeholder {
  color: #353535;
}
.offcanvas-search input::-moz-placeholder {
  color: #353535;
}
.offcanvas-search input:-ms-input-placeholder {
  color: #353535;
}
.offcanvas-search input::placeholder {
  color: #353535;
}
.offcanvas-search .btn-submit {
  background: #FFFFFF;
  border: 0;
  color: #610307;
  padding: 0 10px;
}

.nav-offcanvas {
  background: #FFFFFF;
  color: #353535;
  display: block;
  height: 100%;
  position: fixed;
  min-width: 100%;
  top: 0;
  z-index: 29;
}
@media (min-width: 480px) {
  .nav-offcanvas {
    min-width: 50%;
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .nav-offcanvas {
    min-width: 35%;
  }
}
.nav-offcanvas#left-offcanvas {
  -webkit-transition: left 0.7s cubic-bezier(0.33, 0, 0, 0.99);
          transition: left 0.7s cubic-bezier(0.33, 0, 0, 0.99);
  left: -200%;
}
.nav-offcanvas#left-offcanvas.open {
  left: 0;
}
.nav-offcanvas#right-offcanvas {
  -webkit-transition: right 0.7s cubic-bezier(0.33, 0, 0, 0.99);
          transition: right 0.7s cubic-bezier(0.33, 0, 0, 0.99);
  right: -200%;
}
.nav-offcanvas#right-offcanvas.open {
  right: 0;
}
.nav-offcanvas.open {
  top: 0;
  overflow: auto;
}

.nav-menu {
  background: #95141A;
  display: block;
  min-height: 100%;
  padding: 20px 0;
}
.nav-menu.open {
  left: 0;
  top: 0;
  overflow: auto;
}
@media (min-width: 760px) {
  .nav-menu.open {
    overflow: visible;
  }
}
.nav-menu nav {
  list-style: none;
  margin-bottom: 12px;
}
.nav-menu nav li a {
  color: #FFFFFF;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding-left: 30px;
  text-decoration: none;
  width: 100%;
}
.nav-menu nav li a:hover {
  background: #E42027 !important;
}
.nav-menu nav li.has-subnav {
  position: relative;
}
.nav-menu nav li.has-subnav.open {
  background: #E42027;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
.nav-menu nav li.has-subnav.open .subnav-indicator,
.nav-menu nav li.has-subnav.open .subnav-indicator:hover {
  background: #bb0007;
}
.nav-menu nav li.has-subnav.open .subnav-indicator i,
.nav-menu nav li.has-subnav.open .subnav-indicator:hover i {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
      -ms-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}
.nav-menu nav li.has-subnav a {
  display: inline-block;
}
.nav-menu nav.offcanvas-nav-main li {
  border-bottom: 2px solid #610307;
}
.nav-menu nav.offcanvas-nav-main li a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.125rem;
  padding: 10px 0 10px 30px;
}
.nav-menu nav.offcanvas-nav-sub li {
  padding: 5px 0;
}
.nav-menu nav.offcanvas-nav-sub li a {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.nav-menu .subnav-indicator {
  background: #610307;
  border-radius: 50%;
  height: 30px;
  margin: 10px 20px 10px 0;
  position: absolute;
  right: 0;
  width: 30px;
}
.nav-menu .subnav-indicator:hover {
  background: #610307;
}
.nav-menu .subnav-indicator i {
  color: #FFFFFF;
  font-size: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nav-menu .level-2 {
  background: #F2F2F0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s linear;
          transition: max-height .3s linear;
}
.nav-menu .level-2.open {
  padding: 10px 0;
  max-height: 2000px;
}
.nav-menu .level-2 li {
  border-bottom: none !important;
  line-height: 3 !important;
}
.nav-menu .level-2 li a {
  color: #353535;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3125rem !important;
  font-weight: 600 !important;
  line-height: 1;
  padding: 0 0 0 30px !important;
  text-transform: uppercase;
}
.nav-menu .level-2 li a:first-of-type {
  width: 100% !important;
}
.nav-menu .level-2 li a:hover {
  background: transparent !important;
  color: #E42027;
}
.nav-menu .level-3 {
  max-height: 0;
  overflow: hidden;
}
.nav-menu .level-3.open {
  border-left: 1px solid rgba(104, 29, 42, 0.2);
  max-height: 2000px;
}
.nav-menu .level-3.open li {
  line-height: 2 !important;
}
.nav-menu .level-3.open li a {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.0625rem !important;
  font-weight: 500 !important;
  padding-left: 13px !important;
  text-transform: none !important;
}

.add-to-any--mobile {
  padding-left: 28px;
}

.overlay {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1.25s cubic-bezier(0.33, 0, 0, 0.99);
          transition: opacity 1.25s cubic-bezier(0.33, 0, 0, 0.99);
}
.overlay.visible {
  z-index: -1;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .5;
  cursor: pointer;
  z-index: 19;
  position: fixed;
  top: 0;
  left: 0;
}
.touchevents .overlay {
  cursor: pointer;
}

.disable-scroll {
  overflow: hidden;
}

/* ================================
   Homepage
   ================================ */
.homepage-content .row-1 .col-1 {
  width: 100%;
}
@media (min-width: 760px) {
  .homepage-content .row-1 .col-1 {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 920px) {
  .homepage-content .row-1 .col-1 {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .homepage-content .row-1 .col-1 {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .homepage-content .row-1 .col-1 .callout-text, .homepage-content .row-1 .col-1 .cart--widget {
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  .homepage-content .row-1 .col-1 .callout-text, .homepage-content .row-1 .col-1 .cart--widget {
    margin-bottom: 20px;
  }
}
.homepage-content .row-1 .col-2 {
  width: 100%;
}
@media (min-width: 760px) {
  .homepage-content .row-1 .col-2 {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 920px) {
  .homepage-content .row-1 .col-2 {
    width: calc(20.83333% - 24.16667px);
    float: left;
    margin-left: 20px;
  }
}
.homepage-content .row-1 .col-3 {
  width: 100%;
}
@media (min-width: 760px) {
  .homepage-content .row-1 .col-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    padding-top: 30px;
  }
}
@media (min-width: 920px) {
  .homepage-content .row-1 .col-3 {
    width: calc(37.5% - 27.5px);
    float: left;
    margin-left: 20px;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-top: 0;
  }
}
.homepage-content .row-2 .col {
  width: 100%;
}
.homepage-content .row-3 .col-1,
.homepage-content .row-3 .col-2,
.homepage-content .row-5 .col-1,
.homepage-content .row-5 .col-2 {
  width: 100%;
}
@media (min-width: 920px) {
  .homepage-content .row-3 .col-1,
  .homepage-content .row-3 .col-2,
  .homepage-content .row-5 .col-1,
  .homepage-content .row-5 .col-2 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
.homepage-content .row-3 .col-1 {
  margin-bottom: 50px;
}
@media (min-width: 760px) {
  .homepage-content .row-3 .col-1 {
    margin-bottom: 100px;
  }
}
@media (min-width: 920px) {
  .homepage-content .row-3 .col-1 {
    margin-bottom: 0;
  }
}
.homepage-content .row-4 {
  padding: 60px 40px 20px 40px;
}
.homepage-content .row-4 .free-delivery {
  text-align: center;
  width: 100%;
}
.homepage-content .row-4 .free-delivery--banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 760px) {
  .homepage-content .row-4 .free-delivery--banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.homepage-content .row-4 .free-delivery .old-truck {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 15px;
  max-width: 258px;
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 760px) {
  .homepage-content .row-4 .free-delivery .old-truck {
    -webkit-box-ordinal-group: NaN;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    max-width: 158px;
  }
}
@media (min-width: 920px) {
  .homepage-content .row-4 .free-delivery .old-truck {
    max-width: 180px;
  }
}
@media (min-width: 1200px) {
  .homepage-content .row-4 .free-delivery .old-truck {
    max-width: 258px;
  }
}
.homepage-content .row-4 .free-delivery p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 760px) {
  .homepage-content .row-4 .free-delivery p {
    font-size: 4.2vw;
    margin-bottom: 0;
    margin-top: 25px;
    text-align: left;
  }
}
@media (min-width: 920px) {
  .homepage-content .row-4 .free-delivery p {
    font-size: 4.7vw;
  }
}
@media (min-width: 1200px) {
  .homepage-content .row-4 .free-delivery p {
    font-size: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .homepage-content .row-4 .free-delivery p {
    font-size: 4.5rem;
  }
}
.homepage-content .row-4 .free-delivery p.small {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 920px) {
  .homepage-content .row-4 .free-delivery p.small {
    padding-top: 10px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .homepage-content .row-4 .free-delivery p.small {
    width: 100%;
  }
}
.homepage-content .row-5 .col {
  text-align: center;
}
.homepage-content .row-5 .col-1 {
  margin-bottom: 50px;
}
@media (min-width: 760px) {
  .homepage-content .row-5 .col-1 {
    margin-bottom: 100px;
  }
}
@media (min-width: 920px) {
  .homepage-content .row-5 .col-1 {
    margin-bottom: 0;
  }
}
.homepage-content .row.paragraph-row {
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
}

/* ================================
   Carousels
   ================================ */
.carousel .flickity-viewport {
  width: 100%;
}

.product-carousel {
  width: 100%;
}
.product-carousel .carousel-slide {
  min-height: 290px;
  width: 100%;
}
@media (min-width: 760px) {
  .product-carousel .carousel-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  .product-carousel .carousel-slide.is-selected:nth-child(even) {
    border-left: 1px solid #979797;
  }
  .product-carousel .carousel-slide:last-of-type {
    border-right: none;
  }
}
@media (min-width: 920px) {
  .product-carousel .carousel-slide {
    width: 32%;
  }
  .product-carousel .carousel-slide.is-selected:nth-child(even) {
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
  }
}
.product-carousel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 50px;
  position: absolute;
  text-decoration: none;
  width: 100%;
}
.product-carousel .heres-whats-hot {
  padding-left: 40px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 760px) {
  .product-carousel .heres-whats-hot {
    text-align: left;
  }
}
.product-carousel .heres-whats-hot .red-outline-text {
  font-size: 5.625rem;
}
@media (min-width: 480px) {
  .product-carousel .heres-whats-hot .red-outline-text {
    font-size: 7.5rem;
  }
}
@media (min-width: 760px) {
  .product-carousel .heres-whats-hot .red-outline-text {
    font-size: 8.875rem;
  }
}
@media (min-width: 920px) {
  .product-carousel .heres-whats-hot .red-outline-text {
    font-size: 6.5rem;
  }
}
@media (min-width: 1200px) {
  .product-carousel .heres-whats-hot .red-outline-text {
    font-size: 9rem;
  }
}
.product-carousel .recently-viewed {
  text-align: center;
}
.product-carousel .recently-viewed .red-outline-text {
  font-size: 5rem;
}
@media (min-width: 480px) {
  .product-carousel .recently-viewed .red-outline-text {
    font-size: 6.25rem;
  }
}
@media (min-width: 760px) {
  .product-carousel .recently-viewed .red-outline-text {
    font-size: 5rem;
  }
}
@media (min-width: 920px) {
  .product-carousel .recently-viewed .red-outline-text {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .product-carousel .recently-viewed .red-outline-text {
    font-size: 4.6875rem;
  }
}
.product-carousel .product-image,
.product-carousel .product-name {
  text-align: center;
}
.product-carousel .product-image {
  padding-bottom: 30px;
}
.product-carousel .product-image img {
  max-height: 190px;
}
.product-carousel .product-name {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
}
.product-carousel .product-name p {
  color: #E42027;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.flickity-button {
  background: rgba(242, 242, 240, 0.5);
  border: 1px solid rgba(104, 29, 42, 0.2);
  border-radius: 0;
  color: #E42027;
  height: 132px;
  width: 45px;
}
.flickity-button.flickity-prev-next-button.previous {
  left: -20px;
}
.flickity-button.flickity-prev-next-button.next {
  right: -20px;
}

/* ================================
   Heros
   ================================ */
.homepage--hero {
  position: relative;
  width: 100%;
}
.homepage--hero img.mobile-tablet-only {
  width: 100%;
}
@media (min-width: 760px) {
  .homepage--hero {
    background-image: url("../images/hero-homepage/background.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90%;
    padding-bottom: 3.2%;
    padding-top: 4.2%;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homepage--hero .front-el,
  .homepage--hero .logo-el,
  .homepage--hero .aging-el {
    height: auto;
    margin: 0 auto;
    position: absolute;
    //-webkit-transition: all 200ms linear;
            //transition: all 200ms linear;
    z-index: 10;
  }
}
@media (min-width: 760px) and (min-width: 1200px) {
  .homepage--hero .front-el,
  .homepage--hero .logo-el,
  .homepage--hero .aging-el {
    width: 100%;
  }
}
@media (min-width: 760px) {
  .homepage--hero .logo-el {
    margin-top: 35px;
    max-width: 1000px;
    width: 80%;
    z-index: 15;
  }
}
@media (min-width: 760px) and (min-width: 1920px) {
  .homepage--hero .logo-el {
    max-width: 100%;
  }
}
@media (min-width: 760px) {
  .homepage--hero .front-el {
    margin-left: -3.3%;
    width: 18.5%;
    z-index: 15;
    //-webkit-transition: max-width .3s linear;
    //        transition: max-width .3s linear;
  }
}
@media (min-width: 760px) and (min-width: 1200px) {
  .homepage--hero .front-el {
    max-width: 230px;
    //width: 100%;
  }
}
@media (min-width: 760px) and (min-width: 1920px) {
  .homepage--hero .front-el {
    margin-left: -50px;
    max-width: 100%;
    width: auto;
  }
}
@media (min-width: 760px) {
  .homepage--hero .aging-el {
    -webkit-transition: none;
            transition: none;
  }
}

.hero.short {
  position: relative;
  text-align: center;
}
@media (min-width: 760px) {
  .hero.short {
    max-height: 900px;
    min-height: 400px;
    overflow: hidden;
    text-align: left;
  }
}
@media (min-width: 760px) {
  .hero.short .mobile {
    display: none;
  }
}
.hero.short .desktop {
  display: none;
}
@media (min-width: 760px) {
  .hero.short .desktop {
    display: block;
  }
}
.hero.short h1 {
  color: #FFFFFF;
  margin: 0;
  padding-top: 5px;
  position: absolute;
  text-shadow: 2px 3px 0 #95141A;
  width: 100%;
  z-index: 10;
}
@media (min-width: 760px) {
  .hero.short h1 {
    padding: 25px 0 0 70px;
    width: auto;
  }
}
.hero.short img {
  width: 100%;
}
@media (min-width: 760px) {
  .hero.is-empty {
    min-height: 180px;
  }
}

/* ================================
   Breadcrumbs
   ================================ */
.breadcrumbs {
  padding: 0;
  width: 100%;
}
.breadcrumbs li {
  display: inline-block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media (min-width: 760px) {
  .breadcrumbs li {
    font-size: 1.125rem;
  }
}
.breadcrumbs li:after {
  content: "»";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  padding-left: 5px;
}
.breadcrumbs li:last-child {
  text-transform: uppercase;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: #353535 !important;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline !important;
}

/* ================================
   Body Parts
   ================================ */
.row {
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
  padding: 30px 0;
}
@media (min-width: 760px) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px 40px;
  }
}
.row:first-of-type {
  border-top: none;
}
.row:last-of-type {
  border-bottom: none;
}
.row.no-indent {
  padding: 0;
}
.row .col {
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
@media (min-width: 760px) {
  .row .col {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.row .col:first-of-type {
  margin-left: 0;
}

.row--full {
  display: block;
}
.row--full .col {
  width: 100%;
}
@media (min-width: 760px) {
  .row--full .col {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
.row--full .col iframe {
  width: 100%;
}
.row--full h3 {
  line-height: 2;
}

.row--inner .col {
  width: 100%;
}
@media (min-width: 760px) {
  .row--inner .col {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
.row--inner.no-border {
  border: none;
}

.content-inner--wrapper {
  width: 100%;
  padding: 30px 0;
}
@media (min-width: 760px) {
  .content-inner--wrapper .col {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  .content-inner--wrapper .col:first-of-type {
    padding-right: 15%;
  }
}

@media (min-width: 760px) {
  .column--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 760px) {
  .column--wrapper .col.col-w-2,
  .content-inner--wrapper .col.col-w-2 {
    width: calc(16.66667% - 23.33333px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 760px) {
  .column--wrapper .col.col-w-3,
  .content-inner--wrapper .col.col-w-3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 760px) {
  .column--wrapper .col.col-w-4,
  .content-inner--wrapper .col.col-w-4 {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 760px) {
  .column--wrapper .col.col-w-5,
  .content-inner--wrapper .col.col-w-5 {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 760px) {
  .column--wrapper .col.col-w-6,
  .content-inner--wrapper .col.col-w-6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 760px) {
  .column--wrapper .col.col-w-7,
  .content-inner--wrapper .col.col-w-7 {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 760px) {
  .column--wrapper .col.col-w-8,
  .content-inner--wrapper .col.col-w-8 {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 760px) {
  .column--wrapper .col.col-w-9,
  .content-inner--wrapper .col.col-w-9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 760px) {
  .column--wrapper .col.col-w-10,
  .content-inner--wrapper .col.col-w-10 {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
  }
}
.column--wrapper .col.no-margin,
.content-inner--wrapper .col.no-margin {
  margin-left: 0 !important;
}

.icon-finger {
  display: none;
}
@media (min-width: 760px) {
  .icon-finger {
    display: block;
    max-width: 193px;
    width: 100%;
  }
}

.logo-liberty-bell {
  max-width: 210px;
}

.logo-peak-pyro {
  max-width: 407px;
}

.icon-glasses {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

.copyright {
  text-align: center;
}
@media (min-width: 760px) {
  .copyright {
    padding: 0 80px;
    text-align: left;
  }
}
.copyright .copyright--inner {
  padding-top: 10px;
}
@media (min-width: 760px) {
  .copyright .copyright--inner {
    padding-top: 0;
  }
}
.copyright .copyright--inner p {
  font-size: 1rem;
}
@media (min-width: 760px) {
  .copyright .copyright--inner .col {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  .copyright .copyright--inner .col.col-2 {
    text-align: right;
  }
  .copyright .copyright--inner .col.col-2 a {
    color: #95141A;
  }
  .copyright .copyright--inner .col.col-2 a:hover {
    text-decoration: none;
  }
}

.content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media (min-width: 760px) {
  .content {
    width: calc(72.5% - 34.5px);
    float: left;
    margin-left: 20px;
    margin-left: calc(2.5% - 20.5px + 40px);
  }
}

.intro {
  background: #FFFFFF;
  border: 2px solid rgba(104, 29, 42, 0.2);
  margin-bottom: 20px;
  padding: 50px 13%;
  width: 100%;
  z-index: 10;
}
@media (min-width: 760px) {
  .intro {
    margin: -180px 0 20px 0;
  }
}
.intro h1 {
  color: #95141A;
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.intro p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}
.intro h2 {
  font-weight: 500;
  margin-top: 70px;
}
.intro h2:first-of-type {
  margin-top: 0;
}
.intro .btn {
  clear: both;
}

p.highlight-text {
  font-family: "Barlow", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (min-width: 760px) {
  p.highlight-text {
    font-size: 1.9375rem;
  }
}

.row.row-3 .col-1,
.row.row-3 .col-2 {
  width: 100%;
}
@media (min-width: 920px) {
  .row.row-3 .col-1,
  .row.row-3 .col-2 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

.directions-info {
  padding-top: 15px;
}
.directions-info p {
  font-size: 1rem;
  line-height: 1.6;
}

.laws-compliance-table th {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
}
.laws-compliance-table td {
  vertical-align: middle;
}
.laws-compliance-table .st-head-row.st-head-row-main {
  padding-top: 10px;
}
.laws-compliance-table .st-key {
  padding-right: 10px;
}

.modal--overlay {
  background: rgba(53, 53, 53, 0.7);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.modal--content {
  background: #FFFFFF;
  border-radius: 10px;
  left: 50%;
  padding: 40px 20px 20px 20px;
  position: absolute;
  top: 20%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 80%;
}
@media (min-width: 640px) {
  .modal--content {
    top: 40%;
  }
}
@media (min-width: 760px) {
  .modal--content {
    padding: 60px;
    top: 30%;
    width: 90%;
  }
}
@media (min-width: 920px) {
  .modal--content {
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .modal--content {
    width: 40%;
  }
}
.modal--content p {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.modal--content p.alert {
  color: #E42027;
}
@media (min-width: 640px) {
  .modal--content p {
    font-size: 1.25rem;
  }
}
@media (min-width: 760px) {
  .modal--content p {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.modal--content .close-me {
  color: #353535;
  font-size: 1.5rem;
  position: absolute;
  right: 30px;
  top: 15px;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
.modal--content .close-me:hover {
  color: rgba(53, 53, 53, 0.7);
}
@media (min-width: 760px) {
  .modal--content .close-me {
    top: 30px;
  }
}

.modal--dialog {
  margin: auto;
  padding: 0;
}
.modal--dialog::backdrop {
  background: rgba(53, 53, 53, 0.7);
}

.modal--dialog-inner {
  padding: 30px;
}
.modal--dialog-inner .center {
  text-align: center;
}

.modal--source {
  display: none;
}

.modal--overlay--full {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(53, 53, 53, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.modal--content--full {
  background: #FFFFFF;
  border-radius: 10px;
  max-height: 90vh;
  max-width: 1200px;
  overflow: auto;
  padding: 40px 20px 20px 20px;
  width: 80%;
}
.modal--content--full .center {
  text-align: center;
}

@media (max-width: 1200px) {
  .laws-compliance-table.stacktable.large-only {
    display: none;
  }

  .laws-compliance-table.stacktable.small-only {
    display: table;
  }
}
/* ================================
   Routers
   ================================ */
.router-row {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  margin-bottom: 24px;
}
.router-row::after {
  clear: both;
  content: "";
  display: block;
}
.router-row .image-container {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
.router-row .text-container {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
}
.router-row .text-container.full-width {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.router-row h4 {
  margin: 0;
}

/* ================================
   Callouts
   ================================ */
.callout-text, .cart--widget {
  background: #F2F2F0;
  border: 2px solid rgba(104, 29, 42, 0.2);
  margin-bottom: 20px;
  padding: 20px 25px;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
  width: 100%;
}
.callout-text p, .cart--widget p {
  margin: 0;
}
.callout-text.right, .right.cart--widget {
  text-align: right;
}
.callout-text .callout-headline, .cart--widget .callout-headline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16vw;
  font-weight: 600;
  line-height: 4.1875rem;
  text-transform: uppercase;
}
.callout-text .callout-headline.text-shadow, .cart--widget .callout-headline.text-shadow {
  text-shadow: -1px 1px 0 #000000;
}
@media (min-width: 640px) {
  .callout-text .callout-headline, .cart--widget .callout-headline {
    font-size: 12vw;
  }
}
@media (min-width: 760px) {
  .callout-text .callout-headline, .cart--widget .callout-headline {
    font-size: 4.5rem;
  }
}
@media (min-width: 920px) {
  .callout-text .callout-headline, .cart--widget .callout-headline {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .callout-text .callout-headline, .cart--widget .callout-headline {
    font-size: 4.5rem;
  }
}
.callout-text .callout-subhead, .cart--widget .callout-subhead {
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.1875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}
.callout-text .callout-subhead:after, .cart--widget .callout-subhead:after {
  content: '»';
  display: inline-block;
}

a.callout {
  display: block;
  text-decoration: none;
}
a.callout:hover .callout-text, a.callout:hover .cart--widget {
  background: #e6e6e2;
}

.card {
  width: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.card.is-flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.card .card-face {
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.card .card--front {
  position: relative;
}
.card .card--back {
  height: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.card .callout-close {
  padding: 15px 20px;
  text-align: right;
}
.card .callout-close a {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.card .callout-close a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.callout.save-a-bundle,
.callout.we-do-shows,
.callout.exclusive-brand {
  height: 100%;
  -webkit-perspective: 600px;
          perspective: 600px;
}

.callout.save-a-bundle {
  text-align: center;
}
.callout.save-a-bundle h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: .8;
  text-transform: uppercase;
}
@media (min-width: 760px) {
  .callout.save-a-bundle h2 {
    font-size: 10vw;
  }
}
@media (min-width: 1400px) {
  .callout.save-a-bundle h2 {
    font-size: 10.125rem;
  }
}
@media (min-width: 920px) {
  .callout.save-a-bundle h2 .smaller {
    font-size: 9vw;
  }
}
@media (min-width: 1400px) {
  .callout.save-a-bundle h2 .smaller {
    font-size: 8.78125rem;
  }
}
.callout.save-a-bundle h3 {
  font-size: 14vw;
}
@media (min-width: 760px) {
  .callout.save-a-bundle h3 {
    font-size: 11vw;
  }
}
@media (min-width: 920px) {
  .callout.save-a-bundle h3 {
    font-size: 7vw;
  }
}
@media (min-width: 1400px) {
  .callout.save-a-bundle h3 {
    font-size: 5.5rem;
  }
}
.callout.save-a-bundle .card--front {
  padding: 50px 25px;
}
.callout.save-a-bundle .card--front p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2.125rem;
}
@media (min-width: 640px) {
  .callout.save-a-bundle .card--front p {
    font-size: 1.875rem;
  }
}
@media (min-width: 760px) {
  .callout.save-a-bundle .card--front p {
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .callout.save-a-bundle .card--front p {
    font-size: 2.1875rem;
  }
}
.callout.save-a-bundle .card--back {
  background: #D6310F;
  color: #FFFFFF;
}
.callout.save-a-bundle .card--back-inner {
  padding: 20px 30px 60px 30px;
  text-align: center;
}
@media (min-width: 760px) {
  .callout.save-a-bundle .card--back-inner {
    padding: 20px 60px 60px 60px;
  }
}
.callout.save-a-bundle .card--back h4 {
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 15px;
}
.callout.save-a-bundle .card--back p {
  font-size: 1.125rem;
}
.callout.save-a-bundle .card--back ul {
  list-style: none;
  margin: 0;
}
.callout.save-a-bundle .card--back ul li {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.1875rem;
}
@media (min-width: 760px) {
  .callout.save-a-bundle .card--back ul li {
    font-size: 1.75rem;
  }
}
@media (min-width: 920px) {
  .callout.save-a-bundle .card--back ul li {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .callout.save-a-bundle .card--back ul li {
    font-size: 1.75rem;
  }
}
.callout.save-a-bundle .card--back .callout-close a {
  color: #FFFFFF;
}
.callout.save-a-bundle .card--back .callout-close a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.callout.save-a-bundle .btn {
  margin-top: 20px;
}

.callout.we-do-shows .card--front {
  background-image: url("../images/bg-fireworks.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.callout.we-do-shows .card--front h2 {
  font-family: "Barlow", sans-serif;
  font-size: 32vw;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 760px) {
  .callout.we-do-shows .card--front h2 {
    font-size: 20vw;
  }
}
@media (min-width: 920px) {
  .callout.we-do-shows .card--front h2 {
    font-size: 15vw;
  }
}
@media (min-width: 1200px) {
  .callout.we-do-shows .card--front h2 {
    font-size: 10.5rem;
  }
}
.callout.we-do-shows .card--front h3 {
  font-size: 20vw;
  line-height: 1;
}
@media (min-width: 760px) {
  .callout.we-do-shows .card--front h3 {
    font-size: 8.375rem;
    line-height: 7.625rem;
  }
}
.callout.we-do-shows .card--back {
  background: rgba(0, 110, 154, 0.5);
  min-height: 460px;
}
.callout.we-do-shows .card--back p {
  color: #FFFFFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 0;
}
.callout.we-do-shows .card--back .card--back-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  padding: 0 40px;
}
.callout.we-do-shows .card--back .btn {
  margin: 0;
}
.callout.we-do-shows .callout-close a {
  color: #FFFFFF;
}
.callout.we-do-shows .callout-close a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.callout.exclusive-brand .liberty-bell-logo {
  max-width: 210px;
}
.callout.exclusive-brand h3 {
  font-size: 18vw;
  line-height: 1;
}
@media (min-width: 640px) {
  .callout.exclusive-brand h3 {
    font-size: 16vw;
  }
}
@media (min-width: 920px) {
  .callout.exclusive-brand h3 {
    font-size: 8vw;
  }
}
@media (min-width: 1200px) {
  .callout.exclusive-brand h3 {
    font-size: 7.0625rem;
  }
}
.callout.exclusive-brand h4 {
  color: #E42027;
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 4.0625rem;
  text-transform: uppercase;
}
.callout.exclusive-brand .card--back {
  background: #95141A;
  min-height: 460px;
}
.callout.exclusive-brand .card--back p {
  color: #FFFFFF;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
}
.callout.exclusive-brand .card--back .card--back-inner {
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px;
  top: 50%;
}
.callout.exclusive-brand .callout-close a {
  color: #FFFFFF;
}
.callout.exclusive-brand .callout-close a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.callout.free-delivery {
  position: relative;
}
@media (min-width: 760px) {
  .callout.free-delivery {
    padding: 20px 0;
  }
}
@media (min-width: 920px) {
  .callout.free-delivery {
    height: 100%;
    padding: 0;
  }
}
.callout.free-delivery .free-delivery--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 920px) {
  .callout.free-delivery .free-delivery--inner {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.callout.free-delivery .old-truck {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 15px;
  max-width: 258px;
  width: 100%;
}
.callout.free-delivery p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 920px) {
  .callout.free-delivery p {
    font-size: 6vw;
  }
}
@media (min-width: 1400px) {
  .callout.free-delivery p {
    font-size: 6.25rem;
    line-height: .8;
  }
}
.callout.free-delivery p.small {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 760px) {
  .callout.free-delivery .btn {
    margin: 20px auto 0 auto;
    max-width: 127px;
  }
}

.banner {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
}
.banner.bg-red {
  background: -webkit-linear-gradient(270deg, #BF202C 0%, #95141A 100%);
  background: linear-gradient(180deg, #BF202C 0%, #95141A 100%);
  color: #FFFFFF;
}
.banner p {
  margin: 0;
}

.event-card .event-card--date {
  font-size: 2.75rem;
  line-height: 3rem;
  text-transform: uppercase;
}
@media (min-width: 760px) {
  .event-card .event-card--date {
    font-size: 5.25rem;
    line-height: 5.25rem;
  }
}
.event-card .event-card--title {
  color: #E42027;
  font-size: 3rem;
  line-height: 3.5rem;
  text-transform: uppercase;
}
@media (min-width: 760px) {
  .event-card .event-card--title {
    font-size: 5.625rem;
    line-height: 5.25rem;
  }
}
.event-card .event-card--sub-head {
  font-family: "Barlow", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.08125rem;
  line-height: 1.875rem;
}
@media (min-width: 760px) {
  .event-card .event-card--sub-head {
    font-size: 1.9375rem;
    line-height: 2.1875rem;
  }
}

.content-inner--wrapper .event-card {
  border-bottom: 1px solid #979797;
  padding: 60px 0;
}
.content-inner--wrapper .event-card:first-of-type {
  padding-top: 0;
}
.content-inner--wrapper .event-card:last-of-type {
  border-bottom: none;
}
.content-inner--wrapper .event-card .event-card--date {
  font-size: 3rem;
  line-height: 1;
}
.content-inner--wrapper .event-card .event-card--sub-head {
  font-size: 1.875rem;
}
.content-inner--wrapper .event-card p {
  font-size: 1.125rem;
  line-height: 1.6;
}

/* ================================
   Products
   ================================ */
h2.category {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product--title {
  color: #E42027;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
  text-align: left;
}

.product--unit-price {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.product--case-price,
.field--name-price {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

.product-grid-wrapper .views-row a,
.product-grid-wrapper .views-row a:visited,
.product-list-wrapper .views-row a,
.product-list-wrapper .views-row a:visited {
  color: #E42027;
  display: block;
  text-decoration: none;
}
.product-grid-wrapper .views-row a:hover,
.product-grid-wrapper .views-row a:visited:hover,
.product-list-wrapper .views-row a:hover,
.product-list-wrapper .views-row a:visited:hover {
  text-decoration: underline;
}
.product-grid-wrapper .views-row .product--image img,
.product-list-wrapper .views-row .product--image img {
  max-width: 210px;
  width: 100%;
}
@media (min-width: 760px) {
  .product-grid-wrapper form,
  .product-list-wrapper form {
    display: none;
  }
}
.product-grid-wrapper form .form-type-select,
.product-grid-wrapper form select,
.product-list-wrapper form .form-type-select,
.product-list-wrapper form select {
  max-width: 100%;
  width: 100%;
}
.product-grid-wrapper form select,
.product-list-wrapper form select {
  border: 2px solid #979797;
  border-radius: 0;
  font-family: "Barlow Condensed", sans-serif;
}
.product-grid-wrapper form label,
.product-list-wrapper form label {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.product-grid-wrapper,
.category-grid-wrapper {
  width: 100%;
}
.product-grid-wrapper .views-row,
.category-grid-wrapper .views-row {
  background: rgba(104, 29, 42, 0.2);
  border-top: 1px solid rgba(104, 29, 42, 0.2);
  border-left: 1px solid rgba(104, 29, 42, 0.2);
  border-right: 1px solid rgba(104, 29, 42, 0.2);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1px;
}
@media (min-width: 760px) {
  .product-grid-wrapper .views-row,
  .category-grid-wrapper .views-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-grid-wrapper .views-row:last-of-type,
.category-grid-wrapper .views-row:last-of-type {
  border-bottom: 1px solid rgba(104, 29, 42, 0.2);
}
.product-grid-wrapper .views-row .views-col,
.category-grid-wrapper .views-row .views-col {
  background: #FFFFFF;
  padding: 30px 15px;
  width: 100%;
}
.product-grid-wrapper .views-row .views-col > a,
.category-grid-wrapper .views-row .views-col > a {
  text-align: center;
}
.product-grid-wrapper .views-row .views-col > a img,
.category-grid-wrapper .views-row .views-col > a img {
  padding-bottom: 20px;
}
.product-grid-wrapper .views-row .product--image,
.product-grid-wrapper .views-row .category--image,
.category-grid-wrapper .views-row .product--image,
.category-grid-wrapper .views-row .category--image {
  padding-bottom: 20px;
  text-align: center;
}

.category-grid-wrapper .views-row .views-col {
  padding: 0;
  text-align: center;
}
.category-grid-wrapper .views-row .views-col a {
  color: #E42027;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 15px;
  text-decoration: none;
  width: 100%;
}
.category-grid-wrapper .views-row .views-col a:hover {
  text-decoration: underline;
}
.category-grid-wrapper .views-row .views-col .category--image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.category-grid-wrapper .views-row .views-col .category--image img {
  max-width: 210px;
  width: 100%;
}
@media (min-width: 760px) {
  .category-grid-wrapper .views-row .views-col .category--image img {
    max-width: 110px;
  }
}
@media (min-width: 920px) {
  .category-grid-wrapper .views-row .views-col .category--image img {
    max-width: 210px;
  }
}
.category-grid-wrapper .views-row .views-col .category--title {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #E42027;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.product-list-wrapper {
  background: #FFFFFF;
}
.product-list-wrapper .views-row {
  border-top: 1px solid rgba(104, 29, 42, 0.2);
  border-left: 1px solid rgba(104, 29, 42, 0.2);
  border-right: 1px solid rgba(104, 29, 42, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.product-list-wrapper .views-row:last-of-type {
  border-bottom: 1px solid rgba(104, 29, 42, 0.2);
}
@media (min-width: 760px) {
  .product-list-wrapper .views-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 20px;
  }
}
.product-list-wrapper .views-row .product--image {
  padding-bottom: 20px;
}
@media (min-width: 760px) {
  .product-list-wrapper .views-row .product--image {
    padding-bottom: 0;
    width: 220px;
  }
}
@media (min-width: 920px) {
  .product-list-wrapper .views-row .product--image {
    width: 290px;
  }
}
@media (min-width: 760px) {
  .product-list-wrapper .views-row .product--image img {
    max-width: 160px;
  }
}
@media (min-width: 920px) {
  .product-list-wrapper .views-row .product--image img {
    max-width: 210px;
  }
}

.js-pager__items {
  padding: 15px 6px;
}
.js-pager__items li {
  color: #E42027;
  display: inline;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.25rem;
}
.js-pager__items li a {
  color: #E42027;
  font-weight: 600;
  text-decoration: none;
}
.js-pager__items li a:hover {
  text-decoration: underline;
}
.js-pager__items li.is-active a {
  color: #681D2A;
  font-weight: 700;
}

.product-detail--wrapper {
  width: 100%;
}
@media (min-width: 760px) {
  .product-detail--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 920px) {
  .product-detail--wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-detail--wrapper .col-1 {
  position: relative;
  text-align: center;
}
@media (min-width: 760px) {
  .product-detail--wrapper .col-1 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .product-detail--wrapper .col-1 {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
  }
}
.product-detail--wrapper .col-1 img {
  height: auto;
  max-height: 450px;
  max-width: 580px;
  width: 100%;
}
@media (min-width: 1200px) {
  .product-detail--wrapper .col-1 img {
    width: auto;
  }
}
@media (min-width: 760px) {
  .product-detail--wrapper .col-2 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .product-detail--wrapper .col-2 {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}

.description--wrapper {
  text-align: center;
  width: 100%;
}
.description--wrapper h2 {
  color: #353535;
  font-family: "Barlow", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: initial;
}
.description--wrapper .field--type-text-with-summary {
  padding: 10px 0 30px 0;
}
@media (min-width: 760px) {
  .description--wrapper .field--type-text-with-summary {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33333% - 21.66667px + 40px);
  }
}
@media (min-width: 920px) {
  .description--wrapper .field--type-text-with-summary {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.66667% - 23.33333px + 40px);
  }
}
.description--wrapper .field--type-text-with-summary p {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width: 760px) {
  .description--wrapper .field--type-text-with-summary p {
    font-size: 1.3125rem;
  }
}
.description--wrapper .video--container {
  clear: both;
  margin: 0 auto;
  max-width: 806px;
}

.add-to-any {
  float: right;
  padding-right: 10px;
  text-align: center;
  width: 100%;
}
@media (min-width: 920px) {
  .add-to-any {
    display: block;
    text-align: right;
  }
}

#right-align-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 760px) {
  #right-align-buttons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* ================================
   Logo Grid
   ================================ */
.logo-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  width: 100%;
}
.logo-grid--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 480px) {
  .logo-grid--item {
    border-right: 1px solid #CBCBCB;
  }
  .logo-grid--item:last-child {
    border-right: none;
  }
}
@media (min-width: 760px) {
  .logo-grid--item {
    padding: 0 15px;
  }
  .logo-grid--item:last-of-type {
    border-right: none;
  }
}
.logo-grid--item img {
  max-width: 130px;
  width: 100%;
}

/* ================================
   Widgets
   ================================ */
.widget label {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
}
.widget input[type=number], .widget input[type=text], .widget input[type=email] {
  border: 2px solid #979797;
  border-radius: 0;
  width: auto;
}
.widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
  padding: .5em;
  padding-right: 1.5em;
  border: 2px solid #979797;
  border-radius: 0;
}
.widget .note {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.cart--widget {
  padding: 25px 35px 40px 35px;
}
@media (min-width: 760px) {
  .cart--widget {
    float: right;
    max-width: 334px;
  }
}
.cart--widget .cart-content {
  padding: 0;
}
.cart--widget .product--unit-price {
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.cart--widget .product--case-price {
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.cart--widget .product--savings {
  color: #E42027;
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
}
.cart--widget .qty--wrapper {
  padding-bottom: 10px;
}
.cart--widget .cart--additional-info {
  padding: 20px 0;
}
.cart--widget label.qty {
  display: inline-block;
  margin: 0;
  padding-bottom: 6px;
  size: 1.5rem;
}
.cart--widget input[type=number] {
  width: 60px;
}
.cart--widget .btn {
  display: block;
  margin: 0 auto;
}
@media (min-width: 760px) {
  .cart--widget .btn {
    width: 100%;
  }
}
@media (min-width: 920px) {
  .cart--widget .btn {
    width: auto;
  }
}
.cart--widget .sku {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 15px;
}
.cart--widget.save-a-bundle {
  padding: 20px 35px;
  text-align: center;
}
.cart--widget.save-a-bundle h3 {
  font-size: 1.75rem;
  line-height: 1;
  margin: 0 0 10px;
}
.cart--widget.save-a-bundle p {
  font-size: 1rem;
  margin: 0 0 10px;
}
.cart--widget.save-a-bundle p:last-of-type {
  margin: 0;
}

.save-a-bundle--modal {
  padding: 25px 0 0;
  text-align: center;
}
@media (min-width: 760px) {
  .save-a-bundle--modal {
    padding: 25px 60px 0;
  }
}
.save-a-bundle--modal h2 {
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 15px;
}
.save-a-bundle--modal p {
  font-size: 1.125rem;
}
.save-a-bundle--modal ul {
  list-style: none;
  margin: 0 0  20px;
}
.save-a-bundle--modal ul li {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.1875rem;
}
@media (min-width: 760px) {
  .save-a-bundle--modal ul li {
    font-size: 1.75rem;
  }
}
@media (min-width: 920px) {
  .save-a-bundle--modal ul li {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .save-a-bundle--modal ul li {
    font-size: 1.75rem;
  }
}

/* ================================
   Cart
   ================================ */
.cart-content table {
  background: #FFFFFF;
  border: 2px solid rgba(104, 29, 42, 0.2);
}
@media (min-width: 760px) {
  .cart-content table {
    border: none;
  }
}
.cart-content table thead {
  background: #95141A;
}
.cart-content table thead th {
  border: none;
  color: #FFFFFF;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 760px) {
  .cart-content table thead th {
    border-right: 2px solid #FFFFFF;
  }
}
.cart-content table a {
  text-decoration: none;
}
.cart-content table th {
  border: none;
}
.cart-content table td {
  border: none;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  vertical-align: middle;
}
@media (min-width: 760px) {
  .cart-content table td {
    border: 2px solid rgba(104, 29, 42, 0.2);
  }
}
.cart-content table.small-only tr:first-of-type {
  display: none;
}
.cart-content table .views-field-purchased-entity a {
  color: #E42027;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.cart-content table .views-field-purchased-entity a:hover {
  text-decoration: underline;
}
@media (min-width: 760px) {
  .cart-content table .views-field-purchased-entity a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cart-content table .views-field-purchased-entity .field--name-product-image {
  padding: 0 20px;
}
.cart-content table .views-field-purchased-entity .field--name-product-image img {
  max-width: 160px;
  width: 100%;
}
@media (min-width: 760px) {
  .cart-content table .views-field-purchased-entity .field--name-product-image img {
    max-width: 200px;
  }
}
.cart-content table .views-field-purchased-entity .product--title {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 760px) {
  .cart-content table .views-field-purchased-entity .product--title {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.cart-content table .qty--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 760px) {
  .cart-content table .qty--wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cart-content table .qty--wrapper label {
  margin-right: 10px;
}
.cart-content table .qty--wrapper input {
  border: 2px solid #979797;
  border-radius: 0;
  max-width: 60px;
}
.cart-content table .views-field-total-price__number {
  font-weight: 700;
}
.cart-content table .btn {
  font-size: 1.25rem;
  width: auto;
}
.cart-content .field--name-total-price {
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 30px 20px 30px 0;
  text-align: right;
}
.cart-content .field--name-total-price .order-total-line {
  padding-bottom: 15px;
}
.cart-content .field--name-total-price .order-total-line .order-total-line-label {
  font-size: 1.125rem;
}
.cart-content .field--name-total-price .order-total-line .order-total-line-label:after {
  content: ':';
  display: inline;
  padding-right: 6px;
}
.cart-content .field--name-total-price .order-total-line .order-total-line-value {
  font-size: 1.375rem;
  font-weight: 700;
}
.cart-content .form-item,
.cart-content .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
.cart-content .form-actions {
  text-align: right;
}
.cart-content .st-head-row {
  border-top: 2px solid rgba(104, 29, 42, 0.2);
  margin-top: 50px;
}
.cart-content .st-key {
  font-weight: 700;
  padding-left: 10%;
  text-align: left;
}
.cart-content .st-val {
  padding-right: 10%;
  text-align: right;
}

.commerce-checkout-completion-register .form-actions {
  text-align: left;
}

.row.paragraph-row .col {
  width: 100%;
}
@media (min-width: 920px) {
  .row.paragraph-row .col {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
.row.paragraph-row .col.col-event-card {
  margin-bottom: 50px;
}
@media (min-width: 760px) {
  .row.paragraph-row .col.col-event-card {
    margin-bottom: 100px;
    margin-left: 20px;
  }
}
@media (min-width: 920px) {
  .row.paragraph-row .col.col-event-card {
    margin-bottom: 0;
  }
}
.row.paragraph-row .col.col-we-do-shows {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 760px) {
  .row.paragraph-row .col.col-we-do-shows {
    margin-bottom: 100px;
    margin-left: 20px;
  }
}
@media (min-width: 920px) {
  .row.paragraph-row .col.col-we-do-shows {
    margin-bottom: 0;
  }
}
.row.paragraph-row .col.col-exclusive-brand {
  text-align: center;
}

.accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion li {
  margin-bottom: 1px;
}
.accordion .accordion--button {
  position: relative;
  background: none;
  border-radius: 0;
  background: #E42027;
  color: #FFFFFF;
  padding: 12px;
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}
.accordion .accordion--button:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.5);
}
.accordion .accordion--button[aria-expanded="false"]:after {
  content: "+";
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}
.accordion .accordion--button[aria-expanded="true"]:after {
  content: "-";
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}
.accordion .accordion--body {
  padding: 12px;
}

/* ================================
   Tabs
   ================================ */
.tabbed-content {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
.tabbed-content .tabs-list {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-top: 0;
  margin: 0;
}
.tabbed-content .tabs-list li {
  list-style-type: none;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 480px) {
  .tabbed-content .tabs-list li {
    display: inline-block;
    width: auto;
  }
}
.tabbed-content .tabs-list li.current a, .tabbed-content .tabs-list li:hover a, .tabbed-content .tabs-list li:focus a {
  color: #fff;
}
.tabbed-content .tabs-list li .tab {
  display: inline-block;
  padding: 1em 1.2em;
  text-align: center;
  height: 100%;
  width: 100%;
}
.tabbed-content .tab-panel {
  display: none;
}
.tabbed-content .tab-panel.current {
  clear: both;
  display: block;
  padding: 1em;
  border: 1px solid #ccc;
}

/* ================================
   Side Navigation
   ================================ */
.sidebar {
  display: none;
}
@media (min-width: 760px) {
  .sidebar {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    display: block;
  }
}
.sidebar .nav-title {
  background: #E42027;
  padding: 13px 25px;
}
.sidebar .nav-title h3 {
  color: #FFFFFF;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.sidebar nav {
  background: #F2F2F0;
  border: 2px solid rgba(104, 29, 42, 0.2);
  border-top: none;
  padding: 15px;
}
.sidebar nav > ul > li > a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3125rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2.375rem;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
.sidebar nav > ul > li > a:hover {
  color: #E42027;
}
.sidebar nav > ul > li > ul {
  border-left: 1px solid rgba(104, 29, 42, 0.2);
  padding: 4px 13px 10px 13px;
  margin: 0;
}
.sidebar nav > ul > li > ul > li > a {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 2rem;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
.sidebar nav > ul > li > ul > li > a:hover {
  color: #E42027;
}
.sidebar nav > ul > li > ul > li > a.current {
  color: #E42027;
}
.sidebar nav > ul > li > ul > li > a.current:before {
  content: '»';
  display: inline;
  margin-right: 2px;
}
.sidebar nav > ul > li > ul > li > a.is-active {
  color: #E42027;
}
.sidebar nav > ul > li > ul > li > a.is-active:before {
  content: '»';
  display: inline;
  margin-right: 2px;
}

/* ================================
   Footer
   ================================ */
footer {
  background-image: url("../images/bg-footer.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-top: 2px solid #979797;
  margin-top: 30px;
  padding: 30px 0;
}
@media (min-width: 640px) {
  footer {
    background-size: auto;
  }
}
@media (min-width: 920px) {
  footer {
    background-position: 90% bottom;
  }
}
footer .footer--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 920px) {
  footer .footer--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .footer-col-1,
footer .footer-col-2 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-bottom: 50px;
  text-align: center;
}
@media (min-width: 920px) {
  footer .footer-col-1,
  footer .footer-col-2 {
    width: calc(29.16667% - 25.83333px);
    float: left;
    margin-left: 20px;
    border-right: 1px solid #cbcbcb;
    padding-bottom: 20px;
    text-align: left;
  }
}
footer .footer-col-2,
footer .footer-col-3 {
  display: none;
}
@media (min-width: 920px) {
  footer .footer-col-2,
  footer .footer-col-3 {
    display: block;
    padding-left: 20px;
  }
}
footer .footer-col-3,
footer .footer-col-4 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-bottom: 20px;
}
@media (min-width: 920px) {
  footer .footer-col-3,
  footer .footer-col-4 {
    width: calc(20.83333% - 24.16667px);
    float: left;
    margin-left: 20px;
  }
}
footer .footer-col-4 {
  text-align: center;
}
@media (min-width: 920px) {
  footer .footer-col-4 {
    text-align: right;
  }
}
footer .footer-col-4 ul li {
  display: inline;
}
footer .footer-col-4 ul li a {
  background: #95141A;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.875rem;
  height: 58px;
  margin: 0 5px;
  position: relative;
  text-align: center;
  width: 58px;
}
footer .footer-col-4 ul li a i {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
footer .footer-col-4 ul li a:hover {
  background: #681D2A;
  color: #FFFFFF;
}
footer .footer-col-4 ul li:last-of-type a {
  margin-right: 0;
}
footer .footer--tagline {
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 920px) {
  footer .footer--tagline {
    padding-top: 40px;
    text-align: right;
  }
}
footer address,
footer .phone {
  font-size: 1.3125rem;
  line-height: 2.5rem;
}
@media (min-width: 920px) {
  footer address,
  footer .phone {
    line-height: 2.125rem;
  }
}
footer .address-name {
  color: #95141A;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
}
@media (min-width: 920px) {
  footer .address-name {
    font-size: 2.25rem;
  }
}
footer .phone {
  font-weight: 600;
  text-decoration: none;
}
footer .connect {
  color: #353535;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
}
footer nav > ul li {
  line-height: 2.625rem;
}
footer nav > ul li a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}
footer nav > ul li a:hover {
  text-decoration: underline;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  img, p {
    page-break-inside: avoid;
  }

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: auto;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 25mm 0mm 25mm 0mm;
  }
}
/* Custom Print Styles */
@media print {
  * {
    color: black !important;
  }

  h1, h2, h3, h4, h5, h6 {
    color: black !important;
  }

  .main-body {
    width: 100%;
  }

  header,
  footer,
  .side-column,
  .back-to-top,
  .mobile-side-nav {
    display: none !important;
  }
}
.tabs.primary {
  max-width: 200px;
  width: auto;
  list-style: none;
  position: fixed;
  bottom: 0%;
  right: 0;
  z-index: 10000;
  background: rgba(245, 245, 245, 0.85);
  margin: 0;
  padding: 20px 15px 15px;
  border-radius: 5px;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.25);
}
@media (min-width: 760px) {
  .tabs.primary {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.tabs.primary li {
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
.tabs.primary li a, .tabs.primary li a:visited {
  color: white;
  display: block;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: 5px;
  background: #5C6BC0;
  -webkit-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out;
}
.tabs.primary li a:hover, .tabs.primary li a:focus, .tabs.primary li a:active, .tabs.primary li a:visited:hover, .tabs.primary li a:visited:focus, .tabs.primary li a:visited:active {
  background: #303F9F;
}
.tabs.primary li a.is-active, .tabs.primary li a:visited.is-active {
  background: #283593;
}
.tabs.primary li a.is-active:hover, .tabs.primary li a.is-active:focus, .tabs.primary li a.is-active:active, .tabs.primary li a:visited.is-active:hover, .tabs.primary li a:visited.is-active:focus, .tabs.primary li a:visited.is-active:active {
  background: #1A237E;
}

.user-login-form {
  margin: 24px 0;
}
.user-login-form .js-form-item.form-item.form-item-name.js-form-item-name,
.user-login-form .js-form-item.form-item.js-form-type-password.form-item-pass.js-form-item-pass {
  margin-bottom: 12px;
}
.user-login-form .js-form-item.form-item.form-item-name.js-form-item-name label,
.user-login-form .js-form-item.form-item.js-form-type-password.form-item-pass.js-form-item-pass label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.33333333;
  color: #006E9A;
}
.user-login-form .js-form-item.form-item.form-item-name.js-form-item-name #edit-name--description,
.user-login-form .js-form-item.form-item.form-item-name.js-form-item-name #edit-pass--description,
.user-login-form .js-form-item.form-item.js-form-type-password.form-item-pass.js-form-item-pass #edit-name--description,
.user-login-form .js-form-item.form-item.js-form-type-password.form-item-pass.js-form-item-pass #edit-pass--description {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
}
.user-login-form input[type="submit"] {
  margin-bottom: 24px 0;
  height: auto;
  width: auto;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background-color: orange;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  -webkit-appearance: none;
  display: inline-block;
  font-weight: normal;
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
}
.user-login-form input[type="submit"]:visited {
  color: #FFFFFF;
}
.user-login-form input[type="submit"]:visited:hover, .user-login-form input[type="submit"]:visited:focus, .user-login-form input[type="submit"]:visited:active {
  color: #FFFFFF;
  background-color: orange;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  outline: 0;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.user-login-form input[type="submit"]:hover, .user-login-form input[type="submit"]:focus, .user-login-form input[type="submit"]:active {
  color: #FFFFFF;
  background-color: #e69500 !important;
}
.user-login-form .cart-content .form-actions {
  text-align: left;
}

.user-logged-in {
  margin-top: 78px;
}
.user-logged-in header#header .header--logo {
  top: 39px;
}
.user-logged-in .nav--full-trigger {
  top: 53px !important;
}
.user-logged-in #nav--full .nav--full-overlay {
  top: 53px;
}
.user-logged-in #nav--full .menu-circle-transition {
  top: 53px;
}
@media (min-width: 760px) {
  .user-logged-in header#header .header--logo {
    top: 0px;
  }
  .user-logged-in .nav--full-trigger {
    top: 98px !important;
  }
  .user-logged-in #nav--full .nav--full-overlay {
    top: 78px;
  }
  .user-logged-in #nav--full .menu-circle-transition {
    top: 99px;
  }
}

#toolbar-administration {
  background: black;
  z-index: 99999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* ================================
   Grid Overlay
   ================================ */
.grid-overlay {
  width: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.grid-overlay.visible {
  display: block;
}
.grid-overlay .row {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  min-height: 100vh;
}
.grid-overlay .grid-element {
  width: calc(8.33333% - 21.66667px);
  float: left;
  margin-left: 20px;
  background: rgba(0, 0, 255, 0.125);
  min-height: 100vh;
}

.grid-trigger {
  position: fixed;
  bottom: 1.5em;
  right: 2em;
  z-index: 1001;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 16px;
  line-height: 1.125;
  font-weight: normal;
  background-color: blue !important;
  border: 0;
  border-radius: 8px;
  margin-bottom: 0;
  color: #fff;
  opacity: 0.5;
}
.grid-trigger.activate {
  opacity: 1;
}
