@media (min-width: 1px) {
  body::after {
    content: '{"phone":{"value": "1px", "active": true}, "tablet":{"value": "600px", "active": false}, "tablet-landscape":{"value": "1024px", "active": false}, "desktop":{"value": "1132px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }

@media (min-width: 600px) {
  body::after {
    content: '{"phone":{"value": "1px", "active": true}, "tablet":{"value": "600px", "active": true}, "tablet-landscape":{"value": "1024px", "active": false}, "desktop":{"value": "1132px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }

@media (min-width: 1024px) {
  body::after {
    content: '{"phone":{"value": "1px", "active": true}, "tablet":{"value": "600px", "active": true}, "tablet-landscape":{"value": "1024px", "active": true}, "desktop":{"value": "1132px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }

@media (min-width: 1132px) {
  body::after {
    content: '{"phone":{"value": "1px", "active": true}, "tablet":{"value": "600px", "active": true}, "tablet-landscape":{"value": "1024px", "active": true}, "desktop":{"value": "1132px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }

/*! Lity - v3.0.0-dev - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.8);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

/* Image */
.lity-image img, .lity-image .bookcase .missing-cover, .bookcase .lity-image .missing-cover {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

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

.lity-hide {
  display: none; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6, p, .cms ul li,
.cms ol li {
  font-size: 1em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img, .bookcase .missing-cover {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

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

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

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

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }
  .ie9 .swiper-container-cube .swiper-cube-shadow {
    -webkit-filter: none;
            filter: none; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.c-swiper__container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.c-swiper__container-vertical > .c-swiper__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.c-swiper__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.c-swiper__container-android .c-swiper__slide,
.c-swiper__wrap {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.c-swiper__container-multirow > .c-swiper__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-swiper__container-multirow-column > .c-swiper__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.c-swiper__container-free-mode > .c-swiper__wrap {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.c-swiper__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.c-swiper__slide-invisible-blank {
  visibility: hidden; }

.c-swiper__container .c-swiper__notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.tippy-tooltip.penguin-theme {
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #FF6600;
  color: #26323d;
  -webkit-box-shadow: 0 3px 14px -0.5px rgba(0, 8, 16, 0.08);
          box-shadow: 0 3px 14px -0.5px rgba(0, 8, 16, 0.08);
  padding: 0;
  border-radius: 6px; }

.tippy-tooltip.penguin-theme .tippy-backdrop {
  background-color: #fff; }

.tippy-tooltip.penguin-theme .tippy-content {
  border-radius: 6px;
  overflow: hidden; }

.tippy-tooltip.penguin-theme .tippy-arrow:after,
.tippy-tooltip.penguin-theme .tippy-arrow:before,
.tippy-tooltip.penguin-theme .tippy-roundarrow:after,
.tippy-tooltip.penguin-theme .tippy-roundarrow:before {
  content: "";
  position: absolute;
  z-index: -1; }

.tippy-tooltip.penguin-theme .tippy-roundarrow {
  fill: #fff; }

.tippy-tooltip.penguin-theme .tippy-roundarrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEuNDE0IiB2aWV3Qm94PSIwIDAgMTggNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA3czIuMDIxLS4wMTUgNS4yNTMtNC4yMThDNi41ODQgMS4wNTEgNy43OTcuMDA3IDkgMGMxLjIwMy0uMDA3IDIuNDE2IDEuMDM1IDMuNzYxIDIuNzgyQzE2LjAxMiA3LjAwNSAxOCA3IDE4IDd6IiBmaWxsPSIjMzMzIiBmaWxsLW9wYWNpdHk9Ii4yMzUiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  background-size: 18px 7px;
  width: 18px;
  height: 7px;
  left: 0;
  top: 0;
  fill: rgba(0, 8, 16, 0.15); }

.tippy-tooltip.penguin-theme[x-placement^="top"] .tippy-roundarrow:after {
  top: 1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.tippy-tooltip.penguin-theme[x-placement^="top"] .tippy-arrow {
  border-top-color: #fff; }

.tippy-tooltip.penguin-theme[x-placement^="top"] .tippy-arrow:after {
  border-top: 7px solid #fff;
  top: -7px; }

.tippy-tooltip.penguin-theme[x-placement^="top"] .tippy-arrow:before {
  border-top: 7px solid rgba(0, 8, 16, 0.2);
  bottom: -1px; }

.tippy-tooltip.penguin-theme[x-placement^="bottom"] .tippy-roundarrow:after {
  top: -6px; }

.tippy-tooltip.penguin-theme[x-placement^="bottom"] .tippy-arrow {
  border-bottom-color: #fff; }

.tippy-tooltip.penguin-theme[x-placement^="bottom"] .tippy-arrow:after {
  border-bottom: 7px solid #fff;
  bottom: -7px; }

.tippy-tooltip.penguin-theme[x-placement^="bottom"] .tippy-arrow:before {
  border-bottom: 7px solid #FF6600;
  bottom: -5px; }

.tippy-tooltip.penguin-theme[x-placement^="left"] .tippy-roundarrow:after {
  left: 1px;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.tippy-tooltip.penguin-theme[x-placement^="left"] .tippy-arrow {
  border-left-color: #fff; }

.tippy-tooltip.penguin-theme[x-placement^="left"] .tippy-arrow:after {
  border-left: 7px solid #fff;
  left: -7px; }

.tippy-tooltip.penguin-theme[x-placement^="left"] .tippy-arrow:before {
  border-left: 7px solid rgba(0, 8, 16, 0.2);
  left: -6px; }

.tippy-tooltip.penguin-theme[x-placement^="right"] .tippy-roundarrow:after {
  left: -1px;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.tippy-tooltip.penguin-theme[x-placement^="right"] .tippy-arrow {
  border-right-color: #fff; }

.tippy-tooltip.penguin-theme[x-placement^="right"] .tippy-arrow:after {
  border-right: 7px solid #fff;
  right: -7px; }

.tippy-tooltip.penguin-theme[x-placement^="right"] .tippy-arrow:before {
  border-right: 7px solid rgba(0, 8, 16, 0.2);
  right: -6px; }

.tippy-tooltip.penguin-theme[x-placement^="bottom"] .tippy-arrow,
.tippy-tooltip.penguin-theme[x-placement^="bottom"] .tippy-roundarrow,
.tippy-tooltip.penguin-theme[x-placement^="top"] .tippy-arrow,
.tippy-tooltip.penguin-theme[x-placement^="top"] .tippy-roundarrow {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px); }

.tippy-tooltip.penguin-theme[x-placement^="bottom"] .tippy-arrow:after,
.tippy-tooltip.penguin-theme[x-placement^="bottom"] .tippy-arrow:before,
.tippy-tooltip.penguin-theme[x-placement^="top"] .tippy-arrow:after,
.tippy-tooltip.penguin-theme[x-placement^="top"] .tippy-arrow:before {
  left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }

.tippy-tooltip.penguin-theme[x-placement^="left"] .tippy-arrow,
.tippy-tooltip.penguin-theme[x-placement^="left"] .tippy-roundarrow,
.tippy-tooltip.penguin-theme[x-placement^="right"] .tippy-arrow,
.tippy-tooltip.penguin-theme[x-placement^="right"] .tippy-roundarrow {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px); }

.tippy-tooltip.penguin-theme[x-placement^="left"] .tippy-arrow:after,
.tippy-tooltip.penguin-theme[x-placement^="left"] .tippy-arrow:before,
.tippy-tooltip.penguin-theme[x-placement^="right"] .tippy-arrow:after,
.tippy-tooltip.penguin-theme[x-placement^="right"] .tippy-arrow:before {
  top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }


.itc-demi-32 {
  font-family: "ITC Avant Garde Gothic W05 Dem";
  font-size: 32px;
  line-height: 38px; }


.itc-demi-26 {
  font-family: "ITC Avant Garde Gothic W05 Dem";
  font-size: 26px;
  line-height: 32px; }


.itc-demi-24 {
  font-family: "ITC Avant Garde Gothic W05 Dem";
  font-size: 24px;
  line-height: 30px; }


.itc-demi-20,
.c-banner-home__title {
  font-family: "ITC Avant Garde Gothic W05 Dem";
  font-size: 20px;
  line-height: 26px; }


.itc-med-24 {
  font-family: "ITC Avant Garde Gothic W05 Md";
  font-size: 24px;
  line-height: 30px; }


.itc-med-20,
.c-book-block-hero__title {
  font-family: "ITC Avant Garde Gothic W05 Md";
  font-size: 20px;
  line-height: 26px; }


.itc-med-18,
.c-awards__title,
.c-quotes__quote {
  font-family: "ITC Avant Garde Gothic W05 Md";
  font-size: 18px;
  line-height: 24px; }

.c-author-listing__results-column a,
.itc-med-16,
.c-book-block-alt__title,
.is-triple .c-book-block-hero__title,
.c-category-block__title,
.c-category-block-list__title,
.c-feature-block__title,
.is-single .c-feature-block-alt__title,
.c-feature-block-list__title,
.c-events__title,
.c-author-listing__alphabet button {
  font-family: "ITC Avant Garde Gothic W05 Md";
  font-size: 16px;
  line-height: 20px; }


.itc-med-15,
.c-events-filter__heading {
  font-family: "ITC Avant Garde Gothic W05 Md";
  font-size: 15px;
  line-height: 21px; }


.itc-med-14,
.c-book-block__title,
.c-book-block-list__title,
.c-category-block--alt .c-category-block__title,
.c-category-block--alt .c-category-block-list__title,
.is-double .c-feature-block-alt__title,
.is-triple .c-feature-block-alt__title,
.c-author-list__name {
  font-family: "ITC Avant Garde Gothic W05 Md";
  font-size: 14px;
  line-height: 17px; }

.c-banner-event__contact,
.itc-med-13 {
  font-family: "ITC Avant Garde Gothic W05 Md";
  font-size: 13px;
  line-height: 17px; }


.itc-book-24 {
  font-family: "ITC Avant Garde Gothic W05 Boo";
  font-size: 24px;
  line-height: 34px; }


.itc-book-20,
.c-intro-text-block__heading {
  font-family: "ITC Avant Garde Gothic W05 Boo";
  font-size: 20px;
  line-height: 28px; }


.avenir-reg-18 {
  font-family: "Avenir Next W05 Regular";
  font-size: 18px;
  line-height: 30px; }


.avenir-reg-16,
.c-banner-event__info p,
.c-banner-event__info .cms ul li,
.cms ul .c-banner-event__info li,
.c-banner-event__info .cms ol li,
.cms ol .c-banner-event__info li,
.c-book-block-hero__desc,
.c-intro-text-block__desc p,
.c-intro-text-block__desc .cms ul li,
.cms ul .c-intro-text-block__desc li,
.c-intro-text-block__desc .cms ol li,
.cms ol .c-intro-text-block__desc li {
  font-family: "Avenir Next W05 Regular";
  font-size: 16px;
  line-height: 24px; }


.avenir-reg-15 {
  font-family: "Avenir Next W05 Regular";
  font-size: 15px;
  line-height: 20px; }

.c-feature-block-list__byline,
.avenir-reg-14,
.c-banner-home__desc,
.c-book-block-alt__byline,
.c-book-block-hero__byline,
.is-triple .c-book-block-hero__desc,
.c-feature-block__desc,
.c-feature-block-list__desc,
.c-events__info {
  font-family: "Avenir Next W05 Regular";
  font-size: 14px;
  line-height: 18px; }


.avenir-reg-13,
.c-awards__desc,
.c-book-block__byline,
.c-book-block-list__byline,
.c-quotes__attribution {
  font-family: "Avenir Next W05 Regular";
  font-size: 13px;
  line-height: 16px; }


.avenir-reg-12,
.is-triple .c-book-block-hero__byline {
  font-family: "Avenir Next W05 Regular";
  font-size: 12px;
  line-height: 16px; }


.avenir-med-16 {
  font-family: "Avenir Next W05 Medium";
  font-size: 16px; }

.c-awards__show-all, .c-quotes__show-all,
.avenir-med-14,
.c-banner-home__cta {
  font-family: "Avenir Next W05 Medium";
  font-size: 14px; }

.white-round-sml-btn, .c-banner-event__map-btn,
.avenir-med-13,
.c-banner-event__subheading {
  font-family: "Avenir Next W05 Medium";
  font-size: 13px; }

.c-banner-event__cite, .c-banner-author__credit,
.avenir-med-11,
.c-feature-block__heading,
.c-events__heading,
.c-feature-block-list__heading {
  font-family: "Avenir Next W05 Medium";
  font-size: 11px; }

.component__container, .gift-swiper__shelf-container, .tiles-feature__shelf-container,
.tiles-swiper__shelf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /*
    @include media(">=widescreen") {
        max-width: map-get($breakpoints, widescreen);
    }
    */ }
  @media (max-width: 599px) {
    .component__container, .gift-swiper__shelf-container, .tiles-feature__shelf-container,
    .tiles-swiper__shelf-container {
      width: 100%; } }
  @media (min-width: 600px) {
    .component__container, .gift-swiper__shelf-container, .tiles-feature__shelf-container,
    .tiles-swiper__shelf-container {
      max-width: 92%; } }
  @media (min-width: 1132px) {
    .component__container, .gift-swiper__shelf-container, .tiles-feature__shelf-container,
    .tiles-swiper__shelf-container {
      max-width: 1024px; } }
  .banner .component__container, .banner .gift-swiper__shelf-container, .banner .tiles-feature__shelf-container,
  .banner .tiles-swiper__shelf-container {
    max-width: 1114px; }
  .component__container.has-btn, .has-btn.gift-swiper__shelf-container, .has-btn.tiles-feature__shelf-container,
  .has-btn.tiles-swiper__shelf-container {
    text-align: center; }
  .component__container.has-btn-padding, .has-btn-padding.gift-swiper__shelf-container, .has-btn-padding.tiles-feature__shelf-container,
  .has-btn-padding.tiles-swiper__shelf-container {
    padding: 25px 0 25px; }
    @media (min-width: 600px) {
      .component__container.has-btn-padding, .has-btn-padding.gift-swiper__shelf-container, .has-btn-padding.tiles-feature__shelf-container,
      .has-btn-padding.tiles-swiper__shelf-container {
        padding: 65px 0 65px; } }
    .wishlist-page--preview .component__container.has-btn-padding, .wishlist-page--preview .has-btn-padding.gift-swiper__shelf-container, .wishlist-page--preview .has-btn-padding.tiles-feature__shelf-container,
    .wishlist-page--preview .has-btn-padding.tiles-swiper__shelf-container {
      padding: 25px 0 70px; }
      @media (min-width: 600px) {
        .wishlist-page--preview .component__container.has-btn-padding, .wishlist-page--preview .has-btn-padding.gift-swiper__shelf-container, .wishlist-page--preview .has-btn-padding.tiles-feature__shelf-container,
        .wishlist-page--preview .has-btn-padding.tiles-swiper__shelf-container {
          padding: 65px 0 130px; } }

@media (min-width: 920px) and (max-width: 1131px) {
  .component__container--swiper, .gift-swiper__shelf-container, .tiles-feature__shelf-container,
  .tiles-swiper__shelf-container, .tiles-swiper--padding {
    max-width: 840px; } }
  @media (min-width: 1132px) {
    .component__container--swiper, .gift-swiper__shelf-container, .tiles-feature__shelf-container,
    .tiles-swiper__shelf-container, .tiles-swiper--padding {
      padding: 0 104px; } }

.component__gutters, .gift-swiper__shelf-gutters, .tiles-feature__shelf-gutters,
.tiles-swiper__shelf-gutters {
  padding: 0 15px; }
  @media (min-width: 600px) {
    .component__gutters, .gift-swiper__shelf-gutters, .tiles-feature__shelf-gutters,
    .tiles-swiper__shelf-gutters {
      padding: 0 20px; } }
  .nav-tabs .component__gutters, .nav-tabs .gift-swiper__shelf-gutters, .nav-tabs .tiles-feature__shelf-gutters,
  .nav-tabs .tiles-swiper__shelf-gutters {
    padding: 0; }
  .banner .component__gutters, .banner .gift-swiper__shelf-gutters, .banner .tiles-feature__shelf-gutters,
  .banner .tiles-swiper__shelf-gutters {
    padding: 0 20px; }
    @media (min-width: 600px) {
      .banner .component__gutters, .banner .gift-swiper__shelf-gutters, .banner .tiles-feature__shelf-gutters,
      .banner .tiles-swiper__shelf-gutters {
        padding: 0 27px; } }

.l-container, .c-nav__container, .c-nav__dest {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1132px) {
    .l-container, .c-nav__container, .c-nav__dest {
      max-width: 1112px; } }
  .l-container--swipr {
    max-width: calc(1112px + (15px)); }

.l-gutters {
  padding: 0 15px; }
  @media (min-width: 600px) {
    .l-gutters {
      padding: 0 34px; } }

@media (max-width: 599px) {
  .l-component-under-nav-padding,
  .c-banner-event,
  .c-book-details,
  .c-banner-author {
    padding-top: 35px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .l-component-under-nav-padding,
  .c-banner-event,
  .c-book-details,
  .c-banner-author {
    padding-top: 70px; } }

@media (min-width: 1024px) {
  .l-component-under-nav-padding,
  .c-banner-event,
  .c-book-details,
  .c-banner-author {
    padding-top: 80px; } }

@media (max-width: 599px) {
  .c-awards, .c-book-block-list, .c-events-list, .c-quotes, .c-swiper__wrap, .c-category-block-list, .c-feature-block-list, .c-intro-text-block, .c-author-listing, .c-banner-author {
    padding-bottom: 60px; } }

@media (min-width: 600px) {
  .c-awards, .c-book-block-list, .c-events-list, .c-quotes, .c-swiper__wrap, .c-category-block-list, .c-feature-block-list, .c-intro-text-block, .c-author-listing, .c-banner-author {
    padding-bottom: 80px; } }

@media (max-width: 599px) {
  .l-component-bottom-margin,
  .c-author-about,
  .c-banner-event,
  .newsletter,
  .c-wysiwyg {
    margin-bottom: 60px; } }

@media (min-width: 600px) {
  .l-component-bottom-margin,
  .c-author-about,
  .c-banner-event,
  .newsletter,
  .c-wysiwyg {
    margin-bottom: 80px; } }

.l-sits-under-title-bar-padding,
.c-awards,
.c-events-list__cols--under-title,
.c-quotes,
.c-swiper__wrap,
.c-intro-text-block--announcement,
.c-author-list__cols,
.c-wysiwyg .t-fw-content {
  padding-top: 30px; }
  @media (min-width: 600px) {
    .l-sits-under-title-bar-padding,
    .c-awards,
    .c-events-list__cols--under-title,
    .c-quotes,
    .c-swiper__wrap,
    .c-intro-text-block--announcement,
    .c-author-list__cols,
    .c-wysiwyg .t-fw-content {
      padding-top: 40px; } }

.l-container, .c-nav__container, .c-nav__dest {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1112px; }

@media (max-width: 599px) {
  .l-gutters {
    padding: 0 20px; } }

@media (min-width: 600px) and (max-width: 1131px) {
  .l-gutters {
    padding: 0 30px; } }

@media (min-width: 1132px) {
  .l-gutters {
    padding: 0 10px; } }

@media (min-width: 1024px) {
  .article__heading, .article__subheading, .article-page .content .component__container, .article-page .content .gift-swiper__shelf-container, .article-page .content .tiles-feature__shelf-container,
  .article-page .content .tiles-swiper__shelf-container, .description .component__container, .description .gift-swiper__shelf-container, .description .tiles-feature__shelf-container,
  .description .tiles-swiper__shelf-container, .article-page .promo .component__container, .article-page .promo .gift-swiper__shelf-container, .article-page .promo .tiles-feature__shelf-container,
  .article-page .promo .tiles-swiper__shelf-container, .strapline--offset .component__container, .strapline--offset .gift-swiper__shelf-container, .strapline--offset .tiles-feature__shelf-container,
  .strapline--offset .tiles-swiper__shelf-container {
    padding-left: 180px;
    padding-right: 100px; } }

.InputWrap .InputParent .Input .Placeholder {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.btn--ghost, .btn--ghost-alt, .comp-form__success h3, .comp-form__success a, .fav-filter__bar, .newsletter--primary .newsletter__success h3, .newsletter__success a, .swiper-button-prev, .swiper-button-next {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.skip-to-content,
.accessibility,
.strapline__share-btn span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.line-break:after {
  content: '\A';
  white-space: pre; }

.u-penguin-loading:after, .c-author-about__book:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/loading.gif);
  background-size: 60px 46px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
  opacity: 0.1; }

@-webkit-keyframes u-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes u-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes u-shrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes u-shrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@media (min-width: 1024px) {
  .article__heading, .article__subheading, .article-page .content .component__container, .article-page .content .gift-swiper__shelf-container, .article-page .content .tiles-feature__shelf-container,
  .article-page .content .tiles-swiper__shelf-container, .description .component__container, .description .gift-swiper__shelf-container, .description .tiles-feature__shelf-container,
  .description .tiles-swiper__shelf-container, .article-page .promo .component__container, .article-page .promo .gift-swiper__shelf-container, .article-page .promo .tiles-feature__shelf-container,
  .article-page .promo .tiles-swiper__shelf-container, .strapline--offset .component__container, .strapline--offset .gift-swiper__shelf-container, .strapline--offset .tiles-feature__shelf-container,
  .strapline--offset .tiles-swiper__shelf-container {
    padding-left: 180px;
    padding-right: 100px; } }

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.InputWrap .InputParent .Input .Placeholder {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.u-line-clamp {
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden; }
  .u-line-clamp[data-maxlines="1"] {
    -webkit-line-clamp: 1; }
  .u-line-clamp[data-maxlines="2"] {
    -webkit-line-clamp: 2; }
  .u-line-clamp[data-maxlines="3"] {
    -webkit-line-clamp: 3; }
  .u-line-clamp[data-maxlines="4"] {
    -webkit-line-clamp: 4; }
  .u-line-clamp[data-maxlines="5"] {
    -webkit-line-clamp: 5; }
  .u-line-clamp[data-maxlines="6"] {
    -webkit-line-clamp: 6; }
  .u-line-clamp[data-maxlines="7"] {
    -webkit-line-clamp: 7; }
  .u-line-clamp[data-maxlines="8"] {
    -webkit-line-clamp: 8; }
  .u-line-clamp[data-maxlines="9"] {
    -webkit-line-clamp: 9; }
  .u-line-clamp[data-maxlines="10"] {
    -webkit-line-clamp: 10; }

.u-accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.u-line-break:after {
  content: '\A';
  white-space: pre; }

.u-clearfix:after {
  content: "";
  display: table;
  clear: both; }

.about-content__column p, .about-content__column .cms ul li, .cms ul .about-content__column li,
.about-content__column .cms ol li, .cms ol .about-content__column li, .comp-form__outer-column .Wyswiyg p, .comp-form__outer-column .Wyswiyg .cms ul li, .cms ul .comp-form__outer-column .Wyswiyg li,
.comp-form__outer-column .Wyswiyg .cms ol li, .cms ol .comp-form__outer-column .Wyswiyg li, .content p, .content .cms ul li, .cms ul .content li,
.content .cms ol li, .cms ol .content li, .getting-published-page .description p, .getting-published-page .description .cms ul li, .cms ul .getting-published-page .description li,
.getting-published-page .description .cms ol li, .cms ol .getting-published-page .description li,
.u-legacy-p {
  line-height: 30px;
  font-size: 18px;
  margin: 16px 0; }

.u-bp {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: lightgrey;
  font-weight: bold;
  color: black;
  padding: 10px;
  border-top: 1px #aeaeae solid;
  border-left: 1px #aeaeae solid; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?r02yuu");
  src: url("../fonts/icomoon.eot?r02yuu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?r02yuu") format("truetype"), url("../fonts/icomoon.woff?r02yuu") format("woff"), url("../fonts/icomoon.svg?r02yuu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fdfdfd; }

.icon.googleplus:before {
  content: "\e80a"; }

.icon.twitter:before {
  content: "\e80d"; }

.icon.pinterest:before {
  content: "\f231"; }

.icon.facebook:before {
  content: "\e907"; }

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

.icon.spinner:before, .icon.btn__spinner:before {
  content: "\e981"; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
          font-feature-settings: "kern", "liga", "tnum";
  table-layout: fixed;
  width: 100%; }

th {
  font-weight: 600;
  text-align: left; }

tr,
td,
th {
  vertical-align: middle; }

.c-author-about__heading, .c-callouts__heading, .c-reviews__heading {
  color: #747474;
  font-family: 'ITC Avant Garde Gothic W05 Md'; }
  @media (max-width: 1023px) {
    .c-author-about__heading, .c-callouts__heading, .c-reviews__heading {
      font-size: 18px;
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .c-author-about__heading, .c-callouts__heading, .c-reviews__heading {
      font-size: 20px;
      margin-bottom: 30px; } }

html {
  color: black;
  font-family: "Avenir Next W05 Regular", Arial, Sans-Serif;
  font-size: 16px; }

hr {
  border-bottom: 1px solid #d1d2d4;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 20px 0; }

.hr {
  border-bottom: 3px solid #F1F1F1; }
  .hr--lrg {
    margin: 50px 0; }
  @media (max-width: 599px) {
    .hr--sml {
      margin: 28px 0; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .hr--sml {
    margin: 32px 0; } }
  @media (min-width: 1024px) {
    .hr--sml {
      margin: 35px 0; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.h1, .article__heading, .banner__title, .teachers__link,
.h2,
.tile__heading,
.h4,
.teachers__title,
.h5,
.h6 {
  color: #000;
  font-family: "ITC Avant Garde Gothic W05 Bol"; }

.h1, .article__heading, .banner__title, .teachers__link {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  margin-bottom: 20px; }


.h2,
.tile__heading {
  font-size: 20px; }
  @media (min-width: 601px) {
    
    .h2,
    .tile__heading {
      font-size: 24px; } }
  @media (min-width: 1025px) {
    
    .h2,
    .tile__heading {
      font-size: 28px; } }

.h3, .about-imprints__heading, .article__subheading, .comps-current__heading, .comps-prev__heading, .comp-form__heading, .description-authors__heading, .description-book__heading, .extract__heading, .genre-links__genre, .gift__more-options,
.gift__restart, .heading-w-desc__heading, .promo__swiper-heading, .teachers__list span, .tile__subheading, .tiles-feature__heading,
.tiles-swiper__heading {
  font-family: "ITC Avant Garde Gothic W05 Md";
  letter-spacing: 0.5px;
  color: #6d6e70;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px; }


.h4,
.teachers__title {
  font-size: 26px;
  font-family: 'ITC Avant Garde Gothic W05 Md'; }

a {
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #ff6600; }
  a:active, a:focus, a:hover {
    color: #C6C6C6; }
  a.is-selected {
    color: #C6C6C6; }

p, .cms ul li,
.cms ol li {
  font-size: 18px; }

p strong, .cms ul li strong, .cms ol li strong,
p b,
.cms ul li b,
.cms ol li b {
  font-family: 'Avenir Next W05 Medium'; }

html {
  color: black; }

.hr {
  border-bottom: 3px solid #F1F1F1; }
  .hr--lrg {
    margin: 50px 0; }
  @media (max-width: 599px) {
    .hr--sml {
      margin: 28px 0; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .hr--sml {
    margin: 32px 0; } }
  @media (min-width: 1024px) {
    .hr--sml {
      margin: 35px 0; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.p, .t-fw-content p, .t-fw-content .cms ul li, .cms ul .t-fw-content li,
.t-fw-content .cms ol li, .cms ol .t-fw-content li, .article-page .content p, .article-page .content .cms ul li, .cms ul .article-page .content li,
.article-page .content .cms ol li, .cms ol .article-page .content li, .c-book-details__desc p, .c-book-details__desc .cms ul li, .cms ul .c-book-details__desc li,
.c-book-details__desc .cms ol li, .cms ol .c-book-details__desc li, .c-banner-author__bio p, .c-banner-author__bio .cms ul li, .cms ul .c-banner-author__bio li,
.c-banner-author__bio .cms ol li, .cms ol .c-banner-author__bio li {
  font-size: 16px;
  margin-bottom: 25px; }
  .p strong, .t-fw-content p strong, .t-fw-content .cms ul li strong, .cms ul .t-fw-content li strong, .t-fw-content .cms ol li strong, .cms ol .t-fw-content li strong, .article-page .content p strong, .article-page .content .cms ul li strong, .cms ul .article-page .content li strong, .article-page .content .cms ol li strong, .cms ol .article-page .content li strong, .c-book-details__desc p strong, .c-book-details__desc .cms ul li strong, .cms ul .c-book-details__desc li strong, .c-book-details__desc .cms ol li strong, .cms ol .c-book-details__desc li strong, .c-banner-author__bio p strong, .c-banner-author__bio .cms ul li strong, .cms ul .c-banner-author__bio li strong, .c-banner-author__bio .cms ol li strong, .cms ol .c-banner-author__bio li strong, .p b, .t-fw-content p b, .t-fw-content .cms ul li b, .cms ul .t-fw-content li b, .t-fw-content .cms ol li b, .cms ol .t-fw-content li b, .article-page .content p b, .article-page .content .cms ul li b, .cms ul .article-page .content li b, .article-page .content .cms ol li b, .cms ol .article-page .content li b, .c-book-details__desc p b, .c-book-details__desc .cms ul li b, .cms ul .c-book-details__desc li b, .c-book-details__desc .cms ol li b, .cms ol .c-book-details__desc li b, .c-banner-author__bio p b, .c-banner-author__bio .cms ul li b, .cms ul .c-banner-author__bio li b, .c-banner-author__bio .cms ol li b, .cms ol .c-banner-author__bio li b {
    font-family: 'Avenir Next W05 Demi'; }
  @media (min-width: 600px) {
    .p, .t-fw-content p, .t-fw-content .cms ul li, .cms ul .t-fw-content li,
    .t-fw-content .cms ol li, .cms ol .t-fw-content li, .article-page .content p, .article-page .content .cms ul li, .cms ul .article-page .content li,
    .article-page .content .cms ol li, .cms ol .article-page .content li, .c-book-details__desc p, .c-book-details__desc .cms ul li, .cms ul .c-book-details__desc li,
    .c-book-details__desc .cms ol li, .cms ol .c-book-details__desc li, .c-banner-author__bio p, .c-banner-author__bio .cms ul li, .cms ul .c-banner-author__bio li,
    .c-banner-author__bio .cms ol li, .cms ol .c-banner-author__bio li {
      font-size: 18px;
      margin-bottom: 33px; } }

@media (min-width: 1024px) {
  .t-fw-content {
    width: calc(14% * 5 + 3.2% * 4); } }

/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select, .select-wrap, .fav-filter__select-wrap {
  position: relative;
  display: block; }

/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */
.custom-select select, .select-wrap select, .fav-filter__select-wrap select {
  width: 100%;
  margin: 0;
  outline: none;
  padding: .6em .8em .5em .8em;
  /* Prefixed box-sizing rules necessary for older browsers */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Font size must be 16px to prevent iOS page zoom on focus */ }

/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */
.custom-select::after, .select-wrap::after, .fav-filter__select-wrap::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
  display: none; }

/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
 * @supports ( mask-type: alpha ) is Firefox 35+
 */
@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
  /* Show custom arrow */
  .custom-select::after, .select-wrap::after, .fav-filter__select-wrap::after {
    display: block; }
  /* Remove select styling */
  .custom-select select, .select-wrap select, .fav-filter__select-wrap select {
    padding-right: 2em;
    /* Match-01 */
    /* inside @supports so that iOS <= 8 display the native arrow */
    background: none;
    /* Match-04 */
    /* inside @supports so that Android <= 4.3 display the native arrow */
    border: 1px solid transparent;
    /* Match-05 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .custom-select select:focus, .select-wrap select:focus, .fav-filter__select-wrap select:focus {
    border-color: #aaa;
    /* Match-03 */ } }

.select-wrap::after {
  background-image: url(../svg/icons/scrolldown-o.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 16px;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%; }

textarea:focus, input:focus {
  outline: 0; }

input,
select,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent; }

textarea {
  resize: vertical; }

input {
  position: relative;
  border-radius: 0; }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type="number"] {
    -moz-appearance: textfield; }
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-transition: color 9999s ease-out, background-color 999s ease-out;
    -webkit-transition-delay: 9999s; }

.InputWrap label {
  display: inline-block;
  padding-bottom: 7px;
  font-size: 15px; }
  .InputWrap label.Error {
    padding: 7px 0 0;
    color: #e50733;
    font-size: 13px; }
  .InputWrap label .Required {
    color: #e50733; }

.InputWrap label.Error + label.Error {
  display: none !important; }

.InputWrap input[type=checkbox].Error:after, .InputWrap input[type=radio].Error:after {
  border-radius: 4px;
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -2px;
  bottom: -2px;
  border: 1px solid #e50733; }

.InputWrap input[type=radio].Error:after {
  border-radius: 8px; }

.InputWrap .List li {
  padding-top: 5px;
  line-height: 1.5; }
  .InputWrap .List li:first-child {
    padding-top: 0; }
  .InputWrap .List li td {
    vertical-align: top;
    position: relative; }
    .InputWrap .List li td input {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .InputWrap .List li td label {
      padding: 5px 0 0 20px; }

.InputWrap .InputParent {
  position: relative; }
  .InputWrap .InputParent .Input {
    position: relative;
    padding: 10px;
    border: 1px solid #EEEEEE;
    z-index: 1;
    text-align: left; }
    .InputWrap .InputParent .Input.Select {
      padding: 10px; }
    .InputWrap .InputParent .Input * {
      font-family: inherit;
      font-size: 16px;
      line-height: 20px;
      outline: 0; }
    .InputWrap .InputParent .Input input, .InputWrap .InputParent .Input select, .InputWrap .InputParent .Input textarea {
      position: relative;
      width: 100%;
      border: 0;
      z-index: 2;
      outline: 0;
      background: none; }
    .InputWrap .InputParent .Input input, .InputWrap .InputParent .Input select {
      height: 20px; }
    .InputWrap .InputParent .Input .Placeholder {
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: inherit;
      z-index: 1;
      color: #AAAAAA; }
      .InputWrap .InputParent .Input .Placeholder.Hidden {
        opacity: 0;
        display: block; }
  .InputWrap .InputParent .Options {
    -webkit-transition: left 0s ease-in-out .3s, opacity .3s ease-in-out 0s;
    transition: left 0s ease-in-out .3s, opacity .3s ease-in-out 0s;
    opacity: 0;
    position: absolute;
    left: -100000px;
    right: 0;
    z-index: 2; }
    .InputWrap .InputParent .Options li a {
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
      display: block;
      padding: 10px;
      border-top: 1px solid #DDDDDD;
      color: #AAAAAA;
      text-align: left;
      background: #FFFFFF; }
      .Desktop .InputWrap .InputParent .Options li a:hover {
        background: #F5F5F5; }
    .InputWrap .InputParent .Options li:first-child a {
      border-top: 0; }

.InputWrap.Focused .InputParent .Options {
  -webkit-transition: left 0s ease-in-out 0s, opacity .3s ease-in-out 0s;
  transition: left 0s ease-in-out 0s, opacity .3s ease-in-out 0s;
  opacity: 1;
  left: 0; }

.InputWrap.ReadOnly .InputParent .Input textarea {
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll; }

.InputWrap.Error .InputParent .Input {
  border-color: #e50733 !important;
  border-width: 1px !important; }

.InputWrap.HideError label.Error {
  display: none !important; }

/*-------------------*/
/*-- Date of Birth --*/
/*-------------------*/
.DateOfBirth {
  margin: 0 -5px; }
.DateOfBirth:before {
  content: '';
  display: table; }
.DateOfBirth:after {
  content: '';
  display: table;
  clear: both; }
  .DateOfBirth .InputWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    position: relative;
    width: 33.33%;
    padding: 0 5px; }
    .DateOfBirth .InputWrap .InputLabel {
      visibility: hidden; }
    .DateOfBirth .InputWrap:first-child .InputLabel {
      margin-right: -100%;
      visibility: visible; }

.InlineForm .InputWrap {
  position: relative;
  overflow: hidden;
  zoom: 1; }

.Message, .interests__submit-invalid {
  display: inline-block;
  padding: 10px 30px;
  background: #FFFFFF;
  margin-bottom: 30px; }
  .Message p, .interests__submit-invalid p, .Message .cms ul li, .cms ul .Message li, .interests__submit-invalid .cms ul li, .cms ul .interests__submit-invalid li,
  .Message .cms ol li, .cms ol .Message li,
  .interests__submit-invalid .cms ol li, .cms ol .interests__submit-invalid li {
    letter-spacing: -0.3px;
    font-size: 16px !important;
    font-family: 'ITC Avant Garde Gothic W05 Md';
    line-height: 130%; }
  .Message.Block, .Block.interests__submit-invalid {
    display: block; }
  .Message.Error, .interests__submit-invalid {
    border: 1px solid #e50733; }
    .Message.Error p, .interests__submit-invalid p, .Message.Error .cms ul li, .cms ul .Message.Error li, .interests__submit-invalid .cms ul li, .cms ul .interests__submit-invalid li,
    .Message.Error .cms ol li, .cms ol .Message.Error li,
    .interests__submit-invalid .cms ol li, .cms ol .interests__submit-invalid li {
      color: #e50733; }
  .Message.Success, .Success.interests__submit-invalid {
    border: 1px solid #48b94d; }
    .Message.Success p, .Success.interests__submit-invalid p, .Message.Success .cms ul li, .cms ul .Message.Success li, .Success.interests__submit-invalid .cms ul li, .cms ul .Success.interests__submit-invalid li,
    .Message.Success .cms ol li, .cms ol .Message.Success li,
    .Success.interests__submit-invalid .cms ol li, .cms ol .Success.interests__submit-invalid li {
      color: #48b94d; }
  .Message a, .interests__submit-invalid a {
    color: inherit;
    text-decoration: underline; }

/*
    @usage - extend then position
    @extend .spinner;
    @extend .spinner--vert-cent;
*/
.spinner, .btn__spinner {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  width: 23px;
  height: 23px; }
  .spinner--vert-cent {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .spinner:after, .btn__spinner:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 3px #ff944d solid;
    border-top: 3px white solid;
    border-radius: 50%;
    -webkit-animation: spin 0.4s infinite linear;
            animation: spin 0.4s infinite linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0; }

.btn, .comps-current__enter-btn, .comp-form .Submit, .comp-form__success a, .gift__options button, .newsletter__btn, .newsletter__success a {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  letter-spacing: 0.5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.075s;
  transition: all 0.075s;
  color: #FFF;
  background-color: #ff6600;
  padding: 15px 22px 14px;
  text-transform: uppercase;
  border-radius: 3px; }
  .btn[disabled], .comps-current__enter-btn[disabled], .comp-form .Submit[disabled], .comp-form__success a[disabled], .gift__options button[disabled], .newsletter__btn[disabled], .newsletter__success a[disabled], .btn.is-disabled, .is-disabled.comps-current__enter-btn, .comp-form .is-disabled.Submit, .comp-form__success a.is-disabled, .gift__options button.is-disabled, .is-disabled.newsletter__btn, .newsletter__success a.is-disabled {
    cursor: not-allowed;
    color: #FFF;
    background-color: #d1d2d4 !important;
    display: none !important; }
    .btn[disabled]:after, .comps-current__enter-btn[disabled]:after, .comp-form .Submit[disabled]:after, .comp-form__success a[disabled]:after, .gift__options button[disabled]:after, .newsletter__btn[disabled]:after, .newsletter__success a[disabled]:after, .btn.is-disabled:after, .is-disabled.comps-current__enter-btn:after, .comp-form .is-disabled.Submit:after, .comp-form__success a.is-disabled:after, .gift__options button.is-disabled:after, .is-disabled.newsletter__btn:after, .newsletter__success a.is-disabled:after {
      display: none; }
  .btn.is-selected, .is-selected.comps-current__enter-btn, .comp-form .is-selected.Submit, .comp-form__success a.is-selected, .gift__options button.is-selected, .is-selected.newsletter__btn, .newsletter__success a.is-selected,
  .no-touch .btn:hover,
  .no-touch .comps-current__enter-btn:hover,
  .no-touch .comp-form .Submit:hover,
  .comp-form .no-touch .Submit:hover,
  .no-touch .comp-form__success a:hover,
  .comp-form__success .no-touch a:hover,
  .no-touch .gift__options button:hover,
  .gift__options .no-touch button:hover,
  .no-touch .newsletter__btn:hover,
  .no-touch .newsletter__success a:hover,
  .newsletter__success .no-touch a:hover,
  .no-touch .btn:focus,
  .no-touch .comps-current__enter-btn:focus,
  .no-touch .comp-form .Submit:focus,
  .comp-form .no-touch .Submit:focus,
  .no-touch .comp-form__success a:focus,
  .comp-form__success .no-touch a:focus,
  .no-touch .gift__options button:focus,
  .gift__options .no-touch button:focus,
  .no-touch .newsletter__btn:focus,
  .no-touch .newsletter__success a:focus,
  .newsletter__success .no-touch a:focus {
    color: #FFF;
    background-color: #ff8533; }
    .btn.is-selected:after, .is-selected.comps-current__enter-btn:after, .comp-form .is-selected.Submit:after, .comp-form__success a.is-selected:after, .gift__options button.is-selected:after, .is-selected.newsletter__btn:after, .newsletter__success a.is-selected:after,
    .no-touch .btn:hover:after,
    .no-touch .comps-current__enter-btn:hover:after,
    .no-touch .comp-form .Submit:hover:after,
    .comp-form .no-touch .Submit:hover:after,
    .no-touch .comp-form__success a:hover:after,
    .comp-form__success .no-touch a:hover:after,
    .no-touch .gift__options button:hover:after,
    .gift__options .no-touch button:hover:after,
    .no-touch .newsletter__btn:hover:after,
    .no-touch .newsletter__success a:hover:after,
    .newsletter__success .no-touch a:hover:after,
    .no-touch .btn:focus:after,
    .no-touch .comps-current__enter-btn:focus:after,
    .no-touch .comp-form .Submit:focus:after,
    .comp-form .no-touch .Submit:focus:after,
    .no-touch .comp-form__success a:focus:after,
    .comp-form__success .no-touch a:focus:after,
    .no-touch .gift__options button:focus:after,
    .gift__options .no-touch button:focus:after,
    .no-touch .newsletter__btn:focus:after,
    .no-touch .newsletter__success a:focus:after,
    .newsletter__success .no-touch a:focus:after {
      background-color: inherit; }
  .btn.is-loading, .is-loading.comps-current__enter-btn, .comp-form .is-loading.Submit, .comp-form__success a.is-loading, .gift__options button.is-loading, .is-loading.newsletter__btn, .newsletter__success a.is-loading {
    pointer-events: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
    .btn.is-loading:after, .is-loading.comps-current__enter-btn:after, .comp-form .is-loading.Submit:after, .comp-form__success a.is-loading:after, .gift__options button.is-loading:after, .is-loading.newsletter__btn:after, .newsletter__success a.is-loading:after {
      background-image: url("../img/loading.gif");
      background-position: 95% 50%;
      padding-right: 32px;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease; }
  .btn:after, .comps-current__enter-btn:after, .comp-form .Submit:after, .comp-form__success a:after, .gift__options button:after, .newsletter__btn:after, .newsletter__success a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: 40px;
    background-repeat: no-repeat;
    background-color: inherit;
    background-position: 160% 50%;
    border-radius: 3px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-timing-function: inherit;
            transition-timing-function: inherit; }
  .btn--alt, .newsletter__btn, .newsletter__success a {
    font-family: 'ITC Avant Garde Gothic W05 Bol';
    color: #FFF;
    background-color: #2b2b2d; }
    .btn--alt[disabled], .newsletter__btn[disabled], .newsletter__success a[disabled], .btn--alt.is-disabled, .is-disabled.newsletter__btn, .newsletter__success a.is-disabled {
      color: #FFF;
      background-color: #d1d2d4; }
    .btn--alt.is-selected, .is-selected.newsletter__btn, .newsletter__success a.is-selected,
    .no-touch .btn--alt:hover,
    .no-touch .newsletter__btn:hover,
    .no-touch .newsletter__success a:hover,
    .newsletter__success .no-touch a:hover,
    .no-touch .btn--alt:focus,
    .no-touch .newsletter__btn:focus,
    .no-touch .newsletter__success a:focus,
    .newsletter__success .no-touch a:focus {
      color: #FFF;
      background-color: #404042; }
  .btn--ghost {
    color: #ff6600;
    background-color: white;
    border: 2px solid #FF6600;
    color: #FF7214;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    padding: 15px 22px 9px; }
    .btn--ghost:after {
      top: -2px;
      left: -2px;
      border-width: 2px;
      border-style: solid;
      border-color: inherit; }
    .no-touch .btn--ghost:hover,
    .no-touch .btn--ghost:focus {
      color: white;
      background-color: #FF6600; }
    .btn--ghost.is-selected {
      color: black;
      background-color: white;
      border-color: #BFBFC2; }
      .no-touch .btn--ghost.is-selected:hover,
      .no-touch .btn--ghost.is-selected:focus {
        color: white;
        background-color: #2b2b2d;
        border-color: #2b2b2d; }
    .btn--ghost.is-loading:after {
      top: -2px;
      left: -2px;
      border: 2px solid #2b2b2d; }
  .btn--ghost-alt {
    background-color: transparent;
    border: 2px solid white;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    padding: 12px 36px 11px; }
    .no-touch .btn--ghost-alt:hover,
    .no-touch .btn--ghost-alt:focus {
      color: #FF6600;
      background-color: white; }

.hollow-btn, .c-look-inside__toggle, .c-book-details__read-extract,
.c-book-details__look-inside {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: black;
  font-family: 'Avenir Next W05 Medium';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.075s;
  transition: all 0.075s;
  background-color: white;
  padding: 8px 9px 10px;
  border-radius: 6px;
  border: 1px solid #999999; }
  .hollow-btn.is-selected, .is-selected.c-look-inside__toggle, .is-selected.c-book-details__read-extract,
  .is-selected.c-book-details__look-inside,
  .no-touch .hollow-btn:active,
  .no-touch .c-look-inside__toggle:active,
  .no-touch .c-book-details__read-extract:active,
  .no-touch .c-book-details__look-inside:active,
  .no-touch .hollow-btn:focus,
  .no-touch .c-look-inside__toggle:focus,
  .no-touch .c-book-details__read-extract:focus,
  .no-touch .c-book-details__look-inside:focus {
    color: white !important;
    background-color: #333333 !important;
    border: 1px solid #333333; }
  .no-touch .hollow-btn:hover, .no-touch .c-look-inside__toggle:hover, .no-touch .c-book-details__read-extract:hover,
  .no-touch .c-book-details__look-inside:hover {
    background-color: #EFEFEF;
    color: black; }

/*
.primary-btn {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 14px;
    font-family: 'Avenir Next W05 Medium';
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    min-width: 110px;

    transition: all 0.075s;
    color: white;
    background-color: $primary;
    background-position: 95% 50%;
    padding: 9px 14px 11px;
    border-radius: 6px;

    &.is-selected,
    .no-touch &:hover,
    .no-touch &:focus {
        color: white;
        background-color: $button-bg-on;
    }

    &[disabled],
    &.is-disabled {
        display: none;
    }

    &.is-loading {
        pointer-events: none;
        background-image: url('../img/loading.gif');
        background-repeat: no-repeat;
        background-size: 40px 30px;
        background-position: 95% 50%;
        padding-right: 50px;
    }

    &--alt {
        background-color: #2b2b2d;
        &.is-selected,
        .no-touch &:hover,
        .no-touch &:focus {
            color: white;
            background-color: #404042;
        }
    }
}
*/
/*
<button class="primary-btn is-loading" type="button">
    <span class="btn__loading-wrap">
        <span class="btn__label">Label</span>
        <span class="btn__spinner"></span>
    </span>
</button>
*/
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0; }

.btn__loading-wrap {
  position: relative;
  -webkit-transition-property: padding-right;
  transition-property: padding-right;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
          transition-timing-function: inherit; }
  .is-loading .btn__loading-wrap {
    display: block;
    padding-right: 30px; }

.btn__spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -4px;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
  .is-loading .btn__spinner {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.btn__penguin {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  right: -10px;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 38px;
  height: 29px;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-size: 38px 29px; }
  .is-loading .btn__penguin {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    -webkit-transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.primary-btn, .c-book-block-hero__cta, .c-book-details__about-the-book, .extract__btn, .forgot-pw__submit, .heading-w-desc__btn, .interests__submit button, .load-more, .log-in__submit, .my-details__submit, .promo__btn, .registration__submit, .removal-confirmation__yes, .c-search-results__load-more, .view-all__btn, .c-load-more {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  color: white;
  background-color: #ff6600;
  font-family: "Avenir Next W05 Medium";
  font-size: 14px;
  padding: 0 14px;
  line-height: 36px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .primary-btn.is-selected, .is-selected.c-book-block-hero__cta, .is-selected.c-book-details__about-the-book, .is-selected.extract__btn, .is-selected.forgot-pw__submit, .is-selected.heading-w-desc__btn, .interests__submit button.is-selected, .is-selected.load-more, .is-selected.log-in__submit, .is-selected.my-details__submit, .is-selected.promo__btn, .is-selected.registration__submit, .is-selected.removal-confirmation__yes, .is-selected.c-search-results__load-more, .is-selected.view-all__btn, .is-selected.c-load-more,
  .no-touch .primary-btn:hover,
  .no-touch .c-book-block-hero__cta:hover,
  .no-touch .c-book-details__about-the-book:hover,
  .no-touch .extract__btn:hover,
  .no-touch .forgot-pw__submit:hover,
  .no-touch .heading-w-desc__btn:hover,
  .no-touch .interests__submit button:hover,
  .interests__submit .no-touch button:hover,
  .no-touch .load-more:hover,
  .no-touch .log-in__submit:hover,
  .no-touch .my-details__submit:hover,
  .no-touch .promo__btn:hover,
  .no-touch .registration__submit:hover,
  .no-touch .removal-confirmation__yes:hover,
  .no-touch .c-search-results__load-more:hover,
  .no-touch .view-all__btn:hover,
  .no-touch .c-load-more:hover,
  .no-touch .primary-btn:focus,
  .no-touch .c-book-block-hero__cta:focus,
  .no-touch .c-book-details__about-the-book:focus,
  .no-touch .extract__btn:focus,
  .no-touch .forgot-pw__submit:focus,
  .no-touch .heading-w-desc__btn:focus,
  .no-touch .interests__submit button:focus,
  .interests__submit .no-touch button:focus,
  .no-touch .load-more:focus,
  .no-touch .log-in__submit:focus,
  .no-touch .my-details__submit:focus,
  .no-touch .promo__btn:focus,
  .no-touch .registration__submit:focus,
  .no-touch .removal-confirmation__yes:focus,
  .no-touch .c-search-results__load-more:focus,
  .no-touch .view-all__btn:focus,
  .no-touch .c-load-more:focus {
    color: white;
    background-color: #ff8533; }
  .primary-btn[disabled], .c-book-block-hero__cta[disabled], .c-book-details__about-the-book[disabled], .extract__btn[disabled], .forgot-pw__submit[disabled], .heading-w-desc__btn[disabled], .interests__submit button[disabled], .load-more[disabled], .log-in__submit[disabled], .my-details__submit[disabled], .promo__btn[disabled], .registration__submit[disabled], .removal-confirmation__yes[disabled], .c-search-results__load-more[disabled], .view-all__btn[disabled], .c-load-more[disabled], .primary-btn.is-disabled, .is-disabled.c-book-block-hero__cta, .is-disabled.c-book-details__about-the-book, .is-disabled.extract__btn, .is-disabled.forgot-pw__submit, .is-disabled.heading-w-desc__btn, .interests__submit button.is-disabled, .is-disabled.load-more, .is-disabled.log-in__submit, .is-disabled.my-details__submit, .is-disabled.promo__btn, .is-disabled.registration__submit, .is-disabled.removal-confirmation__yes, .is-disabled.c-search-results__load-more, .is-disabled.view-all__btn, .is-disabled.c-load-more {
    color: white;
    background-color: #d1d2d4;
    cursor: not-allowed;
    opacity: 0.8;
    pointer-events: none; }
  .primary-btn.is-loading, .is-loading.c-book-block-hero__cta, .is-loading.c-book-details__about-the-book, .is-loading.extract__btn, .is-loading.forgot-pw__submit, .is-loading.heading-w-desc__btn, .interests__submit button.is-loading, .is-loading.load-more, .is-loading.log-in__submit, .is-loading.my-details__submit, .is-loading.promo__btn, .is-loading.registration__submit, .is-loading.removal-confirmation__yes, .is-loading.c-search-results__load-more, .is-loading.view-all__btn, .is-loading.c-load-more {
    pointer-events: none; }
  .primary-btn svg, .c-book-block-hero__cta svg, .c-book-details__about-the-book svg, .extract__btn svg, .forgot-pw__submit svg, .heading-w-desc__btn svg, .interests__submit button svg, .load-more svg, .log-in__submit svg, .my-details__submit svg, .promo__btn svg, .registration__submit svg, .removal-confirmation__yes svg, .c-search-results__load-more svg, .view-all__btn svg, .c-load-more svg {
    fill: currentColor; }
  .primary-btn:before, .c-book-block-hero__cta:before, .c-book-details__about-the-book:before, .extract__btn:before, .forgot-pw__submit:before, .heading-w-desc__btn:before, .interests__submit button:before, .load-more:before, .log-in__submit:before, .my-details__submit:before, .promo__btn:before, .registration__submit:before, .removal-confirmation__yes:before, .c-search-results__load-more:before, .view-all__btn:before, .c-load-more:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px; }
  .primary-btn .btn__label, .c-book-block-hero__cta .btn__label, .c-book-details__about-the-book .btn__label, .extract__btn .btn__label, .forgot-pw__submit .btn__label, .heading-w-desc__btn .btn__label, .interests__submit button .btn__label, .load-more .btn__label, .log-in__submit .btn__label, .my-details__submit .btn__label, .promo__btn .btn__label, .registration__submit .btn__label, .removal-confirmation__yes .btn__label, .c-search-results__load-more .btn__label, .view-all__btn .btn__label, .c-load-more .btn__label {
    display: inline-block;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .is-dk .primary-btn, .is-dk .c-book-block-hero__cta, .is-dk .c-book-details__about-the-book, .is-dk .extract__btn, .is-dk .forgot-pw__submit, .is-dk .heading-w-desc__btn, .is-dk .interests__submit button, .interests__submit .is-dk button, .is-dk .load-more, .is-dk .log-in__submit, .is-dk .my-details__submit, .is-dk .promo__btn, .is-dk .registration__submit, .is-dk .removal-confirmation__yes, .is-dk .c-search-results__load-more, .is-dk .view-all__btn, .is-dk .c-load-more {
    background-color: #255597; }
    .is-dk .primary-btn.is-selected, .is-dk .is-selected.c-book-block-hero__cta, .is-dk .is-selected.c-book-details__about-the-book, .is-dk .is-selected.extract__btn, .is-dk .is-selected.forgot-pw__submit, .is-dk .is-selected.heading-w-desc__btn, .is-dk .interests__submit button.is-selected, .interests__submit .is-dk button.is-selected, .is-dk .is-selected.load-more, .is-dk .is-selected.log-in__submit, .is-dk .is-selected.my-details__submit, .is-dk .is-selected.promo__btn, .is-dk .is-selected.registration__submit, .is-dk .is-selected.removal-confirmation__yes, .is-dk .is-selected.c-search-results__load-more, .is-dk .is-selected.view-all__btn, .is-dk .is-selected.c-load-more, .is-dk .primary-btn:hover, .is-dk .c-book-block-hero__cta:hover, .is-dk .c-book-details__about-the-book:hover, .is-dk .extract__btn:hover, .is-dk .forgot-pw__submit:hover, .is-dk .heading-w-desc__btn:hover, .is-dk .interests__submit button:hover, .interests__submit .is-dk button:hover, .is-dk .load-more:hover, .is-dk .log-in__submit:hover, .is-dk .my-details__submit:hover, .is-dk .promo__btn:hover, .is-dk .registration__submit:hover, .is-dk .removal-confirmation__yes:hover, .is-dk .c-search-results__load-more:hover, .is-dk .view-all__btn:hover, .is-dk .c-load-more:hover, .is-dk .primary-btn:focus, .is-dk .c-book-block-hero__cta:focus, .is-dk .c-book-details__about-the-book:focus, .is-dk .extract__btn:focus, .is-dk .forgot-pw__submit:focus, .is-dk .heading-w-desc__btn:focus, .is-dk .interests__submit button:focus, .interests__submit .is-dk button:focus, .is-dk .load-more:focus, .is-dk .log-in__submit:focus, .is-dk .my-details__submit:focus, .is-dk .promo__btn:focus, .is-dk .registration__submit:focus, .is-dk .removal-confirmation__yes:focus, .is-dk .c-search-results__load-more:focus, .is-dk .view-all__btn:focus, .is-dk .c-load-more:focus {
      background-color: #2f6cc0; }
  .is-puffin .primary-btn, .is-puffin .c-book-block-hero__cta, .is-puffin .c-book-details__about-the-book, .is-puffin .extract__btn, .is-puffin .forgot-pw__submit, .is-puffin .heading-w-desc__btn, .is-puffin .interests__submit button, .interests__submit .is-puffin button, .is-puffin .load-more, .is-puffin .log-in__submit, .is-puffin .my-details__submit, .is-puffin .promo__btn, .is-puffin .registration__submit, .is-puffin .removal-confirmation__yes, .is-puffin .c-search-results__load-more, .is-puffin .view-all__btn, .is-puffin .c-load-more {
    background-color: #F5DA2F;
    color: black; }
    .is-puffin .primary-btn.is-selected, .is-puffin .is-selected.c-book-block-hero__cta, .is-puffin .is-selected.c-book-details__about-the-book, .is-puffin .is-selected.extract__btn, .is-puffin .is-selected.forgot-pw__submit, .is-puffin .is-selected.heading-w-desc__btn, .is-puffin .interests__submit button.is-selected, .interests__submit .is-puffin button.is-selected, .is-puffin .is-selected.load-more, .is-puffin .is-selected.log-in__submit, .is-puffin .is-selected.my-details__submit, .is-puffin .is-selected.promo__btn, .is-puffin .is-selected.registration__submit, .is-puffin .is-selected.removal-confirmation__yes, .is-puffin .is-selected.c-search-results__load-more, .is-puffin .is-selected.view-all__btn, .is-puffin .is-selected.c-load-more, .is-puffin .primary-btn:hover, .is-puffin .c-book-block-hero__cta:hover, .is-puffin .c-book-details__about-the-book:hover, .is-puffin .extract__btn:hover, .is-puffin .forgot-pw__submit:hover, .is-puffin .heading-w-desc__btn:hover, .is-puffin .interests__submit button:hover, .interests__submit .is-puffin button:hover, .is-puffin .load-more:hover, .is-puffin .log-in__submit:hover, .is-puffin .my-details__submit:hover, .is-puffin .promo__btn:hover, .is-puffin .registration__submit:hover, .is-puffin .removal-confirmation__yes:hover, .is-puffin .c-search-results__load-more:hover, .is-puffin .view-all__btn:hover, .is-puffin .c-load-more:hover, .is-puffin .primary-btn:focus, .is-puffin .c-book-block-hero__cta:focus, .is-puffin .c-book-details__about-the-book:focus, .is-puffin .extract__btn:focus, .is-puffin .forgot-pw__submit:focus, .is-puffin .heading-w-desc__btn:focus, .is-puffin .interests__submit button:focus, .interests__submit .is-puffin button:focus, .is-puffin .load-more:focus, .is-puffin .log-in__submit:focus, .is-puffin .my-details__submit:focus, .is-puffin .promo__btn:focus, .is-puffin .registration__submit:focus, .is-puffin .removal-confirmation__yes:focus, .is-puffin .c-search-results__load-more:focus, .is-puffin .view-all__btn:focus, .is-puffin .c-load-more:focus {
      color: black;
      background-color: #f7e360; }
  .primary-btn--round {
    border-radius: 20px;
    font-size: 12px;
    line-height: 25px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }
  .primary-btn--alt {
    background-color: #2b2b2d; }
    .primary-btn--alt.is-selected,
    .no-touch .primary-btn--alt:hover,
    .no-touch .primary-btn--alt:focus {
      color: white;
      background-color: #404042; }

.white-round-btn, .c-events-filter button {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  color: black;
  background-color: white;
  border-radius: 26px;
  text-transform: uppercase;
  padding: 6px 14px;
  margin-right: 10px; }
  .white-round-btn.is-selected, .c-events-filter button.is-selected,
  .no-touch .white-round-btn:hover,
  .no-touch .c-events-filter button:hover,
  .c-events-filter .no-touch button:hover,
  .no-touch .white-round-btn:focus,
  .no-touch .c-events-filter button:focus,
  .c-events-filter .no-touch button:focus {
    color: white;
    background-color: #ff6600; }
  .white-round-btn.is-loading, .c-events-filter button.is-loading {
    pointer-events: none; }
  .white-round-btn svg, .c-events-filter button svg {
    fill: currentColor; }
  @media (max-width: 599px) {
    .white-round-btn, .c-events-filter button {
      font-family: "Avenir Next W05 Regular";
      font-size: 13px;
      line-height: 16px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .white-round-btn, .c-events-filter button {
    font-family: "Avenir Next W05 Regular";
    font-size: 14px;
    line-height: 18px; } }
  @media (min-width: 1024px) {
    .white-round-btn, .c-events-filter button {
      font-family: "Avenir Next W05 Regular";
      font-size: 15px;
      line-height: 20px; } }

.white-round-btn, .c-events-filter button {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  color: black;
  background-color: white;
  border-radius: 26px;
  text-transform: uppercase;
  padding: 6px 14px;
  margin-right: 10px; }
  .white-round-btn.is-selected, .c-events-filter button.is-selected,
  .no-touch .white-round-btn:hover,
  .no-touch .c-events-filter button:hover,
  .c-events-filter .no-touch button:hover,
  .no-touch .white-round-btn:focus,
  .no-touch .c-events-filter button:focus,
  .c-events-filter .no-touch button:focus {
    color: white;
    background-color: #ff6600; }
  .white-round-btn.is-loading, .c-events-filter button.is-loading {
    pointer-events: none; }
  .white-round-btn svg, .c-events-filter button svg {
    fill: currentColor; }
  @media (max-width: 599px) {
    .white-round-btn, .c-events-filter button {
      font-family: "Avenir Next W05 Regular";
      font-size: 13px;
      line-height: 16px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .white-round-btn, .c-events-filter button {
    font-family: "Avenir Next W05 Regular";
    font-size: 14px;
    line-height: 18px; } }
  @media (min-width: 1024px) {
    .white-round-btn, .c-events-filter button {
      font-family: "Avenir Next W05 Regular";
      font-size: 15px;
      line-height: 20px; } }

.white-round-sml-btn, .c-banner-event__map-btn {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  color: #747578;
  background-color: white;
  border-radius: 19px;
  border: 1px solid #747474;
  line-height: 20px;
  padding: 0 10px; }
  .white-round-sml-btn.is-selected, .is-selected.c-banner-event__map-btn,
  .no-touch .white-round-sml-btn:hover,
  .no-touch .c-banner-event__map-btn:hover,
  .no-touch .white-round-sml-btn:focus,
  .no-touch .c-banner-event__map-btn:focus {
    color: #747578;
    background-color: #EFEFEF; }
  .white-round-sml-btn.is-loading, .is-loading.c-banner-event__map-btn {
    pointer-events: none; }
  .white-round-sml-btn svg, .c-banner-event__map-btn svg {
    fill: currentColor; }
  .white-round-sml-btn .btn__label, .c-banner-event__map-btn .btn__label {
    display: inline-block;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  .white-round-sml-btn.is-selected, .is-selected.c-banner-event__map-btn,
  .no-touch .white-round-sml-btn:hover,
  .no-touch .c-banner-event__map-btn:hover,
  .no-touch .white-round-sml-btn:focus,
  .no-touch .c-banner-event__map-btn:focus {
    border: 1px solid #747578; }
  .white-round-sml-btn:active, .c-banner-event__map-btn:active {
    color: white !important;
    border: 1px solid #333436 !important;
    background-color: #333436 !important; }

img, .bookcase .missing-cover,
picture {
  display: block;
  margin: 0;
  max-width: 100%; }

/*
.b-lazy {
	opacity: 0;
	transition: opacity 0.3s;
}
.b-loaded {
	opacity: 1;
}
*/
/*
 *  lets clean this legacy code up. I've begun removing and marking suspect controls which may not be being used
 *  new components have been prefixed by 'c-'
 */
@media (max-width: 1023px) {
  .about-desc .component__container, .about-desc .gift-swiper__shelf-container, .about-desc .tiles-feature__shelf-container,
  .about-desc .tiles-swiper__shelf-container {
    padding: 30px 0; } }

@media (min-width: 1024px) {
  .about-desc .component__container, .about-desc .gift-swiper__shelf-container, .about-desc .tiles-feature__shelf-container,
  .about-desc .tiles-swiper__shelf-container {
    padding: 60px 0; } }

.about-desc p, .about-desc .cms ul li, .cms ul .about-desc li,
.about-desc .cms ol li, .cms ol .about-desc li {
  font-family: 'ITC Avant Garde Gothic W05 Boo';
  font-size: 26px; }
  @media (min-width: 1024px) {
    .about-desc p, .about-desc .cms ul li, .cms ul .about-desc li,
    .about-desc .cms ol li, .cms ol .about-desc li {
      max-width: 700px;
      margin: 0 auto; } }

.about-content {
  background-color: #404042; }
  @media (max-width: 599px) {
    .about-content {
      padding: 20px 0; } }
  .about-content .component__container, .about-content .gift-swiper__shelf-container, .about-content .tiles-feature__shelf-container,
  .about-content .tiles-swiper__shelf-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media (min-width: 600px) {
  .about-content__column {
    width: calc(99.9% * 1/2 - (20px - 20px * 1/2));
    padding: 30px 0; }
  .about-content__column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .about-content__column:last-child {
    margin-right: 0; }
  .about-content__column:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .about-content__column:nth-child(2n + 1) {
    clear: both; } }

@media (max-width: 599px) {
  .about-content__column:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.about-content__column p, .about-content__column .cms ul li, .cms ul .about-content__column li,
.about-content__column .cms ol li, .cms ol .about-content__column li {
  color: white; }

.about-links {
  background-color: #e6e7e8; }
  .about-links .component__container, .about-links .gift-swiper__shelf-container, .about-links .tiles-feature__shelf-container,
  .about-links .tiles-swiper__shelf-container {
    padding: 20px 0; }
  .about-links ul li:before {
    content: '';
    display: table; }
  .about-links ul li:after {
    content: '';
    display: table;
    clear: both; }
  .about-links img, .about-links .bookcase .missing-cover, .bookcase .about-links .missing-cover {
    width: 100px;
    float: left;
    margin-right: 30px;
    margin: 20px;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
    border-radius: 50%; }
    .about-links img:hover, .about-links .bookcase .missing-cover:hover, .bookcase .about-links .missing-cover:hover, .about-links img.is-selected, .about-links .bookcase .is-selected.missing-cover, .bookcase .about-links .is-selected.missing-cover {
      -webkit-filter: blur(0) brightness(1.075);
              filter: blur(0) brightness(1.075); }
    .ie9 .about-links img, .ie9 .about-links .bookcase .missing-cover, .bookcase .ie9 .about-links .missing-cover {
      -webkit-filter: none !important;
              filter: none !important; }
    @media (max-width: 599px) {
      .about-links img, .about-links .bookcase .missing-cover, .bookcase .about-links .missing-cover {
        margin-left: 0; } }
  .about-links h2 {
    font-family: "ITC Avant Garde Gothic W05 Bol";
    margin-top: 36px;
    margin-bottom: 2px;
    font-size: 26px;
    color: #000;
    text-indent: -6px; }
    .about-links h2 a {
      text-decoration: none;
      -webkit-transition: color .2s;
      transition: color .2s;
      color: #000; }
      .about-links h2 a:active, .about-links h2 a:focus, .about-links h2 a:hover {
        color: #ff6600; }
    @media (max-width: 599px) {
      .about-links h2 {
        font-size: 18px;
        margin-top: 30px; } }
  .about-links h2 + a {
    font-family: 'Avenir Next W05 Regular'; }

.about-company:before {
  content: '';
  display: table; }

.about-company:after {
  content: '';
  display: table;
  clear: both; }
  .about-company img, .about-company .bookcase .missing-cover, .bookcase .about-company .missing-cover {
    float: right;
    margin: 40px 0 20px; }

.about-imprints {
  margin-top: 40px;
  padding: 10px 0 40px 0;
  background-color: #e6e7e8; }

.about-imprints:before {
  content: '';
  display: table; }

.about-imprints:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 1024px) {
  .about-imprints__column:first-child {
    width: calc(99.9% * 1/5 - (5px - 5px * 1/5)); }
  .about-imprints__column:first-child:nth-child(1n) {
    float: left;
    margin-right: 5px;
    clear: none; }
  .about-imprints__column:first-child:last-child {
    margin-right: 0; }
  .about-imprints__column:first-child:nth-child(0n) {
    float: right; } }

.about-imprints__column:nth-child(2):before {
  content: '';
  display: table; }

.about-imprints__column:nth-child(2):after {
  content: '';
  display: table;
  clear: both; }
  @media (min-width: 1024px) {
    .about-imprints__column:nth-child(2) {
      width: calc(99.9% * 4/5 - (20px - 20px * 4/5)); }
    .about-imprints__column:nth-child(2):nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .about-imprints__column:nth-child(2):last-child {
      margin-right: 0; }
    .about-imprints__column:nth-child(2):nth-child(5n) {
      margin-right: 0;
      float: right; }
    .about-imprints__column:nth-child(2):nth-child(5n + 1) {
      clear: both; } }

.about-imprints__column > img, .bookcase .about-imprints__column > .missing-cover {
  float: left; }

.about-imprints__heading {
  margin-top: 18px; }

.article__heading {
  margin: 0;
  line-height: 1.2; }
  @media (min-width: 600px) {
    .article__heading {
      font-size: 42px; } }

.article__subheading {
  margin-top: 30px;
  margin-bottom: 9px;
  font-family: 'Avenir Next W05 Medium';
  font-size: 13px;
  color: black; }
  .article__subheading span {
    color: #747474;
    font-family: 'Avenir Next W05 Regular';
    font-size: 13px; }
  @media (min-width: 1025px) {
    .article__subheading {
      margin-top: 20px; } }

.article__attribution {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  display: block;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .article__attribution {
      display: none; } }

.article-page .strapline {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 600px) {
    .article-page .strapline {
      margin-top: 25px;
      margin-bottom: 25px; } }

.article-page .content {
  padding-top: 0; }
  .article-page .content h2 {
    color: black;
    font-family: 'ITC Avant Garde Gothic W05 Bol'; }

.c-author-about {
  background-color: #F1F1F1; }
  @media (max-width: 599px) {
    .c-author-about {
      padding-top: 35px;
      padding-bottom: 45px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-author-about {
    padding-top: 60px;
    padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .c-author-about {
      padding-top: 70px;
      padding-bottom: 60px; } }

@media (max-width: 599px) {
  .c-author-about__heading--also-by {
    margin-top: 40px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-author-about__heading--also-by {
    margin-top: 50px; } }

@media (min-width: 1024px) {
  .c-author-about__heading--also-by {
    margin-top: 35px; } }

.c-author-about__heading--orphan {
  margin-top: 0 !important; }

@media (min-width: 1024px) {
  .c-author-about__heading--about-the-author {
    margin-bottom: 0 !important; } }

.c-author-about__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-author-about__columns + .c-author-about__columns {
    margin-top: 10px; }
  @media (max-width: 599px) {
    .c-author-about__columns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.c-author-about__column {
  margin-bottom: auto; }
  .c-author-about__column:nth-child(2) {
    -ms-flex-item-align: center;
        align-self: center; }
  @media (max-width: 599px) {
    .c-author-about__column {
      width: 100%; }
      .c-author-about__column:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .c-author-about__column:nth-child(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-author-about__column:nth-child(1) {
    width: calc(99.9% * 4.48/6 - (5% - 5% * 4.48/6)); }
  .c-author-about__column:nth-child(1):nth-child(1n) {
    float: left;
    margin-right: 5%;
    clear: none; }
  .c-author-about__column:nth-child(1):last-child {
    margin-right: 0; }
  .c-author-about__column:nth-child(1):nth-child(2n) {
    margin-right: 0;
    float: right; }
  .c-author-about__column:nth-child(1):nth-child(2n + 1) {
    clear: both; }
  .c-author-about__column:nth-child(2) {
    width: calc(99.9% * 1.52/6 - (5% - 5% * 1.52/6)); }
  .c-author-about__column:nth-child(2):nth-child(1n) {
    float: left;
    margin-right: 5%;
    clear: none; }
  .c-author-about__column:nth-child(2):last-child {
    margin-right: 0; }
  .c-author-about__column:nth-child(2):nth-child(2n) {
    margin-right: 0;
    float: right; }
  .c-author-about__column:nth-child(2):nth-child(2n + 1) {
    clear: both; } }
  @media (min-width: 1024px) {
    .c-author-about__column:nth-child(1) {
      margin-right: 5%;
      max-width: 848px; }
    .c-author-about__column:nth-child(2) {
      -ms-flex-preferred-size: 208px;
          flex-basis: 208px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: auto; } }

.c-author-about__author-pic {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  border-radius: 50%; }
  .c-author-about__author-pic:hover, .c-author-about__author-pic.is-selected {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075); }
  .ie9 .c-author-about__author-pic {
    -webkit-filter: none !important;
            filter: none !important; }
  @media (max-width: 599px) {
    .c-author-about__author-pic {
      max-width: 124px; } }

.c-author-about__name {
  font-family: 'Avenir Next W05 Medium';
  margin-top: 20px;
  margin-bottom: 2px; }
  @media (min-width: 1024px) {
    .c-author-about__name {
      margin-bottom: 8px; } }
  .c-author-about__name a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: black; }
    .c-author-about__name a:active, .c-author-about__name a:focus, .c-author-about__name a:hover {
      color: #f60; }

.c-author-about__desc {
  position: relative;
  overflow: hidden;
  height: 96px;
  display: block; }
  .c-author-about__desc.is-short {
    height: auto !important; }
  .c-author-about__desc.is-open:after {
    bottom: -40px; }
  .c-author-about__desc.is-short:after {
    display: none; }
  .c-author-about__desc:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, 0)), to(#f1f1f1));
    background: linear-gradient(to bottom, rgba(241, 241, 241, 0) 0%, #f1f1f1 100%); }
  .c-author-about__desc p, .c-author-about__desc .cms ul li, .cms ul .c-author-about__desc li,
  .c-author-about__desc .cms ol li, .cms ol .c-author-about__desc li {
    display: inline;
    line-height: 24px; }
    @media (max-width: 599px) {
      .c-author-about__desc p, .c-author-about__desc .cms ul li, .cms ul .c-author-about__desc li,
      .c-author-about__desc .cms ol li, .cms ol .c-author-about__desc li {
        font-size: 14px; } }
    @media (min-width: 600px) {
      .c-author-about__desc p, .c-author-about__desc .cms ul li, .cms ul .c-author-about__desc li,
      .c-author-about__desc .cms ol li, .cms ol .c-author-about__desc li {
        font-size: 16px; } }

.c-author-about__read-more {
  margin-top: 16px; }
  .c-author-about__desc.is-short + .c-author-about__read-more {
    display: none; }

.c-author-about__books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.c-author-about__book {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  position: relative;
  -webkit-box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.3);
  max-width: 132px; }
  .c-author-about__book:hover, .c-author-about__book.is-selected {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075); }
  .ie9 .c-author-about__book {
    -webkit-filter: none !important;
            filter: none !important; }
  @media (max-width: 599px) {
    .c-author-about__book {
      width: calc(99.9% * 1/4 - (5% - 5% * 1/4)); }
    .c-author-about__book:nth-child(1n) {
      float: left;
      margin-right: 5%;
      clear: none; }
    .c-author-about__book:last-child {
      margin-right: 0; }
    .c-author-about__book:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .c-author-about__book:nth-child(4n + 1) {
      clear: both; }
      .c-author-about__book:nth-child(n+5) {
        display: none; } }
  @media (min-width: 600px) {
    .c-author-about__book {
      width: calc(99.9% * 1/7 - (2.3% - 2.3% * 1/7)); }
    .c-author-about__book:nth-child(1n) {
      float: left;
      margin-right: 2.3%;
      clear: none; }
    .c-author-about__book:last-child {
      margin-right: 0; }
    .c-author-about__book:nth-child(7n) {
      margin-right: 0;
      float: right; }
    .c-author-about__book:nth-child(7n + 1) {
      clear: both; } }

.c-author-about__books-see-all {
  display: none; }
  @media (max-width: 1023px) {
    .c-author-about__books-see-all {
      margin-top: 22px; } }
  @media (min-width: 1024px) {
    .c-author-about__books-see-all {
      margin-top: 26px; } }
  @media (max-width: 599px) {
    .has-more-than-4-books .c-author-about__books-see-all {
      display: inline-block; } }
  @media (min-width: 600px) {
    .has-more-than-7-books .c-author-about__books-see-all {
      display: inline-block; } }

.c-awards__wrap {
  overflow: hidden; }

.c-awards__award:nth-child(1n + 2) {
  height: 0;
  overflow: hidden; }
  .is-open .c-awards__award:nth-child(1n + 2) {
    height: auto;
    overflow: visible;
    margin-top: 20px; }

.c-awards__title {
  line-height: 1.5; }

@media (min-width: 1024px) and (max-width: 1131px) {
  .c-awards__title {
    width: 82.8%; } }
  @media (min-width: 1132px) {
    .c-awards__title {
      width: 65.6%; } }

.c-awards__desc {
  text-transform: uppercase;
  font-style: normal; }

.c-awards__show-all, .c-quotes__show-all {
  text-decoration: none;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  color: #ff6600;
  margin-top: 20px; }
  .c-awards__show-all:active, .c-quotes__show-all:active, .c-awards__show-all:focus, .c-quotes__show-all:focus,
  .no-touch .c-awards__show-all:hover,
  .no-touch .c-quotes__show-all:hover {
    color: #d1d2d6;
    text-decoration: none; }

.badge-btn {
  font-size: 13px;
  font-family: 'Avenir Next W05 Medium';
  margin-left: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #FFF;
  background-color: #ff6600;
  padding: 0px 10px 3px;
  border-radius: 19px; }
  .badge-btn.is-selected,
  .no-touch .badge-btn:hover,
  .no-touch .badge-btn:focus {
    color: #FFF;
    background-color: #ff8533; }
    .badge-btn.is-selected:after,
    .no-touch .badge-btn:hover:after,
    .no-touch .badge-btn:focus:after {
      background-color: inherit; }

.badge-btn__arrow {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-left: 2px;
  display: inline-block;
  line-height: 13px;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E"); }

.c-banner-book-brand {
  height: 58px; }
  @media (max-width: 599px) {
    .c-banner-book-brand {
      height: 48px; } }
  .c-banner-book-brand--dk-blue {
    background-color: #255597; }
  .c-banner-book-brand--puffin-yellow {
    background-color: #f5da2f; }
  .c-banner-book-brand--maclary-lightblue {
    background-color: #9BCBEB; }
  .c-banner-book-brand__image-wrap {
    height: 100%;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 599px) {
      .c-banner-book-brand__image-wrap {
        padding: 3px 0; } }
  .c-banner-book-brand__image {
    height: 42px; }
    @media (max-width: 599px) {
      .c-banner-book-brand__image {
        height: 32px; } }
    .c-banner-book-brand--maclary-lightblue .c-banner-book-brand__image {
      height: 98%; }
  .c-banner-book-brand__puffin {
    height: 48px; }
    @media (max-width: 599px) {
      .c-banner-book-brand__puffin {
        height: 40px; } }

.c-banner-home .c-swiper__slide {
  height: auto; }

.c-banner-home__nav {
  display: none; }
  .is-single .c-banner-home__nav {
    display: none; }
  @media (min-width: 600px) {
    .c-banner-home__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      z-index: 10; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner-home__nav {
    right: 40px;
    top: 12px; } }
  @media (min-width: 1024px) {
    .c-banner-home__nav {
      right: 10px;
      bottom: 10px; } }

.c-banner-home__prev {
  margin-right: 14px; }

.c-banner-home__prev,
.c-banner-home__next {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-banner-home__prev:before,
  .c-banner-home__next:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -8px;
    bottom: -8px;
    right: -8px;
    left: -8px; }
  .c-banner-home__prev.is-disabled,
  .c-banner-home__next.is-disabled {
    opacity: 0.5; }

.c-banner-home__arrow {
  width: 12px;
  height: 21px;
  fill: #747578;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .is-puffin .c-banner-home__arrow {
    fill: black; }
  .is-dk .c-banner-home__arrow {
    fill: #255597; }
  .is-maclary .c-banner-home__arrow {
    fill: black; }
  .is-disabled .c-banner-home__arrow {
    opacity: 0.35; }

.c-banner-home__pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 8px);
  text-align: center;
  z-index: 10; }
  .c-banner-home__pagination.is-hidden {
    opacity: 0; }
  .is-single .c-banner-home__pagination {
    display: none; }

.c-banner-home__bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: #D1D2D6;
  cursor: pointer;
  margin: 0 4px;
  -webkit-transition: background-color 0.4 linear;
  transition: background-color 0.4 linear; }
  .c-banner-home__bullet.is-active {
    opacity: 1;
    background-color: black; }
    .is-dk .c-banner-home__bullet.is-active {
      background-color: #255597; }

.c-banner-home {
  position: relative;
  margin-bottom: 60px; }
  @media (max-width: 1023px) {
    .c-banner-home .l-gutters {
      padding: 0; } }

@-webkit-keyframes anim-bg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes anim-bg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.c-banner-home__bg-below, .c-banner-home__bg-above {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

@media (min-width: 1024px) and (max-width: 1131px) {
  .c-banner-home__bg-below, .c-banner-home__bg-above {
    height: 330px; } }
  @media (min-width: 1132px) {
    .c-banner-home__bg-below, .c-banner-home__bg-above {
      height: 380px; } }

.c-banner-home__bg-above {
  opacity: 0; }
  .c-banner-home__bg-above.animate {
    -webkit-animation: anim-bg 1s forwards;
            animation: anim-bg 1s forwards; }

@media (max-width: 1023px) {
  .c-banner-home__wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 1024px) and (max-width: 1131px) {
  .c-banner-home__wrap {
    height: 330px; } }

@media (min-width: 1132px) {
  .c-banner-home__wrap {
    height: 380px; } }

.c-banner-home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%; }
  @media (max-width: 1023px) {
    .c-banner-home__container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 40px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (max-width: 599px) {
    .c-banner-home__container {
      padding-top: 25px; } }
  @media (min-width: 1024px) {
    .c-banner-home__container {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0 auto; } }

.c-banner-home__books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 10;
  pointer-events: none; }
  @media (max-width: 1023px) {
    .c-banner-home__books {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: -40px; } }
  @media (max-width: 599px) {
    .c-banner-home__books {
      padding: 0 20px; } }

.c-banner-home__thumb {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  background-color: #F1F2F4;
  pointer-events: all;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }
  .no-touch .c-banner-home__thumb:hover, .c-banner-home__thumb.is-selected {
    -webkit-filter: blur(0) brightness(1.08);
            filter: blur(0) brightness(1.08); }
  @media (max-width: 599px) {
    .c-banner-home__thumb {
      width: 33.3%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner-home__thumb {
    width: 22%; } }
  .c-banner-home__thumb img, .c-banner-home__thumb .bookcase .missing-cover, .bookcase .c-banner-home__thumb .missing-cover {
    width: 100%; }

@media (min-width: 1024px) and (max-width: 1131px) {
  .c-banner-home__thumb img, .c-banner-home__thumb .bookcase .missing-cover, .bookcase .c-banner-home__thumb .missing-cover {
    width: 166px; } }
    @media (min-width: 1132px) {
      .c-banner-home__thumb img, .c-banner-home__thumb .bookcase .missing-cover, .bookcase .c-banner-home__thumb .missing-cover {
        width: 192px; } }
  @media (max-width: 599px) {
    .c-banner-home__thumb:only-child {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 180px; } }

.c-banner-home__content {
  background-color: #fff5e4;
  overflow-x: hidden;
  overflow-y: hidden; }
  .is-dk .c-banner-home__content {
    background-color: #D3DDEA; }
  .is-puffin .c-banner-home__content {
    background-color: #FBF0AC; }
  .is-maclary .c-banner-home__content {
    background-color: #E0EFF8; }
  @media (max-width: 599px) {
    .c-banner-home__content {
      padding-top: 54px;
      padding-bottom: 25px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner-home__content {
    padding-top: 66px;
    padding-bottom: 25px; } }
  @media (max-width: 1023px) {
    .c-banner-home__content {
      width: 100%;
      position: relative;
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
      z-index: 5; } }
  @media (min-width: 1024px) {
    .c-banner-home__content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 40px;
      padding-right: 60px;
      padding-top: 30px;
      padding-bottom: 30px; } }

.c-banner-home__title {
  margin-bottom: 7px; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner-home__title {
    font-family: "ITC Avant Garde Gothic W05 Dem";
    font-size: 24px;
    line-height: 30px; } }
  @media (min-width: 1024px) {
    .c-banner-home__title {
      font-family: "ITC Avant Garde Gothic W05 Dem";
      font-size: 26px;
      line-height: 32px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner-home__desc {
    font-family: "Avenir Next W05 Regular";
    font-size: 16px;
    line-height: 24px; } }

@media (min-width: 1024px) {
  .c-banner-home__desc {
    font-family: "Avenir Next W05 Regular";
    font-size: 18px;
    line-height: 30px; } }

.c-banner-home__cta {
  text-decoration: none;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  color: #ff6600;
  display: inline-block;
  margin-top: 8px; }
  .c-banner-home__cta:active, .c-banner-home__cta:focus,
  .no-touch .c-banner-home__cta:hover {
    color: black;
    text-decoration: none; }
  .is-puffin .c-banner-home__cta {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: black; }
    .is-puffin .c-banner-home__cta:active, .is-puffin .c-banner-home__cta:focus,
    .no-touch .is-puffin .c-banner-home__cta:hover {
      color: rgba(0, 0, 0, 0.6);
      text-decoration: none; }
  .is-dk .c-banner-home__cta {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: #255597; }
    .is-dk .c-banner-home__cta:active, .is-dk .c-banner-home__cta:focus,
    .no-touch .is-dk .c-banner-home__cta:hover {
      color: rgba(37, 85, 151, 0.6);
      text-decoration: none; }
  .is-maclary .c-banner-home__cta {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: black; }
    .is-maclary .c-banner-home__cta:active, .is-maclary .c-banner-home__cta:focus,
    .no-touch .is-maclary .c-banner-home__cta:hover {
      color: rgba(0, 0, 0, 0.6);
      text-decoration: none; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner-home__cta {
    font-family: "Avenir Next W05 Medium";
    font-size: 16px; } }
  @media (min-width: 1024px) {
    .c-banner-home__cta {
      font-family: "Avenir Next W05 Medium";
      font-size: 18px; } }

.c-banner {
  position: relative; }
  .c-banner--default {
    background-color: #747578; }
    @media (max-width: 1023px) {
      .c-banner--default {
        height: 100px; } }
    @media (min-width: 1024px) {
      .c-banner--default {
        height: 165px; } }
  .c-banner--bg {
    -webkit-transition: -webkit-filter 0.075s;
    transition: -webkit-filter 0.075s;
    transition: filter 0.075s;
    transition: filter 0.075s, -webkit-filter 0.075s; }
    @media (max-width: 599px) {
      .c-banner--bg {
        height: 120px; } }

.c-promotion {
    margin-bottom: 20px;
}

.c-promotion--desktop {
    display: block;
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}

.c-promotion--mobile {
    display: none;
}
@media (max-width: 599px) {
    .c-promotion--desktop {
        display: none !important;
    }

    .c-promotion--mobile {
        display: block;
    }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner--bg {
    height: 165px; } }
    @media (min-width: 1024px) {
      .c-banner--bg {
        height: 330px; } }
    .c-banner--bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
      background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
      z-index: 1; }
  @media (max-width: 599px) {
    .c-banner--no-breadcrumbs {
      margin-bottom: 30px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner--no-breadcrumbs {
    margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    .c-banner--no-breadcrumbs {
      margin-bottom: 60px; } }
  .c-banner .l-gutters {
    position: absolute;
    width: 100%;
    bottom: 0; }

.c-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.c-banner__title {
  position: relative;
  z-index: 10;
  color: white; }
  @media (max-width: 599px) {
    .c-banner__title {
      font-family: "ITC Avant Garde Gothic W05 Dem";
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 20px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner__title {
    font-family: "ITC Avant Garde Gothic W05 Dem";
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .c-banner__title {
      font-family: "ITC Avant Garde Gothic W05 Dem";
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 40px; } }

.c-banner-event__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (max-width: 599px) {
    .c-banner-event__cols {
      text-align: center; } }

@media (max-width: 599px) {
  .c-banner-event__col:nth-child(odd) {
    width: 100%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner-event__col:nth-child(odd) {
    width: 26%;
    margin-right: 11%; } }

@media (min-width: 1024px) {
  .c-banner-event__col:nth-child(odd) {
    width: 31.2%;
    margin-right: 10.2%; } }

@media (max-width: 599px) {
  .c-banner-event__col:nth-child(even) {
    width: 100%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner-event__col:nth-child(even) {
    width: 63%; } }

@media (min-width: 1024px) {
  .c-banner-event__col:nth-child(even) {
    width: 58.6%; } }

.c-banner-event__info p, .c-banner-event__info .cms ul li, .cms ul .c-banner-event__info li,
.c-banner-event__info .cms ol li, .cms ol .c-banner-event__info li {
  margin-bottom: 8px; }

.c-banner-event__cite {
  text-transform: uppercase;
  color: #747474;
  margin-top: 5px; }

.c-banner-event__map-btn {
  margin-left: 5px; }
  .c-banner-event__map-btn svg {
    margin-left: 2px;
    width: 5px;
    height: 10px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }

@media (max-width: 599px) {
  .c-banner-event__image {
    max-width: 226px;
    margin: 0 auto; } }

.c-banner-event__image img, .c-banner-event__image .bookcase .missing-cover, .bookcase .c-banner-event__image .missing-cover {
  width: 100%; }

.c-banner-event__image.is-cover img, .c-banner-event__image.is-cover .bookcase .missing-cover, .bookcase .c-banner-event__image.is-cover .missing-cover {
  -webkit-box-shadow: -8px 8px 30px rgba(0, 0, 0, 0.35);
          box-shadow: -8px 8px 30px rgba(0, 0, 0, 0.35); }

.c-banner-event__heading {
  text-transform: uppercase;
  color: #747474; }
  @media (max-width: 599px) {
    .c-banner-event__heading {
      font-size: 14px;
      margin: 20px 0; } }
  @media (min-width: 600px) {
    .c-banner-event__heading {
      font-size: 18px; } }

@media (max-width: 599px) {
  .c-banner-event__title {
    font-family: "ITC Avant Garde Gothic W05 Dem";
    font-size: 24px;
    line-height: 30px; } }

@media (min-width: 600px) {
  .c-banner-event__title {
    font-family: "ITC Avant Garde Gothic W05 Dem";
    font-size: 32px;
    line-height: 38px; } }

.c-banner-event__subheading {
  color: #747474;
  margin-bottom: 12px; }
  .c-banner-event__subheading + p, .cms ul .c-banner-event__subheading + li,
  .cms ol .c-banner-event__subheading + li {
    font-weight: bold;
    font-size: 18px; }
    @media (min-width: 600px) {
      .c-banner-event__subheading + p, .cms ul .c-banner-event__subheading + li,
      .cms ol .c-banner-event__subheading + li {
        font-size: 20px; } }

.c-banner-event__contact-wrap {
  margin-top: 20px; }

.c-banner-event__contact {
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .c-banner-event__contact span {
    color: #747474;
    display: inline-block;
    min-width: 70px; }
  .c-banner-event__contact a {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: black; }
    .c-banner-event__contact a:active, .c-banner-event__contact a:focus,
    .no-touch .c-banner-event__contact a:hover {
      color: #ff6600;
      text-decoration: none; }

.c-banner-event__book-btn {
  margin-top: 10px; }

.banner {
  position: relative; }
  .banner--default {
    background-color: #404042; }
  .account-page .banner {
    background-color: #f8e6da; }
  .article-page .banner {
    background-color: #fff5e4; }
  .banner--bg {
    height: 200px;
    -webkit-transition: -webkit-filter 0.075s;
    transition: -webkit-filter 0.075s;
    transition: filter 0.075s;
    transition: filter 0.075s, -webkit-filter 0.075s; }
    @media (min-width: 600px) {
      .banner--bg {
        height: 380px; } }
  .banner--bg-register {
    height: 160px !important; }
    @media (min-width: 600px) {
      .banner--bg-register {
        height: 200px !important; } }
  @media (min-width: 600px) {
    .banner .component__container, .banner .gift-swiper__shelf-container, .banner .tiles-feature__shelf-container,
    .banner .tiles-swiper__shelf-container {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }

@media (max-width: 599px) {
  .article-page .banner .component__gutters, .article-page .banner .gift-swiper__shelf-gutters, .article-page .banner .tiles-feature__shelf-gutters,
  .article-page .banner .tiles-swiper__shelf-gutters {
    padding: 0; } }

@media (max-width: 599px) {
  .banner--complex .component__gutters, .banner--complex .gift-swiper__shelf-gutters, .banner--complex .tiles-feature__shelf-gutters,
  .banner--complex .tiles-swiper__shelf-gutters {
    padding: 0;
    padding-top: 5%; } }

.banner--bg .component__gutters, .banner--bg .gift-swiper__shelf-gutters, .banner--bg .tiles-feature__shelf-gutters,
.banner--bg .tiles-swiper__shelf-gutters {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); }

.banner--bg-register .component__gutters, .banner--bg-register .gift-swiper__shelf-gutters, .banner--bg-register .tiles-feature__shelf-gutters,
.banner--bg-register .tiles-swiper__shelf-gutters {
  background-image: none; }

.banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .banner__bg > img, .bookcase .banner__bg > .missing-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; }
    @media (max-width: 1023px) {
      .banner__bg > img.banner__bg-desktop, .bookcase .banner__bg > .banner__bg-desktop.missing-cover {
        display: none; } }
    @media (min-width: 1024px) {
      .banner__bg > img.banner__bg-phone, .bookcase .banner__bg > .banner__bg-phone.missing-cover {
        display: none; } }
    @media (max-width: 599px) {
      .banner--bg-register .banner__bg > img, .banner--bg-register .bookcase .banner__bg > .missing-cover, .bookcase .banner--bg-register .banner__bg > .missing-cover {
        -o-object-position: 74% 50%;
           object-position: 74% 50%; } }

.banner__image {
  position: relative;
  z-index: 1; }
  .banner--no-image .banner__image {
    display: none; }
  .banner__image a.banner__magnify:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-color: rgba(0, 0, 0, 0.35);
    background-image: url("../svg/icons/eye-icon.svg");
    background-size: 30%;
    background-position: 50% 45%;
    background-repeat: no-repeat; }
  .banner__image a.banner__magnify:before {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    top: 57%;
    position: absolute;
    content: 'Look Inside';
    letter-spacing: 0.7px;
    z-index: 2;
    width: 100%;
    text-transform: uppercase;
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 16px;
    color: white;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .author-page .banner__image a.banner__magnify:before {
      display: none; }
  .banner__image a.banner__magnify:hover:after,
  .banner__image a.banner__magnify:hover:before {
    opacity: 1; }
  .banner__image a.banner__magnify.is-disabled {
    cursor: default; }
    .banner__image a.banner__magnify.is-disabled:after, .banner__image a.banner__magnify.is-disabled:before {
      display: none; }
  .banner__image a.banner__magnify__zoom:after {
    background-image: url("../svg/icons/zoomin-w.svg"); }
  @media (max-width: 599px) {
    .banner__image {
      max-width: 70%;
      width: 100%;
      margin: 0 auto 60px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .banner__image {
    margin-top: 40px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9% * 1/3 - (30px - 30px * 1/3));
        flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
  .banner__image:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0; }
  .banner__image:last-child {
    margin-right: 0; }
  .banner__image:nth-child(3n) {
    margin-right: 0;
    margin-left: auto; } }
  @media (min-width: 1024px) {
    .banner__image {
      margin-top: 40px;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(99.9% * 1/3 - (40px - 40px * 1/3));
          flex-basis: calc(99.9% * 1/3 - (40px - 40px * 1/3));
      max-width: calc(99.9% * 1/3 - (40px - 40px * 1/3));
      width: calc(99.9% * 1/3 - (40px - 40px * 1/3)); }
    .banner__image:nth-child(1n) {
      margin-right: 40px;
      margin-left: 0; }
    .banner__image:last-child {
      margin-right: 0; }
    .banner__image:nth-child(3n) {
      margin-right: 0;
      margin-left: auto; } }
  .banner__image img, .banner__image .bookcase .missing-cover, .bookcase .banner__image .missing-cover {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.banner__image-credit {
  font-size: 10px;
  position: absolute;
  z-index: 8;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%; }
  @media (max-width: 599px) {
    .banner__image-credit {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      left: 8px;
      top: 0; } }
  @media (min-width: 600px) {
    .banner__image-credit {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      left: -8px;
      bottom: 10px; } }

.banner__article-image {
  position: relative;
  z-index: 1; }
  @media (min-width: 600px) {
    .banner__article-image {
      margin-top: 50px; } }

.banner__article-attribution {
  position: absolute;
  width: 214px;
  z-index: 2;
  display: none; }
  @media (min-width: 600px) {
    .banner__article-attribution {
      bottom: -10px;
      left: -25px;
      display: block; } }
  @media (min-width: 1024px) {
    .banner__article-attribution {
      bottom: 0;
      left: -40px; } }

.banner__article-attribution-link {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  position: absolute;
  width: 100%;
  bottom: -18px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: none; }
  @media (min-width: 1024px) {
    .banner__article-attribution-link {
      display: block; } }

.banner__article-attribution-image {
  width: 100%;
  margin-top: 1px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transform: translateY(1px);
          transform: translateY(1px); }

.banner--complex + .nav-tabs {
  margin-bottom: 70px; }
  @media (max-width: 599px) {
    .banner--complex + .nav-tabs {
      margin-bottom: 0; } }

.banner--complex .banner__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .banner--complex .banner__content-container > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  @media (max-width: 599px) {
    .banner--complex .banner__content-container {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 20px; }
      .banner--no-image .banner--complex .banner__content-container {
        padding-top: 50px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .banner--complex .banner__content-container {
    padding-top: 50px;
    padding-bottom: 100px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9% * 2/3 - (30px - 30px * 2/3));
        flex-basis: calc(99.9% * 2/3 - (30px - 30px * 2/3));
    max-width: calc(99.9% * 2/3 - (30px - 30px * 2/3));
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
  .banner--complex .banner__content-container:nth-child(1n) {
    margin-right: 30px;
    margin-left: 0; }
  .banner--complex .banner__content-container:last-child {
    margin-right: 0; }
  .banner--complex .banner__content-container:nth-child(3n) {
    margin-right: 0;
    margin-left: auto; } }
  @media (min-width: 1024px) {
    .banner--complex .banner__content-container {
      padding-top: 100px;
      padding-bottom: 120px;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(99.9% * 2/3 - (40px - 40px * 2/3));
          flex-basis: calc(99.9% * 2/3 - (40px - 40px * 2/3));
      max-width: calc(99.9% * 2/3 - (40px - 40px * 2/3));
      width: calc(99.9% * 2/3 - (40px - 40px * 2/3)); }
    .banner--complex .banner__content-container:nth-child(1n) {
      margin-right: 40px;
      margin-left: 0; }
    .banner--complex .banner__content-container:last-child {
      margin-right: 0; }
    .banner--complex .banner__content-container:nth-child(3n) {
      margin-right: 0;
      margin-left: auto; } }

.banner--default .banner__content-container {
  padding-top: 60px;
  padding-bottom: 38px; }
  @media (min-width: 600px) {
    .banner--default .banner__content-container {
      padding-top: 120px; } }

.banner__content-container > * {
  margin: 0;
  margin-bottom: 8px; }

@media (max-width: 599px) {
  .banner__title {
    font-size: 25px;
    width: 100%; } }

.banner--default .banner__title {
  color: white; }

.account-page .banner__title {
  color: inherit; }

.banner--bg .banner__title {
  color: white;
  margin: 30px 0 25px; }

.banner__subtitle {
  font-size: 26px;
  font-family: 'Avenir Next W05 Regular';
  line-height: inherit; }
  .event-page .banner__subtitle {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    text-transform: uppercase;
    font-size: 16px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

.banner__tags {
  margin-top: 2px; }
  .banner__tags a {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'ITC Avant Garde Gothic W05 Md'; }
  .banner__tags span {
    font-size: 12px;
    font-family: 'Avenir Next W05 Regular';
    color: black;
    display: inline-block;
    padding: 0 5px; }

.banner__desc {
  font-size: 15px;
  line-height: inherit;
  font-family: 'Avenir Next W05 Regular'; }
  .event-page .banner__desc {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    text-transform: uppercase;
    color: #ff6600;
    font-size: 20px; }
    @media (max-width: 600px) {
      .event-page .banner__desc {
        font-size: 16px; } }

.banner__btm-strip {
  position: relative;
  background-color: rgba(255, 255, 255, 0.65); }

@media (min-width: 600px) and (max-width: 1023px) {
  .banner__btm-strip {
    margin-top: -80px;
    height: 80px; } }
  @media (min-width: 1024px) {
    .banner__btm-strip {
      margin-top: -100px;
      height: 100px; } }

.banner__look-inside {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 53px;
  height: 52px;
  background-image: url(../img/look-inside.png); }
  .banner__look-inside span {
    position: absolute;
    bottom: -22px;
    right: 4px;
    font-family: 'Avenir Next W05 Regular';
    font-size: 14px;
    white-space: nowrap; }
    @media (max-width: 599px) {
      .banner__look-inside span {
        font-size: 16px;
        bottom: -27px; } }

.banner__look-inside:hover ~ .banner__magnify:after,
.banner__look-inside:hover ~ .banner__magnify:before {
  opacity: 1; }

.banner__download-cover {
  position: absolute;
  z-index: 10;
  bottom: -22px;
  left: 0;
  font-family: 'Avenir Next W05 Regular';
  font-size: 14px;
  white-space: nowrap; }
  @media (max-width: 599px) {
    .banner__download-cover {
      font-size: 16px;
      bottom: -27px; } }

@media (min-width: 600px) and (max-width: 694px) {
  .banner__download-cover span {
    display: none; } }

.c-book-audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  height: 38px;
  border: 1px solid #999999;
  margin-top: 20px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  @media (max-width: 599px) {
    .c-book-audio {
      max-width: 290px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 600px) {
    .c-book-audio {
      margin-top: 30px; } }
  .c-book-audio.is-playing {
    border-color: #333333;
    background-color: #333333; }

.c-book-audio__tag {
  display: none; }

.c-book-audio__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  border-right: 1px solid rgba(153, 153, 153, 0.5); }

.c-book-audio__play-icon {
  width: 10px;
  position: relative;
  left: 1px; }
  .is-playing .c-book-audio__play-icon {
    display: none; }

.c-book-audio__pause-icon {
  width: 9px;
  display: none; }
  .is-playing .c-book-audio__pause-icon {
    display: block; }

.c-book-audio__seek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  position: relative;
  cursor: pointer; }

.c-book-audio__seek-intent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1; }

.c-book-audio__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.05); }
  .is-playing .c-book-audio__progress {
    background-color: rgba(255, 255, 255, 0.05); }

.c-book-audio__time {
  font-family: 'Avenir Next W05 Medium';
  font-size: 14px;
  color: black;
  width: 100%; }
  .is-playing .c-book-audio__time {
    color: white; }

.c-book-block .c-swiper__slide:last-child {
  margin-right: 0; }

@media (max-width: 599px) {
  .c-book-block .c-swiper__slide {
    width: 46%;
    margin-right: 8%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-block .c-swiper__slide {
    width: 22%;
    margin-right: 4%; } }

@media (min-width: 1024px) {
  .c-book-block .c-swiper__slide {
    width: 14%;
    margin-right: 3.2%; } }

@media (max-width: 599px) {
  .c-book-block.has-more-slides .c-swiper__slide {
    width: 42%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-block.has-more-slides .c-swiper__slide {
    width: 21%; } }

.c-book-block .c-swiper__wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.c-book-block__slide {
  text-align: center; }

.c-book-block__thumb, .c-book-block-list__thumb {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  background-color: #F1F2F4;
  margin-bottom: 16px;
  -webkit-box-shadow: -6px 6px 16px rgba(109, 106, 106, 0.302);
          box-shadow: -6px 6px 16px rgba(109, 106, 106, 0.302); }
  .no-touch .c-book-block__thumb:hover, .no-touch .c-book-block-list__thumb:hover, .c-book-block__thumb.is-selected, .is-selected.c-book-block-list__thumb {
    -webkit-filter: blur(0) brightness(1.08);
            filter: blur(0) brightness(1.08); }
  .c-book-block__thumb img, .c-book-block-list__thumb img, .c-book-block__thumb .bookcase .missing-cover, .bookcase .c-book-block__thumb .missing-cover, .c-book-block-list__thumb .bookcase .missing-cover, .bookcase .c-book-block-list__thumb .missing-cover {
    width: 100%; }

.c-book-block__content, .c-book-block-list__content {
  min-width: 0; }
  .c-book-block__content a, .c-book-block-list__content a {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: black; }
    .c-book-block__content a:active, .c-book-block-list__content a:active, .c-book-block__content a:focus, .c-book-block-list__content a:focus,
    .no-touch .c-book-block__content a:hover,
    .no-touch .c-book-block-list__content a:hover {
      color: #ff6600;
      text-decoration: none; }

.c-book-block__title, .c-book-block-list__title {
  margin-bottom: 2px; }

.c-book-block-alt .c-swiper__slide:last-child {
  margin-right: 0; }

@media (max-width: 599px) {
  .c-book-block-alt .c-swiper__slide {
    width: 100%;
    margin-right: 8%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-block-alt .c-swiper__slide {
    width: 48%;
    margin-right: 4%; } }

@media (min-width: 1024px) {
  .c-book-block-alt .c-swiper__slide {
    width: 31.2%;
    margin-right: 3.2%; } }

@media (max-width: 599px) {
  .c-book-block-alt.has-more-slides .c-swiper__slide {
    width: 92%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-block-alt.has-more-slides .c-swiper__slide {
    width: 46%; } }

.c-book-block-alt__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .c-book-block-alt__slide {
      margin-bottom: 40px; } }
  .c-book-block-alt__slide:last-child {
    margin-bottom: 0; }

.c-book-block-alt__thumb {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  background-color: #F1F2F4;
  -webkit-box-shadow: -6px 6px 16px rgba(109, 106, 106, 0.302);
          box-shadow: -6px 6px 16px rgba(109, 106, 106, 0.302);
  margin-right: 20px; }
  .no-touch .c-book-block-alt__thumb:hover, .c-book-block-alt__thumb.is-selected {
    -webkit-filter: blur(0) brightness(1.08);
            filter: blur(0) brightness(1.08); }
  .c-book-block-alt__thumb img, .c-book-block-alt__thumb .bookcase .missing-cover, .bookcase .c-book-block-alt__thumb .missing-cover {
    min-width: 76px;
    max-width: 76px;
    max-height: 128px; }

.c-book-block-alt__content {
  margin-right: 20px;
  min-width: 0; }
  .c-book-block-alt__content a {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: black; }
    .c-book-block-alt__content a:active, .c-book-block-alt__content a:focus,
    .no-touch .c-book-block-alt__content a:hover {
      color: #ff6600;
      text-decoration: none; }

.c-book-block-alt__title {
  margin-bottom: 2px; }

.c-book-block-hero.is-single .c-swiper__slide, .is-single.c-feature-block-alt .c-swiper__slide {
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .c-book-block-hero.is-single .c-swiper__slide, .is-single.c-feature-block-alt .c-swiper__slide {
      width: 100%; } }

.c-book-block-hero.is-double .c-swiper__slide:last-child, .is-double.c-feature-block-alt .c-swiper__slide:last-child {
  margin-right: 0; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-block-hero.is-double .c-swiper__slide, .is-double.c-feature-block-alt .c-swiper__slide {
    width: 48%;
    margin-right: 4%; } }

@media (min-width: 1024px) {
  .c-book-block-hero.is-double .c-swiper__slide, .is-double.c-feature-block-alt .c-swiper__slide {
    width: 48.4%;
    margin-right: 3.2%; } }

.c-book-block-hero.is-triple .c-swiper__slide:last-child, .is-triple.c-feature-block-alt .c-swiper__slide:last-child {
  margin-right: 0; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-block-hero.is-triple .c-swiper__slide, .is-triple.c-feature-block-alt .c-swiper__slide {
    width: 48%;
    margin-right: 4%; } }

@media (min-width: 1024px) {
  .c-book-block-hero.is-triple .c-swiper__slide, .is-triple.c-feature-block-alt .c-swiper__slide {
    width: 31.2%;
    margin-right: 3.2%; } }

@media (max-width: 599px) {
  .c-book-block-hero.has-more-slides .c-swiper__slide, .has-more-slides.c-feature-block-alt .c-swiper__slide {
    width: 92%;
    margin-right: 8%; } }

.c-book-block-hero.has-more-slides.is-double .c-swiper__slide:last-child, .has-more-slides.is-double.c-feature-block-alt .c-swiper__slide:last-child {
  margin-right: 0; }

.c-book-block-hero.has-more-slides.is-triple .c-swiper__slide:last-child, .has-more-slides.is-triple.c-feature-block-alt .c-swiper__slide:last-child {
  margin-right: 0; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-block-hero.has-more-slides.is-triple .c-swiper__slide, .has-more-slides.is-triple.c-feature-block-alt .c-swiper__slide {
    width: 46%;
    margin-right: 4%; } }

@media (min-width: 1132px) {
  .c-book-block-hero.has-more-slides.is-triple .c-swiper__slide, .has-more-slides.is-triple.c-feature-block-alt .c-swiper__slide {
    width: 31.2%;
    margin-right: 3.2%; } }

.c-book-block-hero__slide, .c-feature-block-alt__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-book-block-hero__thumb, .c-feature-block-alt__thumb {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  background-color: #F1F2F4;
  -webkit-box-shadow: -6px 6px 16px rgba(109, 106, 106, 0.302);
          box-shadow: -6px 6px 16px rgba(109, 106, 106, 0.302);
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .no-touch .c-book-block-hero__thumb:hover, .no-touch .c-feature-block-alt__thumb:hover, .c-book-block-hero__thumb.is-selected, .is-selected.c-feature-block-alt__thumb {
    -webkit-filter: blur(0) brightness(1.08);
            filter: blur(0) brightness(1.08); }
  @media (max-width: 599px) {
    .is-single .c-book-block-hero__thumb, .is-single .c-feature-block-alt__thumb {
      width: 46%;
      margin-right: 6%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-single .c-book-block-hero__thumb, .is-single .c-feature-block-alt__thumb {
    width: 22%;
    margin-right: 4%; } }
  @media (min-width: 1024px) {
    .is-single .c-book-block-hero__thumb, .is-single .c-feature-block-alt__thumb {
      width: 14%;
      margin-right: 3.2%;
      margin-left: 17.2%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .event-page .is-single .c-book-block-hero__thumb, .event-page .is-single .c-feature-block-alt__thumb {
    width: 26%;
    margin-right: 11%; } }
  @media (min-width: 1024px) {
    .event-page .is-single .c-book-block-hero__thumb, .event-page .is-single .c-feature-block-alt__thumb {
      margin-right: 10.2%; } }
  @media (max-width: 599px) {
    .is-double .c-book-block-hero__thumb, .is-double .c-feature-block-alt__thumb {
      width: 46%;
      margin-right: 6%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-double .c-book-block-hero__thumb, .is-double .c-feature-block-alt__thumb {
    width: 43.7%;
    margin-right: 4.9%; } }
  @media (min-width: 1024px) {
    .is-double .c-book-block-hero__thumb, .is-double .c-feature-block-alt__thumb {
      width: 29%;
      margin-right: 6.7%; } }
  @media (max-width: 599px) {
    .is-triple .c-book-block-hero__thumb, .is-triple .c-feature-block-alt__thumb {
      width: 46%;
      margin-right: 6%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-triple .c-book-block-hero__thumb, .is-triple .c-feature-block-alt__thumb {
    width: 43.7%;
    margin-right: 4.9%; } }

@media (min-width: 1024px) and (max-width: 1131px) {
  .is-triple .c-book-block-hero__thumb, .is-triple .c-feature-block-alt__thumb {
    width: 44.8%;
    margin-right: 10.5%; } }
  @media (min-width: 1132px) {
    .is-triple .c-book-block-hero__thumb, .is-triple .c-feature-block-alt__thumb {
      width: 44.8%;
      margin-right: 5.25%; } }
  .c-book-block-hero__thumb img, .c-feature-block-alt__thumb img, .c-book-block-hero__thumb .bookcase .missing-cover, .bookcase .c-book-block-hero__thumb .missing-cover, .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .c-feature-block-alt__thumb .missing-cover {
    width: 100%; }

.c-book-block-hero__content, .c-feature-block-alt__content {
  min-width: 0; }
  .c-book-block-hero__content a, .c-feature-block-alt__content a {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: black; }
    .c-book-block-hero__content a:active, .c-feature-block-alt__content a:active, .c-book-block-hero__content a:focus, .c-feature-block-alt__content a:focus,
    .no-touch .c-book-block-hero__content a:hover,
    .no-touch .c-feature-block-alt__content a:hover {
      color: #ff6600;
      text-decoration: none; }
  @media (max-width: 599px) {
    .is-single .c-book-block-hero__content, .is-single .c-feature-block-alt__content {
      width: 48%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-single .c-book-block-hero__content, .is-single .c-feature-block-alt__content {
    width: 74%; } }
  @media (min-width: 1024px) {
    .is-single .c-book-block-hero__content, .is-single .c-feature-block-alt__content {
      width: 48.4%; } }
  @media (max-width: 599px) {
    .is-double .c-book-block-hero__content, .is-double .c-feature-block-alt__content {
      width: 48%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-double .c-book-block-hero__content, .is-double .c-feature-block-alt__content {
    width: 59.5%; } }
  @media (min-width: 1024px) {
    .is-double .c-book-block-hero__content, .is-double .c-feature-block-alt__content {
      width: 64.7%; } }
  @media (max-width: 599px) {
    .is-triple .c-book-block-hero__content, .is-triple .c-feature-block-alt__content {
      width: 48%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-triple .c-book-block-hero__content, .is-triple .c-feature-block-alt__content {
    width: 59.5%; } }
  @media (min-width: 1024px) {
    .is-triple .c-book-block-hero__content, .is-triple .c-feature-block-alt__content {
      width: 44.8%; } }

@media (max-width: 599px) {
  .is-single .c-book-block-hero__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 1023px) {
  .is-double .c-book-block-hero__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 599px) {
  .is-single .c-book-block-hero__byline {
    font-family: "Avenir Next W05 Regular";
    font-size: 12px;
    line-height: 16px; } }

@media (max-width: 1023px) {
  .is-double .c-book-block-hero__byline {
    font-family: "Avenir Next W05 Regular";
    font-size: 12px;
    line-height: 16px; } }

.c-book-block-hero__desc {
  margin-top: 10px; }
  .c-book-block-hero__desc p, .c-book-block-hero__desc .cms ul li, .cms ul .c-book-block-hero__desc li,
  .c-book-block-hero__desc .cms ol li, .cms ol .c-book-block-hero__desc li {
    font-size: inherit; }
  @media (max-width: 599px) {
    .is-single .c-book-block-hero__desc {
      font-family: "Avenir Next W05 Regular";
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 599px) {
    .is-double .c-book-block-hero__desc {
      font-family: "Avenir Next W05 Regular";
      font-size: 14px;
      line-height: 18px; } }

.c-book-block-hero__cta {
  margin-top: 15px;
  display: none; }
  .is-single .c-book-block-hero__cta {
    display: inline-block; }
    @media (max-width: 599px) {
      .is-single .c-book-block-hero__cta {
        display: none; } }

.c-book-block-list__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 599px) {
    .c-book-block-list__cols {
      padding-top: 30px; } }
  @media (min-width: 600px) {
    .c-book-block-list__cols {
      padding-top: 40px; } }

@media (max-width: 599px) {
  .c-book-block-list__col {
    width: calc(99.9% * 1/2 - (8% - 8% * 1/2));
    margin-bottom: 40px; }
  .c-book-block-list__col:nth-child(1n) {
    float: left;
    margin-right: 8%;
    clear: none; }
  .c-book-block-list__col:last-child {
    margin-right: 0; }
  .c-book-block-list__col:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .c-book-block-list__col:nth-child(2n + 1) {
    clear: both; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-block-list__col {
    width: calc(99.9% * 1/4 - (4% - 4% * 1/4));
    margin-bottom: 40px; }
  .c-book-block-list__col:nth-child(1n) {
    float: left;
    margin-right: 4%;
    clear: none; }
  .c-book-block-list__col:last-child {
    margin-right: 0; }
  .c-book-block-list__col:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .c-book-block-list__col:nth-child(4n + 1) {
    clear: both; } }

@media (min-width: 1024px) {
  .c-book-block-list__col {
    width: calc(99.9% * 1/6 - (3.2% - 3.2% * 1/6));
    margin-bottom: 60px; }
  .c-book-block-list__col:nth-child(1n) {
    float: left;
    margin-right: 3.2%;
    clear: none; }
  .c-book-block-list__col:last-child {
    margin-right: 0; }
  .c-book-block-list__col:nth-child(6n) {
    margin-right: 0;
    float: right; }
  .c-book-block-list__col:nth-child(6n + 1) {
    clear: both; } }

.c-book-block-list__content {
  text-align: center; }

.book {
  position: relative;
  letter-spacing: -0.3px; }
  .book .circle-btn {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation-name: u-shrink;
            animation-name: u-shrink;
    -webkit-animation-duration: 0.01s;
            animation-duration: 0.01s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .has-touch .is-editing .book .circle-btn {
    -webkit-animation-name: u-grow;
            animation-name: u-grow;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .no-touch .book:focus .circle-btn, .no-touch .book:hover .circle-btn, .no-touch .book.is-removed .circle-btn, .no-touch .book.is-selected .circle-btn {
    -webkit-animation-name: u-grow;
            animation-name: u-grow;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .no-touch .book .circle-btn {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation-name: u-shrink;
            animation-name: u-shrink;
    -webkit-animation-duration: 0.01s;
            animation-duration: 0.01s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.book__actions {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: white;
  margin-left: -4px;
  margin-right: -4px;
  opacity: 0;
  pointer-events: none; }
  .bookcase-v2__column .book.is-removed .book__actions {
    opacity: 1;
    pointer-events: all; }

.book__fav {
  border: 1px solid #9a9a9a;
  border-radius: 3px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  padding: 10px 0 7px;
  text-indent: -10px;
  background-color: white;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: black; }
  .book__fav:active, .book__fav:focus, .book__fav:hover {
    color: black; }
  .book__fav:hover, .book__fav.is-selected {
    background-color: #f7f7f7; }
  .book__fav.is-active {
    background-color: #404042;
    color: white; }
    .book__fav.is-active:hover {
      background-color: #48484a; }
  .book__fav .fav-toggle__icon {
    margin-right: 2px; }
  .book.is-removed .book__fav {
    display: none; }

.book__under {
  position: absolute;
  width: 100%; }
  .book.is-removed .book__under {
    pointer-events: none; }

.no-touch .book__info {
  -webkit-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
  opacity: 1; }

.no-touch .bookcase-v2__column .book.is-selected .book__info,
.bookcase-v2__column .book.is-removed .book__info {
  opacity: 0;
  pointer-events: none; }

.book__info {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.book__cover {
  -webkit-box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.22);
          box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.22);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-filter 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: filter 0.2s linear, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: filter 0.2s linear, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
  z-index: 1; }
  .ie9 .book__cover {
    -webkit-filter: none !important;
            filter: none !important; }
  .book:hover .book__cover,
  .book.is-selected .book__cover {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075);
    -webkit-transform: scale(1.04);
            transform: scale(1.04); }
  .book__cover:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px; }
  .book__cover > img, .bookcase .book__cover > .missing-cover {
    width: 100%; }
  .book__cover-collection .book__cover {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 52%;
            flex: 1 0 52%;
    -webkit-box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.22);
            box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.22);
    margin-left: -40%;
    z-index: 0; }
    .book__cover-collection .book__cover:first-child {
      margin-left: 0;
      z-index: 2; }
    .book__cover-collection .book__cover:nth-child(2) {
      z-index: 1; }
    .book__cover-collection .book__cover img, .book__cover-collection .book__cover .bookcase .missing-cover, .bookcase .book__cover-collection .book__cover .missing-cover {
      width: 100%;
      min-width: 0 !important;
      max-height: none !important;
      -o-object-fit: initial !important;
         object-fit: initial !important; }

.book__cover-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.book__title, .removal-confirmation__heading {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  line-height: 18px;
  margin-top: 12px;
  margin-bottom: 4px; }
  .book__title a, .removal-confirmation__heading a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: black; }
    .book__title a:active, .removal-confirmation__heading a:active, .book__title a:focus, .removal-confirmation__heading a:focus, .book__title a:hover, .removal-confirmation__heading a:hover {
      color: black; }

.book__author {
  font-size: 14px; }
  .book__author a {
    color: black; }
    .book__author a:hover {
      text-decoration: underline; }

.bookcase-v2 .component__container, .bookcase-v2 .gift-swiper__shelf-container, .bookcase-v2 .tiles-feature__shelf-container,
.bookcase-v2 .tiles-swiper__shelf-container {
  max-width: 1270px; }

@media (min-width: 600px) {
  .recommendations-page .bookcase-v2 {
    padding-top: 10px; } }

.bookcase-v2__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px 0 5px; }
  @media (min-width: 600px) {
    .bookcase-v2__columns {
      padding: 0;
      margin-left: -15px;
      margin-right: -15px; } }

.bookcase-v2__column {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: calc(186px + 30px);
  margin-bottom: 130px; }
  .bookcase-v2__column > .book {
    max-width: 186px;
    margin: 0 auto; }
  @media (max-width: 599px) {
    .bookcase-v2__column {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(99.9% * 1/2 - (20px - 20px * 1/2));
          flex-basis: calc(99.9% * 1/2 - (20px - 20px * 1/2));
      max-width: calc(99.9% * 1/2 - (20px - 20px * 1/2));
      width: calc(99.9% * 1/2 - (20px - 20px * 1/2)); }
    .bookcase-v2__column:nth-child(1n) {
      margin-right: 20px;
      margin-left: 0; }
    .bookcase-v2__column:last-child {
      margin-right: 0; }
    .bookcase-v2__column:nth-child(2n) {
      margin-right: 0;
      margin-left: auto; } }

.c-book-details__info, .c-book-details__tags, .addthis_sharing_toolbox {
  margin-top: 20px;
  margin-bottom: 20px; }

@media (max-width: 599px) {
  .c-book-details .l-container, .c-book-details .c-nav__container, .c-book-details .c-nav__dest {
    margin-bottom: 30px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-details .l-container, .c-book-details .c-nav__container, .c-book-details .c-nav__dest {
    margin-bottom: 60px; } }

@media (min-width: 1024px) {
  .c-book-details .l-container, .c-book-details .c-nav__container, .c-book-details .c-nav__dest {
    margin-bottom: 60px; } }

.c-book-details__title {
  font-family: "ITC Avant Garde Gothic W05 Dem";
  font-size: 28px;
  color: black; }
  @media (max-width: 599px) {
    .c-book-details__title {
      margin-top: 28px;
      font-size: 24px;
      text-align: center; }
      .extract-page .c-book-details__title {
        margin-top: 50px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-details__title {
    font-size: 28px; } }
  @media (min-width: 1024px) {
    .c-book-details__title {
      font-size: 32px; } }

.c-book-details__subtitle {
  font-family: "ITC Avant Garde Gothic W05 Boo";
  margin: 0;
  color: #747474;
  line-height: 22px; }
  @media (max-width: 599px) {
    .c-book-details__subtitle {
      font-size: 14px;
      text-align: center; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-details__subtitle {
    font-size: 16px; } }
  @media (min-width: 1024px) {
    .c-book-details__subtitle {
      font-size: 18px; } }

.c-book-details__authors {
  margin-top: 3px;
  font-size: 0; }
  @media (max-width: 599px) {
    .c-book-details__authors li {
      font-size: 18px;
      text-align: center; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-details__authors li {
    font-size: 20px; } }
  @media (min-width: 1024px) {
    .c-book-details__authors li {
      font-size: 24px; } }
  .c-book-details__authors li a {
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 599px) {
    .c-book-details__authors--has-multiple-authors {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .c-book-details__authors--has-multiple-authors li {
    display: inline-block; }
    .c-book-details__authors--has-multiple-authors li + li:before {
      content: ', '; }

.c-book-details__author {
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: black;
  font-family: "ITC Avant Garde Gothic W05 Boo"; }
  .c-book-details__author:active, .c-book-details__author:focus, .c-book-details__author:hover {
    color: #ff6600; }

@media (min-width: 600px) {
  .c-book-details__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 600px) {
  .c-book-details__column:nth-child(1) {
    width: calc(99.9% * 4.35/12 - (10% - 10% * 4.35/12)); }
  .c-book-details__column:nth-child(1):nth-child(1n) {
    float: left;
    margin-right: 10%;
    clear: none; }
  .c-book-details__column:nth-child(1):last-child {
    margin-right: 0; }
  .c-book-details__column:nth-child(1):nth-child(2n) {
    margin-right: 0;
    float: right; }
  .c-book-details__column:nth-child(1):nth-child(2n + 1) {
    clear: both; }
  .c-book-details__column:nth-child(2) {
    width: calc(99.9% * 7.65/12 - (10% - 10% * 7.65/12)); }
  .c-book-details__column:nth-child(2):nth-child(1n) {
    float: left;
    margin-right: 10%;
    clear: none; }
  .c-book-details__column:nth-child(2):last-child {
    margin-right: 0; }
  .c-book-details__column:nth-child(2):nth-child(2n) {
    margin-right: 0;
    float: right; }
  .c-book-details__column:nth-child(2):nth-child(2n + 1) {
    clear: both; } }

.c-book-details__cover {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: -8px 8px 30px rgba(0, 0, 0, 0.35);
          box-shadow: -8px 8px 30px rgba(0, 0, 0, 0.35); }
  @media (max-width: 599px) {
    .c-book-details__cover {
      max-width: 226px;
      margin: 0 auto; } }

.c-book-details__cover-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }
  .is-loading .c-book-details__cover-img {
    opacity: 0.15; }

.c-book-details__penguin {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  width: 92px;
  height: 70px;
  background-size: 92px 70px;
  background-image: url("../img/loading.gif");
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }
  .is-loading .c-book-details__penguin {
    opacity: 1; }

.c-book-details__magnify {
  /*
    &:after {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        background-color: rgba(0, 0, 0, 0.5);
        background-image: url('../svg/icons/zoomin-w.svg');
        background-size: 30%;
        background-position: 50% 40%;
        background-repeat: no-repeat;
    }

    &:before {
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        transform: translate3d( 0, -50%, 0);
        top: 61%;
        line-height: 100%;
        position: absolute;
        content: 'Hi-Res\a Cover';
        white-space: pre;
        line-height: 100%;
        z-index: 10;
        width: 100%;
        text-transform: uppercase;
        font-family: 'ITC Avant Garde Gothic W05 Bol';
        font-size: 30px;
        color: white;
        text-align: center;
        transition: opacity 0.3s;
    }
    */ }
  .c-book-details__magnify.is-disabled {
    cursor: default; }
    .c-book-details__magnify.is-disabled:after, .c-book-details__magnify.is-disabled:before {
      display: none; }
  .c-book-details__magnify:before, .c-book-details__magnify:after {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .no-touch .c-book-details__magnify:hover:after,
  .no-touch .c-book-details__magnify:hover:before {
    opacity: 1; }
  .c-book-details__magnify:after {
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/hires-cover@2x.png);
    background-size: 40%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5); }

.c-book-details__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  @media (max-width: 599px) {
    .c-book-details__nav {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: auto;
      margin-right: auto;
      max-width: 290px; } }
  @media (min-width: 600px) {
    .c-book-details__nav {
      margin-top: 30px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-details__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 599px) {
  .c-book-details__read-extract,
  .c-book-details__look-inside,
  .c-look-inside__toggle {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 290px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-details__read-extract,
  .c-book-details__look-inside,
  .c-look-inside__toggle {
    width: 100%; } }

@media (min-width: 1024px) {
  .c-book-details__read-extract,
  .c-book-details__look-inside,
  .c-look-inside__toggle {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.extract-page .c-book-details__read-extract, .extract-page
.c-book-details__look-inside, .extract-page
.c-look-inside__toggle {
  display: none; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-details__look-inside,
  .c-look-inside__toggle {
    margin-bottom: 12px; } }

.c-book-details__look-inside + .c-book-details__read-extract {
  margin-left: 15px; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-details__look-inside + .c-book-details__read-extract {
    margin-left: 0; } }

.c-book-details__about-the-book {
  width: 100%; }
  @media (max-width: 599px) {
    .c-book-details__about-the-book {
      max-width: 290px;
      margin: 0 auto; } }
  .book-page .c-book-details__about-the-book {
    display: none; }
  .extract-page .c-book-details__about-the-book {
    display: block; }

.c-book-details__info {
  font-size: 12px; }
  .c-book-details__info li {
    margin-top: 5px; }
    .c-book-details__info li span:first-child {
      color: black;
      font-family: 'Avenir Next W05 Medium'; }
  @media (max-width: 599px) {
    .c-book-details__info--tablet {
      display: none; } }
  .c-book-details__info--mob {
    border-top: 3px solid #F1F1F1;
    margin-top: 28px;
    padding-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 600px) {
      .c-book-details__info--mob {
        display: none; } }
    .c-book-details__info--mob li:first-child {
      margin-top: 0; }
    .c-book-details__info--mob .c-book-details__info-col {
      width: 50%; }
      .c-book-details__info--mob .c-book-details__info-col:first-child {
        margin-right: 16px; }
    .c-book-details__info--mob .c-book-details__tags {
      margin-top: 0; }

.c-book-details__tags a {
  text-decoration: underline;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: black; }
  .c-book-details__tags a:active, .c-book-details__tags a:focus, .c-book-details__tags a:hover {
    color: #ff6600; }

.c-book-details__tags-heading {
  color: black;
  font-family: 'Avenir Next W05 Medium'; }

.ie11 .addthis_sharing_toolbox {
  display: none; }

.addthis_button_expanded {
  color: black;
  font-family: 'Avenir Next W05 Medium';
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: black; }
  .addthis_button_expanded:active, .addthis_button_expanded:focus, .addthis_button_expanded:hover {
    color: #ff6600; }

.c-book-details__desc {
  overflow: hidden;
  position: relative; }
  @media (max-width: 599px) {
    .c-book-details__desc {
      height: 284px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-book-details__desc {
    height: 384px; } }
  @media (min-width: 1024px) {
    .c-book-details__desc {
      height: 336px; } }
  .c-book-details__desc.is-short {
    height: auto !important; }
  @media (max-width: 599px) {
    .c-book-details__desc p, .c-book-details__desc .cms ul li, .cms ul .c-book-details__desc li,
    .c-book-details__desc .cms ol li, .cms ol .c-book-details__desc li {
      font-size: 16px;
      line-height: 24px; } }
  .c-book-details__desc p b, .c-book-details__desc .cms ul li b, .cms ul .c-book-details__desc li b, .c-book-details__desc .cms ol li b, .cms ol .c-book-details__desc li b, .c-book-details__desc p strong, .c-book-details__desc .cms ul li strong, .cms ul .c-book-details__desc li strong, .c-book-details__desc .cms ol li strong, .cms ol .c-book-details__desc li strong {
    font-family: 'Avenir Next W05 Medium'; }
  .c-book-details__desc:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  .c-book-details__desc.is-short:after {
    display: none; }
  .c-book-details__desc.is-open:after {
    bottom: -40px; }

.c-book-details__keynote p, .c-book-details__keynote .cms ul li, .cms ul .c-book-details__keynote li,
.c-book-details__keynote .cms ol li, .cms ol .c-book-details__keynote li {
  font-family: 'Avenir Next W05 Medium';
  font-size: 20px; }
  @media (max-width: 599px) {
    .c-book-details__keynote p, .c-book-details__keynote .cms ul li, .cms ul .c-book-details__keynote li,
    .c-book-details__keynote .cms ol li, .cms ol .c-book-details__keynote li {
      font-size: 18px; } }

.is-short + .c-book-details__read-more {
  display: none; }

@media (max-width: 599px) {
  .swiper-wrapper--centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.c-book-details__extract-heading {
  background-color: #F1F1F1;
  color: #747474;
  padding: 8px;
  font-family: "ITC Avant Garde Gothic W05 Bol";
  text-transform: uppercase;
  font-size: 12px;
  margin: 67px 0 54px; }

.brands {
  margin-bottom: 80px; }
  .brands ul {
    text-align: center; }
  .brands ul:before {
    content: '';
    display: table; }
  .brands ul:after {
    content: '';
    display: table;
    clear: both; }
  @media (max-width: 599px) {
    .brands li {
      width: calc(99.9% * 1/2 - (20px - 20px * 1/2)); }
    .brands li:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .brands li:last-child {
      margin-right: 0; }
    .brands li:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .brands li:nth-child(2n + 1) {
      clear: both; } }
  @media (min-width: 600px) {
    .brands li {
      width: calc(99.9% * 1/3 - (20px - 20px * 1/3)); }
    .brands li:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .brands li:last-child {
      margin-right: 0; }
    .brands li:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .brands li:nth-child(3n + 1) {
      clear: both; } }
  @media (min-width: 1024px) {
    .brands li {
      width: calc(99.9% * 1/4 - (20px - 20px * 1/4)); }
    .brands li:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .brands li:last-child {
      margin-right: 0; }
    .brands li:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .brands li:nth-child(4n + 1) {
      clear: both; } }
  @media (min-width: 1132px) {
    .brands li {
      width: calc(99.9% * 1/5 - (20px - 20px * 1/5)); }
    .brands li:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .brands li:last-child {
      margin-right: 0; }
    .brands li:nth-child(5n) {
      margin-right: 0;
      float: right; }
    .brands li:nth-child(5n + 1) {
      clear: both; } }
  .brands img, .brands .bookcase .missing-cover, .bookcase .brands .missing-cover {
    margin: 0 auto; }
  .brands a:nth-child(2) {
    font-size: 18px;
    font-family: 'ITC Avant Garde Gothic W05 Md'; }

.breadcrumbs {
  background-color: #e6e7e8;
  padding: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'ITC Avant Garde Gothic W05 Md'; }
  .breadcrumbs span {
    font-size: 11px;
    padding: 0 3px; }

.c-breadcrumbs {
  background-color: #F1F2F4; }
  @media (max-width: 599px) {
    .c-breadcrumbs {
      margin-bottom: 30px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-breadcrumbs {
    margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    .c-breadcrumbs {
      margin-bottom: 60px; } }
  .c-breadcrumbs a {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: black; }
    .c-breadcrumbs a:active, .c-breadcrumbs a:focus,
    .no-touch .c-breadcrumbs a:hover {
      color: #ff6600;
      text-decoration: none; }
  .c-breadcrumbs span {
    color: #747578; }
  .c-breadcrumbs a,
  .c-breadcrumbs span {
    line-height: 40px; }
    @media (max-width: 599px) {
      .c-breadcrumbs a,
      .c-breadcrumbs span {
        font-family: "Avenir Next W05 Medium";
        font-size: 12px;
        line-height: 30px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-breadcrumbs a,
  .c-breadcrumbs span {
    font-family: "Avenir Next W05 Medium";
    font-size: 13px; } }
    @media (min-width: 1024px) {
      .c-breadcrumbs a,
      .c-breadcrumbs span {
        font-family: "Avenir Next W05 Medium";
        font-size: 14px; } }

.c-breadcrumbs__separator {
  margin: 0 2px; }

.c-callouts {
  margin: 40px 0; }

.c-callouts__desc {
  font-family: 'Avenir Next W05 Medium'; }
  @media (max-width: 599px) {
    .c-callouts__desc {
      font-size: 14px; } }
  @media (min-width: 600px) {
    .c-callouts__desc {
      font-size: 16px; } }

.comps-current {
  margin-top: 40px; }

.comps-current__heading {
  margin-bottom: 20px;
  line-height: 110%; }
  @media (min-width: 600px) {
    .comps-current__heading {
      margin-bottom: 30px; } }

.comps-current__outer-columns:before {
  content: '';
  display: table; }

.comps-current__outer-columns:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 1024px) {
  .comps-current__outer-column:first-child {
    width: calc(99.9% * 1/5 - (5px - 5px * 1/5)); }
  .comps-current__outer-column:first-child:nth-child(1n) {
    float: left;
    margin-right: 5px;
    clear: none; }
  .comps-current__outer-column:first-child:last-child {
    margin-right: 0; }
  .comps-current__outer-column:first-child:nth-child(0n) {
    float: right; } }

@media (min-width: 1024px) {
  .comps-current__outer-column:nth-child(2) {
    width: calc(99.9% * 3.55/5 - (20px - 20px * 3.55/5)); }
  .comps-current__outer-column:nth-child(2):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .comps-current__outer-column:nth-child(2):last-child {
    margin-right: 0; }
  .comps-current__outer-column:nth-child(2):nth-child(5n) {
    margin-right: 0;
    float: right; }
  .comps-current__outer-column:nth-child(2):nth-child(5n + 1) {
    clear: both; } }

.comps-current__inner-columns:before {
  content: '';
  display: table; }

.comps-current__inner-columns:after {
  content: '';
  display: table;
  clear: both; }

.comps-current__inner-column {
  margin-bottom: 25px; }
  @media (min-width: 601px) {
    .comps-current__inner-column {
      margin-bottom: 40px; } }
  @media (min-width: 600px) {
    .comps-current__inner-column:nth-child(1n) {
      width: 250px;
      float: left; } }
  @media (min-width: 600px) {
    .comps-current__inner-column:nth-child(2n) {
      width: calc(100% - 250px - 20px);
      float: right; } }
  .comps-current__inner-column:nth-child(2n + 1) {
    clear: both; }
  @media (max-width: 599px) {
    .comps-current__inner-column:last-child {
      margin-bottom: 0; } }
  .comps-current__inner-column img, .comps-current__inner-column .bookcase .missing-cover, .bookcase .comps-current__inner-column .missing-cover {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear; }
    .comps-current__inner-column img:hover, .comps-current__inner-column .bookcase .missing-cover:hover, .bookcase .comps-current__inner-column .missing-cover:hover, .comps-current__inner-column img.is-selected, .comps-current__inner-column .bookcase .is-selected.missing-cover, .bookcase .comps-current__inner-column .is-selected.missing-cover {
      -webkit-filter: blur(0) brightness(1.075);
              filter: blur(0) brightness(1.075); }
    .ie9 .comps-current__inner-column img, .ie9 .comps-current__inner-column .bookcase .missing-cover, .bookcase .ie9 .comps-current__inner-column .missing-cover {
      -webkit-filter: none !important;
              filter: none !important; }
    @media (max-width: 599px) {
      .comps-current__inner-column img, .comps-current__inner-column .bookcase .missing-cover, .bookcase .comps-current__inner-column .missing-cover {
        width: 100%; } }
  .comps-current__inner-column h3 {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 29px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: black;
    line-height: 110%; }
    @media (min-width: 600px) {
      .comps-current__inner-column h3 {
        font-size: 26px; } }
  .comps-current__inner-column p, .comps-current__inner-column .cms ul li, .cms ul .comps-current__inner-column li,
  .comps-current__inner-column .cms ol li, .cms ol .comps-current__inner-column li {
    font-size: 16px; }

.comps-prev {
  background-color: #e6e7e9;
  padding-top: 40px; }
  @media (max-width: 599px) {
    .comps-prev {
      margin-top: 40px; } }

.comps-prev__heading {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .comps-prev__heading {
      margin-bottom: 30px; } }

.comps-prev__columns:before {
  content: '';
  display: table; }

.comps-prev__columns:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 600px) and (max-width: 1023px) {
  .comps-prev__column {
    width: calc(99.9% * 1/2 - (20px - 20px * 1/2));
    text-align: center; }
  .comps-prev__column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .comps-prev__column:last-child {
    margin-right: 0; }
  .comps-prev__column:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .comps-prev__column:nth-child(2n + 1) {
    clear: both; } }

@media (min-width: 1024px) {
  .comps-prev__column {
    width: calc(99.9% * 1/3 - (20px - 20px * 1/3));
    text-align: center; }
  .comps-prev__column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .comps-prev__column:last-child {
    margin-right: 0; }
  .comps-prev__column:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .comps-prev__column:nth-child(3n + 1) {
    clear: both; } }

.comps-prev__column img, .comps-prev__column .bookcase .missing-cover, .bookcase .comps-prev__column .missing-cover {
  display: inline-block; }
  @media (max-width: 599px) {
    .comps-prev__column img, .comps-prev__column .bookcase .missing-cover, .bookcase .comps-prev__column .missing-cover {
      width: 100%; } }

.comps-prev__column h4 {
  color: #ff6600;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 24px;
  margin-top: 14px;
  line-height: 110%; }
  @media (min-width: 600px) {
    .comps-prev__column h4 {
      font-size: 18px; } }

.comps-prev__column p, .comps-prev__column .cms ul li, .cms ul .comps-prev__column li,
.comps-prev__column .cms ol li, .cms ol .comps-prev__column li {
  font-size: 16px;
  color: #666666; }

.comps-prev__column ul {
  margin: 10px 0 40px 0; }
  .comps-prev__column ul li p, .comps-prev__column .cms ul li li, .cms .comps-prev__column ul li li,
  .comps-prev__column ul li .cms ol li {
    margin: 0;
    font-family: 'ITC Avant Garde Gothic W05 Md'; }

.comps-prev__img {
  position: relative;
  overflow: hidden; }
  @media (min-width: 600px) {
    .comps-prev__img {
      width: 250px;
      height: 170px;
      margin: 0 auto;
      text-align: center; } }

.comps-prev__sash {
  width: 200px;
  background: #ff6600;
  position: absolute;
  text-align: center;
  line-height: 30px;
  letter-spacing: -0.5px;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  color: white;
  text-transform: uppercase;
  padding-top: 5px;
  top: 15px;
  right: -70px;
  left: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: -3px 3px 6px -4px rgba(0, 0, 0, 0.75);
          box-shadow: -3px 3px 6px -4px rgba(0, 0, 0, 0.75); }

.comp__desc-columns {
  margin: 35px 0; }

.comp__desc-columns:before {
  content: '';
  display: table; }

.comp__desc-columns:after {
  content: '';
  display: table;
  clear: both; }

.comp__desc-column p:first-child, .comp__desc-column .cms ul li:first-child, .cms ul .comp__desc-column li:first-child,
.comp__desc-column .cms ol li:first-child, .cms ol .comp__desc-column li:first-child {
  margin-top: 0; }

@media (min-width: 600px) {
  .comp__desc-column:nth-child(1n) {
    width: calc(100% - 200px - 20px);
    float: left; } }

@media (min-width: 600px) {
  .comp__desc-column:nth-child(2n) {
    width: 200px;
    float: right; } }

@media (max-width: 599px) {
  .comp__desc-details {
    margin-bottom: 40px; } }

.comp__desc-details > p, .cms ul .comp__desc-details > li,
.cms ol .comp__desc-details > li {
  font-size: 14px;
  margin: 12px 0;
  line-height: 120%; }
  @media (max-width: 599px) {
    .comp__desc-details > p, .cms ul .comp__desc-details > li,
    .cms ol .comp__desc-details > li {
      color: #333333; } }

.comp-form {
  background-color: #2b2b2d;
  color: white; }
  @media (max-width: 599px) {
    .comp-form .component__gutters, .comp-form .gift-swiper__shelf-gutters, .comp-form .tiles-feature__shelf-gutters,
    .comp-form .tiles-swiper__shelf-gutters {
      padding: 0 20px; } }
  .comp-form .component__container, .comp-form .gift-swiper__shelf-container, .comp-form .tiles-feature__shelf-container,
  .comp-form .tiles-swiper__shelf-container {
    padding: 20px 0; }
  .comp-form form {
    margin: 40px 0; }

.comp-form__heading {
  color: #ff6600;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 110%; }
  @media (min-width: 600px) {
    .comp-form__heading {
      margin-bottom: 30px; } }

.comp-form__outer-columns:before {
  content: '';
  display: table; }

.comp-form__outer-columns:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 1024px) {
  .comp-form__outer-column:first-child {
    width: calc(99.9% * 1/5 - (5px - 5px * 1/5)); }
  .comp-form__outer-column:first-child:nth-child(1n) {
    float: left;
    margin-right: 5px;
    clear: none; }
  .comp-form__outer-column:first-child:last-child {
    margin-right: 0; }
  .comp-form__outer-column:first-child:nth-child(0n) {
    float: right; } }

@media (min-width: 1024px) {
  .comp-form__outer-column:nth-child(2) {
    width: calc(99.9% * 3.55/5 - (20px - 20px * 3.55/5)); }
  .comp-form__outer-column:nth-child(2):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .comp-form__outer-column:nth-child(2):last-child {
    margin-right: 0; }
  .comp-form__outer-column:nth-child(2):nth-child(5n) {
    margin-right: 0;
    float: right; }
  .comp-form__outer-column:nth-child(2):nth-child(5n + 1) {
    clear: both; } }

.comp-form__columns:before {
  content: '';
  display: table; }

.comp-form__columns:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 601px) {
  .comp-form__column {
    width: calc(99.9% * 1/2 - (20px - 20px * 1/2)); }
  .comp-form__column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .comp-form__column:last-child {
    margin-right: 0; }
  .comp-form__column:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .comp-form__column:nth-child(2n + 1) {
    clear: both; } }

@media (max-width: 599px) {
  .comp-form__column:nth-child(2n) {
    margin-top: 20px; } }

.InputWrap .InputParent .Input {
  background-color: white;
  border: 1px solid #abb0b2; }

.Input {
  color: black; }

.InputWrap .List li table {
  width: auto; }

/*
.InputWrap .InputParent .Input.Select:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 40px;
    background: url(../svg/icons/scrolldown-b.svg) no-repeat center center;
    pointer-events: none;
}
*/
.comp-form label {
  font-family: 'Avenir Next W05 Regular'; }

.comp-form__group {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #222224; }
  .comp-form__group > * {
    margin-top: 20px; }

.comp-form__success {
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 350px; }
  .comp-form__success h3 {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 17px;
    line-height: 135%; }
  .comp-form__success p, .comp-form__success .cms ul li, .cms ul .comp-form__success li,
  .comp-form__success .cms ol li, .cms ol .comp-form__success li {
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 20px; }

.contact-map {
  background-color: #404042; }
  .contact-map .h3, .contact-map .about-imprints__heading, .contact-map .article__subheading, .contact-map .comps-current__heading, .contact-map .comps-prev__heading, .contact-map .comp-form__heading, .contact-map .description-authors__heading, .contact-map .description-book__heading, .contact-map .extract__heading, .contact-map .genre-links__genre, .contact-map .gift__more-options,
  .contact-map .gift__restart, .contact-map .heading-w-desc__heading, .contact-map .promo__swiper-heading, .contact-map .teachers__list span, .teachers__list .contact-map span, .contact-map .tile__subheading, .contact-map .tiles-feature__heading,
  .contact-map .tiles-swiper__heading {
    font-size: 16px; }
    .contact-map .h3:nth-of-type(2), .contact-map .about-imprints__heading:nth-of-type(2), .contact-map .article__subheading:nth-of-type(2), .contact-map .comps-current__heading:nth-of-type(2), .contact-map .comps-prev__heading:nth-of-type(2), .contact-map .comp-form__heading:nth-of-type(2), .contact-map .description-authors__heading:nth-of-type(2), .contact-map .description-book__heading:nth-of-type(2), .contact-map .extract__heading:nth-of-type(2), .contact-map .genre-links__genre:nth-of-type(2), .contact-map .gift__more-options:nth-of-type(2),
    .contact-map .gift__restart:nth-of-type(2), .contact-map .heading-w-desc__heading:nth-of-type(2), .contact-map .promo__swiper-heading:nth-of-type(2), .contact-map .teachers__list span:nth-of-type(2), .teachers__list .contact-map span:nth-of-type(2), .contact-map .tile__subheading:nth-of-type(2), .contact-map .tiles-feature__heading:nth-of-type(2),
    .contact-map .tiles-swiper__heading:nth-of-type(2) {
      margin-top: 40px; }
    .contact-map .h3 button, .contact-map .about-imprints__heading button, .contact-map .article__subheading button, .contact-map .comps-current__heading button, .contact-map .comps-prev__heading button, .contact-map .comp-form__heading button, .contact-map .description-authors__heading button, .contact-map .description-book__heading button, .contact-map .extract__heading button, .contact-map .genre-links__genre button, .contact-map .gift__more-options button, .contact-map .gift__restart button, .contact-map .heading-w-desc__heading button, .contact-map .promo__swiper-heading button, .contact-map .teachers__list span button, .teachers__list .contact-map span button, .contact-map .tile__subheading button, .contact-map .tiles-feature__heading button, .contact-map .tiles-swiper__heading button {
      text-decoration: none;
      -webkit-transition: color .2s;
      transition: color .2s;
      color: #ff6600;
      text-transform: uppercase; }
      .contact-map .h3 button:active, .contact-map .about-imprints__heading button:active, .contact-map .article__subheading button:active, .contact-map .comps-current__heading button:active, .contact-map .comps-prev__heading button:active, .contact-map .comp-form__heading button:active, .contact-map .description-authors__heading button:active, .contact-map .description-book__heading button:active, .contact-map .extract__heading button:active, .contact-map .genre-links__genre button:active, .contact-map .gift__more-options button:active, .contact-map .gift__restart button:active, .contact-map .heading-w-desc__heading button:active, .contact-map .promo__swiper-heading button:active, .contact-map .teachers__list span button:active, .teachers__list .contact-map span button:active, .contact-map .tile__subheading button:active, .contact-map .tiles-feature__heading button:active, .contact-map .tiles-swiper__heading button:active, .contact-map .h3 button:focus, .contact-map .about-imprints__heading button:focus, .contact-map .article__subheading button:focus, .contact-map .comps-current__heading button:focus, .contact-map .comps-prev__heading button:focus, .contact-map .comp-form__heading button:focus, .contact-map .description-authors__heading button:focus, .contact-map .description-book__heading button:focus, .contact-map .extract__heading button:focus, .contact-map .genre-links__genre button:focus, .contact-map .gift__more-options button:focus, .contact-map .gift__restart button:focus, .contact-map .heading-w-desc__heading button:focus, .contact-map .promo__swiper-heading button:focus, .contact-map .teachers__list span button:focus, .teachers__list .contact-map span button:focus, .contact-map .tile__subheading button:focus, .contact-map .tiles-feature__heading button:focus, .contact-map .tiles-swiper__heading button:focus, .contact-map .h3 button:hover, .contact-map .about-imprints__heading button:hover, .contact-map .article__subheading button:hover, .contact-map .comps-current__heading button:hover, .contact-map .comps-prev__heading button:hover, .contact-map .comp-form__heading button:hover, .contact-map .description-authors__heading button:hover, .contact-map .description-book__heading button:hover, .contact-map .extract__heading button:hover, .contact-map .genre-links__genre button:hover, .contact-map .gift__more-options button:hover, .contact-map .gift__restart button:hover, .contact-map .heading-w-desc__heading button:hover, .contact-map .promo__swiper-heading button:hover, .contact-map .teachers__list span button:hover, .teachers__list .contact-map span button:hover, .contact-map .tile__subheading button:hover, .contact-map .tiles-feature__heading button:hover, .contact-map .tiles-swiper__heading button:hover {
        color: #ff7e29; }
  .contact-map p, .contact-map .cms ul li, .cms ul .contact-map li,
  .contact-map .cms ol li, .cms ol .contact-map li {
    color: white; }
  .partnerships-page .contact-map {
    background-color: inherit; }
    .partnerships-page .contact-map p, .partnerships-page .contact-map .cms ul li, .cms ul .partnerships-page .contact-map li,
    .partnerships-page .contact-map .cms ol li, .cms ol .partnerships-page .contact-map li {
      color: inherit; }

.contact-page h4.h3, .contact-page h4.about-imprints__heading, .contact-page h4.article__subheading, .contact-page h4.comps-current__heading, .contact-page h4.comps-prev__heading, .contact-page h4.comp-form__heading, .contact-page h4.description-authors__heading, .contact-page h4.description-book__heading, .contact-page h4.extract__heading, .contact-page h4.genre-links__genre, .contact-page h4.gift__more-options,
.contact-page h4.gift__restart, .contact-page h4.heading-w-desc__heading, .contact-page h4.promo__swiper-heading, .contact-page h4.tile__subheading, .contact-page h4.tiles-feature__heading,
.contact-page h4.tiles-swiper__heading {
  margin-top: 35px; }

@media (max-width: 599px) {
  .contact-page .contact-map .content {
    padding-bottom: 15px; } }

@media (max-width: 599px) {
  .contact-page .contact-map .content__column:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0; } }

.content {
  padding-top: 40px;
  padding-bottom: 40px; }
  .extract-page .content {
    padding: 0; }
  .content--grey-band {
    background-color: #ECECEC;
    padding-top: 10px; }
    @media (min-width: 1024px) {
      .content--grey-band {
        padding-top: 30px;
        padding-bottom: 10px; } }
  .content h2 {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    text-transform: uppercase;
    margin: 5px 0; }
  .content h3 {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0; }
  .content .h2, .content .tile__heading {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 26px;
    margin: 1em 0;
    text-transform: none; }
  @media (max-width: 1023px) {
    .content .h3, .content .about-imprints__heading, .content .article__subheading, .content .comps-current__heading, .content .comps-prev__heading, .content .comp-form__heading, .content .description-authors__heading, .content .description-book__heading, .content .extract__heading, .content .genre-links__genre, .content .gift__more-options,
    .content .gift__restart, .content .heading-w-desc__heading, .content .promo__swiper-heading, .content .teachers__list span, .teachers__list .content span, .content .tile__subheading, .content .tiles-feature__heading,
    .content .tiles-swiper__heading {
      margin-top: 30px; } }
  @media (min-width: 1024px) {
    .content .h3, .content .about-imprints__heading, .content .article__subheading, .content .comps-current__heading, .content .comps-prev__heading, .content .comp-form__heading, .content .description-authors__heading, .content .description-book__heading, .content .extract__heading, .content .genre-links__genre, .content .gift__more-options,
    .content .gift__restart, .content .heading-w-desc__heading, .content .promo__swiper-heading, .content .teachers__list span, .teachers__list .content span, .content .tile__subheading, .content .tiles-feature__heading,
    .content .tiles-swiper__heading {
      margin-top: 8px; } }
  @media (max-width: 1023px) {
    .content .h3.content__rights-h3, .content .content__rights-h3.about-imprints__heading, .content .content__rights-h3.article__subheading, .content .content__rights-h3.comps-current__heading, .content .content__rights-h3.comps-prev__heading, .content .content__rights-h3.comp-form__heading, .content .content__rights-h3.description-authors__heading, .content .content__rights-h3.description-book__heading, .content .content__rights-h3.extract__heading, .content .content__rights-h3.genre-links__genre, .content .content__rights-h3.gift__more-options,
    .content .content__rights-h3.gift__restart, .content .content__rights-h3.heading-w-desc__heading, .content .content__rights-h3.promo__swiper-heading, .content .teachers__list span.content__rights-h3, .teachers__list .content span.content__rights-h3, .content .content__rights-h3.tile__subheading, .content .content__rights-h3.tiles-feature__heading,
    .content .content__rights-h3.tiles-swiper__heading {
      background: #ff6600;
      padding: 20px 0;
      margin-right: -55px;
      color: white; } }
  @media (max-width: 599px) {
    .content .h3.content__rights-h3, .content .content__rights-h3.about-imprints__heading, .content .content__rights-h3.article__subheading, .content .content__rights-h3.comps-current__heading, .content .content__rights-h3.comps-prev__heading, .content .content__rights-h3.comp-form__heading, .content .content__rights-h3.description-authors__heading, .content .content__rights-h3.description-book__heading, .content .content__rights-h3.extract__heading, .content .content__rights-h3.genre-links__genre, .content .content__rights-h3.gift__more-options,
    .content .content__rights-h3.gift__restart, .content .content__rights-h3.heading-w-desc__heading, .content .content__rights-h3.promo__swiper-heading, .content .teachers__list span.content__rights-h3, .teachers__list .content span.content__rights-h3, .content .content__rights-h3.tile__subheading, .content .content__rights-h3.tiles-feature__heading,
    .content .content__rights-h3.tiles-swiper__heading {
      margin-left: -15px;
      text-indent: 15px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .content .h3.content__rights-h3, .content .content__rights-h3.about-imprints__heading, .content .content__rights-h3.article__subheading, .content .content__rights-h3.comps-current__heading, .content .content__rights-h3.comps-prev__heading, .content .content__rights-h3.comp-form__heading, .content .content__rights-h3.description-authors__heading, .content .content__rights-h3.description-book__heading, .content .content__rights-h3.extract__heading, .content .content__rights-h3.genre-links__genre, .content .content__rights-h3.gift__more-options,
  .content .content__rights-h3.gift__restart, .content .content__rights-h3.heading-w-desc__heading, .content .content__rights-h3.promo__swiper-heading, .content .teachers__list span.content__rights-h3, .teachers__list .content span.content__rights-h3, .content .content__rights-h3.tile__subheading, .content .content__rights-h3.tiles-feature__heading,
  .content .content__rights-h3.tiles-swiper__heading {
    margin-left: -55px;
    text-indent: 55px; } }
  .content .h4, .content .teachers__title {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 20px; }
  .content ul {
    list-style: disc;
    margin: 1em 0;
    padding-left: 40px; }
  .content ol {
    list-style: decimal;
    margin: 1em 0;
    padding-left: 40px; }
  .content li {
    line-height: 30px;
    font-size: 18px; }
  .content a {
    word-wrap: break-word; }
  .content tr:nth-child(even) {
    background: #f1f2f4; }
  .content tr:nth-child(odd) {
    background: #ffffff; }
  .content td {
    padding: 5px;
    vertical-align: top; }
    @media (max-width: 599px) {
      .content td {
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto;
        font-size: 9px; } }
  .content iframe {
    max-width: 100%; }
  .content .citations {
    font-size: 10px;
    color: #6d6e70;
    line-height: 18px; }
  .content img, .content .bookcase .missing-cover, .bookcase .content .missing-cover {
    height: auto !important; }
  .content figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .content figure.large {
      max-width: 558px; }
    .content figure.medium {
      max-width: 372px; }
    .content figure.small {
      max-width: 186px; }
    .content figure img, .content figure .bookcase .missing-cover, .bookcase .content figure .missing-cover {
      display: inline; }
    .content figure figcaption {
      margin-top: 10px;
      font-family: 'ITC Avant Garde Gothic W05 Md';
      font-size: 14px;
      line-height: 18px;
      color: #666666; }

.issuuembed.issuu-isrendered {
  width: 100% !important; }

.content__map {
  width: 100%;
  height: 350px; }
  @media (max-width: 1023px) {
    .content__map {
      margin-top: 30px; } }
  @media (min-width: 600px) {
    .content__map {
      height: 500px; } }

.content__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.content__column {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }
  .content__column > *:first-child {
    margin-top: 0; }
  .content__column--inner {
    margin-bottom: 0; }
  .content--row-dividers .content__column, .content__column--divider {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1d2d4; }
    @media (max-width: 1023px) {
      .content--row-dividers .content__column:last-child, .content__column--divider:last-child {
        border-bottom: none;
        margin-bottom: 20px;
        padding-bottom: 0; } }
    .content--row-dividers .content__column--empty, .content__column--divider--empty {
      display: none; }
  @media (max-width: 1023px) {
    .content__column--header {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .content__column--header:nth-of-type(odd) {
      width: calc(99.9% * 1/5 - (20px - 20px * 1/5)); }
    .content__column--header:nth-of-type(odd):nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .content__column--header:nth-of-type(odd):last-child {
      margin-right: 0; }
    .content__column--header:nth-of-type(odd):nth-child(2n) {
      margin-right: 0;
      float: right; }
    .content__column--header:nth-of-type(odd):nth-child(2n + 1) {
      clear: both; } }
  @media (min-width: 1024px) {
    .content__column--header:nth-of-type(even) {
      width: calc(99.9% * 4/5 - (20px - 20px * 4/5)); }
    .content__column--header:nth-of-type(even):nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .content__column--header:nth-of-type(even):last-child {
      margin-right: 0; }
    .content__column--header:nth-of-type(even):nth-child(2n) {
      margin-right: 0;
      float: right; }
    .content__column--header:nth-of-type(even):nth-child(2n + 1) {
      clear: both; }
      .content__column--header:nth-of-type(even) > p:first-child, .cms ul .content__column--header:nth-of-type(even) > li:first-child,
      .cms ol .content__column--header:nth-of-type(even) > li:first-child {
        margin-top: -7px; } }
  @media (min-width: 1024px) {
    .content__column--half {
      width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
    .content__column--half:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    .content__column--half:last-child {
      margin-right: 0; }
    .content__column--half:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .content__column--half:nth-child(2n + 1) {
      clear: both; } }
  @media (min-width: 1024px) {
    .content__column--third {
      width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
    .content__column--third:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    .content__column--third:last-child {
      margin-right: 0; }
    .content__column--third:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .content__column--third:nth-child(3n + 1) {
      clear: both; } }
  @media (min-width: 1024px) {
    .content__column--quarter {
      width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }
    .content__column--quarter:nth-child(1n) {
      float: left;
      margin-right: 30px;
      clear: none; }
    .content__column--quarter:last-child {
      margin-right: 0; }
    .content__column--quarter:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .content__column--quarter:nth-child(4n + 1) {
      clear: both; } }
  @media (min-width: 600px) {
    .content__column--center {
      width: calc(99.9% * 3.28/4 - (20px - 20px * 3.28/4));
      margin-left: calc(99.9% * (-0.4/4 * -1) - (20px - 20px * (-0.4/4 * -1)) + 20px) !important; }
    .content__column--center:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .content__column--center:last-child {
      margin-right: 0; }
    .content__column--center:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .content__column--center:nth-child(4n + 1) {
      clear: both; } }

.rights-page .content {
  overflow-x: hidden; }

.content__excerpt {
  margin-top: 40px;
  margin-bottom: 40px;
  border-left: 1px solid #000;
  padding-left: 40px;
  font-family: 'ITC Avant Garde Gothic W05 Md'; }
  @media (max-width: 599px) {
    .content__excerpt {
      margin-left: 20px;
      padding-left: 20px; } }

.content__cite {
  display: block;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 12px !important;
  line-height: 18px;
  text-transform: uppercase; }

@media (min-width: 600px) {
  .content__figure.float {
    float: left;
    margin-right: 40px; } }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

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

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

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

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }
  .ie9 .swiper-container-cube .swiper-cube-shadow {
    -webkit-filter: none;
            filter: none; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.cards--bg {
  background-color: #ececec; }

@media (min-width: 600px) {
  .cards .component__gutters, .cards .gift-swiper__shelf-gutters, .cards .tiles-feature__shelf-gutters,
  .cards .tiles-swiper__shelf-gutters {
    padding: 0; } }

.cards .component__container, .cards .gift-swiper__shelf-container, .cards .tiles-feature__shelf-container,
.cards .tiles-swiper__shelf-container {
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 698px) {
    .cards .component__container, .cards .gift-swiper__shelf-container, .cards .tiles-feature__shelf-container,
    .cards .tiles-swiper__shelf-container {
      max-width: 698px; } }
  @media (min-width: 1047px) {
    .cards .component__container, .cards .gift-swiper__shelf-container, .cards .tiles-feature__shelf-container,
    .cards .tiles-swiper__shelf-container {
      max-width: 1047px; } }

.wishlist-page .cards,
.favourites-page .cards {
  padding-top: 20px; }
  @media (min-width: 600px) {
    .wishlist-page .cards,
    .favourites-page .cards {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .wishlist-page .cards,
    .favourites-page .cards {
      padding-top: 40px; } }

.favourites-page--empty .cards {
  display: none; }

.recommendations-page .cards {
  padding-top: 10px;
  padding-bottom: 40px; }

.cards__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cards__column {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 738px) {
    .cards__column {
      width: calc(323px + 26px);
      margin-bottom: 26px; } }
  .cards__column > .card {
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 600px) {
      .cards__column > .card {
        width: 323px; } }
  .cards__column.is-hidden {
    display: none; }

.card {
  background-color: white;
  position: relative;
  z-index: 1;
  min-height: 180px; }
  .card:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px; }
  .card .circle-btn {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation-name: u-shrink;
            animation-name: u-shrink;
    -webkit-animation-duration: 0.01s;
            animation-duration: 0.01s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .has-touch .is-editing .card .circle-btn {
    -webkit-animation-name: u-grow;
            animation-name: u-grow;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .no-touch .card:focus .circle-btn, .no-touch .card:hover .circle-btn, .no-touch .card.is-selected .circle-btn {
    -webkit-animation-name: u-grow;
            animation-name: u-grow;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .no-touch .card .circle-btn {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation-name: u-shrink;
            animation-name: u-shrink;
    -webkit-animation-duration: 0.01s;
            animation-duration: 0.01s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    .no-touch .card .circle-btn.is-active, .no-touch .card .circle-btn:focus {
      -webkit-animation-name: u-grow;
              animation-name: u-grow;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
              animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }

.card__wrap {
  padding: 17px;
  position: relative; }

.card__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px; }

.card__columns:before {
  content: '';
  display: table; }

.card__columns:after {
  content: '';
  display: table;
  clear: both; }

.card__media {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  width: calc(99.9% * 2/5 - (20px - 20px * 2/5)); }

.card__media:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none; }

.card__media:last-child {
  margin-right: 0; }

.card__media:nth-child(2n) {
  margin-right: 0;
  float: right; }

.card__media:nth-child(2n + 1) {
  clear: both; }
  .card__media:hover, .card__media.is-selected {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075); }
  .ie9 .card__media {
    -webkit-filter: none !important;
            filter: none !important; }

.card__info {
  width: calc(99.9% * 3/5 - (20px - 20px * 3/5));
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.card__info:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none; }

.card__info:last-child {
  margin-right: 0; }

.card__info:nth-child(2n) {
  margin-right: 0;
  float: right; }

.card__info:nth-child(2n + 1) {
  clear: both; }

.card__type {
  text-transform: uppercase;
  color: #6d6e70;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  letter-spacing: 0.35px;
  font-size: 13px;
  line-height: 30.43px;
  margin-top: -7px; }
  .card__type--light {
    color: #BFBFC2; }

.card__heading {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  line-height: 18px;
  letter-spacing: 0.2px; }
  @media (max-width: 599px) {
    .card__heading {
      font-size: 13px;
      line-height: 16px; } }
  .card__heading a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: black; }
    .card__heading a:active, .card__heading a:focus, .card__heading a:hover {
      color: black; }

.card__content {
  margin-top: 5px;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: initial; }
  .card__content a {
    color: black; }
    .card__content a:hover {
      text-decoration: underline; }

.card__cta {
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  right: 17px; }
  @media (min-width: 600px) {
    .card__cta {
      font-size: 15px; } }

.card__cta-btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: 0;
  right: 0; }

.circle-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: white;
  -webkit-box-shadow: inset 0 0 0 2px #ededed;
          box-shadow: inset 0 0 0 2px #ededed;
  border-radius: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: 50;
  -webkit-transition: all 0.08s linear;
  transition: all 0.08s linear; }
  .circle-btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px; }
  .no-touch .circle-btn:hover, .circle-btn.is-active {
    background-color: white;
    -webkit-box-shadow: inset 0 0 0 2px #ff6600;
            box-shadow: inset 0 0 0 2px #ff6600; }
    .no-touch .circle-btn:hover .circle-btn__cross:after,
    .no-touch .circle-btn:hover .circle-btn__cross:before, .circle-btn.is-active .circle-btn__cross:after,
    .circle-btn.is-active .circle-btn__cross:before {
      background-color: #ff6600; }
  .book .circle-btn--tr {
    top: -16px;
    right: -15px; }
    .no-touch .book .circle-btn--tr {
      top: -20px;
      right: -17px; }
  .card .circle-btn--tr {
    top: -14px;
    right: -13px; }

.circle-btn__cross:before, .circle-btn__cross:after {
  position: absolute;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #ededed;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: all 0.08s linear;
  transition: all 0.08s linear; }

.circle-btn__cross:before {
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
          transform: rotate(45deg) translateX(-50%) translateY(-50%); }

.circle-btn__cross:after {
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
          transform: rotate(-45deg) translateX(-50%) translateY(-50%); }

.cms {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px; }

.cms:before {
  content: '';
  display: table; }

.cms:after {
  content: '';
  display: table;
  clear: both; }
  @media (min-width: 600px) {
    .cms .content__container {
      width: calc(99.9% * 3.28/4 - (20px - 20px * 3.28/4));
      margin-left: calc(99.9% * (-0.4/4 * -1) - (20px - 20px * (-0.4/4 * -1)) + 20px) !important; }
    .cms .content__container:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .cms .content__container:last-child {
      margin-right: 0; }
    .cms .content__container:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .cms .content__container:nth-child(4n + 1) {
      clear: both; } }
  .cms p em, .cms ul li em, .cms ol li em {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    color: black;
    font-style: normal; }
  .cms p a, .cms ul li a, .cms ol li a {
    font-family: 'ITC Avant Garde Gothic W05 Md'; }
  .cms blockquote {
    margin-left: 0;
    margin-right: 0; }
  .cms ul {
    list-style-type: square; }
  .cms ol {
    list-style-type: decimal; }
  .cms ul,
  .cms ol {
    list-style-position: outside;
    margin-bottom: 35px; }
    @media (max-width: 599px) {
      .cms ul,
      .cms ol {
        padding-left: 15px; } }
    @media (min-width: 600px) {
      .cms ul,
      .cms ol {
        padding-left: 20px; } }
  .cms img, .cms .bookcase .missing-cover, .bookcase .cms .missing-cover {
    max-width: 100%; }

html .cms__subheading {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: black; }
  a html .cms__subheading {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #ff6600; }
    a html .cms__subheading:active, a html .cms__subheading:focus, a html .cms__subheading:hover {
      color: #C6C6C6; }

html .cms__subheading-label {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #404042; }

html .cms__excerpt {
  padding-left: 40px;
  border-left: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 40px; }

html .cms__quote {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  color: #404042; }

html .cms__image-label {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 14px;
  line-height: 18px;
  color: #666; }

html .cms__cite {
  display: block;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 12px !important;
  line-height: 18px;
  text-transform: uppercase; }

.description {
  margin: 40px 0; }
  .description p cite, .description .cms ul li cite, .cms ul .description li cite, .description .cms ol li cite, .cms ol .description li cite {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 14px; }

.description-authors {
  margin-top: 35px;
  margin-bottom: 40px; }
  .description-authors .component__container:before, .description-authors .gift-swiper__shelf-container:before, .description-authors .tiles-feature__shelf-container:before,
  .description-authors .tiles-swiper__shelf-container:before {
    content: '';
    display: table; }
  .description-authors .component__container:after, .description-authors .gift-swiper__shelf-container:after, .description-authors .tiles-feature__shelf-container:after,
  .description-authors .tiles-swiper__shelf-container:after {
    content: '';
    display: table;
    clear: both; }
  .description-authors p:first-child, .description-authors .cms ul li:first-child, .cms ul .description-authors li:first-child,
  .description-authors .cms ol li:first-child, .cms ol .description-authors li:first-child {
    margin-top: 0; }
  .description-authors li {
    margin-bottom: 10px; }

@media (max-width: 599px) {
  .description-authors__content {
    width: 100%; } }

@media (min-width: 600px) {
  .description-authors__content {
    width: calc(99.9% * 5/7 - (20px - 20px * 5/7)); }
  .description-authors__content:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .description-authors__content:last-child {
    margin-right: 0; }
  .description-authors__content:nth-child(7n) {
    margin-right: 0;
    float: right; }
  .description-authors__content:nth-child(7n + 1) {
    clear: both; } }

.description-authors__list-container {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  letter-spacing: 0.35px;
  font-size: 18px; }
  @media (min-width: 1024px) {
    .description-authors__list-container {
      font-size: 19px; } }
  @media (max-width: 599px) {
    .description-authors__list-container {
      width: 100%; } }
  @media (min-width: 600px) {
    .description-authors__list-container {
      width: calc(99.9% * 2/7 - (20px - 20px * 2/7));
      padding-left: 10px; }
    .description-authors__list-container:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .description-authors__list-container:last-child {
      margin-right: 0; }
    .description-authors__list-container:nth-child(7n) {
      margin-right: 0;
      float: right; }
    .description-authors__list-container:nth-child(7n + 1) {
      clear: both; } }

@media (max-width: 599px) {
  .description-authors__heading {
    margin-top: 30px;
    margin-bottom: 16px; } }

@media (min-width: 600px) {
  .description-authors__heading {
    margin-top: 7px;
    margin-bottom: 10px; } }

.description-authors__author-img {
  margin-bottom: 14px; }
  @media (max-width: 599px) {
    .description-authors__author-img {
      width: 100%; } }

.description-book {
  margin-top: 35px;
  margin-bottom: 40px; }
  .description-book .component__container:before, .description-book .gift-swiper__shelf-container:before, .description-book .tiles-feature__shelf-container:before,
  .description-book .tiles-swiper__shelf-container:before {
    content: '';
    display: table; }
  .description-book .component__container:after, .description-book .gift-swiper__shelf-container:after, .description-book .tiles-feature__shelf-container:after,
  .description-book .tiles-swiper__shelf-container:after {
    content: '';
    display: table;
    clear: both; }

.description-book__column:nth-child(1) p:first-child, .description-book__column:nth-child(1) .cms ul li:first-child, .cms ul .description-book__column:nth-child(1) li:first-child,
.description-book__column:nth-child(1) .cms ol li:first-child, .cms ol .description-book__column:nth-child(1) li:first-child {
  margin-top: 0; }

@media (max-width: 599px) {
  .description-book__column:nth-child(1) {
    width: 100%; } }

@media (min-width: 600px) {
  .description-book__column:nth-child(1) {
    width: calc(99.9% * 5/7 - (20px - 20px * 5/7)); }
  .description-book__column:nth-child(1):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .description-book__column:nth-child(1):last-child {
    margin-right: 0; }
  .description-book__column:nth-child(1):nth-child(7n) {
    margin-right: 0;
    float: right; }
  .description-book__column:nth-child(1):nth-child(7n + 1) {
    clear: both; } }

.description-book__column:nth-child(2) {
  width: calc(99.9% * 2/7 - (20px - 20px * 2/7));
  max-width: 200px; }

.description-book__column:nth-child(2):nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none; }

.description-book__column:nth-child(2):last-child {
  margin-right: 0; }

.description-book__column:nth-child(2):nth-child(7n) {
  margin-right: 0;
  float: right; }

.description-book__column:nth-child(2):nth-child(7n + 1) {
  clear: both; }
  @media (max-width: 599px) {
    .description-book__column:nth-child(2) {
      display: none; } }

@media (max-width: 599px) {
  .description-book__heading {
    margin-top: 30px;
    margin-bottom: 16px; } }

@media (min-width: 600px) {
  .description-book__heading {
    margin-top: 7px;
    margin-bottom: 10px; } }

.c-editions {
  position: relative; }
  .c-editions .swiper-slide {
    width: 80px; }
    @media (max-width: 599px) {
      .c-editions .swiper-slide {
        margin-right: 8px; } }
    @media (min-width: 600px) {
      .c-editions .swiper-slide {
        margin-right: 12px; } }
    .c-editions .swiper-slide > a {
      display: block;
      color: black !important;
      font-size: 11px; }
  .c-editions .swiper-button-prev,
  .c-editions .swiper-button-next {
    margin-top: 0;
    width: 11px;
    height: 20px;
    background-size: 11px 20px;
    top: -2px; }
    @media (max-width: 599px) {
      .c-editions .swiper-button-prev,
      .c-editions .swiper-button-next {
        display: block; } }
  .c-editions .swiper-button-prev {
    left: initial;
    right: 21px; }
    @media (max-width: 599px) {
      .c-editions .swiper-button-prev {
        right: initial;
        left: 0; } }
  .c-editions .swiper-button-next {
    right: 0; }

.c-editions__heading {
  color: black;
  font-size: 13px;
  font-family: 'ITC Avant Garde Gothic W05 Md'; }
  @media (max-width: 599px) {
    .c-editions__heading {
      text-align: center;
      margin-bottom: 20px; } }
  @media (min-width: 600px) {
    .c-editions__heading {
      margin-bottom: 15px; } }

.c-editions__edition {
  border-radius: 6px;
  border: 1px solid #D5D5D5;
  opacity: 0.8;
  padding-top: 10px;
  padding-bottom: 10px; }
  .no-touch .c-editions__edition:hover {
    background-color: #EFEFEF;
    opacity: 1; }
  .c-editions__edition.is-selected {
    background-color: #EFEFEF;
    opacity: 1;
    border-color: #747474; }

.c-editions__cover {
  position: relative;
  width: 44px;
  height: 66px;
  margin: 0 auto; }
  .c-editions__cover img, .c-editions__cover .bookcase .missing-cover, .bookcase .c-editions__cover .missing-cover {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    -webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.2);
            box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.2);
    opacity: 0.8; }
    .c-editions__cover img:hover, .c-editions__cover .bookcase .missing-cover:hover, .bookcase .c-editions__cover .missing-cover:hover, .c-editions__cover img.is-selected, .c-editions__cover .bookcase .is-selected.missing-cover, .bookcase .c-editions__cover .is-selected.missing-cover {
      -webkit-filter: blur(0) brightness(1.075);
              filter: blur(0) brightness(1.075); }
    .ie9 .c-editions__cover img, .ie9 .c-editions__cover .bookcase .missing-cover, .bookcase .ie9 .c-editions__cover .missing-cover {
      -webkit-filter: none !important;
              filter: none !important; }

.c-editions__format {
  font-family: 'Avenir Next W05 Medium';
  margin: 6px auto 0;
  padding: 0 5%;
  text-align: center; }

.c-editions__format-date {
  padding: 0 5%;
  margin: 0 auto;
  text-align: center; }

.edit-list {
  text-align: right;
  position: relative;
  display: none; }
  .edit-list a {
    display: inline-block;
    color: #ff6600 !important;
    font-size: 12px; }
    .edit-list a:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: -10px;
      bottom: -10px;
      right: -10px;
      left: -10px; }
  .has-touch .edit-list {
    display: block; }
  .favourites-page--empty .edit-list {
    display: none; }

.recommendations-page .edit-list a {
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px); }

@media (max-width: 1023px) {
  .favourites-page .edit-list {
    height: 0;
    overflow: visible; } }

@media (min-width: 1024px) {
  .favourites-page .edit-list {
    padding-top: 12px; } }

.favourites-page .edit-list a {
  -webkit-transform: translateY(-59px);
          transform: translateY(-59px); }
  @media (min-width: 601px) {
    .favourites-page .edit-list a {
      -webkit-transform: translateY(-74px);
              transform: translateY(-74px); } }
  @media (min-width: 1025px) {
    .favourites-page .edit-list a {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px); } }

@media (min-width: 600px) {
  .error {
    margin-bottom: 60px; } }

.error__columns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 600px) {
    .error__columns {
      margin-top: 60px; } }

@media (max-width: 599px) {
  .error__column:nth-child(odd) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 600px) {
  .error__column:nth-child(odd) {
    width: calc(99.9% * 3/4 - (20px - 20px * 3/4)); }
  .error__column:nth-child(odd):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .error__column:nth-child(odd):last-child {
    margin-right: 0; }
  .error__column:nth-child(odd):nth-child(4n) {
    margin-right: 0;
    float: right; }
  .error__column:nth-child(odd):nth-child(4n + 1) {
    clear: both; } }

.error__column:nth-child(even) {
  width: 100%; }
  @media (min-width: 600px) {
    .error__column:nth-child(even) {
      width: calc(99.9% * 1/4 - (20px - 20px * 1/4)); }
    .error__column:nth-child(even):nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .error__column:nth-child(even):last-child {
      margin-right: 0; }
    .error__column:nth-child(even):nth-child(4n) {
      margin-right: 0;
      float: right; }
    .error__column:nth-child(even):nth-child(4n + 1) {
      clear: both; } }

.error__column img, .error__column .bookcase .missing-cover, .bookcase .error__column .missing-cover {
  display: block;
  margin: 0 auto; }
  @media (max-width: 599px) {
    .error__column img, .error__column .bookcase .missing-cover, .bookcase .error__column .missing-cover {
      margin-bottom: 20px; } }

.error__title {
  display: block;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 26px; }
  @media (max-width: 1023px) {
    .error__title {
      font-size: 22px; } }
  .error__title span {
    color: #ff6600; }

.extract {
  margin: 40px 0; }
  .extract .component__container:before, .extract .gift-swiper__shelf-container:before, .extract .tiles-feature__shelf-container:before,
  .extract .tiles-swiper__shelf-container:before {
    content: '';
    display: table; }
  .extract .component__container:after, .extract .gift-swiper__shelf-container:after, .extract .tiles-feature__shelf-container:after,
  .extract .tiles-swiper__shelf-container:after {
    content: '';
    display: table;
    clear: both; }

@media (min-width: 1024px) {
  .extract__column:first-child {
    width: calc(99.9% * 1/5 - (5px - 5px * 1/5)); }
  .extract__column:first-child:nth-child(1n) {
    float: left;
    margin-right: 5px;
    clear: none; }
  .extract__column:first-child:last-child {
    margin-right: 0; }
  .extract__column:first-child:nth-child(0n) {
    float: right; } }

@media (min-width: 1024px) {
  .extract__column:nth-child(2) {
    width: calc(99.9% * 4/5 - (20px - 20px * 4/5)); }
  .extract__column:nth-child(2):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .extract__column:nth-child(2):last-child {
    margin-right: 0; }
  .extract__column:nth-child(2):nth-child(5n) {
    margin-right: 0;
    float: right; }
  .extract__column:nth-child(2):nth-child(5n + 1) {
    clear: both; } }

.extract__column p:first-child, .extract__column .cms ul li:first-child, .cms ul .extract__column li:first-child,
.extract__column .cms ol li:first-child, .cms ol .extract__column li:first-child {
  margin-top: 0; }

.extract__heading {
  margin-top: 9px;
  margin-bottom: 30px; }

.c-events-filter {
  background-color: #F1F2F4; }
  .c-events-filter .l-container, .c-events-filter .c-nav__container, .c-events-filter .c-nav__dest {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 599px) {
      .c-events-filter .l-container, .c-events-filter .c-nav__container, .c-events-filter .c-nav__dest {
        margin-bottom: 42px; } }

@media (min-width: 601px) and (max-width: 1024px) {
  .c-events-filter .l-container, .c-events-filter .c-nav__container, .c-events-filter .c-nav__dest {
    margin-bottom: 60px; } }
    @media (min-width: 1024px) {
      .c-events-filter .l-container, .c-events-filter .c-nav__container, .c-events-filter .c-nav__dest {
        margin-bottom: 80px; } }
  @media (max-width: 599px) {
    .c-banner + .c-events-filter {
      margin-top: -30px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner + .c-events-filter {
    margin-top: -50px; } }
  @media (min-width: 1024px) {
    .c-banner + .c-events-filter {
      margin-top: -60px; } }
  .c-events-filter button {
    margin-bottom: 15px; }
    @media (max-width: 1023px) {
      .c-events-filter button {
        margin-right: 10px; } }

.c-events-filter__heading {
  color: #747578;
  margin-bottom: 13px; }

.c-events-list__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

@media (max-width: 599px) {
  .c-events-list__col {
    width: 100%;
    margin-bottom: 40px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-events-list__col {
    width: calc(99.9% * 1/2 - (4% - 4% * 1/2));
    margin-bottom: 60px; }
  .c-events-list__col:nth-child(1n) {
    float: left;
    margin-right: 4%;
    clear: none; }
  .c-events-list__col:last-child {
    margin-right: 0; }
  .c-events-list__col:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .c-events-list__col:nth-child(2n + 1) {
    clear: both; } }

@media (min-width: 1024px) {
  .c-events-list__col {
    width: calc(99.9% * 1/3 - (3.2% - 3.2% * 1/3));
    margin-bottom: 60px; }
  .c-events-list__col:nth-child(1n) {
    float: left;
    margin-right: 3.2%;
    clear: none; }
  .c-events-list__col:last-child {
    margin-right: 0; }
  .c-events-list__col:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .c-events-list__col:nth-child(3n + 1) {
    clear: both; } }

.c-events__no-results {
  margin-bottom: 40px; }

.fav-empty {
  background-color: #ececec; }
  .fav-empty--no-favourites {
    background-color: #ececec;
    display: none; }
    .fav-empty--no-favourites .component__container, .fav-empty--no-favourites .gift-swiper__shelf-container, .fav-empty--no-favourites .tiles-feature__shelf-container,
    .fav-empty--no-favourites .tiles-swiper__shelf-container {
      margin-bottom: 0; }
    .favourites-page--empty .fav-empty--no-favourites {
      display: block; }

.fav-empty__wrap {
  margin: 0 auto;
  text-align: center;
  max-width: 560px; }
  .fav-empty__wrap > div {
    display: none; }
    .favourites-page--empty .fav-empty__wrap > div[data-type='0'] {
      display: block; }

.fav-empty__heading {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  letter-spacing: -0.4px;
  color: #909092;
  font-size: 24px;
  padding-top: 45px;
  margin-bottom: 22px; }
  @media (min-width: 600px) {
    .fav-empty__heading {
      font-size: 40px;
      padding-top: 80px;
      margin-bottom: 34px; } }

.fav-empty__img {
  display: inline-block; }

.fav-empty__desc {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 15px;
  padding-top: 30px;
  color: #909092;
  line-height: 130%;
  margin: 0 auto; }
  .ios .fav-empty__desc {
    letter-spacing: initial; }
  @media (max-width: 599px) {
    .fav-empty__desc {
      padding-bottom: 40px;
      max-width: 315px; } }
  @media (min-width: 600px) {
    .fav-empty__desc {
      padding-bottom: 90px; } }
  .fav-empty__heading + .fav-empty__desc {
    padding-top: 0; }
  .fav-empty__desc a {
    text-decoration: underline; }

.wishlist-page .fav-filter {
  position: relative; }
  @media (max-width: 1023px) {
    .wishlist-page .fav-filter {
      padding-top: 21px;
      background-color: #EBEBEB; } }
  @media (min-width: 1024px) {
    .wishlist-page .fav-filter {
      padding-top: 10px; } }

.fav-filter__bar {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 16px;
  height: 80px;
  display: none; }
  @media (min-width: 1024px) {
    .fav-filter__bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      text-align: center; } }
  .fav-filter__bar a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: black;
    letter-spacing: 0.2px;
    -ms-flex-item-align: center;
        align-self: center;
    display: inline-block;
    margin: 0 14px; }
    .fav-filter__bar a:active, .fav-filter__bar a:focus, .fav-filter__bar a:hover {
      color: #ff6600; }
    .fav-filter__bar a.is-selected {
      color: #ff6600;
      text-decoration: underline; }

.fav-filter__select-bar {
  padding-top: 15px;
  height: 70px;
  text-align: center; }
  .fav-filter__select-bar label {
    font-size: 15px;
    margin-right: 4px; }
  @media (min-width: 1024px) {
    .fav-filter__select-bar {
      display: none; } }
  @media (max-width: 329px) {
    .fav-filter__select-bar {
      margin-left: -60px; } }

.fav-filter__select-wrap {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  color: #ff6600;
  position: relative;
  display: inline-block; }
  .fav-filter__select-wrap select:focus {
    border-color: transparent; }
  .fav-filter__select-wrap::after {
    background-image: url(../svg/icons/scrolldown-o.svg);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 16px;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom: #ff6600 solid 1px; }

.fav-toggle__icon {
  display: inline-block;
  margin-top: -4px;
  margin-right: 5px;
  vertical-align: middle;
  width: 25px;
  height: 23px;
  background-image: url("../img/heart-sequence-.png");
  background-size: 375px 23px;
  -webkit-transition: background-position 0.4s steps(14);
  transition: background-position 0.4s steps(14); }
  .fav-toggle--line .fav-toggle__icon {
    background-image: url("../img/heart-sequence-line.png"); }
  .fav-toggle--dark .fav-toggle__icon {
    background-image: url("../img/heart-sequence-dark.png"); }
  .fav-toggle--light .fav-toggle__icon {
    background-image: url("../img/heart-sequence-light.png"); }
  .fav-toggle.is-active .fav-toggle__icon {
    background-position: -350px 0px; }
  .circle-btn .fav-toggle__icon {
    margin-right: 1px;
    margin-top: 1px;
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }

@media (min-width: 600px) and (max-width: 1023px) {
  .fav-toggle__icon {
    margin-right: 3px; } }

.c-filters-panel {
  width: calc(100% - 10px - 32px - 15px);
  position: fixed;
  z-index: 110;
  right: 0;
  top: 0;
  background-color: white;
  display: none; }
  @media (max-width: 599px) {
    .filters-open .c-filters-panel {
      display: block; } }

.c-filters-panel__scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  max-height: calc(var(--vh, 1vh) * 100 - 58px - 59px); }

.c-filters-panel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #E5E6E9; }

.c-filters-panel__heading {
  font-family: 'Avenir Next W05 Demi';
  font-size: 15px;
  color: black; }

.c-filters-panel__clear-btn {
  margin-left: auto;
  text-transform: uppercase;
  font-family: 'Avenir Next W05 Medium';
  letter-spacing: 0.3px;
  font-size: 12px;
  color: #747578; }

.c-filters-panel__category {
  width: 100%;
  text-align: left; }

.c-filters-panel__close-btn {
  border: 8px solid white;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Avenir Next W05 Medium';
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 43px;
  text-align: center;
  color: white;
  background-color: #333436; }

.c-filters-panel .c-filter-list__btn span:nth-child(2), .c-filters--secondary .c-filter-list__btn span:nth-child(2) {
  margin-left: 10px;
  position: relative;
  color: #747578; }
  .c-filters-panel .c-filter-list__btn span:nth-child(2):before, .c-filters--secondary .c-filter-list__btn span:nth-child(2):before {
    content: '(';
    position: absolute;
    top: 0;
    left: -4px; }
  .c-filters-panel .c-filter-list__btn span:nth-child(2):after, .c-filters--secondary .c-filter-list__btn span:nth-child(2):after {
    content: ')';
    position: absolute;
    top: 0;
    right: -4px; }

.c-filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 599px) {
    .c-filters--primary .c-filter-list {
      margin-bottom: 21px; } }
  .c-filters-panel .c-filter-list li {
    width: 100%; }
  .is-hiding-more-filters-btn .c-filter-list {
    margin-bottom: 27px; }

.c-filters-panel .c-filter-list__btn {
  width: 100%;
  text-align: left; }
  .c-filters-panel .c-filter-list__btn.is-selected,
  .no-touch .c-filters-panel .c-filter-list__btn:hover {
    border-top-color: #ed5f00 !important; }
  .c-filters-panel .c-filter-list__btn span {
    font-family: 'Avenir Next W05 Medium';
    font-size: 14px; }
    .c-filters-panel .c-filter-list__btn span:nth-child(1) {
      margin-right: -6px;
      display: inline-block; }
      .c-filters-panel .c-filter-list__btn span:nth-child(1)::first-letter {
        text-transform: uppercase; }

.c-filters--primary .c-filter-list__btn,
.c-filters--secondary .c-filter-list__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: white;
  color: black;
  border-radius: 26px;
  line-height: 32px;
  margin-top: 14px;
  padding-left: 12px;
  padding-right: 12px; }
  .c-filters--primary .c-filter-list__btn span,
  .c-filters--secondary .c-filter-list__btn span {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }

.c-filters .has-selected-child .c-filter-list__btn,
.c-filters-panel .has-selected-child .c-filter-list__btn {
  color: #747578; }

.c-filters--primary .c-filter-list__btn {
  margin-right: 10px; }
  @media (max-width: 599px) {
    .c-filters--primary .c-filter-list__btn {
      font-size: 13px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-filters--primary .c-filter-list__btn {
    font-size: 14px; } }
  @media (min-width: 1024px) {
    .c-filters--primary .c-filter-list__btn {
      font-size: 15px; } }
  .c-filters--primary .c-filter-list__btn span:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 5px; }

.c-filters--secondary .c-filter-list__btn {
  letter-spacing: 0.1px;
  font-size: 13px;
  padding-right: 15px;
  margin-right: 8px; }

.c-filter-list__btn.is-selected,
.no-touch .c-filter-list__btn:hover {
  color: white;
  background-color: #ff6600 !important; }
  .c-filter-list__btn.is-selected span,
  .no-touch .c-filter-list__btn:hover span {
    color: white !important; }

.c-filter-list__btn[disabled], .c-filter-list__btn.is-disabled {
  display: none; }

.c-filters--primary {
  background-color: #F1F2F4; }
  @media (min-width: 600px) {
    .c-filters--primary {
      border-bottom: 4px solid #E5E6E9; } }
  .c-filters--primary .l-container, .c-filters--primary .c-nav__container, .c-filters--primary .c-nav__dest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 600px) {
      .c-filters--primary .l-container, .c-filters--primary .c-nav__container, .c-filters--primary .c-nav__dest {
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; } }

.c-filters--secondary {
  background-color: #E5E6E9;
  padding-bottom: 46px;
  display: none; }
  @media (min-width: 600px) {
    .filters-open .c-filters--secondary {
      display: block; } }

.c-filters__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.c-filters__show-more {
  z-index: 1; }
  .is-hiding-more-filters-btn .c-filters__show-more {
    display: none; }
  @media (max-width: 599px) {
    .c-filters__show-more {
      position: relative;
      line-height: 48px;
      border-top: 1px solid #D9DADE;
      border-bottom: 1px solid #D9DADE;
      background-color: #E5E6E9;
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .c-filters__show-more:after, .c-filters__show-more:before {
        border-top: 1px solid #D9DADE;
        border-bottom: 1px solid #D9DADE;
        content: '';
        position: absolute;
        background-color: #E5E6E9;
        top: -1px;
        width: 10px;
        height: 100%; }
      .c-filters__show-more:before {
        left: -10px; }
      .c-filters__show-more:after {
        right: -10px; } }
  @media (min-width: 600px) {
    .c-filters__show-more {
      position: relative;
      margin-left: auto;
      margin-top: 18px;
      margin-bottom: 33px; } }

.c-filters__show-more-label {
  font-family: 'Avenir Next W05 Medium';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  color: #747578; }
  .c-filters__show-more-label span {
    margin-right: 15px; }
    .filters-open .c-filters__show-more-label span:nth-child(1) {
      display: none; }
    .c-filters__show-more-label span:nth-child(2) {
      display: none; }
      .filters-open .c-filters__show-more-label span:nth-child(2) {
        display: inline; }

.c-filters__show-more-arrow {
  position: absolute;
  top: 10px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #747578; }
  .filters-open .c-filters__show-more-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 599px) {
    .c-filters__show-more-arrow {
      display: none; } }

.c-filters__heading {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 15px;
  color: #828386;
  padding-top: 30px;
  margin-bottom: -2px; }

.c-footer__top-col:nth-child(2) a, .c-footer__social-title {
  font-family: 'Avenir Next W05 Medium';
  font-size: 12px; }
  @media (max-width: 599px) {
    .c-footer__top-col:nth-child(2) a, .c-footer__social-title {
      font-size: 13px; } }

.c-footer__top {
  background-color: #d1d2d6;
  padding-top: 50px; }

.c-footer__top-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 599px) {
    .c-footer__top-cols {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 600px) {
    .c-footer__top-cols {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.c-footer__top-col {
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .c-footer__top-col {
      margin-bottom: 40px;
      width: 25%; } }
  .c-footer__top-col ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .c-footer__top-col:first-child li {
    margin-bottom: 16px; }
  .c-footer__top-col:first-child a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: black;
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 14px; }
    .c-footer__top-col:first-child a:active, .c-footer__top-col:first-child a:focus, .c-footer__top-col:first-child a:hover {
      color: #ff6600; }
    @media (max-width: 599px) {
      .c-footer__top-col:first-child a {
        font-size: 13px; } }
  .c-footer__top-col:nth-child(2) li {
    margin-bottom: 10px; }
  .c-footer__top-col:nth-child(2) a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: black; }
    .c-footer__top-col:nth-child(2) a:active, .c-footer__top-col:nth-child(2) a:focus, .c-footer__top-col:nth-child(2) a:hover {
      color: #ff6600; }
    @media (max-width: 599px) {
      .c-footer__top-col:nth-child(2) a {
        font-size: 12px; } }
  .c-footer__top-col:nth-child(n+3) {
    margin-top: 4px; }
    @media (max-width: 599px) {
      .c-footer__top-col:nth-child(n+3) {
        margin-bottom: 15px; } }

@media (min-width: 600px) and (max-width: 859px) {
  .c-footer__top-col:nth-child(4) {
    width: 15%; } }
  @media (max-width: 599px) {
    .c-footer__top-col {
      width: 50%; }
      .c-footer__top-col:nth-child(1) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .c-footer__top-col:nth-child(2) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .c-footer__top-col:nth-child(3) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .c-footer__top-col:nth-child(4) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  @media (max-width: 599px) {
    .c-footer__top-col--nz:nth-child(3) {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10;
      width: 100%; } }

.c-footer__social-title {
  margin-bottom: 7px; }

.c-footer__btm {
  background-color: #333436;
  padding-top: 20px;
  padding-bottom: 20px; }

.c-footer__btm-cols:before {
  content: '';
  display: table; }

.c-footer__btm-cols:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 620px) {
  .c-footer__btm-col:nth-child(odd) {
    width: calc(99.9% * 2/3 - (20px - 20px * 2/3)); }
  .c-footer__btm-col:nth-child(odd):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .c-footer__btm-col:nth-child(odd):last-child {
    margin-right: 0; }
  .c-footer__btm-col:nth-child(odd):nth-child(3n) {
    margin-right: 0;
    float: right; }
  .c-footer__btm-col:nth-child(odd):nth-child(3n + 1) {
    clear: both; }
  .c-footer__btm-col:nth-child(even) {
    width: calc(99.9% * 1/3 - (20px - 20px * 1/3)); }
  .c-footer__btm-col:nth-child(even):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .c-footer__btm-col:nth-child(even):last-child {
    margin-right: 0; }
  .c-footer__btm-col:nth-child(even):nth-child(3n) {
    margin-right: 0;
    float: right; }
  .c-footer__btm-col:nth-child(even):nth-child(3n + 1) {
    clear: both; } }

.c-footer__btm-col:nth-child(2) {
  height: 34px; }
  @media (max-width: 619px) {
    .c-footer__btm-col:nth-child(2) {
      position: relative; }
    .c-footer__btm-col:nth-child(2) > * {
      position: absolute;
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
  @media (min-width: 620px) {
    .c-footer__btm-col:nth-child(2) {
      position: relative; }
    .c-footer__btm-col:nth-child(2) > * {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: auto;
      left: auto;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); } }

.c-footer__logo {
  width: 82px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px; }
  @media (max-width: 339px) {
    .c-footer__logo {
      margin-right: 5px; } }

.c-footer__company {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 16px;
  margin: 0; }
  .c-footer__company span {
    font-family: 'Avenir Next W05 Regular';
    font-size: 11px; }

.c-footer__global {
  font-size: 14px; }

.forgot-pw__columns:before {
  content: '';
  display: table; }

.forgot-pw__columns:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 1024px) {
  .forgot-pw__column {
    width: calc(99.9% * 1/2 - (20px - 20px * 1/2)); }
  .forgot-pw__column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .forgot-pw__column:last-child {
    margin-right: 0; }
  .forgot-pw__column:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .forgot-pw__column:nth-child(2n + 1) {
    clear: both; } }

.forgot-pw__column > * {
  max-width: 425px; }

.forgot-pw__column > p, .cms ul .forgot-pw__column > li,
.cms ol .forgot-pw__column > li {
  line-height: 130%;
  font-size: 15px;
  margin: 50px 0; }

.forgot-pw label > span.Required {
  display: none; }

.forgot-pw__submit {
  margin: 20px 0; }

.forgot-pw__btm-txt {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .forgot-pw__btm-txt {
      margin-top: 20vh !important; } }

.getting-published-page .btn, .getting-published-page .comps-current__enter-btn, .getting-published-page .comp-form .Submit, .comp-form .getting-published-page .Submit, .getting-published-page .comp-form__success a, .comp-form__success .getting-published-page a, .getting-published-page .gift__options button, .gift__options .getting-published-page button, .getting-published-page .newsletter__btn, .getting-published-page .newsletter__success a, .newsletter__success .getting-published-page a {
  margin-bottom: 20px; }

.getting-published-page .h4, .getting-published-page .teachers__title {
  font-family: 'ITC Avant Garde Gothic W05 Boo'; }

.getting-published-page .description {
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .getting-published-page .description {
      margin-top: 60px; } }

.getting-published-page .content__column--third h4 {
  font-family: 'ITC Avant Garde Gothic W05 Md'; }

.getting-published__column-margin {
  margin-top: 60px; }

.getting-published-triad {
  text-align: center; }
  .getting-published-triad img, .getting-published-triad .bookcase .missing-cover, .bookcase .getting-published-triad .missing-cover {
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 599px) {
      .getting-published-triad img, .getting-published-triad .bookcase .missing-cover, .bookcase .getting-published-triad .missing-cover {
        max-width: 70px; } }
  .getting-published-triad h4 {
    margin-top: 40px;
    font-size: 20px; }
    @media (max-width: 599px) {
      .getting-published-triad h4 {
        margin-top: 20px; } }
  @media (min-width: 601px) {
    .getting-published-triad .content__column {
      padding: 0 30px; } }

.getting-published__submissions {
  background-color: #e6e7e8; }

.genre-links {
  margin-bottom: 50px; }

.genre-links__columns:before {
  content: '';
  display: table; }

.genre-links__columns:after {
  content: '';
  display: table;
  clear: both; }
  @media (max-width: 599px) {
    .genre-links__columns {
      margin-top: 20px; } }

.genre-links__column {
  position: relative; }
  @media (min-width: 600px) {
    .genre-links__column {
      width: calc(99.9% * 1/2 - (5px - 5px * 1/2)); }
    .genre-links__column:nth-child(1n) {
      float: left;
      margin-right: 5px;
      clear: none; }
    .genre-links__column:last-child {
      margin-right: 0; }
    .genre-links__column:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .genre-links__column:nth-child(2n + 1) {
      clear: both; } }
  @media (min-width: 1024px) {
    .genre-links__column ul {
      margin-top: 50px;
      width: 70%;
      float: right; } }
  .genre-links__column ul li {
    border-left: 1px solid #d1d2d4; }
  .genre-links__column a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #404042;
    line-height: 30px;
    padding-left: 25px; }
    .genre-links__column a:active, .genre-links__column a:focus, .genre-links__column a:hover {
      color: #C6C6C6; }

.genre-links__genre {
  margin-top: 50px;
  margin-bottom: 20px; }
  @media (max-width: 599px) {
    .genre-links__genre {
      font-size: 13px;
      margin-top: 30px;
      margin-bottom: 14px; } }
  @media (min-width: 1024px) {
    .genre-links__genre {
      width: 30%;
      float: left;
      clear: both;
      margin-top: 56px; }
      .genre-links__genre + a {
        margin-top: 50px; } }

.gift {
  padding: 40px 0;
  background-color: #fff5e4;
  text-align: center; }

.gift__heading {
  color: #ff6600;
  font-size: 26px;
  font-family: 'shift'; }

.gift__step p, .gift__step .cms ul li, .cms ul .gift__step li,
.gift__step .cms ol li, .cms ol .gift__step li {
  font-size: 18px;
  font-family: 'ITC Avant Garde Gothic W05 Md'; }

.gift__options {
  position: relative;
  width: 585px;
  height: 45px;
  margin: 30px auto;
  -webkit-transition: height 0.35s ease-out;
  transition: height 0.35s ease-out; }
  .more-selected .gift__options {
    height: 165px; }
  .gift__options button {
    position: absolute;
    top: 0;
    width: 135px; }
    .gift__options button.is-selected, .gift__options button:hover, .gift__options button:focus {
      color: #FFF;
      background-color: #2b2b2d;
      -webkit-transition-duration: 0s;
              transition-duration: 0s; }
    .gift__options button:nth-child(4n + 1) {
      left: 0; }
    .gift__options button:nth-child(4n + 2) {
      left: 150px; }
    .gift__options button:nth-child(4n + 3) {
      left: 300px; }
    .gift__options button:nth-child(4n + 4) {
      left: 450px; }
    .gift__options button:nth-child(n+1):nth-child(-n+4) {
      z-index: 3; }
    .gift__options button:nth-child(n+5):nth-child(-n+8) {
      z-index: 2; }
    .gift__options button:nth-child(n+9):nth-child(-n+12) {
      z-index: 1; }
    .more-hovered .gift__options button {
      -webkit-box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.2); }
      .more-hovered .gift__options button:nth-child(n+5):nth-child(-n+8) {
        top: 7px;
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%; }
      .more-hovered .gift__options button:nth-child(n+9):nth-child(-n+12) {
        top: 12.6px;
        -webkit-transform: scale(0.905);
                transform: scale(0.905);
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%; }
    .more-selected .gift__options button {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .more-selected .gift__options button:nth-child(n+5):nth-child(-n+8) {
        top: 60px;
        -webkit-transform: none;
                transform: none; }
      .more-selected .gift__options button:nth-child(n+9):nth-child(-n+12) {
        top: 120px;
        -webkit-transform: none;
                transform: none; }

.gift__more-options,
.gift__restart {
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #ff6600;
  position: relative;
  z-index: 1; }
  .gift__more-options:active, .gift__more-options:focus, .gift__more-options:hover,
  .gift__restart:active,
  .gift__restart:focus,
  .gift__restart:hover {
    color: black; }
  .gift__more-options:before,
  .gift__restart:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px; }

/*
.gift {
    position: relative;
    width:100%;
    height:200px;
    overflow: hidden;
}

.gift__component-container {
    position:absolute;
    width:100%;
    height:100%;
    overflow: hidden;
    background-color: rgba(20,200,60,0.5);
}

.gift__step {
    position:absolute;
    width:100%;
    height:100%;
    background-color: rgba(150,100,0,0.5);
}
*/
.gift .books-swiper {
  background-color: none; }

.gift-swiper .swiper-slide img, .gift-swiper .swiper-slide .bookcase .missing-cover, .bookcase .gift-swiper .swiper-slide .missing-cover {
  width: 100%;
  max-width: 210px;
  padding: 5% 5% 0 5%;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear; }
  .gift-swiper .swiper-slide img:hover, .gift-swiper .swiper-slide .bookcase .missing-cover:hover, .bookcase .gift-swiper .swiper-slide .missing-cover:hover, .gift-swiper .swiper-slide img.is-selected, .gift-swiper .swiper-slide .bookcase .is-selected.missing-cover, .bookcase .gift-swiper .swiper-slide .is-selected.missing-cover {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075); }
  .ie9 .gift-swiper .swiper-slide img, .ie9 .gift-swiper .swiper-slide .bookcase .missing-cover, .bookcase .ie9 .gift-swiper .swiper-slide .missing-cover {
    -webkit-filter: none !important;
            filter: none !important; }

.gift-swiper .swiper-slide .swiper-lazy-preloader {
  top: 30%; }

.gift-swiper .swiper-pagination {
  bottom: 20px; }

.gift-swiper__shelf-gutters {
  text-align: right;
  background-color: rgba(255, 255, 255, 0.73); }

.gift-swiper__shelf-container {
  height: 60px; }
  .gift-swiper__shelf-container a {
    line-height: 60px;
    display: inline-block;
    font-family: 'ITC Avant Garde Gothic W05 Md'; }

.heading-w-desc {
  margin: 20px 0; }
  .heading-w-desc--announcement {
    margin: 40px 0; }
  .heading-w-desc .component__container:before, .heading-w-desc .gift-swiper__shelf-container:before, .heading-w-desc .tiles-feature__shelf-container:before,
  .heading-w-desc .tiles-swiper__shelf-container:before {
    content: '';
    display: table; }
  .heading-w-desc .component__container:after, .heading-w-desc .gift-swiper__shelf-container:after, .heading-w-desc .tiles-feature__shelf-container:after,
  .heading-w-desc .tiles-swiper__shelf-container:after {
    content: '';
    display: table;
    clear: both; }

@media (min-width: 1024px) {
  .heading-w-desc__column:first-child {
    width: calc(99.9% * 1/5 - (5px - 5px * 1/5)); }
  .heading-w-desc__column:first-child:nth-child(1n) {
    float: left;
    margin-right: 5px;
    clear: none; }
  .heading-w-desc__column:first-child:last-child {
    margin-right: 0; }
  .heading-w-desc__column:first-child:nth-child(0n) {
    float: right; } }

@media (min-width: 1024px) {
  .heading-w-desc__column:nth-child(2) {
    width: calc(99.9% * 4/5 - (20px - 20px * 4/5)); }
  .heading-w-desc__column:nth-child(2):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .heading-w-desc__column:nth-child(2):last-child {
    margin-right: 0; }
  .heading-w-desc__column:nth-child(2):nth-child(5n) {
    margin-right: 0;
    float: right; }
  .heading-w-desc__column:nth-child(2):nth-child(5n + 1) {
    clear: both; } }

.heading-w-desc__heading {
  margin-top: 6px; }
  @media (max-width: 1023px) {
    .heading-w-desc__heading {
      margin-bottom: 20px; } }

.heading-w-desc__desc:first-child {
  margin-top: 0; }

.heading-w-desc__desc > p:first-child, .cms ul .heading-w-desc__desc > li:first-child,
.cms ol .heading-w-desc__desc > li:first-child {
  margin-top: 0; }

.heading-w-desc--announcement .heading-w-desc__desc {
  color: black;
  font-size: 26px;
  line-height: 36px; }

.interests {
  position: relative;
  text-align: center;
  padding-bottom: 20px; }
  @media (min-width: 600px) {
    .interests {
      padding-bottom: 45px; } }
  .interests--bg {
    background-color: #ececec; }
  .interests--genres {
    padding-top: 45px; }
  .interests .component__container:before, .interests .gift-swiper__shelf-container:before, .interests .tiles-feature__shelf-container:before,
  .interests .tiles-swiper__shelf-container:before {
    content: '';
    display: table; }
  .interests .component__container:after, .interests .gift-swiper__shelf-container:after, .interests .tiles-feature__shelf-container:after,
  .interests .tiles-swiper__shelf-container:after {
    content: '';
    display: table;
    clear: both; }

.interests__list > div {
  margin-bottom: 20px; }
  @media (max-width: 599px) {
    .interests__list > div {
      width: calc(99.9% * 1/3 - (13px - 13px * 1/3));
      margin-bottom: 13px; }
    .interests__list > div:nth-child(1n) {
      float: left;
      margin-right: 13px;
      clear: none; }
    .interests__list > div:last-child {
      margin-right: 0; }
    .interests__list > div:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .interests__list > div:nth-child(3n + 1) {
      clear: both; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .interests__list > div {
    width: calc(99.9% * 1/4 - (20px - 20px * 1/4)); }
  .interests__list > div:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .interests__list > div:last-child {
    margin-right: 0; }
  .interests__list > div:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .interests__list > div:nth-child(4n + 1) {
    clear: both; } }
  @media (min-width: 1024px) {
    .interests__list > div {
      width: calc(99.9% * 1/6 - (20px - 20px * 1/6)); }
    .interests__list > div:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .interests__list > div:last-child {
      margin-right: 0; }
    .interests__list > div:nth-child(6n) {
      margin-right: 0;
      float: right; }
    .interests__list > div:nth-child(6n + 1) {
      clear: both; } }

.interests__list--formats {
  margin: 0 auto;
  max-width: 500px; }
  .interests__list--formats > div {
    width: calc(99.9% * 1/3 - (20px - 20px * 1/3)); }
  .interests__list--formats > div:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .interests__list--formats > div:last-child {
    margin-right: 0; }
  .interests__list--formats > div:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .interests__list--formats > div:nth-child(3n + 1) {
    clear: both; }

.interest {
  position: relative;
  height: 100%; }

.interest__img-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-color: #ececec;
  background-color: white;
  border-style: solid;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-width: 2px; }
  .interests--bg .interest__img-border {
    border-color: transparent; }
  @media (min-width: 600px) {
    .interest__img-border {
      border-width: 3px; } }
  .no-touch .interest__img-border:hover path,
  .is-selected .interest__img-border path {
    fill: rgba(255, 102, 0, 0.15);
    stroke: #ff6600; }
  .is-selected .interest__img-border {
    background-color: white;
    border-color: #ff6600; }

.interest__img-wrap {
  position: relative; }

.interest__img,
.interest__img-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%);
          transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%); }

.interest__img {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  z-index: 5; }
  .no-touch .interest:hover .interest__img,
  .is-selected .interest__img {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
    opacity: 0; }

.interest__img-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 10; }
  .no-touch .interest:hover .interest__img-hover,
  .is-selected .interest__img-hover {
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    opacity: 1; }

.interest__img-placeholder {
  width: 100%;
  margin: 0 auto; }

.interest__tick {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: white;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-name: u-shrink;
          animation-name: u-shrink;
  -webkit-animation-duration: 0.01s;
          animation-duration: 0.01s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  border: 1.5px solid #ff6600;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -8px; }
  @media (min-width: 600px) {
    .interest__tick {
      border-width: 2px;
      width: 28px;
      height: 28px;
      margin-top: -14px;
      margin-right: -12px; } }
  .is-selected .interest__tick {
    -webkit-animation-name: u-grow;
            animation-name: u-grow;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .interest__tick svg {
    width: 60%;
    height: 60%;
    margin: 20%;
    fill: #ff6600; }

.interest__title {
  color: black;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 12px;
  padding: 7px 5px 7px 5px; }
  @media (min-width: 600px) {
    .interest__title {
      font-size: 14px;
      padding: 8px 10px; } }
  .interests__list--formats .interest__title > div,
  .interests__list--ages .interest__title > div {
    margin-top: 3px;
    margin-bottom: 3px; }
  .is-selected .interest__title {
    background-color: #ff6600;
    color: white; }

.interests__submit {
  padding: 50px 0; }
  .interests__submit--bg {
    background-color: #ececec; }
  .interests--bg + .interests__submit--bg {
    background-color: inherit; }
  @media (min-width: 600px) {
    .interests__submit {
      padding: 65px 0; } }
  .interests__submit button {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.interests__header {
  text-align: center;
  padding-top: 44px;
  padding-bottom: 40px; }
  @media (min-width: 600px) {
    .interests__header {
      padding-top: 52px; } }
  .interests__header--bg {
    background-color: #ececec; }
    @media (max-width: 599px) {
      .interests__header--bg {
        padding-bottom: 30px; } }
  .interests__header h2 {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 24px;
    line-height: 120%; }
    @media (min-width: 600px) {
      .interests__header h2 {
        font-size: 40px; } }
  .interests__header p, .interests__header .cms ul li, .cms ul .interests__header li,
  .interests__header .cms ol li, .cms ol .interests__header li {
    font-size: 13px;
    font-family: 'ITC Avant Garde Gothic W05 Md';
    letter-spacing: -0.2px;
    line-height: 140%;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .interests__header p, .interests__header .cms ul li, .cms ul .interests__header li,
      .interests__header .cms ol li, .cms ol .interests__header li {
        font-size: 15px; }
        .interests__header p span.line-break, .interests__header .cms ul li span.line-break, .cms ul .interests__header li span.line-break, .interests__header .cms ol li span.line-break, .cms ol .interests__header li span.line-break {
          display: none; } }
    .interests__header p span, .interests__header .cms ul li span, .cms ul .interests__header li span, .interests__header .cms ol li span, .cms ol .interests__header li span {
      font-family: 'Avenir Next W05 Regular'; }

.interests__submit-invalid {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 490px;
  text-align: center;
  display: none; }

.load-more {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 30px 0 40px; }
  .recommendations-page .load-more {
    margin: 20px 0 40px; }
    @media (min-width: 600px) {
      .recommendations-page .load-more {
        margin: 40px 0 65px; } }

.load-more__bg {
  background-color: #ececec; }

.recommendations-page .cards + .load-more__bg .load-more {
  margin-top: 0; }

@media (max-width: 1023px) {
  .log-in .component__container, .log-in .gift-swiper__shelf-container, .log-in .tiles-feature__shelf-container,
  .log-in .tiles-swiper__shelf-container {
    margin-top: 30px; } }

@media (min-width: 1024px) {
  .log-in .component__container, .log-in .gift-swiper__shelf-container, .log-in .tiles-feature__shelf-container,
  .log-in .tiles-swiper__shelf-container {
    margin-top: 40px; } }

.log-in__columns:before {
  content: '';
  display: table; }

.log-in__columns:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 1024px) {
  .log-in__column {
    width: calc(99.9% * 1/2 - (20px - 20px * 1/2)); }
  .log-in__column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .log-in__column:last-child {
    margin-right: 0; }
  .log-in__column:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .log-in__column:nth-child(2n + 1) {
    clear: both; } }

.log-in__column > * {
  max-width: 425px; }

.log-in .InputWrap {
  margin-top: 20px; }

.log-in__email .InputWrap {
  margin-top: 0; }

.log-in label > span.Required {
  display: none; }

.log-in__forgot-pw {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px; }

.log-in__submit {
  margin: 30px 0; }

.log-in__btm-txt {
  line-height: 130%;
  font-size: 15px;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .log-in__btm-txt {
      margin-top: 10vh; } }

.missing-author {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  position: relative; }
  .missing-author:hover, .missing-author.is-selected {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075); }
  .ie9 .missing-author {
    -webkit-filter: none !important;
            filter: none !important; }
  .banner__image .missing-author:hover,
  .c-banner-author .missing-author:hover {
    -webkit-filter: none;
            filter: none; }
  @media (max-width: 599px) {
    .c-banner-author .missing-author {
      max-width: 60%;
      margin: 0 auto; } }
  .c-search-results__result .missing-author {
    border-radius: 50%;
    overflow: hidden; }

.missing-author__bg {
  overflow: hidden;
  position: relative; }
  .missing-author__bg img, .missing-author__bg .bookcase .missing-cover, .bookcase .missing-author__bg .missing-cover,
  .missing-author__bg > div {
    -webkit-filter: blur(4px) brightness(0.8);
            filter: blur(4px) brightness(0.8);
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  .missing-author__bg > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%; }
  .missing-author__bg img, .missing-author__bg .bookcase .missing-cover, .bookcase .missing-author__bg .missing-cover {
    width: 100%; }

.missing-author__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-family: 'ITC Avant Garde Gothic W05 Boo';
  font-size: 40px;
  pointer-events: none; }
  .author-swiper .missing-author__svg {
    top: 52.5%; }

.missing-author__circle {
  fill: white; }

.missing-author__mask-rect {
  fill: rgba(255, 255, 255, 0.8); }
  .cssfilters .missing-author__mask-rect {
    fill: rgba(255, 255, 255, 0.5); }

.missing-author__mask-svg {
  overflow: visible !important; }

a > .missing-cover,
a + .missing-cover {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear; }
  a > .missing-cover:hover, a > .missing-cover.is-selected,
  a + .missing-cover:hover,
  a + .missing-cover.is-selected {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075); }
  .ie9 a > .missing-cover, .ie9
  a + .missing-cover {
    -webkit-filter: none !important;
            filter: none !important; }

.missing-cover {
  position: relative;
  top: 0;
  text-align: center;
  width: 100%; }
  .search-page .missing-cover {
    max-width: 200px; }

.missing-cover__bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 3px solid #afafac;
  background-color: #f1f2f4;
  background-repeat: no-repeat; }
  @media (min-width: 1024px) {
    .missing-cover__bg {
      border-width: 5px; } }

.missing-cover__penguin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  max-width: 170px; }
  .books-swiper .missing-cover__penguin {
    max-width: 90px; }
  .bookcase .missing-cover__penguin {
    padding: 0; }
  .bookcase.is-list .missing-cover__penguin {
    display: none; }

.missing-cover__content {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 10px;
  line-height: 17px;
  font-size: 13px; }

.missing-cover__title {
  text-transform: uppercase;
  font-family: "ITC Avant Garde Gothic W05 Md";
  overflow: hidden;
  color: #9a9a9a !important; }

.missing-cover__author,
.missing-cover__author > a {
  margin-top: 7px;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  color: #9a9a9a !important; }

.search-result__column .missing-cover img, .search-result__column .missing-cover .bookcase .missing-cover, .bookcase .search-result__column .missing-cover .missing-cover {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .search-result__column .missing-cover img.missing-cover__penguin, .search-result__column .missing-cover .bookcase .missing-cover__penguin.missing-cover, .bookcase .search-result__column .missing-cover .missing-cover__penguin.missing-cover {
    max-width: 70px; }

.banner__image .missing-cover__penguin {
  max-width: 270px;
  padding: 0 60px; }

.book-page .missing-cover__placeholder {
  width: 100%; }

.my-details .component__container, .my-details .gift-swiper__shelf-container, .my-details .tiles-feature__shelf-container,
.my-details .tiles-swiper__shelf-container {
  margin-bottom: 40px; }

.my-details .Hidden {
  display: none; }

.my-details__submit {
  margin: 20px 0; }

.my-details .InputWrap {
  margin-top: 20px; }

.my-details .Message, .my-details .interests__submit-invalid {
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
  font-family: 'Avenir Next W05 Regular'; }

.my-details__heading {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 15px;
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .my-details__heading {
      margin-top: 50px; } }

.my-details__columns:before {
  content: '';
  display: table; }

.my-details__columns:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 600px) {
  .my-details__column {
    width: calc(99.9% * 1/2 - (20px - 20px * 1/2)); }
  .my-details__column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .my-details__column:last-child {
    margin-right: 0; }
  .my-details__column:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .my-details__column:nth-child(2n + 1) {
    clear: both; } }

.my-details__postcode-disabled .InputWrap .InputParent .Input {
  border-color: #dbdbdb; }

.my-details__postcode-disabled label {
  color: #dbdbdb; }
  .my-details__postcode-disabled label span.Required {
    display: none; }

.my-details__postcode-disabled .Input input {
  cursor: not-allowed;
  color: #dbdbdb; }

.my-details__columns:before {
  content: '';
  display: table; }

.my-details__columns:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 600px) and (max-width: 1023px) {
  .my-details__column {
    width: calc(99.9% * 1/2 - (55px - 55px * 1/2)); }
  .my-details__column:nth-child(1n) {
    float: left;
    margin-right: 55px;
    clear: none; }
  .my-details__column:last-child {
    margin-right: 0; }
  .my-details__column:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .my-details__column:nth-child(2n + 1) {
    clear: both; } }

@media (min-width: 1024px) {
  .my-details__column {
    width: calc(99.9% * 1/2 - (75px - 75px * 1/2)); }
  .my-details__column:nth-child(1n) {
    float: left;
    margin-right: 75px;
    clear: none; }
  .my-details__column:last-child {
    margin-right: 0; }
  .my-details__column:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .my-details__column:nth-child(2n + 1) {
    clear: both; } }

.my-details__column > * {
  max-width: 425px; }

@media (min-width: 1024px) {
  .my-details__inner-column:nth-child(odd) {
    width: calc(99.9% * 2/3 - (20px - 20px * 2/3)); }
  .my-details__inner-column:nth-child(odd):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .my-details__inner-column:nth-child(odd):last-child {
    margin-right: 0; }
  .my-details__inner-column:nth-child(odd):nth-child(3n) {
    margin-right: 0;
    float: right; }
  .my-details__inner-column:nth-child(odd):nth-child(3n + 1) {
    clear: both; }
  .my-details__inner-column:nth-child(even) {
    width: calc(99.9% * 1/3 - (20px - 20px * 1/3)); }
  .my-details__inner-column:nth-child(even):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .my-details__inner-column:nth-child(even):last-child {
    margin-right: 0; }
  .my-details__inner-column:nth-child(even):nth-child(3n) {
    margin-right: 0;
    float: right; }
  .my-details__inner-column:nth-child(even):nth-child(3n + 1) {
    clear: both; } }

.c-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #E5E6E9;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: transform; }
  .c-nav.is-hiding {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .c-nav.is-showing.has-shadow {
    -webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.22);
            box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.22); }

.c-nav__gutters, .c-filters .l-gutters, .c-search-field .l-gutters {
  padding: 0 10px; }

@media (min-width: 600px) and (max-width: 1131px) {
  .c-nav__gutters, .c-filters .l-gutters, .c-search-field .l-gutters {
    padding: 0 10px 0 15px; } }

.c-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px; }
  @media (min-width: 600px) {
    .c-nav__container {
      height: 64px; } }

.c-nav__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 359px) {
    .c-nav__logo {
      width: 28.69px;
      height: 40.37px; } }

@media (min-width: 360px) and (max-width: 599px) {
  .c-nav__logo {
    width: 32.29px;
    height: 45.44px; } }
  @media (max-width: 599px) {
    .c-nav__logo {
      margin-right: 5px; } }
  @media (min-width: 600px) {
    .c-nav__logo {
      margin-right: 10px;
      width: 35.53px;
      height: 50px; } }

.c-nav__primary {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 13px;
  padding: 0 10px; }
  .c-nav__primary:active, .c-nav__primary:focus, .c-nav__primary:hover {
    color: black; }
  @media (min-width: 600px) {
    .c-nav__primary {
      font-size: 15px;
      padding: 0 18px; } }
  .c-nav__primary.is-open,
  .no-touch .c-nav__primary:hover {
    background-color: #F1F2F4; }
  @media (max-width: 350px) {
    .c-nav__primary--features {
      display: none; } }
  @media (max-width: 425px) {
    .c-nav__primary--events {
      display: none; } }
  @media (max-width: 425px) {
    .c-nav__primary--authors {
      display: none; } }
  .c-nav__primary--more {
    display: none; }
    @media (max-width: 425px) {
      .c-nav__primary--more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.c-nav__primary-icon {
  position: relative;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid black; }
  @media (max-width: 599px) {
    .c-nav__primary-icon {
      margin-left: 4px; } }
  @media (max-width: 425px) {
    .c-nav__primary-icon {
      border-left-width: 3px;
      border-right-width: 3px;
      border-top-width: 4px; } }

.c-nav__dest {
  position: absolute;
  top: 100%;
  left: 0;
  display: none; }
  @media (max-width: 599px) {
    .c-nav__dest {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      width: calc(100vw - 58px);
      max-height: calc(var(--vh, 1vh) * 100 - 58px); } }
  @media (min-width: 600px) {
    .c-nav__dest {
      padding: 4% 5.5% 0 5.5%;
      background-color: white;
      width: 100vw; } }
  @media (max-width: 1131px) {
    .c-nav__dest {
      margin-left: -10px; } }
  .c-nav__primary.is-open + .c-nav__dest {
    display: block; }

@media (max-width: 599px) {
  .c-nav__cols {
    background-color: white; } }

@media (min-width: 600px) {
  .c-nav__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .c-nav__cols--books {
      padding-bottom: 70px; }
    .c-nav__cols--features {
      padding-bottom: calc(4% + 64px); }
      .c-nav__cols--features ul {
        width: 100%; } }

.c-nav__col {
  position: relative; }
  @media (min-width: 1024px) {
    .c-nav__cols--books .c-nav__col {
      width: calc(99.9% * 1/4 - (5% - 5% * 1/4)); }
    .c-nav__cols--books .c-nav__col:nth-child(1n) {
      float: left;
      margin-right: 5%;
      clear: none; }
    .c-nav__cols--books .c-nav__col:last-child {
      margin-right: 0; }
    .c-nav__cols--books .c-nav__col:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .c-nav__cols--books .c-nav__col:nth-child(4n + 1) {
      clear: both; }
      .c-nav__cols--books .c-nav__col:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .c-nav__cols--books .c-nav__col:nth-child(4) .c-nav__links, .c-nav__cols--books .c-nav__col:nth-child(4) .c-filters-panel .c-filter-list, .c-filters-panel .c-nav__cols--books .c-nav__col:nth-child(4) .c-filter-list {
          width: 100%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-nav__cols--books .c-nav__col {
    width: calc(99.9% * 1.1/4 - (5% - 5% * 1.1/4)); }
  .c-nav__cols--books .c-nav__col:nth-child(1n) {
    float: left;
    margin-right: 5%;
    clear: none; }
  .c-nav__cols--books .c-nav__col:last-child {
    margin-right: 0; }
  .c-nav__cols--books .c-nav__col:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .c-nav__cols--books .c-nav__col:nth-child(4n + 1) {
    clear: both; }
    .c-nav__cols--books .c-nav__col:nth-child(3) {
      width: calc(99.9% * 0.7/4 - (5% - 5% * 0.7/4)); }
    .c-nav__cols--books .c-nav__col:nth-child(3):nth-child(1n) {
      float: left;
      margin-right: 5%;
      clear: none; }
    .c-nav__cols--books .c-nav__col:nth-child(3):last-child {
      margin-right: 0; }
    .c-nav__cols--books .c-nav__col:nth-child(3):nth-child(4n) {
      margin-right: 0;
      float: right; }
    .c-nav__cols--books .c-nav__col:nth-child(3):nth-child(4n + 1) {
      clear: both; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-nav__cols--features .c-nav__col {
    width: calc(99.9% * 1/3 - (5% - 5% * 1/3)); }
  .c-nav__cols--features .c-nav__col:nth-child(1n) {
    float: left;
    margin-right: 5%;
    clear: none; }
  .c-nav__cols--features .c-nav__col:last-child {
    margin-right: 0; }
  .c-nav__cols--features .c-nav__col:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .c-nav__cols--features .c-nav__col:nth-child(3n + 1) {
    clear: both; }
    .c-nav__cols--features .c-nav__col:nth-child(n+4) {
      margin-top: 30px; } }
  @media (min-width: 1024px) {
    .c-nav__cols--features .c-nav__col {
      width: calc(99.9% * 1/4 - (5% - 5% * 1/4)); }
    .c-nav__cols--features .c-nav__col:nth-child(1n) {
      float: left;
      margin-right: 5%;
      clear: none; }
    .c-nav__cols--features .c-nav__col:last-child {
      margin-right: 0; }
    .c-nav__cols--features .c-nav__col:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .c-nav__cols--features .c-nav__col:nth-child(4n + 1) {
      clear: both; }
      .c-nav__cols--features .c-nav__col:nth-child(n+5) {
        margin-top: 30px; } }
  @media (max-width: 599px) {
    .c-nav__col a {
      color: black !important; } }
  @media (min-width: 600px) {
    .c-nav__col a {
      text-decoration: none;
      -webkit-transition: color .2s;
      transition: color .2s;
      color: black; }
      .c-nav__col a:active, .c-nav__col a:focus, .c-nav__col a:hover {
        color: #ff6600; } }

@media (min-width: 351px) {
  .c-nav__mob-features {
    display: none; } }

@media (max-width: 599px) {
  .c-nav__links, .c-filters-panel .c-filter-list {
    overflow: hidden;
    height: 0; }
    .c-nav__heading.is-open + .c-nav__links, .is-open.c-filters-panel__category + .c-nav__links, .c-filters-panel .c-nav__heading.is-open + .c-filter-list, .c-filters-panel .is-open.c-filters-panel__category + .c-filter-list {
      height: auto;
      -webkit-transition-property: height;
      transition-property: height;
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
              transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
    .c-nav__links--popular {
      overflow: visible;
      height: auto; } }

@media (min-width: 600px) {
  .c-nav__links, .c-filters-panel .c-filter-list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: #DEDEE1 solid 1px; }
    .c-nav__links li, .c-filters-panel .c-filter-list li {
      margin-bottom: 10px; }
      .c-nav__links li.c-nav__view-all-wrap, .c-filters-panel .c-filter-list li.c-nav__view-all-wrap {
        margin-bottom: -30px; }
        .c-nav__links li.c-nav__view-all-wrap a, .c-filters-panel .c-filter-list li.c-nav__view-all-wrap a {
          white-space: nowrap; }
    .c-nav__links--popular {
      border-top: none;
      margin-top: -3px;
      padding-top: 0;
      overflow: visible;
      height: auto; } }

@media (max-width: 599px) {
  .c-nav__heading, .c-filters-panel__category, .c-nav__cols--features .c-nav__view-all, .c-nav__feature-link {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 14px;
    letter-spacing: 0.1px;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #E5E6E9; } }

@media (max-width: 599px) {
  .c-nav__heading, .c-filters-panel__category {
    position: relative; } }

@media (min-width: 600px) {
  .c-nav__heading, .c-filters-panel__category {
    position: relative;
    z-index: 1;
    font-family: 'ITC Avant Garde Gothic W05 Md';
    letter-spacing: 0.1px;
    display: table;
    font-size: 15px; }
    .c-nav__heading:before, .c-filters-panel__category:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: -10px;
      bottom: -10px;
      right: -10px;
      left: -10px; } }

.c-nav__cols--books .c-nav__col:nth-child(4) .c-nav__heading, .c-nav__cols--books .c-nav__col:nth-child(4) .c-filters-panel__category {
  display: none; }

.c-nav__heading-icon, .c-filters-panel__category-icon {
  position: absolute;
  right: 20px;
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s; }
  .c-nav__heading.is-open .c-nav__heading-icon, .is-open.c-filters-panel__category .c-nav__heading-icon, .c-nav__heading.is-open .c-filters-panel__category-icon, .is-open.c-filters-panel__category .c-filters-panel__category-icon {
    -webkit-transform: rotate(90deg) translateX(1px);
            transform: rotate(90deg) translateX(1px); }
    .c-nav__heading.is-open .c-nav__heading-icon line:nth-child(2), .is-open.c-filters-panel__category .c-nav__heading-icon line:nth-child(2), .c-nav__heading.is-open .c-filters-panel__category-icon line:nth-child(2), .is-open.c-filters-panel__category .c-filters-panel__category-icon line:nth-child(2) {
      opacity: 0; }
  @media (min-width: 600px) {
    .c-nav__heading-icon, .c-filters-panel__category-icon {
      display: none; } }

@media (max-width: 599px) {
  .c-nav__link, .c-filters-panel .c-filter-list__btn, .c-nav__cols--books .c-nav__view-all,
  .c-nav__dest--more .c-nav__view-all {
    display: block;
    padding: 20px 20px 20px 40px;
    background-color: #F1F2F4;
    border-top: 1px solid #E5E6E9; } }

.c-nav__link, .c-filters-panel .c-filter-list__btn {
  font-family: 'Avenir Next W05 Regular';
  font-size: 13px;
  letter-spacing: 0.1px; }
  @media (max-width: 599px) {
    li:first-child .c-nav__link, li:first-child .c-filters-panel .c-filter-list__btn, .c-filters-panel li:first-child .c-filter-list__btn {
      border-top: none; } }
  @media (min-width: 600px) {
    .c-nav__link, .c-filters-panel .c-filter-list__btn {
      position: relative;
      z-index: 1; }
      .c-nav__link:before, .c-filters-panel .c-filter-list__btn:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -10px;
        bottom: -10px;
        right: -10px;
        left: -10px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-nav__link, .c-filters-panel .c-filter-list__btn {
    font-size: 12px; } }
  .c-nav__links--popular .c-nav__link, .c-nav__links--popular .c-filters-panel .c-filter-list__btn, .c-filters-panel .c-nav__links--popular .c-filter-list__btn {
    font-family: 'ITC Avant Garde Gothic W05 Md'; }
    @media (max-width: 599px) {
      .c-nav__links--popular .c-nav__link, .c-nav__links--popular .c-filters-panel .c-filter-list__btn, .c-filters-panel .c-nav__links--popular .c-filter-list__btn {
        font-size: 14px;
        padding-left: 20px;
        background-color: transparent; } }
    @media (min-width: 600px) {
      .c-nav__links--popular .c-nav__link, .c-nav__links--popular .c-filters-panel .c-filter-list__btn, .c-filters-panel .c-nav__links--popular .c-filter-list__btn {
        font-size: 15px; } }

.c-nav__view-all {
  font-family: 'Avenir Next W05 Medium';
  letter-spacing: 0.1px;
  font-size: 13px; }
  @media (max-width: 599px) {
    .c-nav__view-all {
      color: black !important; } }
  @media (min-width: 600px) {
    .c-nav__cols--books .c-nav__view-all {
      position: relative;
      z-index: 1; }
      .c-nav__cols--books .c-nav__view-all:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -10px;
        bottom: -10px;
        right: -10px;
        left: -10px; }
    .c-nav__cols--features .c-nav__view-all {
      text-decoration: none;
      -webkit-transition: color .2s;
      transition: color .2s;
      color: black;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #F1F2F4;
      line-height: 64px;
      text-align: center;
      font-size: 14px; }
      .c-nav__cols--features .c-nav__view-all:active, .c-nav__cols--features .c-nav__view-all:focus, .c-nav__cols--features .c-nav__view-all:hover {
        color: #ff6600; } }

@media (max-width: 599px) {
  .c-nav__subsidiaries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #E5E6E9; } }

@media (min-width: 600px) {
  .c-nav__subsidiaries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: -30px; } }

.c-nav__subsidiary {
  font-family: 'Avenir Next W05 Medium';
  letter-spacing: 0.1px;
  margin-right: 2px; }
  @media (max-width: 599px) {
    .c-nav__subsidiary {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      background-color: white; }
      .c-nav__subsidiary:nth-child(1) {
        padding: 12px 20px; }
      .c-nav__subsidiary:nth-child(2) {
        padding: 19px 20px;
        border-top: 1px solid #E5E6E9; }
      .c-nav__subsidiary:nth-child(3) {
        padding: 12px 20px;
        border-top: 1px solid #E5E6E9; } }
  @media (min-width: 600px) {
    .c-nav__subsidiary {
      font-size: 13px;
      text-align: center; }
      .c-nav__subsidiary > div {
        margin-top: 5px; } }
  @media (max-width: 1131px) {
    .c-nav__subsidiary {
      font-size: 10px; } }
  @media (min-width: 600px) {
    .c-nav__subsidiary:first-child {
      margin-right: 12px; } }
  .c-nav__subsidiary:hover svg {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .no-touch .c-nav__subsidiary:hover svg:hover, .c-nav__subsidiary:hover svg.is-selected {
      -webkit-filter: blur(0) brightness(1.08);
              filter: blur(0) brightness(1.08); }

@media (max-width: 699px) {
  .c-nav__puffin {
    width: 25px;
    height: 35px; } }

@media (max-width: 899px) {
  .c-nav__puffin {
    width: 40px;
    height: 50px; } }

@media (min-width: 900px) {
  .c-nav__puffin {
    width: 42px;
    height: 60px; } }

@media (max-width: 599px) {
  .c-nav__puffin + div {
    margin-left: 14px; } }

@media (max-width: 699px) {
  .c-nav__dk {
    width: 30px;
    height: 20px; } }

@media (max-width: 899px) {
  .c-nav__dk {
    width: 43px;
    height: 35px; } }

@media (min-width: 900px) {
  .c-nav__dk {
    width: 58px;
    height: 40px; } }

@media (max-width: 599px) {
  .c-nav__dk + div {
    margin-left: 9px; } }

@media (min-width: 601px) {
  .c-nav__maclary {
    margin: 0 auto; } }

@media (max-width: 699px) {
  .c-nav__maclary {
    height: 35px; } }

@media (max-width: 899px) {
  .c-nav__maclary {
    height: 50px; } }

@media (min-width: 900px) {
  .c-nav__maclary {
    height: 60px; } }

@media (max-width: 599px) {
  .c-nav__maclary + div {
    margin-left: 14px; } }

.c-nav__feature-link > div {
  margin-right: 12px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

@media (max-width: 599px) {
  .c-nav__feature-link img, .c-nav__feature-link .bookcase .missing-cover, .bookcase .c-nav__feature-link .missing-cover {
    display: none; } }

@media (min-width: 600px) {
  .c-nav__feature-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-nav__feature-link:hover img, .c-nav__feature-link:hover .bookcase .missing-cover, .bookcase .c-nav__feature-link:hover .missing-cover {
      -webkit-filter: blur(0) brightness(1.125);
              filter: blur(0) brightness(1.125); }
    .c-nav__feature-link img, .c-nav__feature-link .bookcase .missing-cover, .bookcase .c-nav__feature-link .missing-cover {
      -webkit-filter: blur(0);
              filter: blur(0);
      -webkit-transition: -webkit-filter 0.15s linear;
      transition: -webkit-filter 0.15s linear;
      transition: filter 0.15s linear;
      transition: filter 0.15s linear, -webkit-filter 0.15s linear; } }
    @media (min-width: 600px) and (max-width: 599px) {
      .c-nav__feature-link img, .c-nav__feature-link .bookcase .missing-cover, .bookcase .c-nav__feature-link .missing-cover {
        display: none; } }

@media (min-width: 600px) {
    .c-nav__feature-link span {
      margin-top: -2px;
      font-family: 'ITC Avant Garde Gothic W05 Md';
      font-size: 15px;
      letter-spacing: 0.1px; } }

.c-nav__feature-link-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: inset 0px 0px 0px 1px #747578;
          box-shadow: inset 0px 0px 0px 1px #747578; }
  .c-nav__feature-link:hover .c-nav__feature-link-border {
    -webkit-box-shadow: inset 0px 0px 0px 1px #ff6600;
            box-shadow: inset 0px 0px 0px 1px #ff6600; }

.c-nav__search-btn {
  position: relative;
  z-index: 5;
  background-color: #a1a3a8;
  width: 58px;
  height: 100%;
  margin-right: -10px;
  overflow: hidden; }
  @media (min-width: 600px) {
    .c-nav__search-btn {
      display: none; } }

.c-nav__mag-glass {
  width: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.c-nav__cart,
.c-nav__account {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  display: block; }
  .c-nav__cart:before,
  .c-nav__account:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px; }
  @media (max-width: 425px) {
    .c-nav__cart,
    .c-nav__account {
      margin-right: 15px; } }

.c-nav__account {
  margin-left: auto;
  width: 21px;
  height: 21px; }

.c-nav__account-icon {
  width: 21px;
  height: 21px; }
  .no-touch .c-nav__account:hover .c-nav__account-icon path, .no-touch .c-nav__account:hover .c-nav__account-icon circle, .no-touch .c-nav__account:hover .c-nav__account-icon ellipse {
    stroke: #ff6600; }

.c-nav__logged-in {
  position: absolute;
  z-index: 2;
  bottom: -5px;
  right: -2px;
  width: 11px;
  height: 11px;
  background-color: #E5E6E9;
  border-radius: 50%;
  display: none; }
  .is-logged-in .c-nav__logged-in {
    display: block; }
  .c-nav__logged-in path {
    fill: #ff6600; }

.is-selected .c-nav__cart-base,
.no-touch .c-nav__cart:hover .c-nav__cart-base {
  fill: #ff6600; }

.is-selected .c-nav__cart-handle,
.no-touch .c-nav__cart:hover .c-nav__cart-handle {
  stroke: #ff6600; }

.c-nav__cart {
  display: none;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  width: 20px;
  height: 22px; }
  .c-nav__cart svg {
    width: 20px;
    height: 22px; }

.c-nav__cart-count {
  font-family: 'Avenir Next W05 Medium';
  font-size: 9px;
  text-align: center;
  position: absolute;
  bottom: -6px;
  right: -2px;
  height: 12px;
  min-width: 12px;
  line-height: 11px;
  padding: 0 3px;
  background-color: #ff6600;
  border-radius: 8px;
  color: white; }

@media (max-width: 599px) {
  .c-nav-search {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100vw;
    left: -10px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.2s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.2s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.2s transform cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.2s transform cubic-bezier(0.77, 0, 0.175, 1), 0.2s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1); }
    .c-nav__search-btn.is-active + .c-nav-search {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: 0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.4s transform cubic-bezier(0.77, 0, 0.175, 1), 0.4s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1); } }

@media (min-width: 600px) {
  .c-nav-search {
    max-width: 243px;
    -ms-flex-preferred-size: 243px;
        flex-basis: 243px; } }

.c-nav-search__bar {
  position: relative; }

.c-nav-search__field {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  background-color: white;
  -webkit-appearance: none;
  font-family: 'Avenir Next W05 Medium';
  letter-spacing: 0.15px;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
  @media (max-width: 599px) {
    .c-nav-search__field {
      width: 100% !important;
      border: 5px solid #D1D2D6;
      padding: 12px 36px 13px 12px;
      height: 58px;
      font-size: 16px; } }
  @media (min-width: 600px) {
    .c-nav-search__field {
      border: 1px solid #D1D2D6;
      padding: 11px 36px 12px 12px;
      font-size: 15px; } }
  .has-focus .c-nav-search__field {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
  .c-nav-search__field.has-no-anim {
    -webkit-transition-duration: 0s;
            transition-duration: 0s; }

.c-nav-search__field-placeholder {
  width: 100%;
  height: 46px;
  display: none; }
  @media (min-width: 600px) {
    .c-nav-search__field-placeholder {
      display: block; } }

.c-nav-search__field-btn {
  width: 18px;
  position: absolute;
  z-index: 1; }
  .c-nav-search__field-btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px; }
  @media (max-width: 599px) {
    .c-nav-search__field-btn {
      top: 20px;
      right: 15px; } }
  @media (min-width: 600px) {
    .c-nav-search__field-btn {
      top: 14px;
      right: 10px; } }

.c-nav-search__mag-glass {
  overflow: visible;
  height: 18px; }
  .autocomplete-open .c-nav-search__mag-glass,
  .has-focus .c-nav-search__mag-glass {
    display: none; }
  @media (max-width: 599px) {
    .c-nav-search__mag-glass {
      display: none; } }

.c-nav-search__close {
  width: 16px;
  height: 18px; }
  @media (max-width: 599px) {
    .c-nav-search__close line {
      stroke: #747578; } }
  @media (min-width: 600px) {
    .c-nav-search__close {
      display: none; }
      .autocomplete-open .c-nav-search__close,
      .has-focus .c-nav-search__close {
        display: block; } }

.c-nav-search__autocomplete {
  position: absolute;
  right: 0;
  display: none; }
  .autocomplete-open .c-nav-search__autocomplete {
    display: block; }
  @media (max-width: 599px) {
    .c-nav-search__autocomplete {
      top: 58px; } }
  @media (min-width: 600px) {
    .c-nav-search__autocomplete {
      top: 55px; } }

@media (min-width: 600px) and (max-width: 1131px) {
  .c-nav-search__autocomplete {
    right: -10px; } }

.nav-tabs {
  position: relative;
  background-color: #e5e6e9; }
  @media (min-width: 600px) {
    .author-page .nav-tabs,
    .book-page .nav-tabs {
      background-color: rgba(255, 255, 255, 0.73); } }
  @media (max-width: 767px) {
    .author-page .nav-tabs,
    .book-page .nav-tabs {
      margin-top: -58px; } }
  @media (min-width: 768px) {
    .author-page .nav-tabs,
    .book-page .nav-tabs {
      margin-top: -64px; } }
  @media (max-width: 599px) {
    .nav-tabs .component__gutters, .nav-tabs .gift-swiper__shelf-gutters, .nav-tabs .tiles-feature__shelf-gutters,
    .nav-tabs .tiles-swiper__shelf-gutters {
      padding: 0; } }
  .nav-tabs .component__container, .nav-tabs .gift-swiper__shelf-container, .nav-tabs .tiles-feature__shelf-container,
  .nav-tabs .tiles-swiper__shelf-container {
    max-width: 1114px; }
  .user-onboarding .nav-tabs {
    display: none; }

.nav-tabs__scroller {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.nav-tabs__scroller.has-overflow {
  margin-right: 25px; }
  .nav-tabs__scroller.has-overflow ~ .nav-tabs__scroll-indicator {
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none; }
    .nav-tabs__scroller.has-overflow ~ .nav-tabs__scroll-indicator.is-left {
      width: 22px;
      left: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(236, 236, 236, 0)));
      background-image: linear-gradient(90deg, white, rgba(236, 236, 236, 0)); }
      @media (min-width: 600px) {
        .nav-tabs__scroller.has-overflow ~ .nav-tabs__scroll-indicator.is-left {
          width: 45px; } }
    .nav-tabs__scroller.has-overflow ~ .nav-tabs__scroll-indicator.is-right {
      width: 20px;
      right: 25px;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(236, 236, 236, 0)), to(#e5e6e9));
      background-image: linear-gradient(90deg, rgba(236, 236, 236, 0), #e5e6e9); }
      .nav-tabs__scroller.has-overflow ~ .nav-tabs__scroll-indicator.is-right:after {
        content: '';
        position: absolute;
        top: 49%;
        right: -18px;
        opacity: 0.35;
        color: black;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px;
        width: 14px;
        height: 14px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

.nav-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .has-overflow .nav-tabs__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

@media (min-width: 600px) and (max-width: 1023px) {
  .author-page .nav-tabs__nav,
  .book-page .nav-tabs__nav {
    padding-left: calc((99.9% * 1/3 - (30px - 30px * 1/3)) + 30px); } }
  @media (min-width: 1024px) {
    .author-page .nav-tabs__nav,
    .book-page .nav-tabs__nav {
      padding-left: calc((99.9% * 1/3 - (40px - 40px * 1/3)) + 40px); } }
  .nav-tabs__nav a {
    display: block;
    font-family: 'ITC Avant Garde Gothic W05 Md';
    letter-spacing: 0.35px;
    color: black;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
    /*
        .author-page &,
        .book-page & {
            @include media('>=tablet', '<tablet-landscape') {
                font-size: 13px;
                padding: 20px 15px;
                line-height: 40px;
            }
        }
        */ }
    @media (max-width: 767px) {
      .nav-tabs__nav a {
        line-height: 58px;
        padding: 0 20px; } }
    @media (min-width: 768px) {
      .nav-tabs__nav a {
        line-height: 64px;
        padding: 0 27px; } }
    .nav-tabs__nav a:hover {
      background-color: #f1f2f4; }
    .account-page .nav-tabs__nav a:last-child, .recommendations-page .nav-tabs__nav a:last-child {
      margin-left: auto; }
    .nav-tabs__nav a.is-active, .nav-tabs__nav a.is-active:hover {
      background-color: white;
      cursor: default; }
    .nav-tabs__nav a.nav-tabs__favourite.is-active {
      background-color: inherit;
      cursor: pointer; }
      .nav-tabs__nav a.nav-tabs__favourite.is-active:hover {
        background-color: rgba(255, 255, 255, 0.5); }
    @media (min-width: 600px) {
      .nav-tabs__nav a.nav-tabs__favourite {
        padding-left: 5px; } }
    @media (min-width: 1024px) {
      .nav-tabs__nav a.nav-tabs__favourite {
        padding-left: 15px; } }

.js-nav-tab {
  visibility: hidden;
  height: 0;
  overflow: hidden; }
  .js-nav-tab.is-active {
    visibility: visible;
    height: 100%; }

.newsletter {
  background-color: #ff6600; }

.newsletter:before {
  content: '';
  display: table; }

.newsletter:after {
  content: '';
  display: table;
  clear: both; }
  .book-page .newsletter {
    margin-bottom: 0; }
  .newsletter--grey {
    background-color: #F1F1F1; }
  .newsletter > .component__gutters, .newsletter > .gift-swiper__shelf-gutters, .newsletter > .tiles-feature__shelf-gutters,
  .newsletter > .tiles-swiper__shelf-gutters {
    margin: 40px 0; }
  .newsletter--grey > .component__gutters, .newsletter--grey > .gift-swiper__shelf-gutters, .newsletter--grey > .tiles-feature__shelf-gutters,
  .newsletter--grey > .tiles-swiper__shelf-gutters {
    margin-top: 54px; }
  .newsletter .component__container, .newsletter .gift-swiper__shelf-container, .newsletter .tiles-feature__shelf-container,
  .newsletter .tiles-swiper__shelf-container {
    max-width: 584px; }
  .newsletter:last-child {
    margin-bottom: 0; }

.newsletter--grey .newsletter__btn {
  padding: 0;
  height: 100%;
  width: 46px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .no-touch .newsletter--grey .newsletter__btn:hover {
    background-color: #ff6600; }
  .newsletter--grey .newsletter__btn.is-loading {
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px); }

.newsletter--grey .newsletter__btn-text {
  display: none; }

.newsletter__btn-icon {
  width: 10px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  display: none; }
  .newsletter__btn-icon path {
    fill: white; }
  .newsletter--grey .newsletter__btn-icon {
    display: inline;
    height: 18px; }

.newsletter__heading {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 10px;
  color: white; }
  .is-success .newsletter__heading {
    display: none; }
  .newsletter--grey .newsletter__heading {
    text-align: center;
    color: black;
    font-size: 20px;
    margin-bottom: 22px; }

.newsletter__content {
  margin-bottom: 10px;
  color: white;
  font-size: 16px;
  line-height: 20px; }
  .newsletter--grey .newsletter__content {
    display: none; }

.is-success .newsletter__form {
  display: none; }

.newsletter__form-columns:before {
  content: '';
  display: table; }

.newsletter__form-columns:after {
  content: '';
  display: table;
  clear: both; }
  .newsletter--grey .newsletter__form-columns {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 599px) {
      .newsletter--grey .newsletter__form-columns {
        max-width: calc(288px + 44px); } }
    @media (min-width: 600px) {
      .newsletter--grey .newsletter__form-columns {
        max-width: calc(380px + 44px); } }

.newsletter__form-column {
  position: relative; }
  @media (min-width: 600px) {
    .newsletter--primary .newsletter__form-column:nth-child(odd) {
      width: calc(99.9% * 6/9 - (12px - 12px * 6/9)); }
    .newsletter--primary .newsletter__form-column:nth-child(odd):nth-child(1n) {
      float: left;
      margin-right: 12px;
      clear: none; }
    .newsletter--primary .newsletter__form-column:nth-child(odd):last-child {
      margin-right: 0; }
    .newsletter--primary .newsletter__form-column:nth-child(odd):nth-child(2n) {
      margin-right: 0;
      float: right; }
    .newsletter--primary .newsletter__form-column:nth-child(odd):nth-child(2n + 1) {
      clear: both; } }
  @media (min-width: 1024px) {
    .newsletter--primary .newsletter__form-column:nth-child(odd) {
      width: calc(99.9% * 7/9 - (20px - 20px * 7/9)); }
    .newsletter--primary .newsletter__form-column:nth-child(odd):nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .newsletter--primary .newsletter__form-column:nth-child(odd):last-child {
      margin-right: 0; }
    .newsletter--primary .newsletter__form-column:nth-child(odd):nth-child(9n) {
      margin-right: 0;
      float: right; }
    .newsletter--primary .newsletter__form-column:nth-child(odd):nth-child(9n + 1) {
      clear: both; } }
  @media (max-width: 600px) {
    .newsletter--primary .newsletter__form-column:nth-child(even) {
      margin-top: 20px; } }
  @media (min-width: 600px) {
    .newsletter--primary .newsletter__form-column:nth-child(even) {
      width: calc(99.9% * 3/9 - (12px - 12px * 3/9)); }
    .newsletter--primary .newsletter__form-column:nth-child(even):nth-child(1n) {
      float: left;
      margin-right: 12px;
      clear: none; }
    .newsletter--primary .newsletter__form-column:nth-child(even):last-child {
      margin-right: 0; }
    .newsletter--primary .newsletter__form-column:nth-child(even):nth-child(2n) {
      margin-right: 0;
      float: right; }
    .newsletter--primary .newsletter__form-column:nth-child(even):nth-child(2n + 1) {
      clear: both; } }
  @media (min-width: 1024px) {
    .newsletter--primary .newsletter__form-column:nth-child(even) {
      width: calc(99.9% * 2/9 - (20px - 20px * 2/9)); }
    .newsletter--primary .newsletter__form-column:nth-child(even):nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .newsletter--primary .newsletter__form-column:nth-child(even):last-child {
      margin-right: 0; }
    .newsletter--primary .newsletter__form-column:nth-child(even):nth-child(9n) {
      margin-right: 0;
      float: right; }
    .newsletter--primary .newsletter__form-column:nth-child(even):nth-child(9n + 1) {
      clear: both; } }
  .newsletter--grey .newsletter__form-column:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .newsletter--grey .newsletter__form-column:nth-child(2) {
    width: 44px; }

.newsletter__form-terms {
  line-height: 16px;
  margin-top: 20px; }
  @media (min-width: 600px) {
    .newsletter__form-terms {
      margin-top: 36px; } }
  .newsletter--grey .newsletter__form-terms {
    color: #414141;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 333px; }
  .newsletter--primary .newsletter__form-terms {
    color: white;
    font-size: 12px;
    max-width: 480px; }
  .newsletter__form-terms a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: white;
    text-decoration: underline !important; }
    .newsletter__form-terms a:active, .newsletter__form-terms a:focus, .newsletter__form-terms a:hover {
      color: #e6e7e8; }
    .newsletter--grey .newsletter__form-terms a {
      text-decoration: none;
      -webkit-transition: color .2s;
      transition: color .2s;
      color: #414141; }
      .newsletter--grey .newsletter__form-terms a:active, .newsletter--grey .newsletter__form-terms a:focus, .newsletter--grey .newsletter__form-terms a:hover {
        color: #ff6600; }

.newsletter .InputWrap .InputParent .Input {
  padding: 11px 15px; }

.newsletter .InputWrap.Error .InputParent .Input {
  border-width: 1px !important; }

.newsletter--grey .InputWrap .InputParent .Input {
  border-color: #D3D3D3; }

.newsletter__success {
  display: none;
  margin-top: 22px; }
  .newsletter--grey .newsletter__success {
    color: black;
    text-align: center; }
  .newsletter--primary .newsletter__success {
    color: white; }
  .is-success .newsletter__success {
    display: block; }
  .newsletter--grey .newsletter__success h3 {
    font-family: 'Avenir Next W05 Medium'; }
  .newsletter--primary .newsletter__success h3 {
    font-family: 'ITC Avant Garde Gothic W05 Md';
    font-size: 17px;
    line-height: 135%; }
  .newsletter--primary .newsletter__success p, .newsletter--primary .newsletter__success .cms ul li, .cms ul .newsletter--primary .newsletter__success li,
  .newsletter--primary .newsletter__success .cms ol li, .cms ol .newsletter--primary .newsletter__success li {
    font-size: 17px;
    line-height: 140%;
    margin-top: 7px;
    margin-bottom: 20px; }
  .newsletter--grey .newsletter__success p, .newsletter--grey .newsletter__success .cms ul li, .cms ul .newsletter--grey .newsletter__success li,
  .newsletter--grey .newsletter__success .cms ol li, .cms ol .newsletter--grey .newsletter__success li {
    line-height: initial;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 30px; }
    @media (max-width: 599px) {
      .newsletter--grey .newsletter__success p, .newsletter--grey .newsletter__success .cms ul li, .cms ul .newsletter--grey .newsletter__success li,
      .newsletter--grey .newsletter__success .cms ol li, .cms ol .newsletter--grey .newsletter__success li {
        margin-top: 17px; } }
  .newsletter--grey .newsletter__success a {
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Avenir Next W05 Medium';
    text-transform: lowercase;
    padding: 9px 22px 11px; }
    .newsletter--grey .newsletter__success a::first-letter {
      text-transform: uppercase; }
    .newsletter--grey .newsletter__success a:after {
      border-radius: 6px; }
  .newsletter__success img, .newsletter__success .bookcase .missing-cover, .bookcase .newsletter__success .missing-cover {
    display: block;
    margin: 0 auto; }

.newsletter__success-with-token {
  display: none; }
  .is-success.has-token .newsletter__success-with-token {
    display: block; }

.newsletter__feedback {
  position: absolute; }
  .newsletter--primary .newsletter__feedback {
    bottom: -25px;
    font-size: 15px; }
  .newsletter--grey .newsletter__feedback {
    color: #e50733;
    bottom: -16px;
    font-size: 11px; }

.newsletter-subscribe {
  text-align: center;
  padding-bottom: 45px; }
  @media (min-width: 600px) {
    .newsletter-subscribe {
      padding-bottom: 65px; } }

.newsletter-subscribe__btn {
  width: calc(50% - 10px);
  height: 58px;
  background-color: #ececec;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .newsletter-subscribe__btn--yes {
    margin-right: 5px; }
  @media (min-width: 600px) {
    .newsletter-subscribe__btn {
      width: 206px;
      margin: 0 10px; } }
  .newsletter-subscribe__btn:active {
    background-color: #ff6600;
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }
    .newsletter-subscribe__btn:active span {
      color: white; }
  .newsletter-subscribe__btn.is-active {
    background-color: #ff6600; }
    .newsletter-subscribe__btn.is-active span {
      color: white; }
  .newsletter-subscribe__btn span {
    font-size: 12px;
    line-height: 58px;
    letter-spacing: -0.8px;
    font-family: 'ITC Avant Garde Gothic W05 Md'; }
    @media (min-width: 600px) {
      .newsletter-subscribe__btn span {
        font-size: 14px; } }

.newsletter-subscribe__svg-box {
  margin: 2px 0 2px 2px;
  width: 57px;
  height: 54px;
  background-color: white;
  position: relative;
  float: left; }
  .newsletter-subscribe__svg-box > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }

.newsletter-subscribe__btn-icon {
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s; }
  .newsletter-subscribe__btn:hover .newsletter-subscribe__btn-icon,
  .newsletter-subscribe__btn:focus .newsletter-subscribe__btn-icon,
  .newsletter-subscribe__btn.is-active .newsletter-subscribe__btn-icon {
    fill: #ff6600; }
  .newsletter-subscribe__btn--yes .newsletter-subscribe__btn-icon {
    fill: #00aa52; }
  .newsletter-subscribe__btn--no .newsletter-subscribe__btn-icon {
    fill: #e50733; }

.notification-bar {
  background-color: #ececec;
  padding: 25px 0;
  font-family: 'ITC Avant Garde Gothic W05 Md'; }
  .notification-bar--inverted {
    background-color: #2b2b2d; }
    .notification-bar--inverted span {
      color: white; }

.page-content {
  position: relative; }
  @media (max-width: 599px) {
    .page-content {
      margin-top: 58px; } }
  @media (min-width: 600px) {
    .page-content {
      margin-top: 64px; } }

.c-page-dimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.55);
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  -webkit-transition-property: visibility, opacity, -webkit-backdrop-filter;
  transition-property: visibility, opacity, -webkit-backdrop-filter;
  transition-property: visibility, opacity, backdrop-filter;
  transition-property: visibility, opacity, backdrop-filter, -webkit-backdrop-filter;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
  .nav-open .c-page-dimmer,
  .autocomplete-open .c-page-dimmer,
  .search-open .c-page-dimmer {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    -webkit-transition-duration: 0.18s;
            transition-duration: 0.18s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 90; }
  @media (max-width: 599px) {
    .filters-open .c-page-dimmer {
      pointer-events: all;
      visibility: visible;
      opacity: 1;
      -webkit-backdrop-filter: blur(3px);
              backdrop-filter: blur(3px);
      -webkit-transition-duration: 0.18s;
              transition-duration: 0.18s;
      -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
              transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
      z-index: 105; } }

.partnership-grid {
  margin: 25px 0 0; }
  .partnership-grid .component__container:before, .partnership-grid .gift-swiper__shelf-container:before, .partnership-grid .tiles-feature__shelf-container:before,
  .partnership-grid .tiles-swiper__shelf-container:before {
    content: '';
    display: table; }
  .partnership-grid .component__container:after, .partnership-grid .gift-swiper__shelf-container:after, .partnership-grid .tiles-feature__shelf-container:after,
  .partnership-grid .tiles-swiper__shelf-container:after {
    content: '';
    display: table;
    clear: both; }

.partnership__range-heading {
  font-family: 'ITC Avant Garde Gothic W05 Bol';
  text-transform: none;
  font-size: 26px;
  color: #ff6600;
  margin-top: 30px; }

.partnership-grid__grid {
  padding: 15px 0; }

.partnership-grid__grid:before {
  content: '';
  display: table; }

.partnership-grid__grid:after {
  content: '';
  display: table;
  clear: both; }
  .partnership-grid__grid > a {
    position: relative;
    margin-bottom: 25px; }
    @media (max-width: 599px) {
      .partnership-grid__grid > a {
        width: calc(99.9% * 1/2 - (20px - 20px * 1/2)); }
      .partnership-grid__grid > a:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none; }
      .partnership-grid__grid > a:last-child {
        margin-right: 0; }
      .partnership-grid__grid > a:nth-child(2n) {
        margin-right: 0;
        float: right; }
      .partnership-grid__grid > a:nth-child(2n + 1) {
        clear: both; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .partnership-grid__grid > a {
    width: calc(99.9% * 1/3 - (20px - 20px * 1/3)); }
  .partnership-grid__grid > a:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .partnership-grid__grid > a:last-child {
    margin-right: 0; }
  .partnership-grid__grid > a:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .partnership-grid__grid > a:nth-child(3n + 1) {
    clear: both; } }
    @media (min-width: 1024px) {
      .partnership-grid__grid > a {
        width: calc(99.9% * 1/4 - (20px - 20px * 1/4)); }
      .partnership-grid__grid > a:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none; }
      .partnership-grid__grid > a:last-child {
        margin-right: 0; }
      .partnership-grid__grid > a:nth-child(4n) {
        margin-right: 0;
        float: right; }
      .partnership-grid__grid > a:nth-child(4n + 1) {
        clear: both; } }
    .partnership-grid__grid > a[href] > img, .bookcase .partnership-grid__grid > a[href] > .missing-cover {
      -webkit-filter: blur(0);
              filter: blur(0);
      -webkit-transition: -webkit-filter 0.2s linear;
      transition: -webkit-filter 0.2s linear;
      transition: filter 0.2s linear;
      transition: filter 0.2s linear, -webkit-filter 0.2s linear; }
      .partnership-grid__grid > a[href] > img:hover, .bookcase .partnership-grid__grid > a[href] > .missing-cover:hover, .partnership-grid__grid > a[href] > img.is-selected, .bookcase .partnership-grid__grid > a[href] > .is-selected.missing-cover {
        -webkit-filter: blur(0) brightness(1.075);
                filter: blur(0) brightness(1.075); }
      .ie9 .partnership-grid__grid > a[href] > img, .ie9 .bookcase .partnership-grid__grid > a[href] > .missing-cover, .bookcase .ie9 .partnership-grid__grid > a[href] > .missing-cover {
        -webkit-filter: none !important;
                filter: none !important; }

.partnership-grid__overlay {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(20, 20, 20, 0.85);
  text-align: center;
  overflow: hidden;
  -webkit-transition: opacity 0.07s;
  transition: opacity 0.07s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .partnership-grid__overlay > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding: 5%;
    color: #ff6600;
    line-height: 136%;
    font-family: 'ITC Avant Garde Gothic W05 Boo';
    font-size: 24px; }
  .partnership-grid__grid > a:hover .partnership-grid__overlay {
    opacity: 1; }

.partnership-project .partnership-project__swiper-wrap {
  position: relative;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .partnership-project .partnership-project__swiper-wrap {
      width: 82%; } }

@media (max-width: 599px) {
  .partnership-project .swiper-container {
    margin-left: -15px;
    margin-right: -15px; } }

.partnership-project .swiper-pagination {
  margin-top: 20px; }

.partnership-project .swiper-button-prev {
  left: -38px; }

.partnership-project .swiper-button-next {
  right: -38px; }

.partnership-project .swiper-slide img, .partnership-project .swiper-slide .bookcase .missing-cover, .bookcase .partnership-project .swiper-slide .missing-cover {
  margin: 0 auto; }
  @media (max-width: 599px) {
    .partnership-project .swiper-slide img, .partnership-project .swiper-slide .bookcase .missing-cover, .bookcase .partnership-project .swiper-slide .missing-cover {
      width: 100%; } }

.partnerships-about-page .partnership__about-heading {
  font-family: 'ITC Avant Garde Gothic W05 Bol';
  text-transform: none;
  font-size: 26px;
  color: #ff6600; }

.partnerships-about-page .content__column--quarter {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1023px) {
    .partnerships-about-page .content__column--quarter {
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 1023px) {
    .partnerships-about-page .content__column--quarter img, .partnerships-about-page .content__column--quarter .bookcase .missing-cover, .bookcase .partnerships-about-page .content__column--quarter .missing-cover {
      width: 104px;
      float: left;
      margin-left: 5px; } }
  @media (min-width: 1024px) {
    .partnerships-about-page .content__column--quarter img, .partnerships-about-page .content__column--quarter .bookcase .missing-cover, .bookcase .partnerships-about-page .content__column--quarter .missing-cover {
      width: 75%;
      max-width: 208px; } }
  .partnerships-about-page .content__column--quarter p, .partnerships-about-page .content__column--quarter .cms ul li, .cms ul .partnerships-about-page .content__column--quarter li,
  .partnerships-about-page .content__column--quarter .cms ol li, .cms ol .partnerships-about-page .content__column--quarter li {
    font-size: 16px;
    line-height: 160%;
    margin-top: 20px; }
    .partnerships-about-page .content__column--quarter p strong, .partnerships-about-page .content__column--quarter .cms ul li strong, .cms ul .partnerships-about-page .content__column--quarter li strong, .partnerships-about-page .content__column--quarter .cms ol li strong, .cms ol .partnerships-about-page .content__column--quarter li strong {
      font-size: 18px; }

.promo {
  padding: 35px 0;
  position: relative; }
  .promo--swiper {
    background-color: #2b2b2d;
    padding: 35px 0 70px;
    color: white; }
    .promo--swiper .swiper-pagination {
      bottom: 20px; }
      .promo--swiper .swiper-pagination .swiper-pagination-bullet {
        background-color: white; }
  .l-container .promo .component__gutters, .c-nav__container .promo .component__gutters, .c-nav__dest .promo .component__gutters, .l-container .promo .gift-swiper__shelf-gutters, .c-nav__container .promo .gift-swiper__shelf-gutters, .c-nav__dest .promo .gift-swiper__shelf-gutters, .l-container .promo .tiles-feature__shelf-gutters, .c-nav__container .promo .tiles-feature__shelf-gutters, .c-nav__dest .promo .tiles-feature__shelf-gutters,
  .l-container .promo .tiles-swiper__shelf-gutters,
  .c-nav__container .promo .tiles-swiper__shelf-gutters,
  .c-nav__dest .promo .tiles-swiper__shelf-gutters {
    padding: 0; }
  .l-container .promo .component__container, .c-nav__container .promo .component__container, .c-nav__dest .promo .component__container, .l-container .promo .gift-swiper__shelf-container, .c-nav__container .promo .gift-swiper__shelf-container, .c-nav__dest .promo .gift-swiper__shelf-container, .l-container .promo .tiles-feature__shelf-container, .c-nav__container .promo .tiles-feature__shelf-container, .c-nav__dest .promo .tiles-feature__shelf-container,
  .l-container .promo .tiles-swiper__shelf-container,
  .c-nav__container .promo .tiles-swiper__shelf-container,
  .c-nav__dest .promo .tiles-swiper__shelf-container {
    margin: 0; }

.multiple-promos .promo:first-child:not(:last-child) {
  padding-bottom: 0; }

.multiple-promos .promo + .promo {
  margin-top: 0;
  padding-top: 0; }
  .multiple-promos .promo + .promo .hr {
    display: none; }

.multiple-promos .promo:last-child .hr:last-child {
  display: block; }

.promo__swiper-heading {
  color: white;
  margin: 20px 0 30px; }
  @media (max-width: 1023px) {
    .promo__swiper-heading {
      margin: 20px 0 30px; } }

.promo__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.promo__column {
  /*&:first-child {

        @include media('<tablet') {
            width: 100%;
            text-align: center;
        }
        @include media('>=tablet') {
            text-align: right;
            lost-column: 1/3;
        }
    }

    &:nth-child(2) {

        @include media('<tablet') {
            width: 100%;
        }
        @include media('>=tablet') {
            lost-column: 2/3;
        }
    }
    */ }
  .promo__column:nth-child(1) {
    width: 126px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .promo--swiper .promo__column:nth-child(1) {
      width: 170px; }
    @media (max-width: 599px) {
      .promo__column:nth-child(1) {
        -ms-flex-negative: 1;
            flex-shrink: 1; } }
  .promo__column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 40px; }
    @media (max-width: 599px) {
      .promo__column:nth-child(2) {
        padding-left: 20px; } }

.promo__img {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-box-shadow: -6px 6px 18px rgba(0, 0, 0, 0.25);
          box-shadow: -6px 6px 18px rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7; }
  .promo__img:hover, .promo__img.is-selected {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075); }
  .ie9 .promo__img {
    -webkit-filter: none !important;
            filter: none !important; }

.promo__heading {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 20px; }
  .promo__heading a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: black; }
    .promo__heading a:active, .promo__heading a:focus, .promo__heading a:hover {
      color: #ff6600; }
  .promo__heading span {
    font-size: 16px;
    font-family: 'ITC Avant Garde Gothic W05 Boo';
    display: block; }
    @media (max-width: 599px) {
      .promo__heading span {
        font-size: 14px; } }

.promo__content {
  margin-top: 16px;
  line-height: 1.5;
  font-family: 'Avenir Next W05 Regular';
  font-size: 16px; }
  .promo__content b, .promo__content strong {
    font-weight: normal; }
  @media (max-width: 599px) {
    .promo__content {
      font-size: 12px; } }

.promo__btn--mob {
  margin-top: 28px;
  width: 100%; }
  @media (min-width: 600px) {
    .promo__btn--mob {
      display: none; } }

.promo__btn--tablet {
  margin-top: 20px; }
  @media (max-width: 599px) {
    .promo__btn--tablet {
      display: none; } }

@media (max-width: 599px) {
    .listicle .promo__columns {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

        .listicle .promo__columns .promo__column:nth-child(1) {
            margin-bottom: 20px;
        }
        .listicle .promo__columns .promo__column:nth-child(2) {
            padding-left: 0px;
            text-align: center;
        }
}

.c-quotes__wrap {
  overflow: hidden; }

.c-quotes__quote {
  line-height: 1.5;
  margin: 0; }

@media (min-width: 1024px) and (max-width: 1131px) {
  .c-quotes__quote {
    width: 82.8%; } }
  @media (min-width: 1132px) {
    .c-quotes__quote {
      width: 65.6%; } }
  .c-quotes__quote:nth-child(2) {
    margin-top: 20px; }
  .c-quotes__quote:nth-child(1n + 3) {
    height: 0;
    overflow: hidden; }
    .is-open .c-quotes__quote:nth-child(1n + 3) {
      height: auto;
      overflow: visible;
      margin-top: 20px; }

.c-quotes__attribution {
  text-transform: uppercase;
  font-style: normal; }

.recommendations__heading {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 30px;
  text-align: center; }

.recommendations__desc {
  text-align: center; }

.recommendations__feature {
  background-color: #eee;
  padding: 20px;
  margin-bottom: 40px; }

.recommendations__feature:before {
  content: '';
  display: table; }

.recommendations__feature:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 600px) {
  .recommendations__feature-col:nth-child(1) {
    width: calc(99.9% * 2/6 - (20px - 20px * 2/6)); }
  .recommendations__feature-col:nth-child(1):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .recommendations__feature-col:nth-child(1):last-child {
    margin-right: 0; }
  .recommendations__feature-col:nth-child(1):nth-child(2n) {
    margin-right: 0;
    float: right; }
  .recommendations__feature-col:nth-child(1):nth-child(2n + 1) {
    clear: both; }
  .recommendations__feature-col:nth-child(2) {
    width: calc(99.9% * 4/6 - (20px - 20px * 4/6)); }
  .recommendations__feature-col:nth-child(2):nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .recommendations__feature-col:nth-child(2):last-child {
    margin-right: 0; }
  .recommendations__feature-col:nth-child(2):nth-child(2n) {
    margin-right: 0;
    float: right; }
  .recommendations__feature-col:nth-child(2):nth-child(2n + 1) {
    clear: both; } }

.recommendations__feature-title {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  font-size: 30px;
  margin-bottom: 20px; }

.recommendations__list {
  margin-bottom: 40px; }

.recommendations__list:before {
  content: '';
  display: table; }

.recommendations__list:after {
  content: '';
  display: table;
  clear: both; }
  @media (min-width: 1024px) {
    .recommendations__list li {
      width: calc(99.9% * 1/4 - (20px - 20px * 1/4)); }
    .recommendations__list li:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .recommendations__list li:last-child {
      margin-right: 0; }
    .recommendations__list li:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .recommendations__list li:nth-child(4n + 1) {
      clear: both; } }

.recommendations__book {
  text-align: center; }

.recommendations__title {
  font-size: 30px; }

@media (max-width: 1023px) {
  .registration .component__container, .registration .gift-swiper__shelf-container, .registration .tiles-feature__shelf-container,
  .registration .tiles-swiper__shelf-container {
    margin-top: 30px; } }

@media (min-width: 1024px) {
  .registration .component__container, .registration .gift-swiper__shelf-container, .registration .tiles-feature__shelf-container,
  .registration .tiles-swiper__shelf-container {
    margin-top: 50px; } }

.registration form {
  max-width: 425px; }
  .registration form > .InputWrap:first-child {
    margin-top: 0; }
  .registration form ul.List {
    margin-top: 53px; }

.registration__columns:before,
.registration__inner-columns:before {
  content: '';
  display: table; }

.registration__columns:after,
.registration__inner-columns:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 1024px) {
  .registration__column {
    width: calc(99.9% * 1/2 - (40px - 40px * 1/2)); }
  .registration__column:nth-child(1n) {
    float: left;
    margin-right: 40px;
    clear: none; }
  .registration__column:last-child {
    margin-right: 0; }
  .registration__column:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .registration__column:nth-child(2n + 1) {
    clear: both; } }

.registration__column--first p, .registration__column--first .cms ul li, .cms ul .registration__column--first li,
.registration__column--first .cms ol li, .cms ol .registration__column--first li, .registration__column--last p, .registration__column--last .cms ul li, .cms ul .registration__column--last li,
.registration__column--last .cms ol li, .cms ol .registration__column--last li {
  line-height: 130%;
  font-size: 15px; }

.registration__terms {
  margin: 40px 0; }

.registration__support {
  margin: 30px 0; }

.registration__inner-column {
  width: calc(99.9% * 1/2 - (40px - 40px * 1/2)); }

.registration__inner-column:nth-child(1n) {
  float: left;
  margin-right: 40px;
  clear: none; }

.registration__inner-column:last-child {
  margin-right: 0; }

.registration__inner-column:nth-child(2n) {
  margin-right: 0;
  float: right; }

.registration__inner-column:nth-child(2n + 1) {
  clear: both; }

.registration .InputWrap {
  margin-top: 20px; }

.registration label.Error {
  color: #f10000; }

.registration .Message, .registration .interests__submit-invalid {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Avenir Next W05 Regular'; }

.registration__submit {
  margin-bottom: 60px; }
  .registration__submit.is-loading {
    pointer-events: none; }

.registration__perks {
  background-color: #ececec;
  padding: 30px; }
  @media (max-width: 599px) {
    .registration__perks {
      margin: 0 -15px;
      padding: 30px 20px; } }
  @media (min-width: 600px) {
    .registration__perks {
      margin: 0 -20px; } }
  @media (min-width: 1024px) {
    .registration__perks {
      padding: 40px; } }
  .registration__perks h2 {
    font-size: 26px;
    font-family: 'ITC Avant Garde Gothic W05 Md';
    line-height: 120%;
    margin-bottom: 20px;
    letter-spacing: -0.5px; }
    @media (min-width: 1024px) {
      .registration__perks h2 {
        margin-bottom: 30px; } }

.registration__perk {
  margin-bottom: 20px;
  position: relative; }

.registration__perk:before {
  content: '';
  display: table; }

.registration__perk:after {
  content: '';
  display: table;
  clear: both; }
  @media (max-width: 330px) {
    .registration__perk {
      margin-bottom: 30px; } }
  .registration__perk:last-child {
    margin-bottom: 0; }
  .registration__perk p, .registration__perk .cms ul li, .cms ul .registration__perk li,
  .registration__perk .cms ol li, .cms ol .registration__perk li {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(79px + 24px); }
    @media (min-width: 600px) {
      .registration__perk p, .registration__perk .cms ul li, .cms ul .registration__perk li,
      .registration__perk .cms ol li, .cms ol .registration__perk li {
        font-size: 18px; } }

.registration__perk-border {
  width: 79px;
  height: 79px;
  position: relative;
  border-radius: 50%;
  background-color: white;
  float: left; }

.registration__postcode-caption,
.registration__required {
  font-size: 12px;
  color: #909092;
  margin-top: 8px;
  margin-bottom: 20px; }

.registration__postcode.is-disabled .InputWrap .InputParent .Input {
  border-color: #dbdbdb; }

.registration__postcode.is-disabled label {
  color: #dbdbdb; }

.registration__postcode.is-disabled input {
  cursor: not-allowed;
  color: #dbdbdb; }

@media (max-width: 599px) {
  .registration__postcode {
    width: calc(99.9% * .7/2 - (10px - 10px * .7/2));
    white-space: nowrap; }
  .registration__postcode:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .registration__postcode:last-child {
    margin-right: 0; }
  .registration__postcode:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .registration__postcode:nth-child(2n + 1) {
    clear: both; }
    .registration__postcode + .registration__inner-column {
      width: calc(99.9% * 1.3/2 - (10px - 10px * 1.3/2)); }
    .registration__postcode + .registration__inner-column:nth-child(1n) {
      float: left;
      margin-right: 10px;
      clear: none; }
    .registration__postcode + .registration__inner-column:last-child {
      margin-right: 0; }
    .registration__postcode + .registration__inner-column:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .registration__postcode + .registration__inner-column:nth-child(2n + 1) {
      clear: both; } }

.removal-confirmation {
  display: none; }
  .book.is-removed .removal-confirmation {
    display: block; }
  .card .removal-confirmation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: white;
    padding: 17px; }
  .card.is-removed .removal-confirmation {
    display: block;
    z-index: 10; }

.removal-confirmation__content:before {
  content: '';
  display: table; }

.removal-confirmation__content:after {
  content: '';
  display: table;
  clear: both; }
  .card .removal-confirmation__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 185px; }

.removal-confirmation__heading {
  font-size: 16px !important;
  text-align: center;
  margin: 3px 0 12px 0; }

.removal-confirmation__no {
  border: 1px solid #9a9a9a;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  letter-spacing: -0.3px;
  padding: 9px;
  background-color: white;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: black; }
  .removal-confirmation__no:active, .removal-confirmation__no:focus, .removal-confirmation__no:hover {
    color: black; }
  .removal-confirmation__no:hover, .removal-confirmation__no:focus, .is-selected.removal-confirmation__no {
    background-color: #f7f7f7; }
  .is-active.removal-confirmation__no {
    background-color: #404042;
    color: white; }
    .is-active.removal-confirmation__no:hover {
      background-color: #48484a; }

.removal-confirmation__yes {
  padding: 10px;
  width: 48%;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  float: left;
  min-width: auto; }
  @media (max-width: 329px) {
    .removal-confirmation__yes {
      font-size: 12px;
      padding: 7px; } }

.removal-confirmation__no {
  width: 48%;
  float: right; }
  @media (max-width: 329px) {
    .removal-confirmation__no {
      font-size: 12px;
      padding: 6px; } }

.c-author-about__read-more, .c-author-about__books-see-all, .c-book-details__read-more, .c-retailers__view-all-btn, .c-retailers__find-local-btn, .c-reviews__btn {
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #ff6600;
  font-size: 13px;
  font-family: 'Avenir Next W05 Medium';
  position: relative;
  z-index: 1; }
  .c-author-about__read-more:active, .c-author-about__books-see-all:active, .c-book-details__read-more:active, .c-retailers__view-all-btn:active, .c-retailers__find-local-btn:active, .c-reviews__btn:active, .c-author-about__read-more:focus, .c-author-about__books-see-all:focus, .c-book-details__read-more:focus, .c-retailers__view-all-btn:focus, .c-retailers__find-local-btn:focus, .c-reviews__btn:focus, .c-author-about__read-more:hover, .c-author-about__books-see-all:hover, .c-book-details__read-more:hover, .c-retailers__view-all-btn:hover, .c-retailers__find-local-btn:hover, .c-reviews__btn:hover {
    color: #747474; }
  .c-author-about__read-more:before, .c-author-about__books-see-all:before, .c-book-details__read-more:before, .c-retailers__view-all-btn:before, .c-retailers__find-local-btn:before, .c-reviews__btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px; }

.extract-page .c-retailers {
  margin-bottom: 60px; }

.c-retailers__heading {
  color: black;
  font-size: 13px;
  font-family: 'ITC Avant Garde Gothic W05 Md'; }
  @media (max-width: 599px) {
    .c-retailers__heading {
      text-align: center;
      margin-bottom: 20px; } }
  @media (min-width: 600px) {
    .c-retailers__heading {
      margin-bottom: 15px; } }

.c-retailers__container {
  overflow: hidden; }
  @media (max-width: 599px) {
    .c-retailers__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.c-retailers__retailer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background-color: #EFEFEF;
  border: 1px solid #747474;
  margin-bottom: 17px;
  margin-right: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 9px;
  padding-right: 10px;
  position: relative;
  width: 209px; }
  .c-retailers__retailer[data-retailer="Local Retailers"] {
    background-color: #FFFFFF; }
  @media (max-width: 599px) {
    .c-retailers__retailer {
      width: 100%;
      margin-right: 0; } }
  .no-touch .c-retailers__retailer:hover {
    background-color: #CCCCCC; }
  .c-retailers__retailer:active {
    background-color: #747474 !important; }
    .c-retailers__retailer:active path {
      fill: black; }
  @media (min-width: 1132px) {
    .c-retailers[data-show-desktop="1"] .c-retailers__retailer:nth-child(n+3) {
      display: none; }
    .c-retailers[data-show-desktop="2"] .c-retailers__retailer:nth-child(n+4) {
      display: none; }
    .c-retailers[data-show-desktop="3"] .c-retailers__retailer:nth-child(n+5) {
      display: none; }
    .c-retailers[data-show-desktop="4"] .c-retailers__retailer:nth-child(n+6) {
      display: none; }
    .c-retailers[data-show-desktop="5"] .c-retailers__retailer:nth-child(n+7) {
      display: none; }
    .c-retailers[data-show-desktop="6"] .c-retailers__retailer:nth-child(n+8) {
      display: none; }
    .c-retailers[data-show-desktop="7"] .c-retailers__retailer:nth-child(n+9) {
      display: none; }
    .c-retailers[data-show-desktop="8"] .c-retailers__retailer:nth-child(n+10) {
      display: none; }
    .c-retailers[data-show-desktop="9"] .c-retailers__retailer:nth-child(n+11) {
      display: none; } }

@media (min-width: 600px) and (max-width: 1131px) {
  .c-retailers[data-show-tablet="1"] .c-retailers__retailer:nth-child(n+3) {
    display: none; }
  .c-retailers[data-show-tablet="2"] .c-retailers__retailer:nth-child(n+4) {
    display: none; }
  .c-retailers[data-show-tablet="3"] .c-retailers__retailer:nth-child(n+5) {
    display: none; }
  .c-retailers[data-show-tablet="4"] .c-retailers__retailer:nth-child(n+6) {
    display: none; }
  .c-retailers[data-show-tablet="5"] .c-retailers__retailer:nth-child(n+7) {
    display: none; }
  .c-retailers[data-show-tablet="6"] .c-retailers__retailer:nth-child(n+8) {
    display: none; }
  .c-retailers[data-show-tablet="7"] .c-retailers__retailer:nth-child(n+9) {
    display: none; }
  .c-retailers[data-show-tablet="8"] .c-retailers__retailer:nth-child(n+10) {
    display: none; }
  .c-retailers[data-show-tablet="9"] .c-retailers__retailer:nth-child(n+11) {
    display: none; } }
  @media (max-width: 599px) {
    .c-retailers[data-show-phone="1"] .c-retailers__retailer:nth-child(n+3) {
      display: none; }
    .c-retailers[data-show-phone="2"] .c-retailers__retailer:nth-child(n+4) {
      display: none; }
    .c-retailers[data-show-phone="3"] .c-retailers__retailer:nth-child(n+5) {
      display: none; }
    .c-retailers[data-show-phone="4"] .c-retailers__retailer:nth-child(n+6) {
      display: none; }
    .c-retailers[data-show-phone="5"] .c-retailers__retailer:nth-child(n+7) {
      display: none; }
    .c-retailers[data-show-phone="6"] .c-retailers__retailer:nth-child(n+8) {
      display: none; }
    .c-retailers[data-show-phone="7"] .c-retailers__retailer:nth-child(n+9) {
      display: none; }
    .c-retailers[data-show-phone="8"] .c-retailers__retailer:nth-child(n+10) {
      display: none; }
    .c-retailers[data-show-phone="9"] .c-retailers__retailer:nth-child(n+11) {
      display: none; } }
  .is-open .c-retailers__retailer {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

.c-retailers__line-break {
  display: none; }
  .c-retailers[data-show-desktop="4"] .c-retailers__line-break {
    display: block;
    width: 100%; }

.c-retailers__retailer-icon {
  margin-right: 7px; }

.c-retailers__retailer-name {
  font-size: 14px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-family: 'Avenir Next W05 Medium';
  color: black;
  margin-top: 1px; }

.c-retailers__retailer-arrow {
  margin-left: auto;
  margin-right: 5px;
  width: 7px;
  height: 11px; }
  .c-retailers__retailer-arrow path {
    fill: #747474; }

@media (max-width: 599px) {
  .c-retailers__btns {
    margin-top: 7px;
    text-align: center; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-retailers__btns {
    margin-top: 4px; } }

@media (min-width: 1024px) {
  .c-retailers__btns {
    margin-top: 4px; } }

.c-retailers__view-all-btn {
  white-space: nowrap;
  margin-right: 20px; }

.c-reviews {
  margin: 40px 0; }

.c-reviews__btn {
  margin-top: 25px; }

.c-reviews__review:nth-child(1n + 2) {
  height: 0;
  overflow: hidden; }
  .c-reviews.is-expanded .c-reviews__review:nth-child(1n + 2) {
    height: auto;
    overflow: visible; }

.c-reviews__review:nth-child(1n + 7) {
  display: none; }

.c-reviews__content {
  font-family: 'Avenir Next W05 Medium';
  color: black;
  margin-top: 30px;
  font-size: 16px; }
  @media (min-width: 600px) {
    .c-reviews__content {
      font-size: 20px; } }

.c-reviews__source {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -14px;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .c-reviews__source {
      font-size: 13px; } }

.c-search-field {
  background-color: #F1F2F4; }
  .c-search-field input {
    width: 100%;
    background-color: white;
    border: 1px solid #DCDDE0;
    line-height: 43px;
    padding: 0 15px;
    margin: 16px 0 13px; }
    .ie11 .c-search-field input {
      height: 43px; }

.c-search-results--autocomplete .c-search-results__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D1D2D6;
  background-color: white; }
  @media (max-width: 1023px) {
    .c-search-results--autocomplete .c-search-results__result {
      height: 82px; } }
  @media (min-width: 1024px) {
    .c-search-results--autocomplete .c-search-results__result {
      height: 100px; } }
  @media (max-width: 1131px) {
    .c-search-results--autocomplete .c-search-results__result {
      padding: 0 15px; } }
  @media (min-width: 1132px) {
    .c-search-results--autocomplete .c-search-results__result {
      padding: 0 30px; } }
  .c-search-results--autocomplete .c-search-results__result.is-selected,
  .no-touch .c-search-results--autocomplete .c-search-results__result:hover, .c-search-results--autocomplete .c-search-results__result:focus {
    background-color: #f1f2f4; }

.c-search-results--autocomplete .c-search-results__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1023px) {
    .c-search-results--autocomplete .c-search-results__thumb {
      width: 40px; } }
  @media (min-width: 1024px) {
    .c-search-results--autocomplete .c-search-results__thumb {
      width: 55px; } }

.c-search-results--autocomplete .c-search-results__img.is-author {
  border-radius: 50%; }

.c-search-results--autocomplete .c-search-results__img.is-cover {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35); }

@media (max-width: 1023px) {
  .c-search-results--autocomplete .c-search-results__img {
    max-width: 40px;
    max-height: 60px; } }

@media (min-width: 1024px) {
  .c-search-results--autocomplete .c-search-results__img {
    max-width: 55px;
    max-height: 80px; } }

.c-search-results--autocomplete .c-search-results__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1; }
  @media (max-width: 1023px) {
    .c-search-results--autocomplete .c-search-results__content {
      margin-right: 15px;
      margin-left: 15px; } }
  @media (min-width: 1024px) {
    .c-search-results--autocomplete .c-search-results__content {
      margin-right: 30px;
      margin-left: 30px; } }

.c-search-results--autocomplete .c-search-results__title {
  font-family: 'Avenir Next W05 Medium';
  color: black;
  line-height: 1.3; }
  @media (max-width: 599px) {
    .c-search-results--autocomplete .c-search-results__title {
      font-size: 14px;
      line-height: 17px; } }

.c-search-results--autocomplete .c-search-results__desc {
  font-size: 14px;
  color: #747578; }
  @media (max-width: 599px) {
    .c-search-results--autocomplete .c-search-results__desc {
      font-size: 13px; } }

.c-search-results--autocomplete .c-search-results__type {
  letter-spacing: 0.3px;
  color: #747578;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    .c-search-results--autocomplete .c-search-results__type {
      font-size: 11px; } }
  @media (min-width: 1024px) {
    .c-search-results--autocomplete .c-search-results__type {
      font-size: 13px; } }

.c-search-results__see-all {
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: black;
  font-family: 'Avenir Next W05 Medium';
  text-transform: uppercase;
  background-color: #E5E6E9;
  text-align: center;
  display: block; }
  .c-search-results__see-all:active, .c-search-results__see-all:focus, .c-search-results__see-all:hover {
    color: black; }
  @media (max-width: 1023px) {
    .c-search-results__see-all {
      line-height: 50px;
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .c-search-results__see-all {
      line-height: 60px;
      font-size: 15px; } }

.c-search-results__load-more {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 599px) {
    .c-search-results__load-more {
      margin: 40px 0; }
      .c-search-results__load-more:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -20px;
        bottom: -20px;
        right: -20px;
        left: -20px; } }
  @media (min-width: 600px) {
    .c-search-results__load-more {
      margin: 25px 0 80px; } }
  @media (min-width: 1024px) {
    .c-search-results__load-more {
      margin: 40px 0 80px; } }
  .is-result-exhausted .c-search-results__load-more {
    display: none; }

@media (min-width: 600px) {
  .c-search-results--search-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 55px; } }

@media (min-width: 1024px) {
  .c-search-results--search-page {
    padding-top: 80px; } }

@media (min-width: 600px) and (max-width: 1131px) {
  .c-search-results--search-page {
    padding-right: 10px;
    padding-left: 15px; } }

@media (min-width: 600px) {
  .is-result-exhausted .c-search-results--search-page {
    padding-bottom: 55px; } }

@media (min-width: 1024px) {
  .is-result-exhausted .c-search-results--search-page {
    padding-bottom: 80px; } }

@media (min-width: 600px) {
  .c-search-results--search-page .c-search-results__list-item {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 600px) and (max-width: 699px) {
  .c-search-results--search-page .c-search-results__list-item {
    width: calc(99.9% * 1/5 - (2.5% - 2.5% * 1/5)); }
  .c-search-results--search-page .c-search-results__list-item:nth-child(1n) {
    float: left;
    margin-right: 2.5%;
    clear: none; }
  .c-search-results--search-page .c-search-results__list-item:last-child {
    margin-right: 0; }
  .c-search-results--search-page .c-search-results__list-item:nth-child(5n) {
    margin-right: 0;
    float: right; }
  .c-search-results--search-page .c-search-results__list-item:nth-child(5n + 1) {
    clear: both; } }

@media (min-width: 700px) and (max-width: 1023px) {
  .c-search-results--search-page .c-search-results__list-item {
    width: calc(99.9% * 1/5 - (3.5% - 3.5% * 1/5)); }
  .c-search-results--search-page .c-search-results__list-item:nth-child(1n) {
    float: left;
    margin-right: 3.5%;
    clear: none; }
  .c-search-results--search-page .c-search-results__list-item:last-child {
    margin-right: 0; }
  .c-search-results--search-page .c-search-results__list-item:nth-child(5n) {
    margin-right: 0;
    float: right; }
  .c-search-results--search-page .c-search-results__list-item:nth-child(5n + 1) {
    clear: both; } }

@media (min-width: 1024px) {
  .c-search-results--search-page .c-search-results__list-item {
    width: calc(99.9% * 1/6 - (40px - 40px * 1/6)); }
  .c-search-results--search-page .c-search-results__list-item:nth-child(1n) {
    float: left;
    margin-right: 40px;
    clear: none; }
  .c-search-results--search-page .c-search-results__list-item:last-child {
    margin-right: 0; }
  .c-search-results--search-page .c-search-results__list-item:nth-child(6n) {
    margin-right: 0;
    float: right; }
  .c-search-results--search-page .c-search-results__list-item:nth-child(6n + 1) {
    clear: both; } }

@media (max-width: 599px) {
  .c-search-results--search-page .c-search-results__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #D1D2D6;
    background-color: white;
    height: 120px;
    padding: 0 15px; }
    .c-search-results--search-page .c-search-results__result.is-selected,
    .no-touch .c-search-results--search-page .c-search-results__result:hover, .c-search-results--search-page .c-search-results__result:focus {
      background-color: #f1f2f4; } }

@media (min-width: 600px) {
  .c-search-results--search-page .c-search-results__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .c-search-results--search-page .c-search-results__result .c-search-results__thumb {
      -webkit-filter: blur(0);
              filter: blur(0);
      -webkit-transition: -webkit-filter 0.2s linear;
      transition: -webkit-filter 0.2s linear;
      transition: filter 0.2s linear;
      transition: filter 0.2s linear, -webkit-filter 0.2s linear; }
      .c-search-results--search-page .c-search-results__result .c-search-results__thumb:hover, .c-search-results--search-page .c-search-results__result .c-search-results__thumb.is-selected {
        -webkit-filter: blur(0) brightness(1.075);
                filter: blur(0) brightness(1.075); }
      .ie9 .c-search-results--search-page .c-search-results__result .c-search-results__thumb {
        -webkit-filter: none !important;
                filter: none !important; } }

.c-search-results--search-page .c-search-results__result.is-book .c-search-results__img {
  -webkit-box-shadow: -6px 6px 18px rgba(0, 0, 0, 0.25);
          box-shadow: -6px 6px 18px rgba(0, 0, 0, 0.25); }

@media (max-width: 599px) {
  .c-search-results--search-page .c-search-results__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62px; } }

@media (min-width: 600px) {
  .c-search-results--search-page .c-search-results__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 599px) {
  .c-search-results--search-page .c-search-results__img {
    max-width: 62px;
    max-height: 100px; } }

@media (min-width: 600px) {
  .c-search-results--search-page .c-search-results__img {
    width: 100%;
    max-height: 240px; } }

.c-search-results--search-page .c-search-results__img.is-author {
  border-radius: 50%; }

.c-search-results--search-page .c-search-results__img.is-cover {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35); }

@media (max-width: 599px) {
  .c-search-results--search-page .c-search-results__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 600px) {
  .c-search-results--search-page .c-search-results__content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    height: 120px; } }

.c-search-results--search-page .c-search-results__title {
  font-family: 'ITC Avant Garde Gothic W05 Md';
  color: black;
  font-size: 14px;
  line-height: 17px; }

.c-search-results--search-page .c-search-results__desc {
  color: #000000;
  font-size: 13px; }
  @media (min-width: 600px) {
    .c-search-results--search-page .c-search-results__desc {
      margin-top: 2px; } }

@media (max-width: 599px) {
  .c-search-results--search-page .c-search-results__type {
    letter-spacing: 0.3px;
    color: #747578;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    text-transform: uppercase;
    font-size: 11px; } }

@media (min-width: 600px) {
  .c-search-results--search-page .c-search-results__type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 2;
    font-size: 10px;
    letter-spacing: 0.3px;
    line-height: 20px;
    padding-left: 14px;
    padding-right: 14px;
    margin: 10px auto;
    color: #747578;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #F1F2FA; } }

.c-search-results__none {
  width: 100%; }
  .js-search-page .c-search-results__none {
    position: relative; }
    @media (max-width: 599px) {
      .js-search-page .c-search-results__none {
        height: calc(var(--vh, 1vh) * 55); } }
    @media (min-width: 600px) {
      .js-search-page .c-search-results__none {
        height: 600px;
        height: calc(var(--vh, 1vh) * 50); } }

.js-search-page .c-search-results__none-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }

.c-search-results__none-penguin {
  margin: 0 auto;
  opacity: 0.7; }
  @media (max-width: 599px) {
    .c-search-results__none-penguin {
      width: 80px; } }
  .c-nav .c-search-results__none-penguin {
    display: none; }

.c-search-results__none-title {
  text-align: center;
  color: #747578;
  letter-spacing: -0.4px;
  font-family: 'Avenir Next W05 Medium'; }
  @media (max-width: 599px) {
    .c-search-results__none-title {
      font-size: 16px; } }
  @media (min-width: 600px) {
    .c-search-results__none-title {
      font-size: 18px; } }
  .c-nav .c-search-results__none-title {
    margin: 0;
    padding: 14px 0;
    background-color: white; }

.c-search-results__collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.c-search-results__collection-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 52%;
          flex: 1 0 52%;
  -webkit-box-shadow: -1px 1px 4px rgba(109, 106, 106, 0.4);
          box-shadow: -1px 1px 4px rgba(109, 106, 106, 0.4);
  margin-left: -33%; }
  .c-search-results__collection-item:first-child {
    margin-left: 0;
    z-index: 2; }
  .c-search-results__collection-item:nth-child(2) {
    z-index: 1; }
  .c-search-results__collection-item img, .c-search-results__collection-item .bookcase .missing-cover, .bookcase .c-search-results__collection-item .missing-cover {
    width: 100%;
    min-width: 0 !important;
    max-height: none !important;
    -o-object-fit: initial !important;
       object-fit: initial !important; }

.strapline {
  margin-top: 50px;
  margin-bottom: 40px; }

.strapline__heading {
  margin-bottom: 10px;
  font-family: 'ITC Avant Garde Gothic W05 Boo';
  font-size: 26px;
  font-weight: normal;
  line-height: 37px; }
  .strapline__heading b, .strapline__heading strong {
    font-weight: normal; }
  @media (max-width: 599px) {
    .strapline__heading {
      font-size: 23px;
      line-height: 29px; } }

.strapline__share-container {
  position: relative;
  height: 45px;
  margin-bottom: 30px; }

.strapline__share-btn {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  background-image: url("../svg/icons/sharebut-o.svg");
  background-repeat: no-repeat; }

.strapline__share-line {
  position: absolute;
  top: 22px;
  width: 100%;
  background-color: black;
  height: 1px; }

.swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.13; }

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 600px) {
    .swiper-button-prev,
    .swiper-button-next {
      display: none; } }
  .swiper-button-prev:before, .swiper-button-next:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px; }
  .no-touch .swiper-button-prev:hover:before, .no-touch .swiper-button-next:hover:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -20px;
    bottom: -20px;
    right: -20px;
    left: -20px; }

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

@media (min-width: 601px) and (max-width: 1131px) {
  .swiper-button-prev {
    left: -6%; } }
  .swiper-button-prev--rounded {
    background-image: url("data:image/svg+xml,%3Csvg class='c-retailers__retailer-arrow' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.35 10.06'%3E%3Cpath fill-rule='evenodd' fill='%23999' d='M5.1,0.2L5.1,0.2L5.1,0.2C4.9,0,4.5,0,4.3,0.2L0.2,4.5c-0.3,0.3-0.3,0.7,0,1l4.1,4.4l0,0l0,0 c0.2,0.2,0.6,0.2,0.8,0c0.3-0.3,0.3-0.7,0-1L1.5,5l3.6-3.8C5.4,0.9,5.4,0.5,5.1,0.2z' /%3E%3C/svg%3E"); }
  .no-touch .swiper-button-prev:hover {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%); }

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

@media (min-width: 601px) and (max-width: 1131px) {
  .swiper-button-next {
    right: -6%; } }
  .swiper-button-next--rounded {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.35 10.06'%3E%3Cpath fill-rule='evenodd' fill='%23999' d='M.19,1.16,3.8,5,.19,8.89a.72.72,0,0,0,0,1,.6.6,0,0,0,.86,0s0,0,0,0L5.16,5.51a.72.72,0,0,0,0-1L1.09.2a.6.6,0,0,0-.86,0s0,0,0,0A.71.71,0,0,0,.19,1.16Z' /%3E%3C/svg%3E"); }
  .no-touch .swiper-button-next:hover {
    -webkit-transform: translateX(30%);
            transform: translateX(30%); }

.swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.swiper-pagination-bullets span {
  margin: 0 5px; }

.swiper-pagination-bullet-active {
  background-color: black; }

.single-slide .swiper-pagination,
.single-slide .swiper-button-next,
.single-slide .swiper-button-prev {
  display: none !important; }

.teachers {
  margin-top: -60px; }

@media (max-width: 1023px) {
  .teachers__nav {
    text-align: center; } }

.teachers__nav span {
  display: inline-block;
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
  margin: 0 10px;
  font-size: 40px; }

.teachers__link {
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #dddddd; }
  .teachers__link:active, .teachers__link:focus, .teachers__link:hover {
    color: #C6C6C6; }
  .teachers__link.is-active {
    color: #ff6600; }
  @media (max-width: 599px) {
    .teachers__link {
      font-size: 22px; } }

.teachers__list {
  margin: 20px 0;
  display: none; }
  .teachers__list.is-active {
    display: block; }
  .teachers__list > .h3, .teachers__list > .about-imprints__heading, .teachers__list > .article__subheading, .teachers__list > .comps-current__heading, .teachers__list > .comps-prev__heading, .teachers__list > .comp-form__heading, .teachers__list > .description-authors__heading, .teachers__list > .description-book__heading, .teachers__list > .extract__heading, .teachers__list > .genre-links__genre, .teachers__list > .gift__more-options,
  .teachers__list > .gift__restart, .teachers__list > .heading-w-desc__heading, .teachers__list > .promo__swiper-heading, .teachers__list > span, .teachers__list > .tile__subheading, .teachers__list > .tiles-feature__heading,
  .teachers__list > .tiles-swiper__heading {
    margin-bottom: 20px; }
  .teachers__list li {
    margin-bottom: 20px; }
  .teachers__list li:before {
    content: '';
    display: table; }
  .teachers__list li:after {
    content: '';
    display: table;
    clear: both; }
  .teachers__list p, .teachers__list .cms ul li, .cms ul .teachers__list li,
  .teachers__list .cms ol li, .cms ol .teachers__list li {
    margin-top: 0; }
    @media (min-width: 1024px) {
      .teachers__list p, .teachers__list .cms ul li, .cms ul .teachers__list li,
      .teachers__list .cms ol li, .cms ol .teachers__list li {
        display: inline-block;
        max-width: 70%; } }
  .teachers__list span {
    margin-top: 4px;
    display: block; }
  @media (max-width: 1023px) {
    .teachers__list .btn, .teachers__list .comps-current__enter-btn, .teachers__list .comp-form .Submit, .comp-form .teachers__list .Submit, .teachers__list .comp-form__success a, .comp-form__success .teachers__list a, .teachers__list .gift__options button, .gift__options .teachers__list button, .teachers__list .newsletter__btn, .teachers__list .newsletter__success a, .newsletter__success .teachers__list a {
      margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .teachers__list .btn, .teachers__list .comps-current__enter-btn, .teachers__list .comp-form .Submit, .comp-form .teachers__list .Submit, .teachers__list .comp-form__success a, .comp-form__success .teachers__list a, .teachers__list .gift__options button, .gift__options .teachers__list button, .teachers__list .newsletter__btn, .teachers__list .newsletter__success a, .newsletter__success .teachers__list a {
      float: right; } }

.teachers__title {
  font-size: 22px; }

.teachers__column:nth-child(2) {
  text-align: right;
  float: right; }

/*
.teacher-materials {
    margin: 40px 0;

    .component__container {
        lost-utility: clearfix;
    }
}

.teacher-materials__column {

    &:first-child {
        @include media('>=tablet-landscape') {
            lost-column: 1/5 0 5px;
        }
    }
    &:nth-child(2) {
        @include media('>=tablet-landscape') {
            lost-column: 4/5;
        }
    }

    
    > ul li {
        border-bottom: 1px solid $divider;
        padding-top: 25px;
        padding-bottom: 25px;

        &:nth-child(even) {
            background-color: darken(white, 0.59%);
        }

        &:last-child {
            border: none;
        }
    }

    p:first-child {
        margin-top: 0;
    }
}
.teacher-materials__heading {
    @extend .h3;
    margin-top: 7px;
    margin-bottom: 30px;
}
.teacher-materials__download {
    @extend .btn;
}
.teacher-materials__download-icon {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    $size: 18px;
    width: $size;
    height: $size;
    background-size: $size $size;
    background-image: url('../svg/icons/download-w.svg');
}
*/
.c-tiles .l-container, .c-tiles .c-nav__container, .c-tiles .c-nav__dest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 55px; }

.c-tiles__tile {
  /*
    @include media('<tablet-landscape') {
        width: 310px;
        margin-right: 5%; // 27px at 768
    }
    @include media('>=tablet-landscape') {
        width: 350px;
        margin-right: 2.8%;

        &:last-child {
            margin-right: 0;
        }
    }
    */ }
  @media (max-width: 599px) {
    .c-tiles__tile {
      width: 100%;
      margin-bottom: 50px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-tiles__tile {
    width: calc(99.9% * 1/2 - (35px - 35px * 1/2));
    margin-bottom: 50px; }
  .c-tiles__tile:nth-child(1n) {
    float: left;
    margin-right: 35px;
    clear: none; }
  .c-tiles__tile:last-child {
    margin-right: 0; }
  .c-tiles__tile:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .c-tiles__tile:nth-child(2n + 1) {
    clear: both; } }
  @media (min-width: 1024px) {
    .c-tiles__tile {
      width: calc(99.9% * 1/3 - (2.8% - 2.8% * 1/3));
      margin-bottom: 70px;
      /*&:nth-child(3n+2) {
            margin: 0 2.8%;
        }*/ }
    .c-tiles__tile:nth-child(1n) {
      /*&:nth-child(3n+2) {
            margin: 0 2.8%;
        }*/
      float: left;
      margin-right: 2.8%;
      clear: none; }
    .c-tiles__tile:last-child {
      /*&:nth-child(3n+2) {
            margin: 0 2.8%;
        }*/
      margin-right: 0; }
    .c-tiles__tile:nth-child(3n) {
      /*&:nth-child(3n+2) {
            margin: 0 2.8%;
        }*/
      margin-right: 0;
      float: right; }
    .c-tiles__tile:nth-child(3n + 1) {
      /*&:nth-child(3n+2) {
            margin: 0 2.8%;
        }*/
      clear: both; } }

.c-tiles__youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .c-tiles__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.c-tiles__penguin {
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 60px;
  height: 46px;
  background-size: 60px 46px;
  background-image: url("../img/loading.gif"); }
  img.swiper-lazy-loaded + .c-tiles__penguin, .bookcase .swiper-lazy-loaded.missing-cover + .c-tiles__penguin,
  img.b-loaded + .c-tiles__penguin,
  .bookcase .b-loaded.missing-cover + .c-tiles__penguin, .c-tiles__penguin.is-hidden {
    display: none; }

.c-tiles__cover {
  position: relative;
  padding-bottom: 48%;
  height: 0;
  overflow: hidden;
  border: 1px solid #D3D3D3;
  background-color: #f7f7f7; }

.c-tiles__cover-img {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .c-tiles__cover-img:hover, .c-tiles__cover-img.is-selected {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075); }
  .ie9 .c-tiles__cover-img {
    -webkit-filter: none !important;
            filter: none !important; }
  .is-cover-blur .c-tiles__cover-img,
  .is-extract .c-tiles__cover-img {
    max-width: 98px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .c-tiles__cover-img.swiper-lazy-loaded, .c-tiles__cover-img.b-loaded {
    -webkit-box-shadow: -6px 6px 18px rgba(0, 0, 0, 0.25);
            box-shadow: -6px 6px 18px rgba(0, 0, 0, 0.25); }

.c-tiles__content {
  margin-top: 15px;
  color: black;
  font-size: 13px;
  height: 125px; }
  .c-tiles__content a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: black; }
    .c-tiles__content a:active, .c-tiles__content a:focus, .c-tiles__content a:hover {
      color: #ff6600; }

.c-tiles__subheading {
  font-family: 'Avenir Next W05 Medium';
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #747474; }

.c-tiles__play {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #ff6600;
  pointer-events: none;
  display: none; }
  .is-video .c-tiles__play {
    display: block; }
  @media (max-width: 599px) {
    .c-tiles__play {
      width: 38px;
      height: 38px; } }
  @media (min-width: 600px) {
    .c-tiles__play {
      width: 33px;
      height: 33px; } }
  .c-tiles__play svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 40%; }

.c-tiles__title {
  margin-top: 6px;
  margin-bottom: 4px; }
  .c-tiles__title a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: black;
    font-family: 'Avenir Next W05 Medium';
    font-size: 18px; }
    .c-tiles__title a:active, .c-tiles__title a:focus, .c-tiles__title a:hover {
      color: #ff6600; }

.c-tiles__desc {
  color: black;
  font-size: 16px; }
  .c-tiles__desc p, .c-tiles__desc .cms ul li, .cms ul .c-tiles__desc li,
  .c-tiles__desc .cms ol li, .cms ol .c-tiles__desc li {
    margin: 0;
    line-height: initial;
    font-size: 16px !important; }

.c-tiles__authors {
  font-family: 'Avenir Next W05 Regular';
  font-size: 14px;
  margin-top: -4px;
  margin-bottom: 8px; }
  .c-tiles__authors a {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: black; }
    .c-tiles__authors a:active, .c-tiles__authors a:focus, .c-tiles__authors a:hover {
      color: #ff6600; }

.c-tiles__extract-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-filter: blur(40px) brightness(1.2);
          filter: blur(40px) brightness(1.2);
  opacity: 0.6;
  display: none; }
  .is-cover-blur .c-tiles__extract-blur,
  .is-extract .c-tiles__extract-blur {
    display: block; }

.tiles {
  margin-top: 40px;
  margin-bottom: 20px; }
  .tiles .component__gutters:before, .tiles .gift-swiper__shelf-gutters:before, .tiles .tiles-feature__shelf-gutters:before,
  .tiles .tiles-swiper__shelf-gutters:before {
    content: '';
    display: table; }
  .tiles .component__gutters:after, .tiles .gift-swiper__shelf-gutters:after, .tiles .tiles-feature__shelf-gutters:after,
  .tiles .tiles-swiper__shelf-gutters:after {
    content: '';
    display: table;
    clear: both; }

.tile {
  margin-bottom: 25px; }

.tile:before {
  content: '';
  display: table; }

.tile:after {
  content: '';
  display: table;
  clear: both; }
  .tiles .tile:not(.tiles-feature):not(.tiles-swiper):last-child {
    margin-bottom: 0; }
  @media (min-width: 600px) {
    .tiles .tile:not(.tiles-feature):not(.tiles-swiper):nth-last-child(2) {
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .tile {
      width: calc(99.9% * 1/2 - (20px - 20px * 1/2)); }
    .tile:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .tile:last-child {
      margin-right: 0; }
    .tile:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .tile:nth-child(2n + 1) {
      clear: both; } }
  .tile iframe {
    width: 100%;
    height: auto; }
  .tile img, .tile .bookcase .missing-cover, .bookcase .tile .missing-cover {
    width: 120px;
    float: left;
    margin-right: 10px;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear; }
    .tile img:hover, .tile .bookcase .missing-cover:hover, .bookcase .tile .missing-cover:hover, .tile img.is-selected, .tile .bookcase .is-selected.missing-cover, .bookcase .tile .is-selected.missing-cover {
      -webkit-filter: blur(0) brightness(1.075);
              filter: blur(0) brightness(1.075); }
    .ie9 .tile img, .ie9 .tile .bookcase .missing-cover, .bookcase .ie9 .tile .missing-cover {
      -webkit-filter: none !important;
              filter: none !important; }

@media (min-width: 600px) and (max-width: 1023px) {
  .tile img, .tile .bookcase .missing-cover, .bookcase .tile .missing-cover {
    width: 80px; } }
    @media (min-width: 1024px) {
      .tile img, .tile .bookcase .missing-cover, .bookcase .tile .missing-cover {
        margin-right: 18px;
        width: 200px; } }

.tile__subheading {
  padding-top: 4px;
  line-height: 20px; }

.tile__byline {
  margin-top: 5px; }

.tile__content p, .tile__content .cms ul li, .cms ul .tile__content li,
.tile__content .cms ol li, .cms ol .tile__content li {
  line-height: 26px; }
  .tile__content p:first-child, .tile__content .cms ul li:first-child, .cms ul .tile__content li:first-child,
  .tile__content .cms ol li:first-child, .cms ol .tile__content li:first-child {
    margin-top: 10px; }

.tile__youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .tile__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.tiles-feature {
  margin: 0;
  background-color: #e6e7e8; }

.tiles-feature__heading,
.tiles-swiper__heading {
  margin: 30px 0; }

.tiles-feature__shelf-gutters,
.tiles-swiper__shelf-gutters {
  text-align: right;
  background-color: #fafafa; }

.tiles-feature__shelf-container,
.tiles-swiper__shelf-container {
  height: 60px; }
  .tiles-feature__shelf-container a,
  .tiles-swiper__shelf-container a {
    line-height: 60px;
    display: inline-block;
    font-family: 'ITC Avant Garde Gothic W05 Md'; }

.tiles-swiper {
  margin: 0; }

.tiles-swiper .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.tiles-swiper .swiper-pagination {
  bottom: 20px; }

@media (max-width: 1131px) {
  .tiles-swiper .tile__heading {
    font-size: 22px; } }

@media (max-width: 1023px) {
  .tiles-swiper .tile__heading {
    font-size: 20px; } }

@media (max-width: 599px) {
  .tiles-swiper .tile__heading {
    font-size: 26px; } }

@media (min-width: 600px) {
  .tiles-swiper .tile {
    width: 100%; } }

.tiles-swiper .tile img, .tiles-swiper .tile .bookcase .missing-cover, .bookcase .tiles-swiper .tile .missing-cover {
  float: none;
  width: 100%; }

@media (min-width: 1024px) {
  .tiles-swiper--padding {
    padding: 0 70px; } }

.tiles-swiper__column {
  width: calc(99.9% * 1/2 - (20px - 20px * 1/2)); }

.tiles-swiper__column:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none; }

.tiles-swiper__column:last-child {
  margin-right: 0; }

.tiles-swiper__column:nth-child(2n) {
  margin-right: 0;
  float: right; }

.tiles-swiper__column:nth-child(2n + 1) {
  clear: both; }

.token-subscribe {
  text-align: center;
  padding-bottom: 45px; }
  @media (min-width: 600px) {
    .token-subscribe {
      padding-bottom: 65px; } }
  .token-subscribe ul.List {
    margin-top: 53px; }

.token-subscribe__btn {
  width: calc(50% - 10px);
  height: 58px;
  background-color: #ececec;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .token-subscribe__btn--yes {
    margin-right: 5px; }
  @media (min-width: 600px) {
    .token-subscribe__btn {
      width: 206px;
      margin: 0 10px; } }
  .token-subscribe__btn:active {
    background-color: #ff6600;
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }
    .token-subscribe__btn:active span {
      color: white; }
  .token-subscribe__btn.is-active {
    background-color: #ff6600; }
    .token-subscribe__btn.is-active span {
      color: white; }
  .token-subscribe__btn span {
    font-size: 12px;
    line-height: 58px;
    letter-spacing: -0.8px;
    font-family: 'ITC Avant Garde Gothic W05 Md'; }
    @media (min-width: 600px) {
      .token-subscribe__btn span {
        font-size: 14px; } }

.token-subscribe__svg-box {
  margin: 2px 0 2px 2px;
  width: 57px;
  height: 54px;
  background-color: white;
  position: relative;
  float: left; }
  .token-subscribe__svg-box > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }

.token-subscribe__btn-icon {
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s; }
  .token-subscribe__btn:hover .token-subscribe__btn-icon,
  .token-subscribe__btn:focus .token-subscribe__btn-icon,
  .token-subscribe__btn.is-active .token-subscribe__btn-icon {
    fill: #ff6600; }
  .token-subscribe__btn--yes .token-subscribe__btn-icon {
    fill: #00aa52; }
  .token-subscribe__btn--no .token-subscribe__btn-icon {
    fill: #e50733; }

.token-subscribe__form {
  display: none;
  padding-top: 20px;
  margin: 0 auto;
  text-align: left; }
  @media (max-width: 599px) {
    .token-subscribe__form {
      max-width: calc(100% - 10px); } }
  @media (min-width: 600px) {
    .token-subscribe__form {
      max-width: 432px; } }
  .token-subscribe__form .InputWrap {
    margin-top: 20px; }

.token-subscribe__postcode {
  width: 50%; }

.c-video-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #ff6600;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  @media (max-width: 599px) {
    .c-video-icon {
      width: 38px;
      height: 38px; } }
  @media (min-width: 600px) {
    .c-video-icon {
      width: 33px;
      height: 33px; } }
  .c-video-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 40%; }

.view-all {
  background-color: #f1f1f1;
  padding: 45px 0;
  text-align: center; }

.view-all__heading {
  font-size: 32px;
  margin: 0 auto 20px;
  max-width: 525px;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  line-height: 120%; }

.c-load-more {
  min-width: 126px;
  text-align: center;
  display: table;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .c-load-more {
      margin-top: 20px; } }
  .c-events-list .c-load-more.is-disabled {
    display: none; }
  .c-events-list.is-loading .c-load-more {
    display: none; }

.c-title-bar {
  background-color: #F1F2F4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-title-bar.has-title,
  .has-more-slides .c-title-bar {
    padding: 5px 10px 5px 10px; }
  .c-title-bar.is-wrapped {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .is-puffin .c-title-bar, .c-title-bar--puffin {
    background-color: #F5DA2F; }
  .is-dk .c-title-bar, .c-title-bar--dk {
    background-color: #255597; }
  .is-maclary .c-title-bar, .c-title-bar--maclary {
    background-color: #9BCBEB; }

.c-title-bar__title-wrap {
  margin-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .is-wrapped .c-title-bar__title-wrap {
    display: inline; }

.c-title-bar__title {
  color: #747578;
  margin-right: 20px;
  display: inline;
  line-height: 30px !important; }
  @media (max-width: 599px) {
    .c-title-bar__title {
      font-family: "ITC Avant Garde Gothic W05 Md";
      font-size: 16px;
      line-height: 20px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-title-bar__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 18px;
    line-height: 24px; } }
  @media (min-width: 1024px) {
    .c-title-bar__title {
      font-family: "ITC Avant Garde Gothic W05 Md";
      font-size: 20px;
      line-height: 26px; } }
  .is-puffin .c-title-bar__title,
  .c-title-bar--puffin .c-title-bar__title {
    color: black; }
  .is-dk .c-title-bar__title,
  .c-title-bar--dk .c-title-bar__title {
    color: white; }
  .is-maclary .c-title-bar__title,
  .c-title-bar--maclary .c-title-bar__title {
    color: black; }
  .is-wrapped .c-title-bar__title {
    margin-right: 10px; }

.c-title-bar__see-all {
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  color: #747578;
  fill: #747578;
  height: 24px;
  padding: 0 12px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  white-space: nowrap; }
  .c-title-bar__see-all:hover {
    color: #747578; }
  .is-puffin .c-title-bar__see-all,
  .c-title-bar--puffin .c-title-bar__see-all {
    color: black;
    fill: black;
    background-color: rgba(255, 255, 255, 0.6); }
  .is-dk .c-title-bar__see-all,
  .c-title-bar--dk .c-title-bar__see-all {
    color: white;
    fill: white;
    background-color: rgba(255, 255, 255, 0.4); }
  .is-maclary .c-title-bar__see-all,
  .c-title-bar--maclary .c-title-bar__see-all {
    color: black;
    fill: black;
    background-color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 599px) {
    .c-title-bar__see-all {
      font-family: "Avenir Next W05 Medium";
      font-size: 13px; } }
  @media (min-width: 600px) {
    .c-title-bar__see-all {
      font-family: "Avenir Next W05 Medium";
      font-size: 14px; } }
  .c-title-bar__see-all span {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .c-title-bar__see-all svg:nth-child(2) {
    width: 6px;
    margin-left: 3px; }

.c-title-bar__nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  display: none; }
  .has-more-slides .c-title-bar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .is-wrapped .c-title-bar__nav {
    margin-bottom: 6px; }

.c-title-bar__prev {
  margin-right: 15px; }

.c-title-bar__prev,
.c-title-bar__next {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-title-bar__prev:before,
  .c-title-bar__next:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -8px;
    bottom: -8px;
    right: -8px;
    left: -8px; }
  .c-title-bar__prev.is-disabled,
  .c-title-bar__next.is-disabled {
    cursor: default; }

.c-title-bar__arrow {
  width: 12px;
  height: 21px;
  fill: #747578;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .is-puffin .c-title-bar__arrow,
  .c-title-bar--puffin .c-title-bar__arrow {
    fill: black; }
  .is-dk .c-title-bar__arrow,
  .c-title-bar--dk .c-title-bar__arrow {
    fill: white; }
  .is-maclary .c-title-bar__arrow,
  .c-title-bar--maclary .c-title-bar__arrow {
    fill: black; }
  .is-disabled .c-title-bar__arrow {
    opacity: 0.35; }

.c-banner-home .c-swiper__wrap {
  padding: 0; }

.c-book-block-hero .c-swiper__wrap, .c-feature-block-alt .c-swiper__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 1132px) {
  .c-swiper__container {
    padding-left: 24px;
    margin-left: -14px;
    padding-right: 10px; } }

@media (max-width: 599px) {
  .c-swiper__container {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 600px) and (max-width: 1131px) {
  .c-swiper__container {
    padding-left: 30px;
    padding-right: 30px; } }

.c-banner-home .c-swiper__container {
  padding: 0;
  margin: 0; }

@media (min-width: 1024px) {
  .c-swiper__bounds {
    margin-left: auto;
    margin-right: auto;
    max-width: 1132px; } }

.c-swiper__penguin {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  opacity: 0.1;
  width: 60px;
  height: 46px;
  background-size: 60px 46px;
  background-image: url("../img/loading.gif"); }
  .c-search-results__thumb .c-swiper__penguin {
    opacity: 0.075; }
  .c-book-block-alt .c-swiper__penguin,
  .c-feature-block-alt .c-swiper__penguin {
    width: 48px;
    height: 37px;
    background-size: 48px 37px; }
  .c-category-block--alt .c-swiper__penguin {
    width: 34px;
    height: 26px;
    background-size: 34px 26px; }
  .b-loaded + .c-swiper__penguin {
    display: none; }

.c-category-block .c-swiper__slide:last-child {
  margin-right: 0; }

@media (max-width: 599px) {
  .c-category-block .c-swiper__slide {
    width: 100%;
    margin-right: 8%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-category-block .c-swiper__slide {
    width: 48%;
    margin-right: 4%; } }

@media (min-width: 1024px) {
  .c-category-block .c-swiper__slide {
    width: 31.2%;
    margin-right: 3.2%; } }

@media (max-width: 599px) {
  .c-category-block.has-more-slides .c-swiper__slide {
    width: 92%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-category-block.has-more-slides .c-swiper__slide {
    width: 46%; } }

.c-category-block--alt .c-swiper__slide:last-child {
  margin-right: 0; }

@media (max-width: 599px) {
  .c-category-block--alt .c-swiper__slide {
    width: 46%;
    margin-right: 8%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-category-block--alt .c-swiper__slide {
    width: 22%;
    margin-right: 4%; } }

@media (min-width: 1024px) {
  .c-category-block--alt .c-swiper__slide {
    width: 14%;
    margin-right: 3.2%; } }

@media (max-width: 599px) {
  .c-category-block--alt.has-more-slides .c-swiper__slide {
    width: 42%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-category-block--alt.has-more-slides .c-swiper__slide {
    width: 21%; } }

.c-category-block .c-swiper__wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.c-category-block__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-category-block__thumb, .c-category-block-list__thumb {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  margin-bottom: 16px;
  background-color: #F1F2F4;
  -webkit-box-shadow: -6px 6px 16px rgba(109, 106, 106, 0.302);
          box-shadow: -6px 6px 16px rgba(109, 106, 106, 0.302);
  width: calc(99.9% * 1/3 - (1.5% - 1.5% * 1/3)); }

.c-category-block__thumb:nth-child(1n), .c-category-block-list__thumb:nth-child(1n) {
  float: left;
  margin-right: 1.5%;
  clear: none; }

.c-category-block__thumb:last-child, .c-category-block-list__thumb:last-child {
  margin-right: 0; }

.c-category-block__thumb:nth-child(3n), .c-category-block-list__thumb:nth-child(3n) {
  margin-right: 0;
  float: right; }

.c-category-block__thumb:nth-child(3n + 1), .c-category-block-list__thumb:nth-child(3n + 1) {
  clear: both; }
  .no-touch .c-category-block__thumb:hover, .no-touch .c-category-block-list__thumb:hover, .c-category-block__thumb.is-selected, .is-selected.c-category-block-list__thumb {
    -webkit-filter: blur(0) brightness(1.08);
            filter: blur(0) brightness(1.08); }
  .c-category-block--alt .c-category-block__thumb, .c-category-block--alt .c-category-block-list__thumb {
    margin-bottom: 18px; }
  .c-category-block__thumb:nth-child(3), .c-category-block-list__thumb:nth-child(3) {
    margin-right: 0; }
  .c-category-block__thumb img, .c-category-block-list__thumb img, .c-category-block__thumb .bookcase .missing-cover, .bookcase .c-category-block__thumb .missing-cover, .c-category-block-list__thumb .bookcase .missing-cover, .bookcase .c-category-block-list__thumb .missing-cover {
    width: 100%; }

.c-category-block__content, .c-category-block-list__content {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  height: 17px; }
  @media (min-width: 1024px) {
    .c-category-block__content, .c-category-block-list__content {
      height: 20px; } }
  .c-category-block__content > a, .c-category-block-list__content > a {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: black; }
    .c-category-block__content > a:active, .c-category-block-list__content > a:active, .c-category-block__content > a:focus, .c-category-block-list__content > a:focus,
    .no-touch .c-category-block__content > a:hover,
    .no-touch .c-category-block-list__content > a:hover {
      color: #ff6600;
      text-decoration: none; }

@media (min-width: 1024px) {
  .c-category-block__title, .c-category-block-list__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 18px;
    line-height: 24px; } }

@media (min-width: 1024px) {
  .c-category-block--alt .c-category-block__title, .c-category-block--alt .c-category-block-list__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 16px;
    line-height: 20px; } }

.c-category-block-list__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 599px) {
    .c-category-block-list__cols {
      padding-top: 30px; } }
  @media (min-width: 600px) {
    .c-category-block-list__cols {
      padding-top: 40px; } }

@media (max-width: 599px) {
  .c-category-block-list__col {
    width: 100%;
    margin-bottom: 40px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-category-block-list__col {
    width: calc(99.9% * 1/2 - (4% - 4% * 1/2));
    margin-bottom: 60px; }
  .c-category-block-list__col:nth-child(1n) {
    float: left;
    margin-right: 4%;
    clear: none; }
  .c-category-block-list__col:last-child {
    margin-right: 0; }
  .c-category-block-list__col:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .c-category-block-list__col:nth-child(2n + 1) {
    clear: both; } }

@media (min-width: 1024px) {
  .c-category-block-list__col {
    width: calc(99.9% * 1/3 - (3.2% - 3.2% * 1/3));
    margin-bottom: 60px; }
  .c-category-block-list__col:nth-child(1n) {
    float: left;
    margin-right: 3.2%;
    clear: none; }
  .c-category-block-list__col:last-child {
    margin-right: 0; }
  .c-category-block-list__col:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .c-category-block-list__col:nth-child(3n + 1) {
    clear: both; } }

@media (max-width: 599px) {
  .c-category-block-list--alt .c-category-block-list__col {
    width: calc(99.9% * 1/2 - (8% - 8% * 1/2)); }
  .c-category-block-list--alt .c-category-block-list__col:nth-child(1n) {
    float: left;
    margin-right: 8%;
    clear: none; }
  .c-category-block-list--alt .c-category-block-list__col:last-child {
    margin-right: 0; }
  .c-category-block-list--alt .c-category-block-list__col:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .c-category-block-list--alt .c-category-block-list__col:nth-child(2n + 1) {
    clear: both; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-category-block-list--alt .c-category-block-list__col {
    width: calc(99.9% * 1/4 - (4% - 4% * 1/4)); }
  .c-category-block-list--alt .c-category-block-list__col:nth-child(1n) {
    float: left;
    margin-right: 4%;
    clear: none; }
  .c-category-block-list--alt .c-category-block-list__col:last-child {
    margin-right: 0; }
  .c-category-block-list--alt .c-category-block-list__col:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .c-category-block-list--alt .c-category-block-list__col:nth-child(4n + 1) {
    clear: both; } }

@media (min-width: 1024px) {
  .c-category-block-list--alt .c-category-block-list__col {
    width: calc(99.9% * 1/6 - (3.2% - 3.2% * 1/6)); }
  .c-category-block-list--alt .c-category-block-list__col:nth-child(1n) {
    float: left;
    margin-right: 3.2%;
    clear: none; }
  .c-category-block-list--alt .c-category-block-list__col:last-child {
    margin-right: 0; }
  .c-category-block-list--alt .c-category-block-list__col:nth-child(6n) {
    margin-right: 0;
    float: right; }
  .c-category-block-list--alt .c-category-block-list__col:nth-child(6n + 1) {
    clear: both; } }

.c-category-block-list__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-category-block-list--alt .c-category-block-list__title {
  font-family: "ITC Avant Garde Gothic W05 Md";
  font-size: 14px;
  line-height: 17px; }
  @media (min-width: 1024px) {
    .c-category-block-list--alt .c-category-block-list__title {
      font-family: "ITC Avant Garde Gothic W05 Md";
      font-size: 16px;
      line-height: 20px; } }

.c-feature-block.is-double .c-swiper__slide:last-child {
  margin-right: 0; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-feature-block.is-double .c-swiper__slide {
    width: 48%;
    margin-right: 4%; } }

@media (min-width: 1024px) {
  .c-feature-block.is-double .c-swiper__slide {
    width: 48.4%;
    margin-right: 3.2%; } }

.c-feature-block.is-triple .c-swiper__slide:last-child {
  margin-right: 0; }

@media (min-width: 1024px) {
  .c-feature-block.is-triple .c-swiper__slide {
    width: 31.2%;
    margin-right: 3.2%; } }

.c-feature-block.has-more-slides.is-double .c-swiper__slide:last-child {
  margin-right: 0; }

@media (max-width: 599px) {
  .c-feature-block.has-more-slides.is-double .c-swiper__slide {
    width: 92%;
    margin-right: 8%; } }

.c-feature-block.has-more-slides.is-triple .c-swiper__slide:last-child {
  margin-right: 0; }

@media (max-width: 599px) {
  .c-feature-block.has-more-slides.is-triple .c-swiper__slide {
    width: 92%;
    margin-right: 8%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-feature-block.has-more-slides.is-triple .c-swiper__slide {
    width: 46%;
    margin-right: 4%; } }

.nav-tabs + .c-feature-block {
  margin-top: 30px; }
  @media (min-width: 600px) {
    .nav-tabs + .c-feature-block {
      margin-top: 40px; } }

@media (min-width: 600px) {
  .is-single .c-feature-block__slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.c-feature-block__thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #F1F2F4;
  border: 1px solid #D3D3D3; }
  @media (min-width: 600px) {
    .is-single .c-feature-block__thumb {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-bottom: 0; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-single .c-feature-block__thumb {
    width: 48%;
    margin-right: 4%; } }

@media (min-width: 1024px) and (max-width: 1131px) {
  .is-single .c-feature-block__thumb {
    width: 48.3%;
    margin-right: 3.2%; } }
  @media (min-width: 1132px) {
    .is-single .c-feature-block__thumb {
      width: calc(50% - 20px);
      margin-right: 40px; } }
  .c-feature-block__thumb img, .c-feature-block__thumb .bookcase .missing-cover, .bookcase .c-feature-block__thumb .missing-cover {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    min-width: 152px;
    -o-object-fit: cover;
       object-fit: cover; }
    .no-touch .c-feature-block__thumb img:hover, .no-touch .c-feature-block__thumb .bookcase .missing-cover:hover, .bookcase .no-touch .c-feature-block__thumb .missing-cover:hover, .c-feature-block__thumb img.is-selected, .c-feature-block__thumb .bookcase .is-selected.missing-cover, .bookcase .c-feature-block__thumb .is-selected.missing-cover {
      -webkit-filter: blur(0) brightness(1.08);
              filter: blur(0) brightness(1.08); }
    @media (max-width: 599px) {
      .c-feature-block__thumb img, .c-feature-block__thumb .bookcase .missing-cover, .bookcase .c-feature-block__thumb .missing-cover {
        max-height: calc((100vw - 40px) / 2); }
        .is-double .c-feature-block__thumb img, .is-double .c-feature-block__thumb .bookcase .missing-cover, .bookcase .is-double .c-feature-block__thumb .missing-cover,
        .is-triple .c-feature-block__thumb img,
        .is-triple .c-feature-block__thumb .bookcase .missing-cover,
        .bookcase .is-triple .c-feature-block__thumb .missing-cover {
          max-height: calc((100vw - 40px) * 0.92 / 2); } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-feature-block__thumb img, .c-feature-block__thumb .bookcase .missing-cover, .bookcase .c-feature-block__thumb .missing-cover {
    max-height: calc((100vw - 60px) * 0.48 / 2); }
    
    .is-triple .c-feature-block__thumb img,
    .is-triple .c-feature-block__thumb .bookcase .missing-cover,
    .bookcase .is-triple .c-feature-block__thumb .missing-cover {
      max-height: calc((100vw - 60px) * 0.46 / 2); } }

@media (min-width: 1024px) and (max-width: 1131px) {
  .c-feature-block__thumb img, .c-feature-block__thumb .bookcase .missing-cover, .bookcase .c-feature-block__thumb .missing-cover {
    max-height: calc((100vw - 60px) * 0.483 / 2); }
    
    .is-triple .c-feature-block__thumb img,
    .is-triple .c-feature-block__thumb .bookcase .missing-cover,
    .bookcase .is-triple .c-feature-block__thumb .missing-cover {
      max-height: calc((100vw - 60px) * 0.312 / 2); } }
    @media (min-width: 1132px) {
      .c-feature-block__thumb img, .c-feature-block__thumb .bookcase .missing-cover, .bookcase .c-feature-block__thumb .missing-cover {
        max-height: 268px; }
        
        .is-triple .c-feature-block__thumb img,
        .is-triple .c-feature-block__thumb .bookcase .missing-cover,
        .bookcase .is-triple .c-feature-block__thumb .missing-cover {
          max-height: 173px; } }
  .c-feature-block__thumb.is-cover-blur a, .c-feature-block__thumb.is-extract a {
    display: block;
    -webkit-filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.4)); }
  .c-feature-block__thumb.is-cover-blur img, .c-feature-block__thumb.is-cover-blur .bookcase .missing-cover, .bookcase .c-feature-block__thumb.is-cover-blur .missing-cover, .c-feature-block__thumb.is-extract img, .c-feature-block__thumb.is-extract .bookcase .missing-cover, .bookcase .c-feature-block__thumb.is-extract .missing-cover {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 2% 0; }
  @media (max-width: 599px) {
    .c-feature-block__thumb.is-collection {
      height: calc((100vw - 40px) / 2); }
      .is-double .c-feature-block__thumb.is-collection,
      .is-triple .c-feature-block__thumb.is-collection {
        height: calc((100vw - 40px) * 0.92 / 2); } }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-single .c-feature-block__thumb.is-collection {
    height: calc(((100vw - 60px) * 0.48) / 2); }
  .is-double .c-feature-block__thumb.is-collection {
    height: calc(((100vw - 60px) * 0.48) / 2); }
  .is-triple .c-feature-block__thumb.is-collection {
    height: calc(((100vw - 60px) * 0.46) / 2); } }
  @media (min-width: 1024px) {
    .is-single .c-feature-block__thumb.is-collection {
      height: calc(((100vw - 60px) * 0.483) / 2); }
    .is-double .c-feature-block__thumb.is-collection {
      height: calc(((100vw - 60px) * 0.484) / 2); }
    .is-triple .c-feature-block__thumb.is-collection {
      height: calc(((100vw - 60px) * 0.312) / 2); } }
  @media (min-width: 1132px) {
    .is-single .c-feature-block__thumb.is-collection,
    .is-double .c-feature-block__thumb.is-collection {
      height: 269px; }
    .is-triple .c-feature-block__thumb.is-collection {
      height: 175px; } }

.c-feature-block__cover-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-filter: blur(20px) brightness(1.2);
          filter: blur(20px) brightness(1.2);
  opacity: .6; }
  .ie11 .c-feature-block__cover-blur {
    display: none; }

.c-feature-block__heading, .c-events__heading {
  position: absolute;
  top: -5px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  color: #747474;
  text-transform: uppercase; }
  .is-single .c-feature-block__heading, .is-single .c-events__heading {
    width: 100%; }

.c-feature-block__content {
  min-width: 0; }
  .c-feature-block__content > a {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: black; }
    .c-feature-block__content > a:active, .c-feature-block__content > a:focus,
    .no-touch .c-feature-block__content > a:hover {
      color: #ff6600;
      text-decoration: none; }

.c-feature-block__title {
  margin-bottom: 3px; }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-single .c-feature-block__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 18px;
    line-height: 24px; } }
  @media (min-width: 1024px) {
    .is-single .c-feature-block__title {
      font-family: "ITC Avant Garde Gothic W05 Md";
      font-size: 20px;
      line-height: 26px; } }
  @media (min-width: 1024px) {
    .is-double .c-feature-block__title {
      font-family: "ITC Avant Garde Gothic W05 Md";
      font-size: 20px;
      line-height: 26px; } }
  @media (min-width: 1024px) {
    .is-triple .c-feature-block__title {
      font-family: "ITC Avant Garde Gothic W05 Md";
      font-size: 18px;
      line-height: 24px; } }

@media (min-width: 1024px) {
  .c-feature-block__desc {
    font-family: "Avenir Next W05 Regular";
    font-size: 16px;
    line-height: 24px; } }

.c-feature-block-alt__slide {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.c-feature-block-alt__thumb {
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
  overflow: hidden;
  border: 1px solid #D3D3D3; }
  @media (max-width: 599px) {
    .is-triple .c-feature-block-alt__thumb {
      height: calc(((100vw - 60px) * 0.44)/ 2); } }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-triple .c-feature-block-alt__thumb {
    height: calc(((100vw - 60px) * 0.20) / 2); } }

@media (min-width: 1024px) and (max-width: 1131px) {
  .is-triple .c-feature-block-alt__thumb {
    width: 152px;
    margin-right: 20px;
    height: calc(((100vw - 60px) * 0.155) / 2); } }
  @media (min-width: 1132px) {
    .is-triple .c-feature-block-alt__thumb {
      height: 78px; } }
  .c-feature-block-alt__thumb img, .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .c-feature-block-alt__thumb .missing-cover {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    pointer-events: all;
    -o-object-fit: cover;
       object-fit: cover; }
    .no-touch .c-feature-block-alt__thumb img:hover, .no-touch .c-feature-block-alt__thumb .bookcase .missing-cover:hover, .bookcase .no-touch .c-feature-block-alt__thumb .missing-cover:hover, .c-feature-block-alt__thumb img.is-selected, .c-feature-block-alt__thumb .bookcase .is-selected.missing-cover, .bookcase .c-feature-block-alt__thumb .is-selected.missing-cover {
      -webkit-filter: blur(0) brightness(1.08);
              filter: blur(0) brightness(1.08); }
    @media (max-width: 599px) {
      .c-feature-block-alt__thumb img, .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .c-feature-block-alt__thumb .missing-cover {
        max-height: calc(((100vw - 40px) * 0.92) * 0.46 / 2); }
        .is-single .c-feature-block-alt__thumb img, .is-single .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .is-single .c-feature-block-alt__thumb .missing-cover {
          max-height: calc(((100vw - 40px) * 0.46) / 2); } }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-single .c-feature-block-alt__thumb img, .is-single .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .is-single .c-feature-block-alt__thumb .missing-cover {
    max-height: calc(((100vw - 60px) * 0.20) / 2); }
  .is-double .c-feature-block-alt__thumb img, .is-double .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .is-double .c-feature-block-alt__thumb .missing-cover {
    max-height: calc(((100vw - 60px) * 0.48) * 0.437 / 2); }
  .is-triple .c-feature-block-alt__thumb img, .is-triple .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .is-triple .c-feature-block-alt__thumb .missing-cover {
    max-height: calc(((100vw - 60px) * 0.46) * 0.437 / 2); } }

@media (min-width: 1024px) and (max-width: 1131px) {
  .is-single .c-feature-block-alt__thumb img, .is-single .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .is-single .c-feature-block-alt__thumb .missing-cover {
    max-height: calc(((100vw - 60px) * 0.14) / 2); }
  .is-double .c-feature-block-alt__thumb img, .is-double .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .is-double .c-feature-block-alt__thumb .missing-cover {
    max-height: calc(((100vw - 60px) * 0.48.4) * 0.29 / 2); }
  .is-triple .c-feature-block-alt__thumb img, .is-triple .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .is-triple .c-feature-block-alt__thumb .missing-cover {
    max-height: 76px; } }
    @media (min-width: 1132px) {
      .c-feature-block-alt__thumb img, .c-feature-block-alt__thumb .bookcase .missing-cover, .bookcase .c-feature-block-alt__thumb .missing-cover {
        max-height: 78px; } }
  .c-feature-block-alt__thumb.is-cover-blur a, .c-feature-block-alt__thumb.is-extract a {
    display: block;
    -webkit-filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.4)); }
  .c-feature-block-alt__thumb.is-cover-blur img, .c-feature-block-alt__thumb.is-cover-blur .bookcase .missing-cover, .bookcase .c-feature-block-alt__thumb.is-cover-blur .missing-cover, .c-feature-block-alt__thumb.is-extract img, .c-feature-block-alt__thumb.is-extract .bookcase .missing-cover, .bookcase .c-feature-block-alt__thumb.is-extract .missing-cover {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 2% 0; }
  .c-feature-block-alt__thumb .c-feature-collection__item:nth-child(2) {
    margin: 0 5px; }

.c-feature-block-alt__content {
  margin-top: 0; }

@media (min-width: 1024px) and (max-width: 1131px) {
  .is-triple .c-feature-block-alt__content {
    width: 171px; } }

@media (max-width: 599px) {
  .is-single .c-feature-block-alt__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 14px;
    line-height: 17px; } }

@media (min-width: 1132px) {
  .is-single .c-feature-block-alt__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 18px;
    line-height: 24px; } }

@media (min-width: 1024px) and (max-width: 1131px) {
  .is-double .c-feature-block-alt__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 16px;
    line-height: 20px; } }

@media (min-width: 1132px) {
  .is-double .c-feature-block-alt__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 18px;
    line-height: 24px; } }

@media (min-width: 1132px) {
  .is-triple .c-feature-block-alt__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 16px;
    line-height: 20px; } }

.nav-tabs + .c-feature-block-list {
  margin-top: 10px; }

.c-feature-block-list__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (max-width: 599px) {
    .c-feature-block-list__cols {
      padding-top: 30px; } }
  @media (min-width: 600px) {
    .c-feature-block-list__cols {
      padding-top: 40px; } }

.c-feature-block-list__col {
  position: relative; }
  @media (max-width: 599px) {
    .c-feature-block-list__col {
      width: 100%;
      margin-bottom: 40px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-feature-block-list__col {
    width: calc(99.9% * 1/2 - (4% - 4% * 1/2));
    margin-bottom: 60px; }
  .c-feature-block-list__col:nth-child(1n) {
    float: left;
    margin-right: 4%;
    clear: none; }
  .c-feature-block-list__col:last-child {
    margin-right: 0; }
  .c-feature-block-list__col:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .c-feature-block-list__col:nth-child(2n + 1) {
    clear: both; } }
  @media (min-width: 1024px) {
    .c-feature-block-list__col {
      width: calc(99.9% * 1/3 - (3.2% - 3.2% * 1/3));
      margin-bottom: 60px; }
    .c-feature-block-list__col:nth-child(1n) {
      float: left;
      margin-right: 3.2%;
      clear: none; }
    .c-feature-block-list__col:last-child {
      margin-right: 0; }
    .c-feature-block-list__col:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .c-feature-block-list__col:nth-child(3n + 1) {
      clear: both; } }

.c-feature-block-list__thumb {
  position: relative;
  overflow: hidden;
  background-color: #F1F2F4;
  margin-bottom: 16px;
  border: 1px solid #D3D3D3; }
  .c-feature-block-list__thumb.is-book-list {
    padding-top: 0;
    height: auto; }
    .c-feature-block-list__thumb.is-book-list img, .c-feature-block-list__thumb.is-book-list .bookcase .missing-cover, .bookcase .c-feature-block-list__thumb.is-book-list .missing-cover {
      position: relative; }
  .c-feature-block-list__thumb img, .c-feature-block-list__thumb .bookcase .missing-cover, .bookcase .c-feature-block-list__thumb .missing-cover {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    min-width: 152px;
    -o-object-fit: cover;
       object-fit: cover; }
    .no-touch .c-feature-block-list__thumb img:hover, .no-touch .c-feature-block-list__thumb .bookcase .missing-cover:hover, .bookcase .no-touch .c-feature-block-list__thumb .missing-cover:hover, .c-feature-block-list__thumb img.is-selected, .c-feature-block-list__thumb .bookcase .is-selected.missing-cover, .bookcase .c-feature-block-list__thumb .is-selected.missing-cover {
      -webkit-filter: blur(0) brightness(1.08);
              filter: blur(0) brightness(1.08); }
    @media (max-width: 599px) {
      .c-feature-block-list__thumb img, .c-feature-block-list__thumb .bookcase .missing-cover, .bookcase .c-feature-block-list__thumb .missing-cover {
        max-height: calc((100vw - 40px) / 2); } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-feature-block-list__thumb img, .c-feature-block-list__thumb .bookcase .missing-cover, .bookcase .c-feature-block-list__thumb .missing-cover {
    max-height: calc((100vw - 60px) * 0.46 / 2); } }

@media (min-width: 1024px) and (max-width: 1131px) {
  .c-feature-block-list__thumb img, .c-feature-block-list__thumb .bookcase .missing-cover, .bookcase .c-feature-block-list__thumb .missing-cover {
    max-height: calc((100vw - 60px) * 0.312 / 2); } }
    @media (min-width: 1132px) {
      .c-feature-block-list__thumb img, .c-feature-block-list__thumb .bookcase .missing-cover, .bookcase .c-feature-block-list__thumb .missing-cover {
        max-height: 173px;
        min-height: 100px; } }
  .c-feature-block-list__thumb.is-cover-blur a, .c-feature-block-list__thumb.is-extract a {
    display: block;
    -webkit-filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.4)); }
  .c-feature-block-list__thumb.is-cover-blur img, .c-feature-block-list__thumb.is-cover-blur .bookcase .missing-cover, .bookcase .c-feature-block-list__thumb.is-cover-blur .missing-cover, .c-feature-block-list__thumb.is-extract img, .c-feature-block-list__thumb.is-extract .bookcase .missing-cover, .bookcase .c-feature-block-list__thumb.is-extract .missing-cover {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 2% 0; }

.ie11 .c-feature-block-list__thumb img, .ie11 .c-feature-block-list__thumb .bookcase .missing-cover, .bookcase .ie11 .c-feature-block-list__thumb .missing-cover {
  width: auto;
  min-width: auto;
  margin: 2% auto; }

.c-feature-block-list__cover-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-filter: blur(20px) brightness(1.2);
          filter: blur(20px) brightness(1.2);
  opacity: .6; }
  .ie11 .c-feature-block-list__cover-blur {
    display: none; }

.c-feature-block-list__heading {
  position: absolute;
  top: -5px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  color: #747474;
  text-transform: uppercase; }

.c-feature-block-list__content {
  min-width: 0; }
  .c-feature-block-list__content > a {
    text-decoration: none;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    color: black; }
    .c-feature-block-list__content > a:active, .c-feature-block-list__content > a:focus,
    .no-touch .c-feature-block-list__content > a:hover {
      color: #ff6600;
      text-decoration: none; }

@media (min-width: 1024px) {
  .c-feature-block-list__title {
    font-family: "ITC Avant Garde Gothic W05 Md";
    font-size: 18px;
    line-height: 24px; } }

.c-feature-block-list__byline a {
  text-decoration: none;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  color: #000000; }
  .c-feature-block-list__byline a:active, .c-feature-block-list__byline a:focus,
  .no-touch .c-feature-block-list__byline a:hover {
    color: #ff6600;
    text-decoration: none; }

.c-feature-block-list__desc {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .c-feature-block-list__desc {
      font-family: "Avenir Next W05 Regular";
      font-size: 16px;
      line-height: 24px; } }

.c-feature-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 3% 4%; }
  .c-feature-block-alt .c-feature-collection {
    padding: 2.5%; }
  .is-single .c-feature-collection {
    padding: 4% 6%; }

.c-feature-collection__item {
  position: relative;
  width: 30%;
  -webkit-box-shadow: -4px 4px 12px rgba(109, 106, 106, 0.4);
          box-shadow: -4px 4px 12px rgba(109, 106, 106, 0.4); }
  .c-feature-block-alt .c-feature-collection__item {
    -webkit-box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
            box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2); }
  .c-feature-collection__item:nth-child(2) {
    margin: 0 10px; }
    .is-single .c-feature-collection__item:nth-child(2) {
      margin: 0 15px; }
  .c-feature-collection__item img, .c-feature-collection__item .bookcase .missing-cover, .bookcase .c-feature-collection__item .missing-cover {
    width: 100%;
    min-width: 0 !important;
    max-height: none !important;
    -o-object-fit: initial !important;
       object-fit: initial !important; }

.c-intro-text-block__wrap {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .c-intro-text-block__wrap {
      margin: 15px 17.2% 0; } }

.c-breadcrumbs + .c-intro-text-block .c-intro-text-block__wrap {
  margin-top: 60px; }
  @media (min-width: 1024px) {
    .c-breadcrumbs + .c-intro-text-block .c-intro-text-block__wrap {
      margin: 80px 17.2% 0; } }

.c-intro-text-block__heading {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .c-intro-text-block__heading {
      font-family: "ITC Avant Garde Gothic W05 Boo";
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 30px; } }

@media (min-width: 600px) {
  .c-intro-text-block__desc p, .c-intro-text-block__desc .cms ul li, .cms ul .c-intro-text-block__desc li,
  .c-intro-text-block__desc .cms ol li, .cms ol .c-intro-text-block__desc li {
    font-family: "Avenir Next W05 Regular";
    font-size: 18px;
    line-height: 30px; } }

.c-intro-text-block__desc p + p, .c-intro-text-block__desc .cms ul li + p, .cms ul .c-intro-text-block__desc li + p, .c-intro-text-block__desc .cms ol li + p, .cms ol .c-intro-text-block__desc li + p, .c-intro-text-block__desc .cms ul p + li, .cms ul .c-intro-text-block__desc p + li, .c-intro-text-block__desc .cms ul li + li, .cms ul .c-intro-text-block__desc li + li, .cms ol .c-intro-text-block__desc ul li + li,
.c-intro-text-block__desc .cms ol p + li, .cms ol .c-intro-text-block__desc p + li, .cms ul .c-intro-text-block__desc ol li + li,
.c-intro-text-block__desc .cms ol li + li, .cms ol .c-intro-text-block__desc li + li {
  margin-top: 20px; }

.c-events.is-single .c-swiper__slide {
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .c-events.is-single .c-swiper__slide {
      width: 100%; } }

.c-events.is-double .c-swiper__slide:last-child {
  margin-right: 0; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-events.is-double .c-swiper__slide {
    width: 48%;
    margin-right: 4%; } }

@media (min-width: 1024px) {
  .c-events.is-double .c-swiper__slide {
    width: 48.4%;
    margin-right: 3.2%; } }

.c-events.is-triple .c-swiper__slide:last-child {
  margin-right: 0; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-events.is-triple .c-swiper__slide {
    width: 48%;
    margin-right: 4%; } }

@media (min-width: 1024px) {
  .c-events.is-triple .c-swiper__slide {
    width: 31.2%;
    margin-right: 3.2%; } }

@media (max-width: 599px) {
  .c-events.has-more-slides .c-swiper__slide {
    width: 92%;
    margin-right: 8%; } }

.c-events.has-more-slides.is-double .c-swiper__slide:last-child {
  margin-right: 0; }

.c-events.has-more-slides.is-triple .c-swiper__slide:last-child {
  margin-right: 0; }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-events.has-more-slides.is-triple .c-swiper__slide {
    width: 46%;
    margin-right: 4%; } }

@media (min-width: 1132px) {
  .c-events.has-more-slides.is-triple .c-swiper__slide {
    width: 31.2%;
    margin-right: 3.2%; } }

@media (min-width: 600px) {
  .is-single .c-events__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.c-events__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

@media (min-width: 600px) and (max-width: 1023px) {
  .is-single .c-events__media {
    width: 48%;
    margin-right: 4%; } }
  @media (min-width: 1024px) {
    .is-single .c-events__media {
      width: 48.4%;
      margin-right: 3.2%; } }
  .c-events__media > * {
    width: 50%; }

@media (min-width: 600px) {
  .is-single .c-events__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.c-events__thumb {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  background-color: #F1F2F4;
  border-left: 1px solid #D5D6D9;
  overflow: hidden;
  position: relative; }
  .c-events__thumb:hover, .c-events__thumb.is-selected {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075); }
  .ie9 .c-events__thumb {
    -webkit-filter: none !important;
            filter: none !important; }
  @media (max-width: 599px) {
    .c-events__thumb {
      height: calc((100vw - 40px) / 2); }
      .is-double .c-events__thumb,
      .is-triple .c-events__thumb {
        height: calc((100vw - 40px) * 0.92 / 2); } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-events__thumb {
    height: calc((100vw - 60px) * 0.48 / 2); }
    .is-triple .c-events__thumb {
      height: calc((100vw - 60px) * 0.46 / 2); } }

@media (min-width: 1024px) and (max-width: 1131px) {
  .c-events__thumb {
    height: calc((100vw - 60px) * 0.483 / 2); }
    .c-events-list .c-events__thumb,
    .is-triple .c-events__thumb {
      height: calc((100vw - 60px) * 0.312 / 2); } }
  @media (min-width: 1132px) {
    .c-events__thumb {
      height: 268px; }
      .c-events-list .c-events__thumb,
      .is-triple .c-events__thumb {
        height: 173px; } }
  .c-events__thumb.is-author img, .c-events__thumb.is-author .bookcase .missing-cover, .bookcase .c-events__thumb.is-author .missing-cover {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .c-events__thumb.is-cover {
    border-top: 1px solid #D5D6D9;
    border-bottom: 1px solid #D5D6D9; }
    .c-events__thumb.is-cover a {
      -webkit-filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.4));
              filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.4));
      display: block;
      position: absolute;
      width: 100%;
      height: 100%; }
    .c-events__thumb.is-cover img, .c-events__thumb.is-cover .bookcase .missing-cover, .bookcase .c-events__thumb.is-cover .missing-cover {
      padding: 8% 0;
      -webkit-filter: blur(0);
              filter: blur(0);
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: contain;
         object-fit: contain; }
      .no-touch .c-events__thumb.is-cover img:hover, .no-touch .c-events__thumb.is-cover .bookcase .missing-cover:hover, .bookcase .no-touch .c-events__thumb.is-cover .missing-cover:hover, .c-events__thumb.is-cover img.is-selected, .c-events__thumb.is-cover .bookcase .is-selected.missing-cover, .bookcase .c-events__thumb.is-cover .is-selected.missing-cover {
        -webkit-filter: blur(0) brightness(1.08);
                filter: blur(0) brightness(1.08); }

.c-events__cover-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-filter: blur(20px) brightness(1.2);
          filter: blur(20px) brightness(1.2);
  opacity: .6; }
  .ie11 .c-events__cover-blur {
    display: none; }

.c-events__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D5D6D9; }
  .c-events__details > * {
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-events__details > * > p, .cms ul .c-events__details > * > li,
    .cms ol .c-events__details > * > li {
      margin: 0 auto; }

.c-events__date {
  background-color: #F1F2F4;
  border-bottom: 1px solid #D5D6D9; }
  .c-events__date p, .c-events__date .cms ul li, .cms ul .c-events__date li,
  .c-events__date .cms ol li, .cms ol .c-events__date li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .c-events__date span:first-child {
    margin-right: 7px;
    font-family: "ITC Avant Garde Gothic W05 Dem";
    font-size: 42px; }
    @media (min-width: 1024px) {
      .is-double .c-events__date span:first-child,
      .is-single .c-events__date span:first-child {
        margin-right: 12px;
        font-family: "ITC Avant Garde Gothic W05 Dem";
        font-size: 68px; } }
  .c-events__date span:last-child {
    font-family: "ITC Avant Garde Gothic W05 Boo";
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    line-height: 1.2; }
    @media (min-width: 1024px) {
      .is-double .c-events__date span:last-child,
      .is-single .c-events__date span:last-child {
        font-family: "ITC Avant Garde Gothic W05 Boo";
        font-size: 26px;
        -webkit-transform: translateY(-12px);
                transform: translateY(-12px); } }
    .c-events__date span:last-child b {
      font-family: "ITC Avant Garde Gothic W05 Dem";
      font-size: 16px; }
      @media (min-width: 1024px) {
        .is-double .c-events__date span:last-child b,
        .is-single .c-events__date span:last-child b {
          font-family: "ITC Avant Garde Gothic W05 Dem";
          font-size: 26px;
          line-height: 32px; } }

.c-events__location {
  background-color: #E5E6E9; }
  .c-events__location p, .c-events__location .cms ul li, .cms ul .c-events__location li,
  .c-events__location .cms ol li, .cms ol .c-events__location li {
    font-family: "ITC Avant Garde Gothic W05 Dem";
    font-size: 14px; }
    @media (min-width: 1024px) {
      .is-double .c-events__location p, .is-double .c-events__location .cms ul li, .cms ul .is-double .c-events__location li,
      .is-double .c-events__location .cms ol li, .cms ol .is-double .c-events__location li,
      .is-single .c-events__location p,
      .is-single .c-events__location .cms ul li,
      .cms ul .is-single .c-events__location li,
      .is-single .c-events__location .cms ol li,
      .cms ol .is-single .c-events__location li {
        font-family: "ITC Avant Garde Gothic W05 Dem";
        font-size: 20px;
        line-height: 26px; } }

.c-events__title {
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: black;
  margin-top: 17px; }
  .c-events__title:active, .c-events__title:focus, .c-events__title:hover {
    color: #ff6600; }
  @media (min-width: 1024px) {
    .c-events__title {
      font-family: "ITC Avant Garde Gothic W05 Md";
      font-size: 18px;
      line-height: 24px; } }
  @media (min-width: 600px) {
    .is-single .c-events__title {
      margin-top: 0;
      font-family: "ITC Avant Garde Gothic W05 Md";
      font-size: 20px;
      line-height: 26px; } }
  @media (min-width: 600px) {
    .is-double .c-events__title {
      font-family: "ITC Avant Garde Gothic W05 Md";
      font-size: 20px;
      line-height: 26px; } }

@media (max-width: 1023px) {
  .c-events__info {
    margin-top: 6px; } }

@media (min-width: 1024px) {
  .c-events__info {
    font-family: "Avenir Next W05 Regular";
    font-size: 16px;
    line-height: 24px; } }

.c-events__none {
  height: 600px;
  height: calc(var(--vh, 1vh) * 20); }

.c-events__none-title {
  color: #747578;
  letter-spacing: -0.4px;
  font-family: 'Avenir Next W05 Medium'; }
  @media (max-width: 599px) {
    .c-events__none-title {
      font-size: 16px; } }
  @media (min-width: 600px) {
    .c-events__none-title {
      font-size: 18px; } }

.c-author-listing .c-title-bar {
  padding: 23px 0 12px 0; }

.c-author-listing__bg {
  background-color: #F1F2F4; }

.c-author-listing__alphabet {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .c-author-listing__alphabet {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .c-author-listing__alphabet {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .c-author-listing__alphabet button {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.075s linear;
    transition: all 0.075s linear;
    color: black;
    background-color: white;
    border-radius: 50%;
    text-transform: uppercase;
    width: 32px;
    height: 32px;
    margin-bottom: 20px; }
    .c-author-listing__alphabet button.is-selected,
    .no-touch .c-author-listing__alphabet button:hover,
    .no-touch .c-author-listing__alphabet button:focus {
      color: white;
      background-color: #ff6600; }
    .c-author-listing__alphabet button.is-loading {
      pointer-events: none; }
    .c-author-listing__alphabet button svg {
      fill: currentColor; }
    @media (max-width: 1023px) {
      .c-author-listing__alphabet button {
        margin-right: 10px; } }
    @media (min-width: 1024px) {
      .c-author-listing__alphabet button {
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    .c-author-listing__alphabet button span {
      position: relative;
      display: inline-block; }

.c-author-listing__results {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .is-collapsed .c-author-listing__results {
    display: none; }

@media (max-width: 599px) {
  .c-author-listing__results-column {
    width: 100%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-author-listing__results-column {
    width: 48%;
    margin-right: 4%; } }

@media (min-width: 1024px) {
  .c-author-listing__results-column {
    width: 31.2%;
    margin-right: 3.2%; } }

.c-author-listing__results-column a {
  text-decoration: none;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  color: black;
  line-height: 2; }
  .c-author-listing__results-column a:active, .c-author-listing__results-column a:focus,
  .no-touch .c-author-listing__results-column a:hover {
    color: #ff6600;
    text-decoration: none; }

.c-author-listing__initial-msg {
  font-family: "ITC Avant Garde Gothic W05 Md";
  font-size: 16px;
  line-height: 20px;
  padding-top: 40px;
  color: #747578;
  display: none; }
  .is-collapsed .c-author-listing__initial-msg {
    display: block; }

.c-author-list {
  padding-bottom: 20px; }

.c-author-list__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-author-list__col {
  text-align: center; }
  @media (max-width: 599px) {
    .c-author-list__col {
      width: calc(99.9% * 1/2 - (8% - 8% * 1/2));
      margin-bottom: 40px; }
    .c-author-list__col:nth-child(1n) {
      float: left;
      margin-right: 8%;
      clear: none; }
    .c-author-list__col:last-child {
      margin-right: 0; }
    .c-author-list__col:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .c-author-list__col:nth-child(2n + 1) {
      clear: both; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-author-list__col {
    width: calc(99.9% * 1/4 - (4% - 4% * 1/4));
    margin-bottom: 50px; }
  .c-author-list__col:nth-child(1n) {
    float: left;
    margin-right: 4%;
    clear: none; }
  .c-author-list__col:last-child {
    margin-right: 0; }
  .c-author-list__col:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .c-author-list__col:nth-child(4n + 1) {
    clear: both; } }
  @media (min-width: 1024px) {
    .c-author-list__col {
      width: calc(99.9% * 1/6 - (3.2% - 3.2% * 1/6));
      margin-bottom: 60px; }
    .c-author-list__col:nth-child(1n) {
      float: left;
      margin-right: 3.2%;
      clear: none; }
    .c-author-list__col:last-child {
      margin-right: 0; }
    .c-author-list__col:nth-child(6n) {
      margin-right: 0;
      float: right; }
    .c-author-list__col:nth-child(6n + 1) {
      clear: both; } }

.c-author-list__thumb {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear; }
  .c-author-list__thumb:hover, .c-author-list__thumb.is-selected {
    -webkit-filter: blur(0) brightness(1.075);
            filter: blur(0) brightness(1.075); }
  .ie9 .c-author-list__thumb {
    -webkit-filter: none !important;
            filter: none !important; }
  .c-author-list__thumb img, .c-author-list__thumb .bookcase .missing-cover, .bookcase .c-author-list__thumb .missing-cover {
    border: 1px solid #D2D3D7;
    border-radius: 50%; }

.c-author-list__name {
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: black; }
  .c-author-list__name:active, .c-author-list__name:focus, .c-author-list__name:hover {
    color: #ff6600; }

.c-banner-author__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 600px) {
    .c-banner-author__cols {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media (max-width: 599px) {
  .c-banner-author__col:first-child {
    width: 100%;
    text-align: center; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner-author__col:first-child {
    width: 26%; } }

@media (min-width: 1024px) {
  .c-banner-author__col:first-child {
    width: 31.2%; } }

@media (max-width: 599px) {
  .c-banner-author__col:last-child {
    width: 100%; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .c-banner-author__col:last-child {
    width: 63%; } }

@media (min-width: 1024px) {
  .c-banner-author__col:last-child {
    width: 58.6%; } }

.c-banner-author__magnify {
  display: inline-block;
  position: relative;
  z-index: 1; }
  @media (max-width: 599px) {
    .c-banner-author__magnify {
      width: 60%; } }
  .c-banner-author__magnify:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-color: rgba(0, 0, 0, 0.35);
    background-image: url("../svg/icons/zoomin-w.svg");
    background-size: 30%;
    background-position: 50% 48%;
    background-repeat: no-repeat; }
  .c-banner-author__magnify:hover:after {
    opacity: 1; }

.c-banner-author__credit {
  line-height: 15px;
  margin-top: 1px;
  text-transform: uppercase;
  color: #747474; }

.c-banner-author__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 599px) {
    .c-banner-author__header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      margin-top: 20px; } }

.c-banner-author__title {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 600px) {
    .c-banner-author__title {
      font-family: "ITC Avant Garde Gothic W05 Dem";
      font-size: 32px;
      line-height: 38px;
      margin-right: 25px; } }
  @media (max-width: 599px) {
    .c-banner-author__title {
      font-family: "ITC Avant Garde Gothic W05 Dem";
      font-size: 24px;
      line-height: 30px;
      width: 100%; } }

.c-banner-author__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 599px) {
    .c-banner-author__social {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.c-banner-author__site {
  font-family: "ITC Avant Garde Gothic W05 Dem";
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: black;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99; }
  .c-banner-author__site:active, .c-banner-author__site:focus, .c-banner-author__site:hover {
    color: #ff6600; }
  .c-banner-author__site:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px; }
  .c-social-icons__icon + .c-banner-author__site {
    margin-left: 2px; }
  .c-banner-author__site + .c-banner-author__site {
    margin-left: 8px; }

.c-banner-author__book-btn {
  display: none !important;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  color: white;
  background-color: #ff6600;
  font-family: "Avenir Next W05 Medium";
  font-size: 12px;
  padding: 0 14px;
  line-height: 25px;
  border-radius: 20px;
  position: relative;
  z-index: 1; }
  .c-banner-author__book-btn.is-selected,
  .no-touch .c-banner-author__book-btn:hover,
  .no-touch .c-banner-author__book-btn:focus {
    color: white;
    background-color: #ff8533; }
  .c-banner-author__book-btn[disabled], .c-banner-author__book-btn.is-disabled {
    color: white;
    background-color: #d1d2d4;
    cursor: not-allowed;
    opacity: 0.8;
    pointer-events: none; }
  .c-banner-author__book-btn.is-loading {
    pointer-events: none; }
  .c-banner-author__book-btn svg {
    fill: currentColor; }
  .c-banner-author__book-btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px; }
  @media (max-width: 599px) {
    .c-banner-author__book-btn {
      font-size: 10px;
      line-height: 18px;
      padding: 0 8px;
      margin-top: 8px;
      letter-spacing: 0.025em; } }
  .c-banner-author__book-btn span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
    @media (max-width: 599px) {
      .c-banner-author__book-btn span {
        font-weight: 600;
        margin-right: 2px; } }
  .c-banner-author__book-btn svg {
    width: 4px; }
    @media (min-width: 600px) {
      .c-banner-author__book-btn svg {
        display: none; } }

.c-social-icons__icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #333436; }
  .c-social-icons__icon:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -4px;
    bottom: -4px;
    right: -4px;
    left: -4px; }
  footer .c-social-icons__icon {
    margin-right: 6px;
    margin-bottom: 17px; }
  .c-banner-author .c-social-icons__icon {
    margin-right: 10px; }
  @media (max-width: 859px) {
    .c-social-icons__icon {
      margin-right: 4px; } }
  .c-social-icons__icon path,
  .c-social-icons__icon circle,
  .c-social-icons__icon rect {
    fill: #E5E6E9; }
  .no-touch .c-social-icons__icon:hover {
    background-color: #ff6600; }
    .no-touch .c-social-icons__icon:hover path,
    .no-touch .c-social-icons__icon:hover circle,
    .no-touch .c-social-icons__icon:hover rect {
      fill: white; }
  .c-banner-author__col .c-social-icons__icon path,
  .c-banner-author__col .c-social-icons__icon circle,
  .c-banner-author__col .c-social-icons__icon rect {
    fill: white; }

.c-social-icons__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%; }
  .c-social-icons__svg--facebook {
    top: 52%; }
  .c-social-icons__svg--instagram {
    width: 14px; }
  .c-social-icons__svg--twitter {
    width: 15px;
    margin-left: 1px; }
  .c-social-icons__svg--youtube {
    width: 19px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
            transform: translateX(-50%) translateY(-50%) scale(0.9); }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  position: relative;
  background-color: #FFF;
  -webkit-tap-highlight-color: rgba(255, 102, 0, 0.4); }

::-moz-selection {
  background: rgba(255, 102, 0, 0.8);
  color: #fff; }

::selection {
  background: rgba(255, 102, 0, 0.8);
  color: #fff; }

iframe {
  border: none; }

.skip-to-content:focus {
  position: absolute;
  z-index: 500;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  padding: 10px;
  font-family: 'ITC Avant Garde Gothic W05 Md';
  text-decoration: underline;
  color: white;
  background-color: #ff6600; }

.page-content > .look-inside {
  display: none; }

.look-inside {
  position: relative; }
  .look-inside:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/loading.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fcfcfc; }

.items-exhausted *[class$=__load-more] {
  display: none; }