.cardo {
  font-family: 'Cardo', serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.regular {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
.t-xlarge {
  font-size: 2em;
  line-height: 1em;
}
.t-large {
  font-size: 1.5em;
  line-height: 1.4em;
}
.t-medium {
  font-size: 1.3em;
  line-height: 1.4em;
}
.t-regular {
  font-size: 1em;
  line-height: 1.4em;
}
.t-small {
  font-size: 0.8em;
  line-height: 1.4em;
}
.t-xsmall {
  font-size: 0.6em;
  line-height: 1.4em;
}
.uppercase {
  text-transform: uppercase;
}
.justify {
  text-align: justify;
  line-height: 1.6em;
  white-space: normal;
}
blockquote {
  text-align: left !important;
  font-style: italic;
  margin: 1em 2em;
}
blockquote em,
blockquote i {
  font-style: normal;
}
a {
  color: #0098c9;
  text-decoration: none;
}
a:hover {
  color: #0083aa;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #3d6c7a;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0098c9;
}
h1.divider {
  border-bottom: 1px solid #eaf9ff;
  padding-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 1.4em;
}
h1,
h2 {
  font-size: 1.5em;
  line-height: 1.4em;
}
h3,
h4 {
  font-size: 1.3em;
  line-height: 1.4em;
}
h5,
h6 {
  font-size: 1em;
  line-height: 1.4em;
}
.underline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
h1 span.info {
  color: #9fb5be;
  font-size: 0.6em;
  line-height: 1.4em;
  font-family: 'Roboto', sans-serif;
}
p {
  margin: 0 0 1em;
  line-height: 1.4em;
}
em {
  line-height: 1em;
}
.context {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8em;
  line-height: 1.4em;
  font-style: italic;
}
.credit {
  font-family: 'Roboto', sans-serif;
  font-size: 0.6em;
  line-height: 1.4em;
  font-style: italic;
  margin-top: 5em;
}
span.light {
  color: #eaf9ff;
}
.highlight-poem {
  color: #0083aa;
}
.highlight-poem a {
  color: #0083aa;
}
.highlight-response {
  color: #a864a6;
}
.highlight-response a {
  color: #a864a6;
}
.contributors-group {
  display: block;
}
.contributors-group:hover .highlight-poem,
.contributors-group:hover .highlight-response {
  color: #0098c9;
}
.article-link,
.external-link {
  background-color: #dca4da;
  color: white;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  min-width: 15em;
  width: 20%;
  display: block;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.4em;
}
.article-link:hover {
  background-color: #dca4da;
  background-image: -webkit-gradient(linear, left top, right top, from(#dca4da), to(#cb93c9));
  background-image: -webkit-linear-gradient(left, #dca4da, #cb93c9);
  background-image: -moz-linear-gradient(left, #dca4da, #cb93c9);
  background-image: -ms-linear-gradient(left, #dca4da, #cb93c9);
  background-image: -o-linear-gradient(left, #dca4da, #cb93c9);
  color: #a864a6;
}
.external-link {
  background-color: #8dc6d8;
}
.external-link:hover {
  background-color: #8dc6d8;
  background-image: -webkit-gradient(linear, left top, right top, from(#8dc6d8), to(#7cb5c7));
  background-image: -webkit-linear-gradient(left, #8dc6d8, #7cb5c7);
  background-image: -moz-linear-gradient(left, #8dc6d8, #7cb5c7);
  background-image: -ms-linear-gradient(left, #8dc6d8, #7cb5c7);
  background-image: -o-linear-gradient(left, #8dc6d8, #7cb5c7);
}
.social_links {
  font-size: 1.5em;
  line-height: 1.4em;
}
.social_links a {
  color: #eaf9ff;
}
.field_group {
  display: inline-block;
}
input {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding: 0 1em;
  border: none;
  font-size: 0.8em;
  line-height: 1.4em;
  line-height: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  margin: 0 0.5em 0.5em 0;
  background-color: #eaf9ff;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  line-height: 1.8em;
}
input.button {
  background-color: #0098c9;
  color: white;
}
.poem {
  white-space: nowrap;
  line-height: 1.6em;
}
del {
  color: red;
  text-decoration: none;
  background-color: #ff9ed4;
}
ins {
  background-color: #b9e9ff;
  text-decoration: none;
}
del,
ins {
  display: inline;
  padding: 0.2em 0 0.4em;
}
.buffer-top {
  margin-top: 3em;
}
@media only screen and (max-width: 800px) {
  .poem {
    white-space: normal;
  }
  blockquote {
    margin: 1em 0 1em 10%;
  }
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #bbcbd2;
  background-image: -webkit-gradient(linear, left top, right top, from(#bbcbd2), to(#b0c3d1));
  background-image: -webkit-linear-gradient(left, #bbcbd2, #b0c3d1);
  background-image: -moz-linear-gradient(left, #bbcbd2, #b0c3d1);
  background-image: -ms-linear-gradient(left, #bbcbd2, #b0c3d1);
  background-image: -o-linear-gradient(left, #bbcbd2, #b0c3d1);
  font-family: 'Cardo', serif;
  color: #3d6c7a;
  font-size: 18px;
  height: 100%;
  overflow: visible;
}
#prac-crit {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.4em;
  text-transform: uppercase;
  position: absolute;
  top: 0.8em;
  margin-bottom: 2em;
  letter-spacing: 0.2em;
}
#prac-crit a {
  color: #eaf9ff;
}
#top-icons {
  position: fixed;
  top: 1.2em;
  right: 1.5em;
  z-index: 999999;
}
#top-icons a {
  cursor: pointer;
  color: #eaf9ff;
  margin-left: 0.3em;
}
#top-icons a span {
  font-size: 0.6em;
  line-height: 1.4em;
  font-family: 'Roboto', sans-serif;
  float: left;
  margin: 1em 0 0 0;
}
#top-icons a i {
  font-size: 1.5em;
  line-height: 1.4em;
}
body.menu-open #show-menu span {
  display: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.top {
  margin-top: 6em;
}
.butt {
  margin-bottom: 0;
}
.close {
  margin-bottom: 0.2em;
}
.indent-left {
  padding-left: 5%;
}
.fl_rc {
  float: left;
}
.fl_rc * {
  float: left;
}
hr {
  border: none;
  border-bottom: 1px solid #eaf9ff;
  margin-bottom: 2em;
}
section {
  margin-bottom: 2em;
}
section.full {
  clear: both;
}
section.full .indent-left {
  padding-left: 5%;
}
section.narrow {
  width: 40%;
}
section.narrow .indent-left {
  padding-left: 12.5%;
}
section.broad {
  width: 55%;
}
section.broad .indent-left {
  padding-left: 9.2%;
}
section.wide {
  width: 80%;
}
section.wide .indent-left {
  padding-left: 10%;
}
@media only screen and (max-width: 800px) {
  section.full {
    clear: both;
  }
  section.full .indent-left {
    padding-left: 5%;
    padding-right: 5%;
  }
  section.narrow {
    width: 100%;
  }
  section.narrow .indent-left {
    padding-left: 5%;
    padding-right: 5%;
  }
  section.broad {
    width: 100%;
  }
  section.broad .indent-left {
    padding-left: 5%;
    padding-right: 5%;
  }
  section.right h1 {
    padding-left: 5%;
  }
  section.right div.mob-indent {
    padding-left: 5%;
    padding-right: 5%;
  }
  section.wide {
    width: 100%;
  }
  section.wide .indent-left {
    padding-left: 5%;
    padding-right: 5%;
  }
}
section.left {
  float: left;
}
section.right {
  float: right;
}
.wrap {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-height: 100%;
}
.wrap .fold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1 !important;
}
.wrap .over {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: -50px;
  padding: 50px 0;
  height: 100%;
  z-index: 999998;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 1em;
  background: #788991;
  color: #eaf9ff;
  -webkit-box-shadow: inset 10px 0 20px 0 #59666b;
  -moz-box-shadow: inset 10px 0 20px 0 #59666b;
  box-shadow: inset 10px 0 20px 0 #59666b;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.menu-inner {
  margin-top: 7em;
  font-size: 0.8em;
  line-height: 1.4em;
  font-family: 'Roboto', sans-serif;
}
.menu-inner ul {
  padding: 0;
  margin: 0;
}
.menu-inner ul li {
  border-bottom: 1px solid #6b7c84;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-inner ul li a {
  display: block;
  padding: 0.5em 2em;
  color: #eaf9ff;
  text-align: right;
  text-transform: uppercase;
}
.menu-inner ul li a:hover {
  color: #eaf9ff;
  background-color: #5a6b73;
  background-image: -webkit-gradient(linear, left top, right top, from(#5a6b73), to(#6b7c84));
  background-image: -webkit-linear-gradient(left, #5a6b73, #6b7c84);
  background-image: -moz-linear-gradient(left, #5a6b73, #6b7c84);
  background-image: -ms-linear-gradient(left, #5a6b73, #6b7c84);
  background-image: -o-linear-gradient(left, #5a6b73, #6b7c84);
}
.menu-inner ul li.last-menu-item {
  border-bottom: none;
}
.subnav {
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
}
.subnav li {
  padding: 0;
  margin: 0;
}
.subnav li a {
  float: left;
  display: block;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  padding: 0.5em 1em;
  line-height: 1em;
  background-color: #9fb5be;
  color: #3d6c7a;
  font-family: 'Roboto', sans-serif;
  font-size: 0.6em;
  line-height: 1.4em;
  margin: 0 0.5em 0 0;
}
.subnav li.compare a {
  background-color: #7dbeda;
  color: white;
}
.subnav li.active a {
  background-color: #0098c9;
  color: white;
}
.juxt .subnav {
  margin: 0 0 2em;
}
.juxt .subnav li a {
  background-color: #dca4da;
  color: white;
}
.juxt .subnav li.circle a {
  padding: 0.5em;
}
.juxt .subnav li.ui-tabs-active a {
  background-color: #ff8bb3;
}
.juxt .subnav li.mob_link {
  display: none;
}
.juxt .subnav li.mob_link a {
  background-color: #59acc6;
}
@media only screen and (max-width: 800px) {
  .juxt .subnav li.mob_link {
    display: inline-block;
  }
}
.juxt .shifter {
  display: block;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  padding: 0.5em;
  font-size: 0.6em;
  line-height: 1.4em;
  line-height: 1em;
  background-color: #ecd9e4;
  position: absolute;
  top: 21.7em;
  left: -1em;
  color: #3d6c7a;
}
.mob_only {
  display: none;
}
@media only screen and (max-width: 800px) {
  .mob_only {
    display: block;
  }
}
.pagination .page-numbers {
  float: left;
  display: block;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  padding: 0.5em 1em;
  line-height: 1em;
  background-color: #9fb5be;
  color: #3d6c7a;
  font-family: 'Roboto', sans-serif;
  font-size: 0.6em;
  line-height: 1.4em;
  margin: 0 0.5em 0 0;
}
.pagination .current {
  background-color: #0098c9;
  color: white;
}
.contributors {
  font-size: 1.5em;
  line-height: 1.4em;
  width: 55%;
  margin-bottom: 1em;
}
.tweet:before {
  float: left;
  font-size: 2em;
  line-height: 1em;
  color: #eaf9ff;
}
.tweet {
  margin-bottom: 1em;
}
.tweet p {
  padding: 0 3em 0 3em;
  margin: 0;
  line-height: 1.4em;
  font-family: 'Cardo', serif;
}
@media only screen and (max-width: 800px) {
  .tweet p {
    padding: 0 5% 0 3em;
  }
}
.bucket {
  background-color: #f3d6f2;
  padding: 1em 0 0 2em;
  margin-bottom: 1em;
}
.bucket h2 {
  font-size: 2em;
  line-height: 1em;
}
.bucket .intro {
  float: left;
  width: 40%;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 2em;
}
.bucket .contents {
  float: right;
  width: 55%;
}
.bucket .contents .poem-block {
  margin-bottom: 1em;
}
.bucket .contents .poem-block h3 {
  margin-bottom: 0.5em;
  padding-right: 0.5em;
}
.bucket .contents .poem-block h3 span.count {
  font-size: 0.6em;
  line-height: 1.4em;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.bucket .contents .poem-block h3 span.date {
  font-size: 0.6em;
  line-height: 1.4em;
}
.bucket .contents .poem-block a.article-link {
  text-indent: 0.5em;
  width: 100%;
  margin-top: 1px;
}
.bucket .contents .poem-block:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .bucket {
    padding: 1em 0 0 5%;
    margin-bottom: 1em;
  }
  .bucket h2 {
    width: 95%;
  }
  .bucket .intro {
    float: left;
    width: 95%;
    margin-bottom: 2em;
  }
  .bucket .contents {
    float: right;
    width: 95%;
  }
  .bucket .contents .poem-block {
    margin-bottom: 1em;
  }
  .bucket .contents .poem-block h3 {
    margin-bottom: 0.5em;
  }
  .bucket .contents .poem-block h3 span.count {
    font-size: 0.6em;
    line-height: 1.4em;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
  }
  .bucket .contents .poem-block h3 span.date {
    font-size: 0.6em;
    line-height: 1.4em;
  }
  .bucket .contents .poem-block a.article-link {
    text-indent: 0.5em;
    width: 100%;
    margin-top: 1px;
  }
  .bucket .contents .poem-block:last-of-type {
    margin-bottom: 0;
  }
}
.bucket.list {
  background-color: #8dc6d8;
  padding: 1em 0 0 2em;
}
.bucket.list h2,
.bucket.list .text {
  padding-right: 2em;
}
.bucket.list .text {
  line-height: 1.2em;
}
.bucket.list a.article-link {
  text-indent: 0.5em;
  width: 100%;
  margin-top: 1px;
  background-color: #0098c9;
}
.bucket.list a.article-link:hover {
  background-color: #0098c9;
  background-image: -webkit-gradient(linear, left top, right top, from(#0098c9), to(#0087b8));
  background-image: -webkit-linear-gradient(left, #0098c9, #0087b8);
  background-image: -moz-linear-gradient(left, #0098c9, #0087b8);
  background-image: -ms-linear-gradient(left, #0098c9, #0087b8);
  background-image: -o-linear-gradient(left, #0098c9, #0087b8);
  color: white;
}
@media only screen and (max-width: 800px) {
  .bucket.list {
    padding: 1em 0 0 5%;
  }
  .bucket.list h2,
  .bucket.list .text {
    padding-right: 5%;
  }
  .bucket.list a.article-link {
    text-indent: 0.5em;
    width: 100%;
    margin-top: 1px;
    background-color: #0098c9;
  }
  .bucket.list a.article-link:hover {
    background-color: #0098c9;
    background-image: -webkit-gradient(linear, left top, right top, from(#0098c9), to(#0087b8));
    background-image: -webkit-linear-gradient(left, #0098c9, #0087b8);
    background-image: -moz-linear-gradient(left, #0098c9, #0087b8);
    background-image: -ms-linear-gradient(left, #0098c9, #0087b8);
    background-image: -o-linear-gradient(left, #0098c9, #0087b8);
    color: white;
  }
  section.broad .indent-left.collapse {
    padding: 0;
  }
}
.bucket.special {
  background-color: #8dc6d8;
}
.bucket.special span.label {
  margin: -1em 0 1em -2em;
  background-color: #0098c9;
  background-image: -webkit-gradient(linear, left top, right top, from(#0098c9), to(#8dc6d8));
  background-image: -webkit-linear-gradient(left, #0098c9, #8dc6d8);
  background-image: -moz-linear-gradient(left, #0098c9, #8dc6d8);
  background-image: -ms-linear-gradient(left, #0098c9, #8dc6d8);
  background-image: -o-linear-gradient(left, #0098c9, #8dc6d8);
  display: block;
  color: white;
  padding: 0.2em 2em 0.3em;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.bucket.special span.label span {
  font-size: 0.8em;
  line-height: 1.4em;
}
.edition-title {
  border-bottom: 1px solid #eaf9ff;
  padding-bottom: 0.5em;
  height: 1.2em;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 800px) {
  .edition-title {
    height: auto;
  }
}
.juxt {
  background-color: #ecd9e4;
  position: fixed;
  top: 0;
  right: 0 !important;
  left: auto !important;
  width: 45%;
  height: 100%;
}
.juxt .panel {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: visible;
  overflow-y: scroll;
}
.juxt .edition-title {
  border-bottom: 1px solid #dca4da;
  padding-bottom: 0.5em;
  padding-left: 8%;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0.2em;
}
.juxt .context {
  padding-left: 8%;
}
.juxt .top {
  margin-bottom: 2em;
}
.juxt .article {
  text-align: justify;
  line-height: 1.6em;
  white-space: normal;
  padding-bottom: 20%;
}
.juxt .article table {
  width: 100%;
  table-layout: fixed;
}
.juxt .article table tr td {
  vertical-align: top;
}
.juxt .article table tr td.label {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #ff8bb3;
  width: 10%;
  padding-top: 0.2em;
}
.juxt .article table tr td.label.q {
  padding-top: 0.2em;
}
.juxt .article table tr td.label.a {
  padding-top: 0.5em;
}
.juxt .article table tr td.text {
  width: 90%;
  overflow: hidden;
}
.juxt .article table tr td.text.q {
  font-style: italic;
  padding-bottom: 1em;
}
.juxt .article table tr td.text.q em,
.juxt .article table tr td.text.q i {
  font-style: normal;
}
.juxt .article table tr td.text.a {
  padding-bottom: 1em;
}
.right.juxt {
  position: fixed;
}
@media only screen and (max-width: 800px) {
  .juxt {
    position: relative !important;
    top: auto;
    right: auto !important;
    width: 100% !important;
    height: auto;
    margin-bottom: 2em;
  }
  .juxt .panel {
    position: relative;
    height: auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .juxt .panel .top {
    margin-top: 2em;
  }
  .juxt .edition-title {
    padding-left: 5%;
  }
  .juxt .context {
    padding-left: 5%;
  }
  .juxt .shifter {
    display: none;
  }
  .juxt .article {
    padding-bottom: 2em;
  }
}
