.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f9f9;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #2a2a2a;
  font-size: 100%;
  line-height: 1.5;
}

h1 {
  width: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: auto;
  padding-right: 71px;
  padding-bottom: 0px;
  padding-left: 30px;
  border-bottom: 1px none #a5a5a5;
  opacity: 1;
  color: #2a2a2a;
  font-size: 2.1em;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

h2 {
  width: 85%;
  max-width: 1028px;
  margin: 10px auto 0px;
  color: #2a2a2a;
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

h3 {
  width: auto;
  max-width: none;
  margin-top: 28px;
  margin-bottom: auto;
  color: #2a2a2a;
  font-size: 1.125em;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: -10px;
  margin-bottom: 18px;
  padding-right: 20px;
  padding-left: 28px;
  color: #2a2a2a;
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: 700;
  text-align: right;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.688em;
  line-height: 1.1px;
  font-weight: 700;
}

p {
  max-width: 66ch;
  margin-top: 18px;
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #2a2a2a;
  font-size: 1.25em;
  line-height: 1.6;
}

a {
  color: #836e41;
  text-decoration: underline;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999;
  border-bottom: 0.25px solid #000;
  background-color: #fff;
  box-shadow: 11px 13px 15px -9px #bdbdbd;
}

.dictionary-link {
  font-weight: 700;
}

.biography-link {
  font-weight: 700;
}

.litcrit-link {
  color: #776416;
  font-weight: 700;
  text-decoration: underline;
}

.brand {
  margin-top: 6px;
}

.footer {
  position: static;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 60px;
  grid-template-rows: 60px;
  background-color: #843342;
}

.footer-white-logo {
  max-height: none;
  max-width: none;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  text-align: center;
}

.text-block {
  text-align: center;
}

.text-block.footer-left {
  margin-top: auto;
  color: #fff;
  line-height: 1;
}

.text-block-2 {
  color: #fff;
}

.footer-copyright {
  max-height: none;
  max-width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 19px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}

.heading {
  font-size: 20px;
  text-align: center;
}

.heading-2 {
  margin-bottom: auto;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
}

.paragraph {
  font-size: 1.25em;
}

.heading-3 {
  font-size: 1.1em;
}

.section {
  width: 85%;
  max-width: 1028px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.section.previous-next {
  position: static;
  top: auto;
  width: 100vw;
  max-width: none;
  min-height: auto;
  margin-top: 10px;
  border-top: 1px none #776416;
  border-bottom: 0.25px solid #776416;
  box-shadow: 0 6px 11px -18px #fff, 4px 7px 20px 3px #fff;
}

.section.litcrit-title {
  width: 85%;
  max-width: 1028px;
  min-height: 15px;
  margin-top: 12px;
  padding-left: 0px;
}

.section.article-heading {
  position: relative;
  top: -3px;
  width: 85%;
  max-width: 1028px;
  min-height: 34px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.section.article-text {
  width: 85%;
  max-width: 1028px;
  min-height: 10px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.section.article-subheading {
  width: 85%;
  max-width: 1028px;
  min-height: 13px;
}

.section.footnote {
  width: 85%;
  max-width: 1028px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 16px;
  border: 1px none #000;
  background-color: transparent;
}

.section.contentsindexbiblio {
  width: 85vw;
  min-height: 20px;
  margin-top: 11px;
}

.section.heirarchy {
  width: 85%;
  max-width: 1028px;
  min-height: 18px;
  margin-top: -12px;
  padding-top: 0px;
  text-align: center;
}

.grid {
  margin-right: 0px;
  margin-left: 0px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-areas: "Area";
  grid-template-columns: minmax(200px, 750px) repeat(auto-fit, minmax(10px, 33px));
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.grid.litcrit-article {
  width: 85%;
  max-width: 1028px;
  margin-right: auto;
  margin-left: auto;
  justify-items: end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-template-columns: minmax(200px, 989px) repeat(auto-fit, minmax(5px, 4ch));
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-number {
  margin-top: 18px;
  font-size: 0.85em;
  font-style: italic;
}

.block-quote {
  position: static;
  display: block;
  width: auto;
  max-width: 66ch;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  color: #2a2a2a;
  font-size: 1.1em;
  line-height: 1.5;
  font-style: normal;
  text-align: left;
}

.heading-4 {
  margin-top: 30px;
  padding-right: 0px;
  text-align: left;
}

.container {
  max-width: 1028px;
  padding-left: 0px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.container.litcrit {
  position: static;
  top: 40px;
  bottom: auto;
  max-width: 85%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.container.litcrit.biblio {
  margin-bottom: 33px;
  padding-right: 27px;
  padding-bottom: 35px;
  background-color: #fff;
  box-shadow: inset -3px -2px 0 -2px #000, 8px 8px 14px -6px #8f8f8f;
}

.container.bottom-space {
  height: 44px;
}

.container.footnote {
  font-size: 100%;
}

.heading-5 {
  max-width: 775px;
  border-bottom: 1.5px solid #d3d3d3;
  opacity: 1;
}

.heading-6 {
  opacity: 0.5;
}

.footnote {
  max-width: none;
  margin: 7px auto 30px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 10px;
  border-top: 1px none #2a2a2a;
  color: #2a2a2a;
  font-size: 1.1em;
  line-height: 1.5;
}

.footnote-number {
  color: #2a2a2a;
  line-height: 1.3;
}

.link {
  font-weight: 700;
}

.footnote-section {
  display: block;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px none #a5a5a5;
  font-size: 1em;
  line-height: 1.1;
}

.footnote-note-number {
  font-weight: 700;
}

.heading-12 {
  width: 874px;
}

.heading-13 {
  width: 1028px;
  max-width: none;
}

.heading-20 {
  margin-right: auto;
  margin-left: auto;
}

.prevnextgrid {
  margin: 0px 55px;
  padding-top: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #776416;
}

.previous-link {
  padding-right: 0px;
  padding-left: 75px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #776416;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
}

.previous-link:hover {
  text-decoration: underline;
}

.next-link {
  padding-right: 75px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #776416;
  font-size: 0.9em;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.next-link:hover {
  text-decoration: underline;
}

.toplinkcoontentsindexesbiblio {
  padding-left: 50px;
  grid-column-gap: 5px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contents {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 100%;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.contents:hover {
  text-decoration: underline;
}

.slice-contents {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 100%;
  text-align: left;
  text-decoration: none;
}

.slice-contents:hover {
  text-decoration: underline;
}

.key {
  padding-left: 35px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 100%;
  text-align: left;
  text-decoration: none;
}

.key:hover {
  text-decoration: underline;
}

.link-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0.75em;
  text-align: left;
}

.bibliographic-record {
  padding-right: 66px;
  text-align: center;
  text-decoration: none;
}

.bibliographic-record:hover {
  text-decoration: underline;
}

.heading-21 {
  width: 908.8187866210938px;
}

.heading-22 {
  width: auto;
}

.heading-23 {
  width: auto;
}

.container-2 {
  display: inline;
}

.texts {
  font-size: 0.9em;
  line-height: 1.1;
}

.author {
  font-size: 0.9em;
  line-height: 1.1;
}

.book {
  font-size: 0.9em;
  line-height: 1.1;
}

.specifics {
  font-size: 0.9em;
  line-height: 1.1;
}

.paragraph-3 {
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 21px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block.poetry-attribute {
  display: block;
  width: 100%;
  max-width: 66ch;
  text-align: center;
}

.div-block.poetry-attribution {
  display: block;
  width: 1028px;
  max-width: 66ch;
  min-height: 29px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  max-height: none;
}

.paragraph-4 {
  margin-bottom: 2px;
}

.div-block-4 {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block-5 {
  display: block;
}

.div-block-6 {
  display: block;
}

.div-block-7 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-8 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.heading-24 {
  padding-right: 0px;
}

.poetry-attribute {
  position: static;
  width: auto;
  max-width: none;
  padding-right: 0px;
  float: none;
  clear: none;
}

.div-block-9 {
  width: 1028px;
  max-width: 66ch;
}

.paragraph-5 {
  margin-top: 20px;
}

.heading-27 {
  margin-top: auto;
}

.body {
  background-color: #f9f9f9;
}

.heading-28 {
  margin-right: 25px;
  line-height: 1.1;
}

.heading-29 {
  padding-right: 25px;
}

.heading-30 {
  padding-right: 25px;
}

.heading-37 {
  text-align: center;
}

.aos {
  margin-left: 0px;
  padding-left: 0px;
  color: #a5a5a5;
}

.div-block-10 {
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 7px;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.heading-38 {
  font-weight: 700;
}

.heading-39 {
  position: static;
}

.table {
  width: 85%;
  max-width: 1028px;
  margin: 18px 0px 20px;
  padding-bottom: 0px;
  font-size: 1em;
}

.grid-2 {
  position: static;
  overflow: auto;
  max-width: none;
  margin-right: 117px;
  margin-left: 56px;
  padding-left: 0px;
  justify-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 10px auto 10px auto 10px auto;
  grid-template-rows: 1fr auto auto auto;
  border: 1px none #000;
  background-color: #eee;
  font-size: 1em;
  -o-object-fit: fill;
  object-fit: fill;
}

.th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
  border-bottom: 1px solid #000;
  background-color: #d2d2d2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  direction: ltr;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #2a2a2a;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  mix-blend-mode: normal;
}

.tdh {
  padding-right: 10px;
  border-bottom: 1px dotted #000;
  border-left: 1px none #000;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

.td {
  padding-left: 5px;
  border-style: none none dotted;
  border-width: 1px;
  border-color: #5e5e5e #5e5e5e #000;
  font-size: 1em;
  line-height: 1;
  text-align: left;
}

.italic-text {
  font-style: normal;
}

.div-block-11 {
  background-color: #f9f9f9;
}

.body-2 {
  background-color: #fcfcfc;
}

.container-3 {
  max-width: none;
  margin-top: -25px;
}

.section-2 {
  margin-top: 20px;
}

.image {
  max-height: none;
}

.footnotes {
  display: inline-block;
  width: 30%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-bottom: 4px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #776416 #776416 #792d3a;
  border-radius: 0px;
  color: #2a2a2a;
  font-size: 1.75em;
  text-align: left;
  letter-spacing: 0px;
}

.bibliotable {
  margin-top: 42px;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.biblio-h {
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}

.text-block-4 {
  text-align: right;
}

.text-block-5 {
  text-align: right;
}

.text-block-6 {
  text-align: right;
}

.text-block-7 {
  text-align: right;
}

.text-block-8 {
  text-align: right;
}

.heading-40 {
  margin-top: 24px;
}

.biblio-d {
  margin-right: 0px;
  padding-right: 33px;
  font-size: 1rem;
}

.heading-41 {
  text-align: left;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section-3 {
  margin-top: -108px;
}

.bio-title-line-2 {
  margin-top: 3px;
  color: #888;
}

.bio-author {
  display: block;
  width: auto;
  max-width: 66ch;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    width: 95%;
    max-width: none;
    margin-top: 12px;
    padding-right: 14px;
    padding-left: 35px;
    font-size: 1.9em;
    line-height: 1.25;
  }

  h2 {
    width: 90vw;
    max-width: none;
    font-size: 1.5em;
  }

  h3 {
    width: 90vw;
    max-width: none;
    margin-top: 30px;
  }

  p {
    margin-top: auto;
  }

  .footer-white-logo {
    padding-top: 3px;
  }

  .footer-copyright {
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 18px;
  }

  .section {
    width: 85%;
    margin-top: 28px;
    margin-bottom: 30px;
  }

  .section.previous-next {
    width: 100vw;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 6px;
  }

  .section.litcrit-title {
    width: 90%;
    margin-top: -30px;
  }

  .section.article-heading {
    width: 100%;
    margin-top: -3px;
    margin-right: auto;
    margin-left: auto;
  }

  .section.article-text {
    width: 90%;
  }

  .section.article-subheading {
    width: 90%;
  }

  .section.footnote {
    width: 90%;
    border: 1px none #000;
  }

  .section.contentsindexbiblio {
    margin-top: 0px;
  }

  .section.heirarchy {
    width: 90%;
  }

  .grid {
    grid-column-gap: 9px;
    grid-template-areas: "Area";
  }

  .grid.litcrit-article {
    width: 768px;
    max-width: 95%;
  }

  .paragraph-number {
    margin-top: auto;
  }

  .block-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 66ch;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
    text-decoration: none;
  }

  .container.litcrit {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .container.footnote {
    font-size: 100%;
  }

  .heading-9 {
    max-width: 586px;
  }

  .heading-10 {
    width: auto;
  }

  .footnote {
    padding-right: 5px;
    padding-left: 10px;
    font-size: 1.1em;
  }

  .footnote-number {
    line-height: 1.1;
  }

  .footnote-section {
    width: auto;
  }

  .heading-14 {
    width: 768px;
    max-width: 95%;
  }

  .heading-15 {
    width: 768px;
    max-width: 95%;
  }

  .heading-16 {
    width: auto;
    max-width: none;
  }

  .heading-17 {
    width: auto;
  }

  .heading-18 {
    width: auto;
  }

  .previous-link:hover {
    text-decoration: underline;
  }

  .next-link:hover {
    text-decoration: underline;
  }

  .toplinkcoontentsindexesbiblio {
    padding-left: 0px;
  }

  .contents:hover {
    text-decoration: underline;
  }

  .slice-contents:hover {
    text-decoration: underline;
  }

  .key:hover {
    text-decoration: underline;
  }

  .bibliographic-record:hover {
    text-decoration: underline;
  }

  .heading-23 {
    width: auto;
  }

  .paragraph-5 {
    margin-top: 10px;
  }

  .heading-26 {
    margin-top: 12px;
  }

  .heading-28 {
    width: 100vw;
    margin-right: 14px;
    margin-left: 14px;
    font-size: 1.8em;
  }

  .heading-32 {
    line-height: 1.1;
  }

  .heading-34 {
    padding-right: 9px;
    padding-left: 18px;
  }

  .heading-35 {
    padding-right: 3px;
    padding-left: 26px;
  }

  .heading-36 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .table {
    margin-left: 0px;
  }

  .grid-2 {
    margin-right: 58px;
    margin-left: 17px;
  }

  .th {
    padding-left: 5px;
    font-size: 0.75em;
    font-weight: 700;
  }

  .td {
    padding-left: 5px;
    font-size: 1em;
  }

  .div-block-11 {
    background-color: #f9f9f9;
  }

  .footnotes {
    width: 35%;
    margin-left: auto;
  }

  .heading-41 {
    text-align: left;
  }

  .bio-title-line-2 {
    margin-top: 6px;
    font-size: 1.1em;
  }

  .bio-author {
    margin-top: 16px;
  }

  .bio-title-line-1 {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    padding-right: 22px;
    padding-left: 19px;
    font-size: 1.6em;
    line-height: 1.2;
  }

  h2 {
    width: auto;
    max-width: none;
    font-size: 1.375em;
    line-height: 1.136364;
  }

  h3 {
    width: auto;
    max-width: none;
    margin-top: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1em;
    line-height: 1.11111;
  }

  h4 {
    padding-left: 16px;
    font-size: 0.9em;
    line-height: 1.1;
  }

  p {
    margin-top: auto;
    padding-left: 8px;
    font-size: 1.1em;
    line-height: 1.375em;
  }

  .footer-copyright {
    max-height: 20px;
    padding-bottom: 32px;
    font-size: 0.8em;
  }

  .paragraph-2 {
    font-size: 2em;
  }

  .section {
    width: 90%;
    margin-bottom: 30px;
  }

  .section.previous-next {
    width: 100vw;
    margin-top: 5px;
    color: rgba(119, 100, 22, 0.65);
  }

  .section.litcrit-title {
    width: 90%;
    margin-top: -20px;
    margin-bottom: auto;
  }

  .section.article-heading {
    margin-top: 12px;
  }

  .section.article-text {
    width: 95%;
  }

  .section.footnote {
    margin-top: 20px;
  }

  .section.contentsindexbiblio {
    width: 100vw;
    padding-left: 37px;
  }

  .section.contentsindexbiblio.bio {
    padding-left: 0px;
  }

  .section.heirarchy {
    padding-right: 5px;
    padding-left: 5px;
  }

  .grid {
    grid-column-gap: 3px;
  }

  .grid.litcrit-article {
    width: auto;
    max-width: 98%;
    grid-column-gap: 0px;
    grid-template-columns: minmax(200px, 989px) repeat(auto-fit, minmax(5px, 2ch));
  }

  .paragraph-number {
    margin-top: auto;
    font-size: 0.8em;
    text-align: center;
  }

  .block-quote {
    padding-left: 30px;
    font-size: 1em;
    line-height: 1.4;
  }

  .container.litcrit {
    margin-top: 1px;
    margin-bottom: 8px;
    padding-top: 0px;
  }

  .container.bottom-space {
    height: 36px;
  }

  .heading-7 {
    max-width: 483px;
  }

  .footnote {
    font-size: 1.1em;
    line-height: 1.375;
  }

  .footnote-section {
    width: auto;
    font-size: 0.9em;
    line-height: 1;
  }

  .heading-18 {
    max-width: none;
  }

  .heading-19 {
    width: auto;
  }

  .previous-link {
    padding-left: 25px;
    font-size: 0.8em;
  }

  .next-link {
    padding-right: 34px;
    font-size: 0.8em;
  }

  .contents {
    font-size: 0.75em;
  }

  .slice-contents {
    font-size: 0.75em;
  }

  .key {
    padding-left: 21px;
    font-size: 0.75em;
  }

  .bibliographic-record {
    font-size: 0.75em;
  }

  .heading-23 {
    width: auto;
  }

  .texts {
    font-size: 0.75em;
  }

  .author {
    font-size: 0.75em;
  }

  .book {
    font-size: 0.75em;
  }

  .specifics {
    font-size: 0.75em;
  }

  .div-block.poetry-attribute {
    width: auto;
    padding-left: 0px;
  }

  .div-block-9 {
    width: auto;
  }

  .heading-25 {
    margin-top: 8px;
  }

  .paragraph-5 {
    margin-top: 4px;
    padding-left: 10px;
  }

  .heading-28 {
    font-size: 1.6em;
  }

  .heading-31 {
    line-height: 1.1;
  }

  .body-2 {
    background-color: #fcfcfc;
  }

  .footnotes {
    width: 41%;
    font-size: 1.375em;
  }

  .artical-heading-bios {
    margin-top: 21px;
  }

  .bio-title-line-2 {
    margin-top: 8px;
  }

  .bio-author {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    width: 99.9999980336612%;
    max-width: none;
    padding-right: 10px;
    padding-left: 14px;
    font-size: 1.25em;
    line-height: 1;
  }

  h2 {
    max-width: none;
    font-size: 1.2em;
  }

  h3 {
    max-width: none;
    padding-left: 0px;
    font-size: 0.8em;
  }

  h4 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 26px;
    font-size: 0.8em;
    line-height: 1.1;
    text-align: right;
  }

  p {
    margin-top: auto;
    margin-bottom: 5px;
    padding-left: 0px;
    font-size: 1em;
    line-height: 1.375em;
  }

  .footer {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1.5fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .footer.div-block-center {
    margin-right: auto;
    margin-left: auto;
  }

  .footer.div-block-right {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-white-logo {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 12px;
    text-align: left;
  }

  .text-block.footer-left {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-copyright {
    display: inline-block;
    max-width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 46px;
    font-size: 0.7em;
  }

  .section {
    width: 95%;
    margin: 20px auto 23px;
    padding-right: 5px;
    padding-left: 0px;
  }

  .section.previous-next {
    width: 100vw;
    margin-top: 6px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.litcrit-title {
    width: 97%;
    margin-top: -14px;
  }

  .section.article-heading {
    width: 97%;
    margin-top: 12px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .section.article-text {
    width: 99%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .section.article-subheading {
    width: 95%;
    padding-left: 0px;
  }

  .section.footnote {
    width: 92%;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.contentsindexbiblio {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.contentsindexbiblio.bio {
    margin-top: -4px;
  }

  .section.heirarchy {
    width: 97%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .grid.litcrit-article {
    width: auto;
    max-width: 100vw;
    justify-items: stretch;
    grid-column-gap: 0px;
    grid-template-columns: minmax(200px, 1021px) repeat(auto-fit, minmax(5px, 3ch));
  }

  .paragraph-number {
    font-size: 0.75em;
    text-align: center;
  }

  .block-quote {
    padding-left: 9px;
    line-height: 1.4;
  }

  .container.litcrit {
    padding-left: 0px;
  }

  .container.litcrit.biblio {
    padding-right: 3px;
    padding-left: 0px;
  }

  .heading-8 {
    max-width: 263px;
  }

  .heading-11 {
    max-width: 263px;
  }

  .footnote {
    font-size: 1em;
    line-height: 1.375;
  }

  .footnote-section {
    width: auto;
    padding-right: 8px;
  }

  .previous-link {
    padding-left: 0px;
  }

  .next-link {
    padding-right: 0px;
  }

  .toplinkcoontentsindexesbiblio {
    line-height: 1.2;
  }

  .slice-contents {
    padding-left: 2px;
  }

  .key {
    padding-left: 15px;
    line-height: 1.5;
  }

  .paragraph-5 {
    text-align: left;
  }

  .heading-28 {
    margin-right: 9px;
    font-size: 1.4em;
  }

  .heading-31 {
    padding-right: 0px;
    line-height: 1.1;
  }

  .heading-33 {
    padding-left: 10px;
  }

  .grid-2 {
    overflow: auto;
    margin-right: 17px;
    margin-left: -4px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footnotes {
    width: 55%;
    margin-bottom: auto;
    margin-left: auto;
    font-size: 1.2em;
  }

  .bibliotable {
    margin-top: 24px;
    margin-left: 0px;
    padding-left: 23px;
    justify-items: stretch;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .biblio-h {
    font-size: 0.8rem;
  }

  .biblio-d {
    font-size: 0.8rem;
  }

  .artical-heading-bios {
    margin-top: 6px;
  }

  .bio-title-line-2 {
    margin-top: 5px;
    font-size: 1em;
  }

  .bio-author {
    margin-top: -18px;
  }

  .bio-title-line-1 {
    font-size: 1em;
  }
}

#w-node-_1408abea-0bd0-0751-6042-4df147917232-6eab61c7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_55d861ee-da21-80be-440a-77ff62e9c721-62e9c71f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9d6ed4ea-1947-c5fd-bd87-c8eafdd7c5bf-fdd7c5bc {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8f013b59-0464-7ad5-9cab-ada49546c27f-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed4a85ab-6944-abbf-1c12-9eb5c6fd6e0e-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bec01ec0-c492-8a43-d927-4e621a0bfc31-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_756d6ea0-52e2-1239-1680-8ca30be2d130-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a0c0cd37-0925-21d9-dd05-1dd15f2d3572-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-efa4d841-83bc-246c-b597-e60b308921c3-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_323dd89f-c469-7d76-0649-4ede84dfd7ae-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_010f0fa3-5cc4-5cfa-44d3-244291039649-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_520e62ef-0ae4-56fb-2885-439c7e3588f7-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a32e7eaf-9f6f-8350-7890-67f1a3a45ab8-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_509ce6b5-8313-3fba-628d-3a24917d9346-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e28e2994-2daf-7315-f165-53774305062b-b02219e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f5db338f-46ce-0dbd-4058-6fc1e4752c9e-3171ab4b {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8e7cc0e2-be14-7110-2300-b90b4ca3efb5-3171ab4b {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1408abea-0bd0-0751-6042-4df147917232-6eab61c7 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_55d861ee-da21-80be-440a-77ff62e9c721-62e9c71f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}