/*
 * assets/css/wex.main.less
 *
 * Main LESS file for the Women Writers in Context/Exhibits application.
 * Compiles to wex.main.css for production use.
 */
/* Import statements */
/* Eric Meyer's now-famous CSS reset */
@import "reset.css";
/* VARIABLES */
/* MIXINS */
.centered {
  margin-left: auto;
  margin-right: auto;
}
/* EXHIBITS MAIN */
html {
  height: 100%;
}
body {
  background: #f6f7f4;
  color: #2d2d2c;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
a,
a:link,
a:visited {
  color: #cc3300;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #ff4e00;
  text-decoration: none;
}
b {
  font-weight: 600;
}
emph,
i {
  font-style: italic;
}
img {
  max-width: 100%;
}
.menu {
  height: 24px;
  width: 100%;
}
.menu .menu-item {
  margin: 0 1.0638297%;
  display: block;
  float: left;
}
.menu .menu-item.button-toggle {
  background: #ededeb;
  width: 10.425531%;
}
.menu .menu-item.button-toggle .button {
  color: #595a59;
  display: block;
  float: left;
  font-size: 0.8125em;
  text-align: center;
  width: 50%;
}
.menu .menu-item.button-toggle .button.active {
  background-color: #b3b4b1;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.menu .menu-item.button-toggle .button:hover {
  color: #595a59;
}
.menu .menu-item.button-toggle .button:hover.active {
  color: #ffffff;
}
.menu .menu-item.button-toggle-label {
  color: #595a59;
  font-size: 0.875em;
  margin: 0 0 0 2.1276595%;
  margin-right: 0;
  text-align: right;
}
.menu .menu-item:first-child {
  margin-left: 0;
}
.menu .menu-item:last-child {
  margin-right: 0;
}
.figure {
  margin-bottom: 24px;
}
.figure.inset-left {
  float: left;
  margin: 6px 3.8461538% 6px 0;
  width: 42.307692%;
}
.figure.inset-right {
  float: right;
  margin: 6px 0 6px 3.8461538%;
  width: 42.307692%;
}
.figure .graphic.inset {
  display: inline-block;
  width: 32%;
}
.figure .graphic.inset.inset-left {
  margin-right: 0.35em;
  float: left;
}
.figure .graphic.inset.inset-right {
  margin-left: 0.35em;
  float: right;
}
.figure .graphic.inset + .figcaption,
.figcaption + .figure .graphic.inset {
  text-align: justify;
}
.figGrp {
  border: 1px solid #e0e1de;
  border-left: none;
  border-right: none;
  overflow: hidden;
  padding: 11px 0;
  width: 100%;
}
.figGrp .figure {
  float: left;
  margin-bottom: 0;
  margin-right: 3.8461538%;
  width: 48%;
}
.figGrp .figure:nth-child(2n) {
  margin-right: 0;
}
.figcaption {
  color: #595a59;
  display: block;
  font-size: 0.8125em;
}
.figcaption .credit {
  display: block;
  font-size: 0.8461em;
}
.figcaption .credit .icon {
  background: url("../ui/exhibits.png") -270px -6px no-repeat transparent;
  display: block;
  float: left;
  margin: 6px 6px 6px 0;
  height: 12px;
  width: 12px;
}
#header {
  background-color: #fdfdfd;
  border-bottom: 1px solid #eaece5;
  height: 48px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#header .container {
  height: 100%;
  margin: 0 auto;
  max-width: 58.75em;
}
#header .container .brand {
  background: #fdfdfd;
  float: left;
  height: 47px;
  margin-right: 1.0638297%;
  position: relative;
  top: 0;
  width: 36.170212%;
  z-index: 10001;
}
#header .container .brand a {
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#header .container .brand a .logo {
  display: block;
  float: left;
  height: 47px;
  opacity: 0.5;
  width: 17.647058%;
}
#header .container .brand a .logo .icon {
  background: url("../ui/exhibits.png") 0 -45px no-repeat transparent;
  display: block;
  height: 48px;
  margin: 0 auto;
  width: 48px;
}
#header .container .brand a .text {
  color: #595a59;
  display: block;
  float: left;
  font-size: 1.25em;
  font-weight: 600;
  height: 24px;
  margin-top: 12px;
  width: 82.352941%;
}
#header .container .brand a .text .joiner {
  font-size: 0.8em;
}
#header .container #navbar {
  display: none;
  float: left;
  height: 47px;
  margin-left: 1.0638297%;
  text-align: right;
  width: 61.702127%;
}
#header .container #navbar li {
  display: inline-block;
  margin: 0 1.724137%;
  padding: 14px 0 9px 0;
  position: relative;
  text-align: center;
  width: 17.241379%;
}
#header .container #navbar li a {
  color: #9d9d9b;
}
#header .container #navbar li:hover a {
  color: #4fb2e2;
}
#header .container #navbar li.active {
  border-bottom: 3px solid #595a59;
  color: #ffffff;
}
#header .container #navbar li.active a {
  color: #595a59;
}
#header .container #navbar li.active:after {
  border-color: #595a59 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: block;
  left: 45%;
  position: absolute;
  bottom: -13px;
  height: 0;
  width: 0;
}
#header .container #navbar li:first-child {
  margin-left: 0;
}
#header .container #navbar li:last-child {
  margin-right: 0;
}
#footer {
  color: #595a59;
  display: none;
  min-height: 240px;
  z-index: 10000;
  background: #f3f3f2;
  background: -moz-radial-gradient(center, ellipse cover, #f3f3f2 0%, #e0e1de 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f3f3f2), color-stop(100%, #e0e1de));
  background: -webkit-radial-gradient(center, ellipse cover, #f3f3f2 0%, #e0e1de 100%);
  background: -o-radial-gradient(center, ellipse cover, #f3f3f2 0%, #e0e1de 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f3f3f2 0%, #e0e1de 100%);
  background: radial-gradient(ellipse at center, #f3f3f2 0%, #e0e1de 100%);
}
#footer .container {
  margin: 0 auto;
  max-width: 58.75em;
  overflow: hidden;
  padding: 24px 0;
}
#footer .container #about {
  float: left;
  width: 48.9361%;
}
#footer .container .submissions {
  float: left;
  margin-left: 2.127659%;
  width: 48.9361%;
}
#footer .container h1 {
  font-size: 1.125em;
  margin-bottom: 12px;
}
#footer .container p {
  font-size: 0.875em;
  margin-bottom: 12px;
}
#panel {
  margin-top: 48px;
}
#featured {
  display: none;
  height: 400px;
  left: 0;
  position: relative;
  width: 100%;
  background: #9d9d9b;
  background: -moz-radial-gradient(center, ellipse cover, #9d9d9b 0%, #777775 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #9d9d9b), color-stop(100%, #777775));
  background: -webkit-radial-gradient(center, ellipse cover, #9d9d9b 0%, #777775 100%);
  background: -o-radial-gradient(center, ellipse cover, #9d9d9b 0%, #777775 100%);
  background: -ms-radial-gradient(center, ellipse cover, #9d9d9b 0%, #777775 100%);
  background: radial-gradient(ellipse at center, #9d9d9b 0%, #777775 100%);
}
#featured h1 {
  display: none;
}
#featured .container {
  margin: 0 auto;
  max-width: 58.75em;
  overflow: hidden;
  position: relative;
}
#featured .container .featured {
  background-color: #ffffff;
  float: left;
  height: 320px;
  margin: 40px 1.0638297%;
  position: relative;
  width: 23.404255%;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
#featured .container .featured a {
  background-color: #e0e1de;
  display: block;
  height: 98.125%;
  margin: 3px auto;
  width: 97.272727%;
}
#featured .container .featured a .author {
  background-color: rgba(255, 255, 255, 0.9);
  color: #2d2d2c;
  display: block;
  font-size: 0.875em;
  padding: 0 5px;
}
#featured .container .featured a .title {
  background-color: rgba(255, 255, 255, 0.9);
  color: #2d2d2c;
  display: block;
  font-weight: 600;
  padding: 0 5px;
}
#featured .container .featured a:after {
  background-color: #ff4e00;
  bottom: 0;
  color: #ffffff;
  content: "FEATURED";
  display: block;
  font-size: 0.75em;
  font-weight: 300;
  position: absolute;
  right: 0;
  text-align: center;
  width: 45.4545%;
}
#featured .container .featured:first-child {
  margin-left: 0;
}
#featured .container .featured:last-child {
  margin-right: 0;
}
#main {
  display: none;
  margin: 0 auto;
  max-width: 58.75em;
  overflow: hidden;
  padding: 48px 0;
}
#main #contents {
  float: right;
  margin-top: 24px;
  position: relative;
  width: 74.468085%;
}
#main #contents .contents-item {
  cursor: pointer;
}
#main #contents .contents-item .info {
  display: block;
}
#main #contents .contents-item .info .author,
#main #contents .contents-item .info .title {
  display: block;
}
#main #contents .contents-item .thumb {
  display: block;
  overflow: hidden;
}
#main #contents.grid {
  align-content: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#main #contents.grid .contents-item {
  background: #fcfcfb;
  cursor: pointer;
  display: inline-flex;
  flex-basis: 30%;
  flex-direction: column;
  margin: 0 0.15em 1em;
  overflow: hidden;
  padding: 10px 1.4285714%;
  min-height: 250px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
#main #contents.grid .contents-item:hover {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#main #contents.grid .contents-item .info {
  margin: 0.2em auto;
  width: 100%;
}
#main #contents.grid .contents-item .info .author {
  font-size: 0.8125em;
}
#main #contents.grid .contents-item .info .title {
  font-size: 0.9375em;
  font-weight: 600;
}
#main #contents.grid .contents-item .thumb {
  height: 132px;
}
#main #contents.grid .contents-item:nth-child(3n) {
  margin-right: 0;
}
#main #contents.grid .contents-item:nth-child(3n+1) {
  margin-left: 0;
}
#main #contents.list .contents-item {
  padding: 12px 0;
}
#main #contents.list .contents-item .info {
  padding-left: 60px;
}
#main #contents.list .contents-item .info .author {
  font-size: 0.875em;
}
#main #contents.list .contents-item .info .title {
  font-size: 1.125em;
}
#main #contents.list .contents-item .thumb {
  float: left;
  height: 48px;
  width: 48px;
}
#main #contents.list .contents-item .thumb img {
  height: 100%;
}
#main #sidebar {
  clear: left;
  float: left;
  margin-top: 24px;
  width: 23.404255%;
}
#main #sidebar div a[data-wex-action="filter"] {
  color: #595a59;
  display: block;
  font-size: 0.875em;
  height: 24px;
  padding: 0 3px;
  position: relative;
}
#main #sidebar div a[data-wex-action="filter"] span {
  color: #9d9d9b;
  display: inline-block;
  font-size: 0.8571em;
  padding: 0 4px;
}
#main #sidebar div a[data-wex-action="filter"] span:after {
  content: "]";
}
#main #sidebar div a[data-wex-action="filter"] span:before {
  content: "[";
}
#main #sidebar div a[data-wex-action="filter"]:hover {
  color: #4fb2e2;
}
#main #sidebar div a[data-wex-action="filter"].active {
  background-color: #9d9d9b;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
#main #sidebar div a[data-wex-action="filter"].active span {
  color: #e0e1de;
  text-shadow: none;
}
#main #sidebar div a[data-wex-action="filter"].active:hover {
  color: #ffffff;
}
#main #sidebar div a[data-wex-action="filter"].active:hover:after {
  background-color: #f6f7f4;
}
#main #sidebar div a[data-wex-action="filter"].active:after {
  background-color: #e0e1de;
  border: none;
  color: #9d9d9b;
  content: "x";
  display: block;
  height: 16px;
  line-height: 14px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 4px;
  width: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#main #sidebar div h1 {
  font-size: 1.125em;
}
#main .menu .menu-item:first-child {
  margin-left: 25.531914%;
}
#reader {
  display: none;
  z-index: 500;
}
#fulltext {
  /*.title-qtd {
        &:after {
            content: "\201d";
        }
        
        &:before {
            content: "\201c";
        }
    } // .title-qtd */
}
#fulltext .header {
  min-height: 350px;
  background-color: #868785;
  background-position: 0px center;
  background-size: cover;
}
#fulltext .header .headerGroup {
  height: 100%;
  margin: 0 auto;
  max-width: 58.75em;
  position: relative;
}
#fulltext .header .headerGroup .container {
  background-color: #fdfdfd;
  bottom: 24px;
  left: 0;
  padding: 0 2.1276595%;
  position: absolute;
  top: 96px;
  width: 31.914893%;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
#fulltext .header .headerGroup .container h1 {
  font-size: 1.5em;
  padding-top: 24px;
  position: relative;
}
#fulltext .header .headerGroup .container .byline {
  padding-top: 24px;
}
#fulltext .header .headerGroup .container .byline .author {
  display: block;
}
#fulltext .header .headerGroup .container .byline .date {
  display: block;
  font-size: 0.8125em;
}
#fulltext .header .headerGroup .container .keywords {
  padding-top: 24px;
}
#fulltext .header .headerGroup .container .keywords h2 {
  font-weight: 600;
  padding-top: 0;
}
#fulltext .header .headerGroup .container .keywords a {
  display: inline-block;
  font-size: 0.9285em;
}
#fulltext .header .headerGroup .container .meta {
  font-size: 0.875em;
  padding-top: 24px;
}
#fulltext .header .begin {
  display: none;
}
#fulltext .body {
  background-color: #f6f7f4;
  position: relative;
}
#fulltext .body .container {
  margin: 0 auto;
  max-width: 58.75em;
  overflow: hidden;
  padding: 48px 0 24px 0;
  position: relative;
}
#fulltext .body .container .bodyContent {
  float: right;
  font-size: 0.9375em;
  margin-left: 2.1276595%;
  width: 55.319148%;
}
#fulltext .body .container .bodyContent h1,
#fulltext .body .container .bodyContent h2,
#fulltext .body .container .bodyContent h3,
#fulltext .body .container .bodyContent h4,
#fulltext .body .container .bodyContent h5,
#fulltext .body .container .bodyContent h6 {
  font-weight: bold;
}
#fulltext .body .container .bodyContent h1 {
  font-size: 1.5em;
  margin-bottom: 24px;
}
#fulltext .body .container .bodyContent h2 {
  font-size: 1.3125em;
  margin-bottom: 20px;
}
#fulltext .body .container .bodyContent h3 {
  font-size: 1.25em;
  margin-bottom: 18px;
}
#fulltext .body .container .bodyContent h4 {
  font-size: 1.125em;
  margin-bottom: 15px;
  text-decoration: underline #9d9d9b;
}
#fulltext .body .container .bodyContent h5 {
  font-size: 1.075em;
}
#fulltext .body .container .bodyContent h6 {
  color: #595a59;
}
#fulltext .body .container .bodyContent p {
  margin-bottom: 24px;
}
#fulltext .body .container .bodyContent p .blockquote {
  margin-top: 4px;
  margin-bottom: 4px;
}
#fulltext .body .container .bodyContent table {
  margin-bottom: 1.5em;
}
#fulltext .body .container .bodyContent table th,
#fulltext .body .container .bodyContent table td {
  border: thin #b3b4b1;
  border-style: solid;
  padding: 0.15em;
}
#fulltext .body .container .bodyContent table th {
  border-bottom: 2px solid #868785;
}
#fulltext .body .container .bodyContent ul,
#fulltext .body .container .bodyContent .p-list {
  margin-left: 2.6em;
  list-style: outside;
}
#fulltext .body .container .bodyContent ul li,
#fulltext .body .container .bodyContent .p-list li,
#fulltext .body .container .bodyContent ul .p-list-item,
#fulltext .body .container .bodyContent .p-list .p-list-item {
  padding-left: 0.4em;
}
#fulltext .body .container .bodyContent ul li .p,
#fulltext .body .container .bodyContent .p-list li .p,
#fulltext .body .container .bodyContent ul .p-list-item .p,
#fulltext .body .container .bodyContent .p-list .p-list-item .p {
  margin-bottom: 1em;
}
#fulltext .body .container .bodyContent ul .li-label,
#fulltext .body .container .bodyContent .p-list .li-label {
  font-weight: bold;
}
#fulltext .body .container .bodyContent ul.list-labelled,
#fulltext .body .container .bodyContent .p-list.list-labelled {
  margin-left: 1.6em;
  list-style: none;
  text-indent: initial;
}
#fulltext .body .container .bodyContent ul.list-labelled > li,
#fulltext .body .container .bodyContent .p-list.list-labelled > li {
  display: table-row;
}
#fulltext .body .container .bodyContent ul.list-labelled > li > .li-label,
#fulltext .body .container .bodyContent .p-list.list-labelled > li > .li-label {
  padding-right: 0.85em;
  display: table-cell;
  text-align: right;
}
#fulltext .body .container .bodyContent ul.list-labelled > li > .li-labelled,
#fulltext .body .container .bodyContent .p-list.list-labelled > li > .li-labelled {
  display: table-cell;
}
#fulltext .body .container .bodyContent ul {
  margin-bottom: 1em;
}
#fulltext .body .container .bodyContent .p-list {
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
}
#fulltext .body .container .bodyContent .p-list .p-list-item {
  display: list-item;
}
#fulltext .body .container .bodyContent .context {
  display: none;
}
#fulltext .body .container .bodyContent .annotations {
  display: none;
}
#fulltext .body .container .bodyContent *[data-wex-anchor='context'] {
  cursor: pointer;
  border-bottom: 0.15rem solid #98bf0b;
}
#fulltext .body .container .bodyContent *[data-wex-anchor='context']:hover {
  background-color: #e0e1de;
}
#fulltext .body .container .bodyContent .note-authorial {
  padding: 0.25em;
  display: block;
  width: max-content;
  float: right;
  clear: both;
  text-align: end;
  line-height: 1.2;
}
#fulltext .body .container .bodyContent .note-authorial[data-wex-anchor='context'] {
  border-bottom: unset;
}
#fulltext .body .container .bodyContent .note-authorial[data-wex-anchor='context']:hover {
  background-color: unset;
}
#fulltext .body .container .bodyContent .note-authorial[data-wex-anchor='context'] .note_content {
  cursor: pointer;
  border-bottom: 0.15rem solid #98bf0b;
}
#fulltext .body .container .bodyContent .note-authorial[data-wex-anchor='context'] .note_content:hover {
  background-color: #e0e1de;
}
#fulltext .body .container .bodyContent .note-authorial > a,
#fulltext .body .container .bodyContent .note-authorial .note_content br {
  display: none;
}
#fulltext .body .container .bodyContent .persName[data-wex-ref] {
  cursor: pointer;
  border-bottom: thin dashed #ff7a40;
}
#fulltext .body .container .bodyContent .persName[data-wex-ref]:hover {
  background-color: #e0e1de;
}
#fulltext .body .container .bodyContent .persName[data-wex-ref].active {
  background-color: #e0e1de;
}
#fulltext .body .container .bodyContent #see-also {
  border-top: 1px solid #e0e1de;
  padding-top: 23px;
}
#fulltext .body .container .bodyContent .section {
  padding: 24px 0;
}
#fulltext .body .container .bodyContent .section.sources ul {
  margin-left: 0;
  list-style: none;
}
#fulltext .body .container .bodyContent .section.sources ul li {
  padding: 0 2px 24px 2px;
  position: relative;
}
#fulltext .body .container .bodyContent .section.sources ul li .back {
  background: #4fb2e2;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 0.8em;
  height: 16px;
  line-height: 16px;
  padding: 0 3px;
  margin: 4px 0 4px 3px;
  visibility: hidden;
}
#fulltext .body .container .bodyContent .section.sources ul li .biblMenu {
  bottom: 0;
  display: block;
  font-size: 0.8em;
  height: 24px;
  left: 0;
  padding: 0 2px;
  position: absolute;
  right: 0;
  visibility: hidden;
}
#fulltext .body .container .bodyContent .section.sources ul li .biblMenu .biblMenuItem {
  float: left;
}
#fulltext .body .container .bodyContent .section.sources ul li.active {
  background-color: #f0f2ed;
}
#fulltext .body .container .bodyContent .section.sources ul li.active .back {
  visibility: visible;
}
#fulltext .body .container .bodyContent .section.sources ul li.active .biblMenu {
  visibility: visible;
}
#fulltext .body .container .bodyContent .section.sources ul li:hover {
  background-color: #f0f2ed;
}
#fulltext .body .container .bodyContent .section.sources ul li:hover .biblMenu {
  visibility: visible;
}
#fulltext .body .container .ribbon {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 42.553191%;
  z-index: 501;
}
#fulltext .body .container .ribbon .ribbonContent {
  background-color: #fdfdfd;
  float: left;
  height: 100%;
  position: relative;
  width: 85%;
}
#fulltext .body .container .ribbon .ribbonContent.pinned {
  bottom: 0;
  overflow-y: auto;
  position: fixed;
  top: 48px;
}
#fulltext .body .container .ribbon .ribbonContent .container {
  left: 0;
  padding: 36px 20px 24px 20px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
#fulltext .body .container .ribbon .ribbonContent .container h1 {
  font-weight: 600;
}
#fulltext .body .container .ribbon .ribbonContent .container .bio {
  font-size: 0.875em;
  margin-bottom: 24px;
}
#fulltext .body .container .ribbon .ribbonContent .container .dates {
  font-size: 0.8125em;
  margin-bottom: 12px;
}
#fulltext .body .container .ribbon .ribbonContent .container div.related,
#fulltext .body .container .ribbon .ribbonContent .container .extras {
  font-size: 0.8125em;
}
#fulltext .body .container .ribbon .ribbonContent .container div.related h2,
#fulltext .body .container .ribbon .ribbonContent .container .extras h2 {
  font-size: 1.07692em;
  font-weight: 600;
}
#fulltext .body .container .ribbon .ribbonContent .container div.related {
  margin-bottom: 24px;
}
#fulltext .body .container .ribbon .ribbonContent .container div.related a.related {
  margin: 0 0 0.25em 1em;
  display: inline-block;
  text-indent: -1em;
  line-height: 1.5em;
}
#fulltext .body .container .ribbon .ribbonContent .container .label {
  display: none;
}
#fulltext .body .container .ribbon .ribbonContent .container div.label {
  cursor: pointer;
  display: block;
  font-size: 0.75em;
  font-weight: 300;
  height: 24px;
  left: 0;
  padding-left: 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
#fulltext .body .container .ribbon .ribbonContent .container div.label:before {
  content: "x";
  display: block;
  font-size: 11px;
  font-weight: 600;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 14px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#fulltext .body .container .ribbon .ribbonContent .container div.label:after {
  border-color: #e0e1de transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
  bottom: -11px;
  content: "";
  display: block;
  height: 0;
  left: 30px;
  position: absolute;
  width: 0;
}
#fulltext .body .container .ribbon .ribbonContent .container.person div.label {
  background-color: #9d9d9b;
}
#fulltext .body .container .ribbon .ribbonContent .container.person div.label:after {
  border-color: #9d9d9b transparent transparent transparent;
}
#fulltext .body .container .ribbon .ribbonContent .container.person div.label:before {
  background-color: #f6f7f4;
  color: #9d9d9b;
}
#fulltext .body .container .ribbon .ribbonContent .container.person div.label:hover:before {
  background-color: #ffffff;
}
#fulltext .body .container .ribbon .ribbonContent .container.person p {
  font-size: 0.875em;
}
#fulltext .body .container .ribbon .ribbonContent .container.context {
  font-size: 0.875em;
}
#fulltext .body .container .ribbon .ribbonContent .container.context div.label {
  background-color: #85a70a;
  font-size: 0.8571em;
}
#fulltext .body .container .ribbon .ribbonContent .container.context div.label:after {
  border-color: #85a70a transparent transparent transparent;
}
#fulltext .body .container .ribbon .ribbonContent .container.context div.label:before {
  background-color: #e5efc2;
  color: #85a70a;
}
#fulltext .body .container .ribbon .ribbonContent .container.context div.label:hover:before {
  background-color: #ffffff;
}
#fulltext .body .container .ribbon .ribbonContent .container.context p + .l,
#fulltext .body .container .ribbon .ribbonContent .container.context p + .lg h1 + .l,
#fulltext .body .container .ribbon .ribbonContent .container.context h1 + .lg {
  margin-top: 12px;
}
#fulltext .body .container .ribbon .ribbonContent .container.context .l + p,
#fulltext .body .container .ribbon .ribbonContent .container.context .lg + p {
  margin-top: 12px;
}
#fulltext .body .container .ribbon .ribbonContent .container.note {
  font-size: 0.875em;
}
#fulltext .body .container .ribbon .ribbonContent .container.note div.label {
  background-color: #ff4e00;
  font-size: 0.8571em;
}
#fulltext .body .container .ribbon .ribbonContent .container.note div.label:after {
  border-color: #ff4e00 transparent transparent transparent;
}
#fulltext .body .container .ribbon .ribbonContent .container.note div.label:before {
  background-color: #ffd3bf;
  color: #ff4e00;
}
#fulltext .body .container .ribbon .ribbonContent .container.note div.label:hover:before {
  background-color: #ffffff;
}
#fulltext .body .container .ribbon .ribbonContent .permaContent > div {
  display: block;
  left: 0;
  max-height: 480px;
  padding: 36px 20px;
  position: relative;
  right: 0;
  top: 0;
}
#fulltext .body .container .ribbon .ribbonContent .permaContent > div .label {
  background-color: #e0e1de;
  color: #2d2d2c;
  display: block;
  font-size: 0.75em;
  font-weight: 300;
  height: 24px;
  left: 0;
  padding-left: 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
#fulltext .body .container .ribbon .ribbonContent .permaContent > div .label:after {
  border-color: #e0e1de transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
  bottom: -11px;
  content: "";
  display: block;
  height: 0;
  left: 30px;
  position: absolute;
  width: 0;
}
#fulltext .body .container .ribbon .ribbonContent .permaContent > div ul {
  font-size: 0.875em;
}
#fulltext .body .container .ribbon .ribbonContent .permaContent > div ul li {
  padding-left: 20px;
  text-indent: -20px;
}
#fulltext .body .container .ribbon .ribbonContent .permaContent > div ul li a {
  color: #868785;
}
#fulltext .body .container .ribbon .ribbonContent .permaContent > div ul li a.active {
  color: #cc3300;
}
#fulltext .body .container .ribbon .ribbonContent .permaContent > div ul li a:hover {
  color: #2d2d2c;
}
#fulltext .body .container .ribbon .ribbonContent.pinned {
  /*.contents + .other {
                            bottom: 0;
                            top: 50%;
                        }*/
}
#fulltext .body .container .ribbon .ribbonContent.pinned .permaContent > div {
  bottom: 50%;
  max-height: none;
}
#fulltext .body .container .ribbon .ribbonThreads {
  float: right;
  height: 100%;
  width: 15%;
}
#fulltext .body .container .ribbon .ribbonThreads .thread {
  background-color: #fafaf8;
  height: 100%;
  float: left;
  position: relative;
  width: 12px;
}
#fulltext .body .container .ribbon .ribbonThreads .thread a {
  height: 6px;
  left: 1px;
  position: absolute;
  width: 6px;
  -moz-transition: all 0.25s ease 0.1s;
  -ms-transition: all 0.25s ease 0.1s;
  -o-transition: all 0.25s ease 0.1s;
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
}
#fulltext .body .container .ribbon .ribbonThreads .thread a.active {
  height: 7px;
  width: 11px;
}
#fulltext .body .container .ribbon .ribbonThreads .thread.context a {
  background: #ccdf85;
}
#fulltext .body .container .ribbon .ribbonThreads .thread.context a:hover {
  background: #98bf0b;
}
#fulltext .body .container .ribbon .ribbonThreads .thread.context a.active {
  background: #85a70a;
}
#fulltext .body .container .ribbon .ribbonThreads .thread.note a {
  background: #ffd3bf;
}
#fulltext .body .container .ribbon .ribbonThreads .thread.note a:hover {
  background: #ffa780;
}
#fulltext .body .container .ribbon .ribbonThreads .thread.note a.active {
  background: #ff4e00;
}
#fulltext .body .container .ribbon .ribbonThreads .thread.person a {
  background: #e0e1de;
}
#fulltext .body .container .ribbon .ribbonThreads .thread.person a:hover {
  background: #b3b4b1;
}
#fulltext .body .container .ribbon .ribbonThreads .thread.person a.active {
  background: #9d9d9b;
}
#fulltext .body .container .ribbon .ribbonThreads .thread:hover a {
  height: 7px;
  width: 11px;
}
#fulltext .body .container .quote {
  display: inline;
}
#fulltext .body .container .speaker {
  text-transform: uppercase;
  font-size: 0.9333em;
}
#fulltext .body .container .blockquote {
  display: block;
  font-size: 0.9333em;
  margin: 0 40px 1.6em;
}
#fulltext .body .container .blockquote .lg,
#fulltext .body .container .blockquote .p {
  margin-top: 0.6em;
  display: block;
}
#fulltext .body .container .blockquote .lg::first-child,
#fulltext .body .container .blockquote .p::first-child {
  margin-top: 0;
}
#fulltext .body .container .blockquote .sp {
  display: block;
  padding-left: 14px;
  text-indent: -14px;
}
#fulltext .body .container .blockquote .sp .p {
  margin-top: 0;
  margin-left: 1em;
}
#fulltext .body .container .blockquote .stage {
  font-style: italic;
}
#fulltext .body .container p.pullquote {
  border: 1px dotted #868785;
  border-left: none;
  border-right: none;
  color: #2d2d2c;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 40px 18px 40px;
  padding: 5px 20px 5px 20px;
  text-indent: -16px;
}
#fulltext .body .container p.pullquote:after {
  content: "\201d";
  font-size: 28px;
  line-height: 0;
}
#fulltext .body .container p.pullquote:before {
  content: "\201c";
  font-size: 28px;
  line-height: 0;
}
#fulltext .body .container p.pullquote + h1 {
  margin-top: 48px;
}
#fulltext .body .container .ref {
  color: #2d2d2c;
  cursor: default;
}
#fulltext .body .container .ref:hover {
  color: #2d2d2c;
}
#fulltext .body .container .ref[href] {
  color: #cc3300;
  cursor: pointer;
}
#fulltext .body .container .ref[href]:hover {
  color: #ff4e00;
}
#fulltext .body .container .l {
  display: block;
  padding-left: 20px;
  text-indent: -20px;
}
#fulltext .body .container .lg {
  display: block;
}
#fulltext .body .container .code {
  font-family: Courier, fixed, monospace;
  font-size: 0.85em;
}
#fulltext .title,
#fulltext .title-ital {
  font-style: italic;
}
#fulltext .title-up {
  font-style: normal;
}
#fulltext .sup,
#fulltext .sub {
  position: relative;
  font-size: 0.8em;
  line-height: 0;
}
#fulltext .sup {
  vertical-align: super;
}
#fulltext .sub {
  vertical-align: sub;
}
#fulltext .italic {
  font-style: italic;
}
#fulltext .upright {
  font-style: normal;
}
#fulltext span.bold {
  font-weight: bold;
}
#timeline {
  background: #ffffff;
  left: 36px;
  position: fixed;
  right: 36px;
  top: 72px;
  z-index: 9001;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#timeline blockquote {
  font-size: 24px !important;
}
#timeline h2.date {
  color: #4fb2e2;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 16px !important;
}
#timeline .close {
  background: url("../ui/exhibits.png") -216px -24px no-repeat transparent;
  cursor: pointer;
  display: block;
  height: 24px;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 24px;
  z-index: 9002;
}
#timeline .close:hover {
  background-position: -240px -24px;
}
#timeline .title {
  padding: 0;
}
#timeline .vco-storyjs a {
  color: #cc3300;
}
#timeline .vco-storyjs a:hover {
  color: #ff4e00;
}
#timeline .wiki-source + p {
  margin-top: 24px;
}
#overlay {
  background: rgba(246, 247, 244, 0.85);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9000;
}
#overlay.active {
  display: block;
}
.tooltip {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 9000;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  background-color: #595a59;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #595a59;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #595a59;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #595a59;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #595a59;
  border-width: 0 5px 5px;
}
.thread.context .tooltip-inner {
  background-color: #85a70a;
}
.thread.context .tooltip.top .tooltip-arrow,
.thread.context .tooltip.left .tooltip-arrow,
.thread.context .tooltip.right .tooltip-arrow,
.thread.context .tooltip.bottom .tooltip-arrow {
  border-right-color: #85a70a;
}
.thread.note .tooltip-inner {
  background-color: #ff4e00;
}
.thread.note .tooltip.top .tooltip-arrow,
.thread.note .tooltip.left .tooltip-arrow,
.thread.note .tooltip.right .tooltip-arrow,
.thread.note .tooltip.bottom .tooltip-arrow {
  border-right-color: #ff4e00;
}
.thread.person .tooltip-inner {
  background-color: #9d9d9b;
  min-width: 100px;
}
.thread.person .tooltip.top .tooltip-arrow,
.thread.person .tooltip.left .tooltip-arrow,
.thread.person .tooltip.right .tooltip-arrow,
.thread.person .tooltip.bottom .tooltip-arrow {
  border-right-color: #9d9d9b;
}
@media screen and (min-width: 801px) and (max-width: 960px) {
  .menu {
    margin: 0;
  }
  .menu .menu-item.button-toggle {
    width: 16%;
  }
  .menu .menu-item.button-toggle-label {
    margin: 0 0 0 2.5%;
  }
  #header .container {
    max-width: 48.75em;
  }
  #header .container .brand {
    margin-right: 0;
    width: 100%;
  }
  #header .container .brand a .logo {
    width: 7.692307%;
  }
  #header .container .brand a .text {
    width: 92.307692%;
  }
  #featured {
    height: 720px;
  }
  #featured .container {
    max-width: 50em;
  }
  #featured .container .featured {
    margin: 20px 1.25% 10px 1.25%;
    width: 47.5%;
  }
  #featured .container .featured a {
    width: 98.421052%;
  }
  #featured .container .featured a:after {
    width: 26.315789%;
  }
  #featured .container .featured:first-child,
  #featured .container .featured:last-child {
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  #fulltext .header .headerGroup {
    max-width: 48.75em;
  }
  #fulltext .header .headerGroup .container {
    padding: 2.564102%;
    top: 48px;
    width: 30.76923%;
  }
  #fulltext .header .headerGroup .container .keywords a:after {
    content: ",\00a0";
  }
  #fulltext .header .headerGroup .container .keywords a:last-of-type:after {
    content: "";
  }
  #fulltext .header .headerGroup .container .keywords br {
    display: none;
  }
  #fulltext .body .container {
    max-width: 48.75em;
  }
  #fulltext .body .container .bodyContent {
    margin-left: 2.564102%;
    width: 55.128205%;
  }
  #fulltext .body .container .bodyContent .figure.inset-left {
    margin: 6px 4.6511627% 6px 0;
    width: 41.860465%;
  }
  #fulltext .body .container .bodyContent .figure.inset-right {
    margin: 6px 0 6px 4.6511627%;
    width: 41.860465%;
  }
  #fulltext .body .container .bodyContent .figGrp .figure {
    margin-right: 4.6511627%;
    width: 47.674418%;
  }
  #fulltext .body .container .ribbon {
    width: 42.307692%;
  }
  #fulltext .body .container .ribbon .ribbonContent {
    width: 84.848484%;
  }
  #fulltext .body .container .ribbon .ribbonContent .container {
    padding: 36px 10px 24px 10px;
  }
  #fulltext .body .container .ribbon .ribbonContent div.label {
    padding-left: 10px;
  }
  #fulltext .body .container .ribbon .ribbonThreads {
    width: 15.151515%;
  }
  #fulltext .body .container .blockquote {
    margin: 0 20px;
  }
  #fulltext .body .container p.pullquote {
    margin: 0 20px 18px 20px;
    padding: 5px 20px;
  }
  #footer .container {
    max-width: 48.75em;
  }
  #footer .container #about {
    width: 48.717948%;
  }
  #footer .container .submissions {
    margin-left: 2.5641025%;
    width: 48.717948%;
  }
  #main {
    max-width: 48.75em;
  }
  #main #contents {
    width: 72.5%;
  }
  #main #contents.grid .contents-item {
    margin: 0 1.7241379% 60px 1.7241379%;
    padding: 10px 1.7241379%;
    width: 27.586206%;
  }
  #main #sidebar {
    width: 25%;
  }
  #main .menu .menu-item:first-child {
    margin-left: 28.205128%;
  }
  #timeline blockquote {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 800px) {
  .menu {
    margin: 0;
  }
  .menu .menu-item.button-toggle {
    width: 16.369047%;
  }
  .menu .menu-item.button-toggle-label {
    margin: 0 0 0 2.3809523%;
  }
  #header .container {
    max-width: 41em;
  }
  #header .container .brand {
    margin-right: 0;
    width: 100%;
  }
  #header .container .brand a .logo {
    width: 9.1463416%;
  }
  #header .container .brand a .text {
    width: 90.853658%;
  }
  #featured {
    height: 720px;
  }
  #featured .container {
    max-width: 42em;
  }
  #featured .container .featured {
    margin: 20px 1.1904761% 10px 1.1904761%;
    width: 47.619047%;
  }
  #featured .container .featured a {
    width: 97.5%;
  }
  #featured .container .featured a:after {
    width: 31.25%;
  }
  #featured .container .featured:first-child,
  #featured .container .featured:last-child {
    margin-left: 1.1904761%;
    margin-right: 1.1904761%;
  }
  #fulltext .header .headerGroup {
    max-width: 41em;
  }
  #fulltext .header .headerGroup .container {
    padding: 20px 1.5243902%;
    top: 48px;
    width: 39.329268%;
  }
  #fulltext .header .headerGroup .container h1 {
    font-size: 1.25em;
  }
  #fulltext .header .headerGroup .container .byline .date {
    font-size: 0.75em;
  }
  #fulltext .header .headerGroup .container .keywords a {
    font-size: 0.9231em;
  }
  #fulltext .header .headerGroup .container .meta {
    font-size: 0.8125em;
  }
  #fulltext .header .headerGroup .keywords a:after {
    content: ",\00a0";
  }
  #fulltext .header .headerGroup .keywords a:last-of-type:after {
    content: "";
  }
  #fulltext .header .headerGroup .keywords br {
    display: none;
  }
  #fulltext .body .container {
    max-width: 41em;
  }
  #fulltext .body .container .bodyContent {
    margin-left: 2.4390243%;
    width: 55.182926%;
  }
  #fulltext .body .container .bodyContent p {
    font-size: 0.875em;
  }
  #fulltext .body .container .bodyContent ul {
    font-size: 0.875em;
  }
  #fulltext .body .container .bodyContent .figure.inset-left,
  #fulltext .body .container .bodyContent .figure.inset-right {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #fulltext .body .container .bodyContent .figGrp .figure {
    float: none;
    margin: 0 0 24px 0;
    width: 100%;
  }
  #fulltext .body .container .bodyContent .section.sources ul {
    font-size: 0.875em;
  }
  #fulltext .body .container .bodyContent .section.sources ul li .biblMenu {
    font-size: 0.8571em;
  }
  #fulltext .body .container .ribbon {
    width: 42.378048%;
  }
  #fulltext .body .container .ribbon .ribbonContent {
    width: 82.014388%;
  }
  #fulltext .body .container .ribbon .ribbonContent .container {
    padding: 36px 10px 24px 10px;
  }
  #fulltext .body .container .ribbon .ribbonContent .container .bio {
    font-size: 0.8125em;
  }
  #fulltext .body .container .ribbon .ribbonContent .container .dates {
    font-size: 0.75em;
  }
  #fulltext .body .container .ribbon .ribbonContent .container div.related,
  #fulltext .body .container .ribbon .ribbonContent .container .extras {
    font-size: 0.75em;
  }
  #fulltext .body .container .ribbon .ribbonContent .container div.related h1,
  #fulltext .body .container .ribbon .ribbonContent .container .extras h1 {
    font-size: 1.0833em;
  }
  #fulltext .body .container .ribbon .ribbonContent .container div.label {
    padding-left: 10px;
  }
  #fulltext .body .container .ribbon .ribbonContent .container.person p {
    font-size: 0.8125em;
  }
  #fulltext .body .container .ribbon .ribbonContent .container.context {
    font-size: 0.75em;
  }
  #fulltext .body .container .ribbon .ribbonContent .container.note {
    font-size: 0.8125em;
  }
  #fulltext .body .container .ribbon .ribbonContent .container.note div.label {
    font-size: 0.9231em;
  }
  #fulltext .body .container .ribbon .ribbonContent .contents,
  #fulltext .body .container .ribbon .ribbonContent .other {
    padding: 36px 10px 24px 10px;
  }
  #fulltext .body .container .ribbon .ribbonContent .contents ul,
  #fulltext .body .container .ribbon .ribbonContent .other ul {
    font-size: 0.8125em;
  }
  #fulltext .body .container .ribbon .ribbonThreads {
    width: 17.985611%;
  }
  #footer .container {
    max-width: 41em;
  }
  #footer .container #about {
    float: none;
    margin: 0 0 24px 0;
    width: 100%;
  }
  #footer .container .submissions {
    float: none;
    margin: 0 0 24px 0;
    width: 100%;
  }
  #main {
    max-width: 41em;
  }
  #main #contents {
    width: 74.390243%;
  }
  #main #contents.grid .contents-item {
    margin: 0 1.6393442% 60px 1.6393442%;
    padding: 8px 1.6393442%;
    width: 45.081967%;
  }
  #main #contents.grid .contents-item:nth-child(3n),
  #main #contents.grid .contents-item:nth-child(3n+1) {
    margin-left: 1.6393442%;
    margin-right: 1.6393442%;
  }
  #main #contents.grid .contents-item:nth-child(2n) {
    margin-right: 0;
  }
  #main #contents.grid .contents-item:nth-child(2n+1) {
    margin-left: 0;
  }
  #main #sidebar {
    width: 23.170731%;
  }
  #main .menu .menu-item:first-child {
    margin-left: 25.609756%;
  }
}
