/*================ FONTS ================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,800|Lora");
/*============================================================================
  Base Framework | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ CSS GRID MIXINS ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Type/Font Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.6;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  min-width: 320px; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
.h1,
h1 {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 0 20px 0; }
  .h1.b,
  h1.b {
    font-weight: 800 !important; }

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.2em;
  margin-top: 0; }
  h2.b, .h2.b, h3.b, .h3.b, h4.b, .h4.b, h5.b, .h5.b {
    font-weight: 800 !important; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
.b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: bolder; }

option {
  color: black;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 10px;
  z-index: 10000;
  transition: none; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 20px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.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%; }

/* Tenths */
.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%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 449px) {
  /** Whole */
  .tiny--one-whole {
    width: 100%; }

  /* Halves */
  .tiny--one-half {
    width: 50%; }

  /* Thirds */
  .tiny--one-third {
    width: 33.33333%; }

  .tiny--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .tiny--one-quarter {
    width: 25%; }

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

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

  /* Fifths */
  .tiny--one-fifth {
    width: 20%; }

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

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

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

  /* Sixths */
  .tiny--one-sixth {
    width: 16.66667%; }

  .tiny--two-sixths {
    width: 33.33333%; }

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

  .tiny--four-sixths {
    width: 66.66667%; }

  .tiny--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .tiny--one-eighth {
    width: 12.5%; }

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

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

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

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

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

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

  /* Tenths */
  .tiny--one-tenth {
    width: 10%; }

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

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

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

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

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

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

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

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

  /* Twelfths */
  .tiny--one-twelfth {
    width: 8.33333%; }

  .tiny--two-twelfths {
    width: 16.66667%; }

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

  .tiny--four-twelfths {
    width: 33.33333%; }

  .tiny--five-twelfths {
    width: 41.66667%; }

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

  .tiny--seven-twelfths {
    width: 58.33333%; }

  .tiny--eight-twelfths {
    width: 66.66667%; }

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

  .tiny--ten-twelfths {
    width: 83.33333%; }

  .tiny--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .tiny--one-half:nth-child(2n+1),
  .grid--uniform .tiny--one-third:nth-child(3n+1),
  .grid--uniform .tiny--one-quarter:nth-child(4n+1),
  .grid--uniform .tiny--one-fifth:nth-child(5n+1),
  .grid--uniform .tiny--one-sixth:nth-child(6n+1),
  .grid--uniform .tiny--two-sixths:nth-child(3n+1),
  .grid--uniform .tiny--three-sixths:nth-child(2n+1),
  .grid--uniform .tiny--one-eighth:nth-child(8n+1),
  .grid--uniform .tiny--two-eighths:nth-child(4n+1),
  .grid--uniform .tiny--four-eighths:nth-child(2n+1),
  .grid--uniform .tiny--five-tenths:nth-child(2n+1),
  .grid--uniform .tiny--one-twelfth:nth-child(12n+1),
  .grid--uniform .tiny--two-twelfths:nth-child(6n+1),
  .grid--uniform .tiny--three-twelfths:nth-child(4n+1),
  .grid--uniform .tiny--four-twelfths:nth-child(3n+1),
  .grid--uniform .tiny--six-twelfths:nth-child(2n+1) {
    clear: both; }

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

  .tiny--hide {
    display: none !important; }

  .tiny--text-left {
    text-align: left !important; }

  .tiny--text-right {
    text-align: right !important; }

  .tiny--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 450px) and (max-width: 749px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

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

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

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

  /* 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.66667%; }

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

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

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

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

  /* 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.33333%; }

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

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

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

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

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

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

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

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

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

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

  .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--one-eighth:nth-child(8n+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) {
    clear: both; }

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

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 749px) {
  /** Whole */
  .small-down--one-whole {
    width: 100%; }

  /* Halves */
  .small-down--one-half {
    width: 50%; }

  /* Thirds */
  .small-down--one-third {
    width: 33.33333%; }

  .small-down--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small-down--one-quarter {
    width: 25%; }

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

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

  /* Fifths */
  .small-down--one-fifth {
    width: 20%; }

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

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

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

  /* Sixths */
  .small-down--one-sixth {
    width: 16.66667%; }

  .small-down--two-sixths {
    width: 33.33333%; }

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

  .small-down--four-sixths {
    width: 66.66667%; }

  .small-down--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small-down--one-eighth {
    width: 12.5%; }

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

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

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

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

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

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

  /* Tenths */
  .small-down--one-tenth {
    width: 10%; }

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

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

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

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

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

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

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

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

  /* Twelfths */
  .small-down--one-twelfth {
    width: 8.33333%; }

  .small-down--two-twelfths {
    width: 16.66667%; }

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

  .small-down--four-twelfths {
    width: 33.33333%; }

  .small-down--five-twelfths {
    width: 41.66667%; }

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

  .small-down--seven-twelfths {
    width: 58.33333%; }

  .small-down--eight-twelfths {
    width: 66.66667%; }

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

  .small-down--ten-twelfths {
    width: 83.33333%; }

  .small-down--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small-down--one-half:nth-child(2n+1),
  .grid--uniform .small-down--one-third:nth-child(3n+1),
  .grid--uniform .small-down--one-quarter:nth-child(4n+1),
  .grid--uniform .small-down--one-fifth:nth-child(5n+1),
  .grid--uniform .small-down--one-sixth:nth-child(6n+1),
  .grid--uniform .small-down--two-sixths:nth-child(3n+1),
  .grid--uniform .small-down--three-sixths:nth-child(2n+1),
  .grid--uniform .small-down--one-eighth:nth-child(8n+1),
  .grid--uniform .small-down--two-eighths:nth-child(4n+1),
  .grid--uniform .small-down--four-eighths:nth-child(2n+1),
  .grid--uniform .small-down--five-tenths:nth-child(2n+1),
  .grid--uniform .small-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .small-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .small-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .small-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .small-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small-down--show {
    display: block !important; }

  .small-down--hide {
    display: none !important; }

  .small-down--text-left {
    text-align: left !important; }

  .small-down--text-right {
    text-align: right !important; }

  .small-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 450px) {
  /** Whole */
  .small-up--one-whole {
    width: 100%; }

  /* Halves */
  .small-up--one-half {
    width: 50%; }

  /* Thirds */
  .small-up--one-third {
    width: 33.33333%; }

  .small-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small-up--one-quarter {
    width: 25%; }

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

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

  /* Fifths */
  .small-up--one-fifth {
    width: 20%; }

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

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

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

  /* Sixths */
  .small-up--one-sixth {
    width: 16.66667%; }

  .small-up--two-sixths {
    width: 33.33333%; }

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

  .small-up--four-sixths {
    width: 66.66667%; }

  .small-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small-up--one-eighth {
    width: 12.5%; }

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

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

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

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

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

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

  /* Tenths */
  .small-up--one-tenth {
    width: 10%; }

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

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

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

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

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

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

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

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

  /* Twelfths */
  .small-up--one-twelfth {
    width: 8.33333%; }

  .small-up--two-twelfths {
    width: 16.66667%; }

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

  .small-up--four-twelfths {
    width: 33.33333%; }

  .small-up--five-twelfths {
    width: 41.66667%; }

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

  .small-up--seven-twelfths {
    width: 58.33333%; }

  .small-up--eight-twelfths {
    width: 66.66667%; }

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

  .small-up--ten-twelfths {
    width: 83.33333%; }

  .small-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small-up--one-half:nth-child(2n+1),
  .grid--uniform .small-up--one-third:nth-child(3n+1),
  .grid--uniform .small-up--one-quarter:nth-child(4n+1),
  .grid--uniform .small-up--one-fifth:nth-child(5n+1),
  .grid--uniform .small-up--one-sixth:nth-child(6n+1),
  .grid--uniform .small-up--two-sixths:nth-child(3n+1),
  .grid--uniform .small-up--three-sixths:nth-child(2n+1),
  .grid--uniform .small-up--one-eighth:nth-child(8n+1),
  .grid--uniform .small-up--two-eighths:nth-child(4n+1),
  .grid--uniform .small-up--four-eighths:nth-child(2n+1),
  .grid--uniform .small-up--five-tenths:nth-child(2n+1),
  .grid--uniform .small-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .small-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .small-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .small-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .small-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small-up--show {
    display: block !important; }

  .small-up--hide {
    display: none !important; }

  .small-up--text-left {
    text-align: left !important; }

  .small-up--text-right {
    text-align: right !important; }

  .small-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

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

  /* Thirds */
  .medium--one-third {
    width: 33.33333%; }

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

  /* 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.66667%; }

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

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

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

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

  /* 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.33333%; }

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

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

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

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

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

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

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

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

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

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

  .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--one-eighth:nth-child(8n+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) {
    clear: both; }

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

  .medium--hide {
    display: none !important; }

  .medium--text-left {
    text-align: left !important; }

  .medium--text-right {
    text-align: right !important; }

  .medium--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 989px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

  /* Thirds */
  .medium-down--one-third {
    width: 33.33333%; }

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

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

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

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

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

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

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

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

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.66667%; }

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

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

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

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

  /* Eighths */
  .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%; }

  /* Tenths */
  .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%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

  .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--one-eighth:nth-child(8n+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) {
    clear: both; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

  .medium-down--text-left {
    text-align: left !important; }

  .medium-down--text-right {
    text-align: right !important; }

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

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

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

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

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

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

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

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

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

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

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

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

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

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

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

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

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

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

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

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

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

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

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

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

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

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

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

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

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

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

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

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.33333%; }

  .large--two-thirds {
    width: 66.66667%; }

  /* 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.66667%; }

  .large--two-sixths {
    width: 33.33333%; }

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

  .large--four-sixths {
    width: 66.66667%; }

  .large--five-sixths {
    width: 83.33333%; }

  /* 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.33333%; }

  .large--two-twelfths {
    width: 16.66667%; }

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

  .large--four-twelfths {
    width: 33.33333%; }

  .large--five-twelfths {
    width: 41.66667%; }

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

  .large--seven-twelfths {
    width: 58.33333%; }

  .large--eight-twelfths {
    width: 66.66667%; }

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

  .large--ten-twelfths {
    width: 83.33333%; }

  .large--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large--one-half:nth-child(2n+1),
  .grid--uniform .large--one-third:nth-child(3n+1),
  .grid--uniform .large--one-quarter:nth-child(4n+1),
  .grid--uniform .large--one-fifth:nth-child(5n+1),
  .grid--uniform .large--one-sixth:nth-child(6n+1),
  .grid--uniform .large--two-sixths:nth-child(3n+1),
  .grid--uniform .large--three-sixths:nth-child(2n+1),
  .grid--uniform .large--one-eighth:nth-child(8n+1),
  .grid--uniform .large--two-eighths:nth-child(4n+1),
  .grid--uniform .large--four-eighths:nth-child(2n+1),
  .grid--uniform .large--five-tenths:nth-child(2n+1),
  .grid--uniform .large--one-twelfth:nth-child(12n+1),
  .grid--uniform .large--two-twelfths:nth-child(6n+1),
  .grid--uniform .large--three-twelfths:nth-child(4n+1),
  .grid--uniform .large--four-twelfths:nth-child(3n+1),
  .grid--uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; }

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

  .large--hide {
    display: none !important; }

  .large--text-left {
    text-align: left !important; }

  .large--text-right {
    text-align: right !important; }

  .large--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 1399px) {
  /** Whole */
  .large-down--one-whole {
    width: 100%; }

  /* Halves */
  .large-down--one-half {
    width: 50%; }

  /* Thirds */
  .large-down--one-third {
    width: 33.33333%; }

  .large-down--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-down--one-quarter {
    width: 25%; }

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

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

  /* Fifths */
  .large-down--one-fifth {
    width: 20%; }

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

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

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

  /* Sixths */
  .large-down--one-sixth {
    width: 16.66667%; }

  .large-down--two-sixths {
    width: 33.33333%; }

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

  .large-down--four-sixths {
    width: 66.66667%; }

  .large-down--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large-down--one-eighth {
    width: 12.5%; }

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

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

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

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

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

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

  /* Tenths */
  .large-down--one-tenth {
    width: 10%; }

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

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

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

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

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

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

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

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

  /* Twelfths */
  .large-down--one-twelfth {
    width: 8.33333%; }

  .large-down--two-twelfths {
    width: 16.66667%; }

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

  .large-down--four-twelfths {
    width: 33.33333%; }

  .large-down--five-twelfths {
    width: 41.66667%; }

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

  .large-down--seven-twelfths {
    width: 58.33333%; }

  .large-down--eight-twelfths {
    width: 66.66667%; }

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

  .large-down--ten-twelfths {
    width: 83.33333%; }

  .large-down--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large-down--one-half:nth-child(2n+1),
  .grid--uniform .large-down--one-third:nth-child(3n+1),
  .grid--uniform .large-down--one-quarter:nth-child(4n+1),
  .grid--uniform .large-down--one-fifth:nth-child(5n+1),
  .grid--uniform .large-down--one-sixth:nth-child(6n+1),
  .grid--uniform .large-down--two-sixths:nth-child(3n+1),
  .grid--uniform .large-down--three-sixths:nth-child(2n+1),
  .grid--uniform .large-down--one-eighth:nth-child(8n+1),
  .grid--uniform .large-down--two-eighths:nth-child(4n+1),
  .grid--uniform .large-down--four-eighths:nth-child(2n+1),
  .grid--uniform .large-down--five-tenths:nth-child(2n+1),
  .grid--uniform .large-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-down--show {
    display: block !important; }

  .large-down--hide {
    display: none !important; }

  .large-down--text-left {
    text-align: left !important; }

  .large-down--text-right {
    text-align: right !important; }

  .large-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 990px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }

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

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

  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }

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

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

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

  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%; }

  .large-up--two-sixths {
    width: 33.33333%; }

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

  .large-up--four-sixths {
    width: 66.66667%; }

  .large-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%; }

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

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

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

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

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

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

  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }

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

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

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

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

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

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

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

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

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%; }

  .large-up--two-twelfths {
    width: 16.66667%; }

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

  .large-up--four-twelfths {
    width: 33.33333%; }

  .large-up--five-twelfths {
    width: 41.66667%; }

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

  .large-up--seven-twelfths {
    width: 58.33333%; }

  .large-up--eight-twelfths {
    width: 66.66667%; }

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

  .large-up--ten-twelfths {
    width: 83.33333%; }

  .large-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--one-eighth:nth-child(8n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

  .large-up--text-left {
    text-align: left !important; }

  .large-up--text-right {
    text-align: right !important; }

  .large-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
body,
html {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: white; }

.page-width {
  *zoom: 1;
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 97.71429px;
  height: 28.5px; }

/*================ Entry Popup Modal ================*/
#entry-popup {
  width: 700px;
  position: relative;
  display: flex;
  margin: 0 auto; }
  #entry-popup button.mfp-close {
    background: #79c3d3 !important;
    opacity: 1;
    border-radius: 0;
    padding: 3px; }
  #entry-popup.sweepstakes button.mfp-close {
    background: #44a3a7 !important; }
  #entry-popup .txtbox {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%; }
  #entry-popup #entry-popup-form,
  #entry-popup .popup_side_image {
    width: 50%; }

@media only screen and (max-width: 989px) {
  #entry-popup {
    width: 300px;
    margin-top: 40px;
    flex-direction: column-reverse; }
    #entry-popup #entry-popup-form,
    #entry-popup .popup_side_image {
      width: 100%; } }
#entry-popup-form {
  position: relative;
  background: #cee4e2;
  border: 10px solid #79c3d3;
  padding: 20px;
  width: 50%; }

#entry-popup-form.sweepstakes {
  background: #cee4e2;
  border: 7px solid #44a3a7; }

.popup_side_image {
  width: 50%; }

.popup_details {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 80%;
  color: #333; }

.modal-body .email_box .txtbox {
  border: 1px solid #e7e8e2;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  height: 30px;
  padding: 0 35px 0 18px;
  width: 100%; }

.modal-body .email_box button {
  padding: 0;
  position: absolute;
  right: 18px;
  top: 0; }

.modal-body .email_box button span {
  color: #d7dbdb;
  font-size: 12px;
  line-height: 30px; }

.modal-body {
  display: inline-block;
  padding: 20px;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 80%; }

.modal-title {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-top: 0; }

.modal-body .email_box {
  margin: 20px auto 0;
  max-width: 211px;
  position: relative; }

.modal-body .social ul li {
  display: inline-block;
  float: none;
  margin: 0 5px 5px 0;
  padding: 0; }

html .modal-content {
  background: #fff;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
  border: medium none;
  -webkit-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1); }

/*================ Advertising ================*/
.google-auto-placed.ap_container {
  margin: 20px 0;
  padding: 40px 0;
  border-top: 1px solid #e7e8e2;
  border-bottom: 1px solid #e7e8e2; }

/*================ Cart Section ================*/
.cart_submit_row {
  display: flex;
  justify-content: space-between; }

@media only screen and (max-width: 749px) {
  .cart_submit_row {
    flex-direction: column; } }
/*================ RTE - Rich Text Editor ================*/
.rte {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  .rte.slim p {
    margin: 0; }
  .rte a {
    color: #529bab !important;
    text-decoration: underline !important; }
    .rte a.clean {
      text-decoration: none !important; }
    .rte a.btn {
      color: white !important;
      text-decoration: none !important; }
    .rte a.btn_clean {
      color: #529bab !important; }
  .rte img {
    height: auto; }
  .rte table {
    table-layout: fixed; }
  .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5 {
    padding-top: 20px;
    font-weight: 800 !important; }
    .rte h2 .pretext, .rte .h2 .pretext, .rte h3 .pretext, .rte .h3 .pretext, .rte h4 .pretext, .rte .h4 .pretext, .rte h5 .pretext, .rte .h5 .pretext {
      font-weight: 400 !important; }
  .rte .card_grid a,
  .rte .card_list a,
  .rte .card a,
  .rte .prod_block_full a,
  .rte .prod_block_alt a {
    text-decoration: none !important; }
  .rte .card_grid h2, .rte .card_grid h3, .rte .card_grid h4, .rte .card_grid h5,
  .rte .card_list h2,
  .rte .card_list h3,
  .rte .card_list h4,
  .rte .card_list h5,
  .rte .card h2,
  .rte .card h3,
  .rte .card h4,
  .rte .card h5,
  .rte .prod_block_full h2,
  .rte .prod_block_full h3,
  .rte .prod_block_full h4,
  .rte .prod_block_full h5,
  .rte .prod_block_alt h2,
  .rte .prod_block_alt h3,
  .rte .prod_block_alt h4,
  .rte .prod_block_alt h5 {
    padding-top: 0 !important; }
  .rte blockquote {
    display: block;
    margin: 20px 0;
    font-size: 1.2em;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #e7e8e2;
    border-bottom: 1px solid #e7e8e2;
    font-family: "Lora", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: oblique; }
  .rte ul,
  .rte ol {
    margin: 0 0 1.5em 10px; }
    .rte ul li,
    .rte ol li {
      margin-bottom: 1em; }
  .rte ul {
    list-style: disc outside; }
    .rte ul ul {
      list-style: circle outside; }
      .rte ul ul ul {
        list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
.responsive-table {
  border: 1px solid #e7e8e2;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  /*
  */ }
  .responsive-table td,
  .responsive-table th {
    padding: 10px;
    border: 1px solid #e7e8e2;
    text-align: center; }
  .responsive-table thead tr th {
    background-color: #e7e8e2;
    position: sticky;
    position: -webkit-sticky;
    top: 0; }

@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 10px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 10px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px;
      border-bottom: 1px solid #e7e8e2; } }
/*================ Links & Buttons ================*/
input[type="submit"].btn,
.spr-summary-actions-newreview,
button,
.btn {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 8px 18px;
  border-radius: 5px;
  background-color: #79c3d3;
  color: white !important;
  margin: 0 auto;
  cursor: pointer; }

.spr-summary-actions-newreview {
  margin-top: 20px; }

input[type="submit"].btn_ghost,
.btn_ghost {
  border-radius: 5px;
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 8px 18px;
  display: inline-block;
  white-space: nowrap;
  color: #333; }
  input[type="submit"].btn_ghost:hover,
  .btn_ghost:hover {
    text-decoration: none !important;
    background-color: white; }

.btn_edit,
input[type="submit"].btn_clean,
.btn_clean {
  border-width: 0;
  padding: 0;
  background-color: transparent;
  color: #58b4c9 !important; }

.btn_edit {
  font-size: 12px; }

.search_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 989px) {
  .search_row .popular,
  .search_row .fields {
    margin-top: 20px; } }
.btn_mobile_search,
.btn_search {
  border-radius: 0 5px 5px 0;
  background-color: white;
  color: #c3c2c2 !important;
  padding: 0 16px 0 0;
  vertical-align: top;
  margin-left: 0;
  height: 41px;
  border: 1px solid #e7e8e2;
  border-width: 1px 1px 1px 0; }

.btn_mobile_search {
  padding: 0 12px 0 0;
  height: 30px; }

input[type="submit"].btn_addtocart,
.btn_addtocart {
  padding: 25px 80px;
  clear: left;
  display: inline-block;
  margin: 0 0 20px 0;
  background-color: #79c3d3; }

input[type="submit"].btn_addtocart.disabled,
.btn_addtocart.disabled {
  background-color: #dddddd; }

.addtocart .btn_addtocart {
  float: left; }

@media only screen and (max-width: 749px) {
  input[type="submit"].btn_addtocart {
    width: 100%; } }
.update_button {
  display: block;
  padding: 0 0 20px 0; }

@media only screen and (min-width: 750px) {
  .update_button {
    padding: 0 40px 20px 0;
    display: inline-block; } }
.uppercase {
  text-transform: uppercase !important; }

.light_on_dark {
  color: #fff; }

.dark_on_light {
  color: #333; }

.dark_copy {
  background-color: #333; }

.count,
a .count,
a:hover .count {
  display: inline-block;
  font-weight: lighter;
  color: #9b9b9b;
  text-decoration: none !important; }

/* ADMIN  */
.admin a,
a.admin,
.admin {
  color: red !important; }

img.admin {
  border-left: 1px solid red;
  border-right: 1px solid red; }

h1 .admin, h2 .admin, h3 .admin, h4 .admin, h5 .admin, p .admin, li .admin {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0; }

.admin_container {
  border: 3px solid red;
  padding: 20px !important;
  margin: 40px 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto; }
  .admin_container a.btn {
    color: white !important; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #e7e8e2;
  border-radius: 5px;
  max-width: 100%;
  padding: 10px 20px; }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

textarea {
  min-height: 100px; }

.form-vertical {
  max-width: 300px;
  margin: 0 auto; }
  .form-vertical input,
  .form-vertical textarea,
  .form-vertical select {
    display: block; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0002/5477/1206/t/47/assets/ico-select.svg?v=5356919390413255009);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: black;
  background-color: black;
  color: black; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/*================ Basic Styles ================*/
.circle-square {
  border-radius: 50%; }

.corner {
  border-radius: 5px; }

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.float-left {
  position: relative;
  float: left;
  margin: 0 20px 20px 0; }

img.float-right {
  position: relative;
  float: right;
  margin: 0 0 20px 20px; }

.block {
  display: block; }

ol,
ul {
  margin-bottom: 1.5em; }
  ol li,
  ul li {
    margin-bottom: 1em; }
    ol li .price,
    ul li .price {
      font-size: inherit; }
  ol.slim,
  ul.slim {
    margin: 0 0 1.5em 0 !important; }
    ol.slim li,
    ul.slim li {
      margin: 0; }

.p,
p {
  display: block;
  margin: 0 0 1.5em 0; }

.center {
  text-align: center; }

.circle_center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 !important;
  transform: translate(-50%, -50%); }

hr {
  border: 0;
  background-color: #e7e8e2;
  margin-bottom: 20px;
  height: 1px; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #666666;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*================ Site Header ================*/
#header {
  grid-column: 1 / full;
  background-color: #ffffff;
  color: #9b9b9b; }
  #header .nav_promo {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 749px) {
    #header .nav_promo {
      max-width: 75px; } }
  #header .nav_phone {
    font-size: 1.15em; }
  #header .nav_phone:before {
    content: "\260e";
    margin-right: 0.5em; }
  #header .logo_bar {
    position: relative;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    justify-content: space-between; }
    #header .logo_bar > * {
      align-self: center; }
    #header .logo_bar .header_search_form {
      display: flex;
      text-align: left;
      width: 25%; }
      #header .logo_bar .header_search_form.w_promo {
        padding-left: 115px; }
    #header .logo_bar .account_links {
      text-align: right;
      font-size: 12px;
      list-style-type: none;
      width: 30%; }
      #header .logo_bar .account_links a {
        color: #9b9b9b; }
    #header .logo_bar .nav_shipping {
      margin-bottom: 20px;
      font-size: 1.2em; }
      #header .logo_bar .nav_shipping p {
        margin: 0; }
    #header .logo_bar h1,
    #header .logo_bar .h1 {
      margin: 0;
      flex-grow: 1; }
      #header .logo_bar h1 .site-logo,
      #header .logo_bar .h1 .site-logo {
        display: block;
        margin: 0 auto; }
      @media only screen and (max-width: 749px) {
        #header .logo_bar h1 .site-logo,
        #header .logo_bar .h1 .site-logo {
          max-width: 150px; } }
    #header .logo_bar.left .header_search_form {
      flex-grow: 1;
      padding-left: 20px; }
    #header .logo_bar.left h1,
    #header .logo_bar.left .h1 {
      flex-grow: 0;
      order: -1; }
      #header .logo_bar.left h1 .site-logo,
      #header .logo_bar.left .h1 .site-logo {
        padding-top: 10px;
        margin: 0; }
    @media only screen and (max-width: 749px) {
      #header .logo_bar.left h1,
      #header .logo_bar.left .h1 {
        flex-grow: 1; }
        #header .logo_bar.left h1 .site-logo,
        #header .logo_bar.left .h1 .site-logo {
          padding-top: 0;
          margin: 0 auto; } }
  #header .mobile_search,
  #header .header_search {
    -webkit-appearance: none;
    vertical-align: top;
    border-width: 1px 0 1px 1px;
    border-radius: 5px 0 0 5px;
    padding-right: 0;
    padding-left: 20px;
    margin-right: 0; }
  #header .mobile_search {
    max-width: 75%;
    padding: 5px 10px; }
  #header .customer_links {
    display: flex;
    display: grid;
    align-items: top;
    grid-template-columns: auto minmax(100px, 1500px) auto;
    background-color: #9fc46f;
    position: relative; }
    #header .customer_links.open {
      margin-bottom: 29px; }
    #header .customer_links a {
      color: #ffffff; }
    #header .customer_links .active {
      font-weight: bolder; }
    #header .customer_links .home_a {
      position: absolute; }
      #header .customer_links .home_a .sub_point {
        position: absolute;
        bottom: 0;
        width: 15px;
        margin-bottom: -30px;
        left: -2px; }
    #header .customer_links .home_link {
      position: absolute;
      margin: -7px 0 0 -4px; }
    #header .customer_links .menu_link {
      padding: 10px 10px 0 0;
      margin-left: 20px; }
    #header .customer_links .cart_link {
      white-space: nowrap;
      padding: 10px 0 0 10px;
      margin-right: 20px;
      text-align: right; }
      #header .customer_links .cart_link span {
        display: inline-block; }
    #header .customer_links .cart-count {
      font-size: .8em;
      font-weight: bolder; }
    #header .customer_links ul {
      color: #ffffff;
      list-style-type: none;
      display: block;
      text-align: center;
      margin: 0 auto;
      padding: 0; }
      #header .customer_links ul li {
        margin-bottom: 0;
        list-style-type: none;
        padding: 10px 20px;
        display: inline-block; }
      @media only screen and (max-width: 749px) {
        #header .customer_links ul li.mobile_links {
          display: inline-block; }
        #header .customer_links ul li.base_links {
          display: none; } }
      @media only screen and (min-width: 750px) and (max-width: 989px) {
        #header .customer_links ul li.mobile_links {
          display: none; }
        #header .customer_links ul li.base_links {
          padding: 10px; } }
      @media only screen and (min-width: 990px) {
        #header .customer_links ul li.mobile_links {
          display: none; }
        #header .customer_links ul li.base_links {
          display: inline-block; } }
  @media only screen and (max-width: 989px) {
    #header .customer_links.open {
      margin-bottom: 0; } }
  #header .sub_point {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: -15px;
    left: 0; }
  #header .subnav {
    margin-top: 41px !important;
    background-color: #e7e8e2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: normal;
    font-size: .8em; }
    #header .subnav.sub_hidden {
      display: none; }
    #header .subnav li {
      padding: 4px 12px !important; }
    #header .subnav a {
      text-transform: none !important;
      color: #333 !important; }
  #header .base_links a {
    font-size: 13px;
    position: relative; }
  #header .base_links:hover .sub_hidden {
    display: block !important;
    z-index: 100; }
  #header .base_links.active .sub_point,
  #header .base_links:hover .sub_point {
    display: block; }
  #header .base_links a:hover {
    text-decoration: none; }
  #header .site-logo {
    display: block; }
    #header .site-logo img {
      display: block; }

@media only screen and (max-width: 749px) {
  #shopify-section-header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0px 5px 10px -10px #5e5e5e;
    -moz-box-shadow: 0px 5px 10px -10px #5e5e5e;
    box-shadow: 0px 5px 10px -10px #5e5e5e; } }
@media only screen and (max-width: 749px) {
  .site-logo-svg {
    width: 100%; } }
ul.site-nav {
  margin: 0;
  display: block;
  width: 1200px;
  margin: 0 auto; }
  ul.site-nav li {
    display: inline-block;
    list-style-type: none; }
    ul.site-nav li a {
      display: block;
      padding: 20px; }

/*================ Hover Menus ================*/
#filter-menu:not(.mm-menu),
#menu:not(.mm-menu) {
  display: none; }

.mm-navbar__title {
  font-weight: bold;
  color: !important; }

/*================ Main Body ================*/
#body_grid {
  display: flex;
  display: grid;
  align-items: top;
  flex-direction: column; }
  #body_grid > div {
    flex: 1; }
  #body_grid a {
    text-decoration: none;
    color: #333333; }
  #body_grid a:hover {
    text-decoration: underline; }

#MainContent {
  background-color: #ffffff;
  color: #333333; }

/*================ Shop Page ================*/
#shopify-section-shop-hub,
#shopify-section-list-collections {
  display: flex;
  display: grid;
  align-items: top;
  grid-template-columns: minmax(20px, 1fr) minmax(320px, 1500px) minmax(20px, 1fr); }

/*================ Home Page ================*/
.homehome .shopify-section {
  display: flex;
  display: grid;
  align-items: top;
  grid-template-columns: minmax(20px, 1fr) minmax(320px, 1500px) minmax(20px, 1fr); }
.homehome h2 {
  font-weight: 800 !important; }

.block_count_1,
.block_count_equal_1 {
  display: flex;
  display: grid;
  align-items: top;
  grid-template-columns: auto; }
  .block_count_1 a,
  .block_count_equal_1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column; }
  .block_count_1 .block,
  .block_count_equal_1 .block {
    width: 100%; }

.block_count_2 {
  display: flex;
  display: grid;
  align-items: top;
  grid-template-columns: repeat(2, auto); }
  .block_count_2 .block {
    width: 100%; }

.block_count_3 {
  display: flex;
  display: grid;
  align-items: top;
  grid-template-columns: 1fr 2fr 1fr; }
  .block_count_3 .block {
    width: 100%; }

@media only screen and (max-width: 749px) {
  .block_count_3 {
    grid-template-columns: 1fr 1fr; } }
@media only screen and (max-width: 749px) {
  .double {
    grid-column: 1 / 3;
    grid-row: 1; } }
.block_count_4 {
  display: flex;
  display: grid;
  align-items: top;
  grid-template-columns: repeat(4, auto); }
  .block_count_4 .block {
    width: 100%; }
    .block_count_4 .block.double {
      grid-column: auto / span 2; }

@media only screen and (max-width: 749px) {
  .block_count_4 {
    grid-template-columns: 1fr 1fr; } }
@media only screen and (max-width: 989px) {
  .grid_fit_2,
  .grid_fit_3,
  .grid_fit_4,
  .grid_fit_5,
  .grid_fit_6,
  .grid_fit_7 {
    grid-template-columns: 1fr; } }
@media only screen and (min-width: 990px) {
  .grid_fit_2 {
    grid-template-columns: repeat(2, 1fr) !important; }

  .grid_fit_3 {
    grid-template-columns: repeat(3, 1fr) !important; }

  .grid_fit_4 {
    grid-template-columns: repeat(4, 1fr) !important; }

  .grid_fit_5 {
    grid-template-columns: repeat(5, 1fr) !important; }

  .grid_fit_6 {
    grid-template-columns: repeat(6, 1fr) !important; }

  .grid_fit_7 {
    grid-template-columns: repeat(7, 1fr) !important; } }
@media only screen and (max-width: 989px) {
  .card_fit_2 .card,
  .card_fit_3 .card,
  .card_fit_4 .card,
  .card_fit_5 .card,
  .card_fit_6 .card,
  .card_fit_7 .card {
    width: 50% !important; } }
@media only screen and (min-width: 990px) {
  .card_fit_2 .card {
    width: 50% !important; }

  .card_fit_3 .card {
    width: 33% !important; }

  .card_fit_4 .card {
    width: 25% !important; }

  .card_fit_5 .card {
    width: 20% !important; }

  .card_fit_6 .card {
    width: 16% !important; }

  .card_fit_7 .card {
    width: 14% !important; } }
.image_overlay {
  display: block;
  padding: 20px;
  position: relative;
  font-size: .9em;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  text-decoration: none !important; }

.border_full .image_overlay {
  border: 1px solid #e7e8e2;
  border-width: 0 1px 1px 1px; }

@media only screen and (min-width: 990px) {
  .image_overlay {
    display: block;
    padding: 20px 20px 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75); } }
.text_background {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top; }

.text_light {
  color: white !important; }

/*================ Section Pages ================*/
.MainHub .shopify-section,
#shopify-section-blog-hub,
#shopify-section-blog-hub-faqs,
#shopify-section-page-email-signup,
#shopify-section-page-printables,
#shopify-section-page-authors,
#shopify-section-article,
#shopify-section-search,
#shopify-section-cart,
#shopify-section-page,
#shopify-section-page-sweepstakes,
#shopify-section-blog,
#shopify-section-collection,
.page_grid {
  display: flex;
  display: grid;
  align-items: top;
  flex-direction: column;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: minmax(20px, 1fr) minmax(320px, 1500px) minmax(20px, 1fr);
  margin-bottom: 20px;
  /* ===== old browser grid replacement ===== */
  padding-left: 20px;
  padding-right: 20px; }

@supports (display: grid) {
  .MainHub .shopify-section,
  #shopify-section-blog-hub,
  #shopify-section-blog-hub-faqs,
  #shopify-section-page-email-signup,
  #shopify-section-page-printables,
  #shopify-section-page-authors,
  #shopify-section-article,
  #shopify-section-search,
  #shopify-section-cart,
  #shopify-section-page,
  #shopify-section-page-sweepstakes,
  #shopify-section-blog,
  #shopify-section-collection,
  .page_grid {
    padding-left: 0;
    padding-right: 0; } }
/*================ Basic Page elements ================*/
.special {
  font-family: "Lora", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.page_grid .shopify-section {
  grid-column: 2 / 3; }

.padtop {
  padding-top: 20px !important; }

.padbottom {
  padding-bottom: 20px !important; }

.padleft {
  padding-left: 20px !important; }

.padright {
  padding-right: 20px !important; }

.margintop {
  margin-top: 40px !important; }

.marginbottom {
  margin-bottom: 40px !important; }

.marginleft {
  margin-left: 20px !important; }

.marginright {
  margin-right: 20px !important; }

.bordertop {
  border-top: 1px solid #e7e8e2 !important; }

.borderbottom {
  border-bottom: 1px solid #e7e8e2 !important; }

.grid_row {
  grid-column: 2 / 3; }
  .grid_row.title {
    margin-top: 40px;
    position: relative; }

.grid_row_full {
  grid-column: 1 / full; }
  .grid_row_full.title {
    padding-top: 40px; }

.faqs_row,
.card_row {
  width: 100%;
  flex-basis: 100%; }

.faqs_row {
  margin-right: 40px; }

.tb_row {
  display: flex;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e8e2; }
  .tb_row .tb_copy,
  .tb_row .tb_thumb,
  .tb_row .tb_button {
    align-self: center; }
  .tb_row .tb_thumb {
    text-align: center;
    flex-shrink: 0;
    width: 180px; }
  .tb_row .tb_copy {
    padding: 20px;
    flex-grow: 1; }

@media only screen and (max-width: 749px) {
  .tb_row {
    flex-direction: column; } }
#shopify-section-header {
  grid-row-start: 1;
  order: -1; }

.full_image {
  width: 100%; }

.template-product .brand_logo {
  position: relative;
  float: right;
  padding: 0 0 20px 20px; }
@media only screen and (max-width: 749px) {
  .template-product .brand_logo {
    text-align: center;
    display: block;
    float: none;
    padding-left: 0; } }

.template-collection .brand_logo {
  position: relative;
  float: right;
  padding: 0 20px 20px 20px; }
@media only screen and (max-width: 749px) {
  .template-collection .brand_logo {
    display: block;
    margin: 20px auto;
    float: none;
    padding-left: 0; } }

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

/*================ Brand Page ================*/
ul.logo_grid,
ul.brand_grid {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap; }
  ul.logo_grid li,
  ul.brand_grid li {
    padding: 0 0 20px 0;
    margin: 0;
    width: 20%; }
    ul.logo_grid li.brand_title,
    ul.brand_grid li.brand_title {
      grid-column: 1 / all;
      padding: 30px 0 20px 0;
      font-weight: bolder;
      width: 100%; }
  @media only screen and (max-width: 749px) {
    ul.logo_grid li,
    ul.brand_grid li {
      width: 100%; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    ul.logo_grid li,
    ul.brand_grid li {
      width: 50%; } }

ul.logo_grid li {
  text-align: center;
  justify-self: center;
  align-self: center;
  padding: 10px 0; }
@media only screen and (max-width: 989px) {
  ul.logo_grid li {
    width: 50%; } }

.sidebar_row ul.brand_grid li {
  width: 25%;
  padding-right: 40px; }
@media only screen and (max-width: 749px) {
  .sidebar_row ul.brand_grid li {
    width: 100%; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .sidebar_row ul.brand_grid li {
    width: 50%; } }

ul.linkfarm_grid {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: wrap; }
  ul.linkfarm_grid li {
    padding: 0 0 20px 0;
    margin: 0;
    width: 33%; }
  @media only screen and (max-width: 749px) {
    ul.linkfarm_grid li {
      width: 100%; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    ul.linkfarm_grid li {
      width: 50%; } }

/*================ Article Page ================*/
#shopify-section-article .breadcrumbs {
  grid-column: 2 / 3; }
#shopify-section-article article {
  grid-column: 2 / 3;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap; }
  #shopify-section-article article .article_sidebar {
    width: 100%; }
    #shopify-section-article article .article_sidebar ::-webkit-scrollbar {
      display: none; }
    #shopify-section-article article .article_sidebar .title {
      height: auto;
      top: 0;
      padding: 40px 0 0 0; }
  #shopify-section-article article .copy {
    width: 100%; }
  @media only screen and (min-width: 990px) {
    #shopify-section-article article .article_sidebar {
      width: 35%; }
      #shopify-section-article article .article_sidebar .title {
        position: -webkit-sticky;
        position: sticky;
        min-width: 300px;
        height: 100vh;
        overflow-y: auto;
        top: 0;
        padding: 80px 40px 40px 0; }
    #shopify-section-article article .copy {
      padding-left: 40px;
      width: 65%; } }
#shopify-section-article .admin_container {
  grid-column: 2 / 4; }
@media only screen and (max-width: 749px) {
  #shopify-section-article .admin_container {
    grid-column: 2 / 3; } }

.photoCredit,
a.photoCredit {
  display: block;
  color: #9b9b9b !important;
  padding-bottom: 10px;
  font-size: .75em;
  text-align: right; }

.article_recs {
  display: flex;
  flex-flow: column; }

.recs_first {
  order: -1; }

ul.article_tags {
  margin: 0 0 20px 0;
  font-size: .8em;
  padding: 0; }
  ul.article_tags li {
    display: inline-block;
    background-color: #e7e8e2;
    padding: 10px 20px;
    margin: 0 10px 10px 0;
    list-style-type: none; }

.author_top_nophoto,
.author_top {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 10px 10px 10px 90px;
  margin-bottom: 20px; }
  .author_top_nophoto::after,
  .author_top::after {
    content: '';
    display: table;
    clear: both; }
  .author_top_nophoto .author-photo,
  .author_top .author-photo {
    display: block;
    float: left;
    margin: 0 0 0 -90px; }

.author_top_nophoto {
  *zoom: 1;
  padding: 10px 10px 10px 0; }
  .author_top_nophoto::after {
    content: '';
    display: table;
    clear: both; }

@media only screen and (min-width: 990px) {
  .author_top {
    border-bottom: 1px solid #e7e8e2;
    margin-bottom: 40px; } }
.share_top {
  display: block;
  margin-top: 10px; }

@media only screen and (max-width: 749px) {
  .share_top {
    text-align: center; } }
.author_blog,
.author_base {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 10px 0 0 270px;
  margin-bottom: 20px; }
  .author_blog::after,
  .author_base::after {
    content: '';
    display: table;
    clear: both; }
  .author_blog.no_photo,
  .author_base.no_photo {
    padding: 10px 0 0 0; }
  .author_blog .author-photo,
  .author_base .author-photo {
    display: block;
    float: left;
    margin: -10px 0 0 -270px; }

@media only screen and (max-width: 989px) {
  .author_blog,
  .author_base {
    padding: 10px 0 0 0; }
    .author_blog .author-photo,
    .author_base .author-photo {
      width: 70px;
      margin: 0 20px 20px 0; } }
.author_blog {
  border-bottom: 1px solid #e7e8e2;
  padding-bottom: 20px; }

.dropcap:first-letter {
  float: left;
  font-size: 85px;
  font-family: "Lora", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bolder;
  line-height: 75px;
  padding-right: 7px; }

.ad_block,
.ad_block_internal {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #e7e8e2;
  border-bottom: 1px solid #e7e8e2; }

.ad_block_internal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .ad_block_internal .ad_block_left,
  .ad_block_internal .ad_block_right {
    width: 300px;
    margin: 20px;
    align-self: center; }

.prod_block_alt {
  border-top: 1px solid #e7e8e2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .prod_block_alt .prod_block_left,
  .prod_block_alt .prod_block_right {
    position: relative;
    width: 300px;
    margin: 20px;
    align-self: center;
    text-align: left;
    order: 2; }
  .prod_block_alt .prod_block_left {
    text-align: right;
    order: 1; }
  @media only screen and (max-width: 1399px) {
    .prod_block_alt .prod_block_left,
    .prod_block_alt .prod_block_right {
      order: 0;
      text-align: center; } }

.prod_block_single {
  display: flex;
  justify-content: center; }
  .prod_block_single .prod_block_left {
    flex: 0 0 auto;
    position: relative;
    margin-right: 20px;
    align-self: center;
    text-align: center; }
  .prod_block_single .prod_block_right {
    flex: 1 0 500px;
    margin-left: 20px;
    align-self: center;
    text-align: left; }
  .prod_block_single.reverse {
    flex-direction: row-reverse; }
    .prod_block_single.reverse .prod_block_left {
      margin-right: 0;
      margin-left: 20px; }
    .prod_block_single.reverse .prod_block_right {
      margin-left: 0;
      margin-right: 20px; }

.farm_block {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .farm_block .prod_block_left {
    flex: 0 0 25%;
    position: relative;
    margin-right: 20px;
    align-self: flex-start;
    text-align: center; }
  .farm_block .prod_block_right {
    flex: 1 0 25%;
    margin-left: 20px;
    align-self: flex-start;
    text-align: left; }
  .farm_block.reverse {
    flex-direction: row-reverse; }
    .farm_block.reverse .prod_block_left {
      margin-right: 0;
      margin-left: 20px; }
    .farm_block.reverse .prod_block_right {
      margin-left: 0;
      margin-right: 20px; }
  @media only screen and (max-width: 749px) {
    .farm_block.reverse {
      flex-direction: column; }
      .farm_block.reverse .prod_block_left {
        margin-left: 0;
        margin-right: 20px; }
      .farm_block.reverse .prod_block_right {
        margin-right: 0;
        margin-left: 20px; } }

@media only screen and (max-width: 749px) {
  .farm_block {
    flex-direction: column; }
    .farm_block .prod_block_left,
    .farm_block .prod_block_right {
      order: 0;
      margin: 0;
      text-align: center; }
    .farm_block .prod_block_left {
      width: 100%;
      margin-bottom: 20px; } }
@media only screen and (max-width: 989px) {
  .prod_block_single {
    flex-direction: column; }
    .prod_block_single .prod_block_left,
    .prod_block_single .prod_block_right {
      flex: 0 1 auto;
      order: 0;
      margin: 0;
      text-align: center; } }
.prod_block_thumbs {
  display: flex;
  flex: 1 !important;
  flex-wrap: wrap; }
  .prod_block_thumbs a {
    display: block;
    width: 20%;
    text-align: center;
    padding: 20px; }
  @media only screen and (max-width: 1399px) {
    .prod_block_thumbs a {
      width: 25%; } }

/*================ Forms ================*/
.block_form,
.shopify-challenge__container,
.standalone_form {
  border-radius: 5px;
  border: 1px solid #e7e8e2;
  background-color: white;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px; }
  .block_form.background,
  .shopify-challenge__container.background,
  .standalone_form.background {
    background-color: #eff8fa;
    border: none; }
  .block_form.constrain,
  .shopify-challenge__container.constrain,
  .standalone_form.constrain {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 400px; }
  .block_form.slim,
  .shopify-challenge__container.slim,
  .standalone_form.slim {
    margin: 0; }
  .block_form input,
  .block_form textarea,
  .block_form select,
  .block_form button,
  .block_form .btn,
  .shopify-challenge__container input,
  .shopify-challenge__container textarea,
  .shopify-challenge__container select,
  .shopify-challenge__container button,
  .shopify-challenge__container .btn,
  .standalone_form input,
  .standalone_form textarea,
  .standalone_form select,
  .standalone_form button,
  .standalone_form .btn {
    -webkit-appearance: none;
    margin-bottom: 20px;
    width: 100% !important; }
  .block_form input[type="checkbox"],
  .shopify-challenge__container input[type="checkbox"],
  .standalone_form input[type="checkbox"] {
    -webkit-appearance: checkbox;
    margin-bottom: 20px;
    display: inline-block;
    width: auto !important; }

.shopify-challenge__container {
  margin: 40px auto !important; }

.block_form {
  text-align: left; }
  .block_form h3 {
    font-weight: bolder !important; }
  .block_form input,
  .block_form textarea,
  .block_form button,
  .block_form select,
  .block_form .btn {
    margin-bottom: 0;
    width: auto !important; }

/*================ Product Page ================*/
#shopify-section-product {
  display: flex;
  display: grid;
  align-items: top;
  flex-direction: column;
  grid-template-columns: minmax(20px, 1fr) repeat(2, minmax(100px, 750px)) minmax(20px, 1fr);
  margin-bottom: 20px;
  /* ===== old browser grid replacement ===== */
  padding: 0 20px;
  max-width: 1500px;
  margin: 0 auto;
  flex-direction: column; }
  #shopify-section-product .breadcrumbs {
    grid-column: 2 / 4; }
  #shopify-section-product .title {
    grid-column: 2 / 4;
    grid-row: 2;
    padding: 0;
    margin-top: 0; }
  #shopify-section-product .image {
    grid-column: 1 / full;
    grid-row: 3;
    text-align: center; }
  #shopify-section-product #shopify-product-reviews {
    grid-column: 2 / 4; }
  #shopify-section-product .promo_row,
  #shopify-section-product .recommenders {
    grid-column: 2 / 4; }
  #shopify-section-product .copy {
    grid-column: 2 / 4;
    grid-row: 4; }
  #shopify-section-product .admin_container {
    grid-column: 2 / 4; }

@media only screen and (min-width: 750px) {
  #shopify-section-product .title {
    grid-column: 3 / 4;
    grid-row: 2; }
  #shopify-section-product .image {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    margin-right: 20px; }
  #shopify-section-product .recommenders {
    grid-column: 2 / 4; }
  #shopify-section-product .copy {
    grid-column: 3 / 4;
    grid-row: 3; } }
.promo_list {
  *zoom: 1;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0; }
  .promo_list::after {
    content: '';
    display: table;
    clear: both; }
  .promo_list li {
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 20px;
    padding-left: 120px;
    /* ===== old browser grid replacement ===== */
    padding-right: 20px; }
    .promo_list li::after {
      content: '';
      display: table;
      clear: both; }
    .promo_list li .card_photo {
      display: block;
      float: left;
      margin-left: -120px; }

h1 a.vendor {
  color: #9b9b9b !important;
  font-size: 50%;
  font-weight: normal;
  display: block; }

p.sold_out {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.2em;
  font-size: 1.5em;
  margin-top: 0;
  padding: 20px 0;
  color: #9b9b9b; }

.share {
  position: relative;
  float: right;
  display: block;
  white-space: nowrap;
  min-width: 50%;
  text-align: right; }

@media only screen and (max-width: 749px) {
  .share {
    float: none;
    margin: 20px auto; } }
.share_title {
  font-size: .8em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #9b9b9b;
  display: inline-block;
  padding: 0 20px 0 0; }

.desc_blk .price {
  font-size: 1.3em;
  font-weight: normal;
  display: block;
  float: left;
  margin-right: 10px; }
.desc_blk .spr-badge-starrating .spr-icon {
  font-size: 1.7em; }
.desc_blk .spr-badge-caption {
  color: #9b9b9b !important;
  margin-left: 20px; }
@media only screen and (max-width: 749px) {
  .desc_blk .spr-badge-caption {
    display: none; } }

.spr-container {
  margin-bottom: 20px;
  border-radius: 5px; }

.variant-sku {
  display: inline-block;
  padding-left: 20px;
  padding-top: 20px; }

.product-json {
  display: none !important; }

.product_thumbs {
  display: flex;
  display: grid;
  align-items: top;
  list-style-type: none;
  margin: 20px 0;
  padding: 20px 40px;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 20px;
  border-top: 1px solid #e7e8e2;
  border-bottom: 1px solid #e7e8e2; }
  .product_thumbs li {
    list-style-type: none;
    margin: 0;
    padding: 0; }

@media only screen and (min-width: 750px) {
  .product_thumbs {
    padding: 20px 0; } }
.desc_blk_bot {
  position: relative; }

.desc_blk_bot .qty {
  float: left;
  margin: 5px 25px 0 0; }

.desc_blk .input-qty-box {
  float: left;
  margin: 5px 20px 0 0; }

.input-qty-box li {
  display: inline-block;
  float: left;
  vertical-align: top; }

.input-qty-box .range {
  margin: 0;
  padding: 0; }

#quantity_wanted {
  margin: 0 !important;
  padding: 0; }

.maximum-in-stock-error {
  display: none; }

.item.minus a {
  border: 1px solid #d7dbdb;
  border-radius: 10px 0 0 10px;
  font-size: 20px !important;
  padding: 2px 10px;
  position: relative;
  top: 1px; }

.item.plus a {
  border: 1px solid #d7dbdb;
  border-radius: 0 10px 10px 0;
  font-size: 20px !important;
  padding: 2px 10px;
  position: relative;
  top: 1px; }

.input-qty-box #quantity_wanted {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 1px solid #d7dbdb !important;
  border-bottom: 1px solid #d7dbdb !important;
  color: #333;
  font-size: 14px;
  height: 30px;
  text-align: center;
  width: 43px; }

.desc_blk_bot .plus_btn {
  width: 30px;
  height: 30px;
  border: 1px solid #d7dbdb;
  text-align: center;
  border-radius: 0px 13px 13px 0;
  display: block;
  background: url(plus.png) no-repeat center center;
  float: left;
  border-left: none;
  cursor: pointer; }

.desc_blk_bot .minus_btn {
  width: 30px;
  height: 30px;
  border: 1px solid #d7dbdb;
  border-right: none;
  border-radius: 13px 0px 0px 13px;
  display: block;
  background: url(minus.png) no-repeat center center;
  float: left;
  cursor: pointer; }

.desc_blk_bot .txtbox {
  width: 42px;
  height: 30px;
  border: 1px solid #d7dbdb;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 0 5px;
  font-weight: bolder;
  float: left;
  display: block; }

.slider_1 {
  position: relative; }

.shipping_icon {
  background-color: #44a3a7;
  border: 3px solid white;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 100px;
  height: 100px;
  z-index: 100;
  transform: rotate(-22deg);
  -webkit-box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 14px -5px rgba(0, 0, 0, 0.3); }

/*================ Collection Page ================*/
.sidebar_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .sidebar_row #side-menu {
    width: 20%; }
    .sidebar_row #side-menu ul {
      list-style-type: none; }
  .sidebar_row #side-menu-right {
    width: 35%;
    min-width: 300px; }
  @media only screen and (max-width: 749px) {
    .sidebar_row #side-menu-right {
      width: auto; } }
  .sidebar_row .card_grid {
    width: 80%; }
  @media only screen and (max-width: 749px) {
    .sidebar_row .card_grid {
      width: 100%; } }

@media only screen and (max-width: 749px) {
  .sidebar_row.double_sidebar {
    flex-direction: column; } }
.promo_block {
  text-align: center;
  margin-bottom: 20px; }
  .promo_block img {
    margin: 0 20px; }

.category_farm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .category_farm > * {
    align-self: flex-end;
    text-align: center;
    min-width: 10%;
    padding: 10px;
    margin-top: 10px; }

/*================ Collection Sidebar ================*/
#side-menu {
  position: relative; }

#side-menu .h5,
#side-menu h5 {
  font-weight: bold;
  padding: 15px 25px;
  line-height: 20px;
  margin: 0;
  border-bottom: 1px solid #efefef; }

#side-menu h6 {
  padding: 15px 25px 10px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  background: #fafafa; }

#side-menu ul {
  margin: 0;
  padding: 0; }

#side-menu ul .advanced-filter {
  margin: 0;
  padding: 7px 15px 0 0;
  display: block; }

#side-menu ul .advanced-filter a {
  margin: 0;
  padding: 0 0;
  display: inline-block;
  font-size: 12px;
  line-height: 21px;
  color: #4e4e4e;
  font-weight: normal; }

#side-menu ul .advanced-filter a:hover {
  color: #529bab; }

#side-menu ul .advanced-filter.active a {
  font-weight: 900; }

.sidebar_1 h5 a {
  color: black;
  display: block; }

#side-menu .advanced-filters {
  margin-bottom: 10px !important;
  padding-bottom: 20px !important; }

#side-menu .advanced-filters a {
  display: block !important;
  position: relative !important;
  padding-left: 20px !important; }

#side-menu .advanced-filters a .count {
  color: #bbb; }

#side-menu .advanced-filters a:before,
.advanced-filters a:after {
  content: '';
  display: block;
  position: absolute; }

#side-menu .advanced-filters a:before {
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #bbb; }

#side-menu .advanced-filters a:after {
  top: 6px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: transparent; }

#side-menu .advanced-filters a:hover:after {
  background-color: #ececec; }

#side-menu .advanced-filter a.active-filter {
  font-weight: bold; }

#side-menu .advanced-filter a.active-filter .count {
  font-weight: normal; }

#side-menu .advanced-filter a.active-filter:after {
  background-color: #44a3a7; }

#side-menu .advanced-filter a.active-filter:hover:after {
  content: '\78';
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #333;
  font-size: 8px;
  text-align: center;
  color: #fff;
  font-family: "icons";
  line-height: 12px;
  speak: none; }

.advanced-filter ul li {
  margin: 0;
  padding: 7px 15px 0 25px; }

/*================ Blog Page ================*/
.blog_grid_full,
.blog_grid {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  flex-wrap: wrap; }
  .blog_grid_full .card,
  .blog_grid .card {
    padding: 10px; }

/*================ Sweepstakes Page ================*/
#sweepstakes_newsletter {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  #sweepstakes_newsletter .child {
    width: 35%;
    min-width: 300px; }

@media only screen and (max-width: 749px) {
  #sweepstakes_newsletter {
    flex-direction: column; }
    #sweepstakes_newsletter .child {
      width: auto; } }
/*================ Breadcrumbs ================*/
ol.breadcrumbs {
  grid-column: 2 / 3;
  grid-row: 1;
  order: -1;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
  font-size: 75%;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e7e8e2;
  padding-bottom: 5px; }

ol.breadcrumbs li {
  display: inline; }

@media only screen and (max-width: 749px) {
  ol.breadcrumbs li.mobile-hide {
    display: none; } }
/*
ol.breadcrumbs li.first {
  font-size: 200%;
}
*/
ol.breadcrumbs li + li:before {
  padding: 5px;
  color: #b8b8b8;
  content: "\00a0\232a"; }

ol.breadcrumbs li a {
  color: #44a3a7 !important;
  text-decoration: none; }

ol.breadcrumbs li a:hover {
  color: #1b82d5 !important;
  text-decoration: underline; }

/*================ Recently Viewed ================*/
#recently_viewed {
  max-width: 100vw;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #cdcdcd;
  background: repeating-linear-gradient(to right, #f3f3f3, #f3f3f3 5px, #efefef 5px, #efefef 10px); }

/*================ Site Footer ================ */
#shopify-section-footer {
  display: flex;
  display: grid;
  align-items: top;
  grid-template-columns: minmax(20px, 1fr) minmax(320px, 1500px) minmax(20px, 1fr);
  /* ===== old browser grid replacement ===== */
  flex-direction: column; }

#footer {
  display: flex;
  display: grid;
  align-items: top;
  font-size: .8em;
  grid-column: 2 / 3;
  align-items: start;
  grid-template-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: auto;
  background-color: #ffffff;
  color: #333333;
  /* ===== old browser grid replacement ===== */
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px; }
  #footer li {
    list-style-type: none; }
  #footer h3 {
    font-weight: bolder !important; }
  #footer a {
    color: #333333; }

@supports (display: grid) {
  #footer {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 989px) {
  #footer {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (min-width: 990px) {
  #footer {
    grid-template-columns: repeat(4, 1fr); } }
.footer_address {
  padding: 20px 0 0 80px; }
  .footer_address p {
    margin-bottom: 0; }

.footer_mark {
  float: left;
  margin: 0 0 0 -80px; }

ul.social_links {
  margin: 20px 0 0 20px;
  padding: 0;
  *zoom: 1; }
  ul.social_links::after {
    content: '';
    display: table;
    clear: both; }
  ul.social_links li {
    display: block;
    float: left;
    padding-right: 10px; }

ul.social_links.center {
  margin: 0;
  text-align: center; }
  ul.social_links.center li {
    display: inline-block;
    float: none;
    padding: 0; }

.footer_column {
  align-self: start;
  /* ===== old browser grid replacement ===== */
  width: 25%; }
  .footer_column.links {
    margin: 0;
    padding: 20px; }

@supports (display: grid) {
  .footer_column {
    width: auto; } }
@media only screen and (max-width: 989px) {
  .footer_column {
    width: 100%; }

  @supports (display: grid) {
    .footer_column {
      width: auto; } }
  .mark {
    grid-column: 1 / all;
    grid-row: 3; }

  .newsletter {
    grid-column: 1 / all;
    grid-row: 2; } }
#payment-bar {
  display: flex;
  display: grid;
  align-items: top;
  padding: 5px 0;
  margin: 0;
  grid-column: 1 / all;
  grid-template-columns: 20px repeat(8, 1fr) 20px;
  background-color: #f3f3f3;
  color: #595959;
  /* ===== old browser grid replacement ===== */
  justify-content: center; }
  #payment-bar li {
    text-align: center;
    list-style-type: none; }

#help-bar {
  display: flex;
  display: grid;
  align-items: top;
  grid-column: 1 / all;
  padding: 20px 0 0 0;
  text-align: center;
  background-color: #f3f3f3;
  color: #595959;
  font-size: .8em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: stretch;
  align-items: flex-end; }
  #help-bar a,
  #help-bar a:hover {
    flex-basis: 250px;
    flex-shrink: 0;
    text-decoration: none;
    color: #595959; }
  @media only screen and (max-width: 989px) {
    #help-bar a,
    #help-bar a:hover {
      flex-basis: 50%; } }
  #help-bar h3 {
    font-weight: 800 !important; }
  #help-bar p {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto; }

#copyright-bar {
  grid-column: 1 / all;
  padding: 10px 0;
  text-align: center;
  background-color: #d9d9d9;
  color: #000000; }
  #copyright-bar a {
    color: #000000; }

/*================ Pagination ================*/
ul.paginate {
  display: flex;
  display: grid;
  align-items: top;
  max-width: 380px;
  margin: 0 auto;
  grid-gap: 20px;
  grid-template-columns: 40px auto 40px;
  padding: 0;
  list-style-type: none;
  color: #000000; }
  ul.paginate a,
  ul.paginate span {
    display: inline-block;
    padding: 10px 7px 0 7px;
    text-align: center;
    text-decoration: none; }
  ul.paginate span.current {
    font-weight: bolder;
    white-space: nowrap;
    width: auto; }
  ul.paginate a {
    color: #333333 !important; }
  ul.paginate .prev,
  ul.paginate .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #44a3a7; }
  ul.paginate .prev a,
  ul.paginate .next a {
    height: 100%;
    width: 100%;
    padding: 0;
    font-weight: bolder;
    color: #ffffff !important; }
  ul.paginate .disabled > span {
    display: block;
    width: 40px;
    height: 40px;
    font-weight: normal;
    border-radius: 50%;
    color: #d5d5d5;
    background-color: #f0f0f0; }
  ul.paginate li {
    position: relative;
    text-align: center;
    list-style-type: none; }

.pagination_top {
  display: flex;
  display: grid;
  align-items: top;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px; }
  .pagination_top .pagination_sort {
    justify-self: end; }
  @media only screen and (max-width: 989px) {
    .pagination_top .pagination_sort {
      display: none; } }

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ inline editing ================*/
.show-content .edit-content {
  display: block; }

.show-content .edit-form {
  display: none; }

.show-form .edit-content {
  display: none; }

.show-form .edit-form {
  display: block; }

/*================ eFormed Registry Custom ================*/
.social-sharing a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0; }

.registry_view #side-main {
  margin-left: 30px;
  width: 80%; }
@media only screen and (max-width: 749px) {
  .registry_view .sidebar_row {
    flex-wrap: wrap; }
  .registry_view #side-menu,
  .registry_view #side-main {
    margin-left: 0;
    width: 100%; } }

.registry_product_image img {
  max-width: 120px;
  max-height: 120px; }

.registry_search_image {
  display: block;
  margin: 0 auto;
  border: 4px solid #e1ecee;
  overflow: hidden;
  width: 128px;
  height: 0;
  padding-bottom: 120px; }
  .registry_search_image img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    object-position: 50% 50%; }

.registry_image {
  margin-bottom: 30px;
  border: 4px solid #e1ecee;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%; }
  .registry_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%; }

.registry_home {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  background-image: url("https://cdn.shopify.com/s/files/1/2037/2299/files/sky.jpg?7570424477358008277");
  width: 100%; }
  .registry_home .standalone_form {
    margin: 0 20px;
    align-self: flex-start;
    z-index: 1; }
  @media only screen and (max-width: 1399px) {
    .registry_home .standalone_form {
      margin-bottom: 20px; } }
  .registry_home .registry_home_illustration {
    align-self: flex-end;
    margin: 0 20px;
    z-index: 1; }
  .registry_home .registry_home_ground {
    flex: 1 100%;
    height: 120px;
    margin-top: -45px;
    z-index: 0; }
  @media only screen and (max-width: 1399px) {
    .registry_home .registry_home_ground,
    .registry_home .registry_home_illustration {
      display: none; } }

/*================ Gift Reggie / Registry Custom ================*/
.gift-reggie-wishlist-button,
.gift-reggie-button {
  display: inline-block;
  font-weight: bolder;
  font-size: .8em; }

.gift-reggie-button {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e7e8e2; }

.giftregistry-custom {
  background: #d6e6f0;
  background-image: url("https://cdn.shopify.com/s/files/1/2289/8945/files/RegistryBanner.png?1202845457685097955");
  background-repeat: no-repeat;
  background-position: left top;
  width: 655px;
  margin: 0 auto 40px auto;
  /*padding-top: 155px;*/ }

.giftregistry-find-box-custom {
  background: #d6e6f0;
  background-image: url("https://cdn.shopify.com/s/files/1/2289/8945/files/findboxRegistry.png?3352459340903563013");
  background-repeat: no-repeat;
  background-position: center;
  background-clip: padding-box;
  background-color: transparent;
  margin-top: 0px;
  height: 125px;
  position: relative;
  top: 155px; }

input.giftregistry-input-custom {
  background: #fff;
  border: 1px solid #608bA4;
  width: 158px;
  height: 19px;
  margin-top: 0px;
  margin-left: 280px;
  margin-bottom: 5px;
  /*padding: 8px 10px;*/
  padding: 0 3px;
  color: #5a5a5a;
  font-size: 12px;
  top: 45px;
  position: relative; }

input.giftregistry-input-mobile-custom {
  background: #fff;
  border: 1px solid #608bA4;
  height: 24px;
  /*padding: 8px 10px;*/
  padding: 0 3px;
  color: #5a5a5a;
  font-size: 12px;
  margin-bottom: 10px; }

span.giftregistry-label-mobile-custom {
  color: #417695; }

input.giftregistry-input-submit-custom {
  background-image: url("https://cdn.shopify.com/s/files/1/2289/8945/files/sprSubmitVerySmall.png?14883804254573898211");
  background-repeat: no-repeat;
  background-position: top left;
  width: 60px;
  height: 18px;
  margin-left: 376px;
  top: 45px;
  position: relative; }

input.giftregistry-input-submit-custom:hover {
  background-position: 0 -18px; }

a.giftregistry-input-login-custom button {
  background-image: url("https://cdn.shopify.com/s/files/1/2289/8945/files/sprCreateRegistry.png?17489772486920254633");
  background-repeat: no-repeat;
  background-position: top left;
  width: 201px;
  height: 34px;
  margin-left: 50px;
  top: 180px;
  position: relative; }

a.giftregistry-input-login-custom button:hover {
  background-position: 0 -34px; }

a.giftregistry-input-manage-custom button {
  background-image: url("https://cdn.shopify.com/s/files/1/2289/8945/files/sprManageRegistry.png?17489772486920254633");
  background-repeat: no-repeat;
  background-position: top left;
  width: 235px;
  height: 34px;
  margin-left: 120px;
  top: 180px;
  position: relative; }

a.giftregistry-input-manage-custom button:hover {
  background-position: 0 -34px; }

a.giftregistry-input-login-custom button {
  background-image: url("https://cdn.shopify.com/s/files/1/2289/8945/files/sprCreateRegistry.png?17489772486920254633");
  background-repeat: no-repeat;
  background-position: top left;
  width: 201px;
  height: 34px;
  margin-left: 50px;
  top: 180px;
  position: relative; }

input.giftregistry-input-submit-mobile-custom {
  background-image: url("https://cdn.shopify.com/s/files/1/2289/8945/files/sprSubmitVerySmall.png?14883804254573898211");
  background-repeat: no-repeat;
  background-position: top left;
  width: 60px;
  height: 18px; }

a.giftregistry-input-login-mobile-custom button {
  background-image: url("https://cdn.shopify.com/s/files/1/2289/8945/files/sprCreateRegistry.png?17489772486920254633");
  background-repeat: no-repeat;
  background-position: top left;
  width: 201px;
  height: 34px;
  margin-bottom: 5px; }

a.giftregistry-input-manage-mobile-custom button {
  background-image: url("https://cdn.shopify.com/s/files/1/2289/8945/files/sprManageRegistry.png?17489772486920254633");
  background-repeat: no-repeat;
  background-position: top left;
  width: 235px;
  height: 34px; }

.giftregistry-buttons-box-custom {
  height: 250px;
  background: transparent; }

.giftregistry-buttons-box-modile-custom {
  background: transparent; }

span.createButtonDescription,
span.manageButtonDescription {
  margin-left: 70px;
  top: 180px;
  font-size: .8em;
  line-height: 25px;
  color: #4a7b98;
  font-style: italic;
  position: relative; }

span.manageButtonDescription {
  margin-left: 170px; }

.giftregistry-notice-custom {
  text-align: center;
  font-size: .8em;
  top: 165px;
  line-height: 25px;
  color: #4a7b98;
  font-style: italic;
  position: relative; }

.giftregistry-notice-mobile-custom {
  line-height: 25px;
  color: #4a7b98;
  font-style: italic; }

.giftreggie-front .giftreggie-body {
  border-bottom: 0px solid #AAA !important;
  border-top: 0px solid #AAA !important; }

.giftregistry-content-mobile-custom {
  background: #d6e6f0;
  padding: 10px; }

.giftregistry-find-box-mobile-custom {
  border: 5px solid #fff;
  background-color: #e7eaed;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px; }

h3.giftregistry-title-mobile-custom {
  color: #417695;
  font-family: Tahoma; }

/*================ Sign-up Wall ================*/
.member_access {
  position: relative;
  border: 1px solid #e7e8e2;
  padding: 20px;
  margin: 0 auto 40px auto;
  max-width: 80%;
  border-radius: 5px; }

.member_tag {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 0 10px;
  background-color: #58b4c9;
  color: white;
  border-radius: 5px 0 0 0; }

/*================ Link row ================*/
ul.link_row {
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap; }
  ul.link_row li {
    margin: 10px;
    white-space: nowrap;
    position: relative; }

/*================ Image row ================*/
.image_row {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e7e8e2;
  padding-bottom: 20px; }
  .image_row .image_block {
    margin: 10px;
    position: relative; }

/*================ Image grid ================*/
.image_grid {
  display: flex;
  display: grid;
  align-items: top;
  grid-template-columns: repeat(4, 1fr); }
  .image_grid .image_block {
    position: relative; }
    .image_grid .image_block img {
      width: 100%;
      /*height: 100%;*/ }
    .image_grid .image_block.double {
      grid-column: span 2; }
    .image_grid .image_block.triple {
      grid-column: span 3; }
    .image_grid .image_block.full_tall, .image_grid .image_block.full {
      grid-column: span 4; }
    .image_grid .image_block.big_square {
      grid-column: span 2;
      grid-row: span 2; }
  .image_grid.gutters {
    column-gap: 20px;
    row-gap: 20px; }
    .image_grid.gutters .image_block {
      border: 1px solid #e7e8e2; }
      .image_grid.gutters .image_block img {
        height: 100%; }

@media only screen and (max-width: 989px) {
  .image_grid {
    grid-template-columns: repeat(2, 1fr); }
    .image_grid .image_block {
      position: relative;
      order: 3; }
      .image_grid .image_block img {
        width: 100%;
        /*height: 100%;*/ }
      .image_grid .image_block.double {
        order: 1; }
      .image_grid .image_block.triple {
        grid-column: span 2;
        order: 2; }
      .image_grid .image_block.full {
        grid-column: span 2; }
      .image_grid .image_block.big_square {
        grid-column: span 2;
        grid-row: span 1;
        order: 0; } }
.grid_image a {
  position: relative;
  display: block; }

.grid_image a:hover {
  text-decoration: none !important; }

/*================ Base Card ================*/
.card_icon {
  position: absolute;
  top: 20px;
  left: 20px; }

.card_icon2 {
  position: absolute;
  top: 0;
  left: 0; }

.card_grid_full,
.card_grid {
  display: flex;
  align-content: flex-start;
  grid-gap: 0;
  width: 100%;
  margin-bottom: 20px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap; }

.border_full {
  border: 1px solid #e7e8e2; }

.card {
  text-align: center;
  position: relative;
  font-size: .85em;
  width: 50%;
  /* The ghost, nudged to maintain centering */ }
  .card .card_a {
    text-decoration: none;
    display: block;
    padding: 10px;
    border: 1px solid #fff; }
    .card .card_a.background {
      background-color: #fff; }
    .card .card_a.bordered {
      border-bottom: 1px solid #e7e8e2; }
    .card .card_a.full_height {
      height: 100%; }
  .card .card_a:hover {
    border: 1px solid #ccc;
    text-decoration: none !important; }
  .card h3 {
    margin-top: 10px; }
  .card .card_photo_holder {
    text-align: center;
    display: block;
    height: 200px !important; }
  .card .card_photo_holder:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 1px;
    /* Adjusts for spacing */ }
  .card .card_photo {
    vertical-align: middle;
    display: inline-block !important;
    width: auto !important;
    max-width: 90%;
    max-height: 200px !important; }
  .card.lighttext {
    color: #fff !important; }
    .card.lighttext a {
      color: #fff !important; }
  .card .top_tag {
    position: absolute;
    display: relative;
    top: 10px;
    left: 10px;
    color: #fff;
    width: 57px;
    height: 57px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #58b4c9; }
    .card .top_tag.discount {
      background-color: #f5a623; }

.text_tag {
  color: #58b4c9 !important;
  display: inline-block;
  text-decoration: none;
  font-weight: lighter;
  font-size: 14px; }
  .text_tag.block {
    display: block;
    text-decoration: none; }

@media only screen and (min-width: 750px) and (max-width: 989px) {
  .card {
    width: 33%; }

  .sidebar_row .card {
    width: 50%; } }
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  .card {
    width: 25%; }

  .contained .card {
    width: 33%; }

  .sidebar_row .card {
    width: 33%; } }
@media only screen and (min-width: 1400px) {
  .card {
    width: 20%; }

  .contained .card {
    width: 33%; }

  .sidebar_row .card {
    width: 25%; } }
.owl-carousel .card {
  width: 250px; }
.owl-carousel .owl-stage-outer {
  padding-left: 20px; }

.card_list {
  *zoom: 1;
  list-style-type: none !important;
  padding-left: 0;
  margin-left: 0 !important;
  display: flex;
  flex-flow: column nowrap;
  align-content: stretch; }
  .card_list::after {
    content: '';
    display: table;
    clear: both; }
  .card_list li {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 20px !important;
    padding-right: 20px; }
    .card_list li .card_photo_holder {
      flex-shrink: 0;
      margin-right: 20px; }
  .card_list.wrap {
    flex-flow: row wrap; }
    .card_list.wrap li {
      flex-grow: 1;
      display: flex;
      margin-left: 0;
      flex-basis: 320px; }
      .card_list.wrap li .card_photo_holder {
        flex-basis: 100px;
        flex-shrink: 0;
        margin-right: 20px; }

.pretext {
  display: block;
  text-decoration: none;
  color: #9b9b9b;
  font-size: .75em;
  margin-bottom: 10px; }
  .pretext.inline {
    display: inline-block;
    text-decoration: none; }
  .pretext .discount {
    font-weight: bolder;
    color: #f5a623; }

.whitetext .pretext {
  color: #fff !important; }

/*================ Product Card ================*/
.price {
  font-size: 20px; }

.price_compare {
  text-decoration: line-through;
  color: #9b9b9b;
  font-weight: lighter; }

.price_from {
  font-family: "Lora", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-style: italic;
  font-size: 14px;
  color: #9b9b9b; }

.price_soldout {
  color: #9b9b9b; }

.card .spr-badge-starrating {
  position: absolute;
  top: 15px;
  right: 15px; }
.card .spr-badge-caption {
  display: none; }
.card.float-right {
  position: relative;
  border: 1px solid #e7e8e2;
  margin: 0 0 20px 20px;
  width: 230px;
  float: right; }
.card.float-left {
  position: relative;
  border: 1px solid #e7e8e2;
  margin: 0 20px 20px 0;
  width: 230px;
  float: left; }

/*================ Print Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .no-print,
  .no-print * {
    display: none !important; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
/*================ MFP overrides ================*/
@media only screen and (max-width: 749px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    max-width: 80%; } }
.mfp-bg {
  background: #999; }

.mfp-wrap ~ * {
  filter: blur(2px); }

/*================ Breakpoint Testing ================*/
@media only screen and (max-width: 449px) {
  body.breakpoint_testing {
    border: 1px solid red;
    border-width: 10px 1px; } }
@media only screen and (min-width: 450px) and (max-width: 749px) {
  body.breakpoint_testing {
    border: 1px solid orange;
    border-width: 10px 1px; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  body.breakpoint_testing {
    border: 1px solid yellow;
    border-width: 10px 1px; } }
@media only screen and (min-width: 990px) and (max-width: 1399px) {
  body.breakpoint_testing {
    border: 1px solid green;
    border-width: 10px 1px; } }
@media only screen and (min-width: 1400px) {
  body.breakpoint_testing {
    border: 1px solid blue;
    border-width: 10px 1px; } }
