/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

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

p, ul, ol {
  margin: 0 0 2em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 0.5em 2em;
}
ul li ul {
  margin: 0.5em 0;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 0.5em 2em;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

select, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=password], textarea {
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=password], textarea {
  font: normal 14px/17px sans-serif;
  padding: 8px;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.centered, .aligncenter, .centred, .aligncentre, .center, .centre {
  text-align: center;
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Selectize (v0.15.2)
 * https://selectize.dev
 *
 * Copyright (c) 2013-2015 Brian Reavis & contributors
 * Copyright (c) 2020-2022 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input.dragging {
  overflow: visible;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
  text-decoration: none;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: 0;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: white;
}

.selectize-control.plugin-clear_button .clear {
  text-decoration: none;
  display: flex;
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  right: 2px;
  color: #000;
  opacity: 0.4;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  z-index: 1;
  font-size: 21px;
  justify-content: center;
  align-items: center;
}

.selectize-control.plugin-clear_button .clear:hover {
  opacity: 1;
}

.selectize-control.plugin-clear_button.single .clear {
  right: calc(2px + 1.5rem);
}

.selectize-dropdown.plugin-auto_position.selectize-position-top {
  border-top: 1px solid #d0d0d0;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.18);
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active {
  border-radius: 0 0 3px 3px;
  border-top: 0 none;
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before {
  top: 0;
  bottom: unset;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input > input[placeholder] {
  box-sizing: initial;
}

.selectize-input.has-items > input {
  margin: 0 0 !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
  padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #e8e8e8;
  color: #303030;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .selected {
  background-color: #e8e8e8;
  color: #303030;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown .active:not(.selected) {
  background: #f5fafd;
  color: #495c68;
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

.selectize-dropdown-emptyoptionlabel {
  text-align: center;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input:not(:read-only) {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl {
  text-align: right;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-dropdown.plugin-auto_position.selectize-position-top {
  border-top: 1px solid #d0d0d0;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.18);
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active {
  border-radius: 0 0 3px 3px;
  border-top: 0 none;
}

.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before {
  top: 0;
  bottom: unset;
}

.selectize-control.plugin-clear_button .clear {
  text-decoration: none;
  display: flex;
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  right: 2px;
  color: #000;
  opacity: 0.4;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  z-index: 1;
  font-size: 21px;
  justify-content: center;
  align-items: center;
}

.selectize-control.plugin-clear_button .clear:hover {
  opacity: 1;
}

.selectize-control.plugin-clear_button.single .clear {
  right: calc(2px + 1.5rem);
}

.selectize-control.plugin-drag_drop.multi > .selectize-input.dragging {
  overflow: visible;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
  text-decoration: none;
}

.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: 0;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: white;
}

/*
	Primary Colours
*/
/*
	Secondary Colours
*/
/*
	Fonts
*/
/*
	Global
*/
* {
  scroll-margin-top: 60px;
}

.hidden {
  display: none;
}

html {
  scroll-behavior: smooth;
}

hr {
  background: #C0C0C0;
  border: 0;
  display: block;
  height: 1px;
  margin: 2em 0;
  outline: 0;
  padding: 0;
}

body {
  background: #FFF;
  color: #000;
  font: 400 18px/26px "kepler-std", serif;
  scroll-behavior: smooth;
  text-align: center;
}
body.roseway h1, body.roseway h2, body.roseway h3, body.roseway header a.menu-trigger svg, body.roseway .book-detail-shop p svg, body.roseway .or-direct, body.roseway .swiper-pagination-bullet, body.roseway .book-detail-lede, body.roseway .footer-acknowledgement, body.roseway .sidebar-filter h2 svg, body.roseway .book-detail-blurb cite, body.roseway .filter-content label:has(input:checked), body.roseway .custom-dropdown svg {
  color: #2E286E;
}
body.roseway.alternate-menu header, body.roseway header .primary-nav, body.roseway .content-with-sidebar .sidebar, body.roseway .pagination {
  border-color: #EBEAF3;
}
body.roseway .pagination {
  color: #888;
}
body.roseway .pagination .pagination-links a, body.roseway .pagination .pagination-links span {
  background: #2E286E;
  color: #FFF;
}
body.roseway .pagination .pagination-links a.active, body.roseway .pagination .pagination-links span.active {
  background: transparent;
  color: #2E286E;
}
body.roseway .sale-badge {
  background: #2E286E;
}
body.roseway header .svg-inline--fa {
  color: rgba(46, 40, 110, 0.5);
}
body.roseway a, body.roseway header nav a, body.roseway .slide-in li a {
  border-color: #C0C0C0;
  color: #2E286E;
}
body.roseway a:hover, body.roseway header nav a:hover, body.roseway .slide-in li a:hover {
  color: #000;
}
body.roseway header nav ul ul a, body.roseway .slide-in li li a {
  background: #EBEAF3;
  border-color: #C0C0C0;
  color: #2E286E;
}
body.roseway header nav li ul {
  border-color: #C0C0C0;
}
body.roseway header nav svg, body.roseway .slide-in li svg, body.roseway .crumbs svg {
  color: rgba(46, 40, 110, 0.5);
}
body.roseway .signup input {
  border-color: #2E286E;
}
body.roseway .btn {
  background: #2E286E;
  color: #FFF;
}
body.roseway .btn:hover {
  background: #000;
  color: #FFF;
}
body.roseway .btn-alt {
  background: #FFF;
  border-color: #2E286E;
  color: #2E286E;
}
body.roseway .btn-alt svg {
  color: #2E286E;
}
body.roseway .btn-alt:hover {
  background: #2E286E;
}
body.roseway .bordered {
  border-color: #C0C0C0;
}
body.roseway .book-detail-shop {
  background: #EBEAF3;
}
body.roseway .band-dark {
  background: #EBEAF3;
}
body.roseway .band-dark h3 {
  color: #2E286E;
}
body.roseway .swiper-button-prev, body.roseway .swiper-button-next {
  color: #2E286E;
}
body.roseway .swiper-button-prev:hover, body.roseway .swiper-button-next:hover {
  color: #000;
}
body.roseway .text-btn, body.roseway .text-btn .fui-btn {
  border-color: #2E286E;
  color: #2E286E;
}
body.roseway .filter-toggle h3 {
  border-color: #EBEAF3;
  color: #2E286E;
}
body.roseway .filter-toggle svg {
  color: rgba(46, 40, 110, 0.5);
}
body.roseway .slide-in {
  border-color: #2E286E;
}
body.roseway .slide-in h2 {
  color: #2E286E;
}
body.roseway .book-detail-authors {
  color: #888;
}
body.roseway .book-tag {
  background: #EBEAF3;
}
body.roseway .collapsing-block h3 {
  border-color: #EBEAF3;
}
body.roseway .collapsing-block h3 svg {
  color: rgba(46, 40, 110, 0.5);
}
body.roseway .footer-upper {
  background-color: #2E286E;
}
body.roseway .footer-upper h2 {
  color: #FFF;
}
body.roseway .footer-upper h2 strong {
  color: #2E286E;
}
body.roseway .footer-upper h3 {
  color: #FFF;
}
body.roseway .footer-upper .btn {
  background: #000;
}
body.roseway .footer-nav {
  border-color: #FFF;
  padding-left: 3.4482758621%;
}
body.roseway .footer-nav li.discover-link a {
  background: #000;
}
body.roseway .footer-contact {
  border-color: #FFF;
}
body.roseway .footer-logos {
  border-color: #C0C0C0;
}
body.roseway .submission-icon {
  background: #EBEAF3;
}
body.roseway .submission-icon h3 {
  color: #2E286E;
}
body.roseway .submission-icon h3 svg {
  color: #2E286E;
}
body.roseway .submission-icon:nth-child(2) {
  background: rgba(46, 40, 110, 0.2);
}
body.roseway .featured-titles .featured-titles-book {
  background: #EBEAF3;
}
body.roseway .featured-titles .featured-titles-quote {
  background: rgba(235, 234, 243, 0.5);
}
body.roseway .featured-titles .featured-titles-quote-inner blockquote {
  color: #2E286E;
}
body.roseway .featured-titles-badge {
  color: #2E286E;
}
body.roseway .quotation-mark {
  color: #AB9FC7;
}
body.roseway .page-header {
  background: #2E286E url(../img/fernwood-leaf-white-10.svg) no-repeat center center !important;
  background-size: cover !important;
  color: #FFF !important;
}
body.roseway .page-header cite {
  color: #FFF !important;
}
body.roseway .page-header .quotation-mark {
  color: #AB9FC7 !important;
}

.body {
  background: #FFF;
  transition: opacity 0.2s linear;
}
.body.underlay {
  opacity: 0.35;
  pointer-events: none;
  user-select: none;
}

h1 {
  color: #014731;
  font: 700 48px/52px "sofia-pro", sans-serif;
  margin-bottom: 40px;
}
h1 a {
  text-decoration: none;
}
h1 span {
  color: #009A49;
}

h2 {
  color: #014731;
  font: 700 36px/42px "sofia-pro", sans-serif;
  margin-bottom: 40px;
}
h2 a {
  text-decoration: none;
}

h3 {
  font: 700 24px/30px "sofia-pro", sans-serif;
  margin-bottom: 20px;
}
h3 a {
  color: #014731;
  text-decoration: none;
}
h3 a:hover {
  color: #009A49;
}

h4 {
  font: 700 18px/22px "sofia-pro", sans-serif;
  margin-bottom: 20px;
}
h4 a {
  color: #014731;
  text-decoration: none;
}
h4 a:hover {
  color: #009A49;
}

blockquote {
  margin: 2em 4em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.pullquote {
  color: #014731;
  font: 700 24px/32px "sofia-pro", sans-serif;
}
blockquote.pullquote-offset {
  margin: 0;
  position: absolute;
  right: 40px;
  width: 22.4137931034%;
}

a {
  color: #009A49;
  transition: all 0.2s linear;
}
a:hover {
  color: #014731;
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 40px;
  position: relative;
  text-align: left;
}
.wrapper.centred-page {
  padding: 40px;
  text-align: center;
}
.wrapper.narrow {
  max-width: 860px;
}
.wrapper.has-page-menu h1 {
  margin-left: auto;
  width: 74.1379310345%;
}

.banner {
  background: #009A49;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font: 400 18px/24px "sofia-pro", sans-serif;
  padding: 15px 0;
}
.banner .wrapper {
  text-align: center;
}
.banner p {
  margin: 0;
}
.banner a {
  color: #FFF;
}
.banner a:hover {
  color: #FFF;
  opacity: 0.75;
}

/*
.notice {
	background: $bright_green_shade;
	border: 1px solid $alt_green_6;
	margin-bottom: 2em;
	padding: 20px;

	p {
		margin-bottom: 1em;
	}

	p:last-child, ul:last-child {
		margin-bottom: 0;
	}

	li {
		@include reset-list();
	}

	svg {
		color: $dark_green;
		margin-right: 6px;
	}
}
*/
.notice {
  align-content: flex-start;
  align-items: flex-start;
  background: #E8F6EC;
  font-family: "sofia-pro", sans-serif;
  display: flex;
  padding: 20px;
}
.notice svg {
  color: #009A49;
  font-size: 24px;
  margin-right: 10px;
}
.notice p {
  margin-bottom: 1em;
}
.notice p:last-child, .notice ul:last-child {
  margin-bottom: 0;
}
.notice li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.notice.notice-error {
  background: rgba(153, 14, 0, 0.1);
}
.notice.notice-error svg {
  color: #990E00;
}
.notice.notice-error a {
  color: #990E00;
}
.notice.notice-error a:hover {
  color: #000;
}

.page-header {
  color: #014731;
  padding: 40px 0;
}
.page-header blockquote {
  font: 700 42px/50px "sofia-pro", sans-serif;
  margin: 0;
  max-width: 860px;
  padding: 0;
}
.page-header blockquote p {
  margin: 0;
}
.page-header cite {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-header.page-header-darkGreen {
  background: #014731 url(../img/fernwood-leaf-white-10.svg) no-repeat center center;
  background-size: cover;
  color: #FFF;
}
.page-header.page-header-darkGreen .quotation-mark, .page-header.page-header-darkGreen cite {
  color: #FFF;
}
.page-header.page-header-brightGreen {
  background: #009A49 url(../img/fernwood-leaf-white-10.svg) no-repeat center center;
  background-size: cover;
  color: #FFF;
}
.page-header.page-header-brightGreen .quotation-mark, .page-header.page-header-brightGreen cite {
  color: #FFF;
}
.page-header.page-header-lightGreen {
  background: #E8F6EC url(../img/fernwood-leaf-green-10.svg) no-repeat center center;
  background-size: cover;
}
.page-header.page-header-lightGreen .quotation-mark {
  color: #009A49;
}
.page-header.page-header-beige {
  background: #EFEDE8 url(../img/fernwood-leaf-dark-green-10.svg) no-repeat center center;
  background-size: cover;
}
.page-header.page-header-beige .quotation-mark {
  color: #014731;
}

.content {
  width: 74.1379310345%;
}

.two-columns {
  columns: 2;
}
.two-columns p {
  break-inside: avoid;
  margin: 0;
  padding-bottom: 2em;
}

.callout {
  background: #E8F6EC;
  border: 1px solid #009A49;
  margin-bottom: 2em;
  padding: 20px;
}
.callout p:last-child {
  margin-bottom: 0;
}

figure {
  margin-bottom: 2em;
}
figure img {
  display: block;
  margin: 0 auto;
}
figure.left {
  float: left;
  margin: 0 2.5641025641% 2em 0;
  width: 48%;
}
figure.right {
  float: right;
  margin: 0 0 2em 2.5641025641%;
  width: 48%;
}
figure figcaption {
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0 0;
}
figure figcaption p {
  margin: 0;
}

.mfp-figure figcaption {
  padding-top: 0;
}

.btn {
  background: #009A49;
  border: 0;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font: 700 16px/16px "sofia-pro", sans-serif;
  margin: 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.btn:hover {
  background: #000;
  color: #FFF;
}
.btn:disabled {
  background: #009A49 !important;
  cursor: not-allowed;
  opacity: 0.5;
}
.btn svg {
  color: #FFF;
  margin-right: 8px;
}
.btn.btn-alt {
  background: #FFF;
  border: 2px solid #009A49;
  color: #009A49;
}
.btn.btn-alt svg {
  color: #009A49;
}
.btn.btn-alt:hover {
  background: #009A49;
  color: #FFF;
}
.btn.btn-alt:hover svg {
  color: #FFF;
}

.icon-btn {
  background: #000;
  border: 0;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 21px;
  line-height: 21px;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.icon-btn:hover {
  background: #009A49;
}

.text-btn, .text-btn .fui-btn {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #009A49;
  border-radius: 0;
  color: #009A49;
  cursor: pointer;
  display: inline-block;
  font: 700 18px/26px "sofia-pro", sans-serif;
  margin: 0 0 0 auto;
  padding: 0 0 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.text-btn svg, .text-btn .fui-btn svg {
  margin-left: 10px;
}
.text-btn.icon-left svg, .text-btn .fui-btn.icon-left svg {
  margin: 0 10px 0 0;
}
.text-btn:hover, .text-btn .fui-btn:hover {
  background: transparent;
  border-color: #014731;
  color: #014731;
}
.text-btn.text-btn-large, .text-btn .fui-btn.text-btn-large {
  font-size: 24px;
  line-height: 28px;
}
.text-btn.text-btn-large svg, .text-btn .fui-btn.text-btn-large svg {
  position: relative;
  top: 3px;
}

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

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

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

/**
 * Slide-ins	
*/
.slide-in {
  background: #FFF;
  border-left: 4px solid #014731;
  bottom: 0;
  display: none;
  font-family: "sofia-pro", sans-serif;
  padding: 30px 20px;
  position: fixed;
  right: -300px;
  text-align: left;
  top: 0;
  width: 400px;
  z-index: 100;
}
.slide-in .notice {
  margin: 0 -20px 40px;
}
.slide-in .fui-alert-success {
  background: transparent;
  color: #000;
  margin-top: 60px;
  padding: 0;
}
.slide-in h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}
.slide-in > ul:first-of-type {
  margin: 40px -20px 0;
}
.slide-in > ul:first-of-type svg {
  position: absolute;
  right: 20px;
}
.slide-in > ul:last-of-type {
  margin: 0 -20px;
}
.slide-in > ul:last-of-type svg {
  margin-right: 6px;
}
.slide-in > ul:last-of-type a {
  color: #009A49;
}
.slide-in > ul:last-of-type a:hover {
  color: #014731;
}
.slide-in li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}
.slide-in li a {
  border-bottom: 1px solid #C1DBCF;
  color: #014731;
  display: block;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
}
.slide-in li a:hover {
  color: #009A49;
}
.slide-in li svg {
  color: #A0B4A0;
}
.slide-in li ul {
  display: none;
  margin: 0;
}
.slide-in li ul a {
  background: #E6EDEB;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 20px;
}
.slide-in .nav-cart-li {
  display: none;
}
.slide-in .loading-icon {
  color: #C1DBCF;
  font-size: 48px;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
}

#miniCart.loading {
  opacity: 0.5;
}
#miniCart table {
  margin-bottom: 1em;
  width: 100%;
}
#miniCart td {
  border-top: 1px solid #C1DBCF;
  font-size: 16px;
  line-height: 21px;
  padding: 10px 0;
}
#miniCart td:nth-child(2) {
  padding-left: 5px;
  padding-right: 5px;
}
#miniCart td:nth-child(3) {
  text-align: right;
}
#miniCart .cart-option, #miniCart .bulk-notice {
  font-size: 14px;
  line-height: 19px;
}
#miniCart input[type=number] {
  padding: 4px;
  text-align: center;
  width: 40px;
}
#miniCart .cart-label, #miniCart .cart-total {
  text-transform: uppercase;
  font-weight: 700;
}
#miniCart .cart-total {
  text-align: right;
}

.row.shipping-method label {
  background: #FFF;
  border: 1px solid #014731;
  border-radius: 2px;
  display: flex;
  padding: 20px;
}
.row.shipping-method label .shipping-method-name input {
  margin-right: 10px;
}
.row.shipping-method label .shipping-method-value {
  color: #009A49;
  margin-left: auto;
}

.free-shipping {
  color: #009A49;
  text-transform: uppercase;
}

#discount_form.loading {
  opacity: 0.5;
}

.slide-in-close {
  color: #009A49;
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 30px;
}

/**
 * Header	
*/
header {
  font-family: "sofia-pro", sans-serif;
  padding: 20px 0 80px;
  transition: all 0.2s linear;
}
header .wrapper {
  align-content: flex-end;
  align-items: flex-end;
  display: flex;
}
header .header-logo {
  margin-bottom: -16px;
  width: 360px;
}
header .header-logo .logo-mini {
  display: none;
}
header .header-logo .logo-full {
  display: block;
}
header a {
  font-weight: 600;
  text-decoration: none;
}
header nav {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  text-align: right;
}
header nav ul {
  margin: 0;
}
header nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
header nav li:first-child {
  margin-left: 0;
}
header nav li ul {
  display: none;
  border: 1px solid #C1DBCF;
  font-size: 14px;
  line-height: 19px;
  left: -20px;
  margin-top: 10px;
  position: absolute;
  text-align: left;
  width: 200px;
  z-index: 99;
}
header nav li ul li {
  border-bottom: 1px solid #FFF;
  display: block;
  margin: 0;
}
header nav li ul li:last-child {
  border-bottom: 0;
}
header nav li ul a {
  background: #E6EDEB;
  display: block;
  padding: 10px 20px;
}
header nav li li a {
  font-weight: 400;
}
header nav li:last-child ul {
  left: auto;
  right: 0;
}
header .svg-inline--fa {
  color: #A0B4A0;
}
header .primary-nav {
  border-top: 1px solid #C1DBCF;
  order: 2;
  margin-top: 12px;
  padding-top: 12px;
}
header .primary-nav a {
  color: #014731;
}
header .primary-nav a svg {
  margin-left: 6px;
}
header .primary-nav a:hover {
  color: #009A49;
}
header .secondary-nav {
  order: 1;
}
header .secondary-nav svg {
  margin-right: 6px;
}
header .secondary-nav a:hover {
  color: #014731;
}
header a.menu-trigger {
  display: none;
  font-size: 24px;
  line-height: 24px;
}
header a.menu-trigger svg {
  color: #009A49;
  transition: all 0.2s linear;
}
header a.menu-trigger:hover svg {
  color: #014731;
}

/**
 * Alternate Menu	
*/
.alternate-menu header {
  background: #FFF;
  border-bottom: 1px solid #C1DBCF;
  left: 0;
  padding: 16px 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 100;
}
.alternate-menu header .wrapper {
  align-content: center;
  align-items: center;
  position: relative;
}
.alternate-menu .header-logo {
  left: 38px;
  position: absolute;
  top: -10px;
  width: 28px;
}
.alternate-menu .menu-trigger {
  display: block;
  margin-left: 20px;
}
.alternate-menu .nav-cart-a {
  margin-left: auto;
}
.alternate-menu .nav-cart-a svg {
  margin-right: 6px;
}
.alternate-menu .crumbs {
  padding-top: 60px;
}
.alternate-menu .banner {
  left: 0;
  position: sticky;
  right: 0;
  top: 58px;
  z-index: 99;
}

/**
 * Section Bands	
*/
.mb {
  margin-bottom: 60px !important;
}

.mt {
  margin-top: 60px !important;
}

.band {
  border-top: 2px solid #FFF;
  padding: 60px 0;
}

.band-beige {
  background: #EFEDE8;
}

.band-dark {
  background: #E6EDEB;
}

.band-light {
  background: #E8F6EC;
}

.band-leaf-dark {
  background: #014731 url(../img/fernwood-leaf-white-10.svg) no-repeat center center;
  background-size: cover;
  color: #FFF;
}
.band-leaf-dark a {
  border-color: #FFF;
  color: #FFF;
}
.band-leaf-dark a:hover {
  border-color: #FFF;
  color: #FFF;
  opacity: 0.8;
}

.band-leaf-light {
  background: #009A49 url(../img/fernwood-leaf-white-10.svg) no-repeat center center;
  background-size: cover;
  color: #FFF;
}

.band-leaf-beige {
  background: #EFEDE8 url(../img/fernwood-leaf-dark-green-10.svg) no-repeat center center;
  background-size: cover;
  color: #014731;
}

.about-acknowledgement .wrapper {
  font: 700 24px/36px "sofia-pro", sans-serif;
  text-align: center;
}
.about-acknowledgement .wrapper p {
  margin: 0;
}

.related-books h3 {
  margin-bottom: 30px;
  text-align: center;
}

.featured-events {
  padding: 40px 0 20px;
}

.home-blurb .wrapper {
  align-items: flex-end;
  display: flex;
}
.home-blurb p {
  font: 700 42px/54px "sofia-pro", sans-serif;
  margin: 0;
  width: 74.1379310345%;
}
.home-blurb .text-btn {
  margin-left: auto;
}

.signup-band .wrapper {
  align-content: center;
  align-items: center;
  display: flex;
}
.signup-band .signup-band-blurb {
  font: 400 24px/32px "sofia-pro", sans-serif;
  width: 65.5172413793%;
}
.signup-band .signup-band-blurb p {
  margin: 0;
}
.signup-band form {
  margin: 0 0 0 auto;
  width: 31.0344827586%;
}
.signup-band form input {
  border-color: #014731;
}
.signup-band form .btn {
  background: #014731;
}
.signup-band form .btn:hover {
  background: #000;
}

.addresses {
  display: flex;
}
.addresses .address-1 {
  width: 48.275862069%;
}
.addresses .address-2 {
  margin-left: auto;
  width: 48.275862069%;
}

.staff {
  background: #EFEDE8;
  padding: 20px 0;
}
.staff ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "sofia-pro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.staff li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  background: #FFF;
  border: 1px solid #C0C0C0;
  margin: 20px 3.4482758621% 20px 0;
  min-height: 220px;
  padding: 0 0 20px;
  width: 22.4137931034%;
}
.staff li:nth-child(4n+0) {
  margin-right: 0;
}
.staff li:nth-child(1) .staff-name, .staff li:nth-child(7) .staff-name {
  background: #9DD29C;
}
.staff li:nth-child(2) .staff-name, .staff li:nth-child(8) .staff-name {
  background: #E2DED0;
}
.staff li:nth-child(3) .staff-name, .staff li:nth-child(9) .staff-name {
  background: #C1DBCF;
}
.staff li:nth-child(4) .staff-name, .staff li:nth-child(10) .staff-name {
  background: #AFC8C4;
}
.staff li:nth-child(5) .staff-name, .staff li:nth-child(11) .staff-name {
  background: #EBEAF3;
}
.staff li:nth-child(6) .staff-name, .staff li:nth-child(12) .staff-name {
  background: #A0B4A0;
}
.staff .staff-name {
  padding: 20px 20px 10px;
}
.staff .fname {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.staff .lname {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.staff .pronouns {
  font-style: italic;
  margin: 10px 0 0;
}
.staff .position {
  color: #888;
  font-weight: 500;
  padding: 10px 20px;
}
.staff .staff-badge {
  color: #009A49;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase;
}

/**
 * Sliders	
*/
.swiper-outer {
  margin: 0 -40px;
  padding: 0 40px;
  position: relative;
}

.swiper .swiper-wrapper {
  align-content: stretch;
  align-items: stretch;
}
.swiper img {
  display: block;
}
.swiper .overlay {
  display: none;
  height: 100%;
}
.swiper .overlay-content {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  justify-content: center;
  left: 0;
  line-height: 19px;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.swiper .overlay-content strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 5px;
}

.swiper-button-prev, .swiper-button-next {
  color: #009A49;
  transition: all 0.2s linear;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  color: #014731;
}

.swiper-button-prev {
  left: 5px;
  z-index: 99;
}

.swiper-button-next {
  right: 5px;
  z-index: 99;
}

.swiper-pagination {
  margin: 20px 0;
  position: static;
}

.swiper-pagination-bullet {
  background: #009A49;
  height: 16px;
  width: 16px;
}

.featured-books .swiper-wrapper {
  align-content: center;
  align-items: center;
}
.featured-books .swiper-slide {
  margin-right: 3.4482758621%;
  width: 13.7931034483%;
}
.featured-books .swiper-slide:last-child {
  margin-right: 0;
}

.featured-books-home .swiper-slide {
  width: 18.6206896552%;
}

.featured-books-content .swiper-slide {
  margin-right: 5.2631578947%;
  width: 21.0526315789%;
}

.featured-titles {
  border-top: 2px solid #FFF;
}
.featured-titles .swiper-slide {
  display: flex;
}
.featured-titles .featured-titles-book, .featured-titles .featured-titles-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.featured-titles .featured-titles-book {
  background: #E6EDEB;
  border-right: 1px solid #FFF;
}
.featured-titles .featured-titles-quote {
  background: rgba(230, 237, 235, 0.5);
  border-left: 1px solid #FFF;
  text-align: left;
}
.featured-titles .featured-titles-book-inner {
  align-items: center;
  display: flex;
  margin-left: auto;
  max-width: 620px;
  padding: 80px 30px 80px 60px;
}
.featured-titles .featured-titles-book-inner .featured-titles-book-cover {
  margin-left: auto;
  order: 2;
  width: 39.3939393939%;
}
.featured-titles .featured-titles-book-inner .featured-titles-book-text {
  order: 1;
  text-align: right;
  width: 54.5454545455%;
}
.featured-titles .featured-titles-book-inner .featured-titles-book-text p {
  font: 400 16px/21px "sofia-pro", sans-serif;
  margin: 0;
}
.featured-titles .featured-titles-quote-inner {
  font-family: "sofia-pro", sans-serif;
  max-width: 620px;
  padding: 80px 60px 80px 30px;
}
.featured-titles .featured-titles-quote-inner blockquote {
  color: #014731;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}
.featured-titles .featured-titles-quote-inner p {
  margin: 0;
}
.featured-titles .featured-titles-quote-inner cite {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 20px 0;
}
.featured-titles .wrapper {
  top: -200px;
}

.featured-titles-badge {
  color: #009A49;
  font: 700 16px/18px "sofia-pro", sans-serif;
  margin-bottom: 2em;
  text-transform: uppercase;
}

.quotation-mark {
  color: #C1DBCF;
  font: 700 148px/148px "kepler-std", serif;
  margin-bottom: -60px;
}

/**
 * Home	
*/
.home-features .wrapper {
  text-align: center;
}

.home-feature-tabs {
  border-bottom: 1px solid #C1DBCF;
  display: flex;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.home-feature-tabs li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin: 0 10px;
}
.home-feature-tabs a {
  color: #014731;
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
}
.home-feature-tabs a.active {
  border-bottom: 4px solid #009A49;
}
.home-feature-tabs a:hover {
  color: #009A49;
}

/**
 * Main	
*/
main {
  padding-bottom: 120px;
}

.crumbs {
  color: #888;
  font: 400 14px/18px "sofia-pro", sans-serif;
  margin-bottom: 60px;
  display: -webkit-box;
  padding-bottom: 3px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.crumbs a {
  display: inline-block;
  margin-right: 10px;
}
.crumbs svg {
  color: #A0B4A0;
  margin-right: 10px;
}

.narrow-page {
  max-width: 760px;
}

.section-heading {
  align-content: center;
  align-items: center;
  display: flex;
}
.section-heading h2, .section-heading h3 {
  padding-right: 20px;
}
.section-heading .text-btn {
  flex-shrink: 0;
  margin-left: auto;
}
.section-heading.border {
  border-bottom: 1px solid #C1DBCF;
  margin-bottom: 20px;
}
.section-heading.border h3, .section-heading.border h3 {
  margin-bottom: 10px;
}
.section-heading .event-view-toggles {
  margin-left: auto;
}

.roseway-intro {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.roseway-intro .intro {
  flex-shrink: 0;
  width: 65.5172413793%;
}
.roseway-intro .intro p {
  margin: 0;
}
.roseway-intro img {
  margin-left: auto;
  width: 22.4137931034%;
}

.intro {
  font-size: 24px;
  line-height: 32px;
}

.content-with-sidebar {
  display: flex;
  flex-wrap: wrap;
}
.content-with-sidebar.bundle-content {
  align-content: flex-start;
  align-items: flex-start;
}
.content-with-sidebar .content {
  max-width: none;
  order: 1;
  width: 65.5172413793%;
}
.content-with-sidebar .sidebar {
  border-left: 1px solid #C1DBCF;
  margin-left: auto;
  order: 2;
  padding-left: 3.4482758621%;
  width: 24.1379310345%;
}
.content-with-sidebar .sidebar-social li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.content-with-sidebar .sidebar-social svg {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.content-with-sidebar .bundle-buy {
  background: #E8F6EC;
  margin-left: auto;
  padding: 20px;
  order: 2;
  text-align: center;
  width: 32.7586206897%;
}
.content-with-sidebar .bundle-buy .btn {
  display: block;
  width: 100%;
}
.content-with-sidebar .bundle-price {
  color: #009A49;
  font: 700 24px/26px "sofia-pro", sans-serif;
  margin-bottom: 10px;
}
.content-with-sidebar .bundle-price span {
  color: #014731;
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
  text-transform: uppercase;
}
.content-with-sidebar .pagination {
  order: 3;
  width: 100%;
}
.content-with-sidebar.alt .content {
  width: 74.1379310345%;
}
.content-with-sidebar.alt .sidebar {
  border-left: 0;
  padding-left: 0;
  width: 22.4137931034%;
}
.content-with-sidebar.has-page-menu {
  display: block;
  position: relative;
}
.content-with-sidebar.has-page-menu .sidebar {
  float: left;
  margin-left: 0;
  position: sticky;
  top: 100px;
}
.content-with-sidebar.has-page-menu .sidebar ul {
  border: 1px solid #C1DBCF;
  border-width: 1px 1px 0;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
}
.content-with-sidebar.has-page-menu .sidebar li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.content-with-sidebar.has-page-menu .sidebar li.level-2 a {
  font-size: 16px;
  line-height: 21px;
  padding-left: 50px;
}
.content-with-sidebar.has-page-menu .sidebar a {
  border-bottom: 1px solid #C1DBCF;
  display: block;
  padding: 10px 20px;
  position: relative;
}
.content-with-sidebar.has-page-menu .sidebar svg {
  color: #C1DBCF;
  left: 20px;
  position: absolute;
  top: 15px;
}
.content-with-sidebar.has-page-menu .content {
  margin-left: auto;
}

.sidebar-filter h2 {
  font-size: 24px;
  line-height: 28px;
}
.sidebar-filter h2 svg {
  display: none;
}

.sidebar-past-events h3 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.sidebar-past-events .past-events-box {
  background: #E6EDEB;
  padding: 15px;
}
.sidebar-past-events ul {
  margin: 0;
}
.sidebar-past-events li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 15px;
}
.sidebar-past-events li:last-child {
  margin-bottom: 0;
}
.sidebar-past-events li span {
  font-size: 16px;
  text-transform: uppercase;
}
.sidebar-past-events li span svg {
  color: #C1DBCF;
  margin-right: 6px;
}

.topic-list {
  columns: 3;
  column-gap: 3.4482758621%;
  font-family: "sofia-pro", sans-serif;
}
.topic-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  break-inside: avoid;
  padding-bottom: 26px;
}

.book-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
.book-list .book-list-cover {
  display: block;
  flex-shrink: 0;
  width: 21.0526315789%;
}
.book-list .book-list-content {
  margin-left: auto;
  width: 73.6842105263%;
}
.book-list .book-list-content .book-list-authors {
  font: 400 16px/21px "sofia-pro", sans-serif;
  margin-bottom: 20px;
}
.book-list .book-list-content h3 {
  margin-bottom: 5px;
}
.book-list .book-list-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}
.book-list .book-list-content p {
  margin-bottom: 20px;
}
.book-list .rose {
  height: 36px;
  left: -18px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 36px;
}

.book-grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.book-grid li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  margin-right: 3.4482758621%;
  width: 13.7931034483%;
}
.book-grid li:nth-child(6n+0) {
  margin-right: 0;
}
.book-grid .book-grid-cover {
  padding-top: 150%;
  position: relative;
}
.book-grid .book-grid-cover .rose {
  height: 36px;
  left: -18px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 36px;
}
.book-grid .book-grid-cover a {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.book-grid .book-grid-cover img {
  height: auto;
  object-fit: contain;
  width: auto;
}
.book-grid .book-grid-text {
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}
.book-grid h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 5px;
}

.sale-badge {
  background: #009A49;
  color: #FFF;
  font: 700 12px/14px "sofia-pro", sans-serif;
  margin-top: -10px;
  padding: 5px;
  position: absolute;
  right: 1px;
  text-transform: uppercase;
  top: 50%;
  z-index: 98;
}

.content .book-grid li {
  margin-right: 5.2631578947%;
  width: 21.0526315789%;
}
.content .book-grid li:nth-child(6n+0) {
  margin-right: 5.2631578947%;
}
.content .book-grid li:nth-child(4n+0) {
  margin-right: 0;
}

.cards {
  display: flex;
  flex-wrap: wrap;
}
.cards.cards-single-row .card {
  margin-bottom: 0;
}

.card {
  background: #FFF;
  border: 1px solid #C1DBCF;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-right: 3.4482758621%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  transition: all 0.2s linear;
  width: 31.0344827586%;
}
.card.has-thumbnail {
  padding-top: 0;
}
.card:hover {
  background: rgba(255, 255, 255, 0.75);
}
.card:nth-child(3n+0) {
  margin-right: 0;
}
.card img {
  border-bottom: 1px solid #C1DBCF;
  display: block;
}
.card h3 {
  margin-bottom: 0;
}
.card .text-btn {
  margin-right: 20px;
  margin-top: auto;
}

.content-with-sidebar.alt .cards .card {
  margin-right: 4.6511627907%;
  width: 30.2325581395%;
}
.content-with-sidebar.alt .cards .card:nth-child(3n+0) {
  margin-right: 0;
}
.content-with-sidebar.alt .cards .card h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}
.content-with-sidebar.alt .cards .card .card-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.content-with-sidebar.alt .cards .card {
  /* .card-content {
  	margin-top: auto;
  } */
}
.content-with-sidebar.alt .cards .card .text-btn {
  font-size: 16px;
  line-height: 18px;
}

.card-badge {
  background: #009A49;
  color: #FFF;
  font: 700 12px/14px "sofia-pro", sans-serif;
  left: 0;
  padding: 8px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.card-badge.badge-fern-reads {
  background: #C0C0C0;
  color: #000;
}
.card-badge.badge-book-launch, .card-badge.badge-book-launches {
  background: #58967D;
}
.card-badge.badge-discussion, .card-badge.badge-fernwood-news {
  background: #C1DBCF;
  color: #000;
}
.card-badge.badge-festival, .card-badge.badge-interviews {
  background: #69C07A;
  color: #000;
}
.card-badge.badge-signing, .card-badge.badge-awards {
  background: #999689;
}
.card-badge.badge-appearance {
  background: #2E286E;
}
.card-badge.badge-conference {
  background: #205F49;
}

.card-content {
  padding: 15px 20px;
}

.card-date {
  color: #58967D;
  font: 700 16px/18px "sofia-pro", sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.card-date svg {
  margin-right: 6px;
}

.card-summary {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 0;
}
.card-summary p {
  margin: 0;
}

.pagination {
  border-top: 1px solid #C1DBCF;
  color: #58967D;
  display: flex;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  line-height: 18px;
  padding-top: 20px;
}
.pagination .pagination-page {
  width: 40%;
}
.pagination .pagination-links {
  margin-left: auto;
  text-align: right;
  width: 60%;
}
.pagination .pagination-links a, .pagination .pagination-links span {
  background: #009A49;
  color: #FFF;
  display: inline-block;
  margin: 0 4px;
  padding: 6px 12px 8px;
  text-decoration: none;
}
.pagination .pagination-links a:hover, .pagination .pagination-links span:hover {
  background: #000;
}
.pagination .pagination-links a.active, .pagination .pagination-links span.active {
  background: transparent;
  color: #009A49;
}
.pagination + p {
  margin-top: 2em;
}

.featured-catalogue .wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.featured-catalogue img {
  width: 31.0344827586%;
}
.featured-catalogue .featured-catalogue-content {
  margin-left: auto;
  padding-top: 20px;
  width: 65.5172413793%;
}
.featured-catalogue .featured-catalogue-content p:last-child {
  margin-bottom: 0;
}

.catalogues {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.catalogues li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  margin-right: 3.4482758621%;
  width: 22.4137931034%;
}
.catalogues li:nth-child(4n+0) {
  margin-right: 0;
}
.catalogues li h4 {
  margin-bottom: 0;
  text-align: center;
}
.catalogues .catalogue-cover {
  margin-bottom: 10px;
  position: relative;
}
.catalogues .catalogue-cover img {
  display: block;
}
.catalogues .catalogue-cover .catalogue-links {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #FFF;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}
.catalogues .catalogue-cover a {
  align-items: center;
  align-content: center;
  color: #FFF;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font: 700 16px/18px "sofia-pro", sans-serif;
  height: 50%;
  justify-content: center;
  justify-items: center;
  left: 0;
  opacity: 0.75;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.catalogues .catalogue-cover a svg {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
}
.catalogues .catalogue-cover a:hover {
  opacity: 1;
}
.catalogues .catalogue-cover .catalogue-issuu-link {
  bottom: 0;
}
.catalogues .catalogue-cover .catalogue-pdf-link {
  top: 0;
}

#issuuModal {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
}
#issuuModal .issuuembed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.btn-filters {
  text-align: center;
}
.btn-filters.align-left {
  text-align: left;
}
.btn-filters li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 5px 8px;
}
.btn-filters a {
  background: #E8F6EC;
  border-radius: 2px;
  display: block;
  font: 700 14px/16px "sofia-pro", sans-serif;
  padding: 4px 8px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-filters a.active {
  background: #009A49;
  color: #FFF;
}

/**
 * Pages	
*/
.publish-box-links {
  display: flex;
  flex-wrap: wrap;
}

.publish-box-link {
  border: 1px solid #C0C0C0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 47.6744186047%;
}
.publish-box-link .align-right {
  margin-top: auto;
}
.publish-box-link:nth-child(even) {
  margin-left: auto;
}
.publish-box-link.publish-box-link-green {
  background: #E8F6EC;
  border-color: #C1DBCF;
}
.publish-box-link.publish-box-link-green h3 {
  color: #014731;
}
.publish-box-link.publish-box-link-purple {
  background: #EBEAF3;
}
.publish-box-link.publish-box-link-purple h3, .publish-box-link.publish-box-link-purple a {
  border-color: #2E286E;
  color: #2E286E;
}

.submission-icons-grid {
  display: flex;
  flex-wrap: wrap;
}

.submission-icon {
  background: #EFEDE8;
  border: 1px solid #C0C0C0;
  margin-bottom: 40px;
  padding: 20px;
  width: 47.6744186047%;
}
.submission-icon:nth-child(even) {
  margin-left: auto;
}
.submission-icon p:last-child {
  margin: 0;
}
.submission-icon h3 {
  color: #014731;
}
.submission-icon h3 svg {
  color: #A0B4A0;
  margin-right: 10px;
}
.submission-icon:nth-child(2) {
  background: #E6EDEB;
}
.submission-icon:nth-child(3) {
  background: #E8F6EC;
}
.submission-icon:nth-child(4) {
  background: #EFEDE8;
}

ul.lettered li {
  list-style-type: lower-alpha;
}
ul.lettered li li {
  list-style-type: lower-roman;
}

ul.checkbox li {
  margin-left: 60px;
  position: relative;
}
ul.checkbox li:before {
  border: 1px solid #000;
  content: "";
  display: block;
  height: 16px;
  left: -50px;
  position: absolute;
  top: 5px;
  width: 16px;
}

/**
 * Book	
*/
.bordered {
  border: 1px solid #C1DBCF;
  display: block;
}

.book-capsule {
  align-items: center;
  background: #E6EDEB;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.book-capsule-cover {
  width: 18.6046511628%;
}

.book-capsule-content {
  margin-left: auto;
  width: 76.7441860465%;
}
.book-capsule-content h2, .book-capsule-content h3 {
  margin-bottom: 5px;
}
.book-capsule-content h2 a, .book-capsule-content h3 a {
  color: #000;
}
.book-capsule-content h3 {
  font-weight: 400;
}

.book-capsule-authors {
  color: #888;
  font-family: "sofia-pro", sans-serif;
}

.book-detail-upper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.book-detail-upper-cover {
  width: 31.0344827586%;
}

.book-detail-upper-content {
  font-family: "sofia-pro", sans-serif;
  margin-left: auto;
  width: 65.5172413793%;
}
.book-detail-upper-content h1 {
  margin-bottom: 10px;
}
.book-detail-upper-content h2 {
  font-weight: 400;
}

.book-detail-lede {
  color: #205F49;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 1.5em;
}
.book-detail-lede em, .book-detail-lede i {
  letter-spacing: -0.03em;
}
.book-detail-lede p {
  margin: 0;
}

.book-detail-action-links a {
  margin-right: 20px;
}

.book-tag {
  background: #E6EDEB;
  border-radius: 2px;
  color: #014731;
  display: inline-block;
  font: 400 16px/19px "sofia-pro", sans-serif;
  margin: 0 10px 10px 0;
  padding: 4px 8px;
  text-decoration: none;
}
.book-tag:hover {
  color: #009A49;
}
.book-tag.series-tag {
  background: #E8F6EC;
  color: #009A49;
}
.book-tag.series-tag:hover {
  color: #014731;
}

.book-detail-lower {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.book-detail-lower-sidebar {
  width: 31.0344827586%;
}

.book-detail-shop {
  background: #E8F6EC;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2em;
  padding: 20px;
}
.book-detail-shop hr {
  background: #C1DBCF;
  border: 0;
  display: block;
  height: 1px;
  margin: 15px 0;
  padding: 0;
}
.book-detail-shop form {
  margin-bottom: 10px;
}
.book-detail-shop form select {
  margin-bottom: 10px;
}
.book-detail-shop .btn {
  display: block;
  width: 100%;
}
.book-detail-shop p {
  font-weight: 700;
  margin: 0 0 5px;
}
.book-detail-shop p svg {
  color: #009A49;
  margin-right: 6px;
}
.book-detail-shop p.pod-notice {
  font-weight: 400;
}
.book-detail-shop ul {
  margin: 0;
}
.book-detail-shop ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.or-direct {
  color: #014731;
  font: 700 14px/16px "sofia-pro", sans-serif;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.book-detail-lower-content {
  margin-left: auto;
  width: 65.5172413793%;
}

.book-detail-blurb {
  margin: 0 0 2em;
}
.book-detail-blurb cite {
  color: #014731;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.book-detail-blurb p {
  padding-left: 40px;
}

.book-detail-toc ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #C1DBCF;
  padding: 10px;
}
.book-detail-toc ul li .toc-label {
  font-weight: 700;
}

.book-detail-author-block {
  align-content: flex-start;
  display: flex;
  margin-bottom: 30px;
}
.book-detail-author-block > a {
  display: block;
  flex-shrink: 0;
  margin-right: 3.9473684211%;
  width: 21.0526315789%;
}
.book-detail-author-block > a img {
  display: block;
}
.book-detail-author-block .book-detail-author-bio {
  flex-grow: 1;
}
.book-detail-author-block p:last-child {
  margin-bottom: 0;
}

.collapsing-block {
  margin-bottom: 1em;
}
.collapsing-block h3 {
  border-bottom: 1px solid #C1DBCF;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.collapsing-block h3 svg {
  color: #58967D;
  margin-right: 5px;
}
.collapsing-block.closed .collapsing-block-content {
  display: none;
}
.collapsing-block .expand-section {
  align-self: flex-end;
}
.collapsing-block + h2 {
  margin-top: 1.5em;
}

.book-embed {
  margin-bottom: 2em;
}

.book-detail-press ul {
  margin: 0;
}
.book-detail-press li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.exam-request-search {
  margin-bottom: 40px;
}
.exam-request-search .autoComplete_wrapper {
  margin-bottom: 2em;
}
.exam-request-search #bookTitles {
  border: 1px solid #C0C0C0;
  border-radius: 3px;
}
.exam-request-search p {
  margin-bottom: 20px;
}

.exam-request-filters {
  align-items: flex-end;
  background: #E6EDEB;
  display: flex;
  padding: 20px;
}
.exam-request-filters .row {
  margin-bottom: 0;
}
.exam-request-filters .row label {
  color: #014731;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.exam-request-filters .exam-request-topics, .exam-request-filters .exam-request-keywords {
  flex-grow: 1;
  margin-right: 20px;
  width: 40%;
}
.exam-request-filters .exam-request-topics input, .exam-request-filters .exam-request-keywords input {
  border: 1px solid #C0C0C0;
  border-radius: 3px;
}
#chapters {
  background: #FFF;
  border: 5px solid #014731;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  width: 760px;
}
#chapters h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
#chapters .chapter-row {
  align-items: center;
  border-top: 1px solid #A0B4A0;
  display: flex;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  line-height: 21px;
  padding: 10px 0;
}
#chapters form:last-of-type .chapter-row {
  border-bottom: 1px solid #A0B4A0;
}
#chapters .chapter-title {
  width: 50%;
}
#chapters .chapter-format {
  color: #58967D;
  width: 12%;
}
#chapters .chapter-price {
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
  width: 12%;
}
#chapters .chapter-btn {
  margin-left: auto;
}
#chapters .chapter-btn .btn {
  padding: 10px 20px;
  width: 150px;
}

/**
 * Series	
*/
.featured-series {
  align-items: center;
  display: flex;
}
.featured-series .featured-series-overview {
  background: #E6EDEB;
  display: flex;
  flex-shrink: 0;
  width: 48.275862069%;
}
.featured-series .featured-series-cover {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 46.4285714286%;
}
.featured-series .featured-series-cover img {
  display: block;
}
.featured-series .featured-series-cover h3 {
  background: #014731;
  color: #FFF;
  flex-grow: 1;
  margin: 0;
  padding: 15px 20px;
}
.featured-series .featured-series-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  width: 53.5714285714%;
}
.featured-series .featured-series-summary p {
  margin-bottom: 10px;
}
.featured-series .featured-series-summary .text-btn {
  align-self: flex-end;
}
.featured-series .featured-series-books {
  margin-left: auto;
  margin-top: 20px;
  width: 48.275862069%;
}
.featured-series .featured-series-books .swiper-slide {
  margin-right: 7.1428571429%;
  width: 28.5714285714%;
}
.featured-series .featured-series-books .swiper-slide:last-child {
  margin-right: 0;
}

/**
 * Authors	
*/
.featured-authors .swiper-wrapper {
  align-content: flex-start;
  align-items: flex-start;
}
.featured-authors .swiper-slide {
  margin-right: 3.4482758621%;
  width: 13.7931034483%;
}
.featured-authors .swiper-slide:last-child {
  margin-right: 0;
}
.featured-authors .swiper-slide img {
  margin-bottom: 10px;
}
.featured-authors .swiper-slide h4 {
  margin-bottom: 5px;
}
.featured-authors .swiper-slide a {
  color: #000;
  text-decoration: none;
}
.featured-authors .swiper-slide a:hover h4 {
  color: #014731;
}
.featured-authors .swiper-slide p {
  font: italic 16px/21px "sofia-pro", sans-serif;
  margin: 0;
}

.alpha-bar {
  border: 1px solid #C1DBCF;
  border-width: 1px 0;
  font: 700 18px/24px "sofia-pro", sans-serif;
  text-align: center;
}
.alpha-bar li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 10px;
}
.alpha-bar a {
  text-decoration: none;
}

.authors {
  display: flex;
  flex-wrap: wrap;
}
.authors h3 {
  color: #000;
  font-size: 32px;
  line-height: 32px;
}

.authors-letter {
  display: flex;
  flex-direction: column;
  font: 400 16px/22px "sofia-pro", sans-serif;
  margin-bottom: 40px;
  margin-right: 3.4482758621%;
  width: 22.4137931034%;
}
.authors-letter:nth-child(4n+0) {
  margin-right: 0;
}
.authors-letter ul {
  margin: 0;
}
.authors-letter li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}

.authors-all {
  margin-top: auto;
}
.authors-all a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.authors-all a:hover {
  color: #009A49;
}

.author-detail .wrapper {
  align-items: center;
  display: flex;
}
.author-detail figure {
  flex-shrink: 0;
  margin-right: 3.4482758621%;
  width: 31.0344827586%;
}
.author-detail .author-content {
  flex-grow: 1;
}

.author-meta {
  font: 400 16px/22px "sofia-pro", sans-serif;
  margin: 0;
}
.author-meta li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 20px 10px 0;
}
.author-meta svg {
  color: #A0B4A0;
  margin-right: 5px;
}
.author-meta span {
  margin-right: 3px;
}
.author-meta span:not(:last-child):after {
  content: ",";
}

/**
 * Filters	
*/
.horizontal-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.horizontal-filter {
  margin-right: 3.4482758621%;
  width: 22.4137931034%;
}
.horizontal-filter select {
  height: 100%;
}

.horizontal-search {
  margin-left: auto;
  width: 22.4137931034%;
}
.horizontal-search form {
  margin: 0;
}

.autoComplete_wrapper {
  position: relative;
}
.autoComplete_wrapper ul {
  background: #FFF;
  border: 1px solid #C1DBCF;
  border-top: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.autoComplete_wrapper li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #C1DBCF;
  color: #009A49;
  cursor: pointer;
  font: 400 16px/22px "sofia-pro", sans-serif;
  padding: 8px;
  text-decoration: underline;
}
.autoComplete_wrapper li:hover {
  color: #000;
}

/**
 * News, Events, etc	
*/
.entry-header {
  align-items: center;
  border: 1px solid #C1DBCF;
  border-width: 1px 0;
  display: flex;
}
.entry-header img {
  margin-right: 3.4482758621%;
  width: 31.0344827586%;
}

.entry-header-content {
  flex-grow: 1;
  padding: 20px 0;
}
.entry-header-content h1 {
  margin-bottom: 20px;
}

.entry-header-metadata {
  color: #58967D;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

figure.event-banner {
  margin: 0;
}

.event-header-metadata {
  font-family: "sofia-pro", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}
.event-header-metadata li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  padding-left: 40px;
  position: relative;
}
.event-header-metadata svg {
  color: #C1DBCF;
  left: 0;
  position: absolute;
  top: 6px;
}

.entry-header-action-links {
  margin-top: 20px;
}
.entry-header-action-links a {
  margin-right: 20px;
}

.event-ticket-price {
  color: #009A49;
  font: 700 24px/24px "sofia-pro", sans-serif;
  margin-bottom: 20px;
}

.entry-wrapper .content {
  margin-left: auto;
  margin-right: auto;
}

.episode-embed {
  margin: 30px 0;
}

.sponsors {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
}
.sponsors li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 20px;
  width: 33.33%;
}

.entry-footer {
  border-top: 1px solid #C1DBCF;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
}
.entry-footer .entry-nav {
  margin-left: auto;
}

.share {
  color: #58967D;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.share a {
  font-size: 24px;
  margin: 0 5px;
}

.entry-nav {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.entry-nav a {
  text-decoration: none;
}
.entry-nav .next {
  margin-left: 20px;
}
.entry-nav .next svg {
  margin-left: 6px;
}
.entry-nav .prev svg {
  margin-right: 6px;
}

.featured-event {
  background: #FFF;
  font-family: "sofia-pro", sans-serif;
  display: flex;
}

.featured-event-date-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  width: 17.2413793103%;
}

.featured-event-badge {
  color: #014731;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: auto;
  text-transform: uppercase;
}

.featured-event-date {
  color: #009A49;
  font-size: 96px;
  font-weight: 700;
  line-height: 104px;
}

.featured-event-month, .featured-event-day {
  font-size: 24px;
  line-height: 32px;
}

.featured-event-day {
  font-weight: 700;
}

.featured-event-image-column {
  align-self: center;
  width: 31.0344827586%;
}

.featured-event-content-column {
  align-self: center;
  padding: 20px 40px;
  width: 51.724137931%;
}
.featured-event-content-column h2 a {
  color: #014731;
}
.featured-event-content-column h2 a:hover {
  color: #009A49;
}
.featured-event-content-column ul {
  font-weight: 700;
  margin: 0 0 10px;
}
.featured-event-content-column ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.featured-event-content-column ul svg {
  color: #C1DBCF;
  margin-right: 6px;
}

.event-view-toggles {
  flex-shrink: 0;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.event-view-toggles a {
  color: #C1DBCF;
  display: inline-block;
  font-size: 21px;
  margin: 0 5px;
}
.event-view-toggles a.active {
  color: #009A49;
}

.event-list {
  align-content: center;
  align-items: center;
  border: 1px solid #C1DBCF;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.event-list .card-badge {
  left: auto;
  right: 0;
}

.event-list-image {
  flex-shrink: 0;
  margin-right: 20px;
  width: 25.5813953488%;
}

.event-list-content h3 {
  margin: 20px 0 0;
}
.event-list-content ul {
  margin: 0;
}
.event-list-content li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  margin: 0 20px 10px 0;
}
.event-list-content li svg {
  color: #C1DBCF;
  margin-right: 6px;
}
.event-list-content li.event-list-date {
  text-transform: uppercase;
}

.event-list-summary {
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
}

.events-calendar-header {
  display: flex;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  justify-content: space-between;
}
.events-calendar-header .calendar-header {
  margin: 0;
  order: 2;
  text-align: center;
}
.events-calendar-header .calendar-header-prev {
  order: 1;
  text-align: left;
}
.events-calendar-header .calendar-header-prev svg {
  margin-right: 6px;
}
.events-calendar-header .calendar-header-next {
  order: 3;
  text-align: right;
}
.events-calendar-header .calendar-header-next svg {
  margin-left: 6px;
}
.events-calendar-header a {
  text-decoration: none;
}

.events-calendar {
  border: 1px solid #C1DBCF;
  border-width: 0 1px 0 0;
  display: flex;
  flex-wrap: wrap;
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
}
.events-calendar .calendar-date, .events-calendar .calendar-day-heading {
  padding: 8px;
  width: 14.2857142857%;
}
.events-calendar .calendar-day-heading {
  background: #014731;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}
.events-calendar .calendar-date {
  border: 1px solid #C1DBCF;
  border-width: 0 0 1px 1px;
  min-height: 150px;
}
.events-calendar .calendar-date.calendar-date-today {
  background: #E6EDEB;
}
.events-calendar .calendar-day {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.events-calendar .calendar-day.disabled {
  color: #C1DBCF;
}
.events-calendar .calendar-event {
  margin-top: 10px;
}

.podcast-header .wrapper {
  align-content: center;
  display: flex;
}
.podcast-header img {
  margin-right: 3.4482758621%;
  width: 31.0344827586%;
}
.podcast-header .podcast-description {
  flex-grow: 1;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin: 0 3.4482758621% 30px 0;
  width: 13.7931034483%;
}
.gallery li:nth-child(6n+0) {
  margin-right: 0;
}

/**
 * Checkout	
*/
.cart {
  border-bottom: 1px solid #C1DBCF;
  font-family: "sofia-pro", sans-serif;
  margin-bottom: 1em;
  width: 100%;
}
.cart th, .cart td {
  border-top: 1px solid #C1DBCF;
  font-size: 16px;
  line-height: 21px;
  padding: 10px;
}
.cart th {
  font-weight: 700;
  text-transform: uppercase;
}
.cart input[type=number] {
  text-align: center;
  width: 40px;
}
.cart .cart-qty {
  text-align: center;
}
.cart .cart-price {
  text-align: right;
}
.cart .cart-subtotal-price, .cart .cart-adjustment-price {
  font-style: italic;
}
.cart .cart-label {
  color: #888;
  font-style: italic;
}
.cart .cart-total-price, .cart .cart-total-label {
  color: #000;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}
.cart .adjustment-type {
  text-transform: capitalize;
}

.cart-option, .bulk-notice {
  display: block;
}

.dl-password {
  font: bold 16px/23px monospace;
}

.checkout-notice .wrapper {
  align-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}
.checkout-notice svg {
  color: #009A49;
  font-size: 36px;
  margin-right: 20px;
}
.checkout-notice p:last-child {
  margin: 0;
}

.free-shipping-notice {
  font-weight: 700;
  margin: 20px 0 0;
  text-align: center;
}
.free-shipping-notice svg {
  color: #009A49;
  margin-right: 6px;
}

.checkout-address {
  display: flex;
}
.checkout-address div {
  width: 48.275862069%;
}
.checkout-address div:nth-child(even) {
  margin-left: auto;
}
.checkout-address div p {
  margin: 0;
}

.new-account-credentials {
  margin: 0;
}
.new-account-credentials li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-family: "sofia-pro", sans-serif;
}
.new-account-credentials .password {
  font: bold 18px/24px monospace;
}

.order-notice-acknowledgement {
  color: #014731;
  cursor: pointer;
  display: block;
  font: 700 18px/24px "sofia-pro", sans-serif;
  margin: 20px auto 0;
  max-width: 760px;
}

.checkout-payment-form .btn {
  display: block;
  margin: 20px auto 0;
  width: 100%;
}

/**
 * Search	
*/
.search-results li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  align-items: center;
  border-top: 1px solid #C1DBCF;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
}
.search-results li > a {
  display: block;
  flex-shrink: 0;
  margin-right: 20px;
  width: 80px;
}
.search-results a {
  font-weight: 700;
}
.search-results .badge {
  color: #014731;
  display: block;
  font: 400 14px/16px "sofia-pro", sans-serif;
  text-transform: uppercase;
}
.search-results mark {
  background: #E8F6EC;
}

/*
	Account	
*/
.orders {
  margin-bottom: 1.5em;
  width: 100%;
}
.orders th, .orders td {
  font-family: "sofia-pro", sans-serif;
  padding: 6px 10px;
  text-align: center;
}
.orders th {
  border-bottom: 1px solid #C1DBCF;
  font-weight: 700;
  text-transform: uppercase;
}
.orders td {
  border-bottom: 1px solid #C1DBCF;
}
.orders .order-date {
  text-align: left;
}

/* 
	Forms
*/
.fui-i {
  --fui-error-color: #CC0000;
  --fui-alert-error-color: #CC0000;
  --fui-label-color: #000;
  --fui-label-error-color: #000;
  --fui-primary-color: #000;
  --fui-primary-color-hover: #000;
  --fui-submit-btn-border-color: transparent;
  --fui-submit-btn-border-color-hover: transparent;
}
.fui-i .fui-alert p {
  font: 700 18px/130% "sofia-pro", sans-serif;
  margin: 0;
}
.fui-i .fui-label, .fui-i .fui-legend {
  cursor: pointer;
  display: block;
  font: 700 18px/20px "sofia-pro", sans-serif;
  margin-bottom: 5px;
}
.fui-i .fui-type-html {
  font: 400 18px/130% "sofia-pro", sans-serif;
}

.selectize-input, .selectize-dropdown {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.selectize-input {
  border: 1px solid #C0C0C0;
  box-shadow: none;
  padding: 9px 10px;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  font-size: 14px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 10px;
}

.selectize-dropdown .active:not(.selected) {
  background: #009A49;
  color: #FFF;
}

.flatpickr-calendar {
  font-family: "sofia-pro", sans-serif;
}

.form-group {
  background: #E6EDEB;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 20px;
}
.form-group.alt {
  background: #EFEDE8;
}

input {
  color: #000;
  font: 400 16px/18px "sofia-pro", sans-serif;
  padding: 8px;
}

.combined-input {
  display: flex;
}
.combined-input input {
  border: 1px solid #000;
  border-radius: 0;
  flex-grow: 1;
}

.custom-dropdown {
  position: relative;
}
.custom-dropdown select {
  background: #FFF;
  border: 1px solid #888;
  border-radius: 4px;
  color: #000;
  font: normal 16px/18px "sofia-pro", sans-serif;
  line-height: 22px;
  padding: 8px 32px 8px 8px;
  -webkit-appearance: none;
}
.custom-dropdown svg {
  color: #009A49;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}

.custom-dropdown + .custom-dropdown {
  margin-top: 10px;
}

.row {
  margin-bottom: 20px;
}
.row.ticket-price-row {
  border-top: 4px solid #FFF;
  display: flex;
  padding-top: 20px;
}
.row.ticket-price-row .store_product_price {
  color: #009A49;
  font: 700 24px/24px "sofia-pro", sans-serif;
  width: 50%;
}
.row.ticket-price-row .btn {
  margin-left: auto;
}
.row.tight {
  margin-bottom: 5px;
}
.row label {
  cursor: pointer;
  display: block;
  font: 700 18px/20px "sofia-pro", sans-serif;
  margin-bottom: 5px;
}
.row.checkbox-row label, .row label.checkbox {
  font-weight: 400;
}
.row.checkbox-row label span, .row label.checkbox span {
  color: #009A49;
  font-weight: 700;
}

.form-hint {
  font: 400 16px/24px "sofia-pro", sans-serif;
  margin: 5px 0;
}

.filter-toggle h3 {
  border-bottom: 1px solid #C1DBCF;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.filter-toggle h3 svg {
  color: #009A49;
  margin-right: 6px;
}

.filter-content.closed {
  display: none;
}
.filter-content label {
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding-left: 24px;
  position: relative;
}
.filter-content label input {
  left: 0;
  position: absolute;
  top: 5px;
}
.filter-content label:has(input:checked) {
  color: #009A49;
  font-weight: 600;
}

.signup {
  display: flex;
}
.signup input {
  border: 1px solid #009A49;
  flex-grow: 1;
}

.error, .field-error {
  color: #990E00;
  font: 700 16px/22px "sofia-pro", sans-serif;
  padding: 4px;
}

.errors, .parsley-errors-list {
  color: #990E00;
  font: 700 16px/22px "sofia-pro", sans-serif;
  margin: 0;
}
.errors li, .parsley-errors-list li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 4px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #990E00;
  border: 1px solid #990E00;
}

.required {
  color: #990E00;
  font-weight: 700;
  margin-left: 5px;
}

/**
 * Footer	
*/
footer {
  padding-top: 60px;
}

.footer-upper {
  background: #014731 url(../img/fernwood-leaf-white-10.svg) no-repeat center bottom 20%;
  background-size: cover;
  color: #FFF;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
}
.footer-upper a {
  color: #FFF !important;
}
.footer-upper h2 {
  color: #FFF;
  font-size: 48px;
  line-height: 52px;
  margin: 0;
  position: relative;
  top: -55px;
}
.footer-upper h2 strong {
  color: #014731;
  font-weight: 700;
}
.footer-upper h3 {
  color: #FFF;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 1em;
}

.footer-upper-inner {
  display: flex;
  flex-wrap: wrap;
}

.footer-newsletter, .footer-nac, fotoer-contact {
  padding-bottom: 60px;
}

.footer-newsletter {
  margin-right: 8.6206896552%;
  width: 39.6551724138%;
}

.footer-social {
  margin: 1em 0 0;
}
.footer-social li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
}

.footer-nav {
  margin-right: 1.724137931%;
  width: 34.4827586207%;
}
.footer-nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.footer-nav li.discover-link {
  display: inline-block;
  margin-top: 25px;
}
.footer-nav li.discover-link a {
  background: #009A49;
  padding: 8px 12px 10px;
  text-decoration: none;
}
.footer-nav li.discover-link a:hover {
  background: #000;
}
.footer-nav li.discover-roseway {
  margin-left: 10px;
}
.footer-nav li.discover-roseway a {
  background: #2E286E;
}

.footer-contact {
  width: 15.5172413793%;
}

.footer-acknowledgement {
  background: rgba(255, 255, 255, 0.75);
  color: #014731;
  font: 400 16px/24px "kepler-std", serif;
  padding: 60px 0;
}
.footer-acknowledgement .wrapper {
  max-width: 1100px;
  text-align: center;
}
.footer-acknowledgement p {
  margin: 0;
}

.footer-logos {
  border-bottom: 1px solid #C1DBCF;
  border-top: 1px solid #C1DBCF;
  padding: 40px 0;
}
.footer-logos .wrapper {
  text-align: center;
}
.footer-logos ul {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.footer-logos li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 0 20px;
}
.footer-logos img {
  max-height: 30px;
}

.footer-copyright {
  font-size: 16px;
  margin: 0;
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  .book-detail-upper, .author-detail .wrapper, .podcast-header .wrapper {
    align-items: flex-start;
  }
  .book-grid li {
    margin-right: 5.2631578947%;
    width: 21.0526315789%;
  }
  .book-grid li:nth-child(4n+0) {
    margin-right: 0;
  }
  .book-grid li:nth-child(6n+0) {
    margin-right: 3.4482758621%;
  }
  .featured-series {
    display: block;
  }
  .featured-series .featured-series-overview {
    width: 100%;
  }
  .featured-series .featured-series-overview .featured-series-cover {
    width: 31.0344827586%;
  }
  .featured-series .featured-series-overview .featured-series-summary {
    justify-content: center;
    width: 65.5172413793%;
  }
  .featured-series .featured-series-books {
    width: 100%;
  }
  .featured-series .featured-series-books .swiper-slide {
    margin-right: 3.4482758621%;
    width: 22.4137931034%;
  }
}
@media screen and (max-width: 800px) {
  #chapters {
    margin: 20px;
    width: auto;
  }
  .staff li {
    background: #FFF;
    margin: 20px 0;
    width: 48%;
  }
  .staff li:nth-child(even) {
    margin-left: auto;
  }
  .wrapper.has-page-menu h1 {
    margin-left: 0;
  }
  .content {
    width: auto;
  }
  .content.mb p:last-child {
    margin: 0;
  }
  .exam-request-filters {
    display: block;
  }
  .exam-request-filters .row {
    margin-bottom: 10px;
  }
  .exam-request-filters .exam-request-topics, .exam-request-filters .exam-request-keywords {
    margin-right: 0;
    width: 100%;
  }
  blockquote.pullquote-offset {
    float: right;
    margin: 0 0 1em 1em;
    position: static;
    width: 48%;
  }
  .gallery li {
    margin-right: 3.4482758621%;
    width: 22.4137931034%;
  }
  .gallery li:nth-child(6n+0) {
    margin-right: 3.4482758621%;
  }
  .gallery li:nth-child(4n+0) {
    margin-right: 0;
  }
  .content-filters {
    background: #E6EDEB;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .content-filters h3 {
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
  .content-filters h3 svg {
    color: #009A49;
    display: inline-block;
    margin-right: 10px;
  }
  .horizontal-filters {
    margin: 10px 0;
  }
  .horizontal-filter {
    margin: 0 0 10px;
    width: 100%;
  }
  .horizontal-search {
    width: 100%;
  }
  .featured-event {
    flex-wrap: wrap;
  }
  .featured-event-date-column {
    justify-content: center;
    order: 2;
    width: 50%;
  }
  .featured-event-badge {
    display: none;
  }
  .featured-event-image-column {
    order: 1;
    width: 50%;
  }
  .featured-event-content-column {
    order: 3;
    padding: 20px;
    width: auto;
  }
  .events-calendar {
    border-width: 1px 0 0;
  }
  .events-calendar .calendar-date, .events-calendar .calendar-day-heading {
    padding: 10px 20px;
    width: 100%;
  }
  .events-calendar .calendar-day-heading {
    display: none;
  }
  .events-calendar .calendar-date {
    border-width: 0 1px 1px 1px;
    min-height: 0;
  }
  .events-calendar .calendar-date.disabled {
    display: none;
  }
  .bleed {
    margin-left: -40px !important;
    margin-right: -40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .mb {
    margin-bottom: 40px !important;
  }
  .mt {
    margin-top: 40px !important;
  }
  .roseway .content-with-sidebar .sidebar-filter {
    background: #EBEAF3;
  }
  .roseway-intro {
    flex-wrap: wrap;
  }
  .roseway-intro .intro, .roseway-intro img {
    margin-left: 0;
    width: 100%;
  }
  .roseway-intro img {
    display: none;
  }
  h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .intro {
    font-size: 21px;
    line-height: 26px;
  }
  .slide-in {
    width: 300px;
  }
  .band {
    padding: 40px 0;
  }
  .home-feature-tabs {
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .home-feature-tabs::-webkit-scrollbar {
    display: none;
  }
  .home-feature-tabs li {
    flex-shrink: 0;
  }
  .featured-books .swiper-slide, .featured-books-home .swiper-slide, .featured-books-content .swiper-slide, .featured-authors .swiper-slide {
    width: 22.4137931034%;
  }
  .home-blurb .wrapper {
    flex-wrap: wrap;
  }
  .home-blurb p {
    font: 700 24px/32px "sofia-pro", sans-serif;
    width: auto;
  }
  .home-blurb .text-btn {
    align-self: flex-end;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .crumbs {
    margin-bottom: 20px;
  }
  .book-detail-lede {
    font-size: 18px;
    line-height: 24px;
  }
  .book-detail-action-links a, .entry-header-action-links a {
    margin-bottom: 10px;
  }
  .book-detail-upper, .book-detail-upper-cover {
    margin-bottom: 20px;
  }
  .book-detail-upper-cover, .book-detail-upper-content, .book-detail-lower-sidebar, .book-detail-lower-content {
    width: 100%;
  }
  .signup-band .wrapper {
    display: block;
  }
  .signup-band .signup-band-blurb {
    margin-bottom: 20px;
    width: 100%;
  }
  .signup-band form {
    width: 100%;
  }
  .content-with-sidebar .bundle-buy {
    flex-grow: 1;
    margin-bottom: 2em;
    padding: 0;
    width: auto;
  }
  .content-with-sidebar .bundle-buy .bundle-price {
    padding: 10px 20px 1px;
  }
  .content-with-sidebar .sidebar {
    border-left: 0;
    flex-grow: 1;
    margin-bottom: 20px;
    order: 3;
    padding: 0;
    width: auto;
  }
  .content-with-sidebar .sidebar-filter {
    background: #E6EDEB;
    order: 1;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .content-with-sidebar .sidebar-filter h2 {
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
  .content-with-sidebar .sidebar-filter h2 svg {
    color: #009A49;
    display: inline-block;
    margin-right: 10px;
  }
  .content-with-sidebar .sidebar-filter form {
    margin-bottom: 0;
    padding: 20px 0;
  }
  .content-with-sidebar .sidebar-filter .filter-toggle h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .content-with-sidebar .content, .content-with-sidebar.alt .content {
    order: 2;
    width: auto;
  }
  .content-with-sidebar .content .pagination, .content-with-sidebar.alt .content .pagination {
    margin: 40px auto;
  }
  .content-with-sidebar.has-page-menu .sidebar {
    float: none;
    position: static;
    width: auto;
  }
  .content-with-sidebar.has-page-menu .content {
    margin-left: 0;
  }
  .cards.cards-single-row .card {
    margin-bottom: 30px;
  }
  .card {
    margin: 0 auto 30px;
    margin-right: auto !important;
    max-width: 600px;
    width: 100% !important;
  }
  .card:last-child {
    margin-bottom: 0;
  }
  .featured-titles {
    background: #E6EDEB;
    border-top: 2px solid #FFF;
  }
  .featured-titles .swiper-slide {
    display: block;
  }
  .featured-titles .featured-titles-book, .featured-titles .featured-titles-quote {
    display: block;
    margin: 0 auto;
    max-width: 680px;
    padding: 0 40px;
    width: auto;
  }
  .featured-titles .featured-titles-book {
    background: transparent;
    border-right: 0;
    padding-bottom: 10px;
    padding-top: 40px;
  }
  .featured-titles .featured-titles-quote {
    background: transparent;
    border-left: 0;
    padding-bottom: 40px;
    text-align: left;
  }
  .featured-titles .featured-titles-book-inner {
    display: block;
    max-width: none;
    padding: 0;
  }
  .featured-titles .featured-titles-book-inner .featured-titles-book-cover {
    width: auto;
  }
  .featured-titles .featured-titles-book-inner .featured-titles-book-text {
    margin-bottom: 20px;
    text-align: left;
    width: auto;
  }
  .featured-titles .featured-titles-quote-inner {
    max-width: none;
    padding: 0;
  }
  .featured-titles .wrapper {
    top: -500px;
  }
  figure.left, figure.right {
    float: none;
    margin: 0 0 1em;
    width: auto;
  }
  footer {
    padding-top: 40px;
  }
  .footer-upper h2 {
    font-size: 36px;
    line-height: 38px;
    top: -40px;
  }
  .footer-upper h2 strong {
    color: #014731;
    font-weight: 700;
  }
  .footer-upper-inner {
    display: block;
  }
  .footer-newsletter, .footer-nav {
    margin: 0 0 60px;
    padding: 0;
    width: auto;
  }
  .footer-contact {
    margin: 0;
    padding: 0;
    width: auto;
  }
  .footer-nav li.discover-link {
    display: block;
  }
  .footer-nav li.discover-link a {
    display: block;
  }
  .footer-nav li.discover-link.discover-roseway {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer-acknowledgement {
    padding: 40px 0;
  }
}
@media screen and (max-width: 640px) {
  #chapters .chapter-row {
    flex-wrap: wrap;
  }
  #chapters .chapter-title {
    width: 100%;
  }
  #chapters .chapter-format {
    padding: 5px 0;
    width: 50%;
  }
  #chapters .chapter-price {
    margin-right: 0;
    padding: 5px 0;
    width: 50%;
  }
  #chapters .chapter-btn {
    width: 100%;
  }
  #chapters .chapter-btn .btn {
    width: 100%;
  }
  .banner {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 20px;
  }
  .addresses {
    display: block;
  }
  .addresses .address-1, .addresses .address-2 {
    width: auto;
  }
  .staff li {
    min-height: 0;
    width: 100%;
  }
  .book-detail-author-block {
    display: block;
  }
  .book-detail-author-block > a {
    float: left;
    margin: 0 20px 10px 0;
    width: 100px;
  }
  .about-acknowledgement .wrapper {
    font-size: 18px;
    line-height: 28px;
  }
  .page-header {
    padding: 20px 0;
  }
  .page-header blockquote {
    font-size: 24px;
    line-height: 32px;
  }
  .submission-icon {
    margin-bottom: 20px;
    width: auto;
  }
  .publish-box-link {
    width: auto;
  }
  .publish-box-link:nth-child(even) {
    margin-top: 20px;
  }
  blockquote.pullquote-offset {
    float: none;
    margin: 1em;
    width: auto;
  }
  .two-columns {
    columns: 1;
  }
  .checkout-address {
    display: block;
  }
  .checkout-address div {
    margin-bottom: 20px;
    width: 100%;
  }
  .checkout-address div:nth-child(even) {
    margin: 0;
  }
  .payment-order-total {
    display: block;
    text-align: center;
  }
  .payment-order-total p {
    margin-bottom: 20px;
  }
  .gallery li {
    width: 31.0344827586%;
  }
  .gallery li:nth-child(4n+0) {
    margin-right: 3.4482758621%;
  }
  .gallery li:nth-child(3n+0) {
    margin-right: 0;
  }
  .featured-events {
    padding: 20px 0;
  }
  .event-view-toggles span, .events-calendar-header span {
    display: none;
  }
  .event-list {
    flex-wrap: wrap;
    padding: 0;
  }
  .event-list .event-list-image {
    flex-shrink: 1;
    margin: -1px -1px 0;
    width: auto;
  }
  .event-list .event-list-content {
    padding: 20px;
  }
  .event-list.has-thumbnail .event-list-content h3 {
    margin-top: 0;
  }
  .entry-header {
    flex-wrap: wrap;
  }
  .entry-header img {
    margin: 0;
    width: 100%;
  }
  .author-detail .wrapper, .podcast-header .wrapper {
    flex-wrap: wrap;
  }
  .author-detail .wrapper figure, .podcast-header .wrapper figure {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .authors-letter {
    margin-bottom: 20px;
    margin-right: 0;
    width: 48%;
  }
  .authors-letter:nth-child(even) {
    margin-left: auto;
  }
  .authors-letter h3 {
    margin-bottom: 10px;
  }
  .featured-series {
    margin-bottom: 40px !important;
  }
  .featured-series .featured-series-overview {
    display: block;
  }
  .featured-series .featured-series-overview .featured-series-cover {
    width: 100%;
  }
  .featured-series .featured-series-overview .featured-series-summary {
    width: 100%;
  }
  .featured-series .featured-series-books .swiper-slide {
    width: 48.275862069%;
  }
  h1 {
    margin-bottom: 20px;
  }
  .featured-catalogue img {
    width: 100%;
  }
  .featured-catalogue .featured-catalogue-content {
    margin-left: 0;
    width: 100%;
  }
  .catalogues li {
    margin-right: 0;
    width: 47%;
  }
  .catalogues li:nth-child(even) {
    margin-left: auto;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mt {
    margin-top: 20px;
  }
  .pagination {
    flex-wrap: wrap;
  }
  .pagination .pagination-page {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .pagination .pagination-links {
    text-align: center;
    width: 100%;
  }
  .book-grid li, .content .book-grid li {
    margin-right: 0;
    width: 47%;
  }
  .book-grid li:nth-child(even), .content .book-grid li:nth-child(even) {
    margin-left: auto;
    margin-right: 0 !important;
  }
  .text-btn, .home-feature-tabs {
    font-size: 16px;
    line-height: 22px;
  }
  .topic-list {
    columns: 2;
  }
  .featured-books .swiper-slide, .featured-books-home .swiper-slide, .featured-books-content .swiper-slide, .featured-authors .swiper-slide {
    width: 48.275862069%;
  }
  .book-list li {
    display: block;
    margin-bottom: 40px;
  }
  .book-list .book-list-cover {
    margin-bottom: 20px;
    max-width: 300px;
    width: auto;
  }
  .book-list .book-list-content {
    width: auto;
  }
  .book-list .rose {
    margin-top: 0;
    top: 20px;
  }
}
@media print {
  header nav, .signup-band, .footer-upper-inner, .related-books, .book-detail-lower-sidebar, .book-detail-action-links, .featured-titles, .has-page-menu .sidebar {
    display: none !important;
  }
  .logo-mini, .book-detail-lower {
    display: block !important;
  }
  .content-with-sidebar.has-page-menu .content, .wrapper.has-page-menu h1 {
    margin-left: 0;
  }
  .book-detail-lower-content {
    margin-left: 0;
    width: auto;
  }
  .alternate-menu header {
    height: auto;
    position: static;
  }
  .alternate-menu header .wrapper > a {
    display: none;
  }
  .book-detail-upper {
    align-items: flex-start;
  }
  .collapsing-block-content {
    display: block !important;
  }
  footer {
    padding-top: 0;
  }
  .footer-upper h2 {
    top: 0;
  }
  .footer-acknowledgement {
    padding: 20px 0;
  }
  .footer-acknowledgement .wrapper {
    text-align: left;
  }
  blockquote.pullquote-offset {
    float: right;
    margin: 0 0 1em 1em;
    position: static;
    width: 48%;
  }
}
