/*
Theme Name: Lewis
Theme URI: https://pressbooks.com/themes/pressbooks-lewis
Description: Named for Canadian diplomat and writer Stephen Lewis, this theme is built for nonfiction, but can work for fiction as well.
Author: Pressbooks (Book Oven Inc.)
Author URI: https://pressbooks.com
Copyright 2011-2015 Book Oven Inc. (Pressbooks.com) code@pressbooks.com
Version: 1.7.1
Template: pressbooks-book
Tags: Academic, Literary, Nonfiction
*/
@import "https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic&subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css?family=Belleza&subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic&subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css?family=Belleza&subset=latin,latin-ext";
/* GENERAL STYLING */
#content {
  font-family: "Droid Serif", "Georgia", serif;
  line-height: 1.7em;
  font-weight: 400;
  /****************************************
		TOC, Author page, Book Page
	*****************************************/
  /****************************************
		Structure
	*****************************************/
  /****************************************
		Title, Subtitle, Authors & Aphorism
	*****************************************/
  /*************************
		Footnotes & Endnote
	**************************/
}
#content .entry-content a {
  text-decoration: none;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  font-family: "Belleza", "Verdana", sans-serif;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  text-align: center;
}
#content h1 {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
}
#content h2 {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
}
#content h3 {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
}
#content h4 {
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
}
#content h5 {
  font-size: 0.9em;
  font-style: italic;
  font-weight: normal;
}
#content h6 {
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
}
#content h1 + p, #content h2 + p, #content h3 + p, #content h4 + p, #content h5 + p {
  margin-top: 0;
}
#content #inline-toc h4 {
  font-family: inherit;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}
#content .page-title {
  font-weight: normal;
}
#content .entry-title {
  font-family: "Belleza", "Verdana", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  margin: 3em 15% 2.5em;
  hyphens: none;
  -webkit-hyphens: none;
  /* stylelint-disable-line property-no-vendor-prefix */
}
#content .entry-title::after {
  content: "";
  display: block;
  border-bottom: 0.5px solid black;
  margin-top: 1em;
  margin-bottom: 1em;
}
#content .chapter_subtitle {
  font-family: "Belleza", "Verdana", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  font-weight: normal;
  margin: 1em;
  hyphens: none;
  -webkit-hyphens: none;
  /* stylelint-disable-line property-no-vendor-prefix */
}
#content .chapter_author {
  font-family: "Belleza", "Verdana", sans-serif;
  font-size: 0.75em;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin: 1em;
  hyphens: none;
  -webkit-hyphens: none;
  /* stylelint-disable-line property-no-vendor-prefix */
}
#content .aphorism {
  font-family: "Belleza", "Verdana", sans-serif;
  font-size: 0.9em;
  margin: 1em;
  padding: 0;
  font-style: italic;
  text-align: right;
}
#content .aphorism cite {
  float: none;
}
#content .endnotes h3 {
  text-align: left;
  text-indent: 0;
  text-transform: none;
}
#content .firstcharacter {
  font-family: "Belleza", "Verdana", sans-serif;
  color: #848484;
  float: left;
  font-size: 3.5em;
  line-height: 1em;
  padding-right: 0;
  margin-right: 5px;
}
#content .textbox, #content .bcc-box {
  border: 1px solid #000;
  margin: 10px 0;
  padding: 10px;
}
#content .textbox p, #content .bcc-box p {
  margin-top: 0;
}
#content .textbox.shaded, #content .shaded.bcc-box {
  background-color: #eee;
}
#content .textbox.learning-objectives, #content .learning-objectives.bcc-box, #content .bcc-box.bcc-highlight, #content .textbox.bcc-highlight, #content .bcc-highlight.bcc-box {
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 2% 3%;
  margin-inside: auto;
  margin-outside: auto;
  float: none;
  background-color: #f7f7f9;
}
#content .textbox.learning-objectives h3, #content .learning-objectives.bcc-box h3, #content .bcc-box.bcc-highlight h3, #content .textbox.bcc-highlight h3, #content .bcc-highlight.bcc-box h3 {
  color: #fff;
  margin: -2% -3% 15px;
  padding: 15px 0;
  text-align: center;
}
#content .textbox.learning-objectives h3, #content .learning-objectives.bcc-box h3, #content .bcc-box.bcc-highlight h3, #content .textbox.bcc-highlight h3, #content .bcc-highlight.bcc-box h3 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #111;
}
#content .textbox.key-takeaways, #content .key-takeaways.bcc-box, #content .bcc-box.bcc-success, #content .textbox.bcc-success, #content .bcc-success.bcc-box {
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 2% 3%;
  margin-inside: auto;
  margin-outside: auto;
  float: none;
  background-color: #eaf5ea;
}
#content .textbox.key-takeaways h3, #content .key-takeaways.bcc-box h3, #content .bcc-box.bcc-success h3, #content .textbox.bcc-success h3, #content .bcc-success.bcc-box h3 {
  color: #fff;
  margin: -2% -3% 15px;
  padding: 15px 0;
  text-align: center;
}
#content .textbox.key-takeaways h3, #content .key-takeaways.bcc-box h3, #content .bcc-box.bcc-success h3, #content .textbox.bcc-success h3, #content .bcc-success.bcc-box h3 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #3a7a33;
}
#content .textbox.exercises, #content .exercises.bcc-box, #content .bcc-box.bcc-info, #content .textbox.bcc-info, #content .bcc-info.bcc-box {
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 2% 3%;
  margin-inside: auto;
  margin-outside: auto;
  float: none;
  background-color: #e3eff6;
}
#content .textbox.exercises h3, #content .exercises.bcc-box h3, #content .bcc-box.bcc-info h3, #content .textbox.bcc-info h3, #content .bcc-info.bcc-box h3 {
  color: #fff;
  margin: -2% -3% 15px;
  padding: 15px 0;
  text-align: center;
}
#content .textbox.exercises h3, #content .exercises.bcc-box h3, #content .bcc-box.bcc-info h3, #content .textbox.bcc-info h3, #content .bcc-info.bcc-box h3 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #0b6396;
}
#content .textbox.examples, #content .examples.bcc-box {
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 2% 3%;
  margin-inside: auto;
  margin-outside: auto;
  float: none;
  background-color: #f3e1e3;
}
#content .textbox.examples h3, #content .examples.bcc-box h3 {
  color: #fff;
  margin: -2% -3% 15px;
  padding: 15px 0;
  text-align: center;
}
#content .textbox.examples h3, #content .examples.bcc-box h3 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #7a333a;
}
#content .textbox-caption {
  display: block;
  font: bold 0.875em Helvetica, Arial;
  margin: 0;
}
#content .interactive-content__icon {
  display: none;
}
#content .interactive-content p {
  margin-bottom: 0;
  text-align: left;
}
#content table {
  max-width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.9em;
}
#content table caption {
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.1;
}
#content table td, #content table th {
  padding: 5px;
  line-height: 1.1;
  text-align: left;
  vertical-align: middle;
}
#content table p {
  text-align: left;
}
#content table.lines tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#content table.no-lines tr, #content table.no-lines td {
  border-top: 0;
  border-bottom: 0;
}
#content table.shaded, #content th.shaded, #content tr.shaded, #content td.shaded {
  background-color: #eee;
}
#content th.border, #content tr.border, #content td.border {
  border: 1px solid #000;
}
#content p + p {
  text-indent: 0em;
  margin-top: 1em;
}
