body.section-stories-poems #content .page-header,
body.section-stories-browse #content .page-header,
body.page-stories-browse #content .page-header {
  text-transform: uppercase;
  color: #ed4a3b;
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-left: -1px;
  margin-bottom: 10px;
  font-size: 39px;
}
body.no-sidebars.section-stories-poems #main,
body.no-sidebars.section-stories-browse #main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
a.story-tags-show-header {
  box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 2px;
  padding: 2px 20px 2px 5px;
  display: inline-block;
  min-width: 146px;
  position: relative;
  margin-bottom: 20px;
}
a.story-tags-show-header span {
  position: absolute;
  right: 0;
  top: 2px;
}
a.story-tags-show-header:link,
a.story-tags-show-header:visited {
  color: #333;
}

.all-tags-section li.parent {
  font-size: 1.12em;
}
.all-tags-section a:link,
.all-tags-section a:visited {
  color: #000;
}
.all-tags-section a:hover,
.all-tags-section .parent a:link,
.all-tags-section .parent a:visited {
  color: #e60000;
}

.story-quick-tags-block {
  padding-left: 26px;
  margin: 20px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 290px;
  clear: both;
  position: relative;
  z-index: 5;
}
.story-quick-tags-header {
  font-weight: bold;
  color: #e60000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.story-quick-tags-block br.additional-story-tags,
.story-quick-tags-block a.story-tag br {
  display: none;
}
a.story-tag {
  transition: background-color 0.15s ease-in;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
a.story-more-tags,
a.story-tag {
  color: #666;
  display: inline-block;
  border: 1px solid #666;
  padding: 5px 4px 4px;
  margin: 0 7px 7px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
.path-node a.story-more-tags,
.path-node a.story-tag {
  clear: both;
}
a.story-more-tags:link,
a.story-more-tags:visited,
a.story-tag:link,
a.story-tag:visited {
  color: #666;
}
a.story-more-tags:hover,
a.story-tag:hover {
  text-decoration: none;
  background: #ccc3;
}
a.story-more-tags {
  border-color: #fff;
}
a.story-more-tags:hover {
  background: none;
}
a.story-tag span {
  display: inline-block;
}

.story-preview {
  margin: 20px 0;
}
.story-preview a.title {
  font-size: 1.2em;
  font-weight: bold;
  color: #e60000;
}
.story-preview a.title:hover {
  text-decoration: none;
}
.story-preview .story-snippet {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #666;
}
#content .story-preview .story-snippet p {
  text-indent: 0;
  padding-bottom: 12px;
}
.story-preview .story-author {
  font-family: Ariel, Verdana, sans-serif;
  font-size: 0.9em;
  padding: 5px 0;
}

.all-tags-section {
  float: left;
  width: 100%;
}
.all-tags-section * {
  box-sizing: border-box;
}
.story-tags-all {
  margin-top: 6px;
  margin-bottom: 15px;
}
.story-tags-all ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  padding-top: 1.5em;
  display: inline-block;
  width: 100%;
}
.story-tags-all ul li {
  list-style: none;
}
.story-tags-all ul li.parent {
  font-weight: bold;
}

.region-sidebar-first .block-narrative-story-tags-block {
  padding-bottom: 6px;
}

@media only screen and (min-width: 400px) {
  .all-tags-section {
    column-count: 2;
  }
  .story-tags-all ul.relationships {
    height: auto;
  }
  .story-tags-all ul.living {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .story-tags-all {
    padding-left: 7px;
  }
  .story-quick-tags-block {
    width: 230px;
  }
}

@media only screen and (min-width: 800px) {
  .all-tags-section {
    column-count: 3;
    max-height: 620px;
  }
  .story-tags-all ul.relationships {
    height: 400px;
  }
  .story-tags-all ul.living {
    height: 565px;
  }
}

@media only screen and (min-width: 959px) and (max-width: 1200.98px) {
  .story-quick-tags-block {
    width: 193px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 969.98px) {
  body.section-stories-poems #content .page-header,
  body.section-stories-browse #content .page-header,
  body.page-stories-browse #content .page-header,
  .story-by-theme-filters,
  .story-preview {
    padding-left: 10px;
  }
  a.story-tags-show-header {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840.98px) {
  .story-quick-tags-block {
    width: 238px;
  }
}
@media only screen and (max-width: 767.98px) {
  .story-quick-tags-block {
    width: auto;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .all-tags-section a {
    font-size: 1.2em;
    line-height: 1.8;
  }
  .story-tags-show-header {
    margin-left: 5px;
  }
  body.section-stories-poems #content .page-header,
  body.section-stories-browse #content .page-header,
  body.page-stories-browse #content .page-header,
  .story-by-theme-filters,
  .story-tags-all,
  .story-preview {
    padding-left: 5px;
  }
  a.story-more-tags,
  a.story-tag {
    margin: 0 11px 11px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .path-node a.story-tag {
    clear: none;
  }
  .story-quick-tags-block .story-tags > br,
  .story-quick-tags-block a.story-tag br {
    display: none !important;
  }
  body.node-type-story.not-front .region-sidebar-first {
    padding: 0;
  }
  .story-quick-tags-block {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .story-quick-tags-wrapper {
    width: auto;
    max-width: 400px;
    padding-bottom: 9px;
    padding-left: 2.5%;
    margin: 0 auto;
  }
  .region-sidebar-first .block-narrative-story-tags-block {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 515.98px) {
  .all-tags-section.section-3 {
    clear: both;
  }
}
@media only screen and (min-width: 1050px) {
  .story-quick-tags-block {
    width: 220px;
  }
}

@media screen and (min-width: 1280px) {
  body.no-sidebars.section-stories-poems #main,
  body.no-sidebars.section-stories-browse #main {
    max-width: 800px;
    margin-left: 235px;
  }
}
