/** Shopify CDN: Minification failed

Line 2356:15 Expected ":"
Line 2356:16 Expected identifier but found "100%"

**/




.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.big-feature {
    color: #ffdde2 ;
    border-top: 1px solid #ffdde2 ;
    border-bottom: 1px solid #ffdde2 ;
    padding: 5vh;
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}

.product-list .product {
padding:0 0.4% !important;
}

.product-list {
    width: 100%;
    margin-bottom: 0 !important;
    float: left;
}

.product-list .product {
   margin-bottom: 0 !important;

}

span.PIN_1520012482843_embed_grid {
    max-width: 100% !important;
}

.serif {
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}





.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.big-feature {
    color: #ffdde2 ;
    border-top: 1px solid #ffdde2 ;
    border-bottom: 1px solid #ffdde2 ;
    padding: 5vh;
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}

.product-list .product {
padding:0 0.4% !important;
}

.product-list {
    width: 100%;
    margin-bottom: 0 !important;
    float: left;
}

.product-list .product {
   margin-bottom: 0 !important;

}

span.PIN_1520012482843_embed_grid {
    max-width: 100% !important;
}

.serif {
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}





.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.big-feature {
    color: #ffdde2 ;
    border-top: 1px solid #ffdde2 ;
    border-bottom: 1px solid #ffdde2 ;
    padding: 5vh;
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}

.product-list .product {
padding:0 0.4% !important;
}

.product-list {
    width: 100%;
    margin-bottom: 0 !important;
    float: left;
}

.product-list .product {
   margin-bottom: 0 !important;

}

span.PIN_1520012482843_embed_grid {
    max-width: 100% !important;
}

.serif {
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}











.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.big-feature {
    color: #ffdde2 ;
    border-top: 1px solid #ffdde2 ;
    border-bottom: 1px solid #ffdde2 ;
    padding: 5vh;
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}

.product-list .product {
padding:0 0.4% !important;
}

.product-list {
    width: 100%;
    margin-bottom: 0 !important;
    float: left;
}

.product-list .product {
   margin-bottom: 0 !important;

}

span.PIN_1520012482843_embed_grid {
    max-width: 100% !important;
}

.serif {
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}





.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.big-feature {
    color: #ffdde2 ;
    border-top: 1px solid #ffdde2 ;
    border-bottom: 1px solid #ffdde2 ;
    padding: 5vh;
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}

.product-list .product {
padding:0 0.4% !important;
}

.product-list {
    width: 100%;
    margin-bottom: 0 !important;
    float: left;
}

.product-list .product {
   margin-bottom: 0 !important;

}

span.PIN_1520012482843_embed_grid {
    max-width: 100% !important;
}

.serif {
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}




.base-image{
	position: relative;
}

.base-image img{
	width: 100%;
}

.collection-tags.right {
    display:none !important;
}
h1.collection-header.left {
    width: 100%;
    display: block;
    text-align: center;
}








.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}




.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}




.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}



.base-image{
	position: relative;
}

.base-image img{
	width: 100%;
}

.collection-tags.right {
    display:none !important;
}
h1.collection-header.left {
    width: 100%;
    display: block;
    text-align: center;
}



.base-image{
	position: relative;
}

.base-image img{
	width: 100%;
}

.collection-tags.right {
    display:none !important;
}
h1.collection-header.left {
    width: 100%;
    display: block;
    text-align: center;
}



.base-image{
	position: relative;
}

.base-image img{
	width: 100%;
}

.collection-tags.right {
    display:none !important;
}
h1.collection-header.left {
    width: 100%;
    display: block;
    text-align: center;
}



.base-image{
	position: relative;
}

.base-image img{
	width: 100%;
}

.collection-tags.right {
    display:none !important;
}
h1.collection-header.left {
    width: 100%;
    display: block;
    text-align: center;
}



.base-image{
	position: relative;
}

.base-image img{
	width: 100%;
}

.collection-tags.right {
    display:none !important;
}
h1.collection-header.left {
    width: 100%;
    display: block;
    text-align: center;
}



.base-image{
	position: relative;
}

.base-image img{
	width: 100%;
}

.collection-tags.right {
    display:none !important;
}
h1.collection-header.left {
    width: 100%;
    display: block;
    text-align: center;
}



.base-image{
	position: relative;
}

.base-image img{
	width: 100%;
}

.collection-tags.right {
    display:none !important;
}
h1.collection-header.left {
    width: 100%;
    display: block;
    text-align: center;
}



.base-image{
	position: relative;
}

.base-image img{
	width: 100%;
}

.collection-tags.right {
    display:none !important;
}
h1.collection-header.left {
    width: 100%;
    display: block;
    text-align: center;
}




.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}


.mila-text-overlay {
    padding:10% 0;
    background-size:cover;
    background-position:center center;
}

.white-textbox {
    background:white;
    padding:25px;
    width:35%;
    display:block;
    margin:auto;
    text-align:justify;
}

.white-textbox p {
    margin:0;
    margin-bottom:0;
}

.headshot {
    width:40%;
    float:left;
    margin-right:15px;
    margin-bottom:0px;
    margin-top:8px;
}

.to_pullquote:before {
    top: -13px;
    left: -60px;
    content: '“';
}


.to_pullquote:after {
    bottom: -57px;
    right: -10px;
    content: '”';
}

.to_pullquote:before,
.to_pullquote:after {
    
    position: absolute;
    font-size: 5.0em;
    line-height: 1.0;

}
.to_pullquote {
    position:relative;
    color:#fff;
    width:45%;
    display:block;
    margin:auto;
    font-family: "Chronicle Display A","Chronicle Display B";
    font-style:italic;
    font-weight:normal;
    font-size:20px;
    margin-top:25px;
    line-height:1.3;
    text-align:center;
    text-shadow:-1px -1px 2px rgba(0,0,0,0.8);
}

.video_iframe {
    width:100% !important;
}


.video_text {
    width:50%;
    display:block;
    margin:50px auto 0;
}

.made-in-la .grid__item {
    padding-left:0 !important
}


.made-in-la {
    padding-left:30px;
}


.grid .made-in-la .made-in-la-container > .grid__item,
.grid .made-in-la .made-in-la-container .grid__item {
    padding-top: 0 ;
    padding-bottom: 0;
}


.text-section:before {
    content:"❝";
}
.text-section:after {
    content:"❞";
}

.text-section:before,
.text-section:after {
    font-size:40px;
    color:#ff4616;
    line-height;100%;
    display:block;
    margin-bottom:-10px;
}
.grid .made-in-la .made-in-la-container .text-section.grid__item {
    
    padding:30px 0;
}

.line {
    border-bottom:1px solid #000;
    width:83%;
    margin:auto;
    display:block;
    margin-bottom:40px;
}


.line.seperator {
    border-bottom:1px solid #000;
    width:83%;
    display:block;
    margin:40px auto;
}

.grid .made-in-la .made-in-la-container p {
    width:83%;
    display:block;  
    font-family: "Chronicle Display A","Chronicle Display B" !important;
    font-style:italic;
    font-size:24px;
    padding:15px 0 !important;
    margin:0 auto !important;
}

.grid .made-in-la .made-in-la-container .text2 p {
    font-style:normal;
    font-size:14px;
    line-height:150%;
    width:100%;
    padding:0 5%;

}

.grid .made-in-la .made-in-la-container .text2 h2 {
    font-weight:bold;
    font-family: Sweet Sans, sans-serif;
    font-size:21px;
    margin-bottom:0;
    line-height:150%;
}

.grid .made-in-la .made-in-la-container .grid__item.text2 {
   
}

.slideshow .slick-arrow.slick-next {
    background:url(/cdn/shop/files/carousel-right-button_2x_0c5158b3-a943-4bc3-a692-353223db48b9.png?42753);
background-size: contain;
    width: 38px;
    height: 98px;
    background-repeat: no-repeat;
    right: 0;
    }

.slideshow .slick-arrow.slick-prev {
   background: url(/cdn/shop/files/carousel-left-button_2x_cc5d59ca-44e3-4dc4-ac21-94daae890271.png?42753);
    background-size: contain;
    width: 38px;
    height: 98px;
    background-repeat: no-repeat;
    left: 0;
}

.slideshow button.slick-prev.slick-arrow {
    left:0;
}


















.hero-section img { width: 100%; }


.image-quote-section p { position: relative; font-family: Georgia, Times, "Times New Roman", serif; font-size: 2.0em; font-style: italic; line-height: 1.7; }
.image-quote-section p:before,
.image-quote-section p:after { position: absolute; font-size: 5.0em; line-height: 1.0; }
.image-quote-section p:before { top: -13px; left: -60px; content: '“'; }
.image-quote-section p:after { bottom: -57px; margin-left: 15px; content: '”'; }
.image-quote-section p:last-of-type { margin-bottom: 0; }
.image-quote-section div { display: inline-block; vertical-align: middle; }
.image-quote-section div:nth-child(1) { width: 42%; }
.image-quote-section div:nth-child(2) { width: 25%; margin: 0 12% 0 14%; text-align: left; }

/* Responsive - Tablet Landscape
-------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .image-quote-section div:nth-child(2) { width: 29%; margin: 0 10% 0 12%; }
}

/* Responsive - Tablet Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .image-quote-section div:nth-child(2) { width: 41%; margin: 0 4% 0 12%; }
}

/* Responsive - Mobile Landscape
-------------------------------------------------------------- */
@media only screen and (max-width: 667px) {
    .image-quote-section p:before,
    .image-quote-section p:after { font-size: 3.6em; }
}

/* Responsive - Mobile Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
    .image-quote-section { padding: 40px 0 !important; }
    .image-quote-section p { font-size: 1.4em; }
    .image-quote-section p:before,
    .image-quote-section p:after { font-size: 3.6em; left: 50%; transform: translateX(-50%); }
    .image-quote-section p:before { top: -30px; }
    .image-quote-section p:after { bottom: -55px; margin-left: 0; }
    .image-quote-section div:nth-child(1) { display: none; }
    .image-quote-section div:nth-child(2) { width: 100%; margin: 0; text-align: center; }
}


.text-image-section h2 { margin-bottom: 11px; font-size: 2.8em; text-align: center; }
.text-image-section p { font-size: 1.5em; line-height: 1.7; }
.text-image-section p:last-of-type { margin-bottom: 0; }
.text-image-section div { display: inline-block; vertical-align: middle; }
.text-image-section div:nth-child(1) { width: 34%; text-align: left; }
.text-image-section div:nth-child(2) { width: 42%; margin-left: 8%; }

/* Responsive - Tablet Landscape
-------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .text-image-section div:nth-child(1) { width: 44%; }
}

/* Responsive - Tablet Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .text-image-section div:nth-child(1) { width: 53%; }
  .text-image-section div:nth-child(2) { margin-left: 4%; }
}

/* Responsive - Mobile Landscape
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
    .text-image-section h2 { font-size: 2.1em; }
    .text-image-section p { font-size: 1.3em; }
    .text-image-section div:nth-child(1) { width: 100%; text-align: center; }
    .text-image-section div:nth-child(2) { width: 100%; margin: 45px 0 0; }
}


.text-video-section h2 { margin-bottom: 11px; font-size: 2.8em; text-align: center; }
.text-video-section p { font-size: 1.5em; line-height: 1.7; }
.text-video-section p:last-of-type { margin-bottom: 0; }
.text-video-section .btn-play { width: 83px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.text-video-section div { display: inline-block; vertical-align: middle; }
.text-video-section div:nth-child(1) { width: 34%; text-align: left; }
.text-video-section div:nth-child(2) { width: 42%; position: relative; margin-left: 8%; }

/* Responsive - Tablet Landscape
-------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .text-video-section div:nth-child(1) { width: 44%; }
}

/* Responsive - Tablet Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .text-video-section div:nth-child(1) { width: 53%; }
  .text-video-section div:nth-child(2) { margin-left: 4%; }
}

/* Responsive - Mobile Landscape
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
    .text-video-section h2 { font-size: 2.1em; }
    .text-video-section p { font-size: 1.3em; }
    .text-video-section div:nth-child(1) { width: 100%; text-align: center; }
    .text-video-section div:nth-child(2) { width: 100%; margin: 45px 0 0; }
}






.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.big-feature {
    color: #ffdde2 ;
    border-top: 1px solid #ffdde2 ;
    border-bottom: 1px solid #ffdde2 ;
    padding: 5vh;
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}

.product-list .product {
padding:0 0.4% !important;
}

.product-list {
    width: 100%;
    margin-bottom: 0 !important;
    float: left;
}

.product-list .product {
   margin-bottom: 0 !important;

}

span.PIN_1520012482843_embed_grid {
    max-width: 100% !important;
}

.serif {
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}





.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.large--one-whole       { width: 100%; }

  /* Halves */
 .large--one-half        { width: 50%; }

  /* Thirds */
 .large--one-third       { width: 33.333%; }
  .large--two-thirds      { width: 66.666%; }

  /* Quarters */
  .large--one-quarter     { width: 25%; }
  .large--two-quarters    { width: 50%; }
  .large--three-quarters  { width: 75%; }

  /* Fifths */
  .large--one-fifth       { width: 20%; }
  .large--two-fifths      { width: 40%; }
  .large--three-fifths    { width: 60%; }
  .large--four-fifths     { width: 80%; }

  /* Sixths */
  .large--one-sixth       { width: 16.666%; }
  .large--two-sixths      { width: 33.333%; }
  .large--three-sixths    { width: 50%; }
  .large--four-sixths     { width: 66.666%; }
  .large--five-sixths     { width: 83.333%; }

  /* Eighths */
  .large--one-eighth      { width: 12.5%; }
  .large--two-eighths     { width: 25%; }
  .large--three-eighths   { width: 37.5%; }
  .large--four-eighths    { width: 50%; }
  .large--five-eighths    { width: 62.5%; }
  .large--six-eighths     { width: 75%; }
  .large--seven-eighths   { width: 87.5%; }

  /* Tenths */
  .large--one-tenth       { width: 10%; }
  .large--two-tenths      { width: 20%; }
  .large--three-tenths    { width: 30%; }
  .large--four-tenths     { width: 40%; }
  .large--five-tenths     { width: 50%; }
 .large--six-tenths      { width: 60%; }
  .large--seven-tenths    { width: 70%; }
  .large--eight-tenths    { width: 80%; }
  .large--nine-tenths     { width: 90%; }

  /* Twelfths */
  .large--one-twelfth     { width: 8.333%; }
  .large--two-twelfths    { width: 16.666%; }
  .large--three-twelfths  { width: 25%; }
  .large--four-twelfths   { width: 33.333%; }
  .large--five-twelfths   { width: 41.666% }
  .large--six-twelfths    { width: 50%; }
  .large--seven-twelfths  { width: 58.333%; }
  .large--eight-twelfths  { width: 66.666%; }
  .large--nine-twelfths   { width: 75%; }
  .large--ten-twelfths    { width: 83.333%; }
  .large--eleven-twelfths { width: 91.666%; }

@media only screen and (max-width: 480px) {
.small--one-whole       { width: 100%; }
 
  /* Halves */
 .small--one-half        { width: 50%; }
 
  /* Thirds */
 .small--one-third       { width: 33.333%; }
  .small--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .small--one-quarter     { width: 25%; }
  .small--two-quarters    { width: 50%; }
  .small--three-quarters  { width: 75%; }
 
  /* Fifths */
  .small--one-fifth       { width: 20%; }
  .small--two-fifths      { width: 40%; }
  .small--three-fifths    { width: 60%; }
  .small--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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%; }
 

} 

@media only screen and (min-width: 480px ) and (max-width: 768px ) {
.medium--one-whole       { width: 100%; }
 
  /* Halves */
 .medium--one-half        { width: 50%; }
 
  /* Thirds */
 .medium--one-third       { width: 33.333%; }
  .medium--two-thirds      { width: 66.666%; }
 
  /* Quarters */
  .medium--one-quarter     { width: 25%; }
  .medium--two-quarters    { width: 50%; }
  .medium--three-quarters  { width: 75%; }
 
  /* Fifths */
  .medium--one-fifth       { width: 20%; }
  .medium--two-fifths      { width: 40%; }
  .medium--three-fifths    { width: 60%; }
  .medium--four-fifths     { width: 80%; }
 
  /* Sixths */
  .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%; }
 
  /* Eighths */
  .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%; }
 
  /* Tenths */
  .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%; }
 
  /* Twelfths */
  .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, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.big-feature {
    color: #ffdde2 ;
    border-top: 1px solid #ffdde2 ;
    border-bottom: 1px solid #ffdde2 ;
    padding: 5vh;
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}

.product-list .product {
padding:0 0.4% !important;
}

.product-list {
    width: 100%;
    margin-bottom: 0 !important;
    float: left;
}

.product-list .product {
   margin-bottom: 0 !important;

}

span.PIN_1520012482843_embed_grid {
    max-width: 100% !important;
}

.serif {
    font-size: 30px;
    text-align: center;
    font-family: Times New Roman;
    font-style: italic;
}


