@charset "UTF-8";
.o-footer {
  clear: both; }

.o-forms-select,
.o-forms-text,
.o-forms-textarea {
  font-family: sans-serif; }

.o-forms-text {
  padding-top: 8px; }

img {
  display: block;
  max-width: 100%; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  font-size: 2em;
  margin: 0.67em 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 {
  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: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

a {
  text-decoration: none;
  color: #0d7680; }
  a:focus, a:hover {
    color: #08474d; }

html {
  overflow-y: auto; }

html,
body {
  background: #fff1e5; }

.container {
  box-sizing: border-box;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }

.header__logo {
  margin: 0 auto;
  height: auto;
  max-width: 240px; }

.content-index {
  margin-bottom: 3em; }

.content-primary {
  margin-bottom: 2em; }

.content-secondary {
  margin-bottom: 3em; }

html {
  font-family: "MetricWeb", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #33302e; }

body {
  font-size: 18px;
  line-height: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0; }

.microsite-name {
  font-family: "FinancierDisplayWeb", serif;
  line-height: 1.1;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: -0.01em;
  font-size: 3em; }

.microsite-description {
  margin: .25em auto 1.25em auto;
  padding: 0 5px;
  max-width: 600px;
  font-size: 22px;
  text-align: center;
  color: #666;
  line-height: 1.2; }

.headline {
  font-family: "MetricWeb", sans-serif;
  padding-left: 8px;
  border-left: 8px solid #b3a9a0;
  border-bottom: 1px solid #b3a9a0;
  margin-bottom: 0.5em;
  line-height: 1;
  font-size: 1.125em;
  padding-bottom: 0.3em; }

.section-title {
  max-width: 500px;
  margin: 1em auto 0.5em;
  padding-bottom: 0.125em;
  border-bottom: 1px solid #b3a9a0;
  font-family: "MetricWeb", sans-serif;
  font-weight: lighter;
  font-size: 2em;
  line-height: 1.1;
  text-align: center;
  -webkit-font-feature-settings: 'tnum' 1;
  font-feature-settings: 'tnum' 1; }

.badge {
  position: relative;
  top: -2px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: normal;
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  vertical-align: middle;
  text-align: center; }
  .badge:after {
    line-height: 20px; }

.badge--winner {
  background-color: #af526c; }
  .badge--winner:after {
    content: "W"; }

.badge--shortlist {
  background-color: #2a72a2; }
  .badge--shortlist:after {
    content: "SL"; }

.badge--longlist {
  background-color: #959288; }
  .badge--longlist:after {
    content: "LL"; }

.book__media {
  float: left;
  width: 40%;
  margin-right: 12px;
  padding-top: 3px;
  width: 28%; }

.book__details {
  margin-left: 41%;
  margin-left: 29%; }

.book__title {
  margin-bottom: 0.2em;
  font-size: 1.3em;
  font-size: 1.45em; }

.book__byline {
  margin-bottom: 0.5em;
  font-size: 0.9em;
  font-size: 1em; }

.book__prizes {
  font-size: 0.8125em;
  font-size: 1em; }

.book__content {
  margin-top: 2em; }

.book__synopsis {
  font-family: "FinancierTextWeb", serif; }
  .book__synopsis p {
    line-height: 1.2;
    max-width: 620px; }

.book__actions {
  margin-bottom: 2em; }

.book__highlight {
  font-size: 16px;
  line-height: 1.1;
  float: left;
  margin: 1.5em 15% 1.5em -70%;
  padding-left: 1em;
  font-style: italic;
  border-left: 8px solid #b3a9a0;
  margin-left: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  padding: 0;
  float: none; }
  .book__highlight p:first-child {
    margin-top: 2px; }
  .book__highlight p:last-child {
    margin-bottom: 4px; }

.browsebox__content {
  padding-top: 10px; }

.content-block {
  margin-left: 70px; }

.content-block__headline {
  margin-left: -16px; }

.filter-bar {
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  padding: 15px 20px;
  z-index: 1;
  width: 100%;
  border-bottom: 2px solid #b3a9a0;
  margin-bottom: 1em;
  background: #f2dfce;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: static; }
  .no-js .filter-bar {
    display: none !important; }

.filter-bar--hidden {
  display: none;
  display: block; }

.filter-form {
  float: left;
  width: 35%; }

.filter-form__inner {
  padding-left: 80px; }

.filter-form__label {
  float: left;
  margin-left: -80px;
  padding-top: 10px; }

.filter-form__select {
  float: left;
  padding-right: 25px;
  background-size: 18px 18px;
  background-origin: padding-box;
  background-position: 98% center;
  padding-top: 5px;
  padding-bottom: 4px; }

.ft-logo {
  display: block;
  position: relative;
  opacity: 0.8;
  transition: 0.2s opacity ease-in; }
  .ft-logo img {
    display: block;
    width: 100%; }
  .ft-logo:focus, .ft-logo:hover {
    opacity: 1; }

.meta__title {
  font-size: 0.8125em;
  line-height: 1.3;
  font-size: 14px; }

.meta__item {
  margin-left: 0;
  display: inline;
  font-size: 0.8125em;
  font-size: 16px; }

.book-promo__prizes {
  margin-bottom: 0.2em;
  font-feature-settings: 'tnum' 1; }

.book-promo__media img {
  display: block;
  margin: 0 auto;
  max-width: 70%; }

.book-promo__title {
  margin-top: 0.25em;
  margin-bottom: 0.25em; }

.book-promo__year {
  font-size: 0.85em; }

.search-form {
  margin-bottom: 12px;
  float: right;
  width: 60%;
  margin-bottom: 0;
  max-width: 310px; }

.search-form__inner {
  position: relative; }

.search-form__field.search-form__field.search-form__field {
  padding-left: 36px; }

.search-form__submit {
  position: absolute;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  width: 32px;
  height: 32px;
  top: 2px;
  left: 3px;
  background: white url("//build.origami.ft.com/v2/files/o-ft-icons@2.2.3/svg/search.svg") 50% 50% no-repeat;
  background-size: 22px 22px;
  color: white;
  font-size: 1px;
  opacity: 0.3;
  transition: 0.2s opacity ease-in; }
  .search-form__submit:hover, .search-form__submit:focus,
  .search-form__field:focus + .search-form__submit {
    opacity: 8; }

.shelf__item {
  padding: 0 10px 1.5em;
  width: 50%;
  box-sizing: border-box;
  width: 33.3333333333333%;
  width: 25%; }

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

.shelf--small .book-promo__title {
  font-size: 14px; }

.shelf--small .book-promo__byline {
  font-size: 12px; }

.shelf--medium,
.shelf--big {
  font-size: 0.75em; }
  .shelf--medium .shelf__item > *,
  .shelf--big .shelf__item > * {
    font-size: 1.33333em; }
  .shelf--medium .book-promo__prizes,
  .shelf--big .book-promo__prizes {
    font-size: 16px; }
  .shelf--medium .book-promo__content,
  .shelf--big .book-promo__content {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }

.shelf--big .shelf__item {
  width: 50%; }

.shelf--big .shelf__item {
  width: 33.3333333333333%; }

.shelf--big,
.shelf--big .shelf__item > * {
  font-size: 1em; }

.subnavigation {
  padding: 5px 10px;
  margin-top: 2.1em;
  margin-left: -10px;
  margin-right: -10px;
  background: #f2dfce;
  border-top: 2px solid #b3a9a0;
  max-width: 800px;
  margin: 2.1em auto;
  padding-top: 10px;
  padding-bottom: 10px; }

.subnavigation__action {
  display: block;
  max-width: 200px; }

.subnavigation__item--1 {
  width: 0;
  padding-right: 20px;
  white-space: nowrap; }

.subnavigation__item--2 {
  width: 100%; }
  .subnavigation__item--2 .subnavigation__action {
    float: right;
    text-align: right;
    padding-right: 1.5em;
    position: relative; }
    .subnavigation__item--2 .subnavigation__action:after {
      content: "›";
      position: absolute;
      display: block;
      top: 50%;
      right: 0.0625em;
      margin-top: -0.625em;
      font-size: 2em;
      line-height: 1; }

.top-bar {
  height: 34px;
  background: transparent;
  position: relative;
  padding: 15px 0 0;
  border-bottom: 1px solid #ccc1b7; }

.top-bar__action {
  display: block;
  position: absolute;
  right: 5px;
  top: -6px;
  width: 32px;
  height: 32px;
  background-image: url("//build.origami.ft.com/v2/files/o-ft-icons@2.2.3/svg/hamburger.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  display: none; }
  .no-js .top-bar__action {
    display: none !important; }

.clear {
  clear: both; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.fauxlink__target {
  color: #0d7680; }

.fauxlink {
  color: #33302e; }
  .fauxlink:hover, .fauxlink:focus {
    color: #33302e; }
    .fauxlink:hover .fauxlink__target, .fauxlink:focus .fauxlink__target {
      color: #08474d; }
  .fauxlink:active .fauxlink__target {
    color: #33302e; }

.text-tinier {
  font-size: 12px; }

.text-tiny {
  font-size: 14px; }

.text-smaller {
  font-size: 15px; }

.text-small {
  font-size: 16px; }

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

.text-quiet {
  color: #75746c; }

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

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

.inline-list, .row-list,
.unstyled-list {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0; }
  .inline-list, .row-list,
  .inline-list > li,
  .row-list > li,
  .unstyled-list,
  .unstyled-list > li {
    list-style-type: none; }

.inline-list > li {
  display: inline-block;
  line-height: 1.8;
  *display: inline;
  zoom: 1; }

.inline-list--spaced > li {
  padding-left: 10px;
  padding-right: 10px; }

.row-list {
  table-layout: fixed;
  display: table;
  width: 100%; }
  .row-list > li {
    display: table-cell;
    vertical-align: top; }

.row-list--thirds > li {
  width: 33%;
  max-width: 33%; }

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

/*
Tipue drop 4.0
Copyright (c) 2014 Tipue
Tipue drop is released under the MIT License
http://www.tipue.com/drop
*/
#tipue_drop_content {
  display: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #ccc1b7;
  margin-top: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 50;
  border-radius: 5px;
  width: 100%;
  font-size: 13px;
  box-shadow: 0 15px 40px #ccc1b7; }
  #tipue_drop_content.tipue_drop_show {
    display: block; }

#tipue_drop_wrapper a {
  text-decoration: none;
  display: block;
  clear: both; }

.tipue_drop_item {
  display: block;
  background-color: #ffffff; }

.tipue_drop_item:hover {
  background-color: #f7f7f7; }

.tipue_drop_item.selected {
  background-color: #ebf1ff; }
  .tipue_drop_item.selected .tipue_drop_right_title {
    text-decoration: underline; }
  .tipue_drop_item.selected .tipue_drop_right_text {
    text-decoration: underline; }

.tipue_drop_head {
  display: none; }

.tipue_drop_image {
  width: 60px;
  height: auto;
  outline: none; }

.tipue_drop_left {
  display: table-cell;
  vertical-align: top;
  padding: 10px 10px 20px 15px; }

.tipue_drop_right {
  display: table-cell;
  vertical-align: top;
  padding: 10px 15px 20px 0; }

.tipue_drop_right_text {
  color: #333333;
  padding-top: 3px;
  font-size: 11px; }
