/* /iw/css/yoga/yoga.css */ 

	@font-face {
		font-family: "yoga-serif";
		src: url("/iw/css/yoga/YogaWebPro.eot");
		}

	@font-face {
		font-family: "yoga-serif";
		src: url("/iw/css/yoga/YogaWebPro.woff") format("woff");
		}

	@font-face {
		font-family: "yoga-serif";
		src: url("/iw/css/yoga/YogaWebPro-Italic.eot");
		font-style: italic;
		}

	@font-face {
		font-family: "yoga-serif";
		src: url("/iw/css/yoga/YogaWebPro-Italic.woff") format("woff");
		font-style: italic;
		}

	@font-face {
		font-family: "yoga-serif";
		src: url("/iw/css/yoga/YogaWebPro-Bold.eot");
		font-weight: bold;
		}

	@font-face {
		font-family: "yoga-serif";
		src: url("/iw/css/yoga/YogaWebPro-Bold.woff") format("woff");
		font-weight: bold;
		}	

	@font-face {
		font-family: "yoga-serif";
		src: url("/iw/css/yoga/YogaWebPro-BoldItalic.eot");
		font-weight: bold;
		font-style: italic;
		}

	@font-face {
		font-family: "yoga-serif";
		src: url("/iw/css/yoga/YogaWebPro-BoldItalic.woff") format("woff");
		font-weight: bold;
		font-style: italic;
		}

	@font-face {
    	font-family: "yoga-serif-sc";
	    src: url('/iw/css/yoga/YogaScWebPro.eot?#iefix') format('embedded-opentype'), 
	        url('/iw/css/yoga/YogaScWebPro.woff') format('woff');
	}

	@font-face {
    	font-family: "yoga-serif-sc";
	    src: url('/iw/css/yoga/YogaScWebPro-Italic.eot?#iefix') format('embedded-opentype'), 
	        url('/iw/css/yoga/YogaScWebPro-Italic.woff') format('woff');
	    font-weight: 400;
	    font-style: italic;
	}

	@font-face {
    	font-family: "yoga-serif-sc";
	    src: url('/iw/css/yoga/YogaScWebPro-Bold.eot?#iefix') format('embedded-opentype'), 
	        url('/iw/css/yoga/YogaScWebPro-Bold.woff') format('woff');
	    font-weight: bold;
	    font-style: normal;
	}

	@font-face {
    	font-family: "yoga-serif-sc";
	    src: url('/iw/css/yoga/YogaScWebPro-BoldItalic.eot?#iefix') format('embedded-opentype'), 
	        url('/iw/css/yoga/YogaScWebPro-BoldItalic.woff') format('woff');
	    font-weight: bold;
	    font-style: italic;
	}
				
	@font-face {
		font-family: "yoga-sans";
		src: url("/iw/css/yoga/YogaSansWeb.eot");
		}

	@font-face {
		font-family: "yoga-sans";
		src: url("/iw/css/yoga/YogaSansWeb.woff") format("woff");
		}

	@font-face {
		font-family: "yoga-sans";
		src: url("/iw/css/yoga/YogaSansWeb-Italic.eot");
		font-style: italic;
		}

	@font-face {
		font-family: "yoga-sans";
		src: url("/iw/css/yoga/YogaSansWeb-Italic.woff") format("woff");
		font-style: italic;
		}

	@font-face {
		font-family: "yoga-sans";
		src: url("/iw/css/yoga/YogaSansWeb-Bold.eot");
		font-weight: bold;
		}

	@font-face {
		font-family: "yoga-sans";
		src: url("/iw/css/yoga/YogaSansWeb-Bold.woff") format("woff");
		font-weight: bold;
		}	

	@font-face {
		font-family: "yoga-sans";
		src: url("/iw/css/yoga/YogaSansWeb-BoldItalic.eot");
		font-weight: bold;
		font-style: italic;
		}

	@font-face {
		font-family: "yoga-sans";
		src: url("/iw/css/yoga/YogaSansWeb-BoldItalic.woff") format("woff");
		font-weight: bold;
		font-style: italic;
		}

	@font-face {
    	font-family: "yoga-sans-sc";
	    src: url('/iw/css/yoga/YogaSansScWeb.eot?#iefix') format('embedded-opentype'), 
	        url('/iw/css/yoga/YogaSansScWeb.woff') format('woff');
	}

	@font-face {
    	font-family: "yoga-sans-sc";
	    src: url('/iw/css/yoga/YogaSansScWeb-Italic.eot?#iefix') format('embedded-opentype'), 
	        url('/iw/css/yoga/YogaSansScWeb-Italic.woff') format('woff');
	    font-style: italic;
	}

	@font-face {
    	font-family: "yoga-sans-sc";
	    src: url('/iw/css/yoga/YogaSansScWeb-Bold.eot?#iefix') format('embedded-opentype'), 
	        url('/iw/css/yoga/YogaSansScWeb-Bold.woff') format('woff');
	    font-weight: bold;
	    font-style: normal;
	}

	@font-face {
    	font-family: "yoga-sans-sc";
	    src: url('/iw/css/yoga/YogaSansScWeb-BoldItalic.eot?#iefix') format('embedded-opentype'), 
	        url('/iw/css/yoga/YogaSansScWeb-BoldItalic.woff') format('woff');
	    font-weight: bold;
	    font-style: italic;
	}
@charset "UTF-8";
html, body {
  margin: 0; }

body {
  /* Set the default color for headlines, body text, captions, and extra text */
  color: #323232; }

article, body {
  background-color: whitesmoke; }

/* CLEARFIX */
article:before, article:after, section:before, section:after, .cf:before, .cf:after {
  content: " ";
  display: table; }
article:after, section:after, .cf:after {
  clear: both; }

/* 

Set styles for the in-view wrapper and article wrapper, and article element
--------------------------------------------------	*/
.story-wrapper {
  /* adding this to kill a strange amount of extra  */
  position: fixed;
  width: 100%;
  height: 100%; }

.in-view {
  width: 100%;
  /* Inherits width and height of .story-wrapper */
  height: 100%;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  z-index: 0;
  -webkit-overflow-scrolling: touch; }

.paginated-story .in-view {
  -webkit-overflow-scrolling: auto; }

.article-wrapper {
  /* necessary, i think, to keep the slid-over content from being scrollable on mobile, specifically iOS. */
  overflow: hidden;
  width: 100%;
  /* Inherits width of .in-view */ }

article {
  position: relative; }

/* 

Define the width of the column of text
--------------------------------------------------	*/
h1, h2, h3, h4, h5, h6, p, pre, article ul, article ol, blockquote {
  width: 42rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  /* fallback for older browsers that do not support calc */
  max-width: -webkit-calc(100% - 8rem);
  max-width: calc(100% - 8rem);
  /* Removing 8rem from the width preserves a gutter on the left and right sides of the text column. */
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 567px) {
    h1, h2, h3, h4, h5, h6, p, pre, article ul, article ol, blockquote {
      max-width: -webkit-calc(100% - 2rem);
      max-width: calc(100% - 2rem);
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

/* 

Choose typefaces
--------------------------------------------------	*/
body {
  font-family: "yoga-sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "yoga-sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.extra p, .caption p {
  font-family: "yoga-sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

p, article li {
  font-family: "yoga-serif", Georgia, serif; }

blockquote {
  font-family: "yoga-serif", Georgia, serif; }

strong {
  font-weight: 700; }

b {
  font-weight: bold; }

i {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding: 0 1rem;
  line-height: 1.2; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.375em;
  margin-top: 2em;
  color: #666;
  font-weight: 300; }

h4 {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin-top: 2.5em;
  margin-bottom: 0.75em; }

h5 {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin-top: 2.5em;
  margin-bottom: 0.75em; }

h6 {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin-top: 2.5em;
  margin-bottom: 0.75em; }

html {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  /* for kerning, ligatures, and other font features */
  -webkit-text-size-adjust: 100%;
  /* prevents unintended font resizing in mobile Safari */ }
  @media screen and (max-width: 567px) {
    html html {
      /* make the font size, and therefore many page elements, slightly smaller */
      font-size: 14.5px; } }

/* 

Adjust typographic settings
--------------------------------------------------	*/
p, pre, article ul, article ol, blockquote {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 300;
  white-space: normal; }

p, pre {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1rem;
  text-indent: 1.5em; }

article ol, article ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: -webkit-calc(1rem + 1.5em);
  padding-left: calc(1rem + 1.5em);
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1 + p, h1 + .pop-up-extra + p, h2 + p, h2 + .pop-up-extra + p, h3 + p, h3 + .pop-up-extra + p, h4 + p, h4 + .pop-up-extra + p, h5 + p, h5 + .pop-up-extra + p, h6 + p, h6 + .pop-up-extra + p {
  text-indent: 0; }

p:first-of-type {
  text-indent: 0; }

blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  font-style: italic;
  padding-left: -webkit-calc(1rem + 1.5em);
  padding-left: calc(1rem + 1.5em);
  padding-right: 1rem; }

blockquote p {
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }

hr {
  width: 10rem;
  margin: 3em auto;
  opacity: 0.5; }

.caption {
  line-height: 1.5; }

.caption-title {
  font-weight: 600; }

a {
  color: inherit;
  text-decoration: none; }

a img {
  border: none; }

.inlineContentWrapper.inlineContentLink {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  border-bottom: 1px solid rgba(100, 100, 100, 0.25); }
  .no-touch .inlineContentWrapper.inlineContentLink:hover {
    border-bottom: 1px solid rgba(100, 100, 100, 0.55); }

.inlineContentWrapper:not(.inlineContentLink), .inlineContentWrapper:not(.inlineContentLink):visited {
  text-decoration: none;
  color: inherit;
  padding: 3px 4px 1px;
  border-radius: 2px;
  border-bottom: none;
  background-color: rgba(100, 100, 100, 0.175); }
  .no-touch .inlineContentWrapper:not(.inlineContentLink):hover, .no-touch .inlineContentWrapper:not(.inlineContentLink):visited:hover {
    background-color: rgba(100, 100, 100, 0.25); }

.chapter-pagination-wrapper, .story-cover, .nav-menu-button, article, .nav-menu-button.nav-revealed, .no-touch .nav-story-title a:after, .left-arrow.nav-revealed, .extra-type-timeline .nav-previous .nav-container .nav-revealed.icon, .no-touch a.creatavist-branding, .no-touch a, .arrow, .extra-type-timeline .nav-container .icon, .no-touch .closer, .extra-type-timeline .nav-container .icon, .arrow-shape, .extra-type-timeline .nav-container .icon:before, .extra-type-timeline .nav-container .icon:before, .template-icon path, .no-touch .arrow .label span, .no-touch .extra-type-timeline .nav-container .icon .label span, .extra-type-timeline .nav-container .no-touch .icon .label span {
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  transition-duration: 250ms;
  /* Default duration for all CSS transitions */ }

.no-transition {
  -webkit-transition-duration: 0ms !important;
  -moz-transition-duration: 0ms !important;
  transition-duration: 0ms !important; }

/* IMAGES */
img {
  width: 100%; }

figure, figcaption {
  margin: 0;
  /* standardizes some browser defaults */ }

.arrow, .extra-type-timeline .nav-container .icon {
  background-color: transparent;
  font-size: 0.3em;
  position: fixed;
  border-radius: 0.125em;
  cursor: pointer;
  z-index: 2;
  margin: auto;
  bottom: 1.275rem; }

.arrow-shape, .extra-type-timeline .nav-container .icon:before {
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  background-color: transparent;
  border: 0.75em solid rgba(0, 0, 0, 0.125);
  margin: 1.5em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Spacing for generic arrow */
.right-arrow, .extra-type-timeline .nav-next .nav-container .icon {
  right: 1.275rem; }

.left-arrow, .extra-type-timeline .nav-previous .nav-container .icon {
  left: 1.275rem; }

.right-arrow .arrow-shape, .extra-type-timeline .nav-next .nav-container .icon .arrow-shape, .right-arrow .extra-type-timeline .nav-container .icon:before, .extra-type-timeline .nav-container .right-arrow .icon:before, .extra-type-timeline .nav-next .nav-container .icon .icon:before {
  border-left: none;
  border-bottom: none;
  margin-left: -1.25em; }

.left-arrow .arrow-shape, .extra-type-timeline .nav-previous .nav-container .icon .arrow-shape, .left-arrow .extra-type-timeline .nav-container .icon:before, .extra-type-timeline .nav-container .left-arrow .icon:before, .extra-type-timeline .nav-previous .nav-container .icon .icon:before {
  border-right: none;
  border-top: none;
  margin-right: -1.25em; }

.no-touch .arrow:hover > .arrow-shape, .no-touch .extra-type-timeline .nav-container .icon:hover > .arrow-shape, .extra-type-timeline .nav-container .no-touch .icon:hover > .arrow-shape, .no-touch .extra-type-timeline .nav-container .arrow:hover > .icon:before, .extra-type-timeline .nav-container .no-touch .arrow:hover > .icon:before, .no-touch .extra-type-timeline .nav-container .icon:hover > .icon:before, .extra-type-timeline .nav-container .no-touch .icon:hover > .icon:before {
  cursor: pointer; }

/* Spacing for pagination arrow */
.previous-page-arrow, .next-page-arrow {
  padding: 3em;
  bottom: 0.375rem; }
  @media screen and (max-width: 567px) {
    .previous-page-arrow, .next-page-arrow {
      bottom: 0.25rem; } }

.previous-page-arrow {
  left: 0.375rem; }

.next-page-arrow {
  right: 0.375rem; }

.previous-page-arrow .label, .next-page-arrow .label {
  position: absolute;
  font-size: 3.5em;
  top: 1.4em;
  width: 40vw;
  /* decent initial value, but these are overwritten in script.js */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500; }
  @media screen and (max-width: 567px) {
    .previous-page-arrow .label, .next-page-arrow .label {
      display: none;
      opacity: 0;
      z-index: -50; } }

.previous-page-arrow .label, .next-page-arrow .label {
  color: rgba(0, 0, 0, 0.375); }

.arrow.previous-page-arrow .label, .extra-type-timeline .nav-container .previous-page-arrow.icon .label {
  left: 4rem;
  text-align: left; }

.arrow.next-page-arrow .label, .extra-type-timeline .nav-container .next-page-arrow.icon .label {
  right: 4rem;
  text-align: right; }

.arrow.scrolled-to-bottom .arrow-shape, .extra-type-timeline .nav-container .scrolled-to-bottom.icon .arrow-shape, .arrow.scrolled-to-bottom .extra-type-timeline .nav-container .icon:before, .extra-type-timeline .nav-container .arrow.scrolled-to-bottom .icon:before, .extra-type-timeline .nav-container .scrolled-to-bottom.icon .icon:before, .arrow.scrolled-to-bottom .label span, .extra-type-timeline .nav-container .scrolled-to-bottom.icon .label span {
  color: rgba(0, 0, 0, 0.375);
  border-color: rgba(0, 0, 0, 0.375); }

/* ARROW ACTIVE STATES */
.no-touch .arrow:hover > .arrow-shape, .no-touch .extra-type-timeline .nav-container .icon:hover > .arrow-shape, .extra-type-timeline .nav-container .no-touch .icon:hover > .arrow-shape, .no-touch .extra-type-timeline .nav-container .arrow:hover > .icon:before, .extra-type-timeline .nav-container .no-touch .arrow:hover > .icon:before, .no-touch .extra-type-timeline .nav-container .icon:hover > .icon:before, .extra-type-timeline .nav-container .no-touch .icon:hover > .icon:before, .arrow.keyPressed > .arrow-shape, .extra-type-timeline .nav-container .keyPressed.icon > .arrow-shape, .extra-type-timeline .nav-container .arrow.keyPressed > .icon:before, .extra-type-timeline .nav-container .keyPressed.icon > .icon:before,
.no-touch .arrow:hover .label span,
.no-touch .extra-type-timeline .nav-container .icon:hover .label span,
.extra-type-timeline .nav-container .no-touch .icon:hover .label span,
.arrow.keyPressed .label,
.extra-type-timeline .nav-container .keyPressed.icon .label {
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5); }

.on-cover .arrow.scrolled-to-bottom .arrow-shape, .on-cover .extra-type-timeline .nav-container .scrolled-to-bottom.icon .arrow-shape, .extra-type-timeline .nav-container .on-cover .scrolled-to-bottom.icon .arrow-shape, .on-cover .arrow.scrolled-to-bottom .extra-type-timeline .nav-container .icon:before, .extra-type-timeline .nav-container .on-cover .arrow.scrolled-to-bottom .icon:before, .on-cover .extra-type-timeline .nav-container .scrolled-to-bottom.icon .icon:before, .extra-type-timeline .nav-container .on-cover .scrolled-to-bottom.icon .icon:before,
.on-cover .arrow.scrolled-to-bottom .label span,
.on-cover .extra-type-timeline .nav-container .scrolled-to-bottom.icon .label span,
.extra-type-timeline .nav-container .on-cover .scrolled-to-bottom.icon .label span {
  border-color: rgba(245, 245, 245, 0.75);
  color: rgba(245, 245, 245, 0.75); }

.no-touch .on-cover .arrow.scrolled-to-bottom:hover > .arrow-shape, .no-touch .on-cover .extra-type-timeline .nav-container .scrolled-to-bottom.icon:hover > .arrow-shape, .extra-type-timeline .nav-container .no-touch .on-cover .scrolled-to-bottom.icon:hover > .arrow-shape, .no-touch .on-cover .extra-type-timeline .nav-container .arrow.scrolled-to-bottom:hover > .icon:before, .extra-type-timeline .nav-container .no-touch .on-cover .arrow.scrolled-to-bottom:hover > .icon:before, .no-touch .on-cover .extra-type-timeline .nav-container .scrolled-to-bottom.icon:hover > .icon:before, .extra-type-timeline .nav-container .no-touch .on-cover .scrolled-to-bottom.icon:hover > .icon:before,
.no-touch .on-cover .arrow.scrolled-to-bottom:hover > .label span,
.no-touch .on-cover .extra-type-timeline .nav-container .scrolled-to-bottom.icon:hover > .label span,
.extra-type-timeline .nav-container .no-touch .on-cover .scrolled-to-bottom.icon:hover > .label span {
  border-color: whitesmoke;
  color: whitesmoke; }

/* 
	
	Icon styles
	--------------------------------------------------	*/
/* Colors for template icons */
.template-icon path {
  stroke: whitesmoke;
  fill: #1e1e1e; }
.template-icon .soundtrack-outer-waves path, .template-icon .soundtrack-inner-waves path {
  fill: none !important; }
.template-icon .soundtrack-inner-waves path {
  stroke: #1e1e1e; }
.template-icon .soundtrack-outer-waves path {
  stroke: whitesmoke; }
.on-cover .template-icon path {
  fill: whitesmoke; }

.nav-menu-button rect {
  fill: none; }

.nav-menu-button {
  /* The action button styles are likely to change */
  position: fixed;
  top: 0.5rem;
  left: 0;
  margin-left: 0.7rem;
  cursor: pointer;
  z-index: 5; }

.no-touch .nav-menu-button:hover {
  opacity: 1; }

.nav-icons {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  font-size: 1.45em;
  width: 2rem; }

.nav-icons a {
  margin-right: 0.75em;
  border-bottom: none; }

.nav-icons.vertical-nav-icons a {
  width: 100%;
  margin-right: 0;
  float: right;
  clear: both;
  margin-bottom: 0.25em;
  text-align: center; }

.no-touch .nav-icons a:hover {
  opacity: 1;
  border-bottom: none; }

.template-icon path {
  stroke-width: 0.8px;
  stroke-opacity: 0.75;
  fill-opacity: 0.125; }

.template-icon .soundtrack-outer-waves path, .template-icon .soundtrack-inner-waves path {
  stroke-width: 1.25 !important; }

.template-icon .soundtrack-inner-waves path {
  stroke-opacity: 0.125; }

.no-touch .template-icon:hover path, .no-touch .template-icon:hover .soundtrack-outer-waves path {
  stroke-opacity: 0.95;
  fill-opacity: 0.25; }

.no-touch .template-icon:hover .soundtrack-inner-waves path {
  stroke-opacity: 0.25; }

.no-touch .template-icon:hover .soundtrack-outer-waves path {
  stroke-opacity: 1; }

.on-cover .template-icon path {
  stroke-width: 0;
  fill-opacity: 0.75; }

.no-touch .on-cover .template-icon:hover path {
  fill-opacity: 0.95; }

.epub-share-link-hint {
  display: none; }

	/*

	Set styles for soundtrack settings
	--------------------------------------------------	*/
.soundtrackToggle {
  cursor: pointer; }

.soundtrackToggle .fa-volume-off, .soundtrackToggle.playing .fa-volume-up {
  display: inline; }

.soundtrackToggle.playing .fa-volume-off, .soundtrackToggle .fa-volume-up {
  display: none; }

/* 

'Built with Creatavist' and Creatavist icon styles
--------------------------------------------------	*/
.creatavist-logo-icon {
  font-size: 0.7em;
  width: auto !important;
  opacity: 1 !important;
  margin-bottom: 0.75em !important; }

.creatavist-logo-icon .logo-outer-wrapper {
  border: 0.3125em solid;
  border-right: .6em solid;
  height: 2em;
  width: 2em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  transition-duration: 250ms;
  cursor: pointer;
  float: right; }

.no-touch .creatavist-logo-icon .logo-outer-wrapper:hover {
  width: 8.7em;
  border-right: 0px solid;
  border-left: 0px solid;
  border-color: black; }

.no-touch .creatavist-logo-icon .logo-outer-wrapper:hover .logo-wrapper {
  padding-left: 0; }

.creatavist-logo-icon .logo-wrapper {
  padding-left: 0.35em;
  padding-top: 0.2125em;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.creatavist-logo-icon .logo-outer-wrapper .logo-wrapper svg g path {
  stroke: rgba(245, 245, 245, 0.85); }

.no-touch .creatavist-logo-icon .logo-outer-wrapper:hover .logo-wrapper svg g path {
  stroke: whitesmoke; }

.creatavist-logo-icon .logo-outer-wrapper, .logo-wrapper {
  background-color: black;
  border-color: black; }

/* 

Set styles for the cover
--------------------------------------------------	*/
.story-cover {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #1e1e1e;
  /* This essentially serves as a fallback to whatever image is uploaded */
  background-position: center center;
  background-size: cover; }

.story-cover-with-background-image-or-video:before {
  /* This effectively adds a dark, translucent screen in front of any uploaded cover image, so that text is more easily readable */
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.375);
  z-index: 1; }

/* 

Styles for background video
--------------------------------------------------	*/
.story-cover-video-container {
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 0; }

.story-cover video {
  opacity: 0; }

.cover-title, .cover-subtitle, .byline {
  /* Cover title, subtitle, and byline color */
  color: whitesmoke; }

/* 

Spacing and typographical styles for cover text container
---------------------------------------------------------	*/
.cover-text-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 2em 0 4.5em;
  z-index: 2; }
  @media screen and (max-width: 567px) {
    .cover-text-container {
      padding: 2em 0 2em; } }

.cover-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.125em; }
  @media screen and (max-width: 567px) {
    .cover-title {
      font-size: 2.5rem; } }

.cover-subtitle {
  font-size: 1.75rem;
  font-weight: 200;
  margin-top: 0;
  opacity: 0.75; }

.byline {
  width: 42rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  /* fallback for older browsers that do not support calc */
  max-width: -webkit-calc(100% - 8rem);
  max-width: calc(100% - 8rem);
  /* Removing 8rem from the width preserves a gutter on the left and right sides of the text column. */
  margin-left: auto;
  margin-right: auto;
  margin: 1em auto 0.5em;
  padding: 0 1rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.03em;
  padding-top: 1em;
  opacity: 0.875; }
  @media screen and (max-width: 567px) {
    .byline {
      max-width: -webkit-calc(100% - 2rem);
      max-width: calc(100% - 2rem);
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

/* 

Set styles for chapters
--------------------------------------------------	*/
.chapter {
  position: relative;
  padding-top: 8rem;
  clear: both; }
  @media screen and (max-width: 567px) {
    .chapter {
      padding-top: 5rem; } }

.chapter:last-of-type {
  padding-bottom: 6rem; }

.chapter-type-template {
  padding: 0; }

.chapter-image {
  margin-bottom: 4rem; }

.chapter-title {
  margin-top: 0;
  margin-bottom: 1em; }

/* 

Styles unique to image and video chapters
--------------------------------------------------	*/
.chapter-type-1, .chapter-type-10 {
  /* image and video chapters */
  margin-top: 8rem;
  position: relative; }

.chapter-type-1:before, .chapter-type-10:before {
  /* image and video chapters */
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: -8rem;
  height: 8rem;
  z-index: -1; }

.chapter-type-1 .image-chapter-wrapper, .chapter-type-10 .video-chapter-wrapper {
  margin-top: -8rem; }
  @media screen and (max-width: 567px) {
    .chapter-type-1 .image-chapter-wrapper, .chapter-type-10 .video-chapter-wrapper {
      margin-top: -5rem; } }

.chapter-type-1 .chapter-title, .chapter-type-10 .chapter-title {
  padding-top: 1em; }

.chapter-type-1 .caption, .chapter-type-10 .caption {
  margin-bottom: 0; }

/* 

Styles unique to slideshow chapters
--------------------------------------------------	*/
.chapter-type-slideshow .slideshow-chapter-outer-wrapper {
  position: relative; }

.slideshow-image-container {
  overflow: hidden;
  background-color: rgba(100, 100, 100, 0.125); }

.slideshow-image-container img {
  opacity: 0; }

/* PDF CHAPTERS */
.chapter-type-5 .image-chapter-wrapper {
  width: 42rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  /* fallback for older browsers that do not support calc */
  max-width: -webkit-calc(100% - 8rem);
  max-width: calc(100% - 8rem);
  /* Removing 8rem from the width preserves a gutter on the left and right sides of the text column. */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 567px) {
    .chapter-type-5 .image-chapter-wrapper {
      max-width: -webkit-calc(100% - 2rem);
      max-width: calc(100% - 2rem);
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }
.chapter-type-5 .image-chapter-wrapper {
  max-width: -webkit-calc(100% - $totalOutsideGutterWidth);
  max-width: calc(100% - $totalOutsideGutterWidth);
  margin: 0 auto; }

.extra {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.centered {
  /* also applies to slideshow chapters */
  width: 42rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  /* fallback for older browsers that do not support calc */
  max-width: -webkit-calc(100% - 8rem);
  max-width: calc(100% - 8rem);
  /* Removing 8rem from the width preserves a gutter on the left and right sides of the text column. */
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  width: 50rem; }
  @media screen and (max-width: 567px) {
    .centered {
      max-width: -webkit-calc(100% - 2rem);
      max-width: calc(100% - 2rem);
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.caption {
  margin: 0.25em 0; }

.caption-title, .caption-body {
  display: inline; }

.caption-title + .caption-body:before {
  content: " | ";
  font-weight: 200;
  opacity: 0.5; }

.caption-title + .caption-body p {
  display: inline; }

.full-width .caption {
  padding: 0 0.5rem; }

.aligned-extra-wrapper {
  max-width: 80rem;
  width: inherit;
  margin-left: auto;
  margin-right: auto; }

.aligned-left, .aligned-right {
  margin-right: 2rem;
  margin-left: 2rem;
  width: 40%;
  max-width: 30rem; }

.aligned-left {
  float: left;
  margin-left: 4rem;
  /* to accommodate nav buttons */ }

.aligned-right {
  float: right;
  margin-right: 4rem; }

.inline-extra {
  position: relative;
  /* for the extra closer button to position correctly? */ }

.pop-up-extra p, .pop-up-extra pre, .pop-up-extra ul, .pop-up-extra ol {
  width: 100%;
  max-width: 100%;
  padding: 0; }

@media screen and (max-width: 567px) {
  .pop-up-extra-wrapper {
    padding: 4em 2em 2em; } }
	/*


	Set styles for audio extras
	--------------------------------------------------	*/
.pop-up-audio-extra-wrapper {
  margin: 0 auto;
  padding: 0 1rem; }

.audio-extra audio {
  height: 0; }

.audio-extra .player-chrome {
  width: 42rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  /* fallback for older browsers that do not support calc */
  max-width: -webkit-calc(100% - 8rem);
  max-width: calc(100% - 8rem);
  /* Removing 8rem from the width preserves a gutter on the left and right sides of the text column. */
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 1rem;
  margin-bottom: 0.65rem;
  max-width: 100% !important; }
  @media screen and (max-width: 567px) {
    .audio-extra .player-chrome {
      max-width: -webkit-calc(100% - 2rem);
      max-width: calc(100% - 2rem);
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.pop-up-extra.audio-extra .player-chrome {
  margin-left: auto;
  margin-right: auto; }

.audio-extra.played-once .player-chrome {
  border-bottom: 1px solid #282828; }

.play-pause-control {
  margin-top: -webkit-calc(2rem - 10px);
  margin-top: calc(2rem - 10px);
  margin-bottom: -webkit-calc(2rem - 10px);
  margin-bottom: calc(2rem - 10px);
  text-align: center; }
  @media screen and (max-width: 450px) {
    .play-pause-control {
      margin-bottom: -webkit-calc(2rem - 22px);
      margin-bottom: calc(2rem - 22px); } }

.player-chrome circle, .player-chrome polygon {
  stroke: #282828;
  fill: none; }

.player-chrome rect {
  fill: #282828; }

.audio-extra .play-button, .audio-extra.playing .pause-button {
  display: inline; }

.audio-extra.playing .play-button, .audio-extra .pause-button {
  display: none; }

.duration-indicator {
  display: inline-block;
  position: relative;
  top: -1.925em;
  padding: 0 1rem;
  width: 6rem;
  font-size: 0.85em;
  color: rgba(40, 40, 40, 0.5); }
  @media screen and (max-width: 450px) {
    .duration-indicator {
      width: 3rem;
      top: -2.3em; } }

.scrubber-bar {
  position: relative;
  width: 100%;
  height: 10px; }

.scrubber-bar > .scrubber-progress {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #282828; }

.audio-extra .play-pause-control svg, .audio-extra .scrubber-bar {
  cursor: pointer; }

.audio-extra .caption {
  margin-bottom: 1rem; }

/* 

Set styles for map extras
--------------------------------------------------	*/
.leaflet-control-attribution {
  display: none;
  /* :( */ }

.extra-type-geography > .extra-map-container {
  height: 400px; }

.extra-type-geography .pop-up-extra-content-wrapper {
  width: 42rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  /* fallback for older browsers that do not support calc */
  max-width: -webkit-calc(100% - 8rem);
  max-width: calc(100% - 8rem);
  /* Removing 8rem from the width preserves a gutter on the left and right sides of the text column. */
  margin-left: auto;
  margin-right: auto;
  height: 100%; }
  @media screen and (max-width: 567px) {
    .extra-type-geography .pop-up-extra-content-wrapper {
      max-width: -webkit-calc(100% - 2rem);
      max-width: calc(100% - 2rem);
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.pop-up-extra .extra-map-container {
  height: 100%;
  width: 100%;
  min-height: 400px;
  /* this feels arbitrary */ }

.leaflet-map-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-pane, .leaflet-overlay-pane, .leaflet-shadow-pane, .leaflet-marker-pane, .leaflet-popup-pane, .leaflet-overlay-pane svg, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-map-pane img {
  max-height: none !important; }

.leaflet-container a.leaflet-popup-close-button {
  border: none;
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

.no-touch .leaflet-container a.leaflet-popup-close-button:hover {
  padding: 4px 5px 0 0; }

.leaflet-popup-content-wrapper {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

.leaflet-container h2 {
  margin: 0 0 0.25em;
  padding: 0;
  font-size: 1em;
  width: 100%;
  max-width: none; }

.leaflet-popup-content {
  color: #323232; }

/* 

Set styles for slide show extras
--------------------------------------------------	*/
.slideshow-wrapper {
  min-height: 600px;
  /*This is an arbitrary value and can be changed */ }

.pop-up-extra .slideshow-wrapper {
  width: 100%;
  max-width: 60rem;
  position: relative; }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slide-counter-container {
  margin-top: 0.65em;
  margin-bottom: 0.25em;
  margin-left: 1em;
  float: right; }

.slide-counter-container .circle {
  border-radius: 50%;
  height: 0.75rem;
  width: 0.75rem;
  border: 2px solid rgba(0, 0, 0, 0.125);
  float: left;
  margin-left: 0.2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer; }

.no-touch .slide-counter-container .circle:hover, .slide-counter-container .circle.current-slide {
  background-color: rgba(0, 0, 0, 0.125);
  border: none; }

.slideshow-wrapper .caption {
  clear: left; }

.pop-up-extra.slideshow-extra .caption {
  padding-top: 0.5em;
  margin: 0.25em 0 3em; }

.pop-up-extra.slideshow-extra .slide-counter-container {
  margin-top: 1em; }

.slideshow-wrapper .arrow, .slideshow-wrapper .extra-type-timeline .nav-container .icon, .extra-type-timeline .nav-container .slideshow-wrapper .icon {
  position: absolute;
  top: 50%;
  bottom: auto;
  z-index: 3;
  font-size: 0.3em;
  margin: 0;
  padding: 1.5em;
  border-radius: 2px; }

.no-touch .slideshow-wrapper:hover .arrow, .no-touch .slideshow-wrapper:hover .extra-type-timeline .nav-container .icon, .extra-type-timeline .nav-container .no-touch .slideshow-wrapper:hover .icon {
  background-color: rgba(0, 0, 0, 0.275); }

.no-touch .slideshow-wrapper .arrow:hover, .no-touch .slideshow-wrapper .extra-type-timeline .nav-container .icon:hover, .extra-type-timeline .nav-container .no-touch .slideshow-wrapper .icon:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.slideshow-wrapper .arrow .arrow-shape, .slideshow-wrapper .extra-type-timeline .nav-container .icon .arrow-shape, .extra-type-timeline .nav-container .slideshow-wrapper .icon .arrow-shape, .slideshow-wrapper .arrow .extra-type-timeline .nav-container .icon:before, .extra-type-timeline .nav-container .slideshow-wrapper .arrow .icon:before, .slideshow-wrapper .extra-type-timeline .nav-container .icon .icon:before, .extra-type-timeline .nav-container .slideshow-wrapper .icon .icon:before {
  border-color: rgba(245, 245, 245, 0.75); }

.no-touch .slideshow-wrapper .arrow:hover .arrow-shape, .no-touch .slideshow-wrapper .extra-type-timeline .nav-container .icon:hover .arrow-shape, .extra-type-timeline .nav-container .no-touch .slideshow-wrapper .icon:hover .arrow-shape, .no-touch .slideshow-wrapper .arrow:hover .extra-type-timeline .nav-container .icon:before, .extra-type-timeline .nav-container .no-touch .slideshow-wrapper .arrow:hover .icon:before, .no-touch .slideshow-wrapper .extra-type-timeline .nav-container .icon:hover .icon:before, .extra-type-timeline .nav-container .no-touch .slideshow-wrapper .icon:hover .icon:before {
  border-color: whitesmoke; }

.slideshow-wrapper .arrow.left-arrow, .slideshow-wrapper .extra-type-timeline .nav-container .left-arrow.icon, .extra-type-timeline .nav-container .slideshow-wrapper .left-arrow.icon, .slideshow-wrapper .extra-type-timeline .nav-previous .nav-container .icon, .extra-type-timeline .nav-previous .nav-container .slideshow-wrapper .icon {
  left: 0.75rem; }

.slideshow-wrapper .arrow.right-arrow, .slideshow-wrapper .extra-type-timeline .nav-container .right-arrow.icon, .extra-type-timeline .nav-container .slideshow-wrapper .right-arrow.icon, .slideshow-wrapper .extra-type-timeline .nav-next .nav-container .icon, .extra-type-timeline .nav-next .nav-container .slideshow-wrapper .icon {
  right: 0.75rem; }

/* 

Set styles for text and character extras
--------------------------------------------------	*/
.text-extra-title, .character-extra-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.125em; }

.extra p {
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  max-width: 100%; }

.text-extra-title, .text-extra p, .character-extra-title, .character-extra p {
  font-size: 1.2em;
  line-height: 1.4em; }

.inline-extra.text-extra.centered, .inline-extra.text-extra.centered .text-extra-body p {
  width: 60rem;
  text-align: center; }

.inline-extra.text-extra.centered {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 2em;
  padding-right: 2em; }
  @media screen and (max-width: 567px) {
    .inline-extra.text-extra.centered {
      padding-left: 0;
      padding-right: 0; } }

.character-extra img.character-extra-image {
  width: 200px;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em; }
  @media screen and (max-width: 450px) {
    .character-extra img.character-extra-image {
      width: 100%; } }

.character-extra .text-extra-body {
  padding: 0 0 2rem; }

/* 

Set styles for timeline extras
--------------------------------------------------	*/
.extra-type-timeline {
  height: 650px; }

.extra-type-timeline .pop-up-extra-wrapper {
  height: 100%;
  margin: 0;
  padding: 0; }

.extra.centered.extra-type-timeline {
  width: 100%;
  max-width: none;
  margin-top: 1rem;
  margin-bottom: 3rem; }

.extra-type-timeline .closer {
  z-index: 50000; }

.storyjs-embed {
  background-color: transparent; }

.extra-type-timeline .pop-up-extra-wrapper .storyjs-embed {
  background-color: white; }

.vco-storyjs {
  background-color: transparent; }

.vco-container {
  width: 100%; }

.extra-type-timeline h3 {
  max-width: none; }

.extra-type-timeline .nav-container .icon {
  bottom: 0.5rem !important;
  font-size: 0.3rem !important;
  overflow: visible !important; }

/* TIMELINE ARROWS (INHERIT FROM GLOBAL ARROW STYLES) */
.extra-type-timeline .nav-container .icon {
  /* The second selector is for timeline extra arrows */
  position: absolute; }

.extra-type-timeline .nav-next .nav-container .icon:before {
  border-left: none;
  border-bottom: none;
  margin-left: -1.25em; }

.extra-type-timeline .nav-previous .nav-container .icon:before {
  border-right: none;
  border-top: none;
  margin-right: -1.25em; }

.no-touch .extra-type-timeline .nav-previous:hover .nav-container .icon:before,
.no-touch .extra-type-timeline .nav-next:hover .nav-container .icon:before {
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5); }

/* 

Set styles for video extras
--------------------------------------------------	*/
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* roughly 16:9 aspect ratio */ }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-wrapper video {
  width: 100%; }

.video-wrapper.uploaded-video video {
  height: auto; }

.creatavist-branding {
  width: 120px;
  opacity: 0.4;
  position: absolute;
  bottom: 21px;
  left: -webkit-calc(50% - 60px);
  left: calc(50% - 60px);
  border-bottom: none; }

.no-touch .creatavist-branding:hover {
  opacity: 0.8;
  border-bottom: none; }

.creatavist-branding .branding-text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 2px;
  opacity: 0.6; }

div.creatavist-branding img {
  width: 120px; }

/*	PAYWALL MESSAGING STYLES  */
.on-page-paywall-message {
  background-color: rgba(0, 168, 255, 0.2);
  width: 50rem;
  margin: 0 auto;
  max-width: calc(100% - 8rem);
  padding: 2rem 2rem 1.5rem;
  box-sizing: border-box; }

.on-page-paywall-message h2, .on-page-paywall-message p, .on-page-paywall-message p:first-of-type {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  font-family: Helvetica;
  margin-top: 0; }

.notification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 6;
  color: white;
  display: none; }

.notification-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 40rem;
  max-width: 100%;
  background-color: black;
  padding: 1rem;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-align: left; }
  @media screen and (max-width: 567px) {
    .notification-box {
      -webkit-transform: translateX(0) translateY(0);
      -moz-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
      -o-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: auto; } }

.notification-box-inside-wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

.notification-box-closer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: -0.5rem;
  left: 0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 200;
  opacity: 0.5;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  transition-duration: 250ms; }

.notification-box-closer:hover {
  opacity: 1; }

.notification-box-message {
  padding: 2rem; }

.notification-overlay p, .notification-overlay h2, .notification-overlay h3, .notification-overlay h4, .bottom-notification p {
  font-family: Helvetica;
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
  max-width: 100%;
  padding: 0; }

.notification-overlay h2 {
  font-weight: 600;
  font-size: 1.35em;
  margin-top: 1em; }

.paywall-purchase-button, .paywall-purchase-button:hover, .paywall-purchase-button:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1.5em 2.5em !important;
  display: inline-block;
  background-color: #00a8ff !important;
  color: whitesmoke;
  margin-top: 2rem;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  transition-duration: 250ms;
  margin-right: 1rem; }

.paywall-purchase-button:hover {
  opacity: 0.75; }

.bottom-notification {
  box-sizing: border-box;
  background-color: #1e1e1e;
  color: white;
  -webkit-font-smoothing: antialiased;
  position: fixed;
  bottom: 0;
  width: -webkit-calc(100% - 16rem);
  width: calc(100% - 16rem);
  z-index: 999;
  margin: 2rem auto;
  left: 8rem;
  padding: 0.35rem 0.5rem;
  text-align: center;
  border-radius: 2px;
  display: none; }

html.app.jacket-wrapper, html.app.jacket-wrapper body, html.app.jacket-wrapper body #outer {
  height: 100%; }

html.android {
  text-rendering: auto; }

.app nav.slideout {
  background-color: #1e1e1e;
  color: whitesmoke;
  opacity: 1;
  width: 100%;
  position: fixed;
  z-index: auto; }

.app nav.slideout li a {
  color: rgba(245, 245, 245, 0.6); }

.app nav.slideout li a.current-nav {
  color: rgba(245, 245, 245, 0.85); }

.app nav.slideout li.chapterSet-hidden-nav {
  display: none; }

.app .nav-story-title a, .app .no-touch nav li:hover a, .app .no-touch .nav-story-title:hover a {
  color: rgba(245, 245, 245, 0.85); }

@media screen and (max-width: 700px) {
  .app .nav-menu-button rect {
    fill: #999; }

  .app .nav-menu-button path, .app .nav-menu-button:hover path {
    fill: whitesmoke; } }
body.app .story-cover {
  height: 100%; }

/* APP STYLES */
.app nav.slideout a, .app .no-touch nav.slideout a:hover {
  border-bottom: none; }

.app .nav-above-in-view {
  z-index: 1; }

.app article.nav-revealed, .app .nav-menu-button.nav-revealed, .app .left-arrow.nav-revealed, .app .extra-type-timeline .nav-previous .nav-container .nav-revealed.icon, .extra-type-timeline .nav-previous .nav-container .app .nav-revealed.icon {
  -webkit-transform: translateX(17.5rem);
  -moz-transform: translateX(17.5rem);
  -ms-transform: translateX(17.5rem);
  -o-transform: translateX(17.5rem);
  transform: translateX(17.5rem); }

.app article.nav-revealed3d, .app .nav-menu-button.nav-revealed3d, .app .left-arrow.nav-revealed3d, .app .extra-type-timeline .nav-previous .nav-container .nav-revealed3d.icon, .extra-type-timeline .nav-previous .nav-container .app .nav-revealed3d.icon {
  -webkit-transform: translateX(17.5rem) translateZ(0);
  -moz-transform: translateX(17.5rem) translateZ(0);
  -ms-transform: translateX(17.5rem) translateZ(0);
  -o-transform: translateX(17.5rem) translateZ(0);
  transform: translateX(17.5rem) translateZ(0); }

.app .nav-story-title {
  font-size: 1.65rem;
  font-weight: 600; }

.app nav.slideout ol {
  list-style: none;
  padding: 0 1rem;
  margin: 1rem 0; }

.app nav.slideout li {
  padding: 1rem 0;
  font-size: 1.2em; }

.app .nav-story-title a:after {
  content: "\00A0\2191";
  font-size: 0.75em;
  opacity: 0; }

.app .no-touch .nav-story-title a:hover:after {
  opacity: 0.375; }

.app .nav-share-and-soundtrack-icons {
  display: block; }

.app .mobile-nav-icons {
  display: none;
  margin-bottom: 2em;
  margin-top: -0.75em; }

.app .mobile-nav-icons a {
  margin-right: 0.5em;
  opacity: 0.25; }

.app .mobile-nav-icons a:hover {
  opacity: 0.75; }

.app .mobile-nav-icons .template-icon path, .app .mobile-nav-icons .template-icon:hover path {
  stroke: none;
  fill: #f5f5f5;
  fill-opacity: 1; }

@media screen and (max-width: 700px) {
  .app .nav-share-and-soundtrack-icons {
    display: none; }

  .app .mobile-nav-icons {
    display: block; }

  .app .nav-menu-button {
    opacity: 0.75;
    top: 0.97rem;
    margin-left: 0.9rem; }

  .app .nav-menu-button svg {
    width: 28px;
    height: 28px; }

  .app .nav-menu-button path, .app .nav-menu-button:hover path {
    stroke: none;
    fill-opacity: 1; } }
/* 

UNIVERSAL PRINT STYLES 
==================================================	*/
@media print {
  /* set default printed page settings */
  @page {
    size: auto;
    /* this affects the margin in the printer settings */
    margin: 25mm 25mm 25mm 25mm;
    mso-header-margin: 25mm;
    mso-footer-margin: 25mm;
    mso-paper-source: 0;
    marks: none; }
  * {
    -webkit-transition-duration: 0 !important;
    -moz-transition-duration: 0 !important;
    transition-duration: 0 !important; }

  html {
    font-size: 12px; }

  body {
    margin: 0px; }

  p, pre {
    margin: 0;
    /* margin: 0 auto; sucks in print; */ }

  /* remove all background colors */
  body, .chapter-pagination-wrapper, section.chapter {
    background-color: transparent; }

  /* for now, hide cover */
  .story-cover {
    display: none; }

  h1, h2, h3, h4, h5, h6, p, pre, article ul, article ol {
    width: auto;
    max-width: none; }

  .story-wrapper {
    position: relative;
    width: auto;
    height: auto; }

  /* hide navigational elements */
  .nav-menu-button, .nav-icons, .story-wrapper nav {
    display: none; }

  /* reset .in-view so pages are not cropped */
  .in-view, .chapter-pagination-wrapper {
    width: auto;
    height: auto;
    overflow: visible;
    display: block; }

  .article-wrapper {
    overflow: visible;
    width: auto; }

  .extra {
    display: none; }

  .chapter-type-video, .chapter-type-pdf {
    display: none; }

  .chapter-type-image img {
    max-height: 90%; }

  .chapter, .caption, .image-chapter-wrapper {
    margin: 0 !important;
    padding: 0 !important; }

  .caption p {
    text-indent: 0 !important; }

  /* resetting for pagination view */
  .article-pagination-wrapper, .chapter-pagination-wrapper {
    position: relative;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important; }

  .chapter-type-1:before, .chapter-type-10:before {
    position: relative;
    height: 0; }

  .chapter-type-1 .image-chapter-wrapper.title-suppressed, .chapter-type-10 .video-chapter-wrapper.title-suppressed {
    max-width: none; }

  /*  force new chapters to a new page */
  section.chapter {
    page-break-after: always; }

  figure, img {
    margin: 0;
    /* force to zero, otherwise math is hard */
    width: 100%; }

  a {
    word-wrap: break-word; }

  /*  append link url after all anchor tags */
  a:after {
    /*content: " [" attr(href) "] ";*/ }

  /*  hide internal links */
  a[href^="#"]:after {
    display: none; } }
.template-setting-navigation-option-Top .nav-story-title, .template-setting-navigation-option-Top nav ol {
  width: 42rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  /* fallback for older browsers that do not support calc */
  max-width: -webkit-calc(100% - 8rem);
  max-width: calc(100% - 8rem);
  /* Removing 8rem from the width preserves a gutter on the left and right sides of the text column. */
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 567px) {
    .template-setting-navigation-option-Top .nav-story-title, .template-setting-navigation-option-Top nav ol {
      max-width: -webkit-calc(100% - 2rem);
      max-width: calc(100% - 2rem);
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }
.template-setting-navigation-option-Top nav .navigation-bar:before,
.template-setting-navigation-option-Top .nav-story-title a:after,
.template-setting-navigation-option-Top .navigation-container,
.template-setting-navigation-option-Top .nav-story-title {
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  transition-duration: 250ms; }
.template-setting-navigation-option-Top .nav-story-title,
.template-setting-navigation-option-Top nav ol {
  margin: 0 auto; }
.template-setting-navigation-option-Top nav .navigation-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3.5em;
  /* To make the navigation bar smaller, adjust the font-size of the navigation bar to less than 1.0em. Don't change this height. */
  z-index: 4;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0ms !important;
  -moz-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
  font-size: 1em;
  /* To change the nav bar's size, adjust this. The entire navigation bar will scale with it. */ }
.template-setting-navigation-option-Top nav .navigation-bar:before {
  /* This is the navigation bar's solid background, which appears once you scroll past the cover. */
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }
.template-setting-navigation-option-Top.on-cover nav .navigation-bar:before, .template-setting-navigation-option-Top.on-cover nav .navigation-bar .nav-story-title {
  /* 3.5em is equal to the height of the navigation bar. A translateZ is applied to increase performance. */
  -webkit-transform: translateY(-3.5em);
  -moz-transform: translateY(-3.5em);
  -ms-transform: translateY(-3.5em);
  -o-transform: translateY(-3.5em);
  transform: translateY(-3.5em); }
.template-setting-navigation-option-Top nav .navigation-bar:before, .template-setting-navigation-option-Top.on-cover nav .navigation-bar.navigation-bar-on-cover-but-visible:before,
.template-setting-navigation-option-Top nav .navigation-bar .nav-story-title, .template-setting-navigation-option-Top.on-cover nav .navigation-bar.navigation-bar-on-cover-but-visible .nav-story-title,
.template-setting-navigation-option-Top nav .navigation-container.nav-revealed {
  /* This is a lengthy list of selectors, but it accounts for all cases in which the navigation bar, the story title, or the drop-down navigation container should be visible. */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
.template-setting-navigation-option-Top nav .navigation-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 0;
  padding-top: -webkit-calc(3.5em + 1.65em);
  padding-top: calc(3.5em + 1.65em);
  /* 3.5rem is equal to the height of the navigation bar */
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
.template-setting-navigation-option-Top.on-cover nav .navigation-bar:before, .template-setting-navigation-option-Top.on-cover nav .navigation-bar .nav-story-title, .template-setting-navigation-option-Top.on-cover nav .navigation-container.nav-revealed {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  transition-delay: 250ms; }
.template-setting-navigation-option-Top.on-cover nav .navigation-bar.nav-revealed:before, .template-setting-navigation-option-Top.on-cover nav .navigation-bar.nav-revealed .nav-story-title,
.template-setting-navigation-option-Top nav .navigation-bar .nav-story-title {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }
.template-setting-navigation-option-Top .nav-menu-button.active:before {
  content: "×";
  position: absolute;
  font-size: 2.275em;
  left: 0.3em;
  top: 0.05em;
  width: 1em;
  height: 0.08em;
  background: none;
  box-shadow: none; }
.template-setting-navigation-option-Top .nav-menu-button.active svg {
  display: none; }
.template-setting-navigation-option-Top .nav-story-title {
  font-size: 1.5em;
  font-weight: 400;
  top: 0.1em;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }
.template-setting-navigation-option-Top nav ol {
  list-style: none;
  padding: 0 1rem; }
.template-setting-navigation-option-Top nav li {
  padding: 0.5em 0;
  font-size: 2em;
  font-weight: 400; }
.template-setting-navigation-option-Top nav li a {
  border-bottom: none; }
.no-touch .template-setting-navigation-option-Top nav li:hover a, .no-touch .template-setting-navigation-option-Top .nav-story-title:hover a {
  border-bottom: none; }
.template-setting-navigation-option-Top .nav-story-title a:after {
  content: "\00A0\2191";
  font-size: 0.75em;
  opacity: 0; }
.no-touch .template-setting-navigation-option-Top .nav-story-title a:hover:after {
  opacity: 0.375; }
.template-setting-navigation-option-Top .nav-icons.horizontal-nav-icons {
  position: fixed;
  top: 0.375em;
  right: 1rem;
  z-index: 4;
  font-size: 1.45em;
  width: auto; }
.template-setting-navigation-option-Top .nav-icons.horizontal-nav-icons a,
.template-setting-navigation-option-Top .nav-menu-button {
  opacity: 0.45; }
.template-setting-navigation-option-Top .nav-icons.horizontal-nav-icons a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.35em;
  border-bottom: none;
  max-width: 2rem; }
.no-touch .template-setting-navigation-option-Top .nav-icons.horizontal-nav-icons a:hover {
  opacity: 1;
  border-bottom: none; }
.template-setting-navigation-option-Top .nav-icons.horizontal-nav-icons a.white-label-logo-link {
  opacity: 1; }
@media screen and (max-width: 700px) {
  .template-setting-navigation-option-Top .navigation-bar {
    font-size: 0.85em; } }
@media screen and (max-width: 567px) {
  .template-setting-navigation-option-Top .nav-story-title {
    display: none; } }
.template-setting-navigation-option-Top nav .template-icon path, .no-touch .template-setting-navigation-option-Top nav .template-icon:hover path {
  stroke: none;
  fill: whitesmoke; }
.template-setting-navigation-option-Top nav .template-icon .soundtrack-outer-waves path, .no-touch .template-setting-navigation-option-Top nav .template-icon:hover .soundtrack-outer-waves path,
.template-setting-navigation-option-Top .template-icon .soundtrack-inner-waves path,
.template-setting-navigation-option-Top .template-icon:hover .soundtrack-inner-waves path {
  fill: none; }
.template-setting-navigation-option-Top nav .template-icon .soundtrack-inner-waves path, .no-touch .template-setting-navigation-option-Top nav .template-icon:hover .soundtrack-inner-waves path {
  stroke: whitesmoke; }
.template-setting-navigation-option-Top nav .template-icon .soundtrack-outer-waves path, .no-touch .template-setting-navigation-option-Top nav .template-icon:hover .soundtrack-outer-waves path {
  stroke: none; }
.template-setting-navigation-option-Top nav .nav-menu-button rect, .no-touch .template-setting-navigation-option-Top nav .nav-menu-button:hover rect {
  fill: none; }
.template-setting-navigation-option-Top.on-cover nav .template-icon path, .no-touch .template-setting-navigation-option-Top.on-cover nav .template-icon:hover path {
  fill: whitesmoke; }
.template-setting-navigation-option-Top nav .navigation-bar:before {
  /* This is the navigation bar's solid-colored background, which appears once you scroll past the cover. */
  background-color: #1e1e1e; }
.template-setting-navigation-option-Top nav .navigation-container {
  background-color: rgba(20, 20, 20, 0.9); }
.template-setting-navigation-option-Top nav li a {
  color: rgba(245, 245, 245, 0.75); }
.template-setting-navigation-option-Top .nav-story-title,
.template-setting-navigation-option-Top .nav-story-title a, .no-touch .template-setting-navigation-option-Top nav li:hover a, .no-touch .template-setting-navigation-option-Top .nav-story-title:hover a {
  color: whitesmoke; }
.template-setting-navigation-option-Top .nav-menu-button.active:before {
  color: whitesmoke; }
.template-setting-navigation-option-Top .chapter-type-1, .template-setting-navigation-option-Top .chapter-type-10 {
  margin-top: -webkit-calc(8rem + 3.5em);
  margin-top: calc(8rem + 3.5em); }
.template-setting-navigation-option-Top .chapter-type-1 .image-chapter-wrapper, .template-setting-navigation-option-Top .chapter-type-10 .video-chapter-wrapper {
  margin-top: -webkit-calc(-(8rem + 3.5em));
  margin-top: calc(-(8rem + 3.5em)); }
.template-setting-navigation-option-Top .creatavist-logo-icon {
  margin-right: 0 !important; }
.template-setting-navigation-option-Top .creatavist-logo-icon .logo-outer-wrapper {
  position: relative;
  top: 0.18em; }
.no-touch .template-setting-navigation-option-Top .creatavist-logo-icon .logo-outer-wrapper:hover .logo-wrapper {
  padding-left: 0.65em; }
.template-setting-navigation-option-Top nav .template-icon path, .no-touch .template-setting-navigation-option-Top nav .template-icon:hover path {
  fill-opacity: 1; }
.template-setting-navigation-option-Top nav .template-icon .soundtrack-outer-waves path, .no-touch .template-setting-navigation-option-Top nav .template-icon:hover .soundtrack-outer-waves path,
.template-setting-navigation-option-Top .template-icon .soundtrack-inner-waves path,
.template-setting-navigation-option-Top .template-icon:hover .soundtrack-inner-waves path {
  stroke-width: 1.25; }
.template-setting-navigation-option-Top nav .template-icon .soundtrack-inner-waves path, .no-touch .template-setting-navigation-option-Top nav .template-icon:hover .soundtrack-inner-waves path {
  stroke-opacity: 1; }
.template-setting-navigation-option-Top.on-cover nav .template-icon path, .no-touch .template-setting-navigation-option-Top.on-cover nav .template-icon:hover path {
  stroke-width: 0;
  fill-opacity: 1; }

.template-setting-navigation-option-Left {
  /* NAV COLORS */
  /* CORE LEFT NAV SIZING, SPACING, AND STYLES */ }
  .template-setting-navigation-option-Left nav {
    background-color: #1e1e1e; }
  .template-setting-navigation-option-Left .nav-story-title a {
    color: rgba(245, 245, 245, 0.85); }
    .template-setting-navigation-option-Left .nav-story-title a:hover {
      color: rgba(245, 245, 245, 0.85); }
  .template-setting-navigation-option-Left nav li a {
    color: rgba(245, 245, 245, 0.6);
    background-color: transparent; }
  .no-touch .template-setting-navigation-option-Left nav li:hover a {
    color: rgba(245, 245, 245, 0.85);
    background-color: rgba(255, 255, 255, 0.05); }
  .template-setting-navigation-option-Left nav li a.current-nav, .no-touch .template-setting-navigation-option-Left nav li a.current-nav:hover {
    color: rgba(245, 245, 245, 0.85);
    background-color: rgba(255, 255, 255, 0.1); }
  @media screen and (max-width: 700px) {
    .template-setting-navigation-option-Left .nav-menu-button rect {
      fill: #969696; }
    .template-setting-navigation-option-Left .nav-menu-button path, .no-touch .template-setting-navigation-option-Left .nav-menu-button:hover path {
      fill: whitesmoke; } }
  .template-setting-navigation-option-Left nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 17.5rem;
    height: 100%;
    z-index: -1;
    padding-top: 2rem;
    padding-bottom: 0rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    /* This keeps the nav initially hidden, which makes it less of a pressence in mobile contexts */ }
  .template-setting-navigation-option-Left nav a, .no-touch .template-setting-navigation-option-Left nav a:hover {
    border-bottom: none; }
  .template-setting-navigation-option-Left .nav-above-in-view {
    z-index: 1; }
  .template-setting-navigation-option-Left article.nav-revealed,
  .template-setting-navigation-option-Left .nav-menu-button.nav-revealed,
  .template-setting-navigation-option-Left .left-arrow.nav-revealed,
  .template-setting-navigation-option-Left .extra-type-timeline .nav-previous .nav-container .nav-revealed.icon,
  .extra-type-timeline .nav-previous .nav-container .template-setting-navigation-option-Left .nav-revealed.icon {
    -webkit-transform: translateX(17.5rem);
    -moz-transform: translateX(17.5rem);
    -ms-transform: translateX(17.5rem);
    -o-transform: translateX(17.5rem);
    transform: translateX(17.5rem); }
  .template-setting-navigation-option-Left article.nav-revealed3d,
  .template-setting-navigation-option-Left .nav-menu-button.nav-revealed3d,
  .template-setting-navigation-option-Left .left-arrow.nav-revealed3d,
  .template-setting-navigation-option-Left .extra-type-timeline .nav-previous .nav-container .nav-revealed3d.icon,
  .extra-type-timeline .nav-previous .nav-container .template-setting-navigation-option-Left .nav-revealed3d.icon {
    -webkit-transform: translateX(17.5rem) translateZ(0);
    -moz-transform: translateX(17.5rem) translateZ(0);
    -ms-transform: translateX(17.5rem) translateZ(0);
    -o-transform: translateX(17.5rem) translateZ(0);
    transform: translateX(17.5rem) translateZ(0); }
  .template-setting-navigation-option-Left .nav-story-title {
    font-size: 1.65rem;
    font-weight: 600;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1rem; }
  .template-setting-navigation-option-Left .nav-chapter-list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .template-setting-navigation-option-Left .nav-chapter-list a {
    display: block;
    padding: 1rem 2rem 1rem 2rem;
    font-size: 1.2em;
    line-height: 1.2; }
  .template-setting-navigation-option-Left .nav-story-title a:after {
    content: "\00A0\2191";
    font-size: 0.75em;
    opacity: 0; }
  .no-touch .template-setting-navigation-option-Left .nav-story-title a:hover:after {
    opacity: 0.375; }
  .template-setting-navigation-option-Left .nav-share-and-soundtrack-icons {
    display: block; }
  .template-setting-navigation-option-Left .mobile-nav-icons {
    display: none;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2em;
    margin-top: -0.75em; }
  .template-setting-navigation-option-Left .mobile-nav-icons a {
    margin-right: 0.5em;
    opacity: 0.25; }
  .no-touch .template-setting-navigation-option-Left .mobile-nav-icons a:hover {
    opacity: 0.75; }
  .template-setting-navigation-option-Left .mobile-nav-icons .template-icon path,
  .template-setting-navigation-option-Left .no-touch .mobile-nav-icons .template-icon:hover path {
    stroke: none;
    fill: #f5f5f5;
    fill-opacity: 1; }
  @media screen and (max-width: 700px) {
    .template-setting-navigation-option-Left .nav-share-and-soundtrack-icons {
      display: none; }
    .template-setting-navigation-option-Left .mobile-nav-icons {
      display: block; }
    .template-setting-navigation-option-Left .nav-menu-button {
      opacity: 0.75;
      top: 0.97rem;
      margin-left: 0.9rem; }
    .template-setting-navigation-option-Left .nav-menu-button svg {
      width: 28px;
      height: 28px; }
    .template-setting-navigation-option-Left .nav-menu-button path, .no-touch .template-setting-navigation-option-Left .nav-menu-button:hover path {
      stroke: none;
      fill-opacity: 1; } }
  @media screen and (max-width: 567px) {
    .template-setting-navigation-option-Left nav {
      width: 15rem; }
    .template-setting-navigation-option-Left article.nav-revealed,
    .template-setting-navigation-option-Left .nav-menu-button.nav-revealed,
    .template-setting-navigation-option-Left .left-arrow.nav-revealed,
    .template-setting-navigation-option-Left .extra-type-timeline .nav-previous .nav-container .nav-revealed.icon,
    .extra-type-timeline .nav-previous .nav-container .template-setting-navigation-option-Left .nav-revealed.icon {
      -webkit-transform: translateX(15rem);
      -moz-transform: translateX(15rem);
      -ms-transform: translateX(15rem);
      -o-transform: translateX(15rem);
      transform: translateX(15rem); }
    .template-setting-navigation-option-Left article.nav-revealed3d,
    .template-setting-navigation-option-Left .nav-menu-button.nav-revealed3d,
    .template-setting-navigation-option-Left .left-arrow.nav-revealed3d,
    .template-setting-navigation-option-Left .extra-type-timeline .nav-previous .nav-container .nav-revealed3d.icon,
    .extra-type-timeline .nav-previous .nav-container .template-setting-navigation-option-Left .nav-revealed3d.icon {
      -webkit-transform: translateX(15rem) translateZ(0);
      -moz-transform: translateX(15rem) translateZ(0);
      -ms-transform: translateX(15rem) translateZ(0);
      -o-transform: translateX(15rem) translateZ(0);
      transform: translateX(15rem) translateZ(0); } }

@-webkit-keyframes pop-up-slide-down {
  0% {
    max-height: 0; }
  100% {
    max-height: 600px; }
  /* this is a problem. */ }
@keyframes pop-up-slide-down {
  0% {
    max-height: 0; }
  100% {
    max-height: 600px; }
  /* this is a problem. */ }
.template-setting-pop-up-style-Drawer {
  /* DRAWER WRAPPER COLOR */
  /* AUDIO PLAYER-SPECIFIC SPACING ADJUSTMENTS SETTINGS */
  /* SLIDESHOW-SPECIFIC SPACING ADJUSTMENTS SETTINGS */
  /* BASIC SETTINGS */ }
  .template-setting-pop-up-style-Drawer .pop-up-audio-extra-wrapper, .template-setting-pop-up-style-Drawer .pop-up-extra-content-wrapper {
    width: 42rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    /* fallback for older browsers that do not support calc */
    max-width: -webkit-calc(100% - 8rem);
    max-width: calc(100% - 8rem);
    /* Removing 8rem from the width preserves a gutter on the left and right sides of the text column. */
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 567px) {
      .template-setting-pop-up-style-Drawer .pop-up-audio-extra-wrapper, .template-setting-pop-up-style-Drawer .pop-up-extra-content-wrapper {
        max-width: -webkit-calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
  .template-setting-pop-up-style-Drawer .pop-up-extra-wrapper {
    background-color: rgba(100, 100, 100, 0.125); }
  .template-setting-pop-up-style-Drawer .pop-up-extra.audio-extra .pop-up-extra-wrapper {
    padding-top: 4em; }
  .template-setting-pop-up-style-Drawer .pop-up-audio-extra-wrapper {
    max-width: 100%; }
  .template-setting-pop-up-style-Drawer .pop-up-extra .slideshow-wrapper {
    width: 50rem;
    max-width: -webkit-calc(100% - $totalOutsideGutterWidth);
    max-width: calc(100% - $totalOutsideGutterWidth);
    position: relative;
    margin: 0 auto; }
  .template-setting-pop-up-style-Drawer .pop-up-extra {
    -webkit-animation: pop-up-slide-down ease-in 250ms 1;
    -moz-animation: pop-up-slide-down ease-in 250ms 1;
    animation: pop-up-slide-down ease-in 250ms 1;
    overflow: hidden;
    margin: 0;
    position: relative;
    clear: both; }
  .template-setting-pop-up-style-Drawer .pop-up-extra-wrapper {
    margin: 2em auto;
    padding: 2em 0; }
  .template-setting-pop-up-style-Drawer .pop-up-extra-content-wrapper {
    margin: 0 auto; }
  .template-setting-pop-up-style-Drawer .closer {
    position: absolute;
    top: 1.18em;
    left: 0.4em;
    font-size: 2.275em;
    font-weight: 200;
    cursor: pointer;
    opacity: 0.5;
    width: 2rem;
    height: 2rem;
    text-align: center; }
  .no-touch .template-setting-pop-up-style-Drawer .closer:hover {
    opacity: 1; }
  .template-setting-pop-up-style-Drawer .pop-up-extra-content-wrapper {
    margin: 0 auto; }
  @media screen and (max-width: 567px) {
    .template-setting-pop-up-style-Drawer .pop-up-extra-content-wrapper {
      max-width: 100%; } }

/* ANIMATIONS SPECIFIC TO OVERLAY POP-UP STYLE */
@-webkit-keyframes pop-up-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes pop-up-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.template-setting-pop-up-style-Overlay {
  /* TEXT COLUMN WIDTH */
  /* POP-UP WRAPPER OVERLAY COLOR */
  /* MAP EXTRA STYLES */
  /* AUDIO EXTRA STYLES */
  /* SLIDESHOW-SPECIFIC STYLES */
  /* BASIC OVERLAY STYLES */
  /* VIDEO STYLES */ }
  .template-setting-pop-up-style-Overlay .pop-up-extra.text-extra .pop-up-extra-content-wrapper,
  .template-setting-pop-up-style-Overlay .pop-up-extra.character-extra .pop-up-extra-content-wrapper,
  .template-setting-pop-up-style-Overlay .pop-up-audio-extra-wrapper {
    width: 42rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    /* fallback for older browsers that do not support calc */
    max-width: -webkit-calc(100% - 8rem);
    max-width: calc(100% - 8rem);
    /* Removing 8rem from the width preserves a gutter on the left and right sides of the text column. */
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 567px) {
      .template-setting-pop-up-style-Overlay .pop-up-extra.text-extra .pop-up-extra-content-wrapper,
      .template-setting-pop-up-style-Overlay .pop-up-extra.character-extra .pop-up-extra-content-wrapper,
      .template-setting-pop-up-style-Overlay .pop-up-audio-extra-wrapper {
        max-width: -webkit-calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
  .template-setting-pop-up-style-Overlay .pop-up-extra {
    background-color: rgba(0, 0, 0, 0.9); }
  .template-setting-pop-up-style-Overlay .pop-up-extra-wrapper {
    color: whitesmoke; }
  .template-setting-pop-up-style-Overlay .closer {
    color: whitesmoke; }
  .template-setting-pop-up-style-Overlay .pop-up-extra.text-extra .pop-up-extra-content-wrapper p {
    color: whitesmoke; }
  .template-setting-pop-up-style-Overlay .extra-type-geography .pop-up-extra-content-wrapper {
    width: 100%;
    max-width: 100%; }
  .template-setting-pop-up-style-Overlay .pop-up-audio-extra-wrapper {
    margin-bottom: 3em; }
  .template-setting-pop-up-style-Overlay .pop-up-extra.audio-extra .pop-up-audio-extra-wrapper .player-chrome {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid rgba(245, 245, 245, 0.5);
    border-bottom: 1px solid rgba(245, 245, 245, 0.5); }
  .template-setting-pop-up-style-Overlay .pop-up-extra .player-chrome circle,
  .template-setting-pop-up-style-Overlay .pop-up-extra .player-chrome polygon {
    stroke: whitesmoke;
    fill: none; }
  .template-setting-pop-up-style-Overlay .pop-up-extra .player-chrome rect {
    fill: whitesmoke; }
  .template-setting-pop-up-style-Overlay .pop-up-extra.audio-extra.played-once .pop-up-audio-extra-wrapper .player-chrome {
    border-bottom: 1px solid whitesmoke; }
  .template-setting-pop-up-style-Overlay .pop-up-extra .scrubber-bar > .scrubber-progress {
    background-color: whitesmoke; }
  .template-setting-pop-up-style-Overlay .pop-up-extra .duration-indicator {
    color: rgba(245, 245, 245, 0.5); }
  .template-setting-pop-up-style-Overlay .pop-up-extra .slide-counter-container .circle {
    border-color: whitesmoke; }
  .no-touch .template-setting-pop-up-style-Overlay .pop-up-extra .slide-counter-container .circle:hover,
  .template-setting-pop-up-style-Overlay .pop-up-extra .slide-counter-container .circle.current-slide {
    background-color: whitesmoke; }
  .template-setting-pop-up-style-Overlay .pop-up-extra .slideshow-wrapper {
    margin: 0 auto; }
  .template-setting-pop-up-style-Overlay .pop-up-extra {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    z-index: 10;
    -webkit-animation: pop-up-fade-in 250ms 1;
    -moz-animation: pop-up-fade-in 250ms 1;
    animation: pop-up-fade-in 250ms 1;
    -webkit-font-smoothing: antialiased; }
  .template-setting-pop-up-style-Overlay .pop-up-extra-container {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .template-setting-pop-up-style-Overlay .pop-up-extra-wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0; }
  .template-setting-pop-up-style-Overlay .pop-up-extra-content-wrapper img,
  .template-setting-pop-up-style-Overlay .pop-up-extra-content-wrapper .caption {
    width: auto;
    margin: 0 auto;
    display: block; }
  .template-setting-pop-up-style-Overlay .pop-up-extra-content-wrapper {
    margin: 0 auto;
    padding: 0 1rem 4rem; }
  .template-setting-pop-up-style-Overlay .closer {
    position: fixed;
    top: 0.275em;
    left: 0.4em;
    font-size: 2.275em;
    font-weight: 100;
    cursor: pointer;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    width: 2rem;
    text-align: center; }
  .no-touch .template-setting-pop-up-style-Overlay .closer:hover {
    opacity: 1; }
  .template-setting-pop-up-style-Overlay .pop-up-extra .caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1em;
    margin-top: 0;
    margin-bottom: 0; }
  .template-setting-pop-up-style-Overlay .pop-up-extra.video-extra .video-container {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }
  .template-setting-pop-up-style-Overlay .pop-up-extra.video-extra .caption {
    max-width: 100%; }
  @media screen and (max-width: 567px) {
    .template-setting-pop-up-style-Overlay .pop-up-audio-extra-wrapper {
      max-width: 100%; }
    .template-setting-pop-up-style-Overlay .pop-up-extra.character-extra .pop-up-extra-content-wrapper,
    .template-setting-pop-up-style-Overlay .pop-up-extra.text-extra .pop-up-extra-content-wrapper {
      max-width: 100%; } }

.template-setting-paragraph-spacing-Spaces p, .template-setting-paragraph-spacing-Spaces pre {
  text-indent: 0;
  margin-top: 1em; }
.template-setting-paragraph-spacing-Spaces .text-extra .text-extra-body p:first-child {
  margin-top: 0; }

.template-setting-drop-caps-Drop .chapter .chapter-title:first-child + p:first-of-type:first-letter,
.template-setting-drop-caps-Drop .chapter .chapter-title:first-child + .extra + p:first-of-type:first-letter,
.template-setting-drop-caps-Drop .chapter .chapter-title:first-child + .chapter-image + p:first-letter,
.template-setting-drop-caps-Drop .chapter .chapter-title:first-child + .chapter-image + .extra + p:first-letter,
.template-setting-drop-caps-Drop .chapter .chapter-title:first-child + blockquote + p:first-letter {
  float: left;
  font-size: 5.35em;
  padding-top: 0.15em;
  padding-right: 0.05em;
  margin-bottom: 0;
  line-height: 0.7;
  padding-bottom: 0; }

.template-setting-pagination-Paginate .article-wrapper {
  height: 100%; }
.template-setting-pagination-Paginate article {
  height: 100%;
  background-color: transparent !important; }
.template-setting-pagination-Paginate .story-cover {
  height: 100%;
  /* Why? Because viewport units have less support, and % values should be used where possible */ }
.template-setting-pagination-Paginate .chapter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%; }
.template-setting-pagination-Paginate .article-pagination-wrapper {
  width: 100%;
  /* inherits width and height from .article-wrapper */
  height: 100%;
  -webkit-transition-duration: 750ms;
  -moz-transition-duration: 750ms;
  transition-duration: 750ms; }
.template-setting-pagination-Paginate .nav-story-title a:after {
  content: "\00A0\21B5"; }
.template-setting-pagination-Paginate .chapter, .template-setting-pagination-Paginate .chapter-pagination-wrapper {
  background: whitesmoke; }
.template-setting-pagination-Paginate .chapter-pagination-wrapper {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* ie fix here */
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  display: none; }
.template-setting-pagination-Paginate .chapter-pagination-wrapper.currentChapter, .template-setting-pagination-Paginate .chapter-pagination-wrapper.adjacentChapter {
  display: block; }
.template-setting-pagination-Paginate .currentChapter:focus {
  outline: none; }
.template-setting-pagination-Paginate .chapter-type-1, .template-setting-pagination-Paginate .chapter-type-10 {
  margin-top: 0;
  padding-bottom: 4.75rem !important;
  position: relative; }
.template-setting-pagination-Paginate .chapter-type-1 .image-chapter-wrapper,
.template-setting-pagination-Paginate .chapter-type-10 .video-chapter-wrapper {
  margin-top: -8rem;
  margin-left: auto;
  margin-right: auto; }
.template-setting-pagination-Paginate .chapter-type-1 .image-chapter-wrapper.title-suppressed,
.template-setting-pagination-Paginate .chapter-type-10 .video-chapter-wrapper.title-suppressed {
  max-width: -webkit-calc(100% - 8rem);
  max-width: calc(100% - 8rem); }
.template-setting-pagination-Paginate .full-width.title-suppressed .caption {
  padding: 0; }
.template-setting-pagination-Paginate .chapter-type-1 .chapter-title, .template-setting-pagination-Paginate .chapter-type-10 .chapter-title {
  padding-top: 6.75rem; }
.template-setting-pagination-Paginate.template-setting-navigation-option-Top .chapter-type-1 .chapter-title,
.template-setting-pagination-Paginate.template-setting-navigation-option-Top .chapter-type-10 .chapter-title {
  padding-top: 4.75rem; }
.template-setting-pagination-Paginate.template-setting-navigation-option-Top .chapter-type-1,
.template-setting-pagination-Paginate.template-setting-navigation-option-Top .chapter-type-10 {
  margin-top: 3.25rem; }

#title { visibility:hidden; }

#subtitle { visibility:hidden; }

body > header > div.coverNav { visibility:hidden; }

#story-cover > div > h1 { visibility:hidden; }
#story-cover > div > h2 { visibility:hidden; }
.chapter-86058 #extra-86058 > div > div:nth-child(1) > div.caption > span {
  color: fff;
}
