@charset "UTF-8";
/* --------------------------------------------------------
For:            And Other Stories
Version:        1.0
Last modified:  03.11.2017 by Mike Hewett
Authors:        Mike Hewett / Mike Collins
Email:          hello [at] mikehewett.co.uk / mike [at] subzerostudio.com
Website:        http://mikehewett.co.uk / http://subzerostudio.com
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700");
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700);
@font-face {
  font-family: "socicon";
  src: url("../fonts/socicon.eot");
  src: url("../fonts/socicon.eot?#iefix") format("embedded-opentype"), url("../fonts/socicon.woff") format("woff"), url("../fonts/socicon.ttf") format("truetype"), url("../fonts/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal; }
@keyframes bounceLogo {
  0% {
    transform: translateZ(0) scale(1);
    animation-timing-function: ease-in; }
  33.333% {
    transform: translateZ(0) scale(0.8);
    animation-timing-function: ease-in; }
  66.666% {
    transform: translateZ(0) scale(1.2);
    animation-timing-function: ease-out; }
  100% {
    transform: translateZ(0) scale(1); } }
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
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 */ }

/**
 * Prevent iOS Safari input radius default
 */
input {
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

@-ms-viewport {
  width: device-width; }
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #bdbdbd;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%; }

.container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  @media only screen and (min-width: 320px) {
    .container {
      width: 96%; } }
  @media only screen and (min-width: 600px) {
    .container {
      width: 94%; } }
  @media only screen and (min-width: 800px) {
    .container {
      width: 92%; } }

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.mobile-show {
  display: block; }

.mobile-hide {
  display: none; }

@media only screen and (max-width: 599px) {
  .container-padding {
    padding: 1rem 0; }

  .container-padding-top {
    padding: 1rem 0 0; }

  .container-padding-bottom {
    padding: 0 0 1rem; } }
@media only screen and (min-width: 600px) {
  .container-padding {
    padding: 2rem 0; }

  .container-padding-top {
    padding: 2rem 0 0; }

  .container-padding-bottom {
    padding: 0 0 2rem; } }
@media only screen and (min-width: 800px) {
  .mobile-show {
    display: none; }

  .mobile-hide {
    display: block; } }
.contrast {
  background: #e8f6e6; }

.contrast-green {
  background: #46b03d; }

.contrast-blue {
  background: #1c3d73; }

.contrast-darkgreen {
  background: #173a15; }

.contrast-dark {
  background: #64193f; }

.contrast-black {
  background: #000;
  position: relative; }

div.background-vibrant {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-in; }

div.background-vibrant.fadein {
  opacity: 1; }

.row {
  position: relative;
  width: 100%; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 0;
  min-height: 0.125rem; }
  @media only screen and (min-width: 320px) {
    .row [class^="col"] {
      margin: 0.5rem 1%; } }

.row .row [class^="col"] {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

@media only screen and (min-width: 600px) {
  .row .row.nested [class^="col"] {
    margin: 0.5rem 0; } }
@media only screen and (min-width: 800px) {
  .row .row.nested [class^="col"] {
    margin: 0 0; } }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%; }
  @media only screen and (min-width: 320px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
      width: 98%; } }

.col-1-sm {
  width: 6.3333333333%; }

.col-2-sm {
  width: 14.6666666667%; }

.col-3-sm {
  width: 23%; }

.col-4-sm {
  width: 31.3333333333%; }

.col-5-sm {
  width: 39.6666666667%; }

.col-6-sm {
  width: 48%; }

.col-7-sm {
  width: 56.3333333333%; }

.col-8-sm {
  width: 64.6666666667%; }

.col-9-sm {
  width: 73%; }

.col-10-sm {
  width: 81.3333333333%; }

.col-11-sm {
  width: 89.6666666667%; }

.col-12-sm {
  width: 98%; }

@media only screen and (min-width: 800px) {
  .col-1 {
    width: 6.3333333333%; }

  .col-2 {
    width: 14.6666666667%; }

  .col-3 {
    width: 23%; }

  .col-4 {
    width: 31.3333333333%; }

  .col-5 {
    width: 39.6666666667%; }

  .col-6 {
    width: 48%; }

  .col-7 {
    width: 56.3333333333%; }

  .col-8 {
    width: 64.6666666667%; }

  .col-9 {
    width: 73%; }

  .col-10 {
    width: 81.3333333333%; }

  .col-11 {
    width: 89.6666666667%; }

  .col-12 {
    width: 98%; } }
@media only screen and (min-width: 800px) {
  .row .row .col-1 {
    width: 8.3333333333%; }
  .row .row .col-2 {
    width: 16.6666666667%; }
  .row .row .col-3 {
    width: 25%; }
  .row .row .col-4 {
    width: 33.3333333333%; }
  .row .row .col-5 {
    width: 41.6666666667%; }
  .row .row .col-6 {
    width: 50%; }
  .row .row .col-7 {
    width: 58.3333333333%; }
  .row .row .col-8 {
    width: 66.6666666667%; }
  .row .row .col-9 {
    width: 75%; }
  .row .row .col-10 {
    width: 83.3333333333%; }
  .row .row .col-11 {
    width: 91.6666666667%; }
  .row .row .col-12 {
    width: 100%; } }
.col-middle {
  float: none !important;
  margin: auto !important; }

@media only screen and (max-width: 799px) {
  .col-middle-sm {
    float: none !important;
    margin: auto !important; } }
.hidden-sm-down,
.hidden-sm-up,
.hidden-md-down,
.hidden-md-up,
.hidden-lg-down,
.hidden-lg-up {
  display: none; }

@media only screen and (min-width: 600px) {
  .hidden-sm-down {
    display: block; }

  .hidden-sm-up {
    display: none;
    visibility: hidden; } }
@media only screen and (max-width: 599px) {
  .hidden-sm-down {
    display: none;
    visibility: hidden; }

  .hidden-sm-up {
    display: block; } }
@media only screen and (min-width: 800px) {
  .hidden-md-down {
    display: block; }

  .hidden-md-up {
    display: none;
    visibility: hidden; } }
@media only screen and (max-width: 799px) {
  .hidden-md-down {
    display: none;
    visibility: hidden; }

  .hidden-md-up {
    display: block; } }
@media only screen and (min-width: 1200px) {
  .hidden-lg-down {
    display: block; }

  .hidden-lg-up {
    display: none;
    visibility: hidden; } }
@media only screen and (max-width: 1199px) {
  .hidden-lg-down {
    display: none;
    visibility: hidden; }

  .hidden-lg-up {
    display: block; } }
div.new-book {
  padding: 1rem !important; }

body {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 400; }

.main-nav,
.info-text-large,
.second-nav,
.info-text,
.field-label,
.field-label-active,
.info-text-small,
.panel-header {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
blockquote,
ul,
ol {
  transition: all 0.3s ease-in-out;
  font-family: "Lora", Palatino, Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.field-label-active,
.info-text-small {
  font-size: .875rem; }

h1,
h2,
p,
small,
blockquote {
  font-weight: 400; }

h3,
h4,
h5,
h6,
.info-wrapper h2,
.mock-h3 {
  font-weight: 700; }

h1:only-child, h1:last-child, h2:only-child, h2:last-child, h3:only-child, h3:last-child, h4:only-child, h4:last-child, h5:only-child, h5:last-child, h6:only-child, h6:last-child, p:only-child, p:last-child, blockquote:only-child, blockquote:last-child {
  margin-bottom: 0; }

blockquote {
  font-style: italic; }

h1,
.title {
  font-size: 2.5rem; }
  @media screen and (min-width: 800px) {
    h1,
    .title {
      font-size: 2.75rem; } }

@media screen and (min-width: 1200px) {
  .page-header h1 {
    font-size: 3.375rem; } }

.extract-header {
  text-align: center; }
  .extract-header h1 {
    font-family: "Josefin Sans", Helvetica, sans-serif;
    text-transform: uppercase; }

h2,
.mock-h2 {
  font-size: 2rem; }

h2::after,
.hero-content h1::after,
.mock-h2::after {
  display: block;
  content: "";
  border-bottom: 2px solid #46b03d;
  width: 3rem;
  margin: .75rem 0 1.25rem; }

#footerMailing h2::after,
#footerSubscribe h2::after,
.popup-content .mock-h2::after {
  display: block;
  content: "";
  padding-bottom: .75rem;
  border-bottom: 2px solid #46b03d;
  width: 40px;
  margin: auto; }

.info-wrapper h2::after,
.search-result h2::after,
#footerCTA h2::after,
h2.title::after,
.no-separator::after {
  display: none; }

@media screen and (max-width: 600px) {
  .home-panel-wrapper h2 {
    font-size: 1.375rem; } }

.box-link-content h2,
.search-result h2 {
  font-size: 1.75rem; }

@media screen and (min-width: 800px) {
  .box-link-content.box-featured h2 {
    font-size: 2.5rem; } }

#footerCTA h2 {
  line-height: 1.2; }

h3,
.intro,
.results-found,
.cookie-message,
.mock-h3 {
  font-size: 1.375rem; }

h4,
.book-author-name {
  font-size: 1.125rem; }

@media screen and (min-width: 600px) {
  .box-extract p {
    font-size: 1.125rem; } }

h5,
blockquote,
p,
.nav-list,
.info-wrapper h2,
.info-wrapper h3 {
  font-size: 1rem; }

p ~ h2,
p ~ h3 {
  padding-top: 1rem; }
p.emphasis + .info-text-small {
  margin-top: -.75rem;
  margin-bottom: .75rem; }

/*
article {
    p {
        hyphens: auto; 
    }
}
*/
@media only screen and (min-width: 800px) and (max-width: 900px) {
  .nav-list {
    font-size: .875rem; } }
h6,
small,
.info-wrapper .supporting-info {
  font-size: .875rem; }

.emphasis {
  font-weight: 700;
  color: #46b03d; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

mark {
  background-color: #d7f1d5;
  font-weight: 500;
  padding-left: .25em;
  padding-right: .25em; }

.review {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 1.5rem; }
  .review h3 {
    font-size: 1.125rem;
    line-height: 1.2; }
  .review blockquote {
    margin: 1rem 0 1.5rem; }

ul {
  list-style: square; }

ul ul,
ol ul {
  list-style: circle; }

ol ol {
  list-style: lower-alpha; }

ul,
ol {
  padding-left: 1.875rem; }

ul,
ol,
li {
  margin-bottom: 1rem; }

li ul,
li ol {
  margin-top: 1rem; }

li {
  padding-left: .625rem; }

@media screen and (max-width: 599px) {
  .checkout-stages {
    text-align: center; } }
.checkout-stages ul {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: inherit;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .checkout-stages ul li {
    padding-left: 0;
    margin-bottom: 0; }
    .checkout-stages ul li ul, .checkout-stages ul li ol {
      margin-top: 0;
      margin-bottom: 0; }
      .checkout-stages ul li ul li, .checkout-stages ul li ol li {
        padding-left: 0;
        margin-bottom: 0; }
  .checkout-stages ul li {
    line-height: 1;
    display: inline-block;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 600px) {
      .checkout-stages ul li {
        margin-bottom: 1rem; } }
    @media screen and (max-width: 319px) {
      .checkout-stages ul li {
        width: 100%; } }
    .checkout-stages ul li a {
      border-left: 3px solid #46b03d;
      position: relative;
      transition: all 0.3s ease-in-out;
      padding: 1rem 1rem .75rem 1.25rem;
      margin-right: 1.5rem;
      height: 2.75rem;
      background: #d7f1d5;
      color: #333; }
      .checkout-stages ul li a:link {
        color: #2a5db0;
        text-decoration: transparent;
        outline: none;
        box-shadow: none; }
      .checkout-stages ul li a.active {
        pointer-events: none;
        background: #46b03d;
        color: #fff; }
        .checkout-stages ul li a.active .arrow {
          border-color: transparent transparent transparent #46b03d; }
      .checkout-stages ul li a.complete {
        background: #21541e;
        color: #fff; }
        .checkout-stages ul li a.complete .arrow {
          border-color: transparent transparent transparent #21541e; }
        .checkout-stages ul li a.complete:hover, .checkout-stages ul li a.complete:focus {
          background: #46b03d;
          color: #fff; }
        .checkout-stages ul li a.complete:hover .arrow, .checkout-stages ul li a.complete:focus .arrow {
          border-color: transparent transparent transparent #46b03d; }
      .checkout-stages ul li a.next {
        pointer-events: none; }
        .checkout-stages ul li a.next .arrow {
          border-color: transparent transparent transparent #d7f1d5; }
      .checkout-stages ul li a .arrow {
        transition: all 0.3s ease-in-out;
        position: absolute;
        right: -16px;
        top: 0;
        display: inline-block;
        height: 2.75rem;
        border-style: solid;
        border-width: 22px 0 22px 16px; }

ol li a,
ul li a,
small a,
p a,
blockquote a {
  transition: all 0.3s ease-in-out; }
  ol li a:link,
  ul li a:link,
  small a:link,
  p a:link,
  blockquote a:link {
    color: #2a5db0;
    text-decoration: transparent;
    outline: none;
    box-shadow: none; }
  ol li a:link,
  ul li a:link,
  small a:link,
  p a:link,
  blockquote a:link {
    text-decoration-skip: ink;
    box-shadow: none; }
  ol li a:visited,
  ul li a:visited,
  small a:visited,
  p a:visited,
  blockquote a:visited {
    color: #64193f; }
  ol li a:focus, ol li a:hover, ol li a:active,
  ul li a:focus,
  ul li a:hover,
  ul li a:active,
  small a:focus,
  small a:hover,
  small a:active,
  p a:focus,
  p a:hover,
  p a:active,
  blockquote a:focus,
  blockquote a:hover,
  blockquote a:active {
    color: #1c3d73;
    text-decoration: underline; }
  ol li a:active,
  ul li a:active,
  small a:active,
  p a:active,
  blockquote a:active {
    color: #2a5db0; }

.info-panel a:not(.btn),
.footer-nav-list a,
.item-title a,
.book-author-name a,
.tweet-wrapper a,
.supporting-info a {
  transition: all 0.3s ease-in-out; }
  .info-panel a:not(.btn):link,
  .footer-nav-list a:link,
  .item-title a:link,
  .book-author-name a:link,
  .tweet-wrapper a:link,
  .supporting-info a:link {
    color: #2a5db0;
    text-decoration: transparent;
    outline: none;
    box-shadow: none; }
  .info-panel a:not(.btn):link,
  .footer-nav-list a:link,
  .item-title a:link,
  .book-author-name a:link,
  .tweet-wrapper a:link,
  .supporting-info a:link {
    text-decoration-skip: ink;
    box-shadow: none; }
  .info-panel a:not(.btn):visited,
  .footer-nav-list a:visited,
  .item-title a:visited,
  .book-author-name a:visited,
  .tweet-wrapper a:visited,
  .supporting-info a:visited {
    color: #64193f; }
  .info-panel a:not(.btn):focus, .info-panel a:not(.btn):hover, .info-panel a:not(.btn):active,
  .footer-nav-list a:focus,
  .footer-nav-list a:hover,
  .footer-nav-list a:active,
  .item-title a:focus,
  .item-title a:hover,
  .item-title a:active,
  .book-author-name a:focus,
  .book-author-name a:hover,
  .book-author-name a:active,
  .tweet-wrapper a:focus,
  .tweet-wrapper a:hover,
  .tweet-wrapper a:active,
  .supporting-info a:focus,
  .supporting-info a:hover,
  .supporting-info a:active {
    color: #1c3d73;
    text-decoration: underline; }
  .info-panel a:not(.btn):active,
  .footer-nav-list a:active,
  .item-title a:active,
  .book-author-name a:active,
  .tweet-wrapper a:active,
  .supporting-info a:active {
    color: #2a5db0; }
  .info-panel a:not(.btn):visited,
  .footer-nav-list a:visited,
  .item-title a:visited,
  .book-author-name a:visited,
  .tweet-wrapper a:visited,
  .supporting-info a:visited {
    color: #333; }

.nav-links a {
  transition: all 0.3s ease-in-out; }
  .nav-links a:link {
    color: #2a5db0;
    text-decoration: transparent;
    outline: none;
    box-shadow: none; }
  .nav-links a:link {
    text-decoration-skip: ink;
    box-shadow: none; }
  .nav-links a:visited {
    color: #64193f; }
  .nav-links a:focus, .nav-links a:hover, .nav-links a:active {
    color: #1c3d73;
    text-decoration: underline; }
  .nav-links a:active {
    color: #2a5db0; }
  .nav-links a:link, .nav-links a:visited {
    color: #333;
    text-decoration: none; }
  .nav-links a:focus, .nav-links a:hover, .nav-links a:active {
    color: #46b03d; }

.no-csstransitions h1 a,
.no-csstransitions h2 a,
.no-csstransitions h3 a,
.no-csstransitions h4 a,
.no-csstransitions h5 a,
.no-csstransitions h6 a,
.no-js h1 a,
.no-js h2 a,
.no-js h3 a,
.no-js h4 a,
.no-js h5 a,
.no-js h6 a {
  transition: all 0.3s ease-in-out; }
  .no-csstransitions h1 a:link,
  .no-csstransitions h2 a:link,
  .no-csstransitions h3 a:link,
  .no-csstransitions h4 a:link,
  .no-csstransitions h5 a:link,
  .no-csstransitions h6 a:link,
  .no-js h1 a:link,
  .no-js h2 a:link,
  .no-js h3 a:link,
  .no-js h4 a:link,
  .no-js h5 a:link,
  .no-js h6 a:link {
    color: #2a5db0;
    text-decoration: transparent;
    outline: none;
    box-shadow: none; }
  .no-csstransitions h1 a:link,
  .no-csstransitions h2 a:link,
  .no-csstransitions h3 a:link,
  .no-csstransitions h4 a:link,
  .no-csstransitions h5 a:link,
  .no-csstransitions h6 a:link,
  .no-js h1 a:link,
  .no-js h2 a:link,
  .no-js h3 a:link,
  .no-js h4 a:link,
  .no-js h5 a:link,
  .no-js h6 a:link {
    text-decoration-skip: ink;
    box-shadow: none; }
  .no-csstransitions h1 a:visited,
  .no-csstransitions h2 a:visited,
  .no-csstransitions h3 a:visited,
  .no-csstransitions h4 a:visited,
  .no-csstransitions h5 a:visited,
  .no-csstransitions h6 a:visited,
  .no-js h1 a:visited,
  .no-js h2 a:visited,
  .no-js h3 a:visited,
  .no-js h4 a:visited,
  .no-js h5 a:visited,
  .no-js h6 a:visited {
    color: #64193f; }
  .no-csstransitions h1 a:focus, .no-csstransitions h1 a:hover, .no-csstransitions h1 a:active,
  .no-csstransitions h2 a:focus,
  .no-csstransitions h2 a:hover,
  .no-csstransitions h2 a:active,
  .no-csstransitions h3 a:focus,
  .no-csstransitions h3 a:hover,
  .no-csstransitions h3 a:active,
  .no-csstransitions h4 a:focus,
  .no-csstransitions h4 a:hover,
  .no-csstransitions h4 a:active,
  .no-csstransitions h5 a:focus,
  .no-csstransitions h5 a:hover,
  .no-csstransitions h5 a:active,
  .no-csstransitions h6 a:focus,
  .no-csstransitions h6 a:hover,
  .no-csstransitions h6 a:active,
  .no-js h1 a:focus,
  .no-js h1 a:hover,
  .no-js h1 a:active,
  .no-js h2 a:focus,
  .no-js h2 a:hover,
  .no-js h2 a:active,
  .no-js h3 a:focus,
  .no-js h3 a:hover,
  .no-js h3 a:active,
  .no-js h4 a:focus,
  .no-js h4 a:hover,
  .no-js h4 a:active,
  .no-js h5 a:focus,
  .no-js h5 a:hover,
  .no-js h5 a:active,
  .no-js h6 a:focus,
  .no-js h6 a:hover,
  .no-js h6 a:active {
    color: #1c3d73;
    text-decoration: underline; }
  .no-csstransitions h1 a:active,
  .no-csstransitions h2 a:active,
  .no-csstransitions h3 a:active,
  .no-csstransitions h4 a:active,
  .no-csstransitions h5 a:active,
  .no-csstransitions h6 a:active,
  .no-js h1 a:active,
  .no-js h2 a:active,
  .no-js h3 a:active,
  .no-js h4 a:active,
  .no-js h5 a:active,
  .no-js h6 a:active {
    color: #2a5db0; }
  .no-csstransitions h1 a:visited,
  .no-csstransitions h2 a:visited,
  .no-csstransitions h3 a:visited,
  .no-csstransitions h4 a:visited,
  .no-csstransitions h5 a:visited,
  .no-csstransitions h6 a:visited,
  .no-js h1 a:visited,
  .no-js h2 a:visited,
  .no-js h3 a:visited,
  .no-js h4 a:visited,
  .no-js h5 a:visited,
  .no-js h6 a:visited {
    color: #333; }

.csstransitions h1 a,
.csstransitions h2 a,
.csstransitions h3 a,
.csstransitions h4 a,
.csstransitions h5 a,
.csstransitions h6 a {
  transition: all 0.3s ease-in-out; }
  .csstransitions h1 a:link,
  .csstransitions h2 a:link,
  .csstransitions h3 a:link,
  .csstransitions h4 a:link,
  .csstransitions h5 a:link,
  .csstransitions h6 a:link {
    color: #2a5db0;
    text-decoration: transparent;
    outline: none;
    box-shadow: none; }
  .csstransitions h1 a:link,
  .csstransitions h2 a:link,
  .csstransitions h3 a:link,
  .csstransitions h4 a:link,
  .csstransitions h5 a:link,
  .csstransitions h6 a:link {
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    background-size: 1px 1em;
    box-shadow: inset 0 -1rem white, inset 0 -1rem white;
    display: inline; }
  .csstransitions h1 a:visited,
  .csstransitions h2 a:visited,
  .csstransitions h3 a:visited,
  .csstransitions h4 a:visited,
  .csstransitions h5 a:visited,
  .csstransitions h6 a:visited {
    color: #333; }
  .csstransitions h1 a:focus, .csstransitions h1 a:hover, .csstransitions h1 a:active,
  .csstransitions h2 a:focus,
  .csstransitions h2 a:hover,
  .csstransitions h2 a:active,
  .csstransitions h3 a:focus,
  .csstransitions h3 a:hover,
  .csstransitions h3 a:active,
  .csstransitions h4 a:focus,
  .csstransitions h4 a:hover,
  .csstransitions h4 a:active,
  .csstransitions h5 a:focus,
  .csstransitions h5 a:hover,
  .csstransitions h5 a:active,
  .csstransitions h6 a:focus,
  .csstransitions h6 a:hover,
  .csstransitions h6 a:active {
    color: #2a5db0;
    box-shadow: inset 0 -0.2rem white, inset 0 -0.25rem #2a5db0; }
  .csstransitions h1 a:active,
  .csstransitions h2 a:active,
  .csstransitions h3 a:active,
  .csstransitions h4 a:active,
  .csstransitions h5 a:active,
  .csstransitions h6 a:active {
    color: #2a5db0; }
  .csstransitions h1 a:visited,
  .csstransitions h2 a:visited,
  .csstransitions h3 a:visited,
  .csstransitions h4 a:visited,
  .csstransitions h5 a:visited,
  .csstransitions h6 a:visited {
    color: #333; }

.white-link:link, .white-link:visited {
  color: rgba(255, 255, 255, 0.75); }
.white-link:focus, .white-link:hover, .white-link:active {
  color: #fff;
  text-decoration: underline; }

a {
  cursor: pointer; }

.box img {
  max-width: 100%; }

img {
  height: auto; }

img + a,
img + button {
  margin-top: 1rem; }

.product-img {
  width: 100%;
  height: auto; }
  .product-img img {
    width: 100%;
    height: auto; }

.product-thumbnails {
  margin-top: .5rem; }
  .product-thumbnails .thumbnail {
    float: left;
    width: 100px;
    height: auto;
    overflow: hidden;
    margin-right: .5rem; }
    .product-thumbnails .thumbnail img {
      transition: all 0.3s ease-in-out; }
    .product-thumbnails .thumbnail:hover img, .product-thumbnails .thumbnail:focus img {
      filter: sepia(1) hue-rotate(80deg) brightness(50%); }

.img-wrapper {
  margin-bottom: .5rem; }
  .img-wrapper.float-left {
    float: left;
    margin-right: 1rem; }
  .img-wrapper.float-right {
    float: right;
    margin-left: 1rem; }
  @media screen and (max-width: 599px) {
    .img-wrapper.float-left, .img-wrapper.float-right {
      float: none;
      width: 100%; }
      .img-wrapper.float-left img, .img-wrapper.float-right img {
        width: 100%; } }
  .img-wrapper img.full-width {
    width: 100%; }
  .img-wrapper .caption {
    padding: 1rem 1rem .75rem;
    background: #f5f5f5;
    border-top: 2px solid #333; }
  .img-wrapper .search-thumbnail {
    max-width: 120px;
    height: auto;
    border: 2px solid #bdbdbd; }
  .img-wrapper a img {
    transition: all 0.3s ease-in-out; }
  .img-wrapper a:hover img, .img-wrapper a:focus img {
    filter: sepia(1) hue-rotate(80deg) brightness(50%); }

.loader {
  margin-top: 1rem;
  height: 40px !important;
  width: auto;
  display: inline-block !important; }

.author-portrait-wrapper {
  border: 1rem solid #fff;
  margin: auto; }
  @media screen and (min-width: 420px) {
    .author-portrait-wrapper {
      max-width: 350px; } }
  @media screen and (min-width: 600px) {
    .author-portrait-wrapper {
      max-width: 400px;
      margin: 0; } }
  @media screen and (min-width: 800px) {
    .author-portrait-wrapper {
      height: 100%; } }

.author-portrait {
  width: 100%;
  height: auto; }

.featured-img {
  height: 400px;
  background: url(../img/aos-test-portrait.jpg) center center/cover no-repeat;
  border-bottom: 4px solid #46b03d;
  margin-bottom: -.5rem !important; }
  .featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  border-color: #bdbdbd;
  border-top: 2px solid #46b03d; }
  table ~ h2 {
    margin-top: 2rem; }

h2.nexttotable {
  margin-top: 2rem; }

td {
  background: #fff; }

td.actions {
  background: transparent; }

div.cart_totals table th,
thead,
#cartTotals th,
.order_details th,
.customer_details th {
  background-color: #21541e;
  color: #fff; }

#cartTotals .recurring-totals th {
  background-color: #fff;
  color: #333; }

th, td {
  padding: 1rem 1rem .75rem;
  vertical-align: middle;
  border-bottom: 2px solid #46b03d; }

td.actions {
  border-bottom: none; }

div.cart_totals table td.action,
#cartTotals td.actions {
  padding: 1.5rem 0 0; }

td a {
  transition: all 0.3s ease-in-out; }
  td a:link {
    color: #2a5db0;
    text-decoration: transparent;
    outline: none;
    box-shadow: none; }
  td a:link {
    text-decoration-skip: ink;
    box-shadow: none; }
  td a:visited {
    color: #64193f; }
  td a:focus, td a:hover, td a:active {
    color: #1c3d73;
    text-decoration: underline; }
  td a:active {
    color: #2a5db0; }
  td a:visited {
    color: #333; }

tbody .product-remove {
  width: 80px; }
  tbody .product-remove a:hover svg, tbody .product-remove a:focus svg {
    fill: #d11f36; }
  tbody .product-remove svg {
    transition: all 0.3s ease-in-out;
    fill: #333;
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.25em;
    margin-left: .5rem; }

tbody .product-thumbnail {
  width: 160px; }
  tbody .product-thumbnail img {
    max-width: 160px;
    max-height: 160px;
    height: auto;
    width: 100%; }

tbody .product-name {
  font-family: "Lora", Palatino, Georgia, serif; }
  tbody .product-name a {
    font-weight: 700; }

tbody .actions {
  text-align: center; }

.coupon.form-section {
  margin-bottom: 0; }

.shipping_details h3 {
  margin-top: 2rem; }

form {
  margin-bottom: 1rem; }
  form > .box {
    margin-bottom: 1rem; }
  form button {
    margin-top: 1rem; }
  form button + .alert {
    margin-top: 1rem; }
  form:last-child {
    margin-bottom: 0; }

.form-section {
  position: relative;
  margin-bottom: 1rem; }
  .form-section:only-child, .form-section:last-child {
    margin-bottom: 0; }

.form-section-button {
  margin-top: 1rem; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: transparent;
  transition: all 0.3s ease-in-out; }
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: transparent;
  transition: all 0.3s ease-in-out; }
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  color: transparent;
  transition: all 0.3s ease-in-out; }
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: transparent;
  transition: all 0.3s ease-in-out; }
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  color: #333; }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  input[type='tel']:focus::-webkit-input-placeholder,
  input[type='number']:focus::-webkit-input-placeholder,
  input[type='date']:focus::-webkit-input-placeholder,
  input[type='search']:focus::-webkit-input-placeholder,
  input[type='password']:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: #bdbdbd; }
  input[type='text']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  input[type='tel']:focus:-moz-placeholder,
  input[type='number']:focus:-moz-placeholder,
  input[type='date']:focus:-moz-placeholder,
  input[type='search']:focus:-moz-placeholder,
  input[type='password']:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    color: #bdbdbd; }
  input[type='text']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  input[type='tel']:focus::-moz-placeholder,
  input[type='number']:focus::-moz-placeholder,
  input[type='date']:focus::-moz-placeholder,
  input[type='search']:focus::-moz-placeholder,
  input[type='password']:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: #bdbdbd; }
  input[type='text']:focus:-ms-input-placeholder,
  input[type='email']:focus:-ms-input-placeholder,
  input[type='tel']:focus:-ms-input-placeholder,
  input[type='number']:focus:-ms-input-placeholder,
  input[type='date']:focus:-ms-input-placeholder,
  input[type='search']:focus:-ms-input-placeholder,
  input[type='password']:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    color: #bdbdbd; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='date'],
input[type='search'],
input[type='password'],
textarea,
select {
  transition: all 0.3s ease-in-out;
  font-family: "Lora", Palatino, Georgia, serif;
  font-weight: 400;
  width: 100%;
  border: none;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 1.25rem 0 0;
  outline: none;
  border-bottom: 2px solid #dcdcdc; }
  input[type='text'].input-has-value + label,
  input[type='email'].input-has-value + label,
  input[type='tel'].input-has-value + label,
  input[type='number'].input-has-value + label,
  input[type='date'].input-has-value + label,
  input[type='search'].input-has-value + label,
  input[type='password'].input-has-value + label,
  textarea.input-has-value + label,
  select.input-has-value + label {
    top: 0;
    font-size: 0.75rem; }
  input[type='text']:hover, input[type='text']:focus,
  input[type='email']:hover,
  input[type='email']:focus,
  input[type='tel']:hover,
  input[type='tel']:focus,
  input[type='number']:hover,
  input[type='number']:focus,
  input[type='date']:hover,
  input[type='date']:focus,
  input[type='search']:hover,
  input[type='search']:focus,
  input[type='password']:hover,
  input[type='password']:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    outline: none;
    border-color: #46b03d; }
  input[type='text']:focus + label,
  input[type='email']:focus + label,
  input[type='tel']:focus + label,
  input[type='number']:focus + label,
  input[type='date']:focus + label,
  input[type='search']:focus + label,
  input[type='password']:focus + label,
  textarea:focus + label,
  select:focus + label {
    top: 0;
    font-size: 0.75rem; }
  input[type='text']:disabled,
  input[type='email']:disabled,
  input[type='tel']:disabled,
  input[type='number']:disabled,
  input[type='date']:disabled,
  input[type='search']:disabled,
  input[type='password']:disabled,
  textarea:disabled,
  select:disabled {
    color: #bdbdbd;
    pointer-events: none;
    cursor: not-allowed; }
  input[type='text']:disabled + label,
  input[type='email']:disabled + label,
  input[type='tel']:disabled + label,
  input[type='number']:disabled + label,
  input[type='date']:disabled + label,
  input[type='search']:disabled + label,
  input[type='password']:disabled + label,
  textarea:disabled + label,
  select:disabled + label {
    color: #bdbdbd; }

.form-section {
  position: relative; }
  .form-section label {
    text-transform: uppercase;
    position: absolute;
    top: 1rem;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out; }
    .form-section label.required::before {
      content: "*";
      color: #d11f36; }

.form-section .info-text-small,
.checkbox-section .info-text-small {
  margin-top: .25rem;
  position: relative;
  z-index: 500; }
.form-section .info-link,
.checkbox-section .info-link {
  transition: all 0.3s ease-in-out;
  padding: .5em 0; }
  .form-section .info-link:link,
  .checkbox-section .info-link:link {
    color: #2a5db0;
    text-decoration: transparent;
    outline: none;
    box-shadow: none; }
  .form-section .info-link:link,
  .checkbox-section .info-link:link {
    text-decoration-skip: ink;
    box-shadow: none; }
  .form-section .info-link:visited,
  .checkbox-section .info-link:visited {
    color: #64193f; }
  .form-section .info-link:focus, .form-section .info-link:hover, .form-section .info-link:active,
  .checkbox-section .info-link:focus,
  .checkbox-section .info-link:hover,
  .checkbox-section .info-link:active {
    color: #1c3d73;
    text-decoration: underline; }
  .form-section .info-link:active,
  .checkbox-section .info-link:active {
    color: #2a5db0; }
  .form-section .info-link:visited,
  .checkbox-section .info-link:visited {
    color: #333; }
  @media screen and (max-width: 799px) {
    .form-section .info-link,
    .checkbox-section .info-link {
      font-size: 1.125rem; } }
  .form-section .info-link:visited,
  .checkbox-section .info-link:visited {
    color: #2a5db0; }

textarea {
  resize: vertical;
  background-attachment: local;
  background-image: repeating-linear-gradient(transparent, transparent 38px, #dcdcdc 38px, #dcdcdc 39px, transparent 39px);
  line-height: 39px;
  padding-top: 12px;
  height: 156px; }

.checkbox-section label,
.radio-section label {
  display: inline-block;
  position: relative; }
  .checkbox-section label:hover, .checkbox-section label:focus,
  .radio-section label:hover,
  .radio-section label:focus {
    cursor: pointer; }
  .checkbox-section label::before,
  .radio-section label::before {
    content: '';
    display: inline-block;
    height: 1.25em; }
  @media screen and (max-width: 1200px) {
    .checkbox-section label,
    .radio-section label {
      transition: all 0.3s ease-in-out;
      padding: .375rem .65rem;
      border: 2px solid #dcdcdc;
      width: 100%; }
      .checkbox-section label:hover, .checkbox-section label:focus,
      .radio-section label:hover,
      .radio-section label:focus {
        color: #fff;
        border-color: #46b03d;
        background-color: #46b03d; } }

input[type='checkbox'],
input[type='radio'] {
  position: relative;
  display: inline-block;
  margin-right: .375rem;
  vertical-align: .125em; }

select.currency-switcher,
select.orderby,
select.woof_select,
select.state_select,
select.custom-select {
  cursor: pointer;
  background: url(../img/cheveron-down-green.png) no-repeat right transparent;
  background-size: 20px;
  background-position-x: calc(100% - .375rem); }

select.currency-switcher,
select.orderby,
select.woof_select,
select.border-select {
  border: 2px solid #dcdcdc;
  background: url(../img/cheveron-down-green.png) no-repeat right, #fff;
  background-size: 20px, auto;
  background-position-x: calc(100% - .375rem);
  padding: .1rem .1rem .1rem .625rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  height: 2.5rem; }
  select.currency-switcher:hover, select.currency-switcher:focus,
  select.orderby:hover,
  select.orderby:focus,
  select.woof_select:hover,
  select.woof_select:focus,
  select.border-select:hover,
  select.border-select:focus {
    border-color: #46b03d; }
  select.currency-switcher ~ label.large-label,
  select.orderby ~ label.large-label,
  select.woof_select ~ label.large-label,
  select.border-select ~ label.large-label {
    font-size: 1rem; }
  select.currency-switcher ~ label,
  select.orderby ~ label,
  select.woof_select ~ label,
  select.border-select ~ label {
    top: 0;
    font-size: 0.75rem; }

label.required::before {
  content: "*";
  color: #d11f36;
  padding-right: .25em; }

.error-notice {
  color: #d11f36; }

.error-info {
  display: none;
  visibility: hidden; }

form .alert-warning {
  display: none; }
  form .alert-warning.error-found {
    display: block; }

@keyframes slideInError {
  from {
    transform: translate3d(-30%, 0, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.form-section.error-found label,
.form-section.error-found .error-info,
.form-section.error-found input:focus + label,
.form-section.error-found textarea:focus + label,
.form-section.error-found select:focus + label {
  color: #d11f36;
  font-weight: 700; }
.form-section.error-found .error-info {
  position: relative;
  z-index: 2;
  display: inline-block;
  visibility: visible;
  color: #fff;
  background-color: #d11f36;
  padding: .5rem .625rem .25rem;
  border-left: 3px solid #8a1424;
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: slideInError; }

input.woof_show_text_search,
input.border-input {
  width: 100%;
  border: 2px solid #dcdcdc;
  background: #fff;
  padding: .1rem .625rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  height: 2.5rem;
  color: #333; }
  input.woof_show_text_search:hover, input.woof_show_text_search:focus,
  input.border-input:hover,
  input.border-input:focus {
    border-color: #46b03d; }
  input.woof_show_text_search::-webkit-input-placeholder,
  input.border-input::-webkit-input-placeholder {
    color: #bdbdbd; }
  input.woof_show_text_search:-moz-placeholder,
  input.border-input:-moz-placeholder {
    color: #bdbdbd; }
  input.woof_show_text_search::-moz-placeholder,
  input.border-input::-moz-placeholder {
    color: #bdbdbd; }
  input.woof_show_text_search:-ms-input-placeholder,
  input.border-input:-ms-input-placeholder {
    color: #bdbdbd; }
  input.woof_show_text_search ~ label.large-label,
  input.border-input ~ label.large-label {
    font-size: 1rem; }
  input.woof_show_text_search ~ label,
  input.border-input ~ label {
    top: 0;
    font-size: 0.75rem; }

.toggle-checkbox {
  display: inline;
  margin-bottom: 1rem; }
  .toggle-checkbox .toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 38px;
    margin-bottom: 0; }
    .toggle-checkbox .toggle input {
      display: none; }
      .toggle-checkbox .toggle input:checked + .checkbox-slider {
        background-color: #fff; }
      .toggle-checkbox .toggle input:focus + .checkbox-slider, .toggle-checkbox .toggle input:hover + .checkbox-slider, .toggle-checkbox .toggle input:active + .checkbox-slider {
        border-color: #46b03d;
        box-shadow: none;
        outline: none; }
      .toggle-checkbox .toggle input:checked + .slider::before {
        transform: translateX(26px);
        background-color: #46b03d; }
  .toggle-checkbox .checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid #dcdcdc;
    transition: all 0.3s ease-in-out; }
    .toggle-checkbox .checkbox-slider::before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: transparent;
      transition: all 0.3s ease-in-out; }
  .toggle-checkbox .toggle-label {
    height: 38px;
    display: inline-block;
    margin-right: .375rem; }

.toggle-radio {
  margin-bottom: 1rem;
  position: relative;
  height: 44px;
  width: 260px;
  background-color: #fff;
  border: 2px solid #dcdcdc;
  transition: all 0.3s ease-in-out; }
  .toggle-radio:hover {
    border-color: #46b03d; }
  .toggle-radio label {
    position: relative;
    z-index: 2;
    float: left;
    line-height: 44px;
    width: 128px;
    font-size: .875rem;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out; }
    .toggle-radio label:hover {
      color: #46b03d; }
    .toggle-radio label:hover + .switch {
      border-color: #46b03d; }
  .toggle-radio .switch-label-left {
    padding-left: 2px; }
  .toggle-radio .switch-label-right {
    padding-right: 2px; }
  .toggle-radio input {
    display: none !important; }
    .toggle-radio input:checked + label {
      color: #fff;
      transition: 0.2s ease-in-out;
      pointer-events: none; }
    .toggle-radio input:checked + .switch-label-right ~ .switch-selection {
      left: 130px; }
  .toggle-radio .switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    height: 32px;
    width: 122px;
    left: 4px;
    bottom: 4px;
    background: #46b03d;
    transition: 0.4s ease-in-out; }

.center-toggle .toggle-radio {
  margin: auto; }

.flexbox .grouped-btn {
  display: flex; }
  .flexbox .grouped-btn .form-section {
    flex: 1; }
  .flexbox .grouped-btn input.btn,
  .flexbox .grouped-btn button {
    margin-left: .25rem;
    align-self: flex-end; }

.no-flexbox .grouped-btn,
.no-js .grouped-btn {
  display: block; }
  .no-flexbox .grouped-btn button,
  .no-js .grouped-btn button {
    margin-left: 0;
    float: right; }

@media screen and (min-width: 800px) {
  .form-section-group .form-section {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: -4px; }
    .form-section-group .form-section:last-child {
      margin-left: 4%; } }
.form-section-group .compact-form-section {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: -4px; }
  .form-section-group .compact-form-section:last-child {
    margin-left: 4%; }

@media screen and (min-width: 600px) {
  .nested .form-adjacent {
    margin-bottom: 1rem;
    width: 100%; }
  .nested .form-section {
    margin-bottom: 0;
    margin-right: 0; }
  .nested .form-group-nested-two,
  .nested .form-group-nested-three,
  .nested .form-group-nested-four {
    width: 100%; }
    .nested .form-group-nested-two .form-section,
    .nested .form-group-nested-three .form-section,
    .nested .form-group-nested-four .form-section {
      display: inline-block;
      padding-right: 0; }
  .nested .form-group-nested-two .form-section,
  .nested .form-group-nested-four .form-section {
    width: 49%; }
    .nested .form-group-nested-two .form-section:nth-child(odd),
    .nested .form-group-nested-four .form-section:nth-child(odd) {
      margin-right: 2%; }
  .nested .form-group-nested-three .form-section {
    width: 32%; }
    .nested .form-group-nested-three .form-section:not(:last-child) {
      margin-right: 2%; } }
@media screen and (min-width: 800px) {
  .nested .form-group-nested-four .form-section {
    width: 23.5%; }
    .nested .form-group-nested-four .form-section:nth-child(-n+2) {
      margin-bottom: 1rem; }
    .nested .form-group-nested-four .form-section:not(:last-child) {
      margin-right: 2%; } }
@media screen and (min-width: 800px) {
  .nested .form-adjacent {
    margin-bottom: 0 !important; }
    .nested .form-adjacent .form-section {
      width: 98%;
      margin-right: 2%; }
  .nested .adjacent-right .form-section {
    width: 98%;
    margin-left: 2%; }
  .nested .form-group {
    display: table;
    width: 100%; }
  .nested .form-section {
    margin-bottom: 0; }
  .nested .form-group {
    table-layout: fixed; }
    .nested .form-group .form-section {
      display: table-cell; }
      .nested .form-group .form-section:not(:last-child) {
        padding-right: 1%; }
  .nested .form-group-nested-two,
  .nested .form-group-nested-three,
  .nested .form-group-nested-four {
    margin-bottom: 0 !important; } }
@media screen and (min-width: 800px) {
  .search-forms form {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-right: -5px; }
    .search-forms form:nth-child(2) {
      width: 38%;
      margin-left: 2%; } }

.results-found {
  padding-top: .5rem; }
  @media screen and (max-width: 799px) {
    .results-found br {
      display: none; } }

.search-result {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #dcdcdc; }
  .search-result:first-child {
    padding-top: 0;
    border-top: none; }
  .search-result::after {
    visibility: hidden;
    display: block;
    content: ".";
    height: 0;
    clear: both; }

label.input-has-value {
  top: 0;
  font-size: 0.75rem; }

input.input-has-value,
select.input-has-value,
textarea.input-has-value {
  color: #333; }
  input.input-has-value::-webkit-input-placeholder,
  select.input-has-value::-webkit-input-placeholder,
  textarea.input-has-value::-webkit-input-placeholder {
    color: #bdbdbd; }
  input.input-has-value:-moz-placeholder,
  select.input-has-value:-moz-placeholder,
  textarea.input-has-value:-moz-placeholder {
    color: #bdbdbd; }
  input.input-has-value::-moz-placeholder,
  select.input-has-value::-moz-placeholder,
  textarea.input-has-value::-moz-placeholder {
    color: #bdbdbd; }
  input.input-has-value:-ms-input-placeholder,
  select.input-has-value:-ms-input-placeholder,
  textarea.input-has-value:-ms-input-placeholder {
    color: #bdbdbd; }

div.response-bottom div.wpcf7-mail-sent-ok {
  display: none !important; }

div.response-top div.wpcf7-validation-errors {
  display: none !important; }

span.wpcf7-not-valid-tip {
  position: relative;
  z-index: 2;
  display: inline-block !important;
  color: #fff !important;
  margin-top: 5px;
  visibility: visible;
  color: #fff;
  background-color: #d11f36;
  padding: .5rem .625rem .25rem;
  border-left: 3px solid #8a1424;
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: slideInError; }

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  color: #fff;
  padding: 1.25rem 1rem 1rem !important;
  line-height: 1rem;
  border: none !important;
  border-left: 6px solid #8a1424 !important;
  position: relative;
  margin: 1rem 0 0 0 !important;
  background: #d11f36; }
  div.wpcf7-mail-sent-ok .alert-close:hover, div.wpcf7-mail-sent-ok .alert-close:focus,
  div.wpcf7-validation-errors .alert-close:hover,
  div.wpcf7-validation-errors .alert-close:focus {
    background: #8a1424; }

div.wpcf7-mail-sent-ok {
  background: #46b03d !important;
  border-left-color: #21541e !important;
  margin-bottom: 1rem !important; }

form.product-add-form {
  margin: 0; }

section.col-12.purchase-options form button.btn {
  margin-top: 0; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(255, 255, 255, 0) !important; }

.form-section.form-textarea {
  margin-bottom: 30px !important; }
  .form-section.form-textarea input[readonly="readonly"] {
    padding-top: 10px !important; }
  .form-section.form-textarea p {
    margin: 0 !important; }

form h2 {
  margin-top: 30px; }

.toggle-btn-visible {
  position: static;
  visibility: visible; }

.toggle-target-hidden {
  display: none; }

.toggle-target-expanded {
  display: block; }

@media only screen and (min-width: 800px) {
  #navToggle {
    display: none; } }

#dropdownEngage {
  animation-duration: .15s;
  animation-fill-mode: both; }
  #dropdownEngage li:nth-child(1) {
    animation-delay: 0s; }
  #dropdownEngage li:nth-child(2) {
    animation-delay: 0.15s; }
  #dropdownEngage li:nth-child(3) {
    animation-delay: 0.3s; }

#slideSearch,
#slideAccount,
#slideCart {
  animation-duration: .5s;
  animation-delay: 0s;
  animation-fill-mode: both; }

.panel-header-wrapper {
  animation-duration: .5s;
  animation-delay: .2s;
  animation-fill-mode: both; }

.content-section-wrapper,
.cart-items-wrapper {
  animation-duration: .5s;
  animation-delay: .3s;
  animation-fill-mode: both; }

.cart-footer {
  animation-duration: .5s;
  animation-delay: .4s;
  animation-fill-mode: both; }

@media only screen and (max-width: 799px) {
  #navList {
    animation-duration: .5s;
    animation-fill-mode: both; }
    #navList li {
      animation-duration: .15s;
      animation-fill-mode: both; }
    #navList li:nth-child(1) {
      animation-delay: 0s; }
    #navList li:nth-child(2) {
      animation-delay: 0.1s; }
    #navList li:nth-child(3) {
      animation-delay: 0.2s; }
    #navList li:nth-child(4) {
      animation-delay: 0.3s; }
    #navList li:nth-child(5) {
      animation-delay: 0.4s; }
    #navList li:nth-child(6) {
      animation-delay: 0.5s; }
    #navList li:nth-child(7) {
      animation-delay: 0.6s; } }
@media only screen and (min-width: 800px) {
  #navList {
    animation-duration: 0s;
    animation-fill-mode: both; }
    #navList li {
      animation-duration: 0s;
      animation-fill-mode: both; }

  #dropdownEngage,
  #dropdownAbout {
    animation-duration: 0s;
    animation-fill-mode: both; } }
.alert + form.animated {
  animation-delay: .25s;
  animation-duration: .5s; }

.alert {
  animation-delay: .5s; }

@keyframes checkoutStageSlide {
  from {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.checkout-stages li {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-name: checkoutStageSlide; }
.checkout-stages li:nth-child(1) {
  animation-delay: 0s; }
.checkout-stages li:nth-child(2) {
  animation-delay: 0.3s; }
.checkout-stages li:nth-child(3) {
  animation-delay: 0.6s; }
.checkout-stages li:nth-child(4) {
  animation-delay: 0.9s; }

@media screen and (min-width: 600px) {
  #filterBooks,
  #filterAuthors,
  #filterNews,
  #filterEvents {
    display: block !important; } }
.slide-search,
.slide-account,
.slide-cart,
.js #dropdownEngage,
.js #dropdownAbout {
  display: none;
  opacity: 0; }
  .slide-search.toggle-target-expanded,
  .slide-account.toggle-target-expanded,
  .slide-cart.toggle-target-expanded,
  .js #dropdownEngage.toggle-target-expanded,
  .js #dropdownAbout.toggle-target-expanded {
    display: block;
    opacity: 1; }

.button,
.checkout-button,
#place_order,
.btn {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: transparent;
  color: #46b03d;
  color: #46b03d;
  border-color: #46b03d;
  font-size: 1rem; }
  .button:link,
  .checkout-button:link,
  #place_order:link,
  .btn:link {
    border: 2px solid transparent;
    background-color: transparent;
    color: #46b03d; }
  .button:hover, .button:focus,
  .checkout-button:hover,
  .checkout-button:focus,
  #place_order:hover,
  #place_order:focus,
  .btn:hover,
  .btn:focus {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .button:active,
  .checkout-button:active,
  #place_order:active,
  .btn:active {
    outline: 0;
    box-shadow: none; }
  .button:link,
  .checkout-button:link,
  #place_order:link,
  .btn:link {
    color: #46b03d;
    border-color: #46b03d; }
  .button:hover, .button:focus, .button:link:hover, .button:link:focus,
  .checkout-button:hover,
  .checkout-button:focus,
  .checkout-button:link:hover,
  .checkout-button:link:focus,
  #place_order:hover,
  #place_order:focus,
  #place_order:link:hover,
  #place_order:link:focus,
  .btn:hover,
  .btn:focus,
  .btn:link:hover,
  .btn:link:focus {
    color: #fff;
    background-color: #46b03d; }
  .button:disabled, .button:link:disabled,
  .checkout-button:disabled,
  .checkout-button:link:disabled,
  #place_order:disabled,
  #place_order:link:disabled,
  .btn:disabled,
  .btn:link:disabled {
    color: #bdbdbd;
    pointer-events: none;
    cursor: not-allowed;
    border-color: #bdbdbd; }
    .button:disabled:link, .button:link:disabled:link,
    .checkout-button:disabled:link,
    .checkout-button:link:disabled:link,
    #place_order:disabled:link,
    #place_order:link:disabled:link,
    .btn:disabled:link,
    .btn:link:disabled:link {
      color: #bdbdbd;
      pointer-events: none;
      cursor: not-allowed;
      border-color: #bdbdbd; }
  .button:active, .button:link:active,
  .checkout-button:active,
  .checkout-button:link:active,
  #place_order:active,
  #place_order:link:active,
  .btn:active,
  .btn:link:active {
    color: #fff;
    border-color: #21541e;
    background-color: #21541e; }
  @media screen and (max-width: 799px) {
    .button,
    .checkout-button,
    #place_order,
    .btn {
      margin-left: 12px; }
      .button:first-child, .button:only-child, .button:nth-of-type(1),
      .checkout-button:first-child,
      .checkout-button:only-child,
      .checkout-button:nth-of-type(1),
      #place_order:first-child,
      #place_order:only-child,
      #place_order:nth-of-type(1),
      .btn:first-child,
      .btn:only-child,
      .btn:nth-of-type(1) {
        margin-left: 0; } }
  @media screen and (min-width: 800px) {
    .button,
    .checkout-button,
    #place_order,
    .btn {
      margin-top: 4px;
      margin-right: 4px;
      margin-bottom: 4px;
      margin-left: 4px; }
      .button:link,
      .checkout-button:link,
      #place_order:link,
      .btn:link {
        margin-top: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
        margin-left: 4px; }
      .button:hover, .button:focus, .button:link:hover, .button:link:focus,
      .checkout-button:hover,
      .checkout-button:focus,
      .checkout-button:link:hover,
      .checkout-button:link:focus,
      #place_order:hover,
      #place_order:focus,
      #place_order:link:hover,
      #place_order:link:focus,
      .btn:hover,
      .btn:focus,
      .btn:link:hover,
      .btn:link:focus {
        box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.6);
        margin-right: 0px;
        margin-left: 8px; }
      .button:active, .button:link:active,
      .checkout-button:active,
      .checkout-button:link:active,
      #place_order:active,
      #place_order:link:active,
      .btn:active,
      .btn:link:active {
        box-shadow: none;
        margin-top: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
        margin-left: 4px; }
      .button:first-child,
      .checkout-button:first-child,
      #place_order:first-child,
      .btn:first-child {
        margin-left: 0; }
        .button:first-child:link,
        .checkout-button:first-child:link,
        #place_order:first-child:link,
        .btn:first-child:link {
          margin-left: 0; }
        .button:first-child:hover, .button:first-child:focus, .button:first-child:link:hover, .button:first-child:link:focus,
        .checkout-button:first-child:hover,
        .checkout-button:first-child:focus,
        .checkout-button:first-child:link:hover,
        .checkout-button:first-child:link:focus,
        #place_order:first-child:hover,
        #place_order:first-child:focus,
        #place_order:first-child:link:hover,
        #place_order:first-child:link:focus,
        .btn:first-child:hover,
        .btn:first-child:focus,
        .btn:first-child:link:hover,
        .btn:first-child:link:focus {
          margin-left: 4px; }
        .button:first-child:active, .button:first-child:link:active,
        .checkout-button:first-child:active,
        .checkout-button:first-child:link:active,
        #place_order:first-child:active,
        #place_order:first-child:link:active,
        .btn:first-child:active,
        .btn:first-child:link:active {
          margin-left: 0; } }
  .button::before,
  .checkout-button::before,
  #place_order::before,
  .btn::before {
    content: '';
    display: inline-block;
    height: 1.25rem; }
  @media screen and (min-width: 800px) {
    .button,
    .checkout-button,
    #place_order,
    .btn {
      font-size: 0.75rem; }
      .button::before,
      .checkout-button::before,
      #place_order::before,
      .btn::before {
        height: 1rem; } }
  .button + form,
  .checkout-button + form,
  #place_order + form,
  .btn + form {
    margin-top: 1rem; }

input.btn {
  line-height: 22px; }

body.woocommerce-payment-methods .button {
  margin-top: 1rem;
  text-decoration: none; }

.btn-basic {
  margin-top: 0;
  margin-right: 0; }
  .btn-basic:link {
    margin-top: 0;
    margin-right: 0; }
  .btn-basic:hover, .btn-basic:focus, .btn-basic:link:hover, .btn-basic:link:focus {
    box-shadow: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .btn-basic:active, .btn-basic:link:active {
    box-shadow: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; }

.btn-group .btn {
  margin-top: .5rem; }
  @media screen and (max-width: 599px) {
    .btn-group .btn {
      width: 100%; }
      .btn-group .btn:not(:first-child) {
        margin-left: 0; } }
  @media screen and (min-width: 800px) {
    .btn-group .btn {
      float: left; } }
.btn-group:after {
  display: block;
  width: 100%;
  content: ""; }

@media screen and (max-width: 599px) {
  .social-btn-wrapper {
    width: 100%;
    text-align: center; } }

.btn-warning {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: transparent;
  color: #46b03d;
  font-size: 1rem;
  color: #d11f36;
  border-color: #d11f36; }
  .btn-warning:link {
    border: 2px solid transparent;
    background-color: transparent;
    color: #46b03d; }
  .btn-warning:hover, .btn-warning:focus {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .btn-warning:active {
    outline: 0;
    box-shadow: none; }
  .btn-warning::before {
    content: '';
    display: inline-block;
    height: 1.25rem; }
  @media screen and (min-width: 800px) {
    .btn-warning {
      font-size: 0.75rem; }
      .btn-warning::before {
        height: 1rem; } }
  .btn-warning:link {
    color: #d11f36;
    border-color: #d11f36; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:link:hover, .btn-warning:link:focus {
    color: #fff;
    background-color: #d11f36 !important; }
  .btn-warning:active, .btn-warning:link:active {
    border-color: #8a1424;
    background-color: #8a1424; }

.btn-info {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: transparent;
  color: #46b03d;
  font-size: 1rem;
  color: #2a5db0;
  border-color: #2a5db0; }
  .btn-info:link {
    border: 2px solid transparent;
    background-color: transparent;
    color: #46b03d; }
  .btn-info:hover, .btn-info:focus {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .btn-info:active {
    outline: 0;
    box-shadow: none; }
  .btn-info::before {
    content: '';
    display: inline-block;
    height: 1.25rem; }
  @media screen and (min-width: 800px) {
    .btn-info {
      font-size: 0.75rem; }
      .btn-info::before {
        height: 1rem; } }
  .btn-info:link {
    color: #2a5db0;
    border-color: #2a5db0; }
  .btn-info:hover, .btn-info:focus, .btn-info:link:hover, .btn-info:link:focus {
    color: #fff;
    background-color: #2a5db0 !important; }
  .btn-info:active, .btn-info:link:active {
    border-color: #1c3d73;
    background-color: #1c3d73; }

.btn-inverted {
  color: #fff; }
  .btn-inverted:link {
    color: #fff; }

.checkout-button,
#place_order,
.btn-large {
  font-size: 1.125rem; }
  .checkout-button::before,
  #place_order::before,
  .btn-large::before {
    height: 1.5rem; }
  @media screen and (min-width: 1200px) {
    .checkout-button,
    #place_order,
    .btn-large {
      font-size: 1rem; }
      .checkout-button::before,
      #place_order::before,
      .btn-large::before {
        height: 1.25rem; } }

.btn-always-large {
  font-size: 1.125rem; }
  .btn-always-large::before {
    height: 1.5rem; }

@media screen and (min-width: 0px) {
  .btn-always-small {
    font-size: 0.75rem; }
    .btn-always-small::before {
      height: 1rem; } }

a.btn,
a[class^="btn-"],
a[class*=" btn-"] {
  text-decoration: none; }

a.disabled {
  color: #bdbdbd;
  pointer-events: none;
  cursor: not-allowed;
  border-color: #bdbdbd; }
  a.disabled:link {
    color: #bdbdbd;
    pointer-events: none;
    cursor: not-allowed;
    border-color: #bdbdbd; }

.btn-twitter {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: transparent;
  color: #46b03d;
  font-size: 0.75rem;
  color: #00b6f1;
  border-color: #00b6f1;
  padding: .25rem .5625rem; }
  .btn-twitter:link {
    border: 2px solid transparent;
    background-color: transparent;
    color: #46b03d; }
  .btn-twitter:hover, .btn-twitter:focus {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .btn-twitter:active {
    outline: 0;
    box-shadow: none; }
  .btn-twitter::before {
    content: '';
    display: inline-block;
    height: 1rem; }
  .btn-twitter:link {
    color: #00b6f1;
    border-color: #00b6f1; }
  .btn-twitter .social-text {
    margin-right: .5rem;
    font-size: 90%; }
    @media screen and (min-width: 800px) {
      .btn-twitter .social-text {
        transition: font-size 0.5s ease-in-out, margin-right 0.5s ease-in-out;
        font-size: 0;
        margin-right: 0; } }
  .btn-twitter::after {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: -0.15em; }
  .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:link:hover, .btn-twitter:link:focus {
    color: #fff;
    background-color: #00b6f1; }
  @media screen and (min-width: 800px) {
    .btn-twitter:hover .social-text, .btn-twitter:focus .social-text, .btn-twitter:link:hover .social-text, .btn-twitter:link:focus .social-text {
      font-size: inherit;
      margin-right: 1rem; } }
  .btn-twitter:active, .btn-twitter:link:active {
    border-color: #0099cb;
    background-color: #0099cb; }

.btn-facebook {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: transparent;
  color: #46b03d;
  font-size: 0.75rem;
  color: #3b5998;
  border-color: #3b5998;
  padding: .25rem .5625rem; }
  .btn-facebook:link {
    border: 2px solid transparent;
    background-color: transparent;
    color: #46b03d; }
  .btn-facebook:hover, .btn-facebook:focus {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .btn-facebook:active {
    outline: 0;
    box-shadow: none; }
  .btn-facebook::before {
    content: '';
    display: inline-block;
    height: 1rem; }
  .btn-facebook:link {
    color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook .social-text {
    margin-right: .5rem;
    font-size: 90%; }
    @media screen and (min-width: 800px) {
      .btn-facebook .social-text {
        transition: font-size 0.5s ease-in-out, margin-right 0.5s ease-in-out;
        font-size: 0;
        margin-right: 0; } }
  .btn-facebook::after {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: -0.15em; }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:link:hover, .btn-facebook:link:focus {
    color: #fff;
    background-color: #3b5998; }
  @media screen and (min-width: 800px) {
    .btn-facebook:hover .social-text, .btn-facebook:focus .social-text, .btn-facebook:link:hover .social-text, .btn-facebook:link:focus .social-text {
      font-size: inherit;
      margin-right: 1rem; } }
  .btn-facebook:active, .btn-facebook:link:active {
    border-color: #30497c;
    background-color: #30497c; }

.btn-googleplus {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: transparent;
  color: #46b03d;
  font-size: 0.75rem;
  color: #df4a32;
  border-color: #df4a32;
  padding: .25rem .5625rem; }
  .btn-googleplus:link {
    border: 2px solid transparent;
    background-color: transparent;
    color: #46b03d; }
  .btn-googleplus:hover, .btn-googleplus:focus {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .btn-googleplus:active {
    outline: 0;
    box-shadow: none; }
  .btn-googleplus::before {
    content: '';
    display: inline-block;
    height: 1rem; }
  .btn-googleplus:link {
    color: #df4a32;
    border-color: #df4a32; }
  .btn-googleplus .social-text {
    margin-right: .5rem;
    font-size: 90%; }
    @media screen and (min-width: 800px) {
      .btn-googleplus .social-text {
        transition: font-size 0.5s ease-in-out, margin-right 0.5s ease-in-out;
        font-size: 0;
        margin-right: 0; } }
  .btn-googleplus::after {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: -0.15em; }
  .btn-googleplus:hover, .btn-googleplus:focus, .btn-googleplus:link:hover, .btn-googleplus:link:focus {
    color: #fff;
    background-color: #df4a32; }
  @media screen and (min-width: 800px) {
    .btn-googleplus:hover .social-text, .btn-googleplus:focus .social-text, .btn-googleplus:link:hover .social-text, .btn-googleplus:link:focus .social-text {
      font-size: inherit;
      margin-right: 1rem; } }
  .btn-googleplus:active, .btn-googleplus:link:active {
    border-color: #cb3720;
    background-color: #cb3720; }

.btn-whatsapp {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: transparent;
  color: #46b03d;
  font-size: 0.75rem;
  color: #25d366;
  border-color: #25d366;
  padding: .25rem .5625rem; }
  .btn-whatsapp:link {
    border: 2px solid transparent;
    background-color: transparent;
    color: #46b03d; }
  .btn-whatsapp:hover, .btn-whatsapp:focus {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .btn-whatsapp:active {
    outline: 0;
    box-shadow: none; }
  .btn-whatsapp::before {
    content: '';
    display: inline-block;
    height: 1rem; }
  .btn-whatsapp:link {
    color: #25d366;
    border-color: #25d366; }
  .btn-whatsapp .social-text {
    margin-right: .5rem;
    font-size: 90%; }
    @media screen and (min-width: 800px) {
      .btn-whatsapp .social-text {
        transition: font-size 0.5s ease-in-out, margin-right 0.5s ease-in-out;
        font-size: 0;
        margin-right: 0; } }
  .btn-whatsapp::after {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: -0.15em; }
  .btn-whatsapp:hover, .btn-whatsapp:focus, .btn-whatsapp:link:hover, .btn-whatsapp:link:focus {
    color: #fff;
    background-color: #25d366; }
  @media screen and (min-width: 800px) {
    .btn-whatsapp:hover .social-text, .btn-whatsapp:focus .social-text, .btn-whatsapp:link:hover .social-text, .btn-whatsapp:link:focus .social-text {
      font-size: inherit;
      margin-right: 1rem; } }
  .btn-whatsapp:active, .btn-whatsapp:link:active {
    border-color: #1fb256;
    background-color: #1fb256; }

.btn-twitter-link {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: transparent;
  color: #46b03d;
  font-size: 0.75rem;
  color: #00b6f1;
  border-color: #00b6f1;
  padding: .25rem .5625rem;
  padding: 0.25rem 0.65rem; }
  .btn-twitter-link:link {
    border: 2px solid transparent;
    background-color: transparent;
    color: #46b03d; }
  .btn-twitter-link:hover, .btn-twitter-link:focus {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .btn-twitter-link:active {
    outline: 0;
    box-shadow: none; }
  .btn-twitter-link::before {
    content: '';
    display: inline-block;
    height: 1rem; }
  .btn-twitter-link:link {
    color: #00b6f1;
    border-color: #00b6f1; }
  .btn-twitter-link .social-text {
    margin-right: .5rem;
    font-size: 90%; }
    @media screen and (min-width: 800px) {
      .btn-twitter-link .social-text {
        transition: font-size 0.5s ease-in-out, margin-right 0.5s ease-in-out;
        font-size: 0;
        margin-right: 0; } }
  .btn-twitter-link::after {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: -0.15em; }
  .btn-twitter-link:hover, .btn-twitter-link:focus, .btn-twitter-link:link:hover, .btn-twitter-link:link:focus {
    color: #fff;
    background-color: #00b6f1; }
  @media screen and (min-width: 800px) {
    .btn-twitter-link:hover .social-text, .btn-twitter-link:focus .social-text, .btn-twitter-link:link:hover .social-text, .btn-twitter-link:link:focus .social-text {
      font-size: inherit;
      margin-right: 1rem; } }
  .btn-twitter-link:active, .btn-twitter-link:link:active {
    border-color: #0099cb;
    background-color: #0099cb; }
  @media screen and (max-width: 799px) {
    .btn-twitter-link {
      margin-left: 12px; }
      .btn-twitter-link:first-child, .btn-twitter-link:only-child, .btn-twitter-link:nth-of-type(1) {
        margin-left: 0; } }
  @media screen and (min-width: 800px) {
    .btn-twitter-link {
      margin-top: 4px;
      margin-right: 4px;
      margin-bottom: 4px;
      margin-left: 4px; }
      .btn-twitter-link:link {
        margin-top: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
        margin-left: 4px; }
      .btn-twitter-link:hover, .btn-twitter-link:focus, .btn-twitter-link:link:hover, .btn-twitter-link:link:focus {
        box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.6);
        margin-right: 0px;
        margin-left: 8px; }
      .btn-twitter-link:active, .btn-twitter-link:link:active {
        box-shadow: none;
        margin-top: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
        margin-left: 4px; }
      .btn-twitter-link:first-child {
        margin-left: 0; }
        .btn-twitter-link:first-child:link {
          margin-left: 0; }
        .btn-twitter-link:first-child:hover, .btn-twitter-link:first-child:focus, .btn-twitter-link:first-child:link:hover, .btn-twitter-link:first-child:link:focus {
          margin-left: 4px; }
        .btn-twitter-link:first-child:active, .btn-twitter-link:first-child:link:active {
          margin-left: 0; } }
  .btn-twitter-link:after {
    margin-left: 0; }

.btn-facebook-link {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: transparent;
  color: #46b03d;
  font-size: 0.75rem;
  color: #3b5998;
  border-color: #3b5998;
  padding: .25rem .5625rem;
  padding: 0.25rem 0.65rem; }
  .btn-facebook-link:link {
    border: 2px solid transparent;
    background-color: transparent;
    color: #46b03d; }
  .btn-facebook-link:hover, .btn-facebook-link:focus {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .btn-facebook-link:active {
    outline: 0;
    box-shadow: none; }
  .btn-facebook-link::before {
    content: '';
    display: inline-block;
    height: 1rem; }
  .btn-facebook-link:link {
    color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook-link .social-text {
    margin-right: .5rem;
    font-size: 90%; }
    @media screen and (min-width: 800px) {
      .btn-facebook-link .social-text {
        transition: font-size 0.5s ease-in-out, margin-right 0.5s ease-in-out;
        font-size: 0;
        margin-right: 0; } }
  .btn-facebook-link::after {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: -0.15em; }
  .btn-facebook-link:hover, .btn-facebook-link:focus, .btn-facebook-link:link:hover, .btn-facebook-link:link:focus {
    color: #fff;
    background-color: #3b5998; }
  @media screen and (min-width: 800px) {
    .btn-facebook-link:hover .social-text, .btn-facebook-link:focus .social-text, .btn-facebook-link:link:hover .social-text, .btn-facebook-link:link:focus .social-text {
      font-size: inherit;
      margin-right: 1rem; } }
  .btn-facebook-link:active, .btn-facebook-link:link:active {
    border-color: #30497c;
    background-color: #30497c; }
  @media screen and (max-width: 799px) {
    .btn-facebook-link {
      margin-left: 12px; }
      .btn-facebook-link:first-child, .btn-facebook-link:only-child, .btn-facebook-link:nth-of-type(1) {
        margin-left: 0; } }
  @media screen and (min-width: 800px) {
    .btn-facebook-link {
      margin-top: 4px;
      margin-right: 4px;
      margin-bottom: 4px;
      margin-left: 4px; }
      .btn-facebook-link:link {
        margin-top: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
        margin-left: 4px; }
      .btn-facebook-link:hover, .btn-facebook-link:focus, .btn-facebook-link:link:hover, .btn-facebook-link:link:focus {
        box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.6);
        margin-right: 0px;
        margin-left: 8px; }
      .btn-facebook-link:active, .btn-facebook-link:link:active {
        box-shadow: none;
        margin-top: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
        margin-left: 4px; }
      .btn-facebook-link:first-child {
        margin-left: 0; }
        .btn-facebook-link:first-child:link {
          margin-left: 0; }
        .btn-facebook-link:first-child:hover, .btn-facebook-link:first-child:focus, .btn-facebook-link:first-child:link:hover, .btn-facebook-link:first-child:link:focus {
          margin-left: 4px; }
        .btn-facebook-link:first-child:active, .btn-facebook-link:first-child:link:active {
          margin-left: 0; } }
  .btn-facebook-link:after {
    margin-left: 0; }

.btn-instagram-link {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 0.25rem 0.85rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: transparent;
  color: #46b03d;
  font-size: 0.75rem;
  color: #c32aa3;
  border-color: #c32aa3;
  padding: .25rem .5625rem;
  padding: 0.25rem 0.65rem; }
  .btn-instagram-link:link {
    border: 2px solid transparent;
    background-color: transparent;
    color: #46b03d; }
  .btn-instagram-link:hover, .btn-instagram-link:focus {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-shadow: none; }
  .btn-instagram-link:active {
    outline: 0;
    box-shadow: none; }
  .btn-instagram-link::before {
    content: '';
    display: inline-block;
    height: 1rem; }
  .btn-instagram-link:link {
    color: #c32aa3;
    border-color: #c32aa3; }
  .btn-instagram-link .social-text {
    margin-right: .5rem;
    font-size: 90%; }
    @media screen and (min-width: 800px) {
      .btn-instagram-link .social-text {
        transition: font-size 0.5s ease-in-out, margin-right 0.5s ease-in-out;
        font-size: 0;
        margin-right: 0; } }
  .btn-instagram-link::after {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: -0.15em; }
  .btn-instagram-link:hover, .btn-instagram-link:focus, .btn-instagram-link:link:hover, .btn-instagram-link:link:focus {
    color: #fff;
    background-color: #c32aa3; }
  @media screen and (min-width: 800px) {
    .btn-instagram-link:hover .social-text, .btn-instagram-link:focus .social-text, .btn-instagram-link:link:hover .social-text, .btn-instagram-link:link:focus .social-text {
      font-size: inherit;
      margin-right: 1rem; } }
  .btn-instagram-link:active, .btn-instagram-link:link:active {
    border-color: #a42389;
    background-color: #a42389; }
  @media screen and (max-width: 799px) {
    .btn-instagram-link {
      margin-left: 12px; }
      .btn-instagram-link:first-child, .btn-instagram-link:only-child, .btn-instagram-link:nth-of-type(1) {
        margin-left: 0; } }
  @media screen and (min-width: 800px) {
    .btn-instagram-link {
      margin-top: 4px;
      margin-right: 4px;
      margin-bottom: 4px;
      margin-left: 4px; }
      .btn-instagram-link:link {
        margin-top: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
        margin-left: 4px; }
      .btn-instagram-link:hover, .btn-instagram-link:focus, .btn-instagram-link:link:hover, .btn-instagram-link:link:focus {
        box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.6);
        margin-right: 0px;
        margin-left: 8px; }
      .btn-instagram-link:active, .btn-instagram-link:link:active {
        box-shadow: none;
        margin-top: 4px;
        margin-right: 4px;
        margin-bottom: 4px;
        margin-left: 4px; }
      .btn-instagram-link:first-child {
        margin-left: 0; }
        .btn-instagram-link:first-child:link {
          margin-left: 0; }
        .btn-instagram-link:first-child:hover, .btn-instagram-link:first-child:focus, .btn-instagram-link:first-child:link:hover, .btn-instagram-link:first-child:link:focus {
          margin-left: 4px; }
        .btn-instagram-link:first-child:active, .btn-instagram-link:first-child:link:active {
          margin-left: 0; } }
  .btn-instagram-link:after {
    margin-left: 0; }

.btn h1, .btn h2, .btn h3, .btn h4, .btn h5, .btn h6, .btn p, .btn small {
  display: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: inherit;
  margin: 0;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit; }

.btn-active {
  background: #46b03d;
  color: #fff;
  pointer-events: none; }
  .btn-active:link {
    background: #46b03d;
    color: #fff;
    pointer-events: none; }

ul.pagination li a.prev,
ul.pagination li a.next,
.btn-icon {
  padding: 0.25rem 0.65rem !important; }
  ul.pagination li a.prev svg,
  ul.pagination li a.next svg,
  .btn-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em; }

a.btn-icon.has-text svg, button.btn-icon.has-text svg {
  margin-right: 1rem; }

button.btn {
  position: relative;
  text-align: center; }
  button.btn .button-text {
    display: inline-block;
    opacity: 1; }
  button.btn .button-loader {
    display: block;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    button.btn .button-loader img {
      width: 50px;
      height: auto;
      margin: auto; }

.button-clicked {
  pointer-events: none; }

.button-text-hidden {
  color: transparent;
  transition: all 0.3s ease-in-out; }

.button-loader-visible {
  opacity: 1 !important;
  transition: all 0.3s ease-in-out; }

.subscription form {
  display: inline; }
.subscription .btn-center button {
  float: none; }

@media only screen and (min-width: 600px) {
  #filterBooks form.woocommerce-ordering {
    width: 32%;
    margin-left: 1%;
    float: left; } }
@media only screen and (min-width: 600px) {
  #filterBooks div.woof_container {
    width: 32% !important;
    float: left;
    margin-left: 1%; } }
#filterBooks div.woof_container.woof_text_search_container {
  width: 100% !important;
  margin-right: 0; }
#filterBooks select {
  margin-top: 0; }
#filterBooks h4 {
  font-size: 0.75rem;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }
#filterBooks div.woof_submit_search_form_container {
  display: none !important; }

/* woof - hide the results filter */
div.woof_products_top_panel {
  display: none !important; }

/**
Checkout success page
 */
p.order-again {
  display: none; }

div.woocommerce-order div.supporting-info {
  margin-top: -20px;
  margin-bottom: 20px; }

.select2-container {
  display: none !important; }

/**
Checkout fields layout
 */
@media screen and (min-width: 800px) {
  #billing_state_field,
  #billing_postcode_field,
  #billing_first_name_field,
  #billing_last_name_field {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: -4px; }

  #billing_postcode_field,
  #billing_last_name_field {
    margin-left: 4%; } }
.woocommerce-account-fields,
.woocommerce-billing-fields__field-wrapper {
  margin-top: 1rem; }

/**
Basket, qty layout
 */
div.quantity input.qty {
  padding-top: 0;
  width: 100px; }

div.wc-proceed-to-checkout {
  margin-top: 20px;
  text-align: center; }

div.largeimage img {
  width: 100%;
  height: auto; }

div.woocommerce-product-gallery__image {
  margin-top: 20px; }

form.woocommerce-cart-form td.product-quantity input {
  width: 100px;
  margin-top: 0; }

label abbr {
  text-decoration: none !important;
  color: #d11f36 !important;
  font-size: 24px;
  line-height: 1; }

body.logged-in div#voucher-code-box {
  margin-top: 16px;
  margin-top: 1.6rem; }

nav {
  line-height: 0; }

.primary-navigation-wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 2px solid #46b03d; }
  .primary-navigation-wrapper .primary-navigation {
    position: relative;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    height: 100%; }
    .primary-navigation-wrapper .primary-navigation ul {
      margin-bottom: 0; }

.nav-logo {
  position: absolute;
  z-index: 2000;
  left: 0;
  outline: none;
  transition: all 0.3s ease-in-out;
  filter: none;
  padding: .25rem;
  width: 212px;
  height: 41px; }
  @media only screen and (min-width: 800px) {
    .nav-logo {
      padding: .75rem;
      width: 177px;
      height: 92px; } }
  .nav-logo img {
    width: 100%; }

.logo-default .default-svg .ampersand path {
  fill: #46b03d;
  transition: all 0.25s ease-in-out; }
.logo-default .default-svg .divider {
  fill: #46b03d;
  opacity: 1;
  transition: all 0.25s ease-in-out; }
.logo-default .default-svg .text {
  opacity: 1;
  transition: all 0.25s ease-in-out; }
.logo-default .default-svg.on-scroll-down .ampersand {
  width: 32px;
  height: 32px; }
.logo-default .default-svg.on-scroll-down .divider,
.logo-default .default-svg.on-scroll-down .text {
  opacity: 0; }
.logo-default .default-svg:hover .ampersand path,
.logo-default .default-svg:hover .divider, .logo-default .default-svg:focus .ampersand path,
.logo-default .default-svg:focus .divider {
  fill: #21541e; }

.logo-narrow .narrow-svg .ampersand path {
  fill: #46b03d;
  transition: all 0.25s ease-in-out; }
.logo-narrow .narrow-svg .divider {
  fill: #46b03d;
  transition: all 0.25s ease-in-out; }
.logo-narrow .narrow-svg:hover .ampersand path,
.logo-narrow .narrow-svg:hover .divider, .logo-narrow .narrow-svg:focus .ampersand path,
.logo-narrow .narrow-svg:focus .divider {
  fill: #21541e; }

.nav-list.no-js-nav {
  display: none; }
@media only screen and (min-width: 800px) {
  .nav-list {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1.75em .5em 1.5em; }
    .nav-list.no-js-nav {
      display: none; } }
.nav-list ul {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: inherit;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .nav-list ul li {
    padding-left: 0;
    margin-bottom: 0; }
    .nav-list ul li ul, .nav-list ul li ol {
      margin-top: 0;
      margin-bottom: 0; }
      .nav-list ul li ul li, .nav-list ul li ol li {
        padding-left: 0;
        margin-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .nav-list ul > li {
      display: inline-block;
      margin: 0;
      margin-right: -6px; }
      .nav-list ul > li:last-child {
        margin-right: -.5rem; } }
  .nav-list ul > li a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 1em .75em 1em;
    text-transform: uppercase;
    height: 100%; }
    .nav-list ul > li a:link {
      color: #2a5db0;
      text-decoration: transparent;
      outline: none;
      box-shadow: none; }
    @media only screen and (min-width: 800px) {
      .nav-list ul > li a {
        color: #333; }
        .nav-list ul > li a:link, .nav-list ul > li a:visited {
          color: #333; }
        .nav-list ul > li a:focus, .nav-list ul > li a:hover, .nav-list ul > li a:active {
          color: #fff; }
        .nav-list ul > li a:before {
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 100%;
          height: 0px;
          content: '.';
          color: transparent;
          background: #46b03d;
          visibility: none;
          opacity: 0;
          z-index: -1;
          transition: all 0.3s ease-in-out; }
        .nav-list ul > li a:focus:before, .nav-list ul > li a:hover:before, .nav-list ul > li a:active:before {
          opacity: 1;
          visibility: visible;
          width: 100%;
          height: 100%; } }
  .nav-list ul > li.active a:link, .nav-list ul > li.active a:visited {
    color: #46b03d; }
  .nav-list ul > li.active a::before {
    border-top-color: #46b03d;
    top: 0; }
  .nav-list ul > li.active a:focus, .nav-list ul > li.active a:hover, .nav-list ul > li.active a:active {
    color: #46b03d; }
    .nav-list ul > li.active a:focus:before, .nav-list ul > li.active a:hover:before, .nav-list ul > li.active a:active:before {
      pointer-events: none;
      border-top-color: #46b03d;
      top: 0; }

.js .nav-list {
  z-index: 499; }
  @media only screen and (max-width: 799px) {
    .js .nav-list {
      box-shadow: -8px 0 0 0 rgba(0, 0, 0, 0.4);
      position: absolute;
      z-index: 1000;
      top: 43px;
      right: 0;
      width: 75%;
      height: 100vh;
      background: #fff;
      overflow-y: scroll; } }
  @media only screen and (max-width: 599px) {
    .js .nav-list {
      width: 100%; } }
  @media only screen and (max-width: 799px) {
    .js .nav-list ul {
      padding: 0 .75em 107px; } }
  @media only screen and (max-width: 799px) {
    .js .nav-list li.current-menu-item a, .js .nav-list li.active a {
      border-bottom-color: #21541e; } }
  @media only screen and (max-width: 799px) {
    .js .nav-list li a {
      display: block;
      padding: 1.75rem 0 1.5rem;
      border-bottom: 2px solid #bdbdbd;
      font-size: 1.125rem; }
      .js .nav-list li a:link, .js .nav-list li a:visited {
        color: #333; }
      .js .nav-list li a:focus, .js .nav-list li a:hover, .js .nav-list li a:active {
        color: #46b03d; }
      .js .nav-list li a:focus, .js .nav-list li a:hover, .js .nav-list li a:active {
        border-bottom-color: #46b03d; } }
  .js .nav-list li.nav-dropdown a {
    border-bottom: none; }
  @media only screen and (min-width: 800px) {
    .js .nav-list li.nav-dropdown {
      position: relative;
      z-index: 1000; } }
  .js .nav-list li.nav-dropdown:hover {
    cursor: pointer; }
  .js .nav-list li.nav-dropdown a.open-dropdown::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid transparent;
    transition: all 0.3s ease-in-out; }
  .js .nav-list li.nav-dropdown a.open-dropdown:hover::after, .js .nav-list li.nav-dropdown a.open-dropdown:focus::after {
    border-top-color: #28a745; }
    @media screen and (min-width: 800px) {
      .js .nav-list li.nav-dropdown a.open-dropdown:hover::after, .js .nav-list li.nav-dropdown a.open-dropdown:focus::after {
        border-top-color: #fff; } }
  @media only screen and (min-width: 800px) {
    .js .nav-list li.nav-dropdown a.open-dropdown::after {
      position: absolute;
      bottom: .25em;
      left: 0;
      right: 0;
      margin: auto; } }
  @media only screen and (min-width: 800px) {
    .js .nav-list li.nav-dropdown ul {
      position: absolute;
      top: 24px;
      left: 50%;
      transform: translateX(-50%);
      width: max-content;
      text-align: left;
      z-index: 999; } }
  @media only screen and (min-width: 800px) and (max-width: 900px) {
    .js .nav-list li.nav-dropdown ul {
      top: 21px; } }
  @media only screen and (min-width: 800px) {
    .js .nav-list li.nav-dropdown ul li {
      display: block;
      margin: 0; }
      .js .nav-list li.nav-dropdown ul li:not(:first-child) {
        margin-top: -2px; } }
  .js .nav-list li.nav-dropdown ul li a {
    position: relative;
    z-index: 1000;
    text-transform: none; }
    @media only screen and (min-width: 800px) {
      .js .nav-list li.nav-dropdown ul li a {
        color: #333;
        position: relative;
        z-index: 1001;
        display: block;
        width: 100%;
        padding: 1.25rem 1rem 1rem;
        border: 2px solid #46b03d;
        background: #fff; }
        .js .nav-list li.nav-dropdown ul li a:link, .js .nav-list li.nav-dropdown ul li a:visited {
          color: #333; }
        .js .nav-list li.nav-dropdown ul li a:focus, .js .nav-list li.nav-dropdown ul li a:hover, .js .nav-list li.nav-dropdown ul li a:active {
          color: #fff; }
        .js .nav-list li.nav-dropdown ul li a:before {
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 100%;
          height: 0px;
          content: '.';
          color: transparent;
          background: #46b03d;
          visibility: none;
          opacity: 0;
          z-index: -1;
          transition: all 0.3s ease-in-out; }
        .js .nav-list li.nav-dropdown ul li a:focus:before, .js .nav-list li.nav-dropdown ul li a:hover:before, .js .nav-list li.nav-dropdown ul li a:active:before {
          opacity: 1;
          visibility: visible;
          width: 100%;
          height: 100%; }
        .js .nav-list li.nav-dropdown ul li a:hover, .js .nav-list li.nav-dropdown ul li a:focus {
          z-index: 1002;
          border-color: #46b03d; } }
  @media only screen and (min-width: 800px) {
    .js .nav-list li.nav-dropdown ul li.current-menu-item a::after, .js .nav-list li.nav-dropdown ul li.active a::after {
      position: absolute;
      z-index: 1000;
      left: 0;
      top: 0;
      content: "";
      display: inline-block;
      width: 4px;
      height: 100%;
      background: #46b03d; } }
  @media only screen and (max-width: 799px) {
    .js .nav-list li.nav-dropdown {
      border-bottom: 2px solid #bdbdbd; } }
  @media only screen and (max-width: 799px) {
    .js .nav-list li.nav-dropdown a.open-dropdown {
      height: .5em; }
      .js .nav-list li.nav-dropdown a.open-dropdown::after {
        display: inline;
        margin-left: .5em;
        vertical-align: -.55em;
        border-top: 7px solid #333; } }
  @media only screen and (max-width: 799px) {
    .js .nav-list li.nav-dropdown ul {
      padding: 0; } }
  @media only screen and (max-width: 799px) {
    .js .nav-list li.nav-dropdown ul li a {
      padding: 1.5rem 0 1.25rem;
      border-top: 1px solid #bdbdbd; }
      .js .nav-list li.nav-dropdown ul li a:focus, .js .nav-list li.nav-dropdown ul li a:hover, .js .nav-list li.nav-dropdown ul li a:active {
        border-color: #46b03d; } }

.nav-icons,
.nav-toggle {
  display: inline-block; }
  .nav-icons ul,
  .nav-toggle ul {
    font-family: "Josefin Sans", Helvetica, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: inherit;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0; }
    .nav-icons ul li,
    .nav-toggle ul li {
      padding-left: 0;
      margin-bottom: 0; }
      .nav-icons ul li ul, .nav-icons ul li ol,
      .nav-toggle ul li ul,
      .nav-toggle ul li ol {
        margin-top: 0;
        margin-bottom: 0; }
        .nav-icons ul li ul li, .nav-icons ul li ol li,
        .nav-toggle ul li ul li,
        .nav-toggle ul li ol li {
          padding-left: 0;
          margin-bottom: 0; }
    .nav-icons ul li,
    .nav-toggle ul li {
      display: inline-block; }
      .nav-icons ul li a,
      .nav-toggle ul li a {
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        display: inline-block;
        height: 100%;
        padding: 1.25em .75em 1em; }
        .nav-icons ul li a:link,
        .nav-toggle ul li a:link {
          color: #2a5db0;
          text-decoration: transparent;
          outline: none;
          box-shadow: none; }
        .nav-icons ul li a:link, .nav-icons ul li a:visited,
        .nav-toggle ul li a:link,
        .nav-toggle ul li a:visited {
          color: #333; }
        .nav-icons ul li a:focus, .nav-icons ul li a:hover, .nav-icons ul li a:active,
        .nav-toggle ul li a:focus,
        .nav-toggle ul li a:hover,
        .nav-toggle ul li a:active {
          color: #46b03d; }
  @media only screen and (min-width: 800px) {
    .nav-icons,
    .nav-toggle {
      display: block; } }

.nav-icons {
  position: relative;
  z-index: 500; }
  @media only screen and (min-width: 800px) {
    .nav-icons {
      width: max-content;
      margin-left: auto; } }
  @media only screen and (max-width: 599px) {
    .nav-icons.main-icons {
      display: none; } }
  @media only screen and (min-width: 600px) {
    .nav-icons.mobile-icons {
      display: none; } }
  .nav-icons .nav-icon {
    padding: .75em .65em;
    border: 2px solid transparent; }
    .nav-icons .nav-icon svg {
      fill: currentColor;
      width: 1em;
      height: 1em;
      vertical-align: -0.15em; }
    .nav-icons .nav-icon:hover, .nav-icons .nav-icon:focus {
      cursor: pointer;
      outline: 0;
      box-shadow: none; }
    .nav-icons .nav-icon .cart-count {
      font-size: 75%;
      vertical-align: super; }
  @media only screen and (max-width: 599px) {
    .nav-icons {
      transition: all 0.3s ease-in-out;
      position: fixed;
      z-index: 9999;
      bottom: 0;
      left: 0;
      right: 0; }
      .nav-icons .nav-icon {
        padding: 1.5em .65em; }
      .nav-icons ul {
        text-align: center;
        border-top: 2px solid #46b03d; }
        .nav-icons ul li {
          width: calc(100%/3);
          margin: 0;
          height: 74px; }
          .nav-icons ul li a {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            height: 100%;
            background: #fff;
            font-size: 1.125rem;
            padding: .75em 0; }
            .nav-icons ul li a:hover, .nav-icons ul li a:focus {
              cursor: pointer;
              color: #fff;
              background: #21541e; } }

.nav-toggle a {
  font-size: 1.125rem; }

@media only screen and (min-width: 600px) and (max-width: 799px) {
  .side-nav-list {
    max-width: 40%; } }
.side-nav-list ul {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: inherit;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .side-nav-list ul li {
    padding-left: 0;
    margin-bottom: 0; }
    .side-nav-list ul li ul, .side-nav-list ul li ol {
      margin-top: 0;
      margin-bottom: 0; }
      .side-nav-list ul li ul li, .side-nav-list ul li ol li {
        padding-left: 0;
        margin-bottom: 0; }
  .side-nav-list ul li {
    margin: 0; }
    .side-nav-list ul li:not(:first-child) {
      margin-top: -1px; }
    .side-nav-list ul li.current-menu-item a, .side-nav-list ul li.active a {
      color: #46b03d; }
      .side-nav-list ul li.current-menu-item a::after, .side-nav-list ul li.active a::after {
        position: absolute;
        z-index: 500;
        left: 0;
        top: 0;
        content: "";
        display: inline-block;
        width: 4px;
        height: 100%;
        background: #46b03d; }
    .side-nav-list ul li a {
      color: #333;
      text-decoration: none;
      position: relative;
      background: #fff;
      transition: all 0.3s ease-in-out;
      position: relative;
      z-index: 500;
      display: block;
      height: 100%;
      padding: 1.25em .75em 1em;
      border: 1px solid #46b03d;
      color: #333; }
      .side-nav-list ul li a:link, .side-nav-list ul li a:visited {
        color: #333; }
      .side-nav-list ul li a:focus, .side-nav-list ul li a:hover, .side-nav-list ul li a:active {
        color: #fff; }
      .side-nav-list ul li a:before {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 0px;
        content: '.';
        color: transparent;
        background: #46b03d;
        visibility: none;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease-in-out; }
      .side-nav-list ul li a:focus:before, .side-nav-list ul li a:hover:before, .side-nav-list ul li a:active:before {
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: 100%; }
      .side-nav-list ul li a:before {
        left: 0;
        bottom: 0;
        top: 0;
        right: auto;
        width: 0px;
        height: 100%;
        opacity: 1;
        transition-duration: 0.6s; }
      .side-nav-list ul li a:link {
        color: #2a5db0;
        text-decoration: transparent;
        outline: none;
        box-shadow: none; }
      .side-nav-list ul li a:link {
        color: #333; }
      .side-nav-list ul li a:not(:first-child) {
        margin-top: -1px; }
      .side-nav-list ul li a:hover, .side-nav-list ul li a:focus {
        position: relative;
        z-index: 501;
        border-color: #46b03d;
        color: #fff; }

@media screen and (max-width: 599px) {
  .footer-navs {
    margin-left: 0 !important;
    margin-top: 2rem !important;
    margin-bottom: 0 !important; } }

@media screen and (min-width: 600px) and (max-width: 799px) {
  .footer-navs .row {
    margin-left: 26% !important; } }

@media screen and (max-width: 799px) {
  .col-footer-nav {
    margin: 0 !important; } }
@media screen and (min-width: 600px) and (max-width: 799px) {
  .col-footer-nav {
    width: 37%; } }

@media screen and (max-width: 599px) {
  .footer-nav-list {
    text-align: center; } }
.footer-nav-list ul {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: inherit;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .footer-nav-list ul li {
    padding-left: 0;
    margin-bottom: 0; }
    .footer-nav-list ul li ul, .footer-nav-list ul li ol {
      margin-top: 0;
      margin-bottom: 0; }
      .footer-nav-list ul li ul li, .footer-nav-list ul li ol li {
        padding-left: 0;
        margin-bottom: 0; }
  .footer-nav-list ul li {
    line-height: 1; }
    .footer-nav-list ul li a {
      padding: .5rem 0;
      display: block; }

body {
  margin-top: 43px; }
  @media only screen and (min-width: 800px) {
    body {
      margin-top: 94px; } }

.primary-navigation-wrapper {
  height: 43px; }
  @media only screen and (min-width: 800px) {
    .primary-navigation-wrapper {
      height: 94px; } }

@media only screen and (max-width: 799px) {
  .show-header {
    top: 0;
    transition: top, 0.3s linear; }

  .collapse-header {
    top: -41px;
    transition: top, 0.3s linear; } }
@media only screen and (max-width: 599px) {
  .show-footer {
    bottom: 0;
    transition: bottom, 0.3s linear; }

  .collapse-footer {
    bottom: -74px;
    transition: bottom, 0.3s linear; } }
@media only screen and (min-width: 800px) {
  .show-header {
    transition: height, 0.3s linear; }

  .collapse-header {
    height: 43px;
    transition: height, 0.3s linear; }

  .show-nav {
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: all, 0.3s ease-in; }

  .hide-nav {
    position: absolute;
    z-index: -1;
    bottom: 15px;
    opacity: 0;
    transition: all, 0.15s ease-out; } }
.big-letter-wrapper {
  border-top: 2px solid #46b03d;
  background: #fff;
  padding: 1.5rem;
  margin-bottom: 0 !important; }
  .big-letter-wrapper:not(:first-child) {
    margin-top: 0 !important; }
  .big-letter-wrapper .big-letter {
    font-size: 4rem; }

.apple-down {
  position: relative; }
  .apple-down::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 2rem;
    display: block;
    border-style: solid; }
  .apple-down::before {
    top: 0;
    border-width: 2rem 2rem 0 2rem;
    border-color: #46b03d transparent transparent transparent; }

.mint-down {
  position: relative; }
  .mint-down::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 2rem;
    display: block;
    border-style: solid; }
  .mint-down::before {
    top: 0;
    border-width: 2rem 2rem 0 2rem;
    border-color: #e8f6e6 transparent transparent transparent; }

.port-down {
  position: relative; }
  .port-down::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 2rem;
    display: block;
    border-style: solid; }
  .port-down::before {
    top: 0;
    border-width: 2rem 2rem 0 2rem;
    border-color: #64193f transparent transparent transparent; }

.white-down {
  position: relative; }
  .white-down::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 2rem;
    display: block;
    border-style: solid; }
  .white-down::before {
    top: 0;
    border-width: 2rem 2rem 0 2rem;
    border-color: #fff transparent transparent transparent; }

.pagination ul {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: inherit;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .pagination ul li {
    padding-left: 0;
    margin-bottom: 0; }
    .pagination ul li ul, .pagination ul li ol {
      margin-top: 0;
      margin-bottom: 0; }
      .pagination ul li ul li, .pagination ul li ol li {
        padding-left: 0;
        margin-bottom: 0; }
  .pagination ul::after {
    visibility: hidden;
    display: block;
    content: ".";
    height: 0;
    clear: both; }
  .pagination ul li {
    float: left !important;
    /* MC added */ }
    .pagination ul li:first-child a {
      margin-left: 0; }
    .pagination ul li.disabled a {
      color: #bdbdbd;
      pointer-events: none;
      cursor: not-allowed;
      border-color: #bdbdbd; }
      .pagination ul li.disabled a:link {
        color: #bdbdbd;
        pointer-events: none;
        cursor: not-allowed;
        border-color: #bdbdbd; }
    .pagination ul li.active a {
      color: #333;
      pointer-events: none;
      border-color: #333; }
      .pagination ul li.active a:link {
        color: #333;
        pointer-events: none;
        border-color: #333; }
    .pagination ul li span.page-numbers,
    .pagination ul li a,
    .pagination ul li .page-ellipses {
      transition: all 0.3s ease-in-out;
      display: inline-block;
      padding: 0.25rem 0.85rem;
      font-family: "Josefin Sans", Helvetica, sans-serif;
      font-weight: 700;
      line-height: 1.5;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap;
      vertical-align: middle;
      user-select: none;
      border-radius: 0;
      border: 2px solid transparent;
      background-color: transparent;
      color: #46b03d;
      font-size: 1rem;
      color: #2a5db0;
      border-color: #2a5db0;
      position: relative;
      display: block;
      margin-left: .5rem;
      text-decoration: none; }
      .pagination ul li span.page-numbers:link,
      .pagination ul li a:link,
      .pagination ul li .page-ellipses:link {
        border: 2px solid transparent;
        background-color: transparent;
        color: #46b03d; }
      .pagination ul li span.page-numbers:hover, .pagination ul li span.page-numbers:focus,
      .pagination ul li a:hover,
      .pagination ul li a:focus,
      .pagination ul li .page-ellipses:hover,
      .pagination ul li .page-ellipses:focus {
        cursor: pointer;
        text-decoration: none;
        outline: 0;
        box-shadow: none; }
      .pagination ul li span.page-numbers:active,
      .pagination ul li a:active,
      .pagination ul li .page-ellipses:active {
        outline: 0;
        box-shadow: none; }
      .pagination ul li span.page-numbers::before,
      .pagination ul li a::before,
      .pagination ul li .page-ellipses::before {
        content: '';
        display: inline-block;
        height: 1.25rem; }
      @media screen and (min-width: 800px) {
        .pagination ul li span.page-numbers,
        .pagination ul li a,
        .pagination ul li .page-ellipses {
          font-size: 0.75rem; }
          .pagination ul li span.page-numbers::before,
          .pagination ul li a::before,
          .pagination ul li .page-ellipses::before {
            height: 1rem; } }
      .pagination ul li span.page-numbers:link,
      .pagination ul li a:link,
      .pagination ul li .page-ellipses:link {
        color: #2a5db0;
        border-color: #2a5db0; }
      .pagination ul li span.page-numbers:hover, .pagination ul li span.page-numbers:focus, .pagination ul li span.page-numbers:link:hover, .pagination ul li span.page-numbers:link:focus,
      .pagination ul li a:hover,
      .pagination ul li a:focus,
      .pagination ul li a:link:hover,
      .pagination ul li a:link:focus,
      .pagination ul li .page-ellipses:hover,
      .pagination ul li .page-ellipses:focus,
      .pagination ul li .page-ellipses:link:hover,
      .pagination ul li .page-ellipses:link:focus {
        color: #fff;
        background-color: #2a5db0 !important; }
      .pagination ul li span.page-numbers:active, .pagination ul li span.page-numbers:link:active,
      .pagination ul li a:active,
      .pagination ul li a:link:active,
      .pagination ul li .page-ellipses:active,
      .pagination ul li .page-ellipses:link:active {
        border-color: #1c3d73;
        background-color: #1c3d73; }
    .pagination ul li span.page-numbers.dots,
    .pagination ul li .page-ellipses {
      color: #333;
      padding-left: .25rem;
      padding-right: .25rem;
      border: none;
      pointer-events: none; }
    .pagination ul li span.page-numbers.current {
      color: #333;
      pointer-events: none;
      border-color: #333; }
      .pagination ul li span.page-numbers.current:link {
        color: #333;
        pointer-events: none;
        border-color: #333; }
  @media screen and (max-width: 599px) {
    .pagination ul li:nth-child(n+5):not(:nth-last-child(-n+1)) {
      display: none; } }
@media screen and (max-width: 599px) {
  .pagination {
    width: 100%;
    text-align: center; } }

.pagination-indicators-wrapper {
  float: left;
  position: relative;
  left: 50%; }

.pagination-indicators {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: inherit;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: block;
  float: left;
  position: relative;
  left: -50%; }
  .pagination-indicators li {
    padding-left: 0;
    margin-bottom: 0; }
    .pagination-indicators li ul, .pagination-indicators li ol {
      margin-top: 0;
      margin-bottom: 0; }
      .pagination-indicators li ul li, .pagination-indicators li ol li {
        padding-left: 0;
        margin-bottom: 0; }
  .pagination-indicators::after {
    visibility: hidden;
    display: block;
    content: ".";
    height: 0;
    clear: both; }
  .pagination-indicators li {
    float: left !important;
    position: relative;
    display: block;
    margin-left: .5rem;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    border-color: #2a5db0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .75rem;
    background: transparent; }
    @media screen and (min-width: 800px) {
      .pagination-indicators li {
        width: 1rem;
        height: 1rem;
        border-radius: .5rem; } }
    .pagination-indicators li:first-child {
      margin-left: 0; }
    .pagination-indicators li.active {
      color: #333;
      pointer-events: none;
      border-color: #333; }
      .pagination-indicators li.active:link {
        color: #333;
        pointer-events: none;
        border-color: #333; }
    .pagination-indicators li.disabled {
      color: #bdbdbd;
      pointer-events: none;
      cursor: not-allowed;
      border-color: #bdbdbd; }
      .pagination-indicators li.disabled:link {
        color: #bdbdbd;
        pointer-events: none;
        cursor: not-allowed;
        border-color: #bdbdbd; }
    .pagination-indicators li:hover, .pagination-indicators li:focus {
      background: #2a5db0;
      cursor: pointer; }
    .pagination-indicators li:active {
      background: #2a5db0;
      border-color: #2a5db0; }

@media only screen and (min-width: 360px) {
  .grid-carousel {
    padding-bottom: 2rem; } }

.flickity-page-dots {
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 359px) {
    .flickity-page-dots {
      display: none; } }
  .flickity-page-dots .dot {
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    border-color: #2a5db0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .75rem;
    background: transparent;
    opacity: 1; }
    @media screen and (min-width: 800px) {
      .flickity-page-dots .dot {
        width: 1rem;
        height: 1rem;
        border-radius: .5rem; } }
    .flickity-page-dots .dot.is-selected {
      color: #333;
      pointer-events: none;
      border-color: #333; }
      .flickity-page-dots .dot.is-selected:link {
        color: #333;
        pointer-events: none;
        border-color: #333; }
    .flickity-page-dots .dot:hover, .flickity-page-dots .dot:focus {
      background: #2a5db0;
      cursor: pointer; }

.box-link {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.3s ease-in-out;
  margin: .5rem 0; }
  .box-link:before, .box-link:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px; }
  .box-link:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg); }
  .box-link:hover, .box-link:focus {
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
    margin: 0 0 1rem; }
    .box-link:hover:before, .box-link:hover:after, .box-link:focus:before, .box-link:focus:after {
      content: "";
      position: absolute;
      z-index: -1;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      top: 50%;
      bottom: 0;
      left: 10px;
      right: 10px;
      border-radius: 100px / 10px; }
    .box-link:hover:after, .box-link:focus:after {
      right: 10px;
      left: auto;
      transform: skew(8deg) rotate(3deg); }
  .box-link:hover h2, .box-link:focus h2 {
    color: #46b03d; }

.row.posts-wrapper {
  margin-top: 1rem; }
  .row.posts-wrapper .box-link-stacked {
    float: left;
    display: block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 800px) and (max-width: 1199px) {
      .row.posts-wrapper .box-link-stacked {
        width: 49%;
        margin-right: 2%; }
        .row.posts-wrapper .box-link-stacked:nth-child(2n+2) {
          margin-right: 0; }
        .row.posts-wrapper .box-link-stacked:nth-child(2n+3) {
          clear: both; } }
    @media screen and (min-width: 1200px) {
      .row.posts-wrapper .box-link-stacked {
        width: 32%;
        margin-right: 2%; }
        .row.posts-wrapper .box-link-stacked:nth-child(3n+3) {
          margin-right: 0; }
        .row.posts-wrapper .box-link-stacked:nth-child(3n+4) {
          clear: both; } }

.box-link-stacked-wrapper {
  position: relative;
  z-index: 500; }
  .box-link-stacked-wrapper.alternating-boxes .box-link-stacked:nth-child(2n) {
    background: #e8f6e6; }

.box-link-stacked {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: block;
  position: relative;
  background-color: #fff;
  border: 2px solid #dcdcdc;
  transition: border 0.1s;
  color: #333; }
  .box-link-stacked.box-link-padding {
    padding: 1.25rem; }
    @media screen and (min-width: 600px) {
      .box-link-stacked.box-link-padding {
        padding: 1.5rem; } }
  .box-link-stacked:link {
    color: #2a5db0;
    text-decoration: transparent;
    outline: none;
    box-shadow: none; }
  .box-link-stacked:link {
    color: #333; }
  .box-link-stacked:not(:first-child) {
    margin-top: -2px; }
  .box-link-stacked .box-link-content {
    color: #333; }
    @media screen and (min-width: 600px) {
      .box-link-stacked .box-link-content {
        max-width: 90%; }
        .box-link-stacked .box-link-content div {
          display: inline-block;
          margin-right: 1rem; } }
  .box-link-stacked .box-tag-nested {
    transition: all 0.3s ease-in-out;
    padding-bottom: .5em;
    color: #46b03d; }
    @media screen and (min-width: 800px) {
      .box-link-stacked .box-tag-nested {
        padding-bottom: 0; } }
  .box-link-stacked .box-link-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #333; }
    .box-link-stacked .box-link-icon svg {
      transition: all 0.3s ease-in-out;
      fill: currentColor;
      width: 1.5em;
      height: 1.5em;
      vertical-align: -0.25em;
      margin-right: 1.5rem; }
    @media screen and (max-width: 599px) {
      .box-link-stacked .box-link-icon {
        display: none; } }
  .box-link-stacked:hover, .box-link-stacked:focus {
    border-color: #46b03d;
    cursor: pointer;
    position: relative;
    z-index: 501; }
  .box-link-stacked h2::after, .box-link-stacked h3::after {
    transition: all 0.3s ease-in-out; }
  .box-link-stacked:hover h2::after, .box-link-stacked:hover h3::after, .box-link-stacked:focus h2::after, .box-link-stacked:focus h3::after {
    width: 144px; }
  .box-link-stacked:hover h2, .box-link-stacked:hover h3, .box-link-stacked:hover svg, .box-link-stacked:focus h2, .box-link-stacked:focus h3, .box-link-stacked:focus svg {
    color: #46b03d; }
  .box-link-stacked:hover svg.arrow, .box-link-stacked:focus svg.arrow {
    width: 2em;
    height: 2em; }

.no-csstransforms3d .box-link-stacked .box-link-icon {
  right: 0;
  top: 1.5rem;
  transform: none; }
.no-csstransforms3d .box-link-stacked:hover svg.arrow, .no-csstransforms3d .box-link-stacked:focus svg.arrow {
  width: 1.5em;
  height: 1.5em; }

.box-link-spaced {
  transition: all 0.3s ease-in-out; }
  .box-link-spaced:not(:first-child) {
    margin-top: 1rem !important; }

.box-inverted > .box-link-stacked-wrapper > .box-link-stacked,
.box-dark > .box-link-stacked-wrapper > .box-link-stacked,
.box-contrast > .box-link-stacked-wrapper > .box-link-stacked {
  background-color: transparent;
  color: #fff;
  border-color: #46b03d; }
  .box-inverted > .box-link-stacked-wrapper > .box-link-stacked:hover, .box-inverted > .box-link-stacked-wrapper > .box-link-stacked:focus,
  .box-dark > .box-link-stacked-wrapper > .box-link-stacked:hover,
  .box-dark > .box-link-stacked-wrapper > .box-link-stacked:focus,
  .box-contrast > .box-link-stacked-wrapper > .box-link-stacked:hover,
  .box-contrast > .box-link-stacked-wrapper > .box-link-stacked:focus {
    background-color: #46b03d;
    border-color: #46b03d;
    cursor: pointer;
    position: relative;
    z-index: 501; }
  .box-inverted > .box-link-stacked-wrapper > .box-link-stacked:hover h3, .box-inverted > .box-link-stacked-wrapper > .box-link-stacked:focus h3, .box-inverted > .box-link-stacked-wrapper > .box-link-stacked:hover .box-tag-nested, .box-inverted > .box-link-stacked-wrapper > .box-link-stacked:focus .box-tag-nested,
  .box-dark > .box-link-stacked-wrapper > .box-link-stacked:hover h3,
  .box-dark > .box-link-stacked-wrapper > .box-link-stacked:focus h3,
  .box-dark > .box-link-stacked-wrapper > .box-link-stacked:hover .box-tag-nested,
  .box-dark > .box-link-stacked-wrapper > .box-link-stacked:focus .box-tag-nested,
  .box-contrast > .box-link-stacked-wrapper > .box-link-stacked:hover h3,
  .box-contrast > .box-link-stacked-wrapper > .box-link-stacked:focus h3,
  .box-contrast > .box-link-stacked-wrapper > .box-link-stacked:hover .box-tag-nested,
  .box-contrast > .box-link-stacked-wrapper > .box-link-stacked:focus .box-tag-nested {
    color: #fff; }

.box-accordion {
  padding: 1.25rem;
  border: 2px solid #dcdcdc;
  border-top: none;
  background: #fff; }
  @media screen and (min-width: 600px) {
    .box-accordion {
      padding: 1.5rem; } }
  .box-accordion::after {
    visibility: hidden;
    display: block;
    content: ".";
    height: 0;
    clear: both; }
  .box-accordion img {
    height: auto;
    max-width: 300px; }
    @media screen and (max-width: 599px) {
      .box-accordion img {
        width: 100%;
        margin: 0 0 1rem; } }
    @media screen and (min-width: 600px) {
      .box-accordion img {
        float: left;
        width: 50%;
        margin: 0 1rem .5rem 0; } }
    @media screen and (min-width: 800px) {
      .box-accordion img {
        width: 40%; } }

.box {
  padding: 1.5rem;
  background: transparent;
  position: relative; }
  @media screen and (min-width: 600px) {
    .box {
      padding: 2rem; } }
  .box + .alert {
    margin-top: 1rem; }

.box-airy {
  padding: 1.75rem; }
  @media screen and (min-width: 600px) {
    .box-airy {
      padding: 3rem; } }

.box-footer {
  margin-top: 2rem; }
  @media screen and (max-width: 599px) {
    .box-footer {
      text-align: center; } }
  .box-footer .box-tag {
    margin-top: 1em; }
    .box-footer .box-tag a {
      transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: inline-block;
      color: #fff;
      background: #64193f;
      padding: .5em 1em .25em; }
      .box-footer .box-tag a:link {
        color: #2a5db0;
        text-decoration: transparent;
        outline: none;
        box-shadow: none; }
      .box-footer .box-tag a:hover, .box-footer .box-tag a:focus {
        background: #46b03d; }

.box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media screen and (min-width: 800px) {
  .box-horizontal {
    height: 400px;
    background: #fff; }
    .box-horizontal .box-img {
      width: 35%;
      height: 400px;
      float: left;
      overflow: hidden;
      background: #bdbdbd;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .box-horizontal .box-img img {
        /*
        max-width: 100%;
        display: block;
        height: auto;
        object-fit: cover;
        */ }
    .box-horizontal .box {
      width: 65%;
      height: 400px;
      float: left; }
      .box-horizontal .box .box-footer {
        position: absolute;
        bottom: 2rem;
        left: 2rem; } }
.section-intro {
  text-align: center; }
  .section-intro p.intro {
    margin-bottom: 1rem; }
    @media screen and (min-width: 800px) {
      .section-intro p.intro {
        max-width: 70%;
        margin: auto; } }
  .section-intro .intro ~ .center-toggle,
  .section-intro .intro ~ .btn {
    margin-top: 1.5rem; }
  .section-intro .intro ~ .center-toggle {
    margin-bottom: 1.5rem; }

.box-full {
  padding: 3rem 1rem; }
  @media screen and (min-width: 800px) {
    .box-full {
      padding: 2rem; } }
  @media screen and (min-width: 1200px) {
    .box-full {
      padding: 4rem 2rem; } }

.box-shadow {
  box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.4); }

.box-img {
  display: block;
  background: #bdbdbd;
  background: url(../img/aos-test-portrait.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 240px; }

.box-img-home .img-wrapper {
  position: relative;
  z-index: 501; }
  .box-img-home .img-wrapper img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%); }
    @media screen and (min-width: 800px) {
      .box-img-home .img-wrapper img {
        height: 200px; } }
    @media screen and (min-width: 1200px) {
      .box-img-home .img-wrapper img {
        height: 300px; } }
.box-img-home .box-content {
  text-align: center;
  position: relative;
  z-index: 500;
  padding: 2rem;
  padding-top: 2rem;
  background: #fff; }
  @media screen and (min-width: 800px) {
    .box-img-home .box-content {
      padding-top: 3rem; } }
.box-img-home .box-footer {
  text-align: center;
  margin-top: 0;
  padding-bottom: 2rem;
  background: #fff; }

.tweet-wrapper {
  padding-top: 2rem;
  text-align: center; }
  .tweet-wrapper h3 {
    color: #46b03d;
    font-family: "Josefin Sans", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0; }
  .tweet-wrapper .tweet-time {
    color: #bdbdbd;
    margin-bottom: 1rem; }
  .tweet-wrapper .tweet {
    font-size: 1.25rem;
    margin-bottom: 2.5rem; }

.pretend-offset {
  position: relative;
  z-index: 499; }
  .pretend-offset:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    content: "";
    display: block;
    width: 100%;
    height: 10rem;
    background: #fff; }

.box-border {
  border: 2px solid #bdbdbd; }

.box-border.box-hidden-info {
  position: relative;
  position: relative;
  margin-top: 1.75rem;
  border-color: #333;
  position: relative;
  z-index: 499; }
  .box-border.box-hidden-info::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 2rem;
    display: block;
    border-style: solid; }
  .box-border.box-hidden-info::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 2rem;
    display: block;
    border-style: solid; }
  .box-border.box-hidden-info::after {
    position: absolute;
    z-index: 500;
    top: -18px;
    width: 18px;
    border-width: 0 18px 18px 18px;
    border-color: transparent transparent #333 transparent; }
  .box-border.box-hidden-info::before {
    position: absolute;
    z-index: 501;
    top: -15px;
    width: 15px;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent; }

@media screen and (min-width: 600px) {
  .reading-group-book-wrapper {
    margin-top: 4rem; } }

.reading-group-book {
  margin-top: 0; }
  .reading-group-book > .excerpt {
    margin-bottom: 1rem; }
  .reading-group-book .box-header-img {
    z-index: 500;
    position: relative; }
    @media screen and (max-width: 599px) {
      .reading-group-book .box-header-img {
        margin-bottom: 2rem;
        width: 100%; }
        .reading-group-book .box-header-img::after {
          visibility: hidden;
          display: block;
          content: ".";
          height: 0;
          clear: both; } }
    .reading-group-book .box-header-img img {
      box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.4);
      transition: all 0.3s ease-in-out;
      width: 160px;
      height: auto;
      margin-left: .5rem; }
  .reading-group-book .box-link-stacked-wrapper {
    z-index: 501; }
  .reading-group-book h2 {
    max-width: 100%; }
  @media screen and (min-width: 600px) {
    .reading-group-book .box-header-img {
      position: absolute;
      right: 2rem;
      display: inline-block;
      top: -2rem; }
      .reading-group-book .box-header-img img {
        width: 180px;
        margin-left: 0;
        position: relative;
        right: 0;
        z-index: 500;
        transform: rotate(5deg); }
      .reading-group-book .box-header-img:hover img {
        transform: rotate(-2.5deg); }
    .reading-group-book h2 {
      max-width: 60%; } }

.box-first-edition {
  color: #fff;
  background: #102240; }

.page-header {
  margin: .75rem 0; }
  @media screen and (max-width: 599px) {
    .page-header {
      text-align: center; } }
  @media screen and (min-width: 600px) {
    .page-header {
      line-height: 1.3; }
      .page-header .supporting-info {
        margin-top: 1.5rem; } }
  @media screen and (min-width: 800px) {
    .page-header {
      margin: 1.5rem 0; } }
  @media screen and (min-width: 600px) {
    .page-header h1 {
      display: inline-block;
      margin-bottom: 0; } }
  @media screen and (max-width: 599px) {
    .page-header {
      padding: 0 1rem; } }

@media screen and (min-width: 600px) {
  .page-header-ui {
    text-align: justify; }
    .page-header-ui:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 0;
      font-size: 0;
      line-height: 0; } }

#notFound h1 {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-delay: 2s; }

.author-switch .toggle-radio,
.header-btn .toggle-radio {
  margin-bottom: 0; }
  @media screen and (max-width: 599px) {
    .author-switch .toggle-radio,
    .header-btn .toggle-radio {
      margin: auto; } }
@media screen and (min-width: 600px) {
  .author-switch,
  .header-btn {
    display: inline-block;
    vertical-align: bottom; } }

@media screen and (max-width: 599px) {
  .header-btn {
    display: none; } }

.browserupgrade {
  text-align: center;
  padding: 1rem;
  background: #d7f1d5;
  border-bottom: 2px solid #46b03d; }

#cookieNotice {
  position: fixed;
  z-index: 3000;
  bottom: 0;
  border-top: 4px solid #46b03d; }
  #cookieNotice.toggle-target-hidden {
    display: block; }
  #cookieNotice.toggle-target-expanded {
    display: none; }

.alert {
  background: #333;
  color: #fff;
  padding: 1.25rem 1rem 1rem;
  line-height: 1rem;
  border-left: 6px solid #000;
  position: relative; }
  .alert ~ .alert,
  .alert ~ form {
    margin-top: 1rem; }
  .alert ~ h2 {
    margin-top: 2rem; }
  .alert .alert-icon,
  .alert .alert-message {
    display: inline-block;
    vertical-align: middle; }
  .alert .alert-icon {
    padding-right: .5em; }
    .alert .alert-icon svg {
      fill: currentColor;
      width: 1em;
      height: 1em;
      vertical-align: -0.1em; }
    @media screen and (max-width: 599px) {
      .alert .alert-icon {
        width: 10%; } }
    .alert .alert-icon.multiple-alerts {
      display: block;
      width: 100%;
      margin-bottom: 0.5em; }
  .alert .alert-message {
    width: 80%; }
    .alert .alert-message:not(:last-child) {
      margin-bottom: 0.5em; }
  .alert a {
    transition: all 0.3s ease-in-out;
    padding-left: .5rem; }
    .alert a:link {
      color: #2a5db0;
      text-decoration: transparent;
      outline: none;
      box-shadow: none; }
    .alert a:link {
      text-decoration-skip: ink;
      box-shadow: none; }
    .alert a:visited {
      color: #64193f; }
    .alert a:focus, .alert a:hover, .alert a:active {
      color: #1c3d73;
      text-decoration: underline; }
    .alert a:active {
      color: #2a5db0; }
    .alert a:visited {
      color: #333; }
    .alert a:link, .alert a:visited {
      color: rgba(255, 255, 255, 0.75); }
    .alert a:focus, .alert a:hover, .alert a:active {
      color: #fff;
      text-decoration: underline; }

.alert-success {
  background: #46b03d;
  border-left-color: #21541e; }
  .alert-success .alert-close:hover, .alert-success .alert-close:focus {
    background: #21541e; }

.alert-info {
  background: #2a5db0;
  border-left-color: #1c3d73; }
  .alert-info .alert-close:hover, .alert-info .alert-close:focus {
    background: #1c3d73; }

.alert-warning {
  background: #d11f36;
  border-left-color: #8a1424; }
  .alert-warning .alert-close:hover, .alert-warning .alert-close:focus {
    background: #8a1424; }

div.alert.alert-success,
#errors.alert {
  margin-left: 12px;
  margin-right: 12px; }

ul.breadcrumb {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: inherit;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 1rem;
  padding: .5rem 0 .25rem; }
  ul.breadcrumb li {
    padding-left: 0;
    margin-bottom: 0; }
    ul.breadcrumb li ul, ul.breadcrumb li ol {
      margin-top: 0;
      margin-bottom: 0; }
      ul.breadcrumb li ul li, ul.breadcrumb li ol li {
        padding-left: 0;
        margin-bottom: 0; }
  ul.breadcrumb::after {
    display: block;
    content: "";
    border-top: 1px solid #46b03d;
    margin-top: 1rem; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li a {
      transition: all 0.3s ease-in-out; }
      ul.breadcrumb li a:link {
        color: #2a5db0;
        text-decoration: transparent;
        outline: none;
        box-shadow: none; }
      ul.breadcrumb li a:link {
        text-decoration-skip: ink;
        box-shadow: none; }
      ul.breadcrumb li a:visited {
        color: #64193f; }
      ul.breadcrumb li a:focus, ul.breadcrumb li a:hover, ul.breadcrumb li a:active {
        color: #1c3d73;
        text-decoration: underline; }
      ul.breadcrumb li a:active {
        color: #2a5db0; }
      ul.breadcrumb li a:visited {
        color: #333; }
  ul.breadcrumb li + li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0"; }

.hero-breadcrumb ul.breadcrumb li {
  display: inline-block;
  color: #fff; }
  .hero-breadcrumb ul.breadcrumb li a {
    color: rgba(255, 255, 255, 0.5); }
    .hero-breadcrumb ul.breadcrumb li a:focus, .hero-breadcrumb ul.breadcrumb li a:active, .hero-breadcrumb ul.breadcrumb li a:hover {
      color: #fff; }
    .hero-breadcrumb ul.breadcrumb li a:visited {
      color: #fff; }
.hero-breadcrumb ul.breadcrumb li + li:before {
  color: rgba(255, 255, 255, 0.5); }

div.wp-breadcrumbs {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: inherit;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 1rem;
  padding: 0; }
  div.wp-breadcrumbs li {
    padding-left: 0;
    margin-bottom: 0; }
    div.wp-breadcrumbs li ul, div.wp-breadcrumbs li ol {
      margin-top: 0;
      margin-bottom: 0; }
      div.wp-breadcrumbs li ul li, div.wp-breadcrumbs li ol li {
        padding-left: 0;
        margin-bottom: 0; }
  div.wp-breadcrumbs::after {
    display: block;
    content: "";
    border-top: 1px solid #46b03d;
    margin-top: 0.6rem; }
  div.wp-breadcrumbs span {
    display: inline-block; }
    div.wp-breadcrumbs span a {
      transition: all 0.3s ease-in-out; }
      div.wp-breadcrumbs span a:link {
        color: #2a5db0;
        text-decoration: transparent;
        outline: none;
        box-shadow: none; }
      div.wp-breadcrumbs span a:link {
        text-decoration-skip: ink;
        box-shadow: none;
        color: #46b03d; }
      div.wp-breadcrumbs span a:visited {
        color: #46b03d; }
      div.wp-breadcrumbs span a:focus, div.wp-breadcrumbs span a:hover, div.wp-breadcrumbs span a:active {
        color: #46b03d;
        text-decoration: underline; }
      div.wp-breadcrumbs span a:active {
        color: #46b03d; }
    div.wp-breadcrumbs span span span:before {
      padding: 8px;
      color: #000;
      content: "/\00a0"; }

body.single-product div.product-breadcrumbs div.wp-breadcrumbs span a {
  color: rgba(255, 255, 255, 0.5); }
body.single-product div.product-breadcrumbs div.wp-breadcrumbs span span span:before {
  color: rgba(255, 255, 255, 0.5); }
body.single-product div.product-breadcrumbs div.wp-breadcrumbs span.breadcrumb_last {
  color: white; }

.shop-nav {
  margin: 1.5rem 0;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 599px) {
    .shop-nav {
      overflow: scroll;
      white-space: nowrap; } }
  @media screen and (max-width: 439px) {
    .shop-nav {
      border-bottom: 2px solid #46b03d; } }
  @media screen and (min-width: 440px) and (max-width: 799px) {
    .shop-nav::after {
      position: relative;
      z-index: 500;
      display: block;
      content: "";
      border-top: 2px solid #46b03d;
      width: 420px;
      margin: auto;
      margin-top: -2px; } }
  .shop-nav .btn-wrapper {
    margin-right: .25rem; }
    @media screen and (max-width: 599px) {
      .shop-nav .btn-wrapper:first-child {
        margin-left: .75rem; }
      .shop-nav .btn-wrapper:last-child {
        margin-right: .75rem; } }
  .shop-nav .btn {
    font-weight: 400; }
  .shop-nav .btn-knockback {
    color: #21541e;
    border-color: #d7f1d5;
    background: #d7f1d5; }
    .shop-nav .btn-knockback:link {
      color: #21541e;
      border-color: #d7f1d5;
      background: #d7f1d5; }
    .shop-nav .btn-knockback:hover, .shop-nav .btn-knockback:focus, .shop-nav .btn-knockback:link:hover, .shop-nav .btn-knockback:link:focus {
      color: #fff;
      border-color: #46b03d;
      background: #46b03d; }

@media screen and (max-width: 799px) {
  #aboutUsTabs .box-full {
    padding: 3rem 3%; } }
#aboutUsTabs #tabsRow {
  transition: all 0.5s ease-in-out;
  padding-top: 0; }
  @media screen and (min-width: 1200px) {
    #aboutUsTabs #tabsRow {
      padding: 0% 5%; } }

.tabs-wrapper {
  display: block; }
  @media screen and (min-width: 800px) {
    .tabs-wrapper {
      float: left; } }
  .tabs-wrapper nav.tab {
    float: left;
    width: 100%; }
    @media screen and (max-width: 799px) {
      .tabs-wrapper nav.tab {
        margin: 0 0 1rem; } }
    @media screen and (max-width: 400px) {
      .tabs-wrapper nav.tab a {
        width: 100%;
        margin-bottom: .5rem; } }
  @media screen and (max-width: 400px) and (min-width: 0px) {
    .tabs-wrapper nav.tab a {
      font-size: 0.75rem; }
      .tabs-wrapper nav.tab a::before {
        height: 1rem; } }

    @media screen and (min-width: 401px) and (max-width: 799px) {
      .tabs-wrapper nav.tab a {
        float: left;
        width: 49%;
        margin-bottom: .5rem; } }
  @media screen and (min-width: 401px) and (max-width: 799px) and (min-width: 0px) {
    .tabs-wrapper nav.tab a {
      font-size: 0.75rem; }
      .tabs-wrapper nav.tab a::before {
        height: 1rem; } }
    @media screen and (min-width: 401px) and (max-width: 799px) {
        .tabs-wrapper nav.tab a:nth-child(even) {
          margin-left: 2%; } }
    @media screen and (min-width: 800px) {
      .tabs-wrapper nav.tab {
        width: 105%; }
        .tabs-wrapper nav.tab a {
          margin-top: 0;
          margin-right: 0;
          width: 100%;
          margin-bottom: .5rem;
          white-space: normal;
          height: 3rem;
          line-height: 2.5rem;
          text-align: left; }
          .tabs-wrapper nav.tab a:link {
            margin-top: 0;
            margin-right: 0; }
          .tabs-wrapper nav.tab a:hover, .tabs-wrapper nav.tab a:focus, .tabs-wrapper nav.tab a:link:hover, .tabs-wrapper nav.tab a:link:focus {
            box-shadow: none;
            margin-top: 0;
            margin-right: 0;
            margin-bottom: 0;
            margin-left: 0; }
          .tabs-wrapper nav.tab a:active, .tabs-wrapper nav.tab a:link:active {
            box-shadow: none;
            margin-top: 0;
            margin-right: 0;
            margin-bottom: 0;
            margin-left: 0; }
          .tabs-wrapper nav.tab a:hover, .tabs-wrapper nav.tab a:focus {
            margin-bottom: .5rem; }
          .tabs-wrapper nav.tab a:active {
            margin-bottom: .5rem; } }
    .tabs-wrapper nav.tab a {
      margin-left: 0; }
    .tabs-wrapper nav.tab a.active {
      background: #46b03d;
      pointer-events: none; }
  @media screen and (min-width: 800px) {
    .tabs-wrapper {
      position: relative;
      top: 1rem;
      display: inline-block;
      vertical-align: top;
      width: 25%; } }
  @media screen and (min-width: 1200px) {
    .tabs-wrapper {
      width: 25%; } }
  @media screen and (min-width: 800px) {
    .tabs-wrapper.bottom {
      display: none; } }
  .tabs-wrapper.bottom nav.tab {
    margin-top: 1.5rem;
    margin-bottom: 0; }
    .tabs-wrapper.bottom nav.tab a {
      margin-top: .5rem;
      margin-bottom: 0; }

.tab-content-wrapper {
  display: block;
  width: 100%;
  float: right; }
  @media screen and (min-width: 1200px) {
    .tab-content-wrapper {
      padding: 3rem; } }
  .tab-content-wrapper .tabcontent {
    background: #fff;
    float: left;
    width: 100%; }
    .tab-content-wrapper .tabcontent img {
      height: auto;
      max-width: 300px;
      position: relative;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
      filter: sepia(20%) greyscale(20%) contrast(110%);
      border: 0.5rem solid #fff;
      border-bottom-width: 1.75rem;
      transition: all 0.3s ease-in-out; }
      @media screen and (max-width: 599px) {
        .tab-content-wrapper .tabcontent img {
          width: 100%;
          margin: 0 0 1rem; } }
      @media screen and (min-width: 600px) {
        .tab-content-wrapper .tabcontent img {
          float: left;
          width: 50%;
          margin: 0 1rem .5rem 0; } }
      @media screen and (min-width: 800px) {
        .tab-content-wrapper .tabcontent img {
          width: 40%; } }
      .tab-content-wrapper .tabcontent img:before, .tab-content-wrapper .tabcontent img:after {
        content: "";
        position: absolute;
        z-index: -1;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        top: 50%;
        bottom: 0;
        left: 10px;
        right: 10px;
        border-radius: 100px / 10px; }
      .tab-content-wrapper .tabcontent img:after {
        right: 10px;
        left: auto;
        transform: skew(8deg) rotate(3deg); }
  @media screen and (min-width: 800px) {
    .tab-content-wrapper {
      width: 75%; } }

.block-tabs {
  display: block; }

@media screen and (min-width: 800px) {
  .sticky-tabs {
    position: fixed;
    top: 3.6rem; } }

.purchase-options .purchase-option:first-child {
  margin-bottom: 2px; }
  .purchase-options .purchase-option:first-child + .box {
    margin-top: 1rem; }

.purchase-option {
  padding: .5rem 1rem 1rem;
  background: #102240;
  color: #fff; }
  .purchase-option:nth-child(2) {
    margin-top: 0; }
  .purchase-option .option-title,
  .purchase-option button {
    margin-bottom: 0; }
  .purchase-option .option-title {
    font-size: 1.125rem;
    padding: .675rem 0 .375rem;
    line-height: 1; }
    .purchase-option .option-title span {
      font-weight: 300; }
  .purchase-option button {
    display: block; }
  @media screen and (min-width: 400px) {
    .purchase-option {
      padding: 1rem; }
      .purchase-option .option-title {
        display: inline-block; }
      .purchase-option button {
        float: right; } }

@media screen and (min-width: 800px) and (max-width: 1120px) {
  .hidden-md-down .purchase-option button {
    display: block;
    float: none; } }
@media screen and (min-width: 400px) {
  .purchase-option-complex button {
    float: left; } }

.info-panel div {
  font-family: "Lora", Palatino, Georgia, serif; }
  .info-panel div:not(:last-child) {
    margin-bottom: 1rem; }
.info-panel span:not(.woocommerce-Price-currencySymbol):not(.woocommerce-Price-amount) {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700;
  display: block; }
  .info-panel span:not(.woocommerce-Price-currencySymbol):not(.woocommerce-Price-amount):not(:first-child)::before {
    padding-top: 1rem; }
.info-panel p strong {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-weight: 700; }
  .info-panel p strong:not(:first-child)::before {
    padding-top: 1rem; }

#newsletterPopup {
  position: fixed;
  overflow: auto;
  z-index: 3000;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.75);
  margin-top: -43px; }
  @media only screen and (min-width: 800px) {
    #newsletterPopup {
      margin-top: -94px; } }
  #newsletterPopup .box-wrapper {
    box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.4);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin: auto;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 600px) {
      #newsletterPopup .box-wrapper {
        width: 80%;
        text-align: center; } }
    @media only screen and (min-width: 800px) {
      #newsletterPopup .box-wrapper {
        width: 60%; } }
    @media only screen and (min-width: 1200px) {
      #newsletterPopup .box-wrapper {
        width: 50%; } }
    #newsletterPopup .box-wrapper .popup-close {
      position: absolute;
      top: 1rem;
      right: 1rem; }
    @media only screen and (max-width: 319px) {
      #newsletterPopup .box-wrapper .popup-content {
        margin-top: 2.5rem; } }
    @media only screen and (max-width: 599px) {
      #newsletterPopup .box-wrapper .popup-content {
        margin-top: 2rem; } }
    #newsletterPopup .box-wrapper .popup-content .newsletterHiddenFieldsPopup {
      display: none; }

.hide-popup {
  visibility: hidden;
  opacity: 0;
  bottom: -50%;
  transition: all 0.3s ease-in-out; }

.show-popup {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  transition: all 0.3s ease-in-out; }

#map {
  height: 400px;
  width: 100%;
  margin-top: 1rem;
  border: 6px solid #f5f5f5; }

#aboutHero {
  padding: 1.5rem; }
  @media screen and (min-width: 600px) {
    #aboutHero {
      padding: 2rem; } }
  @media screen and (min-width: 800px) {
    #aboutHero {
      background: url(../img/aos-about-header.jpg) 110% center no-repeat; } }
  @media screen and (min-width: 1200px) {
    #aboutHero {
      background: url(../img/aos-about-header.jpg) 90% center no-repeat; } }

#notFound {
  background: url(../img/404.jpg) bottom center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.4)), url(../img/404.jpg) bottom center/cover no-repeat; }
  @media screen and (min-width: 800px) {
    #notFound {
      background: url(../img/404.jpg) top left/cover no-repeat;
      background: linear-gradient(rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.4)), url(../img/404.jpg) top left/cover no-repeat; } }
  #notFound .container {
    min-height: 600px;
    min-height: 80vh; }
    #notFound .container .box {
      width: 95%;
      margin-left: 2.5%;
      background: #fff; }
      #notFound .container .box .error-code {
        color: #46b03d;
        margin-bottom: .75rem; }
      @media screen and (min-width: 600px) {
        #notFound .container .box {
          width: 75%;
          margin-left: 1.5%; } }
      @media screen and (min-width: 800px) {
        #notFound .container .box {
          width: 50%;
          margin-left: 1%; } }

.hero {
  position: relative;
  font-size: 0;
  width: 100%;
  min-height: 400px; }
  @media screen and (min-width: 600px) {
    .hero {
      overflow: hidden; } }
  @media screen and (min-width: 800px) {
    .hero {
      min-height: 350px; } }
  @media screen and (min-width: 1200px) {
    .hero {
      min-height: 400px; } }
  .hero .hero-img-wrapper,
  .hero .hero-content-wrapper {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .hero .hero-img-wrapper,
      .hero .hero-content-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 50%; } }
  .hero .hero-img-wrapper .hero-img {
    position: relative;
    width: 100%;
    text-align: center; }
    .hero .hero-img-wrapper .hero-img img {
      position: relative;
      box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.5);
      height: auto; }
  .hero .hero-content-wrapper {
    padding: 1.25rem; }
    @media screen and (max-width: 599px) {
      .hero .hero-content-wrapper {
        background: rgba(0, 0, 0, 0.75);
        z-index: 500; } }
    @media screen and (min-width: 600px) {
      .hero .hero-content-wrapper {
        padding: 3rem 3rem 3rem 0; } }
    @media screen and (min-width: 800px) {
      .hero .hero-content-wrapper {
        padding: 3rem 4rem 3rem 0; } }
    @media screen and (min-width: 1000px) {
      .hero .hero-content-wrapper {
        padding: 4rem 5rem 4rem 0; } }
    @media screen and (min-width: 1200px) {
      .hero .hero-content-wrapper {
        padding: 4rem 6rem 4rem 0; } }
  .hero .hero-content {
    color: #fff; }
    @media screen and (min-width: 600px) {
      .hero .hero-content {
        position: relative;
        top: 0;
        right: 0; } }
    .hero .hero-content .lead-in-info {
      font-size: .75rem;
      text-transform: uppercase;
      margin-bottom: 1rem; }
    .hero .hero-content .supporting-info {
      font-size: 1.25rem; }

@media screen and (max-width: 599px) {
  .books-hero .hero-img-wrapper,
  .book-hero-single .hero-img-wrapper {
    max-height: 300px; } }
.books-hero .hero-img-wrapper .hero-img img,
.book-hero-single .hero-img-wrapper .hero-img img {
  top: 4rem;
  width: 50%;
  transform: rotate(-10deg); }
  @media screen and (min-width: 600px) {
    .books-hero .hero-img-wrapper .hero-img img,
    .book-hero-single .hero-img-wrapper .hero-img img {
      top: 5rem;
      width: 60%; } }
  @media screen and (min-width: 1200px) {
    .books-hero .hero-img-wrapper .hero-img img,
    .book-hero-single .hero-img-wrapper .hero-img img {
      top: 4rem;
      width: 50%; } }

.books-hero::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 502;
  content: "Latest Release";
  background: #46b03d;
  color: #fff;
  padding: .8rem 1rem .55rem;
  font-size: .75rem;
  text-transform: uppercase;
  transform: translateZ(0);
  white-space: pre; }

@keyframes slideInHero {
  from {
    transform: rotate(-5deg) scale(0.9);
    visibility: visible;
    opacity: 0; }
  to {
    transform: rotate(0deg) scale(1);
    opacity: 1; } }
.hero-img > div {
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInHero; }

ul.grid {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: inherit;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem; }
  ul.grid li {
    padding-left: 0;
    margin-bottom: 0; }
    ul.grid li ul, ul.grid li ol {
      margin-top: 0;
      margin-bottom: 0; }
      ul.grid li ul li, ul.grid li ol li {
        padding-left: 0;
        margin-bottom: 0; }
  ul.grid::after {
    visibility: hidden;
    display: block;
    content: ".";
    height: 0;
    clear: both; }
  ul.grid li.author {
    text-align: center; }
  ul.grid li.book, ul.grid li.book-timeline, ul.grid li.author, ul.grid li.product, ul.grid li.subscription {
    float: left;
    display: block; }
    ul.grid li.book a,
    ul.grid li.book img,
    ul.grid li.book .new-book, ul.grid li.book-timeline a,
    ul.grid li.book-timeline img,
    ul.grid li.book-timeline .new-book, ul.grid li.author a,
    ul.grid li.author img,
    ul.grid li.author .new-book, ul.grid li.product a,
    ul.grid li.product img,
    ul.grid li.product .new-book, ul.grid li.subscription a,
    ul.grid li.subscription img,
    ul.grid li.subscription .new-book {
      transition: all 0.3s ease-in-out;
      outline: none;
      border: none;
      text-decoration: none;
      display: block;
      max-width: 100%; }
    ul.grid li.book .book-img-wrapper,
    ul.grid li.book .timeline-img-wrapper,
    ul.grid li.book .author-img-wrapper,
    ul.grid li.book .product-img-wrapper,
    ul.grid li.book .subscription-img-wrapper, ul.grid li.book-timeline .book-img-wrapper,
    ul.grid li.book-timeline .timeline-img-wrapper,
    ul.grid li.book-timeline .author-img-wrapper,
    ul.grid li.book-timeline .product-img-wrapper,
    ul.grid li.book-timeline .subscription-img-wrapper, ul.grid li.author .book-img-wrapper,
    ul.grid li.author .timeline-img-wrapper,
    ul.grid li.author .author-img-wrapper,
    ul.grid li.author .product-img-wrapper,
    ul.grid li.author .subscription-img-wrapper, ul.grid li.product .book-img-wrapper,
    ul.grid li.product .timeline-img-wrapper,
    ul.grid li.product .author-img-wrapper,
    ul.grid li.product .product-img-wrapper,
    ul.grid li.product .subscription-img-wrapper, ul.grid li.subscription .book-img-wrapper,
    ul.grid li.subscription .timeline-img-wrapper,
    ul.grid li.subscription .author-img-wrapper,
    ul.grid li.subscription .product-img-wrapper,
    ul.grid li.subscription .subscription-img-wrapper {
      transition: all 0.3s ease-in-out;
      position: relative;
      transform: rotate(0deg); }
      ul.grid li.book .book-img-wrapper::before,
      ul.grid li.book .timeline-img-wrapper::before,
      ul.grid li.book .author-img-wrapper::before,
      ul.grid li.book .product-img-wrapper::before,
      ul.grid li.book .subscription-img-wrapper::before, ul.grid li.book-timeline .book-img-wrapper::before,
      ul.grid li.book-timeline .timeline-img-wrapper::before,
      ul.grid li.book-timeline .author-img-wrapper::before,
      ul.grid li.book-timeline .product-img-wrapper::before,
      ul.grid li.book-timeline .subscription-img-wrapper::before, ul.grid li.author .book-img-wrapper::before,
      ul.grid li.author .timeline-img-wrapper::before,
      ul.grid li.author .author-img-wrapper::before,
      ul.grid li.author .product-img-wrapper::before,
      ul.grid li.author .subscription-img-wrapper::before, ul.grid li.product .book-img-wrapper::before,
      ul.grid li.product .timeline-img-wrapper::before,
      ul.grid li.product .author-img-wrapper::before,
      ul.grid li.product .product-img-wrapper::before,
      ul.grid li.product .subscription-img-wrapper::before, ul.grid li.subscription .book-img-wrapper::before,
      ul.grid li.subscription .timeline-img-wrapper::before,
      ul.grid li.subscription .author-img-wrapper::before,
      ul.grid li.subscription .product-img-wrapper::before,
      ul.grid li.subscription .subscription-img-wrapper::before {
        transition: all 0.5s ease;
        position: absolute;
        z-index: 500;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        background: #46b03d;
        border-radius: 100%;
        transform: rotate(0deg); }
      ul.grid li.book .book-img-wrapper img,
      ul.grid li.book .timeline-img-wrapper img,
      ul.grid li.book .author-img-wrapper img,
      ul.grid li.book .product-img-wrapper img,
      ul.grid li.book .subscription-img-wrapper img, ul.grid li.book-timeline .book-img-wrapper img,
      ul.grid li.book-timeline .timeline-img-wrapper img,
      ul.grid li.book-timeline .author-img-wrapper img,
      ul.grid li.book-timeline .product-img-wrapper img,
      ul.grid li.book-timeline .subscription-img-wrapper img, ul.grid li.author .book-img-wrapper img,
      ul.grid li.author .timeline-img-wrapper img,
      ul.grid li.author .author-img-wrapper img,
      ul.grid li.author .product-img-wrapper img,
      ul.grid li.author .subscription-img-wrapper img, ul.grid li.product .book-img-wrapper img,
      ul.grid li.product .timeline-img-wrapper img,
      ul.grid li.product .author-img-wrapper img,
      ul.grid li.product .product-img-wrapper img,
      ul.grid li.product .subscription-img-wrapper img, ul.grid li.subscription .book-img-wrapper img,
      ul.grid li.subscription .timeline-img-wrapper img,
      ul.grid li.subscription .author-img-wrapper img,
      ul.grid li.subscription .product-img-wrapper img,
      ul.grid li.subscription .subscription-img-wrapper img {
        position: relative;
        z-index: 501;
        width: 100%;
        transform: translateZ(0); }
    ul.grid li.book .book-img-wrapper::before,
    ul.grid li.book .timeline-img-wrapper::before, ul.grid li.book-timeline .book-img-wrapper::before,
    ul.grid li.book-timeline .timeline-img-wrapper::before, ul.grid li.author .book-img-wrapper::before,
    ul.grid li.author .timeline-img-wrapper::before, ul.grid li.product .book-img-wrapper::before,
    ul.grid li.product .timeline-img-wrapper::before, ul.grid li.subscription .book-img-wrapper::before,
    ul.grid li.subscription .timeline-img-wrapper::before {
      width: 85%;
      height: 55%; }
    ul.grid li.book .book-img-wrapper.book-upcoming::after,
    ul.grid li.book .timeline-img-wrapper.book-upcoming::after, ul.grid li.book-timeline .book-img-wrapper.book-upcoming::after,
    ul.grid li.book-timeline .timeline-img-wrapper.book-upcoming::after, ul.grid li.author .book-img-wrapper.book-upcoming::after,
    ul.grid li.author .timeline-img-wrapper.book-upcoming::after, ul.grid li.product .book-img-wrapper.book-upcoming::after,
    ul.grid li.product .timeline-img-wrapper.book-upcoming::after, ul.grid li.subscription .book-img-wrapper.book-upcoming::after,
    ul.grid li.subscription .timeline-img-wrapper.book-upcoming::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 502;
      content: "Upcoming";
      background: #46b03d;
      color: #fff;
      padding: .8rem 1rem .55rem;
      font-size: .75rem;
      text-transform: uppercase;
      transform: translateZ(0);
      white-space: pre; }
    ul.grid li.book .book-img-wrapper.book-upcoming img,
    ul.grid li.book .timeline-img-wrapper.book-upcoming img, ul.grid li.book-timeline .book-img-wrapper.book-upcoming img,
    ul.grid li.book-timeline .timeline-img-wrapper.book-upcoming img, ul.grid li.author .book-img-wrapper.book-upcoming img,
    ul.grid li.author .timeline-img-wrapper.book-upcoming img, ul.grid li.product .book-img-wrapper.book-upcoming img,
    ul.grid li.product .timeline-img-wrapper.book-upcoming img, ul.grid li.subscription .book-img-wrapper.book-upcoming img,
    ul.grid li.subscription .timeline-img-wrapper.book-upcoming img {
      filter: sepia(1) hue-rotate(80deg) brightness(50%); }
    ul.grid li.book .book-img-wrapper.book-ebook::after,
    ul.grid li.book .timeline-img-wrapper.book-ebook::after, ul.grid li.book-timeline .book-img-wrapper.book-ebook::after,
    ul.grid li.book-timeline .timeline-img-wrapper.book-ebook::after, ul.grid li.author .book-img-wrapper.book-ebook::after,
    ul.grid li.author .timeline-img-wrapper.book-ebook::after, ul.grid li.product .book-img-wrapper.book-ebook::after,
    ul.grid li.product .timeline-img-wrapper.book-ebook::after, ul.grid li.subscription .book-img-wrapper.book-ebook::after,
    ul.grid li.subscription .timeline-img-wrapper.book-ebook::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 502;
      content: "eBook Only";
      background: #000;
      color: #fff;
      padding: .8rem 1rem .55rem;
      font-size: .75rem;
      text-transform: uppercase;
      transform: translateZ(0);
      white-space: pre; }
    ul.grid li.book .book-img-wrapper.book-ebook img,
    ul.grid li.book .timeline-img-wrapper.book-ebook img, ul.grid li.book-timeline .book-img-wrapper.book-ebook img,
    ul.grid li.book-timeline .timeline-img-wrapper.book-ebook img, ul.grid li.author .book-img-wrapper.book-ebook img,
    ul.grid li.author .timeline-img-wrapper.book-ebook img, ul.grid li.product .book-img-wrapper.book-ebook img,
    ul.grid li.product .timeline-img-wrapper.book-ebook img, ul.grid li.subscription .book-img-wrapper.book-ebook img,
    ul.grid li.subscription .timeline-img-wrapper.book-ebook img {
      filter: saturate(50%); }
    ul.grid li.book .book-img-wrapper.book-oos::after,
    ul.grid li.book .timeline-img-wrapper.book-oos::after, ul.grid li.book-timeline .book-img-wrapper.book-oos::after,
    ul.grid li.book-timeline .timeline-img-wrapper.book-oos::after, ul.grid li.author .book-img-wrapper.book-oos::after,
    ul.grid li.author .timeline-img-wrapper.book-oos::after, ul.grid li.product .book-img-wrapper.book-oos::after,
    ul.grid li.product .timeline-img-wrapper.book-oos::after, ul.grid li.subscription .book-img-wrapper.book-oos::after,
    ul.grid li.subscription .timeline-img-wrapper.book-oos::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 502;
      content: "Out of Stock";
      background: #d11f36;
      color: #fff;
      padding: .8rem 1rem .55rem;
      font-size: .75rem;
      text-transform: uppercase;
      transform: translateZ(0);
      white-space: pre; }
    ul.grid li.book .book-img-wrapper.book-oos img,
    ul.grid li.book .timeline-img-wrapper.book-oos img, ul.grid li.book-timeline .book-img-wrapper.book-oos img,
    ul.grid li.book-timeline .timeline-img-wrapper.book-oos img, ul.grid li.author .book-img-wrapper.book-oos img,
    ul.grid li.author .timeline-img-wrapper.book-oos img, ul.grid li.product .book-img-wrapper.book-oos img,
    ul.grid li.product .timeline-img-wrapper.book-oos img, ul.grid li.subscription .book-img-wrapper.book-oos img,
    ul.grid li.subscription .timeline-img-wrapper.book-oos img {
      filter: brightness(50%) grayscale(100%); }
    ul.grid li.book .book-img-wrapper.book-next::after,
    ul.grid li.book .timeline-img-wrapper.book-next::after, ul.grid li.book-timeline .book-img-wrapper.book-next::after,
    ul.grid li.book-timeline .timeline-img-wrapper.book-next::after, ul.grid li.author .book-img-wrapper.book-next::after,
    ul.grid li.author .timeline-img-wrapper.book-next::after, ul.grid li.product .book-img-wrapper.book-next::after,
    ul.grid li.product .timeline-img-wrapper.book-next::after, ul.grid li.subscription .book-img-wrapper.book-next::after,
    ul.grid li.subscription .timeline-img-wrapper.book-next::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 502;
      content: "Subscriber \a Deadline \a 10 Dec 17";
      background: #d11f36;
      color: #fff;
      padding: .8rem 1rem .55rem;
      font-size: .75rem;
      text-transform: uppercase;
      transform: translateZ(0);
      white-space: pre; }
    ul.grid li.book .book-img-wrapper.book-next img,
    ul.grid li.book .timeline-img-wrapper.book-next img, ul.grid li.book-timeline .book-img-wrapper.book-next img,
    ul.grid li.book-timeline .timeline-img-wrapper.book-next img, ul.grid li.author .book-img-wrapper.book-next img,
    ul.grid li.author .timeline-img-wrapper.book-next img, ul.grid li.product .book-img-wrapper.book-next img,
    ul.grid li.product .timeline-img-wrapper.book-next img, ul.grid li.subscription .book-img-wrapper.book-next img,
    ul.grid li.subscription .timeline-img-wrapper.book-next img {
      filter: sepia(1) hue-rotate(80deg) brightness(50%); }
    ul.grid li.book .book-img-wrapper.book-published::after,
    ul.grid li.book .timeline-img-wrapper.book-published::after, ul.grid li.book-timeline .book-img-wrapper.book-published::after,
    ul.grid li.book-timeline .timeline-img-wrapper.book-published::after, ul.grid li.author .book-img-wrapper.book-published::after,
    ul.grid li.author .timeline-img-wrapper.book-published::after, ul.grid li.product .book-img-wrapper.book-published::after,
    ul.grid li.product .timeline-img-wrapper.book-published::after, ul.grid li.subscription .book-img-wrapper.book-published::after,
    ul.grid li.subscription .timeline-img-wrapper.book-published::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 502;
      content: "Dispatched";
      background: #000;
      color: #fff;
      padding: .8rem 1rem .55rem;
      font-size: .75rem;
      text-transform: uppercase;
      transform: translateZ(0);
      white-space: pre; }
    ul.grid li.book .book-img-wrapper.book-production::after,
    ul.grid li.book .timeline-img-wrapper.book-production::after, ul.grid li.book-timeline .book-img-wrapper.book-production::after,
    ul.grid li.book-timeline .timeline-img-wrapper.book-production::after, ul.grid li.author .book-img-wrapper.book-production::after,
    ul.grid li.author .timeline-img-wrapper.book-production::after, ul.grid li.product .book-img-wrapper.book-production::after,
    ul.grid li.product .timeline-img-wrapper.book-production::after, ul.grid li.subscription .book-img-wrapper.book-production::after,
    ul.grid li.subscription .timeline-img-wrapper.book-production::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 502;
      content: "In Production";
      background: #d11f36;
      color: #fff;
      padding: .8rem 1rem .55rem;
      font-size: .75rem;
      text-transform: uppercase;
      transform: translateZ(0);
      white-space: pre; }
    ul.grid li.book .book-img-wrapper.book-sale::after,
    ul.grid li.book .timeline-img-wrapper.book-sale::after, ul.grid li.book-timeline .book-img-wrapper.book-sale::after,
    ul.grid li.book-timeline .timeline-img-wrapper.book-sale::after, ul.grid li.author .book-img-wrapper.book-sale::after,
    ul.grid li.author .timeline-img-wrapper.book-sale::after, ul.grid li.product .book-img-wrapper.book-sale::after,
    ul.grid li.product .timeline-img-wrapper.book-sale::after, ul.grid li.subscription .book-img-wrapper.book-sale::after,
    ul.grid li.subscription .timeline-img-wrapper.book-sale::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 502;
      content: "ON SALE";
      background: #e50000;
      color: #fff;
      padding: .8rem 1rem .55rem;
      font-size: .75rem;
      text-transform: uppercase;
      transform: translateZ(0);
      white-space: pre; }
    ul.grid li.book .author-img-wrapper::before, ul.grid li.book-timeline .author-img-wrapper::before, ul.grid li.author .author-img-wrapper::before, ul.grid li.product .author-img-wrapper::before, ul.grid li.subscription .author-img-wrapper::before {
      width: 80%;
      height: 80%; }
    ul.grid li.book .author-img-wrapper img, ul.grid li.book-timeline .author-img-wrapper img, ul.grid li.author .author-img-wrapper img, ul.grid li.product .author-img-wrapper img, ul.grid li.subscription .author-img-wrapper img {
      border-radius: 100%; }
    ul.grid li.book .product-img-wrapper::before,
    ul.grid li.book .subscription-img-wrapper::before, ul.grid li.book-timeline .product-img-wrapper::before,
    ul.grid li.book-timeline .subscription-img-wrapper::before, ul.grid li.author .product-img-wrapper::before,
    ul.grid li.author .subscription-img-wrapper::before, ul.grid li.product .product-img-wrapper::before,
    ul.grid li.product .subscription-img-wrapper::before, ul.grid li.subscription .product-img-wrapper::before,
    ul.grid li.subscription .subscription-img-wrapper::before {
      width: 50%;
      height: 68%; }
    ul.grid li.book .product-img-wrapper img,
    ul.grid li.book .subscription-img-wrapper img, ul.grid li.book-timeline .product-img-wrapper img,
    ul.grid li.book-timeline .subscription-img-wrapper img, ul.grid li.author .product-img-wrapper img,
    ul.grid li.author .subscription-img-wrapper img, ul.grid li.product .product-img-wrapper img,
    ul.grid li.product .subscription-img-wrapper img, ul.grid li.subscription .product-img-wrapper img,
    ul.grid li.subscription .subscription-img-wrapper img {
      backface-visibility: hidden;
      transform: translateZ(0) scale(1, 1); }
    ul.grid li.book .product-img-wrapper.product-oos::after,
    ul.grid li.book .subscription-img-wrapper.product-oos::after, ul.grid li.book-timeline .product-img-wrapper.product-oos::after,
    ul.grid li.book-timeline .subscription-img-wrapper.product-oos::after, ul.grid li.author .product-img-wrapper.product-oos::after,
    ul.grid li.author .subscription-img-wrapper.product-oos::after, ul.grid li.product .product-img-wrapper.product-oos::after,
    ul.grid li.product .subscription-img-wrapper.product-oos::after, ul.grid li.subscription .product-img-wrapper.product-oos::after,
    ul.grid li.subscription .subscription-img-wrapper.product-oos::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 502;
      content: "Out of Stock";
      background: #d11f36;
      color: #fff;
      padding: .8rem 1rem .55rem;
      font-size: .75rem;
      text-transform: uppercase;
      transform: translateZ(0);
      white-space: pre; }
    ul.grid li.book .product-img-wrapper.product-oos img,
    ul.grid li.book .subscription-img-wrapper.product-oos img, ul.grid li.book-timeline .product-img-wrapper.product-oos img,
    ul.grid li.book-timeline .subscription-img-wrapper.product-oos img, ul.grid li.author .product-img-wrapper.product-oos img,
    ul.grid li.author .subscription-img-wrapper.product-oos img, ul.grid li.product .product-img-wrapper.product-oos img,
    ul.grid li.product .subscription-img-wrapper.product-oos img, ul.grid li.subscription .product-img-wrapper.product-oos img,
    ul.grid li.subscription .subscription-img-wrapper.product-oos img {
      filter: brightness(50%) grayscale(100%); }
    ul.grid li.book .info-wrapper, ul.grid li.book-timeline .info-wrapper, ul.grid li.author .info-wrapper, ul.grid li.product .info-wrapper, ul.grid li.subscription .info-wrapper {
      transition: all .15s ease-in-out;
      color: #333;
      margin-top: 1rem; }
      ul.grid li.book .info-wrapper h3, ul.grid li.book-timeline .info-wrapper h3, ul.grid li.author .info-wrapper h3, ul.grid li.product .info-wrapper h3, ul.grid li.subscription .info-wrapper h3 {
        transition: color .15s ease-in-out;
        margin-bottom: 0; }
      ul.grid li.book .info-wrapper .supporting-info, ul.grid li.book-timeline .info-wrapper .supporting-info, ul.grid li.author .info-wrapper .supporting-info, ul.grid li.product .info-wrapper .supporting-info, ul.grid li.subscription .info-wrapper .supporting-info {
        transition: color .15s ease-in-out; }
    ul.grid li.book a,
    ul.grid li.book .new-book, ul.grid li.book-timeline a,
    ul.grid li.book-timeline .new-book, ul.grid li.author a,
    ul.grid li.author .new-book, ul.grid li.product a,
    ul.grid li.product .new-book, ul.grid li.subscription a,
    ul.grid li.subscription .new-book {
      padding: 1rem; }
      ul.grid li.book a:hover .info-wrapper h2, ul.grid li.book a:focus .info-wrapper h2, ul.grid li.book a:hover .info-wrapper h3, ul.grid li.book a:focus .info-wrapper h3,
      ul.grid li.book .new-book:hover .info-wrapper h2,
      ul.grid li.book .new-book:focus .info-wrapper h2,
      ul.grid li.book .new-book:hover .info-wrapper h3,
      ul.grid li.book .new-book:focus .info-wrapper h3, ul.grid li.book-timeline a:hover .info-wrapper h2, ul.grid li.book-timeline a:focus .info-wrapper h2, ul.grid li.book-timeline a:hover .info-wrapper h3, ul.grid li.book-timeline a:focus .info-wrapper h3,
      ul.grid li.book-timeline .new-book:hover .info-wrapper h2,
      ul.grid li.book-timeline .new-book:focus .info-wrapper h2,
      ul.grid li.book-timeline .new-book:hover .info-wrapper h3,
      ul.grid li.book-timeline .new-book:focus .info-wrapper h3, ul.grid li.author a:hover .info-wrapper h2, ul.grid li.author a:focus .info-wrapper h2, ul.grid li.author a:hover .info-wrapper h3, ul.grid li.author a:focus .info-wrapper h3,
      ul.grid li.author .new-book:hover .info-wrapper h2,
      ul.grid li.author .new-book:focus .info-wrapper h2,
      ul.grid li.author .new-book:hover .info-wrapper h3,
      ul.grid li.author .new-book:focus .info-wrapper h3, ul.grid li.product a:hover .info-wrapper h2, ul.grid li.product a:focus .info-wrapper h2, ul.grid li.product a:hover .info-wrapper h3, ul.grid li.product a:focus .info-wrapper h3,
      ul.grid li.product .new-book:hover .info-wrapper h2,
      ul.grid li.product .new-book:focus .info-wrapper h2,
      ul.grid li.product .new-book:hover .info-wrapper h3,
      ul.grid li.product .new-book:focus .info-wrapper h3, ul.grid li.subscription a:hover .info-wrapper h2, ul.grid li.subscription a:focus .info-wrapper h2, ul.grid li.subscription a:hover .info-wrapper h3, ul.grid li.subscription a:focus .info-wrapper h3,
      ul.grid li.subscription .new-book:hover .info-wrapper h2,
      ul.grid li.subscription .new-book:focus .info-wrapper h2,
      ul.grid li.subscription .new-book:hover .info-wrapper h3,
      ul.grid li.subscription .new-book:focus .info-wrapper h3 {
        color: #46b03d; }
      ul.grid li.book a:hover .book-img-wrapper, ul.grid li.book a:focus .book-img-wrapper, ul.grid li.book a:hover .timeline-img-wrapper, ul.grid li.book a:focus .timeline-img-wrapper, ul.grid li.book a:hover .author-img-wrapper, ul.grid li.book a:focus .author-img-wrapper, ul.grid li.book a:hover .product-img-wrapper, ul.grid li.book a:focus .product-img-wrapper,
      ul.grid li.book .new-book:hover .book-img-wrapper,
      ul.grid li.book .new-book:focus .book-img-wrapper,
      ul.grid li.book .new-book:hover .timeline-img-wrapper,
      ul.grid li.book .new-book:focus .timeline-img-wrapper,
      ul.grid li.book .new-book:hover .author-img-wrapper,
      ul.grid li.book .new-book:focus .author-img-wrapper,
      ul.grid li.book .new-book:hover .product-img-wrapper,
      ul.grid li.book .new-book:focus .product-img-wrapper, ul.grid li.book-timeline a:hover .book-img-wrapper, ul.grid li.book-timeline a:focus .book-img-wrapper, ul.grid li.book-timeline a:hover .timeline-img-wrapper, ul.grid li.book-timeline a:focus .timeline-img-wrapper, ul.grid li.book-timeline a:hover .author-img-wrapper, ul.grid li.book-timeline a:focus .author-img-wrapper, ul.grid li.book-timeline a:hover .product-img-wrapper, ul.grid li.book-timeline a:focus .product-img-wrapper,
      ul.grid li.book-timeline .new-book:hover .book-img-wrapper,
      ul.grid li.book-timeline .new-book:focus .book-img-wrapper,
      ul.grid li.book-timeline .new-book:hover .timeline-img-wrapper,
      ul.grid li.book-timeline .new-book:focus .timeline-img-wrapper,
      ul.grid li.book-timeline .new-book:hover .author-img-wrapper,
      ul.grid li.book-timeline .new-book:focus .author-img-wrapper,
      ul.grid li.book-timeline .new-book:hover .product-img-wrapper,
      ul.grid li.book-timeline .new-book:focus .product-img-wrapper, ul.grid li.author a:hover .book-img-wrapper, ul.grid li.author a:focus .book-img-wrapper, ul.grid li.author a:hover .timeline-img-wrapper, ul.grid li.author a:focus .timeline-img-wrapper, ul.grid li.author a:hover .author-img-wrapper, ul.grid li.author a:focus .author-img-wrapper, ul.grid li.author a:hover .product-img-wrapper, ul.grid li.author a:focus .product-img-wrapper,
      ul.grid li.author .new-book:hover .book-img-wrapper,
      ul.grid li.author .new-book:focus .book-img-wrapper,
      ul.grid li.author .new-book:hover .timeline-img-wrapper,
      ul.grid li.author .new-book:focus .timeline-img-wrapper,
      ul.grid li.author .new-book:hover .author-img-wrapper,
      ul.grid li.author .new-book:focus .author-img-wrapper,
      ul.grid li.author .new-book:hover .product-img-wrapper,
      ul.grid li.author .new-book:focus .product-img-wrapper, ul.grid li.product a:hover .book-img-wrapper, ul.grid li.product a:focus .book-img-wrapper, ul.grid li.product a:hover .timeline-img-wrapper, ul.grid li.product a:focus .timeline-img-wrapper, ul.grid li.product a:hover .author-img-wrapper, ul.grid li.product a:focus .author-img-wrapper, ul.grid li.product a:hover .product-img-wrapper, ul.grid li.product a:focus .product-img-wrapper,
      ul.grid li.product .new-book:hover .book-img-wrapper,
      ul.grid li.product .new-book:focus .book-img-wrapper,
      ul.grid li.product .new-book:hover .timeline-img-wrapper,
      ul.grid li.product .new-book:focus .timeline-img-wrapper,
      ul.grid li.product .new-book:hover .author-img-wrapper,
      ul.grid li.product .new-book:focus .author-img-wrapper,
      ul.grid li.product .new-book:hover .product-img-wrapper,
      ul.grid li.product .new-book:focus .product-img-wrapper, ul.grid li.subscription a:hover .book-img-wrapper, ul.grid li.subscription a:focus .book-img-wrapper, ul.grid li.subscription a:hover .timeline-img-wrapper, ul.grid li.subscription a:focus .timeline-img-wrapper, ul.grid li.subscription a:hover .author-img-wrapper, ul.grid li.subscription a:focus .author-img-wrapper, ul.grid li.subscription a:hover .product-img-wrapper, ul.grid li.subscription a:focus .product-img-wrapper,
      ul.grid li.subscription .new-book:hover .book-img-wrapper,
      ul.grid li.subscription .new-book:focus .book-img-wrapper,
      ul.grid li.subscription .new-book:hover .timeline-img-wrapper,
      ul.grid li.subscription .new-book:focus .timeline-img-wrapper,
      ul.grid li.subscription .new-book:hover .author-img-wrapper,
      ul.grid li.subscription .new-book:focus .author-img-wrapper,
      ul.grid li.subscription .new-book:hover .product-img-wrapper,
      ul.grid li.subscription .new-book:focus .product-img-wrapper {
        transform: rotate(-2.5deg); }
      ul.grid li.book a:hover .book-img-wrapper img, ul.grid li.book a:focus .book-img-wrapper img, ul.grid li.book a:hover .timeline-img-wrapper img, ul.grid li.book a:focus .timeline-img-wrapper img, ul.grid li.book a:hover .product-img-wrapper img, ul.grid li.book a:focus .product-img-wrapper img,
      ul.grid li.book .new-book:hover .book-img-wrapper img,
      ul.grid li.book .new-book:focus .book-img-wrapper img,
      ul.grid li.book .new-book:hover .timeline-img-wrapper img,
      ul.grid li.book .new-book:focus .timeline-img-wrapper img,
      ul.grid li.book .new-book:hover .product-img-wrapper img,
      ul.grid li.book .new-book:focus .product-img-wrapper img, ul.grid li.book-timeline a:hover .book-img-wrapper img, ul.grid li.book-timeline a:focus .book-img-wrapper img, ul.grid li.book-timeline a:hover .timeline-img-wrapper img, ul.grid li.book-timeline a:focus .timeline-img-wrapper img, ul.grid li.book-timeline a:hover .product-img-wrapper img, ul.grid li.book-timeline a:focus .product-img-wrapper img,
      ul.grid li.book-timeline .new-book:hover .book-img-wrapper img,
      ul.grid li.book-timeline .new-book:focus .book-img-wrapper img,
      ul.grid li.book-timeline .new-book:hover .timeline-img-wrapper img,
      ul.grid li.book-timeline .new-book:focus .timeline-img-wrapper img,
      ul.grid li.book-timeline .new-book:hover .product-img-wrapper img,
      ul.grid li.book-timeline .new-book:focus .product-img-wrapper img, ul.grid li.author a:hover .book-img-wrapper img, ul.grid li.author a:focus .book-img-wrapper img, ul.grid li.author a:hover .timeline-img-wrapper img, ul.grid li.author a:focus .timeline-img-wrapper img, ul.grid li.author a:hover .product-img-wrapper img, ul.grid li.author a:focus .product-img-wrapper img,
      ul.grid li.author .new-book:hover .book-img-wrapper img,
      ul.grid li.author .new-book:focus .book-img-wrapper img,
      ul.grid li.author .new-book:hover .timeline-img-wrapper img,
      ul.grid li.author .new-book:focus .timeline-img-wrapper img,
      ul.grid li.author .new-book:hover .product-img-wrapper img,
      ul.grid li.author .new-book:focus .product-img-wrapper img, ul.grid li.product a:hover .book-img-wrapper img, ul.grid li.product a:focus .book-img-wrapper img, ul.grid li.product a:hover .timeline-img-wrapper img, ul.grid li.product a:focus .timeline-img-wrapper img, ul.grid li.product a:hover .product-img-wrapper img, ul.grid li.product a:focus .product-img-wrapper img,
      ul.grid li.product .new-book:hover .book-img-wrapper img,
      ul.grid li.product .new-book:focus .book-img-wrapper img,
      ul.grid li.product .new-book:hover .timeline-img-wrapper img,
      ul.grid li.product .new-book:focus .timeline-img-wrapper img,
      ul.grid li.product .new-book:hover .product-img-wrapper img,
      ul.grid li.product .new-book:focus .product-img-wrapper img, ul.grid li.subscription a:hover .book-img-wrapper img, ul.grid li.subscription a:focus .book-img-wrapper img, ul.grid li.subscription a:hover .timeline-img-wrapper img, ul.grid li.subscription a:focus .timeline-img-wrapper img, ul.grid li.subscription a:hover .product-img-wrapper img, ul.grid li.subscription a:focus .product-img-wrapper img,
      ul.grid li.subscription .new-book:hover .book-img-wrapper img,
      ul.grid li.subscription .new-book:focus .book-img-wrapper img,
      ul.grid li.subscription .new-book:hover .timeline-img-wrapper img,
      ul.grid li.subscription .new-book:focus .timeline-img-wrapper img,
      ul.grid li.subscription .new-book:hover .product-img-wrapper img,
      ul.grid li.subscription .new-book:focus .product-img-wrapper img {
        filter: none; }
      ul.grid li.book a:hover .book-img-wrapper::before, ul.grid li.book a:focus .book-img-wrapper::before, ul.grid li.book a:hover .timeline-img-wrapper::before, ul.grid li.book a:focus .timeline-img-wrapper::before, ul.grid li.book a:hover .author-img-wrapper::before, ul.grid li.book a:focus .author-img-wrapper::before,
      ul.grid li.book .new-book:hover .book-img-wrapper::before,
      ul.grid li.book .new-book:focus .book-img-wrapper::before,
      ul.grid li.book .new-book:hover .timeline-img-wrapper::before,
      ul.grid li.book .new-book:focus .timeline-img-wrapper::before,
      ul.grid li.book .new-book:hover .author-img-wrapper::before,
      ul.grid li.book .new-book:focus .author-img-wrapper::before, ul.grid li.book-timeline a:hover .book-img-wrapper::before, ul.grid li.book-timeline a:focus .book-img-wrapper::before, ul.grid li.book-timeline a:hover .timeline-img-wrapper::before, ul.grid li.book-timeline a:focus .timeline-img-wrapper::before, ul.grid li.book-timeline a:hover .author-img-wrapper::before, ul.grid li.book-timeline a:focus .author-img-wrapper::before,
      ul.grid li.book-timeline .new-book:hover .book-img-wrapper::before,
      ul.grid li.book-timeline .new-book:focus .book-img-wrapper::before,
      ul.grid li.book-timeline .new-book:hover .timeline-img-wrapper::before,
      ul.grid li.book-timeline .new-book:focus .timeline-img-wrapper::before,
      ul.grid li.book-timeline .new-book:hover .author-img-wrapper::before,
      ul.grid li.book-timeline .new-book:focus .author-img-wrapper::before, ul.grid li.author a:hover .book-img-wrapper::before, ul.grid li.author a:focus .book-img-wrapper::before, ul.grid li.author a:hover .timeline-img-wrapper::before, ul.grid li.author a:focus .timeline-img-wrapper::before, ul.grid li.author a:hover .author-img-wrapper::before, ul.grid li.author a:focus .author-img-wrapper::before,
      ul.grid li.author .new-book:hover .book-img-wrapper::before,
      ul.grid li.author .new-book:focus .book-img-wrapper::before,
      ul.grid li.author .new-book:hover .timeline-img-wrapper::before,
      ul.grid li.author .new-book:focus .timeline-img-wrapper::before,
      ul.grid li.author .new-book:hover .author-img-wrapper::before,
      ul.grid li.author .new-book:focus .author-img-wrapper::before, ul.grid li.product a:hover .book-img-wrapper::before, ul.grid li.product a:focus .book-img-wrapper::before, ul.grid li.product a:hover .timeline-img-wrapper::before, ul.grid li.product a:focus .timeline-img-wrapper::before, ul.grid li.product a:hover .author-img-wrapper::before, ul.grid li.product a:focus .author-img-wrapper::before,
      ul.grid li.product .new-book:hover .book-img-wrapper::before,
      ul.grid li.product .new-book:focus .book-img-wrapper::before,
      ul.grid li.product .new-book:hover .timeline-img-wrapper::before,
      ul.grid li.product .new-book:focus .timeline-img-wrapper::before,
      ul.grid li.product .new-book:hover .author-img-wrapper::before,
      ul.grid li.product .new-book:focus .author-img-wrapper::before, ul.grid li.subscription a:hover .book-img-wrapper::before, ul.grid li.subscription a:focus .book-img-wrapper::before, ul.grid li.subscription a:hover .timeline-img-wrapper::before, ul.grid li.subscription a:focus .timeline-img-wrapper::before, ul.grid li.subscription a:hover .author-img-wrapper::before, ul.grid li.subscription a:focus .author-img-wrapper::before,
      ul.grid li.subscription .new-book:hover .book-img-wrapper::before,
      ul.grid li.subscription .new-book:focus .book-img-wrapper::before,
      ul.grid li.subscription .new-book:hover .timeline-img-wrapper::before,
      ul.grid li.subscription .new-book:focus .timeline-img-wrapper::before,
      ul.grid li.subscription .new-book:hover .author-img-wrapper::before,
      ul.grid li.subscription .new-book:focus .author-img-wrapper::before {
        border-radius: 0;
        transform: rotate(-42.5deg); }
      ul.grid li.book a:hover .product-img-wrapper::before, ul.grid li.book a:focus .product-img-wrapper::before,
      ul.grid li.book .new-book:hover .product-img-wrapper::before,
      ul.grid li.book .new-book:focus .product-img-wrapper::before, ul.grid li.book-timeline a:hover .product-img-wrapper::before, ul.grid li.book-timeline a:focus .product-img-wrapper::before,
      ul.grid li.book-timeline .new-book:hover .product-img-wrapper::before,
      ul.grid li.book-timeline .new-book:focus .product-img-wrapper::before, ul.grid li.author a:hover .product-img-wrapper::before, ul.grid li.author a:focus .product-img-wrapper::before,
      ul.grid li.author .new-book:hover .product-img-wrapper::before,
      ul.grid li.author .new-book:focus .product-img-wrapper::before, ul.grid li.product a:hover .product-img-wrapper::before, ul.grid li.product a:focus .product-img-wrapper::before,
      ul.grid li.product .new-book:hover .product-img-wrapper::before,
      ul.grid li.product .new-book:focus .product-img-wrapper::before, ul.grid li.subscription a:hover .product-img-wrapper::before, ul.grid li.subscription a:focus .product-img-wrapper::before,
      ul.grid li.subscription .new-book:hover .product-img-wrapper::before,
      ul.grid li.subscription .new-book:focus .product-img-wrapper::before {
        border-radius: 0;
        transform: rotate(-42.5deg); }
      @media screen and (max-width: 599px) {
        ul.grid li.book a,
        ul.grid li.book .new-book, ul.grid li.book-timeline a,
        ul.grid li.book-timeline .new-book, ul.grid li.author a,
        ul.grid li.author .new-book, ul.grid li.product a,
        ul.grid li.product .new-book, ul.grid li.subscription a,
        ul.grid li.subscription .new-book {
          text-align: center; } }
    ul.grid li.book .subscription-content-wrapper, ul.grid li.book-timeline .subscription-content-wrapper, ul.grid li.author .subscription-content-wrapper, ul.grid li.product .subscription-content-wrapper, ul.grid li.subscription .subscription-content-wrapper {
      padding: 1rem;
      display: block; }
      ul.grid li.book .subscription-content-wrapper:hover .subscription-img-wrapper .btn, ul.grid li.book .subscription-content-wrapper:focus .subscription-img-wrapper .btn, ul.grid li.book-timeline .subscription-content-wrapper:hover .subscription-img-wrapper .btn, ul.grid li.book-timeline .subscription-content-wrapper:focus .subscription-img-wrapper .btn, ul.grid li.author .subscription-content-wrapper:hover .subscription-img-wrapper .btn, ul.grid li.author .subscription-content-wrapper:focus .subscription-img-wrapper .btn, ul.grid li.product .subscription-content-wrapper:hover .subscription-img-wrapper .btn, ul.grid li.product .subscription-content-wrapper:focus .subscription-img-wrapper .btn, ul.grid li.subscription .subscription-content-wrapper:hover .subscription-img-wrapper .btn, ul.grid li.subscription .subscription-content-wrapper:focus .subscription-img-wrapper .btn {
        background: #46b03d; }
      ul.grid li.book .subscription-content-wrapper:hover .subscription-img-wrapper::before, ul.grid li.book .subscription-content-wrapper:focus .subscription-img-wrapper::before, ul.grid li.book-timeline .subscription-content-wrapper:hover .subscription-img-wrapper::before, ul.grid li.book-timeline .subscription-content-wrapper:focus .subscription-img-wrapper::before, ul.grid li.author .subscription-content-wrapper:hover .subscription-img-wrapper::before, ul.grid li.author .subscription-content-wrapper:focus .subscription-img-wrapper::before, ul.grid li.product .subscription-content-wrapper:hover .subscription-img-wrapper::before, ul.grid li.product .subscription-content-wrapper:focus .subscription-img-wrapper::before, ul.grid li.subscription .subscription-content-wrapper:hover .subscription-img-wrapper::before, ul.grid li.subscription .subscription-content-wrapper:focus .subscription-img-wrapper::before {
        border-radius: 0;
        transform: rotate(-42.5deg); }
      ul.grid li.book .subscription-content-wrapper .btn-wrapper, ul.grid li.book-timeline .subscription-content-wrapper .btn-wrapper, ul.grid li.author .subscription-content-wrapper .btn-wrapper, ul.grid li.product .subscription-content-wrapper .btn-wrapper, ul.grid li.subscription .subscription-content-wrapper .btn-wrapper {
        margin-top: .5rem; }
      @media screen and (max-width: 599px) {
        ul.grid li.book .subscription-content-wrapper, ul.grid li.book-timeline .subscription-content-wrapper, ul.grid li.author .subscription-content-wrapper, ul.grid li.product .subscription-content-wrapper, ul.grid li.subscription .subscription-content-wrapper {
          text-align: center; } }
  @media screen and (max-width: 799px) {
    ul.grid li.subscription .btn {
      margin-top: .5rem; } }

@media only screen and (max-width: 359px) {
  li.book, li.author, li.product {
    width: 80%;
    margin-left: 10%; } }
@media only screen and (min-width: 360px) and (max-width: 599px) {
  li.book, li.author, li.product {
    width: 50%; }
    li.book:nth-child(2n+3), li.author:nth-child(2n+3), li.product:nth-child(2n+3) {
      clear: both; } }

@media screen and (min-width: 600px) and (max-width: 799px) {
  .grid-nested li.book, .grid-nested li.author {
    width: 33.3333%; } }
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .grid-nested li.book, .grid-nested li.author {
    width: 50%; }
    .grid-nested li.book:nth-child(2n+3), .grid-nested li.author:nth-child(2n+3) {
      clear: both; } }
@media screen and (min-width: 1025px) {
  .grid-nested li.book, .grid-nested li.author {
    width: 33.3333%; }
    .grid-nested li.book:nth-child(3n+4), .grid-nested li.author:nth-child(3n+4) {
      clear: both; } }

@media screen and (min-width: 600px) and (max-width: 799px) {
  .grid-full li.book, .grid-full li.author {
    width: 33.3333%; }
    .grid-full li.book:nth-child(3n+4), .grid-full li.author:nth-child(3n+4) {
      clear: both; } }
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .grid-full li.book, .grid-full li.author {
    width: 25%; }
    .grid-full li.book:nth-child(4n+5), .grid-full li.author:nth-child(4n+5) {
      clear: both; } }
@media screen and (min-width: 1200px) {
  .grid-full li.book, .grid-full li.author {
    width: 20%; }
    .grid-full li.book:nth-child(5n+6), .grid-full li.author:nth-child(5n+6) {
      clear: both; } }

@media screen and (max-width: 599px) {
  .grid-full li.product, .grid-full li.subscription {
    width: 100%;
    clear: both; } }
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .grid-full li.product, .grid-full li.subscription {
    width: 50%; }
    .grid-full li.product:nth-child(2n+3), .grid-full li.subscription:nth-child(2n+3) {
      clear: both; } }
@media screen and (min-width: 1200px) {
  .grid-full li.product, .grid-full li.subscription {
    width: 33.333%; }
    .grid-full li.product:nth-child(3n+4), .grid-full li.subscription:nth-child(3n+4) {
      clear: both; } }
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .grid-full li.subscription:nth-child(3) {
    float: none;
    margin: auto; } }

.timeline {
  margin-top: 1.5rem;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background: #fff; }
  .timeline ul.grid-overflow {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap; }
    .timeline ul.grid-overflow li.book-timeline {
      width: 200px;
      display: inline-block;
      float: none;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .timeline ul.grid-overflow li.book-timeline:last-child {
        margin-right: 1.5rem; }
      .timeline ul.grid-overflow li.book-timeline:first-child {
        margin-left: 1.5rem; }
    .timeline ul.grid-overflow .info-wrapper {
      white-space: normal; }
  @media screen and (max-width: 599px) {
    .timeline {
      margin: 0 1rem; } }

.home-panel ul.grid {
  margin: auto; }
  .home-panel ul.grid li.book {
    float: none;
    width: 100%; }
    .home-panel ul.grid li.book .book-img-wrapper {
      max-width: 240px;
      margin: auto; }
    .home-panel ul.grid li.book .book-next img {
      filter: none; }

.home-panel-wrapper {
  position: relative;
  background: #21541e; }
  .home-panel-wrapper img {
    max-width: 100%; }
  .home-panel-wrapper .svg-wrapper {
    position: absolute;
    z-index: 500;
    left: 0;
    right: 0; }
    .home-panel-wrapper .svg-wrapper:nth-child(1) {
      top: 0; }
    .home-panel-wrapper .svg-wrapper:nth-child(3) {
      bottom: 0; }
    .home-panel-wrapper .svg-wrapper svg {
      position: relative;
      display: block;
      width: 100%;
      height: 3rem;
      fill: #e8f6e6; }
      @media only screen and (min-width: 600px) {
        .home-panel-wrapper .svg-wrapper svg {
          height: 4rem; } }
      @media only screen and (min-width: 800px) {
        .home-panel-wrapper .svg-wrapper svg {
          height: 5rem; } }
      @media only screen and (min-width: 1200px) {
        .home-panel-wrapper .svg-wrapper svg {
          height: 6rem; } }
  .home-panel-wrapper .home-panel {
    padding: 4rem 0; }
    .home-panel-wrapper .home-panel .box {
      position: relative;
      z-index: 501; }
      @media only screen and (max-width: 599px) {
        .home-panel-wrapper .home-panel .box {
          text-align: center; }
          .home-panel-wrapper .home-panel .box.box-link-content {
            text-align: left; } }
      .home-panel-wrapper .home-panel .box h2.no-separator {
        margin-bottom: 1.5rem; }
  .home-panel-wrapper .svg-wrapper + .home-panel {
    padding: 8rem 0; }
  .home-panel-wrapper .home-img-latest {
    background: url(../img/home-latest.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/home-latest.jpg); }
  .home-panel-wrapper .home-img-groups {
    background: url(../img/home-groups.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/home-groups.jpg); }
  .home-panel-wrapper .home-img-subscribe {
    background: url(../img/home-subscribe.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/home-subscribe.jpg); }
  .home-panel-wrapper .home-img-ampersand {
    background: url(/wp-content/uploads/2018/10/home-ampersand.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/wp-content/uploads/2018/10/home-ampersand.jpg); }
  .home-panel-wrapper [class*="home-img"] {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 1200px) {
      .home-panel-wrapper [class*="home-img"] {
        background-attachment: fixed; } }

.home-panel-wrapper.first-panel .home-panel {
  padding: 4rem 0 8rem; }
  .home-panel-wrapper.first-panel .home-panel img {
    width: 100%;
    background: #fff;
    transform: rotate(2.5deg);
    border: 8px solid #fff; }
.home-panel-wrapper.first-panel .svg-wrapper {
  bottom: 0; }
@media only screen and (max-width: 599px) {
  .home-panel-wrapper.last-panel .home-panel {
    padding: 4rem 0 1rem; }
  .home-panel-wrapper.last-panel .svg-wrapper:nth-child(3) {
    display: none; } }

.slide-search .panel-scrollable,
.slide-account .panel-scrollable {
  max-height: calc(100vh - 74px); }
  @media only screen and (min-width: 600px) {
    .slide-search .panel-scrollable,
    .slide-account .panel-scrollable {
      max-height: calc(100vh - 43px); } }
  @media only screen and (min-width: 800px) {
    .slide-search .panel-scrollable,
    .slide-account .panel-scrollable {
      max-height: calc(100vh - 94px); } }

.slide-cart .panel-scrollable {
  max-height: calc(100vh - (74px + 168px)); }
  @media only screen and (min-width: 600px) {
    .slide-cart .panel-scrollable {
      max-height: calc(100vh - (43px + 184px)); } }
  @media only screen and (min-width: 800px) {
    .slide-cart .panel-scrollable {
      max-height: calc(100vh - (94px + 182px)); } }

.slide-search,
.slide-account,
.slide-cart {
  box-shadow: -8px 0 0 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  position: fixed;
  z-index: 2000;
  right: 0;
  top: 0;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    .slide-search,
    .slide-account,
    .slide-cart {
      top: 43px;
      z-index: 1000;
      width: 75%; } }
  @media only screen and (min-width: 800px) {
    .slide-search,
    .slide-account,
    .slide-cart {
      top: 94px;
      width: 50%;
      max-width: 540px; } }
  .slide-search .sliding-panel,
  .slide-account .sliding-panel,
  .slide-cart .sliding-panel {
    position: relative; }
    @media only screen and (max-width: 599px) {
      .slide-search .sliding-panel,
      .slide-account .sliding-panel,
      .slide-cart .sliding-panel {
        height: calc(100vh - 74px);
        top: 0; } }
    @media only screen and (min-width: 600px) {
      .slide-search .sliding-panel,
      .slide-account .sliding-panel,
      .slide-cart .sliding-panel {
        height: calc(100vh - 43px); } }
    @media only screen and (min-width: 800px) {
      .slide-search .sliding-panel,
      .slide-account .sliding-panel,
      .slide-cart .sliding-panel {
        height: calc(100vh - 94px); } }
  .slide-search .panel-scrollable,
  .slide-account .panel-scrollable,
  .slide-cart .panel-scrollable {
    overflow-y: scroll;
    overflow-x: hidden; }
  .slide-search .panel-header-wrapper,
  .slide-account .panel-header-wrapper,
  .slide-cart .panel-header-wrapper {
    padding: 1.5rem;
    padding-bottom: 0 !important; }
    @media screen and (min-width: 600px) {
      .slide-search .panel-header-wrapper,
      .slide-account .panel-header-wrapper,
      .slide-cart .panel-header-wrapper {
        padding: 2rem; } }
    .slide-search .panel-header-wrapper .form-section,
    .slide-account .panel-header-wrapper .form-section,
    .slide-cart .panel-header-wrapper .form-section {
      display: inline-block;
      margin-right: -4px;
      width: 40%;
      margin-bottom: 0; }
      .slide-search .panel-header-wrapper .form-section:last-child,
      .slide-account .panel-header-wrapper .form-section:last-child,
      .slide-cart .panel-header-wrapper .form-section:last-child {
        width: 58%;
        margin-left: 2%; }
      .slide-search .panel-header-wrapper .form-section .border-select,
      .slide-account .panel-header-wrapper .form-section .border-select,
      .slide-cart .panel-header-wrapper .form-section .border-select {
        margin-top: .5rem; }
    .slide-search .panel-header-wrapper .panel-header,
    .slide-account .panel-header-wrapper .panel-header,
    .slide-cart .panel-header-wrapper .panel-header {
      text-transform: uppercase; }
      .slide-search .panel-header-wrapper .panel-header:not(:first-child),
      .slide-account .panel-header-wrapper .panel-header:not(:first-child),
      .slide-cart .panel-header-wrapper .panel-header:not(:first-child) {
        margin-top: 2em; }
    .slide-search .panel-header-wrapper .panel-header-border,
    .slide-account .panel-header-wrapper .panel-header-border,
    .slide-cart .panel-header-wrapper .panel-header-border {
      border-bottom: 2px solid #dcdcdc;
      padding-bottom: 1rem; }
    .slide-search .panel-header-wrapper .alert,
    .slide-account .panel-header-wrapper .alert,
    .slide-cart .panel-header-wrapper .alert {
      margin-top: 1rem; }
  .slide-search .content-section-wrapper,
  .slide-account .content-section-wrapper,
  .slide-cart .content-section-wrapper {
    padding: 1.5rem;
    padding-top: 0 !important; }
    @media screen and (min-width: 600px) {
      .slide-search .content-section-wrapper,
      .slide-account .content-section-wrapper,
      .slide-cart .content-section-wrapper {
        padding: 2rem; } }
  .slide-search .cart-items .item,
  .slide-account .cart-items .item,
  .slide-cart .cart-items .item {
    position: relative;
    margin-top: 1rem; }
    .slide-search .cart-items .item:not(:first-child),
    .slide-account .cart-items .item:not(:first-child),
    .slide-cart .cart-items .item:not(:first-child) {
      border-top: 2px solid #dcdcdc;
      padding-top: 1rem; }
    .slide-search .cart-items .item .attachment-shop_thumbnail,
    .slide-search .cart-items .item .item-thumbnail,
    .slide-search .cart-items .item .item-info,
    .slide-account .cart-items .item .attachment-shop_thumbnail,
    .slide-account .cart-items .item .item-thumbnail,
    .slide-account .cart-items .item .item-info,
    .slide-cart .cart-items .item .attachment-shop_thumbnail,
    .slide-cart .cart-items .item .item-thumbnail,
    .slide-cart .cart-items .item .item-info {
      display: inline-block;
      vertical-align: top; }
    .slide-search .cart-items .item img,
    .slide-search .cart-items .item .attachment-shop_thumbnail,
    .slide-search .cart-items .item .item-thumbnail,
    .slide-account .cart-items .item img,
    .slide-account .cart-items .item .attachment-shop_thumbnail,
    .slide-account .cart-items .item .item-thumbnail,
    .slide-cart .cart-items .item img,
    .slide-cart .cart-items .item .attachment-shop_thumbnail,
    .slide-cart .cart-items .item .item-thumbnail {
      max-width: 70px;
      height: auto;
      margin-left: .5rem; }
    .slide-search .cart-items .item .item-info,
    .slide-account .cart-items .item .item-info,
    .slide-cart .cart-items .item .item-info {
      padding: 0 .5rem;
      max-width: 60%; }
      .slide-search .cart-items .item .item-info .item-title,
      .slide-search .cart-items .item .item-info .item-subtitle,
      .slide-account .cart-items .item .item-info .item-title,
      .slide-account .cart-items .item .item-info .item-subtitle,
      .slide-cart .cart-items .item .item-info .item-title,
      .slide-cart .cart-items .item .item-info .item-subtitle {
        font-family: "Lora", Palatino, Georgia, serif; }
        .slide-search .cart-items .item .item-info .item-title a:link, .slide-search .cart-items .item .item-info .item-title a:visited,
        .slide-search .cart-items .item .item-info .item-subtitle a:link,
        .slide-search .cart-items .item .item-info .item-subtitle a:visited,
        .slide-account .cart-items .item .item-info .item-title a:link,
        .slide-account .cart-items .item .item-info .item-title a:visited,
        .slide-account .cart-items .item .item-info .item-subtitle a:link,
        .slide-account .cart-items .item .item-info .item-subtitle a:visited,
        .slide-cart .cart-items .item .item-info .item-title a:link,
        .slide-cart .cart-items .item .item-info .item-title a:visited,
        .slide-cart .cart-items .item .item-info .item-subtitle a:link,
        .slide-cart .cart-items .item .item-info .item-subtitle a:visited {
          color: #333;
          text-decoration: none; }
        .slide-search .cart-items .item .item-info .item-title a:focus, .slide-search .cart-items .item .item-info .item-title a:hover, .slide-search .cart-items .item .item-info .item-title a:active,
        .slide-search .cart-items .item .item-info .item-subtitle a:focus,
        .slide-search .cart-items .item .item-info .item-subtitle a:hover,
        .slide-search .cart-items .item .item-info .item-subtitle a:active,
        .slide-account .cart-items .item .item-info .item-title a:focus,
        .slide-account .cart-items .item .item-info .item-title a:hover,
        .slide-account .cart-items .item .item-info .item-title a:active,
        .slide-account .cart-items .item .item-info .item-subtitle a:focus,
        .slide-account .cart-items .item .item-info .item-subtitle a:hover,
        .slide-account .cart-items .item .item-info .item-subtitle a:active,
        .slide-cart .cart-items .item .item-info .item-title a:focus,
        .slide-cart .cart-items .item .item-info .item-title a:hover,
        .slide-cart .cart-items .item .item-info .item-title a:active,
        .slide-cart .cart-items .item .item-info .item-subtitle a:focus,
        .slide-cart .cart-items .item .item-info .item-subtitle a:hover,
        .slide-cart .cart-items .item .item-info .item-subtitle a:active {
          color: #46b03d; }
      .slide-search .cart-items .item .item-info .item-title,
      .slide-account .cart-items .item .item-info .item-title,
      .slide-cart .cart-items .item .item-info .item-title {
        font-weight: 700; }
    .slide-search .cart-items .item .item-remove,
    .slide-account .cart-items .item .item-remove,
    .slide-cart .cart-items .item .item-remove {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .slide-search .cart-items .item .item-remove svg,
      .slide-account .cart-items .item .item-remove svg,
      .slide-cart .cart-items .item .item-remove svg {
        transition: all 0.3s ease-in-out;
        fill: currentColor;
        width: 1.5em;
        height: 1.5em;
        vertical-align: -0.25em;
        margin-right: .5rem;
        color: #000; }
      .slide-search .cart-items .item .item-remove:hover, .slide-search .cart-items .item .item-remove:focus,
      .slide-account .cart-items .item .item-remove:hover,
      .slide-account .cart-items .item .item-remove:focus,
      .slide-cart .cart-items .item .item-remove:hover,
      .slide-cart .cart-items .item .item-remove:focus {
        cursor: pointer; }
      .slide-search .cart-items .item .item-remove:hover svg, .slide-search .cart-items .item .item-remove:focus svg,
      .slide-account .cart-items .item .item-remove:hover svg,
      .slide-account .cart-items .item .item-remove:focus svg,
      .slide-cart .cart-items .item .item-remove:hover svg,
      .slide-cart .cart-items .item .item-remove:focus svg {
        fill: #d11f36; }
  .slide-search .cart-footer,
  .slide-account .cart-footer,
  .slide-cart .cart-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #173a15;
    color: #fff; }
    .slide-search .cart-footer .subtotal,
    .slide-account .cart-footer .subtotal,
    .slide-cart .cart-footer .subtotal {
      padding: 1.25rem;
      background: #21541e; }
      @media screen and (min-width: 600px) {
        .slide-search .cart-footer .subtotal,
        .slide-account .cart-footer .subtotal,
        .slide-cart .cart-footer .subtotal {
          padding: 1.5rem; } }
      .slide-search .cart-footer .subtotal .price,
      .slide-account .cart-footer .subtotal .price,
      .slide-cart .cart-footer .subtotal .price {
        float: right;
        font-weight: 300; }
    .slide-search .cart-footer .cart-btns,
    .slide-account .cart-footer .cart-btns,
    .slide-cart .cart-footer .cart-btns {
      padding: 1.25rem;
      text-align: center; }
      @media screen and (min-width: 600px) {
        .slide-search .cart-footer .cart-btns,
        .slide-account .cart-footer .cart-btns,
        .slide-cart .cart-footer .cart-btns {
          padding: 1.5rem; } }
      @media only screen and (max-width: 319px) {
        .slide-search .cart-footer .cart-btns .btn,
        .slide-account .cart-footer .cart-btns .btn,
        .slide-cart .cart-footer .cart-btns .btn {
          width: 100%;
          margin: 0; }
          .slide-search .cart-footer .cart-btns .btn:first-child,
          .slide-account .cart-footer .cart-btns .btn:first-child,
          .slide-cart .cart-footer .cart-btns .btn:first-child {
            margin-bottom: .5rem; } }
      @media only screen and (min-width: 320px) {
        .slide-search .cart-footer .cart-btns .btn,
        .slide-account .cart-footer .cart-btns .btn,
        .slide-cart .cart-footer .cart-btns .btn {
          width: 46.5%; } }

#overlay {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0; }
  #overlay div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
    text-align: center;
    width: 25%;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 800px) {
      #overlay div {
        width: 50%; } }
  #overlay:hover {
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer; }
  #overlay:hover div {
    opacity: 1; }

.hide-overlay {
  opacity: 0;
  visibility: hidden; }

.show-overlay {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out; }

.box-subs .row {
  margin: .5rem 0; }
  @media screen and (min-width: 800px) {
    .box-subs .row {
      margin: 3rem 0; } }

@media screen and (min-width: 800px) {
  .box-subs-one {
    margin-left: 10% !important;
    max-width: 70%; }

  .box-subs-two {
    margin-left: 30% !important;
    max-width: 60%; }

  .box-subs-three {
    margin-left: 10% !important;
    max-width: 60%; } }
@media screen and (min-width: 1200px) {
  .box-subs-one {
    margin-left: 10% !important;
    max-width: 60%; }

  .box-subs-two {
    margin-left: 40% !important;
    max-width: 50%; }

  .box-subs-three {
    margin-left: 20% !important;
    max-width: 47.5%; } }
.box-subs {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1200px) {
    .box-subs .box {
      padding: 3rem; } }
  .box-subs img:nth-child(odd) {
    transform: rotate(-2.5deg); }
  .box-subs img:nth-child(even) {
    transform: rotate(2.5deg); }
  .box-subs:hover img:nth-child(odd) {
    transform: rotate(-7.5deg); }
  .box-subs:hover img:nth-child(even) {
    transform: rotate(7.5deg); }
  .box-subs img {
    box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    position: absolute;
    height: auto; }
    @media screen and (min-width: 0px) {
      .box-subs img:nth-child(1) {
        top: -5%;
        left: 65%;
        width: 140px; }
      .box-subs img:nth-child(2) {
        top: 14%;
        left: 80%;
        width: 180px; }
      .box-subs img:nth-child(3) {
        top: 15%;
        left: -2%;
        width: 140px; }
      .box-subs img:nth-child(4) {
        top: 47%;
        left: -5%;
        width: 180px; }
      .box-subs img:nth-child(5) {
        top: 40%;
        left: 80%;
        width: 140px; }
      .box-subs img:nth-child(6) {
        top: 72%;
        left: -5%;
        width: 140px; }
      .box-subs img:nth-child(7) {
        top: 90%;
        left: 15%;
        width: 140px; }
      .box-subs img:nth-child(8) {
        top: 80%;
        left: 80%;
        width: 180px; } }
    @media screen and (min-width: 800px) {
      .box-subs img:nth-child(1) {
        top: 2%;
        left: 75%;
        width: 140px; }
      .box-subs img:nth-child(2) {
        top: 20%;
        left: 80%;
        width: 180px; }
      .box-subs img:nth-child(3) {
        top: 25%;
        left: -2%;
        width: 140px; }
      .box-subs img:nth-child(4) {
        top: 55%;
        left: 5%;
        width: 180px; }
      .box-subs img:nth-child(5) {
        top: 40%;
        left: 18%;
        width: 140px; }
      .box-subs img:nth-child(6) {
        top: 57%;
        left: 83%;
        width: 140px; }
      .box-subs img:nth-child(7) {
        top: 84%;
        left: 4%;
        width: 140px; }
      .box-subs img:nth-child(8) {
        top: 80%;
        left: 72%;
        width: 180px; } }
    @media screen and (min-width: 1200px) {
      .box-subs img:nth-child(1) {
        top: 2%;
        left: 65%;
        width: 160px; }
      .box-subs img:nth-child(2) {
        top: 14%;
        left: 80%;
        width: 200px; }
      .box-subs img:nth-child(3) {
        top: 25%;
        left: 5%;
        width: 160px; }
      .box-subs img:nth-child(4) {
        top: 47%;
        left: 15%;
        width: 200px; }
      .box-subs img:nth-child(5) {
        top: 35%;
        left: 28%;
        width: 160px; }
      .box-subs img:nth-child(6) {
        top: 67%;
        left: 83%;
        width: 160px; }
      .box-subs img:nth-child(7) {
        top: 82%;
        left: 8%;
        width: 160px; }
      .box-subs img:nth-child(8) {
        top: 85%;
        left: 63%;
        width: 200px; } }

.box-border-top {
  padding-top: none !important; }
  .box-border-top::before {
    display: block;
    content: "";
    margin: auto;
    width: 20rem;
    border-top: 2px solid #dcdcdc;
    padding-top: 1.5rem; }
    @media screen and (min-width: 600px) {
      .box-border-top::before {
        padding-top: 2rem; } }

.subscription-stage {
  width: 3rem;
  height: 3rem;
  margin: auto;
  margin-bottom: 1rem;
  border: 3px solid #46b03d;
  border-radius: 50%;
  font-weight: 700;
  color: #46b03d;
  font-size: 1.6rem;
  line-height: 3rem; }
  .subscription-stage + h3 {
    margin-bottom: 1.6rem; }

#cartBookPrompt {
  border-bottom: 2px solid #46b03d; }
  #cartBookPrompt .box img {
    box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.4);
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    margin-bottom: -3rem; }
    @media screen and (min-width: 600px) {
      #cartBookPrompt .box img {
        transform: rotate(-5deg);
        margin-bottom: -10rem; } }
    @media screen and (min-width: 800px) {
      #cartBookPrompt .box img {
        transform: rotate(-5deg) scale(2);
        margin-left: -1.5rem;
        margin-bottom: 0; } }
    @media screen and (min-width: 1000px) {
      #cartBookPrompt .box img {
        transform: rotate(-7.5deg) scale(1.5);
        margin-left: -3rem;
        margin-bottom: 0; } }
    @media screen and (min-width: 1200px) {
      #cartBookPrompt .box img {
        transform: rotate(-7.5deg) scale(1.25);
        margin-left: -3rem;
        margin-bottom: 0; } }
  #cartBookPrompt .box-white {
    box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.4); }
  #cartBookPrompt .review {
    border-bottom: none;
    margin-bottom: 0;
    border-top: 1px solid #bdbdbd;
    margin-top: 1rem; }
    #cartBookPrompt .review blockquote {
      margin: 1rem 0 .5rem; }
  #cartBookPrompt .purchase-options {
    border-top: 1px solid #bdbdbd;
    padding-top: 1.5rem;
    margin-top: 1rem; }
    @media screen and (min-width: 800px) {
      #cartBookPrompt .purchase-options .purchase-option {
        width: 52%;
        margin-bottom: 0; }
        #cartBookPrompt .purchase-options .purchase-option:last-child {
          width: 46%;
          margin-left: 2%; } }
    @media screen and (min-width: 800px) and (max-width: 1100px) {
      #cartBookPrompt .purchase-options .purchase-option button {
        display: block;
        float: none; } }
  #cartBookPrompt #compactBookInfo {
    position: relative; }
    #cartBookPrompt #compactBookInfo .box {
      position: relative;
      z-index: 500; }
@keyframes btnSlideInLeft {
  from {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes btnSlideInRight {
  from {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
  #cartBookPrompt .btn-scroll {
    position: absolute;
    z-index: 499;
    animation-duration: .75s;
    animation-fill-mode: both;
    animation-delay: 1s; }
    #cartBookPrompt .btn-scroll.scroll-left {
      animation-name: btnSlideInRight; }
    #cartBookPrompt .btn-scroll.scroll-right {
      animation-name: btnSlideInLeft; }
    @media screen and (max-width: 799px) {
      #cartBookPrompt .btn-scroll {
        top: -4rem; }
        #cartBookPrompt .btn-scroll.scroll-left {
          left: 1rem; }
        #cartBookPrompt .btn-scroll.scroll-right {
          right: 1rem; } }
    @media screen and (min-width: 800px) {
      #cartBookPrompt .btn-scroll {
        bottom: 1rem; }
        #cartBookPrompt .btn-scroll.scroll-left {
          left: -4rem; }
        #cartBookPrompt .btn-scroll.scroll-right {
          right: -4rem; } }

form.checkout_coupon .button.input-has-value {
  display: none !important; }

.extract-header .supporting-info {
  margin-bottom: 1rem; }

@media screen and (min-width: 800px) {
  .box-extract .col-8 {
    width: 60%;
    margin: 0 20%; }
  .box-extract .col-10 {
    width: 80%;
    margin: 0 10%; } }
@media screen and (min-width: 1000px) {
  .box-extract .col-10 {
    width: 75%;
    margin: 0 12.5%; } }
.box-extract .box {
  padding: 3rem 2rem;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .box-extract .box:before, .box-extract .box:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px; }
  .box-extract .box:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg); }
  @media screen and (min-width: 600px) {
    .box-extract .box {
      padding: 4rem 3rem; } }
  @media screen and (min-width: 800px) {
    .box-extract .box {
      padding: 5rem 4rem; } }
  @media screen and (min-width: 1200px) {
    .box-extract .box {
      padding: 6rem 5rem; } }
.box-extract p {
  margin-bottom: 2rem; }
.box-extract .extract-page {
  text-align: center;
  margin-top: 4rem; }
.box-extract .purchase-options {
  margin-top: 2rem;
  margin-bottom: 1rem; }

#footerCTA {
  border-top: 2px solid #46b03d; }

#footerMailing,
#footerSubscribe {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  color: #fff;
  width: 100%;
  min-height: 550px; }
  @media screen and (min-width: 800px) {
    #footerMailing,
    #footerSubscribe {
      width: 50%;
      min-height: 600px; } }
  @media screen and (min-width: 1200px) {
    #footerMailing,
    #footerSubscribe {
      min-height: 550px; } }
  #footerMailing .box,
  #footerSubscribe .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; }
    #footerMailing .box p,
    #footerSubscribe .box p {
      margin-top: 1rem; }

.no-csstransforms3d #footerSubscribe:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7; }
.no-csstransforms3d #footerSubscribe .box {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem; }

#footerSubscribe {
  background: url(../img/footer-veg-box.jpg) right bottom/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/footer-veg-box.jpg) right bottom/cover no-repeat; }
  @media screen and (min-width: 800px) {
    #footerSubscribe {
      border-right: 2px solid #46b03d; } }

.newsletterHiddenFields {
  display: none; }

#footerMailing {
  background: #173a15; }
  @media screen and (max-width: 599px) {
    #footerMailing {
      min-height: 650px; } }
  @media screen and (min-width: 600px) and (max-width: 799px) {
    #footerMailing {
      min-height: 450px; } }
  @media screen and (max-width: 799px) {
    #footerMailing {
      border-top: 2px solid #46b03d; } }
  #footerMailing:only-child {
    width: 100% !important; }
    #footerMailing:only-child .box {
      max-width: 800px; }

footer {
  background: #fff !important;
  padding: 2rem 0;
  border-top: 2px solid #46b03d; }
  @media screen and (max-width: 599px) {
    footer {
      text-align: center; }
      footer [class^="col"] {
        width: 100%; } }

@media screen and (max-width: 599px) {
  .footer-logo {
    max-width: 100px;
    height: auto; } }
@media screen and (min-width: 600px) {
  .footer-logo {
    margin: 0 1.5rem 1.5rem 0; } }

.footer-info .address .company-name {
  font-family: "Lora", Palatino, Georgia, serif;
  font-weight: 400;
  color: #46b03d;
  font-size: 1.5rem; }
@media screen and (max-width: 599px) {
  .footer-info .address {
    margin-bottom: 1rem; } }
.footer-info .contact,
.footer-info .footer-btns {
  margin-top: 1.5rem; }
.footer-info .footer-btns {
  margin-bottom: 2rem; }
.footer-info .contact div {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .75rem; }
.footer-info .contact a {
  padding-bottom: 1rem; }

.footer-supporters {
  margin-top: 1.5rem; }
  .footer-supporters div {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .75rem;
    margin-bottom: .5rem; }
  .footer-supporters a {
    transition: all 0.3s ease-in-out; }
    .footer-supporters a:link {
      color: #2a5db0;
      text-decoration: transparent;
      outline: none;
      box-shadow: none; }
    .footer-supporters a img {
      transition: all 0.3s ease-in-out;
      border: 2px solid #f5f5f5;
      max-height: 96px;
      width: auto; }
    .footer-supporters a:hover img, .footer-supporters a:focus img {
      border-color: #46b03d; }

.legals {
  border-top: 2px solid #46b03d;
  padding-top: 1rem;
  margin-top: 2rem;
  text-align: center;
  font-size: .875rem; }
  .legals span {
    display: block;
    padding: .25rem 0; }
    @media screen and (min-width: 600px) {
      .legals span {
        display: inline;
        padding: 0; }
        .legals span:not(:last-child)::after {
          content: "|";
          display: inline-block;
          margin-right: -4px;
          padding: 0 .75rem; } }

.credits {
  background: #173a15;
  text-align: center;
  color: #fff;
  padding: 1.25rem 1rem 6rem;
  font-size: .875rem; }
  @media screen and (min-width: 600px) {
    .credits {
      padding: 1.25rem 0 1rem; } }
  .credits .heart {
    color: #d11f36;
    font-size: .75rem; }
  .credits a {
    transition: all 0.3s ease-in-out; }
    .credits a:link {
      color: #2a5db0;
      text-decoration: transparent;
      outline: none;
      box-shadow: none; }
    .credits a:link {
      text-decoration-skip: ink;
      box-shadow: none;
      color: #46b03d; }
    .credits a:visited {
      color: #46b03d; }
    .credits a:focus, .credits a:hover, .credits a:active {
      color: #46b03d;
      text-decoration: underline; }
    .credits a:active {
      color: #46b03d; }

@media only screen and (max-width: 799px) {
  .no-js body {
    margin-top: 101px; } }
@media only screen and (min-width: 800px) {
  .no-js #navlistJSMobile {
    display: none;
    visibility: none; } }
@media only screen and (max-width: 799px) {
  .no-js #navlistJSMobile {
    display: block;
    visibility: visible; } }
@media only screen and (max-width: 799px) {
  .no-js #navList {
    display: none;
    visibility: none; } }
@media only screen and (max-width: 599px) {
  .no-js .primary-navigation .nav-list {
    padding-top: 43px; } }
@media only screen and (min-width: 600px) and (max-width: 799px) {
  .no-js .primary-navigation .nav-list {
    padding-top: 3px; } }
@media only screen and (max-width: 799px) {
  .no-js .primary-navigation .nav-list {
    display: block; }
    .no-js .primary-navigation .nav-list ul.main-list {
      text-align: center;
      line-height: 1.75;
      background: #fff;
      border-bottom: 2px solid #46b03d;
      padding: 1em .5em .75em;
      white-space: nowrap;
      overflow-y: visible;
      overflow-x: scroll; }
      .no-js .primary-navigation .nav-list ul.main-list > li {
        display: inline-block;
        position: static;
        margin: 0;
        margin-right: -5px; }
        .no-js .primary-navigation .nav-list ul.main-list > li a:link, .no-js .primary-navigation .nav-list ul.main-list > li a:visited {
          color: #333;
          text-decoration: none; }
        .no-js .primary-navigation .nav-list ul.main-list > li a:focus, .no-js .primary-navigation .nav-list ul.main-list > li a:hover, .no-js .primary-navigation .nav-list ul.main-list > li a:active {
          color: #46b03d; } }
.no-js .primary-navigation .nav-list li.nav-dropdown ul.hidden-list {
  display: none;
  opactiy: 0;
  position: absolute;
  z-index: 1000;
  top: 45px;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  width: max-content;
  text-align: left;
  border: 2px solid #46b03d; }
  @media only screen and (min-width: 901px) {
    .no-js .primary-navigation .nav-list li.nav-dropdown ul.hidden-list {
      top: 52px; } }
  .no-js .primary-navigation .nav-list li.nav-dropdown ul.hidden-list > li {
    display: block;
    border-bottom: 2px solid #46b03d; }
    .no-js .primary-navigation .nav-list li.nav-dropdown ul.hidden-list > li:last-child {
      border-bottom: none; }
    .no-js .primary-navigation .nav-list li.nav-dropdown ul.hidden-list > li a {
      display: block;
      width: 100%;
      padding: .5rem .75rem .25rem;
      background: #fff;
      line-height: 1.2;
      text-transform: none; }
.no-js .primary-navigation .nav-list li.nav-dropdown:hover ul.hidden-list, .no-js .primary-navigation .nav-list li.nav-dropdown:focus ul.hidden-list {
  display: block;
  opacity: 1;
  pointer-events: auto; }
.no-js .primary-navigation .nav-toggle {
  display: none; }
.no-js label {
  top: 0;
  bottom: inherit;
  font-size: 0.75rem; }
.no-js .tabs-wrapper {
  display: none; }
.no-js .tab-content-wrapper section {
  margin-bottom: 1.5rem; }
.no-js .newsletterHiddenFields {
  display: block !important; }

section#footerMailing div.emma-wrap input.btn {
  color: #fff !important; }

div#newsletterPopup div.emma-wrap input.btn {
  color: #333 !important; }

div.emma-signup-success {
  display: none; }

.commentlist a {
  transition: all 0.3s ease-in-out; }
  .commentlist a:link {
    color: #2a5db0;
    text-decoration: transparent;
    outline: none;
    box-shadow: none; }
  .commentlist a:link {
    text-decoration-skip: ink;
    box-shadow: none; }
  .commentlist a:visited {
    color: #64193f; }
  .commentlist a:focus, .commentlist a:hover, .commentlist a:active {
    color: #1c3d73;
    text-decoration: underline; }
  .commentlist a:active {
    color: #2a5db0; }
  .commentlist a:visited {
    color: #2a5db0; }

.comment {
  float: left;
  width: 100%; }
  .comment::after {
    display: block;
    width: 100%;
    content: "";
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 1.6rem;
    padding-bottom: 1rem; }
  .comment img {
    width: 32px;
    height: 32px; }
  .comment cite {
    font-family: "Lora", Palatino, Georgia, serif;
    font-style: normal;
    font-size: 1.375rem;
    font-weight: 400; }
    .comment cite::after {
      display: inline;
      content: ":"; }
  .comment .says {
    display: none; }
  .comment .comment-meta {
    font-size: 0.875rem;
    margin-bottom: 0.875rem; }
    .comment .comment-meta::after {
      display: block;
      width: 100%;
      content: "";
      border-bottom: 1px dashed #dcdcdc;
      padding-bottom: 0.875rem; }
  .comment .comment-meta, .comment p, .comment .reply {
    margin-left: 48px; }

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

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

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.fixed {
  position: fixed; }

.csspositionsticky .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.invisible {
  visibility: hidden !important; }

.hidden {
  display: none; }

.visible {
  display: block; }

.clearfix::after {
  visibility: hidden;
  display: block;
  content: ".";
  height: 0;
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.list-unstyled {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: inherit;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .list-unstyled li {
    padding-left: 0;
    margin-bottom: 0; }
    .list-unstyled li ul, .list-unstyled li ol {
      margin-top: 0;
      margin-bottom: 0; }
      .list-unstyled li ul li, .list-unstyled li ol li {
        padding-left: 0;
        margin-bottom: 0; }

.bottom-margin {
  margin-bottom: 2rem; }

.box-white {
  background: #fff; }

.box-inverted {
  color: #fff; }

.box-dark {
  background: #333;
  color: #fff; }

.box-darkgreen {
  background: #173a15;
  color: #fff; }

.box-contrast {
  background: #64193f; }

.box-shadow {
  box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.4); }

/*# sourceMappingURL=global.min.css.map */
