@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,700,700i&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-indent: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

li {
  list-style-position: outside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.master-container {
  background: #dbdbdb;
  margin-left: auto;
  margin-right: auto;
  min-height: 1500px;
}

.head {
  position: relative;
}
.head img {
  display: block;
  width: 100%;
}
.head h1 {
  padding: 0 5% 2.5% 5%;
  margin: 0;
  position: absolute;
  bottom: 0;
  font-size: 40px;
  text-shadow: 0 0 15px #ffe68f;
}

.content {
  max-width: 1300px;
  margin: auto;
  box-sizing: border-box;
}

.inner_container {
  color: #000000;
  box-sizing: border-box;
  padding: 2.5% 5%;
}

.inner_container:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}

.intro-text {
  box-sizing: border-box;
  float: left;
  width: 35%;
  padding-right: 5%;
}

.topics {
  box-sizing: border-box;
  float: left;
  width: 60%;
}
.topics ul {
  list-style: none;
  clear: none;
}
.topics li {
  font-weight: bold;
  clear: left;
  margin-left: 0;
}
.topics li img {
  vertical-align: top;
  float: left;
  margin: 0px 16px 5px 0px;
}
.topics li p {
  font-weight: normal;
  margin-left: 92px;
}

.essay {
  float: left;
  width: 65%;
  padding: 0 5% 5% 0;
  background: none;
  overflow: visible;
  box-sizing: border-box;
}

.one_column {
  padding: 0 0 5% 0;
  background: none;
  overflow: visible;
  box-sizing: border-box;
}

.doc_list_container {
  float: left;
  box-sizing: border-box;
  padding: 1rem;
  background: #eeeeee;
  border-radius: 8px;
  width: 35%;
}

.doc_list {
  box-sizing: border-box;
}

.doc_list div {
  clear: both;
}
.doc_list div img {
  float: left;
  margin-right: 0.5rem;
}

.doc_list div + div {
  padding-top: 2rem;
}

.extras {
  box-sizing: border-box;
  color: #ffffff;
  background: #685246;
  padding: 5%;
}

.rowe {
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.ex_content {
  margin-right: 1rem;
  padding: 0;
  color: #222222;
}

.funders {
  background: #9d9d9d;
  padding: 5%;
  text-align: center;
}

.footerNav {
  text-align: center;
  padding: 30px 50px 8px 50px;
  font-size: 1em;
  color: #222222;
  box-sizing: border-box;
}

/* FOR NAV SUBITEMS, SEE menu.css */
.footer {
  text-align: center;
  clear: both;
  font-size: 0.8em;
  color: #777777;
  padding: 5%;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #262626;
  line-height: 1.4;
}

h1 {
  font-family: "Crimson Text", serif;
  font-size: 3rem;
  margin: 0 0 5% 0;
  line-height: 1.5;
}

p {
  margin: 0 0 5% 0;
}

h2, h3, h4, h5, h6 {
  font-family: "Crimson Text", serif;
  padding: 0 0 5% 0;
  font-size: 1em;
}

h3, h4 {
  font-size: 1.5rem;
  padding-bottom: 2.5%;
}

h5 {
  color: #1a3388;
  text-transform: uppercase;
}

div.h2, div.h3, div.h4, div.h5 {
  margin: 0px 0px 45px 0;
}

ul {
  margin-bottom: 5%;
}

ul h2, ul h3 {
  display: inline;
  padding-right: 5%;
}

li {
  margin-left: 5%;
  padding-left: 0px;
}

img {
  border: none;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #f42200;
  /* #0064cb;	*/
}

a:active, a:hover {
  color: #c00303;
}

i {
  font-style: italic;
}

.nav {
  min-height: 25px;
  padding: 0 5% 1.25% 5%;
  text-align: center;
  color: #ffffff;
  background: #000000;
  color: #ffffff;
}

div.nav ul {
  margin: 0;
}

div.nav li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0.5rem 1rem;
}

div.nav a, div.nav a:visited, div.nav a:active, div.nav a:hover {
  color: #ffffff;
  border: none;
  display: inline-block;
  border-bottom: 5px solid #000000;
}

div.nav a:hover {
  border-bottom: 5px solid #ffdc2d;
}

div.nav ul li {
  padding-bottom: 4px;
}

div.nav ul img {
  float: left;
  clear: both;
  border: none;
  padding-right: 4px;
}

div.nav ul li ul {
  position: absolute;
  background: #000000;
  display: none;
  width: 20em;
  margin: 0;
  z-index: 10;
  text-align: left;
  left: -20px;
}

div.nav ul li ul li {
  width: 100%;
  background: #000000;
}

.nav .currentMenu a:hover,
.nav .currentMenu a:active,
.nav .currentMenu a:visited {
  border-bottom: 5px solid #ffdc2d;
}

div.nav ul li ul#tlistul {
  width: 400px;
}

div.nav ul li ul#tlistul br {
  clear: both;
}

div.nav ul li ul#resul {
  width: 12em;
}

#tlistli {
  display: inline-block;
  position: relative;
  top: 4px;
  background: #444444;
  padding: 6px 9px 8px 5px;
  margin-left: 0.25rem;
  border-radius: 4px;
  cursor: pointer;
}
#tlistli svg {
  transition: all 0.5s ease;
  transform: rotate(-90deg);
  display: inline-block;
}
#tlistli svg path {
  fill: white;
}

#tlistli.open svg {
  transform: rotate(0deg);
}

#topicsNav {
  position: relative;
}
#topicsNav .wraps {
  padding: 1rem;
  column-count: 2;
  column-gap: 2rem;
}
#topicsNav a:link, #topicsNav a:visited, #topicsNav a:hover, #topicsNav a:active {
  display: block;
  margin: 0 0 1rem 0;
  color: white;
}
#topicsNav a:link img, #topicsNav a:visited img, #topicsNav a:hover img, #topicsNav a:active img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.5rem;
}
#topicsNav a:hover {
  background: #404040;
  border-radius: 3px;
}

#topicsCloser {
  position: absolute;
  color: white;
  right: 1rem;
  top: 0.5rem;
  font-size: 35px;
  line-height: 1;
  cursor: pointer;
}

div.footerNav {
  color: #000000;
}

div.footerNav li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1rem;
}

div.footerNav a, div.footerNav a:visited, div.footerNav a:active, div.footerNav a:hover {
  color: #000000;
  border: none;
  display: block;
}

div.nav a.csoon, div.nav a:link.csoon, div.nav a:visited.csoon, div.nav a:active.csoon {
  color: #aaaaaa;
}

/*
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
		INDIVIDUAL ELEMENTS, alphabetically
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
*/
.cc-link {
  line-height: 1em;
  margin: 6px 0px 0px 0px;
}

.cc-link a,
.cc-link a:link,
.cc-link a:visited,
.cc-link a:active {
  border: none;
  color: white;
  font-weight: bold;
}

.cc-link img {
  float: left;
  margin: -6px 2px 0px 0px;
}

div.back2top {
  float: right;
  font-size: 0.8em;
  background: #ababab;
  color: #000000;
  font-weight: bold;
  padding: 1px 3px 1px 3px;
  border: 1px solid #444444;
}

div.back2top a:link {
  border: none;
}

div.biglink {
  text-align: center;
  margin: 20px;
}

.essay_start {
  float: left;
  display: block;
  margin: 0px 8px 8px 0px;
  border: 1px solid #000000;
}

.essay hr {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.footerNav ul {
  margin: 0px;
}

h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 0px 0px 15px 0px;
}

.introduction {
  clear: none;
}

p.blurb {
  background: #cbcbcb;
  XXborder: 1px solid #999999;
  padding: 5px;
  font-style: italic;
  margin: 10px 5% 10px 5%;
  text-align: center;
}

p.concept {
  font-weight: bold;
  background: #1b1b1b;
  color: #ffffff;
  padding: 5px;
}

.pageMenu {
  float: right;
  width: auto;
  background: #ababab;
  font-size: 0.9em;
  color: #000000;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 25px 25px;
  border: 1px solid #444444;
  overflow: visible;
}

.pageMenu ul {
  margin-left: 2em;
  list-style: none;
  list-style-position: inside;
  padding: 4px;
}

.pageMenu ul ul {
  margin: 4px 0px 4px 1em;
  padding: 0px;
}

.pageMenu h2 {
  margin: 0px;
  padding: 3px;
  background: #444444;
  color: #ffffff;
  font-size: 1em;
}

.pageMenu ul li {
  margin: 0px;
  padding: 0px;
  text-indent: -1.5em;
}

.pageMenu a:link, .pageMenu a:visited, .pageMenu a:active {
  border: none;
  font-weight: bold;
}

.rowe h3, .rowe p {
  background: none;
  margin: 0px;
}

.rowe p {
  background: none;
}

.rowe a, .rowe a:link, .rowe a:visited, .rowe a:active, .rowe a:hover {
  border: none;
  padding: 0 0 1rem 0;
  text-decoration: underline;
  font-weight: bold;
  color: #ffffff;
}

.rowe a:hover {
  background: #ffffff;
  color: #683317;
  text-decoration: none;
}

ul.TOC li h2 {
  font-weight: bold;
  font-size: 1.25em;
}

/*
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
		Idoc list style (the right-most column)
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
*/
#doc_list h3 {
  text-align: center;
}

#doc_list img {
  float: left;
  margin: 0px 3px 0px 0px;
}

.lMlink a, .lMlink_selected a {
  background: none;
  cursor: pointer;
  padding: 0px 3px 0px 3px;
}

.lMlink_selected a {
  background: #683317;
  color: #ffffff;
  padding: 0px 3px 2px 3px;
}

.lMdoc, .lMdoc_selected {
  text-align: left;
  padding: 3px;
  height: 91px;
  margin: 0px 0px 15px 0px;
  background: none;
  color: #0000ff;
}

.lMdoc_selected {
  background: #683317;
  color: #ffffff;
}

.lMdoc a, .lMdoc a:link, .lMdoc a:active, .lMdoc a:hover {
  text-decoration: none;
}

.lMdoc a img {
  border: 1px solid #683317;
}

.lMdoc_selected a, .lMdoc_selected a:link, .lMdoc_selected a:active, .lMdoc_selected a:hover,
.lMdoc_selected a img {
  text-decoration: none;
  background: #683317;
  color: #ffffff;
  border: 1px solid #683317;
}

.lMdoc_selected a img {
  border: 1px solid #ffffff;
}

.lMdoc h6, .lMdoc_selected h6 {
  display: none;
}

.teachersDocs .splashDoc {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 10px;
  margin: 0 2% 4% 2%;
}
.teachersDocs .splashDoc h5 {
  padding: 0;
}
.teachersDocs .splashDoc .lMdoc {
  height: auto;
}
.teachersDocs .topic {
  padding: 0 0 0.5rem 0;
}

/*
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
		Document viewer
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
*/
a.help {
  font-size: 80%;
}

div.doc-viewer h4, div.image-viewer h4 {
  font-size: 1.25em;
  font-weight: bold;
  padding: 4px;
  margin: -5px -5px 10px -5px;
  background: #333333;
  color: #ffffff;
  border: none;
}

h2.real_title {
  font-style: italic;
}

div.doc-viewer h4.backnav, div.image-viewer h4.backnav {
  background: none;
  font-weight: bold;
  font-size: 12px;
  color: #888888;
}

div.doc-viewer h4.backnav a:link, div.doc-viewer h4.backnav a:visited, div.doc-viewer h4.backnav a:hover,
div.image-viewer h4.backnav a:link, div.image-viewer h4.backnav a:visited, div.image-viewer h4.backnav a:hover {
  color: #6f6f6f;
  text-decoration: none;
  border: none;
}

.master_img_nav {
  color: #333333;
  text-align: center;
  width: 45%;
  background: #cbcbcb;
  border: 1px solid #ababab;
  padding: 5px;
  margin: 20px;
}

.master_img_nav a, .master_img_nav a:link, .master_img_nav a:visited, .master_img_nav a:active {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  padding: 2px;
  border-bottom: none;
}

.master_img_nav a:active, .master_img_nav a:hover {
  text-decoration: none;
  background: #444444;
  color: #ffffff;
  padding: 1px;
  border: 1px solid #000000;
}

.master_img_nav h4 a:link.help, .master_img_nav h4 a:active.help, .master_img_nav h4 a:visited.help {
  color: #b5c0d5;
  font-size: 75%;
}

.master_img_nav h4 a:hover.help {
  background: #b5c0d5;
  color: #000040;
}

#ILpop {
  font-size: 95%;
  color: #000044;
  background: #ececf0;
}

#ILpop center {
  cursor: pointer;
  margin-top: 0.5em;
  border: 1px solid #333333;
  color: #777777;
  padding: 0.1em;
  font-size: 90%;
}

div.image-viewer .master_img_nav {
  width: 600px;
}

.master_img_nav form {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.prev_img_link, .next_img_link {
  display: inline;
  padding: 0px;
  margin: 0px;
}

.thisPage {
  font-size: 1.25em;
  font-weight: normal;
  padding: 0px 5px 0px 5px;
  background: #dbdbdb;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #555555;
  border-top: 1px solid #555555;
}

table#img_content {
  border-collapse: collapse;
  border-spacing: 0px;
  margin-left: auto;
  margin-right: auto;
}

/* DEBUG
#img_content td {
	border: 1px solid #ff0000;
}
*/
tr#img_row td {
  background: #dbdbdb;
}

#img_content a:link, #img_content a:hover {
  border: none;
}

.transcript_text {
  float: left;
}

ul.img_viewer {
  list-style: none;
  display: inline;
  padding: 0px 5px 0px 5px;
  margin: 0px;
}

.img_viewer li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

.ghosted {
  color: #9f9f9f;
}

.ref-img {
  float: right;
  margin: 0px 0px 10px 15px;
  border: 1px solid #1b1b1b;
}

.ref-img img {
  display: block;
  border: 1px solid #f0f0f0;
}

.meta-data {
  margin: 0px 0px 20px 0px;
}

.meta-data p {
  margin: 0px;
}

.readings {
  clear: both;
  background: #cbcbcb;
  border: 1px solid #ababab;
  padding: 5px;
  margin: 20px;
}

.subHeading {
  font-weight: bold;
  font-size: 1.25em;
}

/*# sourceMappingURL=car2019.css.map */
