@font-face {
  font-family: 'Equip';
  src: url("/fonts/equip_regular.woff") format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Equip';
  src: url("/fonts/equip_bold.woff") format('woff');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Equip';
  src: url("/fonts/equip_extrabold.woff") format('woff');
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: 'Sina Nova';
  src: url("/fonts/sinanova_regular.woff") format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Sina Nova';
  src: url("/fonts/sinanova_bold.woff") format('woff');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Sina Nova';
  src: url("/fonts/sinanova_italic.woff") format('woff');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Sina Nova';
  src: url("/fonts/sinanova_bold-italic.woff") format('woff');
  font-style: italic;
  font-weight: 700;
}
body.escape {
  background: #fff;
}
body.escape main {
  overflow: visible;
}
body.escape .issue-date {
  color: #231f20;
}
@media only screen and (max-width: 60rem) {
  body.escape .issue-date .month {
    border-right: none;
  }
}
@media only screen and (max-width: 60rem) {
  body.escape .issue-date .month,
  body.escape .issue-date .year {
    padding-bottom: 0;
  }
}
body.escape#page-index .site-header {
  background: #231f20;
}
body.escape#page-2019-10-06 .site-header {
  background: #fff;
}
body.escape#page-2019-10-06 .site-header.banner {
  background: #231f20;
}
body.escape#page-index .site-header nav a {
  color: #fff;
}
@media only screen and (min-width: 60rem) {
  body.escape#page-index .site-header nav a {
    color: #231f20;
  }
}
body.escape#page-2019-10-06 .site-header nav a {
  color: #231f20;
}
body.escape#page-index .site-header.banner nav a,
body.escape#page-2019-10-06 .site-header.banner nav a {
  color: #fff;
}
body.escape h1.escape-title {
  color: #231f20;
  font-family: Equip;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding: 0;
  font-size: 6em;
  line-height: 1em;
  text-indent: -0.0675em;
}
@media only screen and (min-width: 40rem) {
  body.escape h1.escape-title {
    font-size: 18.875vw;
  }
}
@media only screen and (min-width: 80rem) {
  body.escape h1.escape-title {
    font-size: 15.25rem;
  }
}
body.escape .toc-item .wrap {
  color: #231f20;
}
body.escape .toc-item .text {
  padding: 2rem 1rem;
}
body.escape .toc-item .text .title {
  font-family: Equip-Bold;
  font-weight: normal;
  max-width: 20em;
}
body.escape .toc-item .text .credit {
  color: #231f20;
  font-family: Equip-Medium;
  font-style: normal;
}
body.escape .toc-item .image img {
  border-radius: 0;
}
@media only screen and (min-width: 60rem) {
  body.escape#page-index .site-header nav a.subscribe,
  body.escape#page-2019-10-06 .site-header nav a.subscribe {
    background: #231f20;
    color: #fff;
  }
  body.escape#page-index .site-header nav a.subscribe:hover,
  body.escape#page-2019-10-06 .site-header nav a.subscribe:hover {
    background: #231f20;
  }
}
body.escape#page-index .site-header nav a.issues:hover {
  color: #fff;
}
@media only screen and (min-width: 60rem) {
  body.escape#page-index .site-header nav a.issues:hover {
    color: #231f20;
  }
}
body.escape#page-2019-10-06 .site-header nav a.issues:hover {
  color: #231f20;
}
@media only screen and (min-width: 60rem) {
  body.escape#page-index .site-header.banner nav a.issues:hover,
  body.escape#page-2019-10-06 .site-header.banner nav a.issues:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 60rem) {
  body.escape .site-header.banner nav a.subscribe {
    background-image: none;
    color: #231f20;
    background-color: #fff;
  }
  body.escape .site-header.banner nav a.subscribe:hover {
    background-image: none;
    color: #231f20;
    background-color: #fff;
  }
}
body.escape .site-header .logo,
body.escape#page-index .site-header .logo {
  background-image: url("../images/site/logo-horizontal-white.svg");
}
@media only screen and (max-width: 40rem) {
  body.escape .site-header .logo,
  body.escape#page-index .site-header .logo {
    width: 75%;
    height: auto;
  }
}
@media only screen and (min-width: 60rem) {
  body.escape .site-header .logo,
  body.escape#page-index .site-header .logo {
    background-image: url("../images/site/logo-square-escape.svg");
  }
}
body.escape .site-header.banner .logo,
body.escape#page-index .site-header.banner .logo {
  background-image: url("../images/site/logo-horizontal-white.svg");
}
@media only screen and (max-width: 40rem) {
  body.escape .site-header.banner .logo,
  body.escape#page-index .site-header.banner .logo {
    width: 75%;
    height: auto;
  }
}
@media only screen and (min-width: 60rem) {
  body.escape .site-header.banner .logo,
  body.escape#page-index .site-header.banner .logo {
    background-image: url("../images/site/logo-horizontal-white.svg");
  }
}
body.escape .site-header .logo,
body.escape#page-2019-10-06 .site-header .logo {
  background-image: url("../images/site/logo-horizontal.svg");
}
@media only screen and (max-width: 40rem) {
  body.escape .site-header .logo,
  body.escape#page-2019-10-06 .site-header .logo {
    width: 75%;
    height: auto;
  }
}
@media only screen and (min-width: 60rem) {
  body.escape .site-header .logo,
  body.escape#page-2019-10-06 .site-header .logo {
    background-image: url("../images/site/logo-horizontal.svg");
  }
}
body.escape .site-header.banner .logo,
body.escape#page-2019-10-06 .site-header.banner .logo {
  background-image: url("../images/site/logo-horizontal-white.svg");
}
@media only screen and (max-width: 40rem) {
  body.escape .site-header.banner .logo,
  body.escape#page-2019-10-06 .site-header.banner .logo {
    width: 75%;
    height: auto;
  }
}
@media only screen and (min-width: 60rem) {
  body.escape .site-header.banner .logo,
  body.escape#page-2019-10-06 .site-header.banner .logo {
    background-image: url("../images/site/logo-horizontal-white.svg");
  }
}
body.escape#page-index .hero,
body.escape#page-2019-10-06 .hero {
  padding-bottom: 1em;
}
@media only screen and (min-width: 60rem) {
  body.escape#page-index .hero .toc-item,
  body.escape#page-2019-10-06 .hero .toc-item {
    padding-top: 6rem;
    border-left: 1px solid #231f20;
  }
}
body.escape .escape-intro {
  padding: 1em;
}
@media only screen and (min-width: 60rem) {
  body.escape .escape-intro .escape-title {
    letter-spacing: -7px;
  }
}
body.escape .escape-intro h3 {
  display: block;
  font-size: 2rem;
  font-family: Equip;
  font-weight: 700;
  margin: 2rem 0 0.6rem;
}
body.escape .escape-intro p {
  font-family: Sina Nova;
  font-size: 1.5rem;
  color: #231f20;
}
body.escape .escape-intro a {
  color: #231f20;
  text-decoration: underline;
}
body.escape .escape-intro a:hover {
  color: #231f20;
}
body.escape .escape-intro .image {
  padding: 0;
  border-radius: 4px;
}
body.escape .escape-intro .image img {
  border-radius: 4px;
}
body.escape .escape-intro .escape-credit {
  font-family: Sina Nova;
  font-size: 1rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-style: italic;
  text-align: right;
  margin: 0.5em 0;
  color: #231f20;
}
body.escape .escape-header {
  width: 100vw;
  clear: both;
  padding: 0 0 0 2rem;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: hidden;
}
@media only screen and (min-width: 40rem) {
  body.escape .escape-header {
    padding: 0;
  }
}
body.escape .escape-header span {
  position: static;
  display: inline-block;
  margin: 1rem 0.5rem 0 0;
  z-index: 5;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  font-family: Equip;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (min-width: 40rem) {
  body.escape .escape-header span {
    position: absolute;
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 60rem) {
  body.escape .escape-header span {
    font-size: 3rem;
  }
}
body.escape .escape-header img {
  width: 100vw;
  height: auto;
  position: relative;
  display: block;
  z-index: 1;
  left: -2rem;
}
@media only screen and (min-width: 40rem) {
  body.escape .escape-header img {
    left: 0;
  }
}
body.escape #escape-section-past .escape-header span:nth-child(2) {
  left: 25%;
  top: 10%;
}
body.escape #escape-section-past .escape-header span:nth-child(3) {
  left: 50%;
  top: 40%;
}
body.escape #escape-section-past .escape-header span:nth-child(4) {
  left: 15%;
  top: 70%;
}
body.escape #escape-section-present .escape-header span:nth-child(2) {
  left: 25%;
  top: 10%;
}
body.escape #escape-section-present .escape-header span:nth-child(3) {
  left: 15%;
  top: 40%;
}
body.escape #escape-section-present .escape-header span:nth-child(4) {
  left: 50%;
  top: 90%;
}
body.escape #escape-section-future .escape-header span:nth-child(2) {
  left: 25%;
  top: 10%;
}
body.escape #escape-section-future .escape-header span:nth-child(3) {
  left: 15%;
  top: 30%;
}
body.escape #escape-section-future .escape-header span:nth-child(4) {
  left: 65%;
  top: 50%;
}
body.escape .escape-section-stories {
  padding: 1rem 0 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
}
@media only screen and (min-width: 40rem) {
  body.escape .escape-section-stories {
    padding: 4rem 0 2rem 25%;
  }
}
body.escape .escape-section-stories .col {
  width: 100%;
  border-left: solid 1px #231f20;
}
@media only screen and (min-width: 40rem) {
  body.escape .escape-section-stories .col {
    width: 50%;
  }
}
body.escape .escape-section-stories .col:first-child a.story-link:first-child {
  margin: 1rem 0 0;
}
@media only screen and (min-width: 40rem) {
  body.escape .escape-section-stories .col:first-child a.story-link:first-child {
    margin: 0;
  }
}
body.escape .escape-section-stories .col a.story-link {
  display: block;
  position: relative;
  padding: 0 25% 2rem 1.25rem;
  font-family: Sina Nova;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
  color: #231f20;
}
body.escape .escape-section-stories .col a.story-link:hover {
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.0225em;
}
body.escape .escape-section-stories .col a.story-link:after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 4px;
  background: #231f20;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
body.escape .escape-section-stories .col:first-child a.story-link:last-child {
  padding: 0 25% 2rem 1.25rem;
}
@media only screen and (min-width: 40rem) {
  body.escape .escape-section-stories .col:first-child a.story-link:last-child {
    padding: 0 25% 4rem 1.25rem;
  }
}
@media only screen and (min-width: 40rem) {
  body.escape .escape-section-stories .col:first-child a.story-link:last-child:after {
    display: none;
  }
}
body.escape .escape-section-stories .col:last-child a.story-link:last-child {
  padding: 0 25% 4rem 1.25rem;
}
body.escape .escape-section-stories .col:last-child a.story-link:last-child:after {
  display: none;
}
body.escape .toc-item {
  margin-bottom: 0;
}
body.escape .toc-item.item-0 {
  padding: 4rem 0 0;
}
body.escape#page-2019-10-06 .toc-item.item-0 {
  padding: 4rem 0 0;
}
@media only screen and (min-width: 40rem) {
  body.escape#page-2019-10-06 .toc-item.item-0 {
    padding: 12rem 0 0;
  }
}
@media only screen and (min-width: 40rem) {
  body.escape .toc-item-left {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  body.escape .toc-item-left:before,
  body.escape .toc-item-left:after {
    content: '';
    display: table;
  }
  body.escape .toc-item-left:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  body.escape .toc-item-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: 1px solid #231f20;
  }
  body.escape .toc-item-right:before,
  body.escape .toc-item-right:after {
    content: '';
    display: table;
  }
  body.escape .toc-item-right:after {
    clear: both;
  }
}
body.escape .toc-item-full {
  clear: both;
}
body.escape .toc-item-ad-full {
  clear: both;
  border-bottom: 1px solid #fff;
}
body.escape .trampoline,
body.escape .issues {
  color: #231f20;
}
body.escape .issue-item a {
  color: #231f20;
}
body.escape .issue-item a:hover {
  color: #231f20;
}
body.escape .button {
  background: #231f20;
  color: #fff;
}
body.escape .button:hover {
  background: #231f20;
}
body.escape .subscribe-promo {
  background: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2rem 0;
}
body.escape .subscribe-promo p.subscribe-text {
  text-align: center;
  font-family: 'Sina Nova';
  font-style: italic;
  font-size: 1.25rem;
  max-width: 24rem;
  margin: 0rem auto 1rem;
  color: #fff;
}
body.escape .storyads-header {
  clear: both;
  color: #fff;
  text-align: left;
  border-radius: 0;
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 40rem) {
  body.escape .storyads-header {
    text-align: center;
  }
}
body.escape .storyads-footer {
  clear: both;
  height: 8px;
  border-radius: 0;
  background: #231f20;
  margin: 0 1rem 4rem;
}
.sound-intro .title {
  padding: 0 1rem;
}
.sound-intro .title h1 {
  font-family: 'equip';
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 5rem;
  line-height: 0.9;
  margin-bottom: 0;
}
@media only screen and (min-width: 30rem) {
  .sound-intro .title h1 {
    font-size: 7rem;
  }
}
@media only screen and (min-width: 40rem) {
  .sound-intro .title h1 {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 60rem) {
  .sound-intro .title h1 {
    font-size: 12rem;
  }
}
.sound-intro .body {
  padding: 0 1rem 2rem;
}
.sound-intro .body .credit {
  font-size: 0.875rem;
  font-style: italic;
  text-align: right;
  margin-top: -0.5rem;
}
@media only screen and (min-width: 60rem) {
  .sound-intro .body .credit {
    margin-top: 0;
  }
}
.sound-intro .body p:not(.credit) {
  margin: 0;
}
.sound-intro .body p:not(.credit) + p {
  text-indent: 1em;
}
@media only screen and (min-width: 40rem) {
  .sound-intro .body p:not(.credit) {
    margin: 0 3rem 0 1rem;
  }
}
.sound-intro .body strong {
  font-family: 'equip';
  font-weight: 900;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sound-intro .body a {
  text-decoration: underline;
}
.sound-cover {
  width: 100%;
  height: 100vh;
  max-height: 100vw;
  min-height: 65vw;
  overflow: hidden;
  position: relative;
}
.sound-cover img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sound-toc {
  padding-bottom: 2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 40rem) {
  .sound-toc {
    padding-bottom: 4rem;
  }
}
.sound-toc .story-list {
  padding: 0 1rem;
}
.sound-toc .story-list p {
  font-size: 1.25rem;
}
@media only screen and (min-width: 30rem) {
  .sound-toc .story-list p {
    font-size: 1.5rem;
    padding: 2rem;
  }
}
@media only screen and (min-width: 40rem) {
  .sound-toc .story-list p {
    font-size: 2rem;
  }
}
.sound-toc .story-list p.credit {
  font-style: italic;
  font-size: 1rem;
  margin: 0;
}
.sound-toc .title {
  font-family: 'equip';
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  background-image: url("/images/site/sound-border.gif");
  background-repeat: repeat-x;
  background-position: 0 90%;
}
.sound-toc .byline {
  margin-right: 1rem;
  font-weight: 300;
}
.sound-toc a.sound-toc-item:hover {
  color: #000;
}
.sound-toc a.sound-toc-item:hover .title {
  color: #5bba47;
}
.sound-ads {
  margin-bottom: 2rem;
}
.sound-ads .toc-item .text .title {
  text-transform: uppercase;
  font-family: 'equip';
  font-weight: 900;
}
@media only screen and (min-width: 40rem) {
  .sound-ads .toc-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .sound-ads .toc-item:before,
  .sound-ads .toc-item:after {
    content: '';
    display: table;
  }
  .sound-ads .toc-item:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  .sound-ads .toc-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0;
  }
  .sound-ads .toc-item:before,
  .sound-ads .toc-item:after {
    content: '';
    display: table;
  }
  .sound-ads .toc-item:after {
    clear: both;
  }
  .sound-ads .toc-item .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .sound-ads .toc-item .image:before,
  .sound-ads .toc-item .image:after {
    content: '';
    display: table;
  }
  .sound-ads .toc-item .image:after {
    clear: both;
  }
  .sound-ads .toc-item .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%);
  }
  .sound-ads .toc-item .text:before,
  .sound-ads .toc-item .text:after {
    content: '';
    display: table;
  }
  .sound-ads .toc-item .text:after {
    clear: both;
  }
  .sound-ads .toc-item#toc-amram-cactus .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
  }
  .sound-ads .toc-item#toc-amram-cactus .image:before,
  .sound-ads .toc-item#toc-amram-cactus .image:after {
    content: '';
    display: table;
  }
  .sound-ads .toc-item#toc-amram-cactus .image:after {
    clear: both;
  }
  .sound-ads .toc-item#toc-amram-cactus .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .sound-ads .toc-item#toc-amram-cactus .text:before,
  .sound-ads .toc-item#toc-amram-cactus .text:after {
    content: '';
    display: table;
  }
  .sound-ads .toc-item#toc-amram-cactus .text:after {
    clear: both;
  }
}
@font-face {
  font-family: 'Foro-Rounded';
  src: url("/fonts/teen-issue/ForoRndLig-webfont.woff") format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Equip';
  src: url("/fonts/teen-issue/EquipXBol-webfont.woff") format('woff');
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'Equip-Medium';
  src: url("/fonts/teen-issue/EquipMed-webfont.woff") format('woff');
  font-style: normal;
  font-weight: normal;
}
.site-header.teen-issue .logo,
#page-index .site-header.teen-issue.banner .logo {
  background-image: url("../images/site/logo-horizontal-teen.svg");
}
@media only screen and (max-width: 30rem) {
  .site-header.teen-issue .logo,
  #page-index .site-header.teen-issue.banner .logo {
    background-image: url("../images/site/logo-square-teen.svg");
  }
}
@media only screen and (min-width: 60rem) {
  .site-header.teen-issue .logo,
  #page-index .site-header.teen-issue.banner .logo {
    background-image: url("../images/site/logo-horizontal-white.svg");
  }
}
@media only screen and (min-width: 60rem) {
  #page-index .site-header.teen-issue .logo {
    background-image: url("../images/site/logo-square-teen.svg");
  }
}
#page-index main.teen-issue .hero .toc-item {
  padding-top: 0;
  margin-top: 1rem;
}
@media only screen and (min-width: 60rem) {
  #page-index main.teen-issue .hero .toc-item {
    padding-top: 3rem;
  }
}
#page-index main.teen-issue .hero .toc-item .image {
  padding-top: 0;
}
.teen-intro .title {
  padding: 0 1rem;
}
.teen-intro .title h1 {
  font-family: 'equip';
  font-weight: 800;
  color: #ff463c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2.75rem;
  line-height: 0.9;
  margin-bottom: 0;
  margin-top: 3rem;
}
@media only screen and (min-width: 30rem) {
  .teen-intro .title h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 40rem) {
  .teen-intro .title h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 60rem) {
  .teen-intro .title h1 {
    font-size: 6rem;
  }
}
.teen-intro .body {
  padding: 0 1rem 2rem;
  margin-left: 0;
}
.teen-intro .body p:not(.credit) {
  font-family: Foro-Rounded;
  font-size: 1.75em;
  margin: 0;
}
@media only screen and (max-width: 40rem) {
  .teen-intro .body p:not(.credit) {
    font-size: 1.25em;
  }
}
.teen-intro .body p:not(.credit).read-more {
  font-size: 0.9em;
  margin-top: 1em;
  font-family: 'Equip-Medium';
  color: #ff463c;
  text-indent: 0;
}
.teen-intro .body p:not(.credit).read-more a {
  text-decoration: none;
  color: inherit;
}
.teen-intro .body p:not(.credit).read-more a:hover {
  text-decoration: underline;
}
.teen-intro .body p:not(.credit) + p {
  text-indent: 1em;
}
@media only screen and (min-width: 40rem) {
  .teen-intro .body p:not(.credit) {
    margin: 0 2rem 0 0;
  }
}
.teen-cover {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.teen-cover img {
  width: 100%;
  height: auto;
}
.teen-toc.container {
  padding: 0 1rem 2rem 1rem;
  margin-top: 4rem;
  line-height: 1.5;
}
@media only screen and (min-width: 40rem) {
  .teen-toc.container {
    padding-bottom: 4rem;
  }
}
.teen-toc.container .teen-toc-time,
.teen-toc.container .story-list {
  padding: 0;
  margin: 1rem 0;
  float: left;
  font-family: 'equip';
}
.teen-toc.container .teen-toc-time {
  width: calc(50% - 1px);
  min-height: 350px;
  background-repeat: no-repeat;
  display: block;
  padding: 0;
  margin: 0;
  background-size: contain;
}
@media only screen and (max-width: 60rem) {
  .teen-toc.container .teen-toc-time {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 30rem) {
  .teen-toc.container .teen-toc-time {
    max-width: 250px;
    min-height: 160px;
  }
}
.teen-toc.container .story-list {
  width: 50%;
  float: right;
  list-style: none;
  border-left: 1px solid #000;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 60rem) {
  .teen-toc.container .story-list {
    width: auto;
    float: none;
    border-left: none;
    border-top: 1px solid #000;
    padding: 2rem 0;
  }
}
.teen-toc.container .story-list li {
  position: relative;
  font-family: Equip-Medium;
  margin: 0 0 0.5em 1rem;
}
.teen-toc.container .story-list li .time {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.7em;
}
.teen-toc.container .story-list li .title,
.teen-toc.container .story-list li .byline {
  padding-left: 100px;
}
.teen-toc.container .story-list li .title {
  letter-spacing: 0.1em;
  font-size: 0.9em;
  font-family: Equip;
  font-weight: 800;
  text-transform: uppercase;
}
.teen-toc.container .story-list li .byline {
  font-size: 0.8em;
}
.teen-toc.container .story-list li .byline a {
  color: inherit;
}
.teen-toc.container .story-list li:hover .time a,
.teen-toc.container .story-list li:hover .title a,
.teen-toc.container .story-list li:hover .byline a {
  color: inherit;
}
.teen-ads {
  margin-bottom: 2rem;
}
.teen-ads .toc-item .text .title {
  text-transform: uppercase;
  font-family: 'equip';
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 40rem) {
  .teen-ads .toc-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .teen-ads .toc-item:before,
  .teen-ads .toc-item:after {
    content: '';
    display: table;
  }
  .teen-ads .toc-item:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) and (max-width: 60rem) {
  .teen-ads .toc-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0;
  }
  .teen-ads .toc-item:before,
  .teen-ads .toc-item:after {
    content: '';
    display: table;
  }
  .teen-ads .toc-item:after {
    clear: both;
  }
  .teen-ads .toc-item .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .teen-ads .toc-item .image:before,
  .teen-ads .toc-item .image:after {
    content: '';
    display: table;
  }
  .teen-ads .toc-item .image:after {
    clear: both;
  }
  .teen-ads .toc-item .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%);
  }
  .teen-ads .toc-item .text:before,
  .teen-ads .toc-item .text:after {
    content: '';
    display: table;
  }
  .teen-ads .toc-item .text:after {
    clear: both;
  }
  .teen-ads .toc-item#toc-amram-cactus .image {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 33.33333333333333%;
    margin-right: 0%;
  }
  .teen-ads .toc-item#toc-amram-cactus .image:before,
  .teen-ads .toc-item#toc-amram-cactus .image:after {
    content: '';
    display: table;
  }
  .teen-ads .toc-item#toc-amram-cactus .image:after {
    clear: both;
  }
  .teen-ads .toc-item#toc-amram-cactus .text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .teen-ads .toc-item#toc-amram-cactus .text:before,
  .teen-ads .toc-item#toc-amram-cactus .text:after {
    content: '';
    display: table;
  }
  .teen-ads .toc-item#toc-amram-cactus .text:after {
    clear: both;
  }
}
.teen-redone {
  color: #ff463c;
}
.teen-purpleone {
  color: #00f;
}
.teen-purpletwo {
  color: #8700ff;
}
.teen-pink {
  color: #ff5ba0;
}
.teen-orange {
  color: #fa0;
}
.teen-green {
  color: #64e682;
}
.teen-blueone {
  color: #00afe1;
}
.teen-redtwo {
  color: #f00;
}
.teen-bluetwo {
  color: #0091aa;
}
.container.teen-credit-container {
  padding: 0 1rem;
}
.teen-credit {
  font-family: Equip-Medium;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
  margin: 0.5em 0;
}
@font-face {
  font-family: 'Foro-Rounded';
  src: url("/fonts/teen-issue/ForoRndLig-webfont.woff") format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Equip';
  src: url("/fonts/teen-issue/EquipXBol-webfont.woff") format('woff');
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'Equip-Medium';
  src: url("/fonts/teen-issue/EquipMed-webfont.woff") format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Gloucester';
  src: url("/fonts/wayhome/gloucester.woff") format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Equip-Bold';
  src: url("/fonts/wayhome/EquipBol-webfont.woff") format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Equip-Light';
  src: url("/fonts/wayhome/EquipLig-webfont.woff") format('woff');
  font-style: normal;
  font-weight: normal;
}
body.wayhome {
  background: #000;
}
body.wayhome .issue-date {
  color: #fff;
}
body.wayhome#page-index .site-header,
body.wayhome#page-2018-12-02 .site-header {
  background: #000;
}
body.wayhome#page-index .site-header nav a,
body.wayhome#page-2018-12-02 .site-header nav a {
  color: #fff;
}
body.wayhome h1.wayhome-title,
body.wayhome h2.wayhome-title {
  color: #c2b9a5;
  font-family: Gloucester;
  letter-spacing: -3px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 6em;
  line-height: 1em;
}
@media only screen and (min-width: 60rem) {
  body.wayhome h1.wayhome-title,
  body.wayhome h2.wayhome-title {
    font-size: 12em;
  }
}
@media only screen and (min-width: 60rem) {
  body.wayhome h2.wayhome-title {
    margin-top: 0.2em;
    font-size: 15em;
  }
}
body.wayhome .toc-item .wrap {
  color: #fff;
}
body.wayhome .toc-item .text {
  padding: 2rem 1rem;
}
body.wayhome .toc-item .text .title {
  font-family: Equip-Bold;
  font-weight: normal;
  max-width: 20em;
}
body.wayhome .toc-item .text .credit {
  color: #c2b9a5;
  font-family: Equip-Medium;
  font-style: normal;
}
@media only screen and (min-width: 60rem) {
  body.wayhome#page-index .site-header nav a.subscribe,
  body.wayhome#page-2018-12-02 .site-header nav a.subscribe {
    background: #c2b9a5;
    color: #000;
  }
  body.wayhome#page-index .site-header nav a.subscribe:hover,
  body.wayhome#page-2018-12-02 .site-header nav a.subscribe:hover {
    background: #ffd635;
  }
}
body.wayhome#page-index .site-header nav a.issues:hover,
body.wayhome#page-2018-12-02 .site-header nav a.issues:hover {
  color: #ffd635;
}
@media only screen and (min-width: 60rem) {
  body.wayhome .site-header nav a.subscribe,
  body.wayhome#page-index .site-header.banner nav a.subscribe,
  body.wayhome#page-2018-12-02 .site-header.banner nav a.subscribe {
    background-image: none;
    background-color: #c2b9a5;
  }
  body.wayhome .site-header nav a.subscribe:hover,
  body.wayhome#page-index .site-header.banner nav a.subscribe:hover,
  body.wayhome#page-2018-12-02 .site-header.banner nav a.subscribe:hover {
    background-image: none;
    background-color: #ffd635;
  }
}
body.wayhome .site-header .logo,
body.wayhome#page-index .site-header.banner .logo,
body.wayhome#page-2018-12-02 .site-header.banner .logo {
  background-image: url("../images/site/logo-horizontal-wayhome.svg");
}
@media only screen and (max-width: 30rem) {
  body.wayhome .site-header,
  body.wayhome#page-index .site-header.banner,
  body.wayhome#page-2018-12-02 .site-header.banner {
    background-image: url("../images/site/logo-square-wayhome.svg");
  }
}
@media only screen and (min-width: 60rem) {
  body.wayhome .logo {
    background-image: url("../images/site/logo-horizontal-white.svg");
  }
}
body.wayhome#page-index .site-header .logo {
  background-image: url("../images/site/logo-square-wayhome.svg");
}
body.wayhome#page-index .hero,
body.wayhome#page-2018-12-02 .hero {
  padding-bottom: 1em;
}
@media only screen and (min-width: 60rem) {
  body.wayhome#page-index .hero .toc-item,
  body.wayhome#page-2018-12-02 .hero .toc-item {
    padding-top: 12rem;
    border-left: 1px solid #c2b9a5;
  }
}
body.wayhome .wayhome-intro {
  padding: 1em;
}
@media only screen and (min-width: 60rem) {
  body.wayhome .wayhome-intro .wayhome-title {
    letter-spacing: -7px;
  }
}
body.wayhome .wayhome-intro p {
  font-family: Equip-Medium;
  color: #c2b9a5;
}
body.wayhome .wayhome-intro p strong {
  font-weight: normal;
  color: #fff;
}
body.wayhome .wayhome-intro a {
  color: #c2b9a5;
  text-decoration: underline;
}
body.wayhome .wayhome-intro a:hover {
  color: #ffd635;
}
body.wayhome .wayhome-intro .image {
  padding: 0;
}
body.wayhome .wayhome-intro .wayhome-credit {
  font-family: Equip-Light;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
  margin: 0.5em 0;
  color: #fff;
}
body.wayhome .wayhome-intro .image {
  margin-top: 2em;
}
body.wayhome .doug-sig-white {
  color: transparent;
  background-image: url("../images/site/Doug_signature_trans.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 80px;
  margin: 24px 0 2px 0;
}
body.wayhome .wayhome-header {
  clear: both;
  border-top: 1px solid #ffd635;
  margin: 0 1rem;
  padding: 0;
}
@media only screen and (max-width: 60rem) {
  body.wayhome .wayhome-header {
    padding-top: 2rem;
  }
}
body.wayhome .toc-item {
  margin-bottom: 0;
}
@media only screen and (min-width: 40rem) {
  body.wayhome .toc-item-left {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  body.wayhome .toc-item-left:before,
  body.wayhome .toc-item-left:after {
    content: '';
    display: table;
  }
  body.wayhome .toc-item-left:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  body.wayhome .toc-item-right {
    *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;
    border-left: 1px solid #c2b9a5;
  }
  body.wayhome .toc-item-right:before,
  body.wayhome .toc-item-right:after {
    content: '';
    display: table;
  }
  body.wayhome .toc-item-right:after {
    clear: both;
  }
  body.wayhome .toc-item-right .image {
    padding-top: 0;
  }
}
body.wayhome .toc-item-full {
  clear: both;
}
body.wayhome .toc-item-ad-full {
  clear: both;
  border-bottom: 1px solid #fff;
}
body.wayhome .trampoline,
body.wayhome .issues {
  color: #fff;
}
body.wayhome .issue-item a {
  color: #fff;
}
body.wayhome .issue-item a:hover {
  color: #ffd635;
}
body.wayhome .button {
  background: #c2b9a5;
  color: #000;
}
body.wayhome .button:hover {
  background: #ffd635;
}
body.wayhome .subscribe-promo {
  background: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2rem 0;
}
body.wayhome .subscribe-promo p.subscribe-text {
  text-align: center;
  font-family: 'Sina Nova';
  font-style: italic;
  font-size: 1.25rem;
  max-width: 24rem;
  margin: 0rem auto 1rem;
  color: #fff;
}
body.wayhome .storyads-header {
  clear: both;
  color: #c2b9a5;
  text-align: center;
  padding-top: 2rem;
  border-radius: 0;
  border-top: 1px solid #fff;
}
body.wayhome #toc-1202_First_Last_Days .title,
body.wayhome #toc-1202_Family_Separated .title,
body.wayhome #toc-1202_Living_Foot .title,
body.wayhome #toc-1202_What_They_Carried .title,
body.wayhome #toc-1202_Firefighters .title {
  max-width: 12em;
}
body.wayhome #toc-1202_Border_Commuter .title,
body.wayhome #toc-1202_Town_Remember .title {
  max-width: 14em;
}
body.wayhome #toc-1202_Foster_Kid .credit,
body.wayhome #toc-1202_Shorewood .credit,
body.wayhome #toc-1202_Roommate .credit,
body.wayhome #toc-1202_Rent_Strikers .credit,
body.wayhome #toc-1202_Boyle_Heights .credit,
body.wayhome #toc-1202_Dinner .credit,
body.wayhome #toc-1202_At_Home .credit {
  max-width: 42em;
}
body.wayhome #toc-1202_Prison .title,
body.wayhome #toc-1202_Nextdoor .title,
body.wayhome #toc-1202_Move_In_Day .title {
  max-width: 16em;
}
@media only screen and (min-width: 60rem) {
  body.wayhome #wayhome-section-FarAway .wayhome-title {
    letter-spacing: -9px;
  }
}
@media only screen and (min-width: 60rem) {
  body.wayhome #wayhome-section-InBetween .wayhome-title {
    letter-spacing: -7px;
  }
}
@media only screen and (min-width: 60rem) {
  body.wayhome #wayhome-section-Home .wayhome-title {
    letter-spacing: -8px;
  }
}
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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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'] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
  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);
}
.text-gradient.g18 {
  color: #da502c;
  background-image: -webkit-linear-gradient(-45deg, #da502c, #39236a);
}
.text-gradient.g19 {
  color: #001897;
  background-image: -webkit-linear-gradient(-45deg, #001897, #e60000);
}
#page-index h3.ad_title {
  font-family: Equip;
  font-weight: 700;
}
#page-index .hero .toc-item h3.title br {
  display: none;
}
@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 h3.title br,
  #page-index .hero .toc-item h3.ad_title br {
    display: block;
  }
  #page-index .hero .toc-item h3.title.is--sml,
  #page-index .hero .toc-item h3.ad_title.is--sml {
    max-width: 20rem;
  }
  #page-index .hero .toc-item h3.title.is--med,
  #page-index .hero .toc-item h3.ad_title.is--med {
    max-width: 26rem;
  }
  #page-index .hero .toc-item h3.title.is--lrg,
  #page-index .hero .toc-item h3.ad_title.is--lrg {
    max-width: 32rem;
  }
  #page-index .hero .toc-item h4.subtitle.is--sml {
    max-width: 20rem;
  }
  #page-index .hero .toc-item h4.subtitle.is--med {
    max-width: 26rem;
  }
  #page-index .hero .toc-item h4.subtitle.is--lrg {
    max-width: 32rem;
  }
  #page-index .hero .toc-item div.credit {
    max-width: 24rem;
  }
}
#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%;
}
#page-index .toc-archive-label {
  font-family: Equip;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 400;
  text-indent: 0 !important;
  padding-bottom: 1rem;
  color: #000;
}
@media only screen and (min-width: 60rem) {
  #page-index #toc-LargeRight {
    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-LargeRight .image {
    padding-top: 0;
  }
  #page-index #toc-LargeRight .image {
    padding-bottom: 0;
  }
  #page-index #toc-LargeRight .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-LargeRight .image:before,
  #page-index #toc-LargeRight .image:after {
    content: '';
    display: table;
  }
  #page-index #toc-LargeRight .image:after {
    clear: both;
  }
  #page-index #toc-LargeRight .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-LargeRight .text:before,
  #page-index #toc-LargeRight .text:after {
    content: '';
    display: table;
  }
  #page-index #toc-LargeRight .text:after {
    clear: both;
  }
  #page-index #toc-LargeRight:before,
  #page-index #toc-LargeRight:after {
    content: '';
    display: table;
  }
  #page-index #toc-LargeRight:after {
    clear: both;
  }
  #page-index #toc-LargeRight .subtitle.is--sml {
    max-width: 20rem;
  }
  #page-index #toc-LargeRight .subtitle.is--med {
    max-width: 26rem;
  }
  #page-index #toc-LargeRight .subtitle.is--lrg {
    max-width: 32rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-index #toc-LargeLeft {
    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-LargeLeft .image {
    padding-top: 0;
  }
  #page-index #toc-LargeLeft .image {
    padding-bottom: 0;
  }
  #page-index #toc-LargeLeft .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-LargeLeft .image:before,
  #page-index #toc-LargeLeft .image:after {
    content: '';
    display: table;
  }
  #page-index #toc-LargeLeft .image:after {
    clear: both;
  }
  #page-index #toc-LargeLeft .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-LargeLeft .text:before,
  #page-index #toc-LargeLeft .text:after {
    content: '';
    display: table;
  }
  #page-index #toc-LargeLeft .text:after {
    clear: both;
  }
  #page-index #toc-LargeLeft:before,
  #page-index #toc-LargeLeft:after {
    content: '';
    display: table;
  }
  #page-index #toc-LargeLeft:after {
    clear: both;
  }
  #page-index #toc-LargeLeft .subtitle.is--sml {
    max-width: 20rem;
  }
  #page-index #toc-LargeLeft .subtitle.is--med {
    max-width: 26rem;
  }
  #page-index #toc-LargeLeft .subtitle.is--lrg {
    max-width: 32rem;
  }
}
#page-index #toc-SmallLeft .credit,
#page-index #toc-SmallRight .credit {
  max-width: 20rem;
}
@media only screen and (min-width: 40rem) {
  #page-index #toc-SmallLeft,
  #page-index #toc-SmallRight {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-index #toc-SmallLeft:before,
  #page-index #toc-SmallRight:before,
  #page-index #toc-SmallLeft:after,
  #page-index #toc-SmallRight:after {
    content: '';
    display: table;
  }
  #page-index #toc-SmallLeft:after,
  #page-index #toc-SmallRight:after {
    clear: both;
  }
  #page-index #toc-SmallLeft .subtitle.is--sml,
  #page-index #toc-SmallRight .subtitle.is--sml {
    max-width: 20rem;
  }
  #page-index #toc-SmallLeft .subtitle.is--med,
  #page-index #toc-SmallRight .subtitle.is--med {
    max-width: 26rem;
  }
  #page-index #toc-SmallLeft .subtitle.is--lrg,
  #page-index #toc-SmallRight .subtitle.is--lrg {
    max-width: 32rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-index #toc-SmallLeft {
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-index #toc-SmallLeft .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-index #toc-SmallRight {
    margin-top: 1rem;
    border-left: 1px solid #000;
    position: relative;
    left: -1px;
  }
  #page-index #toc-SmallRight .image {
    padding-top: 0;
  }
}
#page-index #toc-AdFull .title {
  max-width: none;
}
.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;
    border-left: none;
  }
  #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;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-10-02 .header-wrap {
    margin: 1rem 1rem -1rem;
    position: relative;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2016-10-02 .features .toc-item.item-0 {
    padding-top: 10rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2016-12-04 .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-2016-12-04 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2016-12-04 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2016-12-04 .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-2016-12-04 .hero .toc-item .text:before,
  #page-2016-12-04 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2016-12-04 .hero .toc-item:before,
  #page-2016-12-04 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 .hero .toc-item:after {
    clear: both;
  }
  #page-2016-12-04 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2016-12-04 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2016-12-04 .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-2016-12-04 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2016-12-04 .toc-follow-promo section.email:before,
  #page-2016-12-04 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2016-12-04 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2016-12-04 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2016-12-04 .toc-follow-promo section.button:before,
  #page-2016-12-04 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2016-12-04 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2016-12-04 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2016-12-04 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2016-12-04 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2016-12-04 .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-2016-12-04 .toc-follow-promo:before,
  #page-2016-12-04 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 .toc-follow-promo:after {
    clear: both;
  }
  #page-2016-12-04 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2016-12-04 .toc-follow-promo section {
  padding: 1rem;
}
#page-2016-12-04 .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-2016-12-04 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2016-12-04 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2016-12-04 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2016-12-04 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2016-12-04 #toc-mcgee-1 .subtitle {
  max-width: 17em;
}
#page-2016-12-04 #toc-mcgee-1 .credit {
  max-width: 24em;
}
@media only screen and (min-width: 60rem) {
  #page-2016-12-04 #toc-mcgee-1 {
    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-12-04 #toc-mcgee-1 .image {
    padding-top: 0;
  }
  #page-2016-12-04 #toc-mcgee-1 .image {
    padding-bottom: 0;
  }
  #page-2016-12-04 #toc-mcgee-1 .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-12-04 #toc-mcgee-1 .image:before,
  #page-2016-12-04 #toc-mcgee-1 .image:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-mcgee-1 .image:after {
    clear: both;
  }
  #page-2016-12-04 #toc-mcgee-1 .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-12-04 #toc-mcgee-1 .text:before,
  #page-2016-12-04 #toc-mcgee-1 .text:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-mcgee-1 .text:after {
    clear: both;
  }
  #page-2016-12-04 #toc-mcgee-1:before,
  #page-2016-12-04 #toc-mcgee-1:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-mcgee-1:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-12-04 #toc-cannabis-1 {
    *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-12-04 #toc-cannabis-1:before,
  #page-2016-12-04 #toc-cannabis-1:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-cannabis-1:after {
    clear: both;
  }
  #page-2016-12-04 #toc-cannabis-1 .image {
    padding-top: 0;
  }
}
#page-2016-12-04 #toc-morris .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2016-12-04 #toc-morris {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2016-12-04 #toc-morris:before,
  #page-2016-12-04 #toc-morris:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-morris:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-12-04 #toc-prius1 {
    *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-12-04 #toc-prius1:before,
  #page-2016-12-04 #toc-prius1:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-prius1:after {
    clear: both;
  }
  #page-2016-12-04 #toc-prius1 .image {
    padding-top: 0;
  }
  #page-2016-12-04 #toc-prius1 .image {
    padding-bottom: 0;
  }
  #page-2016-12-04 #toc-prius1 .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-12-04 #toc-prius1 .image:before,
  #page-2016-12-04 #toc-prius1 .image:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-prius1 .image:after {
    clear: both;
  }
  #page-2016-12-04 #toc-prius1 .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-12-04 #toc-prius1 .text:before,
  #page-2016-12-04 #toc-prius1 .text:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-prius1 .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-12-04 #toc-backstage,
  #page-2016-12-04 #toc-meanwhile-1 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2016-12-04 #toc-backstage:before,
  #page-2016-12-04 #toc-meanwhile-1:before,
  #page-2016-12-04 #toc-backstage:after,
  #page-2016-12-04 #toc-meanwhile-1:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-backstage:after,
  #page-2016-12-04 #toc-meanwhile-1:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-12-04 #toc-backstage {
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2016-12-04 #toc-backstage .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2016-12-04 #toc-prius2 {
    *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-12-04 #toc-prius2:before,
  #page-2016-12-04 #toc-prius2:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-prius2:after {
    clear: both;
  }
  #page-2016-12-04 #toc-prius2 .image {
    padding-top: 0;
  }
  #page-2016-12-04 #toc-prius2 .image {
    padding-bottom: 0;
  }
  #page-2016-12-04 #toc-prius2 .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-12-04 #toc-prius2 .image:before,
  #page-2016-12-04 #toc-prius2 .image:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-prius2 .image:after {
    clear: both;
  }
  #page-2016-12-04 #toc-prius2 .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-12-04 #toc-prius2 .text:before,
  #page-2016-12-04 #toc-prius2 .text:after {
    content: '';
    display: table;
  }
  #page-2016-12-04 #toc-prius2 .text:after {
    clear: both;
  }
}
#page-2016-12-04 #toc-venezuela .subtitle {
  max-width: 19em;
}
#page-2016-12-04 #toc-mills .credit {
  max-width: 19em;
}
@media only screen and (min-width: 60rem) {
  #page-2017-02-05 .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-2017-02-05 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2017-02-05 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2017-02-05 .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-2017-02-05 .hero .toc-item .text:before,
  #page-2017-02-05 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2017-02-05 .hero .toc-item:before,
  #page-2017-02-05 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 .hero .toc-item:after {
    clear: both;
  }
  #page-2017-02-05 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2017-02-05 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2017-02-05 .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-2017-02-05 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2017-02-05 .toc-follow-promo section.email:before,
  #page-2017-02-05 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2017-02-05 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2017-02-05 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2017-02-05 .toc-follow-promo section.button:before,
  #page-2017-02-05 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2017-02-05 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2017-02-05 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2017-02-05 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2017-02-05 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2017-02-05 .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-2017-02-05 .toc-follow-promo:before,
  #page-2017-02-05 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 .toc-follow-promo:after {
    clear: both;
  }
  #page-2017-02-05 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2017-02-05 .toc-follow-promo section {
  padding: 1rem;
}
#page-2017-02-05 .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-2017-02-05 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2017-02-05 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2017-02-05 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2017-02-05 .toc-follow-promo section .icon svg {
  width: 100%;
}
@media only screen and (min-width: 40rem) {
  #page-2017-02-05 #toc-0205_below_deck {
    *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;
    border-left: none;
  }
  #page-2017-02-05 #toc-0205_below_deck:before,
  #page-2017-02-05 #toc-0205_below_deck:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-0205_below_deck:after {
    clear: both;
  }
  #page-2017-02-05 #toc-0205_below_deck .image {
    padding-top: 0;
  }
}
#page-2017-02-05 #toc-0205_mars_madness .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-02-05 #toc-0205_mars_madness {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-02-05 #toc-0205_mars_madness:before,
  #page-2017-02-05 #toc-0205_mars_madness:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-0205_mars_madness:after {
    clear: both;
  }
}
#page-2017-02-05 #toc-0205_mental_health_hack .subtitle {
  max-width: 17em;
}
#page-2017-02-05 #toc-0205_mental_health_hack .credit {
  max-width: 24em;
}
@media only screen and (min-width: 60rem) {
  #page-2017-02-05 #toc-0205_mental_health_hack {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-02-05 #toc-0205_mental_health_hack .image {
    padding-top: 0;
  }
  #page-2017-02-05 #toc-0205_mental_health_hack .image {
    padding-bottom: 0;
  }
  #page-2017-02-05 #toc-0205_mental_health_hack .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-2017-02-05 #toc-0205_mental_health_hack .image:before,
  #page-2017-02-05 #toc-0205_mental_health_hack .image:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-0205_mental_health_hack .image:after {
    clear: both;
  }
  #page-2017-02-05 #toc-0205_mental_health_hack .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-2017-02-05 #toc-0205_mental_health_hack .text:before,
  #page-2017-02-05 #toc-0205_mental_health_hack .text:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-0205_mental_health_hack .text:after {
    clear: both;
  }
  #page-2017-02-05 #toc-0205_mental_health_hack:before,
  #page-2017-02-05 #toc-0205_mental_health_hack:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-0205_mental_health_hack:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-02-05 #toc-storyad_mailchimp_01 {
    *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-2017-02-05 #toc-storyad_mailchimp_01:before,
  #page-2017-02-05 #toc-storyad_mailchimp_01:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-storyad_mailchimp_01:after {
    clear: both;
  }
  #page-2017-02-05 #toc-storyad_mailchimp_01 .image {
    padding-top: 0;
  }
  #page-2017-02-05 #toc-storyad_mailchimp_01 .image {
    padding-bottom: 0;
  }
  #page-2017-02-05 #toc-storyad_mailchimp_01 .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-2017-02-05 #toc-storyad_mailchimp_01 .image:before,
  #page-2017-02-05 #toc-storyad_mailchimp_01 .image:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-storyad_mailchimp_01 .image:after {
    clear: both;
  }
  #page-2017-02-05 #toc-storyad_mailchimp_01 .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-2017-02-05 #toc-storyad_mailchimp_01 .text:before,
  #page-2017-02-05 #toc-storyad_mailchimp_01 .text:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-storyad_mailchimp_01 .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-02-05 #toc-0205_meanwhile .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-2017-02-05 #toc-0205_meanwhile .image:before,
  #page-2017-02-05 #toc-0205_meanwhile .image:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-0205_meanwhile .image:after {
    clear: both;
  }
  #page-2017-02-05 #toc-0205_meanwhile .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-2017-02-05 #toc-0205_meanwhile .text:before,
  #page-2017-02-05 #toc-0205_meanwhile .text:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-0205_meanwhile .text:after {
    clear: both;
  }
}
#page-2017-02-05 #toc-0205_charged .credit {
  max-width: 19em;
}
#page-2017-02-05 #toc-0205_elevenk_bowls_of_soup .subtitle {
  max-width: 19em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-02-05 #toc-0205_art_in_between {
    padding-bottom: 6em;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-02-05 #toc-storyad_prius_01 {
    *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-2017-02-05 #toc-storyad_prius_01:before,
  #page-2017-02-05 #toc-storyad_prius_01:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-storyad_prius_01:after {
    clear: both;
  }
  #page-2017-02-05 #toc-storyad_prius_01 .image {
    padding-top: 0;
  }
}
#page-2017-02-05 #toc-storyad_prius_02 .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-02-05 #toc-storyad_prius_02 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-02-05 #toc-storyad_prius_02:before,
  #page-2017-02-05 #toc-storyad_prius_02:after {
    content: '';
    display: table;
  }
  #page-2017-02-05 #toc-storyad_prius_02:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2017-04-02 .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-2017-04-02 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2017-04-02 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2017-04-02 .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-2017-04-02 .hero .toc-item .text:before,
  #page-2017-04-02 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2017-04-02 .hero .toc-item:before,
  #page-2017-04-02 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 .hero .toc-item:after {
    clear: both;
  }
  #page-2017-04-02 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2017-04-02 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2017-04-02 .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-2017-04-02 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2017-04-02 .toc-follow-promo section.email:before,
  #page-2017-04-02 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2017-04-02 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2017-04-02 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2017-04-02 .toc-follow-promo section.button:before,
  #page-2017-04-02 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2017-04-02 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2017-04-02 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2017-04-02 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2017-04-02 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2017-04-02 .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-2017-04-02 .toc-follow-promo:before,
  #page-2017-04-02 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 .toc-follow-promo:after {
    clear: both;
  }
  #page-2017-04-02 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2017-04-02 .toc-follow-promo section {
  padding: 1rem;
}
#page-2017-04-02 .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-2017-04-02 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2017-04-02 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2017-04-02 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2017-04-02 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2017-04-02 #toc-0402-the-living-disappeared_02 .subtitle {
  max-width: 17em;
}
#page-2017-04-02 #toc-0402-the-living-disappeared_02 .credit {
  max-width: 24em;
}
@media only screen and (min-width: 60rem) {
  #page-2017-04-02 #toc-0402-the-living-disappeared_02 {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-04-02 #toc-0402-the-living-disappeared_02 .image {
    padding-top: 0;
  }
  #page-2017-04-02 #toc-0402-the-living-disappeared_02 .image {
    padding-bottom: 0;
  }
  #page-2017-04-02 #toc-0402-the-living-disappeared_02 .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-2017-04-02 #toc-0402-the-living-disappeared_02 .image:before,
  #page-2017-04-02 #toc-0402-the-living-disappeared_02 .image:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-0402-the-living-disappeared_02 .image:after {
    clear: both;
  }
  #page-2017-04-02 #toc-0402-the-living-disappeared_02 .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-2017-04-02 #toc-0402-the-living-disappeared_02 .text:before,
  #page-2017-04-02 #toc-0402-the-living-disappeared_02 .text:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-0402-the-living-disappeared_02 .text:after {
    clear: both;
  }
  #page-2017-04-02 #toc-0402-the-living-disappeared_02:before,
  #page-2017-04-02 #toc-0402-the-living-disappeared_02:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-0402-the-living-disappeared_02:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-04-02 #toc-0402-dirty-birds {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2017-04-02 #toc-0402-dirty-birds:before,
  #page-2017-04-02 #toc-0402-dirty-birds:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-0402-dirty-birds:after {
    clear: both;
  }
}
#page-2017-04-02 #toc-0402-drowned-canyon .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-04-02 #toc-0402-drowned-canyon {
    *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-2017-04-02 #toc-0402-drowned-canyon:before,
  #page-2017-04-02 #toc-0402-drowned-canyon:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-0402-drowned-canyon:after {
    clear: both;
  }
  #page-2017-04-02 #toc-0402-drowned-canyon .image {
    padding-top: 0;
  }
}
#page-2017-04-02 #toc-0402-body-lab_04 .subtitle {
  max-width: 19em;
}
#page-2017-04-02 #toc-0402-twin-falls_02 .credit {
  max-width: 19em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-04-02 #toc-0402-save-all {
    padding-bottom: 6em;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-04-02 #toc-storyad_mailchimp_02 {
    *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-2017-04-02 #toc-storyad_mailchimp_02:before,
  #page-2017-04-02 #toc-storyad_mailchimp_02:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-storyad_mailchimp_02:after {
    clear: both;
  }
  #page-2017-04-02 #toc-storyad_mailchimp_02 .image {
    padding-top: 0;
  }
  #page-2017-04-02 #toc-storyad_mailchimp_02 .image {
    padding-bottom: 0;
  }
  #page-2017-04-02 #toc-storyad_mailchimp_02 .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-2017-04-02 #toc-storyad_mailchimp_02 .image:before,
  #page-2017-04-02 #toc-storyad_mailchimp_02 .image:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-storyad_mailchimp_02 .image:after {
    clear: both;
  }
  #page-2017-04-02 #toc-storyad_mailchimp_02 .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-2017-04-02 #toc-storyad_mailchimp_02 .text:before,
  #page-2017-04-02 #toc-storyad_mailchimp_02 .text:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-storyad_mailchimp_02 .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-04-02 #toc-0402-backstage_02,
  #page-2017-04-02 #toc-0402-meanwhile_02 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-04-02 #toc-0402-backstage_02:before,
  #page-2017-04-02 #toc-0402-meanwhile_02:before,
  #page-2017-04-02 #toc-0402-backstage_02:after,
  #page-2017-04-02 #toc-0402-meanwhile_02:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-0402-backstage_02:after,
  #page-2017-04-02 #toc-0402-meanwhile_02:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-04-02 #toc-0402-backstage_02 {
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2017-04-02 #toc-0402-backstage_02 .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-04-02 #toc-0402-storyad-bulleit {
    *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-2017-04-02 #toc-0402-storyad-bulleit:before,
  #page-2017-04-02 #toc-0402-storyad-bulleit:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-0402-storyad-bulleit:after {
    clear: both;
  }
  #page-2017-04-02 #toc-0402-storyad-bulleit .image {
    padding-top: 0;
  }
  #page-2017-04-02 #toc-0402-storyad-bulleit .image {
    padding-bottom: 0;
  }
  #page-2017-04-02 #toc-0402-storyad-bulleit .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-2017-04-02 #toc-0402-storyad-bulleit .image:before,
  #page-2017-04-02 #toc-0402-storyad-bulleit .image:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-0402-storyad-bulleit .image:after {
    clear: both;
  }
  #page-2017-04-02 #toc-0402-storyad-bulleit .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-2017-04-02 #toc-0402-storyad-bulleit .text:before,
  #page-2017-04-02 #toc-0402-storyad-bulleit .text:after {
    content: '';
    display: table;
  }
  #page-2017-04-02 #toc-0402-storyad-bulleit .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2017-06-04 .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-2017-06-04 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2017-06-04 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2017-06-04 .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-2017-06-04 .hero .toc-item .text:before,
  #page-2017-06-04 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2017-06-04 .hero .toc-item:before,
  #page-2017-06-04 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 .hero .toc-item:after {
    clear: both;
  }
  #page-2017-06-04 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2017-06-04 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2017-06-04 .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-2017-06-04 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2017-06-04 .toc-follow-promo section.email:before,
  #page-2017-06-04 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2017-06-04 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2017-06-04 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2017-06-04 .toc-follow-promo section.button:before,
  #page-2017-06-04 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2017-06-04 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2017-06-04 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2017-06-04 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2017-06-04 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2017-06-04 .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-2017-06-04 .toc-follow-promo:before,
  #page-2017-06-04 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 .toc-follow-promo:after {
    clear: both;
  }
  #page-2017-06-04 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2017-06-04 .toc-follow-promo section {
  padding: 1rem;
}
#page-2017-06-04 .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-2017-06-04 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2017-06-04 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2017-06-04 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2017-06-04 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2017-06-04 #toc-0604_LosingGloria .subtitle {
  max-width: 22rem;
}
#page-2017-06-04 #toc-0604_UrbanDreams .subtitle {
  max-width: 17em;
}
#page-2017-06-04 #toc-0604_UrbanDreams .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2017-06-04 #toc-0604_UrbanDreams {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-06-04 #toc-0604_UrbanDreams .image {
    padding-top: 0;
  }
  #page-2017-06-04 #toc-0604_UrbanDreams .image {
    padding-bottom: 0;
  }
  #page-2017-06-04 #toc-0604_UrbanDreams .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-2017-06-04 #toc-0604_UrbanDreams .image:before,
  #page-2017-06-04 #toc-0604_UrbanDreams .image:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0604_UrbanDreams .image:after {
    clear: both;
  }
  #page-2017-06-04 #toc-0604_UrbanDreams .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-2017-06-04 #toc-0604_UrbanDreams .text:before,
  #page-2017-06-04 #toc-0604_UrbanDreams .text:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0604_UrbanDreams .text:after {
    clear: both;
  }
  #page-2017-06-04 #toc-0604_UrbanDreams:before,
  #page-2017-06-04 #toc-0604_UrbanDreams:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0604_UrbanDreams:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-06-04 #toc-0604_DeepSprings {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2017-06-04 #toc-0604_DeepSprings:before,
  #page-2017-06-04 #toc-0604_DeepSprings:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0604_DeepSprings:after {
    clear: both;
  }
}
#page-2017-06-04 #toc-0604_TrumpsMan .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-06-04 #toc-0604_TrumpsMan {
    *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-2017-06-04 #toc-0604_TrumpsMan:before,
  #page-2017-06-04 #toc-0604_TrumpsMan:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0604_TrumpsMan:after {
    clear: both;
  }
  #page-2017-06-04 #toc-0604_TrumpsMan .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-06-04 #toc-0806_Thread {
    *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-2017-06-04 #toc-0806_Thread:before,
  #page-2017-06-04 #toc-0806_Thread:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0806_Thread:after {
    clear: both;
  }
  #page-2017-06-04 #toc-0806_Thread .image {
    padding-top: 0;
  }
  #page-2017-06-04 #toc-0806_Thread .image {
    padding-bottom: 0;
  }
  #page-2017-06-04 #toc-0806_Thread .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-2017-06-04 #toc-0806_Thread .image:before,
  #page-2017-06-04 #toc-0806_Thread .image:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0806_Thread .image:after {
    clear: both;
  }
  #page-2017-06-04 #toc-0806_Thread .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-2017-06-04 #toc-0806_Thread .text:before,
  #page-2017-06-04 #toc-0806_Thread .text:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0806_Thread .text:after {
    clear: both;
  }
}
#page-2017-06-04 #toc-0604_Samin .subtitle {
  max-width: 19em;
}
#page-2017-06-04 #toc-0604_RicardoLara .credit {
  max-width: 19em;
}
#page-2017-06-04 #toc-0604_TheFactChecker .credit {
  max-width: 19em;
}
#page-2017-06-04 #toc-0604_OReilly .credit {
  max-width: 19em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-06-04 #toc-0604_CitiStoryAd_still {
    *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-2017-06-04 #toc-0604_CitiStoryAd_still:before,
  #page-2017-06-04 #toc-0604_CitiStoryAd_still:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0604_CitiStoryAd_still:after {
    clear: both;
  }
  #page-2017-06-04 #toc-0604_CitiStoryAd_still .image {
    padding-top: 0;
  }
  #page-2017-06-04 #toc-0604_CitiStoryAd_still .image {
    padding-bottom: 0;
  }
  #page-2017-06-04 #toc-0604_CitiStoryAd_still .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-2017-06-04 #toc-0604_CitiStoryAd_still .image:before,
  #page-2017-06-04 #toc-0604_CitiStoryAd_still .image:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0604_CitiStoryAd_still .image:after {
    clear: both;
  }
  #page-2017-06-04 #toc-0604_CitiStoryAd_still .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-2017-06-04 #toc-0604_CitiStoryAd_still .text:before,
  #page-2017-06-04 #toc-0604_CitiStoryAd_still .text:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0604_CitiStoryAd_still .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-06-04 #toc-0604_MeanwhileFerry,
  #page-2017-06-04 #toc-0604_Backstage {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-06-04 #toc-0604_MeanwhileFerry:before,
  #page-2017-06-04 #toc-0604_Backstage:before,
  #page-2017-06-04 #toc-0604_MeanwhileFerry:after,
  #page-2017-06-04 #toc-0604_Backstage:after {
    content: '';
    display: table;
  }
  #page-2017-06-04 #toc-0604_MeanwhileFerry:after,
  #page-2017-06-04 #toc-0604_Backstage:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-06-04 #toc-0604_Backstage {
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2017-06-04 #toc-0604_Backstage .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2017-08-06 .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-2017-08-06 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2017-08-06 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2017-08-06 .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-2017-08-06 .hero .toc-item .text:before,
  #page-2017-08-06 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2017-08-06 .hero .toc-item:before,
  #page-2017-08-06 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 .hero .toc-item:after {
    clear: both;
  }
  #page-2017-08-06 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2017-08-06 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2017-08-06 .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-2017-08-06 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2017-08-06 .toc-follow-promo section.email:before,
  #page-2017-08-06 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2017-08-06 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2017-08-06 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2017-08-06 .toc-follow-promo section.button:before,
  #page-2017-08-06 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2017-08-06 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2017-08-06 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2017-08-06 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2017-08-06 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2017-08-06 .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-2017-08-06 .toc-follow-promo:before,
  #page-2017-08-06 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 .toc-follow-promo:after {
    clear: both;
  }
  #page-2017-08-06 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2017-08-06 .toc-follow-promo section {
  padding: 1rem;
}
#page-2017-08-06 .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-2017-08-06 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2017-08-06 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2017-08-06 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2017-08-06 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2017-08-06 #toc-0806_CityLimits .subtitle {
  max-width: 17em;
}
#page-2017-08-06 #toc-0806_CityLimits .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2017-08-06 #toc-0806_CityLimits {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-08-06 #toc-0806_CityLimits .image {
    padding-top: 0;
  }
  #page-2017-08-06 #toc-0806_CityLimits .image {
    padding-bottom: 0;
  }
  #page-2017-08-06 #toc-0806_CityLimits .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-2017-08-06 #toc-0806_CityLimits .image:before,
  #page-2017-08-06 #toc-0806_CityLimits .image:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0806_CityLimits .image:after {
    clear: both;
  }
  #page-2017-08-06 #toc-0806_CityLimits .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-2017-08-06 #toc-0806_CityLimits .text:before,
  #page-2017-08-06 #toc-0806_CityLimits .text:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0806_CityLimits .text:after {
    clear: both;
  }
  #page-2017-08-06 #toc-0806_CityLimits:before,
  #page-2017-08-06 #toc-0806_CityLimits:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0806_CityLimits:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-08-06 #toc-0806_Counterfeit {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2017-08-06 #toc-0806_Counterfeit:before,
  #page-2017-08-06 #toc-0806_Counterfeit:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0806_Counterfeit:after {
    clear: both;
  }
}
#page-2017-08-06 #toc-0806_UndergroundChefs .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-08-06 #toc-0806_UndergroundChefs {
    *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-2017-08-06 #toc-0806_UndergroundChefs:before,
  #page-2017-08-06 #toc-0806_UndergroundChefs:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0806_UndergroundChefs:after {
    clear: both;
  }
  #page-2017-08-06 #toc-0806_UndergroundChefs .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-08-06 #toc-0604_CitiStoryAd_still {
    *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-2017-08-06 #toc-0604_CitiStoryAd_still:before,
  #page-2017-08-06 #toc-0604_CitiStoryAd_still:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0604_CitiStoryAd_still:after {
    clear: both;
  }
  #page-2017-08-06 #toc-0604_CitiStoryAd_still .image {
    padding-top: 0;
  }
  #page-2017-08-06 #toc-0604_CitiStoryAd_still .image {
    padding-bottom: 0;
  }
  #page-2017-08-06 #toc-0604_CitiStoryAd_still .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-2017-08-06 #toc-0604_CitiStoryAd_still .image:before,
  #page-2017-08-06 #toc-0604_CitiStoryAd_still .image:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0604_CitiStoryAd_still .image:after {
    clear: both;
  }
  #page-2017-08-06 #toc-0604_CitiStoryAd_still .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-2017-08-06 #toc-0604_CitiStoryAd_still .text:before,
  #page-2017-08-06 #toc-0604_CitiStoryAd_still .text:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0604_CitiStoryAd_still .text:after {
    clear: both;
  }
}
#page-2017-08-06 #toc-0806_TrumpComedy {
  border-left: none;
}
#page-2017-08-06 #toc-0806_TrumpComedy .subtitle {
  max-width: 19em;
}
@media only screen and (min-width: 60rem) {
  #page-2017-08-06 #toc-0806_TrumpComedy {
    margin-top: 3rem;
  }
}
#page-2017-08-06 #toc-0806_UpInArms {
  border-right: 1px solid #000;
}
#page-2017-08-06 #toc-0806_UpInArms .credit {
  max-width: 19em;
}
#page-2017-08-06 #toc-0806_LifeAfterBrooklyn .credit {
  max-width: 19em;
}
#page-2017-08-06 #toc-0806_BreastPumps .credit {
  max-width: 19em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-08-06 #toc-0806_ThreadSlate {
    *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-2017-08-06 #toc-0806_ThreadSlate:before,
  #page-2017-08-06 #toc-0806_ThreadSlate:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0806_ThreadSlate:after {
    clear: both;
  }
  #page-2017-08-06 #toc-0806_ThreadSlate .image {
    padding-top: 0;
  }
  #page-2017-08-06 #toc-0806_ThreadSlate .image {
    padding-bottom: 0;
  }
  #page-2017-08-06 #toc-0806_ThreadSlate .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-2017-08-06 #toc-0806_ThreadSlate .image:before,
  #page-2017-08-06 #toc-0806_ThreadSlate .image:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0806_ThreadSlate .image:after {
    clear: both;
  }
  #page-2017-08-06 #toc-0806_ThreadSlate .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-2017-08-06 #toc-0806_ThreadSlate .text:before,
  #page-2017-08-06 #toc-0806_ThreadSlate .text:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0806_ThreadSlate .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-08-06 #toc-0806_Meanwhile,
  #page-2017-08-06 #toc-0806_Backstage {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-08-06 #toc-0806_Meanwhile:before,
  #page-2017-08-06 #toc-0806_Backstage:before,
  #page-2017-08-06 #toc-0806_Meanwhile:after,
  #page-2017-08-06 #toc-0806_Backstage:after {
    content: '';
    display: table;
  }
  #page-2017-08-06 #toc-0806_Meanwhile:after,
  #page-2017-08-06 #toc-0806_Backstage:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-08-06 #toc-0806_Meanwhile {
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2017-08-06 #toc-0806_Meanwhile .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2017-10-01 .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-2017-10-01 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2017-10-01 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2017-10-01 .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-2017-10-01 .hero .toc-item .text:before,
  #page-2017-10-01 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2017-10-01 .hero .toc-item:before,
  #page-2017-10-01 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 .hero .toc-item:after {
    clear: both;
  }
  #page-2017-10-01 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2017-10-01 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2017-10-01 .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-2017-10-01 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2017-10-01 .toc-follow-promo section.email:before,
  #page-2017-10-01 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2017-10-01 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2017-10-01 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2017-10-01 .toc-follow-promo section.button:before,
  #page-2017-10-01 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2017-10-01 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2017-10-01 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2017-10-01 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2017-10-01 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2017-10-01 .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-2017-10-01 .toc-follow-promo:before,
  #page-2017-10-01 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 .toc-follow-promo:after {
    clear: both;
  }
  #page-2017-10-01 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2017-10-01 .toc-follow-promo section {
  padding: 1rem;
}
#page-2017-10-01 .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-2017-10-01 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2017-10-01 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2017-10-01 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2017-10-01 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2017-10-01 #toc-1001_SiliconValley .subtitle {
  max-width: 28em;
}
#page-2017-10-01 #toc-1001_SiliconValley .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2017-10-01 #toc-1001_SiliconValley {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-10-01 #toc-1001_SiliconValley .image {
    padding-top: 0;
  }
  #page-2017-10-01 #toc-1001_SiliconValley .image {
    padding-bottom: 0;
  }
  #page-2017-10-01 #toc-1001_SiliconValley .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-2017-10-01 #toc-1001_SiliconValley .image:before,
  #page-2017-10-01 #toc-1001_SiliconValley .image:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-1001_SiliconValley .image:after {
    clear: both;
  }
  #page-2017-10-01 #toc-1001_SiliconValley .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-2017-10-01 #toc-1001_SiliconValley .text:before,
  #page-2017-10-01 #toc-1001_SiliconValley .text:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-1001_SiliconValley .text:after {
    clear: both;
  }
  #page-2017-10-01 #toc-1001_SiliconValley:before,
  #page-2017-10-01 #toc-1001_SiliconValley:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-1001_SiliconValley:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-10-01 #toc-1001_IntoTheWoods {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2017-10-01 #toc-1001_IntoTheWoods:before,
  #page-2017-10-01 #toc-1001_IntoTheWoods:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-1001_IntoTheWoods:after {
    clear: both;
  }
}
#page-2017-10-01 #toc-1001_ACrackInTheSurface .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-10-01 #toc-1001_ACrackInTheSurface {
    *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-2017-10-01 #toc-1001_ACrackInTheSurface:before,
  #page-2017-10-01 #toc-1001_ACrackInTheSurface:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-1001_ACrackInTheSurface:after {
    clear: both;
  }
  #page-2017-10-01 #toc-1001_ACrackInTheSurface .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-10-01 #toc-0604_CitiStoryAd_still {
    *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-2017-10-01 #toc-0604_CitiStoryAd_still:before,
  #page-2017-10-01 #toc-0604_CitiStoryAd_still:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-0604_CitiStoryAd_still:after {
    clear: both;
  }
  #page-2017-10-01 #toc-0604_CitiStoryAd_still .image {
    padding-top: 0;
  }
  #page-2017-10-01 #toc-0604_CitiStoryAd_still .image {
    padding-bottom: 0;
  }
  #page-2017-10-01 #toc-0604_CitiStoryAd_still .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-2017-10-01 #toc-0604_CitiStoryAd_still .image:before,
  #page-2017-10-01 #toc-0604_CitiStoryAd_still .image:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-0604_CitiStoryAd_still .image:after {
    clear: both;
  }
  #page-2017-10-01 #toc-0604_CitiStoryAd_still .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-2017-10-01 #toc-0604_CitiStoryAd_still .text:before,
  #page-2017-10-01 #toc-0604_CitiStoryAd_still .text:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-0604_CitiStoryAd_still .text:after {
    clear: both;
  }
}
#page-2017-10-01 #toc-1001_LostCity {
  border-right: 1px solid #000;
}
#page-2017-10-01 #toc-1001_LostCity .credit {
  max-width: 19em;
}
#page-2017-10-01 #toc-1001_PrayerProtest {
  border-left: none;
}
#page-2017-10-01 #toc-1001_PrayerProtest .subtitle {
  max-width: 19em;
}
@media only screen and (min-width: 60rem) {
  #page-2017-10-01 #toc-1001_PrayerProtest {
    margin-top: 3rem;
  }
}
#page-2017-10-01 #toc-1001_DataRich .credit {
  max-width: 19em;
}
#page-2017-10-01 #toc-1001_MosesSumney .credit {
  max-width: 19em;
}
@media only screen and (min-width: 40rem) {
  #page-2017-10-01 #toc-0806_ThreadSlate {
    *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-2017-10-01 #toc-0806_ThreadSlate:before,
  #page-2017-10-01 #toc-0806_ThreadSlate:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-0806_ThreadSlate:after {
    clear: both;
  }
  #page-2017-10-01 #toc-0806_ThreadSlate .image {
    padding-top: 0;
  }
  #page-2017-10-01 #toc-0806_ThreadSlate .image {
    padding-bottom: 0;
  }
  #page-2017-10-01 #toc-0806_ThreadSlate .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-2017-10-01 #toc-0806_ThreadSlate .image:before,
  #page-2017-10-01 #toc-0806_ThreadSlate .image:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-0806_ThreadSlate .image:after {
    clear: both;
  }
  #page-2017-10-01 #toc-0806_ThreadSlate .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-2017-10-01 #toc-0806_ThreadSlate .text:before,
  #page-2017-10-01 #toc-0806_ThreadSlate .text:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-0806_ThreadSlate .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-10-01 #toc-1001_Meanwhile,
  #page-2017-10-01 #toc-1001_Backstage {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2017-10-01 #toc-1001_Meanwhile:before,
  #page-2017-10-01 #toc-1001_Backstage:before,
  #page-2017-10-01 #toc-1001_Meanwhile:after,
  #page-2017-10-01 #toc-1001_Backstage:after {
    content: '';
    display: table;
  }
  #page-2017-10-01 #toc-1001_Meanwhile:after,
  #page-2017-10-01 #toc-1001_Backstage:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2017-10-01 #toc-1001_Meanwhile {
    margin-top: 1rem;
    border-right: 1px solid #000;
  }
  #page-2017-10-01 #toc-1001_Meanwhile .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2017-12-03 .hero .toc-item {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2018-02-04 .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-2018-02-04 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-02-04 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-02-04 .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-2018-02-04 .hero .toc-item .text:before,
  #page-2018-02-04 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2018-02-04 .hero .toc-item:before,
  #page-2018-02-04 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 .hero .toc-item:after {
    clear: both;
  }
  #page-2018-02-04 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2018-02-04 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2018-02-04 .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-2018-02-04 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-02-04 .toc-follow-promo section.email:before,
  #page-2018-02-04 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2018-02-04 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2018-02-04 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-02-04 .toc-follow-promo section.button:before,
  #page-2018-02-04 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2018-02-04 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2018-02-04 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2018-02-04 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2018-02-04 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2018-02-04 .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-2018-02-04 .toc-follow-promo:before,
  #page-2018-02-04 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 .toc-follow-promo:after {
    clear: both;
  }
  #page-2018-02-04 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2018-02-04 .toc-follow-promo section {
  padding: 1rem;
}
#page-2018-02-04 .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-2018-02-04 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2018-02-04 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2018-02-04 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2018-02-04 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2018-02-04 #toc-0204_Arax .subtitle {
  max-width: 30rem;
}
#page-2018-02-04 #toc-0206_Tsui .subtitle {
  max-width: 28em;
}
#page-2018-02-04 #toc-0206_Tsui .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-02-04 #toc-0206_Tsui {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-02-04 #toc-0206_Tsui .image {
    padding-top: 0;
  }
  #page-2018-02-04 #toc-0206_Tsui .image {
    padding-bottom: 0;
  }
  #page-2018-02-04 #toc-0206_Tsui .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-2018-02-04 #toc-0206_Tsui .image:before,
  #page-2018-02-04 #toc-0206_Tsui .image:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0206_Tsui .image:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0206_Tsui .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-2018-02-04 #toc-0206_Tsui .text:before,
  #page-2018-02-04 #toc-0206_Tsui .text:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0206_Tsui .text:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0206_Tsui:before,
  #page-2018-02-04 #toc-0206_Tsui:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0206_Tsui:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-02-04 #toc-0204_JackieSpeierB {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2018-02-04 #toc-0204_JackieSpeierB:before,
  #page-2018-02-04 #toc-0204_JackieSpeierB:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_JackieSpeierB:after {
    clear: both;
  }
}
#page-2018-02-04 #toc-0118_DressingHeroes_b .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2018-02-04 #toc-0118_DressingHeroes_b {
    *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-2018-02-04 #toc-0118_DressingHeroes_b:before,
  #page-2018-02-04 #toc-0118_DressingHeroes_b:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0118_DressingHeroes_b:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0118_DressingHeroes_b .image {
    padding-top: 0;
  }
}
#page-2018-02-04 #toc-0206_Colin .subtitle {
  max-width: 28em;
}
#page-2018-02-04 #toc-0206_Colin .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-02-04 #toc-0206_Colin {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-02-04 #toc-0206_Colin .image {
    padding-top: 0;
  }
  #page-2018-02-04 #toc-0206_Colin .image {
    padding-bottom: 0;
  }
  #page-2018-02-04 #toc-0206_Colin .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-2018-02-04 #toc-0206_Colin .image:before,
  #page-2018-02-04 #toc-0206_Colin .image:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0206_Colin .image:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0206_Colin .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-2018-02-04 #toc-0206_Colin .text:before,
  #page-2018-02-04 #toc-0206_Colin .text:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0206_Colin .text:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0206_Colin:before,
  #page-2018-02-04 #toc-0206_Colin:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0206_Colin:after {
    clear: both;
  }
}
#page-2018-02-04 #toc-0204_Backstage .subtitle {
  max-width: 28em;
}
#page-2018-02-04 #toc-0204_Backstage .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-02-04 #toc-0204_Backstage {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-02-04 #toc-0204_Backstage .image {
    padding-top: 0;
  }
  #page-2018-02-04 #toc-0204_Backstage .image {
    padding-bottom: 0;
  }
  #page-2018-02-04 #toc-0204_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-2018-02-04 #toc-0204_Backstage .image:before,
  #page-2018-02-04 #toc-0204_Backstage .image:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_Backstage .image:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0204_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-2018-02-04 #toc-0204_Backstage .text:before,
  #page-2018-02-04 #toc-0204_Backstage .text:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_Backstage .text:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0204_Backstage:before,
  #page-2018-02-04 #toc-0204_Backstage:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_Backstage:after {
    clear: both;
  }
}
#page-2018-02-04 #toc-0204_Meanwhile_B .subtitle {
  max-width: 28em;
}
#page-2018-02-04 #toc-0204_Meanwhile_B .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-02-04 #toc-0204_Meanwhile_B {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-02-04 #toc-0204_Meanwhile_B .image {
    padding-top: 0;
  }
  #page-2018-02-04 #toc-0204_Meanwhile_B .image {
    padding-bottom: 0;
  }
  #page-2018-02-04 #toc-0204_Meanwhile_B .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-2018-02-04 #toc-0204_Meanwhile_B .image:before,
  #page-2018-02-04 #toc-0204_Meanwhile_B .image:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_Meanwhile_B .image:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0204_Meanwhile_B .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-2018-02-04 #toc-0204_Meanwhile_B .text:before,
  #page-2018-02-04 #toc-0204_Meanwhile_B .text:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_Meanwhile_B .text:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0204_Meanwhile_B:before,
  #page-2018-02-04 #toc-0204_Meanwhile_B:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_Meanwhile_B:after {
    clear: both;
  }
}
#page-2018-02-04 #toc-0204_FrauenfelderC .subtitle {
  max-width: 28em;
}
#page-2018-02-04 #toc-0204_FrauenfelderC .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-02-04 #toc-0204_FrauenfelderC {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-02-04 #toc-0204_FrauenfelderC .image {
    padding-top: 0;
  }
  #page-2018-02-04 #toc-0204_FrauenfelderC .image {
    padding-bottom: 0;
  }
  #page-2018-02-04 #toc-0204_FrauenfelderC .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-2018-02-04 #toc-0204_FrauenfelderC .image:before,
  #page-2018-02-04 #toc-0204_FrauenfelderC .image:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_FrauenfelderC .image:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0204_FrauenfelderC .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-2018-02-04 #toc-0204_FrauenfelderC .text:before,
  #page-2018-02-04 #toc-0204_FrauenfelderC .text:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_FrauenfelderC .text:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0204_FrauenfelderC:before,
  #page-2018-02-04 #toc-0204_FrauenfelderC:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_FrauenfelderC:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-02-04 #toc-0204_Coach,
  #page-2018-02-04 #toc-0204_Coach_NY,
  #page-2018-02-04 #toc-0204_Coach_DC {
    *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-2018-02-04 #toc-0204_Coach:before,
  #page-2018-02-04 #toc-0204_Coach_NY:before,
  #page-2018-02-04 #toc-0204_Coach_DC:before,
  #page-2018-02-04 #toc-0204_Coach:after,
  #page-2018-02-04 #toc-0204_Coach_NY:after,
  #page-2018-02-04 #toc-0204_Coach_DC:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_Coach:after,
  #page-2018-02-04 #toc-0204_Coach_NY:after,
  #page-2018-02-04 #toc-0204_Coach_DC:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0204_Coach .image,
  #page-2018-02-04 #toc-0204_Coach_NY .image,
  #page-2018-02-04 #toc-0204_Coach_DC .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-02-04 #toc-0204_Coach2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-02-04 #toc-0204_Coach2:before,
  #page-2018-02-04 #toc-0204_Coach2:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_Coach2:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0204_Coach2 .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-02-04 #toc-0204_NestB {
    *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-2018-02-04 #toc-0204_NestB:before,
  #page-2018-02-04 #toc-0204_NestB:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_NestB:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0204_NestB .image {
    padding-top: 0;
  }
  #page-2018-02-04 #toc-0204_NestB .image {
    padding-bottom: 0;
  }
  #page-2018-02-04 #toc-0204_NestB .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-2018-02-04 #toc-0204_NestB .image:before,
  #page-2018-02-04 #toc-0204_NestB .image:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_NestB .image:after {
    clear: both;
  }
  #page-2018-02-04 #toc-0204_NestB .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-2018-02-04 #toc-0204_NestB .text:before,
  #page-2018-02-04 #toc-0204_NestB .text:after {
    content: '';
    display: table;
  }
  #page-2018-02-04 #toc-0204_NestB .text:after {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2018-04-01 .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-2018-04-01 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-04-01 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-04-01 .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-2018-04-01 .hero .toc-item .text:before,
  #page-2018-04-01 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2018-04-01 .hero .toc-item:before,
  #page-2018-04-01 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 .hero .toc-item:after {
    clear: both;
  }
  #page-2018-04-01 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2018-04-01 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2018-04-01 .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-2018-04-01 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-04-01 .toc-follow-promo section.email:before,
  #page-2018-04-01 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2018-04-01 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2018-04-01 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-04-01 .toc-follow-promo section.button:before,
  #page-2018-04-01 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2018-04-01 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2018-04-01 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2018-04-01 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2018-04-01 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2018-04-01 .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-2018-04-01 .toc-follow-promo:before,
  #page-2018-04-01 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 .toc-follow-promo:after {
    clear: both;
  }
  #page-2018-04-01 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2018-04-01 .toc-follow-promo section {
  padding: 1rem;
}
#page-2018-04-01 .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-2018-04-01 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2018-04-01 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2018-04-01 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2018-04-01 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2018-04-01 #toc-0401_Abortion .subtitle {
  max-width: 30rem;
}
#page-2018-04-01 #toc-0401_JerryBrown .subtitle {
  max-width: 28em;
}
#page-2018-04-01 #toc-0401_JerryBrown .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-04-01 #toc-0401_JerryBrown {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-04-01 #toc-0401_JerryBrown .image {
    padding-top: 0;
  }
  #page-2018-04-01 #toc-0401_JerryBrown .image {
    padding-bottom: 0;
  }
  #page-2018-04-01 #toc-0401_JerryBrown .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-2018-04-01 #toc-0401_JerryBrown .image:before,
  #page-2018-04-01 #toc-0401_JerryBrown .image:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 #toc-0401_JerryBrown .image:after {
    clear: both;
  }
  #page-2018-04-01 #toc-0401_JerryBrown .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-2018-04-01 #toc-0401_JerryBrown .text:before,
  #page-2018-04-01 #toc-0401_JerryBrown .text:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 #toc-0401_JerryBrown .text:after {
    clear: both;
  }
  #page-2018-04-01 #toc-0401_JerryBrown:before,
  #page-2018-04-01 #toc-0401_JerryBrown:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 #toc-0401_JerryBrown:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-04-01 #toc-0401_Skateboarding {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2018-04-01 #toc-0401_Skateboarding:before,
  #page-2018-04-01 #toc-0401_Skateboarding:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 #toc-0401_Skateboarding:after {
    clear: both;
  }
}
#page-2018-04-01 #toc-0401_MidwestTech .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2018-04-01 #toc-0401_MidwestTech {
    *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-2018-04-01 #toc-0401_MidwestTech:before,
  #page-2018-04-01 #toc-0401_MidwestTech:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 #toc-0401_MidwestTech:after {
    clear: both;
  }
  #page-2018-04-01 #toc-0401_MidwestTech .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-04-01 #toc-0204_Coach,
  #page-2018-04-01 #toc-0204_Coach_NY,
  #page-2018-04-01 #toc-0204_Coach_DC,
  #page-2018-04-01 #toc-0204_Coach_Austin,
  #page-2018-04-01 #toc-0204_Coach_Nola,
  #page-2018-04-01 #toc-0204_Coach_Atlanta,
  #page-2018-04-01 #toc-0204_Coach2 {
    *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-2018-04-01 #toc-0204_Coach:before,
  #page-2018-04-01 #toc-0204_Coach_NY:before,
  #page-2018-04-01 #toc-0204_Coach_DC:before,
  #page-2018-04-01 #toc-0204_Coach_Austin:before,
  #page-2018-04-01 #toc-0204_Coach_Nola:before,
  #page-2018-04-01 #toc-0204_Coach_Atlanta:before,
  #page-2018-04-01 #toc-0204_Coach2:before,
  #page-2018-04-01 #toc-0204_Coach:after,
  #page-2018-04-01 #toc-0204_Coach_NY:after,
  #page-2018-04-01 #toc-0204_Coach_DC:after,
  #page-2018-04-01 #toc-0204_Coach_Austin:after,
  #page-2018-04-01 #toc-0204_Coach_Nola:after,
  #page-2018-04-01 #toc-0204_Coach_Atlanta:after,
  #page-2018-04-01 #toc-0204_Coach2:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 #toc-0204_Coach:after,
  #page-2018-04-01 #toc-0204_Coach_NY:after,
  #page-2018-04-01 #toc-0204_Coach_DC:after,
  #page-2018-04-01 #toc-0204_Coach_Austin:after,
  #page-2018-04-01 #toc-0204_Coach_Nola:after,
  #page-2018-04-01 #toc-0204_Coach_Atlanta:after,
  #page-2018-04-01 #toc-0204_Coach2:after {
    clear: both;
  }
  #page-2018-04-01 #toc-0204_Coach .image,
  #page-2018-04-01 #toc-0204_Coach_NY .image,
  #page-2018-04-01 #toc-0204_Coach_DC .image,
  #page-2018-04-01 #toc-0204_Coach_Austin .image,
  #page-2018-04-01 #toc-0204_Coach_Nola .image,
  #page-2018-04-01 #toc-0204_Coach_Atlanta .image,
  #page-2018-04-01 #toc-0204_Coach2 .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-04-01 #toc-0204_Coach2 {
    border-right: none;
  }
}
#page-2018-04-01 #toc-0401_GettingFired .credit {
  max-width: 19em;
}
#page-2018-04-01 #toc-0401_Unearthed .subtitle {
  max-width: 14em;
}
@media only screen and (min-width: 40rem) {
  #page-2018-04-01 #toc-0401_HomelessHomes {
    padding-bottom: 6em;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-04-01 #toc-Dropbox_Community,
  #page-2018-04-01 #toc-Dropbox_Collaboration {
    *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-2018-04-01 #toc-Dropbox_Community:before,
  #page-2018-04-01 #toc-Dropbox_Collaboration:before,
  #page-2018-04-01 #toc-Dropbox_Community:after,
  #page-2018-04-01 #toc-Dropbox_Collaboration:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 #toc-Dropbox_Community:after,
  #page-2018-04-01 #toc-Dropbox_Collaboration:after {
    clear: both;
  }
  #page-2018-04-01 #toc-Dropbox_Community .image,
  #page-2018-04-01 #toc-Dropbox_Collaboration .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-04-01 #toc-Dropbox_Collaboration {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-04-01 #toc-0401_Backstage,
  #page-2018-04-01 #toc-0401_Meanwhile {
    *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;
    margin-bottom: 2rem;
  }
  #page-2018-04-01 #toc-0401_Backstage:before,
  #page-2018-04-01 #toc-0401_Meanwhile:before,
  #page-2018-04-01 #toc-0401_Backstage:after,
  #page-2018-04-01 #toc-0401_Meanwhile:after {
    content: '';
    display: table;
  }
  #page-2018-04-01 #toc-0401_Backstage:after,
  #page-2018-04-01 #toc-0401_Meanwhile:after {
    clear: both;
  }
  #page-2018-04-01 #toc-0401_Backstage .image,
  #page-2018-04-01 #toc-0401_Meanwhile .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-04-01 #toc-0401_Meanwhile {
    border-right: none;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2018-06-03 .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-2018-06-03 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-06-03 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-06-03 .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-2018-06-03 .hero .toc-item .text:before,
  #page-2018-06-03 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2018-06-03 .hero .toc-item:before,
  #page-2018-06-03 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 .hero .toc-item:after {
    clear: both;
  }
  #page-2018-06-03 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2018-06-03 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2018-06-03 .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-2018-06-03 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-06-03 .toc-follow-promo section.email:before,
  #page-2018-06-03 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2018-06-03 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2018-06-03 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-06-03 .toc-follow-promo section.button:before,
  #page-2018-06-03 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2018-06-03 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2018-06-03 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2018-06-03 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2018-06-03 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2018-06-03 .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-2018-06-03 .toc-follow-promo:before,
  #page-2018-06-03 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 .toc-follow-promo:after {
    clear: both;
  }
  #page-2018-06-03 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2018-06-03 .toc-follow-promo section {
  padding: 1rem;
}
#page-2018-06-03 .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-2018-06-03 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2018-06-03 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2018-06-03 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2018-06-03 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2018-06-03 #toc-0603_Vegas .subtitle {
  max-width: 30rem;
}
#page-2018-06-03 #toc-0603_Tijuana .subtitle {
  max-width: 28em;
}
#page-2018-06-03 #toc-0603_Tijuana .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-06-03 #toc-0603_Tijuana {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-06-03 #toc-0603_Tijuana .image {
    padding-top: 0;
  }
  #page-2018-06-03 #toc-0603_Tijuana .image {
    padding-bottom: 0;
  }
  #page-2018-06-03 #toc-0603_Tijuana .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-2018-06-03 #toc-0603_Tijuana .image:before,
  #page-2018-06-03 #toc-0603_Tijuana .image:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-0603_Tijuana .image:after {
    clear: both;
  }
  #page-2018-06-03 #toc-0603_Tijuana .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-2018-06-03 #toc-0603_Tijuana .text:before,
  #page-2018-06-03 #toc-0603_Tijuana .text:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-0603_Tijuana .text:after {
    clear: both;
  }
  #page-2018-06-03 #toc-0603_Tijuana:before,
  #page-2018-06-03 #toc-0603_Tijuana:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-0603_Tijuana:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-06-03 #toc-0603_AustraliaBoxing {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2018-06-03 #toc-0603_AustraliaBoxing:before,
  #page-2018-06-03 #toc-0603_AustraliaBoxing:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-0603_AustraliaBoxing:after {
    clear: both;
  }
}
#page-2018-06-03 #toc-0603_Miracle .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2018-06-03 #toc-0603_Miracle {
    *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-2018-06-03 #toc-0603_Miracle:before,
  #page-2018-06-03 #toc-0603_Miracle:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-0603_Miracle:after {
    clear: both;
  }
  #page-2018-06-03 #toc-0603_Miracle .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-06-03 #toc-0204_Coach,
  #page-2018-06-03 #toc-0204_Coach_NY,
  #page-2018-06-03 #toc-0204_Coach_DC,
  #page-2018-06-03 #toc-0204_Coach_Austin,
  #page-2018-06-03 #toc-0204_Coach_Nola,
  #page-2018-06-03 #toc-0204_Coach_Atlanta,
  #page-2018-06-03 #toc-0204_Coach2 {
    *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-2018-06-03 #toc-0204_Coach:before,
  #page-2018-06-03 #toc-0204_Coach_NY:before,
  #page-2018-06-03 #toc-0204_Coach_DC:before,
  #page-2018-06-03 #toc-0204_Coach_Austin:before,
  #page-2018-06-03 #toc-0204_Coach_Nola:before,
  #page-2018-06-03 #toc-0204_Coach_Atlanta:before,
  #page-2018-06-03 #toc-0204_Coach2:before,
  #page-2018-06-03 #toc-0204_Coach:after,
  #page-2018-06-03 #toc-0204_Coach_NY:after,
  #page-2018-06-03 #toc-0204_Coach_DC:after,
  #page-2018-06-03 #toc-0204_Coach_Austin:after,
  #page-2018-06-03 #toc-0204_Coach_Nola:after,
  #page-2018-06-03 #toc-0204_Coach_Atlanta:after,
  #page-2018-06-03 #toc-0204_Coach2:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-0204_Coach:after,
  #page-2018-06-03 #toc-0204_Coach_NY:after,
  #page-2018-06-03 #toc-0204_Coach_DC:after,
  #page-2018-06-03 #toc-0204_Coach_Austin:after,
  #page-2018-06-03 #toc-0204_Coach_Nola:after,
  #page-2018-06-03 #toc-0204_Coach_Atlanta:after,
  #page-2018-06-03 #toc-0204_Coach2:after {
    clear: both;
  }
  #page-2018-06-03 #toc-0204_Coach .image,
  #page-2018-06-03 #toc-0204_Coach_NY .image,
  #page-2018-06-03 #toc-0204_Coach_DC .image,
  #page-2018-06-03 #toc-0204_Coach_Austin .image,
  #page-2018-06-03 #toc-0204_Coach_Nola .image,
  #page-2018-06-03 #toc-0204_Coach_Atlanta .image,
  #page-2018-06-03 #toc-0204_Coach2 .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-06-03 #toc-0204_Coach2 {
    border-right: none;
  }
}
#page-2018-06-03 #toc-0603_Pipeline .subtitle {
  max-width: 28em;
}
#page-2018-06-03 #toc-0603_Pipeline .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-06-03 #toc-0603_Pipeline {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
  #page-2018-06-03 #toc-0603_Pipeline .image {
    padding-top: 0;
  }
  #page-2018-06-03 #toc-0603_Pipeline .image {
    padding-bottom: 0;
  }
  #page-2018-06-03 #toc-0603_Pipeline .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-2018-06-03 #toc-0603_Pipeline .image:before,
  #page-2018-06-03 #toc-0603_Pipeline .image:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-0603_Pipeline .image:after {
    clear: both;
  }
  #page-2018-06-03 #toc-0603_Pipeline .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-2018-06-03 #toc-0603_Pipeline .text:before,
  #page-2018-06-03 #toc-0603_Pipeline .text:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-0603_Pipeline .text:after {
    clear: both;
  }
  #page-2018-06-03 #toc-0603_Pipeline:before,
  #page-2018-06-03 #toc-0603_Pipeline:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-0603_Pipeline:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-06-03 #toc-Dropbox_Community,
  #page-2018-06-03 #toc-Dropbox_Collaboration {
    *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-2018-06-03 #toc-Dropbox_Community:before,
  #page-2018-06-03 #toc-Dropbox_Collaboration:before,
  #page-2018-06-03 #toc-Dropbox_Community:after,
  #page-2018-06-03 #toc-Dropbox_Collaboration:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-Dropbox_Community:after,
  #page-2018-06-03 #toc-Dropbox_Collaboration:after {
    clear: both;
  }
  #page-2018-06-03 #toc-Dropbox_Community .image,
  #page-2018-06-03 #toc-Dropbox_Collaboration .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-06-03 #toc-Dropbox_Collaboration {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-06-03 #toc-0603_Backstage,
  #page-2018-06-03 #toc-0603_Meanwhile {
    *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;
    margin-bottom: 2rem;
  }
  #page-2018-06-03 #toc-0603_Backstage:before,
  #page-2018-06-03 #toc-0603_Meanwhile:before,
  #page-2018-06-03 #toc-0603_Backstage:after,
  #page-2018-06-03 #toc-0603_Meanwhile:after {
    content: '';
    display: table;
  }
  #page-2018-06-03 #toc-0603_Backstage:after,
  #page-2018-06-03 #toc-0603_Meanwhile:after {
    clear: both;
  }
  #page-2018-06-03 #toc-0603_Backstage .image,
  #page-2018-06-03 #toc-0603_Meanwhile .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-06-03 #toc-0603_Meanwhile {
    border-right: none;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2018-08-05 .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-2018-08-05 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-08-05 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-08-05 .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-2018-08-05 .hero .toc-item .text:before,
  #page-2018-08-05 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2018-08-05 .hero .toc-item:before,
  #page-2018-08-05 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 .hero .toc-item:after {
    clear: both;
  }
  #page-2018-08-05 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2018-08-05 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2018-08-05 .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-2018-08-05 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-08-05 .toc-follow-promo section.email:before,
  #page-2018-08-05 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2018-08-05 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2018-08-05 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-08-05 .toc-follow-promo section.button:before,
  #page-2018-08-05 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2018-08-05 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2018-08-05 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2018-08-05 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2018-08-05 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2018-08-05 .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-2018-08-05 .toc-follow-promo:before,
  #page-2018-08-05 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 .toc-follow-promo:after {
    clear: both;
  }
  #page-2018-08-05 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2018-08-05 .toc-follow-promo section {
  padding: 1rem;
}
#page-2018-08-05 .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-2018-08-05 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2018-08-05 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2018-08-05 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2018-08-05 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2018-08-05 #toc-0805_Mavericks .subtitle {
  max-width: 20rem;
}
#page-2018-08-05 #toc-0805_Schiff .subtitle {
  max-width: 28em;
}
#page-2018-08-05 #toc-0805_Schiff .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-08-05 #toc-0805_Schiff {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-08-05 #toc-0805_Schiff .image {
    padding-top: 0;
  }
  #page-2018-08-05 #toc-0805_Schiff .image {
    padding-bottom: 0;
  }
  #page-2018-08-05 #toc-0805_Schiff .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-2018-08-05 #toc-0805_Schiff .image:before,
  #page-2018-08-05 #toc-0805_Schiff .image:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-0805_Schiff .image:after {
    clear: both;
  }
  #page-2018-08-05 #toc-0805_Schiff .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-2018-08-05 #toc-0805_Schiff .text:before,
  #page-2018-08-05 #toc-0805_Schiff .text:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-0805_Schiff .text:after {
    clear: both;
  }
  #page-2018-08-05 #toc-0805_Schiff:before,
  #page-2018-08-05 #toc-0805_Schiff:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-0805_Schiff:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-08-05 #toc-0805_OtherSide {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2018-08-05 #toc-0805_OtherSide:before,
  #page-2018-08-05 #toc-0805_OtherSide:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-0805_OtherSide:after {
    clear: both;
  }
}
#page-2018-08-05 #toc-0805_MalcolmLee .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2018-08-05 #toc-0805_MalcolmLee {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1rem;
    border-left: 1px solid #000;
  }
  #page-2018-08-05 #toc-0805_MalcolmLee:before,
  #page-2018-08-05 #toc-0805_MalcolmLee:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-0805_MalcolmLee:after {
    clear: both;
  }
  #page-2018-08-05 #toc-0805_MalcolmLee .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-08-05 #toc-0204_Coach,
  #page-2018-08-05 #toc-0204_Coach_NY,
  #page-2018-08-05 #toc-0204_Coach_DC,
  #page-2018-08-05 #toc-0204_Coach_Austin,
  #page-2018-08-05 #toc-0204_Coach_Nola,
  #page-2018-08-05 #toc-0204_Coach_Atlanta,
  #page-2018-08-05 #toc-0204_Coach2 {
    *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-2018-08-05 #toc-0204_Coach:before,
  #page-2018-08-05 #toc-0204_Coach_NY:before,
  #page-2018-08-05 #toc-0204_Coach_DC:before,
  #page-2018-08-05 #toc-0204_Coach_Austin:before,
  #page-2018-08-05 #toc-0204_Coach_Nola:before,
  #page-2018-08-05 #toc-0204_Coach_Atlanta:before,
  #page-2018-08-05 #toc-0204_Coach2:before,
  #page-2018-08-05 #toc-0204_Coach:after,
  #page-2018-08-05 #toc-0204_Coach_NY:after,
  #page-2018-08-05 #toc-0204_Coach_DC:after,
  #page-2018-08-05 #toc-0204_Coach_Austin:after,
  #page-2018-08-05 #toc-0204_Coach_Nola:after,
  #page-2018-08-05 #toc-0204_Coach_Atlanta:after,
  #page-2018-08-05 #toc-0204_Coach2:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-0204_Coach:after,
  #page-2018-08-05 #toc-0204_Coach_NY:after,
  #page-2018-08-05 #toc-0204_Coach_DC:after,
  #page-2018-08-05 #toc-0204_Coach_Austin:after,
  #page-2018-08-05 #toc-0204_Coach_Nola:after,
  #page-2018-08-05 #toc-0204_Coach_Atlanta:after,
  #page-2018-08-05 #toc-0204_Coach2:after {
    clear: both;
  }
  #page-2018-08-05 #toc-0204_Coach .image,
  #page-2018-08-05 #toc-0204_Coach_NY .image,
  #page-2018-08-05 #toc-0204_Coach_DC .image,
  #page-2018-08-05 #toc-0204_Coach_Austin .image,
  #page-2018-08-05 #toc-0204_Coach_Nola .image,
  #page-2018-08-05 #toc-0204_Coach_Atlanta .image,
  #page-2018-08-05 #toc-0204_Coach2 .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-08-05 #toc-0204_Coach2 {
    border-right: none;
  }
}
#page-2018-08-05 #toc-0805_Sanctuary .subtitle {
  max-width: 28em;
}
#page-2018-08-05 #toc-0805_Sanctuary .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-08-05 #toc-0805_Sanctuary {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
  #page-2018-08-05 #toc-0805_Sanctuary .image {
    padding-top: 0;
  }
  #page-2018-08-05 #toc-0805_Sanctuary .image {
    padding-bottom: 0;
  }
  #page-2018-08-05 #toc-0805_Sanctuary .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-2018-08-05 #toc-0805_Sanctuary .image:before,
  #page-2018-08-05 #toc-0805_Sanctuary .image:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-0805_Sanctuary .image:after {
    clear: both;
  }
  #page-2018-08-05 #toc-0805_Sanctuary .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-2018-08-05 #toc-0805_Sanctuary .text:before,
  #page-2018-08-05 #toc-0805_Sanctuary .text:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-0805_Sanctuary .text:after {
    clear: both;
  }
  #page-2018-08-05 #toc-0805_Sanctuary:before,
  #page-2018-08-05 #toc-0805_Sanctuary:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-0805_Sanctuary:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-08-05 #toc-Dropbox_Community,
  #page-2018-08-05 #toc-Dropbox_Collaboration {
    *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-2018-08-05 #toc-Dropbox_Community:before,
  #page-2018-08-05 #toc-Dropbox_Collaboration:before,
  #page-2018-08-05 #toc-Dropbox_Community:after,
  #page-2018-08-05 #toc-Dropbox_Collaboration:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-Dropbox_Community:after,
  #page-2018-08-05 #toc-Dropbox_Collaboration:after {
    clear: both;
  }
  #page-2018-08-05 #toc-Dropbox_Community .image,
  #page-2018-08-05 #toc-Dropbox_Collaboration .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-08-05 #toc-Dropbox_Collaboration {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-08-05 #toc-0805_Backstage,
  #page-2018-08-05 #toc-0805_Meanwhile {
    *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;
    margin-bottom: 2rem;
  }
  #page-2018-08-05 #toc-0805_Backstage:before,
  #page-2018-08-05 #toc-0805_Meanwhile:before,
  #page-2018-08-05 #toc-0805_Backstage:after,
  #page-2018-08-05 #toc-0805_Meanwhile:after {
    content: '';
    display: table;
  }
  #page-2018-08-05 #toc-0805_Backstage:after,
  #page-2018-08-05 #toc-0805_Meanwhile:after {
    clear: both;
  }
  #page-2018-08-05 #toc-0805_Backstage .image,
  #page-2018-08-05 #toc-0805_Meanwhile .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-08-05 #toc-0805_Meanwhile {
    border-right: none;
  }
}
#page-2018-08-05 #toc-0805_Backstage .subtitle {
  max-width: 24em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-10-07 .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-2018-10-07 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-10-07 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-10-07 .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-2018-10-07 .hero .toc-item .text:before,
  #page-2018-10-07 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2018-10-07 .hero .toc-item:before,
  #page-2018-10-07 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 .hero .toc-item:after {
    clear: both;
  }
  #page-2018-10-07 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2018-10-07 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2018-10-07 .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-2018-10-07 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-10-07 .toc-follow-promo section.email:before,
  #page-2018-10-07 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2018-10-07 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2018-10-07 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-10-07 .toc-follow-promo section.button:before,
  #page-2018-10-07 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2018-10-07 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2018-10-07 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2018-10-07 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2018-10-07 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2018-10-07 .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-2018-10-07 .toc-follow-promo:before,
  #page-2018-10-07 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 .toc-follow-promo:after {
    clear: both;
  }
  #page-2018-10-07 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2018-10-07 .toc-follow-promo section {
  padding: 1rem;
}
#page-2018-10-07 .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-2018-10-07 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2018-10-07 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2018-10-07 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2018-10-07 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2018-10-07 #toc-1007_MeowWolf_B .subtitle {
  max-width: 20rem;
}
#page-2018-10-07 #toc-1007_Presser_Shelter .subtitle {
  max-width: 28em;
}
#page-2018-10-07 #toc-1007_Presser_Shelter .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-10-07 #toc-1007_Presser_Shelter {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-10-07 #toc-1007_Presser_Shelter .image {
    padding-top: 0;
  }
  #page-2018-10-07 #toc-1007_Presser_Shelter .image {
    padding-bottom: 0;
  }
  #page-2018-10-07 #toc-1007_Presser_Shelter .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-2018-10-07 #toc-1007_Presser_Shelter .image:before,
  #page-2018-10-07 #toc-1007_Presser_Shelter .image:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-1007_Presser_Shelter .image:after {
    clear: both;
  }
  #page-2018-10-07 #toc-1007_Presser_Shelter .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-2018-10-07 #toc-1007_Presser_Shelter .text:before,
  #page-2018-10-07 #toc-1007_Presser_Shelter .text:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-1007_Presser_Shelter .text:after {
    clear: both;
  }
  #page-2018-10-07 #toc-1007_Presser_Shelter:before,
  #page-2018-10-07 #toc-1007_Presser_Shelter:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-1007_Presser_Shelter:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-10-07 #toc-1007_MeowWolf_B {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2018-10-07 #toc-1007_MeowWolf_B:before,
  #page-2018-10-07 #toc-1007_MeowWolf_B:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-1007_MeowWolf_B:after {
    clear: both;
  }
}
#page-2018-10-07 #toc-1007_KerrJacksonB .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2018-10-07 #toc-1007_KerrJacksonB {
    *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-2018-10-07 #toc-1007_KerrJacksonB:before,
  #page-2018-10-07 #toc-1007_KerrJacksonB:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-1007_KerrJacksonB:after {
    clear: both;
  }
  #page-2018-10-07 #toc-1007_KerrJacksonB .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-10-07 #toc-0204_Coach,
  #page-2018-10-07 #toc-0204_Coach_NY,
  #page-2018-10-07 #toc-0204_Coach_DC,
  #page-2018-10-07 #toc-0204_Coach_Austin,
  #page-2018-10-07 #toc-0204_Coach_Nola,
  #page-2018-10-07 #toc-0204_Coach_Atlanta,
  #page-2018-10-07 #toc-0204_Coach2 {
    *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-2018-10-07 #toc-0204_Coach:before,
  #page-2018-10-07 #toc-0204_Coach_NY:before,
  #page-2018-10-07 #toc-0204_Coach_DC:before,
  #page-2018-10-07 #toc-0204_Coach_Austin:before,
  #page-2018-10-07 #toc-0204_Coach_Nola:before,
  #page-2018-10-07 #toc-0204_Coach_Atlanta:before,
  #page-2018-10-07 #toc-0204_Coach2:before,
  #page-2018-10-07 #toc-0204_Coach:after,
  #page-2018-10-07 #toc-0204_Coach_NY:after,
  #page-2018-10-07 #toc-0204_Coach_DC:after,
  #page-2018-10-07 #toc-0204_Coach_Austin:after,
  #page-2018-10-07 #toc-0204_Coach_Nola:after,
  #page-2018-10-07 #toc-0204_Coach_Atlanta:after,
  #page-2018-10-07 #toc-0204_Coach2:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-0204_Coach:after,
  #page-2018-10-07 #toc-0204_Coach_NY:after,
  #page-2018-10-07 #toc-0204_Coach_DC:after,
  #page-2018-10-07 #toc-0204_Coach_Austin:after,
  #page-2018-10-07 #toc-0204_Coach_Nola:after,
  #page-2018-10-07 #toc-0204_Coach_Atlanta:after,
  #page-2018-10-07 #toc-0204_Coach2:after {
    clear: both;
  }
  #page-2018-10-07 #toc-0204_Coach .image,
  #page-2018-10-07 #toc-0204_Coach_NY .image,
  #page-2018-10-07 #toc-0204_Coach_DC .image,
  #page-2018-10-07 #toc-0204_Coach_Austin .image,
  #page-2018-10-07 #toc-0204_Coach_Nola .image,
  #page-2018-10-07 #toc-0204_Coach_Atlanta .image,
  #page-2018-10-07 #toc-0204_Coach2 .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-10-07 #toc-0204_Coach2 {
    border-right: none;
  }
}
#page-2018-10-07 #toc-1007_SS_Midterms .subtitle {
  max-width: 28em;
}
#page-2018-10-07 #toc-1007_SS_Midterms .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-10-07 #toc-1007_SS_Midterms {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
  #page-2018-10-07 #toc-1007_SS_Midterms .image {
    padding-top: 0;
  }
  #page-2018-10-07 #toc-1007_SS_Midterms .image {
    padding-bottom: 0;
  }
  #page-2018-10-07 #toc-1007_SS_Midterms .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-2018-10-07 #toc-1007_SS_Midterms .image:before,
  #page-2018-10-07 #toc-1007_SS_Midterms .image:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-1007_SS_Midterms .image:after {
    clear: both;
  }
  #page-2018-10-07 #toc-1007_SS_Midterms .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-2018-10-07 #toc-1007_SS_Midterms .text:before,
  #page-2018-10-07 #toc-1007_SS_Midterms .text:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-1007_SS_Midterms .text:after {
    clear: both;
  }
  #page-2018-10-07 #toc-1007_SS_Midterms:before,
  #page-2018-10-07 #toc-1007_SS_Midterms:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-1007_SS_Midterms:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-10-07 #toc-Dropbox_Community,
  #page-2018-10-07 #toc-Dropbox_Collaboration {
    *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-2018-10-07 #toc-Dropbox_Community:before,
  #page-2018-10-07 #toc-Dropbox_Collaboration:before,
  #page-2018-10-07 #toc-Dropbox_Community:after,
  #page-2018-10-07 #toc-Dropbox_Collaboration:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-Dropbox_Community:after,
  #page-2018-10-07 #toc-Dropbox_Collaboration:after {
    clear: both;
  }
  #page-2018-10-07 #toc-Dropbox_Community .image,
  #page-2018-10-07 #toc-Dropbox_Collaboration .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-10-07 #toc-Dropbox_Collaboration {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-10-07 #toc-1007_Backstage,
  #page-2018-10-07 #toc-1007_Meanwhile {
    *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;
    margin-bottom: 2rem;
  }
  #page-2018-10-07 #toc-1007_Backstage:before,
  #page-2018-10-07 #toc-1007_Meanwhile:before,
  #page-2018-10-07 #toc-1007_Backstage:after,
  #page-2018-10-07 #toc-1007_Meanwhile:after {
    content: '';
    display: table;
  }
  #page-2018-10-07 #toc-1007_Backstage:after,
  #page-2018-10-07 #toc-1007_Meanwhile:after {
    clear: both;
  }
  #page-2018-10-07 #toc-1007_Backstage .image,
  #page-2018-10-07 #toc-1007_Meanwhile .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-10-07 #toc-1007_Meanwhile {
    border-right: none;
  }
}
#page-2018-10-07 #toc-1007_Backstage .subtitle {
  max-width: 24em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-12-02 .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-2018-12-02 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-12-02 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2018-12-02 .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-2018-12-02 .hero .toc-item .text:before,
  #page-2018-12-02 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2018-12-02 .hero .toc-item:before,
  #page-2018-12-02 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 .hero .toc-item:after {
    clear: both;
  }
  #page-2018-12-02 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
}
#page-2018-12-02 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2018-12-02 .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-2018-12-02 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-12-02 .toc-follow-promo section.email:before,
  #page-2018-12-02 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2018-12-02 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2018-12-02 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2018-12-02 .toc-follow-promo section.button:before,
  #page-2018-12-02 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2018-12-02 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2018-12-02 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2018-12-02 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2018-12-02 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2018-12-02 .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-2018-12-02 .toc-follow-promo:before,
  #page-2018-12-02 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 .toc-follow-promo:after {
    clear: both;
  }
  #page-2018-12-02 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2018-12-02 .toc-follow-promo section {
  padding: 1rem;
}
#page-2018-12-02 .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-2018-12-02 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2018-12-02 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2018-12-02 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2018-12-02 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2018-12-02 #toc-1007_MeowWolf_B .subtitle {
  max-width: 20rem;
}
#page-2018-12-02 #toc-1007_Presser_Shelter .subtitle {
  max-width: 28em;
}
#page-2018-12-02 #toc-1007_Presser_Shelter .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-12-02 #toc-1007_Presser_Shelter {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2018-12-02 #toc-1007_Presser_Shelter .image {
    padding-top: 0;
  }
  #page-2018-12-02 #toc-1007_Presser_Shelter .image {
    padding-bottom: 0;
  }
  #page-2018-12-02 #toc-1007_Presser_Shelter .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-2018-12-02 #toc-1007_Presser_Shelter .image:before,
  #page-2018-12-02 #toc-1007_Presser_Shelter .image:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-1007_Presser_Shelter .image:after {
    clear: both;
  }
  #page-2018-12-02 #toc-1007_Presser_Shelter .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-2018-12-02 #toc-1007_Presser_Shelter .text:before,
  #page-2018-12-02 #toc-1007_Presser_Shelter .text:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-1007_Presser_Shelter .text:after {
    clear: both;
  }
  #page-2018-12-02 #toc-1007_Presser_Shelter:before,
  #page-2018-12-02 #toc-1007_Presser_Shelter:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-1007_Presser_Shelter:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-12-02 #toc-1007_MeowWolf_B {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2018-12-02 #toc-1007_MeowWolf_B:before,
  #page-2018-12-02 #toc-1007_MeowWolf_B:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-1007_MeowWolf_B:after {
    clear: both;
  }
}
#page-2018-12-02 #toc-1007_KerrJacksonB .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2018-12-02 #toc-1007_KerrJacksonB {
    *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-2018-12-02 #toc-1007_KerrJacksonB:before,
  #page-2018-12-02 #toc-1007_KerrJacksonB:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-1007_KerrJacksonB:after {
    clear: both;
  }
  #page-2018-12-02 #toc-1007_KerrJacksonB .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-12-02 #toc-0204_Coach,
  #page-2018-12-02 #toc-0204_Coach_NY,
  #page-2018-12-02 #toc-0204_Coach_DC,
  #page-2018-12-02 #toc-0204_Coach_Austin,
  #page-2018-12-02 #toc-0204_Coach_Nola,
  #page-2018-12-02 #toc-0204_Coach_Atlanta,
  #page-2018-12-02 #toc-0204_Coach2 {
    *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-2018-12-02 #toc-0204_Coach:before,
  #page-2018-12-02 #toc-0204_Coach_NY:before,
  #page-2018-12-02 #toc-0204_Coach_DC:before,
  #page-2018-12-02 #toc-0204_Coach_Austin:before,
  #page-2018-12-02 #toc-0204_Coach_Nola:before,
  #page-2018-12-02 #toc-0204_Coach_Atlanta:before,
  #page-2018-12-02 #toc-0204_Coach2:before,
  #page-2018-12-02 #toc-0204_Coach:after,
  #page-2018-12-02 #toc-0204_Coach_NY:after,
  #page-2018-12-02 #toc-0204_Coach_DC:after,
  #page-2018-12-02 #toc-0204_Coach_Austin:after,
  #page-2018-12-02 #toc-0204_Coach_Nola:after,
  #page-2018-12-02 #toc-0204_Coach_Atlanta:after,
  #page-2018-12-02 #toc-0204_Coach2:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-0204_Coach:after,
  #page-2018-12-02 #toc-0204_Coach_NY:after,
  #page-2018-12-02 #toc-0204_Coach_DC:after,
  #page-2018-12-02 #toc-0204_Coach_Austin:after,
  #page-2018-12-02 #toc-0204_Coach_Nola:after,
  #page-2018-12-02 #toc-0204_Coach_Atlanta:after,
  #page-2018-12-02 #toc-0204_Coach2:after {
    clear: both;
  }
  #page-2018-12-02 #toc-0204_Coach .image,
  #page-2018-12-02 #toc-0204_Coach_NY .image,
  #page-2018-12-02 #toc-0204_Coach_DC .image,
  #page-2018-12-02 #toc-0204_Coach_Austin .image,
  #page-2018-12-02 #toc-0204_Coach_Nola .image,
  #page-2018-12-02 #toc-0204_Coach_Atlanta .image,
  #page-2018-12-02 #toc-0204_Coach2 .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-12-02 #toc-0204_Coach2 {
    border-right: none;
  }
}
#page-2018-12-02 #toc-1007_SS_Midterms .subtitle {
  max-width: 28em;
}
#page-2018-12-02 #toc-1007_SS_Midterms .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2018-12-02 #toc-1007_SS_Midterms {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
  #page-2018-12-02 #toc-1007_SS_Midterms .image {
    padding-top: 0;
  }
  #page-2018-12-02 #toc-1007_SS_Midterms .image {
    padding-bottom: 0;
  }
  #page-2018-12-02 #toc-1007_SS_Midterms .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-2018-12-02 #toc-1007_SS_Midterms .image:before,
  #page-2018-12-02 #toc-1007_SS_Midterms .image:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-1007_SS_Midterms .image:after {
    clear: both;
  }
  #page-2018-12-02 #toc-1007_SS_Midterms .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-2018-12-02 #toc-1007_SS_Midterms .text:before,
  #page-2018-12-02 #toc-1007_SS_Midterms .text:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-1007_SS_Midterms .text:after {
    clear: both;
  }
  #page-2018-12-02 #toc-1007_SS_Midterms:before,
  #page-2018-12-02 #toc-1007_SS_Midterms:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-1007_SS_Midterms:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-12-02 #toc-Dropbox_Community,
  #page-2018-12-02 #toc-Dropbox_Collaboration {
    *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-2018-12-02 #toc-Dropbox_Community:before,
  #page-2018-12-02 #toc-Dropbox_Collaboration:before,
  #page-2018-12-02 #toc-Dropbox_Community:after,
  #page-2018-12-02 #toc-Dropbox_Collaboration:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-Dropbox_Community:after,
  #page-2018-12-02 #toc-Dropbox_Collaboration:after {
    clear: both;
  }
  #page-2018-12-02 #toc-Dropbox_Community .image,
  #page-2018-12-02 #toc-Dropbox_Collaboration .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-12-02 #toc-Dropbox_Collaboration {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-12-02 #toc-1007_Backstage,
  #page-2018-12-02 #toc-1007_Meanwhile {
    *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;
    margin-bottom: 2rem;
  }
  #page-2018-12-02 #toc-1007_Backstage:before,
  #page-2018-12-02 #toc-1007_Meanwhile:before,
  #page-2018-12-02 #toc-1007_Backstage:after,
  #page-2018-12-02 #toc-1007_Meanwhile:after {
    content: '';
    display: table;
  }
  #page-2018-12-02 #toc-1007_Backstage:after,
  #page-2018-12-02 #toc-1007_Meanwhile:after {
    clear: both;
  }
  #page-2018-12-02 #toc-1007_Backstage .image,
  #page-2018-12-02 #toc-1007_Meanwhile .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2018-12-02 #toc-1007_Meanwhile {
    border-right: none;
  }
}
#page-2018-12-02 #toc-1007_Backstage .subtitle {
  max-width: 24em;
}
@media only screen and (min-width: 60rem) {
  #page-2019-02-03 .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-2019-02-03 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2019-02-03 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2019-02-03 .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-2019-02-03 .hero .toc-item .text:before,
  #page-2019-02-03 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2019-02-03 .hero .toc-item:before,
  #page-2019-02-03 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 .hero .toc-item:after {
    clear: both;
  }
  #page-2019-02-03 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
  #page-2019-02-03 .hero .toc-item div.credit {
    max-width: 20rem;
  }
}
#page-2019-02-03 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2019-02-03 .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-2019-02-03 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2019-02-03 .toc-follow-promo section.email:before,
  #page-2019-02-03 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2019-02-03 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2019-02-03 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2019-02-03 .toc-follow-promo section.button:before,
  #page-2019-02-03 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2019-02-03 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2019-02-03 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2019-02-03 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2019-02-03 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2019-02-03 .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-2019-02-03 .toc-follow-promo:before,
  #page-2019-02-03 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 .toc-follow-promo:after {
    clear: both;
  }
  #page-2019-02-03 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2019-02-03 .toc-follow-promo section {
  padding: 1rem;
}
#page-2019-02-03 .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-2019-02-03 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2019-02-03 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2019-02-03 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2019-02-03 .toc-follow-promo section .icon svg {
  width: 100%;
}
#page-2019-02-03 #toc-0203_Rohingya .subtitle {
  max-width: 20rem;
}
#page-2019-02-03 #toc-0203_Freedom .subtitle {
  max-width: 28em;
}
#page-2019-02-03 #toc-0203_Freedom .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2019-02-03 #toc-0203_Freedom {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2019-02-03 #toc-0203_Freedom .image {
    padding-top: 0;
  }
  #page-2019-02-03 #toc-0203_Freedom .image {
    padding-bottom: 0;
  }
  #page-2019-02-03 #toc-0203_Freedom .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-2019-02-03 #toc-0203_Freedom .image:before,
  #page-2019-02-03 #toc-0203_Freedom .image:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-0203_Freedom .image:after {
    clear: both;
  }
  #page-2019-02-03 #toc-0203_Freedom .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-2019-02-03 #toc-0203_Freedom .text:before,
  #page-2019-02-03 #toc-0203_Freedom .text:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-0203_Freedom .text:after {
    clear: both;
  }
  #page-2019-02-03 #toc-0203_Freedom:before,
  #page-2019-02-03 #toc-0203_Freedom:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-0203_Freedom:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-02-03 #toc-0203_Rohingya {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: none;
  }
  #page-2019-02-03 #toc-0203_Rohingya:before,
  #page-2019-02-03 #toc-0203_Rohingya:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-0203_Rohingya:after {
    clear: both;
  }
}
#page-2019-02-03 #toc-0203_Cuco .subtitle {
  max-width: 20em;
}
@media only screen and (min-width: 40rem) {
  #page-2019-02-03 #toc-0203_Cuco {
    *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-2019-02-03 #toc-0203_Cuco:before,
  #page-2019-02-03 #toc-0203_Cuco:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-0203_Cuco:after {
    clear: both;
  }
  #page-2019-02-03 #toc-0203_Cuco .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-02-03 #toc-0203_Marriott_SF,
  #page-2019-02-03 #toc-0203_Marriott_NY {
    *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-2019-02-03 #toc-0203_Marriott_SF:before,
  #page-2019-02-03 #toc-0203_Marriott_NY:before,
  #page-2019-02-03 #toc-0203_Marriott_SF:after,
  #page-2019-02-03 #toc-0203_Marriott_NY:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-0203_Marriott_SF:after,
  #page-2019-02-03 #toc-0203_Marriott_NY:after {
    clear: both;
  }
  #page-2019-02-03 #toc-0203_Marriott_SF .image,
  #page-2019-02-03 #toc-0203_Marriott_NY .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-02-03 #toc-0203_Marriott_NY {
    border-right: none;
  }
}
#page-2019-02-03 #toc-0203_Tech_Revolt .subtitle {
  max-width: 28em;
}
#page-2019-02-03 #toc-0203_Tech_Revolt .credit {
  max-width: 24em;
  min-width: 21em;
}
@media only screen and (min-width: 60rem) {
  #page-2019-02-03 #toc-0203_Tech_Revolt {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1em;
  }
  #page-2019-02-03 #toc-0203_Tech_Revolt .image {
    padding-top: 0;
  }
  #page-2019-02-03 #toc-0203_Tech_Revolt .image {
    padding-bottom: 0;
  }
  #page-2019-02-03 #toc-0203_Tech_Revolt .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-2019-02-03 #toc-0203_Tech_Revolt .image:before,
  #page-2019-02-03 #toc-0203_Tech_Revolt .image:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-0203_Tech_Revolt .image:after {
    clear: both;
  }
  #page-2019-02-03 #toc-0203_Tech_Revolt .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-2019-02-03 #toc-0203_Tech_Revolt .text:before,
  #page-2019-02-03 #toc-0203_Tech_Revolt .text:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-0203_Tech_Revolt .text:after {
    clear: both;
  }
  #page-2019-02-03 #toc-0203_Tech_Revolt:before,
  #page-2019-02-03 #toc-0203_Tech_Revolt:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-0203_Tech_Revolt:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-02-03 #toc-Dropbox_Community,
  #page-2019-02-03 #toc-Dropbox_Collaboration {
    *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-2019-02-03 #toc-Dropbox_Community:before,
  #page-2019-02-03 #toc-Dropbox_Collaboration:before,
  #page-2019-02-03 #toc-Dropbox_Community:after,
  #page-2019-02-03 #toc-Dropbox_Collaboration:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-Dropbox_Community:after,
  #page-2019-02-03 #toc-Dropbox_Collaboration:after {
    clear: both;
  }
  #page-2019-02-03 #toc-Dropbox_Community .image,
  #page-2019-02-03 #toc-Dropbox_Collaboration .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-02-03 #toc-Dropbox_Collaboration {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-02-03 #toc-0203_FlowerMarket,
  #page-2019-02-03 #toc-0203_Backstage {
    *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;
    margin-bottom: 2rem;
  }
  #page-2019-02-03 #toc-0203_FlowerMarket:before,
  #page-2019-02-03 #toc-0203_Backstage:before,
  #page-2019-02-03 #toc-0203_FlowerMarket:after,
  #page-2019-02-03 #toc-0203_Backstage:after {
    content: '';
    display: table;
  }
  #page-2019-02-03 #toc-0203_FlowerMarket:after,
  #page-2019-02-03 #toc-0203_Backstage:after {
    clear: both;
  }
  #page-2019-02-03 #toc-0203_FlowerMarket .image,
  #page-2019-02-03 #toc-0203_Backstage .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-02-03 #toc-0203_FlowerMarket {
    border-right: none;
  }
}
#page-2019-02-03 #toc-0203_Backstage .subtitle {
  max-width: 24em;
}
#page-2019-02-03 #toc-1202_Pixel img {
  border: 1px solid #000;
}
@media only screen and (min-width: 60rem) {
  #page-2019-04-07 .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-2019-04-07 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2019-04-07 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2019-04-07 .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-2019-04-07 .hero .toc-item .text:before,
  #page-2019-04-07 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2019-04-07 .hero .toc-item:before,
  #page-2019-04-07 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 .hero .toc-item:after {
    clear: both;
  }
  #page-2019-04-07 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
  #page-2019-04-07 .hero .toc-item div.credit {
    max-width: 20rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2019-04-07 #toc-0407_WhatRemains_Glacier .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2019-04-07 #toc-0407_SchoolBus {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2019-04-07 #toc-0407_SchoolBus .image {
    padding-top: 0;
  }
  #page-2019-04-07 #toc-0407_SchoolBus .image {
    padding-bottom: 0;
  }
  #page-2019-04-07 #toc-0407_SchoolBus .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-2019-04-07 #toc-0407_SchoolBus .image:before,
  #page-2019-04-07 #toc-0407_SchoolBus .image:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_SchoolBus .image:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_SchoolBus .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-2019-04-07 #toc-0407_SchoolBus .text:before,
  #page-2019-04-07 #toc-0407_SchoolBus .text:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_SchoolBus .text:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_SchoolBus:before,
  #page-2019-04-07 #toc-0407_SchoolBus:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_SchoolBus:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_SchoolBus .subtitle {
    max-width: 14rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-04-07 #toc-0407_Expecting_ElSalvador_b {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2019-04-07 #toc-0407_Expecting_ElSalvador_b:before,
  #page-2019-04-07 #toc-0407_Expecting_ElSalvador_b:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_Expecting_ElSalvador_b:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_Expecting_ElSalvador_b .subtitle {
    max-width: 16rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-04-07 #toc-0407_ElizabethSwaney_b {
    *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-2019-04-07 #toc-0407_ElizabethSwaney_b:before,
  #page-2019-04-07 #toc-0407_ElizabethSwaney_b:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_ElizabethSwaney_b:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_ElizabethSwaney_b .image {
    padding-top: 0;
  }
  #page-2019-04-07 #toc-0407_ElizabethSwaney_b .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-04-07 #toc-0407_AssistedSuicide {
    *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-2019-04-07 #toc-0407_AssistedSuicide:before,
  #page-2019-04-07 #toc-0407_AssistedSuicide:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_AssistedSuicide:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_AssistedSuicide .image {
    padding-top: 0;
  }
  #page-2019-04-07 #toc-0407_AssistedSuicide .image {
    padding-bottom: 0;
  }
  #page-2019-04-07 #toc-0407_AssistedSuicide .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-2019-04-07 #toc-0407_AssistedSuicide .image:before,
  #page-2019-04-07 #toc-0407_AssistedSuicide .image:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_AssistedSuicide .image:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_AssistedSuicide .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-2019-04-07 #toc-0407_AssistedSuicide .text:before,
  #page-2019-04-07 #toc-0407_AssistedSuicide .text:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_AssistedSuicide .text:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_AssistedSuicide .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-04-07 #toc-0203_Marriott_SF,
  #page-2019-04-07 #toc-0203_Marriott_NY {
    *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-2019-04-07 #toc-0203_Marriott_SF:before,
  #page-2019-04-07 #toc-0203_Marriott_NY:before,
  #page-2019-04-07 #toc-0203_Marriott_SF:after,
  #page-2019-04-07 #toc-0203_Marriott_NY:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0203_Marriott_SF:after,
  #page-2019-04-07 #toc-0203_Marriott_NY:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0203_Marriott_SF .image,
  #page-2019-04-07 #toc-0203_Marriott_NY .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-04-07 #toc-0203_Marriott_NY {
    border-right: none;
  }
}
#page-2019-04-07 #toc-0407_Letters_Shorts .credit {
  max-width: 20rem;
}
@media only screen and (min-width: 60rem) {
  #page-2019-04-07 #toc-0407_Letters_Shorts {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  #page-2019-04-07 #toc-0407_Letters_Shorts .image {
    padding-top: 0;
  }
  #page-2019-04-07 #toc-0407_Letters_Shorts .image {
    padding-bottom: 0;
  }
  #page-2019-04-07 #toc-0407_Letters_Shorts .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-2019-04-07 #toc-0407_Letters_Shorts .image:before,
  #page-2019-04-07 #toc-0407_Letters_Shorts .image:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_Letters_Shorts .image:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_Letters_Shorts .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-2019-04-07 #toc-0407_Letters_Shorts .text:before,
  #page-2019-04-07 #toc-0407_Letters_Shorts .text:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_Letters_Shorts .text:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_Letters_Shorts:before,
  #page-2019-04-07 #toc-0407_Letters_Shorts:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_Letters_Shorts:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-04-07 #toc-0407_Meanwhile,
  #page-2019-04-07 #toc-0407_Backstage {
    *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;
    margin-bottom: 2rem;
  }
  #page-2019-04-07 #toc-0407_Meanwhile:before,
  #page-2019-04-07 #toc-0407_Backstage:before,
  #page-2019-04-07 #toc-0407_Meanwhile:after,
  #page-2019-04-07 #toc-0407_Backstage:after {
    content: '';
    display: table;
  }
  #page-2019-04-07 #toc-0407_Meanwhile:after,
  #page-2019-04-07 #toc-0407_Backstage:after {
    clear: both;
  }
  #page-2019-04-07 #toc-0407_Meanwhile .image,
  #page-2019-04-07 #toc-0407_Backstage .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-04-07 #toc-0407_Meanwhile {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-04-07 #toc-0407_Backstage .subtitle {
    max-width: 24rem;
  }
}
#page-2019-04-07 #toc-1202_Pixel img {
  border: 1px solid #000;
}
@media only screen and (min-width: 60rem) {
  #page-2019-06-02 .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-2019-06-02 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2019-06-02 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2019-06-02 .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-2019-06-02 .hero .toc-item .text:before,
  #page-2019-06-02 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2019-06-02 .hero .toc-item:before,
  #page-2019-06-02 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 .hero .toc-item:after {
    clear: both;
  }
  #page-2019-06-02 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
  #page-2019-06-02 .hero .toc-item div.credit {
    max-width: 20rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2019-06-02 #toc-0602_TheBillboard .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2019-06-02 #toc-0602_KamalaHarris {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2019-06-02 #toc-0602_KamalaHarris .image {
    padding-top: 0;
  }
  #page-2019-06-02 #toc-0602_KamalaHarris .image {
    padding-bottom: 0;
  }
  #page-2019-06-02 #toc-0602_KamalaHarris .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-2019-06-02 #toc-0602_KamalaHarris .image:before,
  #page-2019-06-02 #toc-0602_KamalaHarris .image:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-0602_KamalaHarris .image:after {
    clear: both;
  }
  #page-2019-06-02 #toc-0602_KamalaHarris .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-2019-06-02 #toc-0602_KamalaHarris .text:before,
  #page-2019-06-02 #toc-0602_KamalaHarris .text:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-0602_KamalaHarris .text:after {
    clear: both;
  }
  #page-2019-06-02 #toc-0602_KamalaHarris:before,
  #page-2019-06-02 #toc-0602_KamalaHarris:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-0602_KamalaHarris:after {
    clear: both;
  }
  #page-2019-06-02 #toc-0602_KamalaHarris .subtitle {
    max-width: 14rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-06-02 #toc-0602_Venezuela {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2019-06-02 #toc-0602_Venezuela:before,
  #page-2019-06-02 #toc-0602_Venezuela:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-0602_Venezuela:after {
    clear: both;
  }
  #page-2019-06-02 #toc-0602_Venezuela .subtitle {
    max-width: 16rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-06-02 #toc-0506_LisaHanawalt {
    *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-2019-06-02 #toc-0506_LisaHanawalt:before,
  #page-2019-06-02 #toc-0506_LisaHanawalt:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-0506_LisaHanawalt:after {
    clear: both;
  }
  #page-2019-06-02 #toc-0506_LisaHanawalt .image {
    padding-top: 0;
  }
  #page-2019-06-02 #toc-0506_LisaHanawalt .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-06-02 #toc-NA {
    *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-2019-06-02 #toc-NA:before,
  #page-2019-06-02 #toc-NA:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-NA:after {
    clear: both;
  }
  #page-2019-06-02 #toc-NA .image {
    padding-top: 0;
  }
  #page-2019-06-02 #toc-NA .image {
    padding-bottom: 0;
  }
  #page-2019-06-02 #toc-NA .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-2019-06-02 #toc-NA .image:before,
  #page-2019-06-02 #toc-NA .image:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-NA .image:after {
    clear: both;
  }
  #page-2019-06-02 #toc-NA .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-2019-06-02 #toc-NA .text:before,
  #page-2019-06-02 #toc-NA .text:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-NA .text:after {
    clear: both;
  }
  #page-2019-06-02 #toc-NA .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-06-02 #toc-0203_Marriott_SF,
  #page-2019-06-02 #toc-0203_Marriott_NY {
    *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-2019-06-02 #toc-0203_Marriott_SF:before,
  #page-2019-06-02 #toc-0203_Marriott_NY:before,
  #page-2019-06-02 #toc-0203_Marriott_SF:after,
  #page-2019-06-02 #toc-0203_Marriott_NY:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-0203_Marriott_SF:after,
  #page-2019-06-02 #toc-0203_Marriott_NY:after {
    clear: both;
  }
  #page-2019-06-02 #toc-0203_Marriott_SF .image,
  #page-2019-06-02 #toc-0203_Marriott_NY .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-06-02 #toc-0203_Marriott_NY {
    border-right: none;
  }
}
#page-2019-06-02 #toc-0602_Shorts_Jobs .credit {
  max-width: 20rem;
}
@media only screen and (min-width: 60rem) {
  #page-2019-06-02 #toc-0602_Shorts_Jobs {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  #page-2019-06-02 #toc-0602_Shorts_Jobs .image {
    padding-top: 0;
  }
  #page-2019-06-02 #toc-0602_Shorts_Jobs .image {
    padding-bottom: 0;
  }
  #page-2019-06-02 #toc-0602_Shorts_Jobs .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-2019-06-02 #toc-0602_Shorts_Jobs .image:before,
  #page-2019-06-02 #toc-0602_Shorts_Jobs .image:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-0602_Shorts_Jobs .image:after {
    clear: both;
  }
  #page-2019-06-02 #toc-0602_Shorts_Jobs .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-2019-06-02 #toc-0602_Shorts_Jobs .text:before,
  #page-2019-06-02 #toc-0602_Shorts_Jobs .text:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-0602_Shorts_Jobs .text:after {
    clear: both;
  }
  #page-2019-06-02 #toc-0602_Shorts_Jobs:before,
  #page-2019-06-02 #toc-0602_Shorts_Jobs:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-0602_Shorts_Jobs:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-06-02 #toc-0602_Meanwhile,
  #page-2019-06-02 #toc-0602_Backstage {
    *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;
    margin-bottom: 2rem;
  }
  #page-2019-06-02 #toc-0602_Meanwhile:before,
  #page-2019-06-02 #toc-0602_Backstage:before,
  #page-2019-06-02 #toc-0602_Meanwhile:after,
  #page-2019-06-02 #toc-0602_Backstage:after {
    content: '';
    display: table;
  }
  #page-2019-06-02 #toc-0602_Meanwhile:after,
  #page-2019-06-02 #toc-0602_Backstage:after {
    clear: both;
  }
  #page-2019-06-02 #toc-0602_Meanwhile .image,
  #page-2019-06-02 #toc-0602_Backstage .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-06-02 #toc-0602_Meanwhile {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-06-02 #toc-0602_Backstage .subtitle {
    max-width: 24rem;
  }
}
#page-2019-06-02 #toc-1202_Pixel img {
  border: 1px solid #000;
}
@media only screen and (min-width: 60rem) {
  #page-2019-08-04 .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-2019-08-04 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2019-08-04 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2019-08-04 .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-2019-08-04 .hero .toc-item .text:before,
  #page-2019-08-04 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2019-08-04 .hero .toc-item:before,
  #page-2019-08-04 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 .hero .toc-item:after {
    clear: both;
  }
  #page-2019-08-04 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
  #page-2019-08-04 .hero .toc-item div.credit {
    max-width: 20rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2019-08-04 #toc-0804_Paradise_Fire .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2019-08-04 #toc-0804_FrankieMadrid {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2019-08-04 #toc-0804_FrankieMadrid .image {
    padding-top: 0;
  }
  #page-2019-08-04 #toc-0804_FrankieMadrid .image {
    padding-bottom: 0;
  }
  #page-2019-08-04 #toc-0804_FrankieMadrid .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-2019-08-04 #toc-0804_FrankieMadrid .image:before,
  #page-2019-08-04 #toc-0804_FrankieMadrid .image:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-0804_FrankieMadrid .image:after {
    clear: both;
  }
  #page-2019-08-04 #toc-0804_FrankieMadrid .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-2019-08-04 #toc-0804_FrankieMadrid .text:before,
  #page-2019-08-04 #toc-0804_FrankieMadrid .text:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-0804_FrankieMadrid .text:after {
    clear: both;
  }
  #page-2019-08-04 #toc-0804_FrankieMadrid:before,
  #page-2019-08-04 #toc-0804_FrankieMadrid:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-0804_FrankieMadrid:after {
    clear: both;
  }
  #page-2019-08-04 #toc-0804_FrankieMadrid .subtitle {
    max-width: 14rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-08-04 #toc-0804_Greengang {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2019-08-04 #toc-0804_Greengang:before,
  #page-2019-08-04 #toc-0804_Greengang:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-0804_Greengang:after {
    clear: both;
  }
  #page-2019-08-04 #toc-0804_Greengang .subtitle {
    max-width: 16rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-08-04 #toc-0804_FF_Apples {
    *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-2019-08-04 #toc-0804_FF_Apples:before,
  #page-2019-08-04 #toc-0804_FF_Apples:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-0804_FF_Apples:after {
    clear: both;
  }
  #page-2019-08-04 #toc-0804_FF_Apples .image {
    padding-top: 0;
  }
  #page-2019-08-04 #toc-0804_FF_Apples .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-08-04 #toc-NA {
    *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-2019-08-04 #toc-NA:before,
  #page-2019-08-04 #toc-NA:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-NA:after {
    clear: both;
  }
  #page-2019-08-04 #toc-NA .image {
    padding-top: 0;
  }
  #page-2019-08-04 #toc-NA .image {
    padding-bottom: 0;
  }
  #page-2019-08-04 #toc-NA .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-2019-08-04 #toc-NA .image:before,
  #page-2019-08-04 #toc-NA .image:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-NA .image:after {
    clear: both;
  }
  #page-2019-08-04 #toc-NA .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-2019-08-04 #toc-NA .text:before,
  #page-2019-08-04 #toc-NA .text:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-NA .text:after {
    clear: both;
  }
  #page-2019-08-04 #toc-NA .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-08-04 #toc-0203_Marriott_SF,
  #page-2019-08-04 #toc-0203_Marriott_NY {
    *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-2019-08-04 #toc-0203_Marriott_SF:before,
  #page-2019-08-04 #toc-0203_Marriott_NY:before,
  #page-2019-08-04 #toc-0203_Marriott_SF:after,
  #page-2019-08-04 #toc-0203_Marriott_NY:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-0203_Marriott_SF:after,
  #page-2019-08-04 #toc-0203_Marriott_NY:after {
    clear: both;
  }
  #page-2019-08-04 #toc-0203_Marriott_SF .image,
  #page-2019-08-04 #toc-0203_Marriott_NY .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-08-04 #toc-0203_Marriott_NY {
    border-right: none;
  }
}
#page-2019-08-04 #toc-0804_Childcare .credit {
  max-width: 20rem;
}
@media only screen and (min-width: 60rem) {
  #page-2019-08-04 #toc-0804_Childcare {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  #page-2019-08-04 #toc-0804_Childcare .image {
    padding-top: 0;
  }
  #page-2019-08-04 #toc-0804_Childcare .image {
    padding-bottom: 0;
  }
  #page-2019-08-04 #toc-0804_Childcare .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-2019-08-04 #toc-0804_Childcare .image:before,
  #page-2019-08-04 #toc-0804_Childcare .image:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-0804_Childcare .image:after {
    clear: both;
  }
  #page-2019-08-04 #toc-0804_Childcare .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-2019-08-04 #toc-0804_Childcare .text:before,
  #page-2019-08-04 #toc-0804_Childcare .text:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-0804_Childcare .text:after {
    clear: both;
  }
  #page-2019-08-04 #toc-0804_Childcare:before,
  #page-2019-08-04 #toc-0804_Childcare:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-0804_Childcare:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-08-04 #toc-0804_Meanwhile,
  #page-2019-08-04 #toc-0804_Backstage {
    *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;
    margin-bottom: 2rem;
  }
  #page-2019-08-04 #toc-0804_Meanwhile:before,
  #page-2019-08-04 #toc-0804_Backstage:before,
  #page-2019-08-04 #toc-0804_Meanwhile:after,
  #page-2019-08-04 #toc-0804_Backstage:after {
    content: '';
    display: table;
  }
  #page-2019-08-04 #toc-0804_Meanwhile:after,
  #page-2019-08-04 #toc-0804_Backstage:after {
    clear: both;
  }
  #page-2019-08-04 #toc-0804_Meanwhile .image,
  #page-2019-08-04 #toc-0804_Backstage .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-08-04 #toc-0804_Meanwhile {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-08-04 #toc-0804_Backstage .subtitle {
    max-width: 24rem;
  }
}
#page-2019-08-04 #toc-1202_Pixel img {
  border: 1px solid #000;
}
@media only screen and (min-width: 60rem) {
  #page-2019-12-01 .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-2019-12-01 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2019-12-01 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2019-12-01 .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-2019-12-01 .hero .toc-item .text:before,
  #page-2019-12-01 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2019-12-01 .hero .toc-item:before,
  #page-2019-12-01 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 .hero .toc-item:after {
    clear: both;
  }
  #page-2019-12-01 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
  #page-2019-12-01 .hero .toc-item div.credit {
    max-width: 20rem;
  }
}
#page-2019-12-01 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2019-12-01 .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-2019-12-01 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2019-12-01 .toc-follow-promo section.email:before,
  #page-2019-12-01 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2019-12-01 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2019-12-01 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2019-12-01 .toc-follow-promo section.button:before,
  #page-2019-12-01 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2019-12-01 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2019-12-01 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2019-12-01 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2019-12-01 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2019-12-01 .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-2019-12-01 .toc-follow-promo:before,
  #page-2019-12-01 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 .toc-follow-promo:after {
    clear: both;
  }
  #page-2019-12-01 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2019-12-01 .toc-follow-promo section {
  padding: 1rem;
}
#page-2019-12-01 .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-2019-12-01 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2019-12-01 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2019-12-01 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2019-12-01 .toc-follow-promo section .icon svg {
  width: 100%;
}
@media only screen and (min-width: 60rem) {
  #page-2019-12-01 #toc-1201_CV_Melina {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2019-12-01 #toc-1201_CV_Melina .image {
    padding-top: 0;
  }
  #page-2019-12-01 #toc-1201_CV_Melina .image {
    padding-bottom: 0;
  }
  #page-2019-12-01 #toc-1201_CV_Melina .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-2019-12-01 #toc-1201_CV_Melina .image:before,
  #page-2019-12-01 #toc-1201_CV_Melina .image:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-1201_CV_Melina .image:after {
    clear: both;
  }
  #page-2019-12-01 #toc-1201_CV_Melina .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-2019-12-01 #toc-1201_CV_Melina .text:before,
  #page-2019-12-01 #toc-1201_CV_Melina .text:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-1201_CV_Melina .text:after {
    clear: both;
  }
  #page-2019-12-01 #toc-1201_CV_Melina:before,
  #page-2019-12-01 #toc-1201_CV_Melina:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-1201_CV_Melina:after {
    clear: both;
  }
  #page-2019-12-01 #toc-1201_CV_Melina .subtitle {
    max-width: 14rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-12-01 #toc-1201_Chung_HongKong,
  #page-2019-12-01 #toc-0407_Expecting_ElSalvador_b {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2019-12-01 #toc-1201_Chung_HongKong:before,
  #page-2019-12-01 #toc-0407_Expecting_ElSalvador_b:before,
  #page-2019-12-01 #toc-1201_Chung_HongKong:after,
  #page-2019-12-01 #toc-0407_Expecting_ElSalvador_b:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-1201_Chung_HongKong:after,
  #page-2019-12-01 #toc-0407_Expecting_ElSalvador_b:after {
    clear: both;
  }
  #page-2019-12-01 #toc-1201_Chung_HongKong .subtitle,
  #page-2019-12-01 #toc-0407_Expecting_ElSalvador_b .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-12-01 #toc-1201_RedesignU {
    *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-2019-12-01 #toc-1201_RedesignU:before,
  #page-2019-12-01 #toc-1201_RedesignU:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-1201_RedesignU:after {
    clear: both;
  }
  #page-2019-12-01 #toc-1201_RedesignU .image {
    padding-top: 0;
  }
  #page-2019-12-01 #toc-1201_RedesignU .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-12-01 #toc-0407_AssistedSuicide {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2019-12-01 #toc-0407_AssistedSuicide:before,
  #page-2019-12-01 #toc-0407_AssistedSuicide:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-0407_AssistedSuicide:after {
    clear: both;
  }
  #page-2019-12-01 #toc-0407_AssistedSuicide .image {
    padding-top: 0;
  }
  #page-2019-12-01 #toc-0407_AssistedSuicide .image {
    padding-bottom: 0;
  }
  #page-2019-12-01 #toc-0407_AssistedSuicide .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-2019-12-01 #toc-0407_AssistedSuicide .image:before,
  #page-2019-12-01 #toc-0407_AssistedSuicide .image:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-0407_AssistedSuicide .image:after {
    clear: both;
  }
  #page-2019-12-01 #toc-0407_AssistedSuicide .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-2019-12-01 #toc-0407_AssistedSuicide .text:before,
  #page-2019-12-01 #toc-0407_AssistedSuicide .text:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-0407_AssistedSuicide .text:after {
    clear: both;
  }
  #page-2019-12-01 #toc-0407_AssistedSuicide .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-12-01 #toc-0203_Marriott_SF,
  #page-2019-12-01 #toc-0203_Marriott_NY {
    *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-2019-12-01 #toc-0203_Marriott_SF:before,
  #page-2019-12-01 #toc-0203_Marriott_NY:before,
  #page-2019-12-01 #toc-0203_Marriott_SF:after,
  #page-2019-12-01 #toc-0203_Marriott_NY:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-0203_Marriott_SF:after,
  #page-2019-12-01 #toc-0203_Marriott_NY:after {
    clear: both;
  }
  #page-2019-12-01 #toc-0203_Marriott_SF .image,
  #page-2019-12-01 #toc-0203_Marriott_NY .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-12-01 #toc-0203_Marriott_NY {
    border-right: none;
  }
}
#page-2019-12-01 #toc-1201_SS_Teachers .credit,
#page-2019-12-01 #toc-0407_Letters_Shorts .credit {
  max-width: 20rem;
}
@media only screen and (min-width: 60rem) {
  #page-2019-12-01 #toc-1201_SS_Teachers,
  #page-2019-12-01 #toc-0407_Letters_Shorts {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  #page-2019-12-01 #toc-1201_SS_Teachers .image,
  #page-2019-12-01 #toc-0407_Letters_Shorts .image {
    padding-top: 0;
  }
  #page-2019-12-01 #toc-1201_SS_Teachers .image,
  #page-2019-12-01 #toc-0407_Letters_Shorts .image {
    padding-bottom: 0;
  }
  #page-2019-12-01 #toc-1201_SS_Teachers .image,
  #page-2019-12-01 #toc-0407_Letters_Shorts .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-2019-12-01 #toc-1201_SS_Teachers .image:before,
  #page-2019-12-01 #toc-0407_Letters_Shorts .image:before,
  #page-2019-12-01 #toc-1201_SS_Teachers .image:after,
  #page-2019-12-01 #toc-0407_Letters_Shorts .image:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-1201_SS_Teachers .image:after,
  #page-2019-12-01 #toc-0407_Letters_Shorts .image:after {
    clear: both;
  }
  #page-2019-12-01 #toc-1201_SS_Teachers .text,
  #page-2019-12-01 #toc-0407_Letters_Shorts .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-2019-12-01 #toc-1201_SS_Teachers .text:before,
  #page-2019-12-01 #toc-0407_Letters_Shorts .text:before,
  #page-2019-12-01 #toc-1201_SS_Teachers .text:after,
  #page-2019-12-01 #toc-0407_Letters_Shorts .text:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-1201_SS_Teachers .text:after,
  #page-2019-12-01 #toc-0407_Letters_Shorts .text:after {
    clear: both;
  }
  #page-2019-12-01 #toc-1201_SS_Teachers:before,
  #page-2019-12-01 #toc-0407_Letters_Shorts:before,
  #page-2019-12-01 #toc-1201_SS_Teachers:after,
  #page-2019-12-01 #toc-0407_Letters_Shorts:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-1201_SS_Teachers:after,
  #page-2019-12-01 #toc-0407_Letters_Shorts:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-12-01 #toc-1201_End_EmptyBeach,
  #page-2019-12-01 #toc-1201_CV_Backstage {
    *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;
    margin-bottom: 2rem;
  }
  #page-2019-12-01 #toc-1201_End_EmptyBeach:before,
  #page-2019-12-01 #toc-1201_CV_Backstage:before,
  #page-2019-12-01 #toc-1201_End_EmptyBeach:after,
  #page-2019-12-01 #toc-1201_CV_Backstage:after {
    content: '';
    display: table;
  }
  #page-2019-12-01 #toc-1201_End_EmptyBeach:after,
  #page-2019-12-01 #toc-1201_CV_Backstage:after {
    clear: both;
  }
  #page-2019-12-01 #toc-1201_End_EmptyBeach .image,
  #page-2019-12-01 #toc-1201_CV_Backstage .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-12-01 #toc-1201_End_EmptyBeach {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2019-12-01 #toc-1201_CV_Backstage .subtitle {
    max-width: 24rem;
  }
}
#page-2019-12-01 #toc-0804_Eventbrite .title {
  max-width: none;
}
@media only screen and (min-width: 60rem) {
  #page-2020-02-02 .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-2020-02-02 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2020-02-02 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2020-02-02 .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-2020-02-02 .hero .toc-item .text:before,
  #page-2020-02-02 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2020-02-02 .hero .toc-item:before,
  #page-2020-02-02 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 .hero .toc-item:after {
    clear: both;
  }
  #page-2020-02-02 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
  #page-2020-02-02 .hero .toc-item div.credit {
    max-width: 20rem;
  }
}
#page-2020-02-02 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2020-02-02 .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-2020-02-02 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2020-02-02 .toc-follow-promo section.email:before,
  #page-2020-02-02 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2020-02-02 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2020-02-02 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2020-02-02 .toc-follow-promo section.button:before,
  #page-2020-02-02 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2020-02-02 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2020-02-02 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2020-02-02 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2020-02-02 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2020-02-02 .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-2020-02-02 .toc-follow-promo:before,
  #page-2020-02-02 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 .toc-follow-promo:after {
    clear: both;
  }
  #page-2020-02-02 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2020-02-02 .toc-follow-promo section {
  padding: 1rem;
}
#page-2020-02-02 .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-2020-02-02 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2020-02-02 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2020-02-02 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2020-02-02 .toc-follow-promo section .icon svg {
  width: 100%;
}
@media only screen and (min-width: 60rem) {
  #page-2020-02-02 #toc-0202_FF_CarePackage {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2020-02-02 #toc-0202_FF_CarePackage .image {
    padding-top: 0;
  }
  #page-2020-02-02 #toc-0202_FF_CarePackage .image {
    padding-bottom: 0;
  }
  #page-2020-02-02 #toc-0202_FF_CarePackage .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-2020-02-02 #toc-0202_FF_CarePackage .image:before,
  #page-2020-02-02 #toc-0202_FF_CarePackage .image:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0202_FF_CarePackage .image:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0202_FF_CarePackage .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-2020-02-02 #toc-0202_FF_CarePackage .text:before,
  #page-2020-02-02 #toc-0202_FF_CarePackage .text:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0202_FF_CarePackage .text:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0202_FF_CarePackage:before,
  #page-2020-02-02 #toc-0202_FF_CarePackage:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0202_FF_CarePackage:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0202_FF_CarePackage .subtitle {
    max-width: 14rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2020-02-02 #toc-0202_FF_LawyerX {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2020-02-02 #toc-0202_FF_LawyerX .image {
    padding-top: 0;
  }
  #page-2020-02-02 #toc-0202_FF_LawyerX .image {
    padding-bottom: 0;
  }
  #page-2020-02-02 #toc-0202_FF_LawyerX .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-2020-02-02 #toc-0202_FF_LawyerX .image:before,
  #page-2020-02-02 #toc-0202_FF_LawyerX .image:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0202_FF_LawyerX .image:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0202_FF_LawyerX .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-2020-02-02 #toc-0202_FF_LawyerX .text:before,
  #page-2020-02-02 #toc-0202_FF_LawyerX .text:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0202_FF_LawyerX .text:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0202_FF_LawyerX:before,
  #page-2020-02-02 #toc-0202_FF_LawyerX:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0202_FF_LawyerX:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0202_FF_LawyerX .subtitle {
    max-width: 14rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-02-02 #toc-0407_AssistedSuicide {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2020-02-02 #toc-0407_AssistedSuicide:before,
  #page-2020-02-02 #toc-0407_AssistedSuicide:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0407_AssistedSuicide:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0407_AssistedSuicide .image {
    padding-top: 0;
  }
  #page-2020-02-02 #toc-0407_AssistedSuicide .image {
    padding-bottom: 0;
  }
  #page-2020-02-02 #toc-0407_AssistedSuicide .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-2020-02-02 #toc-0407_AssistedSuicide .image:before,
  #page-2020-02-02 #toc-0407_AssistedSuicide .image:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0407_AssistedSuicide .image:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0407_AssistedSuicide .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-2020-02-02 #toc-0407_AssistedSuicide .text:before,
  #page-2020-02-02 #toc-0407_AssistedSuicide .text:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0407_AssistedSuicide .text:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0407_AssistedSuicide .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-02-02 #toc-0203_Marriott_SF,
  #page-2020-02-02 #toc-0203_Marriott_NY {
    *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-2020-02-02 #toc-0203_Marriott_SF:before,
  #page-2020-02-02 #toc-0203_Marriott_NY:before,
  #page-2020-02-02 #toc-0203_Marriott_SF:after,
  #page-2020-02-02 #toc-0203_Marriott_NY:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0203_Marriott_SF:after,
  #page-2020-02-02 #toc-0203_Marriott_NY:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0203_Marriott_SF .image,
  #page-2020-02-02 #toc-0203_Marriott_NY .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-02-02 #toc-0203_Marriott_NY {
    border-right: none;
  }
}
#page-2020-02-02 #toc-0202_SS_FacialRecognition .credit,
#page-2020-02-02 #toc-0407_Letters_Shorts .credit {
  max-width: 20rem;
}
@media only screen and (min-width: 60rem) {
  #page-2020-02-02 #toc-0202_SS_FacialRecognition,
  #page-2020-02-02 #toc-0407_Letters_Shorts {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  #page-2020-02-02 #toc-0202_SS_FacialRecognition .image,
  #page-2020-02-02 #toc-0407_Letters_Shorts .image {
    padding-top: 0;
  }
  #page-2020-02-02 #toc-0202_SS_FacialRecognition .image,
  #page-2020-02-02 #toc-0407_Letters_Shorts .image {
    padding-bottom: 0;
  }
  #page-2020-02-02 #toc-0202_SS_FacialRecognition .image,
  #page-2020-02-02 #toc-0407_Letters_Shorts .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-2020-02-02 #toc-0202_SS_FacialRecognition .image:before,
  #page-2020-02-02 #toc-0407_Letters_Shorts .image:before,
  #page-2020-02-02 #toc-0202_SS_FacialRecognition .image:after,
  #page-2020-02-02 #toc-0407_Letters_Shorts .image:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0202_SS_FacialRecognition .image:after,
  #page-2020-02-02 #toc-0407_Letters_Shorts .image:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0202_SS_FacialRecognition .text,
  #page-2020-02-02 #toc-0407_Letters_Shorts .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-2020-02-02 #toc-0202_SS_FacialRecognition .text:before,
  #page-2020-02-02 #toc-0407_Letters_Shorts .text:before,
  #page-2020-02-02 #toc-0202_SS_FacialRecognition .text:after,
  #page-2020-02-02 #toc-0407_Letters_Shorts .text:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0202_SS_FacialRecognition .text:after,
  #page-2020-02-02 #toc-0407_Letters_Shorts .text:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0202_SS_FacialRecognition:before,
  #page-2020-02-02 #toc-0407_Letters_Shorts:before,
  #page-2020-02-02 #toc-0202_SS_FacialRecognition:after,
  #page-2020-02-02 #toc-0407_Letters_Shorts:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0202_SS_FacialRecognition:after,
  #page-2020-02-02 #toc-0407_Letters_Shorts:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-02-02 #toc-0202_ChanelMIller_BackPage,
  #page-2020-02-02 #toc-0202_CV_Backstage {
    *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;
    margin-bottom: 2rem;
  }
  #page-2020-02-02 #toc-0202_ChanelMIller_BackPage:before,
  #page-2020-02-02 #toc-0202_CV_Backstage:before,
  #page-2020-02-02 #toc-0202_ChanelMIller_BackPage:after,
  #page-2020-02-02 #toc-0202_CV_Backstage:after {
    content: '';
    display: table;
  }
  #page-2020-02-02 #toc-0202_ChanelMIller_BackPage:after,
  #page-2020-02-02 #toc-0202_CV_Backstage:after {
    clear: both;
  }
  #page-2020-02-02 #toc-0202_ChanelMIller_BackPage .image,
  #page-2020-02-02 #toc-0202_CV_Backstage .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-02-02 #toc-0202_ChanelMIller_BackPage {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-02-02 #toc-0202_CV_Backstage .subtitle {
    max-width: 24rem;
  }
}
#page-2020-02-02 #toc-0804_Eventbrite .title {
  max-width: none;
}
@media only screen and (min-width: 60rem) {
  #page-2020-04-02 .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-2020-04-02 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2020-04-02 .hero .toc-item .image {
    padding-bottom: 0;
  }
  #page-2020-04-02 .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-2020-04-02 .hero .toc-item .text:before,
  #page-2020-04-02 .hero .toc-item .text:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 .hero .toc-item .text:after {
    clear: both;
  }
  #page-2020-04-02 .hero .toc-item:before,
  #page-2020-04-02 .hero .toc-item:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 .hero .toc-item:after {
    clear: both;
  }
  #page-2020-04-02 .hero .toc-item h4.subtitle {
    max-width: 26rem;
  }
  #page-2020-04-02 .hero .toc-item div.credit {
    max-width: 20rem;
  }
}
#page-2020-04-02 .toc-follow-promo {
  text-align: center;
}
@media only screen and (max-width: 60rem) {
  #page-2020-04-02 .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-2020-04-02 .toc-follow-promo section.email {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.125%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2020-04-02 .toc-follow-promo section.email:before,
  #page-2020-04-02 .toc-follow-promo section.email:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 .toc-follow-promo section.email:after {
    clear: both;
  }
  #page-2020-04-02 .toc-follow-promo section.email:last-child {
    margin-right: 0%;
  }
  #page-2020-04-02 .toc-follow-promo section.button {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 36.875%;
    margin-left: 0%;
    margin-right: 1%;
  }
  #page-2020-04-02 .toc-follow-promo section.button:before,
  #page-2020-04-02 .toc-follow-promo section.button:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 .toc-follow-promo section.button:after {
    clear: both;
  }
  #page-2020-04-02 .toc-follow-promo section.button:last-child {
    margin-right: 0%;
  }
  #page-2020-04-02 .toc-follow-promo input {
    display: inline-block;
  }
  #page-2020-04-02 .toc-follow-promo input.email {
    width: 50%;
  }
  #page-2020-04-02 .toc-follow-promo input.button {
    width: 30%;
    min-width: 6.5rem;
  }
}
@media only screen and (min-width: 60rem) {
  #page-2020-04-02 .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-2020-04-02 .toc-follow-promo:before,
  #page-2020-04-02 .toc-follow-promo:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 .toc-follow-promo:after {
    clear: both;
  }
  #page-2020-04-02 .toc-follow-promo section {
    text-align: center;
  }
}
#page-2020-04-02 .toc-follow-promo section {
  padding: 1rem;
}
#page-2020-04-02 .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-2020-04-02 .toc-follow-promo section input {
  width: 90%;
  text-align: center;
  max-width: 20rem;
}
#page-2020-04-02 .toc-follow-promo section .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  margin: 0 1rem;
}
#page-2020-04-02 .toc-follow-promo section .icon:first-child {
  margin-left: 0;
}
#page-2020-04-02 .toc-follow-promo section .icon svg {
  width: 100%;
}
@media only screen and (min-width: 60rem) {
  #page-2020-04-02 #toc-0405_KatiePorter {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2020-04-02 #toc-0405_KatiePorter .image {
    padding-top: 0;
  }
  #page-2020-04-02 #toc-0405_KatiePorter .image {
    padding-bottom: 0;
  }
  #page-2020-04-02 #toc-0405_KatiePorter .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-2020-04-02 #toc-0405_KatiePorter .image:before,
  #page-2020-04-02 #toc-0405_KatiePorter .image:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0405_KatiePorter .image:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0405_KatiePorter .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-2020-04-02 #toc-0405_KatiePorter .text:before,
  #page-2020-04-02 #toc-0405_KatiePorter .text:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0405_KatiePorter .text:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0405_KatiePorter:before,
  #page-2020-04-02 #toc-0405_KatiePorter:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0405_KatiePorter:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0405_KatiePorter .subtitle {
    max-width: 14rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-04-02 #toc-0405_FF_Moms4Housing,
  #page-2020-04-02 #toc-0405_FF_UberWars_Homepage {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #page-2020-04-02 #toc-0405_FF_Moms4Housing:before,
  #page-2020-04-02 #toc-0405_FF_UberWars_Homepage:before,
  #page-2020-04-02 #toc-0405_FF_Moms4Housing:after,
  #page-2020-04-02 #toc-0405_FF_UberWars_Homepage:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0405_FF_Moms4Housing:after,
  #page-2020-04-02 #toc-0405_FF_UberWars_Homepage:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0405_FF_Moms4Housing .subtitle,
  #page-2020-04-02 #toc-0405_FF_UberWars_Homepage .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-04-02 #toc-0405_FF_Moms4Housing {
    *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-2020-04-02 #toc-0405_FF_Moms4Housing:before,
  #page-2020-04-02 #toc-0405_FF_Moms4Housing:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0405_FF_Moms4Housing:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0405_FF_Moms4Housing .image {
    padding-top: 0;
  }
  #page-2020-04-02 #toc-0405_FF_Moms4Housing .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-04-02 #toc-0407_AssistedSuicide {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #page-2020-04-02 #toc-0407_AssistedSuicide:before,
  #page-2020-04-02 #toc-0407_AssistedSuicide:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0407_AssistedSuicide:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0407_AssistedSuicide .image {
    padding-top: 0;
  }
  #page-2020-04-02 #toc-0407_AssistedSuicide .image {
    padding-bottom: 0;
  }
  #page-2020-04-02 #toc-0407_AssistedSuicide .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-2020-04-02 #toc-0407_AssistedSuicide .image:before,
  #page-2020-04-02 #toc-0407_AssistedSuicide .image:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0407_AssistedSuicide .image:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0407_AssistedSuicide .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-2020-04-02 #toc-0407_AssistedSuicide .text:before,
  #page-2020-04-02 #toc-0407_AssistedSuicide .text:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0407_AssistedSuicide .text:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0407_AssistedSuicide .subtitle {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-04-02 #toc-0203_Marriott_SF,
  #page-2020-04-02 #toc-0203_Marriott_NY {
    *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-2020-04-02 #toc-0203_Marriott_SF:before,
  #page-2020-04-02 #toc-0203_Marriott_NY:before,
  #page-2020-04-02 #toc-0203_Marriott_SF:after,
  #page-2020-04-02 #toc-0203_Marriott_NY:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0203_Marriott_SF:after,
  #page-2020-04-02 #toc-0203_Marriott_NY:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0203_Marriott_SF .image,
  #page-2020-04-02 #toc-0203_Marriott_NY .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-04-02 #toc-0203_Marriott_NY {
    border-right: none;
  }
}
#page-2020-04-02 #toc-0405_Roomates_TOC .credit,
#page-2020-04-02 #toc-0407_Letters_Shorts .credit {
  max-width: 20rem;
}
@media only screen and (min-width: 60rem) {
  #page-2020-04-02 #toc-0405_Roomates_TOC,
  #page-2020-04-02 #toc-0407_Letters_Shorts {
    padding-bottom: 0;
    margin-bottom: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  #page-2020-04-02 #toc-0405_Roomates_TOC .image,
  #page-2020-04-02 #toc-0407_Letters_Shorts .image {
    padding-top: 0;
  }
  #page-2020-04-02 #toc-0405_Roomates_TOC .image,
  #page-2020-04-02 #toc-0407_Letters_Shorts .image {
    padding-bottom: 0;
  }
  #page-2020-04-02 #toc-0405_Roomates_TOC .image,
  #page-2020-04-02 #toc-0407_Letters_Shorts .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-2020-04-02 #toc-0405_Roomates_TOC .image:before,
  #page-2020-04-02 #toc-0407_Letters_Shorts .image:before,
  #page-2020-04-02 #toc-0405_Roomates_TOC .image:after,
  #page-2020-04-02 #toc-0407_Letters_Shorts .image:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0405_Roomates_TOC .image:after,
  #page-2020-04-02 #toc-0407_Letters_Shorts .image:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0405_Roomates_TOC .text,
  #page-2020-04-02 #toc-0407_Letters_Shorts .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-2020-04-02 #toc-0405_Roomates_TOC .text:before,
  #page-2020-04-02 #toc-0407_Letters_Shorts .text:before,
  #page-2020-04-02 #toc-0405_Roomates_TOC .text:after,
  #page-2020-04-02 #toc-0407_Letters_Shorts .text:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0405_Roomates_TOC .text:after,
  #page-2020-04-02 #toc-0407_Letters_Shorts .text:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0405_Roomates_TOC:before,
  #page-2020-04-02 #toc-0407_Letters_Shorts:before,
  #page-2020-04-02 #toc-0405_Roomates_TOC:after,
  #page-2020-04-02 #toc-0407_Letters_Shorts:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0405_Roomates_TOC:after,
  #page-2020-04-02 #toc-0407_Letters_Shorts:after {
    clear: both;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-04-02 #toc-0405_EndPage_TOC_01_2,
  #page-2020-04-02 #toc-0405_CV_Backstage_TOC_v2 {
    *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;
    margin-bottom: 2rem;
  }
  #page-2020-04-02 #toc-0405_EndPage_TOC_01_2:before,
  #page-2020-04-02 #toc-0405_CV_Backstage_TOC_v2:before,
  #page-2020-04-02 #toc-0405_EndPage_TOC_01_2:after,
  #page-2020-04-02 #toc-0405_CV_Backstage_TOC_v2:after {
    content: '';
    display: table;
  }
  #page-2020-04-02 #toc-0405_EndPage_TOC_01_2:after,
  #page-2020-04-02 #toc-0405_CV_Backstage_TOC_v2:after {
    clear: both;
  }
  #page-2020-04-02 #toc-0405_EndPage_TOC_01_2 .image,
  #page-2020-04-02 #toc-0405_CV_Backstage_TOC_v2 .image {
    padding-top: 0;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-04-02 #toc-0405_EndPage_TOC_01_2 {
    border-right: none;
  }
}
@media only screen and (min-width: 40rem) {
  #page-2020-04-02 #toc-0405_CV_Backstage_TOC_v2 .subtitle {
    max-width: 24rem;
  }
}
#page-2020-04-02 #toc-0405_ToyotaMirai_Homepage .title {
  max-width: none;
}
#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: linear-gradient(45deg, #bcffc4, #83fffd);
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
          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: 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: linear-gradient(45deg, #e8f9f6, #ffeece);
}
.subscribe-promo .illo {
  width: 100%;
  max-width: 450px;
  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;
  -webkit-box-sizing: border-box;
          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: 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-gradient(linear, left top, left bottom, from(#f0f), color-stop(100%, #f0f), color-stop(50%, rgba(255,255,255,0)), to(rgba(255,255,255,0)));
  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: linear-gradient(45deg, #bcffc4, #83fffd);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.025);
            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: 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: 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 .wrap {
  *zoom: 1;
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
}
.toc-item .wrap:before,
.toc-item .wrap:after {
  content: '';
  display: table;
}
.toc-item .wrap: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: calc(100% - 2rem);
  padding: 0 1rem;
  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;
  }
}
.toc-promosection {
  *zoom: 1;
  padding-bottom: 0;
  margin-bottom: 0;
}
.toc-promosection:before,
.toc-promosection:after {
  content: '';
  display: table;
}
.toc-promosection:after {
  clear: both;
}
.toc-promosection .internal {
  *zoom: 1;
  margin: 1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.toc-promosection .internal:before,
.toc-promosection .internal:after {
  content: '';
  display: table;
}
.toc-promosection .internal:after {
  clear: both;
}
.toc-promosection .wrap {
  *zoom: 1;
  margin: 1em 0;
  background: #ffffd9;
}
.toc-promosection .wrap:before,
.toc-promosection .wrap:after {
  content: '';
  display: table;
}
.toc-promosection .wrap:after {
  clear: both;
}
.toc-promosection .text {
  margin: 1em 0;
}
.toc-promosection .text h2.title {
  font-family: Foro, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  background: #f9dc0c;
  border-radius: 5px;
  width: auto;
  max-width: none;
  display: inline-block;
  padding: 0.5em 0.8em;
}
.toc-promosection .text h4 {
  margin: 0 auto;
}
