.cff-clean.cff-overspecification {
  display: none; }

html {
  height: 100%;
  padding-bottom: 0 !important; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: top; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none;
  margin-bottom: 24px;
  color: #212326; }

blockquote, q {
  quotes: none; }

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

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

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

blockquote, em, i {
  font-style: italic; }

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

button, input[type=button], input[type=submit] {
  -webkit-appearance: none; }

input:focus, select:focus, textarea:focus {
  outline: 0; }

abbr, acronym {
  cursor: help; }

dl, ol, ul {
  font-size: 100%;
  margin-left: 2em; }

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

sup {
  top: -.25em; }

sub {
  bottom: -.25em; }

blockquote {
  margin: 1.5em 0 1.5em 10px;
  padding: .5em 0;
  quotes: "\201C" "\201D";
  font-size: 130%;
  line-height: 100%; }

blockquote:before {
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align: -.48em; }

blockquote :first-child {
  display: inline; }

blockquote :last-child {
  margin-bottom: 0; }

blockquote:after {
  content: no-close-quote; }

ol li {
  list-style: decimal; }

ul li {
  list-style: disc; }

dl dd {
  margin-left: 1em; }

th, td {
  border-bottom: 0px solid #2e2930;
  border-collapse: collapse;
  border-top: 0px solid #2e2930;
  padding: 0.7em; }

th {
  text-align: left;
  border-bottom-width: 3px; }

caption {
  margin-bottom: .5em;
  text-align: center; }

p, fieldset, table {
  margin-bottom: 1em; }

hr {
  border: none;
  width: 100%;
  color: transparent;
  height: 1px;
  margin: 1em 0; }

/* -- Responsive -- */
/*!
 *  1.4. Grid
*/
.grid-margins {
  margin-top: -80px !important; }
  .grid-margins > .grid__item {
    margin-top: 80px; }

@media screen and (max-width: 880px) {
  .grid-margins {
    margin-top: -65px !important; }
    .grid-margins > .grid__item {
      margin-top: 65px; } }
@media screen and (max-width: 480px) {
  .grid-margins {
    margin-top: -50px !important; }
    .grid-margins > .grid__item {
      margin-top: 50px; } }
.grid__item.clear {
  clear: both; }

.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -8%; }
  .grid.small-gutter, .small-gutter.grid--rev, .small-gutter.grid--full,
  .grid-uniform.small-gutter {
    margin-left: -35px; }

.grid__item {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 8%;
  vertical-align: top;
  width: 100%; }

.small-gutter .grid__item {
  padding-left: 35px !important;
  padding-bottom: 35px; }

.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

.one-whole {
  width: 100%; }

.one-half {
  width: 50%; }

.one-third {
  width: 33.333%; }

.two-thirds {
  width: 66.666%; }

.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

.one-sixth {
  width: 16.666%; }

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

.one-twelfth {
  width: 8.333%; }

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

@media only screen and (max-width: 480px) {
  .small--one-whole {
    width: 100%; }

  .small--one-half {
    width: 50%; }

  .small--one-third {
    width: 33.333%; }

  .small--two-thirds {
    width: 66.666%; }

  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  .small--one-sixth {
    width: 16.666%; }

  .small--two-sixths {
    width: 33.333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.666%; }

  .small--five-sixths {
    width: 83.333%; }

  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  .small--one-twelfth {
    width: 8.333%; }

  .small--two-twelfths {
    width: 16.666%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.333%; }

  .small--five-twelfths {
    width: 41.666%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.333%; }

  .small--eight-twelfths {
    width: 66.666%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.333%; }

  .small--eleven-twelfths {
    width: 91.666%; }

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1), .grid-margins .small--one-half:nth-child(2n+1),
  .grid-margins .small--one-third:nth-child(3n+1),
  .grid-margins .small--one-quarter:nth-child(4n+1),
  .grid-margins .small--one-fifth:nth-child(5n+1),
  .grid-margins .small--one-sixth:nth-child(6n+1),
  .grid-margins .small--two-sixths:nth-child(3n+1),
  .grid-margins .small--three-sixths:nth-child(2n+1),
  .grid-margins .small--two-eighths:nth-child(4n+1),
  .grid-margins .small--four-eighths:nth-child(2n+1),
  .grid-margins .small--five-tenths:nth-child(2n+1),
  .grid-margins .small--one-twelfth:nth-child(12n+1),
  .grid-margins .small--two-twelfths:nth-child(6n+1),
  .grid-margins .small--three-twelfths:nth-child(4n+1),
  .grid-margins .small--four-twelfths:nth-child(3n+1),
  .grid-margins .small--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .medsmall--one-whole {
    width: 100%; }

  .medsmall--one-half {
    width: 50%; }

  .medsmall--one-third {
    width: 33.333%; }

  .medsmall--two-thirds {
    width: 66.666%; }

  .medsmall--one-quarter {
    width: 25%; }

  .medsmall--two-quarters {
    width: 50%; }

  .medsmall--three-quarters {
    width: 75%; }

  .medsmall--one-fifth {
    width: 20%; }

  .medsmall--two-fifths {
    width: 40%; }

  .medsmall--three-fifths {
    width: 60%; }

  .medsmall--four-fifths {
    width: 80%; }

  .medsmall--one-sixth {
    width: 16.666%; }

  .medsmall--two-sixths {
    width: 33.333%; }

  .medsmall--three-sixths {
    width: 50%; }

  .medsmall--four-sixths {
    width: 66.666%; }

  .medsmall--five-sixths {
    width: 83.333%; }

  .medsmall--one-eighth {
    width: 12.5%; }

  .medsmall--two-eighths {
    width: 25%; }

  .medsmall--three-eighths {
    width: 37.5%; }

  .medsmall--four-eighths {
    width: 50%; }

  .medsmall--five-eighths {
    width: 62.5%; }

  .medsmall--six-eighths {
    width: 75%; }

  .medsmall--seven-eighths {
    width: 87.5%; }

  .medsmall--one-tenth {
    width: 10%; }

  .medsmall--two-tenths {
    width: 20%; }

  .medsmall--three-tenths {
    width: 30%; }

  .medsmall--four-tenths {
    width: 40%; }

  .medsmall--five-tenths {
    width: 50%; }

  .medsmall--six-tenths {
    width: 60%; }

  .medsmall--seven-tenths {
    width: 70%; }

  .medsmall--eight-tenths {
    width: 80%; }

  .medsmall--nine-tenths {
    width: 90%; }

  .medsmall--one-twelfth {
    width: 8.333%; }

  .medsmall--two-twelfths {
    width: 16.666%; }

  .medsmall--three-twelfths {
    width: 25%; }

  .medsmall--four-twelfths {
    width: 33.333%; }

  .medsmall--five-twelfths {
    width: 41.666%; }

  .medsmall--six-twelfths {
    width: 50%; }

  .medsmall--seven-twelfths {
    width: 58.333%; }

  .medsmall--eight-twelfths {
    width: 66.666%; }

  .medsmall--nine-twelfths {
    width: 75%; }

  .medsmall--ten-twelfths {
    width: 83.333%; }

  .medsmall--eleven-twelfths {
    width: 91.666%; }

  .grid-uniform .medsmall--one-half:nth-child(2n+1),
  .grid-uniform .medsmall--one-third:nth-child(3n+1),
  .grid-uniform .medsmall--one-quarter:nth-child(4n+1),
  .grid-uniform .medsmall--one-fifth:nth-child(5n+1),
  .grid-uniform .medsmall--one-sixth:nth-child(6n+1),
  .grid-uniform .medsmall--two-sixths:nth-child(3n+1),
  .grid-uniform .medsmall--three-sixths:nth-child(2n+1),
  .grid-uniform .medsmall--two-eighths:nth-child(4n+1),
  .grid-uniform .medsmall--four-eighths:nth-child(2n+1),
  .grid-uniform .medsmall--five-tenths:nth-child(2n+1),
  .grid-uniform .medsmall--one-twelfth:nth-child(12n+1),
  .grid-uniform .medsmall--two-twelfths:nth-child(6n+1),
  .grid-uniform .medsmall--three-twelfths:nth-child(4n+1),
  .grid-uniform .medsmall--four-twelfths:nth-child(3n+1),
  .grid-uniform .medsmall--six-twelfths:nth-child(2n+1), .grid-margins .medsmall--one-half:nth-child(2n+1),
  .grid-margins .medsmall--one-third:nth-child(3n+1),
  .grid-margins .medsmall--one-quarter:nth-child(4n+1),
  .grid-margins .medsmall--one-fifth:nth-child(5n+1),
  .grid-margins .medsmall--one-sixth:nth-child(6n+1),
  .grid-margins .medsmall--two-sixths:nth-child(3n+1),
  .grid-margins .medsmall--three-sixths:nth-child(2n+1),
  .grid-margins .medsmall--two-eighths:nth-child(4n+1),
  .grid-margins .medsmall--four-eighths:nth-child(2n+1),
  .grid-margins .medsmall--five-tenths:nth-child(2n+1),
  .grid-margins .medsmall--one-twelfth:nth-child(12n+1),
  .grid-margins .medsmall--two-twelfths:nth-child(6n+1),
  .grid-margins .medsmall--three-twelfths:nth-child(4n+1),
  .grid-margins .medsmall--four-twelfths:nth-child(3n+1),
  .grid-margins .medsmall--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 641px) and (max-width: 880px) {
  .medium--one-whole {
    width: 100%; }

  .medium--one-half {
    width: 50%; }

  .medium--one-third {
    width: 33.333%; }

  .medium--two-thirds {
    width: 66.666%; }

  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  .medium--one-sixth {
    width: 16.666%; }

  .medium--two-sixths {
    width: 33.333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.666%; }

  .medium--five-sixths {
    width: 83.333%; }

  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  .medium--one-twelfth {
    width: 8.333%; }

  .medium--two-twelfths {
    width: 16.666%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.333%; }

  .medium--five-twelfths {
    width: 41.666%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.333%; }

  .medium--eight-twelfths {
    width: 66.666%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.333%; }

  .medium--eleven-twelfths {
    width: 91.666%; }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1), .grid-margins .medium--one-half:nth-child(2n+1),
  .grid-margins .medium--one-third:nth-child(3n+1),
  .grid-margins .medium--one-quarter:nth-child(4n+1),
  .grid-margins .medium--one-fifth:nth-child(5n+1),
  .grid-margins .medium--one-sixth:nth-child(6n+1),
  .grid-margins .medium--two-sixths:nth-child(3n+1),
  .grid-margins .medium--three-sixths:nth-child(2n+1),
  .grid-margins .medium--two-eighths:nth-child(4n+1),
  .grid-margins .medium--four-eighths:nth-child(2n+1),
  .grid-margins .medium--five-tenths:nth-child(2n+1),
  .grid-margins .medium--one-twelfth:nth-child(12n+1),
  .grid-margins .medium--two-twelfths:nth-child(6n+1),
  .grid-margins .medium--three-twelfths:nth-child(4n+1),
  .grid-margins .medium--four-twelfths:nth-child(3n+1),
  .grid-margins .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 880px) {
  .medium-down--one-whole {
    width: 100%; }

  .medium-down--one-half {
    width: 50%; }

  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.666%; }

  .medium-down--one-quarter {
    width: 25%; }

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

  .medium-down--one-fifth {
    width: 20%; }

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.666%; }

  .medium-down--five-sixths {
    width: 83.333%; }

  .medium-down--one-eighth {
    width: 12.5%; }

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

  .medium-down--one-tenth {
    width: 10%; }

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  .medium-down--one-twelfth {
    width: 8.333%; }

  .medium-down--two-twelfths {
    width: 16.666%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.333%; }

  .medium-down--five-twelfths {
    width: 41.666%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.333%; }

  .medium-down--eight-twelfths {
    width: 66.666%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.333%; }

  .medium-down--eleven-twelfths {
    width: 91.666%; }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1), .grid-margins .medium-down--one-half:nth-child(2n+1),
  .grid-margins .medium-down--one-third:nth-child(3n+1),
  .grid-margins .medium-down--one-quarter:nth-child(4n+1),
  .grid-margins .medium-down--one-fifth:nth-child(5n+1),
  .grid-margins .medium-down--one-sixth:nth-child(6n+1),
  .grid-margins .medium-down--two-sixths:nth-child(3n+1),
  .grid-margins .medium-down--three-sixths:nth-child(2n+1),
  .grid-margins .medium-down--two-eighths:nth-child(4n+1),
  .grid-margins .medium-down--four-eighths:nth-child(2n+1),
  .grid-margins .medium-down--five-tenths:nth-child(2n+1),
  .grid-margins .medium-down--one-twelfth:nth-child(12n+1),
  .grid-margins .medium-down--two-twelfths:nth-child(6n+1),
  .grid-margins .medium-down--three-twelfths:nth-child(4n+1),
  .grid-margins .medium-down--four-twelfths:nth-child(3n+1),
  .grid-margins .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 881px) {
  .mediumplus--one-whole {
    width: 100%; }

  .mediumplus--one-half {
    width: 50%; }

  .mediumplus--one-third {
    width: 33.333%; }

  .mediumplus--two-thirds {
    width: 66.666%; }

  .mediumplus--one-quarter {
    width: 25%; }

  .mediumplus--two-quarters {
    width: 50%; }

  .mediumplus--three-quarters {
    width: 75%; }

  .mediumplus--one-fifth {
    width: 20%; }

  .mediumplus--two-fifths {
    width: 40%; }

  .mediumplus--three-fifths {
    width: 60%; }

  .mediumplus--four-fifths {
    width: 80%; }

  .mediumplus--one-sixth {
    width: 16.666%; }

  .mediumplus--two-sixths {
    width: 33.333%; }

  .mediumplus--three-sixths {
    width: 50%; }

  .mediumplus--four-sixths {
    width: 66.666%; }

  .mediumplus--five-sixths {
    width: 83.333%; }

  .mediumplus--one-eighth {
    width: 12.5%; }

  .mediumplus--two-eighths {
    width: 25%; }

  .mediumplus--three-eighths {
    width: 37.5%; }

  .mediumplus--four-eighths {
    width: 50%; }

  .mediumplus--five-eighths {
    width: 62.5%; }

  .mediumplus--six-eighths {
    width: 75%; }

  .mediumplus--seven-eighths {
    width: 87.5%; }

  .mediumplus--one-tenth {
    width: 10%; }

  .mediumplus--two-tenths {
    width: 20%; }

  .mediumplus--three-tenths {
    width: 30%; }

  .mediumplus--four-tenths {
    width: 40%; }

  .mediumplus--five-tenths {
    width: 50%; }

  .mediumplus--six-tenths {
    width: 60%; }

  .mediumplus--seven-tenths {
    width: 70%; }

  .mediumplus--eight-tenths {
    width: 80%; }

  .mediumplus--nine-tenths {
    width: 90%; }

  .mediumplus--one-twelfth {
    width: 8.333%; }

  .mediumplus--two-twelfths {
    width: 16.666%; }

  .mediumplus--three-twelfths {
    width: 25%; }

  .mediumplus--four-twelfths {
    width: 33.333%; }

  .mediumplus--five-twelfths {
    width: 41.666%; }

  .mediumplus--six-twelfths {
    width: 50%; }

  .mediumplus--seven-twelfths {
    width: 58.333%; }

  .mediumplus--eight-twelfths {
    width: 66.666%; }

  .mediumplus--nine-twelfths {
    width: 75%; }

  .mediumplus--ten-twelfths {
    width: 83.333%; }

  .mediumplus--eleven-twelfths {
    width: 91.666%; }

  .grid-uniform .mediumplus--one-half:nth-child(2n+1),
  .grid-uniform .mediumplus--one-third:nth-child(3n+1),
  .grid-uniform .mediumplus--one-quarter:nth-child(4n+1),
  .grid-uniform .mediumplus--one-fifth:nth-child(5n+1),
  .grid-uniform .mediumplus--one-sixth:nth-child(6n+1),
  .grid-uniform .mediumplus--two-sixths:nth-child(3n+1),
  .grid-uniform .mediumplus--three-sixths:nth-child(2n+1),
  .grid-uniform .mediumplus--two-eighths:nth-child(4n+1),
  .grid-uniform .mediumplus--four-eighths:nth-child(2n+1),
  .grid-uniform .mediumplus--five-tenths:nth-child(2n+1),
  .grid-uniform .mediumplus--one-twelfth:nth-child(12n+1),
  .grid-uniform .mediumplus--two-twelfths:nth-child(6n+1),
  .grid-uniform .mediumplus--three-twelfths:nth-child(4n+1),
  .grid-uniform .mediumplus--four-twelfths:nth-child(3n+1),
  .grid-uniform .mediumplus--six-twelfths:nth-child(2n+1), .grid-margins .mediumplus--one-half:nth-child(2n+1),
  .grid-margins .mediumplus--one-third:nth-child(3n+1),
  .grid-margins .mediumplus--one-quarter:nth-child(4n+1),
  .grid-margins .mediumplus--one-fifth:nth-child(5n+1),
  .grid-margins .mediumplus--one-sixth:nth-child(6n+1),
  .grid-margins .mediumplus--two-sixths:nth-child(3n+1),
  .grid-margins .mediumplus--three-sixths:nth-child(2n+1),
  .grid-margins .mediumplus--two-eighths:nth-child(4n+1),
  .grid-margins .mediumplus--four-eighths:nth-child(2n+1),
  .grid-margins .mediumplus--five-tenths:nth-child(2n+1),
  .grid-margins .mediumplus--one-twelfth:nth-child(12n+1),
  .grid-margins .mediumplus--two-twelfths:nth-child(6n+1),
  .grid-margins .mediumplus--three-twelfths:nth-child(4n+1),
  .grid-margins .mediumplus--four-twelfths:nth-child(3n+1),
  .grid-margins .mediumplus--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 881px) and (max-width: 960px) {
  .mid-large--one-whole {
    width: 100%; }

  .mid-large--one-half {
    width: 50%; }

  .mid-large--one-third {
    width: 33.333%; }

  .mid-large--two-thirds {
    width: 66.666%; }

  .mid-large--one-quarter {
    width: 25%; }

  .mid-large--two-quarters {
    width: 50%; }

  .mid-large--three-quarters {
    width: 75%; }

  .mid-large--one-fifth {
    width: 20%; }

  .mid-large--two-fifths {
    width: 40%; }

  .mid-large--three-fifths {
    width: 60%; }

  .mid-large--four-fifths {
    width: 80%; }

  .mid-large--one-sixth {
    width: 16.666%; }

  .mid-large--two-sixths {
    width: 33.333%; }

  .mid-large--three-sixths {
    width: 50%; }

  .mid-large--four-sixths {
    width: 66.666%; }

  .mid-large--five-sixths {
    width: 83.333%; }

  .mid-large--one-eighth {
    width: 12.5%; }

  .mid-large--two-eighths {
    width: 25%; }

  .mid-large--three-eighths {
    width: 37.5%; }

  .mid-large--four-eighths {
    width: 50%; }

  .mid-large--five-eighths {
    width: 62.5%; }

  .mid-large--six-eighths {
    width: 75%; }

  .mid-large--seven-eighths {
    width: 87.5%; }

  .mid-large--one-tenth {
    width: 10%; }

  .mid-large--two-tenths {
    width: 20%; }

  .mid-large--three-tenths {
    width: 30%; }

  .mid-large--four-tenths {
    width: 40%; }

  .mid-large--five-tenths {
    width: 50%; }

  .mid-large--six-tenths {
    width: 60%; }

  .mid-large--seven-tenths {
    width: 70%; }

  .mid-large--eight-tenths {
    width: 80%; }

  .mid-large--nine-tenths {
    width: 90%; }

  .mid-large--one-twelfth {
    width: 8.333%; }

  .mid-large--two-twelfths {
    width: 16.666%; }

  .mid-large--three-twelfths {
    width: 25%; }

  .mid-large--four-twelfths {
    width: 33.333%; }

  .mid-large--five-twelfths {
    width: 41.666%; }

  .mid-large--six-twelfths {
    width: 50%; }

  .mid-large--seven-twelfths {
    width: 58.333%; }

  .mid-large--eight-twelfths {
    width: 66.666%; }

  .mid-large--nine-twelfths {
    width: 75%; }

  .mid-large--ten-twelfths {
    width: 83.333%; }

  .mid-large--eleven-twelfths {
    width: 91.666%; }

  .grid-uniform .mid-large--one-half:nth-child(2n+1),
  .grid-uniform .mid-large--one-third:nth-child(3n+1),
  .grid-uniform .mid-large--one-quarter:nth-child(4n+1),
  .grid-uniform .mid-large--one-fifth:nth-child(5n+1),
  .grid-uniform .mid-large--one-sixth:nth-child(6n+1),
  .grid-uniform .mid-large--two-sixths:nth-child(3n+1),
  .grid-uniform .mid-large--three-sixths:nth-child(2n+1),
  .grid-uniform .mid-large--two-eighths:nth-child(4n+1),
  .grid-uniform .mid-large--four-eighths:nth-child(2n+1),
  .grid-uniform .mid-large--five-tenths:nth-child(2n+1),
  .grid-uniform .mid-large--one-twelfth:nth-child(12n+1),
  .grid-uniform .mid-large--two-twelfths:nth-child(6n+1),
  .grid-uniform .mid-large--three-twelfths:nth-child(4n+1),
  .grid-uniform .mid-large--four-twelfths:nth-child(3n+1),
  .grid-uniform .mid-large--six-twelfths:nth-child(2n+1), .grid-margins .mid-large--one-half:nth-child(2n+1),
  .grid-margins .mid-large--one-third:nth-child(3n+1),
  .grid-margins .mid-large--one-quarter:nth-child(4n+1),
  .grid-margins .mid-large--one-fifth:nth-child(5n+1),
  .grid-margins .mid-large--one-sixth:nth-child(6n+1),
  .grid-margins .mid-large--two-sixths:nth-child(3n+1),
  .grid-margins .mid-large--three-sixths:nth-child(2n+1),
  .grid-margins .mid-large--two-eighths:nth-child(4n+1),
  .grid-margins .mid-large--four-eighths:nth-child(2n+1),
  .grid-margins .mid-large--five-tenths:nth-child(2n+1),
  .grid-margins .mid-large--one-twelfth:nth-child(12n+1),
  .grid-margins .mid-large--two-twelfths:nth-child(6n+1),
  .grid-margins .mid-large--three-twelfths:nth-child(4n+1),
  .grid-margins .mid-large--four-twelfths:nth-child(3n+1),
  .grid-margins .mid-large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .xlarge--one-whole {
    width: 100%; }

  .xlarge--one-half {
    width: 50%; }

  .xlarge--one-third {
    width: 33.333%; }

  .xlarge--two-thirds {
    width: 66.666%; }

  .xlarge--one-quarter {
    width: 25%; }

  .xlarge--two-quarters {
    width: 50%; }

  .xlarge--three-quarters {
    width: 75%; }

  .xlarge--one-fifth {
    width: 20%; }

  .xlarge--two-fifths {
    width: 40%; }

  .xlarge--three-fifths {
    width: 60%; }

  .xlarge--four-fifths {
    width: 80%; }

  .xlarge--one-sixth {
    width: 16.666%; }

  .xlarge--two-sixths {
    width: 33.333%; }

  .xlarge--three-sixths {
    width: 50%; }

  .xlarge--four-sixths {
    width: 66.666%; }

  .xlarge--five-sixths {
    width: 83.333%; }

  .xlarge--one-eighth {
    width: 12.5%; }

  .xlarge--two-eighths {
    width: 25%; }

  .xlarge--three-eighths {
    width: 37.5%; }

  .xlarge--four-eighths {
    width: 50%; }

  .xlarge--five-eighths {
    width: 62.5%; }

  .xlarge--six-eighths {
    width: 75%; }

  .xlarge--seven-eighths {
    width: 87.5%; }

  .xlarge--one-tenth {
    width: 10%; }

  .xlarge--two-tenths {
    width: 20%; }

  .xlarge--three-tenths {
    width: 30%; }

  .xlarge--four-tenths {
    width: 40%; }

  .xlarge--five-tenths {
    width: 50%; }

  .xlarge--six-tenths {
    width: 60%; }

  .xlarge--seven-tenths {
    width: 70%; }

  .xlarge--eight-tenths {
    width: 80%; }

  .xlarge--nine-tenths {
    width: 90%; }

  .xlarge--one-twelfth {
    width: 8.333%; }

  .xlarge--two-twelfths {
    width: 16.666%; }

  .xlarge--three-twelfths {
    width: 25%; }

  .xlarge--four-twelfths {
    width: 33.333%; }

  .xlarge--five-twelfths {
    width: 41.666%; }

  .xlarge--six-twelfths {
    width: 50%; }

  .xlarge--seven-twelfths {
    width: 58.333%; }

  .xlarge--eight-twelfths {
    width: 66.666%; }

  .xlarge--nine-twelfths {
    width: 75%; }

  .xlarge--ten-twelfths {
    width: 83.333%; }

  .xlarge--eleven-twelfths {
    width: 91.666%; }

  .grid-uniform .xlarge--one-half:nth-child(2n+1),
  .grid-uniform .xlarge--one-third:nth-child(3n+1),
  .grid-uniform .xlarge--one-quarter:nth-child(4n+1),
  .grid-uniform .xlarge--one-fifth:nth-child(5n+1),
  .grid-uniform .xlarge--one-sixth:nth-child(6n+1),
  .grid-uniform .xlarge--two-sixths:nth-child(3n+1),
  .grid-uniform .xlarge--three-sixths:nth-child(2n+1),
  .grid-uniform .xlarge--two-eighths:nth-child(4n+1),
  .grid-uniform .xlarge--four-eighths:nth-child(2n+1),
  .grid-uniform .xlarge--five-tenths:nth-child(2n+1),
  .grid-uniform .xlarge--one-twelfth:nth-child(12n+1),
  .grid-uniform .xlarge--two-twelfths:nth-child(6n+1),
  .grid-uniform .xlarge--three-twelfths:nth-child(4n+1),
  .grid-uniform .xlarge--four-twelfths:nth-child(3n+1),
  .grid-uniform .xlarge--six-twelfths:nth-child(2n+1), .grid-margins .xlarge--one-half:nth-child(2n+1),
  .grid-margins .xlarge--one-third:nth-child(3n+1),
  .grid-margins .xlarge--one-quarter:nth-child(4n+1),
  .grid-margins .xlarge--one-fifth:nth-child(5n+1),
  .grid-margins .xlarge--one-sixth:nth-child(6n+1),
  .grid-margins .xlarge--two-sixths:nth-child(3n+1),
  .grid-margins .xlarge--three-sixths:nth-child(2n+1),
  .grid-margins .xlarge--two-eighths:nth-child(4n+1),
  .grid-margins .xlarge--four-eighths:nth-child(2n+1),
  .grid-margins .xlarge--five-tenths:nth-child(2n+1),
  .grid-margins .xlarge--one-twelfth:nth-child(12n+1),
  .grid-margins .xlarge--two-twelfths:nth-child(6n+1),
  .grid-margins .xlarge--three-twelfths:nth-child(4n+1),
  .grid-margins .xlarge--four-twelfths:nth-child(3n+1),
  .grid-margins .xlarge--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .xxlarge--one-whole {
    width: 100%; }

  .xxlarge--one-half {
    width: 50%; }

  .xxlarge--one-third {
    width: 33.333%; }

  .xxlarge--two-thirds {
    width: 66.666%; }

  .xxlarge--one-quarter {
    width: 25%; }

  .xxlarge--two-quarters {
    width: 50%; }

  .xxlarge--three-quarters {
    width: 75%; }

  .xxlarge--one-fifth {
    width: 20%; }

  .xxlarge--two-fifths {
    width: 40%; }

  .xxlarge--three-fifths {
    width: 60%; }

  .xxlarge--four-fifths {
    width: 80%; }

  .xxlarge--one-sixth {
    width: 16.666%; }

  .xxlarge--two-sixths {
    width: 33.333%; }

  .xxlarge--three-sixths {
    width: 50%; }

  .xxlarge--four-sixths {
    width: 66.666%; }

  .xxlarge--five-sixths {
    width: 83.333%; }

  .xxlarge--one-eighth {
    width: 12.5%; }

  .xxlarge--two-eighths {
    width: 25%; }

  .xxlarge--three-eighths {
    width: 37.5%; }

  .xxlarge--four-eighths {
    width: 50%; }

  .xxlarge--five-eighths {
    width: 62.5%; }

  .xxlarge--six-eighths {
    width: 75%; }

  .xxlarge--seven-eighths {
    width: 87.5%; }

  .xxlarge--one-tenth {
    width: 10%; }

  .xxlarge--two-tenths {
    width: 20%; }

  .xxlarge--three-tenths {
    width: 30%; }

  .xxlarge--four-tenths {
    width: 40%; }

  .xxlarge--five-tenths {
    width: 50%; }

  .xxlarge--six-tenths {
    width: 60%; }

  .xxlarge--seven-tenths {
    width: 70%; }

  .xxlarge--eight-tenths {
    width: 80%; }

  .xxlarge--nine-tenths {
    width: 90%; }

  .xxlarge--one-twelfth {
    width: 8.333%; }

  .xxlarge--two-twelfths {
    width: 16.666%; }

  .xxlarge--three-twelfths {
    width: 25%; }

  .xxlarge--four-twelfths {
    width: 33.333%; }

  .xxlarge--five-twelfths {
    width: 41.666%; }

  .xxlarge--six-twelfths {
    width: 50%; }

  .xxlarge--seven-twelfths {
    width: 58.333%; }

  .xxlarge--eight-twelfths {
    width: 66.666%; }

  .xxlarge--nine-twelfths {
    width: 75%; }

  .xxlarge--ten-twelfths {
    width: 83.333%; }

  .xxlarge--eleven-twelfths {
    width: 91.666%; }

  .grid-uniform .xxlarge--one-half:nth-child(2n+1),
  .grid-uniform .xxlarge--one-third:nth-child(3n+1),
  .grid-uniform .xxlarge--one-quarter:nth-child(4n+1),
  .grid-uniform .xxlarge--one-fifth:nth-child(5n+1),
  .grid-uniform .xxlarge--one-sixth:nth-child(6n+1),
  .grid-uniform .xxlarge--two-sixths:nth-child(3n+1),
  .grid-uniform .xxlarge--three-sixths:nth-child(2n+1),
  .grid-uniform .xxlarge--two-eighths:nth-child(4n+1),
  .grid-uniform .xxlarge--four-eighths:nth-child(2n+1),
  .grid-uniform .xxlarge--five-tenths:nth-child(2n+1),
  .grid-uniform .xxlarge--one-twelfth:nth-child(12n+1),
  .grid-uniform .xxlarge--two-twelfths:nth-child(6n+1),
  .grid-uniform .xxlarge--three-twelfths:nth-child(4n+1),
  .grid-uniform .xxlarge--four-twelfths:nth-child(3n+1),
  .grid-uniform .xxlarge--six-twelfths:nth-child(2n+1), .grid-margins .xxlarge--one-half:nth-child(2n+1),
  .grid-margins .xxlarge--one-third:nth-child(3n+1),
  .grid-margins .xxlarge--one-quarter:nth-child(4n+1),
  .grid-margins .xxlarge--one-fifth:nth-child(5n+1),
  .grid-margins .xxlarge--one-sixth:nth-child(6n+1),
  .grid-margins .xxlarge--two-sixths:nth-child(3n+1),
  .grid-margins .xxlarge--three-sixths:nth-child(2n+1),
  .grid-margins .xxlarge--two-eighths:nth-child(4n+1),
  .grid-margins .xxlarge--four-eighths:nth-child(2n+1),
  .grid-margins .xxlarge--five-tenths:nth-child(2n+1),
  .grid-margins .xxlarge--one-twelfth:nth-child(12n+1),
  .grid-margins .xxlarge--two-twelfths:nth-child(6n+1),
  .grid-margins .xxlarge--three-twelfths:nth-child(4n+1),
  .grid-margins .xxlarge--four-twelfths:nth-child(3n+1),
  .grid-margins .xxlarge--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .studio--one-whole {
    width: 100%; }

  .studio--one-half {
    width: 50%; }

  .studio--one-third {
    width: 33.333%; }

  .studio--two-thirds {
    width: 66.666%; }

  .studio--one-quarter {
    width: 25%; }

  .studio--two-quarters {
    width: 50%; }

  .studio--three-quarters {
    width: 75%; }

  .studio--one-fifth {
    width: 20%; }

  .studio--two-fifths {
    width: 40%; }

  .studio--three-fifths {
    width: 60%; }

  .studio--four-fifths {
    width: 80%; }

  .studio--one-sixth {
    width: 16.666%; }

  .studio--two-sixths {
    width: 33.333%; }

  .studio--three-sixths {
    width: 50%; }

  .studio--four-sixths {
    width: 66.666%; }

  .studio--five-sixths {
    width: 83.333%; }

  .studio--one-eighth {
    width: 12.5%; }

  .studio--two-eighths {
    width: 25%; }

  .studio--three-eighths {
    width: 37.5%; }

  .studio--four-eighths {
    width: 50%; }

  .studio--five-eighths {
    width: 62.5%; }

  .studio--six-eighths {
    width: 75%; }

  .studio--seven-eighths {
    width: 87.5%; }

  .studio--one-tenth {
    width: 10%; }

  .studio--two-tenths {
    width: 20%; }

  .studio--three-tenths {
    width: 30%; }

  .studio--four-tenths {
    width: 40%; }

  .studio--five-tenths {
    width: 50%; }

  .studio--six-tenths {
    width: 60%; }

  .studio--seven-tenths {
    width: 70%; }

  .studio--eight-tenths {
    width: 80%; }

  .studio--nine-tenths {
    width: 90%; }

  .studio--one-twelfth {
    width: 8.333%; }

  .studio--two-twelfths {
    width: 16.666%; }

  .studio--three-twelfths {
    width: 25%; }

  .studio--four-twelfths {
    width: 33.333%; }

  .studio--five-twelfths {
    width: 41.666%; }

  .studio--six-twelfths {
    width: 50%; }

  .studio--seven-twelfths {
    width: 58.333%; }

  .studio--eight-twelfths {
    width: 66.666%; }

  .studio--nine-twelfths {
    width: 75%; }

  .studio--ten-twelfths {
    width: 83.333%; }

  .studio--eleven-twelfths {
    width: 91.666%; }

  .grid-uniform .studio--one-half:nth-child(2n+1),
  .grid-uniform .studio--one-third:nth-child(3n+1),
  .grid-uniform .studio--one-quarter:nth-child(4n+1),
  .grid-uniform .studio--one-fifth:nth-child(5n+1),
  .grid-uniform .studio--one-sixth:nth-child(6n+1),
  .grid-uniform .studio--two-sixths:nth-child(3n+1),
  .grid-uniform .studio--three-sixths:nth-child(2n+1),
  .grid-uniform .studio--two-eighths:nth-child(4n+1),
  .grid-uniform .studio--four-eighths:nth-child(2n+1),
  .grid-uniform .studio--five-tenths:nth-child(2n+1),
  .grid-uniform .studio--one-twelfth:nth-child(12n+1),
  .grid-uniform .studio--two-twelfths:nth-child(6n+1),
  .grid-uniform .studio--three-twelfths:nth-child(4n+1),
  .grid-uniform .studio--four-twelfths:nth-child(3n+1),
  .grid-uniform .studio--six-twelfths:nth-child(2n+1), .grid-margins .studio--one-half:nth-child(2n+1),
  .grid-margins .studio--one-third:nth-child(3n+1),
  .grid-margins .studio--one-quarter:nth-child(4n+1),
  .grid-margins .studio--one-fifth:nth-child(5n+1),
  .grid-margins .studio--one-sixth:nth-child(6n+1),
  .grid-margins .studio--two-sixths:nth-child(3n+1),
  .grid-margins .studio--three-sixths:nth-child(2n+1),
  .grid-margins .studio--two-eighths:nth-child(4n+1),
  .grid-margins .studio--four-eighths:nth-child(2n+1),
  .grid-margins .studio--five-tenths:nth-child(2n+1),
  .grid-margins .studio--one-twelfth:nth-child(12n+1),
  .grid-margins .studio--two-twelfths:nth-child(6n+1),
  .grid-margins .studio--three-twelfths:nth-child(4n+1),
  .grid-margins .studio--four-twelfths:nth-child(3n+1),
  .grid-margins .studio--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 1600px) {
  .studio-up--one-whole {
    width: 100%; }

  .studio-up--one-half {
    width: 50%; }

  .studio-up--one-third {
    width: 33.333%; }

  .studio-up--two-thirds {
    width: 66.666%; }

  .studio-up--one-quarter {
    width: 25%; }

  .studio-up--two-quarters {
    width: 50%; }

  .studio-up--three-quarters {
    width: 75%; }

  .studio-up--one-fifth {
    width: 20%; }

  .studio-up--two-fifths {
    width: 40%; }

  .studio-up--three-fifths {
    width: 60%; }

  .studio-up--four-fifths {
    width: 80%; }

  .studio-up--one-sixth {
    width: 16.666%; }

  .studio-up--two-sixths {
    width: 33.333%; }

  .studio-up--three-sixths {
    width: 50%; }

  .studio-up--four-sixths {
    width: 66.666%; }

  .studio-up--five-sixths {
    width: 83.333%; }

  .studio-up--one-eighth {
    width: 12.5%; }

  .studio-up--two-eighths {
    width: 25%; }

  .studio-up--three-eighths {
    width: 37.5%; }

  .studio-up--four-eighths {
    width: 50%; }

  .studio-up--five-eighths {
    width: 62.5%; }

  .studio-up--six-eighths {
    width: 75%; }

  .studio-up--seven-eighths {
    width: 87.5%; }

  .studio-up--one-tenth {
    width: 10%; }

  .studio-up--two-tenths {
    width: 20%; }

  .studio-up--three-tenths {
    width: 30%; }

  .studio-up--four-tenths {
    width: 40%; }

  .studio-up--five-tenths {
    width: 50%; }

  .studio-up--six-tenths {
    width: 60%; }

  .studio-up--seven-tenths {
    width: 70%; }

  .studio-up--eight-tenths {
    width: 80%; }

  .studio-up--nine-tenths {
    width: 90%; }

  .studio-up--one-twelfth {
    width: 8.333%; }

  .studio-up--two-twelfths {
    width: 16.666%; }

  .studio-up--three-twelfths {
    width: 25%; }

  .studio-up--four-twelfths {
    width: 33.333%; }

  .studio-up--five-twelfths {
    width: 41.666%; }

  .studio-up--six-twelfths {
    width: 50%; }

  .studio-up--seven-twelfths {
    width: 58.333%; }

  .studio-up--eight-twelfths {
    width: 66.666%; }

  .studio-up--nine-twelfths {
    width: 75%; }

  .studio-up--ten-twelfths {
    width: 83.333%; }

  .studio-up--eleven-twelfths {
    width: 91.666%; }

  .grid-uniform .studio-up--one-half:nth-child(2n+1),
  .grid-uniform .studio-up--one-third:nth-child(3n+1),
  .grid-uniform .studio-up--one-quarter:nth-child(4n+1),
  .grid-uniform .studio-up--one-fifth:nth-child(5n+1),
  .grid-uniform .studio-up--one-sixth:nth-child(6n+1),
  .grid-uniform .studio-up--two-sixths:nth-child(3n+1),
  .grid-uniform .studio-up--three-sixths:nth-child(2n+1),
  .grid-uniform .studio-up--two-eighths:nth-child(4n+1),
  .grid-uniform .studio-up--four-eighths:nth-child(2n+1),
  .grid-uniform .studio-up--five-tenths:nth-child(2n+1),
  .grid-uniform .studio-up--one-twelfth:nth-child(12n+1),
  .grid-uniform .studio-up--two-twelfths:nth-child(6n+1),
  .grid-uniform .studio-up--three-twelfths:nth-child(4n+1),
  .grid-uniform .studio-up--four-twelfths:nth-child(3n+1),
  .grid-uniform .studio-up--six-twelfths:nth-child(2n+1), .grid-margins .studio-up--one-half:nth-child(2n+1),
  .grid-margins .studio-up--one-third:nth-child(3n+1),
  .grid-margins .studio-up--one-quarter:nth-child(4n+1),
  .grid-margins .studio-up--one-fifth:nth-child(5n+1),
  .grid-margins .studio-up--one-sixth:nth-child(6n+1),
  .grid-margins .studio-up--two-sixths:nth-child(3n+1),
  .grid-margins .studio-up--three-sixths:nth-child(2n+1),
  .grid-margins .studio-up--two-eighths:nth-child(4n+1),
  .grid-margins .studio-up--four-eighths:nth-child(2n+1),
  .grid-margins .studio-up--five-tenths:nth-child(2n+1),
  .grid-margins .studio-up--one-twelfth:nth-child(12n+1),
  .grid-margins .studio-up--two-twelfths:nth-child(6n+1),
  .grid-margins .studio-up--three-twelfths:nth-child(4n+1),
  .grid-margins .studio-up--four-twelfths:nth-child(3n+1),
  .grid-margins .studio-up--six-twelfths:nth-child(2n+1) {
    clear: both; } }
[class*="push--"] {
  position: relative; }

.push--one-whole {
  left: 100%; }

.push--one-half {
  left: 50%; }

.push--one-third {
  left: 33.333%; }

.push--two-thirds {
  left: 66.666%; }

.push--one-quarter {
  left: 25%; }

.push--two-quarters {
  left: 50%; }

.push--three-quarters {
  left: 75%; }

.push--one-fifth {
  left: 20%; }

.push--two-fifths {
  left: 40%; }

.push--three-fifths {
  left: 60%; }

.push--four-fifths {
  left: 80%; }

.push--one-sixth {
  left: 16.666%; }

.push--two-sixths {
  left: 33.333%; }

.push--three-sixths {
  left: 50%; }

.push--four-sixths {
  left: 66.666%; }

.push--five-sixths {
  left: 83.333%; }

.push--one-eighth {
  left: 12.5%; }

.push--two-eighths {
  left: 25%; }

.push--three-eighths {
  left: 37.5%; }

.push--four-eighths {
  left: 50%; }

.push--five-eighths {
  left: 62.5%; }

.push--six-eighths {
  left: 75%; }

.push--seven-eighths {
  left: 87.5%; }

.push--one-tenth {
  left: 10%; }

.push--two-tenths {
  left: 20%; }

.push--three-tenths {
  left: 30%; }

.push--four-tenths {
  left: 40%; }

.push--five-tenths {
  left: 50%; }

.push--six-tenths {
  left: 60%; }

.push--seven-tenths {
  left: 70%; }

.push--eight-tenths {
  left: 80%; }

.push--nine-tenths {
  left: 90%; }

.push--one-twelfth {
  left: 8.333%; }

.push--two-twelfths {
  left: 16.666%; }

.push--three-twelfths {
  left: 25%; }

.push--four-twelfths {
  left: 33.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--six-twelfths {
  left: 50%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eight-twelfths {
  left: 66.666%; }

.push--nine-twelfths {
  left: 75%; }

.push--ten-twelfths {
  left: 83.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .push--medsmall--one-whole {
    left: 100%; }

  .push--medsmall--one-half {
    left: 50%; }

  .push--medsmall--one-third {
    left: 33.333%; }

  .push--medsmall--two-thirds {
    left: 66.666%; }

  .push--medsmall--one-quarter {
    left: 25%; }

  .push--medsmall--two-quarters {
    left: 50%; }

  .push--medsmall--three-quarters {
    left: 75%; }

  .push--medsmall--one-fifth {
    left: 20%; }

  .push--medsmall--two-fifths {
    left: 40%; }

  .push--medsmall--three-fifths {
    left: 60%; }

  .push--medsmall--four-fifths {
    left: 80%; }

  .push--medsmall--one-sixth {
    left: 16.666%; }

  .push--medsmall--two-sixths {
    left: 33.333%; }

  .push--medsmall--three-sixths {
    left: 50%; }

  .push--medsmall--four-sixths {
    left: 66.666%; }

  .push--medsmall--five-sixths {
    left: 83.333%; }

  .push--medsmall--one-eighth {
    left: 12.5%; }

  .push--medsmall--two-eighths {
    left: 25%; }

  .push--medsmall--three-eighths {
    left: 37.5%; }

  .push--medsmall--four-eighths {
    left: 50%; }

  .push--medsmall--five-eighths {
    left: 62.5%; }

  .push--medsmall--six-eighths {
    left: 75%; }

  .push--medsmall--seven-eighths {
    left: 87.5%; }

  .push--medsmall--one-tenth {
    left: 10%; }

  .push--medsmall--two-tenths {
    left: 20%; }

  .push--medsmall--three-tenths {
    left: 30%; }

  .push--medsmall--four-tenths {
    left: 40%; }

  .push--medsmall--five-tenths {
    left: 50%; }

  .push--medsmall--six-tenths {
    left: 60%; }

  .push--medsmall--seven-tenths {
    left: 70%; }

  .push--medsmall--eight-tenths {
    left: 80%; }

  .push--medsmall--nine-tenths {
    left: 90%; }

  .push--medsmall--one-twelfth {
    left: 8.333%; }

  .push--medsmall--two-twelfths {
    left: 16.666%; }

  .push--medsmall--three-twelfths {
    left: 25%; }

  .push--medsmall--four-twelfths {
    left: 33.333%; }

  .push--medsmall--five-twelfths {
    left: 41.666%; }

  .push--medsmall--six-twelfths {
    left: 50%; }

  .push--medsmall--seven-twelfths {
    left: 58.333%; }

  .push--medsmall--eight-twelfths {
    left: 66.666%; }

  .push--medsmall--nine-twelfths {
    left: 75%; }

  .push--medsmall--ten-twelfths {
    left: 83.333%; }

  .push--medsmall--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 641px) and (max-width: 880px) {
  .push--medium--one-whole {
    left: 100%; }

  .push--medium--one-half {
    left: 50%; }

  .push--medium--one-third {
    left: 33.333%; }

  .push--medium--two-thirds {
    left: 66.666%; }

  .push--medium--one-quarter {
    left: 25%; }

  .push--medium--two-quarters {
    left: 50%; }

  .push--medium--three-quarters {
    left: 75%; }

  .push--medium--one-fifth {
    left: 20%; }

  .push--medium--two-fifths {
    left: 40%; }

  .push--medium--three-fifths {
    left: 60%; }

  .push--medium--four-fifths {
    left: 80%; }

  .push--medium--one-sixth {
    left: 16.666%; }

  .push--medium--two-sixths {
    left: 33.333%; }

  .push--medium--three-sixths {
    left: 50%; }

  .push--medium--four-sixths {
    left: 66.666%; }

  .push--medium--five-sixths {
    left: 83.333%; }

  .push--medium--one-eighth {
    left: 12.5%; }

  .push--medium--two-eighths {
    left: 25%; }

  .push--medium--three-eighths {
    left: 37.5%; }

  .push--medium--four-eighths {
    left: 50%; }

  .push--medium--five-eighths {
    left: 62.5%; }

  .push--medium--six-eighths {
    left: 75%; }

  .push--medium--seven-eighths {
    left: 87.5%; }

  .push--medium--one-tenth {
    left: 10%; }

  .push--medium--two-tenths {
    left: 20%; }

  .push--medium--three-tenths {
    left: 30%; }

  .push--medium--four-tenths {
    left: 40%; }

  .push--medium--five-tenths {
    left: 50%; }

  .push--medium--six-tenths {
    left: 60%; }

  .push--medium--seven-tenths {
    left: 70%; }

  .push--medium--eight-tenths {
    left: 80%; }

  .push--medium--nine-tenths {
    left: 90%; }

  .push--medium--one-twelfth {
    left: 8.333%; }

  .push--medium--two-twelfths {
    left: 16.666%; }

  .push--medium--three-twelfths {
    left: 25%; }

  .push--medium--four-twelfths {
    left: 33.333%; }

  .push--medium--five-twelfths {
    left: 41.666%; }

  .push--medium--six-twelfths {
    left: 50%; }

  .push--medium--seven-twelfths {
    left: 58.333%; }

  .push--medium--eight-twelfths {
    left: 66.666%; }

  .push--medium--nine-twelfths {
    left: 75%; }

  .push--medium--ten-twelfths {
    left: 83.333%; }

  .push--medium--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (max-width: 880px) {
  .push--medium-down--one-whole {
    left: 100%; }

  .push--medium-down--one-half {
    left: 50%; }

  .push--medium-down--one-third {
    left: 33.333%; }

  .push--medium-down--two-thirds {
    left: 66.666%; }

  .push--medium-down--one-quarter {
    left: 25%; }

  .push--medium-down--two-quarters {
    left: 50%; }

  .push--medium-down--three-quarters {
    left: 75%; }

  .push--medium-down--one-fifth {
    left: 20%; }

  .push--medium-down--two-fifths {
    left: 40%; }

  .push--medium-down--three-fifths {
    left: 60%; }

  .push--medium-down--four-fifths {
    left: 80%; }

  .push--medium-down--one-sixth {
    left: 16.666%; }

  .push--medium-down--two-sixths {
    left: 33.333%; }

  .push--medium-down--three-sixths {
    left: 50%; }

  .push--medium-down--four-sixths {
    left: 66.666%; }

  .push--medium-down--five-sixths {
    left: 83.333%; }

  .push--medium-down--one-eighth {
    left: 12.5%; }

  .push--medium-down--two-eighths {
    left: 25%; }

  .push--medium-down--three-eighths {
    left: 37.5%; }

  .push--medium-down--four-eighths {
    left: 50%; }

  .push--medium-down--five-eighths {
    left: 62.5%; }

  .push--medium-down--six-eighths {
    left: 75%; }

  .push--medium-down--seven-eighths {
    left: 87.5%; }

  .push--medium-down--one-tenth {
    left: 10%; }

  .push--medium-down--two-tenths {
    left: 20%; }

  .push--medium-down--three-tenths {
    left: 30%; }

  .push--medium-down--four-tenths {
    left: 40%; }

  .push--medium-down--five-tenths {
    left: 50%; }

  .push--medium-down--six-tenths {
    left: 60%; }

  .push--medium-down--seven-tenths {
    left: 70%; }

  .push--medium-down--eight-tenths {
    left: 80%; }

  .push--medium-down--nine-tenths {
    left: 90%; }

  .push--medium-down--one-twelfth {
    left: 8.333%; }

  .push--medium-down--two-twelfths {
    left: 16.666%; }

  .push--medium-down--three-twelfths {
    left: 25%; }

  .push--medium-down--four-twelfths {
    left: 33.333%; }

  .push--medium-down--five-twelfths {
    left: 41.666%; }

  .push--medium-down--six-twelfths {
    left: 50%; }

  .push--medium-down--seven-twelfths {
    left: 58.333%; }

  .push--medium-down--eight-twelfths {
    left: 66.666%; }

  .push--medium-down--nine-twelfths {
    left: 75%; }

  .push--medium-down--ten-twelfths {
    left: 83.333%; }

  .push--medium-down--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 881px) {
  .push--mediumplus--one-whole {
    left: 100%; }

  .push--mediumplus--one-half {
    left: 50%; }

  .push--mediumplus--one-third {
    left: 33.333%; }

  .push--mediumplus--two-thirds {
    left: 66.666%; }

  .push--mediumplus--one-quarter {
    left: 25%; }

  .push--mediumplus--two-quarters {
    left: 50%; }

  .push--mediumplus--three-quarters {
    left: 75%; }

  .push--mediumplus--one-fifth {
    left: 20%; }

  .push--mediumplus--two-fifths {
    left: 40%; }

  .push--mediumplus--three-fifths {
    left: 60%; }

  .push--mediumplus--four-fifths {
    left: 80%; }

  .push--mediumplus--one-sixth {
    left: 16.666%; }

  .push--mediumplus--two-sixths {
    left: 33.333%; }

  .push--mediumplus--three-sixths {
    left: 50%; }

  .push--mediumplus--four-sixths {
    left: 66.666%; }

  .push--mediumplus--five-sixths {
    left: 83.333%; }

  .push--mediumplus--one-eighth {
    left: 12.5%; }

  .push--mediumplus--two-eighths {
    left: 25%; }

  .push--mediumplus--three-eighths {
    left: 37.5%; }

  .push--mediumplus--four-eighths {
    left: 50%; }

  .push--mediumplus--five-eighths {
    left: 62.5%; }

  .push--mediumplus--six-eighths {
    left: 75%; }

  .push--mediumplus--seven-eighths {
    left: 87.5%; }

  .push--mediumplus--one-tenth {
    left: 10%; }

  .push--mediumplus--two-tenths {
    left: 20%; }

  .push--mediumplus--three-tenths {
    left: 30%; }

  .push--mediumplus--four-tenths {
    left: 40%; }

  .push--mediumplus--five-tenths {
    left: 50%; }

  .push--mediumplus--six-tenths {
    left: 60%; }

  .push--mediumplus--seven-tenths {
    left: 70%; }

  .push--mediumplus--eight-tenths {
    left: 80%; }

  .push--mediumplus--nine-tenths {
    left: 90%; }

  .push--mediumplus--one-twelfth {
    left: 8.333%; }

  .push--mediumplus--two-twelfths {
    left: 16.666%; }

  .push--mediumplus--three-twelfths {
    left: 25%; }

  .push--mediumplus--four-twelfths {
    left: 33.333%; }

  .push--mediumplus--five-twelfths {
    left: 41.666%; }

  .push--mediumplus--six-twelfths {
    left: 50%; }

  .push--mediumplus--seven-twelfths {
    left: 58.333%; }

  .push--mediumplus--eight-twelfths {
    left: 66.666%; }

  .push--mediumplus--nine-twelfths {
    left: 75%; }

  .push--mediumplus--ten-twelfths {
    left: 83.333%; }

  .push--mediumplus--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 881px) and (max-width: 960px) {
  .push--mid-large--one-whole {
    left: 100%; }

  .push--mid-large--one-half {
    left: 50%; }

  .push--mid-large--one-third {
    left: 33.333%; }

  .push--mid-large--two-thirds {
    left: 66.666%; }

  .push--mid-large--one-quarter {
    left: 25%; }

  .push--mid-large--two-quarters {
    left: 50%; }

  .push--mid-large--three-quarters {
    left: 75%; }

  .push--mid-large--one-fifth {
    left: 20%; }

  .push--mid-large--two-fifths {
    left: 40%; }

  .push--mid-large--three-fifths {
    left: 60%; }

  .push--mid-large--four-fifths {
    left: 80%; }

  .push--mid-large--one-sixth {
    left: 16.666%; }

  .push--mid-large--two-sixths {
    left: 33.333%; }

  .push--mid-large--three-sixths {
    left: 50%; }

  .push--mid-large--four-sixths {
    left: 66.666%; }

  .push--mid-large--five-sixths {
    left: 83.333%; }

  .push--mid-large--one-eighth {
    left: 12.5%; }

  .push--mid-large--two-eighths {
    left: 25%; }

  .push--mid-large--three-eighths {
    left: 37.5%; }

  .push--mid-large--four-eighths {
    left: 50%; }

  .push--mid-large--five-eighths {
    left: 62.5%; }

  .push--mid-large--six-eighths {
    left: 75%; }

  .push--mid-large--seven-eighths {
    left: 87.5%; }

  .push--mid-large--one-tenth {
    left: 10%; }

  .push--mid-large--two-tenths {
    left: 20%; }

  .push--mid-large--three-tenths {
    left: 30%; }

  .push--mid-large--four-tenths {
    left: 40%; }

  .push--mid-large--five-tenths {
    left: 50%; }

  .push--mid-large--six-tenths {
    left: 60%; }

  .push--mid-large--seven-tenths {
    left: 70%; }

  .push--mid-large--eight-tenths {
    left: 80%; }

  .push--mid-large--nine-tenths {
    left: 90%; }

  .push--mid-large--one-twelfth {
    left: 8.333%; }

  .push--mid-large--two-twelfths {
    left: 16.666%; }

  .push--mid-large--three-twelfths {
    left: 25%; }

  .push--mid-large--four-twelfths {
    left: 33.333%; }

  .push--mid-large--five-twelfths {
    left: 41.666%; }

  .push--mid-large--six-twelfths {
    left: 50%; }

  .push--mid-large--seven-twelfths {
    left: 58.333%; }

  .push--mid-large--eight-twelfths {
    left: 66.666%; }

  .push--mid-large--nine-twelfths {
    left: 75%; }

  .push--mid-large--ten-twelfths {
    left: 83.333%; }

  .push--mid-large--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .push--xlarge--one-whole {
    left: 100%; }

  .push--xlarge--one-half {
    left: 50%; }

  .push--xlarge--one-third {
    left: 33.333%; }

  .push--xlarge--two-thirds {
    left: 66.666%; }

  .push--xlarge--one-quarter {
    left: 25%; }

  .push--xlarge--two-quarters {
    left: 50%; }

  .push--xlarge--three-quarters {
    left: 75%; }

  .push--xlarge--one-fifth {
    left: 20%; }

  .push--xlarge--two-fifths {
    left: 40%; }

  .push--xlarge--three-fifths {
    left: 60%; }

  .push--xlarge--four-fifths {
    left: 80%; }

  .push--xlarge--one-sixth {
    left: 16.666%; }

  .push--xlarge--two-sixths {
    left: 33.333%; }

  .push--xlarge--three-sixths {
    left: 50%; }

  .push--xlarge--four-sixths {
    left: 66.666%; }

  .push--xlarge--five-sixths {
    left: 83.333%; }

  .push--xlarge--one-eighth {
    left: 12.5%; }

  .push--xlarge--two-eighths {
    left: 25%; }

  .push--xlarge--three-eighths {
    left: 37.5%; }

  .push--xlarge--four-eighths {
    left: 50%; }

  .push--xlarge--five-eighths {
    left: 62.5%; }

  .push--xlarge--six-eighths {
    left: 75%; }

  .push--xlarge--seven-eighths {
    left: 87.5%; }

  .push--xlarge--one-tenth {
    left: 10%; }

  .push--xlarge--two-tenths {
    left: 20%; }

  .push--xlarge--three-tenths {
    left: 30%; }

  .push--xlarge--four-tenths {
    left: 40%; }

  .push--xlarge--five-tenths {
    left: 50%; }

  .push--xlarge--six-tenths {
    left: 60%; }

  .push--xlarge--seven-tenths {
    left: 70%; }

  .push--xlarge--eight-tenths {
    left: 80%; }

  .push--xlarge--nine-tenths {
    left: 90%; }

  .push--xlarge--one-twelfth {
    left: 8.333%; }

  .push--xlarge--two-twelfths {
    left: 16.666%; }

  .push--xlarge--three-twelfths {
    left: 25%; }

  .push--xlarge--four-twelfths {
    left: 33.333%; }

  .push--xlarge--five-twelfths {
    left: 41.666%; }

  .push--xlarge--six-twelfths {
    left: 50%; }

  .push--xlarge--seven-twelfths {
    left: 58.333%; }

  .push--xlarge--eight-twelfths {
    left: 66.666%; }

  .push--xlarge--nine-twelfths {
    left: 75%; }

  .push--xlarge--ten-twelfths {
    left: 83.333%; }

  .push--xlarge--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .push--xxlarge--one-whole {
    left: 100%; }

  .push--xxlarge--one-half {
    left: 50%; }

  .push--xxlarge--one-third {
    left: 33.333%; }

  .push--xxlarge--two-thirds {
    left: 66.666%; }

  .push--xxlarge--one-quarter {
    left: 25%; }

  .push--xxlarge--two-quarters {
    left: 50%; }

  .push--xxlarge--three-quarters {
    left: 75%; }

  .push--xxlarge--one-fifth {
    left: 20%; }

  .push--xxlarge--two-fifths {
    left: 40%; }

  .push--xxlarge--three-fifths {
    left: 60%; }

  .push--xxlarge--four-fifths {
    left: 80%; }

  .push--xxlarge--one-sixth {
    left: 16.666%; }

  .push--xxlarge--two-sixths {
    left: 33.333%; }

  .push--xxlarge--three-sixths {
    left: 50%; }

  .push--xxlarge--four-sixths {
    left: 66.666%; }

  .push--xxlarge--five-sixths {
    left: 83.333%; }

  .push--xxlarge--one-eighth {
    left: 12.5%; }

  .push--xxlarge--two-eighths {
    left: 25%; }

  .push--xxlarge--three-eighths {
    left: 37.5%; }

  .push--xxlarge--four-eighths {
    left: 50%; }

  .push--xxlarge--five-eighths {
    left: 62.5%; }

  .push--xxlarge--six-eighths {
    left: 75%; }

  .push--xxlarge--seven-eighths {
    left: 87.5%; }

  .push--xxlarge--one-tenth {
    left: 10%; }

  .push--xxlarge--two-tenths {
    left: 20%; }

  .push--xxlarge--three-tenths {
    left: 30%; }

  .push--xxlarge--four-tenths {
    left: 40%; }

  .push--xxlarge--five-tenths {
    left: 50%; }

  .push--xxlarge--six-tenths {
    left: 60%; }

  .push--xxlarge--seven-tenths {
    left: 70%; }

  .push--xxlarge--eight-tenths {
    left: 80%; }

  .push--xxlarge--nine-tenths {
    left: 90%; }

  .push--xxlarge--one-twelfth {
    left: 8.333%; }

  .push--xxlarge--two-twelfths {
    left: 16.666%; }

  .push--xxlarge--three-twelfths {
    left: 25%; }

  .push--xxlarge--four-twelfths {
    left: 33.333%; }

  .push--xxlarge--five-twelfths {
    left: 41.666%; }

  .push--xxlarge--six-twelfths {
    left: 50%; }

  .push--xxlarge--seven-twelfths {
    left: 58.333%; }

  .push--xxlarge--eight-twelfths {
    left: 66.666%; }

  .push--xxlarge--nine-twelfths {
    left: 75%; }

  .push--xxlarge--ten-twelfths {
    left: 83.333%; }

  .push--xxlarge--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .push--studio--one-whole {
    left: 100%; }

  .push--studio--one-half {
    left: 50%; }

  .push--studio--one-third {
    left: 33.333%; }

  .push--studio--two-thirds {
    left: 66.666%; }

  .push--studio--one-quarter {
    left: 25%; }

  .push--studio--two-quarters {
    left: 50%; }

  .push--studio--three-quarters {
    left: 75%; }

  .push--studio--one-fifth {
    left: 20%; }

  .push--studio--two-fifths {
    left: 40%; }

  .push--studio--three-fifths {
    left: 60%; }

  .push--studio--four-fifths {
    left: 80%; }

  .push--studio--one-sixth {
    left: 16.666%; }

  .push--studio--two-sixths {
    left: 33.333%; }

  .push--studio--three-sixths {
    left: 50%; }

  .push--studio--four-sixths {
    left: 66.666%; }

  .push--studio--five-sixths {
    left: 83.333%; }

  .push--studio--one-eighth {
    left: 12.5%; }

  .push--studio--two-eighths {
    left: 25%; }

  .push--studio--three-eighths {
    left: 37.5%; }

  .push--studio--four-eighths {
    left: 50%; }

  .push--studio--five-eighths {
    left: 62.5%; }

  .push--studio--six-eighths {
    left: 75%; }

  .push--studio--seven-eighths {
    left: 87.5%; }

  .push--studio--one-tenth {
    left: 10%; }

  .push--studio--two-tenths {
    left: 20%; }

  .push--studio--three-tenths {
    left: 30%; }

  .push--studio--four-tenths {
    left: 40%; }

  .push--studio--five-tenths {
    left: 50%; }

  .push--studio--six-tenths {
    left: 60%; }

  .push--studio--seven-tenths {
    left: 70%; }

  .push--studio--eight-tenths {
    left: 80%; }

  .push--studio--nine-tenths {
    left: 90%; }

  .push--studio--one-twelfth {
    left: 8.333%; }

  .push--studio--two-twelfths {
    left: 16.666%; }

  .push--studio--three-twelfths {
    left: 25%; }

  .push--studio--four-twelfths {
    left: 33.333%; }

  .push--studio--five-twelfths {
    left: 41.666%; }

  .push--studio--six-twelfths {
    left: 50%; }

  .push--studio--seven-twelfths {
    left: 58.333%; }

  .push--studio--eight-twelfths {
    left: 66.666%; }

  .push--studio--nine-twelfths {
    left: 75%; }

  .push--studio--ten-twelfths {
    left: 83.333%; }

  .push--studio--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 1600px) {
  .push--studio-up--one-whole {
    left: 100%; }

  .push--studio-up--one-half {
    left: 50%; }

  .push--studio-up--one-third {
    left: 33.333%; }

  .push--studio-up--two-thirds {
    left: 66.666%; }

  .push--studio-up--one-quarter {
    left: 25%; }

  .push--studio-up--two-quarters {
    left: 50%; }

  .push--studio-up--three-quarters {
    left: 75%; }

  .push--studio-up--one-fifth {
    left: 20%; }

  .push--studio-up--two-fifths {
    left: 40%; }

  .push--studio-up--three-fifths {
    left: 60%; }

  .push--studio-up--four-fifths {
    left: 80%; }

  .push--studio-up--one-sixth {
    left: 16.666%; }

  .push--studio-up--two-sixths {
    left: 33.333%; }

  .push--studio-up--three-sixths {
    left: 50%; }

  .push--studio-up--four-sixths {
    left: 66.666%; }

  .push--studio-up--five-sixths {
    left: 83.333%; }

  .push--studio-up--one-eighth {
    left: 12.5%; }

  .push--studio-up--two-eighths {
    left: 25%; }

  .push--studio-up--three-eighths {
    left: 37.5%; }

  .push--studio-up--four-eighths {
    left: 50%; }

  .push--studio-up--five-eighths {
    left: 62.5%; }

  .push--studio-up--six-eighths {
    left: 75%; }

  .push--studio-up--seven-eighths {
    left: 87.5%; }

  .push--studio-up--one-tenth {
    left: 10%; }

  .push--studio-up--two-tenths {
    left: 20%; }

  .push--studio-up--three-tenths {
    left: 30%; }

  .push--studio-up--four-tenths {
    left: 40%; }

  .push--studio-up--five-tenths {
    left: 50%; }

  .push--studio-up--six-tenths {
    left: 60%; }

  .push--studio-up--seven-tenths {
    left: 70%; }

  .push--studio-up--eight-tenths {
    left: 80%; }

  .push--studio-up--nine-tenths {
    left: 90%; }

  .push--studio-up--one-twelfth {
    left: 8.333%; }

  .push--studio-up--two-twelfths {
    left: 16.666%; }

  .push--studio-up--three-twelfths {
    left: 25%; }

  .push--studio-up--four-twelfths {
    left: 33.333%; }

  .push--studio-up--five-twelfths {
    left: 41.666%; }

  .push--studio-up--six-twelfths {
    left: 50%; }

  .push--studio-up--seven-twelfths {
    left: 58.333%; }

  .push--studio-up--eight-twelfths {
    left: 66.666%; }

  .push--studio-up--nine-twelfths {
    left: 75%; }

  .push--studio-up--ten-twelfths {
    left: 83.333%; }

  .push--studio-up--eleven-twelfths {
    left: 91.666%; } }
[class*="pull--"] {
  position: relative;
  margin-left: -8% !important; }

.pull--one-whole {
  right: 100%; }

.pull--one-half {
  right: 50%; }

.pull--one-third {
  right: 33.333%; }

.pull--two-thirds {
  right: 66.666%; }

.pull--one-quarter {
  right: 25%; }

.pull--two-quarters {
  right: 50%; }

.pull--three-quarters {
  right: 75%; }

.pull--one-fifth {
  right: 20%; }

.pull--two-fifths {
  right: 40%; }

.pull--three-fifths {
  right: 60%; }

.pull--four-fifths {
  right: 80%; }

.pull--one-sixth {
  right: 16.666%; }

.pull--two-sixths {
  right: 33.333%; }

.pull--three-sixths {
  right: 50%; }

.pull--four-sixths {
  right: 66.666%; }

.pull--five-sixths {
  right: 83.333%; }

.pull--one-eighth {
  right: 12.5%; }

.pull--two-eighths {
  right: 25%; }

.pull--three-eighths {
  right: 37.5%; }

.pull--four-eighths {
  right: 50%; }

.pull--five-eighths {
  right: 62.5%; }

.pull--six-eighths {
  right: 75%; }

.pull--seven-eighths {
  right: 87.5%; }

.pull--one-tenth {
  right: 10%; }

.pull--two-tenths {
  right: 20%; }

.pull--three-tenths {
  right: 30%; }

.pull--four-tenths {
  right: 40%; }

.pull--five-tenths {
  right: 50%; }

.pull--six-tenths {
  right: 60%; }

.pull--seven-tenths {
  right: 70%; }

.pull--eight-tenths {
  right: 80%; }

.pull--nine-tenths {
  right: 90%; }

.pull--one-twelfth {
  right: 8.333%; }

.pull--two-twelfths {
  right: 16.666%; }

.pull--three-twelfths {
  right: 25%; }

.pull--four-twelfths {
  right: 33.333%; }

.pull--five-twelfths {
  right: 41.666%; }

.pull--six-twelfths {
  right: 50%; }

.pull--seven-twelfths {
  right: 58.333%; }

.pull--eight-twelfths {
  right: 66.666%; }

.pull--nine-twelfths {
  right: 75%; }

.pull--ten-twelfths {
  right: 83.333%; }

.pull--eleven-twelfths {
  right: 91.666%; }

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .pull--medsmall--one-whole {
    right: 100%; }

  .pull--medsmall--one-half {
    right: 50%; }

  .pull--medsmall--one-third {
    right: 33.333%; }

  .pull--medsmall--two-thirds {
    right: 66.666%; }

  .pull--medsmall--one-quarter {
    right: 25%; }

  .pull--medsmall--two-quarters {
    right: 50%; }

  .pull--medsmall--three-quarters {
    right: 75%; }

  .pull--medsmall--one-fifth {
    right: 20%; }

  .pull--medsmall--two-fifths {
    right: 40%; }

  .pull--medsmall--three-fifths {
    right: 60%; }

  .pull--medsmall--four-fifths {
    right: 80%; }

  .pull--medsmall--one-sixth {
    right: 16.666%; }

  .pull--medsmall--two-sixths {
    right: 33.333%; }

  .pull--medsmall--three-sixths {
    right: 50%; }

  .pull--medsmall--four-sixths {
    right: 66.666%; }

  .pull--medsmall--five-sixths {
    right: 83.333%; }

  .pull--medsmall--one-eighth {
    right: 12.5%; }

  .pull--medsmall--two-eighths {
    right: 25%; }

  .pull--medsmall--three-eighths {
    right: 37.5%; }

  .pull--medsmall--four-eighths {
    right: 50%; }

  .pull--medsmall--five-eighths {
    right: 62.5%; }

  .pull--medsmall--six-eighths {
    right: 75%; }

  .pull--medsmall--seven-eighths {
    right: 87.5%; }

  .pull--medsmall--one-tenth {
    right: 10%; }

  .pull--medsmall--two-tenths {
    right: 20%; }

  .pull--medsmall--three-tenths {
    right: 30%; }

  .pull--medsmall--four-tenths {
    right: 40%; }

  .pull--medsmall--five-tenths {
    right: 50%; }

  .pull--medsmall--six-tenths {
    right: 60%; }

  .pull--medsmall--seven-tenths {
    right: 70%; }

  .pull--medsmall--eight-tenths {
    right: 80%; }

  .pull--medsmall--nine-tenths {
    right: 90%; }

  .pull--medsmall--one-twelfth {
    right: 8.333%; }

  .pull--medsmall--two-twelfths {
    right: 16.666%; }

  .pull--medsmall--three-twelfths {
    right: 25%; }

  .pull--medsmall--four-twelfths {
    right: 33.333%; }

  .pull--medsmall--five-twelfths {
    right: 41.666%; }

  .pull--medsmall--six-twelfths {
    right: 50%; }

  .pull--medsmall--seven-twelfths {
    right: 58.333%; }

  .pull--medsmall--eight-twelfths {
    right: 66.666%; }

  .pull--medsmall--nine-twelfths {
    right: 75%; }

  .pull--medsmall--ten-twelfths {
    right: 83.333%; }

  .pull--medsmall--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 641px) and (max-width: 880px) {
  .pull--medium--one-whole {
    right: 100%; }

  .pull--medium--one-half {
    right: 50%; }

  .pull--medium--one-third {
    right: 33.333%; }

  .pull--medium--two-thirds {
    right: 66.666%; }

  .pull--medium--one-quarter {
    right: 25%; }

  .pull--medium--two-quarters {
    right: 50%; }

  .pull--medium--three-quarters {
    right: 75%; }

  .pull--medium--one-fifth {
    right: 20%; }

  .pull--medium--two-fifths {
    right: 40%; }

  .pull--medium--three-fifths {
    right: 60%; }

  .pull--medium--four-fifths {
    right: 80%; }

  .pull--medium--one-sixth {
    right: 16.666%; }

  .pull--medium--two-sixths {
    right: 33.333%; }

  .pull--medium--three-sixths {
    right: 50%; }

  .pull--medium--four-sixths {
    right: 66.666%; }

  .pull--medium--five-sixths {
    right: 83.333%; }

  .pull--medium--one-eighth {
    right: 12.5%; }

  .pull--medium--two-eighths {
    right: 25%; }

  .pull--medium--three-eighths {
    right: 37.5%; }

  .pull--medium--four-eighths {
    right: 50%; }

  .pull--medium--five-eighths {
    right: 62.5%; }

  .pull--medium--six-eighths {
    right: 75%; }

  .pull--medium--seven-eighths {
    right: 87.5%; }

  .pull--medium--one-tenth {
    right: 10%; }

  .pull--medium--two-tenths {
    right: 20%; }

  .pull--medium--three-tenths {
    right: 30%; }

  .pull--medium--four-tenths {
    right: 40%; }

  .pull--medium--five-tenths {
    right: 50%; }

  .pull--medium--six-tenths {
    right: 60%; }

  .pull--medium--seven-tenths {
    right: 70%; }

  .pull--medium--eight-tenths {
    right: 80%; }

  .pull--medium--nine-tenths {
    right: 90%; }

  .pull--medium--one-twelfth {
    right: 8.333%; }

  .pull--medium--two-twelfths {
    right: 16.666%; }

  .pull--medium--three-twelfths {
    right: 25%; }

  .pull--medium--four-twelfths {
    right: 33.333%; }

  .pull--medium--five-twelfths {
    right: 41.666%; }

  .pull--medium--six-twelfths {
    right: 50%; }

  .pull--medium--seven-twelfths {
    right: 58.333%; }

  .pull--medium--eight-twelfths {
    right: 66.666%; }

  .pull--medium--nine-twelfths {
    right: 75%; }

  .pull--medium--ten-twelfths {
    right: 83.333%; }

  .pull--medium--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (max-width: 880px) {
  .pull--medium-down--one-whole {
    right: 100%; }

  .pull--medium-down--one-half {
    right: 50%; }

  .pull--medium-down--one-third {
    right: 33.333%; }

  .pull--medium-down--two-thirds {
    right: 66.666%; }

  .pull--medium-down--one-quarter {
    right: 25%; }

  .pull--medium-down--two-quarters {
    right: 50%; }

  .pull--medium-down--three-quarters {
    right: 75%; }

  .pull--medium-down--one-fifth {
    right: 20%; }

  .pull--medium-down--two-fifths {
    right: 40%; }

  .pull--medium-down--three-fifths {
    right: 60%; }

  .pull--medium-down--four-fifths {
    right: 80%; }

  .pull--medium-down--one-sixth {
    right: 16.666%; }

  .pull--medium-down--two-sixths {
    right: 33.333%; }

  .pull--medium-down--three-sixths {
    right: 50%; }

  .pull--medium-down--four-sixths {
    right: 66.666%; }

  .pull--medium-down--five-sixths {
    right: 83.333%; }

  .pull--medium-down--one-eighth {
    right: 12.5%; }

  .pull--medium-down--two-eighths {
    right: 25%; }

  .pull--medium-down--three-eighths {
    right: 37.5%; }

  .pull--medium-down--four-eighths {
    right: 50%; }

  .pull--medium-down--five-eighths {
    right: 62.5%; }

  .pull--medium-down--six-eighths {
    right: 75%; }

  .pull--medium-down--seven-eighths {
    right: 87.5%; }

  .pull--medium-down--one-tenth {
    right: 10%; }

  .pull--medium-down--two-tenths {
    right: 20%; }

  .pull--medium-down--three-tenths {
    right: 30%; }

  .pull--medium-down--four-tenths {
    right: 40%; }

  .pull--medium-down--five-tenths {
    right: 50%; }

  .pull--medium-down--six-tenths {
    right: 60%; }

  .pull--medium-down--seven-tenths {
    right: 70%; }

  .pull--medium-down--eight-tenths {
    right: 80%; }

  .pull--medium-down--nine-tenths {
    right: 90%; }

  .pull--medium-down--one-twelfth {
    right: 8.333%; }

  .pull--medium-down--two-twelfths {
    right: 16.666%; }

  .pull--medium-down--three-twelfths {
    right: 25%; }

  .pull--medium-down--four-twelfths {
    right: 33.333%; }

  .pull--medium-down--five-twelfths {
    right: 41.666%; }

  .pull--medium-down--six-twelfths {
    right: 50%; }

  .pull--medium-down--seven-twelfths {
    right: 58.333%; }

  .pull--medium-down--eight-twelfths {
    right: 66.666%; }

  .pull--medium-down--nine-twelfths {
    right: 75%; }

  .pull--medium-down--ten-twelfths {
    right: 83.333%; }

  .pull--medium-down--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 881px) {
  .pull--mediumplus--one-whole {
    right: 100%; }

  .pull--mediumplus--one-half {
    right: 50%; }

  .pull--mediumplus--one-third {
    right: 33.333%; }

  .pull--mediumplus--two-thirds {
    right: 66.666%; }

  .pull--mediumplus--one-quarter {
    right: 25%; }

  .pull--mediumplus--two-quarters {
    right: 50%; }

  .pull--mediumplus--three-quarters {
    right: 75%; }

  .pull--mediumplus--one-fifth {
    right: 20%; }

  .pull--mediumplus--two-fifths {
    right: 40%; }

  .pull--mediumplus--three-fifths {
    right: 60%; }

  .pull--mediumplus--four-fifths {
    right: 80%; }

  .pull--mediumplus--one-sixth {
    right: 16.666%; }

  .pull--mediumplus--two-sixths {
    right: 33.333%; }

  .pull--mediumplus--three-sixths {
    right: 50%; }

  .pull--mediumplus--four-sixths {
    right: 66.666%; }

  .pull--mediumplus--five-sixths {
    right: 83.333%; }

  .pull--mediumplus--one-eighth {
    right: 12.5%; }

  .pull--mediumplus--two-eighths {
    right: 25%; }

  .pull--mediumplus--three-eighths {
    right: 37.5%; }

  .pull--mediumplus--four-eighths {
    right: 50%; }

  .pull--mediumplus--five-eighths {
    right: 62.5%; }

  .pull--mediumplus--six-eighths {
    right: 75%; }

  .pull--mediumplus--seven-eighths {
    right: 87.5%; }

  .pull--mediumplus--one-tenth {
    right: 10%; }

  .pull--mediumplus--two-tenths {
    right: 20%; }

  .pull--mediumplus--three-tenths {
    right: 30%; }

  .pull--mediumplus--four-tenths {
    right: 40%; }

  .pull--mediumplus--five-tenths {
    right: 50%; }

  .pull--mediumplus--six-tenths {
    right: 60%; }

  .pull--mediumplus--seven-tenths {
    right: 70%; }

  .pull--mediumplus--eight-tenths {
    right: 80%; }

  .pull--mediumplus--nine-tenths {
    right: 90%; }

  .pull--mediumplus--one-twelfth {
    right: 8.333%; }

  .pull--mediumplus--two-twelfths {
    right: 16.666%; }

  .pull--mediumplus--three-twelfths {
    right: 25%; }

  .pull--mediumplus--four-twelfths {
    right: 33.333%; }

  .pull--mediumplus--five-twelfths {
    right: 41.666%; }

  .pull--mediumplus--six-twelfths {
    right: 50%; }

  .pull--mediumplus--seven-twelfths {
    right: 58.333%; }

  .pull--mediumplus--eight-twelfths {
    right: 66.666%; }

  .pull--mediumplus--nine-twelfths {
    right: 75%; }

  .pull--mediumplus--ten-twelfths {
    right: 83.333%; }

  .pull--mediumplus--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 881px) and (max-width: 960px) {
  .pull--mid-large--one-whole {
    right: 100%; }

  .pull--mid-large--one-half {
    right: 50%; }

  .pull--mid-large--one-third {
    right: 33.333%; }

  .pull--mid-large--two-thirds {
    right: 66.666%; }

  .pull--mid-large--one-quarter {
    right: 25%; }

  .pull--mid-large--two-quarters {
    right: 50%; }

  .pull--mid-large--three-quarters {
    right: 75%; }

  .pull--mid-large--one-fifth {
    right: 20%; }

  .pull--mid-large--two-fifths {
    right: 40%; }

  .pull--mid-large--three-fifths {
    right: 60%; }

  .pull--mid-large--four-fifths {
    right: 80%; }

  .pull--mid-large--one-sixth {
    right: 16.666%; }

  .pull--mid-large--two-sixths {
    right: 33.333%; }

  .pull--mid-large--three-sixths {
    right: 50%; }

  .pull--mid-large--four-sixths {
    right: 66.666%; }

  .pull--mid-large--five-sixths {
    right: 83.333%; }

  .pull--mid-large--one-eighth {
    right: 12.5%; }

  .pull--mid-large--two-eighths {
    right: 25%; }

  .pull--mid-large--three-eighths {
    right: 37.5%; }

  .pull--mid-large--four-eighths {
    right: 50%; }

  .pull--mid-large--five-eighths {
    right: 62.5%; }

  .pull--mid-large--six-eighths {
    right: 75%; }

  .pull--mid-large--seven-eighths {
    right: 87.5%; }

  .pull--mid-large--one-tenth {
    right: 10%; }

  .pull--mid-large--two-tenths {
    right: 20%; }

  .pull--mid-large--three-tenths {
    right: 30%; }

  .pull--mid-large--four-tenths {
    right: 40%; }

  .pull--mid-large--five-tenths {
    right: 50%; }

  .pull--mid-large--six-tenths {
    right: 60%; }

  .pull--mid-large--seven-tenths {
    right: 70%; }

  .pull--mid-large--eight-tenths {
    right: 80%; }

  .pull--mid-large--nine-tenths {
    right: 90%; }

  .pull--mid-large--one-twelfth {
    right: 8.333%; }

  .pull--mid-large--two-twelfths {
    right: 16.666%; }

  .pull--mid-large--three-twelfths {
    right: 25%; }

  .pull--mid-large--four-twelfths {
    right: 33.333%; }

  .pull--mid-large--five-twelfths {
    right: 41.666%; }

  .pull--mid-large--six-twelfths {
    right: 50%; }

  .pull--mid-large--seven-twelfths {
    right: 58.333%; }

  .pull--mid-large--eight-twelfths {
    right: 66.666%; }

  .pull--mid-large--nine-twelfths {
    right: 75%; }

  .pull--mid-large--ten-twelfths {
    right: 83.333%; }

  .pull--mid-large--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .pull--xlarge--one-whole {
    right: 100%; }

  .pull--xlarge--one-half {
    right: 50%; }

  .pull--xlarge--one-third {
    right: 33.333%; }

  .pull--xlarge--two-thirds {
    right: 66.666%; }

  .pull--xlarge--one-quarter {
    right: 25%; }

  .pull--xlarge--two-quarters {
    right: 50%; }

  .pull--xlarge--three-quarters {
    right: 75%; }

  .pull--xlarge--one-fifth {
    right: 20%; }

  .pull--xlarge--two-fifths {
    right: 40%; }

  .pull--xlarge--three-fifths {
    right: 60%; }

  .pull--xlarge--four-fifths {
    right: 80%; }

  .pull--xlarge--one-sixth {
    right: 16.666%; }

  .pull--xlarge--two-sixths {
    right: 33.333%; }

  .pull--xlarge--three-sixths {
    right: 50%; }

  .pull--xlarge--four-sixths {
    right: 66.666%; }

  .pull--xlarge--five-sixths {
    right: 83.333%; }

  .pull--xlarge--one-eighth {
    right: 12.5%; }

  .pull--xlarge--two-eighths {
    right: 25%; }

  .pull--xlarge--three-eighths {
    right: 37.5%; }

  .pull--xlarge--four-eighths {
    right: 50%; }

  .pull--xlarge--five-eighths {
    right: 62.5%; }

  .pull--xlarge--six-eighths {
    right: 75%; }

  .pull--xlarge--seven-eighths {
    right: 87.5%; }

  .pull--xlarge--one-tenth {
    right: 10%; }

  .pull--xlarge--two-tenths {
    right: 20%; }

  .pull--xlarge--three-tenths {
    right: 30%; }

  .pull--xlarge--four-tenths {
    right: 40%; }

  .pull--xlarge--five-tenths {
    right: 50%; }

  .pull--xlarge--six-tenths {
    right: 60%; }

  .pull--xlarge--seven-tenths {
    right: 70%; }

  .pull--xlarge--eight-tenths {
    right: 80%; }

  .pull--xlarge--nine-tenths {
    right: 90%; }

  .pull--xlarge--one-twelfth {
    right: 8.333%; }

  .pull--xlarge--two-twelfths {
    right: 16.666%; }

  .pull--xlarge--three-twelfths {
    right: 25%; }

  .pull--xlarge--four-twelfths {
    right: 33.333%; }

  .pull--xlarge--five-twelfths {
    right: 41.666%; }

  .pull--xlarge--six-twelfths {
    right: 50%; }

  .pull--xlarge--seven-twelfths {
    right: 58.333%; }

  .pull--xlarge--eight-twelfths {
    right: 66.666%; }

  .pull--xlarge--nine-twelfths {
    right: 75%; }

  .pull--xlarge--ten-twelfths {
    right: 83.333%; }

  .pull--xlarge--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .pull--xxlarge--one-whole {
    right: 100%; }

  .pull--xxlarge--one-half {
    right: 50%; }

  .pull--xxlarge--one-third {
    right: 33.333%; }

  .pull--xxlarge--two-thirds {
    right: 66.666%; }

  .pull--xxlarge--one-quarter {
    right: 25%; }

  .pull--xxlarge--two-quarters {
    right: 50%; }

  .pull--xxlarge--three-quarters {
    right: 75%; }

  .pull--xxlarge--one-fifth {
    right: 20%; }

  .pull--xxlarge--two-fifths {
    right: 40%; }

  .pull--xxlarge--three-fifths {
    right: 60%; }

  .pull--xxlarge--four-fifths {
    right: 80%; }

  .pull--xxlarge--one-sixth {
    right: 16.666%; }

  .pull--xxlarge--two-sixths {
    right: 33.333%; }

  .pull--xxlarge--three-sixths {
    right: 50%; }

  .pull--xxlarge--four-sixths {
    right: 66.666%; }

  .pull--xxlarge--five-sixths {
    right: 83.333%; }

  .pull--xxlarge--one-eighth {
    right: 12.5%; }

  .pull--xxlarge--two-eighths {
    right: 25%; }

  .pull--xxlarge--three-eighths {
    right: 37.5%; }

  .pull--xxlarge--four-eighths {
    right: 50%; }

  .pull--xxlarge--five-eighths {
    right: 62.5%; }

  .pull--xxlarge--six-eighths {
    right: 75%; }

  .pull--xxlarge--seven-eighths {
    right: 87.5%; }

  .pull--xxlarge--one-tenth {
    right: 10%; }

  .pull--xxlarge--two-tenths {
    right: 20%; }

  .pull--xxlarge--three-tenths {
    right: 30%; }

  .pull--xxlarge--four-tenths {
    right: 40%; }

  .pull--xxlarge--five-tenths {
    right: 50%; }

  .pull--xxlarge--six-tenths {
    right: 60%; }

  .pull--xxlarge--seven-tenths {
    right: 70%; }

  .pull--xxlarge--eight-tenths {
    right: 80%; }

  .pull--xxlarge--nine-tenths {
    right: 90%; }

  .pull--xxlarge--one-twelfth {
    right: 8.333%; }

  .pull--xxlarge--two-twelfths {
    right: 16.666%; }

  .pull--xxlarge--three-twelfths {
    right: 25%; }

  .pull--xxlarge--four-twelfths {
    right: 33.333%; }

  .pull--xxlarge--five-twelfths {
    right: 41.666%; }

  .pull--xxlarge--six-twelfths {
    right: 50%; }

  .pull--xxlarge--seven-twelfths {
    right: 58.333%; }

  .pull--xxlarge--eight-twelfths {
    right: 66.666%; }

  .pull--xxlarge--nine-twelfths {
    right: 75%; }

  .pull--xxlarge--ten-twelfths {
    right: 83.333%; }

  .pull--xxlarge--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .pull--studio--one-whole {
    right: 100%; }

  .pull--studio--one-half {
    right: 50%; }

  .pull--studio--one-third {
    right: 33.333%; }

  .pull--studio--two-thirds {
    right: 66.666%; }

  .pull--studio--one-quarter {
    right: 25%; }

  .pull--studio--two-quarters {
    right: 50%; }

  .pull--studio--three-quarters {
    right: 75%; }

  .pull--studio--one-fifth {
    right: 20%; }

  .pull--studio--two-fifths {
    right: 40%; }

  .pull--studio--three-fifths {
    right: 60%; }

  .pull--studio--four-fifths {
    right: 80%; }

  .pull--studio--one-sixth {
    right: 16.666%; }

  .pull--studio--two-sixths {
    right: 33.333%; }

  .pull--studio--three-sixths {
    right: 50%; }

  .pull--studio--four-sixths {
    right: 66.666%; }

  .pull--studio--five-sixths {
    right: 83.333%; }

  .pull--studio--one-eighth {
    right: 12.5%; }

  .pull--studio--two-eighths {
    right: 25%; }

  .pull--studio--three-eighths {
    right: 37.5%; }

  .pull--studio--four-eighths {
    right: 50%; }

  .pull--studio--five-eighths {
    right: 62.5%; }

  .pull--studio--six-eighths {
    right: 75%; }

  .pull--studio--seven-eighths {
    right: 87.5%; }

  .pull--studio--one-tenth {
    right: 10%; }

  .pull--studio--two-tenths {
    right: 20%; }

  .pull--studio--three-tenths {
    right: 30%; }

  .pull--studio--four-tenths {
    right: 40%; }

  .pull--studio--five-tenths {
    right: 50%; }

  .pull--studio--six-tenths {
    right: 60%; }

  .pull--studio--seven-tenths {
    right: 70%; }

  .pull--studio--eight-tenths {
    right: 80%; }

  .pull--studio--nine-tenths {
    right: 90%; }

  .pull--studio--one-twelfth {
    right: 8.333%; }

  .pull--studio--two-twelfths {
    right: 16.666%; }

  .pull--studio--three-twelfths {
    right: 25%; }

  .pull--studio--four-twelfths {
    right: 33.333%; }

  .pull--studio--five-twelfths {
    right: 41.666%; }

  .pull--studio--six-twelfths {
    right: 50%; }

  .pull--studio--seven-twelfths {
    right: 58.333%; }

  .pull--studio--eight-twelfths {
    right: 66.666%; }

  .pull--studio--nine-twelfths {
    right: 75%; }

  .pull--studio--ten-twelfths {
    right: 83.333%; }

  .pull--studio--eleven-twelfths {
    right: 91.666%; } }
@media only screen and (min-width: 1600px) {
  .pull--studio-up--one-whole {
    right: 100%; }

  .pull--studio-up--one-half {
    right: 50%; }

  .pull--studio-up--one-third {
    right: 33.333%; }

  .pull--studio-up--two-thirds {
    right: 66.666%; }

  .pull--studio-up--one-quarter {
    right: 25%; }

  .pull--studio-up--two-quarters {
    right: 50%; }

  .pull--studio-up--three-quarters {
    right: 75%; }

  .pull--studio-up--one-fifth {
    right: 20%; }

  .pull--studio-up--two-fifths {
    right: 40%; }

  .pull--studio-up--three-fifths {
    right: 60%; }

  .pull--studio-up--four-fifths {
    right: 80%; }

  .pull--studio-up--one-sixth {
    right: 16.666%; }

  .pull--studio-up--two-sixths {
    right: 33.333%; }

  .pull--studio-up--three-sixths {
    right: 50%; }

  .pull--studio-up--four-sixths {
    right: 66.666%; }

  .pull--studio-up--five-sixths {
    right: 83.333%; }

  .pull--studio-up--one-eighth {
    right: 12.5%; }

  .pull--studio-up--two-eighths {
    right: 25%; }

  .pull--studio-up--three-eighths {
    right: 37.5%; }

  .pull--studio-up--four-eighths {
    right: 50%; }

  .pull--studio-up--five-eighths {
    right: 62.5%; }

  .pull--studio-up--six-eighths {
    right: 75%; }

  .pull--studio-up--seven-eighths {
    right: 87.5%; }

  .pull--studio-up--one-tenth {
    right: 10%; }

  .pull--studio-up--two-tenths {
    right: 20%; }

  .pull--studio-up--three-tenths {
    right: 30%; }

  .pull--studio-up--four-tenths {
    right: 40%; }

  .pull--studio-up--five-tenths {
    right: 50%; }

  .pull--studio-up--six-tenths {
    right: 60%; }

  .pull--studio-up--seven-tenths {
    right: 70%; }

  .pull--studio-up--eight-tenths {
    right: 80%; }

  .pull--studio-up--nine-tenths {
    right: 90%; }

  .pull--studio-up--one-twelfth {
    right: 8.333%; }

  .pull--studio-up--two-twelfths {
    right: 16.666%; }

  .pull--studio-up--three-twelfths {
    right: 25%; }

  .pull--studio-up--four-twelfths {
    right: 33.333%; }

  .pull--studio-up--five-twelfths {
    right: 41.666%; }

  .pull--studio-up--six-twelfths {
    right: 50%; }

  .pull--studio-up--seven-twelfths {
    right: 58.333%; }

  .pull--studio-up--eight-twelfths {
    right: 66.666%; }

  .pull--studio-up--nine-twelfths {
    right: 75%; }

  .pull--studio-up--ten-twelfths {
    right: 83.333%; }

  .pull--studio-up--eleven-twelfths {
    right: 91.666%; } }
.grid, .grid--rev, .grid--full, .grid-uniform, .clearfix {
  *zoom: 1; }
  .grid:before, .grid--rev:before, .grid--full:before, .grid-uniform:before, .clearfix:before, .grid:after, .grid--rev:after, .grid--full:after, .grid-uniform:after, .clearfix:after {
    content: " ";
    display: table; }
  .grid:after, .grid--rev:after, .grid--full:after, .grid-uniform:after, .clearfix:after {
    clear: both; }

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none; } }
.animation-delay-20 {
  animation-delay: 1.2s; }

.animation-delay-19 {
  animation-delay: 1.14s; }

.animation-delay-18 {
  animation-delay: 1.08s; }

.animation-delay-17 {
  animation-delay: 1.02s; }

.animation-delay-16 {
  animation-delay: 0.96s; }

.animation-delay-15 {
  animation-delay: 0.9s; }

.animation-delay-14 {
  animation-delay: 0.84s; }

.animation-delay-13 {
  animation-delay: 0.78s; }

.animation-delay-12 {
  animation-delay: 0.72s; }

.animation-delay-11 {
  animation-delay: 0.66s; }

.animation-delay-10 {
  animation-delay: 0.6s; }

.animation-delay-9 {
  animation-delay: 0.54s; }

.animation-delay-8 {
  animation-delay: 0.48s; }

.animation-delay-7 {
  animation-delay: 0.42s; }

.animation-delay-6 {
  animation-delay: 0.36s; }

.animation-delay-5 {
  animation-delay: 0.3s; }

.animation-delay-4 {
  animation-delay: 0.24s; }

.animation-delay-3 {
  animation-delay: 0.18s; }

.animation-delay-2 {
  animation-delay: 0.12s; }

.appear-delay-20 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s; }

.appear-delay-19 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.24s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.34s; }

.appear-delay-18 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.18s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.28s; }

.appear-delay-17 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.12s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.22s; }

.appear-delay-16 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.06s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.16s; }

.appear-delay-15 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s; }

.appear-delay-14 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.94s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.04s; }

.appear-delay-13 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.88s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.98s; }

.appear-delay-12 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.92s; }

.appear-delay-11 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.76s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.86s; }

.appear-delay-10 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s; }

.appear-delay-9 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.64s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s; }

.appear-delay-8 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.68s; }

.appear-delay-7 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.52s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.62s; }

.appear-delay-6 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.46s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.56s; }

.appear-delay-5 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s; }

.appear-delay-4 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.44s; }

.appear-delay-3 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.28s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.38s; }

.appear-delay-2 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.22s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.32s; }

.appear-delay-1 {
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }

.appear-animation {
  opacity: 0;
  transform: translateY(60px); }

.slick-initialized .appear-animation {
  opacity: 1;
  transform: translateY(0px); }

.hidden {
  display: none; }

.clear {
  clear: both; }

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

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-height: inherit; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media screen and (min-width: 881px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    min-height: inherit; }

  .large--display-table-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none; } }
@font-face {
  font-family: "Futura";
  src: url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/FuturaStd-Medium.eot?v=9310607560985272671");
  src: url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/FuturaStd-Medium.woff2?v=15581857256780070417") format("woff2"), url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/FuturaStd-Medium.woff?v=14381312080877276215") format("woff"), url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/FuturaStd-Medium.ttf?v=13356085974977322418") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Futura Light";
  src: url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/basis-grotesque-regular.eot?v=12886146997808900313");
  src: url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/FuturaStd-Light.woff2?v=6597476436413587310") format("woff2"), url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/FuturaStd-Light.woff?v=12010296914597166540") format("woff"), url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/FuturaStd-Light.ttf?v=3430466493721595835") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Caslon";
  src: url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/ACaslonPro-Regular.eot?v=16076537788966967390");
  src: url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/ACaslonPro-Regular.woff2?v=10638324204105080272") format("woff2"), url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/ACaslonPro-Regular.woff?v=15425296688538680196") format("woff"), url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/ACaslonPro-Regular.ttf?v=5136931612503211399") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Gazette";
  src: url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/gazette-roman.otf?v=10164803957504203076") format("otf");
  font-display: swap; }

@font-face {
  font-family: "Gazette Bold";
  src: url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/GazetteLTStd-Bold.otf?v=7694266471404149998") format("otf");
  font-display: swap; }

@font-face {
  font-family: "Caslon Italic";
  src: url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/ACaslonPro-Italic.eot?v=5194186403434345565");
  src: url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/ACaslonPro-Italic.woff2?v=10519561306071019821") format("woff2"), url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/ACaslonPro-Italic.woff?v=2019717702739184764") format("woff"), url("//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/ACaslonPro-Italic.ttf?v=8652654657825752424") format("truetype");
  font-display: swap; }

/* BREAKPOINTS */
/* Colors */
.background-mustard {
  background-color: #e2b47b; }

.background-pink {
  background-color: #f8eee4; }

.background-green {
  background-color: #93978a; }

.background-taupe {
  background-color: #c2ada2; }

body {
  font-size: 16px;
  line-height: 1.6em;
  color: #212326;
  letter-spacing: normal;
  font-family: "Gazette", serif;
  -webkit-overflow-scrolling: touch !important;
  min-height: 100%;
  position: relative;
  overflow: auto !important;
  display: flex;
  flex-direction: column; }

::selection {
  /* Webkit & Opera */
  background: #edeadd;
  color: #212326; }

::-moz-selection {
  /* Firefox */
  background: #edeadd;
  color: #212326; }

a,
a:link,
a:visited {
  color: #212326;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  text-decoration: none; }

a:hover {
  color: #212326; }

select {
  max-width: 100%; }

input,
textarea {
  font-size: 16px;
  line-height: 16px;
  background-color: transparent;
  color: #212326;
  padding: 11px 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: normal;
  border: 1px solid #212326; }

input[type=checkbox] {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

input[type="text"], input[type="search"], input[type="email"], input[type="password"] {
  border: none; }

textarea {
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px; }

/* HTML5 input placeholders */
::-webkit-input-placeholder {
  color: #212326;
  font-size: 85%; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #212326;
  font-size: 85%; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #212326;
  font-size: 85%; }

:-ms-input-placeholder {
  color: #212326;
  font-size: 85%; }

.noscroll {
  overflow: hidden !important;
  height: 100%; }

hr.single {
  border-bottom: 1px solid #212326;
  margin: 0; }

/* Typography */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
  text-decoration: none; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #212326; }

img {
  max-width: 100%;
  height: auto; }

p {
  font-size: 18px;
  margin: 0 auto 18px;
  letter-spacing: 0.015em;
  line-height: 1.6;
  font-family: "Gazette", serif; }

p.smaller {
  font-size: 15px; }

p.larger {
  font-size: 28px;
  margin-bottom: 15px; }

p strong {
  font-family: "Gazette Bold", serif;
  letter-spacing: 0.015em;
  font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Futura", sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0.05em; }

h1 {
  line-height: 1.6;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

h1.large {
  font-size: 34px !important;
  letter-spacing: 0.05em;
  color: #212326;
  text-align: center;
  width: 100%;
  margin: 0 0 80px;
  line-height: 1.4;
  font-family: "Futura Light", sans-serif;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    h1.large {
      font-size: 28px !important; } }
  @media (max-width: 880px) {
    h1.large {
      font-size: 24px !important; } }
  @media (max-width: 480px) {
    h1.large {
      font-size: 22px !important; } }

h4.large {
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 24px;
  color: #212326;
  text-align: center;
  width: 100%;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: "Futura", sans-serif; }
  @media (max-width: 880px) {
    h4.large {
      margin: 0 0 15px;
      font-size: 16px; } }

h2 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.075em;
  font-family: "Futura", sans-serif; }

h2.large {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.075em;
  font-family: "Futura", sans-serif;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    h2.large {
      font-size: 28px;
      line-height: 34px; } }
  @media (max-width: 880px) {
    h2.large {
      font-size: 28px;
      text-align: center; } }
  h2.large:hover {
    color: #212326; }
  @media (max-width: 840px) {
    h2.large {
      font-size: 24px; } }

h3 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em; }
  @media (max-width: 880px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-family: "Futura", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-transform: uppercase; }

h4.non-mobile, h4.non-desktop {
  font-family: "Futura", sans-serif;
  float: left;
  width: 100%;
  font-size: 15px !important;
  letter-spacing: 0.075em; }

h5 {
  font-family: "Futura", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.075em; }

h6 {
  font-family: "Futura", sans-serif; }

p, a {
  color: #212326; }

a:hover {
  color: #212326; }

.superscript-title {
  font-size: 12px;
  vertical-align: super; }

*:focus {
  outline: none; }

.italic {
  font-style: italic; }

.hidden {
  display: none; }

.vertical-text {
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright; }

.border-top {
  border-top: 1px solid rgba(45, 40, 47, 0.2); }

.border-bottom {
  border-bottom: 1px solid rgba(45, 40, 47, 0.2); }

/* Flex Layouts */
.flex-container-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.flex-container-row {
  position: relative;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: row; }

.flex-container-column {
  position: relative;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column; }

.flex-whole.border-bottom {
  align-self: flex-start;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #212326; }
  @media (max-width: 1024px) {
    .flex-whole.border-bottom {
      padding-bottom: 20px;
      margin-bottom: 20px; } }

.flex-one-whole {
  text-align: left;
  width: 100%; }

.flex-one-half {
  text-align: left;
  width: 50%; }
  .flex-one-half p {
    max-width: 600px;
    margin: 0 0 15px; }
    @media (max-width: 960px) {
      .flex-one-half p {
        max-width: 500px; } }

.flex-two-thirds {
  width: 66.6%;
  text-align: left; }

.flex-one-third {
  align-self: flex-start;
  width: 33.3%;
  text-align: left; }

.flex-start {
  margin-right: auto; }

.flex-end {
  margin-left: auto; }

.flex-start {
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.flex-end {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-align-top {
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.flex-space-evenly {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly; }

.flex-center {
  align-self: center;
  -webkit-align-self: center; }

.flex-txt-right {
  padding-left: 60px;
  width: 100%; }

.flex-img-left {
  padding: 0 60px 0 30px;
  width: 100%; }

.mb0 {
  margin-bottom: 0; }

.mt4 {
  margin-top: 40px; }

/* Header */
.page-header {
  text-align: center;
  padding: 20px 0 20px; }

.page-header.not-found {
  text-align: center;
  padding: 60px 0 20px; }

.page-header .user-content {
  text-align: left; }

.pagination-row {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.pagination {
  font-size: 14px;
  font-family: "Futura", sans-serif;
  letter-spacing: .05em; }

.pagination .pagecount {
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 0 10px;
  margin: 0 2px; }

.addthis_toolbox img {
  width: 20px; }

.superscript {
  vertical-align: super;
  font-size: 8px;
  display: inline; }

.superscript-lg {
  vertical-align: super;
  font-size: 11px; }

.superscript-xlg {
  vertical-align: super;
  font-size: 15px;
  top: -.2em;
  display: inline;
  position: relative; }

.topbanner-superscript {
  font-size: 7px !important;
  line-height: 0 !important;
  display: inline;
  top: -0.4em;
  position: relative; }

.user-content a {
  text-decoration: underline; }
.user-content iframe {
  max-width: 100%; }

#template {
  text-align: center; }
  #template .template_header {
    margin: 40px 0; }
    #template .template_header h2.title {
      text-transform: uppercase; }
  #template button {
    text-align: center; }
  #template label {
    display: none;
    font-size: 85%; }
  #template .action_bottom {
    margin-top: 27px; }
  #template .note {
    display: block; }
    #template .note a {
      text-decoration: underline; }
  #template #forgot_password {
    margin-bottom: 15px; }
  #template .errors {
    margin: 10px auto;
    max-width: 350px;
    font-style: italic; }
    #template .errors a {
      color: #212326; }
    #template .errors ul {
      margin: 0; }
    #template .errors li {
      list-style: none;
      font-size: 14px; }

h2.contact-form-header {
  margin: 80px 0 30px; }

.shipping h3 {
  font-family: "Futura Light", sans-serif; }

#contact_form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #contact_form .form-success {
    margin-bottom: 40px;
    text-align: center; }
  #contact_form label {
    display: none; }
  #contact_form input[type=text], #contact_form input[type=email] {
    min-width: 400px;
    margin-bottom: 20px;
    background-color: #eee;
    padding: 10px;
    border: none; }
    @media (max-width: 480px) {
      #contact_form input[type=text], #contact_form input[type=email] {
        min-width: 100%; } }
  #contact_form #ContactFormName {
    margin-top: 20px; }
  #contact_form #ContactFormMessage {
    min-width: 400px;
    margin-bottom: 30px;
    border: none;
    font-family: "Caslon", serif;
    font-size: 16px;
    background-color: #eee;
    padding: 10px;
    border: none; }
    @media (max-width: 480px) {
      #contact_form #ContactFormMessage {
        min-width: 100%; } }
  #contact_form .btn {
    cursor: pointer;
    min-width: 200px !important;
    background: #212326;
    color: #fff;
    border: 1px solid #212326; }
    font-family
    #contact_form .btn:hover {
      background: #fff;
      color: #212326;
      border: 1px solid #212326; }
  #contact_form input[type=text], #contact_form input::placeholder, #contact_form input[type=text]:focus, #contact_form input[type=email]:focus {
    font-family: "Caslon", serif !important;
    font-size: 16px !important; }
  #contact_form textarea::-webkit-input-placeholder {
    font-family: "Caslon", serif !important;
    font-size: 16px !important; }
  #contact_form textarea:-moz-placeholder {
    font-family: "Caslon", serif !important;
    font-size: 16px !important; }
  #contact_form textarea::-moz-placeholder {
    font-family: "Caslon", serif !important;
    font-size: 16px !important; }
  #contact_form textarea:-ms-input-placeholder {
    font-family: "Caslon", serif !important;
    font-size: 16px !important; }

.esc--form {
  max-width: 600px;
  margin: 0 auto 40px; }
  .esc--form input[type="text"], .esc--form input[type="email"] {
    text-align: left !important;
    width: 100%;
    background: transparent;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    padding: 0 12px;
    height: 38px;
    font-size: 16px; }
  .esc--form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px !important;
    font-family: "Futura", sans-serif; }
  .esc--form select {
    width: 100%;
    border: 1px solid #212326 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 38px;
    font-size: 16px;
    padding: 0 24px 0 12px;
    margin-right: 0;
    margin-bottom: 10px;
    background: white url("down-arrow-2020.png") no-repeat;
    background-position: 95% center;
    background-size: 10px; }
  .esc--form ::-webkit-input-placeholder {
    font-size: 16px !important; }
  .esc--form ::-moz-placeholder {
    font-size: 16px !important; }
  .esc--form :-ms-input-placeholder {
    font-size: 16px !important; }
  .esc--form :-moz-placeholder {
    font-size: 16px !important; }

.esc--form-message.esc--success, .esc--form-message#form_success {
  background: #eee !important;
  color: #212326 !important; }

.jsforms #template .large_form {
  position: relative;
  margin-top: -1px; }
  .jsforms #template .large_form label {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    padding: 0 20px; }

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

p.align-center {
  max-width: 700px; }

.no-margin {
  margin: 0 !important; }

.bottom-margin-small {
  margin-bottom: 15px !important; }

@media (max-width: 880px) {
  .mobile-align-center {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 15px; } }

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

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

#content {
  padding-bottom: 0;
  flex: 1 0 auto; }

.search #content {
  padding-bottom: 120px; }

/* GLOBAL */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

::-moz-selection {
  background: #eee;
  /* Gecko Browsers */ }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

.container {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 600px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.container-wide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1599px) {
    .container-wide {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 640px) {
    .container-wide {
      padding-left: 20px;
      padding-right: 20px; } }

.container-padding-120 {
  padding: 120px 30px !important; }
  @media (max-width: 640px) {
    .container-padding-120 {
      padding: 60px 20px !important; } }

.container-top-padding-120 {
  padding: 120px 30px 0 !important; }
  @media (max-width: 640px) {
    .container-top-padding-120 {
      padding: 60px 20px 0 !important; } }

.container-bottom-padding-120 {
  padding: 0 30px 120px !important; }
  @media (max-width: 640px) {
    .container-bottom-padding-120 {
      padding: 0 20px 60px !important; } }

.container-padding-80 {
  padding: 80px 30px !important; }
  @media (max-width: 1200px) {
    .container-padding-80 {
      padding: 80px 30px !important; } }
  @media (max-width: 640px) {
    .container-padding-80 {
      padding: 60px 20px !important; } }

.container-wide.container-padding-80 {
  padding: 80px 30px  !important; }
  @media (max-width: 1599px) {
    .container-wide.container-padding-80 {
      padding: 80px 30px !important; } }
  @media (max-width: 1200px) {
    .container-wide.container-padding-80 {
      padding: 80px 30px !important; } }
  @media (max-width: 640px) {
    .container-wide.container-padding-80 {
      padding: 60px 20px !important; } }

.container-top-padding-80 {
  padding: 90px 30px 0 !important; }
  @media (max-width: 1200px) {
    .container-top-padding-80 {
      padding: 80px 30px 0 !important; } }
  @media (max-width: 640px) {
    .container-top-padding-80 {
      padding: 60px 20px 0 !important; } }

.container-wide.container-top-padding-80 {
  padding: 80px 30px 0 !important; }
  @media (max-width: 1599px) {
    .container-wide.container-top-padding-80 {
      padding: 80px 30px 0 !important; } }
  @media (max-width: 1200px) {
    .container-wide.container-top-padding-80 {
      padding: 80px 30px 0 !important; } }
  @media (max-width: 640px) {
    .container-wide.container-top-padding-80 {
      padding: 60px 20px 0 !important; } }

.container-bottom-padding-80 {
  padding: 0 30px 80px !important; }
  @media (max-width: 1200px) {
    .container-bottom-padding-80 {
      padding: 0 30px 80px !important; } }
  @media (max-width: 640px) {
    .container-bottom-padding-80 {
      padding: 0 20px 60px !important; } }

.container-wide.container-bottom-padding-80 {
  padding: 0 30px 80px !important; }
  @media (max-width: 1599px) {
    .container-wide.container-bottom-padding-80 {
      padding: 0 30px 80px !important; } }
  @media (max-width: 1200px) {
    .container-wide.container-bottom-padding-80 {
      padding: 0 30px 80px !important; } }
  @media (max-width: 640px) {
    .container-wide.container-bottom-padding-80 {
      padding: 0 20px 60px !important; } }

.container-padding-60 {
  padding: 60px 30px !important; }
  @media (max-width: 1200px) {
    .container-padding-60 {
      padding: 60px 30px !important; } }
  @media (max-width: 640px) {
    .container-padding-60 {
      padding: 40px 20px !important; } }

.container-wide.container-padding-60 {
  padding: 60px 30px  !important; }
  @media (max-width: 1599px) {
    .container-wide.container-padding-60 {
      padding: 60px 30px !important; } }
  @media (max-width: 1200px) {
    .container-wide.container-padding-60 {
      padding: 60px 30px !important; } }
  @media (max-width: 640px) {
    .container-wide.container-padding-60 {
      padding: 40px 20px !important; } }

.container-top-padding-60 {
  padding: 60px 30px 0 !important; }
  @media (max-width: 1200px) {
    .container-top-padding-60 {
      padding: 60px 20px 0 !important; } }
  @media (max-width: 640px) {
    .container-top-padding-60 {
      padding: 40px 20px 0 !important; } }

.container-wide.container-top-padding-60 {
  padding: 60px 30px 0 !important; }
  @media (max-width: 1599px) {
    .container-wide.container-top-padding-60 {
      padding: 60px 30px 0 !important; } }
  @media (max-width: 1200px) {
    .container-wide.container-top-padding-60 {
      padding: 60px 30px 0 !important; } }
  @media (max-width: 640px) {
    .container-wide.container-top-padding-60 {
      padding: 40px 20px 0 !important; } }

.container-bottom-padding-60 {
  padding: 0 30px 60px !important; }
  @media (max-width: 1200px) {
    .container-bottom-padding-60 {
      padding: 0 30px 60px !important; } }
  @media (max-width: 640px) {
    .container-bottom-padding-60 {
      padding: 0 20px 40px !important; } }

.container-wide.container-bottom-padding-60 {
  padding: 0 30px 60px !important; }
  @media (max-width: 1599px) {
    .container-wide.container-bottom-padding-60 {
      padding: 0 30px 60px !important; } }
  @media (max-width: 1200px) {
    .container-wide.container-bottom-padding-60 {
      padding: 0 30px 60px !important; } }
  @media (max-width: 640px) {
    .container-wide.container-bottom-padding-60 {
      padding: 0 20px 40px !important; } }

.container-padding-50 {
  padding: 50px 30px !important; }
  @media (max-width: 640px) {
    .container-padding-50 {
      padding: 30px 20px !important; } }

.container-wide.container-padding-50 {
  padding: 50px 30px  !important; }
  @media (max-width: 1599px) {
    .container-wide.container-padding-50 {
      padding: 50px 30px !important; } }
  @media (max-width: 640px) {
    .container-wide.container-padding-50 {
      padding: 40px 20px !important; } }

.container-top-padding-50 {
  padding: 50px 30px 0 !important; }
  @media (max-width: 600px) {
    .container-top-padding-50 {
      padding: 30px 20px 0 !important; } }

.container-bottom-padding-50 {
  padding: 0 30px 50px !important; }
  @media (max-width: 640px) {
    .container-bottom-padding-50 {
      padding: 0 20px 30px !important; } }

.container-padding-40 {
  padding: 40px 30px !important; }
  @media (max-width: 640px) {
    .container-padding-40 {
      padding: 40px 20px !important; } }

.container-top-padding-40 {
  padding: 40px 30px 0 !important; }
  @media (max-width: 640px) {
    .container-top-padding-40 {
      padding: 40px 20px 0 !important; } }

.container-bottom-padding-40 {
  padding: 0 20px 40px !important; }

.container-padding-30 {
  padding: 30px 30px !important; }
  @media (max-width: 600px) {
    .container-padding-30 {
      padding: 30px 20px !important; } }

.container-top-padding-30 {
  padding: 30px 30px 0 !important; }
  @media (max-width: 640px) {
    .container-top-padding-30 {
      padding: 30px 20px 0 !important; } }

.container-bottom-padding-30 {
  padding: 0 20px 30px !important; }

.full-width-img {
  width: 100%;
  height: auto; }

/* Buttons */
.button.outline,
button.outline,
input[type="submit"].outline,
input[type="reset"].outline,
input[type="button"].outline,
a.button.outline {
  background: #fff !important;
  color: #212326 !important;
  border: 1px solid #212326 !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.button.outline:hover,
button.outline:hover,
input[type="submit"].outline:hover,
input[type="reset"].outline:hover,
input[type="button"].outline:hover,
a.button.outline:hover {
  background: #212326 !important;
  color: #fff;
  border: none; }

input[type="submit"], a.button, button {
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  line-height: 38px;
  height: 38px;
  border: 1px solid #212326;
  padding: 0 20px;
  min-width: 165px;
  background: white;
  color: #212326;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  @media (max-width: 480px) {
    input[type="submit"], a.button, button {
      font-size: 13px;
      min-width: 150px; } }

.button:link, .button:visited, .button:focus,
button:link, button:visited, button:focus,
a.button:link, a.button:visited, a.button:focus {
  background: white;
  color: #212326; }

.button:hover,
button:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #212326;
  color: #fff; }

ul li {
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 10px; }

.template-index #content {
  padding-bottom: 0; }

.container.pagination-row .pagination {
  line-height: 45px; }

.dark-blue-txt {
  color: #212326 !important; }

.user-content h4 {
  margin-bottom: 5px; }
  .user-content h4 sup {
    font-size: 60%;
    top: -0.25em; }

.user-content h6 {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.4;
  font-family: "Futura", sans-serif; }

.user-content a {
  text-decoration: none; }

.basic p a {
  text-decoration: underline; }

.full-width {
  display: block;
  position: relative;
  width: 100%;
  overflow: auto;
  zoom: 1; }
  @media (max-width: 880px) {
    .full-width {
      border: none; } }

.desktop {
  display: block; }
  @media (max-width: 880px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media (max-width: 880px) {
    .mobile {
      display: block; } }

/* inputs */
textarea, select, input {
  padding: 6px 12px; }

.selector-wrapper {
  margin: 6px 0; }

.esc--form input[type=submit] {
  margin-top: 20px; }

/* select */
select {
  background: white url("down-arrow-2020.png") no-repeat;
  background-position: 95% center;
  padding: 6px 18px 6px 6px;
  border: 1px solid #999999 !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  background-size: 10px;
  margin-right: 6px;
  appearance: none;
  color: #212326;
  font-family: "Futura", sans-serif; }
  select option {
    padding: 0 5px; }

.single-option-selector {
  position: relative;
  margin: 0 6px;
  font-size: 14px !important; }
  @media (max-width: 880px) {
    .single-option-selector {
      font-size: 16px !important; } }

/* HEADER */
/* regular rotating orange top banner */
.header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 35px;
  z-index: 9003; }
  @media (max-width: 1040px) {
    .header-top {
      height: 28px; } }

.topbanner {
  position: relative;
  height: 35px;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
  font-size: 12px;
  font-family: "Futura", sans-serif;
  background-color: #212326;
  color: white; }
  @media (max-width: 1040px) {
    .topbanner {
      height: 28px; } }
  @media (max-width: 880px) {
    .topbanner {
      font-size: 11px; } }
  .topbanner div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: .05em;
    height: 35px;
    line-height: 35px;
    color: white;
    display: block;
    font-size: 12px; }
    @media (max-width: 1040px) {
      .topbanner div {
        height: 28px;
        line-height: 28px; } }
    @media (max-width: 880px) {
      .topbanner div {
        font-size: 10px; } }
  .topbanner .orange {
    color: #d9915f; }
  .topbanner .superscript {
    display: inline; }
  .topbanner ul {
    margin-bottom: 0; }
  .topbanner ul, .topbanner li, .topbanner .login, .topbanner .your-acct, .topbanner .slash, .topbanner .logout, .topbanner .register {
    display: inline-block; }
  .topbanner a {
    cursor: pointer; }
  .topbanner a:hover {
    color: white; }

.tb-new > div {
  opacity: 0;
  text-transform: uppercase; }
  .tb-new > div a {
    display: block;
    color: #212326; }
    .tb-new > div a:hover {
      color: #212326; }

.fixed-padding {
  padding-right: 30px;
  padding-left: 30px; }

.topbanner .rotating-item {
  text-transform: uppercase;
  display: none; }
  .topbanner .rotating-item a {
    display: block;
    color: white; }

.tb-new > div {
  opacity: 0;
  text-transform: uppercase; }
  .tb-new > div a {
    display: block;
    color: #212326; }
    .tb-new > div a:hover {
      color: #212326; }

.search-box {
  margin: 0;
  color: #fff;
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .search-box .search-form {
    border: none;
    border: 0; }
    @media (max-width: 1024px) {
      .search-box .search-form {
        max-width: 115px; } }
    @media (max-width: 840px) {
      .search-box .search-form {
        float: none;
        max-width: 100%; } }

@media (max-width: 1040px) {
  .desktop-search {
    display: none; } }

.mobile-search {
  width: 100%; }
  @media (max-width: 1040px) {
    .mobile-search {
      float: none;
      padding-left: 40px;
      height: 50px; } }
  .mobile-search .search-form {
    background: url("search-solid-white.png") no-repeat left center;
    background-size: 14px 14px;
    height: 30px;
    width: 100%;
    float: left; }
  .mobile-search #search-input-mobile-dropdown {
    background: transparent;
    color: white;
    border-bottom: 1px solid white;
    height: 30px;
    width: 100%;
    border-radius: 0;
    padding-left: 23px !important; }

.fixed-header .search-box .search-form {
  background: url("search-solid.svg") no-repeat right center;
  background-size: 14px 14px; }
  @media (max-width: 1040px) {
    .fixed-header .search-box .search-form {
      background-size: 12px 12px; } }
  .fixed-header .search-box .search-form input {
    padding-right: 23px !important;
    height: 23px; }

.fixed-header .search-box .search-form input[type="submit"],
.fixed-header .search-box .search-form input[type="text"] {
  padding: 0;
  color: #212326;
  border: none;
  caret-color: #212326; }

.mobile-search .search-form input[type="submit"],
.mobile-search .search-form input[type="text"] {
  padding: 0;
  color: white;
  border: none;
  caret-color: white; }

.fixed-header .search-box .search-form input[type="text"]:focus,
.fixed-header .search-box .search-form input[type="text"] {
  text-align: right;
  font-size: 14px;
  color: #212326;
  background: transparent;
  border: none;
  float: left;
  caret-color: #212326;
  margin: 0; }
  @media (max-width: 1040px) {
    .fixed-header .search-box .search-form input[type="text"]:focus,
    .fixed-header .search-box .search-form input[type="text"] {
      font-size: 12px; } }

.mobile-search .search-form input[type="text"]:focus,
.mobile-search .search-form input[type="text"] {
  text-align: left;
  font-size: 16px;
  color: white;
  background: transparent;
  border: none;
  float: left;
  caret-color: white; }

.fixed-header:focus ::-webkit-input-placeholder, .header-top:hover ::-webkit-input-placeholder {
  color: #212326 !important; }

.fixed-header ::-webkit-input-placeholder, .fixed-header :-moz-placeholder, .fixed-header ::-moz-placeholder {
  color: #212326 !important;
  letter-spacing: 1px;
  font-size: 14px; }
  @media (max-width: 1040px) {
    .fixed-header ::-webkit-input-placeholder, .fixed-header :-moz-placeholder, .fixed-header ::-moz-placeholder {
      font-size: 12px; } }

.mobile-search ::-webkit-input-placeholder, .mobile-search :-moz-placeholder, .mobile-search ::-moz-placeholder {
  color: white !important;
  letter-spacing: .05em;
  font-size: 16px; }

.fixed-header:focus ::-moz-input-placeholder, .fixed-header:hover ::-moz-input-placeholder, .fixed-header :-ms-input-placeholder, .fixed-header:focus :-moz-input-placeholder, .fixed-header:hover :-moz-input-placeholder {
  color: #212326 !important; }

.fixed-header:focus :-ms-input-placeholder, .fixed-header:hover :-ms-input-placeholder {
  color: #212326 !important; }

.fixed-header .search-box .search-form input[type="text"]:focus {
  border-bottom: 1px solid #212326; }

.mobile-search .search-form input[type="text"]:focus {
  border-bottom: 1px solid white;
  border-radius: 0; }

.fixed-header .search-box .search-form input[type="submit"] {
  display: none; }

.mobile-search .search-form input[type="submit"] {
  display: none; }

ul.search-results {
  background: white; }

.fixed-header .cart-summary, .fixed-header .cart-summary-mobile {
  text-align: center; }
  @media (max-width: 880px) {
    .fixed-header .cart-summary, .fixed-header .cart-summary-mobile {
      margin-left: 0; } }
  .fixed-header .cart-summary svg, .fixed-header .cart-summary-mobile svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px; }
    @media (max-width: 880px) {
      .fixed-header .cart-summary svg, .fixed-header .cart-summary-mobile svg {
        width: 18px !important;
        height: 18px !important;
        margin-top: -5px; } }
  .fixed-header .cart-summary span, .fixed-header .cart-summary-mobile span {
    display: inline-block;
    font-size: 13px;
    color: white; }
    @media (max-width: 880px) {
      .fixed-header .cart-summary span, .fixed-header .cart-summary-mobile span {
        font-size: 13px; } }
    @media (max-width: 480px) {
      .fixed-header .cart-summary span, .fixed-header .cart-summary-mobile span {
        font-size: 12px; } }

.cart-summary.desktop {
  display: block; }
  @media (max-width: 880px) {
    .cart-summary.desktop {
      display: none; } }

.cart-summary-mobile.mobile {
  display: none; }
  @media (max-width: 880px) {
    .cart-summary-mobile.mobile {
      display: block;
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }

.fixed-header .cart-summary a:hover, .fixed-header .cart-summary-mobile a:hover, .fixed-header .cart-summary:hover a, .fixed-header .cart-summary-mobile:hover a, .fixed-header .cart-summary:hover span, .fixed-header .cart-summary-mobile:hover span {
  color: white !important; }

@media (max-width: 880px) {
  .fixed-header .header-login {
    display: none; } }
.fixed-header .header-login ul {
  display: block;
  float: left;
  margin-left: 20px;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .fixed-header .header-login ul {
      margin-left: 15px; } }
  @media (max-width: 880px) {
    .fixed-header .header-login ul {
      margin-left: 15px; } }
  .fixed-header .header-login ul li {
    float: left;
    display: block;
    color: #212326;
    font-size: 13px; }
  .fixed-header .header-login ul ul.dropdown {
    float: none;
    margin: 0;
    left: 0 !important;
    right: auto !important;
    top: 25px; }
    .fixed-header .header-login ul ul.dropdown li {
      color: white; }
      .fixed-header .header-login ul ul.dropdown li a {
        color: white; }
        .fixed-header .header-login ul ul.dropdown li a:hover {
          color: #d9915f; }
.fixed-header .header-login a {
  float: left;
  display: block;
  color: #212326;
  font-size: 13px; }
  @media (max-width: 880px) {
    .fixed-header .header-login a {
      font-size: 12px !important; } }

@media (max-width: 880px) {
  .desktop.menu-item {
    display: none; } }

/* links */
@media (max-width: 880px) {
  .site-navigation > ul {
    display: none; } }

.site-navigation {
  text-align: center;
  display: block; }
  .site-navigation ul {
    padding-left: 0;
    margin: 0; }
    .site-navigation ul li {
      text-decoration: none;
      display: inline-block;
      letter-spacing: .05em;
      padding: 0 34px 0 0;
      position: relative;
      margin: 0;
      text-align: left; }
      @media (max-width: 880px) {
        .site-navigation ul li {
          padding: 0 15px 0 0; } }
      .site-navigation ul li a {
        font-family: "Futura", sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        display: block;
        color: #212326;
        padding: 0; }
        @media (max-width: 880px) {
          .site-navigation ul li a {
            font-size: 12px; } }

.site-navigation li a.current-page, .site-navigation li.active a {
  color: white; }

.site-navigation li a:hover {
  cursor: pointer;
  color: #212326; }

/* second tier dropdown */
.site-navigation ul li .dropdown {
  letter-spacing: .05em;
  line-height: 24px;
  font-size: 13px; }

.site-navigation ul li .dropdown li a {
  letter-spacing: .05em;
  line-height: 24px;
  font-size: 13px;
  padding: 8px 0;
  text-transform: none; }

.site-navigation ul li ul {
  -webkit-transition: all ease-in-out 175ms;
  transition: all ease-in-out 175ms;
  background: #eeeeee;
  visibility: hidden;
  position: absolute;
  padding: 12px 15px;
  width: 155px;
  z-index: 999;
  opacity: 0;
  left: 0; }

.site-navigation ul li:last-of-type ul {
  left: auto;
  right: 0; }

.site-navigation ul li:hover > ul, .site-navigation ul li ul:hover {
  visibility: visible;
  opacity: 1; }

.site-navigation ul li ul li {
  text-align: left;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0; }

.site-navigation ul li ul li:last-of-type {
  border-bottom: 0px; }

.site-navigation ul li ul li:hover {
  color: #212326; }

/* mobile */
#main-mobile-menu-toggle {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  width: 33.33%;
  min-height: 49px;
  min-width: auto;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 0; }
  @media (max-width: 880px) {
    #main-mobile-menu-toggle {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  #main-mobile-menu-toggle:hover {
    background-color: transparent; }
  #main-mobile-menu-toggle .HamburgerIcon {
    padding: 8px 0px; }
    #main-mobile-menu-toggle .HamburgerIcon .HamburgerIcon__blocks {
      display: block;
      height: 2px;
      width: 20px;
      background-color: white;
      position: relative; }
      #main-mobile-menu-toggle .HamburgerIcon .HamburgerIcon__blocks:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 0px;
        width: 20px;
        height: 2px;
        background-color: white; }
      #main-mobile-menu-toggle .HamburgerIcon .HamburgerIcon__blocks:after {
        content: "";
        position: absolute;
        top: 7px;
        left: 0px;
        width: 20px;
        height: 2px;
        background-color: white; }

#main-mobile-menu-toggle.open .HamburgerIcon__blocks {
  background-color: transparent; }

#main-mobile-menu-toggle.open .HamburgerIcon__blocks:before {
  transform: rotate(45deg);
  top: 0px; }

#main-mobile-menu-toggle.open .HamburgerIcon__blocks:after {
  transform: rotate(-45deg);
  top: 0px; }

#mobile-navigation-support[type="checkbox"],
#mobile-navigation-cleanse[type="checkbox"],
#mobile-navigation-learn[type="checkbox"],
#mobile-navigation-visit[type="checkbox"],
#mobile-navigation-shop[type="checkbox"],
#mobile-navigation[type="checkbox"],
#mobile-search-trigger-new[type="checkbox"] {
  display: none; }

.mobile-search {
  display: none; }

#search-form-mobile-dropdown, #search-form-mobile-dropdown-new {
  display: none;
  padding: 0 30px 20px;
  background: white; }
  @media (max-width: 600px) {
    #search-form-mobile-dropdown, #search-form-mobile-dropdown-new {
      padding: 0 20px 20px; } }
  #search-form-mobile-dropdown #search-input-mobile, #search-form-mobile-dropdown #search-input-mobile-new, #search-form-mobile-dropdown-new #search-input-mobile, #search-form-mobile-dropdown-new #search-input-mobile-new {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #212326;
    color: #212326;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 !important;
    background: transparent !important;
    font-family: "Futura", sans-serif; }
  #search-form-mobile-dropdown .search-results, #search-form-mobile-dropdown-new .search-results {
    top: 40px !important;
    border: 0 !important; }
    #search-form-mobile-dropdown .search-results li, #search-form-mobile-dropdown-new .search-results li {
      border: none;
      padding: 5px 15px; }
      @media (max-width: 600px) {
        #search-form-mobile-dropdown .search-results li, #search-form-mobile-dropdown-new .search-results li {
          padding: 5px 10px !important;
          border-bottom: 1px solid #ececec; } }

.template-product #search-form-mobile-dropdown, .template-product #search-form-mobile-dropdown-new, .template-collection #search-form-mobile-dropdown, .template-collection #search-form-mobile-dropdown-new, .template-blog #search-form-mobile-dropdown, .template-blog #search-form-mobile-dropdown-new, .template-article #search-form-mobile-dropdown, .template-article #search-form-mobile-dropdown-new {
  padding: 0 30px; }
  @media (max-width: 600px) {
    .template-product #search-form-mobile-dropdown, .template-product #search-form-mobile-dropdown-new, .template-collection #search-form-mobile-dropdown, .template-collection #search-form-mobile-dropdown-new, .template-blog #search-form-mobile-dropdown, .template-blog #search-form-mobile-dropdown-new, .template-article #search-form-mobile-dropdown, .template-article #search-form-mobile-dropdown-new {
      padding: 0 20px; } }

#mobile-search-trigger-new:checked ~ #search-form-mobile-dropdown-new {
  display: block !important;
  position: relative;
  padding-bottom: 20px;
  z-index: 999; }

#search-form-mobile-dropdown-new {
  background-color: #fafaf8 !important; }

#mobile-navigation-new {
  display: none; }

.navigation-new {
  display: none; }
  @media (max-width: 880px) {
    .navigation-new {
      display: block; } }

.mj-nav-mobile {
  background: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transition: background 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100vw;
  z-index: 1; }

@media (min-width: 881px) {
  .mj-nav-mobile {
    display: none; } }

.scrolled .mj-nav-mobile {
  top: 48px; }

.scrolled.noscroll #content {
  padding-top: 50px; }

.mj-nav-mobile.open {
  background: rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  z-index: 999999; }

.mj-nav-mobile_close-area {
  background: #0000;
  border: none;
  bottom: 0;
  display: inline-block;
  height: 100%;
  left: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 2; }
  @media (max-width: 640px) {
    .mj-nav-mobile_close-area {
      width: 20%; } }
  .mj-nav-mobile_close-area:hover, .mj-nav-mobile_close-area:focus, .mj-nav-mobile_close-area:active {
    background: #0000;
    border: none;
    outline: none; }

.mj-nav-mobile_drawer {
  background: #fafaf8;
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: auto;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  width: 50%;
  z-index: 9999999;
  height: 100%;
  transition: transform .2s; }
  @media (max-width: 640px) {
    .mj-nav-mobile_drawer {
      width: 80%; } }

.mj-nav-mobile.open .mj-nav-mobile_drawer {
  transform: translateZ(0); }

.mj-nav-mobile_wrap {
  background: #212326;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%;
  padding-bottom: 100px; }
  .mj-nav-mobile_wrap ul#mobile-nav-bottom {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    font-size: 15px;
    list-style-type: none;
    float: left; }
    .mj-nav-mobile_wrap ul#mobile-nav-bottom li {
      list-style: none; }
  .mj-nav-mobile_wrap ul#mobile-nav-top {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 15px;
    list-style-type: none;
    float: left; }
    .mj-nav-mobile_wrap ul#mobile-nav-top li {
      list-style: none; }
  .mj-nav-mobile_wrap .mobile.menu-item {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    letter-spacing: 0.6px;
    font-size: 15px;
    font-family: "Futura", sans-serif;
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 0; }
    .mj-nav-mobile_wrap .mobile.menu-item a {
      display: block;
      color: #fff;
      cursor: pointer;
      float: left;
      width: 100%;
      font-size: 17px;
      padding: 10px 20px;
      font-family: "Futura Light", sans-serif;
      letter-spacing: 0.1em;
      font-weight: normal;
      text-transform: uppercase;
      -webkit-tap-highlight-color: transparent; }
    @media (max-width: 1040px) {
      .mj-nav-mobile_wrap .mobile.menu-item {
        display: block !important; } }
  .mj-nav-mobile_wrap .ease-animation-slow {
    position: relative;
    width: 25px;
    height: 25px; }
    .mj-nav-mobile_wrap .ease-animation-slow:before {
      position: absolute;
      content: "";
      display: block;
      width: 2px;
      background: #212326;
      height: 12px;
      left: 50%;
      top: 50%;
      margin-top: -6px;
      margin-left: 3px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.4s linear;
      transition: all 0.3s linear; }
    .mj-nav-mobile_wrap .ease-animation-slow:after {
      position: absolute;
      content: "";
      display: block;
      width: 12px;
      background: #212326;
      height: 2px;
      margin-left: -2px;
      left: 50%;
      top: 50%;
      margin-top: -1px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }

.mobile-sub-nav {
  z-index: 9999;
  position: relative;
  float: left;
  width: 100%;
  background-color: #212326;
  display: none;
  padding-left: 10px;
  margin: 0; }
  .mobile-sub-nav h3 {
    margin: 0;
    line-height: 76px;
    font-family: "Futura", sans-serif;
    font-size: 20px;
    letter-spacing: .05em;
    padding: 0 30px; }
    @media (max-width: 640px) {
      .mobile-sub-nav h3 {
        padding: 0 20px; } }
  .mobile-sub-nav li {
    list-style: none;
    color: white;
    font-size: 13px !important;
    font-family: "Futura", sans-serif;
    letter-spacing: 0.6px;
    width: 100%; }
    .mobile-sub-nav li a {
      background-color: transparent !important;
      color: white;
      width: 100%;
      display: block;
      font-family: "Futura", sans-serif;
      font-size: 13px !important;
      padding: 6px 0;
      letter-spacing: 0.5px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent; }
    .mobile-sub-nav li a:link, .mobile-sub-nav li a:focus, .mobile-sub-nav li a:hover, .mobile-sub-nav li a:active {
      background-color: transparent !important;
      color: #212326; }

.mj-nav-mobile_wrap ul#mobile-nav-top li.active a {
  color: white; }

.mobile-sub-nav-trigger {
  text-transform: none;
  border: none;
  line-height: 1.6;
  min-width: 100%; }
  .mobile-sub-nav-trigger .chevron-right-subnav {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 10px;
    float: right; }
    .mobile-sub-nav-trigger .chevron-right-subnav svg {
      width: 15px; }

.mobile-sub-nav-trigger.open .ease-animation-slow:after {
  display: none; }
.mobile-sub-nav-trigger.open .ease-animation-slow:before {
  background: #212326;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.mobile-sub-nav.sub-nav-open {
  display: block; }

.navigation-new.nav-open {
  left: 0;
  right: 0; }

.mobile-overlay-new {
  top: 0;
  z-index: 9005 !important;
  background-color: #212326 !important;
  opacity: 0.7 !important; }

@media only screen and (min-width: 1041px) {
  .mobile-overlay-new {
    display: none !important; } }
#mobile-navigation-new:checked ~ #content {
  overflow: hidden; }

.mobile-navigation {
  padding: 0 20px !important;
  background: white; }

@media (max-width: 880px) {
  .horizontal-rule {
    padding-right: 30px !important;
    padding-left: 30px !important; } }
@media (max-width: 640px) {
  .horizontal-rule {
    padding-right: 20px !important;
    padding-left: 20px !important; } }
.horizontal-rule hr.divider {
  border: none;
  border-top: 1px solid #2E2930;
  opacity: 0.2;
  width: 100%;
  margin: 0;
  padding: 0; }

.mobile-sub-menu-toggle {
  position: absolute;
  padding: 0 10px;
  width: 15px;
  bottom: 0;
  right: 0;
  top: 0; }

.mobile-sub-menu-toggle span:before {
  position: absolute;
  font-size: 14px;
  color: #212326;
  content: '+';
  right: 0; }

.mobile-sub-menu-toggle span {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.search-icon-mobile .fa-search:before {
  font-family: FontAwesome;
  font-style: normal; }

.mobile-overlay-new {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.7;
  z-index: 9003; }

.mobile-overlay.show, .mobile-overlay-new.show {
  display: block; }

#cartoverlay {
  z-index: 9008;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s linear, visibility 0.5s linear; }

.js-drawer-open-right #cartoverlay {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.15);
  transition: background 0.24s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s linear, visibility 0.5s linear; }

#meganav-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0.7;
  z-index: 9003; }

.desktopOverlay #meganav-overlay {
  display: block; }

.navigation.navigation-new .mobile-navigation li.active a {
  color: #e2b47b !important; }

/* highlight current page */
.current-page {
  color: #212326; }

.template-search #search-form {
  display: inline-block;
  margin: 0 auto;
  width: 320px;
  position: relative;
  text-align: center; }
  .template-search #search-form input[type="text"] {
    height: 35px;
    line-height: 35px;
    border: none;
    background: #eee;
    width: 250px;
    border-right: 1px solid #fff;
    margin: 0;
    display: inline-block; }
    @media (max-width: 480px) {
      .template-search #search-form input[type="text"] {
        width: 100%; } }
  .template-search #search-form input[type="submit"] {
    width: 60px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px !important;
    height: 35px !important;
    border: none;
    text-align: center;
    border-radius: 0 !important;
    background: url(//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/black-bg-arrow3.png?v=10555294525025086136) no-repeat center center !important;
    background-size: 60px 45px !important;
    clear: none !important;
    padding: 0 !important;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    line-height: 35px !important;
    font-weight: normal !important;
    clear: none !important;
    background-color: #212326;
    min-width: 0; }
    @media (max-width: 480px) {
      .template-search #search-form input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0; } }
.template-search h5 {
  margin-bottom: 40px; }

.desktop-pager {
  display: block; }
  @media (max-width: 1024px) {
    .desktop-pager {
      display: none; } }
  @media (max-width: 840px) {
    .desktop-pager {
      display: none; } }
  .desktop-pager .per-slide-template {
    width: 585px;
    margin: 0 auto; }
    @media (max-width: 880px) {
      .desktop-pager .per-slide-template {
        width: auto; } }
    .desktop-pager .per-slide-template a {
      float: left;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 18px;
      position: relative;
      border-right: 2px solid #b1b1b1;
      color: #212326; }
      .desktop-pager .per-slide-template a:nth-of-type(1) {
        width: 111px; }
      .desktop-pager .per-slide-template a:nth-of-type(2) {
        width: 92px; }
      .desktop-pager .per-slide-template a:nth-of-type(3) {
        width: 71px; }
      .desktop-pager .per-slide-template a:nth-of-type(4) {
        width: 104px; }
      .desktop-pager .per-slide-template a:nth-of-type(5) {
        width: 96px; }
      .desktop-pager .per-slide-template a:nth-of-type(6) {
        width: 100px; }
      .desktop-pager .per-slide-template a:last-of-type {
        border: none; }

.tablet-pager {
  display: none; }
  @media (max-width: 1024px) {
    .tablet-pager {
      display: block; } }
  @media (max-width: 840px) {
    .tablet-pager {
      display: none; } }
  .tablet-pager .per-slide-template-2 {
    width: 585px;
    margin: 0 auto; }
    @media (max-width: 880px) {
      .tablet-pager .per-slide-template-2 {
        width: auto; } }
    .tablet-pager .per-slide-template-2 a {
      float: left;
      padding: 0;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 18px;
      position: relative;
      border-right: 2px solid #b1b1b1;
      color: #212326; }
      .tablet-pager .per-slide-template-2 a:nth-of-type(1) {
        width: 111px; }
      .tablet-pager .per-slide-template-2 a:nth-of-type(2) {
        width: 92px; }
      .tablet-pager .per-slide-template-2 a:nth-of-type(3) {
        width: 71px; }
      .tablet-pager .per-slide-template-2 a:nth-of-type(4) {
        width: 104px; }
      .tablet-pager .per-slide-template-2 a:nth-of-type(5) {
        width: 96px; }
      .tablet-pager .per-slide-template-2 a:nth-of-type(6) {
        width: 100px; }
      .tablet-pager .per-slide-template-2 a:last-of-type {
        border: none; }

a.cycle-pager-active {
  color: #212326 !important; }

.mobile-pager {
  display: none; }
  @media (max-width: 840px) {
    .mobile-pager {
      display: block;
      position: relative; } }
  .mobile-pager .custom-caption {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center; }
  .mobile-pager .cycle-prev {
    position: absolute;
    left: 50%;
    margin-left: -140px;
    top: 0; }
    .mobile-pager .cycle-prev img {
      max-width: 20px !important; }
  .mobile-pager .cycle-next {
    position: absolute;
    right: 50%;
    margin-right: -140px;
    top: 0; }
    .mobile-pager .cycle-next img {
      max-width: 20px !important; }

.mobile-pager-2 {
  display: none; }
  @media (max-width: 880px) {
    .mobile-pager-2 {
      display: block;
      position: relative;
      width: 100%;
      float: left;
      margin: 25px 0 80px; } }
  .mobile-pager-2 .custom-caption {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Basis Bold', sans-serif; }
  .mobile-pager-2 .cycle-prev {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: 0; }
    .mobile-pager-2 .cycle-prev img {
      max-width: 20px !important; }
  .mobile-pager-2 .cycle-next {
    position: absolute;
    right: 50%;
    margin-right: -80px;
    bottom: 0; }
    .mobile-pager-2 .cycle-next img {
      max-width: 20px !important; }

.mobile-pager-2 {
  display: none; }
  @media (max-width: 880px) {
    .mobile-pager-2 {
      display: block;
      width: 100%;
      margin-top: 0;
      position: relative; } }

@media (max-width: 880px) {
  .full-width-hero-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.full-width-hero-wrap img.studio {
  width: 100% !important; }
.full-width-hero-wrap img.desktop {
  width: 100% !important; }
.full-width-hero-wrap img.tablet {
  width: 100% !important; }
.full-width-hero-wrap img.mobile {
  width: 100% !important; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100% !important; }

/* maybe sitewide dropdown */
.site-navigation ul li ul {
  background: #212326; }

.site-navigation ul li ul li {
  color: white;
  text-transform: none; }
  .site-navigation ul li ul li a {
    color: white; }
    .site-navigation ul li ul li a:hover {
      color: #212326; }

/* Ajax Cart Overlay */
.js-drawer-open .drawer > * {
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  opacity: 1; }

#CartDrawer .cart-summary-module {
  float: right;
  padding: 15px;
  margin-right: 24px;
  margin-top: 0;
  text-align: center; }
  @media (max-width: 880px) {
    #CartDrawer .cart-summary-module {
      padding: 10px; } }
  @media (max-width: 480px) {
    #CartDrawer .cart-summary-module {
      padding: 15px;
      margin-right: 13px; } }
  #CartDrawer .cart-summary-module svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px; }
    @media (max-width: 880px) {
      #CartDrawer .cart-summary-module svg {
        width: 18px !important;
        height: 18px !important;
        margin-top: -5px; } }
  #CartDrawer .cart-summary-module span {
    display: inline-block;
    font-size: 14px;
    color: #212326; }
    @media (max-width: 880px) {
      #CartDrawer .cart-summary-module span {
        font-size: 10px; } }

#CartContainer {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%; }

.ajaxcart-item__price .money {
  font-size: 14px; }

#CartContainer #free_shipping_alert {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  background: white;
  padding: 10px 32px 10px;
  z-index: 999998 !important; }
  @media (max-width: 480px) {
    #CartContainer #free_shipping_alert {
      padding: 10px 20px 10px;
      top: 40px; } }
  #CartContainer #free_shipping_alert p {
    font-size: 15px;
    margin-bottom: 5px;
    text-align: center; }
  #CartContainer #free_shipping_alert #progressbar {
    width: 100%;
    height: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }

#CartContainer #discount_alert {
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 10px 32px 10px;
  z-index: 999998 !important; }
  @media (max-width: 480px) {
    #CartContainer #discount_alert {
      padding: 10px 20px 10px;
      top: 40px; } }
  #CartContainer #discount_alert p {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center; }
    @media (max-width: 480px) {
      #CartContainer #discount_alert p {
        font-size: 13px; } }
    #CartContainer #discount_alert p span {
      color: #d9915f; }
  #CartContainer #discount_alert #progressbar {
    width: 100%;
    height: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }

.free-shipping-notice {
  float: left;
  text-align: center;
  padding: 0;
  color: #212326;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Futura", sans-serif; }
  .free-shipping-notice a {
    background-color: #edeadd;
    display: inline-block;
    float: left;
    padding: 12px 20px; }
    @media (max-width: 880px) {
      .free-shipping-notice a {
        padding: 12px;
        width: 100%;
        margin: 0 auto;
        float: none; } }

.drawer {
  display: none;
  position: fixed;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  max-width: 90%;
  z-index: 99999999 !important;
  color: #212326;
  background-color: white;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px, rgba(0, 0, 0, 0.1) 0px 0px 1px; }
  @media (max-width: 480px) {
    .drawer {
      max-width: 100%;
      box-shadow: none !important;
      border: none !important; } }

@media (max-width: 480px) {
  .js-drawer-open {
    overflow: hidden; } }

.drawer--right {
  width: 400px;
  right: -400px;
  border-left: 1px solid #ececec; }
  @media (max-width: 480px) {
    .drawer--right {
      width: 100%;
      right: -100%; } }
  .drawer--right .drawer__header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    background: white;
    z-index: 999999 !important; }
    @media (max-width: 1040px) {
      .drawer--right .drawer__header {
        height: 40px; } }
    .drawer--right .drawer__header h2 {
      color: #212326;
      text-align: center;
      top: 18px;
      width: 180px;
      position: absolute;
      left: 50%;
      margin-left: -90px;
      margin-bottom: 0;
      z-index: 999998 !important;
      font-size: 15px;
      font-family: "Futura", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
      @media (max-width: 480px) {
        .drawer--right .drawer__header h2 {
          top: 17px;
          font-size: 15px; } }

.js-drawer-open-right .drawer--right {
  display: block;
  -ms-transform: translateX(-400px);
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px); }
  @media (max-width: 480px) {
    .js-drawer-open-right .drawer--right {
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); } }

.ajaxcart {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 210px;
  height: 100%;
  margin: 0; }
  @media (max-width: 480px) {
    .ajaxcart {
      padding-bottom: 190px; } }

.ajaxcart__qty,
.ajaxcart__qty button,
.ajaxcart__qty inputs {
  border: none; }

.ajaxcart__qty {
  display: inline-block;
  margin: 0;
  position: relative;
  max-width: 80px;
  min-width: 75px;
  overflow: visible; }
  .ajaxcart__qty input {
    display: block;
    background: #fff;
    text-align: center;
    width: 100%;
    padding: 3px 15px;
    margin: 0;
    border: 1px solid #ccc;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }

.ajaxcart__qty-adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: -3px;
  bottom: 0;
  border: 0 none;
  padding: 0 8px;
  background: none;
  text-align: center;
  overflow: hidden;
  line-height: normal;
  min-width: 0;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #212326; }
  .ajaxcart__qty-adjust:hover {
    border: none;
    background: transparent;
    color: #212326; }

.ajaxcart__qty--minus {
  left: 0;
  padding: 5px 5px 5px 10px;
  color: #212326; }

.ajaxcart__qty--plus {
  right: 0;
  padding: 5px 10px 5px 5px;
  color: #212326; }

.ajax-cart--notes {
  padding: 0 30px 30px 30px; }

.ajaxcart__product:first-child {
  border-top: none; }

.ajaxcart__product {
  position: relative;
  width: 100%; }
  .ajaxcart__product.is-removed {
    max-height: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95); }

.ajaxcart__row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec; }
  @media (max-width: 480px) {
    .ajaxcart__row {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .ajaxcart__row > .grid, .ajaxcart__row > .grid--rev, .ajaxcart__row > .grid--full {
    margin-left: 0; }
    .ajaxcart__row > .grid > .grid__item, .ajaxcart__row > .grid--rev > .grid__item, .ajaxcart__row > .grid--full > .grid__item {
      padding-left: 0;
      position: relative; }
      .ajaxcart__row > .grid > .grid__item:first-of-type, .ajaxcart__row > .grid--rev > .grid__item:first-of-type, .ajaxcart__row > .grid--full > .grid__item:first-of-type {
        padding-left: 0; }

.ajaxcart__product.Samples .ajaxcart__quantity-wrapper {
  display: none; }

.ajaxcart__row .grid .ajaxcart__quantity-wrapper, .ajaxcart__row .grid--rev .ajaxcart__quantity-wrapper, .ajaxcart__row .grid--full .ajaxcart__quantity-wrapper {
  padding: 0;
  margin-top: 8px;
  text-align: left !important; }

.ajaxcart__product:last-of-type .ajaxcart__row {
  border-bottom: 1px solid #ececec; }

.ajaxcart__product-image a {
  float: left;
  display: block;
  overflow: hidden;
  margin-bottom: 0; }
.ajaxcart__product-image img {
  float: left;
  display: block;
  margin: 0;
  max-width: 65px; }

.ajaxcart__product-name p,
.ajaxcart__product-meta {
  display: block;
  text-align: left;
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: "Futura", sans-serif;
  line-height: 1.5;
  text-transform: uppercase; }

.ajaxcart__product-name p.subscription {
  font-family: "Caslon Italic", serif;
  text-transform: none;
  letter-spacing: 0.025em; }

.ajaxcart__product-meta {
  font-size: 13px !important; }

.ajaxcart__quantity-wrapper {
  display: inline-block;
  width: 100%; }

.form-a {
  height: 100%;
  width: 100%;
  padding: 110px 30px 14px;
  overflow-y: auto;
  z-index: 999998 !important; }
  @media (max-width: 480px) {
    .form-a {
      padding: 110px 20px 14px; } }

.moveUp .form-a {
  padding: 60px 30px 14px; }
  @media (max-width: 480px) {
    .moveUp .form-a {
      padding: 60px 20px 14px; } }

.form-b {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 210px;
  background: white;
  border-top: 1px solid #ccc; }
  @media (max-width: 480px) {
    .form-b {
      height: 190px; } }
  .form-b .cart__checkout {
    margin-top: 10px;
    color: #fff !important;
    background: #212326 !important;
    border: 1px solid #212326;
    font-family: "Futura", sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 38px;
    height: 38px;
    padding: 0;
    min-width: 0;
    font-size: 14px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 240px;
    cursor: pointer; }
    @media (max-width: 480px) {
      .form-b .cart__checkout {
        margin-top: 10px;
        width: 85%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    .form-b .cart__checkout:hover {
      background: #fff !important;
      color: #212326 !important; }
  .form-b .ajax-view-cart {
    width: 100%;
    padding-top: 15px; }
    @media (max-width: 480px) {
      .form-b .ajax-view-cart {
        display: none;
        padding-top: 10px; } }
    .form-b .ajax-view-cart a {
      text-decoration: underline;
      text-align: center; }
  .form-b .cart-note-bottom {
    text-align: center;
    display: block;
    padding: 15px 26px 15px;
    line-height: 1.5;
    font-size: 13px;
    font-family: "Caslon Italic", serif; }
    @media (max-width: 480px) {
      .form-b .cart-note-bottom {
        padding: 2px 26px 15px; } }
    @media (max-width: 320px) {
      .form-b .cart-note-bottom {
        font-size: 12px; } }
    .form-b .cart-note-bottom a {
      font-size: 13px; }

.additional_checkout_buttons input {
  border: 0 !important; }

.ajaxcart__special_instructions {
  width: 100%;
  opacity: 0.5;
  text-align: center;
  padding: 30px 0 20px;
  display: inline-block;
  margin-top: 30px; }

.ajaxcart__subtotal_header {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase; }
  .ajaxcart__subtotal_header p {
    font-size: 11px; }

.ajaxcart__subtotal {
  font-size: 26px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 15px; }
  @media (max-width: 480px) {
    .ajaxcart__subtotal {
      padding-top: 12px; } }
  .ajaxcart__subtotal p {
    margin: 0; }

.ajaxcart .discount-title {
  color: #d9915f;
  font-style: italic;
  font-size: 11px;
  letter-spacing: .05em; }

#CartContainer .ajax-empty {
  padding-top: 100px;
  text-align: center; }
  #CartContainer .ajax-empty .button {
    margin: 0 auto;
    display: inline-block;
    line-height: 35px;
    height: 35px;
    color: #212326 !important;
    letter-spacing: .05em;
    border: 1px solid #212326 !important;
    background: transparent !important; }
    #CartContainer .ajax-empty .button:hover {
      background: #212326 !important;
      color: white !important; }

.ajaxcart__qty-remove {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 3px 0 3px 3px;
  height: auto;
  line-height: 1.5;
  border: none;
  min-width: 0;
  background: url(//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/close-x.png?v=6155934574363553830) no-repeat center;
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  cursor: pointer; }
  .ajaxcart__qty-remove:hover {
    border: none;
    background: url(//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/close-x.png?v=6155934574363553830) no-repeat center;
    width: 10px;
    height: 10px;
    background-size: 10px 10px; }

.drawer__close {
  float: left;
  padding: 15px;
  margin-left: 13px;
  margin-top: 3px;
  cursor: pointer; }
  @media (max-width: 880px) {
    .drawer__close {
      padding: 10px; } }
  @media (max-width: 640px) {
    .drawer__close {
      margin-left: 7px; } }
  @media (max-width: 480px) {
    .drawer__close {
      padding: 15px; } }
  .drawer__close button {
    float: right;
    color: inherit;
    height: auto;
    line-height: 1.5;
    border: none;
    display: block;
    padding: 0;
    background: transparent;
    min-width: 0;
    cursor: pointer; }
    .drawer__close button:hover {
      border: none;
      background: transparent;
      color: #212326; }
    .drawer__close button img {
      width: 18px;
      height: auto;
      cursor: pointer; }

.ajax-prices .line-price {
  position: absolute;
  bottom: 5px;
  width: 100%;
  right: 0;
  font-size: 13px;
  line-height: 0.95;
  text-align: right;
  font-family: "Gazette", serif; }
  .ajax-prices .line-price span {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    width: 100%; }
  .ajax-prices .line-price .discounted-price {
    font-size: 10px;
    color: #b1b1b1;
    text-align: right;
    text-decoration: line-through;
    font-family: "Caslon Italic", serif; }
  .ajax-prices .line-price .discount-title {
    font-size: 10px;
    font-family: "Caslon Italic", serif;
    text-transform: lowercase; }

.ajaxcart__inner {
  float: left;
  width: 100%; }

.ajaxcart__inner .Hidden .ajaxcart__quantity-wrapper, .ajaxcart__inner .Hidden .ajaxcart__qty-remove {
  display: none; }

.ajaxcart__inner .PromoHide .ajaxcart__quantity-wrapper {
  display: none; }

.scaled-text {
  transition: font-size 300ms; }

@media (max-width: 480px) {
  #CartDrawer .cart-count {
    pointer-events: none; } }

p.ajax-cart-note {
  font-size: 12px; }

/* Navs */
.secondary.site-navigation {
  margin: 0 auto;
  text-align: center;
  padding: 0; }
  @media (max-width: 880px) {
    .secondary.site-navigation ul.menu {
      display: none; } }
  .secondary.site-navigation li {
    padding: 10px 9px;
    position: relative; }
    @media (max-width: 1040px) {
      .secondary.site-navigation li {
        padding: 0 24px 0 0 !important; } }
    @media (max-width: 480px) {
      .secondary.site-navigation li {
        padding: 0 12px 0 0 !important; } }
    .secondary.site-navigation li a {
      font-family: "Futura Light", sans-serif;
      padding: 0;
      font-size: 14px;
      color: #212326;
      text-transform: none;
      letter-spacing: 0.025em; }
      @media (max-width: 1040px) {
        .secondary.site-navigation li a {
          height: 50px;
          line-height: 50px;
          padding: 0; } }

.secondary.site-navigation li a.current-page, .secondary.site-navigation li.active a {
  color: #212326; }

.secondary.site-navigation li a:hover {
  color: #212326; }

.container.secondary-menu, .account-menu {
  background-color: #fafaf8;
  border-bottom: 1px solid #ececec;
  width: 100%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 79px;
  z-index: 9004;
  max-width: 100% !important;
  padding: 0 !important; }
  @media (max-width: 1040px) {
    .container.secondary-menu, .account-menu {
      top: 49px; } }

.secondary.site-navigation li a.active, .account-menu a.active {
  color: #212326 !important; }

.shop-menu-desktop {
  display: block; }
  @media (max-width: 1040px) {
    .shop-menu-desktop {
      display: none; } }

.shop-submenu-mobile {
  width: 100%;
  position: relative;
  background: #fafaf8;
  z-index: 5;
  display: none; }
  @media (max-width: 1040px) {
    .shop-submenu-mobile {
      display: block; } }
  .shop-submenu-mobile .gradient-overlay {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    width: 15%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faf5ef+0,faf5ef+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(250, 245, 239, 0) 0%, #faf5ef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(250, 245, 239, 0) 0%, #faf5ef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(250, 245, 239, 0) 0%, #faf5ef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00faf5ef', endColorstr='#F6F5F2',GradientType=1 );
    /* IE6-9 */ }
  .shop-submenu-mobile .scroll-menu {
    background-color: #fafaf8;
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0 30px !important;
    width: 100%; }
    @media (max-width: 600px) {
      .shop-submenu-mobile .scroll-menu {
        padding: 0 20px !important; } }
    .shop-submenu-mobile .scroll-menu li {
      display: inline-block;
      margin: 0;
      height: 50px;
      line-height: 50px;
      padding: 0 20px 0 0; }
      .shop-submenu-mobile .scroll-menu li a {
        text-align: center;
        letter-spacing: .025em; }

/* New Desktop Menu Styles */
/* standard orange top banner */
.header-top-new {
  position: relative;
  height: 35px; }
  @media (max-width: 1040px) {
    .header-top-new {
      display: none; } }
  .header-top-new .topbanner {
    background-color: #cf9567 !important; }
    .header-top-new .topbanner a {
      color: #212326; }

.header-top-new-mobile {
  display: none;
  height: 35px; }
  @media (max-width: 1040px) {
    .header-top-new-mobile {
      height: 28px;
      position: relative;
      display: block; } }
  .header-top-new-mobile .topbanner {
    background-color: #cf9567 !important; }
    .header-top-new-mobile .topbanner a {
      color: #212326; }

.header-top-new-mobile.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.scrolled .header-top-new-mobile.sticky {
  position: relative; }

.header-top-new-mobile .topbanner > div {
  opacity: 0;
  text-transform: uppercase; }
  .header-top-new-mobile .topbanner > div a {
    display: block;
    color: #212326; }
    .header-top-new-mobile .topbanner > div a:hover {
      color: #212326; }

/* gradient promo top banner

.header-top-new {
  	position: relative;
  	height: 40px;
   	@include bp(1040) {
        display: none;
   	}
  	.topbanner {
  		background-color: $dark-orange !important;
      	a {
          	color: #212326;
        }
    }
}
.header-top-new-mobile { 
  	display: none;
  	height: 40px;
   	@include bp(1040) {
        height: 35px;
      	position: relative;
      	display: block;
   	}
  	.topbanner {
      	a {
          	color: #212326;
        }
    }
}
.mj-nav-mobile .open {
  	top: 84px !important;
}
 end gradient promo top banner */
.header-top-new-mobile.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.scrolled .header-top-new-mobile.sticky {
  position: relative; }

.fixed-header-new {
  width: 100%;
  background-color: #212326;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: -1px;
  z-index: 9005; }
  .fixed-header-new .header-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 25%; }
    @media (max-width: 880px) {
      .fixed-header-new .header-logo {
        width: 33.33%;
        text-align: center; } }
    .fixed-header-new .header-logo img {
      width: 135px;
      display: inline-block; }
      @media (max-width: 880px) {
        .fixed-header-new .header-logo img {
          width: 90px;
          margin: 0 auto; } }
  .fixed-header-new .header-left {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50%;
    justify-content: center; }
    @media (max-width: 880px) {
      .fixed-header-new .header-left {
        display: none; } }
  .fixed-header-new .header-right {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 25%;
    justify-content: flex-end; }
    @media (max-width: 1024px) {
      .fixed-header-new .header-right {
        width: 33.33%; } }
  .fixed-header-new .desktop.menu-item, .fixed-header-new .switcher {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px; }
    @media (max-width: 1024px) {
      .fixed-header-new .desktop.menu-item, .fixed-header-new .switcher {
        padding: 0 15px; } }
    @media (max-width: 880px) {
      .fixed-header-new .desktop.menu-item, .fixed-header-new .switcher {
        display: none; } }
  .fixed-header-new .cart-summary-mobile {
    font-size: 13px;
    text-transform: none !important;
    padding: 0 0 0 15px; }
  .fixed-header-new .cart-summary {
    font-size: 13px;
    text-transform: none !important;
    padding: 0;
    padding-left: 15px !important; }
    @media (max-width: 1024px) {
      .fixed-header-new .cart-summary {
        padding-left: 10px !important; } }
    @media (max-width: 880px) {
      .fixed-header-new .cart-summary {
        display: none !important; } }
  .fixed-header-new .desktop.menu-item.top-level-menu {
    font-size: 13px;
    text-transform: none !important;
    padding: 0 15px; }
    @media (max-width: 1024px) {
      .fixed-header-new .desktop.menu-item.top-level-menu {
        padding: 0 15px;
        font-size: 13px; } }
    @media (max-width: 880px) {
      .fixed-header-new .desktop.menu-item.top-level-menu {
        display: none; } }
  .fixed-header-new .desktop.menu-item {
    align-items: center; }
  .fixed-header-new .desktop.menu-item.has-dropdown {
    padding-right: 0; }
  .fixed-header-new .desktop.menu-item > a {
    font-size: 13px;
    padding: 0;
    letter-spacing: 0.25em;
    color: white !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 79px;
    align-items: center;
    font-family: "Futura Light", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .fixed-header-new .desktop.menu-item > a {
        font-size: 13px; } }
    .fixed-header-new .desktop.menu-item > a:hover {
      color: white !important; }
  .fixed-header-new .desktop-toggle {
    padding-right: 40px; }
  .fixed-header-new .desktop-toggle > a {
    font-size: 13px;
    padding: 0;
    letter-spacing: 0.25em;
    color: white !important;
    height: 79px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-family: "Futura Light", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .fixed-header-new .desktop-toggle > a {
        font-size: 13px; } }
    .fixed-header-new .desktop-toggle > a:hover {
      color: white !important; }
  .fixed-header-new #mobile-search-main-nav-toggle {
    padding: 0;
    display: none; }
    @media (max-width: 880px) {
      .fixed-header-new #mobile-search-main-nav-toggle {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
  .fixed-header-new ::-webkit-input-placeholder {
    color: white;
    font-family: "Futura Light", sans-serif;
    font-size: 13px !important;
    letter-spacing: 0.25em; }
    @media (max-width: 1024px) {
      .fixed-header-new ::-webkit-input-placeholder {
        font-size: 13px !important; } }
  .fixed-header-new ::-moz-placeholder {
    color: white;
    font-family: "Futura Light", sans-serif;
    font-size: 13px !important;
    letter-spacing: 0.25em; }
    @media (max-width: 1024px) {
      .fixed-header-new ::-moz-placeholder {
        font-size: 13px !important; } }
  .fixed-header-new :-ms-input-placeholder {
    color: white;
    font-family: "Futura Light", sans-serif;
    font-size: 13px !important;
    letter-spacing: 0.25em; }
    @media (max-width: 1024px) {
      .fixed-header-new :-ms-input-placeholder {
        font-size: 13px !important; } }
  .fixed-header-new :-moz-placeholder {
    color: white;
    font-family: "Futura Light", sans-serif;
    font-size: 13px !important;
    letter-spacing: 0.25em; }
    @media (max-width: 1024px) {
      .fixed-header-new :-moz-placeholder {
        font-size: 13px !important; } }

.fixed-header-new.sticky-adjust {
  background-color: #212326 !important; }

.template-index .fixed-header-new {
  background: transparent; }

.scrolled .fixed-header-new {
  top: -1px;
  position: fixed;
  left: 0;
  background-color: #212326;
  transition: background-color 1s ease; }

@media (max-width: 880px) {
  .template-index .fixed-header-new .header-logo {
    display: none; } }

@media (max-width: 880px) {
  .scrolled.template-index .fixed-header-new .header-logo {
    display: flex; } }

.desktop-nav-right .desktop.menu-item.top-level-menu > a {
  font-size: 13px;
  padding: 0;
  letter-spacing: 0.25em;
  text-transform: none !important;
  font-family: "Futura Light", sans-serif;
  height: 79px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media (max-width: 1024px) {
    .desktop-nav-right .desktop.menu-item.top-level-menu > a {
      font-size: 13px !important; } }
  .desktop-nav-right .desktop.menu-item.top-level-menu > a:hover {
    color: white !important; }

.fixed-header-new > .container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
  align-content: center;
  max-width: 100%; }

.full-width-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  background-color: #fafaf8;
  padding: 25px 0 40px;
  overflow: hidden;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  border-bottom: 1px solid #ececec;
  padding-left: 30px; }
  .full-width-dropdown .container {
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .full-width-dropdown .sub-menu-desktop-heading {
    padding: 0;
    width: 100%;
    float: left;
    margin: 0;
    letter-spacing: 0.4px;
    font-family: "Futura Light", sans-serif;
    font-size: 14px;
    color: #212326;
    line-height: 1.4; }
    @media (max-width: 1024px) {
      .full-width-dropdown .sub-menu-desktop-heading {
        font-size: 13px !important; } }
    .full-width-dropdown .sub-menu-desktop-heading a {
      width: 100%;
      float: left;
      display: block;
      padding: 3px 0; }
  @media (max-width: 1599px) {
    .full-width-dropdown .grid__item {
      left: auto; } }
  .full-width-dropdown ul.mega-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%; }
    @media (max-width: 640px) {
      .full-width-dropdown ul.mega-nav {
        padding: 0; } }
    .full-width-dropdown ul.mega-nav li {
      float: left;
      width: 100%;
      clear: both;
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: 1.4;
      margin: 0;
      width: 100%; }
      .full-width-dropdown ul.mega-nav li a {
        width: 100%;
        float: left;
        padding: 3px 0;
        font-size: 14px;
        color: #212326; }
        @media (max-width: 1024px) {
          .full-width-dropdown ul.mega-nav li a {
            font-size: 13px !important; } }
      .full-width-dropdown ul.mega-nav li a:hover {
        color: #d9915f; }
  .full-width-dropdown #stacks-column {
    width: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec; }

.dropdown-featured-image {
  position: absolute;
  top: 5px;
  right: 30px;
  height: 100%;
  width: 25%; }
  .dropdown-featured-image #meganav-image {
    background: url(//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/Stacks-Meganav-Feature.jpg?6391) no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .dropdown-featured-image #meganav-img-title-overlay {
    position: absolute;
    color: #fff;
    bottom: 50px;
    left: 20px;
    text-transform: none;
    letter-spacing: 0.4px;
    text-align: left;
    font-size: 22px;
    line-height: 1.1;
    font-family: "Futura Light", sans-serif; }
    .dropdown-featured-image #meganav-img-title-overlay span {
      font-size: 14px; }
  .dropdown-featured-image #meganav-img-txt-overlay {
    position: absolute;
    color: #fff;
    bottom: 14px;
    left: 20px;
    text-transform: none;
    letter-spacing: 0.4px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Futura Light", sans-serif; }
    .dropdown-featured-image #meganav-img-txt-overlay img {
      vertical-align: middle;
      width: 40px; }
    .dropdown-featured-image #meganav-img-txt-overlay span svg {
      fill: #fff !important;
      width: 23px;
      height: 15px;
      margin-top: 2px; }
    .dropdown-featured-image #meganav-img-txt-overlay #Mobile-Copy-2 {
      fill: #fff !important;
      stroke: #fff !important; }
  .dropdown-featured-image a {
    color: #212326; }

.full-width-dropdown .spacer {
  display: none; }
  @media (min-width: 1600px) {
    .full-width-dropdown .spacer {
      display: block; } }

@media (max-width: 1200px) {
  .full-width-dropdown .dropdown-featured-image {
    display: none; } }

.desktop-toggle:hover > .full-width-dropdown {
  visibility: visible;
  opacity: 1;
  display: block; }

.full-width-dropdown.closed {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important; }

.full-width-menu > .first {
  padding-right: 0 !important; }

.fixed-header-new .cart-summary-mobile a {
  font-size: 12px !important;
  font-family: "Futura Light", sans-serif !important;
  letter-spacing: 0.2em;
  color: white;
  text-transform: uppercase; }

.fixed-header-new .cart-summary a {
  font-size: 13px;
  padding: 0;
  height: 79px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: white;
  font-family: "Futura Light", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.25em; }
  @media (max-width: 1024px) {
    .fixed-header-new .cart-summary a {
      font-size: 13px; } }
  .fixed-header-new .cart-summary a:hover {
    color: white !important; }
    .fixed-header-new .cart-summary a:hover span {
      color: white !important; }

.fixed-header-new .cart-summary span {
  line-height: 17px;
  color: white !important; }
  .fixed-header-new .cart-summary span:hover {
    color: white !important; }

.fixed-header-new .search-box .search-form {
  font-size: 15px;
  background: none !important; }
  .fixed-header-new .search-box .search-form input {
    padding-right: 0 !important;
    height: auto !important; }

.fixed-header-new .search-box .search-form input[type="text"]:focus, .fixed-header-new .search-box .search-form input[type="text"] {
  font-size: 15px !important;
  margin: -2px 0 0 0;
  letter-spacing: 0.4px !important;
  padding: 3px 0;
  font-family: "Futura Light", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.25em; }

.fixed-header-new .search-box .search-form input[type="text"]:focus {
  text-align: left; }

.fixed-header-new ul.search-results {
  top: 35px !important;
  left: 0 !important;
  right: auto; }

.desktop-toggle:hover > .full-width-dropdown {
  visibility: visible;
  opacity: 1;
  display: block; }

/* Homepage */
/*-----Homepage Video-----*/
.video-hero {
  height: 100vh !important;
  margin-top: -115px;
  overflow: hidden;
  position: relative !important; }
  @media (max-width: 1040px) {
    .video-hero {
      margin-top: -78px; } }

.video-hero-gif {
  height: 100vh !important;
  overflow: hidden;
  position: relative !important; }
  @media (max-width: 1040px) {
    .video-hero-gif {
      margin-top: -78px; } }

@media (orientation: portrait) {
  .video-hero-gif .mobile {
    display: none; }
  .video-hero-gif .desktop {
    display: block; } }
  @media (orientation: portrait) and (max-width: 1024px) {
    .video-hero-gif .mobile {
      display: block; } }
  @media (orientation: portrait) and (max-width: 480px) {
    .video-hero-gif .mobile {
      display: block; } }

  @media (orientation: portrait) and (max-width: 1024px) {
    .video-hero-gif .desktop {
      display: none; } }

@media (orientation: landscape) {
  .video-hero-gif .mobile {
    display: none; }
  .video-hero-gif .desktop {
    display: block; } }
  @media (orientation: landscape) and (max-width: 1024px) {
    .video-hero-gif .mobile {
      max-height: 100%;
      display: none !important; } }
  @media (orientation: landscape) and (max-width: 880px) {
    .video-hero-gif .mobile {
      display: block !important; } }

  @media (orientation: landscape) and (max-width: 1024px) {
    .video-hero-gif .desktop {
      max-height: 100%;
      display: block !important; } }
  @media (orientation: landscape) and (max-width: 880px) {
    .video-hero-gif .desktop {
      display: none !important; } }

.video-hero-gif .desktop {
  display: block; }
  @media (max-width: 1024px) {
    .video-hero-gif .desktop {
      display: none; } }

.video-hero video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-width: none; }

.video-hero-gif img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none; }
  @media (max-width: 480px) {
    .video-hero-gif img {
      max-height: 100%;
      max-width: none; } }

.video-hero-ppage {
  overflow: hidden;
  position: relative !important;
  height: 250px; }
  @media (max-width: 600px) {
    .video-hero-ppage {
      height: 160px;
      margin: 40px 0; } }
  .video-hero-ppage .text-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; }
  .video-hero-ppage .text-overlay-wrap {
    width: 100%; }
    .video-hero-ppage .text-overlay-wrap h1 {
      margin: 0; }

.video-hero-ppage video, .video-hero-ppage .ppage-video-banner-img-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 600px) {
    .video-hero-ppage video, .video-hero-ppage .ppage-video-banner-img-wrap {
      height: 100%;
      width: auto;
      left: 50%;
      transform: translate(-50%, -50%); } }

.video-hero-ppage .ppage-video-banner-img-wrap img {
  max-width: none;
  height: 100%; }

.video-hero video {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.video-wrap {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 880px) {
    .video-wrap {
      display: none; } }

.video-wrap-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  @media (max-width: 880px) {
    .video-wrap-mobile {
      display: block; } }

.video-wrap video {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.video-wrap-mobile video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.home-video {
  position: relative;
  display: block;
  min-height: 600px;
  width: 100%; }
  @media (max-width: 1800px) {
    .home-video {
      min-height: 530px; } }
  @media (max-width: 1599px) {
    .home-video {
      min-height: 450px; } }
  @media (max-width: 1440px) {
    .home-video {
      min-height: 400px; } }
  @media (max-width: 1200px) {
    .home-video {
      min-height: 340px; } }
  @media (max-width: 1024px) {
    .home-video {
      min-height: 290px; } }
  @media (max-width: 960px) {
    .home-video {
      min-height: 250px; } }
  @media (max-width: 880px) {
    .home-video {
      min-height: 550px; } }
  @media (max-width: 720px) {
    .home-video {
      min-height: 500px; } }
  @media (max-width: 600px) {
    .home-video {
      min-height: 450px; } }
  @media (max-width: 480px) {
    .home-video {
      min-height: 350px; } }
  @media (max-width: 400px) {
    .home-video {
      min-height: 250px; } }
  @media (max-width: 374px) {
    .home-video {
      min-height: 250px; } }

#ppage-video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-right: 40px; }
  @media (max-width: 880px) {
    #ppage-video {
      padding: 10px 30px; } }
  @media (max-width: 640px) {
    #ppage-video {
      padding: 10px 20px; } }
  #ppage-video .ppage-video-wrap {
    display: block; }
    @media (max-width: 880px) {
      #ppage-video .ppage-video-wrap {
        display: none; } }
    #ppage-video .ppage-video-wrap video {
      width: 100%;
      height: auto; }
  #ppage-video .ppage-video-wrap-mobile {
    display: none; }
    @media (max-width: 880px) {
      #ppage-video .ppage-video-wrap-mobile {
        display: block; } }
    #ppage-video .ppage-video-wrap-mobile video {
      width: 100%;
      height: auto; }

.template-index {
  background-color: white; }
  .template-index iframe {
    display: block; }
  .template-index #content {
    margin-top: -80px; }
    @media (max-width: 880px) {
      .template-index #content {
        margin-top: -50px; } }
  @media (max-width: 1024px) {
    .template-index .basic-tenths .one-tenth {
      display: none; } }
  @media (max-width: 880px) {
    .template-index .basic-tenths .one-tenth {
      display: none; } }
  @media (max-width: 1024px) {
    .template-index .basic-tenths .two-tenths {
      display: none; } }
  @media (max-width: 880px) {
    .template-index .basic-tenths .two-tenths {
      display: none; } }
  @media (max-width: 1024px) {
    .template-index .basic-tenths .eight-tenths {
      width: 100%; } }
  @media (max-width: 880px) {
    .template-index .basic-tenths .eight-tenths {
      width: 100%; } }
  .template-index h1 {
    font-size: 28px;
    font-family: "Futura Light", sans-serif;
    line-height: 1.5; }
    @media (max-width: 880px) {
      .template-index h1 {
        font-size: 22px; } }

.full-width-hero {
  width: 100%;
  position: relative; }
  @media (max-width: 1024px) {
    .full-width-hero {
      padding: 0 !important; } }
  .full-width-hero .text-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; }
    .full-width-hero .text-overlay .container, .full-width-hero .text-overlay .container-wide {
      position: relative;
      height: 100%;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex-direction: column; }

.template-index .text-overlay, .template-collection .text-overlay, .basic-page-w-header .text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap; }
  .template-index .text-overlay .text-overlay-wrap, .template-collection .text-overlay .text-overlay-wrap, .basic-page-w-header .text-overlay .text-overlay-wrap {
    width: 100%; }
  .template-index .text-overlay h1, .template-collection .text-overlay h1, .basic-page-w-header .text-overlay h1 {
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0 0 20px; }
    .template-index .text-overlay h1 .superscript, .template-collection .text-overlay h1 .superscript, .basic-page-w-header .text-overlay h1 .superscript {
      font-size: 18px;
      font-family: "Futura Light", sans-serif; }
  .template-index .text-overlay p, .template-collection .text-overlay p, .basic-page-w-header .text-overlay p {
    color: #fff; }
    @media (max-width: 880px) {
      .template-index .text-overlay p, .template-collection .text-overlay p, .basic-page-w-header .text-overlay p {
        font-size: 18px; } }
  .template-index .text-overlay .button.outline.light-button, .template-collection .text-overlay .button.outline.light-button, .basic-page-w-header .text-overlay .button.outline.light-button {
    margin: 0 auto;
    height: 38px;
    line-height: 38px; }
  .template-index .text-overlay img, .template-collection .text-overlay img, .basic-page-w-header .text-overlay img {
    max-width: 680px; }

.template-index .hero .text-overlay {
  background: #212326;
  background: linear-gradient(0deg, rgba(33, 35, 38, 0) 0%, rgba(33, 35, 38, 0.4136) 81%, rgba(33, 35, 38, 0.84217) 100%); }

.template-index .video-hero .text-overlay p {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px; }
  @media (max-width: 880px) {
    .template-index .video-hero .text-overlay p {
      font-size: 18px; } }

@media (max-width: 880px) {
  .self-care a.button {
    float: left !important;
    margin-top: 30px; } }

.shops {
  text-align: center; }
  .shops .container-wide {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .shops a#shops-img {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-bottom: 30px; }
  .shops h2 {
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 880px) {
      .shops h2 {
        margin-bottom: 15px; } }
  .shops p {
    margin-bottom: 24px;
    float: left;
    width: 100%; }
    @media (max-width: 960px) {
      .shops p {
        padding: 0 30px; } }
    @media (max-width: 640px) {
      .shops p {
        padding: 0 20px; } }
  .shops img {
    float: left;
    width: 100%;
    min-width: 100%; }
  .shops a.button {
    display: inline-block;
    margin: 0 auto; }

.social .grid--full:first-of-type {
  margin-bottom: 40px; }
  @media (max-width: 880px) {
    .social .grid--full:first-of-type {
      margin-bottom: 30px; } }
.social img {
  float: left; }

#chevron-down {
  position: absolute;
  width: 36px;
  bottom: 25px;
  margin-left: -18px;
  left: 50%; }

@media (max-width: 880px) {
  .table-undo-mobile .display-table, .table-undo-mobile .display-table-cell {
    width: 100% !important;
    display: block !important; } }

/* Visit Us Page */
#visit-us .faq-header {
  padding-bottom: 0; }
#visit-us .location-section-wrap {
  padding: 60px 0;
  border-top: 1px solid rgba(45, 40, 47, 0.2); }
  #visit-us .location-section-wrap:first-of-type {
    border: none; }
  #visit-us .location-section-wrap .location-image {
    padding-right: 50px; }
    @media (max-width: 880px) {
      #visit-us .location-section-wrap .location-image {
        padding-right: 40px; } }
    @media (max-width: 767px) {
      #visit-us .location-section-wrap .location-image {
        padding-right: 0; } }
#visit-us .location-text-wrap {
  font-size: 14px;
  padding-left: 70px; }
  @media (max-width: 1024px) {
    #visit-us .location-text-wrap {
      padding-left: 40px; } }
  @media (max-width: 880px) {
    #visit-us .location-text-wrap {
      padding-left: 0; } }
  #visit-us .location-text-wrap h2 {
    margin-bottom: 15px; }
    @media (max-width: 880px) {
      #visit-us .location-text-wrap h2 {
        margin: 30px 0 15px; } }
  #visit-us .location-text-wrap h4 {
    margin-bottom: 5px; }
  #visit-us .location-text-wrap .postmates-button {
    width: 150px;
    float: left;
    clear: both;
    margin-right: 15px; }
    @media (max-width: 1024px) {
      #visit-us .location-text-wrap .postmates-button {
        width: 140px; } }
    @media (max-width: 880px) {
      #visit-us .location-text-wrap .postmates-button {
        width: 140px; } }
    @media (max-width: 480px) {
      #visit-us .location-text-wrap .postmates-button {
        width: 130px; } }
  #visit-us .location-text-wrap .caviar-button {
    width: 150px;
    float: left; }
    @media (max-width: 1024px) {
      #visit-us .location-text-wrap .caviar-button {
        width: 140px; } }
    @media (max-width: 880px) {
      #visit-us .location-text-wrap .caviar-button {
        width: 140px; } }
    @media (max-width: 480px) {
      #visit-us .location-text-wrap .caviar-button {
        width: 130px; } }
  #visit-us .location-text-wrap a {
    text-decoration: underline; }
@media (max-width: 767px) {
  #visit-us .display-table, #visit-us .display-table-cell {
    width: 100% !important;
    display: block !important; } }

.visit-us-menu {
  font-size: 0;
  border-bottom: 1px solid rgba(45, 40, 47, 0.2);
  padding: 50px 0; }
  .visit-us-menu h2 {
    text-align: center;
    width: 100%;
    margin: 0 0 25px 0; }
  .visit-us-menu p {
    display: inline-block;
    vertical-align: middle;
    width: 33.3%;
    padding: 0 10px;
    text-align: center;
    color: #212326;
    margin: 0; }
    @media (max-width: 880px) {
      .visit-us-menu p {
        width: 100%;
        padding-bottom: 30px; } }
    .visit-us-menu p a {
      letter-spacing: 1px;
      text-decoration: underline; }
    .visit-us-menu p:last-of-type {
      padding-bottom: 0; }

.visit-us-note {
  padding: 35px 0; }
  .visit-us-note p {
    text-align: center;
    margin: 0; }
    .visit-us-note p a {
      text-decoration: underline; }

#orders-and-shipping .faq-header, #visit-us .faq-header, #affiliates .faq-header {
  padding-bottom: 0;
  padding-top: 30px !important; }
  @media (max-width: 880px) {
    #orders-and-shipping .faq-header, #visit-us .faq-header, #affiliates .faq-header {
      padding-top: 0 !important; } }

.single-order-page {
  padding-top: 60px; }

/* CART */
#shop-more:hover {
  color: #212326; }

#update-cart {
  background: #212326;
  color: white;
  border: none;
  letter-spacing: 1px; }

#update-cart:hover {
  background: #212326;
  color: white; }

.quantity input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

.fa-angle-times::before {
  content: "\F105\F104";
  letter-spacing: -0.15em;
  position: absolute;
  right: 3px; }

.mobile-view-hidden .wrapper {
  display: inline-block;
  white-space: nowrap; }

.mobile-view-hidden .block {
  margin: 5px 2px;
  display: inline-block;
  white-space: normal;
  vertical-align: middle; }

.desktop-subtotal > td {
  padding-top: 45px !important;
  padding-bottom: 60px !important; }

.whole-width-line {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  border-top: 1px solid #212326;
  height: 20px; }

select::-ms-expand {
  display: none; }

.template-cart #launcher {
  display: none !important; }
.template-cart .cart-count {
  pointer-events: none; }

#sca_fg_cart {
  padding-top: 80px; }
  #sca_fg_cart .page-header {
    float: left;
    width: 60%;
    padding-top: 0; }
    @media (max-width: 1024px) {
      #sca_fg_cart .page-header {
        width: 50%; } }
    @media (max-width: 880px) {
      #sca_fg_cart .page-header {
        width: 40%; } }
    @media (max-width: 640px) {
      #sca_fg_cart .page-header {
        width: 100%; } }
  #sca_fg_cart h1.majortitle {
    text-align: left;
    margin-bottom: 0; }
    @media (max-width: 880px) {
      #sca_fg_cart h1.majortitle {
        font-size: 28px !important; } }
    @media (max-width: 640px) {
      #sca_fg_cart h1.majortitle {
        text-align: center; } }
    @media (max-width: 480px) {
      #sca_fg_cart h1.majortitle {
        font-size: 26px !important; } }

.empty-cart {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 50px; }
  .empty-cart a.button {
    line-height: 35px;
    height: 35px;
    color: white !important;
    letter-spacing: .05em;
    border: none !important;
    background: #212326 !important; }
    .empty-cart a.button:hover {
      background: #212326 !important;
      color: white !important;
      border: none !important; }

#sca_fg_cart #nudge-offer.multi:after {
  content: "";
  display: table;
  clear: both; }

#sca_fg_cart #cartform {
  text-align: center;
  float: left;
  width: 100%; }

#ajax-cart-form #nudge-offer.multi.hidden {
  display: none !important; }

#cartform .divider {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2e2930; }
#cartform .item-list {
  width: 100%;
  margin: 10px 0 0; }

#cartform .item {
  list-style: none;
  border-top: 1px solid #2e2930;
  padding: 10px 0;
  width: 100%; }
  #cartform .item .remove-button {
    text-align: right;
    padding-right: 0;
    width: 25px;
    max-width: 25px;
    position: relative; }
    @media (max-width: 480px) {
      #cartform .item .remove-button {
        width: 20px;
        max-width: 20px;
        padding-left: 0; } }
    #cartform .item .remove-button a.remove {
      display: inline-block;
      padding: 0;
      background: url(//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/close-bg-dark-cart.png?v=8508467207656750819) no-repeat center;
      width: 9px;
      height: 9px;
      background-size: 9px 9px; }
      #cartform .item .remove-button a.remove:hover {
        background: url(//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/close-bg-dark-cart.png?v=8508467207656750819) no-repeat center;
        width: 9px;
        height: 9px;
        background-size: 9px 9px; }
  #cartform .item .image {
    max-width: 100px;
    width: 100px;
    height: 100px;
    padding-left: 0; }
    #cartform .item .image a {
      display: block;
      width: 100%;
      height: auto;
      vertical-align: middle; }
    @media (max-width: 640px) {
      #cartform .item .image {
        max-width: 90px;
        width: 90px;
        height: 90px; } }
    @media (max-width: 480px) {
      #cartform .item .image {
        max-width: 65px;
        width: 65px;
        height: 65px;
        min-width: 65px;
        min-height: 65px; } }
    @media (max-width: 320px) {
      #cartform .item .image {
        display: none; } }
    #cartform .item .image img {
      display: block;
      width: 100%;
      height: auto; }
  #cartform .item .desc {
    overflow: hidden;
    line-height: 1.4;
    padding-left: 15px;
    font-size: 16px;
    text-align: left; }
    #cartform .item .desc .name {
      display: block;
      font-size: 16px;
      font-family: "Futura", sans-serif;
      text-transform: uppercase;
      font-size: 15px;
      letter-spacing: 0.1em; }
      @media (max-width: 480px) {
        #cartform .item .desc .name {
          font-size: 14px; } }
    @media (max-width: 480px) {
      #cartform .item .desc {
        padding-left: 0;
        font-size: 13px; } }
    @media (max-width: 320px) {
      #cartform .item .desc {
        padding-left: 0;
        font-size: 12px; } }
  #cartform .item .item-price {
    width: 180px;
    text-align: left;
    padding-right: 25px;
    font-size: 16px;
    line-height: 1.4; }
    @media (max-width: 480px) {
      #cartform .item .item-price {
        padding-right: 0;
        padding-left: 0;
        width: 85px !important;
        max-width: 85px !important;
        min-width: 85px !important;
        font-size: 14px; } }
    #cartform .item .item-price span {
      display: inline-block; }
    #cartform .item .item-price .strikethrough {
      color: #A9A9A9;
      text-decoration: line-through;
      font-size: 14px;
      display: inline-block; }
      @media (max-width: 480px) {
        #cartform .item .item-price .strikethrough {
          font-size: 12px; } }
  #cartform .item .select-quantity {
    width: 150px;
    min-width: 150px;
    line-height: 1.4;
    text-align: left; }
    @media (max-width: 1024px) {
      #cartform .item .select-quantity {
        width: 150px;
        min-width: 150px; } }
    @media (max-width: 880px) {
      #cartform .item .select-quantity {
        width: 120px;
        min-width: 120px; } }
    @media (max-width: 480px) {
      #cartform .item .select-quantity {
        padding-right: 0;
        width: 85px !important;
        min-width: 85px !important; } }
    #cartform .item .select-quantity input {
      max-width: 50px;
      text-align: center;
      box-shadow: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      border: 1px solid #ececec;
      background: #fff;
      line-height: 45px;
      height: 45px;
      padding: 0 6px 0 8px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      max-width: 55px; }
      @media (max-width: 320px) {
        #cartform .item .select-quantity input {
          max-width: 45px; } }
    #cartform .item .select-quantity select {
      float: left;
      display: block;
      background: white url("down-arrow-2020.png") no-repeat;
      background-position: 90% center;
      background-size: 10px 10px;
      padding: 0 20px 0 10px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      font-size: 16px;
      text-align: center;
      margin: 0;
      vertical-align: middle;
      height: 45px;
      line-height: 45px;
      -webkit-appearance: none;
      /* Remove style Chrome */
      -moz-appearance: none;
      /* Remove style FireFox */
      appearance: none;
      /* Remove style FireFox*/ }
    #cartform .item .select-quantity label {
      float: left;
      display: block;
      height: 45px;
      line-height: 45px;
      margin-right: 5px; }
      @media (max-width: 480px) {
        #cartform .item .select-quantity label {
          display: none; } }
  #cartform .item .line-total {
    text-align: right; }

.cart-subtotal-label {
  text-align: right !important; }
  @media (max-width: 880px) {
    .cart-subtotal-label {
      width: 50% !important; } }

.quantity .cart-item-discount {
  font-size: 13px;
  font-style: italic;
  color: #d9915f; }
  @media (max-width: 480px) {
    .quantity .cart-item-discount {
      font-size: 12px; } }

#cartform td {
  vertical-align: middle;
  padding: 10px; }

#cartform .item:first-child {
  border-top: 1px solid #2e2930; }

#cartform .checkout-note textarea {
  width: 370px;
  max-width: 90%;
  margin-top: 10px; }

@media (max-width: 480px) {
  #cartform #div_subtotal {
    padding-top: 20px !important; } }
@media (max-width: 880px) {
  #cartform #div_subtotal .subtotals-notes {
    display: block;
    width: 100%;
    float: left; } }
#cartform #div_subtotal .subtotals-notes .display-table-cell {
  vertical-align: top;
  text-align: left; }
  @media (max-width: 880px) {
    #cartform #div_subtotal .subtotals-notes .display-table-cell {
      display: block;
      width: 100%;
      float: left; } }
#cartform #div_subtotal .subtotals-notes .cart-total-prices {
  text-align: left;
  width: 355px !important;
  padding-left: 10px; }
  @media (max-width: 880px) {
    #cartform #div_subtotal .subtotals-notes .cart-total-prices {
      padding: 0;
      width: 50% !important; } }
#cartform #div_subtotal .subtotals-notes .saso-cart-original-total {
  font-size: 20px;
  font-family: "Futura", sans-serif; }
  @media (max-width: 1024px) {
    #cartform #div_subtotal .subtotals-notes .saso-cart-original-total {
      font-size: 18px; } }
  @media (max-width: 880px) {
    #cartform #div_subtotal .subtotals-notes .saso-cart-original-total {
      font-size: 18px; } }
#cartform #div_subtotal .subtotals-notes .saso-cart-discounted-total {
  font-size: 20px;
  font-family: "Futura", sans-serif; }
  @media (max-width: 1024px) {
    #cartform #div_subtotal .subtotals-notes .saso-cart-discounted-total {
      font-size: 18px; } }
  @media (max-width: 880px) {
    #cartform #div_subtotal .subtotals-notes .saso-cart-discounted-total {
      font-size: 16px; } }

.display-table-cell.desktop {
  display: table-cell; }
  @media (max-width: 880px) {
    .display-table-cell.desktop {
      display: none !important; } }

.saso-cart-original-total.strikethrough {
  font-family: 'Basis Medium', sans-serif !important;
  color: #a9a9a9;
  text-decoration: line-through;
  font-size: 16px !important; }
  @media (max-width: 880px) {
    .saso-cart-original-total.strikethrough {
      font-size: 14px !important; } }

.cart-note-bottom {
  font-size: 12px;
  text-align: left;
  line-height: 1.3;
  margin: 0; }
  @media (max-width: 880px) {
    .cart-note-bottom {
      text-align: center;
      margin-top: 8px; } }
  .cart-note-bottom span {
    font-family: 'Basis Bold', sans-serif;
    padding: 8px 0 5px;
    display: inline-block; }

#cartform .fixed-checkout-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 6;
  padding: 40px 0;
  border-top: 1px solid #212326; }
  @media (max-width: 880px) {
    #cartform .fixed-checkout-bottom {
      padding: 35px 0; } }
  @media (max-width: 480px) {
    #cartform .fixed-checkout-bottom {
      padding: 25px 0; } }
  @media (max-width: 880px) {
    #cartform .fixed-checkout-bottom #update-cart {
      float: none;
      text-align: center; } }
  @media (max-width: 400px) {
    #cartform .fixed-checkout-bottom #update-cart {
      width: 100%; } }
  #cartform .fixed-checkout-bottom .medium--one-whole {
    display: block; }
  #cartform .fixed-checkout-bottom .display-table {
    vertical-align: middle; }
    #cartform .fixed-checkout-bottom .display-table:first-of-type {
      width: 30%;
      float: right; }
      @media (max-width: 880px) {
        #cartform .fixed-checkout-bottom .display-table:first-of-type {
          margin-bottom: 20px; } }
    #cartform .fixed-checkout-bottom .display-table:last-of-type {
      float: left;
      width: 100%; }
    @media (max-width: 880px) {
      #cartform .fixed-checkout-bottom .display-table {
        width: 100% !important;
        display: block; } }
  @media (max-width: 880px) {
    #cartform .fixed-checkout-bottom .display-table-cell {
      width: 100%;
      display: block; } }

#additional-checkout-buttons input {
  background: none;
  border: none;
  height: auto; }

#cartform #shipping-calculator .inputrow {
  float: left;
  clear: none;
  width: 20%;
  padding: 0 30px 20px 0; }
  #cartform #shipping-calculator .inputrow label {
    display: block;
    float: none;
    margin: 0 0 10px 0; }

#cartform #shipping-calculator .inputrow.ziprow {
  width: auto;
  overflow: hidden;
  padding-right: 0; }
  #cartform #shipping-calculator .inputrow.ziprow input {
    width: auto; }

#cartform #shipping-calculator .inputrow.ziprow #address_zip {
  width: 120px;
  margin-right: 20px; }

#cartform #shipping-calculator #wrapper-response {
  padding: 20px 0;
  clear: both; }

#free_shipping_alert p {
  text-align: left;
  margin-bottom: 12px; }
  @media (max-width: 880px) {
    #free_shipping_alert p {
      text-align: center;
      font-size: 15px; } }
  @media (max-width: 480px) {
    #free_shipping_alert p {
      font-size: 14px; } }
  @media (max-width: 320px) {
    #free_shipping_alert p {
      font-size: 12px; } }

.free-shipping-success {
  margin-bottom: 0 !important;
  /*margin-top: 12px;*/
  margin-top: 0; }
  @media (max-width: 880px) {
    .free-shipping-success {
      margin-top: 0; } }

.ui-widget-header {
  border: none;
  background: #212326; }

.ui-widget-header a {
  color: #ffffff; }

.ui-progressbar {
  height: 20px;
  text-align: left;
  overflow: hidden;
  border: 1px solid #212326; }

.ui-progressbar .ui-progressbar-value {
  float: left;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: #fff;
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

#progressbar {
  display: block;
  float: left;
  width: 390px; }
  @media (max-width: 880px) {
    #progressbar {
      float: none;
      margin: 0 auto;
      width: 350px; } }
  @media (max-width: 480px) {
    #progressbar {
      float: none;
      margin: 0 auto;
      width: 100%; } }

.spirit-dust-sample16746874185971 td.quantity label, .spirit-dust-sample16746874185971 td.quantity select {
  display: none !important; }

/* collection products */
.collection-title {
  padding: 40px 30px 30px; }
  @media (max-width: 640px) {
    .collection-title {
      padding: 40px 20px 30px; } }

.collection-subhead {
  padding: 0 30px 30px;
  max-width: 600px; }
  @media (max-width: 640px) {
    .collection-subhead {
      padding: 0 20px 30px;
      max-width: 450px; } }

.collection-listing {
  line-height: 0;
  padding: 40px 30px 60px;
  text-align: center;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: min-content;
  grid-column-gap: 30px;
  grid-row-gap: 40px; }
  @media (max-width: 960px) {
    .collection-listing {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 640px) {
    .collection-listing {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 20px;
      padding: 20px 20px 40px; } }
  .collection-listing .product-block {
    position: relative;
    text-align: center; }
    .collection-listing .product-block .block-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      height: 100%;
      min-height: 100%;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .collection-listing .product-block .image-cont {
      padding-bottom: 0;
      opacity: 0;
      width: 100%; }
      .collection-listing .product-block .image-cont a, .collection-listing .product-block .image-cont .image-link, .collection-listing .product-block .image-cont .price {
        display: block; }
      .collection-listing .product-block .image-cont img {
        height: auto;
        width: 100%;
        padding: 0 7%; }
      .collection-listing .product-block .image-cont .title {
        margin-top: 15px;
        padding: 0;
        position: relative;
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-family: "Futura", sans-serif; }
        @media (max-width: 880px) {
          .collection-listing .product-block .image-cont .title {
            line-height: 20px !important;
            font-size: 14px; } }
    .collection-listing .product-block .hover-info {
      display: block; }
    .collection-listing .product-block p {
      margin-bottom: 0;
      text-transform: none !important;
      font-size: 13px;
      line-height: 1.5; }
  .collection-listing .purchase-overlay {
    opacity: 0;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 55px;
    z-index: 9000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 880px) {
      .collection-listing .purchase-overlay {
        position: relative;
        height: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        width: 100%;
        opacity: 1; } }
    .collection-listing .purchase-overlay .overlay-collection-purchase-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      flex-direction: column;
      height: 100%; }
      .collection-listing .purchase-overlay .overlay-collection-purchase-wrap .add-to-cart-collection {
        background-color: #fff !important;
        text-align: center;
        margin: 0 auto; }
        .collection-listing .purchase-overlay .overlay-collection-purchase-wrap .add-to-cart-collection:hover {
          background-color: #edeadd !important; }
      .collection-listing .purchase-overlay .overlay-collection-purchase-wrap form {
        margin: 0 auto;
        text-align: center;
        width: 100%; }
  .collection-listing .item {
    cursor: pointer; }
  .collection-listing .item:hover .purchase-overlay {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .collection-listing .item:hover .title {
    color: #212326 !important; }

.collection-listing .product-block .image-cont .title, .collection-listing .product-block .image-cont a:hover .title {
  color: #212326 !important; }

#shopify-section-featured-collection {
  position: relative; }

.carousel-products, .rewards-carousel {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  @media (max-width: 880px) {
    .carousel-products, .rewards-carousel {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%; } }
  .carousel-products ::-webkit-scrollbar-track, .rewards-carousel ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: white; }
  .carousel-products ::-webkit-scrollbar, .rewards-carousel ::-webkit-scrollbar {
    display: none !important;
    width: 3px;
    height: 3px !important;
    background-color: white; }
  .carousel-products ::-webkit-scrollbar-thumb, .rewards-carousel ::-webkit-scrollbar-thumb {
    background-color: white;
    border: none;
    border-radius: 10px; }
  .carousel-products .product-block, .rewards-carousel .product-block {
    position: relative;
    text-align: center;
    height: 100%; }
    .carousel-products .product-block .block-inner, .rewards-carousel .product-block .block-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
      flex-direction: column;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .carousel-products .product-block .image-cont, .rewards-carousel .product-block .image-cont {
      padding-bottom: 0;
      width: 100%;
      display: flex;
      flex-direction: column; }
      .carousel-products .product-block .image-cont a, .carousel-products .product-block .image-cont .image-link, .carousel-products .product-block .image-cont .price, .rewards-carousel .product-block .image-cont a, .rewards-carousel .product-block .image-cont .image-link, .rewards-carousel .product-block .image-cont .price {
        display: block; }
      .carousel-products .product-block .image-cont img, .rewards-carousel .product-block .image-cont img {
        height: auto;
        width: 100%;
        padding: 0 50px; }
        @media (max-width: 880px) {
          .carousel-products .product-block .image-cont img, .rewards-carousel .product-block .image-cont img {
            padding: 0; } }
      .carousel-products .product-block .image-cont img.mobile, .rewards-carousel .product-block .image-cont img.mobile {
        display: none !important; }
        @media (max-width: 880px) {
          .carousel-products .product-block .image-cont img.mobile, .rewards-carousel .product-block .image-cont img.mobile {
            display: inline-block !important;
            width: 80%; } }
      .carousel-products .product-block .image-cont img.desktop, .rewards-carousel .product-block .image-cont img.desktop {
        display: block !important; }
        @media (max-width: 880px) {
          .carousel-products .product-block .image-cont img.desktop, .rewards-carousel .product-block .image-cont img.desktop {
            display: none !important; } }
  .carousel-products input[type="submit"], .rewards-carousel input[type="submit"] {
    display: block; }
    @media (max-width: 880px) {
      .carousel-products input[type="submit"], .rewards-carousel input[type="submit"] {
        padding: 0; } }
  .carousel-products form, .rewards-carousel form {
    display: flex;
    align-self: center; }
  .carousel-products .title, .rewards-carousel .title {
    padding: 0;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Futura", sans-serif;
    margin-top: 10px; }
    @media (max-width: 880px) {
      .carousel-products .title, .rewards-carousel .title {
        line-height: 1.3 !important;
        font-size: 14px; } }
    @media (max-width: 480px) {
      .carousel-products .title, .rewards-carousel .title {
        max-width: 160px;
        margin: 10px auto 0;
        min-height: 40px;
        font-size: 13px; } }
  .carousel-products .item, .rewards-carousel .item {
    cursor: pointer;
    padding: 0;
    position: relative; }
  .carousel-products .item:hover .purchase-overlay, .rewards-carousel .item:hover .purchase-overlay {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .carousel-products .item:hover .title, .rewards-carousel .item:hover .title {
    color: #212326 !important; }
  .carousel-products .slick-slide, .rewards-carousel .slick-slide {
    min-height: 100%; }
  .carousel-products .slick-prev, .carousel-products .slick-next, .rewards-carousel .slick-prev, .rewards-carousel .slick-next {
    min-width: 0;
    border: none;
    z-index: 9001; }
  .carousel-products .slick-next, .rewards-carousel .slick-next {
    right: 0; }
    @media (max-width: 640px) {
      .carousel-products .slick-next, .rewards-carousel .slick-next {
        right: -10px; } }
  .carousel-products .slick-prev, .rewards-carousel .slick-prev {
    left: 0; }
    @media (max-width: 640px) {
      .carousel-products .slick-prev, .rewards-carousel .slick-prev {
        left: -10px; } }
  .carousel-products .slick-next:before, .rewards-carousel .slick-next:before {
    background: url(//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/right-arrow.svg?v=1788996158455422159) no-repeat center;
    width: 19px;
    height: 19px;
    content: "";
    display: inline-block; }
    @media (max-width: 640px) {
      .carousel-products .slick-next:before, .rewards-carousel .slick-next:before {
        width: 15px;
        height: 15px; } }
  .carousel-products .slick-next:after, .rewards-carousel .slick-next:after {
    display: none; }
  .carousel-products .slick-prev:before, .rewards-carousel .slick-prev:before {
    background: url(//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/left-arrow.svg?v=1626498503958159797) no-repeat center;
    width: 19px;
    height: 19px;
    content: "";
    display: inline-block; }
    @media (max-width: 640px) {
      .carousel-products .slick-prev:before, .rewards-carousel .slick-prev:before {
        width: 15px;
        height: 15px; } }
  .carousel-products .slick-prev:after, .rewards-carousel .slick-prev:after {
    display: none; }
  .carousel-products .slick-prev.slick-disabled:before, .carousel-products .slick-next.slick-disabled:before, .rewards-carousel .slick-prev.slick-disabled:before, .rewards-carousel .slick-next.slick-disabled:before {
    opacity: 0; }

.carousel img {
  width: 100%; }
.carousel .text-overlay {
  background-color: rgba(0, 0, 0, 0.4); }
.carousel h1.large {
  font-size: 70px !important;
  letter-spacing: 0.1em !important;
  margin: 0; }
  @media (max-width: 880px) {
    .carousel h1.large {
      font-size: 34px !important; } }
.carousel p {
  font-size: 20px;
  font-family: "Gazette", serif;
  letter-spacing: 0.025em;
  font-weight: normal; }
  @media (max-width: 880px) {
    .carousel p {
      display: none; } }
.carousel .slick-slide {
  position: relative; }
.carousel .slick-prev, .carousel .slick-next {
  min-width: 0;
  border: none;
  z-index: 9001; }
.carousel .slick-next {
  right: 30px !important; }
  @media (max-width: 880px) {
    .carousel .slick-next {
      right: 20px !important; } }
.carousel .slick-prev {
  left: 30px !important; }
  @media (max-width: 880px) {
    .carousel .slick-prev {
      left: 20px !important; } }
.carousel .slick-next:before {
  background: url(//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/Chevron_Right_SubNav.svg?v=1470250908327659856) no-repeat center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block; }
.carousel .slick-next:after {
  display: none; }
.carousel .slick-prev:before {
  background: url(//cdn.shopify.com/s/files/1/1765/1209/t/7/assets/Chevron_Left_SubNav_wh.svg?v=14031578941662132669) no-repeat center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block; }
.carousel .slick-prev:after {
  display: none; }
.carousel .slick-prev.slick-disabled:before, .carousel .slick-next.slick-disabled:before {
  opacity: 0; }
@media (max-width: 880px) {
  .carousel .desktop {
    display: none !important; } }
@media (min-width: 881px) {
  .carousel .mobile {
    display: none !important; } }

.collection-carousel {
  padding-bottom: 60px; }
  @media (max-width: 880px) {
    .collection-carousel {
      padding-bottom: 20px; } }

.carousel-collection-title {
  padding: 80px 30px 0; }
  @media (max-width: 600px) {
    .carousel-collection-title {
      padding: 60px 20px 0; } }

.best-sellers-carousel-mobile {
  display: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  padding: 10px 20px 20px; }
  @media (max-width: 880px) {
    .best-sellers-carousel-mobile {
      display: flex; } }
  .best-sellers-carousel-mobile ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: white; }
  .best-sellers-carousel-mobile ::-webkit-scrollbar {
    display: none !important;
    height: 3px;
    width: 230px !important;
    background-color: white; }
  .best-sellers-carousel-mobile ::-webkit-scrollbar-thumb {
    background-color: white;
    border: none;
    border-radius: 10px; }
  .best-sellers-carousel-mobile img {
    min-width: 520px; }
    @media (max-width: 767px) {
      .best-sellers-carousel-mobile img {
        min-width: 430px; } }
    @media (max-width: 640px) {
      .best-sellers-carousel-mobile img {
        min-width: 350px; } }
    @media (max-width: 480px) {
      .best-sellers-carousel-mobile img {
        min-width: 260px; } }
    @media (max-width: 400px) {
      .best-sellers-carousel-mobile img {
        min-width: 230px; } }

.section-header h1 {
  text-transform: uppercase;
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .rewards-carousel-desktop {
    display: none !important; } }

.rewards-carousel-mobile {
  display: none; }
  @media (max-width: 767px) {
    .rewards-carousel-mobile {
      display: flex !important;
      -webkit-overflow-scrolling: touch;
      overflow-x: scroll;
      padding: 0; } }
  .rewards-carousel-mobile .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px; }
  .rewards-carousel-mobile img {
    min-width: 530px; }
    @media (max-width: 767px) {
      .rewards-carousel-mobile img {
        min-width: 430px; } }
    @media (max-width: 640px) {
      .rewards-carousel-mobile img {
        min-width: 350px; } }
    @media (max-width: 480px) {
      .rewards-carousel-mobile img {
        min-width: 260px; } }
    @media (max-width: 400px) {
      .rewards-carousel-mobile img {
        min-width: 230px; } }
  .rewards-carousel-mobile ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: white; }
  .rewards-carousel-mobile ::-webkit-scrollbar {
    display: none !important;
    height: 3px;
    width: 230px !important;
    background-color: white; }
  .rewards-carousel-mobile ::-webkit-scrollbar-thumb {
    background-color: white;
    border: none;
    border-radius: 10px; }

.template-collection .text-overlay, .basic-page-w-header .text-overlay {
  background-color: rgba(0, 0, 0, 0.4); }
.template-collection .full-width-hero, .basic-page-w-header .full-width-hero {
  max-height: 600px;
  overflow: hidden; }

@media (max-width: 880px) {
  .collection-listing .subscribe-hover-button {
    display: none; } }
.collection-listing .subscribe-hover-button .add-to-cart-collection {
  margin-bottom: 15px !important;
  letter-spacing: 0.4px;
  cursor: pointer; }
.collection-listing .subscribe-only-hover-button .add-to-cart-collection {
  margin-bottom: 0 !important; }

.collection-listing.shop-recipe {
  padding-top: 20px !important; }
  .collection-listing.shop-recipe p.price {
    margin-bottom: 20px; }

.no-js .product-block .image-cont {
  opacity: 1; }

.product-block .hover-info .price {
  display: block;
  padding: 0 0 15px;
  line-height: 1.5;
  font-size: 14px;
  color: #212326;
  margin: 0 auto;
  text-align: center; }
  .product-block .hover-info .price span.regular-price {
    line-height: 24px;
    font-size: 14px;
    color: #212326;
    margin: 0 auto;
    letter-spacing: 0.025em;
    display: inline-block; }
  .product-block .hover-info .price span.compare-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #A9A9A9;
    display: inline-block;
    margin-left: 1px;
    line-height: 24px; }

.product-block .title {
  text-align: center; }

.non-desktop {
  margin-bottom: 10px !important;
  display: block; }
  @media (max-width: 1024px) {
    .non-desktop {
      display: none; } }

.non-mobile {
  margin-bottom: 10px !important;
  display: none; }
  @media (max-width: 1024px) {
    .non-mobile {
      display: block; } }

.template-index .collection-listing-homepage {
  padding: 80px 30px 50px !important; }
  @media (max-width: 600px) {
    .template-index .collection-listing-homepage {
      padding: 50px 20px 30px !important; } }

.collection-listing .add-to-cart-collection, .collection-listing button.ajax-cart-trigger {
  letter-spacing: 0.1em !important;
  width: 150px;
  min-width: 0;
  padding: 0 15px !important;
  font-family: "Futura", sans-serif;
  font-size: 13px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #212326;
  background: #fff;
  border: 1px solid #212326;
  cursor: pointer; }
  .collection-listing .add-to-cart-collection:hover, .collection-listing button.ajax-cart-trigger:hover {
    background: #212326 !important;
    color: #fff !important; }
  @media (max-width: 880px) {
    .collection-listing .add-to-cart-collection, .collection-listing button.ajax-cart-trigger {
      box-shadow: none; } }
  @media (max-width: 480px) {
    .collection-listing .add-to-cart-collection, .collection-listing button.ajax-cart-trigger {
      width: 115px; } }
  @media (max-width: 320px) {
    .collection-listing .add-to-cart-collection, .collection-listing button.ajax-cart-trigger {
      width: 100px; } }

.powrLoaded iframe {
  height: auto !important; }

.add-to-cart-collection-oos:hover, .add-to-cart-collection-oos {
  text-transform: none;
  background: none;
  font-size: 13px;
  color: #212326;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 158px;
  padding: 0;
  margin-left: -79px;
  line-height: 38px;
  height: 38px;
  letter-spacing: 2px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }
  @media (max-width: 480px) {
    .add-to-cart-collection-oos:hover, .add-to-cart-collection-oos {
      letter-spacing: 1px;
      width: 150px; } }
  @media (max-width: 320px) {
    .add-to-cart-collection-oos:hover, .add-to-cart-collection-oos {
      width: 140px; } }

.banner-layout img {
  width: 100%; }

.multiple-collection-wrapper {
  position: relative;
  margin-top: 60px;
  max-width: 1200px;
  margin: 0 auto; }
  .multiple-collection-wrapper h4 {
    padding: 50px 30px 10px; }
    @media (max-width: 640px) {
      .multiple-collection-wrapper h4 {
        padding: 50px 20px 10px; } }
  @media (max-width: 880px) {
    .multiple-collection-wrapper {
      margin-top: 30px; } }
  @media (max-width: 480px) {
    .multiple-collection-wrapper {
      margin-top: 0; } }

#collection-variant-select {
  display: none; }

#paginate-next img {
  width: 30px;
  height: 30px; }

.anchor-jump {
  display: block;
  position: relative;
  top: -65px;
  visibility: hidden; }
  @media (max-width: 880px) {
    .anchor-jump {
      top: -25px; } }

/* Animations */
.reveal .hidden {
  display: block; }
  @media (max-width: 880px) {
    .reveal .hidden {
      display: none; } }

.product:hover .reveal img {
  opacity: 1; }

.reveal {
  position: relative;
  z-index: 2; }

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.reveal:hover .hidden {
  z-index: 100000;
  opacity: 1; }
  @media (max-width: 880px) {
    .reveal:hover .hidden {
      opacity: 0; } }

.hide-if-video {
  display: none !important; }

/* Story Page */
.story-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  @media (max-width: 880px) {
    .story-wrap {
      flex-wrap: wrap; } }
  .story-wrap:first-of-type {
    padding-top: 40px; }
    @media (max-width: 880px) {
      .story-wrap:first-of-type .story-image {
        order: 1;
        margin-bottom: 40px; } }
    @media (max-width: 880px) {
      .story-wrap:first-of-type .story-text {
        order: 2; } }

.story-image {
  width: 50%; }
  @media (max-width: 880px) {
    .story-image {
      width: 100%;
      margin-bottom: 40px; } }
  .story-image img {
    float: left;
    width: 100%; }

.story-text {
  width: 50%;
  text-align: left;
  padding: 0 5%; }
  @media (max-width: 880px) {
    .story-text {
      width: 100%;
      padding-left: 0; } }
  .story-text .signature {
    display: block;
    float: right; }

/* Process Page */
.process-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  @media (max-width: 880px) {
    .process-item-wrap {
      flex-wrap: wrap; } }

.process-item-wrap.right-img .process-item-txt {
  text-align: left;
  padding: 0 5%;
  width: 70%; }
  @media (max-width: 880px) {
    .process-item-wrap.right-img .process-item-txt {
      width: 100%;
      padding: 0;
      order: 2; } }
  .process-item-wrap.right-img .process-item-txt h4 {
    text-align: left !important;
    font-size: 20px;
    font-family: "Futura", sans-serif;
    letter-spacing: 0.2em; }
.process-item-wrap.right-img .process-item-img {
  width: 30%; }
  @media (max-width: 880px) {
    .process-item-wrap.right-img .process-item-img {
      width: 100%;
      padding: 0;
      order: 1;
      margin-bottom: 30px; } }
  .process-item-wrap.right-img .process-item-img img {
    width: 100%; }

.process-item-wrap.left-img .process-item-txt {
  text-align: left;
  padding: 0 5%;
  width: 70%; }
  @media (max-width: 880px) {
    .process-item-wrap.left-img .process-item-txt {
      width: 100%;
      padding: 0; } }
  .process-item-wrap.left-img .process-item-txt h4 {
    text-align: left !important;
    font-size: 20px;
    font-family: "Futura", sans-serif;
    letter-spacing: 0.2em; }
.process-item-wrap.left-img .process-item-img {
  width: 30%; }
  @media (max-width: 880px) {
    .process-item-wrap.left-img .process-item-img {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; } }
  .process-item-wrap.left-img .process-item-img img {
    width: 100%; }

.page-header-title {
  font-size: 54px;
  font-family: "Futura Light", sans-serif;
  letter-spacing: 0.1em !important;
  margin: 0 !important; }
  @media (max-width: 1040px) {
    .page-header-title {
      font-size: 40px; } }
  @media (max-width: 880px) {
    .page-header-title {
      font-size: 30px; } }

.rotator {
  position: relative;
  overflow: hidden;
  color: white;
  height: 400px; }
  @media (max-width: 1040px) {
    .rotator {
      height: 310px; } }
  @media (max-width: 960px) {
    .rotator {
      height: 280px; } }
  @media (max-width: 880px) {
    .rotator {
      height: 480px; } }
  @media (max-width: 720px) {
    .rotator {
      height: 460px; } }
  @media (max-width: 640px) {
    .rotator {
      height: 410px; } }
  @media (max-width: 600px) {
    .rotator {
      height: 370px; } }
  @media (max-width: 480px) {
    .rotator {
      height: 300px; } }
  @media (max-width: 400px) {
    .rotator {
      height: 260px; } }
  @media (max-width: 374px) {
    .rotator {
      height: 230px; } }
  @media (max-width: 320px) {
    .rotator {
      height: 200px; } }
  .rotator img {
    max-width: 500px; }
    @media (max-width: 1040px) {
      .rotator img {
        max-width: 440px; } }
    @media (max-width: 960px) {
      .rotator img {
        max-width: 400px; } }
    @media (max-width: 880px) {
      .rotator img {
        max-width: 100%; } }
  .rotator div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    display: block; }

.rotator > div {
  opacity: 0; }

.mini-slider {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 880px) {
    .mini-slider {
      flex-wrap: wrap; } }
  @media (max-width: 480px) {
    .mini-slider p {
      font-size: 16px; } }
  .mini-slider .mini-slider-text-wrap {
    text-align: left;
    padding: 0 0 0 5%;
    width: 50%; }
    @media (max-width: 880px) {
      .mini-slider .mini-slider-text-wrap {
        width: 100%;
        padding: 0;
        text-align: center; } }
  .mini-slider .rotator {
    width: 50%; }
    @media (max-width: 880px) {
      .mini-slider .rotator {
        width: 100%;
        padding: 0; } }

/*----Klaviyo-----*/
.klaviyo-button-container:hover, .klaviyo-button-container {
  color: #212326;
  top: auto !important;
  bottom: 0 !important;
  opacity: 1 !important;
  text-transform: none;
  background: none !important;
  font-size: 13px;
  color: #212326 !important;
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  min-height: 60px;
  letter-spacing: 2px;
  vertical-align: baseline;
  margin-left: auto !important; }

.klaviyo-variant-item-waitlist {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 130px; }

#search-form input[name="q"] {
  padding-bottom: 0;
  padding-top: 0;
  height: 48px; }

.collection-listing-redirect a {
  margin: 0 auto;
  display: inline-block; }

/* PRODUCT.LIQUID */
#main-product-detail, .main-product-detail {
  padding: 30px 30px 60px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    #main-product-detail, .main-product-detail {
      padding: 30px 20px 60px; } }
  @media (max-width: 880px) {
    #main-product-detail .container-wide, .main-product-detail .container-wide {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  #main-product-detail .gallery, .main-product-detail .gallery {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 47%;
    margin-right: 3%;
    position: relative;
    display: block; }
    @media (max-width: 1040px) {
      #main-product-detail .gallery, .main-product-detail .gallery {
        margin-right: 3%;
        width: 43%;
        padding-right: 0; } }
    @media (max-width: 880px) {
      #main-product-detail .gallery, .main-product-detail .gallery {
        display: none !important; } }
    #main-product-detail .gallery img, .main-product-detail .gallery img {
      max-width: 100%;
      height: auto;
      width: 100%;
      vertical-align: top; }
    #main-product-detail .gallery .main-image, .main-product-detail .gallery .main-image {
      margin: 0;
      text-align: center;
      position: relative;
      padding-left: 60px; }
      #main-product-detail .gallery .main-image iframe, .main-product-detail .gallery .main-image iframe {
        display: block; }
    #main-product-detail .gallery .thumbnail-wrap, .main-product-detail .gallery .thumbnail-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      padding: 0; }
      #main-product-detail .gallery .thumbnail-wrap .thumbnails, .main-product-detail .gallery .thumbnail-wrap .thumbnails {
        display: flex;
        flex-direction: column;
        height: 100%; }
        #main-product-detail .gallery .thumbnail-wrap .thumbnails a, .main-product-detail .gallery .thumbnail-wrap .thumbnails a {
          display: inline-block;
          text-align: center;
          margin: 7px 0; }
          @media (max-width: 1200px) {
            #main-product-detail .gallery .thumbnail-wrap .thumbnails a, .main-product-detail .gallery .thumbnail-wrap .thumbnails a {
              margin: 5px 0; } }
          #main-product-detail .gallery .thumbnail-wrap .thumbnails a.hidden, .main-product-detail .gallery .thumbnail-wrap .thumbnails a.hidden {
            display: none; }
        #main-product-detail .gallery .thumbnail-wrap .thumbnails img, .main-product-detail .gallery .thumbnail-wrap .thumbnails img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          max-width: 55px;
          border: 1px solid #ececec; }
          @media (max-width: 1200px) {
            #main-product-detail .gallery .thumbnail-wrap .thumbnails img, .main-product-detail .gallery .thumbnail-wrap .thumbnails img {
              max-width: 40px; } }
  #main-product-detail .mobile-gallery, .main-product-detail .mobile-gallery {
    position: relative;
    display: none; }
    @media (max-width: 880px) {
      #main-product-detail .mobile-gallery, .main-product-detail .mobile-gallery {
        display: block; } }
    #main-product-detail .mobile-gallery .ppage-gallery-mobile, .main-product-detail .mobile-gallery .ppage-gallery-mobile {
      position: relative; }
      @media (max-width: 880px) {
        #main-product-detail .mobile-gallery .ppage-gallery-mobile, .main-product-detail .mobile-gallery .ppage-gallery-mobile {
          margin-bottom: 15px; } }
      #main-product-detail .mobile-gallery .ppage-gallery-mobile .glide__slides, .main-product-detail .mobile-gallery .ppage-gallery-mobile .glide__slides {
        margin-top: 0 !important; }
      #main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-prev, .main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-prev {
        display: block;
        top: 49%;
        z-index: 101;
        position: absolute;
        left: 15px; }
        #main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-prev img, .main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-prev img {
          width: 15px !important; }
      #main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-next, .main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-next {
        position: absolute;
        display: block;
        z-index: 101;
        top: 49%;
        right: 15px; }
        #main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-next img, .main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-next img {
          width: 15px !important; }
      #main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-slideshow, .main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-slideshow {
        width: 100%; }
        #main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-slideshow img, #main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-slideshow .cycle-slide, .main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-slideshow img, .main-product-detail .mobile-gallery .ppage-gallery-mobile .cycle-slideshow .cycle-slide {
          width: auto;
          height: auto;
          text-align: center; }
    #main-product-detail .mobile-gallery img, .main-product-detail .mobile-gallery img {
      width: 100%; }
  #main-product-detail .detail, .main-product-detail .detail {
    text-align: left;
    position: relative;
    float: left;
    width: 50%;
    max-width: 650px;
    margin-top: 60px; }
    @media (max-width: 1040px) {
      #main-product-detail .detail, .main-product-detail .detail {
        width: 54%; } }
    @media (max-width: 880px) {
      #main-product-detail .detail, .main-product-detail .detail {
        float: left;
        width: 100%;
        padding: 0;
        text-align: center;
        max-width: 100%;
        margin-top: 0px; } }
    #main-product-detail .detail h4, .main-product-detail .detail h4 {
      float: left;
      width: 100%;
      margin: 0;
      font-family: "Futura", sans-serif;
      letter-spacing: 0.5px !important;
      text-transform: lowercase !important;
      text-transform: capitalize !important;
      text-align: left; }
      @media (max-width: 880px) {
        #main-product-detail .detail h4, .main-product-detail .detail h4 {
          padding: 0 30px; } }
      @media (max-width: 640px) {
        #main-product-detail .detail h4, .main-product-detail .detail h4 {
          padding: 0 20px; } }
    #main-product-detail .detail h4.non-essential-article, .main-product-detail .detail h4.non-essential-article {
      text-transform: none !important; }
  #main-product-detail .product-inner-details, .main-product-detail .product-inner-details {
    padding: 0 0 15px;
    font-size: 0;
    width: 100%;
    float: left;
    width: 100%;
    position: relative; }
    @media (max-width: 880px) {
      #main-product-detail .product-inner-details, .main-product-detail .product-inner-details {
        padding: 0;
        text-align: center; } }
  #main-product-detail .product-form, .main-product-detail .product-form {
    float: left;
    width: 100%;
    text-align: left; }
    #main-product-detail .product-form form, .main-product-detail .product-form form {
      float: left;
      width: 100%;
      position: relative; }
  #main-product-detail .price-wrapper, .main-product-detail .price-wrapper {
    display: inline-block;
    font-size: 18px;
    font-family: "Gazette", serif !important;
    float: left;
    clear: both;
    text-align: left;
    width: 100%; }
    @media (max-width: 880px) {
      #main-product-detail .price-wrapper, .main-product-detail .price-wrapper {
        margin-bottom: 15px !important; } }
    #main-product-detail .price-wrapper span.money, .main-product-detail .price-wrapper span.money {
      font-size: 18px;
      font-family: "Gazette", serif !important;
      color: #212326; }
    #main-product-detail .price-wrapper span, .main-product-detail .price-wrapper span {
      font-size: 18px !important;
      line-height: 23px;
      display: inline-block;
      color: #999999; }
      @media (max-width: 1024px) {
        #main-product-detail .price-wrapper span, .main-product-detail .price-wrapper span {
          font-size: 16px !important; } }
      @media (max-width: 880px) {
        #main-product-detail .price-wrapper span, .main-product-detail .price-wrapper span {
          font-size: 15px !important; } }
      @media (max-width: 320px) {
        #main-product-detail .price-wrapper span, .main-product-detail .price-wrapper span {
          font-size: 15px !important; } }
    #main-product-detail .price-wrapper .price-divider, .main-product-detail .price-wrapper .price-divider {
      font-size: 17px !important;
      margin-left: -4px;
      color: #212326 !important; }
      @media (max-width: 1599px) {
        #main-product-detail .price-wrapper .price-divider, .main-product-detail .price-wrapper .price-divider {
          font-size: 16px !important; } }
      @media (max-width: 1200px) {
        #main-product-detail .price-wrapper .price-divider, .main-product-detail .price-wrapper .price-divider {
          font-size: 15px !important; } }
    #main-product-detail .price-wrapper h4, .main-product-detail .price-wrapper h4 {
      margin: 0;
      line-height: 23px;
      color: #212326 !important; }
  #main-product-detail .compare-at-price, #main-product-detail .compare-at-price .money, .main-product-detail .compare-at-price, .main-product-detail .compare-at-price .money {
    text-decoration: line-through;
    font-size: 18px !important;
    color: #A9A9A9 !important;
    display: inline-block;
    margin-left: 0;
    line-height: 1.2 !important; }
    @media (max-width: 1200px) {
      #main-product-detail .compare-at-price, #main-product-detail .compare-at-price .money, .main-product-detail .compare-at-price, .main-product-detail .compare-at-price .money {
        font-size: 18px !important;
        line-height: 12px !important;
        margin-left: 7px; } }
    @media (max-width: 1024px) {
      #main-product-detail .compare-at-price, #main-product-detail .compare-at-price .money, .main-product-detail .compare-at-price, .main-product-detail .compare-at-price .money {
        font-size: 16px !important; } }
    @media (max-width: 880px) {
      #main-product-detail .compare-at-price, #main-product-detail .compare-at-price .money, .main-product-detail .compare-at-price, .main-product-detail .compare-at-price .money {
        font-size: 15px !important; } }
    @media (max-width: 480px) {
      #main-product-detail .compare-at-price, #main-product-detail .compare-at-price .money, .main-product-detail .compare-at-price, .main-product-detail .compare-at-price .money {
        font-size: 15px !important;
        margin-left: 4px; } }
  #main-product-detail .compare-exists, .main-product-detail .compare-exists {
    line-height: 23px !important;
    height: auto !important; }
    @media (max-width: 1200px) {
      #main-product-detail .compare-exists, .main-product-detail .compare-exists {
        line-height: 23px !important;
        height: 23px !important; } }
    #main-product-detail .compare-exists p, .main-product-detail .compare-exists p {
      line-height: 1.2 !important;
      font-size: 18px !important;
      margin: 0; }
      @media (max-width: 1200px) {
        #main-product-detail .compare-exists p, .main-product-detail .compare-exists p {
          line-height: 23px !important;
          font-size: 20px !important; } }
      @media (max-width: 480px) {
        #main-product-detail .compare-exists p, .main-product-detail .compare-exists p {
          font-size: 16px !important; } }
    #main-product-detail .compare-exists h4, .main-product-detail .compare-exists h4 {
      line-height: 1.2 !important; }
      @media (max-width: 1200px) {
        #main-product-detail .compare-exists h4, .main-product-detail .compare-exists h4 {
          line-height: 23px !important; } }
  #main-product-detail .was-price, .main-product-detail .was-price {
    color: #AEAEAE;
    font-size: 16px;
    vertical-align: top;
    font-size: 16px;
    margin-right: 15px;
    text-decoration: line-through; }
  #main-product-detail .title, .main-product-detail .title {
    padding: 0;
    letter-spacing: 0.05em;
    position: relative;
    text-align: left;
    line-height: 1.2;
    float: left;
    width: 100%;
    font-size: 26px;
    max-width: 450px;
    margin-bottom: 0;
    font-family: "Futura", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 880px) {
      #main-product-detail .title, .main-product-detail .title {
        font-size: 26px; } }
    @media (max-width: 480px) {
      #main-product-detail .title, .main-product-detail .title {
        font-size: 20px; } }
  #main-product-detail #product-variants, .main-product-detail #product-variants {
    float: left;
    text-align: left;
    margin-right: 10px; }
    @media (max-width: 600px) {
      #main-product-detail #product-variants, .main-product-detail #product-variants {
        margin-right: 4%; } }
    @media (max-width: 320px) {
      #main-product-detail #product-variants, .main-product-detail #product-variants {
        width: 100%;
        margin-bottom: 30px;
        text-align: center; } }
    #main-product-detail #product-variants .selector-wrapper, .main-product-detail #product-variants .selector-wrapper {
      height: 38px;
      line-height: 38px;
      margin: 0;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #main-product-detail #product-variants .selector-wrapper .single-option-selector, .main-product-detail #product-variants .selector-wrapper .single-option-selector {
        background: white url("down-arrow-2020.png") no-repeat;
        background-position: 90% center;
        background-size: 13px 13px;
        padding: 0 30px 0 10px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        font-size: 15px;
        margin: 0 !important;
        vertical-align: middle;
        border: 1px solid #212326 !important;
        font-family: "Futura", sans-serif !important;
        height: 100%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box; }
        @media (max-width: 600px) {
          #main-product-detail #product-variants .selector-wrapper .single-option-selector, .main-product-detail #product-variants .selector-wrapper .single-option-selector {
            font-size: 14px !important; } }
  #main-product-detail #related-products .title, .main-product-detail #related-products .title {
    font-size: 17px;
    text-align: center;
    line-height: 1.4; }
  #main-product-detail .qty-cta-wrap, .main-product-detail .qty-cta-wrap {
    float: left;
    width: 100%; }
    @media (max-width: 880px) {
      #main-product-detail .qty-cta-wrap, .main-product-detail .qty-cta-wrap {
        margin: 0 auto;
        float: none;
        width: 100%;
        display: flex;
        align-items: center; } }
  #main-product-detail .product-with-variants, .main-product-detail .product-with-variants {
    border: none; }
  #main-product-detail .qtydiv, .main-product-detail .qtydiv {
    float: left;
    display: inline-block;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 600px) {
      #main-product-detail .qtydiv, .main-product-detail .qtydiv {
        margin-right: 4%; } }
    #main-product-detail .qtydiv .qtybox, .main-product-detail .qtydiv .qtybox {
      border: 1px solid #212326 !important;
      background: #fff;
      line-height: 38px;
      height: 38px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
  #main-product-detail .qtydiv .btnqty, .main-product-detail .qtydiv .btnqty {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    font-size: 22px;
    padding: 0 8px;
    height: 100%;
    line-height: 38px; }
  #main-product-detail .qtydiv .btnqty.qtyminus, .main-product-detail .qtydiv .btnqty.qtyminus {
    margin-right: 8px; }
  #main-product-detail .qtydiv .btnqty.qtyplus, .main-product-detail .qtydiv .btnqty.qtyplus {
    margin-left: 8px; }
  #main-product-detail .qtydiv .quantity-input, .main-product-detail .qtydiv .quantity-input {
    border: none;
    padding: 0;
    text-align: center;
    width: 20px;
    outline: none;
    display: inline-block;
    font-family: "Futura", sans-serif;
    vertical-align: top;
    font-size: 14px;
    height: 100%; }
    @media (max-width: 600px) {
      #main-product-detail .qtydiv .quantity-input, .main-product-detail .qtydiv .quantity-input {
        width: 15px; } }
  #main-product-detail .description, .main-product-detail .description {
    margin: 0;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    margin: 0;
    border: none; }
    @media (max-width: 880px) {
      #main-product-detail .description, .main-product-detail .description {
        margin-top: 10px !important; } }
    #main-product-detail .description .product-detail-description, .main-product-detail .description .product-detail-description {
      float: left;
      width: 100%;
      display: none;
      min-height: 120px;
      margin-top: 5px; }
      @media (max-width: 880px) {
        #main-product-detail .description .product-detail-description, .main-product-detail .description .product-detail-description {
          min-height: auto; } }
      @media (max-width: 480px) {
        #main-product-detail .description .product-detail-description, .main-product-detail .description .product-detail-description {
          text-align: center; } }
    #main-product-detail .description h4.non-essential-article, .main-product-detail .description h4.non-essential-article {
      text-transform: none !important; }
    #main-product-detail .description p, .main-product-detail .description p {
      float: left;
      width: 100%;
      clear: both;
      color: #212326; }
      @media (max-width: 880px) {
        #main-product-detail .description p, .main-product-detail .description p {
          padding: 0; } }
      #main-product-detail .description p em, .main-product-detail .description p em {
        font-family: "Caslon Italic", serif;
        font-style: normal; }
    #main-product-detail .description h3, .main-product-detail .description h3 {
      float: left;
      width: 100%; }
      #main-product-detail .description h3 a, .main-product-detail .description h3 a {
        text-transform: lowercase !important; }
      @media (max-width: 880px) {
        #main-product-detail .description h3, .main-product-detail .description h3 {
          padding: 0 30px; } }
      @media (max-width: 640px) {
        #main-product-detail .description h3, .main-product-detail .description h3 {
          padding: 0 20px; } }
    #main-product-detail .description h4, .main-product-detail .description h4 {
      float: left;
      width: 100%;
      margin: 0;
      font-family: "Futura Light", sans-serif;
      letter-spacing: 0.5px !important;
      margin: 0;
      text-transform: lowercase !important;
      text-transform: capitalize !important; }
      @media (max-width: 880px) {
        #main-product-detail .description h4, .main-product-detail .description h4 {
          padding: 0 30px; } }
      @media (max-width: 640px) {
        #main-product-detail .description h4, .main-product-detail .description h4 {
          padding: 0 20px; } }
    #main-product-detail .description h6, .main-product-detail .description h6 {
      font-size: 11px;
      float: left;
      width: 100%;
      margin-bottom: 10px;
      color: #999999;
      font-family: "Futura Light", sans-serif;
      line-height: 1.5; }
      @media (max-width: 880px) {
        #main-product-detail .description h6, .main-product-detail .description h6 {
          padding: 0 30px; } }
      @media (max-width: 640px) {
        #main-product-detail .description h6, .main-product-detail .description h6 {
          padding: 0 20px; } }
    #main-product-detail .description ul, .main-product-detail .description ul {
      float: left;
      width: 100%;
      padding: 0;
      list-style-type: none;
      margin: 0 !important;
      line-height: 1.7;
      letter-spacing: 0.2px; }
      @media (max-width: 880px) {
        #main-product-detail .description ul, .main-product-detail .description ul {
          padding: 0 30px; } }
      @media (max-width: 640px) {
        #main-product-detail .description ul, .main-product-detail .description ul {
          padding: 0 20px; } }
      #main-product-detail .description ul li, .main-product-detail .description ul li {
        font-size: 14px;
        list-style: none; }
  #main-product-detail .additional-product-notes, .main-product-detail .additional-product-notes {
    display: none; }
  #main-product-detail .subscribe-label, .main-product-detail .subscribe-label {
    float: left;
    margin-bottom: 3px;
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #212326 !important;
    font-family: "Caslon", serif; }
    @media (max-width: 320px) {
      #main-product-detail .subscribe-label, .main-product-detail .subscribe-label {
        font-size: 11px; } }
  #main-product-detail .subscription, .main-product-detail .subscription {
    float: left;
    width: 100%;
    padding: 10px 0 0; }
    @media (max-width: 1440px) {
      #main-product-detail .subscription, .main-product-detail .subscription {
        padding: 0; } }

.product-recs h3 {
  width: 100%;
  margin-bottom: 20px; }
.product-recs .product-recs-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .product-recs .product-recs-wrap a {
    width: 20%; }
    @media (max-width: 880px) {
      .product-recs .product-recs-wrap a {
        width: 50%; } }
    @media (max-width: 400px) {
      .product-recs .product-recs-wrap a {
        width: 50%; } }

#main-product-detail .gallery.has-variants .thumbnail-wrap .thumbnails a, .main-product-detail .gallery.has-variants .thumbnail-wrap .thumbnails a {
  display: none; }

#main-product-detail .gallery.has-variants .thumbnail-wrap .thumbnails a.show, .main-product-detail .gallery.has-variants .thumbnail-wrap .thumbnails a.show {
  display: inline-block; }

#main-product-detail {
  padding-top: 60px; }

#rc_price_onetime {
  display: inline-block; }
  #rc_price_onetime .strikethrough {
    color: #999999;
    text-decoration: line-through; }

.rc_price_onetime {
  display: inline-block; }
  .rc_price_onetime .strikethrough {
    color: #999999;
    text-decoration: line-through; }

#rc_login {
  margin: 10px 0 0 !important; }
  #rc_login p {
    font-size: 14px !important; }
    #rc_login p a {
      color: #d9915f; }

.template-product .yotpo-main-widget .product-link-wrapper {
  display: none !important; }

.old-description {
  max-width: 600px; }
  @media (max-width: 1440px) {
    .old-description {
      max-width: 500px; } }
  @media (max-width: 960px) {
    .old-description {
      max-width: 100%; } }

@media (max-width: 600px) {
  .product-addtocart.has-variants, .product-form .klaviyo-variant-item-waitlist {
    width: 100% !important;
    float: left;
    position: relative;
    margin: 15px 0 0 0 !important;
    box-sizing: content-box; } }

.product-detail .price-sold-out, .sold-out-button {
  margin: 0; }

.sold-out-button {
  background: #eee;
  padding: 0 15px !important; }

#feature-section-navigation, #feature-section-navigation-mobile {
  float: left;
  width: 100%;
  margin-top: 40px;
  border-bottom: 1px solid #212326;
  margin-bottom: 10px; }
  @media (max-width: 880px) {
    #feature-section-navigation, #feature-section-navigation-mobile {
      margin-top: 30px; } }

#pd-section-navigation {
  float: left;
  width: 100%;
  margin-top: 40px;
  border-bottom: 1px solid rgba(45, 40, 47, 0.2);
  margin-bottom: 10px; }
  @media (max-width: 880px) {
    #pd-section-navigation {
      margin-top: 30px; } }

#pd-section-navigation > ul {
  float: left;
  list-style-type: none;
  padding: 0 !important;
  margin: 5px 0; }
  @media (max-width: 960px) {
    #pd-section-navigation > ul {
      float: none;
      overflow: auto;
      white-space: nowrap;
      padding-left: 30px !important; } }
  @media (max-width: 640px) {
    #pd-section-navigation > ul {
      padding-left: 20px !important; } }
  #pd-section-navigation > ul li {
    list-style: none;
    float: left;
    line-height: 1.4; }
    @media (max-width: 960px) {
      #pd-section-navigation > ul li {
        float: none;
        display: inline-block;
        margin: 0;
        height: auto;
        line-height: auto;
        padding: 0 20px 0 0;
        position: relative; } }
    #pd-section-navigation > ul li a {
      display: block;
      letter-spacing: 0.6px;
      padding: 0;
      text-decoration: none;
      margin-right: 35px;
      font-size: 12px;
      font-family: "Futura", sans-serif;
      padding-bottom: 9px; }
      @media (max-width: 1440px) {
        #pd-section-navigation > ul li a {
          margin-right: 25px; } }
      @media (max-width: 1024px) {
        #pd-section-navigation > ul li a {
          margin-right: 20px; } }
      @media (max-width: 960px) {
        #pd-section-navigation > ul li a {
          display: inline-block;
          text-align: left;
          margin-right: 0; } }

#feature-section-navigation {
  position: relative;
  top: auto;
  left: auto;
  background-color: transparent;
  margin: 0 !important;
  z-index: auto;
  border: none; }
  @media (max-width: 880px) {
    #feature-section-navigation {
      text-align: center; } }
  #feature-section-navigation ul {
    float: left;
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important; }
    @media (max-width: 880px) {
      #feature-section-navigation ul {
        float: none;
        overflow: auto;
        white-space: nowrap;
        padding-left: 30px !important;
        border-bottom: 1px solid rgba(45, 40, 47, 0.2);
        padding-left: 30px !important;
        padding-right: 30px !important;
        text-align: center; } }
    @media (max-width: 640px) {
      #feature-section-navigation ul {
        padding-left: 20px !important;
        padding-right: 0 !important; } }
    #feature-section-navigation ul li {
      list-style: none;
      float: left;
      padding: 0 !important;
      height: 48px;
      line-height: 48px; }
      @media (max-width: 880px) {
        #feature-section-navigation ul li {
          float: none;
          display: inline-block;
          margin: 0;
          height: auto;
          line-height: auto;
          padding: 0 20px 0 0;
          position: relative; } }
      #feature-section-navigation ul li a {
        display: block;
        letter-spacing: 0.6px;
        padding: 0;
        text-decoration: none;
        margin-right: 25px;
        font-size: 12px;
        font-family: "Futura Light", sans-serif;
        text-transform: uppercase;
        padding-bottom: 9px;
        height: 48px;
        line-height: 48px;
        margin-right: 40px; }
        @media (max-width: 1440px) {
          #feature-section-navigation ul li a {
            margin-right: 30px; } }
        @media (max-width: 1200px) {
          #feature-section-navigation ul li a {
            margin-right: 25px; } }
        @media (max-width: 1040px) {
          #feature-section-navigation ul li a {
            margin-right: 20px !important;
            font-size: 11px;
            letter-spacing: 0.4px; } }
        @media (max-width: 1024px) {
          #feature-section-navigation ul li a {
            margin-right: 20px; } }
        @media (max-width: 880px) {
          #feature-section-navigation ul li a {
            display: inline-block;
            text-align: left;
            margin-right: 40px;
            font-size: 14px; } }

#feature-section-navigation-mobile {
  float: none;
  overflow: auto;
  white-space: nowrap;
  border-top: 1px solid rgba(45, 40, 47, 0.2);
  border-bottom: 1px solid rgba(45, 40, 47, 0.2);
  padding-left: 30px !important;
  padding-right: 30px !important;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px; }
  @media (max-width: 640px) {
    #feature-section-navigation-mobile {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (max-width: 480px) {
    #feature-section-navigation-mobile {
      text-align: left; } }
  #feature-section-navigation-mobile a {
    display: inline-block;
    letter-spacing: 0.7px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Futura Light", sans-serif;
    text-transform: uppercase;
    padding: 11px 0 9px;
    text-align: left;
    margin-right: 30px;
    font-size: 14px; }

#feature-section-navigation-mobile.stuck {
  position: fixed;
  top: 77px;
  left: 0;
  margin: 0 !important;
  background-color: white;
  border-bottom: 1px solid #ececec;
  z-index: 9004; }

#feature-section-navigation-mobile .glide__bullet--active {
  color: #212326;
  border-bottom: 4px solid #cf9567 !important;
  background-color: transparent !important; }

@media (max-width: 960px) {
  #pd-section-navigation > ul {
    padding-top: 9px !important; } }

#pd-section-navigation > ul li:last-of-type a {
  margin-right: 0; }

#feature-section-navigation-mobile span:last-of-type {
  margin-right: 0 !important; }

#feature-section-navigation > ul li:last-of-type a {
  margin-right: 0 !important; }

#pd-section-navigation li.active a {
  color: #212326;
  border-bottom: 4px solid #cf9567 !important; }

#pd-section-navigation li a:visited, #pd-section-navigation li a:hover {
  color: #212326 !important; }

#feature-section-navigation li.active a {
  color: #212326;
  border-bottom: 4px solid #cf9567 !important; }

#feature-section-navigation li a:visited, #feature-section-navigation li a:hover {
  color: #212326 !important; }

#feature-section-navigation.more-spacing ul li a {
  margin-right: 35px; }
  @media (max-width: 1200px) {
    #feature-section-navigation.more-spacing ul li a {
      margin-right: 30px; } }
  @media (max-width: 1040px) {
    #feature-section-navigation.more-spacing ul li a {
      margin-right: 20px !important;
      font-size: 11px;
      letter-spacing: 0.4px; } }
  @media (max-width: 880px) {
    #feature-section-navigation.more-spacing ul li a {
      font-size: 14px; } }

.feature-detail-description {
  display: none; }
  @media (max-width: 880px) {
    .feature-detail-description {
      text-align: center; } }
  @media (max-width: 880px) {
    .feature-detail-description .flex-one-half {
      text-align: center; } }
  .feature-detail-description .flex-one-half p.smaller {
    font-size: 15px !important;
    margin-bottom: 10px !important; }
    @media (max-width: 1200px) {
      .feature-detail-description .flex-one-half p.smaller {
        font-size: 14px !important; } }
    @media (max-width: 960px) {
      .feature-detail-description .flex-one-half p.smaller {
        display: block !important;
        margin: 0 auto 10px !important; } }
  .feature-detail-description .flex-one-half p.source {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px !important; }
    @media (max-width: 1200px) {
      .feature-detail-description .flex-one-half p.source {
        margin-top: 15px; } }
    @media (max-width: 1040px) {
      .feature-detail-description .flex-one-half p.source {
        margin-top: 15px; } }
    @media (max-width: 880px) {
      .feature-detail-description .flex-one-half p.source {
        display: block;
        margin-top: -20px !important; } }
  .feature-detail-description .flex-one-half p.indicator, .feature-detail-description .flex-one-half p.indicator-two {
    margin-bottom: 0 !important; }
  .feature-detail-description img {
    max-width: 500px;
    margin: 0 auto;
    display: inline-block; }
    @media (max-width: 1599px) {
      .feature-detail-description img {
        max-width: 450px; } }
    @media (max-width: 1440px) {
      .feature-detail-description img {
        max-width: 450px; } }
    @media (max-width: 1200px) {
      .feature-detail-description img {
        max-width: 400px; } }
    @media (max-width: 1024px) {
      .feature-detail-description img {
        max-width: 350px; } }
  .feature-detail-description h1 {
    margin: 30px 0 10px; }
    @media (max-width: 880px) {
      .feature-detail-description h1 {
        font-size: 18px; } }
  .feature-detail-description .ingredient-mobile img {
    margin-top: 30px; }
    @media (max-width: 880px) {
      .feature-detail-description .ingredient-mobile img {
        margin-top: -20px; } }

.feature-detail-description .desktop .fade-in-element {
  float: left;
  width: 100%;
  overflow: hidden; }

.ppage-mobile-glide-nav {
  text-align: center; }
  @media (max-width: 480px) {
    .ppage-mobile-glide-nav {
      text-align: left; } }
  .ppage-mobile-glide-nav span {
    display: inline-block;
    padding: 0;
    height: 48px;
    line-height: 48px;
    margin-right: 40px; }
    @media (max-width: 1440px) {
      .ppage-mobile-glide-nav span {
        margin-right: 35px; } }
    @media (max-width: 1200px) {
      .ppage-mobile-glide-nav span {
        margin-right: 25px; } }
    @media (max-width: 1040px) {
      .ppage-mobile-glide-nav span {
        margin-right: 20px !important;
        font-size: 11px;
        letter-spacing: 0.4px; } }
    @media (max-width: 1024px) {
      .ppage-mobile-glide-nav span {
        margin-right: 20px; } }
    @media (max-width: 960px) {
      .ppage-mobile-glide-nav span {
        margin-right: 40px;
        font-size: 14px; } }

.has-variant-dropdown .product-form {
  margin: 0 !important;
  border: none !important; }
.has-variant-dropdown .product-inner-details {
  margin-top: 15px; }

.thumbnail-video-embed, .mobile-thumbnail-video-embed {
  position: relative; }

.thumbnail-video-embed:after, .mobile-thumbnail-video-embed:after {
  display: block;
  content: "\25Ba";
  line-height: 25px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 20px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
  margin: 0; }
  @media (max-width: 1200px) {
    .thumbnail-video-embed:after, .mobile-thumbnail-video-embed:after {
      top: 9px;
      left: 12px; } }

.glide {
  position: relative;
  width: 100%; }

.glide__track {
  overflow: hidden; }

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  margin-top: 0;
  overflow: hidden; }

.glide__slides--dragging {
  user-select: none; }

.glide__slide {
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
  display: none; }
  @media (max-width: 960px) {
    .glide__arrows {
      display: block; } }

.glide--rtl {
  direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }

.glide__arrow:focus {
  outline: none; }

.glide__arrow--left {
  left: 0px; }

.glide__arrow--right {
  right: 0px; }

.glide__arrow--disabled {
  opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 1.5em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
  -webkit-touch-callout: none;
  user-select: none;
  display: block; }
  @media (max-width: 1040px) {
    .glide__bullets {
      bottom: 1.25em; } }
  @media (max-width: 960px) {
    .glide__bullets {
      display: none !important; } }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5) !important;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: none;
  margin: 0 0.25em;
  min-width: 0 !important; }
  @media (max-width: 1040px) {
    .glide__bullet {
      width: 14px;
      height: 14px; } }
  @media (max-width: 960px) {
    .glide__bullet {
      width: 12px;
      height: 12px; } }

.glide__bullet:focus {
  outline: none; }

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5); }

.glide__bullet--active {
  background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.glide__arrow--left img {
  width: 20px !important; }

.glide__arrow--right img {
  width: 20px !important; }

.glide .mj-product-img {
  width: 100%; }

.glide .glide__slide--active img {
  opacity: 1;
  width: 100%; }

@media (max-width: 880px) {
  .mobile-padding-container {
    padding: 0 30px; } }
@media (max-width: 640px) {
  .mobile-padding-container {
    padding: 0 20px; } }

.nextprev {
  float: left;
  width: 100%; }
  @media (max-width: 880px) {
    .nextprev {
      text-align: center;
      margin-bottom: 5px; } }

.description-banner {
  text-align: center; }
  .description-banner .container-wide {
    padding-right: 8% !important;
    padding-left: 8% !important; }
    @media (max-width: 880px) {
      .description-banner .container-wide {
        padding-right: 30px !important;
        padding-left: 30px !important; } }
    @media (max-width: 640px) {
      .description-banner .container-wide {
        padding-right: 20px !important;
        padding-left: 20px !important; } }
  .description-banner img {
    display: inline-block;
    margin: 0 auto;
    width: 50px; }
  .description-banner h1 {
    margin-top: 0; }
  .description-banner h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px; }
    @media (max-width: 960px) {
      .description-banner h4 {
        margin-bottom: 10px; } }
  .description-banner p {
    max-width: 550px;
    margin-bottom: 40px; }
    @media (max-width: 880px) {
      .description-banner p {
        max-width: 350px; } }
    @media (max-width: 640px) {
      .description-banner p {
        padding: 0 10px; } }
  .description-banner .flex-container-row:before, .description-banner .flex-container-row:after {
    content: '';
    display: block; }
  @media (max-width: 880px) {
    .description-banner .flex-container-row {
      -webkit-justify-content: center !important;
      justify-content: center !important; } }
  @media (max-width: 880px) {
    .description-banner .flex-container-row div {
      width: 33.33%; } }
  @media (max-width: 880px) {
    .description-banner .flex-container-row div img {
      width: 60px; } }
  .description-banner .flex-container-row div h4 {
    padding: 0 !important; }
    @media (max-width: 880px) {
      .description-banner .flex-container-row div h4 {
        font-size: 12px;
        letter-spacing: 0.5px; } }
    @media (max-width: 480px) {
      .description-banner .flex-container-row div h4 {
        font-size: 11px; } }
  @media (max-width: 880px) {
    .description-banner .flex-container-row div.half-margin-left {
      width: 33.3%;
      margin-left: 16.65%; } }
  @media (max-width: 880px) {
    .description-banner .flex-container-row div.half-margin-right {
      width: 33.3%;
      margin-right: 16.65%; } }

.mobile-video-bg {
  position: relative;
  margin-bottom: 20px; }
  .mobile-video-bg .text-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap; }
    .mobile-video-bg .text-overlay .text-overlay-wrap {
      width: 100%; }
      .mobile-video-bg .text-overlay .text-overlay-wrap h1 {
        font-size: 22px;
        letter-spacing: .05px; }

.template-index .description-banner h1 {
  margin-top: 0; }
  @media (max-width: 640px) {
    .template-index .description-banner h1 {
      margin-top: 0; } }
.template-index .description-banner h4.align-center {
  margin-bottom: 50px; }
  @media (max-width: 880px) {
    .template-index .description-banner h4.align-center {
      margin-top: 15px;
      margin-bottom: 30px; } }
.template-index .description-banner .container-wide {
  border: none;
  padding-right: 8% !important;
  padding-left: 8% !important;
  padding-bottom: 60px !important; }
  @media (max-width: 880px) {
    .template-index .description-banner .container-wide {
      padding-right: 30px !important;
      padding-left: 30px !important; } }
  @media (max-width: 640px) {
    .template-index .description-banner .container-wide {
      padding-right: 20px !important;
      padding-left: 20px !important; } }
.template-index .description-banner .border-top {
  border-top: 1px solid #212326; }

.yotpo.yotpo-main-widget {
  padding-right: 0;
  padding-left: 0; }

.yotpo.yotpo-main-widget, .aggregateRating {
  float: left;
  width: 100%;
  text-align: center; }

#related-products {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 60px; }
  @media (max-width: 1024px) {
    #related-products {
      padding: 0 !important; } }
  @media (max-width: 880px) {
    #related-products {
      margin-bottom: 24px; } }
  #related-products .collection-listing {
    padding: 0 !important;
    text-align: center; }
    #related-products .collection-listing .product-block {
      margin: 0 auto !important;
      display: inline-block !important;
      float: none !important;
      width: 33.3% !important; }
      @media (max-width: 1024px) {
        #related-products .collection-listing .product-block {
          float: left !important;
          width: 33.3% !important; } }
      @media (max-width: 880px) {
        #related-products .collection-listing .product-block {
          width: 33.3% !important; } }
      @media (max-width: 640px) {
        #related-products .collection-listing .product-block {
          width: 100% !important;
          margin-bottom: 40px !important; } }
  #related-products h4 {
    padding: 48px 0 24px 0;
    letter-spacing: 3px;
    line-height: 24px;
    font-size: 18px; }
    @media (max-width: 640px) {
      #related-products h4 {
        padding: 48px 0 12px 0; } }

.product-addtocart {
  position: relative;
  text-align: left;
  padding: 0;
  float: left;
  width: auto; }
  @media (max-width: 320px) {
    .product-addtocart {
      width: 100% !important;
      clear: both;
      margin-top: 10px; } }
  .product-addtocart input[type="submit"], .product-addtocart button {
    font-family: "Futura", sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0;
    white-space: normal;
    padding: 0 15px !important;
    height: 38px !important;
    line-height: 38px !important;
    letter-spacing: 0.1em !important;
    color: #212326;
    border: 1px solid #212326;
    background: #fff !important;
    font-size: 15px !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .product-addtocart input[type="submit"]:hover, .product-addtocart button:hover {
      background: #212326 !important;
      color: #fff; }
    .product-addtocart input[type="submit"] .compare-at-price, .product-addtocart button .compare-at-price {
      text-decoration: line-through;
      font-family: "Futura", sans-serif;
      color: #999999;
      font-size: 14px; }
  @media (max-width: 880px) {
    .product-addtocart {
      text-align: center; } }

.control {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer; }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }

.pre-order-hover-box {
  opacity: 0;
  position: absolute;
  bottom: -140%;
  width: 150px;
  margin-left: -75px;
  left: 50%;
  background: #cf9567;
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .05em;
  transition: opacity .2s;
  z-index: 9003;
  border-radius: 0px; }

.collection-pre-order-hover-box {
  opacity: 1;
  position: absolute;
  bottom: -45px;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  color: #fff;
  padding: 7px 5px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .05em;
  transition: opacity .2s;
  background-color: #cf9567;
  border-radius: 0px; }
  @media (max-width: 880px) {
    .collection-pre-order-hover-box {
      display: none; } }

.collection-pre-order-hover-box:after {
  border-bottom: solid 10px #cf9567;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  content: '';
  position: absolute;
  bottom: 100%;
  right: 50px;
  margin: 0;
  width: 0;
  height: 0; }

.pre-order-hover-box:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 65px;
  margin: 0;
  width: 0;
  height: 0;
  border-bottom: solid 10px #cf9567;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent; }

/*.collection-product-addtocart:hover .collection-pre-order-hover-box {
    opacity: 1;
}*/
.product-addtocart:hover .pre-order-hover-box {
  opacity: 1; }

@media (max-width: 1200px) {
  .variant-unavailable {
    padding-bottom: 14px !important; } }
.variant-unavailable .afterpay-paragraph, .variant-unavailable .product-addtocart, .variant-unavailable .quantity-wrapper {
  display: none; }

.final-sale {
  color: #212326;
  letter-spacing: .025em;
  font-size: 13px; }

span.pre-order-note {
  font-size: 13px; }

@media (max-width: 1200px) {
  .pdp-feature {
    padding-bottom: 14px !important; } }
@media (max-width: 960px) {
  .pdp-feature {
    position: relative !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin-top: -450px;
    padding-bottom: 25px !important; } }
@media (max-width: 880px) {
  .pdp-feature {
    margin-top: -250px; } }
@media (max-width: 480px) {
  .pdp-feature {
    margin-top: -200px; } }
@media (max-width: 400px) {
  .pdp-feature {
    margin-top: -150px; } }
.pdp-feature .container-wide {
  display: block !important; }
.pdp-feature .flex-container-grid {
  align-items: flex-start; }
.pdp-feature hr {
  margin: -14px 0 0;
  border-top: 1px solid #212326; }
.pdp-feature hr.mobile {
  display: none;
  margin: 20px 0; }
  @media (max-width: 960px) {
    .pdp-feature hr.mobile {
      display: block; } }
@media (max-width: 1024px) {
  .pdp-feature .mt4 {
    margin-top: 20px; } }
@media (max-width: 960px) {
  .pdp-feature .mb0 {
    margin-bottom: 20px; } }
@media (max-width: 960px) {
  .pdp-feature h1.flex-one-third {
    padding-bottom: 20px;
    border-bottom: 1px solid #212326; } }
.pdp-feature h1 {
  text-align: left;
  font-size: 32px;
  margin-bottom: 30px; }
  @media (max-width: 1800px) {
    .pdp-feature h1 {
      font-size: 32px; } }
  @media (max-width: 1599px) {
    .pdp-feature h1 {
      font-size: 32px; } }
  @media (max-width: 880px) {
    .pdp-feature h1 {
      font-size: 24px; } }
  @media (max-width: 600px) {
    .pdp-feature h1 {
      font-size: 28px; } }
  .pdp-feature h1 .superscript {
    vertical-align: text-top;
    font-size: 14px; }
.pdp-feature p {
  font-family: "Caslon", serif;
  font-size: 20px;
  line-height: 1.9; }
  @media (max-width: 1599px) {
    .pdp-feature p {
      font-size: 18px; } }
  @media (max-width: 1440px) {
    .pdp-feature p {
      font-size: 16px;
      max-width: 100%; } }
  @media (max-width: 1200px) {
    .pdp-feature p {
      font-size: 15px; } }
  @media (max-width: 880px) {
    .pdp-feature p {
      font-size: 15px; } }
.pdp-feature p strong {
  text-transform: uppercase;
  letter-spacing: 0.4px; }
.pdp-feature p.max-width-large {
  max-width: 850px; }
  @media (max-width: 1440px) {
    .pdp-feature p.max-width-large {
      max-width: 100%; } }
.pdp-feature h1.border-bottom {
  padding-bottom: 40px; }
  @media (max-width: 1024px) {
    .pdp-feature h1.border-bottom {
      padding-bottom: 20px; } }
.pdp-feature h4 {
  font-size: 22px;
  margin: 0;
  padding: 0; }
  @media (max-width: 1800px) {
    .pdp-feature h4 {
      font-size: 20px; } }
  @media (max-width: 1599px) {
    .pdp-feature h4 {
      font-size: 17px; } }
  @media (max-width: 1440px) {
    .pdp-feature h4 {
      font-size: 16px; } }
  @media (max-width: 1200px) {
    .pdp-feature h4 {
      font-size: 15px; } }
@media (max-width: 960px) {
  .pdp-feature .flex-two-thirds {
    width: 100%;
    text-align: left; } }
@media (max-width: 960px) {
  .pdp-feature .flex-one-third {
    width: 100%;
    text-align: left; } }

.ingredient-feature.desktop {
  display: block; }
  @media (max-width: 880px) {
    .ingredient-feature.desktop {
      display: none; } }

.pdp-flex-feature {
  padding-bottom: 20px; }
  .pdp-flex-feature .flex-container-grid {
    align-items: flex-start; }
  @media (max-width: 880px) {
    .pdp-flex-feature .container-wide {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  .pdp-flex-feature h1.title {
    margin: 5px 0 0px; }
    @media (max-width: 1440px) {
      .pdp-flex-feature h1.title {
        margin: 5px 0 0px; } }
  .pdp-flex-feature hr {
    width: 100%;
    margin: 0 0 0 auto;
    border-top: 1px solid #212326;
    opacity: 0.2; }
  .pdp-flex-feature .flex-one-half p {
    float: left;
    clear: both;
    font-family: "Caslon", serif;
    color: #212326;
    font-size: 15px;
    max-width: 600px !important; }
    @media (max-width: 1599px) {
      .pdp-flex-feature .flex-one-half p {
        font-size: 15px; } }
    @media (max-width: 1440px) {
      .pdp-flex-feature .flex-one-half p {
        font-size: 14px;
        max-width: 100%; } }
    @media (max-width: 1200px) {
      .pdp-flex-feature .flex-one-half p {
        font-size: 13px; } }
  .pdp-flex-feature .flex-one-half p.indented-list {
    font-size: 14px !important;
    padding-left: 20px !important;
    position: relative;
    margin-bottom: 5px !important; }
    @media (max-width: 1024px) {
      .pdp-flex-feature .flex-one-half p.indented-list {
        font-size: 12px !important;
        margin-bottom: 3px !important; } }
    .pdp-flex-feature .flex-one-half p.indented-list span {
      position: absolute;
      top: 0;
      left: 0; }
  .pdp-flex-feature h1 .superscript {
    font-size: 12px; }
  .pdp-flex-feature h4 {
    margin: 0;
    padding: 0;
    font-size: 22px; }
    @media (max-width: 1800px) {
      .pdp-flex-feature h4 {
        font-size: 20px; } }
    @media (max-width: 1599px) {
      .pdp-flex-feature h4 {
        font-size: 17px; } }
    @media (max-width: 1440px) {
      .pdp-flex-feature h4 {
        font-size: 16px; } }
    @media (max-width: 1200px) {
      .pdp-flex-feature h4 {
        font-size: 15px; } }

.strikethrough {
  color: #999999;
  text-decoration: line-through; }

p.indented-list {
  padding-left: 20px !important;
  position: relative;
  margin: 0; }
  p.indented-list span {
    position: absolute;
    top: 0;
    left: 0; }

.ppage-subscription-feature h1 {
  margin-top: 50px; }
.ppage-subscription-feature h4 {
  margin-bottom: 5px;
  text-align: center;
  margin: 50px 0;
  text-transform: uppercase;
  font-family: "Futura", sans-serif;
  letter-spacing: .1em; }
  @media (max-width: 880px) {
    .ppage-subscription-feature h4 {
      text-align: right;
      padding-right: 30px; } }
  @media (max-width: 600px) {
    .ppage-subscription-feature h4 {
      padding-right: 20px; } }
@media (max-width: 880px) {
  .ppage-subscription-feature p {
    text-align: right;
    padding-right: 30px; } }

.ppage-subscription-feature.mobile h1, .ppage-subscription-feature.mobile p {
  text-align: left;
  padding-right: 30px; }
.ppage-subscription-feature.mobile button {
  float: left; }

#cross-sell-popup {
  position: fixed;
  right: 30px;
  bottom: -140px;
  background-color: #f8eee4;
  padding: 20px;
  text-align: left;
  z-index: 9004;
  opacity: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px, rgba(0, 0, 0, 0.5) 0px 0px 0.5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px, rgba(0, 0, 0, 0.5) 0px 0px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px, rgba(0, 0, 0, 0.5) 0px 0px 0.5px;
  height: auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  max-width: 320px; }
  @media (max-width: 640px) {
    #cross-sell-popup {
      right: 5%;
      left: 5%;
      width: 90%;
      padding: 12px;
      max-width: 100%; } }
  #cross-sell-popup div {
    width: 100%; }
  #cross-sell-popup .cross-sell-popup-wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center; }
  #cross-sell-popup .close-cross-sell {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer; }
    @media (max-width: 640px) {
      #cross-sell-popup .close-cross-sell {
        right: -4px;
        top: -1px;
        width: 20px;
        height: 20px; } }
  #cross-sell-popup a {
    display: block; }
  #cross-sell-popup svg {
    vertical-align: text-bottom;
    width: 20px;
    height: 14px; }
  #cross-sell-popup h3 {
    margin-bottom: 3px !important;
    font-size: 15px !important;
    line-height: 1.4; }
    @media (max-width: 640px) {
      #cross-sell-popup h3 {
        margin-bottom: 0px !important;
        width: 100%;
        text-align: center;
        font-size: 13px !important;
        font-family: "Futura Light", sans-serif; } }
    #cross-sell-popup h3:hover {
      color: #212326 !important; }
  #cross-sell-popup a:hover {
    color: #212326 !important; }
  #cross-sell-popup p {
    margin-bottom: 0;
    font-size: 13px !important;
    padding-right: 30px; }
    @media (max-width: 640px) {
      #cross-sell-popup p {
        display: none; } }
  #cross-sell-popup .product-addtocart {
    float: none;
    text-align: center; }
    #cross-sell-popup .product-addtocart button {
      background-color: #fff !important;
      margin: 0 auto;
      min-width: 0 !important;
      width: 140px !important;
      font-size: 12px !important;
      height: 35px !important;
      line-height: 35px !important; }
      #cross-sell-popup .product-addtocart button:hover {
        background-color: #edeadd !important;
        box-shadow: 0px 1px 4px rgba(45, 40, 47, 0.2); }

#cross-sell-popup.show {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 1;
  background-color: #f8eee4;
  padding: 20px;
  text-align: left;
  z-index: 9004;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px, rgba(0, 0, 0, 0.5) 0px 0px 0.5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px, rgba(0, 0, 0, 0.5) 0px 0px 0.5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px, rgba(0, 0, 0, 0.5) 0px 0px 0.5px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  @media (max-width: 640px) {
    #cross-sell-popup.show {
      padding: 12px;
      width: 90%;
      right: 5%; } }

#cross-sell-popup.top-right-popup {
  position: fixed;
  right: -400px;
  top: 140px;
  bottom: auto;
  padding: 0;
  min-width: 300px;
  max-width: 300px; }
  @media (max-width: 640px) {
    #cross-sell-popup.top-right-popup {
      bottom: 30px;
      top: auto;
      padding: 0; } }
  #cross-sell-popup.top-right-popup .close-cross-sell {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 33px;
    height: 33px;
    padding: 10px;
    cursor: pointer; }
    @media (max-width: 640px) {
      #cross-sell-popup.top-right-popup .close-cross-sell {
        right: 10px;
        top: 4px;
        width: 33px;
        height: 33px; } }
  #cross-sell-popup.top-right-popup p {
    font-family: "Caslon", serif !important;
    line-height: 1.8;
    font-size: 14px;
    padding-right: 10px; }
  #cross-sell-popup.top-right-popup h3 {
    text-align: left; }

#cross-sell-popup.show.top-right-popup {
  position: fixed;
  right: 30px;
  top: 140px;
  bottom: auto;
  opacity: 1;
  background-color: #f8eee4;
  padding: 0; }
  @media (max-width: 640px) {
    #cross-sell-popup.show.top-right-popup {
      bottom: 30px;
      top: auto;
      right: 0;
      left: auto;
      padding: 0;
      width: auto; } }
  #cross-sell-popup.show.top-right-popup p.desktop {
    display: block; }
    @media (max-width: 640px) {
      #cross-sell-popup.show.top-right-popup p.desktop {
        display: none; } }
  #cross-sell-popup.show.top-right-popup p.mobile {
    display: none; }
    @media (max-width: 640px) {
      #cross-sell-popup.show.top-right-popup p.mobile {
        display: block; } }

.trigger-cross-sell-popup button {
  border: none !important;
  padding: 20px 0 20px 20px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
  text-transform: none !important;
  min-width: auto !important;
  height: auto !important;
  line-height: 1.5 !important;
  cursor: pointer; }
  @media (max-width: 640px) {
    .trigger-cross-sell-popup button {
      padding: 12px 0 12px 12px !important; } }
  .trigger-cross-sell-popup button:hover {
    background: transparent !important;
    border: none !important;
    color: #212326 !important; }

@media (max-width: 880px) {
  #multiple-product-add .flex-container-row {
    flex-direction: column; } }
@media (max-width: 880px) {
  #multiple-product-add .flex-one-half {
    width: 100%;
    text-align: center; } }
@media (max-width: 880px) {
  #multiple-product-add .flex-img-left {
    padding-right: 0;
    padding-left: 0; } }
@media (max-width: 880px) {
  #multiple-product-add .multiple-product-cta {
    display: inline-block;
    margin: 0 auto; } }
#multiple-product-add .multiple-product-cta .strikethrough {
  color: #999999;
  text-decoration: line-through; }
#multiple-product-add .multiple-product-cta .subscribe-icon {
  float: left;
  clear: both;
  width: 50px;
  margin-top: 20px;
  margin-right: 5px; }
  @media (max-width: 880px) {
    #multiple-product-add .multiple-product-cta .subscribe-icon {
      float: none !important;
      clear: none !important;
      margin: 20px auto 0; } }
#multiple-product-add .multiple-product-cta .subscribe-text-wrap {
  float: left; }
  @media (max-width: 880px) {
    #multiple-product-add .multiple-product-cta .subscribe-text-wrap {
      float: none; } }
#multiple-product-add .subscription-multiple-add-intro {
  margin: 35px 0 0;
  float: left;
  clear: both;
  width: 100%;
  text-align: left; }
  @media (max-width: 880px) {
    #multiple-product-add .subscription-multiple-add-intro {
      float: none;
      clear: none;
      display: inline-block;
      text-align: left;
      margin: 25px 0 0;
      vertical-align: middle;
      width: auto; } }
  @media (max-width: 480px) {
    #multiple-product-add .subscription-multiple-add-intro {
      font-size: 13px; } }
  @media (max-width: 374px) {
    #multiple-product-add .subscription-multiple-add-intro {
      font-size: 13px; } }
@media (max-width: 880px) {
  #multiple-product-add h1 {
    text-align: center; } }
#multiple-product-add p {
  margin-bottom: 15px; }
  @media (max-width: 880px) {
    #multiple-product-add p {
      text-align: center;
      margin: 0 auto 15px; } }
@media (max-width: 880px) {
  #multiple-product-add .product-addtocart {
    display: inline-block;
    width: auto;
    float: left;
    vertical-align: top; } }
#multiple-product-add .qtydiv {
  float: left;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 880px) {
    #multiple-product-add .qtydiv {
      float: none !important;
      vertical-align: top; } }
  #multiple-product-add .qtydiv .qtybox {
    border: none;
    background: #fff;
    line-height: 38px;
    height: 38px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
#multiple-product-add .qtydiv .btnqty {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  font-size: 22px;
  padding: 0 8px;
  height: 100%;
  line-height: 38px; }
#multiple-product-add .qtydiv .btnqty.qtyminus {
  margin-right: 8px; }
#multiple-product-add .qtydiv .btnqty.qtyplus {
  margin-left: 8px; }
#multiple-product-add .qtydiv .quantity-input {
  border: none;
  padding: 0;
  text-align: center;
  width: 20px;
  outline: none;
  display: inline-block;
  font-family: "Futura", sans-serif;
  vertical-align: top;
  font-size: 16px;
  height: 100%; }
  @media (max-width: 600px) {
    #multiple-product-add .qtydiv .quantity-input {
      width: 15px; } }

#best-sellers-mobile {
  padding-top: 40px; }

#multiple-product-add-mobile p {
  text-align: center;
  margin-bottom: 0; }
#multiple-product-add-mobile p.larger {
  text-align: center;
  margin-bottom: 0; }
#multiple-product-add-mobile p.subhead {
  text-align: center;
  margin-bottom: 15px;
  padding: 0 30px; }
#multiple-product-add-mobile .multiple-product-cta {
  width: 100%; }
  #multiple-product-add-mobile .multiple-product-cta .subscribe-text-wrap {
    float: left;
    width: 100%;
    text-align: center; }
    #multiple-product-add-mobile .multiple-product-cta .subscribe-text-wrap .subscribe-icon {
      float: none !important;
      clear: none !important;
      margin: 15px 0 0 -20px !important;
      display: inline-block !important;
      vertical-align: middle;
      width: 35px !important; }
      @media (max-width: 960px) {
        #multiple-product-add-mobile .multiple-product-cta .subscribe-text-wrap .subscribe-icon {
          width: 25px !important; } }
      @media (max-width: 880px) {
        #multiple-product-add-mobile .multiple-product-cta .subscribe-text-wrap .subscribe-icon {
          width: 35px !important; } }
  #multiple-product-add-mobile .multiple-product-cta .product-addtocart {
    width: 100% !important;
    margin-top: 10px; }
    @media (max-width: 960px) {
      #multiple-product-add-mobile .multiple-product-cta .product-addtocart {
        width: 100% !important; } }
    #multiple-product-add-mobile .multiple-product-cta .product-addtocart .strikethrough {
      color: #999999;
      text-decoration: line-through; }
    #multiple-product-add-mobile .multiple-product-cta .product-addtocart button {
      margin: 0 auto; }
  #multiple-product-add-mobile .multiple-product-cta button.subscription-multiple-add {
    float: none !important;
    clear: none !important;
    display: inline-block !important;
    text-align: center !important;
    margin: 0 auto !important;
    font-size: 14px;
    line-height: 1.5 !important;
    text-decoration: underline;
    border: none !important;
    height: auto !important;
    line-height: auto !important;
    text-transform: none !important;
    width: 100%; }
    #multiple-product-add-mobile .multiple-product-cta button.subscription-multiple-add:hover {
      background-color: #edeadd !important;
      box-shadow: 0px 1px 4px rgba(45, 40, 47, 0.2); }
    @media (max-width: 1200px) {
      #multiple-product-add-mobile .multiple-product-cta button.subscription-multiple-add {
        font-size: 12px; } }
    @media (max-width: 960px) {
      #multiple-product-add-mobile .multiple-product-cta button.subscription-multiple-add {
        font-size: 11px !important; } }
    @media (max-width: 880px) {
      #multiple-product-add-mobile .multiple-product-cta button.subscription-multiple-add {
        font-size: 13px !important; } }
#multiple-product-add-mobile .glide__bullets {
  display: block !important;
  bottom: -45px !important;
  margin-left: -10px; }
  #multiple-product-add-mobile .glide__bullets .glide__bullet {
    background-color: white !important;
    border: 1px solid #212326 !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 2px !important; }
  #multiple-product-add-mobile .glide__bullets .glide__bullet--active {
    background-color: #212326 !important;
    border: 1px solid #212326 !important; }

.bundle-product-wrap {
  text-align: left;
  position: relative; }
  .bundle-product-wrap a:hover {
    color: #212326 !important; }

@media (max-width: 1024px) {
  .header-adjust-padding {
    padding: 60px 30px 0 !important; } }
@media (max-width: 640px) {
  .header-adjust-padding {
    padding: 40px 20px 0 !important; } }

.related-recipes {
  padding-bottom: 40px !important; }
  .related-recipes h4 {
    letter-spacing: 0.4px !important;
    text-align: center;
    margin-bottom: 30px; }
  .related-recipes a {
    display: block;
    width: 100%;
    text-align: center; }
  .related-recipes .recipe img {
    border-radius: 50%;
    max-width: 170px; }
  .related-recipes .recipe .recipe-title {
    font-family: "Futura", sans-serif;
    font-size: 15px;
    margin: 18px 0 10px;
    line-height: 1.4; }
  .related-recipes .recipe .recipe-view {
    text-decoration: underline; }
  .related-recipes .recipe p {
    text-align: center;
    margin-bottom: 0; }
    @media (max-width: 480px) {
      .related-recipes .recipe p {
        line-height: 1.4; } }
  .related-recipes .two-recipes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: min-content;
    grid-column-gap: 30px;
    grid-row-gap: 40px; }
  .related-recipes .four-recipes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    grid-column-gap: 30px;
    grid-row-gap: 40px; }
    @media (max-width: 640px) {
      .related-recipes .four-recipes {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px; } }
    @media (max-width: 840px) {
      .related-recipes .four-recipes img {
        max-width: 150px; } }
    @media (max-width: 640px) {
      .related-recipes .four-recipes img {
        max-width: 120px; } }
  @media (max-width: 640px) {
    .related-recipes .one-recipe .button {
      font-size: 14px;
      padding: 0 20px; } }
  @media (max-width: 840px) {
    .related-recipes .one-recipe img {
      max-width: 140px; } }
  @media (max-width: 640px) {
    .related-recipes .one-recipe img {
      max-width: 120px; } }
  @media (max-width: 840px) {
    .related-recipes .one-third img, .related-recipes .one-half img {
      max-width: 140px; } }
  @media (max-width: 640px) {
    .related-recipes .one-third img, .related-recipes .one-half img {
      max-width: 120px; } }

#all-recipes {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 60px; }
  #all-recipes img {
    width: 8px;
    height: 11px; }
  #all-recipes .button {
    width: auto !important;
    margin: 0 auto;
    display: inline-block; }
    #all-recipes .button:hover {
      background: #edeadd !important;
      color: #212326 !important; }

.sv-account-page {
  padding: 120px 0 !important; }
  .sv-account-page input[type=text], .sv-account-page input::placeholder, .sv-account-page input[type=text]:focus, .sv-account-page input[type=email]:focus {
    font-family: "Caslon", serif !important;
    font-size: 16px !important; }
  .sv-account-page input[type="text"], .sv-account-page input[type="search"], .sv-account-page input[type="email"], .sv-account-page input[type="password"] {
    border: none;
    background-color: #eee;
    padding: 10px;
    text-align: left;
    margin-bottom: 20px;
    min-width: 250px; }

/* FAQ */
.faq-page h3 {
  line-height: 22px;
  font-size: 14px;
  margin: 0 auto; }
.faq-page .open {
  height: auto; }
.faq-page .selected {
  color: #212326; }

#faq {
  margin: 0;
  text-align: center;
  position: relative; }
  #faq .navigation {
    position: relative;
    background: white;
    border-top: 0 !important;
    border-bottom: 0 !important;
    z-index: 5;
    width: 100%;
    padding: 0;
    margin-top: -67px; }
    @media (max-width: 880px) {
      #faq .navigation {
        display: none; } }
    #faq .navigation ul {
      width: 100%;
      margin: 0;
      list-style-type: none;
      border-bottom: 1px solid rgba(45, 40, 47, 0.2);
      padding: 10px 0; }
      #faq .navigation ul li {
        display: inline-block;
        padding: 10px 28px 10px 0; }
        @media (max-width: 1024px) {
          #faq .navigation ul li {
            padding: 10px 15px 10px 0; } }
        #faq .navigation ul li a {
          display: block;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          @media (max-width: 1024px) {
            #faq .navigation ul li a {
              letter-spacing: .025em; } }
  #faq .content {
    position: relative;
    padding: 30px;
    padding-top: 100px;
    max-width: 880px;
    margin: 0;
    box-sizing: border-box; }
  #faq .results {
    margin-bottom: 35px; }
    #faq .results h2 {
      margin: 0;
      text-align: left; }

.sub ul {
  border-top: 0 !important; }

.banner-layout {
  padding-top: 20px; }
  @media (max-width: 880px) {
    .banner-layout {
      padding-top: 0; } }

.faq-header {
  padding-bottom: 67px; }
  @media (max-width: 880px) {
    .faq-header .container {
      padding: 0; } }
  .faq-header .faq-header-container {
    padding-top: 25px; }
    @media (max-width: 880px) {
      .faq-header .faq-header-container {
        padding-top: 0; } }
    .faq-header .faq-header-container img {
      display: block; }
  .faq-header h1 {
    padding-right: 50px;
    line-height: 1.3;
    text-align: left; }
    .faq-header h1:hover {
      color: #212326; }
    @media (max-width: 1024px) {
      .faq-header h1 {
        padding-right: 30px;
        font-size: 32px; } }
    @media (max-width: 880px) {
      .faq-header h1 {
        padding: 30px 24px 0;
        text-align: center; } }
    @media (max-width: 480px) {
      .faq-header h1 {
        padding: 20px 24px 0;
        text-align: center; } }
  .faq-header h1.right-aligned {
    padding-right: 0;
    padding-left: 50px; }
    @media (max-width: 1024px) {
      .faq-header h1.right-aligned {
        padding-right: 0;
        padding-left: 30px; } }
    @media (max-width: 880px) {
      .faq-header h1.right-aligned {
        padding: 15px 0 0 24px; } }
  @media (max-width: 880px) {
    .faq-header .display-table, .faq-header .display-table-cell {
      width: 100% !important;
      display: block !important; } }
  .faq-header a:hover {
    color: #212326; }

.banner-layout .collection-header, .banner-layout .faq-header {
  padding-bottom: 30px; }
  @media (max-width: 880px) {
    .banner-layout .collection-header .banner-header, .banner-layout .faq-header .banner-header {
      padding-top: 0;
      border: none; } }
  .banner-layout .collection-header h1, .banner-layout .faq-header h1 {
    margin-bottom: 10px !important; }
    @media (max-width: 880px) {
      .banner-layout .collection-header h1, .banner-layout .faq-header h1 {
        padding: 15px 24px 0; } }
  .banner-layout .collection-header h1.right-aligned, .banner-layout .faq-header h1.right-aligned {
    padding-right: 0;
    padding-left: 50px; }
    @media (max-width: 1024px) {
      .banner-layout .collection-header h1.right-aligned, .banner-layout .faq-header h1.right-aligned {
        padding-right: 0;
        padding-left: 30px; } }
    @media (max-width: 880px) {
      .banner-layout .collection-header h1.right-aligned, .banner-layout .faq-header h1.right-aligned {
        padding: 30px 30px 0 30px; } }
    @media (max-width: 640px) {
      .banner-layout .collection-header h1.right-aligned, .banner-layout .faq-header h1.right-aligned {
        padding: 15px 20px 0 20px; } }
  .banner-layout .collection-header p, .banner-layout .faq-header p {
    font-size: 15px;
    padding-right: 50px;
    text-align: left; }
    .banner-layout .collection-header p:last-of-type, .banner-layout .faq-header p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      .banner-layout .collection-header p, .banner-layout .faq-header p {
        padding-right: 30px; } }
    @media (max-width: 880px) {
      .banner-layout .collection-header p, .banner-layout .faq-header p {
        padding: 0 30px !important;
        max-width: 500px;
        margin: 0 auto;
        text-align: center; } }
      @media (max-width: 880px) and (max-width: 640px) {
        .banner-layout .collection-header p, .banner-layout .faq-header p {
          max-width: 100%;
          padding: 0 20px !important; } }
    .banner-layout .collection-header p a, .banner-layout .faq-header p a {
      text-decoration: underline; }
      .banner-layout .collection-header p a:hover, .banner-layout .faq-header p a:hover {
        color: #d9915f; }
  .banner-layout .collection-header p.right-aligned, .banner-layout .faq-header p.right-aligned {
    padding-left: 50px;
    padding-right: 0; }
    @media (max-width: 1024px) {
      .banner-layout .collection-header p.right-aligned, .banner-layout .faq-header p.right-aligned {
        padding-left: 30px;
        padding-right: 0; } }
  @media (max-width: 880px) {
    .banner-layout .collection-header .display-table, .banner-layout .collection-header .display-table-cell, .banner-layout .faq-header .display-table, .banner-layout .faq-header .display-table-cell {
      width: 100% !important;
      display: block !important; } }

.hide {
  display: none; }

.faq-mobile {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  background: #fff;
  z-index: 5;
  display: none;
  margin-top: -55px; }
  @media (max-width: 880px) {
    .faq-mobile {
      display: block; } }
  .faq-mobile .gradient-overlay {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    width: 18%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf3ec+0,faf5ef+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(250, 245, 239, 0) 0%, #faf5ef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(250, 245, 239, 0) 0%, #faf5ef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(250, 245, 239, 0) 0%, #faf5ef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fcf3ec', endColorstr='#fcf3ec',GradientType=1 );
    /* IE6-9 */ }
  .faq-mobile .scroll-menu {
    background-color: white;
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0 24px;
    border-bottom: 1px solid #ececec; }
    .faq-mobile .scroll-menu li {
      display: inline-block;
      margin: 0;
      height: 55px;
      line-height: 55px;
      padding: 0 24px 0 0; }
      .faq-mobile .scroll-menu li a {
        text-align: center;
        letter-spacing: .025em; }

.faq-mobile.scroll .scroll-menu {
  background-color: white; }

#faq .navigation.scroll {
  z-index: 4; }

#faq .navigation.scroll ul li a {
  text-decoration: none; }

#faq .navigation.scroll ul li a:hover {
  border-color: #2e2930; }

.faq #faq .navigation.scroll {
  top: 79px !important; }

#faq .faq {
  margin-bottom: 60px;
  padding: 0 10%; }
  @media (max-width: 880px) {
    #faq .faq {
      padding: 0; } }
  #faq .faq .title {
    border-bottom: 1px solid rgba(45, 40, 47, 0.2); }
    #faq .faq .title p {
      text-align: left; }
      #faq .faq .title p:last-of-type {
        margin-bottom: 20px; }
  #faq .faq h2 {
    text-align: left;
    margin: 10px 0 0 !important;
    padding: 0 0 15px; }
  #faq .faq h3 {
    margin: 0;
    padding-left: 0;
    color: #212326; }
    @media (max-width: 880px) {
      #faq .faq h3 {
        padding-left: 0; } }
  #faq .faq p {
    margin: 0 0 10px; }
    #faq .faq p a {
      text-decoration: underline; }
    @media (max-width: 880px) {
      #faq .faq p {
        padding-left: 0 !important; } }
  #faq .faq .faq-question p {
    margin-bottom: 0 !important; }
  #faq .faq .item {
    border-bottom: 1px solid rgba(45, 40, 47, 0.2); }
    #faq .faq .item .content {
      padding: 0 20px 20px 20px;
      position: static;
      background: transparent;
      text-align: left; }
      #faq .faq .item .content h3 {
        padding-left: 0;
        margin: 0 0 10px; }
    #faq .faq .item .faq-question {
      padding: 17px 25px 17px 0;
      cursor: pointer;
      position: relative;
      text-align: left; }
      @media (max-width: 880px) {
        #faq .faq .item .faq-question {
          padding: 17px 45px 17px 0; } }
      #faq .faq .item .faq-question span.ease-animation-slow {
        position: absolute;
        right: 5px;
        top: 15px;
        width: 25px;
        height: 25px;
        border-radius: 25px; }
        @media (max-width: 880px) {
          #faq .faq .item .faq-question span.ease-animation-slow {
            right: 5px; } }
        #faq .faq .item .faq-question span.ease-animation-slow:before {
          position: absolute;
          content: "";
          display: block;
          width: 2px;
          background: #212326;
          height: 14px;
          left: 50%;
          top: 50%;
          margin-top: -6.35px;
          margin-left: 1.5px;
          -webkit-transition: all 0.4s linear;
          -moz-transition: all 0.4s linear;
          -o-transition: all 0.4s linear;
          -ms-transition: all 0.4s linear;
          transition: all 0.4s linear; }
        #faq .faq .item .faq-question span.ease-animation-slow:after {
          position: absolute;
          content: "";
          display: block;
          width: 14px;
          background: #212326;
          height: 2px;
          margin-left: -4.5px;
          left: 50%;
          top: 50%;
          margin-top: -0.25px;
          -webkit-transition: all 0.4s linear;
          -moz-transition: all 0.4s linear;
          -o-transition: all 0.4s linear;
          -ms-transition: all 0.4s linear;
          transition: all 0.4s linear; }

.job-openings #faq .faq .item .faq-question span {
  top: 30px; }

#faq .item .faq-question.active {
  border-color: #fff; }
  #faq .item .faq-question.active span {
    color: #b1b1b1; }
    #faq .item .faq-question.active span:after {
      display: none; }
    #faq .item .faq-question.active span:before {
      background: #b1b1b1;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

#faq .link.show-all {
  margin-top: 30px; }
  #faq .link.show-all a {
    text-decoration: none; }

.faq-animation, .footer-animation {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.ease-animation-slow {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

/* OFFERS */
.offers-new .background-overlay, .offers .background-overlay {
  background-color: #f8eee4; }

#offers {
  position: relative; }
  @media (max-width: 880px) {
    #offers .container {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media (max-width: 880px) {
    #offers .grid--full {
      margin: 0; } }
  #offers .grid__item {
    position: relative; }
    @media (max-width: 880px) {
      #offers .grid__item {
        left: 0;
        padding-left: 0 !important;
        padding-bottom: 0;
        text-align: center; } }
    @media (max-width: 880px) {
      #offers .grid__item:nth-of-type(1) {
        /*background-color: $pink;*/
        background-color: transparent;
        /*padding-bottom: 40px;*/
        padding-bottom: 0; } }
    @media (max-width: 880px) {
      #offers .grid__item:nth-of-type(2) {
        /*padding-top: 50px;*/
        padding-top: 0; } }
  #offers .wrap {
    /*margin-top: 60px;*/
    margin-top: 0; }
    #offers .wrap a {
      color: #212326; }
  #offers h1 {
    text-align: left;
    /*padding: 0;*/
    padding-top: 50px; }
    @media (max-width: 880px) {
      #offers h1 {
        margin: 0;
        text-align: center;
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  #offers h4, #offers p {
    padding-left: 90px; }
    @media (max-width: 840px) {
      #offers h4, #offers p {
        padding-left: 75px; } }
    @media (max-width: 880px) {
      #offers h4, #offers p {
        text-align: center;
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  @media (max-width: 880px) {
    #offers h4 {
      padding-top: 85px; } }
  #offers .continue {
    text-align: center; }
  #offers .button {
    text-align: center;
    display: inline-block;
    border: none;
    margin: 10px auto 20px 90px;
    float: none; }
    @media (max-width: 880px) {
      #offers .button {
        margin: 10px auto 20px; } }
  #offers .offers-image {
    max-width: 70px;
    position: absolute;
    top: -8px;
    left: 35px; }
    @media (max-width: 840px) {
      #offers .offers-image {
        max-width: 60px;
        top: -5px; } }
    @media (max-width: 880px) {
      #offers .offers-image {
        width: 70px;
        max-width: 70px;
        top: 0;
        margin-left: -15px;
        left: 50%; } }
  #offers .offer-under-wrap {
    position: relative;
    padding-top: 35px; }
    @media (max-width: 880px) {
      #offers .offer-under-wrap {
        padding-top: 35px; } }
    #offers .offer-under-wrap .offers-image {
      left: 0;
      top: 30px; }
      @media (max-width: 880px) {
        #offers .offer-under-wrap .offers-image {
          left: 50%;
          margin-left: -35px;
          top: 35px; } }
    #offers .offer-under-wrap .strikethrough {
      text-decoration: line-through;
      color: #b1b1b1; }
  #offers .single-offer-wrap {
    max-width: 485px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 880px) {
      #offers .single-offer-wrap {
        max-width: 100%;
        position: static; } }
    #offers .single-offer-wrap .offers-image {
      left: 0;
      top: -8px; }
      @media (max-width: 880px) {
        #offers .single-offer-wrap .offers-image {
          left: 50%;
          margin-left: -15px;
          top: 0; } }

#subscriptions .wrap {
  margin-top: 40px; }
  #subscriptions .wrap a {
    color: #212326; }
#subscriptions h2, #subscriptions h3, #subscriptions p {
  text-align: center; }
#subscriptions p {
  max-width: 450px;
  margin: 0 auto; }
#subscriptions .continue {
  text-align: center; }
#subscriptions .button {
  text-align: center;
  display: inline-block;
  border: none;
  margin: 30px auto 0;
  float: none;
  background: #212326;
  color: white !important; }
  #subscriptions .button:hover {
    background: #212326;
    color: white !important; }
#subscriptions .offers-image {
  position: absolute;
  width: 70px;
  max-width: 70px;
  top: 0;
  margin-left: -15px;
  left: 50%; }
#subscriptions .offer-under-wrap {
  position: relative;
  padding-top: 90px; }
  #subscriptions .offer-under-wrap .offers-image {
    left: 50%;
    margin-left: -35px;
    top: 10px; }
#subscriptions .single-offer-wrap {
  max-width: 100%;
  margin: 0 auto;
  position: static; }
  #subscriptions .single-offer-wrap .offers-image {
    left: 50%;
    margin-left: -15px;
    top: 0; }

.custom-page h3 {
  text-align: center; }

.online-retailers {
  list-style: none;
  margin: 0; }
  .online-retailers li {
    list-style: none;
    text-align: center; }

/*-----Recipes-Articles-----*/
.article, .article-list {
  padding-bottom: 120px; }

.article-recipe h2.article {
  text-align: left; }
@media (max-width: 480px) {
  .article-recipe .page-header {
    padding: 0 !important; } }

.recipe-article-list {
  padding-top: 20px !important; }

#recipes-blog .title {
  padding: 0;
  letter-spacing: 0.075em;
  position: relative;
  margin: 60px 30px 20px;
  font-family: "Futura Light", sans-serif;
  font-size: 32px;
  line-height: 1.4; }
#recipes-blog h3 {
  margin-top: 30px !important; }
#recipes-blog ul li {
  font-size: 16px;
  line-height: 1.8; }
#recipes-blog .article-image {
  float: left;
  width: 46%;
  margin-right: 4%; }
  #recipes-blog .article-image img {
    width: 100%; }
  @media (max-width: 880px) {
    #recipes-blog .article-image {
      width: 100%;
      margin: 0; } }
#recipes-blog .article-text-wrap {
  float: left;
  width: 50%; }
  @media (max-width: 880px) {
    #recipes-blog .article-text-wrap {
      width: 100%; } }
  #recipes-blog .article-text-wrap h4 {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    line-height: 1.5; }
  #recipes-blog .article-text-wrap p {
    line-height: 24px; }
  #recipes-blog .article-text-wrap p.servings {
    float: left;
    width: 100%; }
  #recipes-blog .article-text-wrap a {
    text-decoration: underline; }

.recipe-nav {
  padding-top: 20px;
  padding-bottom: 25px; }
  @media (max-width: 480px) {
    .recipe-nav {
      padding-bottom: 10px;
      padding-top: 10px; } }
  .recipe-nav a.next {
    float: left;
    font-size: 16px; }
    @media (max-width: 480px) {
      .recipe-nav a.next {
        font-size: 14px; } }
  .recipe-nav a.prev {
    float: right;
    font-size: 16px; }
    @media (max-width: 480px) {
      .recipe-nav a.prev {
        font-size: 14px; } }

#recipes-blog .article-text-wrap p.servings {
  font-size: 18px;
  float: left;
  width: 100%; }

.recipehead {
  font-size: 26px;
  margin: 0 2% 1% 2%;
  padding-top: 15px; }

#recipe-grid, .search-results-recipes {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  color: #212326;
  font-size: 0;
  margin-top: 80px; }
  #recipe-grid li, .search-results-recipes li {
    display: inline-block;
    margin: 0 3.5% 20px 0;
    vertical-align: top;
    width: 31%; }
    #recipe-grid li:nth-child(3n+3), .search-results-recipes li:nth-child(3n+3) {
      margin-right: 0; }
    @media (max-width: 480px) {
      #recipe-grid li, .search-results-recipes li {
        width: 48%; }
        #recipe-grid li:nth-child(3n+3), .search-results-recipes li:nth-child(3n+3) {
          margin-right: 4%; }
        #recipe-grid li:nth-child(2n+2), .search-results-recipes li:nth-child(2n+2) {
          margin-right: 0; } }
    #recipe-grid li a, .search-results-recipes li a {
      display: block;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 5px; }
      #recipe-grid li a:before, .search-results-recipes li a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #212326;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        margin-left: 10%; }
      #recipe-grid li a img, .search-results-recipes li a img {
        border: none;
        outline: none;
        display: inline-block;
        position: relative;
        width: 60%;
        text-align: center;
        margin: 0 auto 10px; }
        @media (max-width: 880px) {
          #recipe-grid li a img, .search-results-recipes li a img {
            width: 80%; } }
    #recipe-grid li .gridTitle, .search-results-recipes li .gridTitle {
      text-align: center;
      font-family: "Futura", sans-serif; }

#recipe-grid a:hover:before {
  visibility: visible;
  width: 80%; }

/* FOOTER */
.footer-menu {
  text-align: center;
  padding-bottom: 50px !important;
  background-color: #212326; }
  @media (max-width: 1024px) {
    .footer-menu {
      padding-bottom: 25px !important; } }
  @media (max-width: 880px) {
    .footer-menu {
      padding-bottom: 0 !important; } }
  .footer-menu ul {
    list-style-type: none;
    margin: 0 auto;
    display: inline-block; }
    .footer-menu ul li {
      list-style: none;
      display: inline-block;
      padding: 0 10px; }
      @media (max-width: 880px) {
        .footer-menu ul li {
          padding: 0 5px;
          width: 100%; } }
      .footer-menu ul li a {
        font-size: 13px;
        font-family: "Futura Light", sans-serif;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #fff; }
        @media (max-width: 480px) {
          .footer-menu ul li a {
            font-size: 12px; } }

.footnotes.desktop {
  display: table-cell; }
  @media (max-width: 1024px) {
    .footnotes.desktop {
      display: none; } }

.footnotes.mobile {
  display: none; }
  @media (max-width: 1024px) {
    .footnotes.mobile {
      display: block; } }

.footer-notes {
  margin-top: 25px; }
  .footer-notes .disclaimer {
    font-size: 10px;
    line-height: 1.7;
    font-family: "Caslon", serif;
    text-align: left;
    margin: 0;
    margin-bottom: 5px;
    width: 100%;
    padding: 10px;
    border: 1px solid #212326;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
    @media (max-width: 1024px) {
      .footer-notes .disclaimer {
        margin-top: 10px;
        margin-right: 0;
        text-align: left;
        width: 37.5%;
        float: left; } }
    @media (max-width: 880px) {
      .footer-notes .disclaimer {
        width: 100%;
        margin-right: 0;
        text-align: center; } }
  .footer-notes span {
    color: #fff;
    display: inline-block;
    font-family: "Caslon", serif; }
    .footer-notes span a {
      color: #fff; }
  .footer-notes .terms {
    display: block;
    width: 100%;
    color: #999999;
    font-size: 12px;
    font-family: "Caslon", serif;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 1.5;
    margin-bottom: 15px; }
    @media (max-width: 1200px) {
      .footer-notes .terms {
        letter-spacing: 0.2px; } }
    @media (max-width: 1024px) {
      .footer-notes .terms {
        margin-bottom: 0; } }
    @media (max-width: 880px) {
      .footer-notes .terms {
        text-align: center;
        letter-spacing: 0.4px; } }
    @media (max-width: 400px) {
      .footer-notes .terms {
        letter-spacing: 0.3px; } }
  .footer-notes .rights {
    display: block;
    width: 100%;
    color: #999999;
    font-size: 10px;
    font-family: "Caslon", serif;
    font-weight: normal;
    letter-spacing: 0.4px; }
    @media (max-width: 880px) {
      .footer-notes .rights {
        text-align: center; } }

.footer-notes {
  float: left;
  width: 100%; }

.social-wrap {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  text-align: center; }
  .social-wrap .social-icons {
    display: inline-block;
    margin: 30px auto 0; }
    .social-wrap .social-icons a {
      display: inline-block;
      width: auto;
      margin: 0 10px; }
    .social-wrap .social-icons .facebook img {
      width: 10px; }
    .social-wrap .social-icons .instagram img {
      width: 18px; }
    .social-wrap .social-icons .twitter img {
      width: 18px; }

.footer-social-dropdown {
  display: none; }
  @media (max-width: 880px) {
    .footer-social-dropdown {
      display: block; } }

.static-page-content {
  padding-top: 60px; }
  @media (max-width: 880px) {
    .static-page-content {
      padding-top: 40px; } }

@media (max-width: 880px) {
  .mobile-footer-item-dropdown {
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    text-align: left; }
    .mobile-footer-item-dropdown:last-of-type {
      border: none; } }
@media (max-width: 880px) {
  .mobile-footer-item-dropdown {
    border-bottom: 1px solid #ececec;
    padding: 17px 0;
    width: 100%; } }
.mobile-footer-item-dropdown .content {
  display: block; }
  @media (max-width: 880px) {
    .mobile-footer-item-dropdown .content {
      display: none;
      padding: 10px 0 20px;
      position: static;
      background: transparent;
      text-align: left;
      width: 100%;
      border-bottom: 1px solid #ececec; } }
@media (max-width: 880px) {
  .mobile-footer-item-dropdown h4 {
    margin-bottom: 0; } }
.mobile-footer-item-dropdown .ease-animation-slow {
  display: none;
  position: absolute;
  right: 5px;
  top: 15px;
  width: 25px;
  height: 25px; }
  @media (max-width: 880px) {
    .mobile-footer-item-dropdown .ease-animation-slow {
      display: block; } }
  @media (max-width: 880px) {
    .mobile-footer-item-dropdown .ease-animation-slow {
      right: 5px; } }
  .mobile-footer-item-dropdown .ease-animation-slow:before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    background: #2e2930;
    height: 12px;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: 5px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  .mobile-footer-item-dropdown .ease-animation-slow:after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    background: #2e2930;
    height: 2px;
    margin-left: .25px;
    left: 50%;
    top: 50%;
    margin-top: -1.25px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear; }

.mobile-footer-item-dropdown.active {
  border-color: #fff; }
  .mobile-footer-item-dropdown.active span {
    color: #212326; }
    .mobile-footer-item-dropdown.active span:after {
      display: none; }
    .mobile-footer-item-dropdown.active span:before {
      background: #212326;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

/*-----About-----*/
.vertical-line .grid__item:first-of-type {
  border-right: 1px solid rgba(45, 40, 47, 0.2); }
.vertical-line .grid__item {
  padding: 25px 0; }

.vertical-line-mobile {
  display: none; }
  @media (max-width: 880px) {
    .vertical-line-mobile {
      display: table; } }

.full-width-hero img {
  width: 100%; }
  .full-width-hero img .desktop {
    display: block; }
    @media (max-width: 880px) {
      .full-width-hero img .desktop {
        display: none; } }
  .full-width-hero img .mobile {
    display: none; }
    @media (max-width: 880px) {
      .full-width-hero img .mobile {
        display: block; } }

.all .collection-listing {
  padding-top: 30px; }

.about-header {
  margin-top: 80px; }
  @media (max-width: 1200px) {
    .about-header {
      margin-top: 60px; } }
  @media (max-width: 880px) {
    .about-header {
      margin-top: 40px; } }
  .about-header h1 {
    text-align: center;
    width: 100%; }
  .about-header h4 {
    text-align: center;
    line-height: 1.7;
    font-family: "Futura", sans-serif;
    text-transform: none; }
  .about-header p {
    text-align: center;
    margin: 0 auto;
    width: 600px; }
    @media (max-width: 640px) {
      .about-header p {
        width: 100%; } }
  .about-header .superscript {
    font-size: 9px;
    vertical-align: text-top;
    margin-top: 4px; }

.about-intro {
  text-align: center; }
  .about-intro h1 {
    margin-bottom: 15px; }
  .about-intro p {
    max-width: 650px; }
  .about-intro #amanda-signature {
    display: inline-block;
    margin: 0 auto 10px;
    max-width: 120px; }

.about-menu {
  background-color: #fafaf8;
  max-width: 100%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 78px;
  z-index: 9004; }
  @media (max-width: 1040px) {
    .about-menu {
      display: none; } }
  .about-menu .secondary {
    text-align: center;
    padding: 25px 0; }
    .about-menu .secondary ul {
      margin: 0;
      padding: 0;
      margin: 0 auto;
      display: inline-block;
      text-align: center;
      list-style-type: none; }
      .about-menu .secondary ul li {
        list-style: none;
        text-align: center;
        padding: 0 20px;
        vertical-align: middle;
        display: inline-block;
        font-size: 14px; }
        .about-menu .secondary ul li a.active {
          display: block;
          border-bottom: 3px solid #d9915f;
          padding: 5px 0; }

.values .about-images {
  text-align: center; }
.values .cream-fpo {
  max-width: 550px; }

@media (max-width: 880px) {
  .about-images {
    padding: 40px 0 !important; } }
@media (max-width: 880px) {
  .about-images .flex-one-half {
    width: 100%; } }
.about-images img {
  width: 100%;
  padding: 0 20px; }
  @media (max-width: 880px) {
    .about-images img {
      padding: 0; } }
.about-images #ppage-video {
  padding: 0 20px !important; }
  @media (max-width: 880px) {
    .about-images #ppage-video {
      padding: 0 !important; } }
  .about-images #ppage-video .ppage-video-wrap {
    display: block !important;
    padding: 0 !important; }

#values-columns .grid__item {
  padding: 40px 30px 0 30px;
  vertical-align: top; }
  @media (max-width: 880px) {
    #values-columns .grid__item {
      padding: 20px 0 0; } }
@media (max-width: 840px) {
  #values-columns .display-table-cell, #values-columns .display-table {
    display: block;
    width: 100%; } }
#values-columns h4 {
  font-family: "Futura", sans-serif; }
#values-columns p {
  margin-bottom: 0; }
  @media (max-width: 880px) {
    #values-columns p {
      max-width: 350px; } }
  @media (max-width: 480px) {
    #values-columns p {
      max-width: 100%; } }
#values-columns p.larger {
  font-family: "Futura", sans-serif; }

.values .standards-copy p {
  max-width: 600px; }
@media (max-width: 840px) {
  .values .standards-copy h3 {
    margin-bottom: 25px; } }

.partnerships p {
  max-width: 600px; }

.about-menu-mobile {
  background-color: #fafaf8;
  display: none; }
  @media (max-width: 1040px) {
    .about-menu-mobile {
      display: block;
      position: -webkit-sticky;
      /* Safari */
      position: sticky;
      top: 49px;
      z-index: 9004; } }
  .about-menu-mobile ul {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    list-style-type: none;
    width: 100%; }
    .about-menu-mobile ul li {
      list-style: none;
      padding: 0 20px 0 0;
      text-align: center;
      vertical-align: middle;
      display: inline-block;
      font-size: 14px;
      height: 48px;
      line-height: 48px; }
      .about-menu-mobile ul li a.active {
        border-bottom: 3px solid #d9915f;
        display: block;
        height: 48px;
        line-height: 48px; }

.search-results {
  z-index: 9003;
  list-style-type: none;
  width: 272px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #212326;
  border-radius: 0px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-sizing: border-box; }
  @media (max-width: 840px) {
    .search-results {
      z-index: 8889;
      width: 100%;
      border-top: 1px solid #ececec; } }
  .search-results li {
    display: block !important;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ececec;
    line-height: 38px;
    overflow: hidden;
    padding: 5px 0 !important; }
    .search-results li a {
      text-transform: none !important; }
    .search-results li:hover {
      color: #212326 !important; }

.search-results a {
  float: left;
  display: block; }
  .search-results a:hover {
    color: #212326 !important; }

.search-results .title {
  float: left;
  width: 200px;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
  font-size: 14px; }
  .search-results .title:hover {
    color: #212326 !important; }
  .search-results .title span:hover {
    color: #212326 !important; }

.search-results .thumbnail {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin: 3px 0 3px 8px;
  padding: 0;
  text-align: center;
  overflow: hidden; }

.search-results .article .thumbnail img {
  border-radius: 50%; }

.article-search-results .block-inner {
  margin-bottom: 0 !important; }
.article-search-results .featured-img {
  border: none;
  outline: none;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  border-radius: 50%; }
.article-search-results p {
  text-align: center;
  padding: 24px 0 12px;
  margin-bottom: 0 !important; }

#AjaxifyCart .additional-checkout-buttons, #ajaxifyCart .additional-checkout-buttons {
  display: none; }

.subscription #rc_container > div.rc_block.rc_block__type.rc_block__type__onetime.rc_block__type--active > label > span:nth-child(2) {
  color: #212326 !important;
  font-family: "Caslon", serif;
  letter-spacing: 0.025em;
  font-size: 12px !important; }
  @media (max-width: 1200px) {
    .subscription #rc_container > div.rc_block.rc_block__type.rc_block__type__onetime.rc_block__type--active > label > span:nth-child(2) {
      font-size: 11px !important; } }
  @media (max-width: 374px) {
    .subscription #rc_container > div.rc_block.rc_block__type.rc_block__type__onetime.rc_block__type--active > label > span:nth-child(2) {
      font-size: 10px !important; } }
  @media (max-width: 320px) {
    .subscription #rc_container > div.rc_block.rc_block__type.rc_block__type__onetime.rc_block__type--active > label > span:nth-child(2) {
      font-size: 9px !important; } }

.subscription .rc_container > div.rc_block.rc_block__type.rc_block__type__onetime.rc_block__type--active > label > span:nth-child(2) {
  color: #212326 !important;
  font-family: "Caslon", serif;
  letter-spacing: 0.025em;
  font-size: 12px !important; }
  @media (max-width: 1200px) {
    .subscription .rc_container > div.rc_block.rc_block__type.rc_block__type__onetime.rc_block__type--active > label > span:nth-child(2) {
      font-size: 11px !important; } }
  @media (max-width: 374px) {
    .subscription .rc_container > div.rc_block.rc_block__type.rc_block__type__onetime.rc_block__type--active > label > span:nth-child(2) {
      font-size: 10px !important; } }
  @media (max-width: 320px) {
    .subscription .rc_container > div.rc_block.rc_block__type.rc_block__type__onetime.rc_block__type--active > label > span:nth-child(2) {
      font-size: 9px !important; } }

.c-afterpay-info-modal-preface__motto {
  color: #212326 !important; }

.c-afterpay-info-modal-process__heading {
  color: #212326 !important; }

.ajaxcart__subtotal > .afterpay-paragraph {
  color: #A6A6A6;
  font-size: 11px !important;
  letter-spacing: .025em;
  margin-top: 3px;
  font-family: "Caslon", serif; }
  @media (max-width: 880px) {
    .ajaxcart__subtotal > .afterpay-paragraph {
      font-size: 10px !important; } }

.ajaxcart__subtotal > .afterpay-paragraph .afterpay-logo {
  max-width: 65px !important;
  height: auto !important;
  width: auto !important;
  opacity: .50 !important; }
  @media (max-width: 880px) {
    .ajaxcart__subtotal > .afterpay-paragraph .afterpay-logo {
      max-width: 60px !important; } }

.cart-total-prices > p {
  float: left !important;
  color: #A6A6A6 !important;
  font-size: 12px;
  font-family: "Caslon", serif !important;
  text-align: left; }
  @media (max-width: 880px) {
    .cart-total-prices > p {
      font-size: 10px !important; } }

.cart-total-prices .afterpay-logo {
  opacity: .50 !important;
  max-width: 70px !important; }
  @media (max-width: 880px) {
    .cart-total-prices .afterpay-logo {
      max-width: 60px !important; } }

.cart-total-prices .afterpay-link {
  text-decoration: underline !important; }

.c-afterpay-info-modal-preface__motto {
  color: #2e2930 !important; }

.c-afterpay-info-modal-process__heading {
  color: #2e2930 !important; }

/* Partnerships */
#body-partnership {
  margin-top: 60px; }
  #body-partnership img.desktop-xl {
    display: block; }
    @media (max-width: 1440px) {
      #body-partnership img.desktop-xl {
        display: none; } }
  #body-partnership img.desktop {
    display: none; }
    @media (max-width: 1440px) {
      #body-partnership img.desktop {
        display: block; } }
    @media (max-width: 880px) {
      #body-partnership img.desktop {
        display: none; } }
  #body-partnership img.mobile {
    display: none; }
    @media (max-width: 1440px) {
      #body-partnership img.mobile {
        display: none; } }
    @media (max-width: 880px) {
      #body-partnership img.mobile {
        display: block; } }
  @media (max-width: 880px) {
    #body-partnership {
      margin-top: 0; } }
  #body-partnership p {
    max-width: 600px;
    color: white;
    padding: 0 30px; }
  #body-partnership a {
    text-decoration: underline;
    color: white; }

/* Owl Carousel */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.blur-up {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  transition: filter 100ms, -webkit-filter 100ms; }

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0); }

/*-----iPhone X, XS Max, XR-----*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .navigation-new .mobile-navigation ul#mobile-nav-bottom {
    margin-top: 40px; }

  .mobile-navigation {
    margin-top: 80px; } }
/*----- Custom for upsell app -----*/
#CrossSellApp {
  position: relative;
  /*height: 87px;*/ }
  #CrossSellApp span.loading {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fafaf8 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s; }
    #CrossSellApp span.loading .spinner {
      stroke: black;
      width: 20px; }
  #CrossSellApp .loading.loading--is-loading {
    opacity: 1;
    z-index: 10;
    transition: all 1s; }

.spinner {
  animation: rotation 1.35s linear infinite; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

.circle {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.35s ease-in-out infinite;
  animation: turn 1.35s ease-in-out infinite; }

@-webkit-keyframes turn {
  0% {
    stroke-dashoffset: 180; }

  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes turn {
  0% {
    stroke-dashoffset: 180; }

  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

/*  attentive embed */
#attentive-embed {
  width: 400px !important;
  text-align: center;
  margin: 60px auto 0;
  display: inline-block; }
  @media (max-width: 880px) {
    #attentive-embed {
      width: 325px !important;
      margin: 40px auto 0; } }
  @media (max-width: 374px) {
    #attentive-embed {
      width: 300px !important; } }

/**
* Added 10/12/20
*/
.simple-text-divider h2 {
  padding: 60px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
  font-size: 22px; }

.is-adding--top-bar {
  height: 4px;
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000; }

.is-adding--top-bar:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #d9915f;
  animation: loading 2s linear infinite; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }

  50% {
    width: 30%; }

  70% {
    width: 70%; }

  80% {
    left: 50%; }

  95% {
    left: 120%; }

  to {
    left: 100%; } }

/* Swiper Slider */
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: transparent !important;
  border: 1px solid #212326 !important;
  opacity: 1 !important; }
  @media (max-width: 880px) {
    .swiper-pagination-bullet {
      width: 9px !important;
      height: 9px !important; } }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px !important; }
  @media (max-width: 880px) {
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 4px !important; } }

.swiper-pagination-bullet-active {
  background: #212326 !important; }

.swiper-container {
  padding: 0 0 50px !important; }
  @media (max-width: 880px) {
    .swiper-container {
      padding: 0 0 45px !important; } }

.swiper-pagination {
  z-index: 20 !important; }

.swiper-button-next, .swiper-button-prev {
  color: #212326 !important; }
  @media (max-width: 880px) {
    .swiper-button-next, .swiper-button-prev {
      display: none !important; } }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important; }

/* Instafeed */
.instafeed-lightbox .lightbox-instagram .instafeed-caption {
  color: #212326 !important;
  font-size: 17px;
  font-family: "Caslon Italic", serif; }

.instafeed-lightbox .lightbox-instagram .fullname {
  color: #212326 !important;
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.instafeed-lightbox .lightbox-instagram .username {
  font-family: "Caslon Italic", serif;
  text-transform: none;
  font-size: 15px !important; }

.instafeed-lightbox .lightbox-instagram .post-date {
  font-size: 13px !important; }

#insta-feed, .instafeed-lightbox {
  background: #212326; }

.instafeed-container {
  background: #212326; }
  @media (max-width: 880px) {
    .instafeed-container {
      width: 50% !important;
      padding-top: 50% !important; } }

.homepage-video {
  border-top: 1px solid #ccc; }

.instagram-homepage {
  background-color: #212326; }
  .instagram-homepage h1 {
    color: #fff;
    font-family: "Futura Light", sans-serif; }

.homepage-video p:last-of-type {
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 15px; }
  .homepage-video p:last-of-type:after {
    display: block;
    content: "";
    width: 32px;
    text-align: center;
    height: 32px;
    margin: 0 auto;
    background: url("down-arrow-2020.png") no-repeat center;
    background-size: 70%; }

.homepage-video p:first-of-type {
  margin-bottom: 30px; }

#map {
  width: 100%;
  height: 500px;
  margin-top: 80px; }
  @media (max-width: 880px) {
    #map {
      height: 380px; } }
  #map button {
    min-width: auto !important;
    overfloa: auto !important; }

.grecaptcha-badge {
  visibility: hidden; }

.address-info-wrap {
  margin-top: 120px; }
  .address-info-wrap h1 {
    margin-bottom: 30px; }
  .address-info-wrap p {
    margin-bottom: 30px; }
  .address-info-wrap p strong {
    font-weight: bold;
    padding-bottom: 0px;
    display: inline-block;
    font-family: "Futura Light", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em; }

.shopify-challenge__container {
  margin-top: 120px !important;
  padding-bottom: 120px; }

.featured-image-homepage {
  max-height: 950px; }
  @media (max-width: 960px) {
    .featured-image-homepage {
      max-height: none; } }
  .featured-image-homepage .text-overlay h1, .featured-image-homepage .text-overlay p {
    color: #212326;
    max-width: 630px; }
  @media (max-width: 960px) {
    .featured-image-homepage .text-overlay {
      position: relative;
      margin-top: 40px; } }
  .featured-image-homepage .text-overlay .container {
    justify-content: flex-end;
    padding-bottom: 5%; }
    @media (min-width: 1600px) {
      .featured-image-homepage .text-overlay .container {
        padding-bottom: 3%; } }
    @media (max-width: 1599px) {
      .featured-image-homepage .text-overlay .container {
        padding-bottom: 5%; } }
    @media (max-width: 960px) {
      .featured-image-homepage .text-overlay .container {
        padding-bottom: 60px; } }
  .featured-image-homepage .button {
    background: transparent !important; }
    .featured-image-homepage .button:hover {
      background: #212326 !important; }
  .featured-image-homepage img.desktop {
    display: block; }
    @media (max-width: 960px) {
      .featured-image-homepage img.desktop {
        display: none; } }
  .featured-image-homepage img.mobile {
    display: none; }
    @media (max-width: 960px) {
      .featured-image-homepage img.mobile {
        display: block; } }

.featured-press {
  border-top: 1px solid #ececec; }

@media (max-width: 960px) {
  .press-logos .press-logos-wrap {
    flex-wrap: wrap; } }
.press-logos .press-logos-wrap img {
  width: 14%;
  padding: 15px;
  opacity: 0.3; }
  @media (max-width: 960px) {
    .press-logos .press-logos-wrap img {
      width: 24%; } }
  @media (max-width: 767px) {
    .press-logos .press-logos-wrap img {
      padding: 10px; } }
  @media (max-width: 480px) {
    .press-logos .press-logos-wrap img {
      width: 33%; } }
.press-logos .press-logos-wrap #gq {
  width: 12%;
  padding-right: 0; }
  @media (max-width: 960px) {
    .press-logos .press-logos-wrap #gq {
      width: 24%; } }
  @media (max-width: 767px) {
    .press-logos .press-logos-wrap #gq {
      padding: 10px;
      padding-right: 0; } }
  @media (max-width: 480px) {
    .press-logos .press-logos-wrap #gq {
      width: 33%; } }

.paywhirl-plan-selector {
  font-family: "Caslon", serif;
  font-size: 16px; }
  .paywhirl-plan-selector legend {
    display: none; }

.paywhirl-plan-selector-group:hover .check {
  border: 2px solid #212326; }

.paywhirl-plan-selector-group .check {
  display: block;
  position: absolute;
  border: 1px solid #212326 !important;
  border-radius: 100%;
  height: 17px;
  width: 17px;
  top: 2px;
  left: 0;
  z-index: 9001;
  transition: border .25s linear;
  -webkit-transition: border .25s linear; }

.paywhirl-plan-selector-group .check:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

.paywhirl-plan-selector-group label {
  float: left;
  width: 100%;
  text-align: left;
  display: block !important;
  position: relative;
  padding: 0 25px 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  z-index: 9002;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #212326 !important; }

input.paywhirl-radio {
  position: absolute;
  visibility: hidden; }

input.paywhirl-radio:checked ~ .check {
  border: 1px solid #212326; }

input.paywhirl-radio:checked ~ .check:before {
  background: #212326; }

.paywhirl-plan-selector-group span {
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 15px; }

.paywhirl-plan-selector .paywhirl-plan-selector-plan {
  float: left; }

.paywhirl-plan-selector .paywhirl-plan-selector-group {
  float: left;
  width: 100%;
  margin: 10px 0 !important; }

.paywhirl-plan-selector-plan label {
  padding-left: 0; }

.paywhirl-plan-selector .paywhirl-plan-selector-plan > label {
  margin-bottom: 5px !important; }

.layout-column-half-left, .layout-column-half-right {
  float: left;
  width: 50%; }
  @media (max-width: 480px) {
    .layout-column-half-left, .layout-column-half-right {
      float: left;
      width: 100%; } }

@media (max-width: 400px) {
  .account-menu {
    padding: 0 !important; } }
.account-menu .secondary.site-navigation ul.menu {
  display: block !important; }
  @media (max-width: 1040px) {
    .account-menu .secondary.site-navigation ul.menu {
      display: none !important; } }
  @media (max-width: 400px) {
    .account-menu .secondary.site-navigation ul.menu a {
      font-size: 13px; } }

.account-menu .scroll-menu.subscription-pages {
  text-align: left; }

.user-customer .template_header, #template.mj-account-page .template_header, .account #content .template_header {
  margin-top: 0; }
.user-customer input, #template.mj-account-page input, .account #content input {
  text-align: left;
  min-width: 350px;
  border-radius: 0 !important; }
  @media (max-width: 400px) {
    .user-customer input, #template.mj-account-page input, .account #content input {
      width: 100%;
      min-width: 100%; } }
.user-customer input:-moz-placeholder, #template.mj-account-page input:-moz-placeholder, .account #content input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px !important;
  letter-spacing: .05em; }
.user-customer input::-moz-placeholder, #template.mj-account-page input::-moz-placeholder, .account #content input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px !important;
  letter-spacing: .05em; }
.user-customer input:-ms-input-placeholder, #template.mj-account-page input:-ms-input-placeholder, .account #content input:-ms-input-placeholder {
  font-size: 16px !important;
  letter-spacing: .05em; }
.user-customer input[type="email"], .user-customer input[type="password"], .user-customer input[type="text"], #template.mj-account-page input[type="email"], #template.mj-account-page input[type="password"], #template.mj-account-page input[type="text"], .account #content input[type="email"], .account #content input[type="password"], .account #content input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 2px solid #212326;
  padding: 6px 0;
  margin-bottom: 15px;
  font-size: 16px;
  border-radius: 0 !important;
  letter-spacing: .05em;
  font-family: "Caslon", serif; }
.user-customer input[type="submit"], #template.mj-account-page input[type="submit"], .account #content input[type="submit"] {
  min-width: 200px !important;
  text-align: center;
  border-radius: 0 !important; }
  @media (max-width: 400px) {
    .user-customer input[type="submit"], #template.mj-account-page input[type="submit"], .account #content input[type="submit"] {
      width: 100%;
      min-width: 100%; } }
.user-customer input[type="checkbox"], #template.mj-account-page input[type="checkbox"], .account #content input[type="checkbox"] {
  min-width: 0 !important;
  width: auto !important;
  background: white !important;
  border-radius: 0 !important;
  border: 1px solid #212326;
  margin-bottom: 5px; }
.user-customer .note, #template.mj-account-page .note, .account #content .note {
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 15px; }
.user-customer #login_email, .user-customer #login_password, .user-customer .action_bottom, #template.mj-account-page #login_email, #template.mj-account-page #login_password, #template.mj-account-page .action_bottom, .account #content #login_email, .account #content #login_password, .account #content .action_bottom {
  width: 100%; }

.mj-account-page {
  float: left;
  width: 100%;
  padding: 0 0 80px; }
  @media (max-width: 767px) {
    .mj-account-page {
      padding: 0 0 50px; } }

.reset-account #template {
  padding: 0 0 80px; }
  @media (max-width: 767px) {
    .reset-account #template {
      padding: 0 0 50px; } }
  .reset-account #template input[type="password"] {
    text-align: left !important;
    min-width: 300px;
    border-bottom: 2px solid #212326;
    padding: 6px 0;
    margin-bottom: 10px;
    font-size: 16px; }
    @media (max-width: 400px) {
      .reset-account #template input[type="password"] {
        width: 100%;
        min-width: 100%; } }

.update-password #template {
  padding: 0 0 80px; }
  @media (max-width: 767px) {
    .update-password #template {
      padding: 0 0 50px; } }
  .update-password #template input[type="email"] {
    text-align: left !important;
    min-width: 300px;
    background: transparent;
    border-bottom: 2px solid #212326;
    padding: 6px 0;
    margin-bottom: 10px;
    font-size: 16px; }
    @media (max-width: 400px) {
      .update-password #template input[type="email"] {
        width: 100%;
        min-width: 100%; } }

#template.mj-account-page input[type="submit"], .reset-account input[type="submit"], .update-password input[type="submit"] {
  text-align: center;
  padding: 0;
  min-width: 300px; }
  @media (max-width: 400px) {
    #template.mj-account-page input[type="submit"], .reset-account input[type="submit"], .update-password input[type="submit"] {
      width: 100%;
      min-width: 100%; } }

#forgot_password {
  font-size: 14px;
  margin: 5px 0 15px; }

#admin_header {
  float: left;
  width: 100%;
  margin-top: 60px; }
  @media (max-width: 767px) {
    #admin_header {
      margin-top: 40px; } }
  #admin_header p {
    text-align: left;
    margin-bottom: 8px; }
  #admin_header .title {
    text-align: left;
    margin-bottom: 8px;
    float: left;
    width: 100%; }
  #admin_header .action_return, #admin_header .action_top {
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    text-decoration: underline; }

.header-addresses {
  position: relative;
  margin: 30px 0 0 !important;
  float: left;
  width: 100%; }
  .header-addresses .action_top {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 200px;
    margin-bottom: 0; }
    @media (max-width: 480px) {
      .header-addresses .action_top a {
        min-width: 100px; } }

#customer_sidebar {
  float: left;
  width: 100%;
  text-align: left;
  margin: 60px 0 80px; }
  @media (max-width: 767px) {
    #customer_sidebar {
      margin: 40px 0; } }
  #customer_sidebar #view_address {
    text-decoration: underline; }
  #customer_sidebar #update-address-link {
    font-size: 14px;
    margin-top: 10px; }
    #customer_sidebar #update-address-link:hover a {
      color: #fff; }
  #customer_sidebar #manage-subscriptions-link {
    float: left; }
    @media (max-width: 640px) {
      #customer_sidebar #manage-subscriptions-link {
        margin-top: 30px; } }
  #customer_sidebar #subscription-note {
    float: left;
    clear: both;
    margin: 20px 0 0;
    font-style: italic; }
    @media (max-width: 640px) {
      #customer_sidebar #subscription-note {
        margin: 30px 0 0; } }
  @media (max-width: 640px) {
    #customer_sidebar .display-table, #customer_sidebar .display-table-cell {
      display: block;
      width: 100%; } }

.customer_address_table {
  margin: 20px 0; }
  .customer_address_table td {
    padding: 0; }
  .customer_address_table select {
    margin: 5px 0 10px;
    font-size: 14px;
    font-family: "Caslon", serif; }

#customer_detail {
  padding-left: 6%; }
  @media (max-width: 767px) {
    #customer_detail {
      padding-left: 0; } }
  #customer_detail .address, #customer_detail .phone {
    margin-top: 25px; }
  #customer_detail .action_bottom input {
    margin-bottom: 10px; }

#customer_detail p, #customer_detail a,
#order_address .address p {
  margin-bottom: 0; }
  @media (max-width: 480px) {
    #customer_detail p, #customer_detail a,
    #order_address .address p {
      font-size: 14px;
      line-height: 1.5; } }

#customer_orders {
  float: left;
  width: 100%;
  margin: 0 0 80px; }
  @media (max-width: 767px) {
    #customer_orders {
      margin: 0 0 40px; } }
  #customer_orders table {
    width: 100%; }
    #customer_orders table th {
      padding: 0 10px 10px 0;
      text-transform: uppercase;
      font-family: "Caslon", serif;
      letter-spacing: 0.05em; }
      @media (max-width: 480px) {
        #customer_orders table th {
          font-size: 14px;
          line-height: 1.5; } }
    #customer_orders table td {
      padding: 10px 10px 10px 0; }
      @media (max-width: 480px) {
        #customer_orders table td {
          font-size: 14px;
          line-height: 1.5; } }
    @media (max-width: 640px) {
      #customer_orders table .status {
        display: none; } }

#customer_rewards_bottom {
  padding-bottom: 40px; }

#order_details {
  float: left;
  width: 100%;
  margin-bottom: 40px; }
  #order_details tfoot tr {
    border: none; }
  #order_details tfoot td {
    padding: 5px 10px 5px 0; }
  #order_details th {
    padding: 0 10px 10px 0;
    text-transform: uppercase;
    font-family: "Futura", sans-serif;
    letter-spacing: 0.05em;
    font-size: 14px; }
    @media (max-width: 767px) {
      #order_details th {
        font-size: 14px;
        line-height: 1.5; } }
    @media (max-width: 480px) {
      #order_details th {
        font-size: 12px;
        line-height: 1.5; } }
  #order_details td {
    padding: 15px 10px 15px 0;
    vertical-align: middle; }
    @media (max-width: 480px) {
      #order_details td {
        font-size: 12px;
        line-height: 1.5; } }
  #order_details td.product {
    width: 100px; }
    @media (max-width: 767px) {
      #order_details td.product {
        width: 80px; } }
    @media (max-width: 480px) {
      #order_details td.product {
        width: 60px; } }
  #order_details .note {
    font-size: 14px;
    font-family: "Caslon", serif !important; }
    @media (max-width: 480px) {
      #order_details .note {
        font-size: 12px; } }
    #order_details .note .tracking-code {
      font-size: 11px;
      overflow-wrap: break-word;
      text-decoration: underline; }
  #order_details .total {
    text-align: right;
    padding-right: 0; }
  #order_details .total.money {
    font-size: 14px; }
    @media (max-width: 767px) {
      #order_details .total.money {
        font-size: 14px; } }
  #order_details .sku {
    font-size: 14px; }
    @media (max-width: 480px) {
      #order_details .sku {
        font-size: 12px; } }
  #order_details img {
    max-width: 80px; }
    @media (max-width: 480px) {
      #order_details img {
        max-width: 60px; } }
  #order_details .order_summary.order_total td {
    padding: 20px 0;
    font-size: 22px; }
    @media (max-width: 767px) {
      #order_details .order_summary.order_total td {
        font-size: 18px; } }

#order_cancelled .note {
  font-family: "Caslon", serif !important; }

.order_section_title {
  margin-bottom: 0;
  text-transform: uppercase; }

#order_address {
  margin-top: 10px;
  float: left;
  width: 100%;
  padding-bottom: 40px; }
  #order_address #order_payment {
    float: left;
    width: 48%;
    margin-bottom: 20px; }
  #order_address #order_shipping {
    float: right;
    width: 48%;
    margin-bottom: 20px; }

.order_date {
  text-align: left;
  margin-bottom: 8px; }

#orderify-link {
  text-align: right;
  padding-right: 0 !important; }

.switcher {
  display: flex;
  align-items: center; }
  .switcher .selected-currency {
    display: none;
    color: #fff;
    text-transform: uppercase;
    font-family: "Futura Light", sans-serif;
    letter-spacing: 0.05em;
    font-size: 14px;
    letter-spacing: 0.25em; }
  .switcher label {
    display: none; }
  .switcher .switcher-drop {
    display: flex;
    align-self: center; }

select#currencies {
  background: transparent url("down-arrow-2020-wh.png") no-repeat !important;
  background-position: 94% center !important;
  background-size: 10px !important;
  color: #fff !important;
  font-family: "Futura Light", sans-serif !important;
  letter-spacing: .05em !important;
  font-size: 13px; }
