@namespace url(http://www.w3.org/1999/xhtml);
@namespace epub url(http://www.idpf.org/2007/ops);
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
  color: #8e908c; }

/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #c82829; }

/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #f5871f; }

/* Tomorrow Yellow */
.hljs-attribute {
  color: #eab700; }

/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #718c00; }

/* Tomorrow Blue */
.hljs-title,
.hljs-section {
  color: #4271ae; }

/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #8959a8; }

.hljs {
  display: block;
  overflow-x: auto;
  background: white;
  color: #4d4d4c;
  padding: 0.5em; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga'; }

@font-face {
  font-family: "Crimson";
  src: url("../fonts/TC-crimson-roman-webfont.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Crimson";
  src: url("../fonts/TC-crimson-bold-webfont.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Crimson";
  src: url("../fonts/TC-crimson-bolditalic-webfont.ttf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Crimson";
  src: url("../fonts/TC-crimson-italic-webfont.ttf");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Material Icons";
  src: url("../fonts/MaterialIcons-Regular.eot");
  src: url("../fonts/MaterialIcons-Regular.ttf");
  src: url("../fonts/MaterialIcons-Regular.woff");
  src: url("../fonts/MaterialIcons-Regular.woff2");
  font-weight: 400;
  font-style: normal; }

html {
  font-size: 100%; }

body {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

@page {
  margin: 32px; }

body {
  margin: 0;
  text-indent: 0;
  padding: 0;
  font-family: Iowan, Georgia, Times, serif;
  font-size: 1em;
  line-height: 1.3;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  adobe-hyphenate: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-all;
  word-break: break-word;
  widows: 2;
  orphans: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

blockquote {
  margin: 0;
  font-size: 1em;
  padding: 1.3em 1em 1.3em 1em; }
  blockquote + table, blockquote + ul, blockquote + ol, blockquote + dl, blockquote + blockquote {
    padding-top: 0; }
  blockquote + hr {
    margin-top: 1.3em; }

section {
  clear: both; }
  section:after {
    content: ' ';
    display: table;
    clear: both; }

header + p {
  text-indent: 0 !important; }

section.break-before a + div.figure-sm {
  padding-top: 0; }

section.subchapter {
  margin-bottom: 1.3em; }
  section.subchapter + section.subchapter > header > h2 {
    padding-top: 0; }
  section.colophon section.subchapter,
  section.afterword section.subchapter,
  section.seriespage section.subchapter,
  section.credits section.subchapter,
  section.contributors section.subchapter,
  section.appendix section.subchapter {
    margin-bottom: 0; }

section.bibliography {
  margin-bottom: 1.3em; }
  section.bibliography .subchapter {
    margin-bottom: 0; }
  section.bibliography h3 {
    font-size: 1em;
    line-height: 1.3;
    padding: 0em 0em 1.3em 0em; }
  section.bibliography h1 + .subchapter > h3 {
    padding-top: 0; }
  section.bibliography p {
    text-indent: 0;
    padding: 0em 0em 1.3em 0em; }

.audio,
.video {
  text-align: center;
  padding: 1.3em 1em 1.3em 1em; }
  .figure__large .audio, .figure__large
  .video {
    padding: 0; }

audio,
video {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%; }

aside.note {
  text-align: left;
  margin: 0;
  padding: 0em 0em 1.3em 0em; }
  aside.note p {
    text-indent: 0; }
    aside.note p a {
      display: inline; }

.pullquote {
  text-indent: 0;
  font-size: 1em;
  padding: 0em 1em 1.3em 1em; }
  section.titlepage .pullquote,
  section.introduction .pullquote,
  section.afterword .pullquote {
    float: none;
    clear: both;
    padding-bottom: 5.2em;
    padding-top: 0; }
  .epigraph .pullquote {
    float: none;
    margin-top: 0;
    padding: 0em 1em 0em 1em; }

section.colophon figure.logo,
section.appendix figure.logo,
section.backmatter figure.logo {
  text-indent: 0;
  text-align: left;
  margin: 0;
  padding: 0; }
  section.colophon figure.logo img,
  section.appendix figure.logo img,
  section.backmatter figure.logo img {
    height: auto;
    width: auto;
    text-align: left;
    margin: 0;
    padding: 0; }

section.staff h3 {
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.38667; }

.masthead h2 {
  font-weight: 700;
  font-family: inherit;
  padding-top: 0;
  text-align: left;
  font-size: 0.9375em;
  line-height: 1.38667; }

figure {
  margin: 0 auto;
  padding: 0; }
  figure + p {
    text-indent: 0 !important; }
  figure img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top; }
  figure .figcaption, figure figcaption {
    display: inline-block;
    text-align: left; }
    figure .figcaption + p, figure figcaption + p {
      text-indent: 0 !important; }
    figure .figcaption a, figure figcaption a {
      text-decoration: none; }

.figure__large img.landscape {
  width: 100%; }

.figure__small, .figure-sm,
.figure__medium, .figure-md,
.figure__large, .figure-lg,
.figure__inline, .figure-inline {
  page-break-inside: avoid;
  text-align: center; }

.figure__inline.figure__large, .figure__inline.figure-lg,
.figure-inline.figure__large,
.figure-inline.figure-lg {
  page-break-before: always;
  page-break-after: always; }

.figure__small.figure__small--landscape, .figure__small.figure__small--square, .figure__small.figure__small--portrait, .figure__small.figure__small--portrait-high, .figure__small.landscape, .figure__small.square, .figure__small.portrait, .figure__small.portraitLong,
.figure-sm.figure__small--landscape,
.figure-sm.figure__small--square,
.figure-sm.figure__small--portrait,
.figure-sm.figure__small--portrait-high,
.figure-sm.landscape,
.figure-sm.square,
.figure-sm.portrait,
.figure-sm.portraitLong {
  padding: 1.3em 0em 1.3em 0em; }
  h1 + .figure__small.figure__small--landscape, h1 + .figure__small.figure__small--square, h1 + .figure__small.figure__small--portrait, h1 + .figure__small.figure__small--portrait-high, h1 + .figure__small.landscape, h1 + .figure__small.square, h1 + .figure__small.portrait, h1 + .figure__small.portraitLong, h1 +
  .figure-sm.figure__small--landscape, h1 +
  .figure-sm.figure__small--square, h1 +
  .figure-sm.figure__small--portrait, h1 +
  .figure-sm.figure__small--portrait-high, h1 +
  .figure-sm.landscape, h1 +
  .figure-sm.square, h1 +
  .figure-sm.portrait, h1 +
  .figure-sm.portraitLong {
    padding-top: 0; }
  .figure__small.figure__small--landscape figure, .figure__small.figure__small--landscape a, .figure__small.figure__small--landscape img, .figure__small.figure__small--square figure, .figure__small.figure__small--square a, .figure__small.figure__small--square img, .figure__small.figure__small--portrait figure, .figure__small.figure__small--portrait a, .figure__small.figure__small--portrait img, .figure__small.figure__small--portrait-high figure, .figure__small.figure__small--portrait-high a, .figure__small.figure__small--portrait-high img, .figure__small.landscape figure, .figure__small.landscape a, .figure__small.landscape img, .figure__small.square figure, .figure__small.square a, .figure__small.square img, .figure__small.portrait figure, .figure__small.portrait a, .figure__small.portrait img, .figure__small.portraitLong figure, .figure__small.portraitLong a, .figure__small.portraitLong img,
  .figure-sm.figure__small--landscape figure,
  .figure-sm.figure__small--landscape a,
  .figure-sm.figure__small--landscape img,
  .figure-sm.figure__small--square figure,
  .figure-sm.figure__small--square a,
  .figure-sm.figure__small--square img,
  .figure-sm.figure__small--portrait figure,
  .figure-sm.figure__small--portrait a,
  .figure-sm.figure__small--portrait img,
  .figure-sm.figure__small--portrait-high figure,
  .figure-sm.figure__small--portrait-high a,
  .figure-sm.figure__small--portrait-high img,
  .figure-sm.landscape figure,
  .figure-sm.landscape a,
  .figure-sm.landscape img,
  .figure-sm.square figure,
  .figure-sm.square a,
  .figure-sm.square img,
  .figure-sm.portrait figure,
  .figure-sm.portrait a,
  .figure-sm.portrait img,
  .figure-sm.portraitLong figure,
  .figure-sm.portraitLong a,
  .figure-sm.portraitLong img {
    width: auto; }

.figure__small a,
.figure-sm a {
  margin: 0 auto; }

.figure__small + blockquote,
.figure__small + blockquote.dialogue,
.figure-sm + blockquote,
.figure-sm + blockquote.dialogue {
  padding-top: 0; }

.figure__small.figure__small--landscape figure, .figure__small.figure__small--landscape a, .figure__small.figure__small--landscape img, .figure__small.landscape figure, .figure__small.landscape a, .figure__small.landscape img,
.figure-sm.figure__small--landscape figure,
.figure-sm.figure__small--landscape a,
.figure-sm.figure__small--landscape img,
.figure-sm.landscape figure,
.figure-sm.landscape a,
.figure-sm.landscape img {
  height: 5.2em; }

.figure__small.figure__small--square figure, .figure__small.figure__small--square a, .figure__small.figure__small--square img, .figure__small.square figure, .figure__small.square a, .figure__small.square img,
.figure-sm.figure__small--square figure,
.figure-sm.figure__small--square a,
.figure-sm.figure__small--square img,
.figure-sm.square figure,
.figure-sm.square a,
.figure-sm.square img {
  height: 5.2em; }

.figure__small.figure__small--portrait figure, .figure__small.figure__small--portrait a, .figure__small.figure__small--portrait img, .figure__small.portrait figure, .figure__small.portrait a, .figure__small.portrait img,
.figure-sm.figure__small--portrait figure,
.figure-sm.figure__small--portrait a,
.figure-sm.figure__small--portrait img,
.figure-sm.portrait figure,
.figure-sm.portrait a,
.figure-sm.portrait img {
  height: 6.5em; }

.figure__small.figure__small--portrait-high figure, .figure__small.figure__small--portrait-high a, .figure__small.figure__small--portrait-high img, .figure__small.portraitLong figure, .figure__small.portraitLong a, .figure__small.portraitLong img,
.figure-sm.figure__small--portrait-high figure,
.figure-sm.figure__small--portrait-high a,
.figure-sm.figure__small--portrait-high img,
.figure-sm.portraitLong figure,
.figure-sm.portraitLong a,
.figure-sm.portraitLong img {
  height: 6.5em; }

.figure-md {
  text-align: center;
  page-break-inside: avoid;
  height: 14em; }
  .epigraph .figure-md {
    margin-top: 0 !important;
    padding-top: 0 !important;
    page-break-inside: avoid; }

figcaption,
.figcaption {
  text-align: center;
  width: 100%;
  display: inline-block; }
  figcaption + p,
  .figcaption + p {
    text-indent: 0 !important; }
  figcaption a,
  .figcaption a {
    text-decoration: none; }
  figcaption p.small,
  .figcaption p.small {
    font-size: 0.6365em;
    line-height: 2.04242;
    line-height: 1.55;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0 !important; }
  .figure__large figcaption,
  .figure-lg figcaption, .figure__large
  .figcaption,
  .figure-lg
  .figcaption {
    margin: 0;
    padding: 0; }

p.caption {
  font-size: 0.6365em;
  line-height: 2.04242;
  line-height: 1.55;
  margin-bottom: 0;
  text-align: left;
  text-indent: 0 !important; }

.img-wrap {
  width: 100%; }
  .img-wrap a {
    text-decoration: none !important; }
  .epigraph .img-wrap {
    padding-top: 7px; }

hr {
  width: 25%;
  background-color: #eee;
  padding: 0;
  margin: 1.3em auto;
  height: 1px;
  border: 0; }
  hr + p {
    text-indent: 0 !important; }
  hr + table, hr + ul, hr + ol, hr + dl, hr + blockquote {
    padding-top: 0; }
  hr + hr {
    margin-top: 1.3em; }

ul {
  font-size: 0.87891em;
  line-height: 1.47911;
  padding: 1.47911em 0 1.47911em 2em;
  list-style: disc;
  text-indent: 0;
  margin: 0;
  list-style: none; }
  ul + table, ul + ul, ul + ol, ul + dl, ul + blockquote {
    padding-top: 0; }
  ul + hr {
    margin-top: 1.3em; }
  ul ul, ul ol {
    padding: 0 0 0 2em; }
  ul li {
    text-indent: 0;
    text-indent: -0.6em;
    padding-left: 0.6em; }
    ul li:before {
      content: '-';
      display: inline-block;
      position: relative;
      left: -0.3em; }
  ul * {
    font-size: 1em;
    line-height: 1.3;
    line-height: 1.47911; }

ol, dl {
  font-size: 0.87891em;
  line-height: 1.47911;
  padding: 1.47911em 0 1.47911em 2em;
  list-style: decimal;
  text-indent: 0;
  margin: 0; }
  ol + table, ol + ul, ol + ol, ol + dl, ol + blockquote, dl + table, dl + ul, dl + ol, dl + dl, dl + blockquote {
    padding-top: 0; }
  ol + hr, dl + hr {
    margin-top: 1.3em; }
  ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
    padding: 0 0 0 2em; }
  ol li, ol dt, ol dd, dl li, dl dt, dl dd {
    padding-top: 0;
    text-indent: -0.6em;
    padding-left: 0.6em; }
  section.colophon ol,
  section.appendix ol,
  section.backmatter ol, section.colophon dl,
  section.appendix dl,
  section.backmatter dl {
    padding: 0em 0.9375em 0em 0.9375em; }
    section.colophon ol li,
    section.appendix ol li,
    section.backmatter ol li, section.colophon dl li,
    section.appendix dl li,
    section.backmatter dl li {
      font-weight: normal;
      font-style: normal;
      text-indent: 0; }
      section.colophon ol li + p,
      section.appendix ol li + p,
      section.backmatter ol li + p, section.colophon dl li + p,
      section.appendix dl li + p,
      section.backmatter dl li + p {
        text-indent: 0 !important; }
  ol *, dl * {
    font-size: 1em;
    line-height: 1.3;
    line-height: 1.47911; }

table {
  font-size: 0.67893em;
  line-height: 1.91477;
  page-break-inside: avoid;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 2.6em 0; }
  table tr th {
    font-family: Helvetica, Arial, sans-serif;
    border-top: 1px solid #eee; }
  table tr th, table tr td {
    font-size: 1em;
    line-height: 1.3;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 1em;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee; }

h1 {
  font-size: 1em;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.3em;
  padding-bottom: 1.3em; }

h2 {
  font-size: 1em;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.3em;
  padding-bottom: 1.3em; }

h3 {
  font-size: 1em;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.3em;
  padding-bottom: 1.3em; }

h4 {
  font-size: 1em;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.3em;
  padding-bottom: 1.3em; }

h5 {
  font-size: 1em;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.3em;
  padding-bottom: 1.3em; }

h6 {
  font-size: 1em;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.3em;
  padding-bottom: 1.3em; }

p {
  font-size: 1em;
  line-height: 1.3; }

section h1, section h2, section h3, section h4, section h5, section h6 {
  padding-top: 0; }

p {
  text-indent: 1em !important; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    text-indent: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  text-indent: 0;
  text-transform: none;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  -webkit-hyphens: none;
  -epub-hyphens: none;
  adobe-hyphenate: none;
  -ms-hyphens: none;
  hyphens: none;
  font-size: 1em;
  line-height: 1.3; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    text-indent: 0 !important; }

h1 {
  padding-bottom: 5.2em; }
  section h1 {
    padding: 0em 0em 5.2em 0em; }
  h1.book-title, h1.figures-title {
    padding: 0; }
  section.backmatter h1 {
    font-size: 0.9375em;
    line-height: 1.38667;
    padding: 2.77333em 0em 2.77333em 0em; }
  section.titlepage h1 {
    padding-bottom: 0; }
  section.preface h1 + p,
  section.frontmatter h1 + p,
  section.acknowledgements h1 + p {
    text-indent: 0 !important; }
  section.afterword h1,
  section.seriespage h1,
  section.credits h1,
  section.contributors h1,
  section.appendix h1 {
    padding: 0em 0em 5.54667em 0em; }
    section.afterword h1 + p,
    section.seriespage h1 + p,
    section.credits h1 + p,
    section.contributors h1 + p,
    section.appendix h1 + p {
      text-indent: 0 !important; }

section h2 {
  padding: 0em 0em 1.3em 0em; }

section.backmatter h2 {
  font-size: 0.9375em;
  line-height: 1.38667;
  padding: 1.38667em 0em 0em 0em; }

section.titlepage h2 {
  padding-bottom: 1.3em; }

section.afterword h2,
section.seriespage h2,
section.credits h2,
section.contributors h2,
section.appendix h2 {
  font-size: 0.9375em;
  line-height: 1.38667;
  padding: 0em 0em 1.38667em 0em; }
  section.afterword h2 + p,
  section.seriespage h2 + p,
  section.credits h2 + p,
  section.contributors h2 + p,
  section.appendix h2 + p {
    text-indent: 0 !important; }

section.titlepage h3 {
  font-size: 0.77248em;
  line-height: 1.6829;
  padding-bottom: 1.6829em; }

p {
  font-size: 1em;
  line-height: 1.3;
  text-indent: 1em; }
  blockquote p {
    text-indent: 0 !important;
    margin-bottom: 0 !important;
    font-size: 0.87891em;
    line-height: 1.47911; }
  section.backmatter p,
  section.colophon p,
  section.afterword p,
  section.seriespage p,
  section.credits p,
  section.contributors p,
  section.appendix p {
    text-indent: 1em !important;
    font-size: 0.87891em;
    line-height: 1.47911;
    padding: 0em 0em 1.47911em 0em; }
    section.backmatter p + p,
    section.colophon p + p,
    section.afterword p + p,
    section.seriespage p + p,
    section.credits p + p,
    section.contributors p + p,
    section.appendix p + p {
      text-indent: 0 !important; }
  section.preface p,
  section.frontmatter p,
  section.acknowledgements p {
    text-indent: 1em !important;
    padding-bottom: 0; }
  section.frontmatter.dedication p {
    font-size: 1em;
    line-height: 1.3;
    padding: 0em 1em 1.3em 0em;
    text-indent: 1em !important; }
  section.dialogue p.interlocutor-parent {
    padding: 1.3em 0em 0em 0em;
    margin-top: 0; }
    section.dialogue p.interlocutor-parent .interlocutor {
      font-size: 0.59672em;
      line-height: 2.17858;
      line-height: 1;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      vertical-align: baseline; }
  section.colophon p:first-child, section.colophon p:first-child,
  section.afterword p:first-child,
  section.afterword p:first-child {
    text-indent: 0 !important; }
  .figcaption p {
    text-indent: 0; }
  .pullquote p {
    font-size: 0.77248em;
    line-height: 1.6829;
    text-indent: 0 !important;
    margin-bottom: 0 !important;
    font-style: italic;
    font-weight: normal; }
    .pullquote p + p {
      text-indent: 0 !important; }
  .pullquote + p {
    text-indent: 1em !important; }
  .epigraph .pullquote p {
    font-size: 1em;
    line-height: 1.3;
    float: none;
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-align: center; }
    .epigraph .pullquote p + p {
      text-indent: 0 !important; }
  p.interlocutor-parent {
    text-indent: 0 !important;
    margin-top: 1.3em; }
    p.interlocutor-parent:first-child {
      margin-top: 0; }

.pullquote cite {
  font-size: 0.77248em;
  line-height: 1.6829;
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
  display: block;
  text-align: right;
  width: 75%;
  margin-left: 25%; }
  .pullquote cite + p {
    text-indent: 0 !important; }

.pullquote.full-width cite {
  margin-left: 0;
  width: 100%; }

.epigraph .pullquote cite {
  font-size: 1em;
  line-height: 1.3;
  float: none;
  width: 100%;
  text-align: center; }
  .epigraph .pullquote cite + p {
    text-indent: 0 !important; }

.end-notes header + p {
  margin-top: 0; }

sup, a.footnote-ref,
sub {
  font-size: 0.59672em;
  line-height: 2.17858;
  vertical-align: baseline;
  text-decoration: none;
  position: relative;
  line-height: 1; }

sup, a.footnote-ref {
  top: -0.7459em; }

sub {
  bottom: -0.59672em; }

small {
  font-size: 0.77248em;
  line-height: 1.6829; }

pre {
  padding: 1.3em 1em 1.3em 1em;
  font-size: 1em;
  line-height: 1;
  word-wrap: normal;
  white-space: pre;
  overflow: auto;
  text-indent: 0 !important;
  border-radius: 3px;
  font-family: Consolas, Menlo, Courier, monospace;
  background-color: #f6f8fa; }

code {
  font-size: 0.77248em;
  line-height: 1.6829;
  line-height: 1.3; }

i {
  font-weight: 400;
  font-style: italic;
  font-family: inherit; }
  i b, i strong {
    font-weight: 700;
    font-style: italic; }

em {
  font-weight: 400;
  font-style: italic;
  font-family: inherit; }
  em b, em strong {
    font-weight: 700;
    font-style: italic; }
  em em, .pullquote p em {
    font-weight: 400;
    font-style: normal; }

strong, b {
  font-weight: 700;
  font-style: normal;
  font-family: inherit; }
  strong em, strong i, b em, b i {
    font-weight: 700;
    font-style: italic; }

aside.footnote {
  margin-left: 1em; }
  aside.footnote a.footnote-link {
    display: inline-block;
    text-indent: -1em; }

ol.footnotes {
  margin: 0; }
  ol.footnotes li {
    padding: 0;
    margin: 0;
    text-indent: 0 !important;
    font-size: 1em; }
    ol.footnotes li p {
      text-indent: 0 !important; }
    ol.footnotes li a {
      text-decoration: none !important; }
    ol.footnotes li span.hidden-backlink {
      display: inline; }

body {
  padding: 0; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 5px;
  outline: none; }
  button:active, button:focus {
    outline: none; }

.publication {
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: padding-right 250ms ease;
  transition: padding-right 250ms ease;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: 64px auto 96px;
      grid-template-rows: 64px auto 96px;
  grid-gap: 0; }

.publication__title {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #222;
  letter-spacing: 0.02em;
  font-size: 0.87891em;
  line-height: 1.47911;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  border-bottom: 1px solid #eee;
  text-indent: 1em;
  padding-left: 15px; }

.publication__search {
  position: absolute;
  left: 70%;
  right: 64px;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .publication__search .publication__search__input {
    font-size: 0.87891em;
    line-height: 1.47911;
    border: 0;
    display: block;
    margin: 0;
    padding: 0 0 5px 0;
    width: 0;
    outline: none;
    background-color: #fff;
    -webkit-transition: width 250ms ease;
    transition: width 250ms ease;
    border-bottom: 1px solid #222; }
    .publication__search .publication__search__input.publication__search__input--expanded {
      margin-left: 10px;
      width: 384px; }
  .publication__search .publication__search__button {
    padding: 10px;
    position: relative;
    right: -10px; }
  .publication__search .publication__search__button--close {
    position: absolute;
    visibility: hidden;
    right: -15px; }
    .publication__search .publication__search__button--close.publication__search__button--close--visible {
      visibility: visible; }

.publication__toc {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 0.6365em;
  line-height: 2.04242;
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #222;
  background-color: #fff;
  width: 384px;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease; }
  .publication__toc ol, .publication__toc ul, .publication__toc li, .publication__toc a {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #222;
    letter-spacing: 0.02em; }
  .publication__toc a:hover {
    text-decoration: underline; }
  .publication__toc > ol {
    padding-right: 15px;
    border-top: 1px solid #222; }
  .publication__toc ol li,
  .publication__toc ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0; }
    .publication__toc ol li:last-child,
    .publication__toc ul li:last-child {
      margin: 0; }
  .publication__toc ol ul, .publication__toc ol ol {
    padding: 0 0 0 1em; }

.publication__info {
  font-size: 0.6365em;
  line-height: 2.04242;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: fixed;
  z-index: 3;
  top: 64px;
  bottom: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-left: 1px solid #222;
  background-color: #fff;
  width: 384px;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease; }
  .publication__info dt, .publication__info dd {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #222;
    letter-spacing: 0.02em; }
  .publication__info > dl {
    padding-right: 15px;
    border-top: 1px solid #222; }
  .publication__info dl dt,
  .publication__info dl dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .publication__info dl dt {
    text-transform: capitalize;
    margin: 5px 0; }
    .publication__info dl dt:last-child {
      margin: 0; }
  .publication__info dl dd {
    margin: 5px 0 1.3em; }
    .publication__info dl dd:last-child {
      margin: 0; }
  .publication__info dl dl {
    padding: 0 0 0 1em; }
  .publication__info dt {
    font-weight: 700; }

body.toc--visible .publication__toc {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

body.toc--visible .publication__contents:before {
  visibility: visible;
  opacity: 0.5; }

body.info--visible .publication__info {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

body.info--visible .publication {
  padding-right: 384px; }

.publication__header {
  font-size: 0.6365em;
  line-height: 2.04242;
  -ms-grid-column-span: 12;
  -ms-grid-column: 1;
      grid-column: 1/span 12;
  -ms-grid-row: 1;
      grid-row: 1;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #fff; }
  .publication__header h1 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #222;
    letter-spacing: 0.02em;
    font-size: 0.87891em;
    line-height: 1.47911;
    padding: 0;
    margin: 0; }
  .publication__header .header__item__toggle {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .publication__header .header__item__toggle--toc {
    left: 16px; }
  .publication__header .header__item__toggle--info {
    right: 16px; }

.publication__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  -webkit-transition: width 250ms ease;
  transition: width 250ms ease;
  height: 128px;
  -ms-grid-column-span: 10;
  -ms-grid-column: 2;
      grid-column: 2 / span 10;
  -ms-grid-row: 3;
      grid-row: 3;
  -ms-flex-align: end;
      align-items: end; }
  .publication__nav .publication__nav__link {
    color: #222; }
  .publication__nav .publication__nav__prev,
  .publication__nav .publication__nav__next {
    width: auto;
    height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .publication__nav .publication__nav__prev {
    -ms-grid-column: 1;
        grid-column: 1;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .publication__nav .publication__nav__next {
    -ms-grid-column: 12;
        grid-column: 12;
    -ms-flex-pack: end;
        justify-content: flex-end; }

.publication__contents {
  padding: 5.2em 0em 3.9em 0em;
  -ms-grid-row: 2;
      grid-row: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  -ms-grid-column-span: 12;
  -ms-grid-column: 1;
      grid-column: 1/span 12;
  -ms-grid-rows: max-content;
      grid-template-rows: max-content; }
  .publication__contents * {
    -ms-grid-column-span: 12;
    -ms-grid-column: 1;
        grid-column: 1/span 12; }
  .publication__contents section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
    -ms-grid-column-span: 12;
    -ms-grid-column: 1;
        grid-column: 1/span 12; }
    .publication__contents section *:not(section) {
      -ms-grid-column-span: 8;
      -ms-grid-column: 3;
          grid-column: 3 / span 8; }
  .publication__contents:before {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #222;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease; }

.cover__image__link {
  display: block;
  text-align: center;
  height: calc(100vh - 10.4em - 64px); }

.cover__image {
  max-height: 100%; }

.search__results {
  margin-top: -3.9em;
  margin-bottom: 2.6em; }

.search__result {
  font-size: 0.7242em;
  line-height: 1.79509;
  line-height: 1.35;
  margin-bottom: 1.3em; }
  .search__result * {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    text-indent: 0;
    text-align: left; }

.search__result__link {
  text-decoration: none;
  color: #222; }
  .search__result__link mark {
    color: #222;
    font-weight: 700;
    background-color: transparent; }

.search__result__text {
  display: inline-block;
  padding: 0.3621em 0; }

@media only screen and (min-width: 320px) and (max-width: 680px) {
  .publication__toc,
  .publication__info {
    top: 49px;
    border-right: 0;
    width: 100%; }
  body.info--visible .publication {
    padding-right: 0; } }

.figure__large.figure__inline {
  margin: 2.6em 0; }

figure .figcaption a,
figure figcaption a,
.img-wrap a {
  color: #222;
  text-decoration: underline !important; }

.break-before {
  page-break-before: always !important; }

.break-after {
  page-break-after: always !important; }

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

html {
  font-size: 160%; }

body > h1,
section.chapter > section.subchapter > h1,
section.appendix > section.subchapter > h1,
section.titlepage > section.subchapter > h1,
section.colphon > section.subchapter > h1 {
  color: #5050c5;
  text-align: left;
  margin-bottom: 1.3em; }
