html,
body {
  height: 100%;
}
body {
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #000;
  background: #fff;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  min-width: 20rem;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #2abd71;
}
.container {
  *zoom: 1;
  width: auto;
  max-width: 80rem;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  position: relative;
}
.container:before,
.container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
.flushcontainer {
  *zoom: 1;
  width: 100%;
  position: relative;
}
.flushcontainer:before,
.flushcontainer:after {
  content: '';
  display: table;
}
.flushcontainer:after {
  clear: both;
}
.section-header {
  padding: 1rem;
  *zoom: 1;
}
.section-header:before,
.section-header:after {
  content: '';
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header h2 {
  font-family: Foro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 20rem) {
  .section-header h2 {
    float: left;
  }
}
.section-header .more {
  display: block;
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  opacity: 0.6;
}
@media only screen and (min-width: 20rem) {
  .section-header .more {
    float: right;
    margin: 1rem 0;
  }
}
main {
  *zoom: 1;
  width: auto;
  max-width: 80rem;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  overflow: hidden;
  min-height: calc(100% - 32rem);
}
main:before,
main:after {
  content: '';
  display: table;
}
main:after {
  clear: both;
}
main:before,
main:after {
  content: '';
  display: table;
}
main:after {
  clear: both;
}
@media only screen and (min-width: 40rem) {
  main {
    padding: 1rem;
  }
}
article {
  *zoom: 1;
  position: relative;
  padding: 1rem;
  margin-bottom: 2rem;
  max-width: 40rem;
}
article:before,
article:after {
  content: '';
  display: table;
}
article:after {
  clear: both;
}
@media only screen and (min-width: 60rem) {
  article {
    *zoom: 1;
    width: auto;
    max-width: 40rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  article:before,
  article:after {
    content: '';
    display: table;
  }
  article:after {
    clear: both;
  }
}
article a {
  color: #2abd71;
}
article a:hover {
  color: #000;
}
div,
article,
section,
main,
footer,
header,
form,
fieldset,
pre,
code,
p,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"] {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 14px;
}
@media only screen and (min-width: 30rem) {
  html {
    font-size: 16px;
  }
}
p,
ul,
ol {
  font-family: 'Sina Nova', Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 1rem 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Foro, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 1rem 0;
}
@media only screen and (min-width: 60rem) and (min-height: 480px) {
  h1:target,
  h2:target,
  h3:target,
  h4:target,
  h5:target {
    padding-top: 9rem;
    margin-top: -7rem;
    background-clip: content-box;
  }
}
acronym,
abbr,
.caps {
  font-family: 'Sina Nova SC', Georgia, Cambria, Times New Roman, Times, serif;
  text-transform: lowercase;
  letter-spacing: 1px;
}
article h1+ h2,
article ol+ h2,
article ul+ h2,
article p+ h2,
article h1+ h3,
article ol+ h3,
article ul+ h3,
article p+ h3,
article h1+ h4,
article ol+ h4,
article ul+ h4,
article p+ h4,
article h1+ h5,
article ol+ h5,
article ul+ h5,
article p+ h5 {
  margin-top: 2rem;
}
article h2+ h2,
article h3+ h2,
article h4+ h2,
article h5+ h2,
article h2+ h3,
article h3+ h3,
article h4+ h3,
article h5+ h3,
article h2+ h4,
article h3+ h4,
article h4+ h4,
article h5+ h4,
article h2+ h5,
article h3+ h5,
article h4+ h5,
article h5+ h5 {
  margin-top: -0.5rem;
}
article h3 {
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: normal;
}
.text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.text-gradient.g01 {
  color: #005087;
  background-image: -webkit-linear-gradient(-45deg, #005087, #009ca7);
}
.text-gradient.g02 {
  color: #009ca7;
  background-image: -webkit-linear-gradient(-45deg, #009ca7, #00aeef);
}
.text-gradient.g03 {
  color: #00aeef;
  background-image: -webkit-linear-gradient(-45deg, #00aeef, #85d0cd);
}
.text-gradient.g04 {
  color: #00655c;
  background-image: -webkit-linear-gradient(-45deg, #00655c, #009ca7);
}
.text-gradient.g05 {
  color: #009ca7;
  background-image: -webkit-linear-gradient(-45deg, #009ca7, #81bd41);
}
.text-gradient.g06 {
  color: #00655c;
  background-image: -webkit-linear-gradient(-45deg, #00655c, #81bd41);
}
.text-gradient.g07 {
  color: #81bd41;
  background-image: -webkit-linear-gradient(-45deg, #81bd41, #edab20);
}
.text-gradient.g08 {
  color: #cbdb2a;
  background-image: -webkit-linear-gradient(-45deg, #cbdb2a, #ffc60b);
}
.text-gradient.g09 {
  color: #ffc60b;
  background-image: -webkit-linear-gradient(-45deg, #ffc60b, #f26922);
}
.text-gradient.g10 {
  color: #ec008c;
  background-image: -webkit-linear-gradient(-45deg, #ec008c, #f26922);
}
.text-gradient.g11 {
  color: #ac1e2d;
  background-image: -webkit-linear-gradient(-45deg, #ac1e2d, #ed1b34);
}
.text-gradient.g12 {
  color: #ac1e2d;
  background-image: -webkit-linear-gradient(-45deg, #ac1e2d, #39236a);
}
.text-gradient.g13 {
  color: #f26922;
  background-image: -webkit-linear-gradient(-45deg, #f26922, #ed1b34);
}
.text-gradient.g14 {
  color: #ec008c;
  background-image: -webkit-linear-gradient(-45deg, #ec008c, #ed1b34);
}
.text-gradient.g15 {
  color: #ec008c;
  background-image: -webkit-linear-gradient(-45deg, #ec008c, #882890);
}
.text-gradient.g16 {
  color: #005087;
  background-image: -webkit-linear-gradient(-45deg, #005087, #882890);
}
.text-gradient.g17 {
  color: #00655c;
  background-image: -webkit-linear-gradient(-45deg, #00655c, #39236a);
}
@media only screen and (min-width: 60rem) {
  #page-index .hero .toc-item {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 10rem;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 25%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
    padding-top: 16rem;
  }
  #page-index .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-index .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-index .hero .toc-item .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #page-index .hero .toc-item .text:before,
  #page-index .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-index .hero .toc-item .text:after {
    clear: both;
  }
  #page-index .hero .toc-item:before,
  #page-index .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-index .hero .toc-item:after {
    clear: both;
  }
  #page-index .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-index .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-index .toc-follow-promo {
    margin: 1rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  #page-index .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-index .toc-follow-promo section.email:before,
  #page-index .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-index .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-index .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-index .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-index .toc-follow-promo section.button:before,
  #page-index .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-index .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-index .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-index .toc-follow-promo input {
    display: inline-block;
  }
  #page-index .toc-follow-promo input.email {
    width: 50%;
  }
  #page-index .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-index .toc-follow-promo {
    position: absolute;
    bottom: 0;
    left: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-index .toc-follow-promo:before,
  #page-index .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-index .toc-follow-promo:after {
    clear: both;
  }
  #page-index .toc-follow-promo section {
    text-align: center;
  }
}
#page-index .toc-follow-promo section {
  padding: 1rem;
}
#page-index .toc-follow-promo section h2 {
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
}
#page-index .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-index .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-index .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-index .toc-follow-promo section .icon svg {
  width: 100%;
}
@media only screen and (min-width: 60rem) {
  #page-index .featured .toc-item::last-child {
    margin-bottom: 1rem;
  }
}
#page-index #toc-paramedics .subtitle {
  max-width: 17em;
}
#page-index #toc-paramedics .credit {
  max-width: 24em;
}
@media only screen and (min-width: 60rem) {
  #page-index #toc-paramedics {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-index #toc-paramedics .image {
    padding-top: 0;
  }
  #page-index #toc-paramedics .image {
    padding-bottom: 0;
  }
  #page-index #toc-paramedics .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-index #toc-paramedics .image:before,
  #page-index #toc-paramedics .image:after {
    content: '';
    display: table;
  }
  #page-index #toc-paramedics .image:after {
    clear: both;
  }
  #page-index #toc-paramedics .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-index #toc-paramedics .text:before,
  #page-index #toc-paramedics .text:after {
    content: '';
    display: table;
  }
  #page-index #toc-paramedics .text:after {
    clear: both;
  }
  #page-index #toc-paramedics:before,
  #page-index #toc-paramedics:after {
    content: '';
    display: table;
  }
  #page-index #toc-paramedics:after {
    clear: both;
  }
}
#page-index #toc-farcwomen .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-index #toc-farcwomen {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-index #toc-farcwomen:before,
  #page-index #toc-farcwomen:after {
    content: '';
    display: table;
  }
  #page-index #toc-farcwomen:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-index #toc-athletes {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-index #toc-athletes:before,
  #page-index #toc-athletes:after {
    content: '';
    display: table;
  }
  #page-index #toc-athletes:after {
    clear: both;
  }
  #page-index #toc-athletes .image {
    padding-top: 0;
  }
}
#page-index #toc-ayuhuasca .subtitle {
  max-width: 19em;
}
#page-index #toc-arizona .credit {
  max-width: 19em;
}
#page-index #toc-homeless .credit {
  max-width: 19em;
}
#page-index #toc-puertea .credit {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-index #toc-backstage,
  #page-index #toc-meanwhile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-index #toc-backstage:before,
  #page-index #toc-meanwhile:before,
  #page-index #toc-backstage:after,
  #page-index #toc-meanwhile:after {
    content: '';
    display: table;
  }
  #page-index #toc-backstage:after,
  #page-index #toc-meanwhile:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-index #toc-backstage {
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-index #toc-backstage .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-index #toc-sofi-jen {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-index #toc-sofi-jen:before,
  #page-index #toc-sofi-jen:after {
    content: '';
    display: table;
  }
  #page-index #toc-sofi-jen:after {
    clear: both;
  }
  #page-index #toc-sofi-jen .image {
    padding-top: 0;
  }
  #page-index #toc-sofi-jen .image {
    padding-bottom: 0;
  }
  #page-index #toc-sofi-jen .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-index #toc-sofi-jen .image:before,
  #page-index #toc-sofi-jen .image:after {
    content: '';
    display: table;
  }
  #page-index #toc-sofi-jen .image:after {
    clear: both;
  }
  #page-index #toc-sofi-jen .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-index #toc-sofi-jen .text:before,
  #page-index #toc-sofi-jen .text:after {
    content: '';
    display: table;
  }
  #page-index #toc-sofi-jen .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-index #toc-sofi-nick {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-index #toc-sofi-nick:before,
  #page-index #toc-sofi-nick:after {
    content: '';
    display: table;
  }
  #page-index #toc-sofi-nick:after {
    clear: both;
  }
  #page-index #toc-sofi-nick .image {
    padding-top: 0;
  }
  #page-index #toc-sofi-nick .image {
    padding-bottom: 0;
  }
  #page-index #toc-sofi-nick .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-index #toc-sofi-nick .image:before,
  #page-index #toc-sofi-nick .image:after {
    content: '';
    display: table;
  }
  #page-index #toc-sofi-nick .image:after {
    clear: both;
  }
  #page-index #toc-sofi-nick .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-index #toc-sofi-nick .text:before,
  #page-index #toc-sofi-nick .text:after {
    content: '';
    display: table;
  }
  #page-index #toc-sofi-nick .text:after {
    clear: both;
  }
}
.issues.container {
  padding-bottom: 1rem;
}
.issues .issue-item {
  padding-bottom: 2rem;
}
.issues .issue-item .image {
  padding: 1rem;
}
.issues .issue-item .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.issues .issue-item .text {
  text-align: center;
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 30rem) {
  .issues .issue-item {
    min-width: 20rem;
  }
}
@media only screen and (min-width: 30rem) {
  .issues .issue-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .issues .issue-item:before,
  .issues .issue-item:after {
    content: '';
    display: table;
  }
  .issues .issue-item:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  .issues .issue-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .issues .issue-item:before,
  .issues .issue-item:after {
    content: '';
    display: table;
  }
  .issues .issue-item:after {
    clear: both;
  }
}
.latest-issues .section-header {
  padding-bottom: 0;
}
.latest-issues .issues {
  overflow: hidden;
  white-space: nowrap;
}
.latest-issues .issues .issue-item {
  display: inline-block !important;
  float: none !important;
}
@media only screen and (min-width: 40rem) {
  #page-2014-10-05 #toc-vr {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2014-10-05 #toc-vr:before,
  #page-2014-10-05 #toc-vr:after {
    content: '';
    display: table;
  }
  #page-2014-10-05 #toc-vr:after {
    clear: both;
  }
  #page-2014-10-05 #toc-contestant {
    border-left: none;
  }
  #page-2014-10-05 #toc-artists {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2014-10-05 #toc-artists:before,
  #page-2014-10-05 #toc-artists:after {
    content: '';
    display: table;
  }
  #page-2014-10-05 #toc-artists:after {
    clear: both;
  }
  #page-2014-10-05 #toc-artists .image {
    padding-top: 0;
  }
  #page-2014-10-05 #toc-muscat {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2014-10-05 #toc-muscat:before,
  #page-2014-10-05 #toc-muscat:after {
    content: '';
    display: table;
  }
  #page-2014-10-05 #toc-muscat:after {
    clear: both;
  }
  #page-2014-10-05 #toc-muscat .image {
    padding-top: 0;
  }
  #page-2014-10-05 #toc-authorities {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2014-10-05 #toc-authorities:before,
  #page-2014-10-05 #toc-authorities:after {
    content: '';
    display: table;
  }
  #page-2014-10-05 #toc-authorities:after {
    clear: both;
  }
  #page-2014-10-05 .storyads2 .toc-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2014-10-05 .storyads2 .toc-item:before,
  #page-2014-10-05 .storyads2 .toc-item:after {
    content: '';
    display: table;
  }
  #page-2014-10-05 .storyads2 .toc-item:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2014-11-02 #toc-blind {
    clear: both;
  }
  #page-2014-11-02 #toc-doughnuts {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2014-11-02 #toc-doughnuts:before,
  #page-2014-11-02 #toc-doughnuts:after {
    content: '';
    display: table;
  }
  #page-2014-11-02 #toc-doughnuts:after {
    clear: both;
  }
  #page-2014-11-02 #toc-dig {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2014-11-02 #toc-dig:before,
  #page-2014-11-02 #toc-dig:after {
    content: '';
    display: table;
  }
  #page-2014-11-02 #toc-dig:after {
    clear: both;
  }
  #page-2014-11-02 .storyads2 .toc-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2014-11-02 .storyads2 .toc-item:before,
  #page-2014-11-02 .storyads2 .toc-item:after {
    content: '';
    display: table;
  }
  #page-2014-11-02 .storyads2 .toc-item:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  #page-2014-12-07 .issue-date .month,
  #page-2014-12-07 .issue-date .year {
    padding-bottom: 15rem;
  }
  #page-2014-12-07 #toc-choi {
    margin-top: 8.25rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2014-12-07 .storyads1 .toc-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2014-12-07 .storyads1 .toc-item:before,
  #page-2014-12-07 .storyads1 .toc-item:after {
    content: '';
    display: table;
  }
  #page-2014-12-07 .storyads1 .toc-item:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-01-04 #toc-airbnb {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-01-04 #toc-airbnb:before,
  #page-2015-01-04 #toc-airbnb:after {
    content: '';
    display: table;
  }
  #page-2015-01-04 #toc-airbnb:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-03-01 #toc-kimzey {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 4rem;
  }
  #page-2015-03-01 #toc-kimzey .image {
    padding-bottom: 0;
  }
  #page-2015-03-01 #toc-fish {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 4rem;
  }
  #page-2015-03-01 #toc-fish .image {
    padding-bottom: 0;
  }
  #page-2015-03-01 #toc-africans {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    clear: left;
  }
  #page-2015-03-01 #toc-africans:before,
  #page-2015-03-01 #toc-africans:after {
    content: '';
    display: table;
  }
  #page-2015-03-01 #toc-africans:after {
    clear: both;
  }
  #page-2015-03-01 #toc-africans .image {
    padding-top: 0;
  }
  #page-2015-03-01 #toc-ecuador {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
    margin-top: 0;
  }
  #page-2015-03-01 #toc-ecuador:before,
  #page-2015-03-01 #toc-ecuador:after {
    content: '';
    display: table;
  }
  #page-2015-03-01 #toc-ecuador:after {
    clear: both;
  }
  #page-2015-03-01 #toc-ecuador .image {
    padding-top: 0;
  }
  #page-2015-03-01 #toc-lacars {
    margin-top: 1rem;
    border-right: 1px solid #000;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-03-01 #toc-lacars .image {
    padding-top: 0;
  }
  #page-2015-03-01 #toc-lacars:before,
  #page-2015-03-01 #toc-lacars:after {
    content: '';
    display: table;
  }
  #page-2015-03-01 #toc-lacars:after {
    clear: both;
  }
  #page-2015-03-01 #toc-fbhq {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-03-01 #toc-fbhq:before,
  #page-2015-03-01 #toc-fbhq:after {
    content: '';
    display: table;
  }
  #page-2015-03-01 #toc-fbhq:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-04-05 #toc-propublica {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-04-05 #toc-propublica:before,
  #page-2015-04-05 #toc-propublica:after {
    content: '';
    display: table;
  }
  #page-2015-04-05 #toc-propublica:after {
    clear: both;
  }
  #page-2015-04-05 #toc-baseball {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-04-05 #toc-baseball:before,
  #page-2015-04-05 #toc-baseball:after {
    content: '';
    display: table;
  }
  #page-2015-04-05 #toc-baseball:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-05-03 #toc-halehouse {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-05-03 #toc-halehouse:before,
  #page-2015-05-03 #toc-halehouse:after {
    content: '';
    display: table;
  }
  #page-2015-05-03 #toc-halehouse:after {
    clear: both;
  }
  #page-2015-05-03 #toc-exoticmeats {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 50%;
    margin-right: 0%;
  }
  #page-2015-05-03 #toc-exoticmeats:before,
  #page-2015-05-03 #toc-exoticmeats:after {
    content: '';
    display: table;
  }
  #page-2015-05-03 #toc-exoticmeats:after {
    clear: both;
  }
  #page-2015-05-03 #toc-trumaker {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-05-03 #toc-trumaker:before,
  #page-2015-05-03 #toc-trumaker:after {
    content: '';
    display: table;
  }
  #page-2015-05-03 #toc-trumaker:after {
    clear: both;
  }
  #page-2015-05-03 #toc-parisphoto {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2015-05-03 #toc-parisphoto .image {
    padding-top: 0;
  }
  #page-2015-05-03 #toc-parisphoto .image {
    padding-bottom: 0;
  }
  #page-2015-05-03 #toc-parisphoto .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2015-05-03 #toc-parisphoto .image:before,
  #page-2015-05-03 #toc-parisphoto .image:after {
    content: '';
    display: table;
  }
  #page-2015-05-03 #toc-parisphoto .image:after {
    clear: both;
  }
  #page-2015-05-03 #toc-parisphoto .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2015-05-03 #toc-parisphoto .text:before,
  #page-2015-05-03 #toc-parisphoto .text:after {
    content: '';
    display: table;
  }
  #page-2015-05-03 #toc-parisphoto .text:after {
    clear: both;
  }
}
#page-2015-06-07 #toc-asianart {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
#page-2015-06-07 #toc-asianart:before,
#page-2015-06-07 #toc-asianart:after {
  content: '';
  display: table;
}
#page-2015-06-07 #toc-asianart:after {
  clear: both;
}
#page-2015-08-02 .issue-date .month {
  padding-top: 0.1em;
}
@media only screen and (min-width: 60rem) {
  #page-2015-08-02 .issue-date .month {
    padding-top: 1rem;
    margin-top: 0.1em;
  }
}
#page-2015-08-02 #toc-fullerton .image {
  padding-left: 0;
}
@media only screen and (min-width: 40rem) {
  #page-2015-08-02 .storyads2 .toc-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-08-02 .storyads2 .toc-item:before,
  #page-2015-08-02 .storyads2 .toc-item:after {
    content: '';
    display: table;
  }
  #page-2015-08-02 .storyads2 .toc-item:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-09-06 #toc-googleplay {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-2015-09-06 #toc-googleplay:before,
  #page-2015-09-06 #toc-googleplay:after {
    content: '';
    display: table;
  }
  #page-2015-09-06 #toc-googleplay:after {
    clear: both;
  }
  #page-2015-09-06 #toc-googleplay .image {
    padding-top: 0;
  }
  #page-2015-09-06 #toc-googleplay .image {
    padding-bottom: 0;
  }
  #page-2015-09-06 #toc-googleplay .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2015-09-06 #toc-googleplay .image:before,
  #page-2015-09-06 #toc-googleplay .image:after {
    content: '';
    display: table;
  }
  #page-2015-09-06 #toc-googleplay .image:after {
    clear: both;
  }
  #page-2015-09-06 #toc-googleplay .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2015-09-06 #toc-googleplay .text:before,
  #page-2015-09-06 #toc-googleplay .text:after {
    content: '';
    display: table;
  }
  #page-2015-09-06 #toc-googleplay .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2015-09-06 #toc-siliconbeach .text .subtitle {
    max-width: 24em;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2015-09-06 #toc-kenyabarris {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-09-06 #toc-kenyabarris:before,
  #page-2015-09-06 #toc-kenyabarris:after {
    content: '';
    display: table;
  }
  #page-2015-09-06 #toc-kenyabarris:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2015-09-06 #toc-rice {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2015-09-06 #toc-rice:before,
  #page-2015-09-06 #toc-rice:after {
    content: '';
    display: table;
  }
  #page-2015-09-06 #toc-rice:after {
    clear: both;
  }
  #page-2015-09-06 #toc-rice .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-09-06 #toc-boatbuilder .text .subtitle {
    max-width: 20em;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-09-06 #toc-surgeon {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 4rem;
  }
  #page-2015-09-06 #toc-surgeon .image {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-09-06 .storyads1 .toc-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-09-06 .storyads1 .toc-item:before,
  #page-2015-09-06 .storyads1 .toc-item:after {
    content: '';
    display: table;
  }
  #page-2015-09-06 .storyads1 .toc-item:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  #page-2015-10-04 .issue-date .month,
  #page-2015-10-04 .issue-date .year {
    padding-bottom: 17.5rem;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  #page-2015-10-04 #toc-dreyer {
    margin-top: 10.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2015-10-04 #toc-militarytech {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-10-04 #toc-militarytech:before,
  #page-2015-10-04 #toc-militarytech:after {
    content: '';
    display: table;
  }
  #page-2015-10-04 #toc-militarytech:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2015-10-04 #toc-hopscotch {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2015-10-04 #toc-hopscotch:before,
  #page-2015-10-04 #toc-hopscotch:after {
    content: '';
    display: table;
  }
  #page-2015-10-04 #toc-hopscotch:after {
    clear: both;
  }
  #page-2015-10-04 #toc-hopscotch .image {
    padding-top: 0;
  }
}
#page-2015-10-04 #toc-dreyer .subtitle {
  max-width: 28em;
}
#page-2015-10-04 #toc-dreyer .credit {
  max-width: 28em;
}
@media only screen and (min-width: 60rem) {
  #page-2015-10-04 #toc-dreyer {
    padding-top: 20rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-10-04 #toc-popup {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 1rem;
  }
  #page-2015-10-04 #toc-popup .image {
    padding-top: 0;
  }
  #page-2015-10-04 #toc-popup .image {
    padding-bottom: 0;
  }
  #page-2015-10-04 #toc-popup .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2015-10-04 #toc-popup .image:before,
  #page-2015-10-04 #toc-popup .image:after {
    content: '';
    display: table;
  }
  #page-2015-10-04 #toc-popup .image:after {
    clear: both;
  }
  #page-2015-10-04 #toc-popup .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2015-10-04 #toc-popup .text:before,
  #page-2015-10-04 #toc-popup .text:after {
    content: '';
    display: table;
  }
  #page-2015-10-04 #toc-popup .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-10-04 #toc-fiction {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 62.5%;
    margin-right: 0%;
  }
  #page-2015-10-04 #toc-fiction:before,
  #page-2015-10-04 #toc-fiction:after {
    content: '';
    display: table;
  }
  #page-2015-10-04 #toc-fiction:after {
    clear: both;
  }
  #page-2015-10-04 #toc-fiction .image {
    position: relative;
    width: 125%;
    margin-bottom: -1rem;
  }
}
#page-2015-10-04 #toc-lawns .subtitle {
  max-width: 24em;
}
@media only screen and (min-width: 40rem) {
  #page-2015-10-04 #toc-lawns {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2015-10-04 #toc-lawns:before,
  #page-2015-10-04 #toc-lawns:after {
    content: '';
    display: table;
  }
  #page-2015-10-04 #toc-lawns:after {
    clear: both;
  }
}
#page-2015-10-04 #toc-zimmer {
  border-right: none;
}
#page-2015-10-04 #toc-danielwu {
  margin-top: 1rem;
  border-left: 1px solid #000;
}
#page-2015-10-04 #toc-danielwu .subtitle {
  max-width: 24em;
}
#page-2015-10-04 #toc-danielwu .image {
  padding-top: 0;
}
@media only screen and (min-width: 40rem) {
  #page-2015-10-04 #toc-roxaboxen .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
    border-right: 0;
  }
  #page-2015-10-04 #toc-roxaboxen .image:before,
  #page-2015-10-04 #toc-roxaboxen .image:after {
    content: '';
    display: table;
  }
  #page-2015-10-04 #toc-roxaboxen .image:after {
    clear: both;
  }
  #page-2015-10-04 #toc-roxaboxen .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2015-10-04 #toc-roxaboxen .text:before,
  #page-2015-10-04 #toc-roxaboxen .text:after {
    content: '';
    display: table;
  }
  #page-2015-10-04 #toc-roxaboxen .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-11-01 #toc-somarts {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2015-11-01 #toc-somarts .image {
    padding-top: 0;
  }
  #page-2015-11-01 #toc-somarts .image {
    padding-bottom: 0;
  }
  #page-2015-11-01 #toc-somarts .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2015-11-01 #toc-somarts .image:before,
  #page-2015-11-01 #toc-somarts .image:after {
    content: '';
    display: table;
  }
  #page-2015-11-01 #toc-somarts .image:after {
    clear: both;
  }
  #page-2015-11-01 #toc-somarts .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2015-11-01 #toc-somarts .text:before,
  #page-2015-11-01 #toc-somarts .text:after {
    content: '';
    display: table;
  }
  #page-2015-11-01 #toc-somarts .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-11-01 #toc-backstage {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 1rem;
  }
  #page-2015-11-01 #toc-backstage .image {
    padding-top: 0;
  }
  #page-2015-11-01 #toc-backstage .image {
    padding-bottom: 0;
  }
  #page-2015-11-01 #toc-backstage .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2015-11-01 #toc-backstage .image:before,
  #page-2015-11-01 #toc-backstage .image:after {
    content: '';
    display: table;
  }
  #page-2015-11-01 #toc-backstage .image:after {
    clear: both;
  }
  #page-2015-11-01 #toc-backstage .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2015-11-01 #toc-backstage .text:before,
  #page-2015-11-01 #toc-backstage .text:after {
    content: '';
    display: table;
  }
  #page-2015-11-01 #toc-backstage .text:after {
    clear: both;
  }
}
#page-2015-11-01 #toc-baijiu .subtitle {
  max-width: 28rem;
}
@media only screen and (min-width: 40rem) {
  #page-2015-11-01 #toc-nest {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-2015-11-01 #toc-nest:before,
  #page-2015-11-01 #toc-nest:after {
    content: '';
    display: table;
  }
  #page-2015-11-01 #toc-nest:after {
    clear: both;
  }
  #page-2015-11-01 #toc-nest .image {
    padding-top: 0;
  }
  #page-2015-11-01 #toc-nest .image {
    padding-bottom: 0;
  }
  #page-2015-11-01 #toc-nest .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2015-11-01 #toc-nest .image:before,
  #page-2015-11-01 #toc-nest .image:after {
    content: '';
    display: table;
  }
  #page-2015-11-01 #toc-nest .image:after {
    clear: both;
  }
  #page-2015-11-01 #toc-nest .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 62.5%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2015-11-01 #toc-nest .text:before,
  #page-2015-11-01 #toc-nest .text:after {
    content: '';
    display: table;
  }
  #page-2015-11-01 #toc-nest .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-11-01 #toc-petroglyphs .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
    border-right: none;
  }
  #page-2015-11-01 #toc-petroglyphs .image:before,
  #page-2015-11-01 #toc-petroglyphs .image:after {
    content: '';
    display: table;
  }
  #page-2015-11-01 #toc-petroglyphs .image:after {
    clear: both;
  }
  #page-2015-11-01 #toc-petroglyphs .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-11-01 #toc-petroglyphs .text:before,
  #page-2015-11-01 #toc-petroglyphs .text:after {
    content: '';
    display: table;
  }
  #page-2015-11-01 #toc-petroglyphs .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2015-12-06 #toc-samoa .subtitle {
    max-width: 32em;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2015-12-06 #toc-blocktimers .subtitle {
    max-width: 24em;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-12-06 #toc-backstage {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 1rem;
  }
  #page-2015-12-06 #toc-backstage .image {
    padding-top: 0;
  }
  #page-2015-12-06 #toc-backstage .image {
    padding-bottom: 0;
  }
  #page-2015-12-06 #toc-backstage .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2015-12-06 #toc-backstage .image:before,
  #page-2015-12-06 #toc-backstage .image:after {
    content: '';
    display: table;
  }
  #page-2015-12-06 #toc-backstage .image:after {
    clear: both;
  }
  #page-2015-12-06 #toc-backstage .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2015-12-06 #toc-backstage .text:before,
  #page-2015-12-06 #toc-backstage .text:after {
    content: '';
    display: table;
  }
  #page-2015-12-06 #toc-backstage .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-12-06 #toc-elnino .image img {
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
    margin-left: -2rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-12-06 #toc-nest {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-2015-12-06 #toc-nest:before,
  #page-2015-12-06 #toc-nest:after {
    content: '';
    display: table;
  }
  #page-2015-12-06 #toc-nest:after {
    clear: both;
  }
  #page-2015-12-06 #toc-nest .image {
    padding-top: 0;
  }
  #page-2015-12-06 #toc-nest .image {
    padding-bottom: 0;
  }
  #page-2015-12-06 #toc-nest .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2015-12-06 #toc-nest .image:before,
  #page-2015-12-06 #toc-nest .image:after {
    content: '';
    display: table;
  }
  #page-2015-12-06 #toc-nest .image:after {
    clear: both;
  }
  #page-2015-12-06 #toc-nest .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 62.5%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2015-12-06 #toc-nest .text:before,
  #page-2015-12-06 #toc-nest .text:after {
    content: '';
    display: table;
  }
  #page-2015-12-06 #toc-nest .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2015-12-06 #toc-incline .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
    border-right: none;
  }
  #page-2015-12-06 #toc-incline .image:before,
  #page-2015-12-06 #toc-incline .image:after {
    content: '';
    display: table;
  }
  #page-2015-12-06 #toc-incline .image:after {
    clear: both;
  }
  #page-2015-12-06 #toc-incline .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2015-12-06 #toc-incline .text:before,
  #page-2015-12-06 #toc-incline .text:after {
    content: '';
    display: table;
  }
  #page-2015-12-06 #toc-incline .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2016-02-07 #toc-pipkin {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2016-02-07 #toc-pipkin:before,
  #page-2016-02-07 #toc-pipkin:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-pipkin:after {
    clear: both;
  }
  #page-2016-02-07 #toc-pipkin .image {
    padding-top: 0;
  }
  #page-2016-02-07 #toc-pipkin .image {
    padding-bottom: 0;
  }
  #page-2016-02-07 #toc-pipkin .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-02-07 #toc-pipkin .image:before,
  #page-2016-02-07 #toc-pipkin .image:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-pipkin .image:after {
    clear: both;
  }
  #page-2016-02-07 #toc-pipkin .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-02-07 #toc-pipkin .text:before,
  #page-2016-02-07 #toc-pipkin .text:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-pipkin .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2016-02-07 #toc-clowes {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    border-left: none;
  }
  #page-2016-02-07 #toc-clowes:before,
  #page-2016-02-07 #toc-clowes:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-clowes:after {
    clear: both;
  }
  #page-2016-02-07 #toc-clowes .image {
    padding-top: 0;
  }
  #page-2016-02-07 #toc-clowes .image {
    padding-bottom: 0;
  }
  #page-2016-02-07 #toc-clowes .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2016-02-07 #toc-clowes .image:before,
  #page-2016-02-07 #toc-clowes .image:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-clowes .image:after {
    clear: both;
  }
  #page-2016-02-07 #toc-clowes .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-02-07 #toc-clowes .text:before,
  #page-2016-02-07 #toc-clowes .text:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-clowes .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2016-02-07 #toc-labeats {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2016-02-07 #toc-labeats:before,
  #page-2016-02-07 #toc-labeats:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-labeats:after {
    clear: both;
  }
  #page-2016-02-07 #toc-labeats .image {
    padding-top: 0;
  }
  #page-2016-02-07 #toc-labeats .image {
    padding-bottom: 0;
  }
  #page-2016-02-07 #toc-labeats .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-02-07 #toc-labeats .image:before,
  #page-2016-02-07 #toc-labeats .image:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-labeats .image:after {
    clear: both;
  }
  #page-2016-02-07 #toc-labeats .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-02-07 #toc-labeats .text:before,
  #page-2016-02-07 #toc-labeats .text:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-labeats .text:after {
    clear: both;
  }
}
#page-2016-02-07 #toc-backstage .image {
  padding: 0 2rem;
}
@media only screen and (min-width: 60rem) {
  #page-2016-02-07 #toc-backstage {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2016-02-07 #toc-backstage:before,
  #page-2016-02-07 #toc-backstage:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-backstage:after {
    clear: both;
  }
  #page-2016-02-07 #toc-backstage .image {
    padding-top: 0;
  }
  #page-2016-02-07 #toc-backstage .image {
    padding-bottom: 0;
  }
  #page-2016-02-07 #toc-backstage .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 25%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
    padding: 1rem 2rem;
  }
  #page-2016-02-07 #toc-backstage .image:before,
  #page-2016-02-07 #toc-backstage .image:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-backstage .image:after {
    clear: both;
  }
  #page-2016-02-07 #toc-backstage .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-02-07 #toc-backstage .text:before,
  #page-2016-02-07 #toc-backstage .text:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-backstage .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-02-07 #toc-gotmilk {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-2016-02-07 #toc-gotmilk:before,
  #page-2016-02-07 #toc-gotmilk:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-gotmilk:after {
    clear: both;
  }
  #page-2016-02-07 #toc-gotmilk .image {
    padding-top: 0;
  }
  #page-2016-02-07 #toc-gotmilk .image {
    padding-bottom: 0;
  }
  #page-2016-02-07 #toc-gotmilk .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 37.5%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2016-02-07 #toc-gotmilk .image:before,
  #page-2016-02-07 #toc-gotmilk .image:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-gotmilk .image:after {
    clear: both;
  }
  #page-2016-02-07 #toc-gotmilk .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-02-07 #toc-gotmilk .text:before,
  #page-2016-02-07 #toc-gotmilk .text:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-gotmilk .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-02-07 #toc-owls .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 50%;
    margin-right: 0%;
    position: absolute;
  }
  #page-2016-02-07 #toc-owls .text:before,
  #page-2016-02-07 #toc-owls .text:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-owls .text:after {
    clear: both;
  }
}
#page-2016-02-07 #toc-poet .image {
  *zoom: 1;
  width: auto;
  max-width: 20rem;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
#page-2016-02-07 #toc-poet .image:before,
#page-2016-02-07 #toc-poet .image:after {
  content: '';
  display: table;
}
#page-2016-02-07 #toc-poet .image:after {
  clear: both;
}
@media only screen and (min-width: 40rem) {
  #page-2016-02-07 #toc-poet {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
    margin-top: 1rem;
    border-left: 1px solid #000;
    position: relative;
    left: -1px;
    margin-top: -2rem;
  }
  #page-2016-02-07 #toc-poet:before,
  #page-2016-02-07 #toc-poet:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-poet:after {
    clear: both;
  }
  #page-2016-02-07 #toc-poet .image {
    *zoom: 1;
    width: auto;
    max-width: 16rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #page-2016-02-07 #toc-poet .image:before,
  #page-2016-02-07 #toc-poet .image:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-poet .image:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-02-07 #toc-mailchimp {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-2016-02-07 #toc-mailchimp:before,
  #page-2016-02-07 #toc-mailchimp:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-mailchimp:after {
    clear: both;
  }
  #page-2016-02-07 #toc-mailchimp .image {
    padding-top: 0;
  }
  #page-2016-02-07 #toc-mailchimp .image {
    padding-bottom: 0;
  }
  #page-2016-02-07 #toc-mailchimp .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 37.5%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2016-02-07 #toc-mailchimp .image:before,
  #page-2016-02-07 #toc-mailchimp .image:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-mailchimp .image:after {
    clear: both;
  }
  #page-2016-02-07 #toc-mailchimp .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-02-07 #toc-mailchimp .text:before,
  #page-2016-02-07 #toc-mailchimp .text:after {
    content: '';
    display: table;
  }
  #page-2016-02-07 #toc-mailchimp .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2016-04-03 #toc-crowds {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2016-04-03 #toc-crowds:before,
  #page-2016-04-03 #toc-crowds:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-crowds:after {
    clear: both;
  }
  #page-2016-04-03 #toc-crowds .image {
    padding-bottom: 0;
  }
  #page-2016-04-03 #toc-crowds .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-04-03 #toc-crowds .image:before,
  #page-2016-04-03 #toc-crowds .image:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-crowds .image:after {
    clear: both;
  }
  #page-2016-04-03 #toc-crowds .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-04-03 #toc-crowds .text:before,
  #page-2016-04-03 #toc-crowds .text:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-crowds .text:after {
    clear: both;
  }
}
#page-2016-04-03 #toc-thrasher .subtitle {
  max-width: 22rem;
}
@media only screen and (min-width: 40rem) {
  #page-2016-04-03 #toc-thrasher {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2016-04-03 #toc-thrasher:before,
  #page-2016-04-03 #toc-thrasher:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-thrasher:after {
    clear: both;
  }
}
#page-2016-04-03 #toc-india .subtitle {
  max-width: 22rem;
}
@media only screen and (min-width: 40rem) {
  #page-2016-04-03 #toc-india {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2016-04-03 #toc-india:before,
  #page-2016-04-03 #toc-india:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-india:after {
    clear: both;
  }
  #page-2016-04-03 #toc-india .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-04-03 #toc-magik {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 1rem;
  }
  #page-2016-04-03 #toc-magik:before,
  #page-2016-04-03 #toc-magik:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-magik:after {
    clear: both;
  }
  #page-2016-04-03 #toc-magik .image {
    padding-top: 0;
  }
  #page-2016-04-03 #toc-magik .image {
    padding-bottom: 0;
  }
  #page-2016-04-03 #toc-magik .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-04-03 #toc-magik .image:before,
  #page-2016-04-03 #toc-magik .image:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-magik .image:after {
    clear: both;
  }
  #page-2016-04-03 #toc-magik .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 62.5%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-04-03 #toc-magik .text:before,
  #page-2016-04-03 #toc-magik .text:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-magik .text:after {
    clear: both;
  }
}
#page-2016-04-03 #toc-wtc .subtitle {
  max-width: 28rem;
}
@media only screen and (min-width: 40rem) {
  #page-2016-04-03 #toc-gotmilk,
  #page-2016-04-03 #toc-mailchimp,
  #page-2016-04-03 #toc-googleplay {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-2016-04-03 #toc-gotmilk:before,
  #page-2016-04-03 #toc-mailchimp:before,
  #page-2016-04-03 #toc-googleplay:before,
  #page-2016-04-03 #toc-gotmilk:after,
  #page-2016-04-03 #toc-mailchimp:after,
  #page-2016-04-03 #toc-googleplay:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-gotmilk:after,
  #page-2016-04-03 #toc-mailchimp:after,
  #page-2016-04-03 #toc-googleplay:after {
    clear: both;
  }
  #page-2016-04-03 #toc-gotmilk .image,
  #page-2016-04-03 #toc-mailchimp .image,
  #page-2016-04-03 #toc-googleplay .image {
    padding-top: 0;
  }
  #page-2016-04-03 #toc-gotmilk .image,
  #page-2016-04-03 #toc-mailchimp .image,
  #page-2016-04-03 #toc-googleplay .image {
    padding-bottom: 0;
  }
  #page-2016-04-03 #toc-gotmilk .image,
  #page-2016-04-03 #toc-mailchimp .image,
  #page-2016-04-03 #toc-googleplay .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 37.5%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2016-04-03 #toc-gotmilk .image:before,
  #page-2016-04-03 #toc-mailchimp .image:before,
  #page-2016-04-03 #toc-googleplay .image:before,
  #page-2016-04-03 #toc-gotmilk .image:after,
  #page-2016-04-03 #toc-mailchimp .image:after,
  #page-2016-04-03 #toc-googleplay .image:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-gotmilk .image:after,
  #page-2016-04-03 #toc-mailchimp .image:after,
  #page-2016-04-03 #toc-googleplay .image:after {
    clear: both;
  }
  #page-2016-04-03 #toc-gotmilk .text,
  #page-2016-04-03 #toc-mailchimp .text,
  #page-2016-04-03 #toc-googleplay .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-04-03 #toc-gotmilk .text:before,
  #page-2016-04-03 #toc-mailchimp .text:before,
  #page-2016-04-03 #toc-googleplay .text:before,
  #page-2016-04-03 #toc-gotmilk .text:after,
  #page-2016-04-03 #toc-mailchimp .text:after,
  #page-2016-04-03 #toc-googleplay .text:after {
    content: '';
    display: table;
  }
  #page-2016-04-03 #toc-gotmilk .text:after,
  #page-2016-04-03 #toc-mailchimp .text:after,
  #page-2016-04-03 #toc-googleplay .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2016-06-05 #toc-bassler {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2016-06-05 #toc-bassler:before,
  #page-2016-06-05 #toc-bassler:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-bassler:after {
    clear: both;
  }
  #page-2016-06-05 #toc-bassler .image {
    padding-top: 0;
  }
  #page-2016-06-05 #toc-bassler .image {
    padding-bottom: 0;
  }
  #page-2016-06-05 #toc-bassler .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-06-05 #toc-bassler .image:before,
  #page-2016-06-05 #toc-bassler .image:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-bassler .image:after {
    clear: both;
  }
  #page-2016-06-05 #toc-bassler .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-06-05 #toc-bassler .text:before,
  #page-2016-06-05 #toc-bassler .text:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-bassler .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2016-06-05 #toc-abe {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2016-06-05 #toc-abe:before,
  #page-2016-06-05 #toc-abe:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-abe:after {
    clear: both;
  }
  #page-2016-06-05 #toc-abe .image {
    padding-top: 0;
  }
  #page-2016-06-05 #toc-abe .image {
    padding-bottom: 0;
  }
  #page-2016-06-05 #toc-abe .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-06-05 #toc-abe .image:before,
  #page-2016-06-05 #toc-abe .image:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-abe .image:after {
    clear: both;
  }
  #page-2016-06-05 #toc-abe .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 62.5%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-06-05 #toc-abe .text:before,
  #page-2016-06-05 #toc-abe .text:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-abe .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2016-06-05 #toc-norsworthy {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2016-06-05 #toc-norsworthy:before,
  #page-2016-06-05 #toc-norsworthy:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-norsworthy:after {
    clear: both;
  }
  #page-2016-06-05 #toc-norsworthy .image {
    padding-top: 0;
  }
  #page-2016-06-05 #toc-norsworthy .image {
    padding-bottom: 0;
  }
  #page-2016-06-05 #toc-norsworthy .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 37.5%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2016-06-05 #toc-norsworthy .image:before,
  #page-2016-06-05 #toc-norsworthy .image:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-norsworthy .image:after {
    clear: both;
  }
  #page-2016-06-05 #toc-norsworthy .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-06-05 #toc-norsworthy .text:before,
  #page-2016-06-05 #toc-norsworthy .text:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-norsworthy .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-06-05 #toc-wendy {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 1rem;
  }
  #page-2016-06-05 #toc-wendy:before,
  #page-2016-06-05 #toc-wendy:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-wendy:after {
    clear: both;
  }
  #page-2016-06-05 #toc-wendy .image {
    padding-top: 0;
  }
  #page-2016-06-05 #toc-wendy .image {
    padding-bottom: 0;
  }
  #page-2016-06-05 #toc-wendy .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-06-05 #toc-wendy .image:before,
  #page-2016-06-05 #toc-wendy .image:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-wendy .image:after {
    clear: both;
  }
  #page-2016-06-05 #toc-wendy .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 62.5%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-06-05 #toc-wendy .text:before,
  #page-2016-06-05 #toc-wendy .text:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-wendy .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-06-05 #toc-sfmoma-storage {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.333333333333336%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2016-06-05 #toc-sfmoma-storage:before,
  #page-2016-06-05 #toc-sfmoma-storage:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-sfmoma-storage:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-06-05 #toc-stanford {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.66666666666667%;
    margin-left: 58.333333333333336%;
    margin-right: 0%;
    padding-top: 13rem;
  }
  #page-2016-06-05 #toc-stanford:before,
  #page-2016-06-05 #toc-stanford:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-stanford:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  #page-2016-06-05 #toc-stanford {
    padding-top: 16rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-06-05 #toc-itchlab {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    border-right: none;
  }
  #page-2016-06-05 #toc-itchlab:before,
  #page-2016-06-05 #toc-itchlab:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-itchlab:after {
    clear: both;
  }
}
#page-2016-06-05 #toc-vivas .subtitle {
  max-width: 22rem;
}
@media only screen and (min-width: 40rem) {
  #page-2016-06-05 #toc-vivas {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-06-05 #toc-vivas:before,
  #page-2016-06-05 #toc-vivas:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-vivas:after {
    clear: both;
  }
  #page-2016-06-05 #toc-vivas .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-06-05 #toc-pinkbags {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2016-06-05 #toc-pinkbags:before,
  #page-2016-06-05 #toc-pinkbags:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-pinkbags:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-06-05 #toc-sofi,
  #page-2016-06-05 #toc-bluechairbay {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-2016-06-05 #toc-sofi:before,
  #page-2016-06-05 #toc-bluechairbay:before,
  #page-2016-06-05 #toc-sofi:after,
  #page-2016-06-05 #toc-bluechairbay:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-sofi:after,
  #page-2016-06-05 #toc-bluechairbay:after {
    clear: both;
  }
  #page-2016-06-05 #toc-sofi .image,
  #page-2016-06-05 #toc-bluechairbay .image {
    padding-top: 0;
  }
  #page-2016-06-05 #toc-sofi .image,
  #page-2016-06-05 #toc-bluechairbay .image {
    padding-bottom: 0;
  }
  #page-2016-06-05 #toc-sofi .image,
  #page-2016-06-05 #toc-bluechairbay .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 37.5%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2016-06-05 #toc-sofi .image:before,
  #page-2016-06-05 #toc-bluechairbay .image:before,
  #page-2016-06-05 #toc-sofi .image:after,
  #page-2016-06-05 #toc-bluechairbay .image:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-sofi .image:after,
  #page-2016-06-05 #toc-bluechairbay .image:after {
    clear: both;
  }
  #page-2016-06-05 #toc-sofi .text,
  #page-2016-06-05 #toc-bluechairbay .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-06-05 #toc-sofi .text:before,
  #page-2016-06-05 #toc-bluechairbay .text:before,
  #page-2016-06-05 #toc-sofi .text:after,
  #page-2016-06-05 #toc-bluechairbay .text:after {
    content: '';
    display: table;
  }
  #page-2016-06-05 #toc-sofi .text:after,
  #page-2016-06-05 #toc-bluechairbay .text:after {
    clear: both;
  }
}
#page-2016-08-07 #toc-paramedics .subtitle {
  max-width: 17em;
}
#page-2016-08-07 #toc-paramedics .credit {
  max-width: 24em;
}
@media only screen and (min-width: 60rem) {
  #page-2016-08-07 #toc-paramedics {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2016-08-07 #toc-paramedics .image {
    padding-top: 0;
  }
  #page-2016-08-07 #toc-paramedics .image {
    padding-bottom: 0;
  }
  #page-2016-08-07 #toc-paramedics .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-08-07 #toc-paramedics .image:before,
  #page-2016-08-07 #toc-paramedics .image:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-paramedics .image:after {
    clear: both;
  }
  #page-2016-08-07 #toc-paramedics .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-08-07 #toc-paramedics .text:before,
  #page-2016-08-07 #toc-paramedics .text:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-paramedics .text:after {
    clear: both;
  }
  #page-2016-08-07 #toc-paramedics:before,
  #page-2016-08-07 #toc-paramedics:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-paramedics:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-08-07 #toc-farc {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2016-08-07 #toc-farc:before,
  #page-2016-08-07 #toc-farc:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-farc:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-08-07 #toc-athletes {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-08-07 #toc-athletes:before,
  #page-2016-08-07 #toc-athletes:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-athletes:after {
    clear: both;
  }
  #page-2016-08-07 #toc-athletes .image {
    padding-top: 0;
  }
}
#page-2016-08-07 #toc-ayuhuasca .subtitle {
  max-width: 19em;
}
#page-2016-08-07 #toc-latinovote .credit {
  max-width: 19em;
}
#page-2016-08-07 #toc-homeless .credit {
  max-width: 19em;
}
#page-2016-08-07 #toc-puertea .credit {
  max-width: 20em;
}
#page-2016-08-07 #toc-farc .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2016-08-07 #toc-backstage,
  #page-2016-08-07 #toc-meanwhile {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2016-08-07 #toc-backstage:before,
  #page-2016-08-07 #toc-meanwhile:before,
  #page-2016-08-07 #toc-backstage:after,
  #page-2016-08-07 #toc-meanwhile:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-backstage:after,
  #page-2016-08-07 #toc-meanwhile:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-08-07 #toc-backstage {
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-08-07 #toc-backstage .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-08-07 #toc-sofi-jen {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-2016-08-07 #toc-sofi-jen:before,
  #page-2016-08-07 #toc-sofi-jen:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-sofi-jen:after {
    clear: both;
  }
  #page-2016-08-07 #toc-sofi-jen .image {
    padding-top: 0;
  }
  #page-2016-08-07 #toc-sofi-jen .image {
    padding-bottom: 0;
  }
  #page-2016-08-07 #toc-sofi-jen .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-08-07 #toc-sofi-jen .image:before,
  #page-2016-08-07 #toc-sofi-jen .image:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-sofi-jen .image:after {
    clear: both;
  }
  #page-2016-08-07 #toc-sofi-jen .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-08-07 #toc-sofi-jen .text:before,
  #page-2016-08-07 #toc-sofi-jen .text:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-sofi-jen .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-08-07 #toc-sofi-nick {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 2rem;
  }
  #page-2016-08-07 #toc-sofi-nick:before,
  #page-2016-08-07 #toc-sofi-nick:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-sofi-nick:after {
    clear: both;
  }
  #page-2016-08-07 #toc-sofi-nick .image {
    padding-top: 0;
  }
  #page-2016-08-07 #toc-sofi-nick .image {
    padding-bottom: 0;
  }
  #page-2016-08-07 #toc-sofi-nick .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2016-08-07 #toc-sofi-nick .image:before,
  #page-2016-08-07 #toc-sofi-nick .image:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-sofi-nick .image:after {
    clear: both;
  }
  #page-2016-08-07 #toc-sofi-nick .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-2016-08-07 #toc-sofi-nick .text:before,
  #page-2016-08-07 #toc-sofi-nick .text:after {
    content: '';
    display: table;
  }
  #page-2016-08-07 #toc-sofi-nick .text:after {
    clear: both;
  }
}
#page-jobs nav.toc {
  *zoom: 1;
  margin-bottom: 2rem;
}
#page-jobs nav.toc:before,
#page-jobs nav.toc:after {
  content: '';
  display: table;
}
#page-jobs nav.toc:after {
  clear: both;
}
@media only screen and (min-width: 40rem) {
  #page-jobs nav.toc {
    margin-bottom: 4rem;
  }
}
#page-jobs nav.toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page-subscribe #newsletter,
#page-schools-and-libraries #newsletter,
#page-print-paid #newsletter,
#page-gift #newsletter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  z-index: 2;
}
#page-subscribe #newsletter:target,
#page-schools-and-libraries #newsletter:target,
#page-print-paid #newsletter:target,
#page-gift #newsletter:target {
  display: block;
}
#page-subscribe #newsletter .wrapper,
#page-schools-and-libraries #newsletter .wrapper,
#page-print-paid #newsletter .wrapper,
#page-gift #newsletter .wrapper {
  position: relative;
  background: #fff;
  border-radius: 0.4em;
  padding: 0.5em 1.5em 1.5em 1.5em;
  top: 15%;
  width: 90%;
  left: 5%;
}
@media only screen and (min-width: 30rem) {
  #page-subscribe #newsletter .wrapper,
  #page-schools-and-libraries #newsletter .wrapper,
  #page-print-paid #newsletter .wrapper,
  #page-gift #newsletter .wrapper {
    top: 20%;
    left: 12.5%;
    width: 75%;
  }
}
@media only screen and (min-width: 60rem) {
  #page-subscribe #newsletter .wrapper,
  #page-schools-and-libraries #newsletter .wrapper,
  #page-print-paid #newsletter .wrapper,
  #page-gift #newsletter .wrapper {
    width: 40%;
    left: 30%;
  }
}
#page-subscribe #newsletter .wrapper h4,
#page-schools-and-libraries #newsletter .wrapper h4,
#page-print-paid #newsletter .wrapper h4,
#page-gift #newsletter .wrapper h4 {
  font-family: 'Equip';
  font-weight: normal;
  position: absolute;
  right: 0.5em;
  top: -0.5em;
}
#page-subscribe #newsletter .wrapper h2,
#page-schools-and-libraries #newsletter .wrapper h2,
#page-print-paid #newsletter .wrapper h2,
#page-gift #newsletter .wrapper h2 {
  margin-top: 1rem;
}
#page-subscribe #newsletter .wrapper form,
#page-schools-and-libraries #newsletter .wrapper form,
#page-print-paid #newsletter .wrapper form,
#page-gift #newsletter .wrapper form {
  width: 100%;
}
#page-subscribe #newsletter .wrapper form input[type=email],
#page-schools-and-libraries #newsletter .wrapper form input[type=email],
#page-print-paid #newsletter .wrapper form input[type=email],
#page-gift #newsletter .wrapper form input[type=email] {
  margin-left: 0;
  width: calc(100% - 9rem);
}
#page-subscribe #newsletter .wrapper form input[type=submit],
#page-schools-and-libraries #newsletter .wrapper form input[type=submit],
#page-print-paid #newsletter .wrapper form input[type=submit],
#page-gift #newsletter .wrapper form input[type=submit] {
  width: 8rem;
  margin-right: 0;
}
#page-subscribe main,
#page-schools-and-libraries main,
#page-print-paid main,
#page-gift main {
  min-height: calc(100% - 17rem);
}
#page-subscribe main p a,
#page-schools-and-libraries main p a,
#page-print-paid main p a,
#page-gift main p a,
#page-subscribe main ul a,
#page-schools-and-libraries main ul a,
#page-print-paid main ul a,
#page-gift main ul a {
  color: #1d844f;
}
#page-subscribe main p a:hover,
#page-schools-and-libraries main p a:hover,
#page-print-paid main p a:hover,
#page-gift main p a:hover,
#page-subscribe main ul a:hover,
#page-schools-and-libraries main ul a:hover,
#page-print-paid main ul a:hover,
#page-gift main ul a:hover {
  color: #000;
}
#page-subscribe .intro,
#page-schools-and-libraries .intro,
#page-print-paid .intro,
#page-gift .intro {
  margin-bottom: 3rem;
}
#page-subscribe .intro .doug-title,
#page-schools-and-libraries .intro .doug-title,
#page-print-paid .intro .doug-title,
#page-gift .intro .doug-title {
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0.5rem 0;
}
#page-subscribe .intro .doug-sig,
#page-schools-and-libraries .intro .doug-sig,
#page-print-paid .intro .doug-sig,
#page-gift .intro .doug-sig {
  color: transparent;
  background-image: url("../images/site/doug-sig.gif");
  background-size: 68px 60px;
  width: 68px;
  height: 60px;
  margin: 24px 0 2px 0;
}
#page-subscribe .notes,
#page-schools-and-libraries .notes,
#page-print-paid .notes,
#page-gift .notes {
  margin-top: 2rem;
}
#page-subscribe .notes p,
#page-schools-and-libraries .notes p,
#page-print-paid .notes p,
#page-gift .notes p {
  font-size: 0.875rem;
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#page-subscribe .gift-badge,
#page-schools-and-libraries .gift-badge,
#page-print-paid .gift-badge,
#page-gift .gift-badge {
  position: relative;
  margin-top: -5rem;
  display: inline-block;
  float: right;
  color: #000;
  text-align: center;
  border-radius: 0.2rem;
  background: -webkit-linear-gradient(45deg, #bcffc4, #83fffd);
  background: linear-gradient(45deg, #bcffc4, #83fffd);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
}
#page-subscribe .gift-badge a,
#page-schools-and-libraries .gift-badge a,
#page-print-paid .gift-badge a,
#page-gift .gift-badge a {
  vertical-align: middle;
  color: #000;
  padding-right: 2.5rem;
  background: 90% 50% url("/images/site/arrow-right.svg") no-repeat;
  background-size: 1rem 1rem;
}
#page-subscribe .gift-badge:hover,
#page-schools-and-libraries .gift-badge:hover,
#page-print-paid .gift-badge:hover,
#page-gift .gift-badge:hover {
  background: -webkit-linear-gradient(45deg, #c9ff7f, #ffff7f);
  background: linear-gradient(45deg, #c9ff7f, #ffff7f);
}
#page-subscribe .form,
#page-schools-and-libraries .form,
#page-print-paid .form,
#page-gift .form {
  margin-top: 2rem;
}
#page-subscribe .form .product-details,
#page-schools-and-libraries .form .product-details,
#page-print-paid .form .product-details,
#page-gift .form .product-details {
  margin-bottom: 2rem;
}
#page-subscribe .form ul,
#page-schools-and-libraries .form ul,
#page-print-paid .form ul,
#page-gift .form ul {
  padding-left: 1.5em;
  font-family: 'Sina Nova', Georgia, Cambria, Times New Roman, Times, serif;
  font-style: italic;
}
#page-subscribe .form ul:last-child,
#page-schools-and-libraries .form ul:last-child,
#page-print-paid .form ul:last-child,
#page-gift .form ul:last-child {
  margin-bottom: 0;
}
#page-subscribe .form ul .note,
#page-schools-and-libraries .form ul .note,
#page-print-paid .form ul .note,
#page-gift .form ul .note {
  margin-left: -1.5em;
  list-style-type: none;
}
#page-subscribe .form h2,
#page-schools-and-libraries .form h2,
#page-print-paid .form h2,
#page-gift .form h2 {
  font-family: Foro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 4rem;
}
#page-subscribe .form .subscription-options,
#page-schools-and-libraries .form .subscription-options,
#page-print-paid .form .subscription-options,
#page-gift .form .subscription-options {
  padding: 0;
  margin-bottom: 2rem;
  background: #fff;
  position: relative;
}
#page-subscribe .form .subscription-options .formrow,
#page-schools-and-libraries .form .subscription-options .formrow,
#page-print-paid .form .subscription-options .formrow,
#page-gift .form .subscription-options .formrow {
  *zoom: 1;
  position: relative;
  padding: 1.5rem 1rem;
  border-top: 1px solid #000;
}
#page-subscribe .form .subscription-options .formrow:before,
#page-schools-and-libraries .form .subscription-options .formrow:before,
#page-print-paid .form .subscription-options .formrow:before,
#page-gift .form .subscription-options .formrow:before,
#page-subscribe .form .subscription-options .formrow:after,
#page-schools-and-libraries .form .subscription-options .formrow:after,
#page-print-paid .form .subscription-options .formrow:after,
#page-gift .form .subscription-options .formrow:after {
  content: '';
  display: table;
}
#page-subscribe .form .subscription-options .formrow:after,
#page-schools-and-libraries .form .subscription-options .formrow:after,
#page-print-paid .form .subscription-options .formrow:after,
#page-gift .form .subscription-options .formrow:after {
  clear: both;
}
@media only screen and (min-width: 40rem) {
  #page-subscribe .form .subscription-options .formrow.patron h3,
  #page-schools-and-libraries .form .subscription-options .formrow.patron h3,
  #page-print-paid .form .subscription-options .formrow.patron h3,
  #page-gift .form .subscription-options .formrow.patron h3 {
    padding-top: 1rem;
  }
}
#page-subscribe .form .subscription-options .formrow.digital del,
#page-schools-and-libraries .form .subscription-options .formrow.digital del,
#page-print-paid .form .subscription-options .formrow.digital del,
#page-gift .form .subscription-options .formrow.digital del {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #000;
  line-height: 0.2em;
  margin-top: 0.75em;
}
#page-subscribe .form .subscription-options .formrow.digital .free,
#page-schools-and-libraries .form .subscription-options .formrow.digital .free,
#page-print-paid .form .subscription-options .formrow.digital .free,
#page-gift .form .subscription-options .formrow.digital .free {
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-left: 1em;
}
#page-subscribe .form .subscription-options .formrow:last-child,
#page-schools-and-libraries .form .subscription-options .formrow:last-child,
#page-print-paid .form .subscription-options .formrow:last-child,
#page-gift .form .subscription-options .formrow:last-child {
  border-bottom: 1px solid #000;
}
#page-subscribe .form .subscription-options .formrow .price,
#page-schools-and-libraries .form .subscription-options .formrow .price,
#page-print-paid .form .subscription-options .formrow .price,
#page-gift .form .subscription-options .formrow .price {
  font-family: Foro, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
}
#page-subscribe .form .subscription-options .formrow .price sup,
#page-schools-and-libraries .form .subscription-options .formrow .price sup,
#page-print-paid .form .subscription-options .formrow .price sup,
#page-gift .form .subscription-options .formrow .price sup {
  font-size: 0.75em;
  top: -0.25em;
}
#page-subscribe .form .subscription-options .formrow h3,
#page-schools-and-libraries .form .subscription-options .formrow h3,
#page-print-paid .form .subscription-options .formrow h3,
#page-gift .form .subscription-options .formrow h3,
#page-subscribe .form .subscription-options .formrow h4,
#page-schools-and-libraries .form .subscription-options .formrow h4,
#page-print-paid .form .subscription-options .formrow h4,
#page-gift .form .subscription-options .formrow h4,
#page-subscribe .form .subscription-options .formrow p,
#page-schools-and-libraries .form .subscription-options .formrow p,
#page-print-paid .form .subscription-options .formrow p,
#page-gift .form .subscription-options .formrow p {
  margin: 0;
}
#page-subscribe .form .subscription-options .formrow h4,
#page-schools-and-libraries .form .subscription-options .formrow h4,
#page-print-paid .form .subscription-options .formrow h4,
#page-gift .form .subscription-options .formrow h4 {
  font-size: 1.25rem;
}
#page-subscribe .form .subscription-options .formrow h3,
#page-schools-and-libraries .form .subscription-options .formrow h3,
#page-print-paid .form .subscription-options .formrow h3,
#page-gift .form .subscription-options .formrow h3 {
  margin-top: 1em;
}
@media only screen and (min-width: 40rem) {
  #page-subscribe .form .subscription-options .formrow .button,
  #page-schools-and-libraries .form .subscription-options .formrow .button,
  #page-print-paid .form .subscription-options .formrow .button,
  #page-gift .form .subscription-options .formrow .button {
    float: left;
    margin: 0.25rem 1rem 0 0;
  }
}
@media only screen and (min-width: 60rem) {
  #page-subscribe article,
  #page-schools-and-libraries article,
  #page-print-paid article,
  #page-gift article {
    max-width: 900px;
  }
  #page-subscribe .form,
  #page-schools-and-libraries .form,
  #page-print-paid .form,
  #page-gift .form {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    float: left;
    padding-right: 4rem;
    margin-top: 1.5rem;
  }
  #page-subscribe .form:before,
  #page-schools-and-libraries .form:before,
  #page-print-paid .form:before,
  #page-gift .form:before,
  #page-subscribe .form:after,
  #page-schools-and-libraries .form:after,
  #page-print-paid .form:after,
  #page-gift .form:after {
    content: '';
    display: table;
  }
  #page-subscribe .form:after,
  #page-schools-and-libraries .form:after,
  #page-print-paid .form:after,
  #page-gift .form:after {
    clear: both;
  }
  #page-subscribe .form .price,
  #page-schools-and-libraries .form .price,
  #page-print-paid .form .price,
  #page-gift .form .price {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  #page-subscribe .intro,
  #page-schools-and-libraries .intro,
  #page-print-paid .intro,
  #page-gift .intro {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    float: right;
    padding-right: 2rem;
  }
  #page-subscribe .intro:before,
  #page-schools-and-libraries .intro:before,
  #page-print-paid .intro:before,
  #page-gift .intro:before,
  #page-subscribe .intro:after,
  #page-schools-and-libraries .intro:after,
  #page-print-paid .intro:after,
  #page-gift .intro:after {
    content: '';
    display: table;
  }
  #page-subscribe .intro:after,
  #page-schools-and-libraries .intro:after,
  #page-print-paid .intro:after,
  #page-gift .intro:after {
    clear: both;
  }
}
#page-schools-and-libraries main h1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 60rem) {
  #page-schools-and-libraries main .intro {
    padding-top: 2.25em;
  }
}
.button {
  border: none;
  display: inline-block;
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  line-height: 3;
  padding: 0 1rem;
  border-radius: 4px;
}
.button:hover {
  color: #fff;
  background-color: #2abd71;
}
.button.large {
  font-size: 1.25rem;
  padding: 0 1.75rem;
}
.button.default {
  background-color: #2abd71;
}
.button.default:hover {
  background-color: #000;
}
.button.disabled {
  opacity: 0.25;
}
.button.disabled:hover {
  background-color: #000;
}
.subscribe-promo {
  text-align: center;
  padding: 3rem;
  margin-top: 1rem;
  background-color: #e8f9f6;
  background-image: -webkit-linear-gradient(45deg, #e8f9f6, #ffeece);
  background-image: linear-gradient(45deg, #e8f9f6, #ffeece);
}
.subscribe-promo .illo {
  width: 100%;
  max-width: 480px;
  display: inline-block;
}
.subscribe-promo .illo img {
  width: 100%;
}
.subscribe-promo .deck {
  font-family: Foro, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: -0.5rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-promo .credit {
  font-family: 'Sina Nova', Georgia, Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 1rem;
  margin-top: 3rem;
}
.trampoline {
  padding: 2rem 1rem;
  text-align: center;
  border-top: 2px solid rgba(0,0,0,0.05);
}
.trampoline section {
  padding: 1rem;
}
.trampoline section h2 {
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0.5rem 0;
}
.trampoline section p {
  margin: 0.5rem 0;
}
.trampoline section input {
  text-align: center;
}
.trampoline section input.email {
  width: 12em;
  max-width: 100%;
}
.trampoline section .cta {
  padding: 0.5rem 0;
}
.trampoline section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
.trampoline section .icon:first-child {
  margin-left: 0;
}
.trampoline section .icon svg {
  width: 100%;
}
@media only screen and (min-width: 30rem) and (max-width: 60rem) {
  .trampoline section {
    *zoom: 1;
    width: auto;
    max-width: 32rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .trampoline section:before,
  .trampoline section:after {
    content: '';
    display: table;
  }
  .trampoline section:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  .trampoline section {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .trampoline section:before,
  .trampoline section:after {
    content: '';
    display: table;
  }
  .trampoline section:after {
    clear: both;
  }
  .trampoline section p {
    max-width: 18em;
    margin: 1rem auto;
  }
}
.site-footer {
  background: #000;
  color: #fff;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 2rem 2rem 3rem;
  text-align: center;
}
@media only screen and (min-width: 30rem) {
  .site-footer {
    text-align: left;
  }
}
@media only screen and (min-width: 60rem) {
  .site-footer {
    padding-bottom: 6rem;
  }
  .site-footer nav {
    font-size: 1.125rem;
  }
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #2abd71;
}
.site-footer nav a {
  display: inline-block;
  margin: 0.5rem 0.75rem 0.5rem 0.75rem;
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 30rem) {
  .site-footer nav a {
    margin-left: 0;
    margin-right: 1.5rem;
  }
}
.site-footer .legal {
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875em;
}
.site-footer .legal a {
  font-weight: bold;
}
.site-footer .crest {
  width: 3rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.site-footer .crest svg {
  width: 100%;
}
@media only screen and (min-width: 30rem) {
  .site-footer .crest {
    float: right;
  }
}
input,
select,
textarea,
fieldset {
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  box-sizing: border-box;
  margin: 0.125rem;
  border: none;
  border-radius: 4px;
}
input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
textarea {
  line-height: 3;
  min-height: 3em;
  padding: 0 0.5rem;
  vertical-align: middle;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-appearance: none;
}
select {
  line-height: 1.75;
  padding: 0 1.25rem;
}
select:not([multiple]) {
  line-height: 3;
  vertical-align: middle;
}
textarea {
  line-height: 1.75;
  padding: 0 1.25rem;
}
form .buttons {
  padding: 1rem 0;
}
form .hide {
  display: none;
}
form .formrow {
  *zoom: 1;
  padding: 0.5rem 0;
}
form .formrow:before,
form .formrow:after {
  content: '';
  display: table;
}
form .formrow:after {
  clear: both;
}
form .formrow label {
  display: block;
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0.2rem 0;
}
form .formrow label.choice {
  display: inline;
  font-family: 'Sina Nova', Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 0.2rem 0;
  text-transform: none;
  letter-spacing: 0;
}
form .formrow label span.error {
  display: inline-block;
  padding-left: 10px;
  color: #f0f;
}
form .formrow input,
form .formrow textarea {
  width: 100%;
}
form .formrow input.error,
form .formrow textarea.error {
  border-color: #f0f;
}
form .formrow select {
  width: 100%;
}
form .formrow select {
  height: 2rem;
}
form .formrow .half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48%;
  margin-left: 0%;
  margin-right: 4%;
}
form .formrow .half:before,
form .formrow .half:after {
  content: '';
  display: table;
}
form .formrow .half:after {
  clear: both;
}
form .formrow .half:last-child {
  margin-right: 0%;
}
form .formrow input[type=radio],
form .formrow input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 10px;
  width: 16px;
  outline: none;
  display: block;
  float: left;
}
form .formrow input[type=radio]:checked {
  background-image: -webkit-radial-gradient(#f0f 0%, #f0f 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
  background-image: radial-gradient(#f0f 0%, #f0f 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
form .formrow input[type=checkbox] {
  border-radius: 4px;
}
form .formrow input[type=checkbox]:checked {
  background-image: -webkit-linear-gradient(#f0f 0%, #f0f 100%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(#f0f 0%, #f0f 100%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
.site-header .logo,
#page-index .site-header.banner .logo {
  position: relative;
  top: 0.125rem;
  background-repeat: no-repeat;
  background-image: url("../images/site/logo-horizontal.svg");
  background-position: 0 50%;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  width: 22rem;
  height: 2rem;
  margin: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 30rem) {
  .site-header .logo,
  #page-index .site-header.banner .logo {
    width: 12rem;
    height: 9rem;
    background-image: url("../images/site/logo-square.svg");
  }
}
.site-header .logo a,
#page-index .site-header.banner .logo a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.site-header .logo svg,
#page-index .site-header.banner .logo svg {
  width: 100%;
}
.site-header nav,
#page-index .site-header.banner nav {
  margin: -0.5rem 1rem 1rem;
  position: relative;
  z-index: 9999;
}
.site-header nav a,
#page-index .site-header.banner nav a {
  display: inline-block;
  font-weight: normal;
  font-size: 1.25rem;
  margin-right: 1.25rem;
  border-radius: 4px;
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0;
}
.site-header nav a:hover,
#page-index .site-header.banner nav a:hover {
  color: #2abd71;
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  .site-header .logo,
  #page-index .site-header.banner .logo {
    margin: 2rem 2rem 1rem;
  }
  .site-header nav,
  #page-index .site-header.banner nav {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 60rem) {
  .site-header,
  #page-index .site-header.banner {
    background-color: #000;
    *zoom: 1;
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 999;
  }
  .site-header:before,
  #page-index .site-header.banner:before,
  .site-header:after,
  #page-index .site-header.banner:after {
    content: '';
    display: table;
  }
  .site-header:after,
  #page-index .site-header.banner:after {
    clear: both;
  }
  .site-header .logo,
  #page-index .site-header.banner .logo {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
    background-image: url("../images/site/logo-horizontal-white.svg");
  }
  .site-header nav,
  #page-index .site-header.banner nav {
    position: absolute;
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
    right: 0;
    top: 0;
    text-align: right;
  }
  .site-header nav a,
  #page-index .site-header.banner nav a {
    color: #fff;
    padding: 0.5rem 1em;
    margin-right: 0;
    margin-left: 1rem;
  }
  .site-header nav a.subscribe,
  #page-index .site-header.banner nav a.subscribe {
    color: rgba(0,0,0,0.8);
    background-image: -webkit-linear-gradient(45deg, #bcffc4, #83fffd);
    background-image: linear-gradient(45deg, #bcffc4, #83fffd);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.025);
  }
  .site-header nav a.subscribe:hover,
  #page-index .site-header.banner nav a.subscribe:hover {
    background-color: #fff;
    background-image: -webkit-linear-gradient(45deg, #c9ff7f, #ffff7f);
    background-image: linear-gradient(45deg, #c9ff7f, #ffff7f);
  }
}
@media only screen and (min-width: 60rem) and (min-height: 480px) {
  .site-header.banner,
  #page-index .site-header.banner.banner {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
#page-index .site-header {
  background: #fff;
  *zoom: 1;
  width: auto;
  max-width: 80rem;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#page-index .site-header:before,
#page-index .site-header:after {
  content: '';
  display: table;
}
#page-index .site-header:after {
  clear: both;
}
#page-index .site-header nav a {
  color: #000;
}
#page-index .site-header nav a:hover {
  color: #2abd71;
}
@media only screen and (min-width: 60rem) {
  #page-index .site-header nav {
    margin-top: 2rem;
    margin-right: 2rem;
  }
  #page-index .site-header nav .subscribe {
    color: #fff;
    background: #000;
  }
  #page-index .site-header nav .subscribe:hover {
    color: rgba(0,0,0,0.8);
    background: -webkit-linear-gradient(45deg, #bcffc4, #83fffd);
    background: linear-gradient(45deg, #bcffc4, #83fffd);
  }
  #page-index .site-header .logo {
    width: 12rem;
    height: 9rem;
    margin: 2rem;
    background-image: url("../images/site/logo-square.svg");
    top: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 60rem) and (min-height: 480px) {
  #page-index .site-header.banner {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
.toc-item {
  *zoom: 1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.toc-item:before,
.toc-item:after {
  content: '';
  display: table;
}
.toc-item:after {
  clear: both;
}
.toc-item a {
  *zoom: 1;
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
}
.toc-item a:before,
.toc-item a:after {
  content: '';
  display: table;
}
.toc-item a:after {
  clear: both;
}
.toc-item .image {
  padding: 1rem;
}
.toc-item .image img {
  background: rgba(0,0,0,0.1);
  border-radius: 4px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.toc-item .text {
  padding: 1rem;
  line-height: 1.25rem;
  text-align: center !important;
}
.toc-item .text .title,
.toc-item .text .subtitle {
  width: 80%;
  max-width: 28em;
  margin: 0 auto;
  font-family: Foro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
}
.toc-item .text .subtitle {
  margin-bottom: 0.5rem;
}
.toc-item .text .title + .credit {
  margin-top: 0.25rem;
}
.toc-item .text .credit {
  width: 80%;
  max-width: 18em;
  margin: 0 auto;
  display: block;
  font-family: 'Sina Nova', Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
}
.toc-item .text .label {
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: normal;
  color: rgba(0,0,0,0.5);
}
@media only screen and (min-width: 40rem) {
  .storyads1 .toc-item,
  .storyads2 .toc-item,
  .storyads3 .toc-item,
  .storyads4 .toc-item,
  .storyads5 .toc-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .storyads1 .toc-item:before,
  .storyads2 .toc-item:before,
  .storyads3 .toc-item:before,
  .storyads4 .toc-item:before,
  .storyads5 .toc-item:before,
  .storyads1 .toc-item:after,
  .storyads2 .toc-item:after,
  .storyads3 .toc-item:after,
  .storyads4 .toc-item:after,
  .storyads5 .toc-item:after {
    content: '';
    display: table;
  }
  .storyads1 .toc-item:after,
  .storyads2 .toc-item:after,
  .storyads3 .toc-item:after,
  .storyads4 .toc-item:after,
  .storyads5 .toc-item:after {
    clear: both;
  }
}
.storyads-header {
  color: #fff;
  background: #000;
  margin: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 4px;
}
.storyads-header h2 {
  font-family: Equip, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: normal;
  margin: 0;
}
.storyads-footer {
  background: #000;
  border-radius: 4px;
  height: 1rem;
  clear: both;
  margin: 1rem;
}
.issue-date {
  position: relative;
  *zoom: 1;
  width: auto;
  max-width: 80rem;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Foro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.issue-date:before,
.issue-date:after {
  content: '';
  display: table;
}
.issue-date:after {
  clear: both;
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  .issue-date {
    position: absolute;
  }
}
.issue-date .month,
.issue-date .year {
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
}
@media only screen and (max-width: 80rem) {
  .issue-date .month,
  .issue-date .year {
    padding-top: 0;
    margin-top: 1rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  .issue-date .month,
  .issue-date .year {
    padding-bottom: 11rem;
  }
}
.issue-date .month {
  text-align: right !important;
  letter-spacing: -0.05em;
  font-size: 5.5rem;
  line-height: 0.4;
}
@media only screen and (max-width: 60rem) {
  .issue-date .month {
    max-width: 12rem;
    border-right: 1px solid #000;
  }
}
@media only screen and (min-width: 60rem) {
  .issue-date .month {
    font-size: 8rem;
    position: absolute;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .issue-date .month:before,
  .issue-date .month:after {
    content: '';
    display: table;
  }
  .issue-date .month:after {
    clear: both;
  }
}
.issue-date .year {
  text-align: left;
  line-height: 0.6;
  font-size: 2rem;
}
@media only screen and (min-width: 60rem) {
  .issue-date .year {
    font-size: 3rem;
    position: absolute;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 25%;
    margin-right: 0%;
  }
  .issue-date .year:before,
  .issue-date .year:after {
    content: '';
    display: table;
  }
  .issue-date .year:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  .features .toc-item.item-0 {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 10rem;
  }
  .features .toc-item.item-0 .image {
    padding-bottom: 0;
  }
  .features .toc-item.item-0 .image {
    padding-bottom: 0;
  }
  .features .toc-item.item-0 .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .features .toc-item.item-0 .text:before,
  .features .toc-item.item-0 .text:after {
    content: '';
    display: table;
  }
  .features .toc-item.item-0 .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  .features .toc-item.item-0 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 25%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
    padding-top: 16rem;
  }
  .features .toc-item.item-0:before,
  .features .toc-item.item-0:after {
    content: '';
    display: table;
  }
  .features .toc-item.item-0:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  .features .toc-item.item-0 {
    margin-top: 4rem;
  }
  .features .toc-item.item-0 .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
  }
  .features .toc-item.item-0 .text:before,
  .features .toc-item.item-0 .text:after {
    content: '';
    display: table;
  }
  .features .toc-item.item-0 .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  .features .toc-item.item-1 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .features .toc-item.item-1:before,
  .features .toc-item.item-1:after {
    content: '';
    display: table;
  }
  .features .toc-item.item-1:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  .features .toc-item.item-2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  .features .toc-item.item-2:before,
  .features .toc-item.item-2:after {
    content: '';
    display: table;
  }
  .features .toc-item.item-2:after {
    clear: both;
  }
  .features .toc-item.item-2 .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  .shorts1 .toc-item.item-0 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10rem;
    padding-bottom: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
  }
  .shorts1 .toc-item.item-0:before,
  .shorts1 .toc-item.item-0:after {
    content: '';
    display: table;
  }
  .shorts1 .toc-item.item-0:after {
    clear: both;
  }
  .shorts1 .toc-item.item-0 .image {
    padding-bottom: 0;
  }
  .shorts1 .toc-item.item-0 .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .shorts1 .toc-item.item-0 .text:before,
  .shorts1 .toc-item.item-0 .text:after {
    content: '';
    display: table;
  }
  .shorts1 .toc-item.item-0 .text:after {
    clear: both;
  }
  .shorts1 .toc-item.item-0 .image {
    padding-bottom: 0;
  }
  .shorts1 .toc-item.item-1 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 62.5%;
    margin-right: 0%;
    padding-top: 10rem;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 1rem;
    border-left: 1px solid #000;
    padding-top: 12rem;
  }
  .shorts1 .toc-item.item-1:before,
  .shorts1 .toc-item.item-1:after {
    content: '';
    display: table;
  }
  .shorts1 .toc-item.item-1:after {
    clear: both;
  }
  .shorts1 .toc-item.item-1 .image {
    padding-bottom: 0;
  }
  .shorts1 .toc-item.item-1 .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .shorts1 .toc-item.item-1 .text:before,
  .shorts1 .toc-item.item-1 .text:after {
    content: '';
    display: table;
  }
  .shorts1 .toc-item.item-1 .text:after {
    clear: both;
  }
  .shorts1 .toc-item.item-1 .image {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 40rem) {
  .shorts2 .toc-item.item-0 {
    clear: both !important;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
    padding-bottom: 4rem;
  }
  .shorts2 .toc-item.item-0:before,
  .shorts2 .toc-item.item-0:after {
    content: '';
    display: table;
  }
  .shorts2 .toc-item.item-0:after {
    clear: both;
  }
  .shorts2 .toc-item.item-0 .image {
    padding-top: 0;
  }
  .shorts2 .toc-item.item-1 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .shorts2 .toc-item.item-1:before,
  .shorts2 .toc-item.item-1:after {
    content: '';
    display: table;
  }
  .shorts2 .toc-item.item-1:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  .miniseries .toc-item {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 1rem;
  }
  .miniseries .toc-item .image {
    padding-top: 0;
  }
  .miniseries .toc-item .image {
    padding-bottom: 0;
  }
  .miniseries .toc-item .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  .miniseries .toc-item .image:before,
  .miniseries .toc-item .image:after {
    content: '';
    display: table;
  }
  .miniseries .toc-item .image:after {
    clear: both;
  }
  .miniseries .toc-item .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 62.5%;
    margin-right: 0%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .miniseries .toc-item .text:before,
  .miniseries .toc-item .text:after {
    content: '';
    display: table;
  }
  .miniseries .toc-item .text:after {
    clear: both;
  }
}
