@font-face {
  font-family: "Balto";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bookitalic.woff2");
  font-style: italic; }

@font-face {
  font-family: "Balto";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-book.woff2"); }

@font-face {
  font-family: "Balto";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bolditalic.woff2");
  font-style: italic;
  font-weight: bold; }

@font-face {
  font-family: "Balto";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bold.woff2");
  font-weight: bold; }

@font-face {
  font-family: "Harriet";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/harriet_display_black.woff2"); }

@font-face {
  font-family: "Harriet";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/harriet_text_regular_italic.woff2");
  font-style: italic; }

.balto {
  font-family: "Balto"; }

.harriet {
  font-family: "Harriet"; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: inherit;
  vertical-align: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-size: 18px; }
  @media (max-width: 880px) {
    html {
      font-size: 16px; } }
  @media (max-width: 600px) {
    html {
      font-size: 15px; } }

body {
  font-family: "Balto", Helvetica, sans-serif;
  background-color: #fff;
  color: #4c4e4d;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  vertical-align: baseline;
  overflow-x: hidden; }

html, body {
  min-height: 100%; }

main {
  min-height: 100vh;
  padding-top: 3rem; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

h1 {
  font-size: calc(1rem * 1.2 * 1.2 * 1.2); }
  @media (min-width: 600px) {
    h1 {
      font-size: calc(1rem * 1.2 * 1.2 * 1.2 * 1.2); }
      h1.hed {
        font-size: 2.5em; } }

h2, h2 button {
  font-size: calc(1rem * 1.2 * 1.2); }
  @media (min-width: 600px) {
    h2, h2 button {
      font-size: calc(1rem * 1.2 * 1.2 * 1.2); } }

h3, h3 button {
  font-size: calc(1rem * 1.2); }
  @media (min-width: 600px) {
    h3, h3 button {
      font-size: calc(1rem * 1.2 * 1.2); } }

h4 {
  font-size: calc(1rem * 1.2); }
  @media (min-width: 600px) {
    h4 {
      font-size: calc(1rem * 1.2); } }

h5 {
  font-size: 1rem; }
  @media (min-width: 600px) {
    h5 {
      font-size: calc(1rem * 1.2); } }

h6 {
  font-size: calc(1rem * 1.2 / 1.2 / 1.2); }
  @media (min-width: 600px) {
    h6 {
      font-size: 1rem; } }

h1, h2, h3, h4, h5, h6, h2 button, h3 button {
  font-family: "Balto", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: none; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h2 button a, h3 button a {
    color: currentColor; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h2 button a:hover, h3 button a:hover {
    color: #5e5e5e; }

a {
  color: #4f7177;
  background-color: transparent; }
  a:focus, a:hover {
    color: #5e5e5e; }
  a:active, a:hover {
    outline: 0; }

::-moz-selection {
  background: #fff200; }

::selection {
  background: #fff200; }

small {
  font-size: .75em; }

sup {
  font-size: smaller;
  position: relative;
  left: .05em;
  top: -.35em; }

b, strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

u {
  text-decoration: underline; }

strike {
  text-decoration: line-through; }

hr, ol, p, pre, ul {
  margin-bottom: 1.2rem; }

ol, ul {
  padding: 0 2rem; }

ol {
  list-style: none;
  counter-reset: ol-count; }

ol li {
  counter-increment: ol-count;
  position: relative; }

ol li::before {
  position: absolute;
  width: 1.8rem;
  left: -2.2rem;
  text-align: right;
  content: counter(ol-count) ". ";
  font-weight: bold; }

li {
  margin-bottom: 0.6rem; }

blockquote {
  border-left: 2px solid #d1d1d1;
  padding: 1.2rem;
  font-family: 'IBM Plex Mono', "Balto", Helvetica, sans-serif; }

button {
  border: 0;
  background: none;
  cursor: pointer; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #d1d1d1; }

svg {
  max-height: 100%;
  display: inline-block; }
  svg:not(:root) {
    overflow: hidden; }

article {
  max-width: 800px;
  margin: 0 auto;
  padding: 16px; }

a:focus,
button:focus {
  outline: thin dotted; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

ul {
  margin-left: .6rem;
  padding-left: 1.2rem;
  margin-bottom: .6rem; }

blockquote {
  padding: 0 1.2rem;
  border-left-color: #FFF200;
  border-width: 3px; }

twitter-widget {
  margin-left: auto;
  margin-right: auto; }

p:empty {
  display: none; }

.l-river {
  max-width: 800px;
  margin: 0 auto;
  padding: 16px; }

@font-face {
  font-family: "Balto";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bookitalic.woff2");
  font-style: italic; }

@font-face {
  font-family: "Balto";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-book.woff2"); }

@font-face {
  font-family: "Balto";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bolditalic.woff2");
  font-style: italic;
  font-weight: bold; }

@font-face {
  font-family: "Balto";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/baltoweb-bold.woff2");
  font-weight: bold; }

@font-face {
  font-family: "Harriet";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/harriet_display_black.woff2"); }

@font-face {
  font-family: "Harriet";
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/vox/webfonts/harriet_text_regular_italic.woff2");
  font-style: italic; }

.balto {
  font-family: "Balto"; }

.harriet {
  font-family: "Harriet"; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.m-header {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF200;
  color: #131313;
  flex-direction: column; }
  @media (max-width: 800px) {
    .m-header__impeachment img {
      top: 120px; } }

.m-header__trigger {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: -2px; }

.m-header__impeachment {
  width: 100%;
  max-width: calc(90vh * 1.6842105263); }
  .m-header__impeachment .imgwrap {
    position: relative;
    padding-bottom: 59.375%; }
  .m-header__impeachment img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: block;
    max-width: 100%;
    width: 100%; }
  .m-header__impeachment img.mobile {
    display: none; }
  @media (max-width: 800px) {
    .m-header__impeachment {
      max-width: calc(90vh * 1.171875); }
      .m-header__impeachment .imgwrap {
        padding-bottom: 85.333%; }
      .m-header__impeachment img.desktop {
        display: none; }
      .m-header__impeachment img.mobile {
        display: block; } }

.m-header__updated {
  font-style: italic;
  font-weight: 300; }

footer {
  background-color: #333;
  padding: 16px;
  margin-top: 16px; }
  footer svg {
    max-width: 180px;
    fill: #F5F5F5; }
  footer p {
    font-size: 0.77777rem;
    line-height: 1.4;
    color: #F5F5F5; }
    footer p a {
      color: #c2c2c2;
      text-decoration: underline; }
  footer > a {
    display: block; }
  footer > a:link,
  footer > a:visited {
    border: 0; }
  @media screen and (min-width: 641px) {
    footer {
      display: flex;
      justify-content: center;
      align-items: center; }
      footer p {
        margin: 0 0 0 0.8888rem; } }

.m-group a {
  font-weight: bold; }

.m-group img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }

.m-group .e-image .caption {
  font-size: calc(1rem * 1.2 / 1.2 / 1.2);
  border-bottom: 1px solid #d1d1d1;
  padding: 8px 0; }

.m-nav {
  height: 60px;
  padding: 0.88888rem;
  margin: 0 auto;
  position: relative;
  padding: 1rem;
  display: flex;
  background: #FFF200;
  color: #131313;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 100vw;
  align-items: center; }

.m-nav__logo-wrapper {
  flex: 1 0 auto;
  height: 100%; }
  .m-nav__logo-wrapper a {
    color: inherit;
    position: relative;
    top: 0; }
    .m-nav__logo-wrapper a svg * {
      fill: currentColor;
      stroke: currentColor; }
  .m-nav__logo-wrapper svg {
    height: 38px;
    width: 76px; }

.m-nav__social {
  flex: 0 0 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .m-nav__social a {
    display: inline-block;
    height: 38px;
    width: 38px;
    padding: 10px; }
  .m-nav__social svg {
    width: auto; }

.m-photo {
  width: 100%;
  margin: 0 auto 1.2rem;
  background: white; }
  .m-photo img, .m-photo .m-media-meta {
    width: 850px;
    max-width: 100%; }
  @media (max-width: 870px) {
    .m-photo img, .m-photo .m-media-meta {
      width: 85.33333%; } }
  .m-photo--narrow img, .m-photo--narrow .m-media-meta {
    width: 650px; }
  .m-photo img, .m-photo .m-media-meta {
    display: block;
    margin: 0 auto; }

.m-photo img.unloaded {
  width: 650px;
  max-width: 100%;
  min-height: 500px; }

.m-question ~ .m-question {
  border-top: 1px solid #c6c6c6; }

.m-question a {
  font-weight: bold; }

.m-question h3 button {
  color: #4c4e4d;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.m-question h4 button {
  font-size: 15px;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 1.5rem;
  padding-bottom: 1rem; }

.m-question h5, .m-question h5 button {
  font-size: 15px; }

.m-question h5 button {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 2.5rem;
  padding-bottom: 1rem; }

.m-question p {
  font-size: 19px;
  line-height: 28px; }

.m-question [itemprop=text] > div {
  margin-bottom: 1.2rem; }

.m-question h4, .m-question h5, .m-question h6 {
  margin-bottom: .6rem; }

.m-question .m-collapsible__icon {
  top: 30px; }

.m-question[hidden="true"] {
  display: none; }

.m-question img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }

.m-question .e-image .caption {
  font-size: calc(1rem * 1.2 / 1.2 / 1.2);
  border-bottom: 1px solid #d1d1d1;
  padding: 8px 0; }

.m-section {
  margin-top: 2rem; }
  .m-section h2 {
    color: #131313;
    background: #FFF200;
    width: auto;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-family: Harriet, serif;
    font-style: italic;
    padding: 0 5px;
    min-width: 200px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    border: 5px solid transparent;
    border-image-source: url("https://cdn.vox-cdn.com/uploads/chorus_asset/file/19319350/section_bg_png.png");
    border-image-slice: 40;
    border-image-width: 20px;
    border-image-repeat: round;
    border-image-outset: 5px; }
    @media (max-width: 700px) {
      .m-section h2 {
        max-width: 100%;
        font-size: 17px; } }
    @media (min-width: 900px) {
      .m-section h2 {
        position: relative;
        left: -1rem; } }

.m-section--cast {
  background: #FFF200; }

/*
.m-edge {
  transform: rotate(180deg);
  position: absolute;
  bottom: -50px;
  width: 100%;
  top: auto;
}

.m-edge.is-pinned {
  .torn-edge-bottom {
    fill: transparent;
  }

}
*/
.m-edge {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1500 100' style='enable-background:new 0 0 1500 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFF200;%7D%0A%3C/style%3E%3Cpath class='st0' d='M2.4,20.1c1-0.7,3.2,0.4,4.6,0c3.6-1,7-0.3,10.4,0.7c1,0.3,2,0.9,3.1,0.9c2.5,0,5.1,0.5,7.5-0.2 c2.4-0.7,4.4,0.7,6.7,0.2c1.5-0.3,2.9-0.3,3.3-2.1c0.1-0.3,0.5-0.5,0.7-0.7c1.1,1.4,1.8,0.4,2.8-0.2c1.3-0.8,2.4,0.7,3.6,0.9 c1.2,0.1,2.8,0.2,3.8-0.4c3.1-1.8,6.3-2.8,10-2.6c1.8,0.1,6.8,0,8,0.4c4.1,1.4,8.1,2.9,12.3,4.2c2.2,0.7,4.6,1.4,6.9,1.3 c2.1-0.1,4.1-1.4,6.2-1.8c1.2-0.2,2.5-1.2,4,0.4c1.1,1.1,3.5,1.1,5.3,1.5c1.2,0.3,2.6-0.4,3.7,0.7c0.4,0.4,1.9,0.5,2.2,0.1 c1.6-1.7,2.8-0.5,4.3,0.1c1.1,0.5,3,1.4,3.5,0.9c2.1-1.9,2.2,1.2,3.4,1.1c2.2-0.1,3.9,0.8,5.8,1.7c1.5,0.7,4.5,1.2,5.4-0.4 c1-2,2.1-1.6,2.9-0.9c2,1.5,4.1,1.6,6.3,1.7c0.9,0,1.8,0.5,2.6,1c1.3,0.6,2.4,0.4,3.7,0c4.4-1.3,4.3-1.3,7.2-4.1 c0.5-0.5,1.4-0.9,2.1-0.9c2.1,0.1,4-0.9,6.2-0.1c1.1,0.4,2.4-0.2,3.6-0.7c4.4-1.7,8.7-1.5,13.2,0.7c4.2,2,8.7,3.7,13.7,3.2 c2.1-0.2,4.6-0.5,6.3,0.4c2.6,1.5,4.3-0.7,6.4-0.5c0.6,0.1,1.3,0.1,1.8,0.5c1.1,0.8,2.6-1.8,3.5,0.4c0.5-0.4,0.9-1,1.4-1.2 c2.2-0.6,4.8-2,6.7-1.4c2.5,0.9,6.2-0.2,7.6,3.3c0.1,0.1,0.3,0.4,0.3,0.3c3-0.8,4.9,1.8,7.7,2.1c2.7,0.3,6.3,0.8,7.5,3.3 c1.6,3.5,4.6,2.8,7.1,3.6c1.4,0.4,3,0,4.3,0.6c3.5,1.5,7.1,2.9,11,2.3c1.6-0.2,2.7,2.5,4.3,0.4c1.3,0.6,2.7,1.2,4,1.7 c0.2-0.1,0.4-0.1,0.5-0.2c0.9-2.2,3.4-1.5,4.9-2.7c1.1-0.9,2.6,1.1,3.5,0.8c2.5-1,1.4,2.3,3.1,2.2c2.8-0.2,5.7-0.2,8.5,0 c2.9,0.2,5.7,0.8,8.6,0.9c2.5,0.1,4.8,0.4,6.5,2.4c0.6,0.7,1.2,1.1,2.1,0.3c1.4-1.3,3.2-0.9,4.7-0.5c2.4,0.6,5,1.4,6.7,3 c2.1,2,4.4,1.8,6.8,1.9c2.4,0.1,4.9-0.4,6.8,1.9c0.6,0.8,2.3,0.9,3.5,1c3.7,0.3,7,1.5,8.6,5c0.5,1.1,1.1,0.8,1.8,1.1 c5.2,1.6,6.9,2.5,10.9,6c0.8,0.7,1.8,1.7,2.7,1.7c3.4-0.1,5.8,2.2,8.7,3.3c6.7,2.7,9.7,3.3,14.5,2.9c1.5-0.1,2.9,0.1,3.3,1.4 c0.7,2.4,2.5,2.6,4.4,2.5c4.1-0.2,7.7,1.5,11.5,2.3c2.3,0.5,4.4,1.7,6.8,1.7c0.8,0,2,0,2.3,0.4c1.2,1.9,3.6,1.1,5,2.7 c1.2,1.4,3,2.4,4.5,3.6c2.5,1.9,5,3.3,8.2,1.3c1.1-0.7,3-1.4,4-1c2.7,1.2,5.8,0.5,8.1,2.1c1.1,0.8,2.4-1.2,2.9,0.7 c0.7-0.3,1.4-0.8,2.1-0.9c2.3-0.4,4.7-0.8,7.1-1c1.4-0.1,2.9,0.1,4.3,0.4c1.7,0.3,2.6-1,4-1.4c0.8-0.2,1.7,0.1,2.5-0.1 c0.7-0.1,1.5-1,2.1-0.8c0.8,0.2,1.2,1.3,2.5,0.5c4.4-2.8,9.5-3.4,14.5-3.5c3.9-0.1,7.7-1.5,11.6-1.2c0.3,0,0.6-0.2,0.9-0.3 c1.5-0.5,3.1-1.6,4.4-1.3c1.7,0.4,3.8-0.1,4.9,0.7c2.7,2,4.1,0.1,5.6-1.2c0.6,0.2,0.9,0.3,1.1,0.5c2.6,2.1,3.2,2.1,5.9,0.5 c0.8-0.5,1.7-0.7,2.6-0.8c3.7-0.3,7.5,0.6,11.1-1c0.6-0.3,1.5-0.3,1.9,0c1.7,1.4,2.9,0.2,3.5-1c0.5-0.9,1-1.4,1.7-0.9 c0.8,0.6,1,0.5,1.9,0c1.5-0.8,3.1-1.4,5-1.2c2.8,0.3,5.8,0.5,6.6-3.3c0.1-0.3,0.7-0.5,1.1-0.6c3-0.9,4.4-3.2,5.2-6 c0.8,0,2,0.1,2.1,0c0.5-2.6,2.5-1.9,4.2-2c0.8,0,1.8,0.3,2.5-0.1c2.7-1.5,4.6,0.1,6.7,1.3c1.6,0.9,3.5,1.7,5.2,1.6 c1.1-0.1,2.1-0.2,3.2,0.1c1.3,0.3,3-0.5,3.9,0.2c2.7,1.9,4.4,0.3,6.4-1c0.9,0.5,1.9,0.9,2.7,1.6c1.5,1.4,3,2.2,5.2,1.3 c0.8-0.4,2.4-0.5,2.9,0c1.8,1.6,3.7,0.6,5.2,0.9c2.2-2.2,4.1-4.1,5.8-5.8c3.3-0.9,6.1,0.5,8.8,1.8c0.7,0.3,1.4,0.9,2.1,1 c3.7,0,7.2,0.9,10.7,2c0.9,0.3,2.1-0.3,3.2-0.6c0.5-0.1,1-0.5,1.3-0.3c3.1,1.6,6.1,1.5,9.2,0c0.6-0.3,1.9,0,2.2,0.5 c1.3,1.8,4.3,1.2,5,3.8c0.1,0.4,1.1,0.6,1.6,0.7c4.8,0.4,9.5,1.8,14.2,2.9c1.1,0.2-1-2.1,1.5-1.4c3.7,1.1,7.4,2.6,11.5,2.6 c0.6,0,1.2,0.4,1.7,0.8c2.6,1.9,5.4,2.5,8.4,2.1c0.2-0.7,0.5-1.3,0.7-1.9c1.5,0.3,2.8,0.8,4.2,0.9c1.2,0.1,2.4-1.1,3.7,0.1 c2.7-2,2.3,1.1,3.3,2c3.3,0.2,6.1-1.1,8.8-2.8c0.5-0.3,1.3-1,1.4-0.9c1.8,1.7,4.3-0.1,6.1,1c2,1.3,4.2,0.8,6.2,0.6 c3.7-0.3,4.8-2.9,3.1-6.4c1.8-1.2,4.8-1.2,4.2-4.2c3-0.4,5.6-1.1,8.3-1.2c2.7,0,5.3,0.6,8,1c1.3-2.4,1.3-2.2,3.3-3.1 c2.7-1.1,6.1-0.9,7.6-4c2.8,0.1,5.3,0.1,7.6-1.4c1.9-1.2,4.3-0.8,6.4-1.3c2.5-0.7,2.7,0,4.3-1c-0.2-0.2-0.5-0.5-0.8-0.8 c0.5-0.4,1-0.9,1.4-1.3c3.7,2.4,7.7,2.5,11.8,1.1c0.7-0.2,1.8-0.6,2.3-0.2c2.5,1.5,4.3,0.1,6.3-1c3-1.7,6.2-2.3,9.7-2 c1.5,2.5,2.7-0.2,4.1-0.2c0.6,0,1.2-1.1,1.8-1.7c1.1-1.2,2.4-1.8,4-2.3c1.4-0.5,2.7-2.1,4.5-1.9c0-1.2,0-2,0-2.9 c2.2,0.3,4.6-0.8,6.5,0.9c1.1-0.9,2.2-1.7,3.3-2.6c1.4,1.7,2.4-1.5,3.8-0.2c1.1-1.3,2.3-2.2,4.1-2.2c0.5,0,1.3-0.9,1.3-1.3 c0-2.7,3.1-2.1,3.9-3.8c1.1-2.4,3.5-1.2,5.2-1.9c0-0.9-0.3-1.7,0-2.2c1.4-2.1,3.7-2.9,5.8-4c1.5-0.8,2.8-0.9,4-0.1 c0.8,0.5,1.2-0.3,1.4-0.2c2.3,1.1,5.1-1.7,7.2,0.7c2.6-0.2,5.1,0.2,7.2,2c0.2,0.2,0.7,0.1,1,0c2.3-1.2,4.2,0.1,6.3,1 c2.3,1,4.8,1,7.2,1.9c1.1,0.4,3-1.2,4-0.7c1.4,0.7,2.7,0.9,4.2,0.8c0.5,0,0.9-0.6,1.4-0.8c2.5,3.5,2.4,3.8,5.6,4.5 c2.3,0.5,4.2,1.9,6.4,2.6c0.4,0.1,0.9,0.6,1,0.5c2.2-1.7,0.5,1.8,1.7,1.3c1.4,0,3.5-0.5,3.9,0.1c1.7,2.2,3.7-0.7,5.3,0.6 c1.7-1.5,3.8-0.5,5.7-0.8c2.1-0.3,3.9,0.2,5.2,2c0.1,0.2,0.7-0.1,1,0c3.4,1.3,6.8,2.6,10.3,3.9c0.6-1.1,1.2-2,1.7-2.9 c1.9,2.2,4.3,3.1,7.3,3c3.7-0.2,7.3-0.1,11,0c1,0,2-0.1,2.9,0.2c3.4,1,6.7,1.8,10.2,1.8c3.2-0.1,6.3,0.1,9.5,0 c5.4-0.3,10.8,1,16.1-0.9c0.6-0.2,1.6-0.3,1.9,0c1.9,1.9,4.1,0.5,5.6,0.9c1.6-1.1,2.8-2.3,4.3-2.9c1.6-0.6,3.6,0.7,5.1-1 c1.9,1.8,3.7,0.4,5.7,0c2.2-0.4,4.4-0.3,6.6-1.1c1.3-0.5,2.7-0.7,4.1-1c1.5-0.3,3.3,0.7,4.7-0.8c0,0,0.6,0.3,0.6,0.4 c-0.1,1.1,0.6,1.1,1.4,1.5c1.6,0.8,2.8-2,4.3-0.2c0.1,0.1,1.5-0.9,2.3-1.3c3.4-1.9,5.5-5.9,10-6c0.2,0,0.4-0.5,0.7-0.7 c1.3-1,2.4-2.2,3.8-2.8c3-1.1,3.6-3.3,3.5-6c-0.1-2-0.6-4-1-6.1c0.3-0.4,0.9-0.8,1-1.3c0.1-1.4,0.3-2.3,2-1.3c0.3,0.2,0.7,0.1,1,0.1 c2.7-0.1,5.2-2.1,8-0.5c0.2,0.1,0.7-0.1,0.8-0.3c0.6-0.6,1.1-0.8,2.1-0.4c1.5,0.7,2.9,3,4.9,0.7c0.1-0.1,0.6,0,0.9,0.2 c0.9,0.6,2.3,1.9,2.7,1.6c1-0.7,2-0.9,3.1-0.8c1.3,0.1,3.3-0.5,3.9,0.1c1.4,1.6,3.2,0.3,4.6,1.3c1.6,1.3,3.3,0.8,4.8-0.4 c0.2-0.1,0.7,0,0.9,0.2c2.2,1.8,4.7,0.3,7,0.9c0.5-2.3,0.8-3.4,1.5-3.7c1.1-0.5,2.8-1.6,3.3-1.2c1.9,1.6,3.8,0.5,5.7,0.8 c4.4,0.8,8.8-2.7,13.2,0c0.1,0,0.3-0.1,0.4-0.2c0.8-0.9,1.4-0.7,2.5-0.2c1.2,0.6,3.3,1,4.2,0.3c1.4-1,3.5-1.3,4-0.7 c1.3,1.6,3.1-1.8,4.1,0.7c0.1,0.2,1.8,0.3,2.2-0.1c2.3-2.1,5.1-1.7,7.3-1.7c1.2,1.2,2.1,2.8,3.2,2.8c1.9,0.1,3.3,1.1,4.9,1.7 c3.7,1.4,7.3,3.2,11.5,2.5c0.3-0.1,0.7,0,1,0c0.4,0.4,0.7,0.7,1.1,1.1c1.8,1.8,3.6,3.3,6.4,2c0.5-0.2,1.3,0,1.8,0.3 c3.3,1.4,6.8,0.4,10.2,0.7c0.3,0,0.6-0.2,0.8-0.3c0.9-0.6,2-1,2.7-1.8c0.8-0.8,1.3-1.8,1.8-2.7c0.5-1,0.7-2,1-2.9 c2.7-0.6,5.1-0.1,7.4,2c1.7-1.7,3.5-3.4,5.4-5.2c0.7,0.6,1.5,1.7,2.4,2c2.5,0.6,5,0.9,7.6,1c2.2,0.1,5.2,2.1,6.3-1.9 c0-0.1,0.3,0,0.5,0c2.4-0.3,4.7-0.7,7.1-1c1.3-0.1,2.7,0.3,3.6-1c2.2,0.8,2.9-2.2,4.7-1.9c2.2,0.3,3.2-1.1,4.7-2.5 c2.2,3.2,5.3,2.4,8.2,2.4c3.5-2.9,7.6,0.9,11.2-1c1,1,2.4,1.7,3.4,0.6c1.3-1.5,2.2,0.4,3.2-0.1c1.6-0.8,2.9-0.9,4.5,0.2 c1.2,0.9,3-0.1,4.5,1.4c1.2,1.2,3.4,1.4,5.2,1.8c1,0.2,2.2-0.3,3.2-0.5c4.1-0.6,8.4-1.3,12.4,0.7c3.2,1.6,6.4,0.5,9.7,0.7 c0.5,0,1.6-1,1.6-1.6c0.1-2.1,2.3-1.5,2.4-1.3c0.8,1.6,2.5,0.5,3.6,1.3c1.2,1,2.1-0.7,3.3-0.4c1.7,0.3,3.6-0.4,4.9,1.6 c0.2,0.4,1.2,0.4,1.8,0.5c1.5,0.1,3,0,4.5,0c0.9-2.4,2.6-0.3,3.9-0.5c2.8-0.6,5.9-0.5,8.6,0.1c3,0.6,5.6,2.5,8.6,3.3 c2.4,0.7,5.1,2.1,7.5,1c3.2-1.5,6.4-0.4,9.7-1c1.5-1.6,2.9-3.6,5.7-2.9c2.1-2.3,5.5,0.2,7.7-2c2.2,1.9,4.4,0.5,6.7,0.1 c1.3-0.3,3.1-0.5,3.8,0.2c1.4,1.2,3.1,0.1,4.1,1c1.6,1.5,2.3-1.2,3.9-0.4c1.2,0.6,2.9,0.2,4.4,0.1c0.4,0,0.8-0.5,1.2-0.6 c1.8-0.5,4-1.7,5.3-1.1c1.8,0.9,3.5,0.6,5.2,0.7c3,0.1,6,0.4,9-0.1c2.8-0.4,5.4,1.4,8.1,0.3c2.4,1.6,5.4,0.2,7.8,1.7 c0.7,0.4,2.5,0.5,2.9,0c2-2.3,3.5,1,5.2,0.2c1.4,3.3,5.2,2,7.3,3.9c6.4-0.4,12.8,1,19.1-1V0L0,0l0,19.8C0.8,19.3,1,21.2,2.4,20.1z' /%3E%3C/svg%3E%0A");
  height: 50px;
  position: absolute;
  bottom: -48px;
  width: 100%;
  max-width: 100vw;
  background-repeat: repeat-x;
  background-size: 30% auto;
  z-index: 3; }

@media screen and (min--moz-device-pixel-ratio: 0) {
  .m-edge {
    display: none; } }

.m-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .m-video iframe,
  .m-video object,
  .m-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.m-cast {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 2rem; }
  @media (min-width: 600px) {
    .m-cast {
      padding: 2rem; } }
  .m-cast h3 {
    font-size: 22px;
    color: #4c4e4d; }

.m-cast__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem; }
  .m-cast__header img {
    width: 100%;
    max-width: 90px; }
  .m-cast__header h2 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border: 3px solid white;
    line-height: .25;
    padding: 20px 10px;
    margin: 0 1rem;
    left: 0; }
  .m-cast__header img:nth-child(3) {
    order: 3; }
  .m-cast__header h3, .m-cast__header h3 button {
    color: #4c4e4d; }

.m-cast__character {
  display: block;
  position: relative; }
  .m-cast__character figure {
    position: absolute;
    top: 0;
    left: 0;
    display: block; }
  .m-cast__character img {
    width: 70px; }
  .m-cast__character p {
    margin-left: 90px; }
  .m-cast__character h4 {
    margin-left: 90px;
    margin-top: 2rem;
    margin-bottom: .25rem; }
    @media (min-width: 600px) {
      .m-cast__character h4 {
        font-size: 18px; } }
  @media (max-width: 600px) {
    .m-cast__character img {
      width: 50px; }
    .m-cast__character p, .m-cast__character h4 {
      margin-left: 60px; } }

.m-transcript {
  background: #252525;
  width: 100vw;
  position: relative;
  left: calc((100vw - 768px) * -.5);
  overflow: hidden; }
  @media (max-width: 800px) {
    .m-transcript {
      margin-left: -16px;
      margin-right: -16px;
      position: static; } }
  .m-transcript figure {
    height: 50px;
    float: left;
    margin: 1rem 0; }
    .m-transcript figure img {
      width: auto;
      height: 100%; }
  .m-transcript h4 {
    padding-top: 30px;
    margin-left: 4rem;
    font-size: 17px; }
    .m-transcript h4:after {
      content: '';
      clear: both;
      display: table; }
  .m-transcript b, .m-transcript strong {
    font-weight: bold; }
  .m-transcript h4, .m-transcript b, .m-transcript strong, .m-transcript p {
    color: white; }
  .m-transcript p {
    font-size: 17px;
    line-height: 27px; }

.m-transcript__inner {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2rem; }
  @media (max-width: 800px) {
    .m-transcript__inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.m-intro {
  margin-bottom: 2rem;
  max-width: 650px; }
  @media (max-width: 600px) {
    .m-intro {
      padding-top: 0; } }

.m-intro__dek,
.m-intro__meta > * {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-family: "Balto", sans-serif; }

.m-intro__dek {
  font-size: 22px;
  line-height: 1.18; }
  @media (min-width: 600px) {
    .m-intro__dek {
      font-size: 30px; } }

.m-intro__meta {
  margin-bottom: 1.25rem; }

.m-intro__meta__author {
  font-size: 14px;
  margin-top: 1.25rem;
  margin-bottom: .5rem; }
  @media (min-width: 600px) {
    .m-intro__meta__author {
      font-size: 15px; } }

.m-intro__meta__published,
.m-intro__meta__updated {
  font-size: 12px;
  font-weight: normal; }
  @media (min-width: 600px) {
    .m-intro__meta__published,
    .m-intro__meta__updated {
      font-size: 12px; } }

.m-submit {
  background: white; }
  .m-submit h2 {
    font-family: "Balto", sans-serif;
    font-size: 24px;
    text-align: center;
    color: #4e4c4d;
    margin-top: 4rem;
    margin-bottom: 2rem; }
    @media (max-width: 600px) {
      .m-submit h2 {
        font-size: 18px; } }
  .m-submit a {
    display: block;
    font-family: "Balto", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    background: black;
    padding: 15px 0;
    margin: 0 auto 4rem auto;
    width: 200px; }
    .m-submit a:hover, .m-submit a:focus {
      background: #252525; }

.m-collapsible h3, .m-collapsible h3 button {
  width: 100%;
  display: inline-block;
  text-align: left;
  position: relative;
  color: #4e4c4d; }

.m-collapsible h3 button {
  padding-right: 44px;
  font-size: 21px; }

.m-collapsible__heading, .m-collapsible__heading button {
  font-size: 21px;
  margin-bottom: .5rem;
  color: #4e4c4d; }

.m-collapsible__icon {
  width: 16px;
  height: 12px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.07227e-05 10.25C0.00330022 10.7535 0.0535171 11.2557 0.149979 11.75L1.14998 11.48C1.52312 11.4014 1.87889 11.2557 2.19998 11.05C3.36998 10.28 5.07998 9.04995 7.34998 7.39995C7.79872 7.00775 8.35739 6.76334 8.94998 6.69995C9.20167 6.72161 9.44509 6.80043 9.66171 6.9304C9.87833 7.06037 10.0624 7.23807 10.2 7.44995C11.1238 8.60118 12.1262 9.68711 13.2 10.7C13.4965 10.9738 13.8339 11.1999 14.2 11.37C14.547 11.5387 14.8812 11.7325 15.2 11.95C15.6373 11.3732 15.8822 10.6735 15.9 9.94995C15.8364 8.94986 15.4097 8.00745 14.7 7.29995C12.7173 4.94243 10.5613 2.73629 8.24998 0.699951C7.93743 0.307348 7.49348 0.0409784 6.99998 -0.0500488C6.87028 -0.051218 6.74212 -0.0219746 6.62576 0.0353336C6.50941 0.0926418 6.40811 0.176421 6.32998 0.279951C6.02743 0.650928 5.75014 1.04181 5.49998 1.44995C5.06677 2.21097 4.56467 2.93066 3.99998 3.59995C3.38998 4.26995 2.64998 5.06995 1.74998 5.94995C1.18728 6.51452 0.742713 7.18554 0.442244 7.92384C0.141774 8.66213 -0.00857421 9.4529 -2.07227e-05 10.25Z' fill='%234c4e4d'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 10px;
  top: 10px; }
  .m-collapsible--closed .m-collapsible__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.07227e-05 1.70012C0.00330022 1.19655 0.0535171 0.694381 0.149979 0.200122L1.14998 0.470122C1.52312 0.548719 1.87889 0.694415 2.19998 0.900122C3.36998 1.67012 5.07998 2.90012 7.34998 4.55012C7.79872 4.94232 8.35739 5.18674 8.94998 5.25012C9.20167 5.22846 9.44509 5.14964 9.66171 5.01967C9.87833 4.8897 10.0624 4.71201 10.2 4.50012C11.1238 3.34889 12.1262 2.26297 13.2 1.25012C13.4965 0.976257 13.8339 0.750218 14.2 0.580122C14.547 0.411375 14.8812 0.217527 15.2 0.00012207C15.6373 0.576853 15.8822 1.27653 15.9 2.00012C15.8364 3.00021 15.4097 3.94262 14.7 4.65012C12.7173 7.00765 10.5613 9.21378 8.24998 11.2501C7.93743 11.6427 7.49348 11.9091 6.99998 12.0001C6.87028 12.0013 6.74212 11.972 6.62576 11.9147C6.50941 11.8574 6.40811 11.7737 6.32998 11.6701C6.02743 11.2991 5.75014 10.9083 5.49998 10.5001C5.06677 9.7391 4.56467 9.01942 3.99998 8.35012C3.38998 7.68012 2.64998 6.88012 1.74998 6.00012C1.18728 5.43556 0.742713 4.76453 0.442244 4.02624C0.141774 3.28794 -0.00857421 2.49717 -2.07227e-05 1.70012Z' fill='%234c4e4d'/%3E%3C/svg%3E%0A"); }

.m-collapsible[hidden="true"] {
  display: none; }

.m-didyouknow {
  background: #f2f2f2;
  margin: 1rem 0; }
  .m-didyouknow img {
    width: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .m-didyouknow p:first-of-type {
    margin-top: 1rem;
    margin-bottom: .5rem; }
  .m-didyouknow b, .m-didyouknow p, .m-didyouknow strong {
    font-size: 18px; }
  .m-didyouknow p {
    margin-left: 120px; }
  .m-didyouknow:after {
    content: '';
    clear: both;
    display: table; }
  @media (max-width: 800px) {
    .m-didyouknow img {
      left: 1rem; }
    .m-didyouknow .m-didyouknow__inner {
      padding: 1.5rem 1rem; } }

.m-didyouknow__inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 1.5rem 0;
  position: relative; }

.advert {
  margin: 16px auto;
  text-align: center; }
  .advert .m-ad {
    margin: 0 auto; }
  .advert .m-ad__athena {
    max-width: 730px; }

.ad-placemarker-athena,
.ad-placemarker-mobile,
.light-logo-ad-placemarker-desktop {
  min-height: 1px;
  min-width: 1px; }

/*@import 'reset';
@import 'base';
@import 'modules/_manifest';*/
