.basicLightbox{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;-webkit-transform:scale(.9);transform:scale(.9);-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{-webkit-transform:scale(1);transform:scale(1)}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;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{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:#333}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.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%}.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:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ------------------------------------ *\
    #BORDER BOX
\* ------------------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: 0; }

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

/* ------------------------------------ *\
    #CUSTOM FONTS
\* ------------------------------------ */
@font-face {
  font-family: 'Avenir Next';
  src: url(fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2) format("woff2"), url(fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff) format("woff"); }

@font-face {
  font-family: 'Avenir Next';
  src: url(fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2) format("woff2"), url(fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff) format("woff");
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: url(fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2) format("woff2"), url(fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff) format("woff");
  font-weight: bold; }

@font-face {
  font-family: 'Avenir Next';
  src: url(fonts/eaafcb26-9296-4a57-83e4-4243abc03db7.woff2) format("woff2"), url(fonts/25e83bf5-47e3-4da7-98b1-755efffb0089.woff) format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: url(fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2) format("woff2"), url(fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff) format("woff");
  font-weight: 600; }

/* ------------------------------------ *\
    #PAGE
\* ------------------------------------ */
html {
  background: #fff;
  color: #333;
  font-family: "Avenir Next", sans-serif;
  font-size: 17px;
  line-height: 1.52941;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.is-locked {
  overflow: hidden; }

/* ------------------------------------ *\
    #TYPOGRAPY
\* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.52941;
  font-weight: 600; }

p {
  margin: 0 0 20px; }

ul,
ol,
dl {
  margin: 0 0 20px; }

address {
  font-style: inherit; }

a {
  cursor: pointer;
  color: #960709;
  text-decoration: none; }

button {
  cursor: pointer; }

hr {
  margin: 0 0 20px;
  border: solid #e5e5e5;
  border-width: 0 0 1px; }

/* ------------------------------------ *\
    #IMAGES
\* ------------------------------------ */
img {
  vertical-align: middle;
  margin: 0 0 20px; }

figure {
  margin: 0 0 20px; }

figcaption {
  font-size: 0.70588em;
  font-style: italic; }

svg {
  fill: currentColor; }

/* ------------------------------------ *\
    #FORMS
\* ------------------------------------ */
input,
textarea,
select {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fff; }

::-webkit-input-placeholder {
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

::-ms-input-placeholder {
  color: inherit; }

::placeholder {
  color: inherit; }

/* ------------------------------------ *\
    #WRAP
\* ------------------------------------ */
.o-wrap {
  overflow: hidden; }

/* ------------------------------------ *\
    #CONTAINER
\* ------------------------------------ */
.o-container {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1380px; }

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

.o-container--thin {
  max-width: 1100px; }

@media (max-width: 768px) {
  .o-container--padded {
    padding-right: 40px;
    padding-left: 40px; } }

@media (min-width: 1024px) {
  .o-container--flush {
    padding-right: 0;
    padding-left: 0; } }

/* ------------------------------------ *\
    #LIST UNSTYLED
\* ------------------------------------ */
.o-list-unstyled {
  list-style: none;
  padding: 0; }

/* ------------------------------------ *\
    #LIST INLINE
\* ------------------------------------ */
.o-list-inline {
  list-style: none;
  padding: 0;
  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; }

/* ------------------------------------ *\
    #WRAP
\* ------------------------------------ */
.o-section {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 769px) {
    .o-section {
      padding-top: 4.375vw;
      padding-bottom: 4.375vw; } }

.o-section-big {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw; }

/* ------------------------------------ *\
    #ASPECT
\* ------------------------------------ */
.o-aspect {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  position: relative; }
  .o-aspect::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%; }
  .o-aspect > * {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .o-aspect > iframe,
  .o-aspect > embed,
  .o-aspect > video {
    height: 100%; }

.o-aspect--16x9::before {
  padding-top: 56.25%; }

.o-aspect--8x6::before {
  padding-top: 75%; }

.o-aspect--395x248::before {
  padding-top: 62.78481%; }

.o-aspect--640x410::before {
  padding-top: 64.0625%; }

/* ------------------------------------ *\
    #LAYOUT
\* ------------------------------------ */
@media (min-width: 1024px) {
  .o-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 30px; } }

@media (min-width: 1024px) {
  .o-layout__sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 300px; } }

@media (min-width: 1024px) {
  .o-layout__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.o-layout--paddedTop {
  padding-top: 75px; }

@media (min-width: 769px) {
  .row {
    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; }
    .row.reversed {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.half-width {
  max-width: 100%; }
  @media (min-width: 769px) {
    .half-width {
      width: 50%; } }
  @media (min-width: 769px) {
    .half-width.left {
      padding-right: 3%; } }
  @media (min-width: 769px) {
    .half-width.right {
      padding-left: 3%; } }

/* ------------------------------------ *\
    #BLOCKS ?
\* ------------------------------------ */
.o-blocks-container {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 240px; }
  @media (max-width: 1023px) {
    .o-blocks-container {
      display: inline-block;
      white-space: nowrap;
      overflow-x: scroll; } }
  @media (max-width: 479px) {
    .o-blocks-container {
      padding: 13px;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none; } }

.o-blocks-container::-webkit-scrollbar-thumb {
  display: none;
  height: 0;
  width: 0; }

.o-blocks {
  width: 100%;
  text-align: center;
  height: 220px;
  margin-bottom: 0;
  margin-right: 10px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1023px) {
    .o-blocks {
      display: inline-block;
      white-space: nowrap;
      width: 420px; } }
  @media (max-width: 479px) {
    .o-blocks {
      width: 310px;
      height: 207px;
      margin-right: 10px; } }

.o-blocks:last-of-type {
  margin-right: 0; }

a.o-blocks-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.o-blocks-img {
  width: 100%;
  height: auto;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0; }

.o-blocks-ember {
  background: url("/img/content/hero/img-home-ember.jpg") no-repeat;
  background-position: 0 -20px;
  background-size: cover; }

@media (max-width: 479px) {
  .o-blocks-ember .c-block-subtitle {
    width: 170px;
    height: 50px;
    overflow: hidden;
    white-space: initial;
    text-align: left; } }

.o-blocks-friend {
  background: url("/img/content/hero/img-home-friend.jpg") no-repeat top left;
  background-position: center;
  background-size: cover; }

.o-blocks-boston {
  background: url("/img/content/hero/img-home-boston.png") no-repeat;
  background-position: 0 0;
  background-size: cover; }

.c-block-title {
  position: absolute;
  font-size: 23px !important; }
  @media (max-width: 479px) {
    .c-block-title {
      font-size: 21px !important; } }

.o-blocks-ember .c-block-title, .o-blocks-friend .c-block-title {
  top: 15px;
  left: 15px; }

.o-blocks-boston .c-block-title {
  bottom: 15px;
  left: 15px; }
  @media (max-width: 479px) {
    .o-blocks-boston .c-block-title {
      bottom: 7px; } }

.o-blocks-grad {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 205px;
  z-index: 0; }

/* ------------------------------------ *\
    #FORM GROUP
\* ------------------------------------ */
.c-form-group {
  margin-bottom: 10px; }

.c-form-group__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 5px 0;
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  .c-form-group.has-error .c-form-group__label {
    color: #f00; }

.c-form-group__input {
  display: block;
  padding: 0.58824em;
  margin-bottom: 10px;
  width: 100%;
  font-family: "Avenir Next", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  -webkit-transition: border 0.15s;
  transition: border 0.15s; }
  .c-form-group__label .c-form-group__input {
    margin: 0.29412em 0.29412em 0 0; }
  .c-form-group.has-error .c-form-group__input {
    border-color: #f00; }

.c-form-group__input--inline {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: auto; }

.c-form-group__help-block {
  display: block;
  font-size: 0.70588em;
  margin: 0 0 20px; }

.c-form-group__validation {
  display: block;
  padding: 0.58824em;
  border: 1px solid #e5e5e5;
  background-color: white;
  color: #e5e5e5;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .c-form-group.has-error .c-form-group__validation {
    border-color: #f00;
    background-color: #ff4d4d;
    color: #fff; }

/* ------------------------------------ *\
    #BUTTONS
\* ------------------------------------ */
.c-btn {
  cursor: pointer;
  display: inline-block;
  padding: 0 1.17647em;
  border: 0;
  border-radius: 23px;
  background: #fff;
  color: #333;
  fill: currentColor;
  font-size: 0.95294rem;
  line-height: 2.3em;
  font-weight: 600;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .c-btn:hover, .c-btn:active, .c-btn:focus {
    background: #960709;
    color: #fff;
    text-decoration: none; }

.c-btn--red {
  border: 2px solid currentColor;
  background: #960709;
  color: #fff !important; }
  .c-btn--red:hover {
    border-color: transparent; }
  .c-btn--red:hover, .c-btn--red:active, .c-btn--red:focus {
    background: #fff;
    color: #960709;
    text-decoration: none; }

.c-btn--copper {
  background: #fff;
  color: #8B572A !important; }
  .c-btn--copper:hover {
    border-color: transparent; }
  .c-btn--copper:hover, .c-btn--copper:active, .c-btn--copper:focus {
    background: #8B572A !important;
    color: #fff !important;
    text-decoration: none; }

.c-btn--outline {
  border: 2px solid currentColor;
  background: #fff; }
  .c-btn--outline:hover {
    border-color: transparent; }

.c-btn--full {
  display: block;
  width: 100%; }

.c-btn--wide {
  min-width: 156px; }

.c-btn-hero-sub {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #960709;
  line-height: 34px; }
  @media (max-width: 479px) {
    .c-btn-hero-sub {
      bottom: 10px;
      right: 10px;
      min-width: 120px;
      line-height: 32px; } }

.c-btn-hero-sub:hover {
  background-color: #fff;
  color: #960709; }

.c-hero__promo-blocks {
  padding-top: 8px; }

.c-btn--hero-blocks {
  min-width: 160px;
  line-height: 36px; }

/* ------------------------------------ *\
    #Order - Time To Burn
\* ------------------------------------ */
.ttb-wrapper {
  width: 100%;
  text-align: center;
  margin: 100px 0 50px 0;
  overflow: hidden; }

.ttb-logo svg {
  width: 480px;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 768px) {
    .ttb-logo svg {
      width: 90%; } }

.ttb-header {
  color: #94070a;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
  margin-top: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 768px) {
    .ttb-header {
      font-size: 20px;
      margin-top: -17px;
      margin-bottom: 30px; } }

.ttb-subheader {
  color: #94070a;
  margin: 30px; }
  @media (max-width: 768px) {
    .ttb-subheader {
      display: none; } }

.ttb-instructions {
  color: #94070a;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  width: 520px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-style: italic;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 768px) {
    .ttb-instructions {
      font-size: 19px;
      width: 89%; } }
  .ttb-instructions h3 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-style: normal; }
    @media (max-width: 768px) {
      .ttb-instructions h3 {
        font-size: 23px; } }
    .ttb-instructions h3 span {
      font-style: italic; }
  .ttb-instructions p {
    font-size: 17px;
    margin: 0 0 15px 55px;
    padding: 0;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 768px) {
      .ttb-instructions p {
        font-size: 13px;
        margin: 0 0 15px 33px; } }

.c-btn--red {
  background-color: #94070a;
  color: #ffffff;
  width: 220px; }
  .c-btn--red:hover {
    background-color: #ffffff;
    color: #000000 !important;
    border: solid 2px #000000 !important; }

/* ------------------------------------ *\
    #HEADINGS
\* ------------------------------------ */
.c-heading-128 {
  font-size: 3.52941rem;
  line-height: 1.09302;
  font-weight: 550; }
  @media (min-width: 769px) {
    .c-heading-128 {
      font-size: 8vw;
      line-height: 1; } }
  @media (min-width: 1500px) {
    .c-heading-128 {
      font-size: 7.52941rem; } }

.c-heading-80 {
  font-size: 3.52941rem;
  line-height: 1; }
  @media (min-width: 769px) {
    .c-heading-80 {
      font-size: 5vw;
      line-height: 1; } }
  @media (min-width: 1500px) {
    .c-heading-80 {
      font-size: 4.70588rem; } }

.c-heading-60 {
  font-size: 2.52941rem;
  line-height: 1.09302; }
  @media (min-width: 769px) {
    .c-heading-60 {
      font-size: 3.75vw;
      line-height: 1; } }
  @media (min-width: 1500px) {
    .c-heading-60 {
      font-size: 3.52941rem; } }

@media (max-width: 768px) {
  .c-heading-60-blocks {
    margin-bottom: 10px !important;
    font-size: 39px !important;
    line-height: 39px !important; } }

.c-heading-48 {
  font-size: 1.47059rem;
  line-height: 1.25; }
  @media (min-width: 769px) {
    .c-heading-48 {
      font-size: 3vw; } }
  @media (min-width: 1500px) {
    .c-heading-48 {
      font-size: 2.82353rem; } }

.c-heading-38 {
  font-size: 1.41176rem;
  line-height: 1.15789; }
  @media (min-width: 769px) {
    .c-heading-38 {
      font-size: 2.375vw; } }
  @media (min-width: 1500px) {
    .c-heading-38 {
      font-size: 2.23529rem; } }

.c-heading-30 {
  font-size: 1.17647rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 10px; }
  @media (min-width: 769px) {
    .c-heading-30 {
      font-size: 1.875vw; } }
  @media (min-width: 1200px) {
    .c-heading-30 {
      font-size: 1.76471rem; } }

.c-heading-24 {
  font-size: 1.05882rem;
  line-height: 1.20833; }
  @media (min-width: 769px) {
    .c-heading-24 {
      font-size: 1.41176rem; } }

.c-heading-19 {
  font-size: 1rem;
  line-height: 1.57895; }
  @media (min-width: 769px) {
    .c-heading-19 {
      font-size: 1.11765rem; } }

.c-heading-18 {
  font-size: 0.94118rem;
  line-height: 1.22222; }
  @media (min-width: 769px) {
    .c-heading-18 {
      font-size: 1.05882rem; } }

.c-heading-14 {
  font-size: 0.82353rem;
  line-height: normal; }

.c-heading-12 {
  font-size: 0.70588rem;
  line-height: 2.66667; }

.c-heading-10 {
  font-size: 0.58824rem;
  line-height: 1.4; }

.c-heading-ember {
  font-size: 0.76471rem;
  max-width: 70%; }
  @media (min-width: 769px) {
    .c-heading-ember {
      font-size: 1.41176rem;
      max-width: 53%; } }

.c-heading-dtlv {
  font-size: 2.52941rem;
  line-height: 1.09302; }
  @media (min-width: 769px) {
    .c-heading-dtlv {
      font-size: 3.75vw;
      line-height: 1; } }
  @media (min-width: 1500px) {
    .c-heading-dtlv {
      font-size: 3.52941rem; } }

#hero2 .o-container.c-hero__container {
  margin-top: 60px; }

/* ------------------------------------ *\
    #PRIMARY HERO
\* ------------------------------------ */
.c-primary-hero {
  width: 100vw;
  max-width: 100%; }

.c-primary-hero__backdrop {
  background-image: url(3d820a19d801729690db38821f155e66.jpg);
  background-size: auto 157%;
  background-position: 35% 45%;
  height: 100%; }
  @media (min-width: 1200px) {
    .c-primary-hero__backdrop {
      background-size: cover; } }

.c-primary-hero__backdrop--vegas-wrap {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%; }
  @media (min-width: 769px) {
    .c-primary-hero__backdrop--vegas-wrap {
      background-color: transparent; } }

.c-primary-hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 18px; }

.c-primary-hero__content {
  font-size: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: left;
  padding: 18px; }
  @media (min-width: 769px) {
    .c-primary-hero__content {
      height: 80%;
      padding: 28px;
      width: 488px; } }

.c-primary-hero__disclaimer {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 8px; }
  @media (min-width: 769px) {
    .c-primary-hero__disclaimer {
      font-size: 16px; } }

.c-primary-hero__disclaimer-line-two {
  display: inline;
  font-size: 7px;
  width: 265px;
  position: relative;
  bottom: -20px; }
  @media (min-width: 769px) {
    .c-primary-hero__disclaimer-line-two {
      margin-top: 83px;
      display: inline-block;
      font-size: 13px;
      margin-top: 49px;
      width: 500px; } }

.c-primary-hero__primary-header {
  font-size: 22px;
  line-height: 1.06;
  font-weight: 600; }
  @media (min-width: 769px) {
    .c-primary-hero__primary-header {
      font-size: 54px;
      line-height: 1.37037; } }

.c-primary-hero__sub-header {
  font-size: 20.4px;
  line-height: 1.2; }
  @media (min-width: 769px) {
    .c-primary-hero__sub-header {
      font-size: 34px;
      line-height: 1.35294; } }

.c-primary-hero__cta {
  margin: 21px 0 0;
  font-size: 11px;
  width: 88px;
  margin: 28px 0 0; }
  @media (min-width: 769px) {
    .c-primary-hero__cta {
      font-size: 17px;
      width: 167px;
      margin-top: 33px; } }

/* ------------------------------------ *\
    #SECONDARY HERO
\* ------------------------------------ */
.c-secondary-hero-wrap {
  margin: 10px 0; }
  @media (min-width: 1024px) {
    .c-secondary-hero-wrap {
      margin: 14px 0; } }

@media (min-width: 1024px) {
  .c-secondary-hero-wrap--mobile {
    display: none; } }

.c-secondary-hero-wrap--md {
  display: none; }
  @media (min-width: 1024px) {
    .c-secondary-hero-wrap--md {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.c-secondary-hero {
  color: #fff;
  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;
  width: 322px;
  background-size: cover;
  background-position: center top;
  position: relative;
  margin: 0 5px;
  z-index: 1; }
  .c-secondary-hero--first {
    margin-left: 10px; }
    @media (min-width: 1024px) {
      .c-secondary-hero--first {
        margin-left: 0; } }
  .c-secondary-hero--last {
    margin-right: 10px; }
    @media (min-width: 1024px) {
      .c-secondary-hero--last {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .c-secondary-hero {
      width: 100%;
      margin: 0; } }

@media (min-width: 1024px) {
  .c-secondary-hero__link {
    width: calc((100% - 21px) / 3);
    margin: 0 7px; }
    .c-secondary-hero__link:first-child {
      margin-left: 0; }
    .c-secondary-hero__link:last-child {
      margin-right: 0; } }

.c-secondary-hero--statemade {
  background-image: url(89f462863268b5b8794114d4fa915118.jpg);
  background-position-y: center; }
  .c-secondary-hero--statemade .c-secondary-hero__primary-header {
    font-weight: 500; }
  .c-secondary-hero--statemade .c-statemade-logo {
    width: 50%;
    height: auto;
    margin: 4px 0; }
  .c-secondary-hero--statemade .c-secondary-hero__note {
    max-width: 55%;
    margin: 0; }
    @media (min-width: 1024px) {
      .c-secondary-hero--statemade .c-secondary-hero__note {
        font-size: 12px;
        max-width: 45%; } }
  .c-secondary-hero--statemade .c-secondary-hero__warning {
    font-size: 6px;
    position: relative;
    bottom: -10px; }
    @media (min-width: 1024px) {
      .c-secondary-hero--statemade .c-secondary-hero__warning {
        font-size: 10px;
        position: absolute;
        bottom: -20px; } }
  .c-secondary-hero--statemade .c-secondary-hero__cta {
    position: relative;
    bottom: 5px;
    left: -120px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
    .c-secondary-hero--statemade .c-secondary-hero__cta .c-btn {
      color: #794823; }
    @media (min-width: 1024px) {
      .c-secondary-hero--statemade .c-secondary-hero__cta {
        -webkit-transform: scale(1);
                transform: scale(1);
        bottom: 0;
        left: 0;
        margin-top: 12px; } }

.c-secondary-hero--friend {
  background-image: url(9361269c93d0ae514a620f567a382578.jpg); }

.c-secondary-hero--culver {
  background-image: url(0cea6582e30467c79d691da75c1aa074.jpg);
  background-position-y: center; }

.c-secondary-hero--burn {
  background: url(67117cadb60b37c7d05d8240a3834464.png) no-repeat;
  background-position: 50% -65%;
  background-color: #960709;
  background-size: auto 110%;
  position: relative; }
  @media (min-width: 1024px) {
    .c-secondary-hero--burn {
      background-position: 50% 140%;
      background-size: auto 90%; } }
  .c-secondary-hero--burn .c-secondary-hero__sub-header {
    font-style: italic;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 10px; }

.c-secondary-hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.c-secondary-hero__note {
  font-size: 8px;
  margin-top: auto;
  margin-bottom: 0;
  max-width: 45%; }
  @media (min-width: 1024px) {
    .c-secondary-hero__note {
      font-size: 10px; } }

.c-secondary-hero__primary-header {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .c-secondary-hero__primary-header {
      font-size: 22px; } }

.c-secondary-hero__sub-header {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 53%;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .c-secondary-hero__sub-header {
      font-size: 16px; } }

.c-secondary-hero__cta {
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }
  @media (min-width: 1024px) {
    .c-secondary-hero__cta {
      -webkit-transform: scale(1);
              transform: scale(1); } }

/* ------------------------------------ *\
    #CLOSE
\* ------------------------------------ */
.c-close {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  width: 19px;
  height: 19px;
  border: 0;
  background: none;
  color: #c7c7c7;
  position: relative;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .c-close:hover {
    color: #333; }
  .c-close::before, .c-close::after {
    content: '';
    display: block;
    margin: -1px -13px;
    width: 26px;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 50%;
    left: 50%; }
  .c-close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .c-close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/* ------------------------------------ *\
    #NAVICON
\* ------------------------------------ */
.c-navicon {
  width: 34px;
  height: 28px;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  position: relative; }

.c-navicon__bar {
  display: block;
  margin: -2px 0;
  width: 34px;
  height: 5px;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s; }

.c-navicon__bar--1 {
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px); }
  .c-navicon.is-active .c-navicon__bar--1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.c-navicon.is-active .c-navicon__bar--2 {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); }

.c-navicon__bar--3 {
  -webkit-transform: translateY(11px);
          transform: translateY(11px); }
  .c-navicon.is-active .c-navicon__bar--3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/* ------------------------------------ *\
    #MORE LINK
\* ------------------------------------ */
.c-more-link {
  color: #333;
  cursor: pointer;
  font-weight: 600; }
  a:hover .c-more-link, .c-more-link:hover {
    text-decoration: none; }

a:hover .c-more-link--highlights, .c-more-link--highlights:hover {
  color: #960709; }

.c-more-link__icon {
  margin-left: 12px;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
  a:hover .c-more-link__icon,
  .c-more-link:hover .c-more-link__icon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }

/* ------------------------------------ *\
    #CHECKBOX
\* ------------------------------------ */
.c-checkbox {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.c-checkbox__input {
  display: none; }

.c-checkbox__ui {
  display: block;
  width: 15px;
  height: 15px;
  background: #c7c7c7; }
  .c-checkbox__input:checked + .c-checkbox__ui {
    background: url(b9c8e610a28eacfed0fb0f7070eb9dc7.jpg); }

/* ------------------------------------ *\
    #FAQ
\* ------------------------------------ */
.c-page-culvercity .c-faq-title {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }

@media (max-width: 1023px) {
  .c-page-culvercity h1, .c-page-culvercity h2, .c-page-culvercity h3, .c-page-culvercity h4, .c-page-culvercity h5, .c-page-culvercity h6 {
    font-size: 1.1rem; } }

/* ------------------------------------ *\
    #DROPDOWN
\* ------------------------------------ */
.c-dropbtn {
  background: #fff;
  padding: 0 25px;
  color: #333;
  font-size: 0.94118rem;
  font-weight: 600;
  border: solid 2px #000;
  cursor: pointer;
  border-radius: 50px;
  min-width: 160px;
  line-height: 35px;
  text-align: left;
  display: block; }

.c-dropbtn:hover,
.c-dropbtn:focus {
  background-color: #960709;
  color: #fff !important;
  border: solid 2px #960709; }

.c-dropdown {
  position: relative;
  display: inline-block; }

.c-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1; }

.c-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.c-dropdown a:hover {
  background-color: #960709; }

.c-show {
  display: block; }

.c-dropbtn::after {
  display: block;
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg'  version='1.1' viewBox='0 0 17.401 10.115'><path d='M8,16l7.994,7.994L23.987,16' transform='translate(-7.293 -15.293)' fill='none' stroke='black' stroke-width='2' stroke-miterlimit='10' /></svg>");
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 2px;
  right: 20px; }

.c-dropbtn:hover::after {
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg'  version='1.1' viewBox='0 0 17.401 10.115'><path d='M8,16l7.994,7.994L23.987,16' transform='translate(-7.293 -15.293)' fill='none' stroke='white' stroke-width='2' stroke-miterlimit='10' /></svg>"); }

.onclick-menu {
  cursor: pointer;
  position: relative;
  background: #fff;
  padding: 0 25px;
  color: #333;
  font-size: 0.94118rem;
  font-weight: 600;
  border: solid 2px #000;
  border-radius: 50px;
  min-width: 160px;
  line-height: 35px;
  text-align: left; }
  .onclick-menu::before, .onclick-menu::after {
    pointer-events: none; }

.onclick-menu::before {
  content: "Year"; }

.onclick-menu:hover {
  background-color: #960709;
  color: #fff !important;
  border: solid 2px #960709; }

.onclick-menu::after {
  display: block;
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg'  version='1.1' viewBox='0 0 17.401 10.115'><path d='M8,16l7.994,7.994L23.987,16' transform='translate(-7.293 -15.293)' fill='none' stroke='black' stroke-width='2' stroke-miterlimit='10' /></svg>");
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 20px; }

.onclick-menu:hover::after {
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg'  version='1.1' viewBox='0 0 17.401 10.115'><path d='M8,16l7.994,7.994L23.987,16' transform='translate(-7.293 -15.293)' fill='none' stroke='white' stroke-width='2' stroke-miterlimit='10' /></svg>"); }

.onclick-menu.is-focus .onclick-menu-content {
  /*  opacity is 1 in opened state (see below) */
  opacity: 1;
  visibility: visible;
  /* don't let pointer-events affect descendant elements */ }

.onclick-menu-content {
  position: absolute;
  z-index: 1;
  /* use opacity to fake immediate toggle */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
  color: #333;
  background-color: #fff;
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 3px 0 0 -25px;
  border: solid 2px #333;
  border-radius: 20px; }

.onclick-menu-content li {
  padding-left: 25px !important; }

.onclick-menu-content li:hover {
  background-color: #960709;
  color: #fff; }

.onclick-menu-content li:first-of-type {
  border-radius: 18px 18px 0 0; }

.onclick-menu-content li:last-of-type {
  border-radius: 0 0 18px 18px; }

.menu-content-link {
  color: #333;
  display: block;
  width: 100%; }

.menu-content-link:hover {
  color: #fff;
  text-decoration: none; }

/* ------------------------------------ *\
    #LIST
\* ------------------------------------ */
.c-list__item {
  position: relative;
  padding-left: 28px; }
  .c-list__item::before {
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    background: url(a00f30fc28f90eaaf24685433bdf5b6d.svg) center/contain no-repeat;
    position: absolute;
    top: 0;
    left: -6px; }
  .c-list__item + .c-list__item {
    margin-top: 14px; }

/* ------------------------------------ *\
        #ANCHOR
\* ------------------------------------ */
.c-anchor {
  display: block;
  position: relative;
  top: -150px; }

.c-parallax-figure {
  overflow: hidden; }

.c-parallax-figure__img {
  margin-bottom: -40px; }
  @media (min-width: 769px) {
    .c-parallax-figure__img {
      margin-bottom: -200px; } }

/* ------------------------------------ *\
    #THEMES
\* ------------------------------------ */
.c-theme-red {
  background: #960709;
  color: #fff; }

.c-theme-grey-light {
  background: #f7f7f7;
  color: #333; }

/* ------------------------------------ *\
    #HERO
\* ------------------------------------ */
.c-hero {
  overflow: 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;
  height: 75vh;
  min-height: 400px;
  max-height: 480px;
  padding-top: 75px;
  color: #fff;
  position: relative; }
  @media (min-width: 769px) {
    .c-hero {
      min-height: 640px;
      max-height: inherit; } }
  .c-hero .c-btn {
    color: #960709; }
    .c-hero .c-btn:hover {
      background: #fff; }

.c-hero__backdrop {
  width: 100%;
  height: 100%;
  background: #960709 url(f9c2b5ac259fa4fbd467ac9a3051f163.jpg) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (min-width: 769px) {
    .c-hero__backdrop {
      background-image: url(103400202466c07fd28d0ecee9dd4426.jpg); } }
  .c-hero--whatwedo .c-hero__backdrop {
    background-image: url(d95beef710b69f07c92ae6910cad3453.jpg); }
    @media (min-width: 769px) {
      .c-hero--whatwedo .c-hero__backdrop {
        background-image: url(f4c9e93cc75d233797be01000b33d9f2.jpg); } }
  .c-hero--who .c-hero__backdrop {
    background-image: url(ec74a719b13c91cde8edb71229432c71.jpg); }
    @media (min-width: 769px) {
      .c-hero--who .c-hero__backdrop {
        background-image: url(c33b267a773379e41e61a2c1969b3aae.jpg); } }
  .c-hero--blog .c-hero__backdrop {
    background-image: url(b33bf44796622cb4bf0a82ad19f73bdf.jpg); }
    @media (min-width: 769px) {
      .c-hero--blog .c-hero__backdrop {
        background-image: url(ecd5866c522f8cc6bda4fcae7cdd0cfe.jpg); } }
  .c-hero--contact .c-hero__backdrop {
    background-image: url(7ed75552ac584a8b5f999b355fd37b0d.jpg); }
    @media (min-width: 769px) {
      .c-hero--contact .c-hero__backdrop {
        background-image: url(8c8167e8b943438a991d3965aa221aa0.jpg); } }
  .c-hero--bring-friend .c-hero__backdrop {
    background-image: url(922e295d986f52edf77ea3b0630f77c3.jpg); }
    @media (min-width: 769px) {
      .c-hero--bring-friend .c-hero__backdrop {
        background-image: url(753334fe56d5294efa3353c896bff522.jpg); } }
  .c-hero--abbot-kinney .c-hero__backdrop {
    background-image: url(167002a7081615be71d6621cc83094fe.jpg); }
    @media (min-width: 769px) {
      .c-hero--abbot-kinney .c-hero__backdrop {
        background-image: url(9e20888beeb57793758c3a484cd3639e.jpg); } }
  .c-hero--david-dancer .c-hero__backdrop {
    background-image: url(a44beec67f8be7d5c6ab57069c425e9b.jpg); }
    @media (min-width: 769px) {
      .c-hero--david-dancer .c-hero__backdrop {
        background-image: url(c08c0ba54ac810200f0e3b3ebead10de.jpg); } }
    @media (min-width: 1024px) {
      .c-hero--david-dancer .c-hero__backdrop {
        background-image: url(88999ed3f8f554d60af8db9434fa269a.jpg); } }
    @media (min-width: 1200px) {
      .c-hero--david-dancer .c-hero__backdrop {
        background-image: url(1de48e560a1311ce8ab86142b802c6d7.jpg); } }
  .c-hero--stacey-hallerman .c-hero__backdrop {
    background-image: url(4e2e267fe9af544f58c71e7fad69bbb7.jpg); }
    @media (min-width: 769px) {
      .c-hero--stacey-hallerman .c-hero__backdrop {
        background-image: url(240a7c024c765a8bb61dda9cbaaa0cd2.jpg); } }
    @media (min-width: 1024px) {
      .c-hero--stacey-hallerman .c-hero__backdrop {
        background-image: url(5cac8814651fcbc29bb98e539061b2d5.jpg); } }
    @media (min-width: 1200px) {
      .c-hero--stacey-hallerman .c-hero__backdrop {
        background-image: url(7a8536ddee2c04f2d7dc0ab048174e34.jpg); } }
  .c-hero--downtown-vegas .c-hero__backdrop {
    background-image: url(316684f876213eeb9c2c513c55f23d80.png); }
    @media (min-width: 769px) {
      .c-hero--downtown-vegas .c-hero__backdrop {
        background-image: url(46f8cca901f7856a856576b6f9a7d991.png); } }
    @media (min-width: 1024px) {
      .c-hero--downtown-vegas .c-hero__backdrop {
        background-image: url(e04f5f169737f6cf6e32f62541055191.png); } }
  .c-hero--ember .c-hero__backdrop {
    background-image: url(3d8590015608ddb36d5a53427f89991f.jpg); }
    .c-hero--ember .c-hero__backdrop br {
      display: none; }
    @media (min-width: 769px) {
      .c-hero--ember .c-hero__backdrop {
        background-image: url(72d7e5613e8e5d0805ae96f41405e7b9.jpg); } }
    @media (min-width: 1024px) {
      .c-hero--ember .c-hero__backdrop br {
        display: inline-block; } }
  .c-hero--summer-splash .c-hero__backdrop {
    background-image: none; }
    .c-hero--summer-splash .c-hero__backdrop br {
      display: none; }
    @media (min-width: 1024px) {
      .c-hero--summer-splash .c-hero__backdrop {
        width: 55%;
        right: 0;
        left: auto; } }

.c-hero--ember-logo {
  width: 60%;
  margin-bottom: 0; }
  @media (min-width: 769px) {
    .c-hero--ember-logo {
      width: 40%; } }

@-webkit-keyframes animateIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes animateIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.c-hero__backdrop-blocks {
  background: 50%/122% no-repeat; }

.c-hero--downtown-vegas.c-hero-blocks .c-hero__backdrop-blocks {
  background-size: cover;
  background-position: top; }

.c-hero__container {
  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;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px); }
  .carousel-item.active .c-hero__container {
    -webkit-animation: animateIn 1s forwards ease;
            animation: animateIn 1s forwards ease; }

@media (max-width: 768px) {
  .c-hero__container-blocks {
    padding-top: 75px !important; } }

.c-hero__container--center {
  -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; }

.c-hero__container--right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.c-hero__container--left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.c-hero__inner {
  width: 60%; }
  .c-hero--downtown-vegas .c-hero__inner {
    width: 100%; }
  @media (min-width: 769px) {
    .c-hero__inner {
      width: 50%; } }
  @media (min-width: 769px) {
    .c-hero--stacey-hallerman .c-hero__inner {
      width: 60%; } }

.c-hero__title {
  margin: 0;
  font-size: 2.35294rem; }
  @media (min-width: 769px) {
    .c-hero__title {
      font-size: 7.125vw; } }
  .carousel-item .c-hero__title {
    opacity: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    will-change: transform; }
  .carousel-item.active .c-hero__title {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

.c-hero__promo-header {
  font-size: 1.41176rem;
  font-style: normal;
  line-height: 1.35938; }
  .c-hero__promo-header br {
    display: none; }
  @media (min-width: 769px) {
    .c-hero__promo-header {
      font-size: 2.35294rem; }
      .c-hero__promo-header br {
        display: block; } }
  @media (min-width: 1024px) {
    .c-hero__promo-header {
      font-size: 3.76471rem; } }

.c-hero__promo-small {
  font-style: normal;
  font-size: 0.47059rem;
  line-height: 1.33333;
  max-width: 40%;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s; }
  @media (min-width: 769px) {
    .c-hero__promo-small {
      font-size: 0.70588rem; } }
  @media (min-width: 1024px) {
    .c-hero__promo-small {
      max-width: 350px; } }

.c-hero__promo-small--full-width {
  max-width: 100%; }
  @media (min-width: 1024px) {
    .c-hero__promo-small--full-width {
      max-width: 40%; } }

.c-hero__promo-small--variant {
  max-width: 99%; }
  @media (min-width: 1024px) {
    .c-hero__promo-small--variant {
      max-width: 40%; } }

.c-hero__disclaimer {
  font-size: 0.70588rem;
  position: relative;
  text-align: right;
  top: 55px;
  right: 0; }
  .c-hero__disclaimer .c-hero__disclaimer_line_two {
    display: block; }
  @media (min-width: 769px) {
    .c-hero__disclaimer {
      font-size: 0.88235rem;
      top: 70px;
      width: 100%; }
      .c-hero__disclaimer .c-hero__disclaimer_line_two {
        display: inline; } }

@media (max-width: 768px) {
  .c-hero__disclaimer-blocks {
    top: 20px;
    line-height: 14px; } }

.c-hero__promo-cta .c-btn--red {
  border: none; }

.c-hero__promo-small--full-width::after,
.c-hero__promo-small--variant::after {
  content: 'A10-18-0000167';
  display: block;
  height: 10px;
  font-size: 0.47059rem;
  text-align: right; }

.c-hero-blocks {
  height: 360px !important;
  min-height: 360px !important; }
  @media (max-width: 768px) {
    .c-hero-blocks {
      height: 290px !important;
      min-height: 290px !important; } }

.c-home-hero-wrap {
  max-width: 1800px;
  margin: 0 auto; }

/* ------------------------------------ *\
    #HERO
\* ------------------------------------ */
.carousel-item.news {
  display: block;
  width: 100%; }
  .carousel-item.news img {
    width: 100px;
    max-height: 100px; }

.c-hero {
  overflow: 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;
  height: 75vh;
  min-height: 400px;
  max-height: 480px;
  padding-top: 75px;
  color: #fff;
  text-align: center;
  position: relative; }
  @media (min-width: 769px) {
    .c-hero {
      min-height: 640px;
      max-height: inherit; } }

.c-hero__backdrop.newsroom {
  width: 100%;
  height: 100%;
  background: url(beff1add5fd6b048cc4e84dda6819308.jpg) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (min-width: 769px) {
    .c-hero__backdrop.newsroom {
      background-image: url(beff1add5fd6b048cc4e84dda6819308.jpg); } }
  .c-hero--whatwedo .c-hero__backdrop.newsroom {
    background-image: url(d95beef710b69f07c92ae6910cad3453.jpg); }
    @media (min-width: 769px) {
      .c-hero--whatwedo .c-hero__backdrop.newsroom {
        background-image: url(f4c9e93cc75d233797be01000b33d9f2.jpg); } }
  .c-hero--who .c-hero__backdrop.newsroom {
    background-image: url(ec74a719b13c91cde8edb71229432c71.jpg); }
    @media (min-width: 769px) {
      .c-hero--who .c-hero__backdrop.newsroom {
        background-image: url(c33b267a773379e41e61a2c1969b3aae.jpg); } }
  .c-hero--blog .c-hero__backdrop.newsroom {
    background-image: url(b33bf44796622cb4bf0a82ad19f73bdf.jpg); }
    @media (min-width: 769px) {
      .c-hero--blog .c-hero__backdrop.newsroom {
        background-image: url(ecd5866c522f8cc6bda4fcae7cdd0cfe.jpg); } }
  .c-hero--contact .c-hero__backdrop.newsroom {
    background-image: url(7ed75552ac584a8b5f999b355fd37b0d.jpg); }
    @media (min-width: 769px) {
      .c-hero--contact .c-hero__backdrop.newsroom {
        background-image: url(8c8167e8b943438a991d3965aa221aa0.jpg); } }

.c-hero__title {
  margin: 0;
  font-size: 2.35294rem; }
  @media (min-width: 769px) {
    .c-hero__title {
      font-size: 7.125vw; } }

.c-newsroom-listing--all {
  display: block;
  -webkit-transition: 1s linear;
  transition: 1s linear;
  height: auto;
  opacity: 1; }

.c-newsroom-listing--all.hidden {
  -webkit-transition: 1s linear;
  transition: 1s linear;
  display: none; }

.visible {
  visibility: visible !important;
  /* transition: all 1s linear;
    opacity: 1;
    transition-delay: 0.5s; */ }

.c-newsroom-listing--all.visuallyhidden {
  -webkit-transition: 1s linear;
  transition: 1s linear;
  opacity: 0; }

/* ------------------------------------ *\
        #TEAM
\* ------------------------------------ */
.c-team {
  padding: 80px 0 90px; }
  @media (min-width: 1200px) {
    .c-team {
      padding: 170px 0 160px;
      margin-top: -160px; } }

.c-team__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto; }

.c-team__name {
  text-transform: capitalize;
  margin-bottom: 8px; }
  @media (min-width: 1024px) {
    .c-team__name {
      margin-bottom: 16px; } }

.c-team__member {
  margin: 0 7px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  will-change: filter;
  position: relative;
  padding-bottom: 20px; }
  .c-team__member img {
    width: 115px;
    height: 115px;
    margin: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .c-team__member::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 115px;
    background: #fff;
    z-index: -1; }
  .c-team__member::after {
    content: '';
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    margin-top: 15px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .c-team__member:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
    .c-team__member:hover img {
      opacity: 1; }
  .c-team__member.is-nav-selected {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
    .c-team__member.is-nav-selected img {
      opacity: 1; }
    .c-team__member.is-nav-selected::after {
      opacity: 1; }

.c-team__member-detail {
  width: 100%; }
  @media (min-width: 1024px) {
    .c-team__member-detail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 590px; } }

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

.c-team__bio {
  padding: 0; }
  @media (min-width: 1024px) {
    .c-team__bio {
      padding: 0 80px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 57.46%;
          -ms-flex: 0 0 57.46%;
              flex: 0 0 57.46%; } }

/* ------------------------------------ *\
        #NEWSROOM ARTICLE PAGE
\* ------------------------------------ */
.c-article {
  position: relative; }

.c-article__share {
  max-width: 1060px;
  position: absolute;
  top: 40px;
  right: 0; }

.newsroom .c-page-head {
  margin-top: 30px; }
  @media (min-width: 1024px) {
    .newsroom .c-page-head {
      margin-top: 0; } }

.c-news-page {
  padding: 0; }
  @media (min-width: 1024px) {
    .c-news-page {
      margin-bottom: 60px;
      padding: 0;
      margin-top: -155px; } }
  .c-news-page img {
    width: 100%;
    margin: auto;
    display: block;
    position: relative; }
    @media (min-width: 1024px) {
      .c-news-page img {
        width: 1104px;
        height: 594px;
        top: 70px; } }
  .c-news-page p {
    color: white; }

.italics {
  font-style: italic; }

.o-section.small-padding {
  padding-top: 20px;
  padding-bottom: 0; }

.o-section.small-padding--bottom {
  padding-bottom: 20px; }

.o-section.press {
  padding-bottom: 5px;
  margin-top: 60px; }

.press-release.c-page-head {
  position: static;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 0; }
  @media (min-width: 1024px) {
    .press-release.c-page-head {
      padding-bottom: 5.25vw; } }
  @media (min-width: 1200px) {
    .press-release.c-page-head {
      height: auto; } }
  .press-release.c-page-head h1 {
    font-size: 29px; }

.press-release.no-image {
  padding-bottom: 0; }

.press-release .alignleft {
  float: left;
  width: 33.33333%;
  text-align: left; }

.press-release .aligncenter {
  float: right;
  width: auto;
  text-align: right; }
  @media (min-width: 769px) {
    .press-release .aligncenter {
      float: left;
      width: 33.33333%;
      text-align: center; } }
  .press-release .aligncenter::after {
    clear: both;
    display: table;
    content: ''; }

.press-release .link-back:link,
.press-release .link-back:visited {
  color: white;
  text-decoration: none;
  margin-left: -33px; }
  .press-release .link-back:link img,
  .press-release .link-back:visited img {
    margin: 0;
    width: 34px;
    height: 34px; }

.press-release .c-page-head__title.white {
  color: #fff; }

#example2.twitter {
  display: none; }

/* ------------------------------------ *\
    #ICON BULLET
\* ------------------------------------ */
.c-icon-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-icon-bullet__icon {
  display: block;
  margin: 1px 10px 0 0; }

/* ------------------------------------ *\
    #COVER IMAGE
\* ------------------------------------ */
.c-cover-img {
  height: 100%;
  background: #e5e5e5 center/cover no-repeat; }

.c-cover-img--modal {
  background: url(1d0945ec44b636ec9dac410d250fb73e.jpg) center/cover; }

/*
    Statemade store promo
*/
.c-cover-img.c-statemade {
  padding: 20px 20px 12px;
  position: relative; }
  @media (min-width: 769px) {
    .c-cover-img.c-statemade {
      padding: 33px 25px 12px; } }
  .c-cover-img.c-statemade .c-statemade-logo {
    display: inline;
    vertical-align: middle; }
  .c-cover-img.c-statemade .c-statemade-promo-copy {
    font-size: 23.7px;
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f1f7f8;
    margin: 0; }
  .c-cover-img.c-statemade .c-statemade-promo-callout {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f1f7f8; }
    @media (min-width: 769px) {
      .c-cover-img.c-statemade .c-statemade-promo-callout {
        font-size: 44.3px; } }
  .c-cover-img.c-statemade .c-statemade-promo-description {
    font-size: 9.2px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f7f9fb; }
  .c-cover-img.c-statemade .c-statemade-promo-legal {
    font-size: 8px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f1f7f8;
    position: absolute;
    bottom: 0px; }

/* ------------------------------------ *\
    #TOUT
\* ------------------------------------ */
.c-tout {
  overflow: hidden;
  text-align: center; }

.c-tout__link {
  display: block;
  position: relative; }

.c-tout__thumb {
  -webkit-transition: 0.75s;
  transition: 0.75s;
  background-size: cover; }
  .c-tout:hover .c-tout__thumb {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }

.c-tout__content {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .c-tout__content:hover {
    text-decoration: none; }

.c-tout__title {
  color: #fff; }

/* ------------------------------------ *\
    #TOUTS
\* ------------------------------------ */
.c-touts {
  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: 769px) {
    .c-touts {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -10px;
      padding: 0 2.1875vw; } }

.c-touts__item {
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .c-touts__item {
      padding: 0 10px;
      width: 33.33333%; } }

@media (min-width: 769px) {
  .c-tout.press__release {
    float: left; } }

.c-tout.press__release .c-touts__item--child {
  margin-left: 5px;
  margin-right: 5px;
  background: #960709;
  height: 180px; }

.c-tout.press__release h3 {
  text-align: left;
  margin: 25px 15px 0 25px;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-tout.press__release h5.press__date {
  font-size: 14px;
  text-align: left;
  color: white;
  margin-left: 25px;
  padding-top: 20px; }

.c-tout.press__release span.c-more-link {
  color: white;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 0;
  display: block;
  font-size: 14px;
  float: left;
  width: 88px; }

.c-tout.press__release span.c-more-link:hover {
  color: white; }

.c-tout.press__release .read-more {
  float: left;
  margin-top: 8px; }
  .c-tout.press__release .read-more::after {
    clear: both;
    content: '';
    display: table; }

.white {
  color: #fff; }

/* ------------------------------------ *\
    #SPECTRUM
\* ------------------------------------ */
@-webkit-keyframes headerEntry {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes headerEntry {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.c-spectrum {
  padding-top: 20px;
  padding-bottom: 20px; }
  .c-spectrum .flickity-slider {
    -webkit-transform: none !important;
            transform: none !important; }
  @media (max-width: 479px) {
    .c-spectrum {
      padding-top: 4px; } }

.c-spectrum__header {
  max-width: 730px;
  margin: 0 auto 40px; }

.c-spectrum__product {
  width: 100%;
  left: 0 !important;
  opacity: 0; }
  .c-spectrum__product.is-selected {
    opacity: 1;
    -webkit-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out; }

@media (min-width: 769px) {
  .c-spectrum__layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1200px) {
  .c-spectrum__layout {
    padding-right: 230px; } }

@media (min-width: 769px) {
  .c-spectrum__product-img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%; } }

@media (min-width: 1200px) {
  .c-spectrum__product-img {
    padding: 0 110px 0 130px; } }

@media (min-width: 769px) {
  .c-spectrum__product-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 343px;
    padding-top: 60px; } }

.c-spectrum__product.is-selected .c-spectrum__product-title {
  -webkit-animation: headerEntry 0.75s forwards;
          animation: headerEntry 0.75s forwards; }

.c-spectrum__product.is-selected .c-spectrum__product-body {
  opacity: 0;
  -webkit-animation: headerEntry 0.75s 0.3s forwards;
          animation: headerEntry 0.75s 0.3s forwards; }

.c-spectrum__bar {
  margin: 10px 0;
  overflow: hidden; }

.c-spectrum__list {
  margin: 0 -1px;
  padding-bottom: 12px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000e08), color-stop(7.14286%, #004127), color-stop(21.42857%, #47a141), color-stop(35.71429%, #ffb103), color-stop(50%, #e70465), color-stop(64.28571%, #6c0481), color-stop(78.57143%, #0099dc), color-stop(92.85714%, #00007a), to(#000047));
  background: linear-gradient(90deg, #000e08 0%, #004127 7.14286%, #47a141 21.42857%, #ffb103 35.71429%, #e70465 50%, #6c0481 64.28571%, #0099dc 78.57143%, #00007a 92.85714%, #000047 100%); }

.c-spectrum__list-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.c-spectrum__list-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0;
  border: 0;
  background: #fff;
  -webkit-transition: 0.75s;
  transition: 0.75s; }
  @media (min-width: 769px) {
    .c-spectrum__list-btn {
      height: 75px; } }
  .c-spectrum__list-btn:hover, .c-spectrum__list-btn.is-current {
    background: none; }

.c-spectrum__list-icon {
  display: block;
  margin: auto;
  fill: currentColor;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.75s;
  transition: 0.75s; }
  @media (min-width: 769px) {
    .c-spectrum__list-icon {
      width: 32px;
      height: 32px; } }
  .c-spectrum__list-btn:hover .c-spectrum__list-icon,
  .c-spectrum__list-btn.is-current .c-spectrum__list-icon {
    color: #fff; }

.c-spectrum__disclaimer {
  text-align: center;
  font-size: 0.58824em; }

.c-spectrum__disclaimerE {
  text-align: left;
  font-size: 0.58824em; }

/* ------------------------------------ *\
    #QUALITY
\* ------------------------------------ */
.c-quality {
  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: 769px) {
    .c-quality {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.c-quality__header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 30px;
  margin-right: 3.125vw;
  width: 300px;
  -webkit-box-ordinal-group: 101;
  -webkit-order: 100;
      -ms-flex-order: 100;
          order: 100; }
  @media (min-width: 769px) {
    .c-quality__header {
      padding: 50px 0 0;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; } }

.c-quality__products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-quality__product {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  width: 33.33333vw;
  height: 33.33333vw;
  border-radius: 50%;
  background-size: cover; }
  .c-quality__product--01 {
    background-image: url(0a29de681a9da9b89149f4a3a594a0a7.jpg); }
  .c-quality__product--02 {
    background-image: url(41a678e230e97aa5186cb322980a193b.jpg); }
  .c-quality__product--03 {
    background-image: url(3445e593a2a862bdee787cc1bede8e4a.jpg); }
  @media (min-width: 769px) {
    .c-quality__product {
      width: 400px;
      height: 400px; } }
  .c-quality__product + .c-quality__product {
    margin-left: 4.375vw; }

/* ------------------------------------ *\
    #AGE GATE
\* ------------------------------------ */
.c-age-gate {
  opacity: 0;
  visibility: hidden;
  padding: 40px 0;
  background: #941214;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1002;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  @media (min-width: 769px) {
    .c-age-gate {
      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;
      padding: 0 0 250px;
      background: #941214 url(0a7aaa70e21d57edece897e74a1fc4bd.jpg) center bottom no-repeat;
      background-size: 100% auto;
      height: 100%; } }
  .c-age-gate.is-visible {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1024px) {
    .c-age-gate {
      position: fixed; } }

@-webkit-keyframes animateOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes animateOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes animateIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.c-age-gate__content {
  margin: 0.3125vw 0; }
  .c-age-gate__content .answered {
    -webkit-animation: animateOut 1s forwards ease;
            animation: animateOut 1s forwards ease;
    display: none; }

.c-age-gate__options {
  margin-bottom: 35px; }

.c-age-gate__logo {
  padding-top: 10px;
  margin-bottom: 30px; }

.js-age-gate__no.fade-out {
  opacity: 0.35; }

.content--420 {
  display: none; }

.content--420.is-visible {
  display: block; }

.content--420.is-usable {
  -webkit-animation: animateIn 1s forwards ease;
          animation: animateIn 1s forwards ease; }

.c-age-gate__content.c-age-gate--420 {
  width: 320px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .c-age-gate__content.c-age-gate--420 {
      width: 475px;
      line-height: 5px; } }
  .c-age-gate__content.c-age-gate--420 p {
    margin-bottom: 15px; }

.c-age-gate__terms {
  font-size: 10px;
  width: 300px;
  margin: 40px auto 0; }
  @media (min-width: 769px) {
    .c-age-gate__terms {
      width: 550px;
      margin: 10px auto 0; } }

.c-age-gate__terms a:link,
.c-age-gate__terms a:visited {
  color: white;
  text-decoration: underline; }

.c-signup.c-signup--420 {
  display: inline-block;
  height: 30px;
  width: 200px; }

.c-signup__field.c-signup__field--420 {
  color: white;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 10px;
  font-size: 0.75em;
  margin-bottom: 10px;
  height: 30px;
  caret-color: #fff; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

.c-signup__submit.c-signup__submit--420 {
  background: white;
  color: #960709;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  width: 160px;
  height: 30px;
  margin: 6px auto;
  font-size: 1.25em; }

.c-privacy-policy__modal--420,
.c-use-terms__modal--420 {
  color: black;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1500;
  background-color: white;
  padding: 1px;
  overflow: scroll;
  height: 100%;
  display: none;
  padding-top: 2em; }
  @media (min-width: 1024px) {
    .c-privacy-policy__modal--420,
    .c-use-terms__modal--420 {
      width: 40%;
      height: 300px;
      top: 32%; } }
  .c-privacy-policy__modal--420 h3,
  .c-use-terms__modal--420 h3 {
    text-align: center; }
  .c-privacy-policy__modal--420 h4,
  .c-use-terms__modal--420 h4 {
    padding-left: 20px; }
  .c-privacy-policy__modal--420 p,
  .c-use-terms__modal--420 p {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
    font-size: 0.75em; }

.c-privacy-policy__overlay--420.is-active,
.c-privacy-policy__modal--420.is-active,
.c-use-terms__overlay--420.is-active,
.c-use-terms__modal--420.is-active {
  display: block; }

.c-privacy-policy__close,
.c-terms-use__close {
  display: none;
  position: absolute;
  left: 86%;
  top: 2%;
  width: 40%;
  z-index: 3000; }
  @media (min-width: 769px) {
    .c-privacy-policy__close,
    .c-terms-use__close {
      left: 91%; } }
  @media (min-width: 1024px) {
    .c-privacy-policy__close,
    .c-terms-use__close {
      position: fixed;
      height: 300px;
      top: 32%;
      left: 88%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.c-privacy-policy__close.is-active,
.c-terms-use__close.is-active {
  display: block; }

.c-privacy-policy__close a,
.c-terms-use__close a {
  z-index: 4000;
  width: 25px;
  height: 25px;
  padding-top: 5px;
  text-align: center;
  display: none;
  max-width: 50px; }

.c-privacy-policy__close a.is-active,
.c-terms-use__close a.is-active {
  display: block; }

.c-privacy-policy__overlay--420,
.c-use-terms__overlay--420 {
  z-index: 1400;
  background-color: #960709;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  @media (min-width: 1024px) {
    .c-privacy-policy__overlay--420,
    .c-use-terms__overlay--420 {
      position: fixed; } }

.c-age-gate__remember {
  display: block;
  margin-bottom: 10px;
  font-size: 0.75em; }

.c-age-gate__title {
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: normal; }

.c-age-gate__options {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.c-age-gate__option {
  margin: 0 4px; }

.c-age-gate__option--divider {
  width: 1px;
  height: 30px;
  background: #fff;
  opacity: 0.5; }

.c-age-gate__option-btn {
  border: 0;
  background: none;
  padding: 0;
  color: #fff;
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25em;
  line-height: 1; }

/* ------------------------------------ *\
    #Exit Pop
\* ------------------------------------ */
.c-exit-pop {
  opacity: 0;
  visibility: hidden;
  padding: 40px 0;
  background: #0005;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  position: fixed;
  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;
  z-index: 1002;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .c-exit-pop.is-visible {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1024px) {
    .c-exit-pop {
      position: fixed; } }

@keyframes animateOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes animateIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.c-exit-pop__content {
  margin: 0.3125vw auto;
  background: white;
  max-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 25px 10px;
  position: relative; }

.c-exit-pop__close_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  margin-top: 8px; }
  .c-exit-pop__close_btn a.close-button {
    color: #7f7f7f;
    padding: 8px; }

.c-exit-pop__options {
  margin-bottom: 35px; }

.c-exit-pop__logo {
  padding-top: 10px;
  margin-bottom: 30px; }

.js-exit-pop__no.fade-out {
  opacity: 0.35; }

.content--420 {
  display: none; }

.content--420.is-visible {
  display: block; }

.content--420.is-usable {
  -webkit-animation: animateIn 1s forwards ease;
          animation: animateIn 1s forwards ease; }

.c-exit-pop__content.c-exit-pop--420 {
  width: 320px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .c-exit-pop__content.c-exit-pop--420 {
      width: 475px;
      line-height: 5px; } }
  .c-exit-pop__content.c-exit-pop--420 p {
    margin-bottom: 15px; }

.c-exit-pop__terms a:link,
.c-exit-pop__terms a:visited {
  color: white;
  text-decoration: underline; }

.c-signup.c-signup--420 {
  display: inline-block;
  height: 30px;
  width: 200px; }

.c-signup__field.c-signup__field--420 {
  color: white;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 10px;
  font-size: 0.75em;
  margin-bottom: 10px;
  height: 30px;
  caret-color: #fff; }

.c-signup__form input::-webkit-input-placeholder {
  color: #747474;
  padding-left: 8px; }

.c-signup__form input:-ms-input-placeholder {
  color: #747474;
  padding-left: 8px; }

.c-signup__form input::-ms-input-placeholder {
  color: #747474;
  padding-left: 8px; }

.c-signup__form input::placeholder {
  color: #747474;
  padding-left: 8px; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

.c-signup__submit.c-signup__submit--420 {
  background: white;
  color: #960709;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  width: 160px;
  height: 30px;
  margin: 6px auto;
  font-size: 1.25em; }

.c-email__error {
  font-size: 0.7em;
  color: #94070a;
  display: none; }

.c-exit-pop__title {
  color: #94070a;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 12px; }
  .c-exit-pop__title .lineTwo {
    display: block;
    margin-top: -5px; }

.c-exit-pop__message {
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 30px; }

.c-exit-pop__img {
  margin-top: 20px; }

.c-exit-pop__disclaimer {
  color: #7f7f7f;
  font-size: 0.65em;
  margin: 20px 10px; }

.cs-exit-pop__complete {
  opacity: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  left: 0;
  color: #94070a; }

/* ------------------------------------ *\
    #CONTACT
\* ------------------------------------ */
.c-contact {
  padding-top: 60px;
  padding-bottom: 60px; }
  .c-contact ul {
    list-style: none;
    padding: 0; }

/* ------------------------------------ *\
    #GALLERY
\* ------------------------------------ */
.c-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  .c-gallery .flickity-slider {
    -webkit-transform: none !important;
            transform: none !important; }

.c-gallery__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }
  @media (min-width: 769px) {
    .c-gallery__item {
      width: 25%; } }
  @media (min-width: 1500px) {
    .c-gallery__item {
      width: 20%; } }
  .c-gallery__item:nth-child(n + 5) {
    display: none; }
    @media (min-width: 1500px) {
      .c-gallery__item:nth-child(n + 5) {
        display: block; } }

.c-gallery__img {
  margin: 0;
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out; }
  .c-gallery__img.is-selected {
    opacity: 1; }

/* ------------------------------------ *\
    #PAGE HEAD
\* ------------------------------------ */
.c-page-head {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 75px;
  padding: 5.25vw;
  text-align: center;
  position: relative; }

.c-page-head-low {
  padding-bottom: 10px; }

.c-page-head__close {
  padding-top: 10px;
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 769px) {
    .c-page-head__close {
      padding-top: 20px; } }

.ember-description {
  margin: -40px auto 30px;
  text-align: center;
  width: 70%;
  padding: 0; }

.c-page-head__title {
  margin: 0;
  font-size: 1.41176rem;
  line-height: 1.2;
  font-weight: 600; }
  @media (min-width: 769px) {
    .c-page-head__title {
      font-size: 2.82353rem; } }

.c-page-head__subtitle {
  font-weight: 600;
  letter-spacing: .5px; }

.c-page-head-large {
  font-size: 190px !important;
  font-weight: 700;
  letter-spacing: -10px !important;
  color: #af1016; }
  @media (min-width: 769px) {
    .c-page-head-large {
      font-size: 2.82353rem; } }

.line-break {
  display: block;
  border-bottom: solid 2px #888;
  margin-bottom: 30px;
  margin-top: -20px; }

.line-break-long {
  margin: 0;
  padding: 0; }

.ember-info-container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: -40px; }
  @media (min-width: 1024px) {
    .ember-info-container {
      width: 480px; } }

.ember-date {
  font-weight: 700;
  color: #af1016;
  margin: 0; }

.ember-title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase; }

.ember-title span {
  color: #af1016; }

.ember-light {
  text-transform: uppercase;
  font-weight: 500; }

a.ember-read-more {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  color: #999;
  font-weight: 700;
  border-bottom: solid;
  width: 92px;
  padding-bottom: 4px;
  margin: 0 auto; }

.ember-block-container {
  width: 100%;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .ember-block-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.ember-block {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .ember-block {
      display: inline-block;
      width: 33%;
      margin-bottom: 0; } }
  .ember-block .ember-image {
    height: 440px;
    margin: 0 5px; }
  .ember-block .lake-bell {
    background: center no-repeat url("/img/content/blog/ember-lake-bell.png");
    background-size: cover; }
  .ember-block .sativa-and-butter {
    background: center no-repeat url("/img/content/blog/ember-butter.png");
    background-size: cover; }
  .ember-block .top-pot-5 {
    background: center no-repeat url("/img/content/blog/ember-flowers.jpg");
    background-size: cover; }

.ember-block h3 {
  font-weight: 700;
  padding: 0;
  margin: 0; }

.ember-block img {
  width: 95%;
  height: 440px; }

.o-container--thin svg {
  fill: #af1016; }

.ember-description-note {
  font-size: 17px;
  text-align: center;
  margin-top: -65px; }

.ember-description-note span {
  font-weight: 600; }

.ember-info-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 20px 0;
  border-bottom: solid 1px #222; }
  @media (min-width: 1024px) {
    .ember-info-container {
      width: 560px; } }

.ember-info-container .date {
  color: #af1016;
  font-size: 21px;
  font-weight: 700; }

.ember-info-container .name {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase; }

.ember-info-container .desc {
  font-size: 26px;
  font-weight: 700; }

.ember-desc-wrapper {
  padding: 0 20px 40px 20px; }
  @media (min-width: 1024px) {
    .ember-desc-wrapper {
      padding: 0 90px 40px 90px; } }

.recipe-name {
  font-size: 39px;
  margin: 0; }

.recipe-sub {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 20px; }

.ember-bold {
  font-weight: 600; }

ol.recipe-steps li {
  margin-top: 12px; }

h3.ember.title {
  margin-top: 10px; }

.c-signup {
  margin: auto;
  width: 100%;
  max-width: 290px; }

.c-signup__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.c-signup__field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 2px solid #333;
  color: #333; }

.c-signup__submit {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  width: 46px;
  height: 46px;
  border: 0;
  background: #960709;
  color: #fff; }

.c-signup__submit-icon {
  display: block;
  margin: auto; }

.c-signup__disclaimer {
  font-size: 0.58824rem;
  text-align: center; }

/* ------------------------------------ *\
    #LEGAL
\* ------------------------------------ */
.c-legal {
  max-width: 1100px;
  padding-bottom: 60px; }
  .c-legal ul {
    list-style: none;
    padding: 0; }

@media (min-width: 769px) {
  .c-legal__header {
    padding: 30px 0 50px; } }

@media (min-width: 1024px) {
  .c-legal__header {
    padding: 80px 0 100px; } }

/* ------------------------------------ *\
    #PRESS
\* ------------------------------------ */
.c-press {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center; }

.c-press__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }
  @media (min-width: 769px) {
    .c-press__item {
      width: 25%; } }
  @media (min-width: 1200px) {
    .c-press__item {
      width: 20%; } }

.c-press__img {
  display: block;
  margin: 0 auto; }

/* ------------------------------------ *\
    #FAQ
\* ------------------------------------ */
.faq-table {
  margin-bottom: 40px; }
  .faq-table th {
    background-color: #555;
    color: white;
    padding: 5px; }
  .faq-table td {
    border: solid 1px #d1d1d1;
    text-align: center;
    padding: 10px 40px; }
    @media (max-width: 768px) {
      .faq-table td {
        font-size: 14px;
        padding: 10px 5px; } }
  .faq-table td:first-of-type {
    width: 200px; }

.c-heading-faq {
  margin-bottom: 6px;
  padding-top: 15px; }

/* ------------------------------------ *\
    #Statemade Find Store Modal
\* ------------------------------------ */
.c-statemade-modal {
  opacity: 0;
  visibility: hidden;
  padding: 40px 0;
  background: #0005;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  position: fixed;
  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;
  z-index: 1002;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .c-statemade-modal.is-visible {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1024px) {
    .c-statemade-modal {
      position: fixed; } }

@keyframes animateOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes animateIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.c-statemade-modal__content {
  margin: 0.3125vw auto;
  background: white;
  max-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 25px 20px;
  position: relative; }

.c-statemade-modal__close_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  margin-top: 8px; }
  .c-statemade-modal__close_btn a.close-button {
    color: #000;
    padding: 8px; }

.c-statemade-modal__options {
  margin-bottom: 35px; }

.c-statemade-modal__logo {
  padding-top: 10px;
  margin-bottom: 30px; }

.js-statemade-modal__no.fade-out {
  opacity: 0.35; }

.content--420 {
  display: none; }

.content--420.is-visible {
  display: block; }

.content--420.is-usable {
  -webkit-animation: animateIn 1s forwards ease;
          animation: animateIn 1s forwards ease; }

.c-statemade-modal__content.c-statemade-modal--420 {
  width: 320px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .c-statemade-modal__content.c-statemade-modal--420 {
      width: 475px;
      line-height: 5px; } }
  .c-statemade-modal__content.c-statemade-modal--420 p {
    margin-bottom: 15px; }

.c-statemade-modal__terms a:link,
.c-statemade-modal__terms a:visited {
  color: white;
  text-decoration: underline; }

.c-signup.c-signup--420 {
  display: inline-block;
  height: 30px;
  width: 200px; }

.c-signup__field.c-signup__field--420 {
  color: white;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 10px;
  font-size: 0.75em;
  margin-bottom: 0px;
  margin-top: 10px;
  height: 30px;
  caret-color: #fff; }

.c-signup__form input::-webkit-input-placeholder {
  color: #747474;
  padding-left: 8px; }

.c-signup__form input:-ms-input-placeholder {
  color: #747474;
  padding-left: 8px; }

.c-signup__form input::-ms-input-placeholder {
  color: #747474;
  padding-left: 8px; }

.c-signup__form input::placeholder {
  color: #747474;
  padding-left: 8px; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

.c-signup__submit.c-signup__submit--420 {
  background: white;
  color: #960709;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  width: 160px;
  height: 30px;
  margin: 6px auto;
  font-size: 1.25em; }

.c-email__error {
  font-size: 0.7em;
  color: #94070a;
  display: none; }

.c-statemade-modal__effect-title {
  color: #000;
  font-size: 2em;
  font-weight: 200;
  padding: 0px; }
  .c-statemade-modal__effect-title .lineTwo {
    display: block;
    margin-top: -5px; }

.c-statemade-modal__product-title {
  color: #000;
  font-size: 1em;
  font-weight: 100;
  padding: 0; }
  .c-statemade-modal__product-title .lineTwo {
    display: block;
    margin-top: -5px; }

.c-statemade-modal__message {
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 10px !important; }

.c-statemade-modal__coming-soon {
  font-size: 0.8em;
  font-weight: 200;
  margin: 0 0 8px;
  color: #686666;
  white-space: pre; }

.c-statemade-modal__img {
  margin-top: 20px; }

.c-statemade-modal__disclaimer {
  color: #242424;
  font-size: 0.65em;
  margin: 0px 0px;
  text-align: center; }

.cs-statemade-modal__complete {
  opacity: 0;
  position: relative;
  top: 50%;
  text-align: center;
  width: 100%;
  left: 0;
  color: #94070a; }

.c-store__link {
  font-size: 0.8em;
  font-weight: 600;
  text-decoration: underline; }

.statemade-text {
  font-size: 0.8em;
  font-weight: 400;
  color: black;
  margin: 0px; }

.effects-icon-box {
  width: 70px;
  height: 70px;
  padding: 10px;
  position: relative;
  float: left;
  margin: 5px;
  background-color: #e1e1e1; }

.effects-icon-title {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.effects-icon-effect {
  position: relative;
  font-size: 8px;
  bottom: 8px;
  color: #fff;
  text-align: center; }

.icon-max {
  background-color: #89566a;
  background: url(82fbe7856223d110c5b8c1688221218f.png) no-repeat;
  background-position: 0;
  background-size: cover; }

.icon-joy {
  background-color: #d9a8b1;
  background: url(7b1afce7ccef48841bc578ac4d52c5ec.png) no-repeat;
  background-position: 0;
  background-size: cover; }

.icon-ebb {
  background-color: #6da1b5;
  background: url(ff8a3fff2ebe7e820c69ed1215bce766.png) no-repeat;
  background-position: 0;
  background-size: cover; }

.icon-zen {
  background-color: #28613a;
  background: url(843e24ddfc9f66dbb7cc09fbc9687198.png) no-repeat;
  background-position: 0;
  background-size: cover; }

.icon-zzz {
  background-color: #292c81;
  background: url(e7bebc51b8f791add598f561c51d6053.png) no-repeat;
  background-position: 0;
  background-size: cover; }

.icon-one {
  background-color: #ffffff;
  background: url(5d725d4d985c4b7cb9d52a18f5a7ec0f.png) no-repeat;
  background-position: 0;
  background-size: cover; }

.icon-cbd {
  background-color: #000000;
  background: url(976484415b02470b697164e305c36fe1.png) no-repeat;
  background-position: 0;
  background-size: cover; }

/* ------------------------------------ *\
    #Statemade
\* ------------------------------------ */
/* Header */
.is-statemade,
.c-header-statemade {
  background-color: #242424;
  height: 60px !important;
  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;
  width: 100%;
  border-bottom: 1px solid transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  color: #fff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .is-statemade.is-open,
  .c-header-statemade.is-open {
    color: #960709; }
  .is-statemade .c-header__newsletter,
  .c-header-statemade .c-header__newsletter {
    display: none; }

.c-header__block-statemade {
  padding-top: 5px; }

.statemade-header__content {
  margin-bottom: 5px; }

.c-header__nav {
  opacity: 0;
  visibility: hidden;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  color: #333;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .c-header-statemade.is-open .c-header__nav {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1024px) {
    .c-header__nav {
      opacity: 1;
      visibility: visible;
      display: block;
      position: static;
      background: none;
      width: auto;
      height: auto;
      color: inherit;
      white-space: nowrap; } }

.c-header__block .c-header__block-statemade {
  position: relative; }

.c-header__logo-statemade {
  width: 130px !important; }

.logo-statemade-header {
  display: none;
  position: absolute;
  margin: 16px 0 0 -105px; }
  @media (max-width: 1023px) {
    .logo-statemade-header {
      display: inline-block;
      width: 90px; } }

.c-navicon-statemade {
  margin-top: 10px; }

.c-navicon-statemade .c-navicon__bar {
  width: 30px;
  height: 3px; }

.c-navicon-statemade .c-navicon__bar--1 {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px); }

.c-navicon-statemade .c-navicon__bar--3 {
  -webkit-transform: translateY(8px);
          transform: translateY(8px); }

.c-hero--statemade {
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
  color: black;
  font-size: 13px; }

.c-hero--statemade .c-hero__backdrop {
  width: 105%;
  height: 100%;
  background: url(39743bb0c9f8079e9921d2bce34469ae.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 35px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 768px) {
    .c-hero--statemade .c-hero__backdrop {
      top: 0;
      background: url(248fc76ed9e9ea25f0e102c2a80dac39.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      position: fixed; } }

.logo-statemade {
  width: 150px;
  margin: 30px 0 5px 0; }

.c-hero__title-statemade {
  font-size: 25px;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 1023px) {
    .c-hero__title-statemade {
      font-size: 20px; } }
  @media (max-width: 768px) {
    .c-hero__title-statemade {
      font-size: 16px;
      width: 70%;
      margin: 0 auto;
      margin-top: 10px; } }

.statemade-menu-wrapper {
  position: fixed;
  bottom: 20px;
  color: white;
  width: 100%;
  overflow: hidden; }
  .statemade-menu-wrapper .statemade-select-list-wrapper {
    overflow: hidden;
    width: 100%;
    display: grid; }
    .statemade-menu-wrapper .statemade-select-list-wrapper a {
      color: white;
      font-size: 20px;
      font-weight: 500;
      float: left;
      text-align: center;
      width: 155px;
      margin: 0 auto;
      margin-bottom: 20px;
      padding: 7px;
      border: 1px solid white; }

.statemade-select-selected {
  border-bottom: solid 4px white; }

.statemade-header-select-list-wrapper {
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 1;
  margin: 10px 0 0 0;
  padding-top: 20px; }

.statemade-header-select {
  color: black;
  font-size: 14px;
  font-weight: 600;
  width: 110px;
  margin: 0 3%;
  display: inline-block;
  padding-bottom: 10px; }

.statemade-effect-list-wrapper {
  background-color: white;
  position: fixed;
  bottom: 45px;
  height: 45px;
  overflow-x: auto !important;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; }
  .statemade-effect-list-wrapper a {
    color: black;
    font-size: 20px;
    font-weight: 600;
    float: left;
    text-align: center;
    line-height: 40px;
    border-top: 4px solid white;
    padding: 0 10px;
    margin: 0 auto; }
  .statemade-effect-list-wrapper a.disabled {
    color: #e8e8e8; }
    .statemade-effect-list-wrapper a.disabled:hover {
      cursor: default; }
  .statemade-effect-list-wrapper .statemade-item-selected {
    border-bottom: solid 4px #333333;
    color: #333333; }
  .statemade-effect-list-wrapper .statemade-item-selected-max {
    border-bottom: solid 4px #932125;
    color: #932125; }
  .statemade-effect-list-wrapper .statemade-item-selected-joy {
    border-bottom: solid 4px #d59aba;
    color: #d59aba; }
  .statemade-effect-list-wrapper .statemade-item-selected-zen {
    border-bottom: solid 4px #3d5f3d;
    color: #3d5f3d; }
  .statemade-effect-list-wrapper .statemade-item-selected-ebb {
    border-bottom: solid 4px #7baaaf;
    color: #7baaaf; }
  .statemade-effect-list-wrapper .statemade-item-selected-zzz {
    border-bottom: solid 4px #2f318c;
    color: #2f318c; }
  .statemade-effect-list-wrapper .statemade-item-selected-one {
    border-bottom: solid 4px #58595b;
    color: #58595b; }
  .statemade-effect-list-wrapper .statemade-item-selected-cbd {
    border-bottom: solid 4px #000000;
    color: #000000; }
  @media (max-width: 768px) {
    .statemade-effect-list-wrapper {
      overflow-x: scroll !important; } }

.c-hero--statemade-effects {
  background-color: #2a2a2a;
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0; }

.effects-list-wrapper {
  text-align: center;
  margin: 0 auto;
  width: 600px; }
  @media (max-width: 768px) {
    .effects-list-wrapper {
      width: auto;
      margin-top: 50px; } }
  @media (min-width: 1500px) {
    .effects-list-wrapper {
      width: 760px; } }

.effects-list-row {
  width: 100%;
  margin: 0 auto; }

.effects-list-box {
  width: 130px;
  height: 130px;
  padding: 10px;
  position: relative;
  float: left;
  margin: 10px;
  background-color: #e1e1e1;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 768px) {
    .effects-list-box {
      width: 110px;
      height: 110px;
      margin: 5px; } }
  @media (min-width: 1500px) {
    .effects-list-box {
      width: 170px;
      height: 170px; } }

.effects-list-title {
  font-size: 43px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.effects-list-effect {
  position: relative;
  bottom: 18px;
  color: #ffffff; }

.list-effect-drk {
  color: #555; }

.effects-max {
  background-color: #89566a;
  background: url(8985c3c5f6540229a8b668b7b23a20c4.jpg) no-repeat;
  background-position: 0;
  background-size: cover; }

.effects-joy {
  background-color: #d9a8b1;
  background: url(ccc40f9b1f31bc2c30e24aaf37e7440e.jpg) no-repeat;
  background-position: 0;
  background-size: cover; }

.effects-ebb {
  background-color: #6da1b5;
  background: url(d6a45697c020ce90923c1ab4d13b79ae.jpg) no-repeat;
  background-position: 0;
  background-size: cover; }

.effects-zen {
  background-color: #28613a;
  background: url(10d96864946eac5aeb6838d514b4bd0d.jpg) no-repeat;
  background-position: 0;
  background-size: cover; }

.effects-zzz {
  background-color: #292c81;
  background: url(f6beb30815e605629343f84ee6b92347.jpg) no-repeat;
  background-position: 0;
  background-size: cover; }

.effects-one {
  background-color: #ffffff;
  background: url(4c3ced4fb1417d7a3cbe46b3ba2048bc.jpg) no-repeat;
  background-position: 0;
  background-size: cover; }

.effects-cbd {
  background-color: #000000;
  background: url(00352b2b71e1b69d9f7260643d21a848.jpg) no-repeat;
  background-position: 0;
  background-size: cover; }

.effects-desired {
  background-color: #2a2a2a;
  border: solid 0px #d9d9d9; }

.effects-desired-txt {
  font-size: 21px;
  text-align: left;
  color: #fff;
  line-height: 29px;
  padding-right: 15px;
  font-weight: 450; }
  @media (max-width: 1023px) {
    .effects-desired-txt {
      line-height: 24px; } }
  @media (min-width: 1500px) {
    .effects-desired-txt {
      font-size: 30px;
      line-height: 35px; } }

.effects-desired:before, .effects-desired:after {
  content: "";
  width: 75px;
  height: 3px;
  position: absolute;
  background-color: #2a2a2a;
  margin: 0 auto;
  left: 25px; }

.effects-desired:before {
  top: -2px; }

.effects-desired:after {
  bottom: -2px; }

.statemade-products-type-wrapper {
  margin: 0 auto;
  width: 100%;
  clear: both;
  height: 590px;
  margin-bottom: 80px;
  /*display: none;*/ }
  @media (max-width: 1023px) {
    .statemade-products-type-wrapper {
      margin-bottom: 0; } }

.statemade-products-header {
  font-size: 25px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: .7px;
  position: absolute;
  left: 8%;
  top: 120px; }
  @media (max-width: 1023px) {
    .statemade-products-header {
      left: 6%; } }
  @media (max-width: 479px) {
    .statemade-products-header {
      margin-bottom: 10px;
      position: relative;
      left: 0;
      top: 40px; } }

.statemade-products-subheader {
  font-size: 18px;
  margin: -20px 0 20px 0; }

.statemade-products-type {
  display: block;
  float: left;
  width: 25%;
  margin-bottom: 15px;
  margin-top: 250px;
  text-align: center; }
  @media (max-width: 479px) {
    .statemade-products-type {
      width: 50%;
      margin-top: 0; } }

.statemade-products-type:nth-of-type(1), .statemade-products-type:nth-of-type(2) {
  margin-top: 250px; }
  @media (max-width: 479px) {
    .statemade-products-type:nth-of-type(1), .statemade-products-type:nth-of-type(2) {
      margin-top: 30px;
      margin-bottom: 20px; } }

.statemade-products-type:nth-of-type(3) {
  margin-top: 250px; }
  @media (max-width: 479px) {
    .statemade-products-type:nth-of-type(3) {
      margin-top: 189px; } }
  @media (max-width: 479px) {
    .statemade-products-type:nth-of-type(3) {
      padding-top: 0px;
      margin-top: 0; } }

@media (max-width: 479px) {
  .statemade-products-type:nth-of-type(4) {
    margin-top: -39px; } }

img.statemade-products-pens, img.statemade-products-drops, img.statemade-products-preroll {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  margin-bottom: -15px; }
  @media (max-width: 479px) {
    img.statemade-products-pens, img.statemade-products-drops, img.statemade-products-preroll {
      margin-bottom: -30px; } }
  @media (max-width: 479px) {
    img.statemade-products-pens, img.statemade-products-drops, img.statemade-products-preroll {
      margin-left: 0; } }

img.statemade-products-flower {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  margin-bottom: -15px;
  position: relative;
  top: 33px; }
  @media (max-width: 479px) {
    img.statemade-products-flower {
      margin-bottom: -69px;
      margin-top: 0;
      position: static;
      top: 0; } }
  @media (max-width: 479px) {
    img.statemade-products-flower {
      margin-left: 0; } }

.products-type {
  color: #fff;
  border: solid 1px;
  width: 107px;
  padding: 3px;
  margin: 0 auto;
  margin-top: 0; }
  @media (max-width: 479px) {
    .products-type {
      margin-top: 10px; } }

.statemade-products-note {
  clear: both;
  margin: 0 auto;
  font-size: 15px;
  position: absolute;
  width: 420px;
  right: 90px;
  top: 123px;
  text-align: right; }
  .statemade-products-note b {
    font-weight: 600; }
  @media (max-width: 768px) {
    .statemade-products-note {
      position: relative;
      font-size: 13px;
      width: 85%;
      right: 0;
      top: 10px;
      text-align: center; } }
  @media (min-width: 1500px) {
    .statemade-products-note {
      font-size: 17px;
      top: 178px;
      right: 110px; } }

.c-hero--menu .statemade-products-type-wrapper {
  margin-top: -10px; }

.statemade-menu-type {
  float: left;
  width: 50%; }

.statemade-products-selected {
  border-bottom: solid 3px #E08C5E !important;
  color: black !important; }

.statemade-products-list-wrapper {
  bottom: 0; }
  .statemade-products-list-wrapper .statemade-item {
    /*text-transform: uppercase;*/
    font-size: 15px;
    width: 70px; }

.products-type-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: baseline;
      -ms-flex-line-pack: baseline;
          align-content: baseline;
  padding-top: 90px;
  top: 0px;
  position: absolute;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 768px) {
    .products-type-default {
      padding-top: 90px; } }
  @media (min-width: 1500px) {
    .products-type-default {
      padding-top: 200px; } }
  @media screen and (min-height: 1150px) {
    .products-type-default {
      padding-top: 20%; } }
  .products-type-default .statemade-products-img {
    float: left;
    background: url("") no-repeat center bottom;
    width: 120px;
    margin-top: 10px;
    height: 440px;
    background-size: 100% !important;
    -webkit-transition: all 1s;
    transition: all 1s; }
    @media (max-width: 768px) {
      .products-type-default .statemade-products-img {
        margin-left: -20px;
        margin-top: 0; } }
  .products-type-default .statemade-products-desc {
    text-align: left;
    margin-left: 10%;
    width: 250px; }
    @media (max-width: 768px) {
      .products-type-default .statemade-products-desc {
        width: 50%;
        margin-left: 13%;
        margin-top: 0;
        overflow-y: scroll;
        height: 100%;
        padding-bottom: 130px; } }
    .products-type-default .statemade-products-desc h1 {
      font-size: 35px;
      font-weight: 500;
      padding: 0;
      margin: -10px 0 -10px 0; }
    .products-type-default .statemade-products-desc h4 {
      font-weight: 400;
      font-size: 17px; }
    .products-type-default .statemade-products-desc .products-info-bt {
      /*position: absolute;
      bottom: 200px;*/
      margin-top: 21%; }
    .products-type-default .statemade-products-desc .products-info-soon {
      margin-top: 50%; }
    .products-type-default .statemade-products-desc .products-info {
      font-size: 12px;
      padding-bottom: 0px;
      /*border-bottom: 1px solid rgba(255, 255, 255, .4);*/
      margin-bottom: 15px; }
      .products-type-default .statemade-products-desc .products-info b {
        font-weight: 600; }
    .products-type-default .statemade-products-desc .products-info-title {
      font-size: 15px;
      padding-top: 10px; }
    .products-type-default .statemade-products-desc .products-info-line {
      border-bottom: solid 1px rgba(255, 255, 255, 0.4);
      padding-bottom: 20px;
      margin-bottom: 10px; }
    .products-type-default .statemade-products-desc a.btn-find-store {
      display: block;
      background-color: #fff;
      padding: 3px 10px;
      color: #000;
      text-align: center;
      font-size: 13px;
      font-weight: 600;
      width: 135px;
      margin-top: 20px; }
    .products-type-default .statemade-products-desc .price {
      font-weight: 600; }
    .products-type-default .statemade-products-desc .soon {
      font-size: 11px;
      font-weight: 300;
      font-style: italic; }

.statemade-products-all {
  width: 100%;
  overflow: hidden;
  margin-top: -50px;
  height: 100%; }

.statemade-products-all-header {
  left: 6.5%;
  text-align: left;
  top: 100px;
  font-size: 45px;
  width: 100%;
  position: absolute; }
  @media (max-width: 768px) {
    .statemade-products-all-header {
      font-size: 35px;
      top: 57px;
      left: 0;
      text-align: center; } }
  @media (min-width: 1500px) {
    .statemade-products-all-header {
      font-size: 45px;
      top: 157px; } }

.statemade-products-all-subheader {
  position: absolute;
  top: 162px;
  font-size: 18px;
  width: 100%;
  left: 6.5%;
  text-align: left; }
  @media (max-width: 768px) {
    .statemade-products-all-subheader {
      font-size: 16px;
      top: 105px;
      left: 0;
      text-align: center; } }
  @media (min-width: 1500px) {
    .statemade-products-all-subheader {
      font-size: 21px;
      top: 212px; } }

.statemade-products-all-img-wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding-top: 210px;
  position: absolute;
  bottom: 110px;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 768px) {
    .statemade-products-all-img-wrapper {
      padding: 130px 0 0 0;
      position: static; } }
  @media (min-width: 1500px) {
    .statemade-products-all-img-wrapper {
      padding-top: 340px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-height: 1150px) {
    .statemade-products-all-img-wrapper {
      bottom: 30%; } }

.statemade-menu-type-all {
  width: 25%;
  float: left;
  text-align: center; }
  @media (max-width: 768px) {
    .statemade-menu-type-all {
      width: 50%;
      padding-top: 10px;
      margin-bottom: -10px; } }

.menu-type-all-half {
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s; }
  .menu-type-all-half:first-of-type {
    text-align: right; }
  .menu-type-all-half:last-of-type {
    text-align: left; }
  @media (max-width: 768px) {
    .menu-type-all-half {
      margin: 50px 0 60px 0; } }
  .menu-type-all-half .statemade-menu-pen {
    margin-left: 130px; }
    @media (max-width: 1023px) {
      .menu-type-all-half .statemade-menu-pen {
        margin-left: 0; } }
  @media (min-width: 1024px) {
    .menu-type-all-half {
      margin-left: -40px; } }
  @media (min-width: 1500px) {
    .menu-type-all-half {
      margin-left: -80px; } }
  .menu-type-all-half .statemade-menu-tincutre {
    margin-right: 130px; }
    @media (max-width: 1023px) {
      .menu-type-all-half .statemade-menu-tincutre {
        margin-right: 0; } }

.br-note {
  padding: 0;
  margin: 10px 0 0 0; }

img.statemade-menu-preroll, img.statemade-menu-pen, img.statemade-menu-tincutre, img.statemade-menu-flower {
  height: 420px;
  margin: 0 0 -30px -100px;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 1023px) {
    img.statemade-menu-preroll, img.statemade-menu-pen, img.statemade-menu-tincutre, img.statemade-menu-flower {
      height: 365px; } }
  @media (max-width: 768px) {
    img.statemade-menu-preroll, img.statemade-menu-pen, img.statemade-menu-tincutre, img.statemade-menu-flower {
      height: 210px;
      margin: 0 0 -30px -20px; } }
  @media (min-width: 1500px) {
    img.statemade-menu-preroll, img.statemade-menu-pen, img.statemade-menu-tincutre, img.statemade-menu-flower {
      height: 560px; } }

/* MAX */
.products-max-all .statemade-products-desc h1, .products-max-pens .statemade-products-desc h1, .products-max-drops .statemade-products-desc h1, .products-max-flower .statemade-products-desc h1, .products-max-prerolls .statemade-products-desc h1 {
  margin-left: -2px; }

.products-max-all, .statemade-products-all-max {
  background-color: #932125; }

.products-max-pens {
  background-color: #932125; }
  .products-max-pens .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/max/img-prod-max-pen.png") no-repeat center;
    background-size: 500px !important;
    width: 150px; }
    @media (max-width: 768px) {
      .products-max-pens .statemade-products-img {
        margin-left: -70px; } }

.products-max-drops {
  background-color: #932125; }
  .products-max-drops .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/max/img-prod-max-drop.png") no-repeat center center;
    background-size: 460px !important;
    background-position: -143px 0;
    width: 210px;
    margin-top: 0; }
    @media (max-width: 768px) {
      .products-max-drops .statemade-products-img {
        margin-left: -130px; } }

.products-max-flower {
  background-color: #932125; }
  .products-max-flower .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/max/img-prod-max-flower.png") no-repeat center;
    width: 290px;
    background-size: 185% !important; }
    @media (max-width: 768px) {
      .products-max-flower .statemade-products-img {
        background-position: -210px -59px;
        width: 270px;
        /* position: relative; */
        /* left: 0; */
        margin-left: -80px;
        margin-right: 80px; } }
  @media (max-width: 768px) {
    .products-max-flower .statemade-products-desc {
      width: 160px;
      margin-right: 10px;
      margin-left: -140px; } }

.products-max-prerolls {
  background-color: #932125; }
  .products-max-prerolls .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/max/img-prod-max-prerolls.png") no-repeat center center;
    margin-left: -35px;
    background-size: 460px !important;
    background-position: -153px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-max-prerolls .statemade-products-img {
        margin-left: -120px;
        background-size: 483px !important;
        background-position: -172px -30px; } }

/* JOY */
.products-joy-all, .statemade-products-all-joy {
  background-color: #daadb8; }

.products-joy-pens {
  background-color: #daadb8; }
  .products-joy-pens .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/joy/img-prod-joy-pen.png") no-repeat center;
    background-size: 500px !important;
    width: 150px; }
    @media (max-width: 768px) {
      .products-joy-pens .statemade-products-img {
        margin-left: -70px; } }

.products-joy-drops {
  background-color: #daadb8; }
  .products-joy-drops .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/joy/img-prod-joy-drop.png") no-repeat center center;
    background-size: 460px !important;
    background-position: -143px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-joy-drops .statemade-products-img {
        margin-left: -130px; } }

.products-joy-flower {
  background-color: #daadb8; }
  .products-joy-flower .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/joy/img-prod-joy-flower.png") no-repeat center;
    width: 290px;
    background-size: 185% !important; }
    @media (max-width: 768px) {
      .products-joy-flower .statemade-products-img {
        background-position: -210px -59px;
        width: 270px;
        /*position: relative; */
        margin-left: -80px;
        margin-right: 80px; } }
  @media (max-width: 768px) {
    .products-joy-flower .statemade-products-desc {
      width: 160px;
      margin-right: 10px;
      margin-left: -140px; } }

.products-joy-prerolls {
  background-color: #daadb8; }
  .products-joy-prerolls .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/joy/img-prod-joy-prerolls.png") no-repeat center center;
    margin-left: -35px;
    background-size: 460px !important;
    background-position: -153px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-joy-prerolls .statemade-products-img {
        margin-left: -120px; } }

/* EBB */
.products-ebb-all, .statemade-products-all-ebb {
  background-color: #98bad0; }

.products-ebb-pens {
  background-color: #98bad0; }
  .products-ebb-pens .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/ebb/img-prod-ebb-pen.png") no-repeat center;
    background-size: 500px !important;
    width: 150px; }
    @media (max-width: 768px) {
      .products-ebb-pens .statemade-products-img {
        margin-left: -70px; } }

.products-ebb-drops {
  background-color: #98bad0; }
  .products-ebb-drops .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/ebb/img-prod-ebb-drop.png") no-repeat center center;
    background-size: 460px !important;
    background-position: -143px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-ebb-drops .statemade-products-img {
        margin-left: -130px; } }

.products-ebb-flower {
  background-color: #98bad0; }
  .products-ebb-flower .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/ebb/img-prod-ebb-flower.png") no-repeat center;
    width: 290px;
    background-size: 185% !important; }
    @media (max-width: 768px) {
      .products-ebb-flower .statemade-products-img {
        background-position: -210px -59px;
        width: 270px;
        margin-left: -80px;
        margin-right: 80px; } }
  @media (max-width: 768px) {
    .products-ebb-flower .statemade-products-desc {
      width: 160px;
      margin-right: 10px;
      margin-left: -140px; } }

.products-ebb-prerolls {
  background-color: #98bad0; }
  .products-ebb-prerolls .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/ebb/img-prod-ebb-prerolls.png") no-repeat center center;
    margin-left: -35px;
    background-size: 460px !important;
    background-position: -153px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-ebb-prerolls .statemade-products-img {
        margin-left: -120px; } }

/* ZEN */
.products-zen-all, .statemade-products-all-zen {
  background-color: #274525; }

.products-zen-pens {
  background-color: #274525; }
  .products-zen-pens .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/zen/img-prod-zen-pen.png") no-repeat center;
    background-size: 500px !important;
    width: 150px; }
    @media (max-width: 768px) {
      .products-zen-pens .statemade-products-img {
        margin-left: -70px; } }

.products-zen-drops {
  background-color: #274525; }
  .products-zen-drops .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/zen/img-prod-zen-drop.png") no-repeat center center;
    background-size: 460px !important;
    background-position: -143px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-zen-drops .statemade-products-img {
        margin-left: -130px; } }

.products-zen-flower {
  background-color: #274525; }
  .products-zen-flower .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/zen/img-prod-zen-flower.png") no-repeat center;
    width: 290px;
    background-size: 185% !important; }
    @media (max-width: 768px) {
      .products-zen-flower .statemade-products-img {
        background-position: -210px -59px;
        width: 270px;
        margin-left: -80px;
        margin-right: 80px; } }
  @media (max-width: 768px) {
    .products-zen-flower .statemade-products-desc {
      width: 160px;
      margin-right: 10px;
      margin-left: -140px; } }

.products-zen-prerolls {
  background-color: #274525; }
  .products-zen-prerolls .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/zen/img-prod-zen-prerolls.png") no-repeat center center;
    margin-left: -35px;
    background-size: 460px !important;
    background-position: -153px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-zen-prerolls .statemade-products-img {
        margin-left: -120px; } }

/* ZZZ */
.products-zzz-all, .statemade-products-all-zzz {
  background-color: #2e3192; }

.products-zzz-pens {
  background-color: #2e3192; }
  .products-zzz-pens .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/zzz/img-prod-zzz-pen.png") no-repeat center;
    background-size: 500px !important;
    width: 150px; }
    @media (max-width: 768px) {
      .products-zzz-pens .statemade-products-img {
        margin-left: -70px; } }

.products-zzz-drops {
  background-color: #2e3192; }
  .products-zzz-drops .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/zzz/img-prod-zzz-drop.png") no-repeat center center;
    background-size: 460px !important;
    background-position: -143px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-zzz-drops .statemade-products-img {
        margin-left: -130px; } }

.products-zzz-flower {
  background-color: #2e3192; }
  .products-zzz-flower .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/zzz/img-prod-zzz-flower.png") no-repeat center;
    width: 290px;
    background-size: 185% !important; }
    @media (max-width: 768px) {
      .products-zzz-flower .statemade-products-img {
        background-position: -210px -59px;
        width: 270px;
        margin-left: -80px;
        margin-right: 80px; } }
  @media (max-width: 768px) {
    .products-zzz-flower .statemade-products-desc {
      width: 160px;
      margin-right: 10px;
      margin-left: -140px; } }

.products-zzz-prerolls {
  background-color: #2e3192; }
  .products-zzz-prerolls .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/zzz/img-prod-zzz-prerolls.png") no-repeat center center;
    margin-left: -35px;
    background-size: 460px !important;
    background-position: -153px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-zzz-prerolls .statemade-products-img {
        margin-left: -120px; } }

/* CBD */
.products-cbd-all, .statemade-products-all-cbd {
  background: #555;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(to bottom, #555 0%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media (max-width: 768px) {
    .products-cbd-all .statemade-products-all-header, .statemade-products-all-cbd .statemade-products-all-header {
      top: 85px; }
    .products-cbd-all .statemade-products-all-subheader, .statemade-products-all-cbd .statemade-products-all-subheader {
      top: 130px; }
    .products-cbd-all .statemade-products-note, .statemade-products-all-cbd .statemade-products-note {
      top: 20px; } }

.products-cbd-pens {
  background: #555;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(to bottom, #555 0%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .products-cbd-pens .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/cbd/img-prod-cbd-pen.png") no-repeat center;
    background-size: 500px !important;
    width: 150px; }
    @media (max-width: 768px) {
      .products-cbd-pens .statemade-products-img {
        margin-left: -70px; } }

.products-cbd-drops {
  background: #555;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(to bottom, #555 0%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .products-cbd-drops .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/cbd/img-prod-cbd-drop.png") no-repeat center center;
    background-size: 460px !important;
    background-position: -143px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-cbd-drops .statemade-products-img {
        margin-left: -130px; } }

.products-cbd-flower {
  background: #555;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(to bottom, #555 0%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .products-cbd-flower .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/cbd/img-prod-cbd-flower.png") no-repeat center;
    width: 290px;
    background-size: 185% !important; }
    @media (max-width: 768px) {
      .products-cbd-flower .statemade-products-img {
        background-position: -210px -59px;
        width: 270px;
        margin-left: -80px;
        margin-right: 80px; } }
  @media (max-width: 768px) {
    .products-cbd-flower .statemade-products-desc {
      width: 160px;
      margin-right: 10px;
      margin-left: -140px; } }

.products-cbd-prerolls {
  background: #555;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(to bottom, #555 0%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .products-cbd-prerolls .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/cbd/img-prod-cbd-prerolls.png") no-repeat center center;
    margin-left: -35px;
    background-size: 460px !important;
    background-position: -153px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-cbd-prerolls .statemade-products-img {
        margin-left: -120px; } }

/* ONE */
.products-one-all, .statemade-products-all-one {
  background: url("/static/img/content/statemade/bk-product-one.png") no-repeat;
  background-size: cover;
  background-position: 0;
  color: #58595b; }
  @media (max-width: 768px) {
    .products-one-all .statemade-products-all-header, .statemade-products-all-one .statemade-products-all-header {
      top: 85px; }
    .products-one-all .statemade-products-all-subheader, .statemade-products-all-one .statemade-products-all-subheader {
      top: 130px; }
    .products-one-all .statemade-products-note, .statemade-products-all-one .statemade-products-note {
      top: 20px; } }

.products-one-pens {
  background: url("/static/img/content/statemade/bk-product-one.png") no-repeat;
  background-size: cover;
  background-position: 0; }
  .products-one-pens .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/one/img-prod-one-pen.png") no-repeat center;
    background-size: 500px !important;
    width: 150px; }
    @media (max-width: 768px) {
      .products-one-pens .statemade-products-img {
        margin-left: -70px; } }
  .products-one-pens .statemade-products-desc {
    color: #58595b; }

.products-one-drops {
  background: url("/static/img/content/statemade/bk-product-one.png") no-repeat;
  background-size: cover;
  background-position: 0; }
  .products-one-drops .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/one/img-prod-one-drop.png") no-repeat center center;
    background-size: 460px !important;
    background-position: -143px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-one-drops .statemade-products-img {
        margin-left: -130px; } }
  .products-one-drops .statemade-products-desc {
    color: #58595b; }

.products-one-flower {
  background: url("/static/img/content/statemade/bk-product-one.png") no-repeat;
  background-size: cover;
  background-position: 0; }
  .products-one-flower .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/one/img-prod-one-flower.png") no-repeat center;
    width: 290px;
    background-size: 185% !important; }
    @media (max-width: 768px) {
      .products-one-flower .statemade-products-img {
        background-position: -210px -59px;
        width: 270px;
        margin-left: -80px;
        margin-right: 80px; } }
  .products-one-flower .statemade-products-desc {
    color: #58595b; }
    @media (max-width: 768px) {
      .products-one-flower .statemade-products-desc {
        width: 160px;
        margin-right: 10px;
        margin-left: -140px; } }

.products-one-prerolls {
  background: url("/static/img/content/statemade/bk-product-one.png") no-repeat;
  background-size: cover;
  background-position: 0; }
  .products-one-prerolls .statemade-products-img {
    float: left;
    background: url("/static/img/content/statemade/products/one/img-prod-one-prerolls.png") no-repeat center center;
    margin-left: -35px;
    background-size: 460px !important;
    background-position: -153px 0;
    width: 210px; }
    @media (max-width: 768px) {
      .products-one-prerolls .statemade-products-img {
        margin-left: -120px; } }
  .products-one-prerolls .statemade-products-desc {
    color: #58595b; }

.statemade-products-all-one img.statemade-menu-pen, .statemade-products-all-one img.statemade-menu-tincutre, .statemade-products-all-cbd img.statemade-menu-pen, .statemade-products-all-cbd img.statemade-menu-tincutre {
  margin-left: 0; }

@media (max-width: 768px) {
  img.statemade-menu-tincutre {
    margin-left: -30px !important; } }

/* modal */
.c-statemade-modal__effect-title {
  color: #000;
  font-size: 2em;
  font-weight: 200;
  padding: 0;
  margin: -5px 0 -10px 5px;
  float: left;
  width: 68%; }
  @media (max-width: 768px) {
    .c-statemade-modal__effect-title {
      width: 62%; } }

.c-statemade-modal__product_title {
  display: block;
  margin: 40px 0 0px 0px;
  padding: 0 0px 0 86px; }
  @media (max-width: 768px) {
    .c-statemade-modal__product_title {
      font-size: 1.0em; } }

.c-statemade-signup {
  margin: auto;
  width: 100%;
  max-width: 290px; }

.js-statemade-modal__form {
  margin-top: 25px; }

.c-statemade-signup__form {
  margin-bottom: 10px;
  padding-top: 20px;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.c-statemade-signup__field {
  border: solid 1px #373535;
  padding-left: 10px;
  background-color: #efefef;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%; }
  .c-statemade-signup__field::-webkit-input-placeholder {
    color: #A7A7A7; }
  .c-statemade-signup__field:-ms-input-placeholder {
    color: #A7A7A7; }
  .c-statemade-signup__field::-ms-input-placeholder {
    color: #A7A7A7; }
  .c-statemade-signup__field::placeholder {
    color: #A7A7A7; }

.c-statemade-signup__submit {
  background-color: #373535;
  color: #fff;
  -webkit-box-flex: 0;
  display: block;
  width: 46px;
  height: 46px;
  border: none; }

.js-statemade-modal__complete h1 {
  position: absolute;
  margin: -50px 0 0 0;
  width: 100%; }

.TEMPHIDE, .hide-item {
  display: none; }

/* ------------------------------------ *\
    #POST EXCERPT
\* ------------------------------------ */
.c-post-excerpt {
  overflow: hidden;
  cursor: pointer;
  background: #e5e5e5 center/cover no-repeat;
  height: 100%;
  color: #fff;
  text-align: center;
  position: relative; }
  .c-post-excerpt::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.19;
    background: #000;
    -webkit-transition: 0.15s;
    transition: 0.15s; }
  .c-post-excerpt:hover::before {
    opacity: 0.4; }

.c-post-excerpt__inner {
  max-width: 690px;
  padding: 0 20px;
  margin: auto;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .c-post-excerpt:hover .c-post-excerpt__inner {
    -webkit-transform: none;
            transform: none; }

.c-post-excerpt__header {
  width: 100%; }

.c-post-excerpt__cat {
  font-size: 1.17647rem;
  font-weight: normal; }

.c-post-excerpt__title {
  font-size: 1.76471rem;
  line-height: 1.26667em; }

.c-post-excerpt__content {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .c-post-excerpt:hover .c-post-excerpt__content {
    visibility: visible;
    opacity: 1; }

/* ------------------------------------ *\
    #BLOG LISTING
\* ------------------------------------ */
.c-blog-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -6px; }

.c-blog-listing__item {
  margin-bottom: 12px;
  padding: 0 6px;
  height: 460px;
  width: 100%; }
  @media (min-width: 769px) {
    .c-blog-listing__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .c-blog-listing__item:nth-child(7n + 1) {
      width: 66.66667%; } }
  @media (min-width: 1200px) {
    .c-blog-listing__item:nth-child(7n + 2) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; } }
  @media (min-width: 1200px) {
    .c-blog-listing__item:nth-child(7n + 4) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; } }
  @media (min-width: 1200px) {
    .c-blog-listing__item:nth-child(7n + 5) {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; } }
  @media (min-width: 1200px) {
    .c-blog-listing__item:nth-child(7n + 7) {
      width: 66.66667%; } }
  @media (min-width: 1200px) {
    .c-blog-listing__item:nth-child(7n + 1), .c-blog-listing__item:nth-child(7n + 2), .c-blog-listing__item:nth-child(7n + 6), .c-blog-listing__item:nth-child(7n + 7) {
      height: 530px; } }

/* ------------------------------------ *\
    #NEWSROOM LISTING
\* ------------------------------------ */
.c-btn--list-all {
  margin-top: 20px; }

.c-newsroom-listing {
  margin: 0 -6px; }
  .c-newsroom-listing::after {
    clear: both;
    content: '';
    display: table; }

.c-newsroom-listing__item {
  height: 460px;
  padding: 0 6px;
  margin-bottom: 12px; }
  @media (min-width: 769px) {
    .c-newsroom-listing__item {
      width: 33.33333%;
      float: left; } }
  @media (min-width: 1200px) {
    .c-newsroom-listing__item:nth-child(7n + 1) {
      width: 66.66667%; } }
  @media (min-width: 1200px) {
    .c-newsroom-listing__item:nth-child(7n + 2), .c-newsroom-listing__item:nth-child(7n + 3) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s;
      height: 260px; } }
  @media (min-width: 1200px) {
    .c-newsroom-listing__item:nth-child(7n + 1), .c-newsroom-listing__item:nth-child(7n + 7), .c-newsroom-listing__item:nth-child(12), .c-newsroom-listing__item:nth-child(13) {
      height: 530px; } }
  @media (min-width: 1200px) {
    .c-newsroom-listing__item:nth-child(7n + 4) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; } }
  @media (min-width: 1200px) {
    .c-newsroom-listing__item:nth-child(7n + 5) {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; } }
  @media (min-width: 769px) {
    .c-newsroom-listing__item:nth-child(9), .c-newsroom-listing__item:nth-child(10) {
      height: 460px; } }

/* .c-newsroom-listing__item {
    margin-bottom: 12px;
    padding: 0 6px;
    height: 460px;
    width: 100%;

    @include media('sm') {
        flex: 0 0 auto;
        width: (100% / 3);
    }

    &:nth-child(7n + 1) {
        @include media('lg') {
            width: (100% / 3 * 2);
        }
    }

    &:nth-child(7n + 2) {
        @include media('lg') {
            animation-delay: 0.3s;
            height: 265px;

        }
    }

    &:nth-child(7n + 3) {
        @include media('lg') {
            animation-delay: 0.3s;
            height: 265px;

        }
    }

    &:nth-child(7n + 4) {
        @include media('lg') {
            animation-delay: 0.3s;
        }
    }

    &:nth-child(7n + 5) {
        @include media('lg') {
            animation-delay: 0.6s;
        }
    }


    &:nth-child(7n + 7) {
        @include media('lg') {
            width: (100% / 3 * 2);
        }
    }

    &:nth-child(7n + 1),
    &:nth-child(7n + 6),
    &:nth-child(7n + 7) {
        @include media('lg') {
            height: 530px;
        }
    }
} */
/* ------------------------------------ *\
    #SOCIAL
\* ------------------------------------ */
.c-social {
  margin: 0;
  color: #333; }

.c-social__item + .c-social__item {
  margin-left: 30px; }

.c-social__item-link {
  color: inherit; }
  .c-social__item-link:hover {
    color: #960709;
    text-decoration: none; }

.c-social__item-icon {
  cursor: pointer;
  margin-bottom: 0; }

/* ------------------------------------ *\
    #NEWS EXCERPT
\* ------------------------------------ */
.c-news-excerpt {
  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;
  margin-bottom: 20px;
  background: #f7f7f7; }
  @media (min-width: 769px) {
    .c-news-excerpt {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

.c-news-excerpt__header {
  padding: 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row: 2 / 3; }
  @media (min-width: 769px) {
    .c-news-excerpt__header {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 40px;
      width: 330px;
      min-height: 440px;
      grid-row: auto; } }

.c-news-excerpt__thumb {
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  height: 200px; }
  @media (min-width: 769px) {
    .c-news-excerpt__thumb {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: auto; } }

.c-news-excerpt__cover-img {
  height: 100%;
  -webkit-transition: 0.75s;
  transition: 0.75s; }
  .c-news-excerpt:hover .c-news-excerpt__cover-img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }

/* ------------------------------------ *\
    #STORE DETAILS
\* ------------------------------------ */
@-webkit-keyframes appeared {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0; }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@keyframes appeared {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0; }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

.c-store-details {
  position: relative;
  -webkit-animation: appeared 0.5s forwards;
          animation: appeared 0.5s forwards; }

.c-store-details__close {
  position: absolute;
  bottom: 100%;
  left: 100%; }

.c-store-details__media {
  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;
  height: 100%; }

.c-store-details__media-block {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  height: 50%; }

@media (min-width: 769px) {
  .c-store-details__block {
    padding-bottom: 20px; } }

.c-store-details__block + .c-store-details__block {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5; }
  @media (min-width: 769px) {
    .c-store-details__block + .c-store-details__block {
      padding-top: 40px; } }

/* ------------------------------------ *\
    #STORES LIST
\* ------------------------------------ */
.c-stores-list {
  margin: 0 -20px 40px;
  font-size: 1rem; }
  @media (min-width: 769px) {
    .c-stores-list {
      margin: 0 -40px 40px; } }

.c-stores-list__link {
  display: block;
  padding: 11px 20px;
  color: inherit; }
  @media (min-width: 769px) {
    .c-stores-list__link {
      padding: 11px 40px; } }

.c-stores-list__item.is-active a.c-stores-list__link, a.c-stores-list__link:hover {
  text-decoration: none;
  background: #f7f7f7; }

.c-stores-list__link--inactive {
  color: #b3b3b3; }

.c-stores-list__open-date {
  display: block;
  font-size: 0.82353em;
  font-style: italic; }

.c-stores-list__close-date {
  display: block;
  font-size: 0.82353em;
  font-style: italic;
  color: #b3b3b3; }

/* ------------------------------------ *\
    #STORES MAP
\* ------------------------------------ */
.c-stores-map {
  width: 100%;
  height: 300px;
  background: #ededed; }
  @media (min-width: 769px) {
    .c-stores-map {
      width: 100%;
      height: 100%; } }

.c-stores-map__static {
  display: none; }
  @media (min-width: 769px) {
    .c-stores-map__static {
      display: block;
      background-image: url(f274cc98461d69727ab04026c6950c05.png);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; } }

.c-stores-map--modal {
  height: 100vw; }
  @media (min-width: 769px) {
    .c-stores-map--modal {
      width: 100%;
      height: 100%; } }

/* ------------------------------------ *\
    #STORES APP
\* ------------------------------------ */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.c-stores-app {
  width: 100%;
  border-top: 75px solid #960709; }
  @media (min-width: 769px) {
    .c-stores-app {
      height: 100vh; } }

.c-stores-app--modal {
  padding-top: 75px;
  border: 0;
  height: 100vh; }

.c-stores-app__layout {
  -webkit-animation: fadeIn 0.5s linear forwards;
          animation: fadeIn 0.5s linear forwards; }
  @media (min-width: 769px) {
    .c-stores-app__layout {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; } }

.c-stores-app__layout--mobile-reversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 769px) {
    .c-stores-app__layout--mobile-reversed {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.c-stores-app__content {
  overflow: auto;
  padding: 20px; }
  @media (min-width: 769px) {
    .c-stores-app__content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 3.125vw;
      width: 40%; } }

.c-stores-app__media {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  height: 500px; }
  @media (min-width: 769px) {
    .c-stores-app__media {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 60%;
      height: 100%; } }

/* ------------------------------------ *\
    #HEADER
\* ------------------------------------ */
.c-header {
  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;
  width: 100%;
  height: 75px;
  border-bottom: 1px solid transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  color: #fff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .c-header.is-red-on-white, .c-header.is-scrolled {
    color: #333;
    background: #fff;
    border-bottom: 1px solid #e5e5e5; }
  .c-header.is-ember {
    border-bottom: 2px solid #960709; }
  .c-header.is-open {
    color: #960709; }
    @media (min-width: 1024px) {
      .c-header.is-open {
        color: #fff; } }

.c-header__content {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-header__logo-link {
  color: inherit;
  text-decoration: none; }
  .c-header.is-red-on-white .c-header__logo-link,
  .c-header.is-scrolled .c-header__logo-link {
    color: #960709; }
  @media (min-width: 769px) {
    .is-store .c-header__logo-link {
      position: absolute;
      top: 50%;
      left: 2.6875vw;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .c-header__logo-link:hover {
    text-decoration: none; }

@-webkit-keyframes appear {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes appear {
  from {
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.c-header__logo-path {
  -webkit-transform-origin: 10px 10px;
          transform-origin: 10px 10px;
  -webkit-transform: scale(1);
          transform: scale(1); }
  .c-header__logo-link:hover .c-header__logo-path {
    -webkit-animation-name: appear;
            animation-name: appear;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-direction: forwards;
            animation-direction: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }

.c-header__logo-path--1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }

.c-header__logo-path--2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.c-header__logo-path--3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.c-header__logo-path--4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

.c-header__logo-path--5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.c-header__logo-path--6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

.c-header__logo-path--7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s; }

.c-header__logo-path--8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }

.c-header__logo {
  display: block;
  width: 140px;
  height: 30px; }
  @media (min-width: 1024px) {
    .c-header__logo {
      width: 187px;
      height: 40px; } }

.c-header__nav {
  opacity: 0;
  visibility: hidden;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  color: #333;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .c-header.is-open .c-header__nav {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1024px) {
    .c-header__nav {
      opacity: 1;
      visibility: visible;
      display: block;
      position: static;
      background: none;
      width: auto;
      height: auto;
      color: inherit;
      white-space: nowrap; } }

.c-header__nav-list {
  width: 100%;
  font-size: 1.17647rem;
  line-height: 1;
  text-align: center; }
  @media (min-width: 1024px) {
    .c-header__nav-list {
      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: 0 -25px 0 0;
      font-size: 1.05882rem;
      font-weight: 600; } }

.c-header__nav-link {
  display: block;
  color: inherit;
  padding: 15px 25px;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .c-header__nav-link {
      padding: 0 25px; } }
  .c-header__nav-list:hover .c-header__nav-link {
    opacity: 1; }
    .c-header.is-red-on-white .c-header__nav-list:hover .c-header__nav-link,
    .c-header.is-scrolled .c-header__nav-list:hover .c-header__nav-link {
      opacity: 1; }
  .c-header__nav-item:hover .c-header__nav-link,
  .c-header__nav-item.is-current .c-header__nav-link {
    text-decoration: none;
    opacity: 0.5; }
    .c-header.is-red-on-white .c-header__nav-item:hover .c-header__nav-link,
    .c-header.is-scrolled .c-header__nav-item:hover .c-header__nav-link, .c-header.is-red-on-white
    .c-header__nav-item.is-current .c-header__nav-link,
    .c-header.is-scrolled
    .c-header__nav-item.is-current .c-header__nav-link {
      color: #960709;
      opacity: 1; }

.c-header__social {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .c-header__social {
      display: none; } }

/* ------------------------------------ *\
    #MODAL
\* ------------------------------------ */
.c-modal {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: #fff;
  border: 1px solid #e5e5e5; }
  @media (min-width: 1024px) {
    .c-modal {
      overflow: visible; } }

.c-modal__close {
  position: absolute;
  background: transparent;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1; }
  @media (min-width: 1024px) {
    .c-modal__close {
      -webkit-transform: translateX(50px);
              transform: translateX(50px); } }
  .c-modal__close::before, .c-modal__close::after {
    content: '';
    display: block;
    position: absolute;
    background: #c7c7c7;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px; }
  .c-modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .c-modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }

.c-modal__aside {
  text-align: center;
  padding: 56px 20px;
  background: #337ab7; }
  @media (min-width: 1024px) {
    .c-modal__aside {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 300px;
          -ms-flex: 0 0 300px;
              flex: 0 0 300px; } }

.c-modal__main {
  padding: 1.76471rem;
  background: white; }
  @media (min-width: 1024px) {
    .c-modal__main {
      padding: 4.11765rem; } }

/* ------------------------------------ *\
    #VIDEO MODULE
\* ------------------------------------ */
.c-takeover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url(c6abfac34ec771fcde46952ef3e28b36.jpg); }
  .c-takeover > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    @media (min-width: 769px) {
      .c-takeover > div {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; } }
  @media (min-width: 769px) {
    .c-takeover {
      min-height: 50vw; } }

.c-takeover--career {
  background-image: url(964a16117833504733eb6d47fb7ce742.jpg); }
  @media (min-width: 1024px) {
    .c-takeover--career {
      background-image: url(a52aa15eca06608a02aae43599312bdb.jpg); } }

.c-takeover__header {
  position: relative;
  max-width: 440px;
  z-index: 1; }

.c-takeover__header-career {
  position: relative;
  max-width: 440px;
  z-index: 1;
  color: #333;
  top: 10px; }
  @media screen and (min-width: 768px) {
    .c-takeover__header-career {
      top: -100px;
      left: 20px; } }
  @media screen and (min-width: 1020px) {
    .c-takeover__header-career {
      top: -200px;
      left: 50px; } }
  @media screen and (min-width: 1400px) {
    .c-takeover__header-career {
      top: -350px;
      left: 80px; } }

.c-apply-now-color {
  color: white; }
  @media (min-width: 769px) {
    .c-apply-now-color {
      color: #960709; } }

.c-takeover__video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%; }
  @media (min-width: 1024px) {
    .c-takeover__video {
      display: block; } }

/* ------------------------------------ *\
    #FEATURE SECTION
\* ------------------------------------ */
.c-feature-section {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1024px) {
    .c-feature-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.c-feature-section--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-feature-section__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (min-width: 1024px) {
    .c-feature-section__block {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; } }
  @media (min-width: 1024px) {
    .c-feature-section__block.c-feature-section__block--padded {
      padding: 0 6.875vw; } }
  @media (min-width: 1024px) {
    .c-feature-section__block.c-feature-section__block--paddedTop {
      padding-top: 2.35294rem; } }
  @media (max-width: 1023px) {
    .c-feature-section__block:not(.c-feature-section__block--padded) {
      margin-bottom: 20px; } }
  .c-feature-section--flip-content .c-feature-section__block:last-child {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
    @media (min-width: 1024px) {
      .c-feature-section--flip-content .c-feature-section__block:last-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }

@media (min-width: 1024px) {
  .c-feature-section__graphic {
    margin-bottom: 0; } }

@media (min-width: 1024px) {
  .c-feature-section__faux-bleed {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    background: #960709; }
    .c-feature-section__faux-bleed::before, .c-feature-section__faux-bleed::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      background: #960709;
      z-index: -1; }
    .c-feature-section__faux-bleed::before {
      left: 100%;
      width: 75vw; }
    .c-feature-section__faux-bleed::after {
      right: 100%;
      width: 25vw; } }

/* ------------------------------------ *\
    #STATS COUNTER
\* ------------------------------------ */
.c-stat-counter {
  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; }
  @media (min-width: 769px) {
    .c-stat-counter {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.c-stat-counter__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
  padding: 0 0.58824em; }
  @media (min-width: 769px) {
    .c-stat-counter__block {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .c-stat-counter__block:nth-child(4) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .c-stat-counter__block:nth-child(5) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; } }

.c-stat-counter__number {
  font-size: 3.64706em;
  color: #960709;
  line-height: normal; }
  @media (min-width: 480px) {
    .c-stat-counter__number {
      font-size: 4.35294em; } }
  @media (min-width: 1024px) {
    .c-stat-counter__number {
      font-size: 6.58824em; } }

.c-stat-counter__label {
  font-size: 1.05882em;
  font-weight: 600;
  line-height: normal; }
  @media (min-width: 480px) {
    .c-stat-counter__label {
      font-size: 1.29412em; } }
  @media (min-width: 1024px) {
    .c-stat-counter__label {
      font-size: 1.41176em; } }

.c-stat-counter__bridge {
  padding: 1.17647em 0;
  font-size: 1.05882em;
  font-style: italic;
  line-height: normal; }
  @media (min-width: 480px) {
    .c-stat-counter__bridge {
      font-size: 1.17647em; } }
  @media (min-width: 1024px) {
    .c-stat-counter__bridge {
      font-size: 1.35294em; } }

.c-stat-counter__ticker {
  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;
  height: 75px;
  overflow: hidden; }
  @media (min-width: 480px) {
    .c-stat-counter__ticker {
      height: 89px; } }
  @media (min-width: 1024px) {
    .c-stat-counter__ticker {
      height: 135px; } }

.c-stat-counter__ticker-inner {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

/* ------------------------------------ *\
    #FOOTER NAV
\* ------------------------------------ */
.c-footer-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 900px;
  font-size: 0.82353rem;
  position: relative; }
  @media (min-width: 769px) {
    .c-footer-nav {
      font-size: 1rem; } }

.c-footer-nav__list {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0; }

.c-footer-nav__item {
  padding-right: 20px;
  margin-bottom: 20px;
  width: 33.33333%; }
  @media (min-width: 769px) {
    .c-footer-nav__item {
      width: 25%; } }

.c-footer-nav__item--full {
  position: absolute;
  top: 45px;
  right: -25%; }
  @media (max-width: 768px) {
    .c-footer-nav__item--full {
      width: 100%;
      position: static; } }

.c-footer-nav__link {
  color: inherit; }
  .c-footer-nav__link:hover {
    color: #960709;
    text-decoration: none; }

/* ------------------------------------ *\
    #FOOTER LINKS
\* ------------------------------------ */
.c-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  font-size: 0.76471rem; }

.c-footer-links__item {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .c-footer-links__item {
      padding-right: 40px;
      margin-bottom: 0;
      width: auto; } }

.c-footer-links__item--copyright {
  -webkit-box-ordinal-group: 101;
  -webkit-order: 100;
      -ms-flex-order: 100;
          order: 100;
  margin-top: 40px;
  width: 100%;
  font-size: 0.69231em; }
  @media (min-width: 769px) {
    .c-footer-links__item--copyright {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      margin-top: 0;
      width: auto;
      font-size: inherit; } }

.c-footer-links__link {
  color: #fff; }
  .c-footer-links__link:hover {
    color: #e5e5e5;
    text-decoration: none; }

/* ------------------------------------ *\
    #FOOTER
\* ------------------------------------ */
.c-footer {
  background: #fff;
  position: relative; }

.c-footer__top-section {
  padding-top: 120px; }

.c-footer__bottom-section {
  padding: 25px 0;
  background: #960709;
  color: #fff; }

.c-footer__layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 769px) {
    .c-footer__layout {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.c-hero--mediaassets {
  border: solid 1px green; }

.c-hero--mediaassets {
  border: solid 1px green; }

.c-press__header {
  color: #960709;
  font-style: italic; }

.c-press-back-link svg {
  width: 34px; }

.c-press-back-link::after {
  content: 'Back';
  font-size: 1rem;
  color: #960709;
  position: absolute;
  margin: 5px 0 0 -5px; }

.c-press-back-link:hover::after {
  text-decoration: underline; }

.pr-container {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  display: block; }
  .pr-container.is-hidden {
    display: none; }

.pr-con-wr {
  float: left;
  width: 95%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .pr-con-wr {
      width: 90%; } }

.pr-date {
  font-size: 0.82353rem;
  padding-bottom: 3px; }

.pr-title {
  font-weight: 600;
  padding-bottom: 3px;
  display: block;
  color: #333; }

.pr-title:hover {
  color: #960709; }

.pr-icon {
  float: left;
  width: 5%; }
  @media (max-width: 768px) {
    .pr-icon {
      width: 10%; } }

.a-back {
  fill: #960709; }

.b-back {
  fill: none; }

.pr-icon svg {
  width: 30px; }

.c-icon-pdf-1,
.c-icon-pdf-2 {
  fill: none; }

.c-icon-pdf-1 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.c-icon-pdf-3 {
  fill: #fff; }

.c-icon-pdf-4 {
  fill: #333;
  font-size: 7.5px;
  font-family: AvenirNext-DemiBold, Avenir Next;
  font-weight: 300;
  letter-spacing: -0.004em; }

.text--red {
  color: #960709; }

/* ------------------------------------ *\
    #BLOCK
\* ------------------------------------ */
.c-block-subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  left: 15px;
  top: 45px; }
  @media (max-width: 479px) {
    .c-block-subtitle {
      top: 40px;
      font-weight: 400; } }

.c-block-subtitle-ld {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  left: 15px;
  bottom: -10px; }
  @media (max-width: 479px) {
    .c-block-subtitle-ld {
      bottom: -15px;
      font-size: 15px;
      font-weight: 400; } }

.c-block-note {
  text-align: left;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 45%; }
  @media (max-width: 1023px) {
    .c-block-note {
      white-space: normal; } }
  @media (max-width: 479px) {
    .c-block-note {
      bottom: 10px;
      width: 40%;
      font-size: 10px;
      font-weight: 400;
      line-height: 13px; } }

.c-ember__header {
  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: 1024px) {
    .c-ember__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.c-ember__main {
  position: relative; }
  @media (min-width: 1024px) {
    .c-ember__main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 1380px;
      margin: 0 auto;
      padding: 20px;
      border-bottom: 1px solid #d8d8d8; } }

.c-ember__share {
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -30px;
  right: 20px; }
  @media (min-width: 1024px) {
    .c-ember__share {
      display: none; } }

.c-ember--no-share .c-ember-category__share,
.c-ember--no-share .c-ember-header__share {
  display: none; }

.c-ember__search {
  width: calc(100% - 40px);
  height: 15px;
  position: absolute;
  top: -30px;
  left: 20px;
  padding: 10px 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (min-width: 1024px) {
    .c-ember__search {
      display: none; } }
  .c-ember-article__header .c-ember__search {
    top: inherit;
    bottom: -5px; }

.c-ember-header {
  text-align: center;
  padding: 24px 15px 10px;
  position: relative; }
  @media (min-width: 1024px) {
    .c-ember-header {
      padding: 28px 15px 10px; } }

.c-ember-header__logo {
  width: 190px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .c-ember-header__logo {
      width: 300px;
      margin: 0 auto 0.47059rem; } }

.c-ember-header__tagline {
  color: #8b0b0d;
  font-size: 0.70588rem; }
  @media (min-width: 1024px) {
    .c-ember-header__tagline {
      font-size: 1.17647rem;
      margin-bottom: 1.17647rem; } }

.c-ember-header__share {
  display: none; }
  @media (min-width: 1024px) {
    .c-ember-header__share {
      display: block;
      position: absolute;
      right: 20px;
      top: 50px; } }

.c-ember-header__search {
  display: none; }
  @media (min-width: 1024px) {
    .c-ember-header__search {
      display: block;
      position: absolute;
      right: 20px;
      top: 20px; } }

.c-ember-nav {
  background: #6e090b; }
  @media (min-width: 1024px) {
    .c-ember-nav {
      background: #8b0b0d; } }

.c-ember-nav__active {
  cursor: pointer;
  color: #fff;
  font-size: 0.70588rem;
  background: #8b0b0d;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: -2px;
  z-index: 1; }
  @media (min-width: 1024px) {
    .c-ember-nav__active {
      display: none; } }

.c-ember-nav__icon {
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  -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;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
  .c-ember-nav__active.is-active .c-ember-nav__icon {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }

.c-ember-nav__svg {
  padding: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.c-ember-nav__dropdown {
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  overflow: hidden; }
  .c-ember-nav__dropdown.is-hidden {
    height: 0 !important; }
  @media (min-width: 1024px) {
    .c-ember-nav__dropdown, .c-ember-nav__dropdown.is-hidden {
      height: 34px !important; } }

.c-ember-nav__lists {
  padding: 0 15px 4px;
  margin: 0; }
  @media (min-width: 1024px) {
    .c-ember-nav__lists {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      -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%; } }

.c-ember-nav__item ~ .c-ember-nav__item {
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  @media (min-width: 1024px) {
    .c-ember-nav__item ~ .c-ember-nav__item {
      border-top: 0; } }

.c-ember-nav__item.is-active {
  display: none; }
  @media (min-width: 1024px) {
    .c-ember-nav__item.is-active {
      display: block; } }

.c-ember-nav__link {
  color: #fff;
  font-size: 0.70588rem;
  line-height: 1.33333;
  text-transform: capitalize; }
  @media (min-width: 1024px) {
    .c-ember-nav__link {
      padding: 0 2.35294rem; } }

.c-ember-burning {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8; }
  @media (min-width: 1024px) {
    .c-ember-burning {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding-left: 24px;
      border-top: 0;
      border-bottom: 0; } }

.c-ember-burning__header {
  padding: 8px 0;
  border-bottom: 4px solid #94070a;
  margin-bottom: 0; }

.c-ember-burning__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0; }
  .c-ember-burning__item ~ .c-ember-burning__item {
    border-top: 1px solid #d8d8d8; }

.c-ember-burning__img {
  margin-bottom: 0; }

.c-ember-burning__item-left {
  padding-right: 10px; }

.c-ember-burning__item-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  margin-left: auto; }

.c-ember-burning__time {
  margin-bottom: 6px; }

.c-ember-burning__title {
  color: #333; }

@media (min-width: 1024px) {
  .c-ember-feature {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    width: 66%;
    margin-top: 10px; } }

.c-ember-feature__category {
  font-size: 0.58824rem; }
  @media (min-width: 1024px) {
    .c-ember-feature__category {
      font-size: 0.70588rem; } }

.c-ember-feature__title {
  font-size: 0.70588rem; }
  @media (min-width: 1024px) {
    .c-ember-feature__title {
      font-size: 0.94118rem; } }

.c-ember-category__header {
  text-align: center;
  text-transform: capitalize;
  font-size: 1.29412rem;
  border-bottom: 1px solid #d8d8d8;
  padding: 18px 0;
  position: relative; }

@media (min-width: 1024px) {
  .c-ember-category__content {
    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; } }

.c-ember-category__list {
  max-width: 100%; }
  @media (min-width: 1024px) {
    .c-ember-category__list {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      margin: 0 10%; } }

.c-ember-category__ad {
  display: none; }
  @media (min-width: 1024px) {
    .c-ember-category__ad {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      width: 25%;
      padding: 1.64706rem 0 0; } }

.c-ember-category__no-result {
  margin-left: auto;
  margin-right: auto; }

.c-ember-category__article {
  color: currentColor;
  padding: 1.64706rem 0; }
  @media (min-width: 769px) {
    .c-ember-category__article {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .c-ember-category__article ~ .c-ember-category__article {
    border-top: 1px solid #d8d8d8; }

.c-ember-category__article-img {
  width: 100%; }
  @media (min-width: 769px) {
    .c-ember-category__article-img {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45%;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      width: 45%; } }

@media (min-width: 769px) {
  .c-ember-category__article-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    width: 55%;
    padding-left: 20px; } }

.c-ember-category__article-category {
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 8px; }

.c-ember-category__article-title {
  color: #000;
  font-size: 0.94118rem;
  margin-bottom: 6px; }

.c-ember-category__article-summary {
  font-size: 0.70588rem;
  margin-bottom: 30px; }

.c-ember-category__container {
  position: relative; }

.c-ember-category__share {
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  top: 0px;
  right: 20px; }
  @media (min-width: 1024px) {
    .c-ember-category__share {
      display: none; } }

.c-ember-article__category {
  display: inline-block;
  font-size: 0.58824rem;
  margin-bottom: 0;
  text-transform: capitalize; }
  @media (min-width: 1024px) {
    .c-ember-article__category {
      font-size: 0.94118rem;
      margin-bottom: 6px; } }

.c-ember-article__title {
  margin-bottom: 6px; }
  @media (min-width: 1024px) {
    .c-ember-article__title {
      font-size: 2.11765rem; } }

.c-ember-article__date {
  font-size: 0.58824rem;
  margin-bottom: 12px; }
  @media (min-width: 1024px) {
    .c-ember-article__date {
      font-size: 0.94118rem; } }

.c-ember-article__header {
  position: relative; }
  @media (min-width: 1024px) {
    .c-ember-article__header {
      padding: 50px 0; } }

.c-ember-article__nav {
  cursor: pointer;
  color: currentColor;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.82353rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize; }
  .c-ember-article__nav.is-disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.25; }

@media (min-width: 1024px) {
  .c-ember-article__doc {
    padding: 0 60px; } }

.c-ember-article__arrow-svg {
  display: block;
  padding: 1px;
  margin: 0 6px; }

.c-ember-article__arrow-svg--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.c-ember-article__footer {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-ember-article__share {
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: 20px; }
  @media (min-width: 1024px) {
    .c-ember-article__share {
      display: none; } }

.c-ember-article__share-svg {
  width: 100%; }

.c-ember-share {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002; }
  .c-ember-share.is-active {
    display: block; }

.c-ember-share__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); }

.c-ember-share__modal {
  background: #fff;
  max-width: 480px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px; }

.c-ember-share__logo {
  width: 50%;
  margin: 0 auto;
  padding: 0 40px 5px;
  border-bottom: 2px solid #960709; }

.c-ember-share__tagline {
  color: #960709;
  text-align: center;
  padding: 10px; }

.c-ember-share__cta {
  font-size: 0.70588rem;
  border-top: 2px solid #d8d8d8;
  padding: 10px 0;
  text-align: center; }

.c-ember-share__icons {
  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; }

.c-ember-share__icon {
  cursor: pointer;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #960709;
  border-radius: 50%;
  padding: 6px;
  margin: 0 10px; }

.c-ember-share__icon--header {
  width: 25px;
  height: 25px;
  background: transparent;
  color: #979797;
  margin: 0 5px; }
  .c-ember-share__icon--header:hover, .c-ember-share__icon--header:active, .c-ember-share__icon--header:focus {
    color: #960709; }

.c-ember-share__icon-svg {
  fill: currentColor;
  width: 100%;
  display: block; }

.c-ember-share__close {
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  border: 2px solid #960709; }
  .c-ember-share__close::before, .c-ember-share__close::after {
    content: '';
    width: 90%;
    height: 2px;
    background: #960709;
    position: absolute;
    top: 50%;
    left: 50%; }
  .c-ember-share__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .c-ember-share__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.c-ember-search__input {
  width: 180px;
  height: 25px;
  border: 1px solid black;
  border-radius: 20px;
  position: relative;
  font-size: 0.82353rem;
  padding-left: 1.41176rem;
  padding-right: 0.35294rem; }
  .c-ember-search__input::-webkit-input-placeholder {
    opacity: 0.5; }
  .c-ember-search__input:-ms-input-placeholder {
    opacity: 0.5; }
  .c-ember-search__input::-ms-input-placeholder {
    opacity: 0.5; }
  .c-ember-search__input::placeholder {
    opacity: 0.5; }

.c-ember-search__input--alt {
  height: 19px;
  font-size: 0.94118rem;
  padding: 14px 4px;
  width: 100%;
  position: relative;
  top: -4px;
  border: 0;
  border-bottom: 1px solid black;
  z-index: 1; }

.c-ember-search__iconWrap {
  cursor: pointer; }
  @media (min-width: 1024px) {
    .c-ember-search__iconWrap {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) scale(1.2);
              transform: translateY(-50%) scale(1.2);
      left: 8px; } }

.c-ember-search__icon {
  cursor: pointer;
  height: 16px;
  position: relative;
  top: -8px;
  width: 16px; }
  @media (min-width: 1024px) {
    .c-ember-search__icon {
      height: 100%;
      width: 100%;
      top: 2px; } }
  .c-ember-search__icon svg {
    display: block; }

.c-ember-search__close {
  display: inline;
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 1; }

.c-ember-search__wrapper {
  position: absolute;
  width: 0;
  top: 0;
  left: 24px;
  -webkit-transition: width .25s linear;
  transition: width .25s linear;
  overflow: hidden; }
  .c-ember-search__wrapper.open {
    width: calc(100% - 45px); }

.c-oneoff__content {
  padding-bottom: 60px; }
  .c-oneoff__content ul li {
    list-style: none;
    position: relative;
    padding-left: 28px; }
    .c-oneoff__content ul li::before {
      content: "";
      display: block;
      height: 24px;
      width: 24px;
      background: url(a00f30fc28f90eaaf24685433bdf5b6d.svg) 50%/contain no-repeat;
      position: absolute;
      top: 0;
      left: -6px; }
  .c-oneoff__content > h5,
  .c-oneoff__content > h4,
  .c-oneoff__content > h3,
  .c-oneoff__content > h2,
  .c-oneoff__content > h1,
  .c-oneoff__content > table,
  .c-oneoff__content > ul,
  .c-oneoff__content > ol,
  .c-oneoff__content > p {
    margin-bottom: 20px; }
    @media (min-width: 769px) {
      .c-oneoff__content > h5,
      .c-oneoff__content > h4,
      .c-oneoff__content > h3,
      .c-oneoff__content > h2,
      .c-oneoff__content > h1,
      .c-oneoff__content > table,
      .c-oneoff__content > ul,
      .c-oneoff__content > ol,
      .c-oneoff__content > p {
        padding: 0 10%; } }

.c-oneoff__date {
  padding: 0 10%;
  margin-bottom: 20px; }

/* ------------------------------------ *\
    #COLOR UTILITIES
\* ------------------------------------ */
.u-color-body {
  color: #333; }

.u-color-headings {
  color: #00587d; }

.u-color-primary {
  color: #337ab7; }

.u-color-white {
  color: #fff; }

.u-color-red {
  color: #960709; }

.u-color-product-green {
  color: #004127; }

.u-color-product-green-light {
  color: #47a141; }

.u-color-product-yellow {
  color: #ffb103; }

.u-color-product-pink {
  color: #e70465; }

.u-color-product-purple {
  color: #6c0481; }

.u-color-product-blue {
  color: #0099dc; }

.u-color-product-blue-dark {
  color: #00007a; }

.u-color-link {
  color: #337ab7; }

.u-color-grey {
  color: #e5e5e5; }

.u-color-grey-mid {
  color: #979797; }

.u-color-grey-dark {
  color: #999; }

.u-color-body-background {
  background-color: #333; }

.u-color-headings-background {
  background-color: #00587d; }

.u-color-primary-background {
  background-color: #337ab7; }

.u-color-white-background {
  background-color: #fff; }

.u-color-red-background {
  background-color: #960709; }

.u-color-product-green-background {
  background-color: #004127; }

.u-color-product-green-light-background {
  background-color: #47a141; }

.u-color-product-yellow-background {
  background-color: #ffb103; }

.u-color-product-pink-background {
  background-color: #e70465; }

.u-color-product-purple-background {
  background-color: #6c0481; }

.u-color-product-blue-background {
  background-color: #0099dc; }

.u-color-product-blue-dark-background {
  background-color: #00007a; }

.u-color-link-background {
  background-color: #337ab7; }

.u-color-grey-background {
  background-color: #e5e5e5; }

.u-color-grey-mid-background {
  background-color: #979797; }

.u-color-grey-dark-background {
  background-color: #999; }

/* ------------------------------------ *\
    #TEXT UTILITIES
\* ------------------------------------ */
.u-text-caption {
  font-size: 0.70588em; }

.u-text-left {
  text-align: left; }

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

.u-text-right {
  text-align: right; }

.u-text-no-break {
  white-space: nowrap; }

.u-font-base {
  font-family: "Avenir Next", sans-serif; }

.u-font-demibold {
  font-weight: 600; }

.u-font-bold {
  font-weight: bold; }

.u-ninja-link {
  color: inherit;
  text-decoration: none; }
  .u-ninja-link:hover {
    text-decoration: none; }

.u-text-italic {
  font-style: italic; }

.u-text-normal {
  font-style: normal; }

/* ------------------------------------ *\
    #SPACING UTILITIES
\* ------------------------------------ */
.u-spacing-none {
  margin-bottom: 0; }

.u-spacing-10 {
  margin-bottom: 10px; }

.u-spacing-20 {
  margin-bottom: 20px; }

.u-spacing-40 {
  margin-bottom: 40px; }

.u-spacing-60 {
  margin-bottom: 60px; }

.u-spacing-80 {
  margin-bottom: 80px; }

@media (min-width: 480px) {
  .u-spacing-none\@xs {
    margin-bottom: 0; }
  .u-spacing-10\@xs {
    margin-bottom: 10px; }
  .u-spacing-20\@xs {
    margin-bottom: 20px; }
  .u-spacing-40\@xs {
    margin-bottom: 40px; }
  .u-spacing-60\@xs {
    margin-bottom: 60px; }
  .u-spacing-80\@xs {
    margin-bottom: 80px; } }

@media (max-width: 479px) {
  .u-spacing-none\@less-than-xs {
    margin-bottom: 0; }
  .u-spacing-10\@less-than-xs {
    margin-bottom: 10px; }
  .u-spacing-20\@less-than-xs {
    margin-bottom: 20px; }
  .u-spacing-40\@less-than-xs {
    margin-bottom: 40px; }
  .u-spacing-60\@less-than-xs {
    margin-bottom: 60px; }
  .u-spacing-80\@less-than-xs {
    margin-bottom: 80px; } }

@media screen and (min-width: 480px) and (max-width: 768px) {
  .u-spacing-none\@xs-only {
    margin-bottom: 0; }
  .u-spacing-10\@xs-only {
    margin-bottom: 10px; }
  .u-spacing-20\@xs-only {
    margin-bottom: 20px; }
  .u-spacing-40\@xs-only {
    margin-bottom: 40px; }
  .u-spacing-60\@xs-only {
    margin-bottom: 60px; }
  .u-spacing-80\@xs-only {
    margin-bottom: 80px; } }

@media (min-width: 769px) {
  .u-spacing-none\@sm {
    margin-bottom: 0; }
  .u-spacing-10\@sm {
    margin-bottom: 10px; }
  .u-spacing-20\@sm {
    margin-bottom: 20px; }
  .u-spacing-40\@sm {
    margin-bottom: 40px; }
  .u-spacing-60\@sm {
    margin-bottom: 60px; }
  .u-spacing-80\@sm {
    margin-bottom: 80px; } }

@media (max-width: 768px) {
  .u-spacing-none\@less-than-sm {
    margin-bottom: 0; }
  .u-spacing-10\@less-than-sm {
    margin-bottom: 10px; }
  .u-spacing-20\@less-than-sm {
    margin-bottom: 20px; }
  .u-spacing-40\@less-than-sm {
    margin-bottom: 40px; }
  .u-spacing-60\@less-than-sm {
    margin-bottom: 60px; }
  .u-spacing-80\@less-than-sm {
    margin-bottom: 80px; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .u-spacing-none\@sm-only {
    margin-bottom: 0; }
  .u-spacing-10\@sm-only {
    margin-bottom: 10px; }
  .u-spacing-20\@sm-only {
    margin-bottom: 20px; }
  .u-spacing-40\@sm-only {
    margin-bottom: 40px; }
  .u-spacing-60\@sm-only {
    margin-bottom: 60px; }
  .u-spacing-80\@sm-only {
    margin-bottom: 80px; } }

@media (min-width: 1024px) {
  .u-spacing-none\@md {
    margin-bottom: 0; }
  .u-spacing-10\@md {
    margin-bottom: 10px; }
  .u-spacing-20\@md {
    margin-bottom: 20px; }
  .u-spacing-40\@md {
    margin-bottom: 40px; }
  .u-spacing-60\@md {
    margin-bottom: 60px; }
  .u-spacing-80\@md {
    margin-bottom: 80px; } }

@media (max-width: 1023px) {
  .u-spacing-none\@less-than-md {
    margin-bottom: 0; }
  .u-spacing-10\@less-than-md {
    margin-bottom: 10px; }
  .u-spacing-20\@less-than-md {
    margin-bottom: 20px; }
  .u-spacing-40\@less-than-md {
    margin-bottom: 40px; }
  .u-spacing-60\@less-than-md {
    margin-bottom: 60px; }
  .u-spacing-80\@less-than-md {
    margin-bottom: 80px; } }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .u-spacing-none\@md-only {
    margin-bottom: 0; }
  .u-spacing-10\@md-only {
    margin-bottom: 10px; }
  .u-spacing-20\@md-only {
    margin-bottom: 20px; }
  .u-spacing-40\@md-only {
    margin-bottom: 40px; }
  .u-spacing-60\@md-only {
    margin-bottom: 60px; }
  .u-spacing-80\@md-only {
    margin-bottom: 80px; } }

@media (min-width: 1200px) {
  .u-spacing-none\@lg {
    margin-bottom: 0; }
  .u-spacing-10\@lg {
    margin-bottom: 10px; }
  .u-spacing-20\@lg {
    margin-bottom: 20px; }
  .u-spacing-40\@lg {
    margin-bottom: 40px; }
  .u-spacing-60\@lg {
    margin-bottom: 60px; }
  .u-spacing-80\@lg {
    margin-bottom: 80px; } }

@media (max-width: 1199px) {
  .u-spacing-none\@less-than-lg {
    margin-bottom: 0; }
  .u-spacing-10\@less-than-lg {
    margin-bottom: 10px; }
  .u-spacing-20\@less-than-lg {
    margin-bottom: 20px; }
  .u-spacing-40\@less-than-lg {
    margin-bottom: 40px; }
  .u-spacing-60\@less-than-lg {
    margin-bottom: 60px; }
  .u-spacing-80\@less-than-lg {
    margin-bottom: 80px; } }

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .u-spacing-none\@lg-only {
    margin-bottom: 0; }
  .u-spacing-10\@lg-only {
    margin-bottom: 10px; }
  .u-spacing-20\@lg-only {
    margin-bottom: 20px; }
  .u-spacing-40\@lg-only {
    margin-bottom: 40px; }
  .u-spacing-60\@lg-only {
    margin-bottom: 60px; }
  .u-spacing-80\@lg-only {
    margin-bottom: 80px; } }

@media (min-width: 1500px) {
  .u-spacing-none\@xl {
    margin-bottom: 0; }
  .u-spacing-10\@xl {
    margin-bottom: 10px; }
  .u-spacing-20\@xl {
    margin-bottom: 20px; }
  .u-spacing-40\@xl {
    margin-bottom: 40px; }
  .u-spacing-60\@xl {
    margin-bottom: 60px; }
  .u-spacing-80\@xl {
    margin-bottom: 80px; } }

@media (max-width: 1499px) {
  .u-spacing-none\@less-than-xl {
    margin-bottom: 0; }
  .u-spacing-10\@less-than-xl {
    margin-bottom: 10px; }
  .u-spacing-20\@less-than-xl {
    margin-bottom: 20px; }
  .u-spacing-40\@less-than-xl {
    margin-bottom: 40px; }
  .u-spacing-60\@less-than-xl {
    margin-bottom: 60px; }
  .u-spacing-80\@less-than-xl {
    margin-bottom: 80px; } }

/* ------------------------------------ *\
    #PADDING UTILITIES
\* ------------------------------------ */
.u-padding-bottom-none {
  padding-bottom: 0; }

.u-padding-top-none {
  padding-top: 0; }

.u-padding-bottom-80 {
  padding-bottom: 5vw; }

.u-padding-top-80 {
  padding-top: 5vw; }

@media (min-width: 480px) {
  .u-padding-bottom-none\@xs {
    padding-bottom: 0; }
  .u-padding-top-none\@xs {
    padding-top: 0; }
  .u-padding-bottom-80\@xs {
    padding-bottom: 5vw; }
  .u-padding-top-80\@xs {
    padding-top: 5vw; } }

@media (min-width: 769px) {
  .u-padding-bottom-none\@sm {
    padding-bottom: 0; }
  .u-padding-top-none\@sm {
    padding-top: 0; }
  .u-padding-bottom-80\@sm {
    padding-bottom: 5vw; }
  .u-padding-top-80\@sm {
    padding-top: 5vw; } }

@media (min-width: 1024px) {
  .u-padding-bottom-none\@md {
    padding-bottom: 0; }
  .u-padding-top-none\@md {
    padding-top: 0; }
  .u-padding-bottom-80\@md {
    padding-bottom: 5vw; }
  .u-padding-top-80\@md {
    padding-top: 5vw; } }

@media (min-width: 1200px) {
  .u-padding-bottom-none\@lg {
    padding-bottom: 0; }
  .u-padding-top-none\@lg {
    padding-top: 0; }
  .u-padding-bottom-80\@lg {
    padding-bottom: 5vw; }
  .u-padding-top-80\@lg {
    padding-top: 5vw; } }

@media (min-width: 1500px) {
  .u-padding-bottom-none\@xl {
    padding-bottom: 0; }
  .u-padding-top-none\@xl {
    padding-top: 0; }
  .u-padding-bottom-80\@xl {
    padding-bottom: 5vw; }
  .u-padding-top-80\@xl {
    padding-top: 5vw; } }

/* ------------------------------------ *\
    #VISIBILITY UTILITIES
\* ------------------------------------ */
.u-hidden {
  display: none; }

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

@media (min-width: 769px) {
  .u-hidden\@sm {
    display: none; } }

@media (min-width: 1024px) {
  .u-hidden\@md {
    display: none; } }

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

@media (min-width: 1500px) {
  .u-hidden\@xl {
    display: none; } }

@media (max-width: 768px) {
  .u-hide-for-xs {
    display: none; } }

@media (max-width: 768px) {
  .u-hide-for-sm {
    display: none; } }

@media (max-width: 1023px) {
  .u-hide-for-md {
    display: none; } }

.u-sr-only {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  position: absolute; }

/* ------------------------------------ *\
    #IMAGE UTILITIES
\* ------------------------------------ */
.u-img-respond {
  max-width: 100%;
  height: auto; }

.u-img-full {
  width: 100%;
  height: auto; }

.red:hover,
.red:active {
  text-decoration: none; }

#example2 ul {
  display: block;
  width: 100%;
  margin: 40px auto 0;
  padding: 0; }
  @media (min-width: 769px) {
    #example2 ul {
      margin: 0;
      padding: 0;
      display: inline-block; } }

#example2 li {
  list-style-type: none;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto; }
  @media (min-width: 769px) {
    #example2 li {
      float: left;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 31%;
          -ms-flex: 0 0 31%;
              flex: 0 0 31%;
      max-width: 31%;
      margin-left: 5px;
      margin-right: 5px; } }
  @media (min-width: 1024px) {
    #example2 li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 32%;
          -ms-flex: 0 0 32%;
              flex: 0 0 32%;
      max-width: 32%; } }
  @media (min-width: 1200px) {
    #example2 li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3333%;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%;
      max-width: 33.3333%;
      margin-left: 0;
      margin-right: 0; } }

@media (min-width: 1024px) {
  #example2 .wrap {
    border: solid 1px #aaa;
    min-height: 200px;
    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: 1200px) {
  #example2 .wrap {
    width: 370px; } }

.media {
  position: relative;
  bottom: 255px;
  height: 216px !important;
  overflow: hidden; }
  @media (min-width: 769px) {
    .media {
      bottom: 242px; } }
  .media img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    max-height: 250px;
    max-width: 320px; }
    @media (min-width: 769px) {
      .media img {
        max-width: 370px; } }

.twitter-bird {
  margin: 0 5px;
  height: 16px;
  width: 21px; }

.tweet {
  width: 100%;
  position: relative;
  font-size: 12px;
  font-family: avenir next; }
  @media (min-width: 480px) {
    .tweet {
      max-width: 320px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .tweet {
      max-width: 260px;
      left: 8%;
      bottom: 8%;
      height: 100%;
      margin-top: -14px; } }
  @media (min-width: 1200px) {
    .tweet {
      max-width: 75%;
      left: 7%; } }
  .tweet a {
    word-wrap: break-word; }

.timePosted {
  position: relative;
  margin-top: auto; }
  @media (min-width: 1024px) {
    .timePosted {
      text-align: center; } }
  .timePosted a:link,
  .timePosted a:visited {
    color: grey;
    font-size: 12px; }

[data-scribe="component:author"] {
  visibility: hidden; }

.user {
  height: 40px;
  width: 40px;
  position: relative;
  left: 0; }
  @media (min-width: 1024px) {
    .user {
      left: 6px;
      top: 55px; } }
  @media (min-width: 1200px) {
    .user {
      left: 15px; } }
  .user img {
    width: 37px;
    height: 37px; }

.user span span {
  width: 50px;
  display: block;
  margin-top: 10px; }

.user a > span {
  float: left; }

.user div {
  clear: left; }

.interact {
  float: left;
  width: 10%;
  margin-top: -7px;
  display: none; }

.interact a {
  margin-left: 5px;
  float: left; }

#linkage {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #3d3d3d;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  width: 10%;
  font-family: arial; }

@-webkit-keyframes rollInCounterClockwise {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes rollInCounterClockwise {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.rollInCounterClockwise {
  -webkit-animation-name: rollInCounterClockwise;
          animation-name: rollInCounterClockwise; }

.wow-delay-1 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s; }

.wow-delay-2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.wow-delay-3 {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }

.animsition-loading {
  border: 0;
  width: 70px;
  height: 70px;
  background: url(90cdffe0c9b5e7c07c73352d113b20bb.gif);
  -webkit-animation: none;
          animation: none; }

/* ------------------------------------ *\
    #OVERWRITE
\* ------------------------------------ */
.flickity-slider {
  width: 100%; }

.flickity-prev-next-button:hover,
.flickity-prev-next-button {
  background: transparent; }

.flickity-prev-next-button {
  width: 38px;
  height: 38px;
  top: 100%; }
  @media (min-width: 1200px) {
    .flickity-prev-next-button {
      top: 50%;
      width: 24px;
      height: 24px; } }

.flickity-prev-next-button svg {
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.flickity-prev-next-button .arrow {
  fill: #fff; }

.flickity-prev-next-button.previous {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (min-width: 1200px) {
    .flickity-prev-next-button.previous {
      -webkit-transform: translateY(-50%) translateX(-280%);
              transform: translateY(-50%) translateX(-280%); } }
  .flickity-prev-next-button.previous:hover {
    -webkit-transform: translateY(50%) translateX(-20%);
            transform: translateY(50%) translateX(-20%); }
    @media (min-width: 1200px) {
      .flickity-prev-next-button.previous:hover {
        -webkit-transform: translateY(-50%) translateX(-300%);
                transform: translateY(-50%) translateX(-300%); } }

.flickity-prev-next-button.next {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (min-width: 1200px) {
    .flickity-prev-next-button.next {
      -webkit-transform: translateY(-50%) translateX(280%);
              transform: translateY(-50%) translateX(280%); } }
  .flickity-prev-next-button.next:hover {
    -webkit-transform: translateY(50%) translateX(20%);
            transform: translateY(50%) translateX(20%); }
    @media (min-width: 1200px) {
      .flickity-prev-next-button.next:hover {
        -webkit-transform: translateY(-50%) translateX(300%);
                transform: translateY(-50%) translateX(300%); } }

.flickity-page-dots {
  bottom: -46px;
  z-index: -1; }
  @media (min-width: 1024px) {
    .flickity-page-dots {
      bottom: -50px; } }

.flickity-page-dots .dot.is-selected {
  background: transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 8px;
  height: 8px;
  border: 4px solid #960709;
  -webkit-transform: translateY(3px);
          transform: translateY(3px); }

/* ------------------------------------ *\
    #OVERWRITE
\* ------------------------------------ */
[data-basiclightbox] {
  display: none; }

.basicLightbox__placeholder [data-basiclightbox] {
  display: block; }

.basicLightbox {
  background: rgba(255, 255, 255, 0.95); }

/* Slider */
.slick-namespace .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

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

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

.slick-namespace .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 395px;
  max-height: 248px; }

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

.slick-namespace .slick-slide img {
  display: block; }

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

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

.slick-namespace .slick-initialized .slick-slide {
  display: block;
  position: relative; }

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

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

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

.slick-namespace * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.slick-namespace .slider {
  margin: 10px auto;
  width: 300px; }
  @media (min-width: 480px) {
    .slick-namespace .slider {
      width: 400px; } }
  @media (min-width: 769px) {
    .slick-namespace .slider {
      width: 800px; } }
  @media (min-width: 1024px) {
    .slick-namespace .slider {
      width: 1220px; } }

.slick-namespace .slick-slide {
  margin: 0 14px; }

.slick-namespace .slick-slide img {
  width: 100%; }

.slick-namespace .slick-prev::before,
.slick-namespace .slick-next::before {
  color: black; }

.slick-namespace .slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2; }

.slick-namespace .slick-active {
  opacity: 1; }

.slick-namespace .slick-current {
  opacity: 1; }

.slick-namespace .text {
  position: absolute;
  color: white;
  top: 28%;
  text-align: center;
  font-weight: 700;
  width: 300px;
  z-index: 1; }
  @media (min-width: 480px) {
    .slick-namespace .text {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .slick-namespace .text h3 {
    color: #fff;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px; }

.slick-namespace date,
.slick-namespace .subhead,
.slick-namespace img.arrow--down {
  visibility: hidden;
  color: #fff; }

.slick-namespace .subhead {
  font-size: 16px; }

.slick-namespace date {
  font-size: 14px; }

.slick-namespace .full-story {
  width: 100%;
  height: 100%; }

.slick-namespace .full-story::after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3); }

.slick-namespace img.arrow--down {
  width: 25px !important;
  height: 12px;
  margin: 0 auto; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 32px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #fff; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1; }

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25; }

.slick-prev::before,
.slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -40px; }

[dir='rtl'] .slick-prev {
  right: -40px;
  left: auto; }

.slick-prev::before {
  content: url(d93c9f5e43f919960d45ff97d195f883.jpg); }

[dir='rtl'] .slick-prev::before {
  content: url(d93c9f5e43f919960d45ff97d195f883.jpg); }

.slick-next {
  right: -40px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -40px; }

.slick-next::before {
  content: url(3c6495fec7b773fc083ed885e63afcfd.jpg); }

[dir='rtl'] .slick-next::before {
  content: url(3c6495fec7b773fc083ed885e63afcfd.jpg); }

/* ------------------------------------ *\
    #GIFT CARDS
\* ------------------------------------ */
.gift-header-cart {
  display: none; }
  @media (max-width: 1023px) {
    .gift-header-cart {
      display: block;
      position: absolute;
      z-index: 9999;
      right: 80px;
      top: 16px;
      width: 75px;
      height: 40px;
      display: none; } }
  .gift-header-cart img {
    width: 35px;
    float: left; }
  .gift-header-cart .gift-cart-txt {
    float: right;
    padding-top: 6px;
    font-weight: 500; }

.gift-header-notification-wrapper {
  background-color: #960709;
  position: absolute;
  top: 75px;
  padding: 15px 0;
  color: #fff;
  width: 100%; }
  @media (max-width: 768px) {
    .gift-header-notification-wrapper {
      padding: 15px 20px; } }
  .gift-header-notification-wrapper .gift-header-notification-container {
    width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .gift-header-notification-wrapper .gift-header-notification-container {
        width: 100%;
        padding: 0 40px; } }
    @media (max-width: 768px) {
      .gift-header-notification-wrapper .gift-header-notification-container {
        padding: 0; } }
  .gift-header-notification-wrapper .gift-header-title {
    float: left;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    width: auto;
    font-weight: 600;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .2s;
    transition: all .2s; }
    @media (max-width: 1023px) {
      .gift-header-notification-wrapper .gift-header-title {
        width: 74%; } }
    @media (max-width: 768px) {
      .gift-header-notification-wrapper .gift-header-title {
        width: 55%;
        font-size: 12px;
        line-height: 13px; } }
  .gift-header-notification-wrapper .gift-header-button {
    margin-right: 0;
    float: right; }
    @media (max-width: 1023px) {
      .gift-header-notification-wrapper .gift-header-button {
        width: 25%; } }
    @media (max-width: 768px) {
      .gift-header-notification-wrapper .gift-header-button {
        width: 44%; } }
    .gift-header-notification-wrapper .gift-header-button .c-btn-wht {
      background-color: #fff;
      color: #960709; }
      @media (max-width: 479px) {
        .gift-header-notification-wrapper .gift-header-button .c-btn-wht {
          width: 111px; } }
      .gift-header-notification-wrapper .gift-header-button .c-btn-wht:hover {
        border: solid 2px #fff !important;
        background-color: #960709;
        color: #fff; }

.gift-balance-wrapper {
  border: solid 0px #ccc;
  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;
  min-height: 660px;
  margin-top: 190px; }
  .gift-balance-wrapper .c-btn:focus {
    outline: none; }
  @media (max-width: 1023px) {
    .gift-balance-wrapper {
      border: solid 0 #ffffff; } }

.gift-balance-container {
  margin: 0 auto;
  width: 1110px; }
  @media (max-width: 1023px) {
    .gift-balance-container {
      width: 100%; } }

.gift-check-container {
  width: 1110px;
  padding-top: 5px; }
  @media (max-width: 1023px) {
    .gift-check-container {
      width: auto; } }

.gift-balance-container .col-a,
.gift-balance-container .col-b,
.gift-check-container .col-a,
.gift-check-container .col-b {
  width: 440px;
  float: left;
  font-size: 11px;
  text-align: center;
  padding-left: 20px; }
  @media (max-width: 1023px) {
    .gift-balance-container .col-a,
    .gift-balance-container .col-b,
    .gift-check-container .col-a,
    .gift-check-container .col-b {
      width: 100%;
      padding: 0 20px; } }

.col-a {
  border-right: solid 1px #979797;
  margin-right: 40px;
  min-height: 580px; }
  @media (max-width: 1023px) {
    .col-a {
      border-right: solid 0 #ffffff; } }

.gift-balance-container .col-b,
.gift-check-container .col-b {
  width: 540px;
  text-align: left;
  font-size: 8px; }
  .gift-balance-container .col-b h3,
  .gift-check-container .col-b h3 {
    font-size: 13px;
    margin: 0 0 10px 0; }
  .gift-balance-container .col-b h3:last-of-type,
  .gift-check-container .col-b h3:last-of-type {
    margin-bottom: 0; }
  .gift-balance-container .col-b .gift-link,
  .gift-check-container .col-b .gift-link {
    font-size: 11px; }
  @media (max-width: 1023px) {
    .gift-balance-container .col-b,
    .gift-check-container .col-b {
      margin: 0 auto;
      margin-bottom: 20px;
      width: 100%;
      padding: 0 20px; } }

.gift-main-header {
  text-align: center;
  font-size: 24px;
  color: #960709;
  font-weight: 900; }

#right-header {
  width: 605px; }
  @media (max-width: 1023px) {
    #right-header {
      width: auto; } }

.gift-balance-header {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin: 5px 0 15px;
  padding: 0; }
  @media (max-width: 1023px) {
    .gift-balance-header {
      font-size: 12px;
      margin-bottom: 20px; } }

#right-balance-header {
  width: 605px; }
  @media (max-width: 1023px) {
    #right-balance-header {
      width: auto; } }

.img-gift-card-red {
  width: 225px;
  margin-bottom: 10px; }

.gift-balance-cards-row {
  width: 610px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: -5px;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 1023px) {
    .gift-balance-cards-row {
      width: 100%; } }
  .gift-balance-cards-row img {
    padding: 5px;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s; }
    @media (min-width: 1200px) {
      .gift-balance-cards-row img {
        width: 203px !important; } }
    @media (max-width: 1199px) {
      .gift-balance-cards-row img {
        width: 170px !important; } }
    @media (max-width: 1023px) {
      .gift-balance-cards-row img {
        width: 50% !important; }
        .gift-balance-cards-row img:nth-of-type(3) {
          float: right; } }

.gift-balance-form,
.gift-balance-input-form {
  margin: 5px 0 15px 0;
  text-align: left; }

.gift-balance-input-form {
  text-align: center; }

.gift-balance-form .title {
  font-size: 13px;
  padding-top: 10px;
  text-align: left;
  padding-left: 20px;
  font-weight: 600; }
  @media (max-width: 1023px) {
    .gift-balance-form .title {
      padding-left: 0; } }

.gift-balance-form input {
  width: 90%;
  height: 35px;
  padding: 0 0 0 10px;
  font-style: italic;
  color: #555;
  border: solid 1px #555; }
  @media (max-width: 1023px) {
    .gift-balance-form input {
      width: 100%; } }

.gift-balance-container .col-b img,
.gift-check-container .col-b img {
  width: 100%; }

.gift-balance-recaptcha-container {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 20px;
  text-align: center; }
  @media (max-width: 768px) {
    .gift-balance-recaptcha-container {
      margin-bottom: 20px; } }

.g-recaptcha {
  display: inline-block; }

.gift-balance-back-pin-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .gift-balance-back-pin-container {
      margin-bottom: 20px; } }
  .gift-balance-back-pin-container .note {
    float: left;
    width: 69%;
    font-size: 10px;
    text-align: left;
    padding-left: 10px; }
    @media (max-width: 768px) {
      .gift-balance-back-pin-container .note {
        font-size: 9px; } }
    .gift-balance-back-pin-container .note b {
      display: block;
      padding-top: 10px;
      font-size: 8px; }
      @media (max-width: 768px) {
        .gift-balance-back-pin-container .note b {
          font-size: 7px; } }
  .gift-balance-back-pin-container img {
    float: left;
    width: 90px; }
    @media (max-width: 768px) {
      .gift-balance-back-pin-container img {
        width: 79px;
        margin-right: 10px; } }

@media (max-width: 768px) {
  .gift-check-container .col-a {
    min-height: 350px; } }

.c-btn--gift {
  background-color: #960709;
  color: #fff;
  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;
  width: 200px;
  margin: 0 auto;
  font-size: 15px;
  clear: both; }
  .c-btn--gift:hover {
    background-color: #fff;
    border: solid 2px #000;
    color: #000; }

.gift-card-balance-wrapper {
  background-color: #f7f7f7;
  display: block;
  width: 530px;
  padding: 40px;
  -webkit-box-shadow: 1px 1px #eeeeee;
          box-shadow: 1px 1px #eeeeee;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 768px) {
    .gift-card-balance-wrapper {
      width: 330px;
      padding: 20px; } }
  .gift-card-balance-wrapper img {
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
    -webkit-transition: all 1s;
    transition: all 1s; }
    @media (max-width: 768px) {
      .gift-card-balance-wrapper img {
        width: 119px;
        margin: 15px 20px 0 0; } }
  .gift-card-balance-wrapper .gift-balance-info h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0; }
  .gift-card-balance-wrapper .gift-balance-info h4 {
    font-weight: 400;
    font-size: 15px;
    margin-top: -10px;
    -webkit-transition: all 1s;
    transition: all 1s; }
    @media (max-width: 768px) {
      .gift-card-balance-wrapper .gift-balance-info h4 {
        margin-top: -6px; } }

.gift-card-balance-balance {
  background-color: #A0252D;
  width: 225px;
  height: 140px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin: 0 auto; }
  .gift-card-balance-balance h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 125px;
    margin: 0px 0 -36px 0; }
  .gift-card-balance-balance p {
    font-weight: 600; }

#btnCheck {
  font-weight: 600;
  text-transform: none;
  margin-top: 50px;
  -webkit-transition: width 1s;
  transition: width 1s;
  -webkit-transition: font-size 1s;
  transition: font-size 1s; }
  @media (max-width: 768px) {
    #btnCheck {
      width: 220px;
      font-size: 17px; } }

.gift-balance-check {
  display: none; }

.errorContainer {
  margin: 5px 0;
  height: 10px;
  visibility: hidden; }
  .errorContainer.showError {
    visibility: visible;
    color: #94070a;
    position: relative;
    top: -5px;
    text-align: left;
    padding-left: 20px; }
    @media (max-width: 1023px) {
      .errorContainer.showError {
        padding-left: 0; } }


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