/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

nav:after, footer:after, .authors-index:after {
  content: "";
  display: table;
  clear: both;
}

.authors-index .author {
  float: left;
  width: 22.65625%;
  margin-left: 3.125%;
  margin-bottom: 4.2857142857vw;
}
.authors-index .author:nth-child(4n+1) {
  clear: both;
  margin-left: 0px;
}
@media screen and (max-width: 960px) {
  .authors-index .author {
    width: 48.4375%;
  }
  .authors-index .author:nth-child(2n+1) {
    clear: both;
    margin-left: 0px;
  }
}
.authors-index .author h3 {
  margin-bottom: 0.7142857143vw;
}
@media screen and (max-width: 960px) {
  .authors-index .author h3 {
    margin-bottom: 10px;
  }
}
.authors-index .author .bio {
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.authors-index .author .image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 1.4285714286vw;
}
@media screen and (max-width: 960px) {
  .authors-index .author .image {
    margin-bottom: 10px;
  }
}
.authors-index .author .image img {
  width: 100%;
  height: auto;
  position: absolute;
  mix-blend-mode: multiply;
}

.titles ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.titles.selected {
  font-family: "Mercury Display A", "Mercury Display B", "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  margin-top: 2.8571428571vw;
  font-size: 26px;
  line-height: 1.08;
  font-size: 1.8571428571vw;
}
@media screen and (max-width: 1238.4615384615px) {
  .titles.selected {
    font-size: 23px;
  }
}
.titles.selected li {
  margin-bottom: 0.7142857143vw;
}
.titles.all, .titles.other {
  margin-top: 4.2857142857vw;
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.titles.all li, .titles.other li {
  margin-bottom: 0.3571428571vw;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: relative;
  margin: 0px;
  background: #f6f3ee;
  color: #191918;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  padding-bottom: 400px;
  min-height: 100%;
  font-size: 16px;
  line-height: 1.7;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 1137.5px) {
  body {
    font-size: 13px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0px 0px 1.4285714286vw 0px;
}
@media screen and (max-width: 960px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol {
    margin-bottom: 15px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "Mercury Display A", "Mercury Display B", "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-weight: 400;
}

h1 {
  font-size: 92px;
  line-height: 0.81;
  font-size: 6.5714285714vw;
}
@media screen and (max-width: 852.1739130435px) {
  h1 {
    font-size: 56px;
  }
}
h1 a {
  background-position: 0% 87%;
}

h2 {
  font-size: 26px;
  line-height: 1.08;
  font-size: 1.8571428571vw;
}
@media screen and (max-width: 1238.4615384615px) {
  h2 {
    font-size: 23px;
  }
}
.body h2 {
  fmargin-top: 2.5vw;
}

h3 {
  font-size: 20px;
  line-height: 1.15;
  font-size: 1.4285714286vw;
}
@media screen and (max-width: 1260px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 700;
}

a,
a:visited {
  color: #191918;
  text-decoration: none;
  background: linear-gradient(rgba(246, 243, 238, 0), #a7c8e9 0%, #a7c8e9 100%, rgba(246, 243, 238, 0)) no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}

a:focus,
a:hover {
  color: #a7c8e9;
}

.timestamp {
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

header,
main,
footer {
  width: 91.4285714286vw;
  margin: 0px auto;
}
header .content,
main .content,
footer .content {
  width: 45.703125%;
}
@media screen and (max-width: 960px) {
  header .content,
  main .content,
  footer .content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}

.video-embed {
  margin-top: 4.2857142857vw;
}
.video-embed .responsive-embed {
  margin-bottom: 1.4285714286vw;
}
.video-embed .responsive-embed:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  .video-embed .responsive-embed {
    margin-bottom: 20px;
  }
}

.book-details {
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 2.1428571429vw;
}
.book-details .norla-selected {
  float: right;
  background: url("/assets/norla-selected-586bc5cd.svg") no-repeat;
  background-size: contain;
  height: 94px;
  width: 94px;
  overflow: hidden;
  text-indent: -9000px;
}

.book .cover {
  width: 30.7692307692%;
  margin-right: 6.8376068376%;
  margin-bottom: 1.4285714286vw;
  margin-top: 0.4285714286vw;
  float: left;
}
.book .cover img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: auto;
}
.book .foreign-rights {
  clear: both;
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 4.2857142857vw;
}
.book .endorsements {
  clear: both;
  margin-top: 4.2857142857vw;
}
.book .endorsement {
  padding: 0px;
  margin: 0px 0px 2.8571428571vw 0px;
  width: 87.1794871795%;
  padding-left: 5.9829059829%;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  font-size: 1.4285714286vw;
}
@media screen and (max-width: 1260px) {
  .book .endorsement {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .book .endorsement {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
.book .endorsement p {
  margin-bottom: 0px;
}
.book .endorsement cite {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.people {
  margin: 48px 0px;
  display: flex;
  flex-wrap: wrap;
}
.people .person {
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  width: 31%;
  margin-left: 3.5%;
}
.people .person:nth-child(3n+1) {
  margin-left: 0px;
}
@media screen and (max-width: 1250px) {
  .people .person {
    width: 48.25%;
  }
  .people .person:nth-child(3n+1) {
    margin-left: inherit;
  }
  .people .person:nth-child(2n+1) {
    margin-left: 0px;
  }
}
.people .person .image {
  position: relative;
  padding-bottom: 150%;
  margin-bottom: 16px;
}
.people .person .image img {
  position: absolute;
  width: 100%;
  height: auto;
}
.people .person h4 {
  margin-bottom: 0px;
}

footer {
  position: absolute;
  position: fixed;
  bottom: 0;
  left: 4.2857142857vw;
  right: 4.2857142857vw;
  height: 200px;
  padding-top: 1.4285714286vw;
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1250px) {
  footer {
    padding-top: 1.4285714286vw;
  }
}
@media screen and (max-width: 960px) {
  footer {
    position: absolute;
  }
}
footer nav {
  margin-bottom: 20px;
  bottom: 80px;
}
footer .column {
  float: left;
  width: 14.0625%;
  margin-right: 3.125%;
}
@media screen and (max-width: 960px) {
  footer .column {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .credit {
  clear: both;
  padding-top: 20px;
}

header {
  padding-top: 9.2857142857vw;
  margin-bottom: 4.2857142857vw;
}
@media screen and (max-width: 960px) {
  header {
    padding-top: 3.5714285714vw;
  }
}
header nav {
  position: fixed;
  top: 3.5714285714vw;
  width: 44.2857142857vw;
}
@media screen and (max-width: 960px) {
  header nav {
    position: relative;
    top: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}
header h2 {
  margin-top: 2.1428571429vw;
}
@media screen and (max-width: 960px) {
  header {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
}

nav {
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  line-height: 1.6;
  font-weight: 600;
  width: 48.4375%;
}
@media screen and (max-width: 960px) {
  nav {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
nav .social {
  display: inline;
  float: right;
}
nav .social a {
  margin-right: 1.0714285714vw;
}
@media screen and (max-width: 960px) {
  nav .social a {
    margin-right: 15px;
  }
}
nav .social a:last-child {
  margin-right: 0px;
}
nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
  display: inline;
}
nav li {
  display: inline-block;
  margin-right: 1.0714285714vw;
}
@media screen and (max-width: 960px) {
  nav li {
    margin-right: 15px;
  }
}
nav a,
nav a:visited {
  background: none;
}
@media screen and (max-width: 1250px) {
  nav ul,
  nav .social {
    float: none;
    display: inline;
  }
}

article.news-item {
  margin-bottom: 4.6428571429vw;
}
article.news-item:last-child {
  margin-bottom: 0px;
}

.next-link,
.previous-link {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 4.2857142857vw;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .next-link,
  .previous-link {
    display: none;
  }
}
.next-link a,
.previous-link a {
  background: transparent;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 700;
  height: 4.2857142857vw;
  width: 100vh;
  padding-top: 1.0714285714vw;
  transition: background-color 0.2s ease-out;
}
.next-link a:hover, .next-link a:focus,
.previous-link a:hover,
.previous-link a:focus {
  background: rgba(246, 243, 238, 0.91);
  color: #191918;
}

.next-link {
  right: 0px;
}
.next-link a {
  transform-origin: 0% 100% 0;
  transform: rotate(90deg);
  margin-top: -4.2857142857vw;
  padding-right: 240px;
  text-align: right;
}

.previous-link {
  left: 0px;
  margin-left: -100vh;
}
.previous-link a {
  transform-origin: 100% 0% 0;
  transform: rotate(-90deg);
  text-align: left;
  padding-left: 240px;
}

section.search .search-bar {
  width: 48.4375%;
  margin-bottom: 70px;
}
section.search .search-bar form {
  display: flex;
  width: 100%;
}
section.search .search-bar input,
section.search .search-bar button {
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #ddd;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, serif;
  font-size: 20px;
  line-height: 1.15;
  font-size: 1.4285714286vw;
}
@media screen and (max-width: 1260px) {
  section.search .search-bar input,
  section.search .search-bar button {
    font-size: 18px;
  }
}
section.search .search-bar input {
  flex-grow: 1;
  margin-right: 16px;
}
section.search .search-bar button {
  border-color: #a7c8e9;
}

.sidebar {
  position: fixed;
  width: 50%;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #191918;
  color: #e8e5e1;
}
@media screen and (max-width: 960px) {
  .sidebar {
    position: relative;
    width: 100%;
    margin: 40px auto;
  }
}
.sidebar .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 200px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #f6f3ee;
  background-blend-mode: multiply;
}
@media screen and (max-width: 960px) {
  .sidebar .image {
    height: 66.7vw;
    position: relative;
  }
}
.sidebar .caption {
  font-family: "Gotham SSm A", "Gotham SSm A", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  padding-top: 1.4285714286vw;
}
.sidebar .caption .inner {
  width: 44.2857142857vw;
  margin-left: 1.4285714286vw;
}
@media screen and (max-width: 960px) {
  .sidebar .caption .inner {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  .sidebar .caption {
    position: relative;
    width: 91.4285714286vw;
    margin: 0px auto;
    height: auto;
    min-height: 7.1428571429vw;
  }
}

.template-news_item .image {
  top: 8.5714285714vw;
  background-size: contain;
  background-position: top left;
  background-color: transparent;
  background-blend-mode: none;
}
@media screen and (max-width: 960px) {
  .template-news_item .image {
    top: 0px;
    background-size: cover;
    background-position: 50% 50%;
  }
}
