

/* FILE: style.css */
@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700|Lato:400,400i,700");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * 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 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in 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,
strong {
  font-weight: inherit; }

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

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

/**
     * Add the correct font 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 {
  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.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

.is-hidden {
  display: none !important; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.breadcrumbs::after {
  clear: both; }

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase; }

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca; }

.breadcrumbs a {
  color: #2ba6cb; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer; }

a:hover, a:focus {
  color: #258faf; }

a img {
  border: 0; }

hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }

cite:before {
  content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch; }

.input-group > :first-child {
  border-radius: 3px 0 0 3px; }

.input-group > :last-child > * {
  border-radius: 0 3px 3px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center; }

.input-group-label:first-child {
  border-right: 0; }

.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("https://sproutpeople.org/skin/frontend/vonnda/default/css/data:image/svg+xml;utf8,<sv")xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

@media screen and (min-width: 0\0) {
  select {
    background-image: url("https://sproutpeople.org/skin/frontend/vonnda/default/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed; }

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

select[multiple] {
  height: auto;
  background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #c60f13;
  background-color: #f8e6e7; }

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus)::placeholder {
  color: #c60f13; }

.is-invalid-label {
  color: #c60f13; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13; }

.form-error.is-visible {
  display: block; }

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[data-whatinput='mouse'] .menu li {
  outline: 0; }

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem; }

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0; }

.menu input {
  display: inline-block; }

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row; }

.menu.vertical {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column; }

.menu.expanded li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.menu.simple {
  -ms-flex-align: center;
  align-items: center; }

.menu.simple li + li {
  margin-left: 1rem; }

.menu.simple a {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.medium-expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.large-expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.large-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.menu.nested {
  margin-right: 0;
  margin-left: 1rem; }

.menu.icons a {
  display: -ms-flexbox;
  display: flex; }

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -ms-flexbox;
  display: flex; }

.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem; }

.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem; }

.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu .is-active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu .active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu.align-left {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.menu.align-right li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu.align-right.vertical li {
  display: block;
  text-align: right; }

.menu.align-right.vertical li .submenu li {
  text-align: right; }

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0; }

.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.menu.align-center li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered > .menu {
  -ms-flex-pack: center;
  justify-content: center; }

.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 87.5rem;
  margin: 0 auto; }

.grid-container.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin: 0 auto; }

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto; }

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }

.cell.auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.cell.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }

.grid-margin-x > .auto {
  width: auto; }

.grid-margin-x > .shrink {
  width: auto; }

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.875rem); }

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.875rem); }

.grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem); }

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.875rem); }

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.875rem); }

.grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem); }

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.875rem); }

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.875rem); }

.grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem); }

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.875rem); }

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.875rem); }

.grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto; }
  .grid-margin-x > .medium-shrink {
    width: auto; }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto; }
  .grid-margin-x > .large-shrink {
    width: auto; }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0; }

.small-margin-collapse > .small-1 {
  width: 8.33333%; }

.small-margin-collapse > .small-2 {
  width: 16.66667%; }

.small-margin-collapse > .small-3 {
  width: 25%; }

.small-margin-collapse > .small-4 {
  width: 33.33333%; }

.small-margin-collapse > .small-5 {
  width: 41.66667%; }

.small-margin-collapse > .small-6 {
  width: 50%; }

.small-margin-collapse > .small-7 {
  width: 58.33333%; }

.small-margin-collapse > .small-8 {
  width: 66.66667%; }

.small-margin-collapse > .small-9 {
  width: 75%; }

.small-margin-collapse > .small-10 {
  width: 83.33333%; }

.small-margin-collapse > .small-11 {
  width: 91.66667%; }

.small-margin-collapse > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .small-margin-collapse > .medium-3 {
    width: 25%; }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .small-margin-collapse > .medium-6 {
    width: 50%; }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .small-margin-collapse > .medium-9 {
    width: 75%; }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .small-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%; }
  .small-margin-collapse > .large-2 {
    width: 16.66667%; }
  .small-margin-collapse > .large-3 {
    width: 25%; }
  .small-margin-collapse > .large-4 {
    width: 33.33333%; }
  .small-margin-collapse > .large-5 {
    width: 41.66667%; }
  .small-margin-collapse > .large-6 {
    width: 50%; }
  .small-margin-collapse > .large-7 {
    width: 58.33333%; }
  .small-margin-collapse > .large-8 {
    width: 66.66667%; }
  .small-margin-collapse > .large-9 {
    width: 75%; }
  .small-margin-collapse > .large-10 {
    width: 83.33333%; }
  .small-margin-collapse > .large-11 {
    width: 91.66667%; }
  .small-margin-collapse > .large-12 {
    width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.9375rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.9375rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.9375rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.9375rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.9375rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.9375rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.9375rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.9375rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.9375rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.9375rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.9375rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.9375rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.grid-y > .cell {
  width: auto; }

.grid-y > .auto {
  height: auto; }

.grid-y > .shrink {
  height: auto; }

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.grid-y > .small-1 {
  height: 8.33333%; }

.grid-y > .small-2 {
  height: 16.66667%; }

.grid-y > .small-3 {
  height: 25%; }

.grid-y > .small-4 {
  height: 33.33333%; }

.grid-y > .small-5 {
  height: 41.66667%; }

.grid-y > .small-6 {
  height: 50%; }

.grid-y > .small-7 {
  height: 58.33333%; }

.grid-y > .small-8 {
  height: 66.66667%; }

.grid-y > .small-9 {
  height: 75%; }

.grid-y > .small-10 {
  height: 83.33333%; }

.grid-y > .small-11 {
  height: 91.66667%; }

.grid-y > .small-12 {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto; }
  .grid-y > .medium-shrink {
    height: auto; }
  .grid-y > .medium-1 {
    height: 8.33333%; }
  .grid-y > .medium-2 {
    height: 16.66667%; }
  .grid-y > .medium-3 {
    height: 25%; }
  .grid-y > .medium-4 {
    height: 33.33333%; }
  .grid-y > .medium-5 {
    height: 41.66667%; }
  .grid-y > .medium-6 {
    height: 50%; }
  .grid-y > .medium-7 {
    height: 58.33333%; }
  .grid-y > .medium-8 {
    height: 66.66667%; }
  .grid-y > .medium-9 {
    height: 75%; }
  .grid-y > .medium-10 {
    height: 83.33333%; }
  .grid-y > .medium-11 {
    height: 91.66667%; }
  .grid-y > .medium-12 {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto; }
  .grid-y > .large-shrink {
    height: auto; }
  .grid-y > .large-1 {
    height: 8.33333%; }
  .grid-y > .large-2 {
    height: 16.66667%; }
  .grid-y > .large-3 {
    height: 25%; }
  .grid-y > .large-4 {
    height: 33.33333%; }
  .grid-y > .large-5 {
    height: 41.66667%; }
  .grid-y > .large-6 {
    height: 50%; }
  .grid-y > .large-7 {
    height: 58.33333%; }
  .grid-y > .large-8 {
    height: 66.66667%; }
  .grid-y > .large-9 {
    height: 75%; }
  .grid-y > .large-10 {
    height: 83.33333%; }
  .grid-y > .large-11 {
    height: 91.66667%; }
  .grid-y > .large-12 {
    height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }

.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }

.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }

.grid-margin-y > .auto {
  height: auto; }

.grid-margin-y > .shrink {
  height: auto; }

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem); }

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem); }

.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem); }

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem); }

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem); }

.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem); }

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem); }

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem); }

.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem); }

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem); }

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem); }

.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto; }
  .grid-margin-y > .medium-shrink {
    height: auto; }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto; }
  .grid-margin-y > .large-shrink {
    height: auto; }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%; }

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }

.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }

.grid-margin-y > .auto {
  height: auto; }

.grid-margin-y > .shrink {
  height: auto; }

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem); }

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem); }

.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem); }

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem); }

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem); }

.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem); }

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem); }

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem); }

.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem); }

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem); }

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem); }

.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto; }
  .grid-margin-y > .medium-shrink {
    height: auto; }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto; }
  .grid-margin-y > .large-shrink {
    height: auto; }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  justify-content: center; }

.align-top {
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: ''; }

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: ''; }

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }

input + .switch-paddle {
  margin: 0; }

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: ''; }

input:checked ~ .switch-paddle {
  background: #2ba6cb; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }

input:checked + label > .switch-active {
  display: block; }

.switch-inactive {
  right: 15%; }

input:checked + label > .switch-inactive {
  display: none; }

.switch.tiny {
  height: 1.5rem; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small {
  height: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large {
  height: 2.5rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }

input + .switch-paddle {
  margin: 0; }

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: ''; }

input:checked ~ .switch-paddle {
  background: #2ba6cb; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }

input:checked + label > .switch-active {
  display: block; }

.switch-inactive {
  right: 15%; }

input:checked + label > .switch-inactive {
  display: none; }

.switch.tiny {
  height: 1.5rem; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small {
  height: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large {
  height: 2.5rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

@font-face {
  font-family: "feather";
  src: url("https://sproutpeople.org/skin/frontend/vonnda/default/fonts/feather.eot?t=1525787366991");
  /* IE9*/
  src: url("https://sproutpeople.org/skin/frontend/vonnda/default/fonts/feather.eot?t=1525787366991#iefix") format("embedded-opentype"), url("https://sproutpeople.org/skin/frontend/vonnda/default/fonts/feather.woff?t=1525787366991") format("woff"), url("https://sproutpeople.org/skin/frontend/vonnda/default/fonts/feather.ttf?t=1525787366991") format("truetype"), url("https://sproutpeople.org/skin/frontend/vonnda/default/fonts/feather.svg?t=1525787366991#feather") format("svg");
  /* iOS 4.1- */ }

.feather {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-alert-octagon:before {
  content: "\e81b"; }

.icon-alert-circle:before {
  content: "\e81c"; }

.icon-activity:before {
  content: "\e81d"; }

.icon-alert-triangle:before {
  content: "\e81e"; }

.icon-align-center:before {
  content: "\e81f"; }

.icon-airplay:before {
  content: "\e820"; }

.icon-align-justify:before {
  content: "\e821"; }

.icon-align-left:before {
  content: "\e822"; }

.icon-align-right:before {
  content: "\e823"; }

.icon-arrow-down-left:before {
  content: "\e824"; }

.icon-arrow-down-right:before {
  content: "\e825"; }

.icon-anchor:before {
  content: "\e826"; }

.icon-aperture:before {
  content: "\e827"; }

.icon-arrow-left:before {
  content: "\e828"; }

.icon-arrow-right:before {
  content: "\e829"; }

.icon-arrow-down:before {
  content: "\e82a"; }

.icon-arrow-up-left:before {
  content: "\e82b"; }

.icon-arrow-up-right:before {
  content: "\e82c"; }

.icon-arrow-up:before {
  content: "\e82d"; }

.icon-award:before {
  content: "\e82e"; }

.icon-bar-chart:before {
  content: "\e82f"; }

.icon-at-sign:before {
  content: "\e830"; }

.icon-bar-chart-2:before {
  content: "\e831"; }

.icon-battery-charging:before {
  content: "\e832"; }

.icon-bell-off:before {
  content: "\e833"; }

.icon-battery:before {
  content: "\e834"; }

.icon-bluetooth:before {
  content: "\e835"; }

.icon-bell:before {
  content: "\e836"; }

.icon-book:before {
  content: "\e837"; }

.icon-briefcase:before {
  content: "\e838"; }

.icon-camera-off:before {
  content: "\e839"; }

.icon-calendar:before {
  content: "\e83a"; }

.icon-bookmark:before {
  content: "\e83b"; }

.icon-box:before {
  content: "\e83c"; }

.icon-camera:before {
  content: "\e83d"; }

.icon-check-circle:before {
  content: "\e83e"; }

.icon-check:before {
  content: "\e83f"; }

.icon-check-square:before {
  content: "\e840"; }

.icon-cast:before {
  content: "\e841"; }

.icon-chevron-down:before {
  content: "\e842"; }

.icon-chevron-left:before {
  content: "\e843"; }

.icon-chevron-right:before {
  content: "\e844"; }

.icon-chevron-up:before {
  content: "\e845"; }

.icon-chevrons-down:before {
  content: "\e846"; }

.icon-chevrons-right:before {
  content: "\e847"; }

.icon-chevrons-up:before {
  content: "\e848"; }

.icon-chevrons-left:before {
  content: "\e849"; }

.icon-circle:before {
  content: "\e84a"; }

.icon-clipboard:before {
  content: "\e84b"; }

.icon-chrome:before {
  content: "\e84c"; }

.icon-clock:before {
  content: "\e84d"; }

.icon-cloud-lightning:before {
  content: "\e84e"; }

.icon-cloud-drizzle:before {
  content: "\e84f"; }

.icon-cloud-rain:before {
  content: "\e850"; }

.icon-cloud-off:before {
  content: "\e851"; }

.icon-codepen:before {
  content: "\e852"; }

.icon-cloud-snow:before {
  content: "\e853"; }

.icon-compass:before {
  content: "\e854"; }

.icon-copy:before {
  content: "\e855"; }

.icon-corner-down-right:before {
  content: "\e856"; }

.icon-corner-down-left:before {
  content: "\e857"; }

.icon-corner-left-down:before {
  content: "\e858"; }

.icon-corner-left-up:before {
  content: "\e859"; }

.icon-corner-up-left:before {
  content: "\e85a"; }

.icon-corner-up-right:before {
  content: "\e85b"; }

.icon-corner-right-down:before {
  content: "\e85c"; }

.icon-corner-right-up:before {
  content: "\e85d"; }

.icon-cpu:before {
  content: "\e85e"; }

.icon-credit-card:before {
  content: "\e85f"; }

.icon-crosshair:before {
  content: "\e860"; }

.icon-disc:before {
  content: "\e861"; }

.icon-delete:before {
  content: "\e862"; }

.icon-download-cloud:before {
  content: "\e863"; }

.icon-download:before {
  content: "\e864"; }

.icon-droplet:before {
  content: "\e865"; }

.icon-edit-2:before {
  content: "\e866"; }

.icon-edit:before {
  content: "\e867"; }

.icon-edit-1:before {
  content: "\e868"; }

.icon-external-link:before {
  content: "\e869"; }

.icon-eye:before {
  content: "\e86a"; }

.icon-feather:before {
  content: "\e86b"; }

.icon-facebook:before {
  content: "\e86c"; }

.icon-file-minus:before {
  content: "\e86d"; }

.icon-eye-off:before {
  content: "\e86e"; }

.icon-fast-forward:before {
  content: "\e86f"; }

.icon-file-text:before {
  content: "\e870"; }

.icon-film:before {
  content: "\e871"; }

.icon-file:before {
  content: "\e872"; }

.icon-file-plus:before {
  content: "\e873"; }

.icon-folder:before {
  content: "\e874"; }

.icon-filter:before {
  content: "\e875"; }

.icon-flag:before {
  content: "\e876"; }

.icon-globe:before {
  content: "\e877"; }

.icon-grid:before {
  content: "\e878"; }

.icon-heart:before {
  content: "\e879"; }

.icon-home:before {
  content: "\e87a"; }

.icon-github:before {
  content: "\e87b"; }

.icon-image:before {
  content: "\e87c"; }

.icon-inbox:before {
  content: "\e87d"; }

.icon-layers:before {
  content: "\e87e"; }

.icon-info:before {
  content: "\e87f"; }

.icon-instagram:before {
  content: "\e880"; }

.icon-layout:before {
  content: "\e881"; }

.icon-link-2:before {
  content: "\e882"; }

.icon-life-buoy:before {
  content: "\e883"; }

.icon-link:before {
  content: "\e884"; }

.icon-log-in:before {
  content: "\e885"; }

.icon-list:before {
  content: "\e886"; }

.icon-lock:before {
  content: "\e887"; }

.icon-log-out:before {
  content: "\e888"; }

.icon-loader:before {
  content: "\e889"; }

.icon-mail:before {
  content: "\e88a"; }

.icon-maximize-2:before {
  content: "\e88b"; }

.icon-map:before {
  content: "\e88c"; }

.icon-map-pin:before {
  content: "\e88e"; }

.icon-menu:before {
  content: "\e88f"; }

.icon-message-circle:before {
  content: "\e890"; }

.icon-message-square:before {
  content: "\e891"; }

.icon-minimize-2:before {
  content: "\e892"; }

.icon-mic-off:before {
  content: "\e893"; }

.icon-minus-circle:before {
  content: "\e894"; }

.icon-mic:before {
  content: "\e895"; }

.icon-minus-square:before {
  content: "\e896"; }

.icon-minus:before {
  content: "\e897"; }

.icon-moon:before {
  content: "\e898"; }

.icon-monitor:before {
  content: "\e899"; }

.icon-more-vertical:before {
  content: "\e89a"; }

.icon-more-horizontal:before {
  content: "\e89b"; }

.icon-move:before {
  content: "\e89c"; }

.icon-music:before {
  content: "\e89d"; }

.icon-navigation-2:before {
  content: "\e89e"; }

.icon-navigation:before {
  content: "\e89f"; }

.icon-octagon:before {
  content: "\e8a0"; }

.icon-package:before {
  content: "\e8a1"; }

.icon-pause-circle:before {
  content: "\e8a2"; }

.icon-pause:before {
  content: "\e8a3"; }

.icon-percent:before {
  content: "\e8a4"; }

.icon-phone-call:before {
  content: "\e8a5"; }

.icon-phone-forwarded:before {
  content: "\e8a6"; }

.icon-phone-missed:before {
  content: "\e8a7"; }

.icon-phone-off:before {
  content: "\e8a8"; }

.icon-phone-incoming:before {
  content: "\e8a9"; }

.icon-phone:before {
  content: "\e8aa"; }

.icon-phone-outgoing:before {
  content: "\e8ab"; }

.icon-pie-chart:before {
  content: "\e8ac"; }

.icon-play-circle:before {
  content: "\e8ad"; }

.icon-play:before {
  content: "\e8ae"; }

.icon-plus-square:before {
  content: "\e8af"; }

.icon-plus-circle:before {
  content: "\e8b0"; }

.icon-plus:before {
  content: "\e8b1"; }

.icon-pocket:before {
  content: "\e8b2"; }

.icon-printer:before {
  content: "\e8b3"; }

.icon-power:before {
  content: "\e8b4"; }

.icon-radio:before {
  content: "\e8b5"; }

.icon-repeat:before {
  content: "\e8b6"; }

.icon-refresh-ccw:before {
  content: "\e8b7"; }

.icon-rewind:before {
  content: "\e8b8"; }

.icon-rotate-ccw:before {
  content: "\e8b9"; }

.icon-refresh-cw:before {
  content: "\e8ba"; }

.icon-rotate-cw:before {
  content: "\e8bb"; }

.icon-save:before {
  content: "\e8bc"; }

.icon-search:before {
  content: "\e8bd"; }

.icon-server:before {
  content: "\e8be"; }

.icon-scissors:before {
  content: "\e8bf"; }

.icon-share-2:before {
  content: "\e8c0"; }

.icon-share:before {
  content: "\e8c1"; }

.icon-shield:before {
  content: "\e8c2"; }

.icon-settings:before {
  content: "\e8c3"; }

.icon-skip-back:before {
  content: "\e8c4"; }

.icon-shuffle:before {
  content: "\e8c5"; }

.icon-sidebar:before {
  content: "\e8c6"; }

.icon-skip-forward:before {
  content: "\e8c7"; }

.icon-slack:before {
  content: "\e8c8"; }

.icon-slash:before {
  content: "\e8c9"; }

.icon-smartphone:before {
  content: "\e8ca"; }

.icon-square:before {
  content: "\e8cb"; }

.icon-speaker:before {
  content: "\e8cc"; }

.icon-star:before {
  content: "\e8cd"; }

.icon-stop-circle:before {
  content: "\e8ce"; }

.icon-sun:before {
  content: "\e8cf"; }

.icon-sunrise:before {
  content: "\e8d0"; }

.icon-tablet:before {
  content: "\e8d1"; }

.icon-tag:before {
  content: "\e8d2"; }

.icon-sunset:before {
  content: "\e8d3"; }

.icon-target:before {
  content: "\e8d4"; }

.icon-thermometer:before {
  content: "\e8d5"; }

.icon-thumbs-up:before {
  content: "\e8d6"; }

.icon-thumbs-down:before {
  content: "\e8d7"; }

.icon-toggle-left:before {
  content: "\e8d8"; }

.icon-toggle-right:before {
  content: "\e8d9"; }

.icon-trash-2:before {
  content: "\e8da"; }

.icon-trash:before {
  content: "\e8db"; }

.icon-trending-up:before {
  content: "\e8dc"; }

.icon-trending-down:before {
  content: "\e8dd"; }

.icon-triangle:before {
  content: "\e8de"; }

.icon-type:before {
  content: "\e8df"; }

.icon-twitter:before {
  content: "\e8e0"; }

.icon-upload:before {
  content: "\e8e1"; }

.icon-umbrella:before {
  content: "\e8e2"; }

.icon-upload-cloud:before {
  content: "\e8e3"; }

.icon-unlock:before {
  content: "\e8e4"; }

.icon-user-check:before {
  content: "\e8e5"; }

.icon-user-minus:before {
  content: "\e8e6"; }

.icon-user-plus:before {
  content: "\e8e7"; }

.icon-user-x:before {
  content: "\e8e8"; }

.icon-user:before {
  content: "\e8e9"; }

.icon-users:before {
  content: "\e8ea"; }

.icon-video-off:before {
  content: "\e8eb"; }

.icon-video:before {
  content: "\e8ec"; }

.icon-voicemail:before {
  content: "\e8ed"; }

.icon-volume-x:before {
  content: "\e8ee"; }

.icon-volume-2:before {
  content: "\e8ef"; }

.icon-volume-1:before {
  content: "\e8f0"; }

.icon-volume:before {
  content: "\e8f1"; }

.icon-watch:before {
  content: "\e8f2"; }

.icon-wifi:before {
  content: "\e8f3"; }

.icon-x-square:before {
  content: "\e8f4"; }

.icon-wind:before {
  content: "\e8f5"; }

.icon-x:before {
  content: "\e8f6"; }

.icon-x-circle:before {
  content: "\e8f7"; }

.icon-zap:before {
  content: "\e8f8"; }

.icon-zoom-in:before {
  content: "\e8f9"; }

.icon-zoom-out:before {
  content: "\e8fa"; }

.icon-command:before {
  content: "\e8fb"; }

.icon-cloud:before {
  content: "\e8fc"; }

.icon-hash:before {
  content: "\e8fd"; }

.icon-headphones:before {
  content: "\e8fe"; }

.icon-underline:before {
  content: "\e8ff"; }

.icon-italic:before {
  content: "\e900"; }

.icon-bold:before {
  content: "\e901"; }

.icon-crop:before {
  content: "\e902"; }

.icon-help-circle:before {
  content: "\e903"; }

.icon-paperclip:before {
  content: "\e904"; }

.icon-shopping-cart:before {
  content: "\e905"; }

.icon-tv:before {
  content: "\e906"; }

.icon-wifi-off:before {
  content: "\e907"; }

.icon-minimize:before {
  content: "\e88d"; }

.icon-maximize:before {
  content: "\e908"; }

.icon-gitlab:before {
  content: "\e909"; }

.icon-sliders:before {
  content: "\e90a"; }

.icon-star-on:before {
  content: "\e90b"; }

.icon-heart-on:before {
  content: "\e90c"; }

.icon-archive:before {
  content: "\e90d"; }

.icon-arrow-down-circle:before {
  content: "\e90e"; }

.icon-arrow-up-circle:before {
  content: "\e90f"; }

.icon-arrow-left-circle:before {
  content: "\e910"; }

.icon-arrow-right-circle:before {
  content: "\e911"; }

.icon-bar-chart-line-:before {
  content: "\e912"; }

.icon-bar-chart-line:before {
  content: "\e913"; }

.icon-book-open:before {
  content: "\e914"; }

.icon-code:before {
  content: "\e915"; }

.icon-database:before {
  content: "\e916"; }

.icon-dollar-sign:before {
  content: "\e917"; }

.icon-folder-plus:before {
  content: "\e918"; }

.icon-gift:before {
  content: "\e919"; }

.icon-folder-minus:before {
  content: "\e91a"; }

.icon-git-commit:before {
  content: "\e91b"; }

.icon-git-branch:before {
  content: "\e91c"; }

.icon-git-pull-request:before {
  content: "\e91d"; }

.icon-git-merge:before {
  content: "\e91e"; }

.icon-linkedin:before {
  content: "\e91f"; }

.icon-hard-drive:before {
  content: "\e920"; }

.icon-more-vertical-:before {
  content: "\e921"; }

.icon-more-horizontal-:before {
  content: "\e922"; }

.icon-rss:before {
  content: "\e923"; }

.icon-send:before {
  content: "\e924"; }

.icon-shield-off:before {
  content: "\e925"; }

.icon-shopping-bag:before {
  content: "\e926"; }

.icon-terminal:before {
  content: "\e927"; }

.icon-truck:before {
  content: "\e928"; }

.icon-zap-off:before {
  content: "\e929"; }

.icon-youtube:before {
  content: "\e92a"; }

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d; }

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050; }

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050; }

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }

.vbox-next {
  right: 15px; }

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left; }

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh; }

.venoframe.vbvid {
  height: 260px; }

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh; }
  .venoframe.vbvid {
    width: 640px;
    height: 360px; } }

@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh; }
  .venoframe.vbvid {
    width: 960px;
    height: 540px; } }

/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial; }

img.figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.vbox-content.swipe-left {
  margin-left: -200px !important; }

.vbox-content.swipe-right {
  margin-left: 200px !important; }

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out; }

.animate-in {
  opacity: 1; }

.animate-out {
  opacity: 0; }

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.sk-double-bounce {
  position: relative; }

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%; }

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear; }

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out; }

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: '';
  background-color: #333; }

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1; }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1; }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/* Mixins */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.btn-primary img, .btn-secondary img, .btn-tertiary img, .button img, .newsletter-form a img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%); }

.active.btn-primary img, .active.btn-secondary img, .active.btn-tertiary img, .active.button img, .newsletter-form a.active img {
  display: block; }

.active.btn-primary span, .active.btn-secondary span, .active.btn-tertiary span, .active.button span, .newsletter-form a.active span {
  opacity: 0; }

.btn-primary {
  background-image: none;
  background: #91243B;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 14px 19px;
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
  height: 44px; }
  .btn-primary:focus, .btn-primary:active {
    background: #681a2a;
    border: #681a2a;
    color: #fff; }
  .btn-primary:hover {
    background: #681a2a;
    border: #681a2a;
    color: #fff; }
  .btn-primary.disabled, .btn-primary[disabled],
  fieldset[disabled] .btn-primary {
    background: #BDBCBC;
    cursor: default;
    pointer-events: none; }

.btn-secondary {
  background-image: none;
  background: #363637;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 14px 19px;
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
  height: 44px; }
  .btn-secondary:focus, .btn-secondary:active {
    background: #1d1d1d;
    border: #1d1d1d;
    color: #fff; }
  .btn-secondary:hover {
    background: #1d1d1d;
    border: #1d1d1d;
    color: #fff; }
  .btn-secondary.disabled, .btn-secondary[disabled],
  fieldset[disabled] .btn-secondary {
    background: #BDBCBC;
    cursor: default;
    pointer-events: none; }

.btn-tertiary {
  background-image: none;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  color: #4A4A4A;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 14px 19px;
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
  height: 44px; }
  .btn-tertiary:focus, .btn-tertiary:active {
    background: rgba(230, 230, 230, 0.9);
    border: rgba(230, 230, 230, 0.9);
    color: #4A4A4A; }
  .btn-tertiary:hover {
    background: rgba(230, 230, 230, 0.9);
    border: rgba(230, 230, 230, 0.9);
    color: #4A4A4A; }
  .btn-tertiary.disabled, .btn-tertiary[disabled],
  fieldset[disabled] .btn-tertiary {
    background: #BDBCBC;
    cursor: default;
    pointer-events: none; }

.btn-full {
  width: 100%; }

.button {
  background-image: none;
  background: #91243B;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 14px 19px;
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
  height: 44px; }
  .button:focus, .button:active {
    background: #681a2a;
    border: #681a2a;
    color: #fff; }
  .button:hover {
    background: #681a2a;
    border: #681a2a;
    color: #fff; }
  .button.disabled, .button[disabled],
  fieldset[disabled] .button {
    background: #BDBCBC;
    cursor: default;
    pointer-events: none; }
  .button.btn-full {
    width: 100%; }

.newsletter-form a {
  background-image: none;
  background: #91243B;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 14px 19px;
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
  height: 44px; }
  .newsletter-form a:focus, .newsletter-form a:active {
    background: #681a2a;
    border: #681a2a;
    color: #fff; }
  .newsletter-form a:hover {
    background: #681a2a;
    border: #681a2a;
    color: #fff; }
  .newsletter-form a.disabled, .newsletter-form a[disabled],
  fieldset[disabled] .newsletter-form a {
    background: #BDBCBC;
    cursor: default;
    pointer-events: none; }

.add-product.active img {
  display: block; }

.add-product.active span {
  display: none; }

.add-product img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  transform: translate(-50%, -50%); }

.input-font-size, select {
  font-size: 16px;
  font-size: 1rem;
  color: #2D2D2E;
  line-height: 17px; }

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  box-shadow: none;
  border: 1px solid #BDBCBC;
  height: 50px; }
  [type='text']::placeholder,
  [type='password']::placeholder,
  [type='date']::placeholder,
  [type='datetime']::placeholder,
  [type='datetime-local']::placeholder,
  [type='month']::placeholder,
  [type='week']::placeholder,
  [type='email']::placeholder,
  [type='number']::placeholder,
  [type='search']::placeholder,
  [type='tel']::placeholder,
  [type='time']::placeholder,
  [type='url']::placeholder,
  [type='color']::placeholder,
  textarea::placeholder {
    color: #828282; }

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #BDBCBC;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

select {
  height: 50px;
  margin-bottom: 1.5rem;
  border: 1px solid #BDBCBC;
  background-image: url("https://sproutpeople.org/skin/frontend/vonnda/default/icons/chevron-down.svg");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 16px 16px; }

.fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.messages {
  list-style: none;
  margin: 0 0 10px;
  width: 100%; }
  .messages li ul {
    list-style: none;
    margin: 0; }
    .messages li ul li {
      padding: 10px 20px;
      width: 100%; }
  .messages .error-msg {
    color: #F04141;
    border: 1px solid #F04141;
    background: #fff5f3; }
  .messages .success-msg {
    color: #56874C;
    border: 1px solid #56874C;
    background: #FEFFF7; }
  .messages .warning-msg,
  .messages .notice-msg {
    color: #3d6611;
    border: 1px solid #fcd344;
    background: #fafaec; }

.validation-advice {
  position: relative;
  top: -20px;
  color: #F04141;
  font-size: 14px;
  font-size: 0.875rem; }

label {
  margin: 0 0 10px; }

#chw_error_modal_wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2147483647; }
  #chw_error_modal_wrapper a {
    text-decoration: none; }
  #chw_error_modal_wrapper p {
    font-family: "Lato", sans-serif;
    margin: 0; }
  #chw_error_modal_wrapper #chw_error_modal {
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 150px;
    min-width: 300px;
    max-width: 600px;
    width: 400px; }
    #chw_error_modal_wrapper #chw_error_modal .header {
      background-color: #F2F2F2;
      height: 58px;
      position: relative;
      line-height: 58px; }
      #chw_error_modal_wrapper #chw_error_modal .header i {
        margin-right: 5px; }
        #chw_error_modal_wrapper #chw_error_modal .header i.icon-alert-circle {
          color: #F04141; }
        #chw_error_modal_wrapper #chw_error_modal .header i.icon-check-circle {
          color: #56874C; }
      #chw_error_modal_wrapper #chw_error_modal .header .title {
        line-height: 58px;
        font-size: 20px;
        font-size: 1.25rem;
        text-align: center;
        text-transform: uppercase; }
        @media (max-width: 639px) {
          #chw_error_modal_wrapper #chw_error_modal .header .title {
            font-size: 14px;
            font-size: 0.875rem; } }
      #chw_error_modal_wrapper #chw_error_modal .header .remove {
        position: absolute;
        right: 18px;
        top: 0;
        line-height: 58px;
        font-size: 32px;
        font-size: 2rem;
        color: #2D2D2E; }
    #chw_error_modal_wrapper #chw_error_modal .content-wrapper {
      padding: 18px;
      text-align: center; }

@media (max-width: 639px) {
  body.no-overflow {
    overflow: hidden; } }

#ubercart_modal_wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2147483647; }
  #ubercart_modal_wrapper a {
    text-decoration: none; }
  #ubercart_modal_wrapper p {
    font-family: "Lato", sans-serif;
    margin: 0; }
  #ubercart_modal_wrapper .mobile-actions {
    background: #F2F2F2;
    padding: 10px 15px;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 999; }
    #ubercart_modal_wrapper .mobile-actions__buttons {
      justify-content: space-between;
      display: flex;
      flex: auto; }
      #ubercart_modal_wrapper .mobile-actions__buttons a {
        width: 100%;
        margin: 0 5px; }
    #ubercart_modal_wrapper .mobile-actions__close {
      text-align: right; }
      #ubercart_modal_wrapper .mobile-actions__close .close-ubercart {
        color: #2D2D2E;
        font-size: 30px;
        font-size: 1.875rem; }
  #ubercart_modal_wrapper #ubercart_modal {
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1020px; }
    @media (max-width: 639px) {
      #ubercart_modal_wrapper #ubercart_modal {
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: 65px; } }
    #ubercart_modal_wrapper #ubercart_modal .cartItemForm {
      display: flex;
      align-items: center; }
    #ubercart_modal_wrapper #ubercart_modal .additional {
      color: #2D2D2E;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px;
      font-family: "Merriweather", serif;
      margin: 0 0 10px; }
    #ubercart_modal_wrapper #ubercart_modal .header {
      background-color: #F2F2F2;
      height: 58px;
      position: relative;
      line-height: 58px; }
      @media (max-width: 639px) {
        #ubercart_modal_wrapper #ubercart_modal .header {
          background: none; } }
      #ubercart_modal_wrapper #ubercart_modal .header .title {
        line-height: 58px;
        font-size: 20px;
        font-size: 1.25rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600; }
        #ubercart_modal_wrapper #ubercart_modal .header .title i {
          margin-right: 10px; }
      #ubercart_modal_wrapper #ubercart_modal .header .close-ubercart {
        position: absolute;
        right: 18px;
        top: 0;
        line-height: 58px;
        font-size: 32px;
        font-size: 2rem;
        color: #2D2D2E; }
    #ubercart_modal_wrapper #ubercart_modal .content-wrapper {
      padding: 18px; }
      @media (max-width: 639px) {
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper {
          padding-top: 0; } }
      #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .product-name a {
        color: #3e3e3f;
        text-transform: uppercase;
        font-weight: 700; }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .product-name a span {
          display: inline-block;
          margin-right: 5px;
          padding-right: 5px;
          border-right: 1px solid #3e3e3f;
          line-height: 12px; }
      #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .price-box {
        text-align: left;
        font-weight: 700;
        font-size: 17px;
        font-size: 1.0625rem; }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .price-box .regular-price {
          color: #3e3e3f; }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .price-box .old-price {
          color: #bbbbbb;
          text-decoration: line-through; }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .price-box .special-price {
          color: #91243B; }
      #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        border-bottom: 1px solid #E9E7E7;
        margin-bottom: 18px;
        padding-bottom: 18px; }
        @media (max-width: 639px) {
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added {
            border-top: 1px solid #E9E7E7;
            padding-top: 20px; } }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-img {
          width: 29%;
          margin-right: 30px; }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details {
          width: 71%; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details #cartItemForm {
            display: flex;
            align-content: center; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details .product-name {
            font-size: 16px;
            font-size: 1rem;
            line-height: 20px;
            margin-bottom: 10px; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details .price-box {
            line-height: 14px;
            margin: 0 0 16px; }
            #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details .price-box span {
              font-size: 16px;
              font-size: 1rem; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details .add-qty, #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details .remove-qty {
            display: inline-block;
            color: #3e3e3f;
            font-size: 16px;
            font-size: 1rem;
            line-height: 40px;
            width: 20px;
            height: 40px; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details input {
            display: inline-block;
            text-align: center;
            vertical-align: top;
            width: 60px;
            height: 50px;
            margin: 0 5px; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details .btn-secondary {
            font-size: 11px;
            font-size: 0.6875rem;
            padding: 12px 10px;
            vertical-align: top;
            height: 40px;
            margin-left: 15px; }
            #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details .btn-secondary.active span {
              visibility: hidden; }
            #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .item-added .product-details .btn-secondary.active img {
              display: block; }
      #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-text {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 12px;
        text-align: center;
        text-transform: uppercase; }
      #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-items {
        display: flex;
        flex-flow: row nowrap;
        margin-top: 18px; }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-items .cross-sell-item {
          display: inline-block;
          width: 162px;
          vertical-align: top;
          margin: 0 10px 0 0; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-items .cross-sell-item:last-of-type {
            margin: 0; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-items .cross-sell-item .product-name {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 17px;
            margin: 10px 0; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-items .cross-sell-item .detail-wrapper {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            border-top: 1px solid #E9E7E7;
            padding-top: 10px;
            margin-top: 11px; }
            #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-items .cross-sell-item .detail-wrapper .price-box {
              height: 13px; }
              #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-items .cross-sell-item .detail-wrapper .price-box span {
                font-size: 13px;
                font-size: 0.8125rem;
                line-height: 15px; }
            #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-items .cross-sell-item .detail-wrapper .rating-wrap {
              height: 13px; }
              #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-items .cross-sell-item .detail-wrapper .rating-wrap .rating-box {
                display: inline-block;
                float: unset;
                margin: 0 5px 0 0; }
              #ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .cross-sell .cross-sell-items .cross-sell-item .detail-wrapper .rating-wrap .review-count {
                color: #2D2D2E;
                font-size: 10px;
                font-size: 0.625rem;
                line-height: 14px;
                vertical-align: top; }
      #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar {
        background-color: #F2F2F2;
        padding: 18px; }
        @media (max-width: 639px) {
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar {
            padding: 24px 36px; } }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .bottle-count {
          text-align: center; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .bottle-count .bottles-needed {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 17px;
            font-size: 1.0625rem; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .bottle-count .bottles {
            display: flex;
            justify-content: space-evenly;
            margin: 10px 0 15px; }
            #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .bottle-count .bottles div {
              display: inline-block;
              height: 50px;
              color: #bababa;
              flex: 1; }
              #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .bottle-count .bottles div.active {
                color: #91243B; }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .totals {
          border-top: 1px solid #BDBCBC;
          border-bottom: 1px solid #BDBCBC;
          padding: 18px 0;
          margin: 18px 0; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .totals .cart {
            border-bottom: 1px solid #BDBCBC;
            margin-bottom: 18px;
            padding-bottom: 18px;
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 24px;
            text-align: center;
            text-transform: uppercase;
            font-weight: 700; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .totals .sub-left {
            text-transform: uppercase; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .totals .subtotal {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            margin-bottom: 12px; }
            #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .totals .subtotal p {
              font-size: 15px;
              font-size: 0.9375rem;
              line-height: 18px;
              font-weight: 700; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .totals .total {
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between; }
            #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .totals .total p {
              font-size: 16px;
              font-size: 1rem;
              line-height: 22px;
              font-weight: 700; }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .actions .cart {
          background-color: #3e3e3f;
          font-size: 15px;
          font-size: 0.9375rem;
          font-weight: 600;
          line-height: 18px;
          letter-spacing: 2px;
          width: 100%;
          height: 50px;
          margin-bottom: 10px; }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .actions .checkout {
          font-size: 15px;
          font-size: 0.9375rem;
          font-weight: 600;
          line-height: 18px;
          letter-spacing: 2px;
          width: 100%;
          height: 50px; }
        #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .action-wrap {
          border-top: 1px solid #BDBCBC;
          padding-top: 18px;
          margin-top: 18px; }
          #ubercart_modal_wrapper #ubercart_modal .content-wrapper .sidebar .action-wrap .close-ubercart {
            background-color: #F2F2F2;
            border: 1px solid #2D2D2E;
            color: #2D2D2E;
            font-weight: 700;
            font-size: 15px;
            font-size: 0.9375rem;
            line-height: 18px;
            letter-spacing: 1px;
            width: 100%;
            height: 50px; }

.home .hero-banner {
  position: relative;
  background-image: url("https://sproutpeople.org/skin/frontend/vonnda/default/images/bg.video-not-supported.1592018450.jpg");
  background-size: cover;
  background-position: center -40px;
  background-repeat: no-repeat;
  height: 520px;
  margin-bottom: 14px;
  overflow: hidden; }
  @media (max-width: 800px) {
    .home .hero-banner {
      height: 480px; } }
  .home .hero-banner__video-bg {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .home .hero-banner__copy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%; }
  .home .hero-banner__title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 1024px) {
      .home .hero-banner__title {
        font-size: 42px;
        font-size: 2.625rem;
        width: 50%; } }
  .home .hero-banner__cta {
    margin: 25px 0 40px; }
  .home .hero-banner__video-button {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px; }
    .home .hero-banner__video-button__play-button {
      height: 64px;
      width: 64px;
      opacity: 0.8;
      background: #fff;
      border-radius: 50%;
      position: relative;
      margin: 0 0 10px; }
      .home .hero-banner__video-button__play-button svg {
        width: 100%;
        height: 100%; }
        .home .hero-banner__video-button__play-button svg polygon {
          fill: #363637;
          stroke: none; }

.home .product-feature {
  margin: 14px 0 16px; }
  .home .product-feature__image {
    height: 620px;
    position: relative; }
    @media (max-width: 639px) {
      .home .product-feature__image {
        height: 370px; } }
    .home .product-feature__image img {
      width: auto;
      height: 100%; }
    .home .product-feature__image::after {
      z-index: -1;
      content: "";
      display: block;
      width: 320px;
      height: 320px;
      border-radius: 50%;
      opacity: 0.5;
      background: linear-gradient(30.56deg, #D6D7DA 0%, #EBEEF6 100%);
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0;
      margin-left: -160px;
      margin-top: -160px; }
      @media (min-width: 1024px) {
        .home .product-feature__image::after {
          z-index: -1;
          content: "";
          display: block;
          width: 525px;
          height: 525px;
          border-radius: 50%;
          opacity: 0.5;
          background: linear-gradient(30.56deg, #D6D7DA 0%, #EBEEF6 100%);
          position: absolute;
          top: 50%;
          left: 50%;
          margin: 0;
          margin-left: -262.5px;
          margin-top: -262.5px; } }
    .home .product-feature__image div {
      width: 140px; }
      @media (min-width: 1024px) {
        .home .product-feature__image div {
          width: 225px; } }
  .home .product-feature .details {
    font-family: "Merriweather", serif;
    justify-content: flex-start;
    text-align: left; }
    @media (max-width: 639px) {
      .home .product-feature .details {
        justify-content: center;
        text-align: center;
        margin: 25px 0 50px; } }
    .home .product-feature .details__title {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      font-size: 1.75rem;
      color: #363637;
      text-transform: uppercase;
      width: 100%; }
    .home .product-feature .details__subheading {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 38px; }
    .home .product-feature .details__copy {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 30px;
      color: #2D2D2E; }

.home .promo-blocks {
  margin-bottom: 20px; }
  .home .promo-blocks .promo-block__background-image {
    height: 480px;
    background-size: cover;
    background-position: center; }
  .home .promo-blocks .promo-block__copy {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 50px 15px; }
    @media (min-width: 1024px) {
      .home .promo-blocks .promo-block__copy {
        width: 70%;
        padding: 50px 40px; } }
    .home .promo-blocks .promo-block__copy p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 30px;
      color: #2D2D2E;
      text-align: center;
      width: 100%; }
  .home .promo-blocks .promo-block__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    font-weight: 600;
    color: #363637;
    text-transform: uppercase; }

.home .product-grid__title {
  color: #363637;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  margin: 56px 0; }
  @media (min-width: 1024px) {
    .home .product-grid__title {
      margin: 50px 0 70px; } }

.home .card {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; }
  .home .card__title {
    color: #363637;
    font-weight: 600;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    margin: 56px auto; }
    @media (min-width: 1024px) {
      .home .card__title {
        margin: 50px auto; } }
    @media (max-width: 639px) {
      .home .card__title {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 38px;
        margin: 20px auto; } }
  .home .card__image {
    height: 280px;
    background-size: cover;
    background-position: center; }
  .home .card .copy {
    padding: 36px 16px 40px;
    background: #F2F2F2;
    flex: 1 0 auto; }
    .home .card .copy__title {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      color: #363637;
      text-transform: uppercase; }
    .home .card .copy p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 30px;
      color: #2D2D2E;
      text-align: center;
      flex: 1 0 auto;
      width: 100%; }
    .home .card .copy__cta {
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 500;
      color: #91243B; }
      .home .card .copy__cta::after {
        font-family: 'feather';
        content: '\e829';
        margin-left: 5px; }

.home .social-gallery {
  width: 100%;
  margin-top: 60px;
  background-color: #363637; }
  @media (min-width: 1024px) {
    .home .social-gallery {
      margin-top: 80px; } }
  .home .social-gallery .cell {
    width: 50%; }
    @media (min-width: 1024px) {
      .home .social-gallery .cell {
        width: 20%; } }
  .home .social-gallery .instagram {
    background: #363637;
    width: 100%; }
    @media (min-width: 1024px) {
      .home .social-gallery .instagram {
        width: 20%;
        height: auto; } }
    @media (max-width: 1023px) {
      .home .social-gallery .instagram {
        height: 180px; } }
    @media (max-width: 800px) {
      .home .social-gallery .instagram {
        height: 90px; } }
    .home .social-gallery .instagram a {
      text-decoration: none; }
      @media (min-width: 1024px) {
        .home .social-gallery .instagram a {
          flex-direction: column; } }
    .home .social-gallery .instagram__heading {
      color: #F2F2F2;
      font-size: 13px;
      font-size: 0.8125rem; }
    .home .social-gallery .instagram__circle {
      background: #91243B;
      border-radius: 50%;
      width: 80px;
      height: 80px; }
      @media (max-width: 800px) {
        .home .social-gallery .instagram__circle {
          width: 50px;
          height: 50px; } }
      .home .social-gallery .instagram__circle::after {
        font-family: 'feather';
        content: "\e880";
        color: #fff;
        font-size: 40px;
        font-size: 2.5rem; }
        @media (max-width: 800px) {
          .home .social-gallery .instagram__circle::after {
            font-size: 24px;
            font-size: 1.5rem; } }
    .home .social-gallery .instagram__copy {
      font-family: "Lato", sans-serif;
      font-weight: 600;
      font-size: 16px;
      font-size: 1rem;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 0 16px; }
      @media (min-width: 1024px) {
        .home .social-gallery .instagram__copy {
          margin: 16px 0 0; } }

.newsletter {
  background: #F2F2F2;
  padding: 50px 0;
  margin-top: 80px; }
  .newsletter__copy {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
    color: #2D2D2E; }
  .newsletter__form form {
    position: relative;
    display: flex;
    height: 54px;
    max-width: 360px;
    margin: 0 auto; }
    .newsletter__form form input[type="text"] {
      height: 100%;
      border: 0;
      border-radius: 4px 0 0 4px;
      box-shadow: none;
      font-family: "Merriweather", serif;
      font-size: 13px;
      font-size: 0.8125rem; }
    .newsletter__form form button[type="submit"] {
      height: 100%;
      width: 72px;
      background: #91243B;
      border: 0;
      border-radius: 0 4px 4px 0;
      color: #fff;
      font-size: 16px;
      font-size: 1rem;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: 700; }
    .newsletter__form form label.error {
      position: absolute;
      bottom: -30px;
      left: 8px;
      color: #F04141; }

.user-display {
  display: none; }

.grid-banners {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  @media (max-width: 639px) {
    .grid-banners {
      margin-left: 0;
      margin-right: 0; } }

.hero {
  height: 320px;
  margin: 0 0 40px;
  position: relative; }
  @media (max-width: 1023px) {
    .hero {
      margin: 0;
      height: 200px; } }
  .hero__left, .hero__right {
    height: 100%;
    display: flex;
    align-items: center; }
  .hero .hero__left {
    justify-content: center;
    text-align: center; }
  .hero .category-details {
    max-width: 800px;
    z-index: 10; }
  .hero.two-column-hero .hero__left {
    width: 60%;
    max-width: 820px;
    float: left;
    padding: 0 80px;
    text-align: left; }
    .hero.two-column-hero .hero__left .category-details {
      text-align: left;
      max-width: 100%; }
  .hero.two-column-hero .hero__right {
    width: 40%;
    max-width: 580px;
    float: left; }
    .hero.two-column-hero .hero__right img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .hero .category-details.light,
  .hero .featured-product.light {
    color: #fff; }
  .hero .category-details.dark,
  .hero .featured-product.dark {
    color: #363637; }
  .hero .category-details {
    text-align: center; }
    .hero .category-details h1 {
      font-size: 42px;
      font-size: 2.625rem;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 62px;
      letter-spacing: 2px; }
      @media (max-width: 1023px) {
        .hero .category-details h1 {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 1; } }
    .hero .category-details__description {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 30px;
      font-family: "Merriweather", serif; }
      @media (max-width: 1023px) {
        .hero .category-details__description {
          font-size: 12px;
          font-size: 0.75rem; } }
      .hero .category-details__description p {
        margin: 0;
        font-size: inherit; }
  .hero .featured-product {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%; }
  .hero .breadcrumbs {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 12px; }
    .hero .breadcrumbs li {
      color: #fff; }
      .hero .breadcrumbs li:after {
        color: #fff; }
    .hero .breadcrumbs__links {
      font-size: 11px;
      font-size: 0.6875rem;
      color: #fff;
      text-transform: uppercase;
      list-style: none;
      margin: 0; }
      .hero .breadcrumbs__links li {
        display: inline;
        color: #fff; }
        .hero .breadcrumbs__links li a {
          color: #fff;
          text-decoration: none; }
        .hero .breadcrumbs__links li.spacer {
          margin: 0 4px; }
  .hero.no-image {
    height: auto;
    padding: 80px 0 0 0; }
    .hero.no-image .hero__left {
      justify-content: center; }
      .hero.no-image .hero__left:before {
        display: none; }
    .hero.no-image .category-details {
      text-align: center;
      color: #828282;
      max-width: 800px; }
      .hero.no-image .category-details h1 {
        color: #363637; }
    .hero.no-image .breadcrumbs__links li {
      color: #828282; }
      .hero.no-image .breadcrumbs__links li:after {
        color: #828282; }
      .hero.no-image .breadcrumbs__links li a {
        color: #828282; }

body.catalog-category-view .category__sidebar .sidebar__filter__heading,
body.catalog-category-view .category__sidebar .sidebar__sort__heading {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  color: #363637;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #E9E7E7;
  cursor: pointer; }
  body.catalog-category-view .category__sidebar .sidebar__filter__heading::before,
  body.catalog-category-view .category__sidebar .sidebar__sort__heading::before {
    font-family: 'feather';
    content: '\e842';
    margin-right: 15px; }

body.catalog-category-view .category__sidebar .sidebar__sort .select-style {
  padding-bottom: 4px;
  border-bottom: 1px solid #E9E7E7; }

body.catalog-category-view .category__sidebar .sidebar__sort select,
body.catalog-category-view .category__sidebar .sidebar__sort select:focus {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 22px;
  font-weight: 600;
  color: #363637;
  border: 0;
  margin: 0;
  box-shadow: none; }

body.catalog-category-view .category__sidebar .sidebar__filter {
  padding-left: 20px; }
  body.catalog-category-view .category__sidebar .sidebar__filter__close-btn {
    color: #363637;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 18px 14px;
    border-bottom: 1px solid #E9E7E7; }
    body.catalog-category-view .category__sidebar .sidebar__filter__close-btn:after {
      content: '';
      width: 24px;
      height: 24px;
      background: url(https://sproutpeople.org/skin/frontend/vonnda/default/icons/x.svg);
      color: #4A4A4A; }
  body.catalog-category-view .category__sidebar .sidebar__filter__content {
    display: block; }
    @media (max-width: 1023px) {
      body.catalog-category-view .category__sidebar .sidebar__filter__content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        z-index: 100;
        height: 100%;
        overflow-y: auto; }
        body.catalog-category-view .category__sidebar .sidebar__filter__content.open {
          display: block; } }
  body.catalog-category-view .category__sidebar .sidebar__filter__clearAll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #E9E7E7; }

@media print, screen and (min-width: 1024px) {
  body.catalog-category-view .category__sidebar {
    width: 20%; }
  body.catalog-category-view .category__product-listing {
    width: 80%; } }

@media print, screen and (min-width: 1415px) {
  body.catalog-category-view .catalog-category-view .category__product-listing {
    width: 1130px; } }

@media print, screen and (min-width: 1245px) {
  body.catalog-category-view .catalog-category-view .category__product-listing {
    width: 80%; } }

.layered-navigation__title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #363637;
  text-transform: uppercase;
  line-height: 22px; }
  @media (max-width: 1023px) {
    .layered-navigation__title {
      color: #363637;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 700;
      line-height: 18px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      text-transform: uppercase;
      padding: 18px 0;
      margin-bottom: 0; }
      .layered-navigation__title:after {
        content: '+';
        color: #2D2D2E;
        font-size: 24px;
        font-size: 1.5rem;
        margin-right: 5px; }
      .layered-navigation__title.open:after {
        content: '-';
        margin-right: 7px; } }

.layered-navigation__menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1023px) {
    .layered-navigation__menu {
      padding: 0 14px 18px; } }
  .layered-navigation__menu li a {
    font-family: "Merriweather", serif;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #2D2D2E;
    line-height: 26px;
    text-decoration: none; }
    .layered-navigation__menu li a.active {
      font-weight: 600;
      color: #363637; }

.layered-navigation .menu-more {
  margin: 5px 0 0 0; }
  .layered-navigation .menu-more a {
    font-family: "Merriweather", serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #91243B;
    text-decoration: none; }

.layered-navigation__filters {
  margin: 0 0 25px 0; }
  @media (max-width: 1023px) {
    .layered-navigation__filters {
      margin: 0;
      padding: 0 14px;
      border-bottom: 1px solid #E9E7E7; } }
  .layered-navigation__filters.applied_filters {
    border-bottom: 1px solid #E9E7E7;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0; }
    @media (max-width: 1023px) {
      .layered-navigation__filters.applied_filters {
        padding: 0 14px 25px;
        margin: 0; } }
    @media (max-width: 1023px) {
      .layered-navigation__filters.applied_filters .layered-navigation__title::after {
        display: none; } }
    .layered-navigation__filters.applied_filters .filtered__list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .layered-navigation__filters.applied_filters .filtered__list li a {
        font-family: "Merriweather", serif;
        font-size: 13px;
        font-size: 0.8125rem;
        color: #91243B;
        line-height: 26px;
        text-decoration: none; }
        .layered-navigation__filters.applied_filters .filtered__list li a span {
          text-transform: uppercase; }
    .layered-navigation__filters.applied_filters > a {
      font-size: 13px;
      font-size: 0.8125rem;
      text-transform: uppercase;
      text-decoration: none; }
      @media (max-width: 1023px) {
        .layered-navigation__filters.applied_filters > a {
          background-image: none;
          background: #363637;
          border: 0;
          color: #fff;
          cursor: pointer;
          font-weight: 600;
          margin: 0 14px;
          line-height: 16px;
          text-align: center;
          letter-spacing: 1px;
          border-radius: 4px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 10px;
          border-top: 1px solid #E9E7E7;
          padding: 14px; } }
  .layered-navigation__filters .filter__title {
    color: #363637;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer; }
    .layered-navigation__filters .filter__title a {
      color: #363637;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 700;
      line-height: 18px;
      text-decoration: none; }
    @media (max-width: 1023px) {
      .layered-navigation__filters .filter__title {
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
        padding: 18px 0; } }
    .layered-navigation__filters .filter__title:before {
      font-family: "feather";
      content: '\e844'; }
    .layered-navigation__filters .filter__title.open:before {
      content: '\e842'; }
    @media (max-width: 1023px) {
      .layered-navigation__filters .filter__title:before {
        display: none; }
      .layered-navigation__filters .filter__title:after {
        content: '+';
        color: #2D2D2E;
        font-size: 24px;
        font-size: 1.5rem;
        margin-right: 5px; }
      .layered-navigation__filters .filter__title.open:after {
        content: '-';
        margin-right: 7px; } }
  .layered-navigation__filters .filter__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none; }
    @media (max-width: 1023px) {
      .layered-navigation__filters .filter__list {
        padding: 0 0 18px; } }
    .layered-navigation__filters .filter__list li a {
      font-family: "Merriweather", serif;
      font-size: 13px;
      font-size: 0.8125rem;
      color: #2D2D2E;
      line-height: 26px;
      text-decoration: none; }
  @media (max-width: 1023px) {
    .layered-navigation__filters.filter--featured .filter__list {
      columns: 2; } }
  .layered-navigation__filters.filter--featured .filter__list li {
    display: block; }
  @media (max-width: 1023px) {
    .layered-navigation__filters.filter--featured .menu-more {
      display: none; } }
  .layered-navigation__filters.filter--wine .layered-navigation__title:before, .layered-navigation__filters.filter--featured .layered-navigation__title:before {
    display: none; }
  .layered-navigation__filters.filter--wine .filter__title:before, .layered-navigation__filters.filter--featured .filter__title:before {
    display: none; }
  .layered-navigation__filters.filter--wine .filter__list, .layered-navigation__filters.filter--featured .filter__list {
    display: block; }
    @media (max-width: 1023px) {
      .layered-navigation__filters.filter--wine .filter__list, .layered-navigation__filters.filter--featured .filter__list {
        display: none; } }

.product-sort {
  border-top: 1px solid #E9E7E7;
  border-bottom: 1px solid #E9E7E7;
  padding: 10px 0;
  margin: 0 7.5px 25px; }
  @media (max-width: 1023px) {
    .product-sort {
      display: none; } }
  .product-sort .grid-x {
    align-items: center; }
  .product-sort__count {
    font-size: 14px;
    font-size: 0.875rem;
    color: #2D2D2E; }
  .product-sort__action {
    text-align: right; }
    .product-sort__action select {
      width: auto;
      height: auto;
      margin: 0; }

.name-spacer {
  margin: 0 2px; }

.product-grid .cell {
  display: flex;
  flex-direction: column; }

.item {
  color: #363637;
  margin: 0 0 46px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .item {
      flex: auto; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .item {
      display: block;
      height: 100%; } }
  .item__image {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 11px; }
    .item__image.gradient-bg {
      background: linear-gradient(0deg, #EDEEEF 0%, #FFFFFF 100%); }
  .item__badge {
    position: absolute;
    top: 10%;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 50%;
    height: 66px;
    width: 66px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .item__badge {
        height: 40px;
        width: 40px;
        font-size: 10px;
        font-size: 0.625rem; } }
    .item__badge.new {
      background: #DA8F0E; }
    .item__badge.oos {
      font-size: 11px;
      font-size: 0.6875rem;
      background: #BDBCBC; }
    .item__badge.low {
      background: #363637; }
    .item__badge.award-winner {
      background: #DA8F0E; }
  .item__name {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
    flex: 1 0 auto; }
  .item__type {
    font-family: "Merriweather", serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #2D2D2E;
    margin: 0 0 11px; }
  .item__price-reviews {
    border-top: 1px solid #E9E7E7;
    padding: 11px 0;
    min-height: 47px;
    display: flex;
    justify-content: space-between; }
  .item__price {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700; }
  .item .price__regular,
  .item .price .old-price {
    display: inline;
    color: #9D9C9C;
    text-decoration: line-through;
    margin: 0 8px 0 0;
    font-family: "Lato", sans-serif; }
    .item .price__regular .price-label,
    .item .price .old-price .price-label {
      display: none; }
  .item .price__special,
  .item .price .special-price {
    display: inline;
    font-family: "Lato", sans-serif;
    color: #91243B; }
  .item__reviews {
    display: flex;
    align-items: center; }
    .item__reviews__stars {
      background: url(https://sproutpeople.org/skin/frontend/vonnda/default/icons/star-empty.svg) 0 100% repeat-x;
      background-size: 15px 15px;
      height: 15px;
      width: 75px;
      margin-right: 5px; }
      .item__reviews__stars__rating {
        background: url(https://sproutpeople.org/skin/frontend/vonnda/default/icons/star-filled.svg) 0 100% repeat-x;
        background-size: 15px 15px;
        height: 15px; }
    .item__reviews__counter {
      font-family: "Lato", sans-serif;
      font-size: 0;
      color: #2D2D2E;
      margin: 0; }
      .item__reviews__counter span {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 14px; }

.review__form .radio {
  vertical-align: middle; }

.review__form .item__reviews {
  display: flex;
  align-items: center; }
  .review__form .item__reviews__stars {
    background: url(https://sproutpeople.org/skin/frontend/vonnda/default/icons/star-empty.svg) 0 100% repeat-x;
    background-size: 20px 20px;
    height: 20px;
    width: 100px;
    margin-right: 5px;
    vertical-align: bottom; }
    .review__form .item__reviews__stars__rating {
      background: url(https://sproutpeople.org/skin/frontend/vonnda/default/icons/star-filled.svg) 0 100% repeat-x;
      height: 20px;
      background-size: 20px 20px; }

.cms-page-view .category-details__description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 38px;
  font-family: "Merriweather", serif; }

.product-view {
  width: 100%; }

.product__left-side {
  position: relative;
  margin-bottom: 80px; }

.product__nav {
  width: 25px;
  position: fixed;
  top: 400px; }
  .product__nav.absolute {
    position: absolute;
    bottom: 0;
    top: auto; }
  .product__nav ul {
    list-style: none;
    margin: 0; }
    .product__nav ul li {
      margin-bottom: 12px; }
      .product__nav ul li.active .product__nav__circle {
        background-color: #91243B; }
  .product__nav__circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d8d8d8; }

.product-image__wrapper {
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 20px 0;
  text-align: center; }
  .product-image__wrapper.gradient-bg {
    background: linear-gradient(0deg, #EDEEEF 0%, #FFFFFF 100%); }

.product .desktop-indent {
  margin-left: 30px; }
  @media (max-width: 1023px) {
    .product .desktop-indent {
      margin-left: 0; } }

.product .carousel {
  max-width: 660px;
  width: 100%;
  padding-left: 40px; }
  .product .carousel.no-nav {
    padding-left: 0; }
    .product .carousel.no-nav .item {
      max-width: 660px; }
  .product .carousel__image {
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: none;
    flex-direction: column;
    padding: 30px 0;
    margin: 0 0 70px; }
    .product .carousel__image.gradient-bg {
      background: linear-gradient(0deg, #EDEEEF 0%, #FFFFFF 100%); }
    .product .carousel__image img {
      max-width: 500px; }
      @media (max-width: 1023px) {
        .product .carousel__image img {
          max-width: 100%; } }
  .product .carousel img {
    align-self: center; }
  .product .carousel .item {
    justify-content: center;
    display: flex;
    max-width: none;
    flex-direction: column; }
    .product .carousel .item:last-child {
      margin: 0; }
    .product .carousel .item__badge {
      left: 25%;
      top: 6%; }
    .product .carousel .item__heading {
      font-family: "Lato", sans-serif;
      color: #363637;
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 39px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      margin: 0 0 30px; }
    .product .carousel .item__copy {
      color: #2D2D2E;
      line-height: 30px;
      margin: 0 0 20px;
      font-family: "Merriweather", serif; }
      .product .carousel .item__copy p {
        font-family: "Merriweather", serif;
        line-height: 30px; }
    .product .carousel .item .product-details__image {
      position: relative; }
    .product .carousel .item .product-details__name {
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 8px; }
    .product .carousel .item .product-details__type {
      font-family: "Merriweather", serif;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 400;
      color: #2D2D2E;
      margin: 0 0 11px; }
    .product .carousel .item .product-details__description {
      line-height: 30px;
      font-family: "Merriweather", serif;
      color: #2D2D2E;
      font-weight: 400; }
    .product .carousel .item .product-details__list {
      list-style: none;
      margin: 0;
      padding-left: 30px; }
      @media (max-width: 1023px) {
        .product .carousel .item .product-details__list {
          columns: 2;
          margin-top: 30px; } }
      .product .carousel .item .product-details__list li {
        font-family: "Merriweather", serif;
        color: #2D2D2E;
        line-height: 30px;
        margin-bottom: 10px; }
      .product .carousel .item .product-details__list li.list--heading {
        font-family: "Lato", sans-serif;
        color: #363637;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 17px;
        margin-bottom: 0; }

.product__right-side {
  position: relative; }
  @media (min-width: 1024px) {
    .product__right-side {
      padding-left: 90px !important; } }
  .product__right-side .product__item {
    margin-right: 1.875rem;
    position: static;
    margin-bottom: 0; }
    .product__right-side .product__item.absolute {
      position: absolute !important;
      bottom: 0;
      top: auto !important;
      margin-right: 0; }
    .product__right-side .product__item.static {
      position: static; }
      @media (max-width: 1023px) {
        .product__right-side .product__item.static {
          margin-right: 0; } }
    .product__right-side .product__item .item__reviews {
      cursor: pointer; }

.product .item__name--main-product {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 33px; }
  @media (min-width: 1024px) {
    .product .item__name--main-product {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 36px; } }

.product .item__type--main-product {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px; }
  @media (min-width: 1024px) {
    .product .item__type--main-product {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 23px; } }

.product .item__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  font-family: "Merriweather", serif;
  color: #2D2D2E;
  font-weight: 400; }
  .product .item__description p {
    line-height: 30px; }

.product .item__price-reviews {
  border-top: 1px solid #E9E7E7;
  border-bottom: 1px solid #E9E7E7; }
  .product .item__price-reviews .price span {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px; }
  .product .item__price-reviews .price__normal--main-product {
    color: #91243B; }

.product .item__actions {
  margin-top: 25px; }
  .product .item__actions__quantity {
    margin-right: 10px; }
    .product .item__actions__quantity label {
      font-size: 12px;
      font-size: 0.75rem;
      color: #4A4A4A;
      text-align: center;
      margin: 0; }
    .product .item__actions__quantity input {
      margin: 0;
      width: 100px;
      text-align: center;
      border: 1px solid #bdbdbd;
      box-shadow: none; }
      .product .item__actions__quantity input.qty-full-height {
        height: 71px; }
  .product .item__actions a.btn-primary {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1.62px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 71px; }
  .product .item__actions .availability,
  .product .item__actions .availability-only,
  .product .item__actions .price-box {
    display: none; }

.product .item__swatches {
  padding-top: 30px; }
  @media (max-width: 1023px) {
    .product .item__swatches {
      justify-content: center; } }
  .product .item__swatches .swatch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1024px) {
      .product .item__swatches .swatch {
        width: 55px; } }
    .product .item__swatches .swatch__circle {
      width: 48px;
      height: 48px;
      background-clip: content-box;
      padding: 7px;
      border-radius: 50%; }
      .product .item__swatches .swatch__circle--violet {
        background-color: #561348; }
      .product .item__swatches .swatch__circle--gold {
        background-color: #A67E30; }
      .product .item__swatches .swatch__circle--red {
        background-color: #CA2A1F; }
      .product .item__swatches .swatch__circle.selected {
        border: 2px solid #91243B;
        padding: 5px; }
    .product .item__swatches .swatch__name {
      font-family: "Lato", sans-serif;
      color: #363637;
      font-size: 13px;
      font-size: 0.8125rem;
      margin: 10px 0 0; }

.product .item .footnote {
  margin-top: 20px; }
  .product .item .footnote__upsale {
    background-color: #F2F2F2;
    min-height: 60px;
    padding: 20px 40px; }
    .product .item .footnote__upsale p {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 18px;
      color: #363637;
      font-weight: 700;
      text-align: center;
      margin: 0; }
  .product .item .footnote__links {
    margin-top: 20px;
    text-align: center; }
    .product .item .footnote__links a {
      text-decoration: none;
      text-transform: uppercase;
      vertical-align: middle; }

.product .item__gift-card-form label {
  color: #4A4A4A; }

.product .item__gift-card-form input {
  box-shadow: none;
  border: 1px solid #bdbdbd; }

.product .item__gift-card-form .gift-card-form__amount {
  padding-right: 0.9375rem; }
  @media (max-width: 1023px) {
    .product .item__gift-card-form .gift-card-form__amount {
      padding-right: 0; } }
  .product .item__gift-card-form .gift-card-form__amount select {
    background-image: url("https://sproutpeople.org/skin/frontend/vonnda/default/icons/chevron-down.svg");
    background-size: 16px 16px; }

.product .item__gift-card-form textarea {
  resize: vertical; }

.product__dropdown {
  border: 0;
  margin-top: 70px; }
  @media (max-width: 1023px) {
    .product__dropdown {
      padding-left: 0; } }
  @media (max-width: 1023px) {
    .product__dropdown {
      margin-top: 0;
      border-top: 1px solid #E9E7E7;
      border-bottom: 1px solid #E9E7E7; }
      .product__dropdown:nth-child(2) {
        border-top: 0; } }
  .product__dropdown .details__heading {
    font-family: "Lato", sans-serif;
    color: #363637;
    font-size: 32px;
    font-size: 2rem;
    line-height: 39px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 0 0 30px;
    padding: 0 0 0 30px; }
    @media (max-width: 1023px) {
      .product__dropdown .details__heading {
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 1.4px;
        padding: 20px 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .product__dropdown .details__heading::after {
          content: '+';
          color: #2D2D2E;
          font-size: 24px;
          font-size: 1.5rem;
          margin-right: 5px; }
        .product__dropdown .details__heading.accordion--open::after {
          content: '-'; }
        .product__dropdown .details__heading + .details__content {
          display: none; } }
  .product__dropdown .details__copy {
    color: #2D2D2E;
    line-height: 30px; }
  .product__dropdown .details__map-list {
    display: flex;
    margin: 70px 0; }
  .product__dropdown .details__list {
    list-style: none;
    margin: 0;
    padding-left: 30px; }
    @media (max-width: 639px) {
      .product__dropdown .details__list {
        margin: 36px 0 0;
        padding: 0; } }
    .product__dropdown .details__list li {
      font-family: "Merriweather", serif;
      color: #2D2D2E;
      line-height: 30px;
      margin-bottom: 10px; }
    .product__dropdown .details__list li.details__list--heading {
      font-family: "Lato", sans-serif;
      color: #363637;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 17px;
      margin-bottom: 0; }
  .product__dropdown .details__video {
    margin: 70px 0; }
  .product__dropdown .camConfidential__heading {
    font-family: "Lato", sans-serif;
    color: #363637;
    font-size: 32px;
    font-size: 2rem;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 29px;
    text-transform: uppercase;
    text-decoration: none; }
    @media (max-width: 1023px) {
      .product__dropdown .camConfidential__heading {
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 1.4px;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        margin: 0; }
        .product__dropdown .camConfidential__heading::after {
          content: '+';
          color: #2D2D2E;
          font-size: 24px;
          font-size: 1.5rem;
          margin-right: 5px; }
        .product__dropdown .camConfidential__heading.accordion--open::after {
          content: '-'; } }
  .product__dropdown .camConfidential__copy {
    color: #2D2D2E;
    line-height: 30px; }

.product__similar-products h4 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 33px;
  font-weight: 600;
  color: #363637;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0; }

.product__similar-products .item__price-reviews {
  border-bottom: 0; }
  .product__similar-products .item__price-reviews .price span {
    font-size: 16px;
    font-size: 1rem; }

.product .review__header--top {
  margin: 0 0 40px; }
  .product .review__header--top .review__heading {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 33px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #363637;
    text-transform: uppercase;
    margin: 0 0 10px; }
    @media (max-width: 1023px) {
      .product .review__header--top .review__heading {
        margin-top: 30px; } }
  .product .review__header--top .review__overall-stars {
    display: flex;
    justify-content: center; }
    .product .review__header--top .review__overall-stars img {
      height: 24px; }
    .product .review__header--top .review__overall-stars svg {
      stroke: none;
      fill: #F1A31C;
      width: 20px; }

.product .review__header--message {
  margin: 25px 0 35px; }

.product .review__header--bottom {
  border-top: 1px solid #E9E7E7;
  border-bottom: 1px solid #E9E7E7; }
  @media (max-width: 1023px) {
    .product .review__header--bottom {
      padding: 10px 0; } }
  .product .review__header--bottom .review__counter,
  .product .review__header--bottom .review__login-signup,
  .product .review__header--bottom .review__login-signup a {
    font-family: "Lato", sans-serif;
    color: #363637;
    margin: 0; }
  .product .review__header--bottom .review__login-signup {
    text-align: right; }
  .product .review__header--bottom .btn-full {
    margin: 10px 0; }
    .product .review__header--bottom .btn-full.btn-secondary {
      cursor: not-allowed; }

.product .review__form {
  display: none; }
  .product .review__form .review__header--top {
    margin: 20px 0; }
  .product .review__form .review_ratings {
    border-right: 1px solid #E9E7E7; }
    .product .review__form .review_ratings .review_rating {
      margin-bottom: 10px; }
      .product .review__form .review_ratings .review_rating label {
        line-height: 14px; }
      .product .review__form .review_ratings .review_rating input {
        margin: 0; }
      .product .review__form .review_ratings .review_rating .item__reviews__stars {
        display: inline-block;
        margin-left: 5px; }
    .product .review__form .review_ratings .validation-advice {
      top: 0; }

.product .review .review__entries .entry {
  padding: 20px 0;
  border-bottom: 1px solid #E9E7E7; }
  .product .review .review__entries .entry .profile__name {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #2D2D2E;
    text-transform: uppercase;
    margin: 0; }
  .product .review .review__entries .entry .profile__stars {
    background: url(https://sproutpeople.org/skin/frontend/vonnda/default/icons/star-empty.svg) 0 100% repeat-x;
    background-size: 20px 20px;
    height: 20px;
    width: 100px; }
    .product .review .review__entries .entry .profile__stars__rating {
      background: url(https://sproutpeople.org/skin/frontend/vonnda/default/icons/star-filled.svg) 0 100% repeat-x;
      background-size: 20px 20px;
      height: 20px; }
  .product .review .review__entries .entry .profile__verified-purchase {
    color: #91243B;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 5px; }
    .product .review .review__entries .entry .profile__verified-purchase::before {
      font-family: 'feather';
      content: "\e83e";
      margin-right: 5px; }
  .product .review .review__entries .entry__date {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #2D2D2E;
    text-align: right; }
  @media (max-width: 1023px) {
    .product .review .review__entries .entry__copy {
      margin-top: 20px; } }
  .product .review .review__entries .entry__copy p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
    color: #363637;
    margin: 0; }
  .product .review .review__entries .entry__staff-reply {
    background-color: #F2F2F2;
    margin-top: 16px;
    padding: 20px; }
    .product .review .review__entries .entry__staff-reply .entry__copy {
      margin-top: 8px; }

.product .review .review__entries__loader .btn-primary {
  margin: 35px 0 0;
  max-width: 280px;
  width: 100%; }
  @media (max-width: 1023px) {
    .product .review .review__entries__loader .btn-primary {
      max-width: 100%; } }
  .product .review .review__entries__loader .btn-primary.active img {
    display: block; }
  .product .review .review__entries__loader .btn-primary.active span {
    display: none; }

.product--wine-club {
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .product--wine-club .carousel {
      padding-left: 0; } }
  @media (max-width: 1023px) {
    .product--wine-club .item {
      width: 100% !important; } }
  @media (max-width: 1023px) {
    .product--wine-club .item__name {
      text-align: center; } }
  .product--wine-club .item__type {
    display: none; }
  .product--wine-club .item__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px; }
    @media (max-width: 1023px) {
      .product--wine-club .item__description {
        text-align: center; } }
    .product--wine-club .item__description p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 32px; }
  .product--wine-club .item__wine-club-form {
    margin-top: 25px; }
    .product--wine-club .item__wine-club-form select {
      font-size: 15px;
      font-size: 0.9375rem;
      background-image: url("https://sproutpeople.org/skin/frontend/vonnda/default/icons/chevron-down.svg");
      background-size: 16px 16px; }
    .product--wine-club .item__wine-club-form option[value=""] {
      color: #2D2D2E; }
  @media (max-width: 1023px) {
    .product--wine-club .item__price-reviews {
      border: none; } }
  @media (max-width: 1023px) {
    .product--wine-club .item__reviews {
      justify-content: center;
      width: 100%; } }
  .product--wine-club .item .footnote__notice {
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px solid #E9E7E7; }
    .product--wine-club .item .footnote__notice p {
      font-family: "Lato", sans-serif;
      color: #91243B;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 22px;
      font-weight: 600;
      margin-bottom: 0; }
    .product--wine-club .item .footnote__notice:before {
      content: "\e81c";
      font-family: 'feather';
      font-size: 23px;
      font-weight: normal;
      color: #91243B;
      margin-right: 10px; }
  .product--wine-club .item .footnote__wine-club-prices {
    margin-top: 25px; }
    .product--wine-club .item .footnote__wine-club-prices ul {
      list-style: none;
      margin: 0 0 15px; }
    .product--wine-club .item .footnote__wine-club-prices li {
      font-family: "Merriweather", serif;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 30px;
      color: #2D2D2E; }
    .product--wine-club .item .footnote__wine-club-prices .text--bold,
    .product--wine-club .item .footnote__wine-club-prices h4 {
      font-weight: 700;
      font-family: "Merriweather", serif;
      font-size: 14px;
      font-size: 0.875rem; }
  .product--wine-club .wine-club__dropdown {
    margin-top: 50px;
    padding-right: 25px; }
    @media (max-width: 1023px) {
      .product--wine-club .wine-club__dropdown {
        padding-right: 0;
        margin-top: 0; } }
    .product--wine-club .wine-club__dropdown:last-child {
      padding-right: 0;
      padding-left: 25px; }
      @media (max-width: 1023px) {
        .product--wine-club .wine-club__dropdown:last-child {
          padding-left: 0;
          margin-top: 0; }
          .product--wine-club .wine-club__dropdown:last-child .dropdown__title {
            border-top: 0; } }
    @media (max-width: 1023px) {
      .product--wine-club .wine-club__dropdown.first {
        border-top: 1px solid #E9E7E7 !important; } }
    .product--wine-club .wine-club__dropdown .dropdown__title {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1;
      font-family: "Lato", sans-serif;
      margin-bottom: 0;
      font-weight: 700;
      color: #363637;
      text-transform: uppercase;
      color: #4A4A4A;
      padding: 16px 0;
      border-top: 1px solid #E9E7E7;
      border-bottom: 1px solid #E9E7E7;
      cursor: pointer; }
      .product--wine-club .wine-club__dropdown .dropdown__title::after {
        content: '+';
        color: #2D2D2E;
        font-size: 24px;
        font-size: 1.5rem;
        margin-right: 5px;
        margin-top: -5px;
        line-height: 0.8; }
      .product--wine-club .wine-club__dropdown .dropdown__title.accordion--open {
        border-bottom: 0; }
        .product--wine-club .wine-club__dropdown .dropdown__title.accordion--open::after {
          content: '-'; }
        .product--wine-club .wine-club__dropdown .dropdown__title.accordion--open + .dropdown__content {
          border-bottom: 1px solid #E9E7E7; }
    .product--wine-club .wine-club__dropdown .dropdown__content {
      display: none; }
      .product--wine-club .wine-club__dropdown .dropdown__content p, .product--wine-club .wine-club__dropdown .dropdown__content li, .product--wine-club .wine-club__dropdown .dropdown__content h4 {
        font-family: "Merriweather", serif;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 30px;
        color: #2D2D2E; }
      .product--wine-club .wine-club__dropdown .dropdown__content h4 {
        font-weight: 700; }

.gift-card.product .item__description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px; }

@media (max-width: 1023px) {
  .gift-card.product .item__name {
    text-align: center; } }

.gift-card #giftcard_message {
  height: 110px; }

.product .details__sampler-list .item {
  flex-direction: row; }
  .product .details__sampler-list .item a {
    text-decoration: none;
    color: #363637;
    display: block; }
  .product .details__sampler-list .item__image img {
    width: auto; }
  .product .details__sampler-list .item__copy {
    margin: 0; }
    @media (max-width: 1023px) {
      .product .details__sampler-list .item__copy {
        padding-left: 0.9375rem; } }
    .product .details__sampler-list .item__copy .item__name--main-product {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 18px; }
    .product .details__sampler-list .item__copy .item__type--main-product {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #2D2D2E; }

.review-email-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  font-family: "Lato", sans-serif;
  color: #363637;
  font-weight: 700; }
  .review-email-link i {
    color: #91243B;
    font-size: 24px;
    font-size: 1.5rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px; }

.video_responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video_responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0; }

.product-grid__item .btn-primary--spacer {
  display: flex;
  height: 44px; }

.account__header {
  margin-bottom: 15px; }
  @media (max-width: 639px) {
    .account__header {
      margin-top: 15px; } }
  .account__header .account__heading {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 1.53px;
    color: #363637;
    text-transform: uppercase;
    text-align: center; }
  .account__header p {
    color: #2D2D2E;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem; }
  .account__header__cta a {
    margin-top: 10px; }
  .account__header__cta .subheading__reorder:before {
    font-family: 'feather';
    content: "\e905";
    margin-right: 5px; }

.account__subheading p {
  font-family: "Lato", sans-serif;
  color: #2D2D2E; }

.account__subheading .subheading__print {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem; }
  .account__subheading .subheading__print:before {
    content: "\e8b3";
    font-family: 'feather';
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-right: 5px; }

.account-banner__border {
  border-bottom: 1px solid #E9E7E7; }

.account__form label {
  font-family: "Merriweather", serif;
  color: #2D2D2E;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 13px; }

.account__form input[type="text"],
.account__form input[type="password"],
.account__form select {
  height: 50px;
  box-shadow: none;
  border: 1px solid #bdbdbd;
  text-align: center; }
  .account__form input[type="text"]::placeholder,
  .account__form input[type="password"]::placeholder,
  .account__form select::placeholder {
    font-size: 14px;
    font-size: 0.875rem; }

.account__form input[type="checkbox"] {
  margin-top: 6px; }

.account__form.form--signup {
  padding: 25px 0;
  border-top: 1px solid #E9E7E7; }
  .account__form.form--signup input[type="text"] {
    text-align: left; }
  .account__form.form--signup .form--signup__border {
    padding-top: 25px;
    border-top: 1px solid #E9E7E7; }
    @media (max-width: 639px) {
      .account__form.form--signup .form--signup__border {
        padding-top: 0;
        border-top: none; } }

.account__form__forgot-link {
  display: block;
  text-align: center;
  margin: 26px 0 40px;
  text-decoration: none; }

.account__form__required-asterisk {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 26px;
  color: #363637;
  text-align: right; }
  @media (max-width: 639px) {
    .account__form__required-asterisk {
      text-align: center;
      padding-top: 10px;
      border-top: 1px solid #E9E7E7; } }

.account__form #change_password_form .cell {
  width: calc(50% - 0.9375rem); }
  .account__form #change_password_form .cell:first-child {
    margin-left: 0; }
  .account__form #change_password_form .cell:last-child {
    margin-right: 0; }

.account__footer .signup {
  border-top: 1px solid #E9E7E7; }
  .account__footer .signup__heading {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    color: #363637;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0 20px; }
  .account__footer .signup p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
    color: #2D2D2E;
    text-align: center;
    margin-bottom: 30px; }

.account__footer .signin p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 30px;
  color: #2D2D2E;
  text-align: center; }

.account__side-menu {
  margin: 0; }
  .account__side-menu .side-menu__heading {
    font-family: "Lato", sans-serif;
    color: #363637;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase; }
  .account__side-menu li {
    list-style: none; }
    .account__side-menu li a,
    .account__side-menu li strong {
      font-family: "Merriweather", serif;
      color: #2D2D2E;
      text-decoration: none;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 32px; }
    .account__side-menu li.current strong {
      color: #363637; }
  .account__side-menu.side-menu--mobile select {
    margin: 0 0 30pxe;
    border-radius: 0;
    box-shadow: none; }

.account__body p,
.account__body label {
  font-size: 14px;
  font-size: 0.875rem; }

.account__body a {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none; }

.account__body .body__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #E9E7E7; }
  .account__body .body__header.body__header--no-border {
    padding-bottom: 0;
    border-bottom: 0; }

.account__body .body__heading {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
  color: #363637;
  text-transform: uppercase; }

@media (max-width: 639px) {
  .account__body .account__orders .body__header {
    padding-bottom: 15px;
    border-bottom: 1px solid #E9E7E7; } }

.account__body .orders__contents,
.account__body .storecredit__contents,
.account__body .rewards__contents {
  margin: 15px 0 56px; }

.account__body .orders__heading,
.account__body .storecredit__heading,
.account__body .rewards__heading {
  height: 44px;
  margin: 0;
  background-color: #F2F2F2; }
  .account__body .orders__heading li,
  .account__body .storecredit__heading li,
  .account__body .rewards__heading li {
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    color: #909090;
    font-weight: 600;
    text-transform: uppercase; }
    .account__body .orders__heading li:not(:first-child):not(:last-child),
    .account__body .storecredit__heading li:not(:first-child):not(:last-child),
    .account__body .rewards__heading li:not(:first-child):not(:last-child) {
      text-align: center; }

.account__body .orders .entry,
.account__body .storecredit .entry,
.account__body .rewards .entry {
  border-bottom: 1px solid #E9E7E7; }
  @media (max-width: 639px) {
    .account__body .orders .entry,
    .account__body .storecredit .entry,
    .account__body .rewards .entry {
      padding: 18px 0; } }
  .account__body .orders .entry ul,
  .account__body .storecredit .entry ul,
  .account__body .rewards .entry ul {
    margin: 0; }
  .account__body .orders .entry li,
  .account__body .storecredit .entry li,
  .account__body .rewards .entry li {
    list-style: none;
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #2D2D2E; }
    @media (max-width: 639px) {
      .account__body .orders .entry li,
      .account__body .storecredit .entry li,
      .account__body .rewards .entry li {
        padding: 0 0 9px; } }
    @media (min-width: 1024px) {
      .account__body .orders .entry li:not(:first-child):not(:last-child),
      .account__body .storecredit .entry li:not(:first-child):not(:last-child),
      .account__body .rewards .entry li:not(:first-child):not(:last-child) {
        text-align: center; } }
  .account__body .orders .entry__reorder a:before,
  .account__body .storecredit .entry__reorder a:before,
  .account__body .rewards .entry__reorder a:before {
    font-family: 'feather';
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    content: '\e905';
    margin-right: 5px; }
  .account__body .orders .entry__categories--mobile,
  .account__body .storecredit .entry__categories--mobile,
  .account__body .rewards .entry__categories--mobile {
    font-weight: 600;
    text-transform: uppercase; }

.account__body .storecredit-balance .body__heading span {
  font-weight: 700; }

.account__body .address__contents {
  margin-top: 30px;
  margin-bottom: 60px; }
  .account__body .address__contents p {
    color: #2D2D2E;
    line-height: 30px;
    margin-bottom: 0;
    word-break: break-word;
    margin-right: 0.9375rem; }
  @media (max-width: 1023px) {
    .account__body .address__contents .cell {
      margin-bottom: 33px; } }
  .account__body .address__contents .cell:first-child {
    padding-right: 0.9375rem; }
    @media (max-width: 639px) {
      .account__body .address__contents .cell:first-child {
        padding-right: 0; } }
  .account__body .address__contents .cell:last-child {
    padding-left: 0.9375rem; }
    @media (max-width: 639px) {
      .account__body .address__contents .cell:last-child {
        padding-left: 0; } }

.account__body .address__heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  margin-bottom: 13px;
  font-weight: 700;
  color: #363637;
  text-transform: uppercase; }

.account__body .reviews__contents {
  margin: 24px 0 36px; }
  .account__body .reviews__contents p {
    color: #363637;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px; }
  .account__body .reviews__contents .item__reviews {
    margin: 0 30px; }
  .account__body .reviews__contents .reviews__date,
  .account__body .reviews__contents .reviews__product-name {
    font-family: "Lato", sans-serif;
    margin: 0; }
  .account__body .reviews__contents .reviews__detail {
    margin-top: 1rem; }
    .account__body .reviews__contents .reviews__detail p {
      word-wrap: break-word; }

@media (min-width: 1024px) {
  .account__body--overview {
    padding-top: 55px; } }

.account__body--order {
  border-top: 0; }
  @media (max-width: 1023px) {
    .account__body--order .orders__contents {
      border-top: 1px solid #E9E7E7; } }
  @media (max-width: 1023px) {
    .account__body--order .entry {
      padding: 18px 0; } }
  .account__body--order .entry div div {
    font-size: 14px;
    font-size: 0.875rem;
    color: #2D2D2E; }
    @media (max-width: 1023px) {
      .account__body--order .entry div div {
        padding-top: 0;
        padding-bottom: 5px; } }

.account__body--order-details .body__subheading {
  margin-top: 36px; }
  .account__body--order-details .body__subheading h3 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #363637;
    text-transform: uppercase; }
  .account__body--order-details .body__subheading p {
    font-family: "Lato", sans-serif;
    color: #2D2D2E; }
  .account__body--order-details .body__subheading a {
    display: block; }
  .account__body--order-details .body__subheading .subheading__print {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem; }
    .account__body--order-details .body__subheading .subheading__print:before {
      content: "\e8b3";
      font-family: 'feather';
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      margin-right: 5px; }
  .account__body--order-details .body__subheading .subheading__reorder {
    max-width: 355px;
    margin: 40px auto 0; }
    .account__body--order-details .body__subheading .subheading__reorder:before {
      font-family: 'feather';
      content: "\e905";
      margin-right: 5px; }

.account__body--order-details .address {
  padding: 55px 0 25px; }
  .account__body--order-details .address__contents {
    margin: 0 0 30px; }
    .account__body--order-details .address__contents h3 {
      margin-bottom: 12px; }

.account__body--order-details .order-gift-message {
  border-top: 1px solid #E9E7E7;
  padding: 40px 0 20px; }
  .account__body--order-details .order-gift-message .body__heading {
    margin-bottom: 20px; }
  .account__body--order-details .order-gift-message p {
    margin: 0 0 5px; }

.account__body--order-details .items__header {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
  color: #363637;
  text-transform: uppercase;
  color: #909090;
  border-top: 1px solid #E9E7E7;
  border-bottom: 1px solid #E9E7E7;
  padding: 16px 0; }

.account__body--order-details .items .item {
  flex-direction: row;
  border-bottom: 1px solid #E9E7E7;
  padding: 16px 0;
  margin-bottom: 0; }
  .account__body--order-details .items .item__name, .account__body--order-details .items .item__price, .account__body--order-details .items .item__quantity, .account__body--order-details .items .item__subtotal {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #363637;
    font-weight: 700; }
  .account__body--order-details .items .item__type {
    font-size: 14px;
    font-size: 0.875rem; }
  @media (max-width: 639px) {
    .account__body--order-details .items .item:nth-child(2) {
      border-top: 1px solid #E9E7E7; } }
  .account__body--order-details .items .item__options:last-child {
    margin-bottom: 14px; }
  .account__body--order-details .items .item__options p {
    color: #2D2D2E;
    margin: 0 0 5px; }
  .account__body--order-details .items .item__options .price {
    display: none; }

.account__body--order-details .order-comments {
  margin-top: 24px; }
  .account__body--order-details .order-comments .comment {
    margin: 15px 0; }
    .account__body--order-details .order-comments .comment p {
      margin: 0 0 5px; }

.account__body--order-details .summary {
  background-color: #F2F2F2;
  padding: 25px;
  margin-top: 24px;
  margin-bottom: 24px; }
  .account__body--order-details .summary__heading {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbcbc; }
  .account__body--order-details .summary__copy {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .account__body--order-details .summary__number {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 12px; }
  .account__body--order-details .summary__total .summary__copy,
  .account__body--order-details .summary__total .summary__number {
    font-size: 18px;
    font-size: 1.125rem; }

.account__body--wine-club {
  border-top: 0; }
  .account__body--wine-club p {
    font-family: "Merriweather", serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
    color: #2D2D2E; }
  .account__body--wine-club .body__header {
    margin-bottom: 20px; }
  .account__body--wine-club .wine-clubs {
    padding-bottom: 50px; }
    .account__body--wine-club .wine-clubs__subscriptions ul {
      list-style: none;
      margin: 0 0 22px; }
    .account__body--wine-club .wine-clubs__subscriptions li {
      font-family: "Merriweather", serif;
      font-weight: bold;
      color: #363637;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase; }
    .account__body--wine-club .wine-clubs__subscriptions span {
      font-weight: 700;
      color: #363637; }
    .account__body--wine-club .wine-clubs__customer-support {
      background-color: #F2F2F2;
      padding: 20px; }
      .account__body--wine-club .wine-clubs__customer-support a {
        text-transform: none;
        text-decoration: underline; }
    .account__body--wine-club .wine-clubs__pause-switch {
      height: 46px; }
      .account__body--wine-club .wine-clubs__pause-switch .switch-paddle {
        width: 120px;
        height: 46px;
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
        background: #82A9D6; }
        .account__body--wine-club .wine-clubs__pause-switch .switch-paddle span {
          text-transform: uppercase;
          color: #fff; }
          .account__body--wine-club .wine-clubs__pause-switch .switch-paddle span.switch-active {
            left: 28px; }
          .account__body--wine-club .wine-clubs__pause-switch .switch-paddle span.switch-inactive {
            right: 10px; }
        .account__body--wine-club .wine-clubs__pause-switch .switch-paddle::after {
          width: 44px;
          height: 44px;
          top: 0;
          left: 0; }
      .account__body--wine-club .wine-clubs__pause-switch input:checked ~ .switch-paddle {
        background: #91243B; }
        .account__body--wine-club .wine-clubs__pause-switch input:checked ~ .switch-paddle::after {
          left: 4.625rem; }
  .account__body--wine-club .payment {
    padding-bottom: 46px; }

.account__body--manage-payment .payment {
  padding-bottom: 50px; }
  .account__body--manage-payment .payment-form-expiration-month {
    margin-right: 0.9735rem;
    width: calc(50% - 0.9735rem); }
  .account__body--manage-payment .payment-form-expiration-year {
    margin-left: 0.9735rem;
    width: calc(50% - 0.9735rem); }

.account__body--manage-payment .card-type-images {
  margin-bottom: 1.5rem; }
  .account__body--manage-payment .card-type-images img {
    max-width: 45px; }

.account__body--manage-payment p, .account__body--wine-club p, .account__body--address-book p {
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  color: #2D2D2E; }

.account__body--manage-payment .body__header, .account__body--wine-club .body__header, .account__body--address-book .body__header {
  margin-bottom: 20px; }

.account__body--manage-payment .card, .account__body--wine-club .card, .account__body--address-book .card {
  box-sizing: border-box; }
  .account__body--manage-payment .card:not(:nth-child(3n)), .account__body--wine-club .card:not(:nth-child(3n)), .account__body--address-book .card:not(:nth-child(3n)) {
    border-right: 1px solid #E9E7E7; }
    @media (max-width: 639px) {
      .account__body--manage-payment .card:not(:nth-child(3n)), .account__body--wine-club .card:not(:nth-child(3n)), .account__body--address-book .card:not(:nth-child(3n)) {
        border-right: 0; } }
  .account__body--manage-payment .card-actions, .account__body--wine-club .card-actions, .account__body--address-book .card-actions {
    margin-top: 10px; }
  .account__body--manage-payment .card p, .account__body--wine-club .card p, .account__body--address-book .card p {
    margin-bottom: 0; }
  .account__body--manage-payment .card label, .account__body--wine-club .card label, .account__body--address-book .card label {
    font-size: 14px;
    font-size: 0.875rem; }
  .account__body--manage-payment .card input, .account__body--wine-club .card input, .account__body--address-book .card input {
    margin: 5px 5px 5px 0; }
  .account__body--manage-payment .card-wrapper, .account__body--wine-club .card-wrapper, .account__body--address-book .card-wrapper {
    margin-right: 0;
    width: calc(100% + 1.875rem); }
  .account__body--manage-payment .card .separator, .account__body--wine-club .card .separator, .account__body--address-book .card .separator {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Merriweather", serif;
    color: #2D2D2E; }

.account__badge {
  height: 60px;
  background-color: #F2F2F2;
  margin-bottom: 48px; }
  .account__badge p {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #91243B;
    text-transform: uppercase;
    margin-bottom: 0; }
    .account__badge p::before {
      font-family: 'feather';
      content: "\e82e";
      font-size: 20px;
      font-size: 1.25rem;
      margin-right: 10px; }

.account__right {
  padding-top: 55px; }
  .account__right p, .account__right a {
    font-size: 14px;
    font-size: 0.875rem; }
  .account__right a {
    text-transform: uppercase;
    text-decoration: none; }
  .account__right .right__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #E9E7E7; }
    .account__right .right__header.no-border {
      padding-bottom: 0;
      border-bottom: 0; }
  .account__right .right__heading {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 21px;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase; }
  .account__right .reward-points,
  .account__right .store-credit {
    margin-bottom: 48px; }
  .account__right .reward-points__contents {
    background-color: #F2F2F2;
    padding: 35px 30px;
    margin-top: 15px; }
    .account__right .reward-points__contents p {
      line-height: 30px;
      color: #2D2D2E; }
    .account__right .reward-points__contents a::after {
      font-family: 'feather';
      content: '\e829';
      margin-left: 5px;
      font-weight: 700; }
  .account__right .reward-points__user-points {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 9px; }
  .account__right .reward-points__dollar-value {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    color: #2D2D2E;
    font-weight: 500;
    margin-bottom: 22px; }
  .account__right .store-credit__contents {
    height: 44px;
    background-color: #F2F2F2;
    padding: 0 15px;
    margin-top: 15px; }
    .account__right .store-credit__contents p {
      font-family: "Lato", sans-serif;
      margin: 0;
      text-transform: uppercase; }
      .account__right .store-credit__contents p:first-child {
        color: #2D2D2E; }
      .account__right .store-credit__contents p span {
        font-weight: 700; }
  .account__right .gift-card__contents {
    margin-top: 16px; }
    .account__right .gift-card__contents p {
      line-height: 30px;
      color: #2D2D2E; }
    .account__right .gift-card__contents form {
      display: flex;
      justify-content: space-between; }
      .account__right .gift-card__contents form input[type='text'] {
        margin-right: 10px;
        margin-bottom: 0;
        height: 44px; }
      .account__right .gift-card__contents form button {
        flex-shrink: 0;
        width: 85px; }
        .account__right .gift-card__contents form button img {
          height: 100%;
          margin-top: -3px; }
    .account__right .gift-card__contents #giftcard_balance_lookup {
      margin: 15px 0 0; }
      .account__right .gift-card__contents #giftcard_balance_lookup .gift-card-info p {
        margin: 0;
        line-height: 24px !important; }

.account__address-book p {
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  margin-bottom: 0; }

.account__address-book .address-defaults {
  margin: 5px 0; }
  .account__address-book .address-defaults label input {
    margin: 8px 8px 8px 0; }

.account__orderHistory .orders .heading__orderNumber, .account__orderHistory .orders .entry__orderNumber,
.account__orderHistory .orders .heading__shipTo, .account__orderHistory .orders .entry__shipTo {
  padding-left: 0.9735rem; }

.account__orderHistory .orders__entry .entry__reorder a::before {
  font-family: 'feather';
  content: "\e905";
  margin-right: 5px; }

.account__reviews__full .reviews__contents:first-child {
  margin: 0; }

.account__reviews__full .reviews__contents:not(:first-child) {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #E9E7E7; }

.account__storecredit .body__header, .account__rewards .body__header {
  margin: 50px 0 15px 0; }

.account__storecredit .body__header:first-child, .account__rewards .body__header:first-child {
  margin-top: 0; }

.account__storecredit .subscription-options, .account__rewards .subscription-options {
  margin: 0 0 10px; }
  .account__storecredit .subscription-options label input, .account__rewards .subscription-options label input {
    margin: 8px 8px 8px 0; }

.account__storecredit .body__contents, .account__rewards .body__contents {
  margin: 0; }

#iwd-authorizecim-messages {
  margin: 0; }

.sales-order-history .category__sidebar {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .sales-order-history .category__sidebar {
      display: block;
      width: 20%; } }

.sales-order-history .category__product-listing {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .sales-order-history .category__product-listing {
      width: 80%; } }
  @media print, screen and (min-width: 64em) {
    .sales-order-history .category__product-listing .orders__heading,
    .sales-order-history .category__product-listing .entry {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      .sales-order-history .category__product-listing .orders__heading--date, .sales-order-history .category__product-listing .orders__heading--order, .sales-order-history .category__product-listing .orders__heading--total, .sales-order-history .category__product-listing .orders__heading--status, .sales-order-history .category__product-listing .orders__heading--reorder,
      .sales-order-history .category__product-listing .entry--date,
      .sales-order-history .category__product-listing .entry--order,
      .sales-order-history .category__product-listing .entry--total,
      .sales-order-history .category__product-listing .entry--status,
      .sales-order-history .category__product-listing .entry--reorder {
        width: 15%; }
      .sales-order-history .category__product-listing .orders__heading--tracking, .sales-order-history .category__product-listing .orders__heading--address,
      .sales-order-history .category__product-listing .entry--tracking,
      .sales-order-history .category__product-listing .entry--address {
        width: 20%; }
      .sales-order-history .category__product-listing .orders__heading__date, .sales-order-history .category__product-listing .orders__heading__orderTotal, .sales-order-history .category__product-listing .orders__heading__status,
      .sales-order-history .category__product-listing .entry__date,
      .sales-order-history .category__product-listing .entry__orderTotal,
      .sales-order-history .category__product-listing .entry__status {
        text-align: center; } }
  .sales-order-history .category__product-listing .orders__heading li.orders__heading--address, .sales-order-history .category__product-listing .orders__heading li.orders__heading--tracking {
    text-align: left; }

.customer-account-login .account__header,
.customer-account-logoutsuccess .account__header,
.customer-account-forgotpassword .account__header {
  margin: 40px 0 15px; }

#advice-validate-cc-type-select-iwd_authorizecim_cc_type {
  display: none !important; }

.pages strong {
  display: inline; }

.pages ol {
  list-style: none;
  display: inline;
  margin: 0; }
  .pages ol li {
    display: inline;
    margin: 0 0 0 5px; }

.body__add-address {
  padding: 20px 0;
  text-align: center; }
  .body__add-address a {
    width: 100%; }

.card__type {
  position: relative;
  right: 10px; }

.cart__header {
  margin-bottom: 36px; }
  .cart__header .cart__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    letter-spacing: 1.53px;
    text-align: center;
    margin-bottom: 14px; }
  .cart__header p {
    text-align: center;
    margin-bottom: 20px;
    color: #2D2D2E; }

.cart__body .cart__heading {
  border-top: 1px solid #E9E7E7;
  padding-top: 16px;
  padding-bottom: 16px; }
  .cart__body .cart__heading div {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    color: #909090; }

.cart__body .item-entry {
  padding: 20px 0;
  border-top: 1px solid #E9E7E7; }
  .cart__body .item-entry__img a {
    display: block; }
  .cart__body .item-entry__name, .cart__body .item-entry__price, .cart__body .item-entry__subtotal {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 21px;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    padding-top: 14px; }
  .cart__body .item-entry__quantity a {
    text-decoration: none;
    color: #828282; }
  .cart__body .item-entry__quantity input {
    text-align: center;
    margin-bottom: 0;
    width: 50%; }
  .cart__body .item-entry__price {
    text-align: center; }
    @media (max-width: 639px) {
      .cart__body .item-entry__price {
        text-align: left; } }
    .cart__body .item-entry__price .price--cross-out {
      text-decoration: line-through;
      color: #2D2D2E; }
    .cart__body .item-entry__price .price--sale {
      color: #91243B; }
  .cart__body .item-entry__type {
    font-family: "Merriweather", serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    color: #2D2D2E; }
  .cart__body .item-entry__delete-item {
    font-size: 30px;
    font-size: 1.875rem;
    color: #2D2D2E;
    cursor: pointer;
    padding-top: 5px; }
  .cart__body .item-entry__remove-product {
    padding-top: 10px; }
    .cart__body .item-entry__remove-product a {
      text-decoration: none;
      color: #828282;
      font-size: 30px; }
      .cart__body .item-entry__remove-product a img {
        display: none;
        width: 20px;
        margin: 5px; }
      .cart__body .item-entry__remove-product a.loading:before {
        display: none; }
      .cart__body .item-entry__remove-product a.loading img {
        display: block; }
  .cart__body .item-entry .item-options dt {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0; }
  .cart__body .item-entry .item-options dd {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 5px; }
  .cart__body .item-entry .item-msg {
    font-size: 12px;
    font-size: 0.75rem; }
    .cart__body .item-entry .item-msg.error {
      color: #F04141; }

.cart__body .button-set {
  display: block;
  text-align: right;
  width: 100%;
  margin: 15px 0px;
  padding: 20px 0 5px;
  border-top: 1px solid #E9E7E7; }
  @media (max-width: 639px) {
    .cart__body .button-set {
      text-align: center; } }

.cart__side-menu {
  border-top: 1px solid #E9E7E7;
  padding-top: 24px; }
  @media (min-width: 1024px) {
    .cart__side-menu {
      padding-top: 0;
      padding-left: 40px;
      border-top: 0; } }
  .cart__side-menu .incentive {
    padding: 0 25px 25px; }
    .cart__side-menu .incentive__title {
      text-align: center;
      text-transform: uppercase; }
    .cart__side-menu .incentive__icons {
      padding: 10px 35px; }
      .cart__side-menu .incentive__icons div {
        color: #909090;
        height: 50px;
        flex: 1; }
        .cart__side-menu .incentive__icons div.active {
          color: #91243B; }
    .cart__side-menu .incentive__details {
      color: #909090;
      text-align: center; }
  .cart__side-menu .summary {
    background-color: #F2F2F2;
    padding: 25px;
    position: relative; }
    .cart__side-menu .summary__heading {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 27px;
      font-family: "Lato", sans-serif;
      margin-bottom: 21px;
      font-weight: 700;
      color: #363637;
      text-transform: uppercase;
      text-align: center; }
    .cart__side-menu .summary__totals {
      border-top: 1px solid #bdbcbc;
      border-bottom: 1px solid #bdbcbc;
      padding: 24px 0;
      margin-bottom: 26px; }
    .cart__side-menu .summary__copy, .cart__side-menu .summary__number {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 17px;
      font-family: "Lato", sans-serif;
      margin-bottom: 15px;
      font-weight: 700;
      color: #363637;
      text-transform: uppercase; }
    .cart__side-menu .summary__total .summary__copy,
    .cart__side-menu .summary__total .summary__number {
      margin: 0; }
    .cart__side-menu .summary__promo .summary__copy {
      display: flex; }
    .cart__side-menu .summary__promo div {
      color: #91243B; }
    .cart__side-menu .summary__promo .remove_coupon {
      text-decoration: none;
      position: relative;
      top: 2px; }
      .cart__side-menu .summary__promo .remove_coupon i {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700;
        margin-right: 5px; }
    .cart__side-menu .summary__checkout {
      padding-top: 26px; }
      .cart__side-menu .summary__checkout a,
      .cart__side-menu .summary__checkout button {
        height: 70px;
        font-size: 15px;
        font-size: 0.9375rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .cart__side-menu .summary__checkout a + a,
        .cart__side-menu .summary__checkout button + a {
          border: 1px solid #2d5b8e;
          margin-top: 11px; }
  .cart__side-menu .cart__coupon {
    background-color: #F2F2F2;
    padding: 25px;
    margin-top: 10px; }
    .cart__side-menu .cart__coupon input[type="text"] {
      height: 50px;
      margin: 0 5px 0 0;
      box-shadow: none;
      border: 0; }
    .cart__side-menu .cart__coupon button {
      height: 50px; }
      .cart__side-menu .cart__coupon button.active span {
        visibility: hidden; }
      .cart__side-menu .cart__coupon button.active img {
        display: block; }
  .cart__side-menu .cart__footnote {
    padding: 25px; }
    .cart__side-menu .cart__footnote .feather {
      margin-right: 14px;
      color: #91243B; }
    .cart__side-menu .cart__footnote p {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 22px;
      color: #2D2D2E; }
      .cart__side-menu .cart__footnote p strong {
        color: #363637; }
      .cart__side-menu .cart__footnote p a {
        font-family: "Merriweather", serif;
        font-size: 12px;
        font-size: 0.75rem;
        text-decoration: none; }
    .cart__side-menu .cart__footnote__readmore {
      text-transform: uppercase;
      display: block;
      margin-top: 25px; }

.cart__footer {
  background: #F2F2F2;
  padding: 25px; }
  .cart__footer p {
    margin-bottom: 0;
    color: #2D2D2E;
    line-height: 30px; }
  .cart__footer a {
    text-decoration: none; }
  .cart__footer--heading {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1;
    font-family: "Lato", sans-serif;
    margin-bottom: 18px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase; }
  @media (max-width: 639px) {
    .cart__footer__contact {
      margin-top: 25px; } }
  @media (min-width: 1024px) {
    .cart__footer__contact {
      padding-left: 15px; } }
  .cart__footer__contact p::before {
    font-family: 'feather';
    font-size: 20px;
    font-size: 1.25rem;
    color: #91243B;
    margin-right: 10px; }
  .cart__footer__contact--phone::before {
    content: "\e8aa"; }
  .cart__footer__contact--phone span {
    font-weight: 700;
    margin-left: 5px; }
  .cart__footer__contact--email::before {
    content: "\e88a"; }
  @media (max-width: 639px) {
    .cart__footer__links {
      margin-top: 25px; } }
  .cart__footer__links a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    text-transform: uppercase;
    display: block; }

#cart_banner {
  margin-bottom: 20px;
  width: 100%;
  text-align: center; }

.truncated_full_value {
  display: none; }

.remove_coupon {
  text-decoration: none;
  position: relative;
  top: 2px; }
  .remove_coupon i {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-right: 5px; }

#checkout_summary_coupon_code input[type='text'].coupon_code_input, #checkout_summary_prices .sidebar_block .block_content input, #mobile_coupon_code input[type='text'].coupon_code_input {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  width: calc(100% - 105px);
  margin-right: 5px;
  vertical-align: middle;
  background: #ffffff; }
  #checkout_summary_coupon_code input[type='text'].coupon_code_input:focus, #checkout_summary_prices .sidebar_block .block_content input:focus, #mobile_coupon_code input[type='text'].coupon_code_input:focus {
    background: #ffffff; }

p.no-style {
  font-family: inherit; }

html, body {
  height: 100%; }

.onepage-index-index,
.checkout-onepage-index,
.paypal-express-review {
  font-size: 14px;
  font-size: 0.875rem;
  color: #2D2D2E;
  display: flex;
  flex-direction: column; }
  .onepage-index-index #page,
  .checkout-onepage-index #page,
  .paypal-express-review #page {
    flex: 1 0 auto; }
  .onepage-index-index .site-header__navigation,
  .checkout-onepage-index .site-header__navigation,
  .paypal-express-review .site-header__navigation {
    margin: 0 auto 37px;
    padding: 28px 0;
    border-bottom: 1px solid #D8D8D8; }
    .onepage-index-index .site-header__navigation .site-header__logo,
    .checkout-onepage-index .site-header__navigation .site-header__logo,
    .paypal-express-review .site-header__navigation .site-header__logo {
      border-bottom: 0; }
  .onepage-index-index .site-header .shopping-cart-lock span,
  .checkout-onepage-index .site-header .shopping-cart-lock span,
  .paypal-express-review .site-header .shopping-cart-lock span {
    text-transform: uppercase;
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    color: #363637; }
  .onepage-index-index .site-header .shopping-cart-lock i,
  .checkout-onepage-index .site-header .shopping-cart-lock i,
  .paypal-express-review .site-header .shopping-cart-lock i {
    font-size: 26px;
    font-size: 1.625rem;
    margin-left: 10px; }
  .onepage-index-index #checkout_content_container,
  .checkout-onepage-index #checkout_content_container,
  .paypal-express-review #checkout_content_container {
    position: relative;
    max-width: 1226px;
    margin: 0 auto; }
    @media (min-width: 40em) {
      .onepage-index-index #checkout_content_container .short_1,
      .checkout-onepage-index #checkout_content_container .short_1,
      .paypal-express-review #checkout_content_container .short_1 {
        display: inline-block;
        width: 49.5%;
        margin-right: 1%;
        vertical-align: top; }
      .onepage-index-index #checkout_content_container .short_2,
      .checkout-onepage-index #checkout_content_container .short_2,
      .paypal-express-review #checkout_content_container .short_2 {
        display: inline-block;
        width: 49.5%;
        vertical-align: top; }
      .onepage-index-index #checkout_content_container .short_1_3,
      .checkout-onepage-index #checkout_content_container .short_1_3,
      .paypal-express-review #checkout_content_container .short_1_3 {
        display: inline-block;
        width: 32.5%;
        margin-right: 1%;
        vertical-align: top; }
      .onepage-index-index #checkout_content_container .short_2_3,
      .checkout-onepage-index #checkout_content_container .short_2_3,
      .paypal-express-review #checkout_content_container .short_2_3 {
        display: inline-block;
        width: 32.5%;
        margin-right: 1%;
        vertical-align: top; }
      .onepage-index-index #checkout_content_container .short_3_3,
      .checkout-onepage-index #checkout_content_container .short_3_3,
      .paypal-express-review #checkout_content_container .short_3_3 {
        display: inline-block;
        width: 33%;
        vertical-align: top; } }
    .onepage-index-index #checkout_content_container.method_select > div:not(#checkout_method_container),
    .checkout-onepage-index #checkout_content_container.method_select > div:not(#checkout_method_container),
    .paypal-express-review #checkout_content_container.method_select > div:not(#checkout_method_container) {
      display: none; }
    .onepage-index-index #checkout_content_container #login_method_form a,
    .checkout-onepage-index #checkout_content_container #login_method_form a,
    .paypal-express-review #checkout_content_container #login_method_form a {
      text-align: center;
      margin: 0 0 20px;
      display: block; }
    .onepage-index-index #checkout_content_container #checkout_method_container .or-divider,
    .checkout-onepage-index #checkout_content_container #checkout_method_container .or-divider,
    .paypal-express-review #checkout_content_container #checkout_method_container .or-divider {
      width: 100%;
      text-align: center;
      margin: 20px 0;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600; }
    .onepage-index-index #checkout_content_container #checkout_method_container .checkout_method,
    .checkout-onepage-index #checkout_content_container #checkout_method_container .checkout_method,
    .paypal-express-review #checkout_content_container #checkout_method_container .checkout_method {
      min-height: 340px;
      position: relative; }
      @media (max-width: 639px) {
        .onepage-index-index #checkout_content_container #checkout_method_container .checkout_method,
        .checkout-onepage-index #checkout_content_container #checkout_method_container .checkout_method,
        .paypal-express-review #checkout_content_container #checkout_method_container .checkout_method {
          padding: 0 20px;
          min-height: auto; } }
      .onepage-index-index #checkout_content_container #checkout_method_container .checkout_method.login_method,
      .checkout-onepage-index #checkout_content_container #checkout_method_container .checkout_method.login_method,
      .paypal-express-review #checkout_content_container #checkout_method_container .checkout_method.login_method {
        border-right: 1px solid #E9E7E7;
        padding-right: 20px; }
      .onepage-index-index #checkout_content_container #checkout_method_container .checkout_method.guest_method,
      .checkout-onepage-index #checkout_content_container #checkout_method_container .checkout_method.guest_method,
      .paypal-express-review #checkout_content_container #checkout_method_container .checkout_method.guest_method {
        padding-left: 20px; }
  .onepage-index-index .checkout-step-title,
  .checkout-onepage-index .checkout-step-title,
  .paypal-express-review .checkout-step-title {
    display: block;
    text-align: center;
    margin: 0 auto 26px; }
    .onepage-index-index .checkout-step-title h2,
    .checkout-onepage-index .checkout-step-title h2,
    .paypal-express-review .checkout-step-title h2 {
      display: none;
      color: #363637;
      font-size: 28px;
      font-size: 1.75rem;
      letter-spacing: 1px;
      line-height: 62px;
      font-weight: 600;
      text-transform: uppercase; }
      .onepage-index-index .checkout-step-title h2.active,
      .checkout-onepage-index .checkout-step-title h2.active,
      .paypal-express-review .checkout-step-title h2.active {
        display: block; }
      @media (max-width: 639px) {
        .onepage-index-index .checkout-step-title h2,
        .checkout-onepage-index .checkout-step-title h2,
        .paypal-express-review .checkout-step-title h2 {
          line-height: 34px;
          font-size: 22px;
          font-size: 1.375rem; } }
      .onepage-index-index .checkout-step-title h2.title-shipping-address, .onepage-index-index .checkout-step-title h2.title-title-payment, .onepage-index-index .checkout-step-title h2.title-review-order,
      .checkout-onepage-index .checkout-step-title h2.title-shipping-address,
      .checkout-onepage-index .checkout-step-title h2.title-title-payment,
      .checkout-onepage-index .checkout-step-title h2.title-review-order,
      .paypal-express-review .checkout-step-title h2.title-shipping-address,
      .paypal-express-review .checkout-step-title h2.title-title-payment,
      .paypal-express-review .checkout-step-title h2.title-review-order {
        display: none; }
  .onepage-index-index .breadcrumbs,
  .checkout-onepage-index .breadcrumbs,
  .paypal-express-review .breadcrumbs {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 26px; }
    @media (max-width: 639px) {
      .onepage-index-index .breadcrumbs,
      .checkout-onepage-index .breadcrumbs,
      .paypal-express-review .breadcrumbs {
        display: none; } }
    .onepage-index-index .breadcrumbs a,
    .checkout-onepage-index .breadcrumbs a,
    .paypal-express-review .breadcrumbs a {
      text-decoration: none;
      color: #828282;
      font-size: 28px;
      font-size: 1.75rem;
      letter-spacing: 1px;
      line-height: 62px;
      font-weight: 600;
      text-transform: uppercase; }
      .onepage-index-index .breadcrumbs a:after,
      .checkout-onepage-index .breadcrumbs a:after,
      .paypal-express-review .breadcrumbs a:after {
        content: ' / ';
        color: #828282;
        margin: 0 4px; }
      .onepage-index-index .breadcrumbs a:last-of-type:after,
      .checkout-onepage-index .breadcrumbs a:last-of-type:after,
      .paypal-express-review .breadcrumbs a:last-of-type:after {
        content: ''; }
      .onepage-index-index .breadcrumbs a.focus,
      .checkout-onepage-index .breadcrumbs a.focus,
      .paypal-express-review .breadcrumbs a.focus {
        color: #2D2D2E; }
  .onepage-index-index .red-link,
  .checkout-onepage-index .red-link,
  .paypal-express-review .red-link {
    text-decoration: none;
    color: #91243B;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: "Lato", sans-serif; }
    .onepage-index-index .red-link i,
    .checkout-onepage-index .red-link i,
    .paypal-express-review .red-link i {
      font-weight: 700;
      margin-right: 5px;
      font-size: 16px;
      font-size: 1rem; }
  .onepage-index-index .buttons-set,
  .checkout-onepage-index .buttons-set,
  .paypal-express-review .buttons-set {
    margin-top: 20px; }
    .onepage-index-index .buttons-set.show-for-small-only,
    .checkout-onepage-index .buttons-set.show-for-small-only,
    .paypal-express-review .buttons-set.show-for-small-only {
      padding: 10px;
      margin-top: 0; }
      .onepage-index-index .buttons-set.show-for-small-only a,
      .checkout-onepage-index .buttons-set.show-for-small-only a,
      .paypal-express-review .buttons-set.show-for-small-only a {
        display: block;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 18px;
        padding: 26px 0;
        text-align: center;
        height: auto; }
  .onepage-index-index .checkout-heading,
  .checkout-onepage-index .checkout-heading,
  .paypal-express-review .checkout-heading {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: #363637; }
  .onepage-index-index .fieldset .input-box,
  .checkout-onepage-index .fieldset .input-box,
  .paypal-express-review .fieldset .input-box {
    margin-bottom: 10px; }
  .onepage-index-index .fieldset input[type='text'], .onepage-index-index .fieldset input[type='password'], .onepage-index-index .fieldset input[type='email'],
  .checkout-onepage-index .fieldset input[type='text'],
  .checkout-onepage-index .fieldset input[type='password'],
  .checkout-onepage-index .fieldset input[type='email'],
  .paypal-express-review .fieldset input[type='text'],
  .paypal-express-review .fieldset input[type='password'],
  .paypal-express-review .fieldset input[type='email'] {
    display: block;
    width: 100%; }
  .onepage-index-index .fieldset input[type='radio'],
  .checkout-onepage-index .fieldset input[type='radio'],
  .paypal-express-review .fieldset input[type='radio'] {
    margin: 4px 0; }
  .onepage-index-index .customer-info__email,
  .checkout-onepage-index .customer-info__email,
  .paypal-express-review .customer-info__email {
    font-size: 14px;
    font-size: 0.875rem;
    color: #2D2D2E; }
  .onepage-index-index .customer-info__address-form.new_address,
  .checkout-onepage-index .customer-info__address-form.new_address,
  .paypal-express-review .customer-info__address-form.new_address {
    display: none; }
    .onepage-index-index .customer-info__address-form.new_address.active,
    .checkout-onepage-index .customer-info__address-form.new_address.active,
    .paypal-express-review .customer-info__address-form.new_address.active {
      display: block; }
  .onepage-index-index .shipping-method__static-address,
  .checkout-onepage-index .shipping-method__static-address,
  .paypal-express-review .shipping-method__static-address {
    position: relative;
    margin: 0 0 25px;
    line-height: 1.5;
    font-family: "Merriweather", serif;
    line-height: 30px; }
    .onepage-index-index .shipping-method__static-address address,
    .checkout-onepage-index .shipping-method__static-address address,
    .paypal-express-review .shipping-method__static-address address {
      font-style: normal;
      margin: 0 0 5px;
      color: #2D2D2E; }
    .onepage-index-index .shipping-method__static-address .edit-step,
    .checkout-onepage-index .shipping-method__static-address .edit-step,
    .paypal-express-review .shipping-method__static-address .edit-step {
      font-family: "Lato", sans-serif;
      text-decoration: none;
      font-size: 13px;
      font-size: 0.8125rem;
      text-transform: uppercase; }
  .onepage-index-index .shipping-method #shipping_method_delivery,
  .checkout-onepage-index .shipping-method #shipping_method_delivery,
  .paypal-express-review .shipping-method #shipping_method_delivery {
    margin-top: 20px; }
  .onepage-index-index .shipping-method .gift_message,
  .checkout-onepage-index .shipping-method .gift_message,
  .paypal-express-review .shipping-method .gift_message {
    margin-top: 40px; }
    .onepage-index-index .shipping-method .gift_message textarea,
    .checkout-onepage-index .shipping-method .gift_message textarea,
    .paypal-express-review .shipping-method .gift_message textarea {
      resize: vertical; }
  .onepage-index-index .shipping-method__available-methods,
  .checkout-onepage-index .shipping-method__available-methods,
  .paypal-express-review .shipping-method__available-methods {
    margin: 0 0 30px; }
  .onepage-index-index .available-methods,
  .checkout-onepage-index .available-methods,
  .paypal-express-review .available-methods {
    background: #F2F2F2;
    border: none;
    padding: 20px; }
    .onepage-index-index .available-methods dl,
    .checkout-onepage-index .available-methods dl,
    .paypal-express-review .available-methods dl {
      background: #FFFFFF;
      margin: 0; }
    .onepage-index-index .available-methods dt,
    .checkout-onepage-index .available-methods dt,
    .paypal-express-review .available-methods dt {
      padding: 17px;
      border-top: 1px solid #F2F2F2;
      margin: 0; }
      .onepage-index-index .available-methods dt label,
      .checkout-onepage-index .available-methods dt label,
      .paypal-express-review .available-methods dt label {
        display: inline-block;
        width: calc(100% - 20px);
        font-size: 14px;
        font-size: 0.875rem;
        vertical-align: middle;
        padding: 0 0 0 10px;
        margin: 0;
        color: #363637; }
        .onepage-index-index .available-methods dt label span,
        .checkout-onepage-index .available-methods dt label span,
        .paypal-express-review .available-methods dt label span {
          margin: 0;
          float: right; }
          .onepage-index-index .available-methods dt label span.promo-label,
          .checkout-onepage-index .available-methods dt label span.promo-label,
          .paypal-express-review .available-methods dt label span.promo-label {
            margin: 0 10px 0 0; }
          .onepage-index-index .available-methods dt label span.shipping-estimation,
          .checkout-onepage-index .available-methods dt label span.shipping-estimation,
          .paypal-express-review .available-methods dt label span.shipping-estimation {
            float: none;
            color: #F04141;
            margin: 0 0 0 10px; }
      .onepage-index-index .available-methods dt input,
      .checkout-onepage-index .available-methods dt input,
      .paypal-express-review .available-methods dt input {
        margin: 0; }
      .onepage-index-index .available-methods dt span.delivery_time,
      .checkout-onepage-index .available-methods dt span.delivery_time,
      .paypal-express-review .available-methods dt span.delivery_time {
        float: none;
        font-weight: 400;
        font-size: 14px;
        margin: 0 0 0 5px; }
      @media (max-width: 639px) {
        .onepage-index-index .available-methods dt span.promo-label, .onepage-index-index .available-methods dt span.shipping-estimation,
        .checkout-onepage-index .available-methods dt span.promo-label,
        .checkout-onepage-index .available-methods dt span.shipping-estimation,
        .paypal-express-review .available-methods dt span.promo-label,
        .paypal-express-review .available-methods dt span.shipping-estimation {
          margin: 0;
          float: none; } }
  .onepage-index-index .shipping-details,
  .checkout-onepage-index .shipping-details,
  .paypal-express-review .shipping-details {
    margin: 0 0 30px; }
    .onepage-index-index .shipping-details__label,
    .checkout-onepage-index .shipping-details__label,
    .paypal-express-review .shipping-details__label {
      text-transform: uppercase;
      color: #4A4A4A;
      line-height: 17px;
      cursor: pointer;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem; }
      .onepage-index-index .shipping-details__label i,
      .checkout-onepage-index .shipping-details__label i,
      .paypal-express-review .shipping-details__label i {
        font-weight: 700; }
        .onepage-index-index .shipping-details__label i.icon-open,
        .checkout-onepage-index .shipping-details__label i.icon-open,
        .paypal-express-review .shipping-details__label i.icon-open {
          display: inline-block; }
        .onepage-index-index .shipping-details__label i.icon-close,
        .checkout-onepage-index .shipping-details__label i.icon-close,
        .paypal-express-review .shipping-details__label i.icon-close {
          display: none; }
      .onepage-index-index .shipping-details__label.open .icon-open,
      .checkout-onepage-index .shipping-details__label.open .icon-open,
      .paypal-express-review .shipping-details__label.open .icon-open {
        display: none; }
      .onepage-index-index .shipping-details__label.open .icon-close,
      .checkout-onepage-index .shipping-details__label.open .icon-close,
      .paypal-express-review .shipping-details__label.open .icon-close {
        display: inline-block; }
    .onepage-index-index .shipping-details__content,
    .checkout-onepage-index .shipping-details__content,
    .paypal-express-review .shipping-details__content {
      display: none;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 28px;
      color: #2D2D2E;
      padding: 15px 0 0; }
      @media (max-width: 800px) {
        .onepage-index-index .shipping-details__content,
        .checkout-onepage-index .shipping-details__content,
        .paypal-express-review .shipping-details__content {
          padding: 15px 0 0; } }
      .onepage-index-index .shipping-details__content p,
      .checkout-onepage-index .shipping-details__content p,
      .paypal-express-review .shipping-details__content p {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 28px; }
      .onepage-index-index .shipping-details__content table,
      .checkout-onepage-index .shipping-details__content table,
      .paypal-express-review .shipping-details__content table {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 1rem;
        border-radius: 0;
        font-family: "Lato", sans-serif;
        color: #363637; }
      .onepage-index-index .shipping-details__content thead,
      .checkout-onepage-index .shipping-details__content thead,
      .paypal-express-review .shipping-details__content thead {
        background: #363637;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 1px;
        line-height: 15px; }
      .onepage-index-index .shipping-details__content thead tr,
      .onepage-index-index .shipping-details__content tfoot tr,
      .checkout-onepage-index .shipping-details__content thead tr,
      .checkout-onepage-index .shipping-details__content tfoot tr,
      .paypal-express-review .shipping-details__content thead tr,
      .paypal-express-review .shipping-details__content tfoot tr {
        background: transparent; }
      .onepage-index-index .shipping-details__content thead th,
      .onepage-index-index .shipping-details__content thead td,
      .onepage-index-index .shipping-details__content tfoot th,
      .onepage-index-index .shipping-details__content tfoot td,
      .checkout-onepage-index .shipping-details__content thead th,
      .checkout-onepage-index .shipping-details__content thead td,
      .checkout-onepage-index .shipping-details__content tfoot th,
      .checkout-onepage-index .shipping-details__content tfoot td,
      .paypal-express-review .shipping-details__content thead th,
      .paypal-express-review .shipping-details__content thead td,
      .paypal-express-review .shipping-details__content tfoot th,
      .paypal-express-review .shipping-details__content tfoot td {
        padding: 0.5rem 0.625rem 0.625rem;
        font-weight: bold;
        text-align: left; }
      .onepage-index-index .shipping-details__content tbody th,
      .checkout-onepage-index .shipping-details__content tbody th,
      .paypal-express-review .shipping-details__content tbody th {
        background-color: #363637;
        color: #FFFFFF;
        text-align: left;
        text-transform: uppercase; }
      .onepage-index-index .shipping-details__content tbody th,
      .onepage-index-index .shipping-details__content tbody td,
      .checkout-onepage-index .shipping-details__content tbody th,
      .checkout-onepage-index .shipping-details__content tbody td,
      .paypal-express-review .shipping-details__content tbody th,
      .paypal-express-review .shipping-details__content tbody td {
        padding: 0.5rem 0.625rem 0.625rem;
        border-bottom: 1px solid #E9E7E7; }
      .onepage-index-index .shipping-details__content table.unstriped tbody,
      .checkout-onepage-index .shipping-details__content table.unstriped tbody,
      .paypal-express-review .shipping-details__content table.unstriped tbody {
        background-color: #fefefe; }
      .onepage-index-index .shipping-details__content table.unstriped tbody tr,
      .checkout-onepage-index .shipping-details__content table.unstriped tbody tr,
      .paypal-express-review .shipping-details__content table.unstriped tbody tr {
        border-bottom: 0;
        border-bottom: 1px solid #f1f1f1;
        background-color: #fefefe; }
      @media (max-width: 800px) {
        .onepage-index-index .shipping-details__content table, .onepage-index-index .shipping-details__content thead, .onepage-index-index .shipping-details__content tbody, .onepage-index-index .shipping-details__content th, .onepage-index-index .shipping-details__content td, .onepage-index-index .shipping-details__content tr,
        .checkout-onepage-index .shipping-details__content table,
        .checkout-onepage-index .shipping-details__content thead,
        .checkout-onepage-index .shipping-details__content tbody,
        .checkout-onepage-index .shipping-details__content th,
        .checkout-onepage-index .shipping-details__content td,
        .checkout-onepage-index .shipping-details__content tr,
        .paypal-express-review .shipping-details__content table,
        .paypal-express-review .shipping-details__content thead,
        .paypal-express-review .shipping-details__content tbody,
        .paypal-express-review .shipping-details__content th,
        .paypal-express-review .shipping-details__content td,
        .paypal-express-review .shipping-details__content tr {
          display: block; }
        .onepage-index-index .shipping-details__content tbody tr,
        .checkout-onepage-index .shipping-details__content tbody tr,
        .paypal-express-review .shipping-details__content tbody tr {
          border-bottom: 1px solid #E9E7E7;
          padding: 10px 0; }
        .onepage-index-index .shipping-details__content tbody th,
        .checkout-onepage-index .shipping-details__content tbody th,
        .paypal-express-review .shipping-details__content tbody th {
          position: absolute;
          top: -9999px;
          left: -9999px; }
        .onepage-index-index .shipping-details__content tbody td,
        .checkout-onepage-index .shipping-details__content tbody td,
        .paypal-express-review .shipping-details__content tbody td {
          border: none;
          position: relative;
          padding: 0 0 0 50%; }
          .onepage-index-index .shipping-details__content tbody td:before,
          .checkout-onepage-index .shipping-details__content tbody td:before,
          .paypal-express-review .shipping-details__content tbody td:before {
            position: absolute;
            left: 0;
            text-transform: uppercase; }
          .onepage-index-index .shipping-details__content tbody td:nth-of-type(1):before,
          .checkout-onepage-index .shipping-details__content tbody td:nth-of-type(1):before,
          .paypal-express-review .shipping-details__content tbody td:nth-of-type(1):before {
            content: 'Quantity'; }
          .onepage-index-index .shipping-details__content tbody td:nth-of-type(2):before,
          .checkout-onepage-index .shipping-details__content tbody td:nth-of-type(2):before,
          .paypal-express-review .shipping-details__content tbody td:nth-of-type(2):before {
            content: 'Ups ground'; }
          .onepage-index-index .shipping-details__content tbody td:nth-of-type(3):before,
          .checkout-onepage-index .shipping-details__content tbody td:nth-of-type(3):before,
          .paypal-express-review .shipping-details__content tbody td:nth-of-type(3):before {
            content: 'Ups 3 day select'; }
          .onepage-index-index .shipping-details__content tbody td:nth-of-type(4):before,
          .checkout-onepage-index .shipping-details__content tbody td:nth-of-type(4):before,
          .paypal-express-review .shipping-details__content tbody td:nth-of-type(4):before {
            content: 'Ups 2nd day air'; } }
  .onepage-index-index .payment-method__additional-methods,
  .checkout-onepage-index .payment-method__additional-methods,
  .paypal-express-review .payment-method__additional-methods {
    margin-bottom: 36px;
    background: #F2F2F2;
    border: none;
    padding: 20px; }
    .onepage-index-index .payment-method__additional-methods .additional-method,
    .checkout-onepage-index .payment-method__additional-methods .additional-method,
    .paypal-express-review .payment-method__additional-methods .additional-method {
      background: #FFFFFF;
      border-top: 1px solid #F2F2F2;
      line-height: 14px;
      padding: 17px; }
      .onepage-index-index .payment-method__additional-methods .additional-method label,
      .checkout-onepage-index .payment-method__additional-methods .additional-method label,
      .paypal-express-review .payment-method__additional-methods .additional-method label {
        display: inline-block;
        line-height: 14px;
        margin: 0; }
      .onepage-index-index .payment-method__additional-methods .additional-method input,
      .checkout-onepage-index .payment-method__additional-methods .additional-method input,
      .paypal-express-review .payment-method__additional-methods .additional-method input {
        margin: 0 0.5rem 0 0; }
      .onepage-index-index .payment-method__additional-methods .additional-method.reward-method .reward-points-explained,
      .checkout-onepage-index .payment-method__additional-methods .additional-method.reward-method .reward-points-explained,
      .paypal-express-review .payment-method__additional-methods .additional-method.reward-method .reward-points-explained {
        border: 1px solid #E9E7E7;
        padding: 15px;
        margin: 10px 0 0;
        line-height: 22px; }
  .onepage-index-index .payment-method__available-methods,
  .checkout-onepage-index .payment-method__available-methods,
  .paypal-express-review .payment-method__available-methods {
    margin-bottom: 36px; }
    .onepage-index-index .payment-method__available-methods dl dt,
    .checkout-onepage-index .payment-method__available-methods dl dt,
    .paypal-express-review .payment-method__available-methods dl dt {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .onepage-index-index .payment-method__available-methods dl dt label,
      .checkout-onepage-index .payment-method__available-methods dl dt label,
      .paypal-express-review .payment-method__available-methods dl dt label {
        display: flex;
        justify-content: space-between; }
        .onepage-index-index .payment-method__available-methods dl dt label ul,
        .checkout-onepage-index .payment-method__available-methods dl dt label ul,
        .paypal-express-review .payment-method__available-methods dl dt label ul {
          list-style: none;
          display: flex;
          justify-content: space-between;
          margin: 0; }
          .onepage-index-index .payment-method__available-methods dl dt label ul li,
          .checkout-onepage-index .payment-method__available-methods dl dt label ul li,
          .paypal-express-review .payment-method__available-methods dl dt label ul li {
            width: 35px;
            margin-right: 5px; }
    .onepage-index-index .payment-method__available-methods dl dd,
    .checkout-onepage-index .payment-method__available-methods dl dd,
    .paypal-express-review .payment-method__available-methods dl dd {
      padding: 0 42px 42px; }
      @media (max-width: 800px) {
        .onepage-index-index .payment-method__available-methods dl dd,
        .checkout-onepage-index .payment-method__available-methods dl dd,
        .paypal-express-review .payment-method__available-methods dl dd {
          padding: 0 10px 25px; } }
      .onepage-index-index .payment-method__available-methods dl dd #card_expiration_wrap,
      .checkout-onepage-index .payment-method__available-methods dl dd #card_expiration_wrap,
      .paypal-express-review .payment-method__available-methods dl dd #card_expiration_wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px; }
        @media (max-width: 800px) {
          .onepage-index-index .payment-method__available-methods dl dd #card_expiration_wrap,
          .checkout-onepage-index .payment-method__available-methods dl dd #card_expiration_wrap,
          .paypal-express-review .payment-method__available-methods dl dd #card_expiration_wrap {
            flex-wrap: wrap; } }
        .onepage-index-index .payment-method__available-methods dl dd #card_expiration_wrap > div,
        .checkout-onepage-index .payment-method__available-methods dl dd #card_expiration_wrap > div,
        .paypal-express-review .payment-method__available-methods dl dd #card_expiration_wrap > div {
          flex: 0 0 49%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          @media (max-width: 800px) {
            .onepage-index-index .payment-method__available-methods dl dd #card_expiration_wrap > div,
            .checkout-onepage-index .payment-method__available-methods dl dd #card_expiration_wrap > div,
            .paypal-express-review .payment-method__available-methods dl dd #card_expiration_wrap > div {
              flex: 1 0 100%;
              margin-bottom: 20px; } }
          .onepage-index-index .payment-method__available-methods dl dd #card_expiration_wrap > div label,
          .checkout-onepage-index .payment-method__available-methods dl dd #card_expiration_wrap > div label,
          .paypal-express-review .payment-method__available-methods dl dd #card_expiration_wrap > div label {
            flex: 1 0 100%; }
          .onepage-index-index .payment-method__available-methods dl dd #card_expiration_wrap > div .input-box,
          .checkout-onepage-index .payment-method__available-methods dl dd #card_expiration_wrap > div .input-box,
          .paypal-express-review .payment-method__available-methods dl dd #card_expiration_wrap > div .input-box {
            flex: 0 0 49%;
            margin-bottom: 0; }
            .onepage-index-index .payment-method__available-methods dl dd #card_expiration_wrap > div .input-box select,
            .checkout-onepage-index .payment-method__available-methods dl dd #card_expiration_wrap > div .input-box select,
            .paypal-express-review .payment-method__available-methods dl dd #card_expiration_wrap > div .input-box select {
              margin-bottom: 0; }
          .onepage-index-index .payment-method__available-methods dl dd #card_expiration_wrap > div input[type='text'],
          .checkout-onepage-index .payment-method__available-methods dl dd #card_expiration_wrap > div input[type='text'],
          .paypal-express-review .payment-method__available-methods dl dd #card_expiration_wrap > div input[type='text'] {
            margin-bottom: 0; }
        .onepage-index-index .payment-method__available-methods dl dd #card_expiration_wrap .card_cvn > div,
        .checkout-onepage-index .payment-method__available-methods dl dd #card_expiration_wrap .card_cvn > div,
        .paypal-express-review .payment-method__available-methods dl dd #card_expiration_wrap .card_cvn > div {
          width: 50%; }
  .onepage-index-index .billing-address .billing-region,
  .checkout-onepage-index .billing-address .billing-region,
  .paypal-express-review .billing-address .billing-region {
    padding: 0 42px; }
  .onepage-index-index .billing-address .new_address,
  .checkout-onepage-index .billing-address .new_address,
  .paypal-express-review .billing-address .new_address {
    padding: 0 42px; }
    @media (max-width: 800px) {
      .onepage-index-index .billing-address .new_address,
      .checkout-onepage-index .billing-address .new_address,
      .paypal-express-review .billing-address .new_address {
        padding: 0 10px; } }
    .onepage-index-index .billing-address .new_address .billing-region,
    .checkout-onepage-index .billing-address .new_address .billing-region,
    .paypal-express-review .billing-address .new_address .billing-region {
      padding: 0; }
  .onepage-index-index .checkout-step .fieldset.show-toggle,
  .checkout-onepage-index .checkout-step .fieldset.show-toggle,
  .paypal-express-review .checkout-step .fieldset.show-toggle {
    display: none; }
    .onepage-index-index .checkout-step .fieldset.show-toggle.active,
    .checkout-onepage-index .checkout-step .fieldset.show-toggle.active,
    .paypal-express-review .checkout-step .fieldset.show-toggle.active {
      display: block; }
  @media (max-width: 639px) {
    .onepage-index-index .checkout-sidebar,
    .checkout-onepage-index .checkout-sidebar,
    .paypal-express-review .checkout-sidebar {
      padding: 0 15px;
      margin-bottom: 25px; } }
  .onepage-index-index .checkout-sidebar .summary,
  .checkout-onepage-index .checkout-sidebar .summary,
  .paypal-express-review .checkout-sidebar .summary {
    padding: 0;
    margin: 0 0 10px;
    position: relative; }
    @media (max-width: 639px) {
      .onepage-index-index .checkout-sidebar .summary,
      .checkout-onepage-index .checkout-sidebar .summary,
      .paypal-express-review .checkout-sidebar .summary {
        background: 0;
        padding: 0;
        margin: 0; } }
    .onepage-index-index .checkout-sidebar .summary__header,
    .checkout-onepage-index .checkout-sidebar .summary__header,
    .paypal-express-review .checkout-sidebar .summary__header {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 27px;
      font-family: "Lato", sans-serif;
      margin-bottom: 21px;
      font-weight: 700;
      color: #363637;
      text-transform: uppercase;
      text-align: center;
      display: block; }
    .onepage-index-index .checkout-sidebar .summary__prices,
    .checkout-onepage-index .checkout-sidebar .summary__prices,
    .paypal-express-review .checkout-sidebar .summary__prices {
      border-top: 1px solid #bdbcbc;
      padding: 20px 0 0; }
      @media (max-width: 639px) {
        .onepage-index-index .checkout-sidebar .summary__prices,
        .checkout-onepage-index .checkout-sidebar .summary__prices,
        .paypal-express-review .checkout-sidebar .summary__prices {
          border-bottom: 1px solid #bdbcbc;
          padding: 0;
          margin: 0; } }
      .onepage-index-index .checkout-sidebar .summary__prices__heading,
      .checkout-onepage-index .checkout-sidebar .summary__prices__heading,
      .paypal-express-review .checkout-sidebar .summary__prices__heading {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 17px;
        font-family: "Lato", sans-serif;
        margin-bottom: 0;
        font-weight: 700;
        color: #363637;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        padding: 16px 0;
        cursor: pointer; }
        .onepage-index-index .checkout-sidebar .summary__prices__heading:after,
        .checkout-onepage-index .checkout-sidebar .summary__prices__heading:after,
        .paypal-express-review .checkout-sidebar .summary__prices__heading:after {
          content: '+';
          float: right;
          margin-right: 5px; }
        .onepage-index-index .checkout-sidebar .summary__prices__heading.active:after,
        .checkout-onepage-index .checkout-sidebar .summary__prices__heading.active:after,
        .paypal-express-review .checkout-sidebar .summary__prices__heading.active:after {
          content: '\2013'; }
      @media (max-width: 639px) {
        .onepage-index-index .checkout-sidebar .summary__prices__totals,
        .checkout-onepage-index .checkout-sidebar .summary__prices__totals,
        .paypal-express-review .checkout-sidebar .summary__prices__totals {
          display: none;
          padding-bottom: 20px; } }
    .onepage-index-index .checkout-sidebar .summary__copy, .onepage-index-index .checkout-sidebar .summary__number,
    .checkout-onepage-index .checkout-sidebar .summary__copy,
    .checkout-onepage-index .checkout-sidebar .summary__number,
    .paypal-express-review .checkout-sidebar .summary__copy,
    .paypal-express-review .checkout-sidebar .summary__number {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 17px;
      font-family: "Lato", sans-serif;
      margin-bottom: 15px;
      font-weight: 700;
      color: #363637;
      text-transform: uppercase; }
    .onepage-index-index .checkout-sidebar .summary__total .summary__copy,
    .onepage-index-index .checkout-sidebar .summary__total .summary__number,
    .checkout-onepage-index .checkout-sidebar .summary__total .summary__copy,
    .checkout-onepage-index .checkout-sidebar .summary__total .summary__number,
    .paypal-express-review .checkout-sidebar .summary__total .summary__copy,
    .paypal-express-review .checkout-sidebar .summary__total .summary__number {
      margin: 0;
      font-size: 18px;
      font-size: 1.125rem; }
    .onepage-index-index .checkout-sidebar .summary__applied-promo .summary__copy,
    .checkout-onepage-index .checkout-sidebar .summary__applied-promo .summary__copy,
    .paypal-express-review .checkout-sidebar .summary__applied-promo .summary__copy {
      display: flex; }
    .onepage-index-index .checkout-sidebar .summary__applied-promo div,
    .checkout-onepage-index .checkout-sidebar .summary__applied-promo div,
    .paypal-express-review .checkout-sidebar .summary__applied-promo div {
      color: #91243B; }
    .onepage-index-index .checkout-sidebar .summary__applied-promo .remove_coupon,
    .checkout-onepage-index .checkout-sidebar .summary__applied-promo .remove_coupon,
    .paypal-express-review .checkout-sidebar .summary__applied-promo .remove_coupon {
      text-decoration: none; }
      .onepage-index-index .checkout-sidebar .summary__applied-promo .remove_coupon i,
      .checkout-onepage-index .checkout-sidebar .summary__applied-promo .remove_coupon i,
      .paypal-express-review .checkout-sidebar .summary__applied-promo .remove_coupon i {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700;
        margin-right: 5px;
        vertical-align: text-top; }
    .onepage-index-index .checkout-sidebar .summary__checkout,
    .checkout-onepage-index .checkout-sidebar .summary__checkout,
    .paypal-express-review .checkout-sidebar .summary__checkout {
      padding-top: 26px; }
      .onepage-index-index .checkout-sidebar .summary__checkout a,
      .checkout-onepage-index .checkout-sidebar .summary__checkout a,
      .paypal-express-review .checkout-sidebar .summary__checkout a {
        height: 70px;
        font-size: 15px;
        font-size: 0.9375rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .onepage-index-index .checkout-sidebar .summary__checkout a + a,
        .checkout-onepage-index .checkout-sidebar .summary__checkout a + a,
        .paypal-express-review .checkout-sidebar .summary__checkout a + a {
          border: 1px solid #2d5b8e;
          margin-top: 11px; }
  .onepage-index-index .checkout-sidebar__promo,
  .checkout-onepage-index .checkout-sidebar__promo,
  .paypal-express-review .checkout-sidebar__promo {
    background: #F2F2F2;
    padding: 28px 25px;
    margin: 0 0 25px; }
    @media (max-width: 639px) {
      .onepage-index-index .checkout-sidebar__promo,
      .checkout-onepage-index .checkout-sidebar__promo,
      .paypal-express-review .checkout-sidebar__promo {
        background: 0;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #bdbcbd; } }
    .onepage-index-index .checkout-sidebar__promo .promo__heading,
    .checkout-onepage-index .checkout-sidebar__promo .promo__heading,
    .paypal-express-review .checkout-sidebar__promo .promo__heading {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 17px;
      font-family: "Lato", sans-serif;
      margin-bottom: 0;
      font-weight: 700;
      color: #363637;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      padding: 16px 0;
      cursor: pointer; }
      .onepage-index-index .checkout-sidebar__promo .promo__heading:after,
      .checkout-onepage-index .checkout-sidebar__promo .promo__heading:after,
      .paypal-express-review .checkout-sidebar__promo .promo__heading:after {
        content: '+';
        float: right;
        margin-right: 5px; }
      .onepage-index-index .checkout-sidebar__promo .promo__heading.active:after,
      .checkout-onepage-index .checkout-sidebar__promo .promo__heading.active:after,
      .paypal-express-review .checkout-sidebar__promo .promo__heading.active:after {
        content: '\2013'; }
    @media (max-width: 639px) {
      .onepage-index-index .checkout-sidebar__promo .promo__coupon-code,
      .checkout-onepage-index .checkout-sidebar__promo .promo__coupon-code,
      .paypal-express-review .checkout-sidebar__promo .promo__coupon-code {
        display: none;
        padding-bottom: 20px; } }
    .onepage-index-index .checkout-sidebar__promo .promo__coupon-code .coupon_code_input,
    .checkout-onepage-index .checkout-sidebar__promo .promo__coupon-code .coupon_code_input,
    .paypal-express-review .checkout-sidebar__promo .promo__coupon-code .coupon_code_input {
      margin: 0 5px 0 0; }
    .onepage-index-index .checkout-sidebar__promo .promo__coupon-code button,
    .checkout-onepage-index .checkout-sidebar__promo .promo__coupon-code button,
    .paypal-express-review .checkout-sidebar__promo .promo__coupon-code button {
      height: 50px; }
    .onepage-index-index .checkout-sidebar__promo .promo__coupon-code input,
    .checkout-onepage-index .checkout-sidebar__promo .promo__coupon-code input,
    .paypal-express-review .checkout-sidebar__promo .promo__coupon-code input {
      border: none; }
      @media (max-width: 639px) {
        .onepage-index-index .checkout-sidebar__promo .promo__coupon-code input,
        .checkout-onepage-index .checkout-sidebar__promo .promo__coupon-code input,
        .paypal-express-review .checkout-sidebar__promo .promo__coupon-code input {
          border: 1px solid #bdbcbc; } }
  .onepage-index-index .checkout-sidebar__actions a,
  .checkout-onepage-index .checkout-sidebar__actions a,
  .paypal-express-review .checkout-sidebar__actions a {
    width: 100%;
    padding: 26px 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    height: 70px; }
    .onepage-index-index .checkout-sidebar__actions a .text-submit-order,
    .checkout-onepage-index .checkout-sidebar__actions a .text-submit-order,
    .paypal-express-review .checkout-sidebar__actions a .text-submit-order {
      display: none; }
  .onepage-index-index .checkout-sidebar__actions.place-order span,
  .checkout-onepage-index .checkout-sidebar__actions.place-order span,
  .paypal-express-review .checkout-sidebar__actions.place-order span {
    display: none; }
  .onepage-index-index .checkout-sidebar__actions.place-order .text-submit-order,
  .checkout-onepage-index .checkout-sidebar__actions.place-order .text-submit-order,
  .paypal-express-review .checkout-sidebar__actions.place-order .text-submit-order {
    display: block; }
  .onepage-index-index .review-order,
  .checkout-onepage-index .review-order,
  .paypal-express-review .review-order {
    font-family: "Merriweather", serif;
    color: #828282; }
  .onepage-index-index footer,
  .checkout-onepage-index footer,
  .paypal-express-review footer {
    flex-shrink: 0; }
  @media only screen and (max-width: 639px) {
    .onepage-index-index #site_container,
    .checkout-onepage-index #site_container,
    .paypal-express-review #site_container {
      background: #fafafa; }
    .onepage-index-index #site_container.order-review-state,
    .checkout-onepage-index #site_container.order-review-state,
    .paypal-express-review #site_container.order-review-state {
      margin: 0 0 100px; } }
  .onepage-index-index .newsletter-signup label,
  .checkout-onepage-index .newsletter-signup label,
  .paypal-express-review .newsletter-signup label {
    display: block;
    font-weight: normal;
    color: #2D2D2E;
    font-size: 15px;
    font-size: 0.9375rem; }

.summary__applied-promo {
  color: #91243B; }
  .summary__applied-promo .summary__copy,
  .summary__applied-promo .summary__number {
    color: #91243B; }

.onepage-index-success .logo img,
.checkout-onepage-success .logo img {
  width: 100%;
  padding: 25px; }

.onepage-index-success .thankyou,
.checkout-onepage-success .thankyou {
  text-align: center;
  margin: 35px 0 50px; }
  .onepage-index-success .thankyou h1,
  .checkout-onepage-success .thankyou h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 62px;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.53px; }
  .onepage-index-success .thankyou p,
  .checkout-onepage-success .thankyou p {
    color: #2D2D2E;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px; }
  .onepage-index-success .thankyou a,
  .checkout-onepage-success .thankyou a {
    padding: 14px 0; }

.onepage-index-success #account_activate,
.checkout-onepage-success #account_activate {
  text-align: center;
  margin-bottom: 55px; }
  .onepage-index-success #account_activate h2,
  .checkout-onepage-success #account_activate h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600; }
  .onepage-index-success #account_activate p,
  .checkout-onepage-success #account_activate p {
    margin-bottom: 5px; }
  .onepage-index-success #account_activate form,
  .checkout-onepage-success #account_activate form {
    margin-top: 20px; }

.onepage-index-success .order-details,
.checkout-onepage-success .order-details {
  margin-bottom: 55px; }
  .onepage-index-success .order-details h2,
  .checkout-onepage-success .order-details h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    font-family: "Lato", sans-serif;
    margin-bottom: 55px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600; }
  .onepage-index-success .order-details .block__heading,
  .checkout-onepage-success .order-details .block__heading {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 21px;
    font-family: "Lato", sans-serif;
    margin-bottom: 16px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    font-weight: 700; }
  .onepage-index-success .order-details .block address,
  .checkout-onepage-success .order-details .block address {
    font-family: "Merriweather", serif;
    font-style: normal; }

.onepage-index-success .summary,
.checkout-onepage-success .summary {
  background: #F2F2F2;
  padding: 28px 25px;
  margin: 0 0 10px;
  position: relative; }
  .onepage-index-success .summary__header,
  .checkout-onepage-success .summary__header {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px;
    font-family: "Lato", sans-serif;
    margin-bottom: 21px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    text-align: center;
    display: block; }
  .onepage-index-success .summary__prices,
  .checkout-onepage-success .summary__prices {
    border-top: 1px solid #bdbcbc;
    padding: 20px 0 0; }
  .onepage-index-success .summary__copy, .onepage-index-success .summary__number,
  .checkout-onepage-success .summary__copy,
  .checkout-onepage-success .summary__number {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase; }
  .onepage-index-success .summary__total .summary__copy,
  .onepage-index-success .summary__total .summary__number,
  .checkout-onepage-success .summary__total .summary__copy,
  .checkout-onepage-success .summary__total .summary__number {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem; }
  .onepage-index-success .summary__applied-promo .summary__copy,
  .checkout-onepage-success .summary__applied-promo .summary__copy {
    display: flex; }
  .onepage-index-success .summary__applied-promo div,
  .checkout-onepage-success .summary__applied-promo div {
    color: #91243B; }
  .onepage-index-success .summary__applied-promo .remove_coupon,
  .checkout-onepage-success .summary__applied-promo .remove_coupon {
    text-decoration: none; }
    .onepage-index-success .summary__applied-promo .remove_coupon i,
    .checkout-onepage-success .summary__applied-promo .remove_coupon i {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 700;
      margin-right: 5px;
      vertical-align: text-top; }
  .onepage-index-success .summary__checkout,
  .checkout-onepage-success .summary__checkout {
    padding-top: 26px; }
    .onepage-index-success .summary__checkout a,
    .checkout-onepage-success .summary__checkout a {
      height: 70px;
      font-size: 15px;
      font-size: 0.9375rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .onepage-index-success .summary__checkout a + a,
      .checkout-onepage-success .summary__checkout a + a {
        border: 1px solid #2d5b8e;
        margin-top: 11px; }

#checkout_error_msg,
#cart_error_msg {
  background-color: #FFFFFF;
  border: 2px solid #c82828;
  border-radius: 6px;
  display: block;
  left: 50%;
  padding: 15px 10px;
  position: fixed;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 75%; }
  #checkout_error_msg a,
  #cart_error_msg a {
    color: #c82828;
    position: absolute;
    right: 5px;
    top: 3px; }
  #checkout_error_msg .error-msg,
  #cart_error_msg .error-msg {
    background-color: unset;
    border: none; }
  #checkout_error_msg .messages,
  #cart_error_msg .messages {
    margin-bottom: 0; }

#checkout_summary_header {
  font-size: 0;
  background: #f0f0f0;
  color: #4d4d4d;
  font-weight: 600; }
  @media (max-width: 639px) {
    #checkout_summary_header {
      background: 0; } }
  #checkout_summary_header h2 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 30px;
    padding: 0 0 10px;
    color: #363637; }
  @media only screen and (max-width: 639px) {
    #checkout_summary_header {
      padding: 10px 15px; }
      #checkout_summary_header .order_summary_header {
        width: 100%;
        padding: 15px 0 20px;
        text-transform: uppercase;
        color: #363637;
        display: block;
        border-bottom: none;
        letter-spacing: 1px;
        font-size: 15px; }
        #checkout_summary_header .order_summary_header:before {
          display: none; }
        #checkout_summary_header .order_summary_header:after {
          content: '\2013';
          float: right;
          margin-right: 5px; }
        #checkout_summary_header .order_summary_header.active {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          #checkout_summary_header .order_summary_header.active:after {
            content: '+'; } }

.order_summary_header {
  width: 80%;
  display: none;
  font-size: 16px;
  cursor: pointer; }
  .order_summary_header:before {
    content: '\f290';
    font-family: "FontAwesome";
    margin-right: 10px;
    vertical-align: top;
    font-weight: normal; }
  .order_summary_header.show:after {
    content: '\f107';
    font-family: "FontAwesome";
    margin-left: 10px;
    font-weight: normal; }
  .order_summary_header.hide:after {
    content: '\f106';
    font-family: "FontAwesome";
    margin-left: 10px;
    font-weight: normal; }
  .order_summary_header.active {
    display: inline-block; }

#checkout_summary_details_container {
  display: none;
  border-bottom: 2px solid #4d4d4d; }
  @media only screen and (max-width: 639px) {
    #checkout_summary_details_container {
      border-bottom: none;
      margin: 0 0 25px; }
      #checkout_summary_details_container img {
        width: 30%;
        display: inline-block; }
      #checkout_summary_details_container .co_item_details {
        width: 69%;
        display: inline-block;
        padding: 0 0 0 15px; }
      #checkout_summary_details_container h5 {
        font-family: "DINCondensed-Regular", "Lato", sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 18px;
        font-size: 1.125rem; } }

.checkout_summary_item_block {
  position: relative;
  padding: 0; }
  .checkout_summary_item_block img {
    height: 10em;
    width: auto; }
  .checkout_summary_item_block p {
    margin: 0; }
  .checkout_summary_item_block ul {
    list-style: none;
    margin: 0; }
    .checkout_summary_item_block ul li {
      display: inline; }

#checkout_summary_coupon_code {
  padding: 15px;
  font-size: 0; }
  #checkout_summary_coupon_code input[type='text'].coupon_code_input {
    background: #FFFFFF;
    margin: 10px 5px 0 0; }
  #checkout_summary_coupon_code .apply_coupon {
    cursor: pointer; }
  #checkout_summary_coupon_code .coupon_title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0; }
  #checkout_summary_coupon_code .toggle-minus, #checkout_summary_coupon_code .toggle-plus {
    float: right;
    position: relative;
    right: 5px; }
  #checkout_summary_coupon_code .toggle-minus {
    display: none; }
  #checkout_summary_coupon_code .hide-coupon-button {
    display: none !important; }
  #checkout_summary_coupon_code .toggle-open-icon .toggle-plus {
    display: none; }
  #checkout_summary_coupon_code .toggle-open-icon .toggle-minus {
    display: inline-block; }
  @media (max-width: 639px) {
    #checkout_summary_coupon_code {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0 15px 15px;
      padding: 20px 0; }
      #checkout_summary_coupon_code .coupon_title {
        font-weight: 600;
        font-size: 15px; } }

#checkout_summary_prices {
  padding-top: 15px; }
  #checkout_summary_prices ul {
    margin: 0;
    font-size: 0;
    color: #808080; }
  #checkout_summary_prices li {
    display: block;
    padding: 5px 15px; }
  #checkout_summary_prices label {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left; }
    #checkout_summary_prices label i {
      font-size: 14px; }
  #checkout_summary_prices span {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    color: #363637;
    text-align: right; }
  #checkout_summary_prices .sidebar_block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #0a0a0a;
    margin: 0 0 10px;
    padding: 0 0 10px; }
    #checkout_summary_prices .sidebar_block:first-of-type {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px 0; }
    #checkout_summary_prices .sidebar_block.active .block_title::after {
      right: 3px;
      top: 8px; }
    #checkout_summary_prices .sidebar_block.active .block_content {
      display: block; }
    #checkout_summary_prices .sidebar_block .block_title {
      cursor: pointer;
      font-size: 0.875rem;
      position: relative; }
      #checkout_summary_prices .sidebar_block .block_title::after {
        position: absolute;
        right: 0;
        top: 7px; }
    #checkout_summary_prices .sidebar_block .block_content {
      display: none;
      margin: 5px 0; }
      #checkout_summary_prices .sidebar_block .block_content input {
        margin: 0 5px 0 0; }
  #checkout_summary_prices li:last-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 10px;
    color: #4d4d4d;
    font-weight: 600; }
    #checkout_summary_prices li:last-of-type label {
      font-size: 18px;
      font-size: 1.125rem; }
    #checkout_summary_prices li:last-of-type span {
      font-size: 18px;
      font-size: 1.125rem; }
  @media only screen and (max-width: 639px) {
    #checkout_summary_prices .sidebar_block {
      margin: 0;
      padding: 10px 15px; }
      #checkout_summary_prices .sidebar_block:first-of-type {
        padding: 10px 15px;
        border-top: none; }
    #checkout_summary_prices li {
      background: #f5f5f5; }
    #checkout_summary_prices li:last-of-type {
      display: none; } }

/* ---------------- Checkout Page Content -------------------------------- */
/* ------------------------------------------------------------------ */
#checkout_layout_block_2 {
  padding: 10px 15px 30px 15px; }
  #checkout_layout_block_2 h2 {
    font-family: "DINCondensed-Regular", "Lato", sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #363637;
    margin: 0;
    text-align: left;
    padding-top: 0; }
    #checkout_layout_block_2 h2 .fa {
      margin: 0 10px 0 0;
      color: #808080; }
  #checkout_layout_block_2 dd .fieldset {
    padding: 10px 10px 5px; }
  #checkout_layout_block_2 .input-box {
    margin-bottom: 10px; }
  #checkout_layout_block_2 .buttons-set p {
    margin: 0;
    text-align: left; }
  #checkout_layout_block_2 .buttons-set .required {
    width: 100%;
    text-align: right;
    margin: 0 0 20px 0; }
  @media only screen and (max-width: 639px) {
    #checkout_layout_block_2 h2 {
      font-size: 24px;
      font-size: 1.5rem;
      text-align: center; }
    #checkout_layout_block_2.order-review-state {
      border: 0;
      margin: 0; } }

#shipping_address_form {
  display: none; }
  #shipping_address_form.active {
    display: block; }

#save_information {
  padding: 10px 0 5px 0; }
  #save_information label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px; }
  #save_information p {
    font-weight: 300;
    color: #808080;
    font-size: 14px;
    margin-top: 3px; }

/* ---- Shipping Method --- */
#shipping_method_form > p {
  margin-bottom: 15px; }

@media only screen and (max-width: 639px) {
  #shipping_method_form {
    margin: 10px 0 0 0; } }

#mobile_coupon_code {
  font-size: 0;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 639px) {
    #mobile_coupon_code h2 {
      text-align: left;
      margin: 14px 0;
      font-size: 16px;
      font-weight: 600; }
    #mobile_coupon_code input[type='text'].coupon_code_input {
      display: none; }
    #mobile_coupon_code input, #mobile_coupon_code button {
      display: none; }
    #mobile_coupon_code .apply_coupon {
      position: relative;
      cursor: pointer; }
      #mobile_coupon_code .apply_coupon .toggle-open-icon .toggle-plus {
        display: none; }
      #mobile_coupon_code .apply_coupon .toggle-open-icon .toggle-minus {
        display: inline-block; }
      #mobile_coupon_code .apply_coupon .toggle-plus, #mobile_coupon_code .apply_coupon .toggle-minus {
        position: absolute;
        font-size: 18px;
        right: 0;
        top: -3px;
        display: none;
        font-weight: 400;
        font-family: FontAwesome; }
      #mobile_coupon_code .apply_coupon .toggle-plus {
        display: inline-block; } }

#mobile_coupon_code_details {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-top: 10px; }
  #mobile_coupon_code_details li {
    font-size: 0;
    color: #808080; }
  #mobile_coupon_code_details label {
    display: inline-block;
    width: 50%;
    font-size: 16px; }
    #mobile_coupon_code_details label i {
      margin-left: 5px;
      font-size: 16px; }
  #mobile_coupon_code_details span {
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 14px; }
  @media only screen and (max-width: 639px) {
    #mobile_coupon_code_details ul {
      margin: 0; } }

/* --- Payment Method --- */
#payment_secruity_notice {
  margin-bottom: 15px;
  line-height: 1.3; }
  @media only screen and (max-width: 639px) {
    #payment_secruity_notice {
      margin: 15px 0;
      text-align: center; } }

#cvv_info {
  display: none;
  position: absolute;
  top: -8px;
  left: 30px;
  font-size: 12px;
  width: 175px;
  background: #606060;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.3;
  font-weight: 600; }
  #cvv_info p {
    margin-bottom: 5px; }
  #cvv_info:before {
    position: absolute;
    left: -16px;
    top: 11px;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-right: 10px solid #606060; }
  #cvv_info.active {
    display: block; }

#paypal_redirect {
  font-size: 0;
  padding: 0 0 0 5px;
  color: #4d4d4d; }
  #paypal_redirect i {
    width: 30px;
    font-size: 20px;
    vertical-align: middle; }
  #paypal_redirect span {
    display: inline-block;
    width: calc(100% - 30px);
    font-size: 16px;
    vertical-align: middle; }

/* ----- Place Order ----- */
#submit_order_form button {
  width: 100%;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 480px) {
    #submit_order_form button {
      max-width: 300px; } }

#place_order_top {
  margin: 10px 0 10px 0;
  display: none; }

#place_order_bottom {
  margin: 5px 0 15px 0; }
  @media only screen and (max-width: 639px) {
    #place_order_bottom {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      margin: 0;
      background: #f5f5f5;
      padding: 15px 15px 0 15px;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      transform: scaleX(1);
      z-index: 10; }
      #place_order_bottom > span {
        display: block;
        font-family: "DINCondensed-Regular", "Lato", sans-serif;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 10px;
        font-size: 24px;
        font-size: 1.5rem; }
      #place_order_bottom button {
        padding: 18px;
        background: #97213A;
        max-width: 100%;
        border: none; } }

#checkout_order_review {
  font-size: 0; }
  #checkout_order_review > section:last-of-type {
    border: none; }

.checkout_review_block {
  padding: 10px 0 20px 0; }
  .checkout_review_block h6 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #363637;
    margin-bottom: 5px;
    padding: 0; }
  .checkout_review_block address, .checkout_review_block p {
    font-style: normal;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 5px;
    font-family: "Merriweather", serif; }
  .checkout_review_block a {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px 0;
    text-decoration: underline; }

#mobile_review_total {
  font-size: 0;
  color: #4d4d4d;
  padding: 20px 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px; }
  #mobile_review_total label {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    font-weight: 600; }
  #mobile_review_total span {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    font-weight: 600;
    text-align: right; }

/* ---------------- Footer Modals -------------------------------- */
/* ------------------------------------------------------------------ */
#checkout_modals .modal_content_inner {
  padding-bottom: 200px; }

/* ---------------- Thank You Page -------------------------------- */
/* ------------------------------------------------------------------ */
.cart-empty {
  text-align: center;
  padding-bottom: 40px; }

@media only screen and (max-width: 639px) {
  #shipping_address_form .newsletter-signup {
    padding: 0 0 15px;
    margin: 0; }
  #shipping_address_form .shipping-country.short_1_3 {
    display: none; }
  #shipping_address_form .short_3_3, #shipping_address_form .short_2_3 {
    display: inline-block;
    width: 49%; }
  #shipping_address_form .short_3_3 {
    float: right; } }

@media (max-width: 639px) {
  .onepage_step .buttons-set button {
    background: #97213A;
    border: none;
    max-width: none; }
  .onepage_step .buttons-set .back-link {
    text-align: center; }
    .onepage_step .buttons-set .back-link a {
      padding: 20px 0;
      text-decoration: none; } }

@media (min-width: 40em) {
  #checkout_layout_block_1 {
    width: 40%;
    float: right; }
  #checkout_layout_block_2 {
    width: 60%;
    padding: 0 20px 50px 20px; }
    #checkout_layout_block_2 h2 {
      font-size: 28px;
      padding: 20px 0 10px 0; }
  #checkout_summary_details_container {
    display: block !important;
    border: none; }
  #checkout_summary_items_container {
    border-radius: 3px;
    overflow: hidden;
    margin: 0 0 10px; }
  #checkout_summary_header {
    display: none; }
  #mobile_coupon_code {
    display: none; }
  #cvv_info {
    width: 275px; }
  #place_order_top {
    margin: 10px 0 10px 0; }
  #place_order_bottom {
    margin: 20px 0 2px 0; }
  #mobile_review_total {
    display: none; }
  #checkout_error_msg {
    width: 500px; } }

@media (min-width: 40em) {
  #checkout_footer_inner {
    width: 70%; }
  #checkout_layout_block_1 {
    width: 30%;
    float: right;
    padding: 0 15px 0 0px; }
  #checkout_layout_block_2 {
    width: 70%;
    padding: 0 25px 100px 15px; }
    #checkout_layout_block_2 .buttons-set {
      overflow: hidden; }
      #checkout_layout_block_2 .buttons-set button {
        float: right;
        width: 70%; }
      #checkout_layout_block_2 .buttons-set p {
        float: left;
        width: 30%; } }

.onepage-index-index .fieldset,
.checkout-onepage-index .fieldset {
  font-size: 0; }

.onepage-index-index label,
.checkout-onepage-index label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4A4A4A;
  font-weight: 400;
  line-height: 26px;
  font-family: "Merriweather", serif;
  margin: 0 0 9px; }
  .onepage-index-index label.required:after,
  .checkout-onepage-index label.required:after {
    content: ' *'; }
  .onepage-index-index label.required span.required,
  .onepage-index-index label.required em,
  .checkout-onepage-index label.required span.required,
  .checkout-onepage-index label.required em {
    display: none; }

.onepage-index-index input.validation-failed,
.onepage-index-index select.validation-failed,
.checkout-onepage-index input.validation-failed,
.checkout-onepage-index select.validation-failed {
  border: 1px solid #F04141;
  color: #F04141; }

.onepage-index-index span.validation-help,
.checkout-onepage-index span.validation-help {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #F04141; }

.note {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 26px;
  color: #4A4A4A; }

.account-login-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  color: #4A4A4A; }
  .account-login-link a {
    font-size: 14px;
    font-size: 0.875rem; }

.btn-primary {
  position: relative; }
  .btn-primary img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    transform: translate(-50%, -50%); }

.onepage-index-success .checkout__success__cart .cart__heading,
.checkout-onepage-success .checkout__success__cart .cart__heading,
.review-items .cart__heading {
  border-top: 1px solid #E9E7E7;
  padding-top: 16px;
  padding-bottom: 16px; }
  .onepage-index-success .checkout__success__cart .cart__heading div,
  .checkout-onepage-success .checkout__success__cart .cart__heading div,
  .review-items .cart__heading div {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    color: #4A4A4A; }

.onepage-index-success .checkout__success__cart .item-entry,
.checkout-onepage-success .checkout__success__cart .item-entry,
.review-items .item-entry {
  padding: 0;
  border-top: 1px solid #E9E7E7;
  color: #363637; }
  .onepage-index-success .checkout__success__cart .item-entry:last-of-type,
  .checkout-onepage-success .checkout__success__cart .item-entry:last-of-type,
  .review-items .item-entry:last-of-type {
    border-bottom: 1px solid #E9E7E7; }
  .onepage-index-success .checkout__success__cart .item-entry__img,
  .checkout-onepage-success .checkout__success__cart .item-entry__img,
  .review-items .item-entry__img {
    padding-left: 0; }
  .onepage-index-success .checkout__success__cart .item-entry__name, .onepage-index-success .checkout__success__cart .item-entry__price, .onepage-index-success .checkout__success__cart .item-entry__subtotal, .onepage-index-success .checkout__success__cart .item-entry__quantity,
  .checkout-onepage-success .checkout__success__cart .item-entry__name,
  .checkout-onepage-success .checkout__success__cart .item-entry__price,
  .checkout-onepage-success .checkout__success__cart .item-entry__subtotal,
  .checkout-onepage-success .checkout__success__cart .item-entry__quantity,
  .review-items .item-entry__name,
  .review-items .item-entry__price,
  .review-items .item-entry__subtotal,
  .review-items .item-entry__quantity {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 21px;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    padding-top: 14px; }
  .onepage-index-success .checkout__success__cart .item-entry__quantity,
  .checkout-onepage-success .checkout__success__cart .item-entry__quantity,
  .review-items .item-entry__quantity {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center; }
  .onepage-index-success .checkout__success__cart .item-entry__price,
  .checkout-onepage-success .checkout__success__cart .item-entry__price,
  .review-items .item-entry__price {
    text-align: center; }
    @media (max-width: 639px) {
      .onepage-index-success .checkout__success__cart .item-entry__price,
      .checkout-onepage-success .checkout__success__cart .item-entry__price,
      .review-items .item-entry__price {
        text-align: left; } }
    .onepage-index-success .checkout__success__cart .item-entry__price .price--cross-out,
    .checkout-onepage-success .checkout__success__cart .item-entry__price .price--cross-out,
    .review-items .item-entry__price .price--cross-out {
      text-decoration: line-through;
      color: #2D2D2E; }
    .onepage-index-success .checkout__success__cart .item-entry__price .price--sale,
    .checkout-onepage-success .checkout__success__cart .item-entry__price .price--sale,
    .review-items .item-entry__price .price--sale {
      color: #91243B; }
  .onepage-index-success .checkout__success__cart .item-entry__type,
  .checkout-onepage-success .checkout__success__cart .item-entry__type,
  .review-items .item-entry__type {
    font-family: "Merriweather", serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    color: #2D2D2E; }
  .onepage-index-success .checkout__success__cart .item-entry__subtotal,
  .checkout-onepage-success .checkout__success__cart .item-entry__subtotal,
  .review-items .item-entry__subtotal {
    text-align: right; }
  .onepage-index-success .checkout__success__cart .item-entry .item-options dt,
  .checkout-onepage-success .checkout__success__cart .item-entry .item-options dt,
  .review-items .item-entry .item-options dt {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0; }
  .onepage-index-success .checkout__success__cart .item-entry .item-options dd,
  .checkout-onepage-success .checkout__success__cart .item-entry .item-options dd,
  .review-items .item-entry .item-options dd {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 5px; }
  .onepage-index-success .checkout__success__cart .item-entry .item-msg,
  .checkout-onepage-success .checkout__success__cart .item-entry .item-msg,
  .review-items .item-entry .item-msg {
    font-size: 12px;
    font-size: 0.75rem; }
    .onepage-index-success .checkout__success__cart .item-entry .item-msg.error,
    .checkout-onepage-success .checkout__success__cart .item-entry .item-msg.error,
    .review-items .item-entry .item-msg.error {
      color: #F04141; }

#checkout_error_msg a {
  text-decoration: none; }

.checkout-method {
  display: flex;
  flex-flow: column nowrap; }
  .checkout-method__copy {
    flex: 1 0 auto; }
  .checkout-method .btn-primary {
    height: auto;
    padding: 24px 19px;
    line-height: normal; }

.shipping-message {
  padding: 10px 15px;
  text-align: center;
  background: #ff5c0e;
  color: #FFFFFF;
  margin: 0 0 10px; }
  .shipping-message p {
    margin: 0; }
  .shipping-message a {
    color: #FFFFFF; }

.delivery-estimate {
  color: #363637;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 30px; }
  .delivery-estimate p {
    font-size: 14px;
    font-size: 0.875rem; }

#payment_form_iwd_authorizecim input {
  margin-right: 5px;
  top: 6px; }

.opc-wrapper {
  max-width: 1226px;
  margin: 0 auto; }

.checkout-onepage-index #checkout-step-login h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #363637; }

.checkout-onepage-index #checkout-step-login .cell {
  display: flex;
  flex-direction: column; }
  .checkout-onepage-index #checkout-step-login .cell .form-list {
    flex: 1 0 auto; }

.checkout-onepage-index label {
  font-family: "Merriweather", serif; }

.checkout-onepage-index .opc {
  list-style: none;
  margin: 0; }

.checkout-onepage-index .section .step-title {
  background: #363637;
  color: #FFFFFF;
  padding: 15px 20px;
  margin: 0 0 20px; }
  .checkout-onepage-index .section .step-title i {
    font-weight: 700;
    color: #48bd1f;
    margin-right: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    top: 2px;
    display: none; }
  .checkout-onepage-index .section .step-title span {
    display: inline;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600; }
  .checkout-onepage-index .section .step-title h2 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: #FFFFFF;
    display: inline; }
  .checkout-onepage-index .section .step-title a {
    float: right;
    display: none;
    color: #FFFFFF;
    line-height: 30px; }

.checkout-onepage-index .section .step {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-top: none;
  margin: 0 0 20px; }
  .checkout-onepage-index .section .step .buttons-set button {
    float: right; }
  .checkout-onepage-index .section .step .buttons-set .please-wait {
    position: relative;
    top: 10px; }
  .checkout-onepage-index .section .step .buttons-set:after {
    content: '';
    width: 100%;
    display: block;
    clear: both; }

.checkout-onepage-index .section.active .step-title {
  margin: 0; }

.checkout-onepage-index .section.allow .step-title {
  cursor: pointer; }
  .checkout-onepage-index .section.allow .step-title i,
  .checkout-onepage-index .section.allow .step-title a {
    display: inline-block; }

.checkout-onepage-index .section.allow.active .step-title i,
.checkout-onepage-index .section.allow.active .step-title a {
  display: none; }

.checkout-onepage-index .form-list {
  list-style: none;
  margin: 0; }
  .checkout-onepage-index .form-list .control .input-box {
    display: inline; }
  .checkout-onepage-index .form-list .control label {
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: middle;
    padding: 0 0 0 10px;
    margin: 0;
    color: #363637;
    cursor: pointer; }
  .checkout-onepage-index .form-list--group {
    list-style: none;
    margin: 0;
    background: #F2F2F2;
    border: none;
    padding: 20px; }
    .checkout-onepage-index .form-list--group .control {
      padding: 17px;
      border-top: 1px solid #F2F2F2;
      margin: 0;
      background: #FFFFFF; }
      .checkout-onepage-index .form-list--group .control .input-box input {
        margin: 0; }
  .checkout-onepage-index .form-list ul {
    list-style: none;
    margin: 0; }

.checkout-onepage-index p.required {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 26px;
  color: #4A4A4A;
  margin: 20px 0;
  display: none; }

.checkout-onepage-index #checkout-shipping-method-load .sp-methods {
  list-style: none;
  margin: 0;
  background: #F2F2F2;
  border: none;
  padding: 20px;
  margin: 0 0 20px; }
  .checkout-onepage-index #checkout-shipping-method-load .sp-methods dt {
    display: none; }
  .checkout-onepage-index #checkout-shipping-method-load .sp-methods ul {
    list-style: none;
    margin: 0; }
    .checkout-onepage-index #checkout-shipping-method-load .sp-methods ul li {
      padding: 17px;
      border-top: 1px solid #F2F2F2;
      margin: 0;
      background: #FFFFFF; }
      .checkout-onepage-index #checkout-shipping-method-load .sp-methods ul li input {
        margin: 0; }
      .checkout-onepage-index #checkout-shipping-method-load .sp-methods ul li label {
        display: inline-block;
        width: calc(100% - 20px);
        vertical-align: middle;
        padding: 0 0 0 10px;
        margin: 0;
        color: #363637;
        cursor: pointer; }
      .checkout-onepage-index #checkout-shipping-method-load .sp-methods ul li span {
        float: right; }

.checkout-onepage-index #checkout-step-payment #co-payment-form {
  background: #F2F2F2;
  border: none;
  padding: 20px; }

.checkout-onepage-index #checkout-step-payment .additional-method {
  background: #FFFFFF;
  padding: 10px 17px 0px; }
  .checkout-onepage-index #checkout-step-payment .additional-method.reward-method label {
    display: inline;
    cursor: pointer; }
  .checkout-onepage-index #checkout-step-payment .additional-method.reward-method .reward-points-explained {
    border: 1px solid #E9E7E7;
    padding: 15px;
    margin: 10px 0 0;
    line-height: 22px;
    cursor: pointer; }

.checkout-onepage-index #checkout-payment-method-load {
  position: relative; }
  .checkout-onepage-index #checkout-payment-method-load.sp-methods {
    list-style: none;
    margin: 0;
    background: #FFFFFF; }
    .checkout-onepage-index #checkout-payment-method-load.sp-methods dt {
      padding: 17px;
      border-top: 1px solid #F2F2F2;
      margin: 0;
      background: #FFFFFF; }
      .checkout-onepage-index #checkout-payment-method-load.sp-methods dt input {
        margin: 0; }
      .checkout-onepage-index #checkout-payment-method-load.sp-methods dt label {
        display: inline-block;
        width: calc(100% - 20px);
        vertical-align: middle;
        padding: 0 0 0 10px;
        margin: 0;
        color: #363637;
        cursor: pointer; }
      .checkout-onepage-index #checkout-payment-method-load.sp-methods dt span {
        float: right; }
    .checkout-onepage-index #checkout-payment-method-load.sp-methods dd {
      background: #FFFFFF; }
      .checkout-onepage-index #checkout-payment-method-load.sp-methods dd ul {
        padding: 0 42px 42px; }
        .checkout-onepage-index #checkout-payment-method-load.sp-methods dd ul#payment_form_paypal_express {
          padding: 0 42px 15px; }
  .checkout-onepage-index #checkout-payment-method-load #dd_method_iwd_authorizecim .card-type-icons,
  .checkout-onepage-index #checkout-payment-method-load #dd_method_authorizenet .card-type-icons {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    right: 10px; }
    .checkout-onepage-index #checkout-payment-method-load #dd_method_iwd_authorizecim .card-type-icons li,
    .checkout-onepage-index #checkout-payment-method-load #dd_method_authorizenet .card-type-icons li {
      width: 35px;
      margin-right: 5px; }
  .checkout-onepage-index #checkout-payment-method-load #dd_method_iwd_authorizecim .cvv-what-is-this,
  .checkout-onepage-index #checkout-payment-method-load #dd_method_authorizenet .cvv-what-is-this {
    display: none; }
  .checkout-onepage-index #checkout-payment-method-load .form-list li {
    display: block;
    clear: both; }
  .checkout-onepage-index #checkout-payment-method-load .checkout-onepage-payment-additional-giftcardaccount {
    border-top: 1px solid #F2F2F2;
    padding: 10px 17px; }
    .checkout-onepage-index #checkout-payment-method-load .checkout-onepage-payment-additional-giftcardaccount .note {
      margin: 0; }
  .checkout-onepage-index #checkout-payment-method-load #dt_method_paypal_express a {
    display: none; }

.checkout-onepage-index #checkout-shipping-method-load .sp-methods d dt {
  display: none; }

.checkout-onepage-index .checkout-sidebar .block-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 27px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #363637;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-bottom: 1px solid #bdbcbc;
  padding: 20px 25px;
  background: #F2F2F2; }

.checkout-onepage-index .checkout-sidebar .block-content dl dt {
  background: #F2F2F2;
  padding: 10px 25px;
  margin: 0 0 10px; }
  .checkout-onepage-index .checkout-sidebar .block-content dl dt.complete {
    margin: 0; }
    .checkout-onepage-index .checkout-sidebar .block-content dl dt.complete .changelink {
      float: right;
      font-size: 12px;
      font-size: 0.75rem;
      color: #363637; }

.checkout-onepage-index .checkout-sidebar .block-content dl dd {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 10px 25px;
  margin: 0 0 10px; }

.checkout-onepage-index .back-link {
  display: none; }

.checkout-onepage-index #checkout-step-review .remove_coupon {
  display: none; }

.checkout-onepage-index #checkout-step-review .summary__subtotal, .checkout-onepage-index #checkout-step-review .summary__applied-promo, .checkout-onepage-index #checkout-step-review .summary__shipping, .checkout-onepage-index #checkout-step-review .summary__tax, .checkout-onepage-index #checkout-step-review .summary__total {
  padding: 10px 0;
  border-bottom: 1px solid #E9E7E7; }
  .checkout-onepage-index #checkout-step-review .summary__subtotal .summary__copy, .checkout-onepage-index #checkout-step-review .summary__applied-promo .summary__copy, .checkout-onepage-index #checkout-step-review .summary__shipping .summary__copy, .checkout-onepage-index #checkout-step-review .summary__tax .summary__copy, .checkout-onepage-index #checkout-step-review .summary__total .summary__copy {
    text-transform: uppercase; }

.checkout-onepage-index #checkout-step-review .summary__subtotal {
  padding-top: 0; }

.checkout-onepage-index #checkout-review-submit .terms {
  margin: 20px 0 0 0;
  font-size: 12px;
  font-size: 0.75rem; }
  .checkout-onepage-index #checkout-review-submit .terms p {
    font-size: 12px;
    font-size: 0.75rem; }

.checkout-onepage-index #checkout-review-submit .btn-checkout {
  padding-left: 40px;
  padding-right: 40px; }

.order-detail-card {
  display: inline; }
  .order-detail-card img {
    max-width: 45px; }

a.btn-remove {
  text-decoration: none; }
  a.btn-remove i {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    top: 2px; }

.checkout-onepage-payment-additional-giftcardaccount .note {
  font-size: 12px;
  font-size: 0.75rem; }
  .checkout-onepage-payment-additional-giftcardaccount .note .price {
    color: #29871d; }

.paypal-express-review .page-title {
  margin: 0 0 40px; }
  .paypal-express-review .page-title h1 {
    text-transform: uppercase;
    font-size: 22px;
    font-size: 1.375rem; }

.paypal-express-review .box-title h3,
.paypal-express-review .legend {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #363637; }

.paypal-express-review .summary__subtotal, .paypal-express-review .summary__applied-promo, .paypal-express-review .summary__shipping, .paypal-express-review .summary__tax, .paypal-express-review .summary__total {
  padding: 10px 0;
  font-weight: 600;
  border-bottom: 1px solid #E9E7E7; }
  .paypal-express-review .summary__subtotal .summary__copy, .paypal-express-review .summary__applied-promo .summary__copy, .paypal-express-review .summary__shipping .summary__copy, .paypal-express-review .summary__tax .summary__copy, .paypal-express-review .summary__total .summary__copy {
    text-transform: uppercase; }

.paypal-express-review .summary__subtotal {
  padding-top: 0; }

.paypal-express-review .details-header {
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #E9E7E7;
  padding-bottom: 10px; }

.paypal-express-review .item-entry {
  border-bottom: 1px solid #E9E7E7;
  padding: 10px 0; }
  .paypal-express-review .item-entry p {
    margin: 0; }

.paypal-express-review .review-top-row {
  margin-bottom: 60px; }

#payment-tool-tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 10px 20px 20px;
  border: 1px solid #ccc; }

.press {
  margin-bottom: 60px; }
  .press__heading {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 62px;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 639px) {
      .press__heading {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 34px;
        font-family: "Lato", sans-serif;
        margin-bottom: 0;
        font-weight: 700;
        color: #363637;
        text-transform: uppercase;
        margin: 36px 0; } }
  .press__content {
    width: 1400px;
    margin: 0 auto; }
    @media (max-width: 1400px) {
      .press__content {
        width: 1000px; } }
    @media (max-width: 1023px) {
      .press__content {
        width: 800px; } }
    @media (max-width: 800px) {
      .press__content {
        width: 100%; } }
  .press__tiles {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
    margin: 0;
    width: 100%; }
    .press__tiles a {
      text-decoration: none; }
  .press__tile {
    width: 100%;
    padding: 20px 10px; }
    @media (max-width: 800px) {
      .press__tile {
        max-width: 400px;
        margin: 0 auto; } }
    .press__tile .tile__content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
    .press__tile .tile__media a {
      display: block;
      min-height: 260px;
      background-size: cover;
      background-repeat: no-repeat; }
    .press__tile .tile__text {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background-color: #F2F2F2;
      padding: 20px 20px 30px;
      flex: 1 0 auto; }
      .press__tile .tile__text--headline {
        font-family: "Lato", sans-serif;
        font-weight: 600;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 38px;
        order: 1;
        flex: 1 0 75%; }
        @media (max-width: 1023px) {
          .press__tile .tile__text--headline {
            flex: 1 0 100%; } }
        @media (max-width: 800px) {
          .press__tile .tile__text--headline {
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 34px; } }
        .press__tile .tile__text--headline a {
          color: #363637; }
      .press__tile .tile__text--subheading {
        display: none;
        color: #2D2D2E;
        line-height: 30px; }
      .press__tile .tile__text--date {
        font-family: "Merriweather", serif;
        color: #2D2D2E;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 17px;
        order: 3; }
        @media (max-width: 1023px) {
          .press__tile .tile__text--date {
            order: 2; } }
      .press__tile .tile__text--logo {
        width: 130px;
        height: 37px;
        background-color: #91243B;
        color: #FFFFFF;
        text-align: center;
        order: 2; }
        @media (max-width: 1023px) {
          .press__tile .tile__text--logo {
            order: 3; } }
    .press__tile.tile {
      flex: 1 0 35%; }
      @media (max-width: 800px) {
        .press__tile.tile {
          flex: 1 0 auto; } }
      .press__tile.tile--title {
        flex: 1 0 auto; }
        @media (min-width: 1024px) {
          .press__tile.tile--title .tile__content {
            flex-direction: row; }
          .press__tile.tile--title .tile__media {
            flex: 1 0 65%;
            height: inherit; }
            .press__tile.tile--title .tile__media a {
              min-height: 390px; }
          .press__tile.tile--title .tile__text {
            padding: 35px 30px;
            flex: 1 0 35%; }
            .press__tile.tile--title .tile__text--headline {
              order: 2; }
            .press__tile.tile--title .tile__text--subheading {
              display: block;
              order: 3; }
            .press__tile.tile--title .tile__text--date {
              order: 1;
              flex: 1 0 100%; }
            .press__tile.tile--title .tile__text--logo {
              order: 4; } }
      .press__tile.tile--twothirds {
        flex: 1 0 65%; }
        @media (max-width: 800px) {
          .press__tile.tile--twothirds {
            flex: 1 0 auto; } }
      .press__tile.tile--quote .tile__text {
        padding: 46px 70px 30px; }
        @media (max-width: 1400px) {
          .press__tile.tile--quote .tile__text {
            padding: 46px 20px 30px 55px; } }
        .press__tile.tile--quote .tile__text--headline {
          font-family: "Merriweather", serif;
          color: #4A4A4A;
          position: relative;
          font-size: 26px;
          font-size: 1.625rem;
          line-height: 50px; }
          @media (max-width: 1400px) {
            .press__tile.tile--quote .tile__text--headline {
              font-size: 22px;
              font-size: 1.375rem;
              line-height: 38px; } }
          .press__tile.tile--quote .tile__text--headline:before {
            content: "\201C";
            font-family: sans-serif;
            color: #2D2D2E;
            position: absolute;
            font-size: 100px;
            font-size: 6.25rem;
            left: -55px;
            top: 10px; }
            @media (max-width: 1400px) {
              .press__tile.tile--quote .tile__text--headline:before {
                font-size: 70px;
                font-size: 4.375rem;
                left: -40px; } }
      .press__tile.tile--seenOn {
        flex: 1 0 auto; }
        .press__tile.tile--seenOn h3 {
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 1;
          font-family: "Lato", sans-serif;
          margin-bottom: 0;
          font-weight: 700;
          color: #363637;
          text-transform: uppercase;
          text-align: center; }
        .press__tile.tile--seenOn .tile__logo-wrapper {
          display: flex;
          flex-wrap: wrap;
          margin: 30px 0 40px; }
        .press__tile.tile--seenOn .tile__logo {
          flex: 1 0 auto;
          display: flex;
          justify-content: center; }
          @media (max-width: 1400px) {
            .press__tile.tile--seenOn .tile__logo {
              flex: 1 0 25%; } }

#load-more {
  position: relative; }
  #load-more img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70%;
    transform: translate(-50%, -50%); }

.press__sidebar > p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #91243B;
  padding: 0 0 25px;
  margin: 0 0 50px;
  border-bottom: 1px solid #E9E7E7; }
  .press__sidebar > p a {
    text-decoration: none; }

.press__sidebar blockquote {
  padding: 0;
  border: 0;
  margin: 0 0 65px; }
  .press__sidebar blockquote p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    color: #363637;
    line-height: 1.2;
    margin: 0 0 15px;
    font-style: italic; }

.press__listing__grid .cell {
  border: 1px solid #E9E7E7; }

.cms-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-size: 1rem; }
  @media (max-width: 1023px) {
    .cms-menu {
      padding: 0; } }
  .cms-menu li {
    font-family: "Merriweather", serif;
    line-height: 26px;
    margin: 0 0 4px; }
    .cms-menu li.parent > a {
      color: #363637;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      font-size: 1rem; }
    .cms-menu li strong {
      font-weight: 400; }
    .cms-menu li ul {
      list-style: none;
      margin: 0; }
  .cms-menu a {
    color: #828282;
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none; }
    .cms-menu a:hover {
      color: #363637; }

.cms-page-view .hero {
  margin: 0 0 50px; }

.cms-page-view .std {
  line-height: 30px;
  max-width: 800px;
  margin: 0 auto; }
  .cms-page-view .std p {
    line-height: 30px; }
    .cms-page-view .std p.intro-text {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 38px; }
      @media (max-width: 1023px) {
        .cms-page-view .std p.intro-text {
          font-size: 16px;
          font-size: 1rem;
          line-height: 32px; } }
  .cms-page-view .std h1,
  .cms-page-view .std h2,
  .cms-page-view .std h3,
  .cms-page-view .std h4 {
    color: #363637; }
  .cms-page-view .std h2 {
    font-size: 26px;
    font-size: 1.625rem;
    text-transform: uppercase;
    font-weight: 600; }
  .cms-page-view .std h3 {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600; }
  .cms-page-view .std table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0; }
  .cms-page-view .std thead,
  .cms-page-view .std tbody,
  .cms-page-view .std tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  .cms-page-view .std caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  .cms-page-view .std thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  .cms-page-view .std tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  .cms-page-view .std thead tr,
  .cms-page-view .std tfoot tr {
    background: transparent; }
  .cms-page-view .std thead th,
  .cms-page-view .std thead td,
  .cms-page-view .std tfoot th,
  .cms-page-view .std tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  .cms-page-view .std tbody th,
  .cms-page-view .std tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  .cms-page-view .std tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  .cms-page-view .std table.unstriped tbody {
    background-color: #fefefe; }
  .cms-page-view .std table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe; }

@media (max-width: 1023px) {
  .cms-page-view .sidebar__filter__heading, .cms-page-view .sidebar__filter__close-btn {
    display: none; }
  .cms-page-view .sidebar__filter__content {
    display: block; }
    .cms-page-view .sidebar__filter__content .cms-menu {
      display: flex;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      border-bottom: 1px solid #E9E7E7;
      margin-bottom: 50px; }
      .cms-page-view .sidebar__filter__content .cms-menu ul,
      .cms-page-view .sidebar__filter__content .cms-menu li.parent {
        display: flex; }
      .cms-page-view .sidebar__filter__content .cms-menu li {
        flex: 1 0 auto;
        margin-bottom: 0; }
        .cms-page-view .sidebar__filter__content .cms-menu li a,
        .cms-page-view .sidebar__filter__content .cms-menu li strong {
          display: block;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          color: #4A4A4A;
          font-size: 13px;
          font-size: 0.8125rem;
          letter-spacing: 1.3px;
          text-transform: uppercase;
          padding: 20px; }
          .cms-page-view .sidebar__filter__content .cms-menu li a:hover,
          .cms-page-view .sidebar__filter__content .cms-menu li strong:hover {
            color: #4A4A4A; }
        .cms-page-view .sidebar__filter__content .cms-menu li strong {
          background: #efefef; } }

p.intro-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 38px; }
  @media (max-width: 1023px) {
    p.intro-text {
      font-size: 16px;
      font-size: 1rem;
      line-height: 32px; } }

.search__header {
  margin-bottom: 35px; }
  .search__header .search__heading {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 62px;
    letter-spacing: 1.53px;
    color: #363637;
    text-transform: uppercase;
    text-align: center; }
  .search__header p {
    color: #2D2D2E;
    text-align: center; }

.search__subheading p {
  font-family: "Lato", sans-serif;
  color: #4A4A4A; }

.search__results .product-grid__item .item__image {
  text-align: center; }
  .search__results .product-grid__item .item__image img {
    max-height: 380px;
    width: auto; }

.brand-header h1 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 62px;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
  color: #363637;
  text-transform: uppercase;
  text-align: center; }

.brand-header .brand-description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  font-family: "Merriweather", serif;
  color: #2D2D2E;
  text-align: center;
  margin-bottom: 25px; }
  .brand-header .brand-description a {
    text-decoration: none; }

.brand-grid a {
  display: block;
  margin-bottom: 5px; }

.lot-wine-toggle {
  border-top: 1px solid #E9E7E7;
  border-bottom: 1px solid #E9E7E7;
  padding: 24px 0;
  margin: 24px 0 48px; }
  @media (max-width: 639px) {
    .lot-wine-toggle {
      border: 0; } }
  .lot-wine-toggle a {
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #363637;
    text-align: center; }
    .lot-wine-toggle a.active {
      color: #91243B; }
    @media (max-width: 639px) {
      .lot-wine-toggle a {
        flex: 1 0 100%;
        padding: 12px 0; }
        .lot-wine-toggle a:nth-of-type(2) {
          border-top: 1px solid #E9E7E7; } }
  .lot-wine-toggle span {
    margin: 0 25px; }
    @media (max-width: 639px) {
      .lot-wine-toggle span {
        display: none; } }

.block-layered-nav #filter {
  color: #91243B; }

.block-layered-nav dl dt {
  margin: 0; }

.block-layered-nav ol {
  list-style: none;
  margin: 0 0 24px; }
  .block-layered-nav ol li {
    line-height: 18px; }
    .block-layered-nav ol li a {
      font-size: 14px;
      font-size: 0.875rem;
      text-decoration: none;
      color: #363637; }
      .block-layered-nav ol li a:hover {
        text-decoration: underline;
        color: #91243B; }
  .block-layered-nav ol.currently li {
    display: flex;
    justify-content: space-between; }

.category-products #list_lots {
  display: flex;
  flex-direction: column; }
  .category-products #list_lots a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #363637;
    text-decoration: none;
    padding: 5px; }
    .category-products #list_lots a:nth-of-type(odd) {
      background-color: #F2F2F2; }
  .category-products #list_lots button {
    width: 40%;
    margin-top: 15px;
    align-self: center; }
    @media (max-width: 639px) {
      .category-products #list_lots button {
        width: 100%; } }

.bestseller .product-sort {
  display: none; }

.bestseller .block {
  background-image: url("https://sproutpeople.org/skin/frontend/vonnda/default/images/holders/featured-block.1592018450.jpg");
  height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  text-align: center;
  justify-content: center; }
  @media (max-width: 639px) {
    .bestseller .block {
      height: 280px; }
      .bestseller .block:not(.block--hero) {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem; } }
  .bestseller .block__content {
    padding: 0 10%; }
    @media (max-width: 639px) {
      .bestseller .block__content {
        padding: 0; } }
  .bestseller .block__heading {
    font-size: 32px;
    font-size: 2rem;
    line-height: 39px;
    font-family: "Lato", sans-serif;
    margin-bottom: 18px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media (max-width: 639px) {
      .bestseller .block__heading {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 34px;
        font-family: "Lato", sans-serif;
        margin-bottom: 22px;
        font-weight: 700;
        color: #363637;
        text-transform: uppercase;
        color: #FFFFFF; } }
  .bestseller .block__copy {
    color: #FFFFFF;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px; }
    @media (max-width: 639px) {
      .bestseller .block__copy {
        display: none; } }
  .bestseller .block__btn {
    width: 180px; }
  .bestseller .block--full .block__content {
    padding: 0;
    text-align: left; }
    @media (max-width: 639px) {
      .bestseller .block--full .block__content {
        text-align: center; } }
  .bestseller .block--full .block__heading {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 62px;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase; }
    @media (max-width: 639px) {
      .bestseller .block--full .block__heading {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 34px;
        font-family: "Lato", sans-serif;
        margin-bottom: 22px;
        font-weight: 700;
        color: #363637;
        text-transform: uppercase; } }
  .bestseller .block--full .block__copy {
    color: #2D2D2E; }
  .bestseller .block--full.block--left {
    justify-content: flex-start;
    padding-left: 100px; }
  .bestseller .block--full.block--right {
    justify-content: flex-end;
    padding-right: 100px; }
  @media (max-width: 639px) {
    .bestseller .block--full.block--right, .bestseller .block--full.block--left {
      justify-content: center;
      padding: 0; } }
  .bestseller .block--full.block--right .block__content, .bestseller .block--full.block--left .block__content {
    width: 450px; }
    @media (max-width: 639px) {
      .bestseller .block--full.block--right .block__content, .bestseller .block--full.block--left .block__content {
        width: 100%; } }
  @media (max-width: 639px) {
    .bestseller .block--full.block--hero {
      height: 420px;
      align-items: flex-start;
      padding-top: 32px; } }

.bestseller .product-grid {
  margin-top: 72px; }
  .bestseller .product-grid__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    font-family: "Lato", sans-serif;
    margin-bottom: 18px;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 639px) {
      .bestseller .product-grid__title {
        margin-bottom: 50px; } }
  .bestseller .product-grid__copy {
    text-align: center;
    color: #2D2D2E;
    width: 650px;
    margin: 0 auto 70px; }
    @media (max-width: 639px) {
      .bestseller .product-grid__copy {
        display: none; } }

.trade-room .category-image img {
  width: 100%; }

.trade-room .category-view {
  text-align: center; }

.trade-room .trade-nav {
  margin: -31px auto 30px;
  height: 62px; }

.trade-room .trade-categories {
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
  background: #F3EFE8; }

.trade-room .trade-ul {
  display: flex;
  margin: 0 auto;
  list-style: none; }
  .trade-room .trade-ul li {
    text-align: center; }
    .trade-room .trade-ul li:hover {
      background-color: #eae3d7; }
      .trade-room .trade-ul li:hover a {
        color: #91243B; }
    .trade-room .trade-ul li a {
      text-decoration: none;
      color: #363637;
      padding: 1.5em;
      display: block; }

.trade-room .trade-title h1 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 2em; }

.trade-room .trade-description {
  margin: 0 0 2em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.trade-room .trade-video {
  margin: 2em 0; }

.trade-room .top-intro {
  margin: 1.250em 0 0;
  padding: 2em 0 0.5em; }
  .trade-room .top-intro h2 {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 2em; }

.trade-room .grid-list {
  margin: 0; }
  .trade-room .grid-list li {
    list-style: none;
    display: flex;
    justify-content: center; }
    .trade-room .grid-list li .product-name {
      color: #363637;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 400;
      margin-top: 0.5rem; }
    .trade-room .grid-list li .product-files {
      display: flex;
      justify-content: center; }
      .trade-room .grid-list li .product-files ul {
        margin: 0; }
      .trade-room .grid-list li .product-files a {
        text-decoration: none; }

.trade-room .brand-section {
  background-color: #f6f1ea; }
  .trade-room .brand-section .brand-downloads {
    padding: 0 0 0.625rem; }

.trade-room .pos-dl,
.trade-room .store-ad-dl,
.trade-room .brand-dl {
  background-color: #FFFFFF;
  padding: 15px;
  flex: 1 0 33%; }

.trade-room .pos-dl {
  border: 1px solid #ccc; }

.trade-room .store-ads-section {
  background-color: #eee; }

.trade-room .lot-filter {
  margin: 0 auto 3em;
  list-style: none;
  text-align: center; }

.trade-room .lot-num {
  margin: 0 0.75em;
  display: inline-block; }

.trade-room .lot_jump {
  text-decoration: none; }
  .trade-room .lot_jump.active-lot {
    color: #91243B;
    padding: 0 0 0.3em;
    font-weight: bold;
    border-bottom: 1px solid #91243B; }

.trade-room .lot-filter {
  margin: 0 auto 3em;
  list-style: none;
  text-align: center; }

.trade-room .lot-num {
  margin: 0 0.75em;
  display: inline-block; }

.trade-room .lot_jump {
  text-decoration: none; }
  .trade-room .lot_jump.active-lot {
    color: #91243B;
    padding: 0 0 0.3em;
    font-weight: bold;
    border-bottom: 1px solid #91243B; }

.trade-intro .trade-description h2 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 2em; }

.trade-intro .trade-description p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif; }

.trade-intro .trade-description a {
  text-decoration: none; }

html, body {
  max-width: 100%; }

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif; }
  body.mobile-menu--active {
    position: fixed;
    height: 100%; }

*:focus {
  outline: none !important; }

a {
  color: #91243B;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    color: #2D2D2E; }

[type='text'], [type='password'], [type='date'], [type='datetime'],
[type='datetime-local'], [type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'], [type='time'],
[type='url'], [type='color'], textarea {
  margin-bottom: 1.5rem; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700; }

p {
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-size: 0.875rem; }

ul, li {
  font-family: "Lato", sans-serif; }

@media (max-width: 1023px) {
  .no-mobile {
    display: none; } }

.flex-wrap {
  display: flex; }

.ajax_overlay {
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%; }
  .ajax_overlay img {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px); }

.show {
  display: block !important; }

footer,
.footer {
  background: #363637; }
  footer .footer-block,
  .footer .footer-block {
    padding: 20px 40px; }
    @media (min-width: 1024px) {
      footer .footer-block,
      .footer .footer-block {
        padding: 47px 0 0; } }
    @media (max-width: 639px) {
      footer .footer-block,
      .footer .footer-block {
        padding: 20px 30px; } }
    footer .footer-block:last-child,
    .footer .footer-block:last-child {
      padding: 0; }
    footer .footer-block__heading,
    .footer .footer-block__heading {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 15px; }
      footer .footer-block__heading a,
      .footer .footer-block__heading a {
        color: #FFFFFF;
        text-decoration: none; }
    footer .footer-block__list,
    .footer .footer-block__list {
      list-style: none;
      margin: 0; }
      footer .footer-block__list ul,
      .footer .footer-block__list ul {
        list-style: none;
        margin: 0;
        columns: 2; }
      footer .footer-block__list a, footer .footer-block__list a:hover,
      .footer .footer-block__list a,
      .footer .footer-block__list a:hover {
        font-family: "Merriweather", serif;
        color: #F2F2F2;
        font-size: 13px;
        font-size: 0.8125rem;
        text-decoration: none; }
    footer .footer-block__social li,
    .footer .footer-block__social li {
      margin-right: 15px;
      font-size: 24px;
      font-size: 1.5rem; }
    footer .footer-block__help,
    .footer .footer-block__help {
      padding: 40px;
      background: #2D2D2E; }
      @media (max-width: 639px) {
        footer .footer-block__help,
        .footer .footer-block__help {
          padding: 45px 30px; } }
      footer .footer-block__help p,
      .footer .footer-block__help p {
        margin: 0;
        font-family: "Merriweather", serif;
        color: #F2F2F2;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 24px; }
        footer .footer-block__help p a,
        .footer .footer-block__help p a {
          color: #F2F2F2;
          text-decoration: none; }
      footer .footer-block__help .btn-primary,
      .footer .footer-block__help .btn-primary {
        margin-top: 15px; }
  footer .copy-right,
  .footer .copy-right {
    background: #4A4A4A;
    height: 40px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #F2F2F2; }
    footer .copy-right a,
    .footer .copy-right a {
      color: #F2F2F2;
      text-decoration: none;
      margin: 0 5px; }

.page-loader {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0; }
  .page-loader__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    stroke: #91243B; }
  .page-loader img {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px; }

.checkout-sidebar__summary.loading .page-loader,
.cart__summary.loading .page-loader {
  display: block;
  opacity: 1; }

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

.w100 {
  width: 100%; }

.color-green {
  color: #29871d; }
  .color-green span {
    color: #29871d; }

.color-red {
  color: #F04141; }
  .color-red span {
    color: #F04141; }

.site-header__navigation .site-header__account ul li.wine-club-only {
  display: none; }
  .site-header__navigation .site-header__account ul li.wine-club-only.wine-club-show {
    display: inherit; }

.site-header {
  font-family: "Lato", sans-serif; }
  .site-header__discount {
    max-width: none;
    color: #FFFFFF;
    background: #363637;
    text-align: center;
    padding: 10px; }
    .site-header__discount div,
    .site-header__discount p {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 700;
      font-family: "Lato", sans-serif;
      margin: 0px;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .site-header__discount div,
        .site-header__discount p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    .site-header__discount a {
      color: #FFFFFF;
      text-decoration: none; }
      .site-header__discount a.close-msg {
        position: absolute;
        top: 10px;
        right: 10px; }
        @media (max-width: 639px) {
          .site-header__discount a.close-msg {
            display: none; } }
  .site-header__navigation {
    margin-top: 12px;
    box-sizing: border-box; }
    @media (min-width: 1024px) {
      .site-header__navigation {
        max-width: 87.5rem;
        width: 100%;
        margin: 12px auto 0; } }
    @media (max-width: 1023px) {
      .site-header__navigation {
        border-bottom: 1px solid #E9E7E7; } }
    .site-header__navigation .site-header__logo a {
      display: flex; }
    .site-header__navigation .site-header__logo img {
      height: 100%;
      width: 340px; }
      @media (max-width: 500px) {
        .site-header__navigation .site-header__logo img {
          width: 230px; } }
    @media (max-width: 1023px) {
      .site-header__navigation .site-header__logo {
        text-align: center;
        padding-bottom: 12px;
        border-bottom: 1px solid #E9E7E7; }
        .site-header__navigation .site-header__logo a {
          display: inline-block; } }
    .site-header__navigation .site-header__search {
      height: 54px; }
      .site-header__navigation .site-header__search form {
        display: flex;
        height: 54px; }
        .site-header__navigation .site-header__search form label {
          background-color: #91243B;
          color: #FFFFFF;
          height: 54px;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
          width: 50px;
          display: flex;
          justify-content: center;
          align-items: center; }
        .site-header__navigation .site-header__search form input[type=text] {
          height: 54px;
          width: 100%;
          margin: 0;
          background-color: #F2F2F2;
          box-shadow: none;
          border: none;
          border-radius: 0px 4px 4px 0px;
          font-family: "Merriweather", serif;
          font-size: 14px;
          font-size: 0.875rem;
          padding: 0 0 0 15px; }
        @media (max-width: 1023px) {
          .site-header__navigation .site-header__search form ::placeholder {
            font-family: "Lato", sans-serif;
            color: #4A4A4A;
            text-transform: uppercase; } }
        .site-header__navigation .site-header__search form input[type=submit] {
          display: none; }
        .site-header__navigation .site-header__search form i {
          font-size: 24px; }
      .site-header__navigation .site-header__search--mobile-btn {
        height: 54px;
        width: 100%;
        margin: 0;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .site-header__navigation .site-header__search--mobile-btn p {
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-size: 13px;
          font-size: 0.8125rem;
          color: #2D2D2E;
          text-transform: uppercase;
          margin: 0 0 0 5px; }
          @media (max-width: 500px) {
            .site-header__navigation .site-header__search--mobile-btn p {
              font-size: 10px;
              font-size: 0.625rem; } }
        .site-header__navigation .site-header__search--mobile-btn i {
          font-size: 24px;
          font-size: 1.5rem;
          color: #2D2D2E; }
      .site-header__navigation .site-header__search--mobile {
        display: none;
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
        border-top: 1px solid #E9E7E7; }
        .site-header__navigation .site-header__search--mobile form {
          flex: 1 0 auto; }
          .site-header__navigation .site-header__search--mobile form label {
            display: none; }
          .site-header__navigation .site-header__search--mobile form input[type=text] {
            height: 54px;
            width: 100%;
            margin: 0;
            background-color: #F2F2F2;
            box-shadow: none;
            border: none;
            border-radius: 0px 4px 4px 0px;
            font-family: "Merriweather", serif;
            font-size: 14px;
            font-size: 0.875rem;
            padding: 0 0 0 15px; }
        .site-header__navigation .site-header__search--mobile .icon-x {
          font-size: 36px;
          font-size: 2.25rem;
          color: #2D2D2E;
          cursor: pointer; }
        .site-header__navigation .site-header__search--mobile i {
          font-size: 24px;
          font-size: 1.5rem;
          color: #2D2D2E; }
      .site-header__navigation .site-header__search--mobile {
        display: none;
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
        border-top: 1px solid #E9E7E7; }
        .site-header__navigation .site-header__search--mobile form {
          flex: 1 0 auto; }
          .site-header__navigation .site-header__search--mobile form label {
            display: none; }
          .site-header__navigation .site-header__search--mobile form input[type=text] {
            height: 54px;
            width: 100%;
            margin: 0;
            background-color: #F2F2F2;
            box-shadow: none;
            border: none;
            border-radius: 0px 4px 4px 0px;
            font-family: "Merriweather", serif;
            font-size: 14px;
            font-size: 0.875rem;
            padding: 0 0 0 15px; }
        .site-header__navigation .site-header__search--mobile .icon-x {
          font-size: 36px;
          font-size: 2.25rem;
          color: #2D2D2E;
          cursor: pointer; }
    .site-header__navigation .site-header__account {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 700;
      text-transform: uppercase; }
      .site-header__navigation .site-header__account ul {
        list-style: none;
        margin: 0; }
        .site-header__navigation .site-header__account ul li {
          margin-left: 36px;
          position: relative;
          display: inline-block; }
          .site-header__navigation .site-header__account ul li:first-child {
            margin: 0; }
          .site-header__navigation .site-header__account ul li a {
            color: #4A4A4A;
            font-weight: 700;
            text-decoration: none;
            font-size: 13px;
            font-size: 0.8125rem; }
          .site-header__navigation .site-header__account ul li.account-link.user-only:hover .site-header__account-overview {
            display: block; }
      @media (max-width: 1023px) {
        .site-header__navigation .site-header__account .site-header__cart {
          margin-left: 0; } }
      .site-header__navigation .site-header__account .cart__counter {
        height: 32px;
        width: 32px;
        background-color: #91243B;
        padding: 0;
        margin: 0;
        margin-left: 10px;
        border-radius: 50%;
        color: #FFFFFF; }
        @media (max-width: 1023px) {
          .site-header__navigation .site-header__account .cart__counter {
            margin: 0;
            margin-right: 10px; } }
        @media (max-width: 500px) {
          .site-header__navigation .site-header__account .cart__counter {
            margin: 0;
            margin-right: 4px; } }
        .site-header__navigation .site-header__account .cart__counter img {
          width: 50%; }
      .site-header__navigation .site-header__account-overview {
        display: none;
        position: absolute;
        width: 160px;
        padding: 16px 20px;
        background-color: #FFFFFF;
        border: 1px solid #E9E7E7;
        border-radius: 4px;
        z-index: 1; }
        .site-header__navigation .site-header__account-overview.account-overview--active {
          display: block; }
        .site-header__navigation .site-header__account-overview li {
          margin: 0 !important; }
          .site-header__navigation .site-header__account-overview li a {
            font-family: "Lato", sans-serif;
            font-weight: 400;
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 26px;
            color: #2D2D2E;
            text-transform: none; }
    .site-header__navigation .site-header__mobile-menu-toggle {
      color: #4A4A4A;
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer;
      font-size: 13px;
      font-size: 0.8125rem; }
      .site-header__navigation .site-header__mobile-menu-toggle button {
        margin-right: 0.625rem; }
        @media (max-width: 500px) {
          .site-header__navigation .site-header__mobile-menu-toggle button {
            margin-right: 7px; } }
        .site-header__navigation .site-header__mobile-menu-toggle button i {
          font-size: 24px;
          font-size: 1.5rem;
          color: #2D2D2E; }
    .site-header__navigation .mobile-menu {
      z-index: 999;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FFFFFF;
      overflow-y: auto; }
      .site-header__navigation .mobile-menu ul {
        background: #FFFFFF; }
      .site-header__navigation .mobile-menu li {
        border-bottom: 1px solid #E9E7E7; }
        .site-header__navigation .mobile-menu li a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 14px;
          font-size: 0.875rem;
          letter-spacing: 1.4px;
          font-weight: 700;
          color: #4A4A4A;
          text-transform: uppercase;
          padding: 20px 25px; }
      @media (max-width: 1023px) {
        .site-header__navigation .mobile-menu .is-accordion-submenu-parent > a::after {
          content: '+';
          color: #2D2D2E;
          font-size: 24px;
          font-size: 1.5rem;
          margin-right: 5px; } }
      @media (max-width: 1023px) {
        .site-header__navigation .mobile-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
          content: '-';
          margin-right: 7px; } }
      .site-header__navigation .mobile-menu__close a::after {
        content: '';
        width: 24px;
        height: 24px;
        background: url("https://sproutpeople.org/skin/frontend/vonnda/default/icons/x.svg");
        color: #4A4A4A; }
      .site-header__navigation .mobile-menu__submenu {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0 0 10px 25px; }
        .site-header__navigation .mobile-menu__submenu li {
          border-bottom: 0;
          flex: 0 1 50%; }
          .site-header__navigation .mobile-menu__submenu li a {
            display: inline-block;
            color: #2D2D2E;
            font-family: "Merriweather", serif;
            font-weight: 400;
            text-transform: none;
            padding: 10px 0;
            letter-spacing: normal;
            line-height: 1.4; }
      .site-header__navigation .mobile-menu .menu__mobile-account {
        border-bottom: 0; }
        .site-header__navigation .mobile-menu .menu__mobile-account.account--first-child {
          margin-top: 30px; }
        .site-header__navigation .mobile-menu .menu__mobile-account a {
          font-family: "Merriweather", serif;
          font-weight: 400;
          letter-spacing: normal;
          color: #2D2D2E;
          text-transform: none;
          padding: 10px 25px; }
      .site-header__navigation .mobile-menu__signout-btn {
        background-color: #363637;
        margin: 0 25px 10px;
        text-align: center;
        color: #FFFFFF;
        font-weight: 400;
        letter-spacing: 1.4px;
        font-size: 13px;
        font-size: 0.8125rem; }
    .site-header__navigation .site-header__desktop-menu {
      margin-top: 14px;
      position: relative; }
      .site-header__navigation .site-header__desktop-menu hr {
        clear: both;
        max-width: 100%;
        height: 0;
        margin: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #E9E7E7;
        border-left: 0; }
      .site-header__navigation .site-header__desktop-menu .menu {
        justify-content: center; }
        .site-header__navigation .site-header__desktop-menu .menu__list-item:hover {
          background: #F2F2F2; }
          .site-header__navigation .site-header__desktop-menu .menu__list-item:hover .site-header__desktop-menu__dropdown {
            display: block; }
        .site-header__navigation .site-header__desktop-menu .menu__title {
          font-size: 14px;
          font-size: 0.875rem;
          letter-spacing: 1.4px;
          font-weight: 700;
          color: #4A4A4A;
          text-transform: uppercase;
          padding: 20px 25px; }
        .site-header__navigation .site-header__desktop-menu .menu .active > a {
          background: 0; }
  .site-header .site-header__desktop-menu__dropdown {
    max-width: 87.5rem;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    z-index: 0;
    display: none;
    padding: 40px 0;
    border-bottom: 2px solid #2D2D2E;
    border-top: 1px solid #E9E7E7;
    max-width: 1370px; }
    @media (min-width: 1024px) {
      .site-header .site-header__desktop-menu__dropdown {
        position: absolute;
        left: 0;
        right: 0;
        top: 54px;
        z-index: 40; } }
    .site-header .site-header__desktop-menu__dropdown .dropdown__menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      width: 100%;
      justify-content: center; }
      .site-header .site-header__desktop-menu__dropdown .dropdown__menu .menu__col {
        padding: 10px 0 0 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        display: flex; }
        .site-header .site-header__desktop-menu__dropdown .dropdown__menu .menu__col:first-of-type {
          padding-right: 30px; }
        .site-header .site-header__desktop-menu__dropdown .dropdown__menu .menu__col:last-of-type {
          padding-left: 30px; }
        .site-header .site-header__desktop-menu__dropdown .dropdown__menu .menu__col--middle {
          padding: 10px 0 0 30px;
          border-left: 1px solid #E9E7E7;
          border-right: 1px solid #E9E7E7; }
          .site-header .site-header__desktop-menu__dropdown .dropdown__menu .menu__col--middle .list {
            padding-right: 40px; }
    .site-header .site-header__desktop-menu__dropdown .block {
      display: flex;
      max-width: 340px;
      width: 100%;
      height: 280px;
      text-decoration: none;
      margin-right: 20px; }
      .site-header .site-header__desktop-menu__dropdown .block--small__wrapper {
        max-width: 300px;
        width: 100%;
        height: 130px;
        margin-right: 20px; }
      .site-header .site-header__desktop-menu__dropdown .block--small {
        width: 100%;
        height: 100%; }
        .site-header .site-header__desktop-menu__dropdown .block--small:nth-child(2) {
          margin-top: 20px; }
      .site-header .site-header__desktop-menu__dropdown .block__background-image {
        width: 100%;
        height: 100%; }
      .site-header .site-header__desktop-menu__dropdown .block__title {
        font-family: "Lato", sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        color: #FFFFFF;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px; }
    .site-header .site-header__desktop-menu__dropdown .list__title,
    .site-header .site-header__desktop-menu__dropdown .list p {
      margin-bottom: 12px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .site-header .site-header__desktop-menu__dropdown .list__items,
    .site-header .site-header__desktop-menu__dropdown .list ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .site-header .site-header__desktop-menu__dropdown .list__items li,
      .site-header .site-header__desktop-menu__dropdown .list ul li {
        margin-bottom: 5px; }
        .site-header .site-header__desktop-menu__dropdown .list__items li a,
        .site-header .site-header__desktop-menu__dropdown .list ul li a {
          font-family: "Merriweather", serif;
          font-size: 13px;
          font-size: 0.8125rem;
          color: #2D2D2E;
          padding: 0;
          letter-spacing: 1px;
          line-height: inherit; }
    .site-header .site-header__desktop-menu__dropdown .featured-block__image {
      height: 100%;
      position: relative;
      text-align: center; }
      .site-header .site-header__desktop-menu__dropdown .featured-block__image::after {
        z-index: -1;
        content: "";
        display: block;
        width: 276px;
        height: 276px;
        border-radius: 50%;
        opacity: 0.5;
        background: linear-gradient(30.56deg, #D6D7DA 0%, #EBEEF6 100%);
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        margin-left: -138px;
        margin-top: -138px; }
      .site-header .site-header__desktop-menu__dropdown .featured-block__image img {
        height: 100%;
        width: auto; }
      .site-header .site-header__desktop-menu__dropdown .featured-block__image--wrapper {
        height: 350px;
        width: 218px; }
    .site-header .site-header__desktop-menu__dropdown .featured-block .copy {
      width: 218px; }
      .site-header .site-header__desktop-menu__dropdown .featured-block .copy__title {
        color: #2b2b2b;
        font-size: 22px;
        font-size: 1.375rem;
        font-family: "Lato", sans-serif;
        text-transform: uppercase; }

.breadcrumbs {
  padding: 12px; }
  .breadcrumbs a {
    color: #2D2D2E;
    text-decoration: none; }

@media (max-width: 639px) {
  .cms-index-index .site-header__navigation {
    margin-bottom: 0; } }

@media (max-width: 1023px) {
  .cms-index-index .site-header__navigation {
    border-bottom: 0; } }

@media (max-width: 639px) {
  .layered-navigation__filters.filter--featured .filter__list li {
    display: block !important; } }



/* FILE: style.css */
/* @override http://sp.vonnda.net/skin/frontend/base/default/aw_blog/css/style.css */

.blog-index-index {
    
}

.postWrapper {
	padding-bottom: 25px;
	clear:both;
}
.post-left {
    float:left;
    width:280px;
}
.post-right {
    width:400px;
    float:left;
    padding-left:40px;
    font-size:0.9em;
}
.post-left img {
    width:100%;
    height:auto;
    border:6px solid #FFF;
    box-shadow: 0px 0px 6px #ccc;
}
.postTitle {
	margin-bottom: 15px;
}
.postTitle h2 {
    font-size:1.3em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.postContent {
	padding-bottom: 10px;
}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
}

.postError {
	font-size: 16px;
}

.tags{
	font-weight:bold;
	padding-bottom: 10px;
}
.tags UL{
	display:inline;
}
.tags UL LI{
font-weight:normal;
	display:inline;
	padding-right:6px;
}


.tags h4 {
font-size:12px;
font-weight:bold;
}

.menu-tags, .menu-categories, .menu-recent{
	margin:5px 3px 15px 3px;
}

.block-blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.block-blog .menu-categories UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI{
	margin-left:10px;
}

.tagcloud{
	/* text-align:center; */ 
}
.tag-count-1{
	font-size:1em;
}
.tag-count-2{
	font-size:1.2em;
}
.tag-count-3{
	font-size:1.4em;
}
.tag-count-4{
	font-size:1.6em;
}
.tag-count-5{
	font-size:1.8em;
}
.tag-count-6{
	font-size:2em;
}
.tag-count-7{
	font-size:2em;
}
.tag-count-8{
	font-size:2em;
}
.tag-count-9{
	font-size:2em;
}
.tag-count-10{
	font-size:2em;
}

.block-blog{margin:0;}

.block-blog .head h4{
padding-left: 20px;
}
/*
.block-blog .head h4 {
background-image:url(https://sproutpeople.org/skin/frontend/base/default/aw_blog/images/icon_blog.1592018450.png);
background-repeat:no-repeat;
}
*/
.block-blog .block-title strong {text-align:left;}
.postWrapper .poster{
	display:inline;
}

.aw-post-comment .form-list label{width:auto;margin:5px 0 0;}
.input-box.aw-blog-comment-area{clear:both;float:none;width:100%;}

.widget-latest li{font-size:12px;padding:5px 10px;}
.widget-latest h2{color:#C73615;font-weight:bold;}

A.awblog_current_comment { text-decoration:none!important; font-weight: bold!important; }

#recaptcha_response_field {left:-1px;}


/* FILE: fontawesome-all.css */
/*!
 * Font Awesome Pro 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-plus:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-brands-400.eot");
  src: url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-light-300.eot");
  src: url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-light-300.woff") format("woff"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-regular-400.eot");
  src: url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-regular-400.woff") format("woff"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-solid-900.eot");
  src: url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }



/* FILE: theme.css */
@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700|PT+Serif:400,700");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * 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 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in 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,
strong {
  font-weight: inherit; }

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

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

/**
     * Add the correct font 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 {
  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.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

.is-hidden {
  display: none !important; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.breadcrumbs::after {
  clear: both; }

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase; }

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca; }

.breadcrumbs a {
  color: #2ba6cb; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer; }

a:hover, a:focus {
  color: #258faf; }

a img {
  border: 0; }

hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }

cite:before {
  content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch; }

.input-group > :first-child {
  border-radius: 3px 0 0 3px; }

.input-group > :last-child > * {
  border-radius: 0 3px 3px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center; }

.input-group-label:first-child {
  border-right: 0; }

.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("https://sproutpeople.org/skin/frontend/spr/default/css/data:image/svg+xml;utf8,<sv")xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

@media screen and (min-width: 0\0) {
  select {
    background-image: url("https://sproutpeople.org/skin/frontend/spr/default/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed; }

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

select[multiple] {
  height: auto;
  background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #c60f13;
  background-color: #f8e6e7; }

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13; }

.is-invalid-input:not(:focus)::placeholder {
  color: #c60f13; }

.is-invalid-label {
  color: #c60f13; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13; }

.form-error.is-visible {
  display: block; }

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[data-whatinput='mouse'] .menu li {
  outline: 0; }

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem; }

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0; }

.menu input {
  display: inline-block; }

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row; }

.menu.vertical {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column; }

.menu.expanded li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.menu.simple {
  -ms-flex-align: center;
  align-items: center; }

.menu.simple li + li {
  margin-left: 1rem; }

.menu.simple a {
  padding: 0; }

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.medium-expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.large-expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.large-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.menu.nested {
  margin-right: 0;
  margin-left: 1rem; }

.menu.icons a {
  display: -ms-flexbox;
  display: flex; }

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -ms-flexbox;
  display: flex; }

.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem; }

.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem; }

.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu .is-active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu .active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu.align-left {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.menu.align-right li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu.align-right.vertical li {
  display: block;
  text-align: right; }

.menu.align-right.vertical li .submenu li {
  text-align: right; }

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0; }

.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.menu.align-center li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered > .menu {
  -ms-flex-pack: center;
  justify-content: center; }

.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 87.5rem;
  margin: 0 auto; }

.grid-container.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin: 0 auto; }

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto; }

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }

.cell.auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.cell.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }

.grid-margin-x > .auto {
  width: auto; }

.grid-margin-x > .shrink {
  width: auto; }

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.875rem); }

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.875rem); }

.grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem); }

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.875rem); }

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.875rem); }

.grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem); }

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.875rem); }

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.875rem); }

.grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem); }

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.875rem); }

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.875rem); }

.grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto; }
  .grid-margin-x > .medium-shrink {
    width: auto; }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto; }
  .grid-margin-x > .large-shrink {
    width: auto; }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0; }

.small-margin-collapse > .small-1 {
  width: 8.33333%; }

.small-margin-collapse > .small-2 {
  width: 16.66667%; }

.small-margin-collapse > .small-3 {
  width: 25%; }

.small-margin-collapse > .small-4 {
  width: 33.33333%; }

.small-margin-collapse > .small-5 {
  width: 41.66667%; }

.small-margin-collapse > .small-6 {
  width: 50%; }

.small-margin-collapse > .small-7 {
  width: 58.33333%; }

.small-margin-collapse > .small-8 {
  width: 66.66667%; }

.small-margin-collapse > .small-9 {
  width: 75%; }

.small-margin-collapse > .small-10 {
  width: 83.33333%; }

.small-margin-collapse > .small-11 {
  width: 91.66667%; }

.small-margin-collapse > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .small-margin-collapse > .medium-3 {
    width: 25%; }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .small-margin-collapse > .medium-6 {
    width: 50%; }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .small-margin-collapse > .medium-9 {
    width: 75%; }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .small-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%; }
  .small-margin-collapse > .large-2 {
    width: 16.66667%; }
  .small-margin-collapse > .large-3 {
    width: 25%; }
  .small-margin-collapse > .large-4 {
    width: 33.33333%; }
  .small-margin-collapse > .large-5 {
    width: 41.66667%; }
  .small-margin-collapse > .large-6 {
    width: 50%; }
  .small-margin-collapse > .large-7 {
    width: 58.33333%; }
  .small-margin-collapse > .large-8 {
    width: 66.66667%; }
  .small-margin-collapse > .large-9 {
    width: 75%; }
  .small-margin-collapse > .large-10 {
    width: 83.33333%; }
  .small-margin-collapse > .large-11 {
    width: 91.66667%; }
  .small-margin-collapse > .large-12 {
    width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.9375rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.9375rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.9375rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.9375rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.9375rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.9375rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.9375rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.9375rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.9375rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.9375rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.9375rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.9375rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.grid-y > .cell {
  width: auto; }

.grid-y > .auto {
  height: auto; }

.grid-y > .shrink {
  height: auto; }

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.grid-y > .small-1 {
  height: 8.33333%; }

.grid-y > .small-2 {
  height: 16.66667%; }

.grid-y > .small-3 {
  height: 25%; }

.grid-y > .small-4 {
  height: 33.33333%; }

.grid-y > .small-5 {
  height: 41.66667%; }

.grid-y > .small-6 {
  height: 50%; }

.grid-y > .small-7 {
  height: 58.33333%; }

.grid-y > .small-8 {
  height: 66.66667%; }

.grid-y > .small-9 {
  height: 75%; }

.grid-y > .small-10 {
  height: 83.33333%; }

.grid-y > .small-11 {
  height: 91.66667%; }

.grid-y > .small-12 {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto; }
  .grid-y > .medium-shrink {
    height: auto; }
  .grid-y > .medium-1 {
    height: 8.33333%; }
  .grid-y > .medium-2 {
    height: 16.66667%; }
  .grid-y > .medium-3 {
    height: 25%; }
  .grid-y > .medium-4 {
    height: 33.33333%; }
  .grid-y > .medium-5 {
    height: 41.66667%; }
  .grid-y > .medium-6 {
    height: 50%; }
  .grid-y > .medium-7 {
    height: 58.33333%; }
  .grid-y > .medium-8 {
    height: 66.66667%; }
  .grid-y > .medium-9 {
    height: 75%; }
  .grid-y > .medium-10 {
    height: 83.33333%; }
  .grid-y > .medium-11 {
    height: 91.66667%; }
  .grid-y > .medium-12 {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto; }
  .grid-y > .large-shrink {
    height: auto; }
  .grid-y > .large-1 {
    height: 8.33333%; }
  .grid-y > .large-2 {
    height: 16.66667%; }
  .grid-y > .large-3 {
    height: 25%; }
  .grid-y > .large-4 {
    height: 33.33333%; }
  .grid-y > .large-5 {
    height: 41.66667%; }
  .grid-y > .large-6 {
    height: 50%; }
  .grid-y > .large-7 {
    height: 58.33333%; }
  .grid-y > .large-8 {
    height: 66.66667%; }
  .grid-y > .large-9 {
    height: 75%; }
  .grid-y > .large-10 {
    height: 83.33333%; }
  .grid-y > .large-11 {
    height: 91.66667%; }
  .grid-y > .large-12 {
    height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }

.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }

.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }

.grid-margin-y > .auto {
  height: auto; }

.grid-margin-y > .shrink {
  height: auto; }

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem); }

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem); }

.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem); }

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem); }

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem); }

.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem); }

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem); }

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem); }

.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem); }

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem); }

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem); }

.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto; }
  .grid-margin-y > .medium-shrink {
    height: auto; }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto; }
  .grid-margin-y > .large-shrink {
    height: auto; }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%; }

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }

.grid-margin-y > .cell {
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }

.grid-margin-y > .auto {
  height: auto; }

.grid-margin-y > .shrink {
  height: auto; }

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.875rem); }

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.875rem); }

.grid-margin-y > .small-3 {
  height: calc(25% - 1.875rem); }

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.875rem); }

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.875rem); }

.grid-margin-y > .small-6 {
  height: calc(50% - 1.875rem); }

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.875rem); }

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.875rem); }

.grid-margin-y > .small-9 {
  height: calc(75% - 1.875rem); }

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.875rem); }

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.875rem); }

.grid-margin-y > .small-12 {
  height: calc(100% - 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto; }
  .grid-margin-y > .medium-shrink {
    height: auto; }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto; }
  .grid-margin-y > .large-shrink {
    height: auto; }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  justify-content: center; }

.align-top {
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: ''; }

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: ''; }

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }

input + .switch-paddle {
  margin: 0; }

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: ''; }

input:checked ~ .switch-paddle {
  background: #2ba6cb; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }

input:checked + label > .switch-active {
  display: block; }

.switch-inactive {
  right: 15%; }

input:checked + label > .switch-inactive {
  display: none; }

.switch.tiny {
  height: 1.5rem; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small {
  height: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large {
  height: 2.5rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }

input + .switch-paddle {
  margin: 0; }

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: ''; }

input:checked ~ .switch-paddle {
  background: #2ba6cb; }

input:checked ~ .switch-paddle::after {
  left: 2.25rem; }

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }

input:checked + label > .switch-active {
  display: block; }

.switch-inactive {
  right: 15%; }

input:checked + label > .switch-inactive {
  display: none; }

.switch.tiny {
  height: 1.5rem; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small {
  height: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large {
  height: 2.5rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

@font-face {
  font-family: "feather";
  src: url("https://sproutpeople.org/skin/frontend/spr/default/fonts/feather.eot?t=1525787366991");
  /* IE9*/
  src: url("https://sproutpeople.org/skin/frontend/spr/default/fonts/feather.eot?t=1525787366991#iefix") format("embedded-opentype"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/feather.woff?t=1525787366991") format("woff"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/feather.ttf?t=1525787366991") format("truetype"), url("https://sproutpeople.org/skin/frontend/spr/default/fonts/feather.svg?t=1525787366991#feather") format("svg");
  /* iOS 4.1- */ }

.feather {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-alert-octagon:before {
  content: "\e81b"; }

.icon-alert-circle:before {
  content: "\e81c"; }

.icon-activity:before {
  content: "\e81d"; }

.icon-alert-triangle:before {
  content: "\e81e"; }

.icon-align-center:before {
  content: "\e81f"; }

.icon-airplay:before {
  content: "\e820"; }

.icon-align-justify:before {
  content: "\e821"; }

.icon-align-left:before {
  content: "\e822"; }

.icon-align-right:before {
  content: "\e823"; }

.icon-arrow-down-left:before {
  content: "\e824"; }

.icon-arrow-down-right:before {
  content: "\e825"; }

.icon-anchor:before {
  content: "\e826"; }

.icon-aperture:before {
  content: "\e827"; }

.icon-arrow-left:before {
  content: "\e828"; }

.icon-arrow-right:before {
  content: "\e829"; }

.icon-arrow-down:before {
  content: "\e82a"; }

.icon-arrow-up-left:before {
  content: "\e82b"; }

.icon-arrow-up-right:before {
  content: "\e82c"; }

.icon-arrow-up:before {
  content: "\e82d"; }

.icon-award:before {
  content: "\e82e"; }

.icon-bar-chart:before {
  content: "\e82f"; }

.icon-at-sign:before {
  content: "\e830"; }

.icon-bar-chart-2:before {
  content: "\e831"; }

.icon-battery-charging:before {
  content: "\e832"; }

.icon-bell-off:before {
  content: "\e833"; }

.icon-battery:before {
  content: "\e834"; }

.icon-bluetooth:before {
  content: "\e835"; }

.icon-bell:before {
  content: "\e836"; }

.icon-book:before {
  content: "\e837"; }

.icon-briefcase:before {
  content: "\e838"; }

.icon-camera-off:before {
  content: "\e839"; }

.icon-calendar:before {
  content: "\e83a"; }

.icon-bookmark:before {
  content: "\e83b"; }

.icon-box:before {
  content: "\e83c"; }

.icon-camera:before {
  content: "\e83d"; }

.icon-check-circle:before {
  content: "\e83e"; }

.icon-check:before {
  content: "\e83f"; }

.icon-check-square:before {
  content: "\e840"; }

.icon-cast:before {
  content: "\e841"; }

.icon-chevron-down:before {
  content: "\e842"; }

.icon-chevron-left:before {
  content: "\e843"; }

.icon-chevron-right:before {
  content: "\e844"; }

.icon-chevron-up:before {
  content: "\e845"; }

.icon-chevrons-down:before {
  content: "\e846"; }

.icon-chevrons-right:before {
  content: "\e847"; }

.icon-chevrons-up:before {
  content: "\e848"; }

.icon-chevrons-left:before {
  content: "\e849"; }

.icon-circle:before {
  content: "\e84a"; }

.icon-clipboard:before {
  content: "\e84b"; }

.icon-chrome:before {
  content: "\e84c"; }

.icon-clock:before {
  content: "\e84d"; }

.icon-cloud-lightning:before {
  content: "\e84e"; }

.icon-cloud-drizzle:before {
  content: "\e84f"; }

.icon-cloud-rain:before {
  content: "\e850"; }

.icon-cloud-off:before {
  content: "\e851"; }

.icon-codepen:before {
  content: "\e852"; }

.icon-cloud-snow:before {
  content: "\e853"; }

.icon-compass:before {
  content: "\e854"; }

.icon-copy:before {
  content: "\e855"; }

.icon-corner-down-right:before {
  content: "\e856"; }

.icon-corner-down-left:before {
  content: "\e857"; }

.icon-corner-left-down:before {
  content: "\e858"; }

.icon-corner-left-up:before {
  content: "\e859"; }

.icon-corner-up-left:before {
  content: "\e85a"; }

.icon-corner-up-right:before {
  content: "\e85b"; }

.icon-corner-right-down:before {
  content: "\e85c"; }

.icon-corner-right-up:before {
  content: "\e85d"; }

.icon-cpu:before {
  content: "\e85e"; }

.icon-credit-card:before {
  content: "\e85f"; }

.icon-crosshair:before {
  content: "\e860"; }

.icon-disc:before {
  content: "\e861"; }

.icon-delete:before {
  content: "\e862"; }

.icon-download-cloud:before {
  content: "\e863"; }

.icon-download:before {
  content: "\e864"; }

.icon-droplet:before {
  content: "\e865"; }

.icon-edit-2:before {
  content: "\e866"; }

.icon-edit:before {
  content: "\e867"; }

.icon-edit-1:before {
  content: "\e868"; }

.icon-external-link:before {
  content: "\e869"; }

.icon-eye:before {
  content: "\e86a"; }

.icon-feather:before {
  content: "\e86b"; }

.icon-facebook:before {
  content: "\e86c"; }

.icon-file-minus:before {
  content: "\e86d"; }

.icon-eye-off:before {
  content: "\e86e"; }

.icon-fast-forward:before {
  content: "\e86f"; }

.icon-file-text:before {
  content: "\e870"; }

.icon-film:before {
  content: "\e871"; }

.icon-file:before {
  content: "\e872"; }

.icon-file-plus:before {
  content: "\e873"; }

.icon-folder:before {
  content: "\e874"; }

.icon-filter:before {
  content: "\e875"; }

.icon-flag:before {
  content: "\e876"; }

.icon-globe:before {
  content: "\e877"; }

.icon-grid:before {
  content: "\e878"; }

.icon-heart:before {
  content: "\e879"; }

.icon-home:before {
  content: "\e87a"; }

.icon-github:before {
  content: "\e87b"; }

.icon-image:before {
  content: "\e87c"; }

.icon-inbox:before {
  content: "\e87d"; }

.icon-layers:before {
  content: "\e87e"; }

.icon-info:before {
  content: "\e87f"; }

.icon-instagram:before {
  content: "\e880"; }

.icon-layout:before {
  content: "\e881"; }

.icon-link-2:before {
  content: "\e882"; }

.icon-life-buoy:before {
  content: "\e883"; }

.icon-link:before {
  content: "\e884"; }

.icon-log-in:before {
  content: "\e885"; }

.icon-list:before {
  content: "\e886"; }

.icon-lock:before {
  content: "\e887"; }

.icon-log-out:before {
  content: "\e888"; }

.icon-loader:before {
  content: "\e889"; }

.icon-mail:before {
  content: "\e88a"; }

.icon-maximize-2:before {
  content: "\e88b"; }

.icon-map:before {
  content: "\e88c"; }

.icon-map-pin:before {
  content: "\e88e"; }

.icon-menu:before {
  content: "\e88f"; }

.icon-message-circle:before {
  content: "\e890"; }

.icon-message-square:before {
  content: "\e891"; }

.icon-minimize-2:before {
  content: "\e892"; }

.icon-mic-off:before {
  content: "\e893"; }

.icon-minus-circle:before {
  content: "\e894"; }

.icon-mic:before {
  content: "\e895"; }

.icon-minus-square:before {
  content: "\e896"; }

.icon-minus:before {
  content: "\e897"; }

.icon-moon:before {
  content: "\e898"; }

.icon-monitor:before {
  content: "\e899"; }

.icon-more-vertical:before {
  content: "\e89a"; }

.icon-more-horizontal:before {
  content: "\e89b"; }

.icon-move:before {
  content: "\e89c"; }

.icon-music:before {
  content: "\e89d"; }

.icon-navigation-2:before {
  content: "\e89e"; }

.icon-navigation:before {
  content: "\e89f"; }

.icon-octagon:before {
  content: "\e8a0"; }

.icon-package:before {
  content: "\e8a1"; }

.icon-pause-circle:before {
  content: "\e8a2"; }

.icon-pause:before {
  content: "\e8a3"; }

.icon-percent:before {
  content: "\e8a4"; }

.icon-phone-call:before {
  content: "\e8a5"; }

.icon-phone-forwarded:before {
  content: "\e8a6"; }

.icon-phone-missed:before {
  content: "\e8a7"; }

.icon-phone-off:before {
  content: "\e8a8"; }

.icon-phone-incoming:before {
  content: "\e8a9"; }

.icon-phone:before {
  content: "\e8aa"; }

.icon-phone-outgoing:before {
  content: "\e8ab"; }

.icon-pie-chart:before {
  content: "\e8ac"; }

.icon-play-circle:before {
  content: "\e8ad"; }

.icon-play:before {
  content: "\e8ae"; }

.icon-plus-square:before {
  content: "\e8af"; }

.icon-plus-circle:before {
  content: "\e8b0"; }

.icon-plus:before {
  content: "\e8b1"; }

.icon-pocket:before {
  content: "\e8b2"; }

.icon-printer:before {
  content: "\e8b3"; }

.icon-power:before {
  content: "\e8b4"; }

.icon-radio:before {
  content: "\e8b5"; }

.icon-repeat:before {
  content: "\e8b6"; }

.icon-refresh-ccw:before {
  content: "\e8b7"; }

.icon-rewind:before {
  content: "\e8b8"; }

.icon-rotate-ccw:before {
  content: "\e8b9"; }

.icon-refresh-cw:before {
  content: "\e8ba"; }

.icon-rotate-cw:before {
  content: "\e8bb"; }

.icon-save:before {
  content: "\e8bc"; }

.icon-search:before {
  content: "\e8bd"; }

.icon-server:before {
  content: "\e8be"; }

.icon-scissors:before {
  content: "\e8bf"; }

.icon-share-2:before {
  content: "\e8c0"; }

.icon-share:before {
  content: "\e8c1"; }

.icon-shield:before {
  content: "\e8c2"; }

.icon-settings:before {
  content: "\e8c3"; }

.icon-skip-back:before {
  content: "\e8c4"; }

.icon-shuffle:before {
  content: "\e8c5"; }

.icon-sidebar:before {
  content: "\e8c6"; }

.icon-skip-forward:before {
  content: "\e8c7"; }

.icon-slack:before {
  content: "\e8c8"; }

.icon-slash:before {
  content: "\e8c9"; }

.icon-smartphone:before {
  content: "\e8ca"; }

.icon-square:before {
  content: "\e8cb"; }

.icon-speaker:before {
  content: "\e8cc"; }

.icon-star:before {
  content: "\e8cd"; }

.icon-stop-circle:before {
  content: "\e8ce"; }

.icon-sun:before {
  content: "\e8cf"; }

.icon-sunrise:before {
  content: "\e8d0"; }

.icon-tablet:before {
  content: "\e8d1"; }

.icon-tag:before {
  content: "\e8d2"; }

.icon-sunset:before {
  content: "\e8d3"; }

.icon-target:before {
  content: "\e8d4"; }

.icon-thermometer:before {
  content: "\e8d5"; }

.icon-thumbs-up:before {
  content: "\e8d6"; }

.icon-thumbs-down:before {
  content: "\e8d7"; }

.icon-toggle-left:before {
  content: "\e8d8"; }

.icon-toggle-right:before {
  content: "\e8d9"; }

.icon-trash-2:before {
  content: "\e8da"; }

.icon-trash:before {
  content: "\e8db"; }

.icon-trending-up:before {
  content: "\e8dc"; }

.icon-trending-down:before {
  content: "\e8dd"; }

.icon-triangle:before {
  content: "\e8de"; }

.icon-type:before {
  content: "\e8df"; }

.icon-twitter:before {
  content: "\e8e0"; }

.icon-upload:before {
  content: "\e8e1"; }

.icon-umbrella:before {
  content: "\e8e2"; }

.icon-upload-cloud:before {
  content: "\e8e3"; }

.icon-unlock:before {
  content: "\e8e4"; }

.icon-user-check:before {
  content: "\e8e5"; }

.icon-user-minus:before {
  content: "\e8e6"; }

.icon-user-plus:before {
  content: "\e8e7"; }

.icon-user-x:before {
  content: "\e8e8"; }

.icon-user:before {
  content: "\e8e9"; }

.icon-users:before {
  content: "\e8ea"; }

.icon-video-off:before {
  content: "\e8eb"; }

.icon-video:before {
  content: "\e8ec"; }

.icon-voicemail:before {
  content: "\e8ed"; }

.icon-volume-x:before {
  content: "\e8ee"; }

.icon-volume-2:before {
  content: "\e8ef"; }

.icon-volume-1:before {
  content: "\e8f0"; }

.icon-volume:before {
  content: "\e8f1"; }

.icon-watch:before {
  content: "\e8f2"; }

.icon-wifi:before {
  content: "\e8f3"; }

.icon-x-square:before {
  content: "\e8f4"; }

.icon-wind:before {
  content: "\e8f5"; }

.icon-x:before {
  content: "\e8f6"; }

.icon-x-circle:before {
  content: "\e8f7"; }

.icon-zap:before {
  content: "\e8f8"; }

.icon-zoom-in:before {
  content: "\e8f9"; }

.icon-zoom-out:before {
  content: "\e8fa"; }

.icon-command:before {
  content: "\e8fb"; }

.icon-cloud:before {
  content: "\e8fc"; }

.icon-hash:before {
  content: "\e8fd"; }

.icon-headphones:before {
  content: "\e8fe"; }

.icon-underline:before {
  content: "\e8ff"; }

.icon-italic:before {
  content: "\e900"; }

.icon-bold:before {
  content: "\e901"; }

.icon-crop:before {
  content: "\e902"; }

.icon-help-circle:before {
  content: "\e903"; }

.icon-paperclip:before {
  content: "\e904"; }

.icon-shopping-cart:before {
  content: "\e905"; }

.icon-tv:before {
  content: "\e906"; }

.icon-wifi-off:before {
  content: "\e907"; }

.icon-minimize:before {
  content: "\e88d"; }

.icon-maximize:before {
  content: "\e908"; }

.icon-gitlab:before {
  content: "\e909"; }

.icon-sliders:before {
  content: "\e90a"; }

.icon-star-on:before {
  content: "\e90b"; }

.icon-heart-on:before {
  content: "\e90c"; }

.icon-archive:before {
  content: "\e90d"; }

.icon-arrow-down-circle:before {
  content: "\e90e"; }

.icon-arrow-up-circle:before {
  content: "\e90f"; }

.icon-arrow-left-circle:before {
  content: "\e910"; }

.icon-arrow-right-circle:before {
  content: "\e911"; }

.icon-bar-chart-line-:before {
  content: "\e912"; }

.icon-bar-chart-line:before {
  content: "\e913"; }

.icon-book-open:before {
  content: "\e914"; }

.icon-code:before {
  content: "\e915"; }

.icon-database:before {
  content: "\e916"; }

.icon-dollar-sign:before {
  content: "\e917"; }

.icon-folder-plus:before {
  content: "\e918"; }

.icon-gift:before {
  content: "\e919"; }

.icon-folder-minus:before {
  content: "\e91a"; }

.icon-git-commit:before {
  content: "\e91b"; }

.icon-git-branch:before {
  content: "\e91c"; }

.icon-git-pull-request:before {
  content: "\e91d"; }

.icon-git-merge:before {
  content: "\e91e"; }

.icon-linkedin:before {
  content: "\e91f"; }

.icon-hard-drive:before {
  content: "\e920"; }

.icon-more-vertical-:before {
  content: "\e921"; }

.icon-more-horizontal-:before {
  content: "\e922"; }

.icon-rss:before {
  content: "\e923"; }

.icon-send:before {
  content: "\e924"; }

.icon-shield-off:before {
  content: "\e925"; }

.icon-shopping-bag:before {
  content: "\e926"; }

.icon-terminal:before {
  content: "\e927"; }

.icon-truck:before {
  content: "\e928"; }

.icon-zap-off:before {
  content: "\e929"; }

.icon-youtube:before {
  content: "\e92a"; }

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d; }

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050; }

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050; }

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }

.vbox-next {
  right: 15px; }

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left; }

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh; }

.venoframe.vbvid {
  height: 260px; }

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh; }
  .venoframe.vbvid {
    width: 640px;
    height: 360px; } }

@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh; }
  .venoframe.vbvid {
    width: 960px;
    height: 540px; } }

/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial; }

img.figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.vbox-content.swipe-left {
  margin-left: -200px !important; }

.vbox-content.swipe-right {
  margin-left: 200px !important; }

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out; }

.animate-in {
  opacity: 1; }

.animate-out {
  opacity: 0; }

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.sk-double-bounce {
  position: relative; }

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%; }

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear; }

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out; }

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: '';
  background-color: #333; }

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1; }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1; }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/* Mixins */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.btn-primary img, .btn-secondary img, .btn-tertiary img, .button img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%); }

.active.btn-primary img, .active.btn-secondary img, .active.btn-tertiary img, .active.button img {
  display: block; }

.active.btn-primary span, .active.btn-secondary span, .active.btn-tertiary span, .active.button span {
  opacity: 0; }

.btn-primary {
  background-image: none;
  background: #649c47;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 14px 19px;
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
  height: 44px; }
  .btn-primary:focus, .btn-primary:active {
    background: #4e7937;
    border: #4e7937;
    color: #fff; }
  .btn-primary:hover {
    background: #4e7937;
    border: #4e7937;
    color: #fff; }
  .btn-primary.disabled, .btn-primary[disabled],
  fieldset[disabled] .btn-primary {
    background: #BDBCBC;
    cursor: default;
    pointer-events: none; }

.btn-secondary {
  background-image: none;
  background: #363637;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 14px 19px;
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
  height: 44px; }
  .btn-secondary:focus, .btn-secondary:active {
    background: #1d1d1d;
    border: #1d1d1d;
    color: #fff; }
  .btn-secondary:hover {
    background: #1d1d1d;
    border: #1d1d1d;
    color: #fff; }
  .btn-secondary.disabled, .btn-secondary[disabled],
  fieldset[disabled] .btn-secondary {
    background: #BDBCBC;
    cursor: default;
    pointer-events: none; }

.btn-tertiary {
  background-image: none;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  color: #4A4A4A;
  cursor: pointer;
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 14px 19px;
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
  height: 44px; }
  .btn-tertiary:focus, .btn-tertiary:active {
    background: rgba(230, 230, 230, 0.9);
    border: rgba(230, 230, 230, 0.9);
    color: #4A4A4A; }
  .btn-tertiary:hover {
    background: rgba(230, 230, 230, 0.9);
    border: rgba(230, 230, 230, 0.9);
    color: #4A4A4A; }
  .btn-tertiary.disabled, .btn-tertiary[disabled],
  fieldset[disabled] .btn-tertiary {
    background: #BDBCBC;
    cursor: default;
    pointer-events: none; }

.button {
  background-image: none;
  background: #649c47;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 14px 19px;
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.5s ease;
  position: relative;
  height: 44px; }
  .button:focus, .button:active {
    background: #4e7937;
    border: #4e7937;
    color: #fff; }
  .button:hover {
    background: #4e7937;
    border: #4e7937;
    color: #fff; }
  .button.disabled, .button[disabled],
  fieldset[disabled] .button {
    background: #BDBCBC;
    cursor: default;
    pointer-events: none; }
  .button.btn-full {
    width: 100%; }

.btn-full {
  width: 100%; }

.add-product.active img {
  display: block; }

.add-product.active span {
  display: none; }

.add-product img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  transform: translate(-50%, -50%); }

.input-font-size, select {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4A4A4A;
  line-height: 17px; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  box-shadow: none;
  border: 1px solid #BDBCBC;
  height: 50px; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #BDBCBC;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

select {
  height: 50px;
  margin-bottom: 1.5rem;
  border: 1px solid #BDBCBC;
  background-image: url('https://sproutpeople.org/skin/frontend/spr/default/css/data:image/svg+xml;utf8,<sv')xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  font-size: 16px;
  font-size: 1rem; }

.fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.messages {
  list-style: none;
  margin: 0 0 10px;
  width: 100%; }
  .messages li ul {
    list-style: none;
    margin: 0; }
    .messages li ul li {
      padding: 10px 20px;
      width: 100%; }
  .messages .error-msg {
    color: #F04141;
    border: 1px solid #F04141;
    background: #fff5f3; }
  .messages .success-msg {
    color: #56874C;
    border: 1px solid #56874C;
    background: #FEFFF7; }
  .messages .warning-msg,
  .messages .notice-msg {
    color: #3d6611;
    border: 1px solid #fcd344;
    background: #fafaec; }

.validation-advice {
  position: relative;
  top: -20px;
  color: #F04141;
  font-size: 14px;
  font-size: 0.875rem; }

.home {
  width: 100%; }
  .home .hero-banner {
    position: relative;
    background-image: url("https://sproutpeople.org/skin/frontend/spr/default/images/bg.video-not-supported.1592018450.jpg");
    background-size: cover;
    background-position: center -40px;
    background-repeat: no-repeat;
    max-height: 520px; }
    @media (max-width: 800px) {
      .home .hero-banner {
        height: 480px; } }
    .home .hero-banner__video {
      width: 100%;
      height: auto;
      overflow: hidden; }
      @media (max-width: 800px) {
        .home .hero-banner__video {
          width: 1280px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
    .home .hero-banner__copy {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 100%; }
    .home .hero-banner__title {
      font-size: 32px;
      font-size: 2rem;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1px; }
      @media (min-width: 1024px) {
        .home .hero-banner__title {
          font-size: 42px;
          font-size: 2.625rem;
          width: 50%; } }
    .home .hero-banner__cta {
      margin: 25px 0 40px; }
    .home .hero-banner__video-button {
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 15px; }
      .home .hero-banner__video-button__play-button {
        height: 64px;
        width: 64px;
        opacity: 0.8;
        background: #fff;
        border-radius: 50%;
        position: relative;
        margin: 0 0 10px; }
        .home .hero-banner__video-button__play-button svg {
          width: 100%;
          height: 100%; }
          .home .hero-banner__video-button__play-button svg polygon {
            fill: #363637;
            stroke: none; }
  .home .product-feature {
    margin: 14px 0 16px; }
    .home .product-feature__image {
      height: 620px;
      position: relative; }
      @media (max-width: 639px) {
        .home .product-feature__image {
          height: 370px; } }
      .home .product-feature__image img {
        width: auto;
        height: 100%; }
      .home .product-feature__image::after {
        z-index: -1;
        content: "";
        display: block;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        opacity: 0.5;
        background: linear-gradient(30.56deg, #D6D7DA 0%, #EBEEF6 100%);
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        margin-left: -160px;
        margin-top: -160px; }
        @media (min-width: 1024px) {
          .home .product-feature__image::after {
            z-index: -1;
            content: "";
            display: block;
            width: 525px;
            height: 525px;
            border-radius: 50%;
            opacity: 0.5;
            background: linear-gradient(30.56deg, #D6D7DA 0%, #EBEEF6 100%);
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 0;
            margin-left: -262.5px;
            margin-top: -262.5px; } }
      .home .product-feature__image div {
        width: 140px; }
        @media (min-width: 1024px) {
          .home .product-feature__image div {
            width: 225px; } }
    .home .product-feature .details {
      font-family: "PT Serif", serif;
      justify-content: flex-start;
      text-align: left; }
      @media (max-width: 639px) {
        .home .product-feature .details {
          justify-content: center;
          text-align: center;
          margin: 25px 0 50px; } }
      .home .product-feature .details__title {
        font-family: "PT Sans", sans-serif;
        font-size: 28px;
        font-size: 1.75rem;
        color: #363637;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .home .product-feature .details__subheading {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 38px; }
      .home .product-feature .details__copy {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 30px;
        color: #2D2D2E; }
  .home .promo-blocks .promo-block__background-image {
    height: 480px;
    background-size: cover;
    background-position: center; }
  .home .promo-blocks .promo-block__copy {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 50px 15px; }
    @media (min-width: 1024px) {
      .home .promo-blocks .promo-block__copy {
        width: 70%;
        padding: 50px 40px; } }
    .home .promo-blocks .promo-block__copy p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 30px;
      color: #2D2D2E;
      text-align: center; }
  .home .promo-blocks .promo-block__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    font-weight: 600;
    color: #363637;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center; }
  .home .product-grid__title {
    color: #363637;
    font-weight: 600;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    margin: 56px 0;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .home .product-grid__title {
        margin: 50px 0 70px; } }
  .home .product-grid .cell:first-child {
    padding-left: 0; }
  .home .product-grid .cell:last-child {
    padding-right: 0; }
  .home .card__title {
    color: #363637;
    font-weight: 600;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    margin: 56px auto; }
    @media (min-width: 1024px) {
      .home .card__title {
        margin: 50px auto; } }
  .home .card__image {
    height: 280px;
    background-size: cover;
    background-position: center; }
  .home .card .copy {
    padding: 36px 16px 40px;
    background: #F2F2F2; }
    .home .card .copy__title {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 22px;
      color: #363637;
      text-transform: uppercase; }
    .home .card .copy p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 30px;
      color: #2D2D2E;
      text-align: center; }
    .home .card .copy__cta {
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 500;
      color: #649c47; }
      .home .card .copy__cta::after {
        font-family: 'feather';
        content: '\e829';
        margin-left: 5px; }
  .home .social-gallery {
    max-width: 560px;
    width: 100%;
    margin: 60px auto 0; }
    @media (min-width: 1024px) {
      .home .social-gallery {
        margin: 80px 0 0;
        max-width: 1400px; } }
    .home .social-gallery .cell {
      width: 50%; }
      @media (min-width: 1024px) {
        .home .social-gallery .cell {
          width: 20%; } }
    .home .social-gallery .instagram {
      background: #363637;
      width: 100%;
      height: 90px; }
      @media (min-width: 1024px) {
        .home .social-gallery .instagram {
          width: 20%;
          height: auto; } }
      .home .social-gallery .instagram a {
        text-decoration: none; }
        @media (min-width: 1024px) {
          .home .social-gallery .instagram a {
            flex-direction: column; } }
      .home .social-gallery .instagram__heading {
        color: #F2F2F2;
        font-size: 13px;
        font-size: 0.8125rem; }
      .home .social-gallery .instagram__circle {
        width: 80px;
        height: 80px;
        background: #649c47;
        border-radius: 50%; }
        .home .social-gallery .instagram__circle::after {
          font-size: 24px;
          font-size: 1.5rem;
          font-family: 'feather';
          content: "\e880";
          color: #fff; }
      .home .social-gallery .instagram__copy {
        font-family: "PT Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        font-size: 1rem;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 0 16px; }
        @media (min-width: 1024px) {
          .home .social-gallery .instagram__copy {
            margin: 16px 0 0; } }

.newsletter {
  background: #333333;
  padding: 50px 0;
  margin-top: 80px; }
  .newsletter__copy {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600; }
  .newsletter__form form {
    position: relative;
    display: flex;
    height: 54px; }
    .newsletter__form form input[type="text"] {
      height: 100%;
      border: 0;
      border-radius: 4px 0 0 4px;
      box-shadow: none;
      font-family: "PT Sans", sans-serif;
      font-size: 13px;
      font-size: 0.8125rem; }
      .newsletter__form form input[type="text"]::placeholder {
        color: #2D2D2E; }
    .newsletter__form form button[type="submit"] {
      height: 100%;
      width: 72px;
      background: #649c47;
      border: 0;
      border-radius: 0 4px 4px 0;
      color: #fff;
      font-size: 26px;
      font-size: 1.625rem;
      cursor: pointer; }
    .newsletter__form form label.error {
      position: absolute;
      bottom: -30px;
      left: 8px;
      color: #F04141; }

.user-display {
  display: none; }

.brand-features {
  list-style: none; }

.brand-feature {
  margin: 0 0 40px;
  text-align: center; }
  .brand-feature__icon {
    margin: 0 auto 20px;
    width: 50px;
    vertical-align: middle; }
  .brand-feature__text {
    max-width: 400px;
    vertical-align: middle;
    margin: 0 auto; }
    .brand-feature__text a {
      text-decoration: none;
      color: #0a0a0a; }
    .brand-feature__text strong {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "PT Sans", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .brand-feature__text p {
      margin: 0; }

.featured-quotes__carousel.slick-initialized .slick-slide {
  display: flex; }

.featured-quotes__carousel .slick-track {
  display: flex; }

.featured-quotes__carousel .slide {
  margin: 25px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; }
  .featured-quotes__carousel .slide .featured-quote {
    box-shadow: 0px 0px 10px #ccc;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column; }
    .featured-quotes__carousel .slide .featured-quote__copy {
      border: none;
      margin: 0;
      padding: 0;
      color: #666666;
      padding: 50px;
      position: relative;
      flex: 1 0 auto; }
    .featured-quotes__carousel .slide .featured-quote__author {
      display: block;
      text-align: center;
      padding: 0 0 50px;
      color: #649c47; }
  .featured-quotes__carousel .slide.slick-center .featured-quote {
    background: #649c47;
    color: #fff; }
    .featured-quotes__carousel .slide.slick-center .featured-quote__copy {
      color: #fff; }
    .featured-quotes__carousel .slide.slick-center .featured-quote__author {
      color: #fff; }

@media only screen and (max-width: 1205px) {
  .featured-quotes__carousel .slick-arrow {
    display: none; } }

.cms-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem; }
  .cms-menu li {
    font-family: "PT Serif", serif;
    line-height: 26px;
    margin: 0 0 4px; }
    .cms-menu li.parent > a {
      color: #363637;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      font-size: 1rem; }
    .cms-menu li strong {
      font-weight: 400; }
    .cms-menu li ul {
      list-style: none;
      margin: 0; }
  .cms-menu a {
    color: #828282;
    font-size: 13px;
    font-size: 0.8125rem;
    text-decoration: none; }
    .cms-menu a:hover {
      color: #363637; }

.cms-page-view .hero {
  margin: 0 0 60px; }

.cms-page-view .std {
  color: #828282;
  line-height: 30px;
  max-width: 800px;
  margin: 0 auto; }
  .cms-page-view .std strong {
    color: #2B2B2B;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 38px; }
  .cms-page-view .std p {
    color: #828282;
    line-height: 30px; }
  .cms-page-view .std h1,
  .cms-page-view .std h2,
  .cms-page-view .std h3,
  .cms-page-view .std h4 {
    color: #363637; }
  .cms-page-view .std h2 {
    font-size: 26px;
    font-size: 1.625rem;
    text-transform: uppercase;
    font-weight: 600; }
  .cms-page-view .std h3 {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600; }
  .cms-page-view .std table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0; }
  .cms-page-view .std thead,
  .cms-page-view .std tbody,
  .cms-page-view .std tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  .cms-page-view .std caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  .cms-page-view .std thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  .cms-page-view .std tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  .cms-page-view .std thead tr,
  .cms-page-view .std tfoot tr {
    background: transparent; }
  .cms-page-view .std thead th,
  .cms-page-view .std thead td,
  .cms-page-view .std tfoot th,
  .cms-page-view .std tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  .cms-page-view .std tbody th,
  .cms-page-view .std tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  .cms-page-view .std tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  .cms-page-view .std table.unstriped tbody {
    background-color: #fefefe; }
  .cms-page-view .std table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe; }

.search__header {
  margin-bottom: 35px; }
  .search__header .search__heading {
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 62px;
    letter-spacing: 1.53px;
    color: #363637;
    text-transform: uppercase;
    text-align: center; }
  .search__header p {
    color: #2D2D2E;
    text-align: center; }

.search__subheading p {
  font-family: "PT Sans", sans-serif;
  color: #4A4A4A; }

.search__results .product-grid__item .item__image {
  text-align: center; }
  .search__results .product-grid__item .item__image img {
    max-height: 380px;
    width: auto; }

html, body {
  max-width: 100%; }

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "PT Sans", sans-serif;
  counter-reset: section; }
  body.mobile-menu--active {
    position: fixed;
    height: 100%; }

a {
  color: #649c47;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    color: #2D2D2E; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  margin-bottom: 1.5rem; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700; }

p {
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-size: 0.875rem; }

ul, li {
  font-family: "PT Sans", sans-serif; }

@media (max-width: 1023px) {
  .no-mobile {
    display: none; } }

.flex-wrap {
  display: flex; }

.ajax_overlay {
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%; }
  .ajax_overlay img {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px); }

.show {
  display: block !important; }

footer,
.footer {
  background: #2D2D2E; }
  footer .footer-block,
  footer .footer-block:last-child,
  .footer .footer-block,
  .footer .footer-block:last-child {
    padding: 20px 40px; }
    @media (max-width: 639px) {
      footer .footer-block,
      footer .footer-block:last-child,
      .footer .footer-block,
      .footer .footer-block:last-child {
        padding: 20px 0; } }
    @media (min-width: 1024px) {
      footer .footer-block,
      footer .footer-block:last-child,
      .footer .footer-block,
      .footer .footer-block:last-child {
        padding: 47px 0; } }
    footer .footer-block__heading,
    footer .footer-block:last-child__heading,
    .footer .footer-block__heading,
    .footer .footer-block:last-child__heading {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      color: #fff; }
    footer .footer-block__list,
    footer .footer-block:last-child__list,
    .footer .footer-block__list,
    .footer .footer-block:last-child__list {
      list-style: none;
      margin: 0; }
      footer .footer-block__list ul,
      footer .footer-block:last-child__list ul,
      .footer .footer-block__list ul,
      .footer .footer-block:last-child__list ul {
        list-style: none;
        margin: 0;
        columns: 2; }
      footer .footer-block__list a, footer .footer-block__list a:hover,
      footer .footer-block:last-child__list a,
      footer .footer-block:last-child__list a:hover,
      .footer .footer-block__list a,
      .footer .footer-block__list a:hover,
      .footer .footer-block:last-child__list a,
      .footer .footer-block:last-child__list a:hover {
        font-family: "PT Serif", serif;
        color: #F2F2F2;
        font-size: 13px;
        font-size: 0.8125rem;
        text-decoration: none; }
    footer .footer-block__social li,
    footer .footer-block:last-child__social li,
    .footer .footer-block__social li,
    .footer .footer-block:last-child__social li {
      margin-right: 15px;
      font-size: 24px;
      font-size: 1.5rem; }
      footer .footer-block__social li i,
      footer .footer-block:last-child__social li i,
      .footer .footer-block__social li i,
      .footer .footer-block:last-child__social li i {
        font-size: 20px;
        font-size: 1.25rem; }
    footer .footer-block__help,
    footer .footer-block:last-child__help,
    .footer .footer-block__help,
    .footer .footer-block:last-child__help {
      padding: 40px;
      background: #2D2D2E; }
      footer .footer-block__help p,
      footer .footer-block:last-child__help p,
      .footer .footer-block__help p,
      .footer .footer-block:last-child__help p {
        margin: 0;
        font-family: "PT Serif", serif;
        color: #F2F2F2;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 24px; }
        footer .footer-block__help p a,
        footer .footer-block:last-child__help p a,
        .footer .footer-block__help p a,
        .footer .footer-block:last-child__help p a {
          color: #F2F2F2;
          text-decoration: none; }
      footer .footer-block__help .btn-primary,
      footer .footer-block:last-child__help .btn-primary,
      .footer .footer-block__help .btn-primary,
      .footer .footer-block:last-child__help .btn-primary {
        margin-top: 15px; }
    footer .footer-block .badge__list,
    footer .footer-block:last-child .badge__list,
    .footer .footer-block .badge__list,
    .footer .footer-block:last-child .badge__list {
      margin: 10px 0 0 0; }
      footer .footer-block .badge__list a,
      footer .footer-block:last-child .badge__list a,
      .footer .footer-block .badge__list a,
      .footer .footer-block:last-child .badge__list a {
        display: inline-block; }
    footer .footer-block .badge-1,
    footer .footer-block:last-child .badge-1,
    .footer .footer-block .badge-1,
    .footer .footer-block:last-child .badge-1 {
      width: 140px;
      max-width: 100px; }
    footer .footer-block .badge-2,
    footer .footer-block:last-child .badge-2,
    .footer .footer-block .badge-2,
    .footer .footer-block:last-child .badge-2 {
      width: 80px;
      border: 4px solid #FFFFFF; }
    footer .footer-block .badge-3,
    footer .footer-block:last-child .badge-3,
    .footer .footer-block .badge-3,
    .footer .footer-block:last-child .badge-3 {
      width: 66px; }
  footer .copy-right,
  .footer .copy-right {
    background: #4A4A4A;
    height: 40px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #F2F2F2; }
    footer .copy-right a,
    .footer .copy-right a {
      color: #F2F2F2;
      text-decoration: none;
      margin: 0 5px; }

.page-loader {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0; }
  .page-loader__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    stroke: #649c47; }
  .page-loader img {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px; }

.checkout-sidebar__summary.loading .page-loader,
.cart__summary.loading .page-loader {
  display: block;
  opacity: 1; }

.w100 {
  width: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0 !important; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  font-size: 0;
  cursor: pointer; }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 45%;
    color: #363637;
    background: #d6d6d6;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 6px 0 0 0; }
  .slick-arrow.slick-prev:before {
    content: "\f104";
    left: -20px;
    padding-right: 2px; }
  .slick-arrow.slick-next:before {
    content: "\f105";
    right: -20px;
    padding-left: 2px; }

.product-slider .slick-arrow.slick-prev:before, .product-slider .slick-arrow.slick-next:before {
  top: 30%; }

.product-slider .slick-arrow.slick-prev:before {
  left: -30px; }

.product-slider .slick-arrow.slick-next:before {
  right: -30px; }

.base-image {
  margin: 0;
  padding: 0; }

.product-image {
  position: relative;
  margin: 0 0 15px;
  overflow: hidden; }
  .product-image .slider-arrow {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    top: 0;
    width: 40px;
    background: rgba(255, 255, 255, 0.6);
    color: #363637;
    font-size: 30px;
    font-size: 1.875rem;
    height: 100%;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
    .product-image .slider-arrow.prev-arrow {
      left: 0; }
    .product-image .slider-arrow.next-arrow {
      right: 0;
      text-align: center; }
  .product-image:hover .slider-arrow {
    opacity: 1; }

.more-views {
  max-height: 120px;
  overflow: hidden; }
  .more-views .slider {
    height: auto;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0; }
  .more-views .slick-slide {
    height: auto;
    cursor: pointer; }
    .more-views .slick-slide.slick-active.slick-current img {
      outline: 3px solid #f7b617;
      outline-offset: -3px; }

.js-slider-arrows {
  display: inline-block;
  background: red;
  padding: 5px; }

.hero .slick-arrow {
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 100;
  top: 50%; }
  .hero .slick-arrow.slick-prev {
    left: 20px; }
  .hero .slick-arrow.slick-next {
    right: 20px; }

.hero:hover .slick-arrow {
  opacity: 1; }

.hero .slick-arrow.slick-prev:before {
  left: 0px; }

.hero .slick-arrow.slick-next:before {
  right: 0px; }

.hero__slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #363637;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 10; }

.hero__slide__content, .hero__slide__action {
  z-index: 101;
  position: relative; }

.hero .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  position: absolute;
  z-index: 100;
  bottom: 5%;
  width: 100%; }
  .hero .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer; }
    .hero .slick-dots button:hover {
      background: #461001; }
  .hero .slick-dots li {
    display: inline;
    margin: 0 5px; }
    .hero .slick-dots li.slick-active button {
      background: #461001; }

.hero .slick-slide {
  display: flex !important; }

.item__description a,
.tabs-content a,
.product__right-side p a,
.growing-instructions a,
.item__ingredients a,
.item__directions a,
.category-description-bottom a,
.text-content-area a {
  color: #2D2D2E;
  border-bottom: 2px solid #f7b617;
  text-decoration: none; }

*:focus {
  outline: none; }

section {
  width: 100%; }

.cms-index-index .section.odd {
  padding: 40px 0;
  background: #f8f8f8; }

.featured-block {
  text-align: center;
  color: #fff;
  margin: 80px 0; }
  .featured-block__row {
    min-height: 400px; }
  .featured-block h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .featured-block h4 {
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.125rem; }
  .featured-block p {
    font-size: 18px;
    font-size: 1.125rem; }

.section-header {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  color: #363637;
  line-height: 34px; }

.readmore-block {
  overflow: hidden; }

.site-header__search--mobile-btn {
  cursor: pointer; }

.hero .hero__left > .grid-container {
  width: 100%; }

.hero {
  height: auto; }
  .hero .hero__left .category-details {
    max-width: 800px;
    z-index: 10;
    position: relative;
    margin: 0 auto 70px; }
    @media (max-width: 1024px) {
      .hero .hero__left .category-details {
        margin-top: 70px; } }
  .hero .breadcrumbs {
    position: relative;
    text-align: left; }
    @media (max-width: 1024px) {
      .hero .breadcrumbs {
        display: none; } }

.product-grid__title {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 33px; }

.product-grid .item__name a {
  color: #363637;
  text-decoration: none; }

.product-grid .item__price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }
  .product-grid .item__price .price-box {
    display: inline; }
    .product-grid .item__price .price-box .price-label {
      display: none; }
    .product-grid .item__price .price-box .old-price,
    .product-grid .item__price .price-box .special-price {
      display: inline; }
    .product-grid .item__price .price-box .old-price {
      text-decoration: line-through;
      color: #999999;
      margin-right: 5px; }
    .product-grid .item__price .price-box .special-price {
      color: #649c47; }
    .product-grid .item__price .price-box p {
      font-family: "PT Sans", sans-serif;
      font-size: 16px;
      font-size: 1rem; }
  .product-grid .item__price-reviews .price span {
    font-size: 16px;
    font-size: 1rem; }
    @media (max-width: 639px) {
      .product-grid .item__price-reviews .price span {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (max-width: 639px) {
      .product-grid .item__price-reviews .price span.qty-label {
        font-size: 10px;
        font-size: 0.625rem; } }

.product-grid .item__image img {
  width: 100%;
  height: auto; }

.product-grid .item__actions {
  margin-top: 0; }
  .product-grid .item__actions a.btn-primary {
    height: 44px; }

.product .carousel {
  max-width: 660px;
  width: 100%;
  padding: 0; }
  @media (max-width: 1024px) {
    .product .carousel {
      max-width: 100%; } }
  @media (max-width: 800px) {
    .product .carousel .item {
      margin: 0 0 0px; } }

@media (max-width: 639px) {
  .product__right-side .product__item {
    margin-right: 0; } }

.product__right-side .item__reviews__stars {
  background: url(https://sproutpeople.org/skin/frontend/spr/default/icons/star-empty.svg) 0 100% repeat-x;
  height: 20px;
  width: 100px; }
  .product__right-side .item__reviews__stars__rating {
    background: url(https://sproutpeople.org/skin/frontend/spr/default/icons/star-filled.svg) 0 100% repeat-x;
    height: 20px; }

.product__right-side .item__reviews__counter {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #2D2D2E;
  margin: 0; }
  .product__right-side .item__reviews__counter span {
    font-size: 14px;
    font-size: 0.875rem; }

.product__right-side .item__price .price-box {
  display: inline; }
  .product__right-side .item__price .price-box .special-price {
    color: #649c47; }

.product-view__tabs {
  margin: 0 0 40px; }

.product__mobile .growing-instructions .video_responsive {
  margin: 0; }

.tabs-content a.item__image {
  border-bottom: none; }

.product-details__dropdown {
  margin: 0 0 50px; }
  @media (max-width: 639px) {
    .product-details__dropdown:last-child {
      padding-left: 0; } }
  .product-details__dropdown .dropdown__title {
    color: #4A4A4A;
    padding: 16px 0 6px;
    border-top: 1px solid #E9E7E7;
    cursor: pointer; }
    .product-details__dropdown .dropdown__title:last-of-type {
      border-bottom: 1px solid #E9E7E7; }
    .product-details__dropdown .dropdown__title h4 {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1;
      font-family: "PT Sans", sans-serif;
      margin-bottom: 0;
      font-weight: 700;
      color: #363637;
      text-transform: uppercase;
      margin: 0 0 10px; }
      .product-details__dropdown .dropdown__title h4::after {
        content: '+';
        color: #2D2D2E;
        font-size: 24px;
        font-size: 1.5rem;
        margin-right: 5px;
        position: relative;
        top: -3px;
        line-height: 0.8;
        float: right; }
    .product-details__dropdown .dropdown__title.accordion--open h4::after {
      content: '-'; }
  .product-details__dropdown .dropdown__content {
    display: none; }
    .product-details__dropdown .dropdown__content p, .product-details__dropdown .dropdown__content li, .product-details__dropdown .dropdown__content h4 {
      font-family: "PT Serif", serif;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 30px;
      color: #2D2D2E; }
    .product-details__dropdown .dropdown__content h4 {
      font-weight: 700; }
  .product-details__dropdown.force-open {
    margin: 0 0 30px; }
    .product-details__dropdown.force-open .dropdown__title {
      display: block;
      cursor: default; }
      .product-details__dropdown.force-open .dropdown__title h4 {
        font-size: 18px;
        font-size: 1.125rem;
        border-bottom: 1px solid #cacaca;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .product-details__dropdown.force-open .dropdown__title h4::after {
          content: ''; }
    .product-details__dropdown.force-open .dropdown__content {
      display: block; }

.video-wrapper a {
  display: none; }

.sprouting-details {
  list-style: none;
  margin: 0; }
  .sprouting-details i {
    color: #649c47; }
  .sprouting-details .info-label {
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
    color: #363637;
    font-weight: 700;
    float: left;
    margin-right: 10px; }
  .sprouting-details .info-value {
    float: left;
    color: #f7b617;
    font-weight: 700; }
  .sprouting-details .tooltip {
    clear: both;
    line-height: 24px;
    color: #696969; }
  .sprouting-details li {
    display: flex;
    flex-direction: row;
    margin: 0 0 10px; }
    .sprouting-details li .info-icon {
      padding: 0 20px 0 0; }
      .sprouting-details li .info-icon i {
        font-size: 20px;
        font-size: 1.25rem; }

.tabs {
  margin: 0;
  background: #fefefe;
  list-style-type: none;
  border: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
  .tabs::after {
    clear: both; }
  .tabs.vertical > li {
    display: block;
    float: none;
    width: auto; }
  .tabs.simple > li > a {
    padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }
  .tabs.primary {
    background: #2ba6cb; }
  .tabs.primary > li > a {
    color: #0a0a0a; }
  .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #299ec1; }
  .tabs .tabs-title {
    float: left; }
  .tabs .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #2ba6cb; }
  .tabs .tabs-title > a:hover {
    background: #fefefe;
    color: #258faf; }
  .tabs .tabs-title > a:focus, .tabs .tabs-title > a[aria-selected='true'] {
    background: #e6e6e6;
    color: #2ba6cb; }
  .tabs .tabs-title > a {
    color: #363637;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0 5px 0 0; }
    .tabs .tabs-title > a:hover, .tabs .tabs-title > a:focus, .tabs .tabs-title > a.is-active {
      border-bottom: 3px solid #712ca5;
      color: #363637;
      background: #fff; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  font-family: "PT Serif", serif;
  color: #2D2D2E;
  font-weight: 400;
  border: none;
  border-top: 2px solid #E9E7E7;
  margin-top: -2px; }
  @media (max-width: 1024px) {
    .tabs-content {
      border-top: none; } }
  .tabs-content a {
    color: #0a0a0a;
    text-decoration: none; }
  .tabs-content p {
    line-height: inherit; }
  .tabs-content ul,
  .tabs-content li {
    font-family: "PT Serif", serif; }
  .tabs-content h2 {
    font-size: 26px;
    font-size: 1.625rem;
    text-transform: uppercase; }
  .tabs-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase; }
  .tabs-content h4 {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }
  .tabs-content .item__name {
    font-size: 15px;
    font-size: 0.9375rem; }

.tabs-panel {
  display: none;
  padding: 20px 15px; }
  @media (max-width: 1024px) {
    .tabs-panel {
      padding: 0; } }
  .tabs-panel.is-active {
    display: block; }

.growing-instructions,
.recipe-directions {
  counter-reset: section paragraph; }
  .growing-instructions h4,
  .recipe-directions h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem; }
  .growing-instructions .print,
  .recipe-directions .print {
    color: #363637;
    margin: 0;
    display: inline-block;
    font-weight: 600; }

.tabs-content {
  counter-reset: section paragraph; }

.brief-instructions p {
  position: relative;
  padding: 4px 0 0 40px;
  line-height: 1.6; }
  .brief-instructions p::before {
    counter-increment: paragraph;
    /* Increment the value of section counter by 1 */
    content: counter(paragraph);
    border-radius: 50%;
    background: #649c47;
    height: 30px;
    width: 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 4px 0 0 0;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0; }

.brief-instructions ol {
  list-style: none;
  margin: 0;
  padding: 0; }
  .brief-instructions ol li {
    margin: 0 0 20px;
    padding: 4px 0 0 40px;
    position: relative; }
    .brief-instructions ol li::before {
      counter-increment: section;
      /* Increment the value of section counter by 1 */
      content: counter(section);
      border-radius: 50%;
      background: #649c47;
      height: 30px;
      width: 30px;
      display: inline-block;
      color: #fff;
      text-align: center;
      padding: 4px 0 0 0;
      font-weight: 700;
      position: absolute;
      left: 0;
      top: 0; }

.recipe-directions .print {
  margin: 5px 0 0 0; }

.recipe-section-header {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }

.video_responsive {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 0 0 80px; }
  .video_responsive iframe,
  .video_responsive object {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0; }
  .video_responsive a {
    position: absolute;
    bottom: -30px;
    left: 0; }

.account__form input[type="checkbox"] {
  margin-top: 2px; }

.checkout-onepage-index #checkout-shipping-method-load .sp-methods dt {
  display: block;
  background: #f9f9f9;
  padding: 10px 17px;
  margin: 0;
  border-top: 1px solid #f2f2f2; }

.checkout-onepage-index {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4A4A4A;
  display: flex;
  flex-direction: column; }
  .checkout-onepage-index #page {
    flex: 1 0 auto; }
  .checkout-onepage-index .site-header__navigation {
    margin: 0 auto 37px;
    padding: 12px 0 14px;
    border-bottom: 1px solid #D8D8D8; }
    .checkout-onepage-index .site-header__navigation .site-header__logo {
      border-bottom: 0; }

#ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .price-box .price-label {
  display: none; }

#ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .price-box .old-price,
#ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .price-box .special-price {
  display: inline; }

#ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .price-box .old-price {
  margin-right: 5px; }

#ubercart_modal_wrapper #ubercart_modal .content-wrapper .items .price-box .special-price {
  color: #649c47; }

.item__ingredients, .item__directions {
  line-height: 30px; }
  .item__ingredients p, .item__directions p {
    line-height: 30px; }
  .item__ingredients h3, .item__directions h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: #363637;
    text-transform: uppercase;
    margin: 0 0 10px; }

.account__body .address__contents address {
  font-style: normal;
  font-family: "PT Serif", serif;
  color: #2D2D2E;
  font-size: 14px;
  font-size: 0.875rem; }

.home .promo-blocks {
  margin: 0; }
  .home .promo-blocks .promo-block__copy {
    background: none; }
    .home .promo-blocks .promo-block__copy h3 {
      color: #fff;
      font-size: 36px;
      font-size: 2.25rem; }
    .home .promo-blocks .promo-block__copy p {
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem; }

.growing-view .product__right-side .product__item .item__reviews {
  cursor: default; }

.category__item .item__image {
  height: 200px; }

.text-content-area h2 {
  font-size: 22px;
  font-size: 1.375rem; }

.text-content-area h3 {
  font-size: 20px;
  font-size: 1.25rem; }

.text-content-area h4 {
  font-size: 18px;
  font-size: 1.125rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold; }

thead {
  background: #f8f8f8;
  color: #0a0a0a; }

tfoot {
  background: #f1f1f1;
  color: #0a0a0a; }

thead tr,
tfoot tr {
  background: transparent; }

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left; }

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem; }

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1; }

table.unstriped tbody {
  background-color: #fefefe; }

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe; }

.webforms-contact-form {
  max-width: 800px; }
  .webforms-contact-form .form-list {
    list-style: none;
    margin: 0; }
    .webforms-contact-form .form-list label.required em {
      display: none; }
    .webforms-contact-form .form-list label.required:after {
      content: ' *'; }
    .webforms-contact-form .form-list .w50 {
      width: 48%;
      float: left; }
      .webforms-contact-form .form-list .w50:first-child {
        margin-right: 2%; }
    .webforms-contact-form .form-list textarea {
      height: 150px;
      width: 98%; }

.welcome-block {
  margin-bottom: 40px; }

.product .item .footnote {
  margin-bottom: 50px; }
  .product .item .footnote__upsale {
    padding: 20px 10px; }

@media (max-width: 800px) {
  .product__left-side {
    margin-bottom: 40px; } }

@media (max-width: 1024px) {
  .product__similar-products h4 {
    margin: 20px 0 30px; } }

.product-view__tabs {
  margin: 0 0 20px; }

.search-results .item__image img {
  width: 100%;
  height: auto; }

.search-results .item__image a img {
  width: 100%;
  height: auto; }

.search-results .item__description {
  padding: 0 0 10px; }

.search-results .item__url {
  display: none; }

.search__filter {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 600; }

.catalog-product-view .product-view {
  padding-top: 20px; }

.logo-header {
  max-width: 87.5rem;
  margin: 0 auto;
  width: 100%; }

.lwr {
  text-transform: lowercase; }

.mobile-menu {
  margin-top: 20px; }

.product .review .review__entries .entry .profile__verified-purchase {
  color: #649c47;
  font-weight: 700; }

.gift-card-info br {
  display: none; }

.recipient_message {
  height: 150px; }

.recaptcha-box {
  margin: 10px 0 20px; }

.js-oos-alert {
  margin-top: 25px; }

.oos-input-email {
  height: 71px;
  padding: 14px 19px;
  margin: 0; }

.oos-input-email-wrapper {
  width: 100%;
  margin-right: 15px; }
  .oos-input-email-wrapper .error {
    color: red; }

.oos-wait-confirmation {
  margin-top: 10px; }

.cart__shipping {
  background-color: #F2F2F2;
  padding: 25px;
  margin-top: 10px; }
  .cart__shipping input[type="text"] {
    height: 50px;
    margin: 0 5px 0 0;
    box-shadow: none;
    border: 0; }
  .cart__shipping button {
    height: 50px; }
    .cart__shipping button.active span {
      visibility: hidden; }
    .cart__shipping button.active img {
      display: block; }
    .cart__shipping button img {
      display: none;
      position: absolute;
      left: calc(50% - 12px);
      top: calc(50% - 12px);
      width: 24px; }
  .cart__shipping .form-list {
    list-style: none;
    margin: 0; }
  .cart__shipping .buttons-set {
    margin-top: 10px; }
  .cart__shipping .sp-methods {
    margin-top: 10px; }
    .cart__shipping .sp-methods ul {
      list-style: none;
      margin: 0; }

.newsletter #ajax-message {
  text-align: center;
  color: #fff;
  margin: 10px auto;
  width: 100%;
  max-width: 360px;
  display: block; }

.product .item__maxqty {
  margin: 10px auto 0;
  background-color: #F2F2F2;
  width: 100%;
  text-align: center;
  padding: 20px 5px;
  font-weight: bold; }

.product .item__actions {
  margin-top: 10px; }

.site-header__alert p {
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem; }
  .site-header__alert p a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem; }

.site-header__alert a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem; }

.site-header__navigation {
  max-width: none; }

.site-header {
  font-family: "PT Sans", sans-serif; }
  .site-header__discount {
    max-width: none;
    color: #fff;
    background: #649c47;
    text-align: center;
    height: 40px; }
    .site-header__discount div,
    .site-header__discount p {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 700;
      font-family: "PT Sans", sans-serif;
      margin: 0px;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
      @media (max-width: 1023px) {
        .site-header__discount div,
        .site-header__discount p {
          font-size: 13px;
          font-size: 0.8125rem; } }
    .site-header__discount a {
      color: #fff;
      text-decoration: none; }
      .site-header__discount a.close-msg {
        position: absolute;
        top: 10px;
        right: 10px;
        display: none; }
  .site-header__navigation {
    margin-top: 12px;
    box-sizing: border-box; }
    .site-header__navigation .site-header__logo a {
      display: flex; }
    .site-header__navigation .site-header__logo img {
      width: 300px;
      height: 100%; }
    @media (max-width: 1023px) {
      .site-header__navigation .site-header__logo {
        text-align: center;
        padding-bottom: 12px;
        border-bottom: 1px solid #E9E7E7; }
        .site-header__navigation .site-header__logo a {
          display: inline-block; } }
    .site-header__navigation .site-header__logo .tagline {
      color: #649c47;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "PT Sans", sans-serif; }
      .site-header__navigation .site-header__logo .tagline p {
        font-family: "PT Sans", sans-serif; }
        @media (max-width: 639px) {
          .site-header__navigation .site-header__logo .tagline p {
            font-size: 12px;
            font-size: 0.75rem; } }
    .site-header__navigation .site-header__search {
      height: 54px; }
      .site-header__navigation .site-header__search form {
        display: flex;
        height: 54px; }
        .site-header__navigation .site-header__search form label {
          background-color: #649c47;
          color: #fff;
          height: 54px;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          width: 50px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 1023px) {
            .site-header__navigation .site-header__search form label {
              color: #363637;
              background-color: #fff;
              justify-content: flex-end; } }
        .site-header__navigation .site-header__search form input[type=text] {
          height: 54px;
          width: 100%;
          margin: 0;
          background-color: #F2F2F2;
          box-shadow: none;
          border: none;
          border-radius: 0px 4px 4px 0px;
          font-family: "PT Serif", serif;
          font-size: 14px;
          font-size: 0.875rem;
          padding: 0 0 0 15px; }
          @media (max-width: 1023px) {
            .site-header__navigation .site-header__search form input[type=text] {
              background-color: #fff;
              font-weight: 700;
              font-size: 13px;
              font-size: 0.8125rem;
              color: #2D2D2E; } }
        @media (max-width: 1023px) {
          .site-header__navigation .site-header__search form ::placeholder {
            font-family: "PT Sans", sans-serif;
            color: #4A4A4A;
            text-transform: uppercase; } }
        .site-header__navigation .site-header__search form input[type=submit] {
          display: none; }
        .site-header__navigation .site-header__search form i {
          font-size: 24px; }
          @media (max-width: 1023px) {
            .site-header__navigation .site-header__search form i {
              color: #2D2D2E; } }
    .site-header__navigation .site-header__account {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 700;
      text-transform: uppercase; }
      .site-header__navigation .site-header__account ul {
        list-style: none;
        margin: 0; }
        .site-header__navigation .site-header__account ul li {
          margin-left: 36px;
          position: relative;
          display: inline-block; }
          @media (max-width: 639px) {
            .site-header__navigation .site-header__account ul li {
              margin-left: 0; } }
          .site-header__navigation .site-header__account ul li:first-child {
            margin: 0; }
          .site-header__navigation .site-header__account ul li a {
            color: #4A4A4A;
            font-weight: 700;
            font-size: 13px;
            font-size: 0.8125rem;
            text-decoration: none; }
          .site-header__navigation .site-header__account ul li ul li {
            display: block; }
      @media (max-width: 1023px) {
        .site-header__navigation .site-header__account .site-header__cart {
          margin-left: 0; } }
      .site-header__navigation .site-header__account .cart__counter {
        height: 32px;
        width: 32px;
        background-color: #649c47;
        padding: 0;
        margin: 0;
        margin-left: 10px;
        border-radius: 50%;
        color: #fff; }
        @media (max-width: 1023px) {
          .site-header__navigation .site-header__account .cart__counter {
            margin: 0;
            margin-right: 10px; } }
        .site-header__navigation .site-header__account .cart__counter img {
          width: 50%; }
      .site-header__navigation .site-header__account-overview {
        display: none;
        position: absolute;
        width: 160px;
        padding: 16px 20px;
        background-color: #fff;
        border: 1px solid #E9E7E7;
        border-radius: 4px;
        z-index: 1; }
        .site-header__navigation .site-header__account-overview.account-overview--active {
          display: block; }
        .site-header__navigation .site-header__account-overview li {
          margin: 0 !important; }
          .site-header__navigation .site-header__account-overview li a {
            font-family: "PT Sans", sans-serif;
            font-weight: 400;
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 26px;
            color: #2D2D2E;
            text-transform: none; }
    .site-header__navigation .site-header__mobile-menu-toggle {
      color: #4A4A4A;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      font-size: 0.8125rem;
      cursor: pointer; }
      .site-header__navigation .site-header__mobile-menu-toggle button {
        margin-right: 0.625rem; }
        .site-header__navigation .site-header__mobile-menu-toggle button i {
          font-size: 24px;
          font-size: 1.5rem;
          color: #2D2D2E; }
    .site-header__navigation .mobile-menu {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      overflow-y: auto; }
      .site-header__navigation .mobile-menu ul {
        background: #fff; }
      .site-header__navigation .mobile-menu li {
        border-bottom: 1px solid #E9E7E7;
        width: 100%; }
        .site-header__navigation .mobile-menu li .submenu {
          list-style: none; }
        .site-header__navigation .mobile-menu li a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 14px;
          font-size: 0.875rem;
          letter-spacing: 1.4px;
          font-weight: 700;
          color: #4A4A4A;
          text-transform: uppercase;
          padding: 20px 25px; }
        .site-header__navigation .mobile-menu li.active a {
          background: none;
          color: #4A4A4A; }
      @media (max-width: 1023px) {
        .site-header__navigation .mobile-menu .is-accordion-submenu-parent > a::after {
          content: '+';
          color: #2D2D2E;
          font-size: 24px;
          font-size: 1.5rem;
          margin-right: 5px; } }
      @media (max-width: 1023px) {
        .site-header__navigation .mobile-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
          content: '-';
          margin-right: 7px; } }
      .site-header__navigation .mobile-menu__close a::after {
        content: '';
        width: 24px;
        height: 24px;
        background: url("https://sproutpeople.org/skin/frontend/spr/default/icons/x.svg");
        color: #4A4A4A; }
      .site-header__navigation .mobile-menu__submenu {
        list-style: none;
        columns: 2;
        padding: 5px 25px 30px;
        margin: 0; }
        .site-header__navigation .mobile-menu__submenu li {
          border-bottom: 0; }
          .site-header__navigation .mobile-menu__submenu li a {
            display: inline-block;
            color: #2D2D2E;
            font-family: "PT Serif", serif;
            font-weight: 400;
            text-transform: none;
            padding: 10px 0;
            letter-spacing: normal;
            line-height: 1.4; }
      .site-header__navigation .mobile-menu .menu__mobile-account {
        border-bottom: 0; }
        .site-header__navigation .mobile-menu .menu__mobile-account:first-child {
          margin-top: 30px; }
        .site-header__navigation .mobile-menu .menu__mobile-account a {
          font-family: "PT Serif", serif;
          font-weight: 400;
          letter-spacing: normal;
          color: #2D2D2E;
          text-transform: none;
          padding: 10px 25px; }
      .site-header__navigation .mobile-menu__signout-btn {
        background-color: #363637;
        margin: 0 25px 10px;
        text-align: center;
        color: #fff;
        font-weight: 400;
        letter-spacing: 1.4px;
        font-size: 13px;
        font-size: 0.8125rem; }
    .site-header__navigation .site-header__desktop-menu {
      margin-top: 14px;
      position: relative; }
      .site-header__navigation .site-header__desktop-menu .menu {
        background: #461001; }
      .site-header__navigation .site-header__desktop-menu hr {
        clear: both;
        max-width: 100%;
        height: 0;
        margin: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #E9E7E7;
        border-left: 0; }
      .site-header__navigation .site-header__desktop-menu ul {
        justify-content: center; }
      @media (min-width: 1024px) {
        .site-header__navigation .site-header__desktop-menu li.active {
          background: #330c01; }
          .site-header__navigation .site-header__desktop-menu li.active > a {
            background: 0; } }
      .site-header__navigation .site-header__desktop-menu li ul.level0 {
        display: none; }
      .site-header__navigation .site-header__desktop-menu li a {
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 1.4px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        padding: 20px 25px; }
  .site-header .site-header__desktop-menu__dropdown--wrapper {
    position: relative;
    z-index: 30; }
  .site-header .site-header__desktop-menu__dropdown {
    max-width: 87.5rem;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    z-index: 0;
    display: none;
    padding: 40px 0;
    border-bottom: 1px solid #E9E7E7;
    border-top: 1px solid #E9E7E7;
    max-width: 1370px; }
    @media (min-width: 1024px) {
      .site-header .site-header__desktop-menu__dropdown {
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        z-index: 1; } }
    .site-header .site-header__desktop-menu__dropdown .dropdown__menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      width: 100%;
      justify-content: center; }
      .site-header .site-header__desktop-menu__dropdown .dropdown__menu .menu__col {
        padding: 10px 0 0 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        display: flex; }
        .site-header .site-header__desktop-menu__dropdown .dropdown__menu .menu__col:first-of-type {
          padding-right: 30px; }
        .site-header .site-header__desktop-menu__dropdown .dropdown__menu .menu__col:last-of-type {
          padding-left: 30px; }
        .site-header .site-header__desktop-menu__dropdown .dropdown__menu .menu__col--middle {
          padding: 10px 0 0 30px;
          border-left: 1px solid #E9E7E7;
          border-right: 1px solid #E9E7E7; }
          .site-header .site-header__desktop-menu__dropdown .dropdown__menu .menu__col--middle .list {
            padding-right: 40px; }
    .site-header .site-header__desktop-menu__dropdown .block {
      display: flex;
      max-width: 340px;
      width: 100%;
      height: 280px;
      text-decoration: none;
      margin-right: 20px; }
      .site-header .site-header__desktop-menu__dropdown .block--small__wrapper {
        max-width: 300px;
        width: 100%;
        height: 130px;
        margin-right: 20px; }
      .site-header .site-header__desktop-menu__dropdown .block--small {
        width: 100%;
        height: 100%; }
        .site-header .site-header__desktop-menu__dropdown .block--small:nth-child(2) {
          margin-top: 20px; }
      .site-header .site-header__desktop-menu__dropdown .block__background-image {
        width: 100%;
        height: 100%; }
      .site-header .site-header__desktop-menu__dropdown .block__title {
        font-family: "PT Sans", sans-serif;
        font-size: 24px;
        font-size: 1.5rem;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px; }
    .site-header .site-header__desktop-menu__dropdown .list__title,
    .site-header .site-header__desktop-menu__dropdown .list p {
      margin-bottom: 12px;
      font-family: "PT Sans", sans-serif;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .site-header .site-header__desktop-menu__dropdown .list__items,
    .site-header .site-header__desktop-menu__dropdown .list ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .site-header .site-header__desktop-menu__dropdown .list__items li,
      .site-header .site-header__desktop-menu__dropdown .list ul li {
        margin-bottom: 5px; }
        .site-header .site-header__desktop-menu__dropdown .list__items li a,
        .site-header .site-header__desktop-menu__dropdown .list ul li a {
          font-family: "PT Serif", serif;
          font-size: 13px;
          font-size: 0.8125rem;
          text-decoration: none;
          color: #2D2D2E; }
    .site-header .site-header__desktop-menu__dropdown .featured-block__image {
      height: 100%;
      position: relative;
      text-align: center; }
      .site-header .site-header__desktop-menu__dropdown .featured-block__image::after {
        z-index: -1;
        content: "";
        display: block;
        width: 276px;
        height: 276px;
        border-radius: 50%;
        opacity: 0.5;
        background: linear-gradient(30.56deg, #D6D7DA 0%, #EBEEF6 100%);
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        margin-left: -138px;
        margin-top: -138px; }
      .site-header .site-header__desktop-menu__dropdown .featured-block__image img {
        height: 100%;
        width: auto; }
      .site-header .site-header__desktop-menu__dropdown .featured-block__image--wrapper {
        height: 350px;
        width: 218px; }
    .site-header .site-header__desktop-menu__dropdown .featured-block .copy {
      width: 218px; }
      .site-header .site-header__desktop-menu__dropdown .featured-block .copy__title {
        color: #2b2b2b;
        font-size: 22px;
        font-size: 1.375rem;
        font-family: "PT Sans", sans-serif;
        text-transform: uppercase; }

.breadcrumbs {
  padding: 12px;
  font-weight: 600; }
  .breadcrumbs li {
    float: none;
    display: inline; }
  .breadcrumbs a {
    color: #2D2D2E;
    text-decoration: none;
    font-weight: 600; }

@media (max-width: 639px) {
  .layered-navigation__filters.filter--featured .filter__list li {
    display: block !important; } }

