@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop_1_5 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce-right-100 {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
:not(.custom-loader).loader,
:not(.custom-loader).loader-big {
  position: relative;
}
:not(.custom-loader).loader:after,
:not(.custom-loader).loader-big:after {
  display: block;
  position: absolute;
  margin: -4px 0 0 -4px;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  background: #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pop_1_5 1.5s infinite ease;
  -o-animation: pop_1_5 1.5s infinite ease;
  animation: pop_1_5 1.5s infinite ease;
  content: '';
}
:not(.custom-loader).loader.loader-big:after,
:not(.custom-loader).loader-big.loader-big:after {
  margin: -6px 0 0 -6px;
  height: 12px;
  width: 12px;
}
.clickable {
  cursor: pointer;
}
.clickable:hover:active {
  opacity: 0.6;
}
a.button,
a[role='button'] {
  line-height: 1.5em;
}
a.button.small,
a[role='button'].small {
  line-height: 1em;
}
.main-loader {
  line-height: 70vh;
  color: var(--print_secondary, #757575);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.share-button-container.centered {
  text-align: center;
}
@media screen and (min-width: 481px) {
  .share-button-container {
    height: 38px;
  }
}
.share-button-container a.comment {
  color: #1a1a1a;
  text-decoration: underline;
}
.single-post .share-button-container a.comment {
  text-decoration: none;
}
.share-button-container a.comment:not(:first-child) {
  padding-left: 10px;
}
@media screen and (min-width: 481px) {
  .share-button-container a.comment {
    height: 38px;
    line-height: 38px;
    padding-right: 10px;
  }
}
.share-button-container .separator {
  display: inline-block;
  margin: 0 20px;
  height: 38px;
  border-left: 1px solid var(--border_subtle);
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .share-button-container .separator {
    display: block;
    margin: 0;
    height: 8px;
    border-left: none;
  }
}
.share-button-container a.share {
  height: 38px;
  display: inline-block;
}
.share-button-container a.share img {
  width: 18px;
  height: 18px;
  padding: 10px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .share-button-container a.share.first img {
    padding-left: 0;
  }
}
.share-button-container a.share.first:first-child img {
  padding-left: 0;
}
@media screen and (min-width: 481px) {
  .share-button-container a.mobile {
    display: none !important;
  }
}
@keyframes silhouette-scroll {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(0%);
  }
}
.comments-page {
  padding-bottom: 72px;
}
.comments-page .container .thread-head {
  border-bottom: 1px solid var(--border_subtle);
}
.comments-page .container .thread-head .ellipsized-span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.comments-page .container .thread-head .page-title,
.comments-page .container .thread-head .subtitle,
.comments-page .container .thread-head h1,
.comments-page .container .thread-head h2,
.comments-page .container .thread-head h3,
.comments-page .container .thread-head h4,
.comments-page .container .thread-head h5,
.comments-page .container .thread-head h6 {
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 1em 0 0.625em 0;
  color: var(--print_on_web_bg_color, #1a1a1a);
  line-height: 1.16em;
}
.comments-page .container .thread-head .page-title,
.comments-page .container .thread-head h1.title {
  margin: 0.378em 0 0 0;
  font-size: 40px;
  line-height: 1.1em;
}
.comments-page .container .thread-head .page-title a,
.comments-page .container .thread-head h1.title a {
  text-decoration: none;
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.comments-page .container .thread-head .page-title a:hover,
.comments-page .container .thread-head h1.title a:hover {
  text-decoration: underline;
}
.comments-page .container .thread-head .page-title a.small,
.comments-page .container .thread-head h1.title a.small {
  font-size: 12px;
  line-height: 12px;
}
.comments-page .container .thread-head .body h1:first-child,
.comments-page .container .thread-head .page-title {
  margin: 0 0 1em 0;
}
.comments-page .container .thread-head h1 {
  font-size: 2em;
}
.comments-page .container .thread-head h2 {
  font-size: 1.625em;
}
.comments-page .container .thread-head h3 {
  font-size: 1.375em;
}
.comments-page .container .thread-head h4 {
  font-size: 1.125em;
}
.comments-page .container .thread-head .subtitle {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-weight: normal;
  font-size: 19px;
  margin: 4px 0 0;
}
.comments-page .container .thread-head p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.comments-page .container .thread-head p.no-margin {
  margin: 0;
}
.comments-page .container .thread-head p.centered {
  text-align: center;
}
.comments-page .container .thread-head p,
.comments-page .container .thread-head h1,
.comments-page .container .thread-head h2,
.comments-page .container .thread-head h3,
.comments-page .container .thread-head h4,
.comments-page .container .thread-head h5,
.comments-page .container .thread-head h6 {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.comments-page .container .thread-head p a,
.comments-page .container .thread-head h1 a,
.comments-page .container .thread-head h2 a,
.comments-page .container .thread-head h3 a,
.comments-page .container .thread-head h4 a,
.comments-page .container .thread-head h5 a,
.comments-page .container .thread-head h6 a {
  color: var(--print_on_web_bg_color, #1a1a1a);
  text-decoration: underline;
}
.comments-page .container .thread-head p a:active,
.comments-page .container .thread-head h1 a:active,
.comments-page .container .thread-head h2 a:active,
.comments-page .container .thread-head h3 a:active,
.comments-page .container .thread-head h4 a:active,
.comments-page .container .thread-head h5 a:active,
.comments-page .container .thread-head h6 a:active {
  opacity: 0.6;
}
.comments-page .container .thread-head a.ui-secondary {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 0.8em;
}
.comments-page .container .thread-head blockquote {
  border-left: 4px solid var(--background_pop);
  margin: 1em 0;
}
.comments-page .container .thread-head blockquote > * {
  margin-left: 1em;
}
.comments-page .container .thread-head pre {
  position: relative;
  background: #f3f3f3;
  outline: 6px solid #f3f3f3;
}
.comments-page .container .thread-head pre:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  border: solid #f3f3f3;
  border-width: 6px 10px 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.comments-page .container .thread-head pre code {
  white-space: pre-wrap;
}
.comments-page .container .thread-head ul,
.comments-page .container .thread-head ol {
  margin: 1em 0;
}
.comments-page .container .thread-head ul li,
.comments-page .container .thread-head ol li {
  margin: 7.5px 0 7.5px 15px;
  mso-special-format: bullet;
}
.comments-page .container .thread-head ul li > *:first-child:last-child,
.comments-page .container .thread-head ul li > .captioned-image-container:first-child:last-child a.image-link,
.comments-page .container .thread-head ul li > .captioned-image-container-static:first-child:last-child a.image-link,
.comments-page .container .thread-head ol li > *:first-child:last-child,
.comments-page .container .thread-head ol li > .captioned-image-container:first-child:last-child a.image-link,
.comments-page .container .thread-head ol li > .captioned-image-container-static:first-child:last-child a.image-link {
  margin: 0;
}
.comments-page .container .thread-head .markup {
  word-break: break-word;
  margin-bottom: 12px;
}
.comments-page .container .thread-head .markup .captioned-image-container a.image-link,
.comments-page .container .thread-head .markup .captioned-image-container-static:first-child a.image-link {
  margin-top: 0;
  margin-bottom: 0;
}
.comments-page .container .thread-head .markup > :first-child,
.comments-page .container .thread-head .markup .captioned-image-container:first-child,
.comments-page .container .thread-head .markup .captioned-image-container-static:first-child {
  margin-top: 0;
}
.comments-page .container .thread-head .markup > :last-child,
.comments-page .container .thread-head .markup .captioned-image-container:last-child,
.comments-page .container .thread-head .markup .captioned-image-container-static:last-child,
.comments-page .container .thread-head .markup .captioned-image-container:last-child figcaption,
.comments-page .container .thread-head .markup .captioned-image-container-static:last-child figcaption {
  margin-bottom: 0;
}
.comments-page .container .thread-head .markup .captioned-image-container:last-child figcaption,
.comments-page .container .thread-head .markup .captioned-image-container-static:last-child figcaption {
  padding-bottom: 0;
}
.comments-page .container .thread-head .markup img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.comments-page .container .thread-head .markup table.image-wrapper,
.comments-page .container .thread-head .markup table.kindle-wrapper {
  margin: 8px auto;
  mso-padding-alt: 1em 0 1.6em;
}
.comments-page .container .thread-head .markup table.image-wrapper td,
.comments-page .container .thread-head .markup table.kindle-wrapper td {
  text-align: center;
}
.comments-page .container .thread-head .markup table.image-wrapper img,
.comments-page .container .thread-head .markup table.kindle-wrapper img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .comments-page .container .thread-head .markup table.image-wrapper img,
  .comments-page .container .thread-head .markup table.kindle-wrapper img {
    max-width: 550px;
  }
}
.comments-page .container .thread-head .markup table.image-wrapper img.wide-image,
.comments-page .container .thread-head .markup table.kindle-wrapper img.wide-image {
  width: 100%;
  max-width: 550px;
}
.comments-page .container .thread-head .markup a.image-link {
  display: block;
  padding: 0;
  margin: 1.6em auto;
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
}
.comments-page .container .thread-head .markup td a.image-link {
  margin: 0;
}
.comments-page .container .thread-head .markup iframe.spotify-wrap,
.comments-page .container .thread-head .markup a.spotify-wrap {
  display: block;
  top: 0;
  left: 0;
  margin: 0.62em 0 1em 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 398px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .comments-page .container .thread-head .markup iframe.spotify-wrap,
  .comments-page .container .thread-head .markup a.spotify-wrap {
    width: auto !important;
  }
}
.comments-page .container .thread-head .markup iframe.spotify-wrap.podcast,
.comments-page .container .thread-head .markup a.spotify-wrap.podcast {
  height: 153px;
}
.comments-page .container .thread-head .markup a.spotify-wrap {
  height: 78px;
  max-width: 398px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
}
.comments-page .container .thread-head .markup a.spotify-wrap .cover {
  display: block;
  float: left;
  margin: 0;
  height: 78px;
  width: 78px;
  -webkit-background-size: cover;
  background-size: cover;
}
.comments-page .container .thread-head .markup a.spotify-wrap .content {
  display: block;
  margin: 14px 12px 0 90px;
}
.comments-page .container .thread-head .markup a.spotify-wrap .content .title,
.comments-page .container .thread-head .markup a.spotify-wrap .content .subtitle,
.comments-page .container .thread-head .markup a.spotify-wrap .content .description {
  display: block;
  margin: 0 0 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comments-page .container .thread-head .markup a.spotify-wrap .content .title {
  color: #181818;
}
.comments-page .container .thread-head .markup a.spotify-wrap .content .subtitle {
  color: #a0a0a0;
}
.comments-page .container .thread-head .markup a.spotify-wrap .content .description {
  margin: 10px 0 0;
  color: #a0a0a0;
  font-size: 12px;
}
.comments-page .container .thread-head .markup a.spotify-wrap .content .logo {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: -6px -2px 0 0;
}
.comments-page .container .thread-head .markup a.soundcloud-wrap,
.comments-page .container .thread-head .markup div.soundcloud-wrap {
  max-width: 398px;
  height: 116px;
}
.comments-page .container .thread-head .markup a.bandcamp-wrap,
.comments-page .container .thread-head .markup div.bandcamp-wrap {
  max-width: 700px;
  height: 120px;
}
.comments-page .container .thread-head .markup div.bandcamp-wrap.album {
  height: 241px;
}
.comments-page .container .thread-head .markup a.soundcloud-wrap,
.comments-page .container .thread-head .markup div.soundcloud-wrap,
.comments-page .container .thread-head .markup div.bandcamp-wrap,
.comments-page .container .thread-head .markup a.bandcamp-wrap {
  position: relative;
  width: 100%;
  margin: 1.6em 0;
}
.comments-page .container .thread-head .markup div.soundcloud-wrap iframe,
.comments-page .container .thread-head .markup div.bandcamp-wrap iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.comments-page .container .thread-head .markup a.soundcloud-wrap,
.comments-page .container .thread-head .markup a.bandcamp-wrap {
  display: block;
  height: 114px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
.comments-page .container .thread-head .markup a.soundcloud-wrap img,
.comments-page .container .thread-head .markup a.bandcamp-wrap img {
  margin: 0;
  max-width: none;
}
.comments-page .container .thread-head .markup a.soundcloud-wrap .thumbnail,
.comments-page .container .thread-head .markup a.bandcamp-wrap .thumbnail {
  display: block;
  float: left;
  border: solid #f5f5f5;
  border-width: 7px 15px 7px 7px;
  height: 100px;
  width: 100px;
}
.comments-page .container .thread-head .markup a.soundcloud-wrap .play,
.comments-page .container .thread-head .markup a.bandcamp-wrap .play {
  display: block;
  float: left;
  height: 43px;
  width: 43px;
  border: solid #f5f5f5;
  border-width: 33px 5px 0 0;
}
.comments-page .container .thread-head .markup a.soundcloud-wrap .credits,
.comments-page .container .thread-head .markup a.bandcamp-wrap .credits {
  display: block;
  border: solid #f5f5f5;
  border-width: 37px 7px 0 0;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-body-container .comments-page .container .thread-head .markup a.soundcloud-wrap .credits,
.email-body-container .comments-page .container .thread-head .markup a.bandcamp-wrap .credits {
  white-space: normal;
}
.comments-page .container .thread-head .markup a.soundcloud-wrap .credits .author,
.comments-page .container .thread-head .markup a.bandcamp-wrap .credits .author {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.comments-page .container .thread-head .markup a.soundcloud-wrap .credits .title,
.comments-page .container .thread-head .markup a.bandcamp-wrap .credits .title {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
.comments-page .container .thread-head .markup div.youtube-wrap,
.comments-page .container .thread-head .markup div.vimeo-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin: 1.6em 0;
}
.comments-page .container .thread-head .markup div.youtube-wrap iframe,
.comments-page .container .thread-head .markup div.vimeo-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.comments-page .container .thread-head .markup a.youtube-wrap,
.comments-page .container .thread-head .markup a.vimeo-wrap {
  display: block;
  margin: 1.6em 0;
}
.comments-page .container .thread-head .markup a.youtube-wrap img,
.comments-page .container .thread-head .markup a.vimeo-wrap img {
  display: block;
  width: 100%;
}
.comments-page .container .thread-head .markup div.kindle-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 550px;
  height: 0;
  margin: 1.6em 0;
}
.comments-page .container .thread-head .markup div.kindle-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.comments-page .container .thread-head .markup a.kindle-wrap {
  display: block;
  margin: 1.6em 0;
}
.comments-page .container .thread-head .markup a.kindle-wrap img {
  display: block;
  width: 100%;
}
.comments-page .container .thread-head .markup .tweet {
  background: #FFF;
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px 20px 11.6px 20px;
  font: normal normal 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
}
.comments-page .container .thread-head .markup .tweet > a {
  display: block;
  color: black;
  text-decoration: none;
  white-space: pre-wrap;
}
.comments-page .container .thread-head .markup .tweet .tweet-header {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.comments-page .container .thread-head .markup .tweet .tweet-header .tweet-author-name {
  display: block;
  color: #1c2022;
  font-weight: 700;
}
.comments-page .container .thread-head .markup .tweet .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
}
.comments-page .container .thread-head .markup .tweet .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.comments-page .container .thread-head .markup .tweet .tweet-photo {
  margin-top: 8px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.comments-page .container .thread-head .markup .tweet a.expanded-link {
  display: block;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
.comments-page .container .thread-head .markup .tweet a.expanded-link .expanded-link-img {
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
.comments-page .container .thread-head .markup .tweet a.expanded-link .expanded-link-title,
.comments-page .container .thread-head .markup .tweet a.expanded-link .expanded-link-description,
.comments-page .container .thread-head .markup .tweet a.expanded-link .expanded-link-domain {
  display: block;
  padding: 2px 10px;
}
.comments-page .container .thread-head .markup .tweet a.expanded-link .expanded-link-title {
  font-weight: bold;
  margin-top: 10px;
}
.comments-page .container .thread-head .markup .tweet a.expanded-link .expanded-link-description {
  line-height: 18px;
}
.comments-page .container .thread-head .markup .tweet a.expanded-link .expanded-link-domain {
  color: #8899a6;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.comments-page .container .thread-head .markup .tweet .tweet-fake-link,
.comments-page .container .thread-head .markup .tweet .tweet-url {
  color: #1ca1f2;
  text-decoration: none;
}
.comments-page .container .thread-head .markup .tweet p {
  display: block;
  margin: 0;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.4;
}
.comments-page .container .thread-head .markup .tweet p a {
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
}
.comments-page .container .thread-head .markup .tweet .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.comments-page .container .thread-head .markup .tweet .quoted-tweet .quote-tweet-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #1c2022;
  padding-right: 5px;
}
.comments-page .container .thread-head .markup .tweet .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}
.comments-page .container .thread-head .markup .tweet .tweet-footer {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
  text-decoration: none;
}
.comments-page .container .thread-head .markup .tweet .tweet-footer .tweet-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697882;
}
.comments-page .container .thread-head .markup .tweet .tweet-footer .tweet-date.no-reactions {
  border-bottom: none;
}
.comments-page .container .thread-head .markup .tweet .tweet-footer .retweets,
.comments-page .container .thread-head .markup .tweet .tweet-footer .likes {
  display: inline-block;
  margin-right: 8px;
}
.comments-page .container .thread-head .markup .tweet .tweet-footer .rt-count,
.comments-page .container .thread-head .markup .tweet .tweet-footer .like-count {
  font-weight: bold;
  color: #1c2022;
}
.comments-page .container .thread-head .markup .instagram {
  background-color: #fff;
  position: relative;
  margin: 2em auto;
  max-width: 342px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.comments-page .container .thread-head .markup .instagram .instagram-top-bar {
  padding: 7px 10px;
  height: 30px;
  line-height: 30px;
}
.comments-page .container .thread-head .markup .instagram .instagram-top-bar .instagram-author-image {
  display: inline-block;
  margin-right: 10px;
}
.comments-page .container .thread-head .markup .instagram .instagram-top-bar .instagram-author-image img {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.comments-page .container .thread-head .markup .instagram .instagram-top-bar a.instagram-author-name {
  vertical-align: top;
  font-weight: 600;
  text-decoration: none;
}
.comments-page .container .thread-head .markup .instagram .instagram-image img {
  width: 100%;
}
.comments-page .container .thread-head .markup .instagram .instagram-bottom-bar {
  padding: 10px;
}
.comments-page .container .thread-head .markup .instagram .instagram-bottom-bar .instagram-title {
  line-height: 18px;
}
.comments-page .container .thread-head .markup .instagram .instagram-bottom-bar .instagram-title a {
  color: #003569;
  text-decoration: none;
}
.comments-page .container .thread-head .markup .instagram .instagram-bottom-bar .instagram-title a:hover {
  text-decoration: underline;
}
.comments-page .container .thread-head .markup .instagram .instagram-bottom-bar .instagram-timestamp {
  margin-top: 4px;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
.comments-page .container .thread-head .markup .button-wrapper {
  text-align: center;
}
@media print {
  .comments-page .container .thread-head .markup .button-wrapper {
    display: none;
  }
}
.comments-page .container .thread-head .markup .button-wrapper .button {
  padding: 6px 20px;
  height: auto;
  text-decoration: none;
}
.comments-page .container .thread-head .markup .referral-link {
  text-align: center;
}
.comments-page .container .thread-head .markup .referral-link .button {
  padding: 6px 20px;
  height: auto;
}
.comments-page .container .thread-head hr {
  margin: 48px 0;
  padding: 0;
  height: 1px;
  background: var(--border_subtle);
  border: none;
}
.comments-page .container .thread-head .ProseMirror-example-setup-style hr:after {
  display: none;
}
.comments-page .container .thread-head.thread-head .markup,
.comments-page .container .thread-head.thread-post-editor .markup {
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.comments-page .container .thread-head.thread-head .markup p,
.comments-page .container .thread-head.thread-post-editor .markup p {
  font-size: 15px;
  line-height: 1.42em;
}
.comments-page .container .thread-head .footnote a,
.comments-page .container .thread-head a.footnote-anchor {
  color: var(--print_pop);
  text-decoration: none;
}
.comments-page .container .thread-head .footnote a:hover,
.comments-page .container .thread-head a.footnote-anchor:hover {
  text-decoration: underline;
}
.comments-page .container .thread-head .footnote-anchor {
  vertical-align: super;
  line-height: 0;
  font-size: 14px;
}
.comments-page .container .thread-head .footnote {
  display: flex;
  border-top: solid 1px var(--border_subtle);
  padding-top: 1.5em;
  font-size: 90%;
  flex-direction: row;
  align-items: baseline;
}
.comments-page .container .thread-head .footnote ~ .footnote {
  border-top: none;
  padding-top: 0;
}
.comments-page .container .thread-head .footnote .footnote-number {
  display: block;
  margin-right: 6px;
  min-width: 24px;
}
.comments-page .container .thread-head .footnote .footnote-content {
  display: block;
}
.comments-page .container .thread-head .captioned-image-container {
  text-align: center;
  margin-bottom: 16px;
}
.comments-page .container .thread-head .captioned-image-container:last-child {
  margin-bottom: 0;
}
.comments-page .container .thread-head .captioned-image-container figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.comments-page .container .thread-head .captioned-image-container figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 10px;
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
}
.comments-page .container .thread-head .captioned-image-container figcaption a {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.comments-page .container .thread-head .captioned-image-container-static {
  text-align: center;
  margin-bottom: 16px;
}
.comments-page .container .thread-head .captioned-image-container-static:last-child {
  margin-bottom: 0;
}
.comments-page .container .thread-head .captioned-image-container-static img {
  margin-bottom: 0;
}
.comments-page .container .thread-head .captioned-image-container-static figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.comments-page .container .thread-head .captioned-image-container-static figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.comments-page .container .thread-head .github-gist {
  white-space: normal;
}
.comments-page .container .thread-head .github-gist.static .blob-code {
  text-align: left;
  line-height: 20px;
  border: 0;
}
.comments-page .container .thread-head .github-gist.static .blob-code-inner {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
}
.comments-page .container .thread-head .github-gist.static .gist td {
  vertical-align: baseline;
}
.comments-page .container .thread-head .github-gist.static .gist td.blob-num[data-line-number] {
  word-break: normal;
}
.comments-page .container .thread-head .github-gist.static .gist td:not(.blob-num[data-line-number]) {
  min-width: 3000px;
}
.comments-page .container .thread-head .github-gist.static .gist pre {
  width: 3000px;
  position: static;
  display: inline-block;
  background: inherit;
  outline: none;
  margin: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  padding: 0;
  white-space: pre;
}
.comments-page .container .thread-head .github-gist.static .gist .pl-e,
.comments-page .container .thread-head .github-gist.static .gist .pl-en {
  color: #6f42c1;
}
.comments-page .container .thread-head .github-gist.static .gist .pl-k {
  color: #d73a49;
}
.comments-page .container .thread-head .github-gist.static .gist .pl-pds,
.comments-page .container .thread-head .github-gist.static .gist .pl-s,
.comments-page .container .thread-head .github-gist.static .gist .pl-s .pl-pse .pl-s1,
.comments-page .container .thread-head .github-gist.static .gist .pl-sr,
.comments-page .container .thread-head .github-gist.static .gist .pl-sr .pl-cce,
.comments-page .container .thread-head .github-gist.static .gist .pl-sr .pl-sra,
.comments-page .container .thread-head .github-gist.static .gist .pl-sr .pl-sre {
  color: #032f62;
}
.comments-page .container .thread-head .github-gist.static .gist .gist-data {
  overflow: auto;
}
.comments-page .container .thread-head .github-gist.static .gist .gist-file {
  margin-bottom: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 6px;
}
.comments-page .container .thread-head .github-gist.static .gist .gist-meta {
  padding: 10px;
  overflow: hidden;
  font-family: Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 12px;
  color: #586069;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px;
}
.comments-page .container .thread-head .github-gist.static .gist .gist-meta a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.comments-page .container .thread-head .github-gist.static .gist .blob-num[data-line-number] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
.comments-page .container .thread-head .post-header a {
  text-decoration: none;
}
.comments-page .container .comments-heading {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.comments-page .container .locked-comments {
  margin-top: 14px;
}
.comments-page .container .comment-list-container {
  overflow-y: auto;
}
.comments-page .container .comment-list.has-new-comments {
  padding-top: 0;
}
.comments-page .container .comment-list .collapsed-reply {
  margin-left: 10px;
  padding: 0 10px;
  height: 25px;
  font-size: 12px;
}
@media screen and (max-width: 540px) {
  .comments-page .container .comment-list .collapsed-reply {
    margin-left: 18px;
  }
}
.comments-page .container .comment-list.has-new-comments > .collapsed-reply {
  margin-bottom: 14px;
}
.comments-page .container > .comment-list.has-new-comments > .collapsed-reply {
  margin-left: 0;
}
.comments-page .container .main-loader {
  line-height: 150px;
}
.comments-page-sort-controls {
  margin: 12px 0 8px 0;
  padding-left: 43px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comments-page-sort-controls .comments-page-sort-menu {
  position: relative;
  display: inline-block;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  background-color: inherit;
}
.comments-page-sort-controls .comments-page-sort-menu .comments-page-sort-menu-button {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  background-color: var(--web_bg_color, white);
  padding: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.comments-page-sort-controls .comments-page-sort-menu .comments-page-sort-menu-button:hover:active {
  opacity: 0.7;
}
.comments-page-sort-controls .comments-page-sort-menu .comments-page-sort-menu-button .comments-page-sort-menu-button-label {
  margin-right: 4px;
}
.comments-page-sort-controls .comments-page-sort-menu .comments-page-sort-menu-button svg {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.comments-page-sort-controls .comments-page-sort-menu-dropdown {
  left: 50%;
}
.comments-page-sort-controls .comments-page-sort-menu-dropdown .dropdown-menu-wrapper li {
  text-align: left;
}
.comments-page-sort-controls .comments-page-sort-menu-dropdown .dropdown-menu-wrapper li > a.selected {
  opacity: 0.5;
  pointer-events: none;
}
.comments-page-sort-controls.loading .comments-page-sort-menu .comments-page-sort-menu-button {
  pointer-events: none;
}
.comments-page-sort-controls.loading .comments-page-sort-menu .comments-page-sort-menu-button:hover:active {
  opacity: 1;
}
.comments-page-sort-controls.loading .comments-page-sort-menu .comments-page-sort-menu-button svg {
  opacity: 0.3;
}
.comment-actions-dropdown {
  left: 50%;
}
.comment {
  position: relative;
  margin-top: 12px;
  min-width: 190px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.comment:first-child {
  margin-top: 0;
}
.comment .comment-anchor {
  position: absolute;
  z-index: -1;
  top: -96px;
  left: 0;
  height: 1px;
  width: 1px;
}
.comment > table {
  border-spacing: 0;
}
.comment > table > tbody > tr,
.comment > table > tbody > tr > td,
.comment > table > tr,
.comment > table > tr > td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}
.comment .comment-head {
  padding-top: 1px;
  padding-right: 10px;
  width: 33px;
}
.comment ul.comment-actions-dropdown {
  min-width: 10vw;
}
.comment .comment-meta,
.comment .comment-actions {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 12px;
  line-height: 1em;
}
.comment .comment-meta > span,
.comment .comment-actions > span {
  position: relative;
  margin-left: 10px;
  cursor: default;
}
.comment .comment-meta > span:first-child,
.comment .comment-actions > span:first-child {
  margin-left: 0;
}
.comment .comment-meta > span.highlight,
.comment .comment-actions > span.highlight {
  color: var(--print_pop);
}
.comment .comment-meta > span > a:not(.like-button),
.comment .comment-actions > span > a:not(.like-button) {
  color: inherit;
  text-decoration: none;
}
.comment .comment-meta > span > a:not(.like-button):hover:active,
.comment .comment-actions > span > a:not(.like-button):hover:active {
  opacity: 0.7;
}
.comment .comment-meta > span > a.like-button:not(.liked),
.comment .comment-actions > span > a.like-button:not(.liked) {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.comment .comment-meta > span > a.like-button:not(.liked) svg path,
.comment .comment-actions > span > a.like-button:not(.liked) svg path {
  stroke: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.comment .comment-meta .comment-actions-menu,
.comment .comment-actions .comment-actions-menu {
  margin-bottom: -3px;
  height: 15px;
  width: 15px;
  cursor: pointer;
  fill: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  stroke: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.comment .comment-meta .comment-actions-menu:hover:active,
.comment .comment-actions .comment-actions-menu:hover:active {
  opacity: 0.7;
}
.comment .comment-body {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.42em;
  word-break: break-word;
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.comment .comment-body p {
  margin: 0 0 0.625em 0;
}
.comment .comment-body p:last-of-type {
  margin-bottom: 0;
}
.comment .comment-actions {
  margin-top: 6px;
  text-align: left;
}
.comment .comment-actions a.like-button svg {
  margin-right: 0;
  margin-bottom: -3px;
}
.comment .comment-actions a.like-button:not(.liked) {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.comment .comment-actions a.like-button:not(.liked) svg {
  fill: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.comment .comment-content {
  position: relative;
  padding-bottom: 8px;
  display: block;
}
.comment.selected > .comment-content::before {
  position: absolute;
  top: -5px;
  left: -6px;
  padding: 2px 7px;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #de912d1c;
  content: '';
  pointer-events: none;
}
.comment .comment-input-wrap form.comment-input {
  margin: 0 0 0 33px;
}
@media screen and (max-width: 540px) {
  .comment .comment-input-wrap form.comment-input {
    margin-left: 25px;
  }
}
.comment > .comment-list,
.comment > .more-replies-container {
  margin: 0 0 16px 0;
  padding: 12px 0 0 16px;
  border-left: 2px solid var(--border_subtle);
}
.comment > .comment-list {
  position: relative;
  padding-left: 33px;
  border-left: none;
}
@media screen and (max-width: 540px) {
  .comment > .comment-list {
    padding-left: 25px;
  }
}
.comment > .comment-list.collapsed {
  padding-top: 0;
  padding-bottom: 4px;
}
.comment > .comment-list > .comment-list-collapser {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 16px;
  height: calc(100% - 11px);
  width: 1px;
  cursor: pointer;
}
.comment > .comment-list > .comment-list-collapser .comment-list-collapser-line {
  width: 1px;
  height: 100%;
  background-color: var(--border_subtle);
}
.comment > .comment-list > .comment-list-collapser:hover .comment-list-collapser-line {
  box-shadow: inset 1px 0 rgba(0, 0, 0, 0.1);
}
.comment > .comment-list > .comment-list-collapser:hover .comment-list-collapser-line:active .comment-list-collapser-line {
  box-shadow: inset 1px 0 rgba(0, 0, 0, 0.05);
}
.comment > .comment-list > .comment-list-items {
  position: relative;
}
.comment > .more-replies-container {
  padding-bottom: 16px;
}
.comment.one-liner > table > tbody > tr > td > .comment-body,
.comment.one-liner > table > tr > td > .comment-body,
.comment.one-liner > table > tbody > tr > td > .comment-actions,
.comment.one-liner > table > tr > td > .comment-actions {
  display: inline-block;
}
.comment.one-liner > table > tbody > tr > td > .comment-actions,
.comment.one-liner > table > tr > td > .comment-actions {
  margin-top: 0;
  margin-left: 12px;
}
.comment-silhouette {
  display: flex;
  flex-direction: row;
  margin-bottom: 23px;
}
.comment-silhouette .comment-silhouette-head,
.comment-silhouette .comment-silhouette-meta,
.comment-silhouette .comment-silhouette-body,
.comment-silhouette .comment-silhouette-actions {
  background-color: #f6f7f9;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.comment-silhouette .comment-silhouette-head::after,
.comment-silhouette .comment-silhouette-meta::after,
.comment-silhouette .comment-silhouette-body::after,
.comment-silhouette .comment-silhouette-actions::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: linear-gradient(to right, #ffffff00, #ffffffcc, #ffffff00);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: silhouette-scroll 1s linear infinite;
  -o-animation: silhouette-scroll 1s linear infinite;
  animation: silhouette-scroll 1s linear infinite;
  content: '';
}
.comment-silhouette .comment-silhouette-head {
  flex-shrink: 0;
  margin-right: 10px;
  height: 33px;
  width: 33px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comment-silhouette .comment-silhouette-content {
  width: 100%;
}
.comment-silhouette .comment-silhouette-content .comment-silhouette-meta,
.comment-silhouette .comment-silhouette-content .comment-silhouette-actions {
  height: 10px;
}
.comment-silhouette .comment-silhouette-content .comment-silhouette-meta {
  width: 120px;
}
.comment-silhouette .comment-silhouette-content .comment-silhouette-body {
  margin: 10px 0 12.78px;
  height: 12px;
  width: 100%;
  max-width: 320px;
}
.comment-silhouette .comment-silhouette-content .comment-silhouette-actions {
  width: 80px;
}
.comment-publicity-notice {
  color: var(--print_pop);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
}
form.comment-input {
  margin: 22px 0 0;
}
form.comment-input::before,
form.comment-input::after {
  display: block;
  clear: both;
  content: '';
}
form.comment-input > .comment-input-head {
  float: left;
  padding-top: 2.5px;
  padding-right: 10px;
  width: 33px;
}
form.comment-input > textarea {
  padding: 7px 11px;
  height: 37px;
  min-height: 37px;
  max-height: 400px;
  width: calc(100% - 33px - 10px);
  border: 1px solid var(--border_subtle) !important;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.42em;
  resize: none;
  background: var(--web_bg_color, white);
  color: var(--print_on_web_bg_color, #1a1a1a);
}
form.comment-input > .button.cancel,
form.comment-input > .button[type='submit'] {
  float: right;
  margin-top: 4px;
  height: 30px;
  line-height: 1em;
}
form.comment-input > .button.cancel {
  padding: 0 16px;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-weight: normal;
  font-size: 12px;
}
form.comment-input > .button[type='submit'] {
  padding: 0 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
}
form.comment-input > .button[type='submit'][disabled],
form.comment-input > .button[type='submit'].disabled {
  position: relative;
  color: transparent;
  opacity: 0.7;
}
form.comment-input > .button[type='submit'][disabled]::after,
form.comment-input > .button[type='submit'].disabled::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -0.5px;
  height: 8px;
  width: 1px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-animation: rotate 1.5s infinite ease;
  -o-animation: rotate 1.5s infinite ease;
  animation: rotate 1.5s infinite ease;
  content: '';
}
.ban-dialog {
  max-width: 100%;
  margin: 15px;
  padding: 32px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ban-dialog button {
  width: 12rem;
}
.ban-dialog img {
  border-radius: 50%;
}
.ban-dialog .banned {
  font-size: 15px;
  color: red;
}
.ban-dialog .status {
  margin-top: 5px;
}
.ban-dialog .subscribed {
  color: black;
}
.ban-dialog .free-subscribed {
  color: grey;
}
.ban-dialog .not-subscribed {
  color: lightgrey;
}
.ban-dialog .profile {
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 3px;
  align-items: center;
}
.ban-dialog div.photo {
  margin-right: 16px;
}
.ban-dialog div.info {
  margin: 4px 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.ban-dialog div.info .name {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 4px;
}
.ban-dialog .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.ban-dialog form {
  text-align: center;
  font-size: 15px;
}
.ban-dialog form label {
  display: unset;
}
.locked-comments {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-style: italic;
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.finish-magic-login-modal .modal-content .container {
  padding: 24px 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 540px) {
  .finish-magic-login-modal .modal-content .container {
    padding: 24px 0;
  }
}
a.like-button {
  position: relative;
  text-decoration: none;
}
a.like-button:hover:active {
  opacity: 0.7;
}
a.like-button > svg {
  margin-right: 2px;
  margin-bottom: -2px;
  height: 14px;
  width: 14px;
}
a.like-button.liked {
  color: #e42626;
}
a.like-button.liked > svg {
  fill: #e42626;
}
a.like-button.liked > svg path {
  stroke: #e42626;
}
a.like-button > svg.animation {
  display: none;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  pointer-events: none;
}
a.like-button:hover:active > svg.animation {
  display: inline-block;
}
a.like-button.liked > svg.animation {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
}
a.email-reaction-bar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  padding: 8px 16px;
  height: 24px;
  line-height: 24px;
  background: var(--background_pop);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: var(--print_on_pop) !important;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: none !important;
}
a.email-reaction-bar img {
  float: left;
  margin-right: 6px;
  height: 24px;
  width: 24px;
}
a.email-reaction-bar.compact {
  padding: 6px 10px;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
}
a.email-reaction-bar.compact img {
  margin-right: 4px;
  height: 16px;
  width: 16px;
}
.subscribe-footer {
  padding: 48px 0 64px;
  background-color: var(--background_pop);
  color: var(--print_on_pop);
  text-align: center;
}
@media screen and (max-width: 540px) {
  .subscribe-footer {
    padding: 24px 0 48px;
  }
}
.subscribe-footer h1 {
  font-size: 24px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
@media screen and (min-width: 541px) {
  .subscribe-footer h1 {
    margin-top: 0;
  }
}
.subscribe-footer .form {
  margin-top: 24px;
  text-align: center;
}
.subscribe-footer .form .sideBySideWrap {
  display: block;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.subscribe-footer .form .sideBySideWrap input[type='email'] {
  display: inline-block;
  padding: 10px;
  width: 183px;
  border: 1px solid #fff;
  border-radius: 4px 0 0 4px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 15px;
  line-height: 19px;
  -webkit-appearance: none;
}
.subscribe-footer .form .sideBySideWrap .button {
  margin-top: 0;
  padding: 10px 15px;
  height: 41px;
  min-width: 128px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0 4px 4px 0;
  color: var(--print_on_pop);
  font-size: 15px;
  line-height: 19px;
}
.subscribe-footer .form .error {
  color: var(--print_on_pop);
}
.subscribe-footer .button.primary {
  border: 1px solid #fff;
}
.intro-popup .full-email-form .publication-cover-photo,
.full-email-form .publication-cover-photo {
  display: block;
  margin: 0 auto 16px;
  height: 35vh;
  object-fit: contain;
  min-width: 268px;
  min-height: 268px;
  max-width: 680px;
  max-height: 680px;
}
@media screen and (max-width: 680px) {
  .intro-popup .full-email-form .publication-cover-photo,
  .full-email-form .publication-cover-photo {
    max-width: 100%;
  }
}
.intro-popup .full-email-form .publication-logo,
.full-email-form .publication-logo {
  display: block;
  margin: 0 auto 26px;
  width: 85px;
  height: 85px;
  border-radius: 12px;
}
@media (max-height: 460px) {
  .intro-popup .full-email-form .publication-logo,
  .full-email-form .publication-logo {
    width: 50px;
    height: 50px;
    margin: 0 auto 18px;
  }
}
.intro-popup .full-email-form .publication-name,
.full-email-form .publication-name {
  margin: 0 auto 11px;
  max-width: 450px;
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 32px;
  font-weight: bold;
  color: var(--cover_print_primary);
  text-align: center;
}
.intro-popup .full-email-form .publication-name.with-cover,
.full-email-form .publication-name.with-cover {
  margin-top: 2px;
}
.intro-popup .full-email-form .publication-name .balance-text,
.full-email-form .publication-name .balance-text {
  color: var(--cover_print_primary);
}
@media screen and (max-width: 540px) {
  .intro-popup .full-email-form .publication-name,
  .full-email-form .publication-name {
    padding: 0 24px;
  }
}
@media (max-height: 460px) {
  .intro-popup .full-email-form .publication-name,
  .full-email-form .publication-name {
    font-size: 28px;
  }
}
.intro-popup .full-email-form .publication-tagline,
.full-email-form .publication-tagline {
  margin: 0 auto 48px;
  max-width: 450px;
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  color: var(--cover_print_secondary);
}
.intro-popup .full-email-form .publication-tagline.with-cover,
.full-email-form .publication-tagline.with-cover {
  max-width: 580px;
  margin-bottom: 22px;
  margin-top: 4px;
}
@media screen and (max-width: 540px) {
  .intro-popup .full-email-form .publication-tagline,
  .full-email-form .publication-tagline {
    padding: 0 24px;
  }
}
@media (max-height: 460px) {
  .intro-popup .full-email-form .publication-tagline,
  .full-email-form .publication-tagline {
    margin: 0 auto 20px;
  }
}
.intro-popup .full-email-form .coupon,
.full-email-form .coupon {
  margin: 0 0 12px 0;
  color: var(--print_pop);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 15px;
  text-align: center;
}
.intro-popup .full-email-form .coupon.loading,
.full-email-form .coupon.loading {
  color: var(--print_secondary, #757575);
}
.intro-popup .full-email-form .coupon.error,
.full-email-form .coupon.error {
  color: #ef0700;
}
.intro-popup .full-email-form .form,
.full-email-form .form {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.intro-popup .full-email-form .form .sideBySideWrap,
.full-email-form .form .sideBySideWrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 370px;
}
@media screen and (max-width: 540px) {
  .intro-popup .full-email-form .form .sideBySideWrap,
  .full-email-form .form .sideBySideWrap {
    padding: 0 15px;
  }
}
.intro-popup .full-email-form .form .sideBySideWrap input[type='email'],
.full-email-form .form .sideBySideWrap input[type='email'] {
  background: var(--cover_input_background, var(--cover_bg_color, #fff));
  color: var(--cover_print_primary, #000);
  display: inline-block;
  padding: 10px;
  height: 54px;
  border: 1px solid var(--cover_border_color);
  border-right-width: 0;
  border-radius: 5px 0 0 5px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 14px;
  line-height: 19px;
  -webkit-appearance: none;
}
.intro-popup .full-email-form .form .sideBySideWrap input[type='email']::placeholder,
.full-email-form .form .sideBySideWrap input[type='email']::placeholder {
  color: var(--cover_print_secondary, #888);
}
.intro-popup .full-email-form .form .sideBySideWrap .button,
.full-email-form .form .sideBySideWrap .button {
  flex-shrink: 0;
  margin-top: 0;
  padding: 10px 22px;
  min-width: 148px;
  height: 54px;
  background: var(--background_pop);
  border: 1px solid var(--cover_border_color);
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  color: var(--print_on_pop);
}
.intro-popup .full-email-form .form .sideBySideWrap .button:active,
.full-email-form .form .sideBySideWrap .button:active {
  opacity: 1;
}
.intro-popup .full-email-form .form .sideBySideWrap .button:active:hover,
.full-email-form .form .sideBySideWrap .button:active:hover,
.intro-popup .full-email-form .form .sideBySideWrap .button.disabled,
.full-email-form .form .sideBySideWrap .button.disabled,
.intro-popup .full-email-form .form .sideBySideWrap .button[disabled],
.full-email-form .form .sideBySideWrap .button[disabled],
.intro-popup .full-email-form .form .sideBySideWrap .button[readonly],
.full-email-form .form .sideBySideWrap .button[readonly] {
  opacity: 0.75;
}
.intro-popup .full-email-form .form .sideBySideWrap .button.disabled,
.full-email-form .form .sideBySideWrap .button.disabled {
  position: relative;
  color: transparent;
}
.intro-popup .full-email-form .form .sideBySideWrap .button.disabled::after,
.full-email-form .form .sideBySideWrap .button.disabled::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -0.5px;
  height: 8px;
  width: 1px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-animation: rotate 1.5s infinite ease;
  -o-animation: rotate 1.5s infinite ease;
  animation: rotate 1.5s infinite ease;
  content: '';
}
.intro-popup .full-email-form .form .subtle-help-text,
.full-email-form .form .subtle-help-text {
  position: fixed;
  bottom: 14px;
  right: 6px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 11px;
}
@media screen and (max-width: 540px) {
  .intro-popup .full-email-form .form .subtle-help-text,
  .full-email-form .form .subtle-help-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .intro-popup .full-email-form .form .subtle-help-text a,
  .full-email-form .form .subtle-help-text a {
    margin-top: 4px;
  }
}
.intro-popup .full-email-form .form .subtle-help-text::before,
.full-email-form .form .subtle-help-text::before,
.intro-popup .full-email-form .form .subtle-help-text::after,
.full-email-form .form .subtle-help-text::after {
  display: block;
  clear: both;
  content: '';
}
.intro-popup .full-email-form .form .subtle-help-text a,
.full-email-form .form .subtle-help-text a {
  margin-right: 9px;
  color: var(--cover_print_secondary);
  text-decoration: none;
}
.intro-popup .full-email-form .form .subtle-help-text a.legal,
.full-email-form .form .subtle-help-text a.legal {
  text-decoration: underline;
}
@media screen and (min-width: 541px) {
  .intro-popup .full-email-form .form .subtle-help-text a.login-button,
  .full-email-form .form .subtle-help-text a.login-button {
    position: fixed;
    top: 24px;
    right: 24px;
    font-size: 14px;
  }
  .intro-popup .full-email-form .form .subtle-help-text a.login-button:hover,
  .full-email-form .form .subtle-help-text a.login-button:hover {
    text-decoration: underline;
  }
}
.intro-popup .full-email-form .maybe-later,
.full-email-form .maybe-later {
  display: block;
  margin: 34px auto 0;
  background: none;
  border: none;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 19px;
  color: var(--cover_print_primary);
  cursor: pointer;
}
.intro-popup .full-email-form .maybe-later:hover:active,
.full-email-form .maybe-later:hover:active {
  opacity: 0.7;
}
.intro-popup .full-email-form .maybe-later svg,
.full-email-form .maybe-later svg {
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 6px;
  height: 14px;
  stroke: var(--cover_print_primary);
  stroke-width: 2px;
}
.intro-popup .full-email-form .testimonials,
.full-email-form .testimonials,
.intro-popup .full-email-form .swiper-container-inner,
.full-email-form .swiper-container-inner {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 14px;
  color: var(--cover_print_secondary);
}
.intro-popup .full-email-form .testimonials .testimonial-source,
.full-email-form .testimonials .testimonial-source,
.intro-popup .full-email-form .swiper-container-inner .testimonial-source,
.full-email-form .swiper-container-inner .testimonial-source {
  display: block;
  padding-top: 10px;
}
.intro-popup .full-email-form .testimonials,
.full-email-form .testimonials {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 540px) {
  .intro-popup .full-email-form .testimonials,
  .full-email-form .testimonials {
    display: none;
  }
}
.intro-popup .full-email-form .testimonials .testimonial,
.full-email-form .testimonials .testimonial {
  max-width: 260px;
  text-align: left;
  position: relative;
  margin: 50px 30px 0 30px;
}
.intro-popup .full-email-form .testimonials .testimonial .pull-out-quote,
.full-email-form .testimonials .testimonial .pull-out-quote {
  position: absolute;
  left: -7px;
}
.intro-popup .full-email-form .swiper-container-outer,
.full-email-form .swiper-container-outer {
  overflow-y: hidden;
}
.intro-popup .full-email-form .swiper-container-inner,
.full-email-form .swiper-container-inner {
  display: none;
}
@media screen and (max-width: 540px) {
  .intro-popup .full-email-form .swiper-container-inner,
  .full-email-form .swiper-container-inner {
    display: block;
    width: 100vw;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
  }
  .intro-popup .full-email-form .swiper-container-inner > div,
  .full-email-form .swiper-container-inner > div {
    box-sizing: border-box;
    display: inline-block;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100vw;
    padding: 30px 15px 0px 15px;
    vertical-align: middle;
  }
  .intro-popup .full-email-form .swiper-container-inner > div p,
  .full-email-form .swiper-container-inner > div p {
    white-space: normal;
    font-size: 12px;
  }
}
.intro-popup .full-email-form .publication-author,
.full-email-form .publication-author {
  position: fixed;
  bottom: 12px;
  left: 14px;
  text-align: left;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 12px;
  line-height: 15px;
  color: var(--cover_print_secondary);
}
.intro-popup .full-email-form .publication-author span,
.full-email-form .publication-author span {
  display: block;
  margin-top: 2px;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  color: var(--cover_print_secondary);
  cursor: pointer;
}
.intro-popup .full-email-form .publication-author span:hover:active,
.full-email-form .publication-author span:hover:active {
  opacity: 0.75;
}
.intro-inline {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  flex: 1;
  justify-content: center;
  margin-top: -140px;
}
.intro-inline .full-email-form .publication-author {
  left: 380px;
}
.intro-popup {
  display: block;
  z-index: 1000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  color: #000;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.intro-popup .intro-popup-page {
  position: absolute;
  z-index: 1000002;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.intro-popup .intro-popup-page.intro-popup-page-0 {
  background: var(--cover_bg_color);
}
.show-intro-popup .intro-popup .intro-popup-page {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.intro-popup .intro-popup-page.next {
  z-index: 1000001;
  -webkit-transform: translateX(100vw);
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -o-transform: translateX(100vw);
  transform: translateX(100vw);
}
.intro-popup .intro-popup-page.previous {
  z-index: 1000001;
  -webkit-transform: translateX(-100vw);
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -o-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
.intro-popup .intro-popup-page > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
}
.intro-popup .intro-popup-page > div .vertically-centred {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media screen and (max-height: 480px) {
  .intro-popup .intro-popup-page > div {
    display: block;
    height: auto;
  }
  .intro-popup .intro-popup-page > div .vertically-centred {
    display: block;
    height: auto;
    padding: 12px 0;
  }
}
.intro-popup .want-more-title {
  margin: 0 auto 42px;
  max-width: 450px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .intro-popup .want-more-title {
    padding: 0 24px;
  }
}
.intro-popup .subscribe-options {
  max-width: 450px;
  margin: 0 auto;
}
.intro-popup .subscribe-options button {
  display: block;
  margin: 18px auto 0;
  padding: 18px 0;
  min-width: 320px;
  background: white;
  border: 1px solid #a3a3a3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  color: #a3a3a3;
  cursor: pointer;
  -webkit-appearance: none;
}
.intro-popup .subscribe-options button:hover:active {
  opacity: 0.75;
}
.intro-popup .subscribe-options button.primary {
  background: var(--background_pop);
  border-color: var(--background_pop);
  color: var(--print_on_pop);
}
.intro-popup .learn-more {
  margin: 25px auto 0;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 14px;
  color: var(--cover_print_secondary);
  cursor: pointer;
}
.intro-popup .learn-more:hover:active {
  opacity: 0.75;
}
.intro-popup .learn-more svg {
  vertical-align: middle;
  margin-left: 3px;
  height: 10px;
  stroke: rgba(0, 0, 0, 0.36);
  stroke-width: 2px;
}
.intro-popup .just-free-checkmark {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  fill: var(--background_pop);
}
.has-intro-popup .intro-popup,
.has-intro-popup .judd-intro-popup,
.has-intro-popup .taibbi-intro-popup {
  box-shadow: 0 0 10vh rgba(0, 0, 0, 0.1);
  transform: translateY(110vh);
  transition: transform 0.3s ease-in;
}
.has-intro-popup.show-intro-popup body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.has-intro-popup.show-intro-popup .intro-popup,
.has-intro-popup.show-intro-popup .judd-intro-popup,
.has-intro-popup.show-intro-popup .taibbi-intro-popup {
  transform: translateY(0);
}
@media screen and (max-width: 540px) {
  .intro-popup .intro-popup-page .exponentialview-page .publication-logo {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
  }
  .intro-popup .intro-popup-page .exponentialview-page .publication-name {
    font-size: 28px;
  }
  .intro-popup .intro-popup-page .exponentialview-page .publication-tagline {
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto 30px;
  }
}
.intro-popup .intro-popup-page .exponentialview-page .sideBySideWrap .rightButton {
  padding: 10px !important;
}
.swiper-dots {
  display: none;
}
@media screen and (max-width: 540px) {
  .swiper-dots {
    display: block;
  }
  .swiper-dots .swiper-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ddd;
    border-radius: 50%;
    margin: 0px 3px;
  }
  .swiper-dots .swiper-dot.active {
    background: var(--background_pop);
  }
}
.intro-popup-invite-actions h4,
.use-theme-bg .intro-popup-invite-actions h4 {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--cover_print_primary);
  margin: 0 0 8px;
  font-weight: 500;
}
.intro-popup-invite-actions a,
.use-theme-bg .intro-popup-invite-actions a {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--cover_print_primary);
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}
.intro-popup-invite-actions a:hover:active,
.use-theme-bg .intro-popup-invite-actions a:hover:active {
  opacity: 0.7;
}
.intro-popup-invite-actions a b,
.use-theme-bg .intro-popup-invite-actions a b {
  color: var(--print_pop);
}
.notice-box {
  margin-bottom: 12px;
  padding: 20px 24px;
  border: 1px solid var(--border_subtle);
  border-radius: 4px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.notice-box + div {
  margin-top: 1.6em;
}
.notice-box .notice-box-title {
  font-weight: bold;
}
.notice-box .notice-box-email {
  margin-top: 8px;
  font-size: 1.5em;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .notice-box .notice-box-email {
    margin-top: 0;
    font-size: 1.25em;
  }
}
.notice-box .notice-box-content {
  display: flex;
  margin-top: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .notice-box .notice-box-content {
    margin-top: 16px;
    flex-direction: column;
    align-items: start;
  }
}
.notice-box .notice-box-content > span {
  max-width: 70%;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .notice-box .notice-box-content > span {
    max-width: 100%;
  }
}
.notice-box .notice-box-content > span > a {
  color: #1a1a1a;
  text-decoration: none;
}
.notice-box .notice-box-content > span > a:hover {
  text-decoration: underline;
}
.notice-box .notice-box-content > a {
  height: auto;
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .notice-box .notice-box-content > a {
    margin-top: 4px;
  }
}
.cover-page {
  text-align: center;
  /* Landscape */
  /* Awkward */
  /* Portrait */
}
.cover-page .cover-image {
  max-height: 101vh;
  max-width: 101vw;
  position: fixed;
  top: 0%;
  left: 0%;
}
.cover-page .cta {
  position: fixed;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cover-page .cta .cta-inner {
  max-width: 300px;
}
.cover-page .cta h2 {
  margin: 0 0 15px 0;
  font-size: 13px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.cover-page .cta form {
  margin: 0;
}
.cover-page .cta form input[type='email'] {
  width: 230px;
  background: #eee;
  border: none;
  display: inline-block;
  font-size: 14px;
  padding: 11px 0 11px 11px;
  border-radius: 5px 0 0 5px;
}
.cover-page .cta form .button[type='submit'] {
  margin-top: 0px;
  font-size: 14px;
  border-radius: 0px 5px 5px 0px;
  height: 39px;
  font-weight: bold;
}
.cover-page .cta .subtle-help-text {
  font-size: 12px;
  color: #ccc;
}
.cover-page .cta .subtle-help-text a {
  display: inline-block;
  padding: 5px;
  color: #ccc;
}
@media (min-aspect-ratio: 3/2) {
  .cover-page .cover-image {
    height: 100vh;
  }
  .cover-page .cta {
    left: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (max-aspect-ratio: 3/2) and (min-width: 501px) {
  .cover-page .cover-image {
    padding-top: 30px;
    height: 50vh;
    left: 50%;
    transform: translate(-50%);
  }
  .cover-page .cta {
    align-items: flex-start;
    top: 60vh;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-aspect-ratio: 3/2) and (max-width: 500px) {
  .cover-page .cover-image {
    width: 100vh;
    left: 50%;
    transform: translate(-50%);
  }
  .cover-page .cta {
    top: 100vw;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.post {
  padding: 18px 0;
}
.post .ellipsized-span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.post .page-title,
.post .subtitle,
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 1em 0 0.625em 0;
  color: #1a1a1a;
  line-height: 1.16em;
}
.post .page-title,
.post h1.title {
  margin: 0.378em 0 0 0;
  font-size: 40px;
  line-height: 1.1em;
}
.post .page-title a,
.post h1.title a {
  text-decoration: none;
  color: #1a1a1a;
}
.post .page-title a:hover,
.post h1.title a:hover {
  text-decoration: underline;
}
.post .page-title a.small,
.post h1.title a.small {
  font-size: 12px;
  line-height: 12px;
}
.post .body h1:first-child,
.post .page-title {
  margin: 0 0 1em 0;
}
.post h1 {
  font-size: 2em;
}
.post h2 {
  font-size: 1.625em;
}
.post h3 {
  font-size: 1.375em;
}
.post h4 {
  font-size: 1.125em;
}
.post .subtitle {
  color: var(--print_secondary, #757575);
  font-weight: normal;
  font-size: 19px;
  margin: 4px 0 0;
}
.post p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.post p.no-margin {
  margin: 0;
}
.post p.centered {
  text-align: center;
}
.post p,
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  color: #1a1a1a;
}
.post p a,
.post h1 a,
.post h2 a,
.post h3 a,
.post h4 a,
.post h5 a,
.post h6 a {
  color: #1a1a1a;
  text-decoration: underline;
}
.post p a:active,
.post h1 a:active,
.post h2 a:active,
.post h3 a:active,
.post h4 a:active,
.post h5 a:active,
.post h6 a:active {
  opacity: 0.6;
}
.post a.ui-secondary {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, #757575);
  font-size: 0.8em;
}
.post blockquote {
  border-left: 4px solid var(--background_pop);
  margin: 1em 0;
}
.post blockquote > * {
  margin-left: 1em;
}
.post pre {
  position: relative;
  background: #f3f3f3;
  outline: 6px solid #f3f3f3;
}
.post pre:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  border: solid #f3f3f3;
  border-width: 6px 10px 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.post pre code {
  white-space: pre-wrap;
}
.post ul,
.post ol {
  margin: 1em 0;
}
.post ul li,
.post ol li {
  margin: 7.5px 0 7.5px 15px;
  mso-special-format: bullet;
}
.post ul li > *:first-child:last-child,
.post ul li > .captioned-image-container:first-child:last-child a.image-link,
.post ul li > .captioned-image-container-static:first-child:last-child a.image-link,
.post ol li > *:first-child:last-child,
.post ol li > .captioned-image-container:first-child:last-child a.image-link,
.post ol li > .captioned-image-container-static:first-child:last-child a.image-link {
  margin: 0;
}
.post .markup {
  word-break: break-word;
  margin-bottom: 12px;
}
.post .markup .captioned-image-container a.image-link,
.post .markup .captioned-image-container-static:first-child a.image-link {
  margin-top: 0;
  margin-bottom: 0;
}
.post .markup > :first-child,
.post .markup .captioned-image-container:first-child,
.post .markup .captioned-image-container-static:first-child {
  margin-top: 0;
}
.post .markup > :last-child,
.post .markup .captioned-image-container:last-child,
.post .markup .captioned-image-container-static:last-child,
.post .markup .captioned-image-container:last-child figcaption,
.post .markup .captioned-image-container-static:last-child figcaption {
  margin-bottom: 0;
}
.post .markup .captioned-image-container:last-child figcaption,
.post .markup .captioned-image-container-static:last-child figcaption {
  padding-bottom: 0;
}
.post .markup img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.post .markup table.image-wrapper,
.post .markup table.kindle-wrapper {
  margin: 8px auto;
  mso-padding-alt: 1em 0 1.6em;
}
.post .markup table.image-wrapper td,
.post .markup table.kindle-wrapper td {
  text-align: center;
}
.post .markup table.image-wrapper img,
.post .markup table.kindle-wrapper img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post .markup table.image-wrapper img,
  .post .markup table.kindle-wrapper img {
    max-width: 550px;
  }
}
.post .markup table.image-wrapper img.wide-image,
.post .markup table.kindle-wrapper img.wide-image {
  width: 100%;
  max-width: 550px;
}
.post .markup a.image-link {
  display: block;
  padding: 0;
  margin: 1.6em auto;
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
}
.post .markup td a.image-link {
  margin: 0;
}
.post .markup iframe.spotify-wrap,
.post .markup a.spotify-wrap {
  display: block;
  top: 0;
  left: 0;
  margin: 0.62em 0 1em 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 398px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .post .markup iframe.spotify-wrap,
  .post .markup a.spotify-wrap {
    width: auto !important;
  }
}
.post .markup iframe.spotify-wrap.podcast,
.post .markup a.spotify-wrap.podcast {
  height: 153px;
}
.post .markup a.spotify-wrap {
  height: 78px;
  max-width: 398px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
}
.post .markup a.spotify-wrap .cover {
  display: block;
  float: left;
  margin: 0;
  height: 78px;
  width: 78px;
  -webkit-background-size: cover;
  background-size: cover;
}
.post .markup a.spotify-wrap .content {
  display: block;
  margin: 14px 12px 0 90px;
}
.post .markup a.spotify-wrap .content .title,
.post .markup a.spotify-wrap .content .subtitle,
.post .markup a.spotify-wrap .content .description {
  display: block;
  margin: 0 0 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post .markup a.spotify-wrap .content .title {
  color: #181818;
}
.post .markup a.spotify-wrap .content .subtitle {
  color: #a0a0a0;
}
.post .markup a.spotify-wrap .content .description {
  margin: 10px 0 0;
  color: #a0a0a0;
  font-size: 12px;
}
.post .markup a.spotify-wrap .content .logo {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: -6px -2px 0 0;
}
.post .markup a.soundcloud-wrap,
.post .markup div.soundcloud-wrap {
  max-width: 398px;
  height: 116px;
}
.post .markup a.bandcamp-wrap,
.post .markup div.bandcamp-wrap {
  max-width: 700px;
  height: 120px;
}
.post .markup div.bandcamp-wrap.album {
  height: 241px;
}
.post .markup a.soundcloud-wrap,
.post .markup div.soundcloud-wrap,
.post .markup div.bandcamp-wrap,
.post .markup a.bandcamp-wrap {
  position: relative;
  width: 100%;
  margin: 1.6em 0;
}
.post .markup div.soundcloud-wrap iframe,
.post .markup div.bandcamp-wrap iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.post .markup a.soundcloud-wrap,
.post .markup a.bandcamp-wrap {
  display: block;
  height: 114px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
.post .markup a.soundcloud-wrap img,
.post .markup a.bandcamp-wrap img {
  margin: 0;
  max-width: none;
}
.post .markup a.soundcloud-wrap .thumbnail,
.post .markup a.bandcamp-wrap .thumbnail {
  display: block;
  float: left;
  border: solid #f5f5f5;
  border-width: 7px 15px 7px 7px;
  height: 100px;
  width: 100px;
}
.post .markup a.soundcloud-wrap .play,
.post .markup a.bandcamp-wrap .play {
  display: block;
  float: left;
  height: 43px;
  width: 43px;
  border: solid #f5f5f5;
  border-width: 33px 5px 0 0;
}
.post .markup a.soundcloud-wrap .credits,
.post .markup a.bandcamp-wrap .credits {
  display: block;
  border: solid #f5f5f5;
  border-width: 37px 7px 0 0;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-body-container .post .markup a.soundcloud-wrap .credits,
.email-body-container .post .markup a.bandcamp-wrap .credits {
  white-space: normal;
}
.post .markup a.soundcloud-wrap .credits .author,
.post .markup a.bandcamp-wrap .credits .author {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.post .markup a.soundcloud-wrap .credits .title,
.post .markup a.bandcamp-wrap .credits .title {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
.post .markup div.youtube-wrap,
.post .markup div.vimeo-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin: 1.6em 0;
}
.post .markup div.youtube-wrap iframe,
.post .markup div.vimeo-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.post .markup a.youtube-wrap,
.post .markup a.vimeo-wrap {
  display: block;
  margin: 1.6em 0;
}
.post .markup a.youtube-wrap img,
.post .markup a.vimeo-wrap img {
  display: block;
  width: 100%;
}
.post .markup div.kindle-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 550px;
  height: 0;
  margin: 1.6em 0;
}
.post .markup div.kindle-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.post .markup a.kindle-wrap {
  display: block;
  margin: 1.6em 0;
}
.post .markup a.kindle-wrap img {
  display: block;
  width: 100%;
}
.post .markup .tweet {
  background: #FFF;
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px 20px 11.6px 20px;
  font: normal normal 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
}
.post .markup .tweet > a {
  display: block;
  color: black;
  text-decoration: none;
  white-space: pre-wrap;
}
.post .markup .tweet .tweet-header {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.post .markup .tweet .tweet-header .tweet-author-name {
  display: block;
  color: #1c2022;
  font-weight: 700;
}
.post .markup .tweet .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
}
.post .markup .tweet .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.post .markup .tweet .tweet-photo {
  margin-top: 8px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.post .markup .tweet a.expanded-link {
  display: block;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
.post .markup .tweet a.expanded-link .expanded-link-img {
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
.post .markup .tweet a.expanded-link .expanded-link-title,
.post .markup .tweet a.expanded-link .expanded-link-description,
.post .markup .tweet a.expanded-link .expanded-link-domain {
  display: block;
  padding: 2px 10px;
}
.post .markup .tweet a.expanded-link .expanded-link-title {
  font-weight: bold;
  margin-top: 10px;
}
.post .markup .tweet a.expanded-link .expanded-link-description {
  line-height: 18px;
}
.post .markup .tweet a.expanded-link .expanded-link-domain {
  color: #8899a6;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.post .markup .tweet .tweet-fake-link,
.post .markup .tweet .tweet-url {
  color: #1ca1f2;
  text-decoration: none;
}
.post .markup .tweet p {
  display: block;
  margin: 0;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.4;
}
.post .markup .tweet p a {
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
}
.post .markup .tweet .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.post .markup .tweet .quoted-tweet .quote-tweet-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #1c2022;
  padding-right: 5px;
}
.post .markup .tweet .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}
.post .markup .tweet .tweet-footer {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
  text-decoration: none;
}
.post .markup .tweet .tweet-footer .tweet-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697882;
}
.post .markup .tweet .tweet-footer .tweet-date.no-reactions {
  border-bottom: none;
}
.post .markup .tweet .tweet-footer .retweets,
.post .markup .tweet .tweet-footer .likes {
  display: inline-block;
  margin-right: 8px;
}
.post .markup .tweet .tweet-footer .rt-count,
.post .markup .tweet .tweet-footer .like-count {
  font-weight: bold;
  color: #1c2022;
}
.post .markup .instagram {
  background-color: #fff;
  position: relative;
  margin: 2em auto;
  max-width: 342px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.post .markup .instagram .instagram-top-bar {
  padding: 7px 10px;
  height: 30px;
  line-height: 30px;
}
.post .markup .instagram .instagram-top-bar .instagram-author-image {
  display: inline-block;
  margin-right: 10px;
}
.post .markup .instagram .instagram-top-bar .instagram-author-image img {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.post .markup .instagram .instagram-top-bar a.instagram-author-name {
  vertical-align: top;
  font-weight: 600;
  text-decoration: none;
}
.post .markup .instagram .instagram-image img {
  width: 100%;
}
.post .markup .instagram .instagram-bottom-bar {
  padding: 10px;
}
.post .markup .instagram .instagram-bottom-bar .instagram-title {
  line-height: 18px;
}
.post .markup .instagram .instagram-bottom-bar .instagram-title a {
  color: #003569;
  text-decoration: none;
}
.post .markup .instagram .instagram-bottom-bar .instagram-title a:hover {
  text-decoration: underline;
}
.post .markup .instagram .instagram-bottom-bar .instagram-timestamp {
  margin-top: 4px;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
.post .markup .button-wrapper {
  text-align: center;
}
@media print {
  .post .markup .button-wrapper {
    display: none;
  }
}
.post .markup .button-wrapper .button {
  padding: 6px 20px;
  height: auto;
  text-decoration: none;
}
.post .markup .referral-link {
  text-align: center;
}
.post .markup .referral-link .button {
  padding: 6px 20px;
  height: auto;
}
.post hr {
  margin: 48px 0;
  padding: 0;
  height: 1px;
  background: var(--border_subtle);
  border: none;
}
.post .ProseMirror-example-setup-style hr:after {
  display: none;
}
.post.thread-head .markup,
.post.thread-post-editor .markup {
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.post.thread-head .markup p,
.post.thread-post-editor .markup p {
  font-size: 15px;
  line-height: 1.42em;
}
.post .footnote a,
.post a.footnote-anchor {
  color: var(--print_pop);
  text-decoration: none;
}
.post .footnote a:hover,
.post a.footnote-anchor:hover {
  text-decoration: underline;
}
.post .footnote-anchor {
  vertical-align: super;
  line-height: 0;
  font-size: 14px;
}
.post .footnote {
  display: flex;
  border-top: solid 1px var(--border_subtle);
  padding-top: 1.5em;
  font-size: 90%;
  flex-direction: row;
  align-items: baseline;
}
.post .footnote ~ .footnote {
  border-top: none;
  padding-top: 0;
}
.post .footnote .footnote-number {
  display: block;
  margin-right: 6px;
  min-width: 24px;
}
.post .footnote .footnote-content {
  display: block;
}
.post .captioned-image-container {
  text-align: center;
  margin-bottom: 16px;
}
.post .captioned-image-container:last-child {
  margin-bottom: 0;
}
.post .captioned-image-container figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.post .captioned-image-container figcaption {
  color: var(--print_secondary, #757575);
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 10px;
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
}
.post .captioned-image-container figcaption a {
  color: #1a1a1a;
}
.post .captioned-image-container-static {
  text-align: center;
  margin-bottom: 16px;
}
.post .captioned-image-container-static:last-child {
  margin-bottom: 0;
}
.post .captioned-image-container-static img {
  margin-bottom: 0;
}
.post .captioned-image-container-static figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.post .captioned-image-container-static figcaption {
  color: var(--print_secondary, #757575);
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.post .github-gist {
  white-space: normal;
}
.post .github-gist.static .blob-code {
  text-align: left;
  line-height: 20px;
  border: 0;
}
.post .github-gist.static .blob-code-inner {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
}
.post .github-gist.static .gist td {
  vertical-align: baseline;
}
.post .github-gist.static .gist td.blob-num[data-line-number] {
  word-break: normal;
}
.post .github-gist.static .gist td:not(.blob-num[data-line-number]) {
  min-width: 3000px;
}
.post .github-gist.static .gist pre {
  width: 3000px;
  position: static;
  display: inline-block;
  background: inherit;
  outline: none;
  margin: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  padding: 0;
  white-space: pre;
}
.post .github-gist.static .gist .pl-e,
.post .github-gist.static .gist .pl-en {
  color: #6f42c1;
}
.post .github-gist.static .gist .pl-k {
  color: #d73a49;
}
.post .github-gist.static .gist .pl-pds,
.post .github-gist.static .gist .pl-s,
.post .github-gist.static .gist .pl-s .pl-pse .pl-s1,
.post .github-gist.static .gist .pl-sr,
.post .github-gist.static .gist .pl-sr .pl-cce,
.post .github-gist.static .gist .pl-sr .pl-sra,
.post .github-gist.static .gist .pl-sr .pl-sre {
  color: #032f62;
}
.post .github-gist.static .gist .gist-data {
  overflow: auto;
}
.post .github-gist.static .gist .gist-file {
  margin-bottom: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 6px;
}
.post .github-gist.static .gist .gist-meta {
  padding: 10px;
  overflow: hidden;
  font-family: Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 12px;
  color: #586069;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px;
}
.post .github-gist.static .gist .gist-meta a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.post .github-gist.static .gist .blob-num[data-line-number] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
@media screen and (min-width: 768px) {
  .post {
    padding: 30px 0;
  }
}
.post .audio-player-wrapper {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
.email-body-container .post .audio-player-wrapper {
  margin-top: 0.5em;
}
.post .post-header .post-label {
  margin-top: 16px;
  margin-bottom: -8px;
}
.post .post-header .post-label .post-label-link {
  text-decoration: none;
  color: var(--print_pop);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.post .post-header .post-label .post-label-link:hover {
  text-decoration: underline;
}
.post .post-header .post-title {
  margin: 0.378em 0 0 0;
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 2em;
  line-height: 130%;
}
.post .post-header .post-title.long {
  font-size: 1.625em;
}
.post .post-header .post-title.crazy-long {
  font-size: 1.325em;
}
.post .post-header .post-title a {
  text-decoration: none;
}
.post .post-header .post-title a.small {
  font-size: 12px;
  line-height: 12px;
}
.post .post-header .post-title a:hover:active {
  opacity: 0.6;
}
.post .post-header .post-title svg {
  margin-right: 6px;
  margin-bottom: -3px;
  height: 15px;
  width: 15px;
  fill: #1a1a1a;
  stroke: #1a1a1a;
}
.post .post-header .post-title svg.podcast {
  margin-bottom: -1px;
}
.post .post-header .post-title svg.thread {
  margin-bottom: -3px;
}
.post .post-header .meta-author-wrap {
  margin: 1em 0;
}
.post .post-header .meta-author-wrap .user-head > a > .profile-img-wrap > img {
  width: 45px;
  height: 45px;
}
.post .post-header .meta-author-wrap .meta-right-column {
  line-height: 1em;
}
.post .post-header .meta-author-wrap .meta-right-column .meta-author {
  color: var(--print_secondary, #757575);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.post .post-header .meta-author-wrap .meta-right-column .meta-author a {
  color: var(--print_secondary, #757575);
  text-decoration: none;
}
.post .post-header .meta-author-wrap .meta-right-column .meta-author a:hover {
  text-decoration: underline;
}
.post .post-header .meta-author-wrap .meta-right-column .meta-author a:hover:active {
  opacity: 0.6;
}
.post .post-header .meta-author-wrap .meta-right-column table.post-meta {
  margin: 0;
}
.post .post-header .meta-author-wrap .meta-right-column table.post-meta tr td.post-meta-item {
  padding-top: 0;
  padding-bottom: 0;
}
.post .post-header .meta-author-wrap .meta-right-column table.post-meta tr td.post-meta-item.edit-icon .dropdown-menu {
  top: 21px;
}
.post .post-header .meta-author-wrap.with-photo .meta-right-column {
  margin-left: 12px;
}
.post .post-header .meta-author-wrap.with-photo .meta-right-column .meta-author a {
  color: #1a1a1a;
}
.post .post-header.inline-post .post-title {
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
}
.post .post-header.inline-post .post-title a:hover {
  text-decoration: underline;
}
.post .post-header.inline-post .post-meta {
  margin-bottom: 0;
}
.post .post-header.inline-post .post-meta .post-meta-item {
  padding-bottom: 0;
}
.post .button {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  height: 42px;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0;
  background-color: transparent;
  opacity: 1;
  outline: none;
  text-decoration: none;
}
.post .button:disabled {
  cursor: not-allowed;
}
.post .button:hover:active:not(.disabled) {
  opacity: 0.7;
}
.post .button.wide {
  width: 100%;
}
.post .button.primary {
  background-color: var(--background_pop);
  color: var(--print_on_pop) !important;
  text-decoration: none !important;
}
.post .button.primary span {
  text-decoration: none;
}
.post .button.outline {
  background: transparent;
  border: 1px solid var(--print_pop);
  color: var(--print_pop);
  text-decoration: none !important;
}
.post .button.outline span {
  text-decoration: none;
}
.post .button.expander {
  padding: 3px 15px;
  height: auto;
  border: 1px solid #ececec;
  color: #949494;
  font-size: 12px;
}
.post .button.danger {
  background-color: #ff5757;
  color: var(--print_on_pop);
  text-decoration: none !important;
}
.post .button.danger span {
  text-decoration: none;
}
.post .button.gray {
  background-color: var(--print_secondary, #757575);
  color: white;
}
.post .button.gray-foreground {
  background: transparent;
  border: 1px solid var(--print_secondary, #757575);
  color: var(--print_secondary, #757575);
}
.post .button.disabled {
  opacity: 0.3;
}
.post .button.secondary {
  color: var(--print_pop);
}
.post .button.invis {
  padding: 0;
  height: auto;
}
.post .button.margin-bottom {
  margin-bottom: 15px;
}
.post .button.email {
  box-sizing: content-box;
  line-height: 1em;
  height: auto;
  padding: 0;
  border: solid var(--background_pop);
  border-width: 12px 20px;
  text-decoration: none !important;
}
.post .button.email span {
  text-decoration: none;
}
.post .button.email.heart {
  border-width: 8px 16px;
}
.post .button.email.heart img {
  vertical-align: bottom;
}
.post .button.white-outline {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none !important;
}
.post .button.white-outline span {
  text-decoration: none;
}
.post .button.small {
  font-size: 13px;
  padding: 6px 12px;
  height: auto;
  margin-top: 10px;
}
.post .button.no-margin {
  margin: 0;
}
.post .button.twitter-button {
  background-color: #059ff5;
  background-repeat: no-repeat;
  background-image: url(../img/twitter.white_v-48b-177e4065fd8.svg);
  background-size: 18px;
  background-position: 20px center;
  padding-left: 50px;
  border: 1px solid #059ff5;
  color: #fff;
  text-decoration: none !important;
}
.post .button.twitter-button span {
  text-decoration: none;
}
.post-silhouette {
  padding: 18px 0;
}
@media screen and (min-width: 768px) {
  .post-silhouette {
    padding: 30px 0;
  }
}
.post-silhouette .post-silhouette-title,
.post-silhouette .post-silhouette-meta,
.post-silhouette .post-silhouette-body {
  background-color: #f6f7f9;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.post-silhouette .post-silhouette-title::after,
.post-silhouette .post-silhouette-meta::after,
.post-silhouette .post-silhouette-body::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: linear-gradient(to right, #ffffff00, #ffffffcc, #ffffff00);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: silhouette-scroll 1s linear infinite;
  -o-animation: silhouette-scroll 1s linear infinite;
  animation: silhouette-scroll 1s linear infinite;
  content: '';
}
.post-silhouette .post-silhouette-title {
  margin-top: 11.67074966px;
  height: 66px;
}
@media screen and (max-width: 540px) {
  .post-silhouette .post-silhouette-title {
    margin-top: 10.44225025px;
    height: 120px;
  }
}
.post-silhouette .post-silhouette-meta {
  margin: 7px 0 17px;
  height: 20px;
  width: 50%;
}
@media screen and (max-width: 540px) {
  .post-silhouette .post-silhouette-meta {
    width: 75%;
  }
}
.post-silhouette .post-silhouette-meta.with-byline-image {
  margin: 22px 0;
  height: 45px;
}
@media screen and (max-width: 540px) {
  .post-silhouette .post-silhouette-meta.with-byline-image {
    margin: 20px 0;
  }
}
.post-silhouette .post-silhouette-body {
  height: 640px;
}
table.post-meta {
  margin: 0 0 10px;
}
table.post-meta tr td.post-meta-item {
  position: relative;
  padding: 7px 12px 7px 0;
  height: 20px;
  font-size: 14px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-weight: 300;
  line-height: 20px;
  color: var(--print_secondary, #757575);
  text-decoration: none;
  vertical-align: middle;
}
table.post-meta tr td.post-meta-item.icon {
  text-indent: 3px;
}
table.post-meta tr td.post-meta-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 370px) {
  table.post-meta tr td.post-meta-item {
    font-size: 12px;
  }
}
table.post-meta tr td.post-meta-item svg,
table.post-meta tr td.post-meta-item path,
table.post-meta tr td.post-meta-item rect {
  stroke: var(--print_secondary, #757575);
}
table.post-meta tr td.post-meta-item .like-button.liked path {
  stroke: #e42626;
}
table.post-meta tr td.post-meta-item.author a:hover {
  text-decoration: underline;
}
table.post-meta tr td.post-meta-item.post-date,
table.post-meta tr td.post-meta-item.icon {
  white-space: nowrap;
}
table.post-meta tr td.post-meta-item.audience-lock {
  padding-right: 9px;
}
table.post-meta tr td.post-meta-item.audience-lock img,
table.post-meta tr td.post-meta-item.audience-lock svg {
  margin-left: -4px;
}
table.post-meta tr td.post-meta-item.audience-lock img {
  margin-top: -3px;
}
table.post-meta tr td.post-meta-item.audience-lock rect:last-child {
  fill: var(--print_secondary, #757575);
}
table.post-meta tr td.post-meta-item > span > a.like-button > svg {
  margin-bottom: 0;
}
table.post-meta tr td.post-meta-item > a:not(.liked),
table.post-meta tr td.post-meta-item > span > a:not(.liked) {
  color: var(--print_secondary, #757575);
  text-decoration: none;
}
table.post-meta tr td.post-meta-item > a,
table.post-meta tr td.post-meta-item > span > a {
  display: block;
}
table.post-meta tr td.post-meta-item > a:hover:active,
table.post-meta tr td.post-meta-item > span > a:hover:active {
  opacity: 0.6;
}
table.post-meta tr td.post-meta-item > a img,
table.post-meta tr td.post-meta-item > span > a img,
table.post-meta tr td.post-meta-item > a svg,
table.post-meta tr td.post-meta-item > span > a svg {
  float: left;
  height: 20px;
  width: auto;
}
table.post-meta tr td.post-meta-item > a:not(.liked) > img,
table.post-meta tr td.post-meta-item > a:not(.liked) > svg {
  stroke: var(--print_secondary, #757575);
}
table.post-meta tr td.post-meta-item.edit-icon > span > a > svg {
  stroke-width: 0;
  fill: var(--print_secondary, #757575);
}
table.post-meta tr td.post-meta-item.edit-icon .dropdown-menu {
  top: 28px;
  left: 10px;
  max-width: 280px;
}
table.post-meta.big > tbody > tr > td.post-meta-item,
table.post-meta.big > tr > td.post-meta-item {
  padding-right: 16px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
table.post-meta.big > tbody > tr > td.post-meta-item > a > img,
table.post-meta.big > tr > td.post-meta-item > a > img,
table.post-meta.big > tbody > tr > td.post-meta-item > span > a > img,
table.post-meta.big > tr > td.post-meta-item > span > a > img,
table.post-meta.big > tbody > tr > td.post-meta-item > a > svg,
table.post-meta.big > tr > td.post-meta-item > a > svg,
table.post-meta.big > tbody > tr > td.post-meta-item > span > a > svg,
table.post-meta.big > tr > td.post-meta-item > span > a > svg {
  height: 30px;
}
table.post-meta .share-tooltip-wrap {
  position: absolute;
  top: 42px;
  left: -40px;
  width: calc(100vw - 30px);
  max-width: 728px;
}
table.post-meta .share-tooltip-wrap .share-tooltip {
  float: left;
  padding: 10px;
  background: var(--background_pop);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: var(--print_on_pop);
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
table.post-meta .share-tooltip-wrap .share-tooltip::before {
  position: absolute;
  top: -8px;
  left: 40px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--background_pop);
  content: '';
}
.post-preview {
  display: flex;
  flex-direction: row;
  padding: 16px 0 10px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.post-preview:hover {
  background-color: rgba(0, 0, 0, 0.02);
  box-shadow: -16px 0 0 0 rgba(0, 0, 0, 0.025), 16px 0 0 0 rgba(0, 0, 0, 0.025);
  text-decoration: none;
}
.post-preview > .post-preview-content {
  width: 100%;
}
.post-preview > .post-preview-content > .post-preview-title {
  display: block;
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.1em;
  text-decoration: none;
}
.post-preview > .post-preview-content > .post-preview-title svg {
  fill: #1a1a1a;
  stroke: #1a1a1a;
  margin-right: 6px;
}
.post-preview > .post-preview-content > .post-preview-title svg.podcast {
  margin-bottom: -1px;
}
.post-preview > .post-preview-content > .post-preview-title svg.thread {
  margin-bottom: -3px;
}
.post-preview > .post-preview-content > .post-preview-description {
  display: block;
  margin-top: 6px;
  color: var(--print_secondary, #757575);
  font-size: 16px;
  line-height: 1.47em;
  text-decoration: none;
}
.post-preview > .post-preview-content > .post-preview-author {
  margin-top: 9px;
  color: #1a1a1a;
  font-size: 14px;
}
.post-preview > .post-preview-content > .post-preview-author > a {
  color: inherit;
  text-decoration: none;
}
.post-preview > .post-preview-content > .post-preview-author > a:hover:active {
  opacity: 0.7;
}
.post-preview > .post-preview-content > .post-preview-meta {
  margin-bottom: 0;
}
.post-preview > .post-preview-image {
  flex-shrink: 0;
  margin-right: 28px;
  width: 168px;
  height: 121px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 540px) {
  .post-preview > .post-preview-image {
    display: none;
  }
}
.post-preview > .post-preview-image.empty {
  background-image: url(https://cdn.substack.com/image/fetch/w_128,c_scale,f_png,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack.com%2Ficon%2FSubstackIcon%3Fheight%3D128%26fill%3D%2523DDDDDD%26stroke%3D%2523DDDDDD);
  background-position: center;
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-background-size: 64px;
  background-size: 64px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.post-preview-silhouette {
  display: flex;
  flex-direction: row;
  padding: 16px 0 10px;
}
.post-preview-silhouette .post-preview-silhouette-image,
.post-preview-silhouette .post-preview-silhouette-title,
.post-preview-silhouette .post-preview-silhouette-description,
.post-preview-silhouette .post-preview-silhouette-author,
.post-preview-silhouette .post-preview-silhouette-meta {
  background-color: #f6f7f9;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.post-preview-silhouette .post-preview-silhouette-image::after,
.post-preview-silhouette .post-preview-silhouette-title::after,
.post-preview-silhouette .post-preview-silhouette-description::after,
.post-preview-silhouette .post-preview-silhouette-author::after,
.post-preview-silhouette .post-preview-silhouette-meta::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: linear-gradient(to right, #ffffff00, #ffffffcc, #ffffff00);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: silhouette-scroll 1s linear infinite;
  -o-animation: silhouette-scroll 1s linear infinite;
  animation: silhouette-scroll 1s linear infinite;
  content: '';
}
.post-preview-silhouette .post-preview-silhouette-image {
  flex-shrink: 0;
  margin-right: 28px;
  width: 168px;
  height: 121px;
}
@media screen and (max-width: 540px) {
  .post-preview-silhouette .post-preview-silhouette-image {
    display: none;
  }
}
.post-preview-silhouette .post-preview-silhouette-content {
  width: 100%;
}
.post-preview-silhouette .post-preview-silhouette-content .post-preview-silhouette-title {
  height: 20px;
}
.post-preview-silhouette .post-preview-silhouette-content .post-preview-silhouette-description {
  margin-top: 6px;
  height: 47px;
}
.post-preview-silhouette .post-preview-silhouette-content .post-preview-silhouette-author {
  margin-top: 9px;
  height: 14px;
  width: 25%;
}
.post-preview-silhouette .post-preview-silhouette-content .post-preview-silhouette-meta {
  margin-top: 7px;
  height: 20px;
  width: 40%;
}
.use-theme-bg .post .ellipsized-span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.use-theme-bg .post .page-title,
.use-theme-bg .post .subtitle,
.use-theme-bg .post h1,
.use-theme-bg .post h2,
.use-theme-bg .post h3,
.use-theme-bg .post h4,
.use-theme-bg .post h5,
.use-theme-bg .post h6 {
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 1em 0 0.625em 0;
  color: var(--print_on_web_bg_color, #1a1a1a);
  line-height: 1.16em;
}
.use-theme-bg .post .page-title,
.use-theme-bg .post h1.title {
  margin: 0.378em 0 0 0;
  font-size: 40px;
  line-height: 1.1em;
}
.use-theme-bg .post .page-title a,
.use-theme-bg .post h1.title a {
  text-decoration: none;
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .post .page-title a:hover,
.use-theme-bg .post h1.title a:hover {
  text-decoration: underline;
}
.use-theme-bg .post .page-title a.small,
.use-theme-bg .post h1.title a.small {
  font-size: 12px;
  line-height: 12px;
}
.use-theme-bg .post .body h1:first-child,
.use-theme-bg .post .page-title {
  margin: 0 0 1em 0;
}
.use-theme-bg .post h1 {
  font-size: 2em;
}
.use-theme-bg .post h2 {
  font-size: 1.625em;
}
.use-theme-bg .post h3 {
  font-size: 1.375em;
}
.use-theme-bg .post h4 {
  font-size: 1.125em;
}
.use-theme-bg .post .subtitle {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-weight: normal;
  font-size: 19px;
  margin: 4px 0 0;
}
.use-theme-bg .post p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.use-theme-bg .post p.no-margin {
  margin: 0;
}
.use-theme-bg .post p.centered {
  text-align: center;
}
.use-theme-bg .post p,
.use-theme-bg .post h1,
.use-theme-bg .post h2,
.use-theme-bg .post h3,
.use-theme-bg .post h4,
.use-theme-bg .post h5,
.use-theme-bg .post h6 {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .post p a,
.use-theme-bg .post h1 a,
.use-theme-bg .post h2 a,
.use-theme-bg .post h3 a,
.use-theme-bg .post h4 a,
.use-theme-bg .post h5 a,
.use-theme-bg .post h6 a {
  color: var(--print_on_web_bg_color, #1a1a1a);
  text-decoration: underline;
}
.use-theme-bg .post p a:active,
.use-theme-bg .post h1 a:active,
.use-theme-bg .post h2 a:active,
.use-theme-bg .post h3 a:active,
.use-theme-bg .post h4 a:active,
.use-theme-bg .post h5 a:active,
.use-theme-bg .post h6 a:active {
  opacity: 0.6;
}
.use-theme-bg .post a.ui-secondary {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 0.8em;
}
.use-theme-bg .post blockquote {
  border-left: 4px solid var(--background_pop);
  margin: 1em 0;
}
.use-theme-bg .post blockquote > * {
  margin-left: 1em;
}
.use-theme-bg .post pre {
  position: relative;
  background: #f3f3f3;
  outline: 6px solid #f3f3f3;
}
.use-theme-bg .post pre:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  border: solid #f3f3f3;
  border-width: 6px 10px 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.use-theme-bg .post pre code {
  white-space: pre-wrap;
}
.use-theme-bg .post ul,
.use-theme-bg .post ol {
  margin: 1em 0;
}
.use-theme-bg .post ul li,
.use-theme-bg .post ol li {
  margin: 7.5px 0 7.5px 15px;
  mso-special-format: bullet;
}
.use-theme-bg .post ul li > *:first-child:last-child,
.use-theme-bg .post ul li > .captioned-image-container:first-child:last-child a.image-link,
.use-theme-bg .post ul li > .captioned-image-container-static:first-child:last-child a.image-link,
.use-theme-bg .post ol li > *:first-child:last-child,
.use-theme-bg .post ol li > .captioned-image-container:first-child:last-child a.image-link,
.use-theme-bg .post ol li > .captioned-image-container-static:first-child:last-child a.image-link {
  margin: 0;
}
.use-theme-bg .post .markup {
  word-break: break-word;
  margin-bottom: 12px;
}
.use-theme-bg .post .markup .captioned-image-container a.image-link,
.use-theme-bg .post .markup .captioned-image-container-static:first-child a.image-link {
  margin-top: 0;
  margin-bottom: 0;
}
.use-theme-bg .post .markup > :first-child,
.use-theme-bg .post .markup .captioned-image-container:first-child,
.use-theme-bg .post .markup .captioned-image-container-static:first-child {
  margin-top: 0;
}
.use-theme-bg .post .markup > :last-child,
.use-theme-bg .post .markup .captioned-image-container:last-child,
.use-theme-bg .post .markup .captioned-image-container-static:last-child,
.use-theme-bg .post .markup .captioned-image-container:last-child figcaption,
.use-theme-bg .post .markup .captioned-image-container-static:last-child figcaption {
  margin-bottom: 0;
}
.use-theme-bg .post .markup .captioned-image-container:last-child figcaption,
.use-theme-bg .post .markup .captioned-image-container-static:last-child figcaption {
  padding-bottom: 0;
}
.use-theme-bg .post .markup img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.use-theme-bg .post .markup table.image-wrapper,
.use-theme-bg .post .markup table.kindle-wrapper {
  margin: 8px auto;
  mso-padding-alt: 1em 0 1.6em;
}
.use-theme-bg .post .markup table.image-wrapper td,
.use-theme-bg .post .markup table.kindle-wrapper td {
  text-align: center;
}
.use-theme-bg .post .markup table.image-wrapper img,
.use-theme-bg .post .markup table.kindle-wrapper img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .use-theme-bg .post .markup table.image-wrapper img,
  .use-theme-bg .post .markup table.kindle-wrapper img {
    max-width: 550px;
  }
}
.use-theme-bg .post .markup table.image-wrapper img.wide-image,
.use-theme-bg .post .markup table.kindle-wrapper img.wide-image {
  width: 100%;
  max-width: 550px;
}
.use-theme-bg .post .markup a.image-link {
  display: block;
  padding: 0;
  margin: 1.6em auto;
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
}
.use-theme-bg .post .markup td a.image-link {
  margin: 0;
}
.use-theme-bg .post .markup iframe.spotify-wrap,
.use-theme-bg .post .markup a.spotify-wrap {
  display: block;
  top: 0;
  left: 0;
  margin: 0.62em 0 1em 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 398px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .use-theme-bg .post .markup iframe.spotify-wrap,
  .use-theme-bg .post .markup a.spotify-wrap {
    width: auto !important;
  }
}
.use-theme-bg .post .markup iframe.spotify-wrap.podcast,
.use-theme-bg .post .markup a.spotify-wrap.podcast {
  height: 153px;
}
.use-theme-bg .post .markup a.spotify-wrap {
  height: 78px;
  max-width: 398px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
}
.use-theme-bg .post .markup a.spotify-wrap .cover {
  display: block;
  float: left;
  margin: 0;
  height: 78px;
  width: 78px;
  -webkit-background-size: cover;
  background-size: cover;
}
.use-theme-bg .post .markup a.spotify-wrap .content {
  display: block;
  margin: 14px 12px 0 90px;
}
.use-theme-bg .post .markup a.spotify-wrap .content .title,
.use-theme-bg .post .markup a.spotify-wrap .content .subtitle,
.use-theme-bg .post .markup a.spotify-wrap .content .description {
  display: block;
  margin: 0 0 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.use-theme-bg .post .markup a.spotify-wrap .content .title {
  color: #181818;
}
.use-theme-bg .post .markup a.spotify-wrap .content .subtitle {
  color: #a0a0a0;
}
.use-theme-bg .post .markup a.spotify-wrap .content .description {
  margin: 10px 0 0;
  color: #a0a0a0;
  font-size: 12px;
}
.use-theme-bg .post .markup a.spotify-wrap .content .logo {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: -6px -2px 0 0;
}
.use-theme-bg .post .markup a.soundcloud-wrap,
.use-theme-bg .post .markup div.soundcloud-wrap {
  max-width: 398px;
  height: 116px;
}
.use-theme-bg .post .markup a.bandcamp-wrap,
.use-theme-bg .post .markup div.bandcamp-wrap {
  max-width: 700px;
  height: 120px;
}
.use-theme-bg .post .markup div.bandcamp-wrap.album {
  height: 241px;
}
.use-theme-bg .post .markup a.soundcloud-wrap,
.use-theme-bg .post .markup div.soundcloud-wrap,
.use-theme-bg .post .markup div.bandcamp-wrap,
.use-theme-bg .post .markup a.bandcamp-wrap {
  position: relative;
  width: 100%;
  margin: 1.6em 0;
}
.use-theme-bg .post .markup div.soundcloud-wrap iframe,
.use-theme-bg .post .markup div.bandcamp-wrap iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.use-theme-bg .post .markup a.soundcloud-wrap,
.use-theme-bg .post .markup a.bandcamp-wrap {
  display: block;
  height: 114px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
.use-theme-bg .post .markup a.soundcloud-wrap img,
.use-theme-bg .post .markup a.bandcamp-wrap img {
  margin: 0;
  max-width: none;
}
.use-theme-bg .post .markup a.soundcloud-wrap .thumbnail,
.use-theme-bg .post .markup a.bandcamp-wrap .thumbnail {
  display: block;
  float: left;
  border: solid #f5f5f5;
  border-width: 7px 15px 7px 7px;
  height: 100px;
  width: 100px;
}
.use-theme-bg .post .markup a.soundcloud-wrap .play,
.use-theme-bg .post .markup a.bandcamp-wrap .play {
  display: block;
  float: left;
  height: 43px;
  width: 43px;
  border: solid #f5f5f5;
  border-width: 33px 5px 0 0;
}
.use-theme-bg .post .markup a.soundcloud-wrap .credits,
.use-theme-bg .post .markup a.bandcamp-wrap .credits {
  display: block;
  border: solid #f5f5f5;
  border-width: 37px 7px 0 0;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-body-container .use-theme-bg .post .markup a.soundcloud-wrap .credits,
.email-body-container .use-theme-bg .post .markup a.bandcamp-wrap .credits {
  white-space: normal;
}
.use-theme-bg .post .markup a.soundcloud-wrap .credits .author,
.use-theme-bg .post .markup a.bandcamp-wrap .credits .author {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.use-theme-bg .post .markup a.soundcloud-wrap .credits .title,
.use-theme-bg .post .markup a.bandcamp-wrap .credits .title {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
.use-theme-bg .post .markup div.youtube-wrap,
.use-theme-bg .post .markup div.vimeo-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin: 1.6em 0;
}
.use-theme-bg .post .markup div.youtube-wrap iframe,
.use-theme-bg .post .markup div.vimeo-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.use-theme-bg .post .markup a.youtube-wrap,
.use-theme-bg .post .markup a.vimeo-wrap {
  display: block;
  margin: 1.6em 0;
}
.use-theme-bg .post .markup a.youtube-wrap img,
.use-theme-bg .post .markup a.vimeo-wrap img {
  display: block;
  width: 100%;
}
.use-theme-bg .post .markup div.kindle-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 550px;
  height: 0;
  margin: 1.6em 0;
}
.use-theme-bg .post .markup div.kindle-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.use-theme-bg .post .markup a.kindle-wrap {
  display: block;
  margin: 1.6em 0;
}
.use-theme-bg .post .markup a.kindle-wrap img {
  display: block;
  width: 100%;
}
.use-theme-bg .post .markup .tweet {
  background: #FFF;
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px 20px 11.6px 20px;
  font: normal normal 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
}
.use-theme-bg .post .markup .tweet > a {
  display: block;
  color: black;
  text-decoration: none;
  white-space: pre-wrap;
}
.use-theme-bg .post .markup .tweet .tweet-header {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.use-theme-bg .post .markup .tweet .tweet-header .tweet-author-name {
  display: block;
  color: #1c2022;
  font-weight: 700;
}
.use-theme-bg .post .markup .tweet .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
}
.use-theme-bg .post .markup .tweet .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.use-theme-bg .post .markup .tweet .tweet-photo {
  margin-top: 8px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.use-theme-bg .post .markup .tweet a.expanded-link {
  display: block;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
.use-theme-bg .post .markup .tweet a.expanded-link .expanded-link-img {
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
.use-theme-bg .post .markup .tweet a.expanded-link .expanded-link-title,
.use-theme-bg .post .markup .tweet a.expanded-link .expanded-link-description,
.use-theme-bg .post .markup .tweet a.expanded-link .expanded-link-domain {
  display: block;
  padding: 2px 10px;
}
.use-theme-bg .post .markup .tweet a.expanded-link .expanded-link-title {
  font-weight: bold;
  margin-top: 10px;
}
.use-theme-bg .post .markup .tweet a.expanded-link .expanded-link-description {
  line-height: 18px;
}
.use-theme-bg .post .markup .tweet a.expanded-link .expanded-link-domain {
  color: #8899a6;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.use-theme-bg .post .markup .tweet .tweet-fake-link,
.use-theme-bg .post .markup .tweet .tweet-url {
  color: #1ca1f2;
  text-decoration: none;
}
.use-theme-bg .post .markup .tweet p {
  display: block;
  margin: 0;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.4;
}
.use-theme-bg .post .markup .tweet p a {
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
}
.use-theme-bg .post .markup .tweet .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.use-theme-bg .post .markup .tweet .quoted-tweet .quote-tweet-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #1c2022;
  padding-right: 5px;
}
.use-theme-bg .post .markup .tweet .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}
.use-theme-bg .post .markup .tweet .tweet-footer {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
  text-decoration: none;
}
.use-theme-bg .post .markup .tweet .tweet-footer .tweet-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697882;
}
.use-theme-bg .post .markup .tweet .tweet-footer .tweet-date.no-reactions {
  border-bottom: none;
}
.use-theme-bg .post .markup .tweet .tweet-footer .retweets,
.use-theme-bg .post .markup .tweet .tweet-footer .likes {
  display: inline-block;
  margin-right: 8px;
}
.use-theme-bg .post .markup .tweet .tweet-footer .rt-count,
.use-theme-bg .post .markup .tweet .tweet-footer .like-count {
  font-weight: bold;
  color: #1c2022;
}
.use-theme-bg .post .markup .instagram {
  background-color: #fff;
  position: relative;
  margin: 2em auto;
  max-width: 342px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.use-theme-bg .post .markup .instagram .instagram-top-bar {
  padding: 7px 10px;
  height: 30px;
  line-height: 30px;
}
.use-theme-bg .post .markup .instagram .instagram-top-bar .instagram-author-image {
  display: inline-block;
  margin-right: 10px;
}
.use-theme-bg .post .markup .instagram .instagram-top-bar .instagram-author-image img {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.use-theme-bg .post .markup .instagram .instagram-top-bar a.instagram-author-name {
  vertical-align: top;
  font-weight: 600;
  text-decoration: none;
}
.use-theme-bg .post .markup .instagram .instagram-image img {
  width: 100%;
}
.use-theme-bg .post .markup .instagram .instagram-bottom-bar {
  padding: 10px;
}
.use-theme-bg .post .markup .instagram .instagram-bottom-bar .instagram-title {
  line-height: 18px;
}
.use-theme-bg .post .markup .instagram .instagram-bottom-bar .instagram-title a {
  color: #003569;
  text-decoration: none;
}
.use-theme-bg .post .markup .instagram .instagram-bottom-bar .instagram-title a:hover {
  text-decoration: underline;
}
.use-theme-bg .post .markup .instagram .instagram-bottom-bar .instagram-timestamp {
  margin-top: 4px;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
.use-theme-bg .post .markup .button-wrapper {
  text-align: center;
}
@media print {
  .use-theme-bg .post .markup .button-wrapper {
    display: none;
  }
}
.use-theme-bg .post .markup .button-wrapper .button {
  padding: 6px 20px;
  height: auto;
  text-decoration: none;
}
.use-theme-bg .post .markup .referral-link {
  text-align: center;
}
.use-theme-bg .post .markup .referral-link .button {
  padding: 6px 20px;
  height: auto;
}
.use-theme-bg .post hr {
  margin: 48px 0;
  padding: 0;
  height: 1px;
  background: var(--border_subtle);
  border: none;
}
.use-theme-bg .post .ProseMirror-example-setup-style hr:after {
  display: none;
}
.use-theme-bg .post.thread-head .markup,
.use-theme-bg .post.thread-post-editor .markup {
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.use-theme-bg .post.thread-head .markup p,
.use-theme-bg .post.thread-post-editor .markup p {
  font-size: 15px;
  line-height: 1.42em;
}
.use-theme-bg .post .footnote a,
.use-theme-bg .post a.footnote-anchor {
  color: var(--print_pop);
  text-decoration: none;
}
.use-theme-bg .post .footnote a:hover,
.use-theme-bg .post a.footnote-anchor:hover {
  text-decoration: underline;
}
.use-theme-bg .post .footnote-anchor {
  vertical-align: super;
  line-height: 0;
  font-size: 14px;
}
.use-theme-bg .post .footnote {
  display: flex;
  border-top: solid 1px var(--border_subtle);
  padding-top: 1.5em;
  font-size: 90%;
  flex-direction: row;
  align-items: baseline;
}
.use-theme-bg .post .footnote ~ .footnote {
  border-top: none;
  padding-top: 0;
}
.use-theme-bg .post .footnote .footnote-number {
  display: block;
  margin-right: 6px;
  min-width: 24px;
}
.use-theme-bg .post .footnote .footnote-content {
  display: block;
}
.use-theme-bg .post .captioned-image-container {
  text-align: center;
  margin-bottom: 16px;
}
.use-theme-bg .post .captioned-image-container:last-child {
  margin-bottom: 0;
}
.use-theme-bg .post .captioned-image-container figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.use-theme-bg .post .captioned-image-container figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 10px;
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
}
.use-theme-bg .post .captioned-image-container figcaption a {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .post .captioned-image-container-static {
  text-align: center;
  margin-bottom: 16px;
}
.use-theme-bg .post .captioned-image-container-static:last-child {
  margin-bottom: 0;
}
.use-theme-bg .post .captioned-image-container-static img {
  margin-bottom: 0;
}
.use-theme-bg .post .captioned-image-container-static figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.use-theme-bg .post .captioned-image-container-static figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.use-theme-bg .post .github-gist {
  white-space: normal;
}
.use-theme-bg .post .github-gist.static .blob-code {
  text-align: left;
  line-height: 20px;
  border: 0;
}
.use-theme-bg .post .github-gist.static .blob-code-inner {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
}
.use-theme-bg .post .github-gist.static .gist td {
  vertical-align: baseline;
}
.use-theme-bg .post .github-gist.static .gist td.blob-num[data-line-number] {
  word-break: normal;
}
.use-theme-bg .post .github-gist.static .gist td:not(.blob-num[data-line-number]) {
  min-width: 3000px;
}
.use-theme-bg .post .github-gist.static .gist pre {
  width: 3000px;
  position: static;
  display: inline-block;
  background: inherit;
  outline: none;
  margin: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  padding: 0;
  white-space: pre;
}
.use-theme-bg .post .github-gist.static .gist .pl-e,
.use-theme-bg .post .github-gist.static .gist .pl-en {
  color: #6f42c1;
}
.use-theme-bg .post .github-gist.static .gist .pl-k {
  color: #d73a49;
}
.use-theme-bg .post .github-gist.static .gist .pl-pds,
.use-theme-bg .post .github-gist.static .gist .pl-s,
.use-theme-bg .post .github-gist.static .gist .pl-s .pl-pse .pl-s1,
.use-theme-bg .post .github-gist.static .gist .pl-sr,
.use-theme-bg .post .github-gist.static .gist .pl-sr .pl-cce,
.use-theme-bg .post .github-gist.static .gist .pl-sr .pl-sra,
.use-theme-bg .post .github-gist.static .gist .pl-sr .pl-sre {
  color: #032f62;
}
.use-theme-bg .post .github-gist.static .gist .gist-data {
  overflow: auto;
}
.use-theme-bg .post .github-gist.static .gist .gist-file {
  margin-bottom: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 6px;
}
.use-theme-bg .post .github-gist.static .gist .gist-meta {
  padding: 10px;
  overflow: hidden;
  font-family: Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 12px;
  color: #586069;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px;
}
.use-theme-bg .post .github-gist.static .gist .gist-meta a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.use-theme-bg .post .github-gist.static .gist .blob-num[data-line-number] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
.use-theme-bg .post-preview:hover {
  background-color: var(--background_contrast_1);
  box-shadow: -16px 0 0 0 var(--background_contrast_1), 16px 0 0 0 var(--background_contrast_1);
}
.use-theme-bg .post-preview:hover > .post-preview-image.empty {
  background-color: var(--background_contrast_2);
}
.use-theme-bg .post-preview > .post-preview-image.empty {
  background-color: var(--background_contrast_1);
}
.use-theme-bg .post-silhouette .post-silhouette-title,
.use-theme-bg .post-silhouette .post-silhouette-meta,
.use-theme-bg .post-silhouette .post-silhouette-body {
  background-color: var(--web_bg_color, white);
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.use-theme-bg .post-silhouette .post-silhouette-title::after,
.use-theme-bg .post-silhouette .post-silhouette-meta::after,
.use-theme-bg .post-silhouette .post-silhouette-body::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: linear-gradient(to right, rgba(50, 50, 50, 0.1), rgba(200, 200, 200, 0.1), rgba(50, 50, 50, 0.1));
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: silhouette-scroll 1s linear infinite;
  -o-animation: silhouette-scroll 1s linear infinite;
  animation: silhouette-scroll 1s linear infinite;
  content: '';
}
.use-theme-bg .post-preview-silhouette .post-preview-silhouette-image,
.use-theme-bg .post-preview-silhouette .post-preview-silhouette-title,
.use-theme-bg .post-preview-silhouette .post-preview-silhouette-description,
.use-theme-bg .post-preview-silhouette .post-preview-silhouette-author,
.use-theme-bg .post-preview-silhouette .post-preview-silhouette-meta {
  background-color: var(--web_bg_color, white);
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.use-theme-bg .post-preview-silhouette .post-preview-silhouette-image::after,
.use-theme-bg .post-preview-silhouette .post-preview-silhouette-title::after,
.use-theme-bg .post-preview-silhouette .post-preview-silhouette-description::after,
.use-theme-bg .post-preview-silhouette .post-preview-silhouette-author::after,
.use-theme-bg .post-preview-silhouette .post-preview-silhouette-meta::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: linear-gradient(to right, rgba(40, 40, 40, 0.1), rgba(210, 210, 210, 0.1), rgba(40, 40, 40, 0.1));
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: silhouette-scroll 1s linear infinite;
  -o-animation: silhouette-scroll 1s linear infinite;
  animation: silhouette-scroll 1s linear infinite;
  content: '';
}
.use-theme-bg .post-header .meta-author-wrap .meta-right-column .meta-author {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.use-theme-bg .post-header .meta-author-wrap.with-photo .meta-right-column .meta-author a {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg table.post-meta tr td.post-meta-item {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.use-theme-bg table.post-meta tr td.post-meta-item svg,
.use-theme-bg table.post-meta tr td.post-meta-item path,
.use-theme-bg table.post-meta tr td.post-meta-item rect {
  stroke: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.use-theme-bg table.post-meta tr td.post-meta-item.audience-lock rect:last-child {
  fill: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.use-theme-bg table.post-meta tr td.post-meta-item > a:not(.liked),
.use-theme-bg table.post-meta tr td.post-meta-item > span > a:not(.liked) {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.use-theme-bg table.post-meta tr td.post-meta-item > a:not(.liked) > img,
.use-theme-bg table.post-meta tr td.post-meta-item > a:not(.liked) > svg {
  stroke: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.use-theme-bg table.post-meta tr td.post-meta-item.edit-icon > span > a > svg {
  fill: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.use-theme-bg .post-preview > .post-preview-content > .post-preview-title svg {
  fill: var(--print_on_web_bg_color, #1a1a1a);
  stroke: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .post-preview > .post-preview-content > .post-preview-title svg.podcast {
  margin-bottom: -1px;
}
.use-theme-bg .post-preview > .post-preview-content > .post-preview-title svg.thread {
  margin-bottom: -3px;
}
.use-theme-bg .post-preview > .post-preview-content > .post-preview-description {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.use-theme-bg .post-preview > .post-preview-content > .post-preview-author {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .post-preview > .post-preview-image.empty {
  background-image: url(https://cdn.substack.com/image/fetch/w_128,c_scale,f_png,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack.com%2Ficon%2FSubstackIcon%3Fheight%3D128%26fill%3D%2523aaaaaa%26stroke%3D%2523aaaaaa);
}
.paywall {
  position: relative;
  padding: 40px 32px 40px;
  background: var(--background_pop);
  color: var(--print_on_pop);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  line-height: 1em;
  text-align: center;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.paywall::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  content: '';
  pointer-events: none;
}
.paywall .paywall-intro {
  font-size: 14px;
  font-weight: 300;
}
.paywall .paywall-title {
  margin: 0 auto;
  color: inherit !important;
  font-size: 22px;
  font-weight: 300;
  line-height: 29px;
}
.paywall .paywall-title a {
  color: var(--print_on_pop);
}
.paywall .paywall-subtitle {
  margin: 0 auto;
  color: inherit !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}
.paywall .paywall-cta {
  margin-top: 32px;
}
.paywall .paywall-cta a button {
  padding: 16px 24px;
  height: auto;
  background-color: var(--print_on_pop) !important;
  border: 1px solid var(--print_on_pop) !important;
  border-radius: 4px;
  color: var(--background_pop) !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}
.paywall .paywall-cta .form .sideBySideWrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  max-width: 400px;
}
.paywall .paywall-cta .form .sideBySideWrap input {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.paywall .paywall-cta .form .sideBySideWrap .button {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  width: 200px;
  background-color: var(--border_subtle);
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  color: var(--background_pop);
}
.paywall .paywall-cta .form .sideBySideWrap .button b {
  font-size: 14px;
  font-weight: 500;
}
.paywall .paywall-cta .form .error {
  color: white;
}
.paywall .paywall-login {
  margin-top: 40px;
  font-size: 12px;
  font-weight: 300;
}
.paywall .paywall-login a {
  color: inherit;
  text-decoration: none;
}
.paywall .paywall-login a:hover:active {
  opacity: 0.7;
}
.paywall.modal-paywall {
  position: static;
  background: none;
  color: #1a1a1a;
}
.paywall.modal-paywall::after {
  display: none;
}
.paywall.modal-paywall .button.primary {
  background: var(--background_pop);
  color: var(--print_on_pop);
}
.audio-player-wrapper .audio-player-buttons.audio-player-paywall {
  width: auto;
  text-align: center;
}
.audio-player-wrapper .audio-player-buttons.audio-player-paywall a {
  float: none;
}
.audio-player-wrapper .audio-player-buttons.audio-player-paywall a button svg {
  margin: 0 8px -2px 0;
  height: 16px;
  width: 13px;
  fill: white;
  stroke: white;
}
.main-menu {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.main-menu .topbar-replacement {
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 540px) {
  .main-menu.with-mobile-menu-buttons .topbar-replacement {
    height: 124px;
  }
}
.main-menu.with-mobile-menu-buttons .main-menu-content .topbar .container {
  flex-wrap: wrap;
}
.main-menu.with-border-bottom {
  border-bottom: 1px solid var(--border_subtle);
}
.main-menu .main-menu-content {
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media print {
  .main-menu .main-menu-content {
    position: absolute !important;
    top: 0 !important;
  }
}
.main-menu .topbar {
  position: relative;
  z-index: 3;
  background: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-menu .topbar::before {
  display: block;
  position: absolute;
  top: -500px;
  width: 100%;
  height: 500px;
  background: white;
  content: '';
}
.main-menu .topbar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  padding: 16px 0;
}
.main-menu .topbar .container .headline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  max-width: 580px;
  text-decoration: none;
}
.main-menu .topbar .container .headline:hover:active {
  opacity: 0.7;
}
.main-menu .topbar .container .headline .logo {
  width: 48px !important;
  /* Hack to fix Safari width rendering */
  height: 48px;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.main-menu .topbar .container .headline .logo-wordmark {
  height: 34px;
}
.main-menu .topbar .container .headline .logo-wordmark.substack-logo-wordmark {
  margin-top: -4px;
  height: 20px;
}
@media screen and (max-width: 370px) {
  .main-menu .topbar .container .headline .logo-wordmark.substack-logo-wordmark {
    height: 24px;
  }
}
@media screen and (max-width: 370px) {
  .main-menu .topbar .container .headline .logo-wordmark {
    height: 24px;
  }
}
.main-menu .topbar .container .headline .name {
  display: inline-block;
  padding-right: 8px;
  max-height: 41px;
  color: #1a1a1a;
  font-size: 16px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-weight: normal;
  line-height: 1.3em;
  overflow: hidden;
}
.main-menu .topbar .container .headline.with-subtitle {
  max-width: calc(100vw - 368px);
}
@media screen and (min-width: 718px) {
  .main-menu .topbar .container .headline.with-subtitle {
    max-width: 350px;
  }
}
@media screen and (min-width: 760px) {
  .main-menu .topbar .container .headline.with-subtitle {
    max-width: 350px;
  }
}
@media screen and (max-width: 540px) {
  .main-menu .topbar .container .headline.with-subtitle {
    max-width: calc(100vw - 72px);
  }
}
.main-menu .topbar .container .headline.with-subtitle .name {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-menu .topbar .container .headline.with-subtitle .name .subtitle {
  display: block;
  color: var(--print_secondary, #757575);
  font-size: 13px;
  font-weight: 300;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  line-height: 15.6px;
}
.main-menu .topbar .container .headline.with-subtitle .name .subtitle span {
  display: inline-block;
  position: relative;
  bottom: 1px;
  margin-left: 2px;
  padding: 3px 3px 3px 4px;
  background: #ebebeb;
  border-radius: 2px;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 8px;
  text-transform: uppercase;
}
.main-menu .topbar .container .dropdown-menu {
  top: 70%;
  left: 78px;
}
@media screen and (max-width: 370px) {
  .main-menu .topbar .container button {
    padding: 3px 8px;
    font-size: 11px;
  }
}
.main-menu .topbar .container button .dropdown-menu .dropdown-menu-wrapper {
  min-width: 120px;
}
.main-menu .topbar .container button .dropdown-menu .dropdown-menu-wrapper a {
  display: flex;
  align-items: center;
  padding: 4px 10px;
}
.main-menu .topbar .container button.about .dropdown-menu {
  left: 262px;
}
.main-menu .topbar .container button.writers {
  margin-left: 12px;
}
.main-menu .topbar .container button.writers .dropdown-menu {
  left: 167px;
}
.main-menu .topbar .container button.user-indicator .dropdown-menu {
  left: unset;
  right: -67px;
}
.main-menu .topbar .container button.user-indicator .dropdown-menu .primary {
  color: var(--background_pop);
}
.main-menu .topbar .container .buttons {
  margin: 4px -15px 4px 0;
  flex-shrink: 0;
  display: flex;
}
.main-menu .topbar .container .buttons button {
  margin: 0;
  padding: 0 12px;
  height: 40px;
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (max-width: 370px) {
  .main-menu .topbar .container .buttons button {
    padding: 0 8px;
  }
}
.main-menu .topbar .container .buttons button.menu-button {
  margin: 0 9px 0 7px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-menu .topbar .container .buttons button.menu-button svg {
  padding: 16px 11px 13px;
  height: 11px;
  width: 18px;
}
.main-menu .topbar .container .buttons button.menu-button svg path {
  stroke: #a4a4a4;
  stroke-width: 2px;
}
.main-menu .topbar .container .buttons button.menu-button.boxed {
  border: 1px solid #a4a4a4;
}
.main-menu .topbar .container .buttons button.menu-button.boxed svg {
  padding: 15px 10px 12px;
}
.main-menu .topbar .container .buttons button.menu-button.boxed svg path {
  stroke-width: 1px;
}
.main-menu .topbar .container .buttons a.page-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 540px) {
  .main-menu .topbar .container .buttons a.page-button {
    display: none;
  }
}
.main-menu .topbar .container .buttons a.page-button:active .button {
  color: inherit;
}
.main-menu .topbar .container .buttons a.page-button:active:hover .button {
  opacity: 0.5;
}
.main-menu .topbar .container .buttons a.page-button.current-page .button {
  font-weight: 600;
}
.main-menu .topbar .container .menu-buttons-break {
  height: 0;
  flex-basis: 100%;
}
.main-menu .topbar .container .mobile-menu-buttons {
  display: none;
  justify-content: space-between;
  width: 100%;
  padding: 0 11px;
}
@media screen and (max-width: 540px) {
  .main-menu .topbar .container .mobile-menu-buttons {
    display: flex;
  }
}
.main-menu .topbar .container .mobile-menu-buttons a.page-button .button {
  padding: 20px 0 0;
  height: auto;
}
.main-menu .topbar .container .mobile-menu-buttons a.page-button.current-page .button {
  font-weight: 600;
}
.main-menu .topbar .container .mobile-menu-buttons a.page-button:active .button {
  color: inherit;
  opacity: 0.5;
}
.main-menu .topbar .container.homepage {
  justify-content: flex-start;
  align-items: center;
}
.main-menu .topbar .container.homepage .home-menu {
  margin-right: 8px;
}
.main-menu .topbar .container.homepage .menu-button:active {
  color: inherit;
  opacity: 0.7;
}
@media screen and (max-width: 720px) {
  .main-menu .topbar .container.homepage .menu-button {
    display: none;
  }
}
.main-menu .topbar .container .burger-icon {
  display: none;
  align-self: center;
  margin-left: 24px;
}
@media screen and (max-width: 720px) {
  .main-menu .topbar .container .burger-icon {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  .main-menu .topbar .container .burger-icon {
    margin-left: 8px;
  }
}
.main-menu .drop-down {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid var(--border_subtle);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main-menu .drop-down > .container {
  position: relative;
  margin-bottom: 20px;
}
.main-menu .drop-down > .container ul.navigation {
  margin: 0 6px;
  padding: 0;
  text-align: right;
}
.main-menu .drop-down > .container ul.navigation li {
  list-style: none;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 18px;
  line-height: 42px;
}
.main-menu .drop-down > .container ul.navigation li a {
  color: inherit;
  text-decoration: none;
}
.main-menu .drop-down > .container ul.navigation li a:hover:active {
  opacity: 0.7;
}
.main-menu .drop-down > .container ul.navigation li a.premium {
  color: var(--print_pop);
}
.main-menu .drop-down > .container ul.navigation li a.underground-menu {
  color: #0e5a8a;
  font-family: Monaco, 'Source Code Pro', monospace;
}
.main-menu .drop-down > .container .account-info {
  position: absolute;
  left: 5px;
  bottom: 0;
  color: var(--print_secondary, #757575);
  font-size: 12px;
  line-height: 1em;
}
.main-menu .drop-down > .container .account-info p {
  margin: 5px 0;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.main-menu .drop-down > .container .account-info p .account-info-logout {
  margin-left: 12px;
}
.main-menu .drop-down > .container .account-info p .account-info-logout a {
  color: var(--print_secondary, #757575);
}
.main-menu .drop-down > .container .account-info p .account-info-logout a:hover:active {
  opacity: 0.7;
}
.main-menu .drop-down > .container .account-info p .premium {
  color: var(--print_pop);
}
.main-menu .backdrop {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.44);
  opacity: 0;
  pointer-events: none;
}
.main-menu.animated .topbar .menu-button svg {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.main-menu.animated .drop-down {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.main-menu.animated .backdrop {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.main-menu.open .main-menu-content {
  position: fixed;
  z-index: 100000000;
  top: 0 !important;
}
.main-menu.open .topbar .menu-button svg {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.main-menu.open .drop-down {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.main-menu.open .backdrop {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 912px) {
  .main-menu.wide .container {
    width: 900px;
  }
}
@media screen and (min-width: 720px) {
  .main-menu .button.small.primary.get-started,
  .main-menu .button.small.primary-sign-in {
    padding: 9px 15px;
    height: 34px;
  }
}
@media screen and (max-width: 370px) {
  .main-menu .button.small.primary.get-started,
  .main-menu .button.small.primary-sign-in {
    padding: 6px 8px;
    font-size: 11px;
    height: unset;
  }
}
.main-menu .nav-search {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
  height: 34px;
  margin-left: 12px;
}
.main-menu .nav-search input {
  border-radius: 4px;
  border: 1px solid #ddd;
  max-width: 360px;
  flex: 1;
  margin-right: 24px;
  padding: 6px 8px;
  font-size: 12px;
}
@media screen and (max-width: 720px) {
  .main-menu .nav-search input {
    display: none;
  }
}
.main-menu .notification-container {
  position: relative;
}
.main-menu .badge {
  position: absolute;
  top: 0px;
  right: -5px;
  padding: 5px 5px;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 5px;
}
.main-menu .menu-button > .badge {
  top: 5px;
  right: 0px;
}
.main-menu .menu-footer {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 16pt;
  border-top: 1px solid #eeeeee;
  background-color: #fafafa;
}
.main-menu .menu-footer a {
  text-decoration: none;
}
.main-menu .menu-footer .container {
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.main-menu .menu-footer ul {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-menu .menu-footer ul .account {
  display: flex;
  align-items: center;
}
.main-menu .menu-footer ul li:first-child {
  list-style: none;
}
.main-menu .menu-footer ul li {
  margin-left: 28px;
}
.main-menu .menu-footer ul li .profile-image-wrapper {
  margin-left: 8px;
}
.main-menu .beta {
  display: inline;
  background: #ebebeb;
  color: #78706c;
  padding: 3px 4px;
  font-size: 9px;
  line-height: 9px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 0.25rem;
  white-space: nowrap;
  vertical-align: middle;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  background: white;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  overflow-y: scroll;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.mobile-menu .top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px 15px;
  align-items: center;
}
.mobile-menu .close-icon {
  margin: 12px 0;
}
.mobile-menu .headline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  max-width: 580px;
  text-decoration: none;
}
.mobile-menu .headline .logo {
  width: 48px !important;
  /* Hack to fix Safari width rendering */
  height: 48px;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mobile-menu .headline .logo-wordmark {
  height: 34px;
}
.mobile-menu .headline .logo-wordmark.substack-logo-wordmark {
  margin-top: -4px;
  height: 20px;
}
@media screen and (max-width: 370px) {
  .mobile-menu .headline .logo-wordmark.substack-logo-wordmark {
    height: 16px;
  }
}
@media screen and (max-width: 370px) {
  .mobile-menu .headline .logo-wordmark {
    height: 16px;
  }
}
.mobile-menu .nav-search {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.mobile-menu .nav-search input {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 18px;
  margin: 0 18px;
}
@media screen and (max-width: 720px) {
  .mobile-menu .nav-search input {
    margin: 0;
  }
}
.mobile-menu .mobile-menu-content {
  padding: 12px 20px 20px;
}
.mobile-menu .mobile-menu-content .link-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 36px;
  margin: 42px 0;
}
@media screen and (max-width: 370px) {
  .mobile-menu .mobile-menu-content .link-section {
    font-size: 24px;
    margin: 28px 0;
  }
}
.mobile-menu .mobile-menu-content .link-section a {
  color: #58595b;
  text-decoration: none;
  margin: 6px 0;
}
.mobile-menu .mobile-menu-content .link-section a.primary {
  color: var(--print_pop);
}
.mobile-menu .beta {
  text-transform: capitalize;
}
.use-theme-bg .main-menu .topbar {
  background: var(--web_bg_color, white);
}
.use-theme-bg .main-menu .topbar::before {
  background: var(--web_bg_color, white);
}
.use-theme-bg .main-menu .topbar .container .headline .name {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .main-menu .drop-down {
  background: var(--web_bg_color, white);
}
.use-theme-bg .main-menu .drop-down > .container ul.navigation li a {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .main-menu .drop-down > .container .account-info {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.use-theme-bg .main-menu .drop-down > .container .account-info p .account-info-logout a {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
div.twitter-publications {
  width: 500px;
  margin: 3rem auto;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  text-align: left;
}
@media screen and (max-width: 540px) {
  div.twitter-publications {
    width: 90%;
    margin: 16px auto;
  }
}
div.twitter-publications .inbox {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  font-size: 1rem;
}
div.twitter-publications p {
  margin-top: 0px;
  line-height: 150%;
}
div.twitter-publications .form label {
  padding: unset;
  padding-top: 10px;
}
div.twitter-publications .container {
  max-width: 100%;
  padding-top: 0px;
}
div.twitter-publications div.banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 540px) {
  div.twitter-publications {
    margin-bottom: 50px;
  }
}
div.twitter-publications button[type='submit'] {
  width: 100%;
}
div.twitter-publications .pub-list {
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  div.twitter-publications .pub-list {
    margin: 1rem 0;
  }
}
div.twitter-publications .pub-list h2,
div.twitter-publications .landing h2 {
  text-align: left;
}
div.twitter-publications h2 {
  text-align: left;
}
@media screen and (max-width: 540px) {
  div.twitter-publications h2 {
    margin-bottom: 0px;
  }
}
div.twitter-publications.landing {
  font-size: 18px;
}
@media screen and (max-width: 540px) {
  div.twitter-publications.landing {
    width: 90vw;
  }
}
div.twitter-publications.landing section {
  font-size: 18px;
}
div.twitter-publications.landing .light {
  color: var(--print_secondary, #757575);
}
div.twitter-publications section {
  text-align: left;
}
div.twitter-publications input[type='checkbox'] {
  height: 15px;
  width: 15px;
}
div.twitter-publications .terms-check {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 540px) {
  div.twitter-publications .terms-check {
    width: 300px;
  }
}
div.twitter-publications ul,
div.twitter-publications section {
  margin: unset;
  padding-inline-start: unset;
}
div.twitter-publications ul button[type='submit'],
div.twitter-publications section button[type='submit'] {
  margin: 1.5rem 0;
}
@media screen and (max-width: 540px) {
  div.twitter-publications ul button[type='submit'],
  div.twitter-publications section button[type='submit'] {
    width: 100%;
    margin: 16px 0px;
  }
}
@media screen and (max-width: 540px) {
  div.twitter-publications ul,
  div.twitter-publications section {
    text-align: left;
    margin-block-start: unset;
    margin-block-end: unset;
  }
}
div.twitter-publications ul {
  list-style: none;
}
div.twitter-publications .select-all {
  margin: 30px 0 0 0;
  position: relative;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  width: fit-content;
}
div.twitter-publications .select-all.secondary-form {
  padding: 30px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.06);
}
div.twitter-publications .select-all .footer-text {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: var(--print_secondary, #757575);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
div.twitter-publications .select-all .footer-text .button.invis {
  font-size: 12px;
}
div.twitter-publications .select-all .footer-text .warning-icon {
  display: block;
  float: left;
  margin-top: 1px;
  margin-right: 6px;
}
div.twitter-publications .select-all input,
div.twitter-publications .select-all textarea,
div.twitter-publications .select-all div.inputWrap {
  padding: 20px 10px;
  margin: 0;
  border: none;
  border-bottom: 1px solid var(--border_subtle);
  background: white;
  color: #1a1a1a;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}
div.twitter-publications .select-all input:focus,
div.twitter-publications .select-all textarea:focus,
div.twitter-publications .select-all div.inputWrap:focus {
  outline: 0;
}
div.twitter-publications .select-all div.inputWrap.no-border {
  border: none !important;
}
div.twitter-publications .select-all input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
div.twitter-publications .select-all .small-input,
div.twitter-publications .select-all input.small-input,
div.twitter-publications .select-all textarea.small-input,
div.twitter-publications .select-all div.inputWrap.small-input {
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 14px;
  margin: 5px 0;
  border: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
div.twitter-publications .select-all textarea {
  resize: vertical;
}
div.twitter-publications .select-all div.inputWrap:first-child,
div.twitter-publications .select-all input:first-child,
div.twitter-publications .select-all textarea:first-child {
  border-top: 1px solid var(--border_subtle);
}
div.twitter-publications .select-all div.inputWrap.small-input:first-child,
div.twitter-publications .select-all input.small-input:first-child,
div.twitter-publications .select-all textarea.small-input:first-child {
  border-top: 1px solid #ddd;
}
div.twitter-publications .select-all input:-webkit-autofill,
div.twitter-publications .select-all textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset;
}
div.twitter-publications .select-all label {
  padding: 20px 10px;
  border: none;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  vertical-align: center;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, #757575);
}
div.twitter-publications .select-all .inputWrap label,
div.twitter-publications .select-all label.no-pad {
  padding: 0;
}
div.twitter-publications .select-all .inputGroup {
  padding: 15px 0;
}
div.twitter-publications .select-all input[type='checkbox'],
div.twitter-publications .select-all input[type='radio'] {
  width: auto;
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  -webkit-appearance: checkbox;
}
div.twitter-publications .select-all input[type='radio'] {
  -webkit-appearance: radio;
  margin-bottom: 5px;
}
div.twitter-publications .select-all .button[type='submit'],
div.twitter-publications .select-all .button.submit,
div.twitter-publications .select-all .button.ok-button {
  margin-top: 30px;
}
div.twitter-publications .select-all .error {
  color: #ef0700;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  right: 20px;
  padding: 5px;
  margin-top: -60px;
}
div.twitter-publications .select-all .error.other-error,
div.twitter-publications .select-all input[type='hidden'] + #error-container .error,
div.twitter-publications .select-all .small-input + .error,
div.twitter-publications .select-all .fancy-input + .error {
  position: relative;
  margin-top: 0;
  right: auto;
}
div.twitter-publications .select-all .small-input + .error,
div.twitter-publications .select-all .fancy-input + .error {
  padding: 5px 0;
}
div.twitter-publications .select-all .fancy-stripe {
  padding: 10px 10px;
  border: none;
  border-bottom: 1px solid var(--border_subtle);
  background: white;
  display: block;
  font-size: 16px;
  min-height: 40px;
}
div.twitter-publications .select-all .fancy-stripe.small-input {
  padding: 0px 15px;
  font-size: 14px;
  border: 1px solid #ddd;
}
div.twitter-publications .select-all .fancy-stripe .error {
  position: relative;
  right: auto;
  padding: 0;
  margin-top: 0;
}
div.twitter-publications .select-all .help-text {
  font-size: 14px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  margin-top: 30px;
}
div.twitter-publications .select-all .fancy-input {
  position: relative;
}
div.twitter-publications .select-all .fancy-input a {
  height: 58px;
  line-height: 58px;
  padding: 0 10px;
  display: inline-block;
  right: 0;
  top: 1px;
  background: white;
  position: absolute;
}
.modal-free-signup div.twitter-publications .select-all {
  text-align: left;
}
.modal-free-signup div.twitter-publications .select-all .sideBySideWrap button {
  margin-top: 1em;
}
.modal-free-signup div.twitter-publications .select-all .subtle-help-text {
  margin-top: 0.3em;
}
.modal-free-signup div.twitter-publications .select-all .subtle-help-text a {
  margin-right: 1em;
  color: var(--print_secondary, #757575);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 0.6em;
  text-decoration: underline;
}
div.twitter-publications .select-all label {
  padding: unset;
  font-size: 1rem;
  color: #1a1a1a;
}
div.twitter-publications .select-all input[type='checkbox'] {
  margin: 0 5px;
  margin-right: 8px;
}
div.twitter-publications .publication-row {
  margin-left: 30px;
  line-height: 150%;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div.twitter-publications .publication-row a {
  text-decoration: none;
}
div.twitter-publications .publication-row a .name {
  color: #1a1a1a;
}
div.twitter-publications .publication-row a .description {
  color: var(--print_secondary, #757575);
}
div.twitter-publications .publication-row .subscribed-status {
  margin-left: 8px;
}
div.twitter-publications .publication-row .subscribed {
  margin-top: 0.5rem;
}
div.twitter-publications .publication-row .subscribed svg {
  fill: var(--print_pop);
}
div.twitter-publications .publication-row a.publication {
  width: 100%;
}
div.twitter-publications .publication.card {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 1rem;
}
@media screen and (max-width: 540px) {
  div.twitter-publications .publication.card .pub-icon {
    width: 30px;
    height: 30px;
  }
  div.twitter-publications .publication.card .pub-icon .placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  div.twitter-publications .publication.card img {
    width: 30px;
    height: 30px;
  }
}
div.twitter-publications .publication {
  max-width: 100%;
  line-height: 20px;
  color: #757575;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
div.twitter-publications .publication .name {
  font-weight: bold;
}
div.twitter-publications .twitter-handle {
  align-self: baseline;
  font-size: 16px;
  padding-top: 0.5rem;
  margin-left: 0.875rem;
}
div.twitter-publications .twitter-handle .author {
  font-weight: 500;
}
div.twitter-publications .twitter-handle .handle {
  color: #78706c;
}
div.twitter-publications .photo {
  display: flex;
  align-items: center;
  align-self: baseline;
}
div.twitter-publications img.user-profile-head {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 540px) {
  div.twitter-publications img.user-profile-head {
    width: 30px;
    height: 30px;
  }
}
div.twitter-publications .publication.card div.title .name {
  font-weight: 500;
}
div.twitter-publications .publication.card .pub-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
div.twitter-publications .publication.card .pub-icon .placeholder {
  line-height: 21px;
}
div.twitter-publications .publication.card .pub-icon .placeholder {
  font-size: 15px;
}
li.linked-pub.subscribed div.linked-pub {
  flex-direction: row;
}
li.linked-pub.subscribed .publication-row {
  margin-top: unset;
}
@media screen and (max-width: 540px) {
  li.linked-pub.subscribed .publication-row {
    flex-direction: column;
  }
  li.linked-pub.subscribed .publication-row .publication {
    width: 240px;
  }
  li.linked-pub.subscribed .publication-row button {
    width: 240px;
  }
}
li.linked-pub {
  width: 100%;
  text-align: left;
  margin: 1rem 0;
  list-style: none;
}
li.linked-pub div.linked-pub {
  display: flex;
  flex-direction: column;
}
li.linked-pub div.info {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
li.linked-pub input[type='checkbox'] {
  margin-right: 0.875rem;
}
.twitter-link {
  text-decoration: none;
}
.twitter-discover {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  text-decoration: none;
  width: 250px;
  max-width: 250px;
  background-color: #049ff5;
  color: white;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
  line-height: 50px;
  height: 50px;
}
.twitter-discover a,
.twitter-discover:hover {
  text-decoration: none;
  color: white;
}
.twitter-discover div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.twitter-discover div.inner {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}
.twitter-discover svg {
  margin-right: -16px;
}
html {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100%;
}
html.modal-in {
  overflow: hidden;
}
body {
  font-kerning: auto;
  padding: 0;
  margin: 0;
  font-family: var(--font_family_body, var(--font_family_body_preset, 'Spectral', serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_body_preset, 400);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: calc(17px + var(--font_size_body_offset, 0px));
  color: #1a1a1a;
  cursor: default;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: calc(var(--font_size_body_desktop, 19px) + var(--font_size_body_offset, 0px));
  }
}
.use-theme-bg {
  background: var(--web_bg_color, white);
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg input,
.use-theme-bg textarea {
  background: var(--background_contrast_2);
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg input::placeholder,
.use-theme-bg textarea::placeholder {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
*:focus {
  outline: none;
}
@media screen and (max-width: 540px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 541px) {
  .mobile-only {
    display: none !important;
  }
}
a {
  color: #1a1a1a;
  text-decoration: underline;
}
a.no-styles {
  color: inherit;
  text-decoration: none;
}
a.small {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 12px;
  color: var(--print_secondary, #757575);
}
.crossed-out {
  text-decoration: line-through;
}
.checkout .trial {
  font-weight: bold;
}
.discount-price {
  color: #1a1a1a;
}
.checkout .discount-price {
  font-weight: bold;
}
.clearfix {
  clear: both;
  height: 1px;
}
.container {
  margin: 0 15px;
  min-width: 280px;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .container {
    margin: 0 auto;
    width: 728px;
  }
}
@media print {
  .container {
    max-width: 728px;
  }
}
.full-container-border {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid var(--border_subtle);
}
.container-border {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid var(--border_subtle);
}
.page-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  text-align: center;
  padding-bottom: 60px;
  padding-top: 30px;
  border-bottom: 1px solid var(--border_subtle);
}
.page-hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-hero .hero-content p {
  max-width: 520px;
  margin: auto;
}
.header {
  border-bottom: 1px solid var(--border_subtle);
  padding: 20px 0;
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.header .container {
  display: flex;
  height: 42px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.header .container .headbuts {
  min-width: 3.5em;
  text-align: right;
}
.header .container .headbuts.wide {
  min-width: 9em;
}
.header .container .headbuts a .button {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, #757575);
  margin-left: 24px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  cursor: pointer;
}
.header .container .headbuts a .button .new-label {
  margin-left: 2px;
  color: #4c3;
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
}
.header .container .headbuts a:first-child .button {
  margin-left: 0;
}
.header .container .headbuts a:hover .button,
.header .container .headbuts a:active .button,
.header .container .headbuts a.current-page .button {
  color: #1a1a1a;
}
.header .container .headline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header .container .headline,
.header .container .headline:hover {
  text-decoration: none !important;
}
.header .container .headline .logo {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 4px;
}
.header .container .headline .wide-logo {
  height: 42px;
  display: none;
}
.header .container .headline .name {
  font-size: 16px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: #1a1a1a;
  display: inline-block;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  font-weight: 700;
}
.header .container .headline .name .beta-label {
  background: rgba(0, 0, 0, 0.25);
  display: inline-block;
  font-size: 8px;
  letter-spacing: 1px;
  padding: 5px 7px;
  line-height: 10px;
  border-radius: 3px;
  position: relative;
  bottom: 3px;
  text-transform: uppercase;
}
@media screen and (min-width: 500px) {
  .header .container .headline .logo {
    width: 42px;
    height: 42px;
    border-radius: 6px;
  }
  .header .container .headline.wide .name {
    display: none;
  }
  .header .container .headline.wide .logo {
    display: none;
  }
  .header .container .headline.wide .wide-logo {
    display: inline-block;
  }
}
.header .container > span {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  line-height: 44px;
}
.subheader {
  background: no-repeat top center;
  background-size: cover;
  border-bottom: 1px solid var(--border_subtle);
  background-color: var(--background_pop);
  color: var(--print_on_pop);
}
.subheader.darker {
  color: #1a1a1a;
}
.subheader .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.67em 0;
}
@media screen and (max-width: 767px) {
  .subheader .container {
    padding: 0.5em 0;
  }
}
.subheader p {
  width: 100px;
  font-size: 17px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  flex-grow: 1;
  margin: 0.335em 0.67em 0.335em 0;
  line-height: 1.4em;
}
.subheader .form {
  width: 100%;
  margin: 0.335em 0;
}
@media screen and (min-width: 768px) {
  .subheader .form {
    margin-top: 0.8em;
    width: 300px;
    padding-left: 10px;
  }
}
.subheader .form .error,
.subheader .form .error.other-error {
  color: var(--print_on_pop);
  padding: 6px 0 0;
}
.subheader button {
  color: var(--print_on_pop);
}
.subheader button.primary {
  border: 1px solid white;
}
.subheader a.small {
  padding: 0.618em;
  text-decoration: none;
}
.subheader a.subtle {
  color: var(--print_on_pop);
}
.subheader a.cta {
  display: inline-block;
  margin: 0.335em 0;
}
.subheader .gift {
  display: inline-block;
  margin: -7px 8px -7px 0;
  height: 34px;
  width: 34px;
  background-image: url(../image/fetch/w_68-c_limit-f_auto-q_auto-good-fl_progressive-steep/img/gift.white.png);
  -webkit-background-size: 100%;
  background-size: 100%;
}
@media screen and (max-width: 560px) {
  .subheader .gift {
    display: none;
  }
}
.subheader .sideBySideWrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.subheader .sideBySideWrap input {
  border: 1px solid white;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px 15px;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
}
.subheader .sideBySideWrap button {
  min-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.subheader .sideBySideWrap a.small {
  margin-left: 10px;
}
.subheader .form .sideBySideWrap .button[type='submit'].rightButton,
.subheader .sideBySideWrap .rightButton {
  display: inline-block;
  margin: 0;
  min-width: 102px;
  height: 18px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.subheader .subtle-help-text {
  color: inherit;
  font-size: 10px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  opacity: 0.7;
}
.subheader .subtle-help-text.center-aligned {
  text-align: center;
}
.subheader .subtle-help-text.right-aligned {
  text-align: right;
}
.subheader .subtle-help-text.below-input {
  margin: 4px 0 -4px;
}
@media screen and (max-width: 767px) {
  .subheader .subtle-help-text.below-input {
    margin: 11px 0 -2px;
  }
}
@media screen and (min-width: 768px) {
  .subheader .subtle-help-text.below-input {
    min-height: 0.6em;
  }
}
.subheader .subtle-help-text a {
  float: left;
  margin-right: 8px;
  color: inherit;
  text-decoration: underline;
}
.button {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  height: 42px;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0;
  background-color: transparent;
  opacity: 1;
  outline: none;
  text-decoration: none;
}
.button:disabled {
  cursor: not-allowed;
}
.button:hover:active:not(.disabled) {
  opacity: 0.7;
}
.button.wide {
  width: 100%;
}
.button.primary {
  background-color: var(--background_pop);
  color: var(--print_on_pop) !important;
  text-decoration: none !important;
}
.button.primary span {
  text-decoration: none;
}
.button.outline {
  background: transparent;
  border: 1px solid var(--print_pop);
  color: var(--print_pop);
  text-decoration: none !important;
}
.button.outline span {
  text-decoration: none;
}
.button.expander {
  padding: 3px 15px;
  height: auto;
  border: 1px solid #ececec;
  color: #949494;
  font-size: 12px;
}
.button.danger {
  background-color: #ff5757;
  color: var(--print_on_pop);
  text-decoration: none !important;
}
.button.danger span {
  text-decoration: none;
}
.button.gray {
  background-color: var(--print_secondary, #757575);
  color: white;
}
.button.gray-foreground {
  background: transparent;
  border: 1px solid var(--print_secondary, #757575);
  color: var(--print_secondary, #757575);
}
.button.disabled {
  opacity: 0.3;
}
.button.secondary {
  color: var(--print_pop);
}
.button.invis {
  padding: 0;
  height: auto;
}
.button.margin-bottom {
  margin-bottom: 15px;
}
.button.email {
  box-sizing: content-box;
  line-height: 1em;
  height: auto;
  padding: 0;
  border: solid var(--background_pop);
  border-width: 12px 20px;
  text-decoration: none !important;
}
.button.email span {
  text-decoration: none;
}
.button.email.heart {
  border-width: 8px 16px;
}
.button.email.heart img {
  vertical-align: bottom;
}
.button.white-outline {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none !important;
}
.button.white-outline span {
  text-decoration: none;
}
.button.small {
  font-size: 13px;
  padding: 6px 12px;
  height: auto;
  margin-top: 10px;
}
.button.no-margin {
  margin: 0;
}
.button.twitter-button {
  background-color: #059ff5;
  background-repeat: no-repeat;
  background-image: url(../img/twitter.white_v-48b-177e4065fd8.svg);
  background-size: 18px;
  background-position: 20px center;
  padding-left: 50px;
  border: 1px solid #059ff5;
  color: #fff;
  text-decoration: none !important;
}
.button.twitter-button span {
  text-decoration: none;
}
.alert {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_on_pop);
  font-size: 14px;
  overflow: hidden;
  min-height: 20px;
  line-height: 20px;
  padding: 10px 0;
  background-color: var(--background_pop);
}
.alert.error {
  background-color: #ff5757;
}
.alert .code {
  display: block;
  float: right;
  text-transform: uppercase;
  font-weight: bold;
}
.section {
  padding: 30px 0;
}
.section-top-pad {
  padding: 60px 0 0 0;
}
.page {
  padding: 30px 0;
}
.page .ellipsized-span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page .page-title,
.page .subtitle,
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 1em 0 0.625em 0;
  color: #1a1a1a;
  line-height: 1.16em;
}
.page .page-title,
.page h1.title {
  margin: 0.378em 0 0 0;
  font-size: 40px;
  line-height: 1.1em;
}
.page .page-title a,
.page h1.title a {
  text-decoration: none;
  color: #1a1a1a;
}
.page .page-title a:hover,
.page h1.title a:hover {
  text-decoration: underline;
}
.page .page-title a.small,
.page h1.title a.small {
  font-size: 12px;
  line-height: 12px;
}
.page .body h1:first-child,
.page .page-title {
  margin: 0 0 1em 0;
}
.page h1 {
  font-size: 2em;
}
.page h2 {
  font-size: 1.625em;
}
.page h3 {
  font-size: 1.375em;
}
.page h4 {
  font-size: 1.125em;
}
.page .subtitle {
  color: var(--print_secondary, #757575);
  font-weight: normal;
  font-size: 19px;
  margin: 4px 0 0;
}
.page p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.page p.no-margin {
  margin: 0;
}
.page p.centered {
  text-align: center;
}
.page p,
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  color: #1a1a1a;
}
.page p a,
.page h1 a,
.page h2 a,
.page h3 a,
.page h4 a,
.page h5 a,
.page h6 a {
  color: #1a1a1a;
  text-decoration: underline;
}
.page p a:active,
.page h1 a:active,
.page h2 a:active,
.page h3 a:active,
.page h4 a:active,
.page h5 a:active,
.page h6 a:active {
  opacity: 0.6;
}
.page a.ui-secondary {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, #757575);
  font-size: 0.8em;
}
.page blockquote {
  border-left: 4px solid var(--background_pop);
  margin: 1em 0;
}
.page blockquote > * {
  margin-left: 1em;
}
.page pre {
  position: relative;
  background: #f3f3f3;
  outline: 6px solid #f3f3f3;
}
.page pre:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  border: solid #f3f3f3;
  border-width: 6px 10px 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.page pre code {
  white-space: pre-wrap;
}
.page ul,
.page ol {
  margin: 1em 0;
}
.page ul li,
.page ol li {
  margin: 7.5px 0 7.5px 15px;
  mso-special-format: bullet;
}
.page ul li > *:first-child:last-child,
.page ul li > .captioned-image-container:first-child:last-child a.image-link,
.page ul li > .captioned-image-container-static:first-child:last-child a.image-link,
.page ol li > *:first-child:last-child,
.page ol li > .captioned-image-container:first-child:last-child a.image-link,
.page ol li > .captioned-image-container-static:first-child:last-child a.image-link {
  margin: 0;
}
.page .markup {
  word-break: break-word;
  margin-bottom: 12px;
}
.page .markup .captioned-image-container a.image-link,
.page .markup .captioned-image-container-static:first-child a.image-link {
  margin-top: 0;
  margin-bottom: 0;
}
.page .markup > :first-child,
.page .markup .captioned-image-container:first-child,
.page .markup .captioned-image-container-static:first-child {
  margin-top: 0;
}
.page .markup > :last-child,
.page .markup .captioned-image-container:last-child,
.page .markup .captioned-image-container-static:last-child,
.page .markup .captioned-image-container:last-child figcaption,
.page .markup .captioned-image-container-static:last-child figcaption {
  margin-bottom: 0;
}
.page .markup .captioned-image-container:last-child figcaption,
.page .markup .captioned-image-container-static:last-child figcaption {
  padding-bottom: 0;
}
.page .markup img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.page .markup table.image-wrapper,
.page .markup table.kindle-wrapper {
  margin: 8px auto;
  mso-padding-alt: 1em 0 1.6em;
}
.page .markup table.image-wrapper td,
.page .markup table.kindle-wrapper td {
  text-align: center;
}
.page .markup table.image-wrapper img,
.page .markup table.kindle-wrapper img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page .markup table.image-wrapper img,
  .page .markup table.kindle-wrapper img {
    max-width: 550px;
  }
}
.page .markup table.image-wrapper img.wide-image,
.page .markup table.kindle-wrapper img.wide-image {
  width: 100%;
  max-width: 550px;
}
.page .markup a.image-link {
  display: block;
  padding: 0;
  margin: 1.6em auto;
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
}
.page .markup td a.image-link {
  margin: 0;
}
.page .markup iframe.spotify-wrap,
.page .markup a.spotify-wrap {
  display: block;
  top: 0;
  left: 0;
  margin: 0.62em 0 1em 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 398px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .page .markup iframe.spotify-wrap,
  .page .markup a.spotify-wrap {
    width: auto !important;
  }
}
.page .markup iframe.spotify-wrap.podcast,
.page .markup a.spotify-wrap.podcast {
  height: 153px;
}
.page .markup a.spotify-wrap {
  height: 78px;
  max-width: 398px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
}
.page .markup a.spotify-wrap .cover {
  display: block;
  float: left;
  margin: 0;
  height: 78px;
  width: 78px;
  -webkit-background-size: cover;
  background-size: cover;
}
.page .markup a.spotify-wrap .content {
  display: block;
  margin: 14px 12px 0 90px;
}
.page .markup a.spotify-wrap .content .title,
.page .markup a.spotify-wrap .content .subtitle,
.page .markup a.spotify-wrap .content .description {
  display: block;
  margin: 0 0 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .markup a.spotify-wrap .content .title {
  color: #181818;
}
.page .markup a.spotify-wrap .content .subtitle {
  color: #a0a0a0;
}
.page .markup a.spotify-wrap .content .description {
  margin: 10px 0 0;
  color: #a0a0a0;
  font-size: 12px;
}
.page .markup a.spotify-wrap .content .logo {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: -6px -2px 0 0;
}
.page .markup a.soundcloud-wrap,
.page .markup div.soundcloud-wrap {
  max-width: 398px;
  height: 116px;
}
.page .markup a.bandcamp-wrap,
.page .markup div.bandcamp-wrap {
  max-width: 700px;
  height: 120px;
}
.page .markup div.bandcamp-wrap.album {
  height: 241px;
}
.page .markup a.soundcloud-wrap,
.page .markup div.soundcloud-wrap,
.page .markup div.bandcamp-wrap,
.page .markup a.bandcamp-wrap {
  position: relative;
  width: 100%;
  margin: 1.6em 0;
}
.page .markup div.soundcloud-wrap iframe,
.page .markup div.bandcamp-wrap iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.page .markup a.soundcloud-wrap,
.page .markup a.bandcamp-wrap {
  display: block;
  height: 114px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
.page .markup a.soundcloud-wrap img,
.page .markup a.bandcamp-wrap img {
  margin: 0;
  max-width: none;
}
.page .markup a.soundcloud-wrap .thumbnail,
.page .markup a.bandcamp-wrap .thumbnail {
  display: block;
  float: left;
  border: solid #f5f5f5;
  border-width: 7px 15px 7px 7px;
  height: 100px;
  width: 100px;
}
.page .markup a.soundcloud-wrap .play,
.page .markup a.bandcamp-wrap .play {
  display: block;
  float: left;
  height: 43px;
  width: 43px;
  border: solid #f5f5f5;
  border-width: 33px 5px 0 0;
}
.page .markup a.soundcloud-wrap .credits,
.page .markup a.bandcamp-wrap .credits {
  display: block;
  border: solid #f5f5f5;
  border-width: 37px 7px 0 0;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-body-container .page .markup a.soundcloud-wrap .credits,
.email-body-container .page .markup a.bandcamp-wrap .credits {
  white-space: normal;
}
.page .markup a.soundcloud-wrap .credits .author,
.page .markup a.bandcamp-wrap .credits .author {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.page .markup a.soundcloud-wrap .credits .title,
.page .markup a.bandcamp-wrap .credits .title {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
.page .markup div.youtube-wrap,
.page .markup div.vimeo-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin: 1.6em 0;
}
.page .markup div.youtube-wrap iframe,
.page .markup div.vimeo-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.page .markup a.youtube-wrap,
.page .markup a.vimeo-wrap {
  display: block;
  margin: 1.6em 0;
}
.page .markup a.youtube-wrap img,
.page .markup a.vimeo-wrap img {
  display: block;
  width: 100%;
}
.page .markup div.kindle-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 550px;
  height: 0;
  margin: 1.6em 0;
}
.page .markup div.kindle-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.page .markup a.kindle-wrap {
  display: block;
  margin: 1.6em 0;
}
.page .markup a.kindle-wrap img {
  display: block;
  width: 100%;
}
.page .markup .tweet {
  background: #FFF;
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px 20px 11.6px 20px;
  font: normal normal 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
}
.page .markup .tweet > a {
  display: block;
  color: black;
  text-decoration: none;
  white-space: pre-wrap;
}
.page .markup .tweet .tweet-header {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.page .markup .tweet .tweet-header .tweet-author-name {
  display: block;
  color: #1c2022;
  font-weight: 700;
}
.page .markup .tweet .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
}
.page .markup .tweet .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.page .markup .tweet .tweet-photo {
  margin-top: 8px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.page .markup .tweet a.expanded-link {
  display: block;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
.page .markup .tweet a.expanded-link .expanded-link-img {
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
.page .markup .tweet a.expanded-link .expanded-link-title,
.page .markup .tweet a.expanded-link .expanded-link-description,
.page .markup .tweet a.expanded-link .expanded-link-domain {
  display: block;
  padding: 2px 10px;
}
.page .markup .tweet a.expanded-link .expanded-link-title {
  font-weight: bold;
  margin-top: 10px;
}
.page .markup .tweet a.expanded-link .expanded-link-description {
  line-height: 18px;
}
.page .markup .tweet a.expanded-link .expanded-link-domain {
  color: #8899a6;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.page .markup .tweet .tweet-fake-link,
.page .markup .tweet .tweet-url {
  color: #1ca1f2;
  text-decoration: none;
}
.page .markup .tweet p {
  display: block;
  margin: 0;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.4;
}
.page .markup .tweet p a {
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
}
.page .markup .tweet .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.page .markup .tweet .quoted-tweet .quote-tweet-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #1c2022;
  padding-right: 5px;
}
.page .markup .tweet .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}
.page .markup .tweet .tweet-footer {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
  text-decoration: none;
}
.page .markup .tweet .tweet-footer .tweet-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697882;
}
.page .markup .tweet .tweet-footer .tweet-date.no-reactions {
  border-bottom: none;
}
.page .markup .tweet .tweet-footer .retweets,
.page .markup .tweet .tweet-footer .likes {
  display: inline-block;
  margin-right: 8px;
}
.page .markup .tweet .tweet-footer .rt-count,
.page .markup .tweet .tweet-footer .like-count {
  font-weight: bold;
  color: #1c2022;
}
.page .markup .instagram {
  background-color: #fff;
  position: relative;
  margin: 2em auto;
  max-width: 342px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.page .markup .instagram .instagram-top-bar {
  padding: 7px 10px;
  height: 30px;
  line-height: 30px;
}
.page .markup .instagram .instagram-top-bar .instagram-author-image {
  display: inline-block;
  margin-right: 10px;
}
.page .markup .instagram .instagram-top-bar .instagram-author-image img {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.page .markup .instagram .instagram-top-bar a.instagram-author-name {
  vertical-align: top;
  font-weight: 600;
  text-decoration: none;
}
.page .markup .instagram .instagram-image img {
  width: 100%;
}
.page .markup .instagram .instagram-bottom-bar {
  padding: 10px;
}
.page .markup .instagram .instagram-bottom-bar .instagram-title {
  line-height: 18px;
}
.page .markup .instagram .instagram-bottom-bar .instagram-title a {
  color: #003569;
  text-decoration: none;
}
.page .markup .instagram .instagram-bottom-bar .instagram-title a:hover {
  text-decoration: underline;
}
.page .markup .instagram .instagram-bottom-bar .instagram-timestamp {
  margin-top: 4px;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
.page .markup .button-wrapper {
  text-align: center;
}
@media print {
  .page .markup .button-wrapper {
    display: none;
  }
}
.page .markup .button-wrapper .button {
  padding: 6px 20px;
  height: auto;
  text-decoration: none;
}
.page .markup .referral-link {
  text-align: center;
}
.page .markup .referral-link .button {
  padding: 6px 20px;
  height: auto;
}
.page hr {
  margin: 48px 0;
  padding: 0;
  height: 1px;
  background: var(--border_subtle);
  border: none;
}
.page .ProseMirror-example-setup-style hr:after {
  display: none;
}
.page.thread-head .markup,
.page.thread-post-editor .markup {
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.page.thread-head .markup p,
.page.thread-post-editor .markup p {
  font-size: 15px;
  line-height: 1.42em;
}
.page .footnote a,
.page a.footnote-anchor {
  color: var(--print_pop);
  text-decoration: none;
}
.page .footnote a:hover,
.page a.footnote-anchor:hover {
  text-decoration: underline;
}
.page .footnote-anchor {
  vertical-align: super;
  line-height: 0;
  font-size: 14px;
}
.page .footnote {
  display: flex;
  border-top: solid 1px var(--border_subtle);
  padding-top: 1.5em;
  font-size: 90%;
  flex-direction: row;
  align-items: baseline;
}
.page .footnote ~ .footnote {
  border-top: none;
  padding-top: 0;
}
.page .footnote .footnote-number {
  display: block;
  margin-right: 6px;
  min-width: 24px;
}
.page .footnote .footnote-content {
  display: block;
}
.page .captioned-image-container {
  text-align: center;
  margin-bottom: 16px;
}
.page .captioned-image-container:last-child {
  margin-bottom: 0;
}
.page .captioned-image-container figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.page .captioned-image-container figcaption {
  color: var(--print_secondary, #757575);
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 10px;
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
}
.page .captioned-image-container figcaption a {
  color: #1a1a1a;
}
.page .captioned-image-container-static {
  text-align: center;
  margin-bottom: 16px;
}
.page .captioned-image-container-static:last-child {
  margin-bottom: 0;
}
.page .captioned-image-container-static img {
  margin-bottom: 0;
}
.page .captioned-image-container-static figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.page .captioned-image-container-static figcaption {
  color: var(--print_secondary, #757575);
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.page .github-gist {
  white-space: normal;
}
.page .github-gist.static .blob-code {
  text-align: left;
  line-height: 20px;
  border: 0;
}
.page .github-gist.static .blob-code-inner {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
}
.page .github-gist.static .gist td {
  vertical-align: baseline;
}
.page .github-gist.static .gist td.blob-num[data-line-number] {
  word-break: normal;
}
.page .github-gist.static .gist td:not(.blob-num[data-line-number]) {
  min-width: 3000px;
}
.page .github-gist.static .gist pre {
  width: 3000px;
  position: static;
  display: inline-block;
  background: inherit;
  outline: none;
  margin: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  padding: 0;
  white-space: pre;
}
.page .github-gist.static .gist .pl-e,
.page .github-gist.static .gist .pl-en {
  color: #6f42c1;
}
.page .github-gist.static .gist .pl-k {
  color: #d73a49;
}
.page .github-gist.static .gist .pl-pds,
.page .github-gist.static .gist .pl-s,
.page .github-gist.static .gist .pl-s .pl-pse .pl-s1,
.page .github-gist.static .gist .pl-sr,
.page .github-gist.static .gist .pl-sr .pl-cce,
.page .github-gist.static .gist .pl-sr .pl-sra,
.page .github-gist.static .gist .pl-sr .pl-sre {
  color: #032f62;
}
.page .github-gist.static .gist .gist-data {
  overflow: auto;
}
.page .github-gist.static .gist .gist-file {
  margin-bottom: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 6px;
}
.page .github-gist.static .gist .gist-meta {
  padding: 10px;
  overflow: hidden;
  font-family: Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 12px;
  color: #586069;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px;
}
.page .github-gist.static .gist .gist-meta a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.page .github-gist.static .gist .blob-num[data-line-number] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
@media screen and (min-width: 768px) {
  .page {
    padding: 60px 0;
  }
}
.page.no-pad {
  padding: 0;
}
.page.top-border {
  border-top: 1px solid #ddd;
}
.subscribe .plan-radio-container label {
  padding: 5px 0;
  font-size: 16px;
  color: #1a1a1a;
}
.subscribe .plan-radio-container span.short-description {
  font-style: italic;
}
.subscribe .plan-radio-container span.short-description::before {
  content: ' - ';
}
.subscribe .tos-checkbox-container {
  margin-top: 15px;
}
.checkout {
  padding: 30px 0;
}
.checkout h2 {
  margin: 0;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 22px;
  line-height: 0.7em;
}
.checkout h5 {
  margin: 8px 0 0;
  color: var(--print_secondary, #757575);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 12px;
  font-weight: normal;
}
.checkout p.preamble {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}
.checkout .form {
  margin: 0;
}
.checkout .form .fancy-input a {
  height: 41px;
  line-height: 41px;
  right: 1px;
  border-radius: 4px;
}
.checkout .form .note {
  margin: 12px 0;
  color: var(--print_secondary, #757575);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 15px;
  text-align: center;
}
.checkout .form .note.no-bottom-margin {
  margin-bottom: 0;
}
.checkout .form .note.apple-pay-loader {
  min-height: 28px;
  margin: 10px 0 14px;
}
.checkout .form .note a {
  color: var(--print_pop);
}
.checkout .form .quantity-input {
  max-width: 224px;
}
.checkout .form .donation {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}
.checkout .form .donation input {
  display: inline-block;
  margin: 0 4px;
  padding: 8px;
  width: 78px;
  border: 1px solid var(--border_subtle);
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
.checkout .form .tos-checkbox-container label {
  padding: 16px 0 24px;
}
.checkout .form .tos-checkbox-container label:not(.with-checkbox) {
  padding: 0 0 6px;
  font-size: 11px;
}
.checkout .form .tos-checkbox-container label input {
  margin-left: 4px;
}
.checkout .form .tos-checkbox-container label a {
  color: inherit;
}
.checkout .form .button-container .button {
  margin-top: 2px;
}
.checkout .form .button-container .button-description {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 13px;
  margin-top: 6px;
  opacity: 0.6;
}
.checkout .form #error-container:not(:empty) {
  margin-top: 12px;
}
#checkout .checkout {
  border-bottom: 1px solid #eaeeef;
}
#checkout .checkout .button-container {
  display: inline-block;
}
#checkout .checkout .button-container .button-description {
  text-align: center;
}
.hero {
  padding: 30px 0;
  border-bottom: 1px solid var(--border_subtle);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero {
    padding: 45px 0;
  }
}
.hero a.login {
  display: block;
  padding: 1em;
}
.sinocism-hero-small {
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border_subtle);
}
.sinocism-hero-small h1 {
  font-size: 20px;
  margin-top: 0;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.sinocism-hero-small .hero-text {
  line-height: 1.6em;
}
.sinocism-hero-small .hero-links {
  margin-top: 30px;
}
.sinocism-hero-small .hero-links a {
  width: 162px;
  height: 91px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  opacity: 1;
}
.sinocism-hero-small .hero-links a:hover:hover {
  opacity: 0.7;
}
.sinocism-hero-small .hero-links a:nth-child(1) {
  z-index: 3;
}
.sinocism-hero-small .hero-links a:nth-child(2) {
  margin-top: -35px;
  right: -75px;
  z-index: 2;
}
.sinocism-hero-small .hero-links a:nth-child(3) {
  margin-top: -65px;
  right: 75px;
  z-index: 1;
}
.sinocism-hero-small .hero-links strong {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sinocism-hero-small .review-quote {
  display: block;
  padding: 15px;
  font-size: 19px;
  line-height: 25px;
  margin: 15px;
  text-align: center;
  background: #fff;
  border-bottom: 2px solid var(--background_pop);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sinocism-hero-small .review-footer {
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.sinocism-hero-small .review-footer h3 {
  font-size: 16px;
  margin: 0;
}
.sinocism-hero-small .review-footer p {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
}
.sinocism-hero-small .review-footer p,
.sinocism-hero-small .review-footer p a {
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .sinocism-hero-small .hero-text {
    float: left;
    width: 398px;
    padding-right: 30px;
  }
  .sinocism-hero-small .hero-links,
  .sinocism-hero-small .hero-left {
    float: left;
    width: 300px;
    margin-top: 0;
  }
  .sinocism-hero-small .review-quote {
    margin-top: 0;
  }
}
.darker {
  background: rgba(0, 0, 0, 0.06);
}
.form {
  margin: 30px 0 0 0;
  position: relative;
}
.form.secondary-form {
  padding: 30px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.06);
}
.form .footer-text {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: var(--print_secondary, #757575);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.form .footer-text .button.invis {
  font-size: 12px;
}
.form .footer-text .warning-icon {
  display: block;
  float: left;
  margin-top: 1px;
  margin-right: 6px;
}
.form input,
.form textarea,
.form div.inputWrap {
  padding: 20px 10px;
  margin: 0;
  border: none;
  border-bottom: 1px solid var(--border_subtle);
  background: white;
  color: #1a1a1a;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.form input:focus,
.form textarea:focus,
.form div.inputWrap:focus {
  outline: 0;
}
.form div.inputWrap.no-border {
  border: none !important;
}
.form input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.form .small-input,
.form input.small-input,
.form textarea.small-input,
.form div.inputWrap.small-input {
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 14px;
  margin: 5px 0;
  border: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.form textarea {
  resize: vertical;
}
.form div.inputWrap:first-child,
.form input:first-child,
.form textarea:first-child {
  border-top: 1px solid var(--border_subtle);
}
.form div.inputWrap.small-input:first-child,
.form input.small-input:first-child,
.form textarea.small-input:first-child {
  border-top: 1px solid #ddd;
}
.form input:-webkit-autofill,
.form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset;
}
.form label {
  padding: 20px 10px;
  border: none;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  vertical-align: center;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, #757575);
}
.form .inputWrap label,
.form label.no-pad {
  padding: 0;
}
.form .inputGroup {
  padding: 15px 0;
}
.form input[type='checkbox'],
.form input[type='radio'] {
  width: auto;
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  -webkit-appearance: checkbox;
}
.form input[type='radio'] {
  -webkit-appearance: radio;
  margin-bottom: 5px;
}
.form .button[type='submit'],
.form .button.submit,
.form .button.ok-button {
  margin-top: 30px;
}
.form .error {
  color: #ef0700;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  right: 20px;
  padding: 5px;
  margin-top: -60px;
}
.form .error.other-error,
.form input[type='hidden'] + #error-container .error,
.form .small-input + .error,
.form .fancy-input + .error {
  position: relative;
  margin-top: 0;
  right: auto;
}
.form .small-input + .error,
.form .fancy-input + .error {
  padding: 5px 0;
}
.form .fancy-stripe {
  padding: 10px 10px;
  border: none;
  border-bottom: 1px solid var(--border_subtle);
  background: white;
  display: block;
  font-size: 16px;
  min-height: 40px;
}
.form .fancy-stripe.small-input {
  padding: 0px 15px;
  font-size: 14px;
  border: 1px solid #ddd;
}
.form .fancy-stripe .error {
  position: relative;
  right: auto;
  padding: 0;
  margin-top: 0;
}
.form .help-text {
  font-size: 14px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  margin-top: 30px;
}
.form .fancy-input {
  position: relative;
}
.form .fancy-input a {
  height: 58px;
  line-height: 58px;
  padding: 0 10px;
  display: inline-block;
  right: 0;
  top: 1px;
  background: white;
  position: absolute;
}
.modal-free-signup .form {
  text-align: left;
}
.modal-free-signup .form .sideBySideWrap button {
  margin-top: 1em;
}
.modal-free-signup .form .subtle-help-text {
  margin-top: 0.3em;
}
.modal-free-signup .form .subtle-help-text a {
  margin-right: 1em;
  color: var(--print_secondary, #757575);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 0.6em;
  text-decoration: underline;
}
.use-theme-bg .ellipsized-span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.use-theme-bg .page-title,
.use-theme-bg .subtitle,
.use-theme-bg h1,
.use-theme-bg h2,
.use-theme-bg h3,
.use-theme-bg h4,
.use-theme-bg h5,
.use-theme-bg h6 {
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 1em 0 0.625em 0;
  color: var(--print_on_web_bg_color, #1a1a1a);
  line-height: 1.16em;
}
.use-theme-bg .page-title,
.use-theme-bg h1.title {
  margin: 0.378em 0 0 0;
  font-size: 40px;
  line-height: 1.1em;
}
.use-theme-bg .page-title a,
.use-theme-bg h1.title a {
  text-decoration: none;
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .page-title a:hover,
.use-theme-bg h1.title a:hover {
  text-decoration: underline;
}
.use-theme-bg .page-title a.small,
.use-theme-bg h1.title a.small {
  font-size: 12px;
  line-height: 12px;
}
.use-theme-bg .body h1:first-child,
.use-theme-bg .page-title {
  margin: 0 0 1em 0;
}
.use-theme-bg h1 {
  font-size: 2em;
}
.use-theme-bg h2 {
  font-size: 1.625em;
}
.use-theme-bg h3 {
  font-size: 1.375em;
}
.use-theme-bg h4 {
  font-size: 1.125em;
}
.use-theme-bg .subtitle {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-weight: normal;
  font-size: 19px;
  margin: 4px 0 0;
}
.use-theme-bg p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.use-theme-bg p.no-margin {
  margin: 0;
}
.use-theme-bg p.centered {
  text-align: center;
}
.use-theme-bg p,
.use-theme-bg h1,
.use-theme-bg h2,
.use-theme-bg h3,
.use-theme-bg h4,
.use-theme-bg h5,
.use-theme-bg h6 {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg p a,
.use-theme-bg h1 a,
.use-theme-bg h2 a,
.use-theme-bg h3 a,
.use-theme-bg h4 a,
.use-theme-bg h5 a,
.use-theme-bg h6 a {
  color: var(--print_on_web_bg_color, #1a1a1a);
  text-decoration: underline;
}
.use-theme-bg p a:active,
.use-theme-bg h1 a:active,
.use-theme-bg h2 a:active,
.use-theme-bg h3 a:active,
.use-theme-bg h4 a:active,
.use-theme-bg h5 a:active,
.use-theme-bg h6 a:active {
  opacity: 0.6;
}
.use-theme-bg a.ui-secondary {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 0.8em;
}
.use-theme-bg blockquote {
  border-left: 4px solid var(--background_pop);
  margin: 1em 0;
}
.use-theme-bg blockquote > * {
  margin-left: 1em;
}
.use-theme-bg pre {
  position: relative;
  background: #f3f3f3;
  outline: 6px solid #f3f3f3;
}
.use-theme-bg pre:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  border: solid #f3f3f3;
  border-width: 6px 10px 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.use-theme-bg pre code {
  white-space: pre-wrap;
}
.use-theme-bg ul,
.use-theme-bg ol {
  margin: 1em 0;
}
.use-theme-bg ul li,
.use-theme-bg ol li {
  margin: 7.5px 0 7.5px 15px;
  mso-special-format: bullet;
}
.use-theme-bg ul li > *:first-child:last-child,
.use-theme-bg ul li > .captioned-image-container:first-child:last-child a.image-link,
.use-theme-bg ul li > .captioned-image-container-static:first-child:last-child a.image-link,
.use-theme-bg ol li > *:first-child:last-child,
.use-theme-bg ol li > .captioned-image-container:first-child:last-child a.image-link,
.use-theme-bg ol li > .captioned-image-container-static:first-child:last-child a.image-link {
  margin: 0;
}
.use-theme-bg .markup {
  word-break: break-word;
  margin-bottom: 12px;
}
.use-theme-bg .markup .captioned-image-container a.image-link,
.use-theme-bg .markup .captioned-image-container-static:first-child a.image-link {
  margin-top: 0;
  margin-bottom: 0;
}
.use-theme-bg .markup > :first-child,
.use-theme-bg .markup .captioned-image-container:first-child,
.use-theme-bg .markup .captioned-image-container-static:first-child {
  margin-top: 0;
}
.use-theme-bg .markup > :last-child,
.use-theme-bg .markup .captioned-image-container:last-child,
.use-theme-bg .markup .captioned-image-container-static:last-child,
.use-theme-bg .markup .captioned-image-container:last-child figcaption,
.use-theme-bg .markup .captioned-image-container-static:last-child figcaption {
  margin-bottom: 0;
}
.use-theme-bg .markup .captioned-image-container:last-child figcaption,
.use-theme-bg .markup .captioned-image-container-static:last-child figcaption {
  padding-bottom: 0;
}
.use-theme-bg .markup img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.use-theme-bg .markup table.image-wrapper,
.use-theme-bg .markup table.kindle-wrapper {
  margin: 8px auto;
  mso-padding-alt: 1em 0 1.6em;
}
.use-theme-bg .markup table.image-wrapper td,
.use-theme-bg .markup table.kindle-wrapper td {
  text-align: center;
}
.use-theme-bg .markup table.image-wrapper img,
.use-theme-bg .markup table.kindle-wrapper img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .use-theme-bg .markup table.image-wrapper img,
  .use-theme-bg .markup table.kindle-wrapper img {
    max-width: 550px;
  }
}
.use-theme-bg .markup table.image-wrapper img.wide-image,
.use-theme-bg .markup table.kindle-wrapper img.wide-image {
  width: 100%;
  max-width: 550px;
}
.use-theme-bg .markup a.image-link {
  display: block;
  padding: 0;
  margin: 1.6em auto;
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
}
.use-theme-bg .markup td a.image-link {
  margin: 0;
}
.use-theme-bg .markup iframe.spotify-wrap,
.use-theme-bg .markup a.spotify-wrap {
  display: block;
  top: 0;
  left: 0;
  margin: 0.62em 0 1em 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 398px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .use-theme-bg .markup iframe.spotify-wrap,
  .use-theme-bg .markup a.spotify-wrap {
    width: auto !important;
  }
}
.use-theme-bg .markup iframe.spotify-wrap.podcast,
.use-theme-bg .markup a.spotify-wrap.podcast {
  height: 153px;
}
.use-theme-bg .markup a.spotify-wrap {
  height: 78px;
  max-width: 398px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
}
.use-theme-bg .markup a.spotify-wrap .cover {
  display: block;
  float: left;
  margin: 0;
  height: 78px;
  width: 78px;
  -webkit-background-size: cover;
  background-size: cover;
}
.use-theme-bg .markup a.spotify-wrap .content {
  display: block;
  margin: 14px 12px 0 90px;
}
.use-theme-bg .markup a.spotify-wrap .content .title,
.use-theme-bg .markup a.spotify-wrap .content .subtitle,
.use-theme-bg .markup a.spotify-wrap .content .description {
  display: block;
  margin: 0 0 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.use-theme-bg .markup a.spotify-wrap .content .title {
  color: #181818;
}
.use-theme-bg .markup a.spotify-wrap .content .subtitle {
  color: #a0a0a0;
}
.use-theme-bg .markup a.spotify-wrap .content .description {
  margin: 10px 0 0;
  color: #a0a0a0;
  font-size: 12px;
}
.use-theme-bg .markup a.spotify-wrap .content .logo {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: -6px -2px 0 0;
}
.use-theme-bg .markup a.soundcloud-wrap,
.use-theme-bg .markup div.soundcloud-wrap {
  max-width: 398px;
  height: 116px;
}
.use-theme-bg .markup a.bandcamp-wrap,
.use-theme-bg .markup div.bandcamp-wrap {
  max-width: 700px;
  height: 120px;
}
.use-theme-bg .markup div.bandcamp-wrap.album {
  height: 241px;
}
.use-theme-bg .markup a.soundcloud-wrap,
.use-theme-bg .markup div.soundcloud-wrap,
.use-theme-bg .markup div.bandcamp-wrap,
.use-theme-bg .markup a.bandcamp-wrap {
  position: relative;
  width: 100%;
  margin: 1.6em 0;
}
.use-theme-bg .markup div.soundcloud-wrap iframe,
.use-theme-bg .markup div.bandcamp-wrap iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.use-theme-bg .markup a.soundcloud-wrap,
.use-theme-bg .markup a.bandcamp-wrap {
  display: block;
  height: 114px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
.use-theme-bg .markup a.soundcloud-wrap img,
.use-theme-bg .markup a.bandcamp-wrap img {
  margin: 0;
  max-width: none;
}
.use-theme-bg .markup a.soundcloud-wrap .thumbnail,
.use-theme-bg .markup a.bandcamp-wrap .thumbnail {
  display: block;
  float: left;
  border: solid #f5f5f5;
  border-width: 7px 15px 7px 7px;
  height: 100px;
  width: 100px;
}
.use-theme-bg .markup a.soundcloud-wrap .play,
.use-theme-bg .markup a.bandcamp-wrap .play {
  display: block;
  float: left;
  height: 43px;
  width: 43px;
  border: solid #f5f5f5;
  border-width: 33px 5px 0 0;
}
.use-theme-bg .markup a.soundcloud-wrap .credits,
.use-theme-bg .markup a.bandcamp-wrap .credits {
  display: block;
  border: solid #f5f5f5;
  border-width: 37px 7px 0 0;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-body-container .use-theme-bg .markup a.soundcloud-wrap .credits,
.email-body-container .use-theme-bg .markup a.bandcamp-wrap .credits {
  white-space: normal;
}
.use-theme-bg .markup a.soundcloud-wrap .credits .author,
.use-theme-bg .markup a.bandcamp-wrap .credits .author {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.use-theme-bg .markup a.soundcloud-wrap .credits .title,
.use-theme-bg .markup a.bandcamp-wrap .credits .title {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
.use-theme-bg .markup div.youtube-wrap,
.use-theme-bg .markup div.vimeo-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin: 1.6em 0;
}
.use-theme-bg .markup div.youtube-wrap iframe,
.use-theme-bg .markup div.vimeo-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.use-theme-bg .markup a.youtube-wrap,
.use-theme-bg .markup a.vimeo-wrap {
  display: block;
  margin: 1.6em 0;
}
.use-theme-bg .markup a.youtube-wrap img,
.use-theme-bg .markup a.vimeo-wrap img {
  display: block;
  width: 100%;
}
.use-theme-bg .markup div.kindle-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 550px;
  height: 0;
  margin: 1.6em 0;
}
.use-theme-bg .markup div.kindle-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.use-theme-bg .markup a.kindle-wrap {
  display: block;
  margin: 1.6em 0;
}
.use-theme-bg .markup a.kindle-wrap img {
  display: block;
  width: 100%;
}
.use-theme-bg .markup .tweet {
  background: #FFF;
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px 20px 11.6px 20px;
  font: normal normal 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
}
.use-theme-bg .markup .tweet > a {
  display: block;
  color: black;
  text-decoration: none;
  white-space: pre-wrap;
}
.use-theme-bg .markup .tweet .tweet-header {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.use-theme-bg .markup .tweet .tweet-header .tweet-author-name {
  display: block;
  color: #1c2022;
  font-weight: 700;
}
.use-theme-bg .markup .tweet .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
}
.use-theme-bg .markup .tweet .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.use-theme-bg .markup .tweet .tweet-photo {
  margin-top: 8px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.use-theme-bg .markup .tweet a.expanded-link {
  display: block;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
.use-theme-bg .markup .tweet a.expanded-link .expanded-link-img {
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
.use-theme-bg .markup .tweet a.expanded-link .expanded-link-title,
.use-theme-bg .markup .tweet a.expanded-link .expanded-link-description,
.use-theme-bg .markup .tweet a.expanded-link .expanded-link-domain {
  display: block;
  padding: 2px 10px;
}
.use-theme-bg .markup .tweet a.expanded-link .expanded-link-title {
  font-weight: bold;
  margin-top: 10px;
}
.use-theme-bg .markup .tweet a.expanded-link .expanded-link-description {
  line-height: 18px;
}
.use-theme-bg .markup .tweet a.expanded-link .expanded-link-domain {
  color: #8899a6;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.use-theme-bg .markup .tweet .tweet-fake-link,
.use-theme-bg .markup .tweet .tweet-url {
  color: #1ca1f2;
  text-decoration: none;
}
.use-theme-bg .markup .tweet p {
  display: block;
  margin: 0;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.4;
}
.use-theme-bg .markup .tweet p a {
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
}
.use-theme-bg .markup .tweet .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.use-theme-bg .markup .tweet .quoted-tweet .quote-tweet-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #1c2022;
  padding-right: 5px;
}
.use-theme-bg .markup .tweet .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}
.use-theme-bg .markup .tweet .tweet-footer {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
  text-decoration: none;
}
.use-theme-bg .markup .tweet .tweet-footer .tweet-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697882;
}
.use-theme-bg .markup .tweet .tweet-footer .tweet-date.no-reactions {
  border-bottom: none;
}
.use-theme-bg .markup .tweet .tweet-footer .retweets,
.use-theme-bg .markup .tweet .tweet-footer .likes {
  display: inline-block;
  margin-right: 8px;
}
.use-theme-bg .markup .tweet .tweet-footer .rt-count,
.use-theme-bg .markup .tweet .tweet-footer .like-count {
  font-weight: bold;
  color: #1c2022;
}
.use-theme-bg .markup .instagram {
  background-color: #fff;
  position: relative;
  margin: 2em auto;
  max-width: 342px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.use-theme-bg .markup .instagram .instagram-top-bar {
  padding: 7px 10px;
  height: 30px;
  line-height: 30px;
}
.use-theme-bg .markup .instagram .instagram-top-bar .instagram-author-image {
  display: inline-block;
  margin-right: 10px;
}
.use-theme-bg .markup .instagram .instagram-top-bar .instagram-author-image img {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.use-theme-bg .markup .instagram .instagram-top-bar a.instagram-author-name {
  vertical-align: top;
  font-weight: 600;
  text-decoration: none;
}
.use-theme-bg .markup .instagram .instagram-image img {
  width: 100%;
}
.use-theme-bg .markup .instagram .instagram-bottom-bar {
  padding: 10px;
}
.use-theme-bg .markup .instagram .instagram-bottom-bar .instagram-title {
  line-height: 18px;
}
.use-theme-bg .markup .instagram .instagram-bottom-bar .instagram-title a {
  color: #003569;
  text-decoration: none;
}
.use-theme-bg .markup .instagram .instagram-bottom-bar .instagram-title a:hover {
  text-decoration: underline;
}
.use-theme-bg .markup .instagram .instagram-bottom-bar .instagram-timestamp {
  margin-top: 4px;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
.use-theme-bg .markup .button-wrapper {
  text-align: center;
}
@media print {
  .use-theme-bg .markup .button-wrapper {
    display: none;
  }
}
.use-theme-bg .markup .button-wrapper .button {
  padding: 6px 20px;
  height: auto;
  text-decoration: none;
}
.use-theme-bg .markup .referral-link {
  text-align: center;
}
.use-theme-bg .markup .referral-link .button {
  padding: 6px 20px;
  height: auto;
}
.use-theme-bg hr {
  margin: 48px 0;
  padding: 0;
  height: 1px;
  background: var(--border_subtle);
  border: none;
}
.use-theme-bg .ProseMirror-example-setup-style hr:after {
  display: none;
}
.use-theme-bg.thread-head .markup,
.use-theme-bg.thread-post-editor .markup {
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.use-theme-bg.thread-head .markup p,
.use-theme-bg.thread-post-editor .markup p {
  font-size: 15px;
  line-height: 1.42em;
}
.use-theme-bg .footnote a,
.use-theme-bg a.footnote-anchor {
  color: var(--print_pop);
  text-decoration: none;
}
.use-theme-bg .footnote a:hover,
.use-theme-bg a.footnote-anchor:hover {
  text-decoration: underline;
}
.use-theme-bg .footnote-anchor {
  vertical-align: super;
  line-height: 0;
  font-size: 14px;
}
.use-theme-bg .footnote {
  display: flex;
  border-top: solid 1px var(--border_subtle);
  padding-top: 1.5em;
  font-size: 90%;
  flex-direction: row;
  align-items: baseline;
}
.use-theme-bg .footnote ~ .footnote {
  border-top: none;
  padding-top: 0;
}
.use-theme-bg .footnote .footnote-number {
  display: block;
  margin-right: 6px;
  min-width: 24px;
}
.use-theme-bg .footnote .footnote-content {
  display: block;
}
.use-theme-bg .captioned-image-container {
  text-align: center;
  margin-bottom: 16px;
}
.use-theme-bg .captioned-image-container:last-child {
  margin-bottom: 0;
}
.use-theme-bg .captioned-image-container figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.use-theme-bg .captioned-image-container figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 10px;
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
}
.use-theme-bg .captioned-image-container figcaption a {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .captioned-image-container-static {
  text-align: center;
  margin-bottom: 16px;
}
.use-theme-bg .captioned-image-container-static:last-child {
  margin-bottom: 0;
}
.use-theme-bg .captioned-image-container-static img {
  margin-bottom: 0;
}
.use-theme-bg .captioned-image-container-static figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.use-theme-bg .captioned-image-container-static figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.use-theme-bg .github-gist {
  white-space: normal;
}
.use-theme-bg .github-gist.static .blob-code {
  text-align: left;
  line-height: 20px;
  border: 0;
}
.use-theme-bg .github-gist.static .blob-code-inner {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
}
.use-theme-bg .github-gist.static .gist td {
  vertical-align: baseline;
}
.use-theme-bg .github-gist.static .gist td.blob-num[data-line-number] {
  word-break: normal;
}
.use-theme-bg .github-gist.static .gist td:not(.blob-num[data-line-number]) {
  min-width: 3000px;
}
.use-theme-bg .github-gist.static .gist pre {
  width: 3000px;
  position: static;
  display: inline-block;
  background: inherit;
  outline: none;
  margin: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  padding: 0;
  white-space: pre;
}
.use-theme-bg .github-gist.static .gist .pl-e,
.use-theme-bg .github-gist.static .gist .pl-en {
  color: #6f42c1;
}
.use-theme-bg .github-gist.static .gist .pl-k {
  color: #d73a49;
}
.use-theme-bg .github-gist.static .gist .pl-pds,
.use-theme-bg .github-gist.static .gist .pl-s,
.use-theme-bg .github-gist.static .gist .pl-s .pl-pse .pl-s1,
.use-theme-bg .github-gist.static .gist .pl-sr,
.use-theme-bg .github-gist.static .gist .pl-sr .pl-cce,
.use-theme-bg .github-gist.static .gist .pl-sr .pl-sra,
.use-theme-bg .github-gist.static .gist .pl-sr .pl-sre {
  color: #032f62;
}
.use-theme-bg .github-gist.static .gist .gist-data {
  overflow: auto;
}
.use-theme-bg .github-gist.static .gist .gist-file {
  margin-bottom: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 6px;
}
.use-theme-bg .github-gist.static .gist .gist-meta {
  padding: 10px;
  overflow: hidden;
  font-family: Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 12px;
  color: #586069;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px;
}
.use-theme-bg .github-gist.static .gist .gist-meta a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.use-theme-bg .github-gist.static .gist .blob-num[data-line-number] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
.use-theme-bg a {
  color: var(--print_on_web_bg_color, var(--print_on_web_bg_color, #1a1a1a));
}
.use-theme-bg button {
  color: var(--print_on_web_bg_color, var(--print_on_web_bg_color, #1a1a1a));
}
.use-theme-bg .body pre {
  background: var(--background_contrast_1);
  outline: 6px solid var(--background_contrast_1);
}
.use-theme-bg .page .ellipsized-span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.use-theme-bg .page .page-title,
.use-theme-bg .page .subtitle,
.use-theme-bg .page h1,
.use-theme-bg .page h2,
.use-theme-bg .page h3,
.use-theme-bg .page h4,
.use-theme-bg .page h5,
.use-theme-bg .page h6 {
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 1em 0 0.625em 0;
  color: var(--print_on_web_bg_color, var(--print_on_web_bg_color, #1a1a1a));
  line-height: 1.16em;
}
.use-theme-bg .page .page-title,
.use-theme-bg .page h1.title {
  margin: 0.378em 0 0 0;
  font-size: 40px;
  line-height: 1.1em;
}
.use-theme-bg .page .page-title a,
.use-theme-bg .page h1.title a {
  text-decoration: none;
  color: var(--print_on_web_bg_color, var(--print_on_web_bg_color, #1a1a1a));
}
.use-theme-bg .page .page-title a:hover,
.use-theme-bg .page h1.title a:hover {
  text-decoration: underline;
}
.use-theme-bg .page .page-title a.small,
.use-theme-bg .page h1.title a.small {
  font-size: 12px;
  line-height: 12px;
}
.use-theme-bg .page .body h1:first-child,
.use-theme-bg .page .page-title {
  margin: 0 0 1em 0;
}
.use-theme-bg .page h1 {
  font-size: 2em;
}
.use-theme-bg .page h2 {
  font-size: 1.625em;
}
.use-theme-bg .page h3 {
  font-size: 1.375em;
}
.use-theme-bg .page h4 {
  font-size: 1.125em;
}
.use-theme-bg .page .subtitle {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)))));
  font-weight: normal;
  font-size: 19px;
  margin: 4px 0 0;
}
.use-theme-bg .page p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.use-theme-bg .page p.no-margin {
  margin: 0;
}
.use-theme-bg .page p.centered {
  text-align: center;
}
.use-theme-bg .page p,
.use-theme-bg .page h1,
.use-theme-bg .page h2,
.use-theme-bg .page h3,
.use-theme-bg .page h4,
.use-theme-bg .page h5,
.use-theme-bg .page h6 {
  color: var(--print_on_web_bg_color, var(--print_on_web_bg_color, #1a1a1a));
}
.use-theme-bg .page p a,
.use-theme-bg .page h1 a,
.use-theme-bg .page h2 a,
.use-theme-bg .page h3 a,
.use-theme-bg .page h4 a,
.use-theme-bg .page h5 a,
.use-theme-bg .page h6 a {
  color: var(--print_on_web_bg_color, var(--print_on_web_bg_color, #1a1a1a));
  text-decoration: underline;
}
.use-theme-bg .page p a:active,
.use-theme-bg .page h1 a:active,
.use-theme-bg .page h2 a:active,
.use-theme-bg .page h3 a:active,
.use-theme-bg .page h4 a:active,
.use-theme-bg .page h5 a:active,
.use-theme-bg .page h6 a:active {
  opacity: 0.6;
}
.use-theme-bg .page a.ui-secondary {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)))));
  font-size: 0.8em;
}
.use-theme-bg .page blockquote {
  border-left: 4px solid var(--background_pop);
  margin: 1em 0;
}
.use-theme-bg .page blockquote > * {
  margin-left: 1em;
}
.use-theme-bg .page pre {
  position: relative;
  background: #f3f3f3;
  outline: 6px solid #f3f3f3;
}
.use-theme-bg .page pre:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  border: solid #f3f3f3;
  border-width: 6px 10px 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.use-theme-bg .page pre code {
  white-space: pre-wrap;
}
.use-theme-bg .page ul,
.use-theme-bg .page ol {
  margin: 1em 0;
}
.use-theme-bg .page ul li,
.use-theme-bg .page ol li {
  margin: 7.5px 0 7.5px 15px;
  mso-special-format: bullet;
}
.use-theme-bg .page ul li > *:first-child:last-child,
.use-theme-bg .page ul li > .captioned-image-container:first-child:last-child a.image-link,
.use-theme-bg .page ul li > .captioned-image-container-static:first-child:last-child a.image-link,
.use-theme-bg .page ol li > *:first-child:last-child,
.use-theme-bg .page ol li > .captioned-image-container:first-child:last-child a.image-link,
.use-theme-bg .page ol li > .captioned-image-container-static:first-child:last-child a.image-link {
  margin: 0;
}
.use-theme-bg .page .markup {
  word-break: break-word;
  margin-bottom: 12px;
}
.use-theme-bg .page .markup .captioned-image-container a.image-link,
.use-theme-bg .page .markup .captioned-image-container-static:first-child a.image-link {
  margin-top: 0;
  margin-bottom: 0;
}
.use-theme-bg .page .markup > :first-child,
.use-theme-bg .page .markup .captioned-image-container:first-child,
.use-theme-bg .page .markup .captioned-image-container-static:first-child {
  margin-top: 0;
}
.use-theme-bg .page .markup > :last-child,
.use-theme-bg .page .markup .captioned-image-container:last-child,
.use-theme-bg .page .markup .captioned-image-container-static:last-child,
.use-theme-bg .page .markup .captioned-image-container:last-child figcaption,
.use-theme-bg .page .markup .captioned-image-container-static:last-child figcaption {
  margin-bottom: 0;
}
.use-theme-bg .page .markup .captioned-image-container:last-child figcaption,
.use-theme-bg .page .markup .captioned-image-container-static:last-child figcaption {
  padding-bottom: 0;
}
.use-theme-bg .page .markup img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.use-theme-bg .page .markup table.image-wrapper,
.use-theme-bg .page .markup table.kindle-wrapper {
  margin: 8px auto;
  mso-padding-alt: 1em 0 1.6em;
}
.use-theme-bg .page .markup table.image-wrapper td,
.use-theme-bg .page .markup table.kindle-wrapper td {
  text-align: center;
}
.use-theme-bg .page .markup table.image-wrapper img,
.use-theme-bg .page .markup table.kindle-wrapper img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .use-theme-bg .page .markup table.image-wrapper img,
  .use-theme-bg .page .markup table.kindle-wrapper img {
    max-width: 550px;
  }
}
.use-theme-bg .page .markup table.image-wrapper img.wide-image,
.use-theme-bg .page .markup table.kindle-wrapper img.wide-image {
  width: 100%;
  max-width: 550px;
}
.use-theme-bg .page .markup a.image-link {
  display: block;
  padding: 0;
  margin: 1.6em auto;
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
}
.use-theme-bg .page .markup td a.image-link {
  margin: 0;
}
.use-theme-bg .page .markup iframe.spotify-wrap,
.use-theme-bg .page .markup a.spotify-wrap {
  display: block;
  top: 0;
  left: 0;
  margin: 0.62em 0 1em 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 398px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .use-theme-bg .page .markup iframe.spotify-wrap,
  .use-theme-bg .page .markup a.spotify-wrap {
    width: auto !important;
  }
}
.use-theme-bg .page .markup iframe.spotify-wrap.podcast,
.use-theme-bg .page .markup a.spotify-wrap.podcast {
  height: 153px;
}
.use-theme-bg .page .markup a.spotify-wrap {
  height: 78px;
  max-width: 398px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
}
.use-theme-bg .page .markup a.spotify-wrap .cover {
  display: block;
  float: left;
  margin: 0;
  height: 78px;
  width: 78px;
  -webkit-background-size: cover;
  background-size: cover;
}
.use-theme-bg .page .markup a.spotify-wrap .content {
  display: block;
  margin: 14px 12px 0 90px;
}
.use-theme-bg .page .markup a.spotify-wrap .content .title,
.use-theme-bg .page .markup a.spotify-wrap .content .subtitle,
.use-theme-bg .page .markup a.spotify-wrap .content .description {
  display: block;
  margin: 0 0 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.use-theme-bg .page .markup a.spotify-wrap .content .title {
  color: #181818;
}
.use-theme-bg .page .markup a.spotify-wrap .content .subtitle {
  color: #a0a0a0;
}
.use-theme-bg .page .markup a.spotify-wrap .content .description {
  margin: 10px 0 0;
  color: #a0a0a0;
  font-size: 12px;
}
.use-theme-bg .page .markup a.spotify-wrap .content .logo {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: -6px -2px 0 0;
}
.use-theme-bg .page .markup a.soundcloud-wrap,
.use-theme-bg .page .markup div.soundcloud-wrap {
  max-width: 398px;
  height: 116px;
}
.use-theme-bg .page .markup a.bandcamp-wrap,
.use-theme-bg .page .markup div.bandcamp-wrap {
  max-width: 700px;
  height: 120px;
}
.use-theme-bg .page .markup div.bandcamp-wrap.album {
  height: 241px;
}
.use-theme-bg .page .markup a.soundcloud-wrap,
.use-theme-bg .page .markup div.soundcloud-wrap,
.use-theme-bg .page .markup div.bandcamp-wrap,
.use-theme-bg .page .markup a.bandcamp-wrap {
  position: relative;
  width: 100%;
  margin: 1.6em 0;
}
.use-theme-bg .page .markup div.soundcloud-wrap iframe,
.use-theme-bg .page .markup div.bandcamp-wrap iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.use-theme-bg .page .markup a.soundcloud-wrap,
.use-theme-bg .page .markup a.bandcamp-wrap {
  display: block;
  height: 114px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
.use-theme-bg .page .markup a.soundcloud-wrap img,
.use-theme-bg .page .markup a.bandcamp-wrap img {
  margin: 0;
  max-width: none;
}
.use-theme-bg .page .markup a.soundcloud-wrap .thumbnail,
.use-theme-bg .page .markup a.bandcamp-wrap .thumbnail {
  display: block;
  float: left;
  border: solid #f5f5f5;
  border-width: 7px 15px 7px 7px;
  height: 100px;
  width: 100px;
}
.use-theme-bg .page .markup a.soundcloud-wrap .play,
.use-theme-bg .page .markup a.bandcamp-wrap .play {
  display: block;
  float: left;
  height: 43px;
  width: 43px;
  border: solid #f5f5f5;
  border-width: 33px 5px 0 0;
}
.use-theme-bg .page .markup a.soundcloud-wrap .credits,
.use-theme-bg .page .markup a.bandcamp-wrap .credits {
  display: block;
  border: solid #f5f5f5;
  border-width: 37px 7px 0 0;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-body-container .use-theme-bg .page .markup a.soundcloud-wrap .credits,
.email-body-container .use-theme-bg .page .markup a.bandcamp-wrap .credits {
  white-space: normal;
}
.use-theme-bg .page .markup a.soundcloud-wrap .credits .author,
.use-theme-bg .page .markup a.bandcamp-wrap .credits .author {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.use-theme-bg .page .markup a.soundcloud-wrap .credits .title,
.use-theme-bg .page .markup a.bandcamp-wrap .credits .title {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
.use-theme-bg .page .markup div.youtube-wrap,
.use-theme-bg .page .markup div.vimeo-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin: 1.6em 0;
}
.use-theme-bg .page .markup div.youtube-wrap iframe,
.use-theme-bg .page .markup div.vimeo-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.use-theme-bg .page .markup a.youtube-wrap,
.use-theme-bg .page .markup a.vimeo-wrap {
  display: block;
  margin: 1.6em 0;
}
.use-theme-bg .page .markup a.youtube-wrap img,
.use-theme-bg .page .markup a.vimeo-wrap img {
  display: block;
  width: 100%;
}
.use-theme-bg .page .markup div.kindle-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 550px;
  height: 0;
  margin: 1.6em 0;
}
.use-theme-bg .page .markup div.kindle-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.use-theme-bg .page .markup a.kindle-wrap {
  display: block;
  margin: 1.6em 0;
}
.use-theme-bg .page .markup a.kindle-wrap img {
  display: block;
  width: 100%;
}
.use-theme-bg .page .markup .tweet {
  background: #FFF;
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px 20px 11.6px 20px;
  font: normal normal 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
}
.use-theme-bg .page .markup .tweet > a {
  display: block;
  color: black;
  text-decoration: none;
  white-space: pre-wrap;
}
.use-theme-bg .page .markup .tweet .tweet-header {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.use-theme-bg .page .markup .tweet .tweet-header .tweet-author-name {
  display: block;
  color: #1c2022;
  font-weight: 700;
}
.use-theme-bg .page .markup .tweet .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
}
.use-theme-bg .page .markup .tweet .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.use-theme-bg .page .markup .tweet .tweet-photo {
  margin-top: 8px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.use-theme-bg .page .markup .tweet a.expanded-link {
  display: block;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
.use-theme-bg .page .markup .tweet a.expanded-link .expanded-link-img {
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
.use-theme-bg .page .markup .tweet a.expanded-link .expanded-link-title,
.use-theme-bg .page .markup .tweet a.expanded-link .expanded-link-description,
.use-theme-bg .page .markup .tweet a.expanded-link .expanded-link-domain {
  display: block;
  padding: 2px 10px;
}
.use-theme-bg .page .markup .tweet a.expanded-link .expanded-link-title {
  font-weight: bold;
  margin-top: 10px;
}
.use-theme-bg .page .markup .tweet a.expanded-link .expanded-link-description {
  line-height: 18px;
}
.use-theme-bg .page .markup .tweet a.expanded-link .expanded-link-domain {
  color: #8899a6;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.use-theme-bg .page .markup .tweet .tweet-fake-link,
.use-theme-bg .page .markup .tweet .tweet-url {
  color: #1ca1f2;
  text-decoration: none;
}
.use-theme-bg .page .markup .tweet p {
  display: block;
  margin: 0;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.4;
}
.use-theme-bg .page .markup .tweet p a {
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
}
.use-theme-bg .page .markup .tweet .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.use-theme-bg .page .markup .tweet .quoted-tweet .quote-tweet-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #1c2022;
  padding-right: 5px;
}
.use-theme-bg .page .markup .tweet .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}
.use-theme-bg .page .markup .tweet .tweet-footer {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
  text-decoration: none;
}
.use-theme-bg .page .markup .tweet .tweet-footer .tweet-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697882;
}
.use-theme-bg .page .markup .tweet .tweet-footer .tweet-date.no-reactions {
  border-bottom: none;
}
.use-theme-bg .page .markup .tweet .tweet-footer .retweets,
.use-theme-bg .page .markup .tweet .tweet-footer .likes {
  display: inline-block;
  margin-right: 8px;
}
.use-theme-bg .page .markup .tweet .tweet-footer .rt-count,
.use-theme-bg .page .markup .tweet .tweet-footer .like-count {
  font-weight: bold;
  color: #1c2022;
}
.use-theme-bg .page .markup .instagram {
  background-color: #fff;
  position: relative;
  margin: 2em auto;
  max-width: 342px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.use-theme-bg .page .markup .instagram .instagram-top-bar {
  padding: 7px 10px;
  height: 30px;
  line-height: 30px;
}
.use-theme-bg .page .markup .instagram .instagram-top-bar .instagram-author-image {
  display: inline-block;
  margin-right: 10px;
}
.use-theme-bg .page .markup .instagram .instagram-top-bar .instagram-author-image img {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.use-theme-bg .page .markup .instagram .instagram-top-bar a.instagram-author-name {
  vertical-align: top;
  font-weight: 600;
  text-decoration: none;
}
.use-theme-bg .page .markup .instagram .instagram-image img {
  width: 100%;
}
.use-theme-bg .page .markup .instagram .instagram-bottom-bar {
  padding: 10px;
}
.use-theme-bg .page .markup .instagram .instagram-bottom-bar .instagram-title {
  line-height: 18px;
}
.use-theme-bg .page .markup .instagram .instagram-bottom-bar .instagram-title a {
  color: #003569;
  text-decoration: none;
}
.use-theme-bg .page .markup .instagram .instagram-bottom-bar .instagram-title a:hover {
  text-decoration: underline;
}
.use-theme-bg .page .markup .instagram .instagram-bottom-bar .instagram-timestamp {
  margin-top: 4px;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
.use-theme-bg .page .markup .button-wrapper {
  text-align: center;
}
@media print {
  .use-theme-bg .page .markup .button-wrapper {
    display: none;
  }
}
.use-theme-bg .page .markup .button-wrapper .button {
  padding: 6px 20px;
  height: auto;
  text-decoration: none;
}
.use-theme-bg .page .markup .referral-link {
  text-align: center;
}
.use-theme-bg .page .markup .referral-link .button {
  padding: 6px 20px;
  height: auto;
}
.use-theme-bg .page hr {
  margin: 48px 0;
  padding: 0;
  height: 1px;
  background: var(--border_subtle);
  border: none;
}
.use-theme-bg .page .ProseMirror-example-setup-style hr:after {
  display: none;
}
.use-theme-bg .page.thread-head .markup,
.use-theme-bg .page.thread-post-editor .markup {
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.use-theme-bg .page.thread-head .markup p,
.use-theme-bg .page.thread-post-editor .markup p {
  font-size: 15px;
  line-height: 1.42em;
}
.use-theme-bg .page .footnote a,
.use-theme-bg .page a.footnote-anchor {
  color: var(--print_pop);
  text-decoration: none;
}
.use-theme-bg .page .footnote a:hover,
.use-theme-bg .page a.footnote-anchor:hover {
  text-decoration: underline;
}
.use-theme-bg .page .footnote-anchor {
  vertical-align: super;
  line-height: 0;
  font-size: 14px;
}
.use-theme-bg .page .footnote {
  display: flex;
  border-top: solid 1px var(--border_subtle);
  padding-top: 1.5em;
  font-size: 90%;
  flex-direction: row;
  align-items: baseline;
}
.use-theme-bg .page .footnote ~ .footnote {
  border-top: none;
  padding-top: 0;
}
.use-theme-bg .page .footnote .footnote-number {
  display: block;
  margin-right: 6px;
  min-width: 24px;
}
.use-theme-bg .page .footnote .footnote-content {
  display: block;
}
.use-theme-bg .page .captioned-image-container {
  text-align: center;
  margin-bottom: 16px;
}
.use-theme-bg .page .captioned-image-container:last-child {
  margin-bottom: 0;
}
.use-theme-bg .page .captioned-image-container figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.use-theme-bg .page .captioned-image-container figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)))));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 10px;
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
}
.use-theme-bg .page .captioned-image-container figcaption a {
  color: var(--print_on_web_bg_color, var(--print_on_web_bg_color, #1a1a1a));
}
.use-theme-bg .page .captioned-image-container-static {
  text-align: center;
  margin-bottom: 16px;
}
.use-theme-bg .page .captioned-image-container-static:last-child {
  margin-bottom: 0;
}
.use-theme-bg .page .captioned-image-container-static img {
  margin-bottom: 0;
}
.use-theme-bg .page .captioned-image-container-static figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.use-theme-bg .page .captioned-image-container-static figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)))));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.use-theme-bg .page .github-gist {
  white-space: normal;
}
.use-theme-bg .page .github-gist.static .blob-code {
  text-align: left;
  line-height: 20px;
  border: 0;
}
.use-theme-bg .page .github-gist.static .blob-code-inner {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
}
.use-theme-bg .page .github-gist.static .gist td {
  vertical-align: baseline;
}
.use-theme-bg .page .github-gist.static .gist td.blob-num[data-line-number] {
  word-break: normal;
}
.use-theme-bg .page .github-gist.static .gist td:not(.blob-num[data-line-number]) {
  min-width: 3000px;
}
.use-theme-bg .page .github-gist.static .gist pre {
  width: 3000px;
  position: static;
  display: inline-block;
  background: inherit;
  outline: none;
  margin: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  padding: 0;
  white-space: pre;
}
.use-theme-bg .page .github-gist.static .gist .pl-e,
.use-theme-bg .page .github-gist.static .gist .pl-en {
  color: #6f42c1;
}
.use-theme-bg .page .github-gist.static .gist .pl-k {
  color: #d73a49;
}
.use-theme-bg .page .github-gist.static .gist .pl-pds,
.use-theme-bg .page .github-gist.static .gist .pl-s,
.use-theme-bg .page .github-gist.static .gist .pl-s .pl-pse .pl-s1,
.use-theme-bg .page .github-gist.static .gist .pl-sr,
.use-theme-bg .page .github-gist.static .gist .pl-sr .pl-cce,
.use-theme-bg .page .github-gist.static .gist .pl-sr .pl-sra,
.use-theme-bg .page .github-gist.static .gist .pl-sr .pl-sre {
  color: #032f62;
}
.use-theme-bg .page .github-gist.static .gist .gist-data {
  overflow: auto;
}
.use-theme-bg .page .github-gist.static .gist .gist-file {
  margin-bottom: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 6px;
}
.use-theme-bg .page .github-gist.static .gist .gist-meta {
  padding: 10px;
  overflow: hidden;
  font-family: Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 12px;
  color: #586069;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px;
}
.use-theme-bg .page .github-gist.static .gist .gist-meta a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.use-theme-bg .page .github-gist.static .gist .blob-num[data-line-number] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
.use-theme-bg .form input,
.use-theme-bg .form textarea,
.use-theme-bg .form div.inputWrap {
  color: var(--print_on_web_bg_color, var(--print_on_web_bg_color, #1a1a1a));
  background: var(--input_background, #fff);
}
.modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  text-align: left;
  cursor: default;
}
.modal .ellipsized-span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.modal .page-title,
.modal .subtitle,
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 1em 0 0.625em 0;
  color: #1a1a1a;
  line-height: 1.16em;
}
.modal .page-title,
.modal h1.title {
  margin: 0.378em 0 0 0;
  font-size: 40px;
  line-height: 1.1em;
}
.modal .page-title a,
.modal h1.title a {
  text-decoration: none;
  color: #1a1a1a;
}
.modal .page-title a:hover,
.modal h1.title a:hover {
  text-decoration: underline;
}
.modal .page-title a.small,
.modal h1.title a.small {
  font-size: 12px;
  line-height: 12px;
}
.modal .body h1:first-child,
.modal .page-title {
  margin: 0 0 1em 0;
}
.modal h1 {
  font-size: 2em;
}
.modal h2 {
  font-size: 1.625em;
}
.modal h3 {
  font-size: 1.375em;
}
.modal h4 {
  font-size: 1.125em;
}
.modal .subtitle {
  color: var(--print_secondary, #757575);
  font-weight: normal;
  font-size: 19px;
  margin: 4px 0 0;
}
.modal p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.modal p.no-margin {
  margin: 0;
}
.modal p.centered {
  text-align: center;
}
.modal p,
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  color: #1a1a1a;
}
.modal p a,
.modal h1 a,
.modal h2 a,
.modal h3 a,
.modal h4 a,
.modal h5 a,
.modal h6 a {
  color: #1a1a1a;
  text-decoration: underline;
}
.modal p a:active,
.modal h1 a:active,
.modal h2 a:active,
.modal h3 a:active,
.modal h4 a:active,
.modal h5 a:active,
.modal h6 a:active {
  opacity: 0.6;
}
.modal a.ui-secondary {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, #757575);
  font-size: 0.8em;
}
.modal blockquote {
  border-left: 4px solid var(--background_pop);
  margin: 1em 0;
}
.modal blockquote > * {
  margin-left: 1em;
}
.modal pre {
  position: relative;
  background: #f3f3f3;
  outline: 6px solid #f3f3f3;
}
.modal pre:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  border: solid #f3f3f3;
  border-width: 6px 10px 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.modal pre code {
  white-space: pre-wrap;
}
.modal ul,
.modal ol {
  margin: 1em 0;
}
.modal ul li,
.modal ol li {
  margin: 7.5px 0 7.5px 15px;
  mso-special-format: bullet;
}
.modal ul li > *:first-child:last-child,
.modal ul li > .captioned-image-container:first-child:last-child a.image-link,
.modal ul li > .captioned-image-container-static:first-child:last-child a.image-link,
.modal ol li > *:first-child:last-child,
.modal ol li > .captioned-image-container:first-child:last-child a.image-link,
.modal ol li > .captioned-image-container-static:first-child:last-child a.image-link {
  margin: 0;
}
.modal .markup {
  word-break: break-word;
  margin-bottom: 12px;
}
.modal .markup .captioned-image-container a.image-link,
.modal .markup .captioned-image-container-static:first-child a.image-link {
  margin-top: 0;
  margin-bottom: 0;
}
.modal .markup > :first-child,
.modal .markup .captioned-image-container:first-child,
.modal .markup .captioned-image-container-static:first-child {
  margin-top: 0;
}
.modal .markup > :last-child,
.modal .markup .captioned-image-container:last-child,
.modal .markup .captioned-image-container-static:last-child,
.modal .markup .captioned-image-container:last-child figcaption,
.modal .markup .captioned-image-container-static:last-child figcaption {
  margin-bottom: 0;
}
.modal .markup .captioned-image-container:last-child figcaption,
.modal .markup .captioned-image-container-static:last-child figcaption {
  padding-bottom: 0;
}
.modal .markup img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.modal .markup table.image-wrapper,
.modal .markup table.kindle-wrapper {
  margin: 8px auto;
  mso-padding-alt: 1em 0 1.6em;
}
.modal .markup table.image-wrapper td,
.modal .markup table.kindle-wrapper td {
  text-align: center;
}
.modal .markup table.image-wrapper img,
.modal .markup table.kindle-wrapper img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal .markup table.image-wrapper img,
  .modal .markup table.kindle-wrapper img {
    max-width: 550px;
  }
}
.modal .markup table.image-wrapper img.wide-image,
.modal .markup table.kindle-wrapper img.wide-image {
  width: 100%;
  max-width: 550px;
}
.modal .markup a.image-link {
  display: block;
  padding: 0;
  margin: 1.6em auto;
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
}
.modal .markup td a.image-link {
  margin: 0;
}
.modal .markup iframe.spotify-wrap,
.modal .markup a.spotify-wrap {
  display: block;
  top: 0;
  left: 0;
  margin: 0.62em 0 1em 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 398px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .modal .markup iframe.spotify-wrap,
  .modal .markup a.spotify-wrap {
    width: auto !important;
  }
}
.modal .markup iframe.spotify-wrap.podcast,
.modal .markup a.spotify-wrap.podcast {
  height: 153px;
}
.modal .markup a.spotify-wrap {
  height: 78px;
  max-width: 398px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
}
.modal .markup a.spotify-wrap .cover {
  display: block;
  float: left;
  margin: 0;
  height: 78px;
  width: 78px;
  -webkit-background-size: cover;
  background-size: cover;
}
.modal .markup a.spotify-wrap .content {
  display: block;
  margin: 14px 12px 0 90px;
}
.modal .markup a.spotify-wrap .content .title,
.modal .markup a.spotify-wrap .content .subtitle,
.modal .markup a.spotify-wrap .content .description {
  display: block;
  margin: 0 0 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal .markup a.spotify-wrap .content .title {
  color: #181818;
}
.modal .markup a.spotify-wrap .content .subtitle {
  color: #a0a0a0;
}
.modal .markup a.spotify-wrap .content .description {
  margin: 10px 0 0;
  color: #a0a0a0;
  font-size: 12px;
}
.modal .markup a.spotify-wrap .content .logo {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: -6px -2px 0 0;
}
.modal .markup a.soundcloud-wrap,
.modal .markup div.soundcloud-wrap {
  max-width: 398px;
  height: 116px;
}
.modal .markup a.bandcamp-wrap,
.modal .markup div.bandcamp-wrap {
  max-width: 700px;
  height: 120px;
}
.modal .markup div.bandcamp-wrap.album {
  height: 241px;
}
.modal .markup a.soundcloud-wrap,
.modal .markup div.soundcloud-wrap,
.modal .markup div.bandcamp-wrap,
.modal .markup a.bandcamp-wrap {
  position: relative;
  width: 100%;
  margin: 1.6em 0;
}
.modal .markup div.soundcloud-wrap iframe,
.modal .markup div.bandcamp-wrap iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.modal .markup a.soundcloud-wrap,
.modal .markup a.bandcamp-wrap {
  display: block;
  height: 114px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
.modal .markup a.soundcloud-wrap img,
.modal .markup a.bandcamp-wrap img {
  margin: 0;
  max-width: none;
}
.modal .markup a.soundcloud-wrap .thumbnail,
.modal .markup a.bandcamp-wrap .thumbnail {
  display: block;
  float: left;
  border: solid #f5f5f5;
  border-width: 7px 15px 7px 7px;
  height: 100px;
  width: 100px;
}
.modal .markup a.soundcloud-wrap .play,
.modal .markup a.bandcamp-wrap .play {
  display: block;
  float: left;
  height: 43px;
  width: 43px;
  border: solid #f5f5f5;
  border-width: 33px 5px 0 0;
}
.modal .markup a.soundcloud-wrap .credits,
.modal .markup a.bandcamp-wrap .credits {
  display: block;
  border: solid #f5f5f5;
  border-width: 37px 7px 0 0;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-body-container .modal .markup a.soundcloud-wrap .credits,
.email-body-container .modal .markup a.bandcamp-wrap .credits {
  white-space: normal;
}
.modal .markup a.soundcloud-wrap .credits .author,
.modal .markup a.bandcamp-wrap .credits .author {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.modal .markup a.soundcloud-wrap .credits .title,
.modal .markup a.bandcamp-wrap .credits .title {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
.modal .markup div.youtube-wrap,
.modal .markup div.vimeo-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin: 1.6em 0;
}
.modal .markup div.youtube-wrap iframe,
.modal .markup div.vimeo-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.modal .markup a.youtube-wrap,
.modal .markup a.vimeo-wrap {
  display: block;
  margin: 1.6em 0;
}
.modal .markup a.youtube-wrap img,
.modal .markup a.vimeo-wrap img {
  display: block;
  width: 100%;
}
.modal .markup div.kindle-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 550px;
  height: 0;
  margin: 1.6em 0;
}
.modal .markup div.kindle-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.modal .markup a.kindle-wrap {
  display: block;
  margin: 1.6em 0;
}
.modal .markup a.kindle-wrap img {
  display: block;
  width: 100%;
}
.modal .markup .tweet {
  background: #FFF;
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px 20px 11.6px 20px;
  font: normal normal 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
}
.modal .markup .tweet > a {
  display: block;
  color: black;
  text-decoration: none;
  white-space: pre-wrap;
}
.modal .markup .tweet .tweet-header {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.modal .markup .tweet .tweet-header .tweet-author-name {
  display: block;
  color: #1c2022;
  font-weight: 700;
}
.modal .markup .tweet .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
}
.modal .markup .tweet .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.modal .markup .tweet .tweet-photo {
  margin-top: 8px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.modal .markup .tweet a.expanded-link {
  display: block;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
.modal .markup .tweet a.expanded-link .expanded-link-img {
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
.modal .markup .tweet a.expanded-link .expanded-link-title,
.modal .markup .tweet a.expanded-link .expanded-link-description,
.modal .markup .tweet a.expanded-link .expanded-link-domain {
  display: block;
  padding: 2px 10px;
}
.modal .markup .tweet a.expanded-link .expanded-link-title {
  font-weight: bold;
  margin-top: 10px;
}
.modal .markup .tweet a.expanded-link .expanded-link-description {
  line-height: 18px;
}
.modal .markup .tweet a.expanded-link .expanded-link-domain {
  color: #8899a6;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.modal .markup .tweet .tweet-fake-link,
.modal .markup .tweet .tweet-url {
  color: #1ca1f2;
  text-decoration: none;
}
.modal .markup .tweet p {
  display: block;
  margin: 0;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.4;
}
.modal .markup .tweet p a {
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
}
.modal .markup .tweet .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.modal .markup .tweet .quoted-tweet .quote-tweet-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #1c2022;
  padding-right: 5px;
}
.modal .markup .tweet .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}
.modal .markup .tweet .tweet-footer {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
  text-decoration: none;
}
.modal .markup .tweet .tweet-footer .tweet-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697882;
}
.modal .markup .tweet .tweet-footer .tweet-date.no-reactions {
  border-bottom: none;
}
.modal .markup .tweet .tweet-footer .retweets,
.modal .markup .tweet .tweet-footer .likes {
  display: inline-block;
  margin-right: 8px;
}
.modal .markup .tweet .tweet-footer .rt-count,
.modal .markup .tweet .tweet-footer .like-count {
  font-weight: bold;
  color: #1c2022;
}
.modal .markup .instagram {
  background-color: #fff;
  position: relative;
  margin: 2em auto;
  max-width: 342px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.modal .markup .instagram .instagram-top-bar {
  padding: 7px 10px;
  height: 30px;
  line-height: 30px;
}
.modal .markup .instagram .instagram-top-bar .instagram-author-image {
  display: inline-block;
  margin-right: 10px;
}
.modal .markup .instagram .instagram-top-bar .instagram-author-image img {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.modal .markup .instagram .instagram-top-bar a.instagram-author-name {
  vertical-align: top;
  font-weight: 600;
  text-decoration: none;
}
.modal .markup .instagram .instagram-image img {
  width: 100%;
}
.modal .markup .instagram .instagram-bottom-bar {
  padding: 10px;
}
.modal .markup .instagram .instagram-bottom-bar .instagram-title {
  line-height: 18px;
}
.modal .markup .instagram .instagram-bottom-bar .instagram-title a {
  color: #003569;
  text-decoration: none;
}
.modal .markup .instagram .instagram-bottom-bar .instagram-title a:hover {
  text-decoration: underline;
}
.modal .markup .instagram .instagram-bottom-bar .instagram-timestamp {
  margin-top: 4px;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
.modal .markup .button-wrapper {
  text-align: center;
}
@media print {
  .modal .markup .button-wrapper {
    display: none;
  }
}
.modal .markup .button-wrapper .button {
  padding: 6px 20px;
  height: auto;
  text-decoration: none;
}
.modal .markup .referral-link {
  text-align: center;
}
.modal .markup .referral-link .button {
  padding: 6px 20px;
  height: auto;
}
.modal hr {
  margin: 48px 0;
  padding: 0;
  height: 1px;
  background: var(--border_subtle);
  border: none;
}
.modal .ProseMirror-example-setup-style hr:after {
  display: none;
}
.modal.thread-head .markup,
.modal.thread-post-editor .markup {
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.modal.thread-head .markup p,
.modal.thread-post-editor .markup p {
  font-size: 15px;
  line-height: 1.42em;
}
.modal .footnote a,
.modal a.footnote-anchor {
  color: var(--print_pop);
  text-decoration: none;
}
.modal .footnote a:hover,
.modal a.footnote-anchor:hover {
  text-decoration: underline;
}
.modal .footnote-anchor {
  vertical-align: super;
  line-height: 0;
  font-size: 14px;
}
.modal .footnote {
  display: flex;
  border-top: solid 1px var(--border_subtle);
  padding-top: 1.5em;
  font-size: 90%;
  flex-direction: row;
  align-items: baseline;
}
.modal .footnote ~ .footnote {
  border-top: none;
  padding-top: 0;
}
.modal .footnote .footnote-number {
  display: block;
  margin-right: 6px;
  min-width: 24px;
}
.modal .footnote .footnote-content {
  display: block;
}
.modal .captioned-image-container {
  text-align: center;
  margin-bottom: 16px;
}
.modal .captioned-image-container:last-child {
  margin-bottom: 0;
}
.modal .captioned-image-container figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.modal .captioned-image-container figcaption {
  color: var(--print_secondary, #757575);
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 10px;
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
}
.modal .captioned-image-container figcaption a {
  color: #1a1a1a;
}
.modal .captioned-image-container-static {
  text-align: center;
  margin-bottom: 16px;
}
.modal .captioned-image-container-static:last-child {
  margin-bottom: 0;
}
.modal .captioned-image-container-static img {
  margin-bottom: 0;
}
.modal .captioned-image-container-static figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.modal .captioned-image-container-static figcaption {
  color: var(--print_secondary, #757575);
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.modal .github-gist {
  white-space: normal;
}
.modal .github-gist.static .blob-code {
  text-align: left;
  line-height: 20px;
  border: 0;
}
.modal .github-gist.static .blob-code-inner {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
}
.modal .github-gist.static .gist td {
  vertical-align: baseline;
}
.modal .github-gist.static .gist td.blob-num[data-line-number] {
  word-break: normal;
}
.modal .github-gist.static .gist td:not(.blob-num[data-line-number]) {
  min-width: 3000px;
}
.modal .github-gist.static .gist pre {
  width: 3000px;
  position: static;
  display: inline-block;
  background: inherit;
  outline: none;
  margin: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  padding: 0;
  white-space: pre;
}
.modal .github-gist.static .gist .pl-e,
.modal .github-gist.static .gist .pl-en {
  color: #6f42c1;
}
.modal .github-gist.static .gist .pl-k {
  color: #d73a49;
}
.modal .github-gist.static .gist .pl-pds,
.modal .github-gist.static .gist .pl-s,
.modal .github-gist.static .gist .pl-s .pl-pse .pl-s1,
.modal .github-gist.static .gist .pl-sr,
.modal .github-gist.static .gist .pl-sr .pl-cce,
.modal .github-gist.static .gist .pl-sr .pl-sra,
.modal .github-gist.static .gist .pl-sr .pl-sre {
  color: #032f62;
}
.modal .github-gist.static .gist .gist-data {
  overflow: auto;
}
.modal .github-gist.static .gist .gist-file {
  margin-bottom: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 6px;
}
.modal .github-gist.static .gist .gist-meta {
  padding: 10px;
  overflow: hidden;
  font-family: Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 12px;
  color: #586069;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px;
}
.modal .github-gist.static .gist .gist-meta a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.modal .github-gist.static .gist .blob-num[data-line-number] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
.modal .page-title {
  color: #1a1a1a !important;
}
.modal .modal-table {
  display: table;
  min-height: 100%;
  width: 100%;
  table-layout: fixed;
  color: #1a1a1a;
}
.modal .modal-table a,
.modal .modal-table input,
.modal .modal-table textarea {
  background: white;
  color: #1a1a1a;
}
.modal .modal-table input::placeholder,
.modal .modal-table textarea::placeholder {
  color: #a7a7a7;
}
.modal .modal-row {
  display: table-row;
}
.modal .modal-cell {
  display: table-cell;
}
.modal .modal-content {
  opacity: 0;
  padding: 20px 0 0;
  transition: opacity 550ms ease-in-out;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
@media screen and (max-width: 540px) {
  .modal .modal-content {
    padding-top: 0;
  }
}
.modal .modal-content > .container {
  position: relative;
}
.modal .modal-btn {
  position: absolute;
  z-index: 11;
  top: 16px;
  right: 16px;
  padding: 0;
  height: auto;
}
.modal .modal-btn svg {
  height: 14px;
  width: 14px;
  fill: #1a1a1a;
}
.modal.gone {
  display: none;
}
.modal.in {
  opacity: 1;
}
.modal.in .modal-content {
  opacity: 1;
}
.modal.centered-simple .container {
  max-width: 400px;
  text-align: center;
}
.modal.centered-simple .container .page-title {
  font-size: 1.5em;
}
.modal.centered-simple .container p {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 0.9em;
  margin: 0 0 1em;
}
.modal.popup {
  background-color: rgba(53, 53, 53, 0);
  opacity: 1;
  -webkit-transition: background 350ms ease-in-out;
  -moz-transition: background 350ms ease-in-out;
  -ms-transition: background 350ms ease-in-out;
  -o-transition: background 350ms ease-in-out;
  transition: background 350ms ease-in-out;
}
.modal.popup .modal-content {
  background-color: white;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  opacity: 1;
}
@media screen and (min-width: 541px) {
  .modal.popup .modal-content {
    display: flex;
    align-items: center;
    padding: 0;
    min-height: 100vh;
    background-color: transparent;
  }
  .modal.popup .modal-content > .container {
    margin: 0 auto;
    width: 395px;
    background-color: white;
    border-radius: 4px;
  }
}
@media screen and (max-width: 540px) {
  .modal.popup .modal-btn {
    position: fixed;
  }
}
.modal.popup.in {
  background-color: rgba(53, 53, 53, 0.71);
}
.modal.popup.in .modal-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page > .container > .form {
  margin-top: 0;
}
.footer-wrap {
  height: 256px;
}
@media screen and (max-width: 610px) {
  .footer-wrap {
    height: 300px;
  }
}
.footer-wrap .footer {
  position: absolute;
  bottom: 0;
  padding: 42px 0;
  width: 100%;
  background: #f8f8f8;
  color: var(--print_secondary, #757575);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 540px) {
  .footer-wrap .footer {
    padding-top: 34px;
  }
}
.footer-wrap .footer a {
  color: inherit;
  text-decoration: underline;
}
.footer-wrap .footer .footer-substack-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 9px;
  height: 18px;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #939393;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.footer-wrap .footer .footer-substack-cta svg {
  float: left;
  margin-right: 4px;
  height: 18px;
  width: 18px;
}
.footer-wrap .footer .footer-substack-cta svg path {
  fill: #ff6719;
  stroke: transparent;
}
.footer-wrap .footer .footer-contain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 900px;
}
@media screen and (max-width: 912px) {
  .footer-wrap .footer .footer-contain {
    width: unset;
    align-self: stretch;
  }
}
@media screen and (max-width: 610px) {
  .footer-wrap .footer .footer-contain {
    flex-direction: column;
    justify-content: unset;
  }
}
.footer-wrap .footer .footer-contain .logo-copy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-wrap .footer .footer-info {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 610px) {
  .footer-wrap .footer .footer-info {
    margin-top: 20px;
  }
}
.footer-wrap .footer .footer-info .footer-info-col {
  margin-left: 68px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 610px) {
  .footer-wrap .footer .footer-info .footer-info-col:first-child {
    margin-left: 0;
  }
}
.footer-wrap .footer .footer-info .footer-info-col .tw-icon {
  margin-left: 4px;
  opacity: 0.5;
  margin-bottom: -2px;
}
.footer-wrap .footer .footer-info .footer-info-col h3 {
  color: #58595b;
}
.footer-wrap .footer .footer-info .footer-info-col a {
  text-decoration: none;
  margin-bottom: 4px;
}
.footer-wrap .footer .logo-wordmark {
  height: 36px;
}
@media screen and (max-width: 540px) {
  .footer-wrap .footer .logo-wordmark {
    margin: auto;
  }
}
.footer-wrap .footer .copyright {
  margin-top: 28px;
}
.use-theme-bg .footer-wrap .footer {
  background: hsl(var(--web_bg_color_h), var(--web_bg_color_s), calc(var(--web_bg_color_l) - 4%));
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.subscribe-success-modal.after-gift button {
  min-width: 200px;
}
.subscribe-success-modal.after-gift button.secondary {
  color: #1a1a1a;
  border: 1px var(--border_subtle) solid;
}
.account-settings {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  float: none;
  overflow: auto;
}
.account-settings .message.success {
  color: #81c784;
  border-radius: 4px;
  margin-bottom: 16px;
}
.account-settings .settings-section {
  margin-bottom: 48px;
}
.account-settings .orange {
  color: var(--background_pop);
}
.account-settings .gray {
  color: var(--print_secondary, #757575);
}
.account-settings .settings-header {
  position: relative;
  display: flex;
  margin-bottom: 32px;
}
.account-settings .settings-header .user-head {
  flex: initial;
  margin: auto;
}
.account-settings .settings-header .user-head a .profile-img-wrap img {
  height: 90px;
  width: 90px;
}
.account-settings .settings-header .account-details {
  padding: 16px;
  overflow: hidden;
  width: auto;
  flex: auto;
}
.account-settings .settings-header .account-details h1 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.account-settings .settings-header .account-details p {
  font-size: 16px;
  margin: 5px 0 0 0;
  line-height: 20px;
}
.account-settings .settings-header .account-button {
  margin: auto;
}
@media screen and (max-width: 540px) {
  .account-settings .settings-header .account-button {
    display: none;
  }
}
.account-settings .settings-section-silhouette {
  margin-bottom: 500px;
}
.account-settings .settings-section-silhouette h3 {
  background-color: #f6f7f9;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  width: 35%;
}
.account-settings .settings-section-silhouette h3::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: linear-gradient(to right, #ffffff00, #ffffffcc, #ffffff00);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: silhouette-scroll 1s linear infinite;
  -o-animation: silhouette-scroll 1s linear infinite;
  animation: silhouette-scroll 1s linear infinite;
  content: '';
}
@media screen and (max-width: 540px) {
  .account-settings .settings-section-silhouette h3 {
    width: 80%;
  }
}
.account-settings .settings-section-silhouette p {
  background-color: #f6f7f9;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  width: 50%;
}
.account-settings .settings-section-silhouette p::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: linear-gradient(to right, #ffffff00, #ffffffcc, #ffffff00);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: silhouette-scroll 1s linear infinite;
  -o-animation: silhouette-scroll 1s linear infinite;
  animation: silhouette-scroll 1s linear infinite;
  content: '';
}
@media screen and (max-width: 540px) {
  .account-settings .settings-section-silhouette p {
    width: 100%;
  }
}
.account-settings h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
}
.account-settings .account-settings-text {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
  text-decoration: none;
}
.account-settings .account-button {
  border: 1px solid #666666;
  color: #666666;
  white-space: nowrap;
}
@media screen and (max-width: 540px) {
  .account-settings .settings-checkbox-row p {
    display: flex;
  }
}
.account-settings .settings-checkbox-row input {
  margin-right: 10px;
}
.account-settings .settings-publication-row {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}
.account-settings .settings-publication-row .pub-icon {
  flex: initial;
}
.account-settings .settings-publication-row .publication-name {
  margin: 5px 20px 0 5px;
  flex-shrink: 0;
  width: 200px;
}
.account-settings .settings-publication-row .pub-relationship {
  flex: 2 auto;
  width: auto;
  margin: auto;
}
.account-settings .settings-publication-row .account-button {
  margin: auto;
}
@media screen and (max-width: 540px) {
  .account-settings .settings-publication-row {
    display: block;
  }
  .account-settings .settings-publication-row::before,
  .account-settings .settings-publication-row::after {
    clear: both;
  }
  .account-settings .settings-publication-row .pub-icon {
    float: left;
    margin: 6px 8px 0 0;
  }
  .account-settings .settings-publication-row .pub-relationship {
    margin-left: 38px;
    font-size: 14px;
  }
  .account-settings .settings-publication-row .account-button {
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
    font-size: 14px;
  }
}
.account-settings .add-modal-content {
  /* modified from publication_user_table.less */
  width: 290px;
  margin: 24px auto;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  text-align: center;
}
.account-settings .add-modal-content p {
  font-size: 13px;
  text-align: left;
}
.account-settings .add-modal-content input,
.account-settings .add-modal-content textarea {
  padding: 10px;
  border: 1px solid var(--border_subtle);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 14px;
  resize: none;
}
.account-settings .add-modal-content textarea {
  height: 60px;
  line-height: 1.42em;
  margin-bottom: 0;
}
.account-settings .add-modal-content button {
  width: 100%;
}
.account-settings .add-modal-content h2 {
  font-size: 18px;
  font-weight: 500;
}
.account-settings .twitter-banner {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 15px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.account-settings .twitter-banner span {
  color: var(--print_secondary, #757575);
}
.account-settings .twitter-banner > * {
  margin: 1em 0;
}
.account-settings .twitter-banner p {
  flex-basis: 60%;
  margin: 0px;
}
@media screen and (max-width: 370px) {
  .account-settings .twitter-banner .twitter-container {
    width: 100%;
  }
  .account-settings .twitter-banner .twitter-container .twitter-discover {
    width: auto;
    max-width: unset;
  }
}
@media screen and (max-width: 854px) {
  .account-settings .twitter-banner {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
  }
}
.dropdown-menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  margin: 8px 0 0 0 !important;
  padding: 4px 0;
  max-width: 200px;
  background: white;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  list-style: none;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  text-indent: 0;
  transform: translateX(-50%) translateY(-20%) scale(0.7);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-menu.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  pointer-events: auto;
}
.dropdown-menu .dropdown-menu-tail,
.dropdown-menu .dropdown-menu-tail-shadow {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  margin: -8px -8px 0 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  content: '';
}
.dropdown-menu .dropdown-menu-tail {
  margin-top: -9px;
  border-bottom-color: #ddd;
}
.dropdown-menu > .dropdown-menu-wrapper {
  max-height: 320px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.dropdown-menu > .dropdown-menu-wrapper > li {
  margin: 0 !important;
}
.dropdown-menu > .dropdown-menu-wrapper > li > a {
  display: block;
  padding: 0 10px 2px;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-menu > .dropdown-menu-wrapper > li > a.secondary {
  color: var(--print_secondary, #757575);
}
.dropdown-menu > .dropdown-menu-wrapper > li > a:first-child {
  padding-top: 2px;
}
.dropdown-menu > .dropdown-menu-wrapper > li > a:hover {
  background: #f7f7f7;
}
.tooltip-portal {
  position: absolute;
  pointer-events: none;
}
.explanation {
  left: 50%;
  min-width: 300px;
  padding: 16px;
  box-shadow: 0px 3px 11.5px -8px rgba(0, 0, 0, 0.25);
  user-select: all;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #78706c;
}
.content-editable {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.hero-box {
  position: relative;
  margin-top: 24px;
  padding: 40px 48px 24px;
  background-color: var(--border_subtle);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
@media screen and (max-width: 540px) {
  .hero-box {
    padding: 38px 24px 10px;
  }
}
.hero-box .dismiss.button {
  position: absolute;
  top: 14px;
  right: 16px;
  padding: 0;
  height: auto;
}
.hero-box .dismiss.button svg {
  height: 14px;
  width: 14px;
}
.hero-box .dismiss.button svg path {
  stroke: var(--print_secondary, #757575);
}
.user-head > a > .profile-img-wrap > img {
  display: block;
  height: 33px;
  width: 33px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.user-head > a > .profile-img-wrap > img:hover:active {
  opacity: 0.6;
}
.profile-img-wrap {
  position: relative;
}
.profile-img-wrap img {
  display: block;
  height: 33px;
  width: 33px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.profile-img-wrap img:hover:active {
  opacity: 0.6;
}
.profile-img-wrap svg {
  height: 33px;
  width: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
.profile-image-wrapper {
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: relative;
}
.profile-image-wrapper img {
  display: block;
  border-radius: 50%;
}
.profile-image-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
}
div.user-profile {
  padding: 32px 0 20px;
  text-align: center;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
div.user-profile .user-profile-head {
  display: block;
  margin: 0 auto;
  height: 92px;
  width: 92px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
div.user-profile .user-profile-name {
  margin-top: 20px;
  font-size: 24px;
}
div.user-profile .user-profile-status,
div.user-profile .user-profile-publication {
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
}
div.user-profile .user-profile-status span,
div.user-profile .user-profile-publication span {
  color: var(--print_secondary, #757575);
}
div.user-profile .user-profile-banned {
  font-size: 14px;
  color: red;
}
.user-profile-modal {
  padding: 12px 0 44px;
}
@media screen and (min-width: 541px) {
  .user-profile-modal {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.user-selector {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
  position: relative;
  width: fit-content;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.user-selector .user-selector-row,
.user-selector .user-selector-new {
  position: relative;
}
.user-selector .user-selector-row > span,
.user-selector .user-selector-new > span {
  padding: 2px 0;
  cursor: pointer;
}
.user-selector .user-selector-row > .dropdown-menu,
.user-selector .user-selector-new > .dropdown-menu {
  left: 50%;
}
.user-selector .user-selector-row > .dropdown-menu > .dropdown-menu-wrapper,
.user-selector .user-selector-new > .dropdown-menu > .dropdown-menu-wrapper {
  max-height: 134px;
}
.user-selector .user-selector-row.user-selector-row > span:hover,
.user-selector .user-selector-new.user-selector-row > span:hover {
  text-decoration: underline;
}
.user-selector .user-selector-row.user-selector-new:not(:first-child),
.user-selector .user-selector-new.user-selector-new:not(:first-child) {
  margin-left: 8px;
}
.user-selector .user-selector-row.user-selector-new > span,
.user-selector .user-selector-new.user-selector-new > span {
  position: relative;
  padding: 2px 17px 2px 6px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  border-radius: 8.5px;
}
.user-selector .user-selector-row.user-selector-new > span::before,
.user-selector .user-selector-new.user-selector-new > span::before,
.user-selector .user-selector-row.user-selector-new > span::after,
.user-selector .user-selector-new.user-selector-new > span::after {
  position: absolute;
  background: #AAA;
  transition: transform 0.1s ease-out;
  content: "";
}
.user-selector .user-selector-row.user-selector-new > span::after,
.user-selector .user-selector-new.user-selector-new > span::after {
  top: 6px;
  right: 8px;
  height: 9px;
  width: 1px;
}
.user-selector .user-selector-row.user-selector-new > span::before,
.user-selector .user-selector-new.user-selector-new > span::before {
  top: 10px;
  right: 4px;
  height: 1px;
  width: 9px;
}
.user-selector .user-selector-row.user-selector-new > span:hover,
.user-selector .user-selector-new.user-selector-new > span:hover {
  background: #E7E7E7;
}
.user-selector .user-selector-row.user-selector-new > span:hover::before,
.user-selector .user-selector-new.user-selector-new > span:hover::before,
.user-selector .user-selector-row.user-selector-new > span:hover::after,
.user-selector .user-selector-new.user-selector-new > span:hover::after {
  background: #888;
}
.user-selector .user-selector-row.user-selector-new > span:not(.has-text),
.user-selector .user-selector-new.user-selector-new > span:not(.has-text) {
  padding: 0 17px 0 0;
}
.user-selector .user-selector-row.user-selector-new > span:not(.has-text)::after,
.user-selector .user-selector-new.user-selector-new > span:not(.has-text)::after {
  top: 4px;
}
.user-selector .user-selector-row.user-selector-new > span:not(.has-text)::before,
.user-selector .user-selector-new.user-selector-new > span:not(.has-text)::before {
  top: 8px;
}
.user-selector .user-selector-row.user-selector-new > span.rotate-plus::before,
.user-selector .user-selector-new.user-selector-new > span.rotate-plus::before,
.user-selector .user-selector-row.user-selector-new > span.rotate-plus::after,
.user-selector .user-selector-new.user-selector-new > span.rotate-plus::after {
  transform: rotate(45deg);
}
div.profile-updater {
  width: 290px;
  margin: 0 auto;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  text-align: center;
}
div.profile-updater h2.profile-updater-title {
  padding: 14px 0 0;
  font-size: 18px !important;
  font-weight: 500;
}
div.profile-updater .profile-photo-wrap {
  position: relative;
  margin: 0 auto;
  height: 72px;
  width: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--border_subtle);
  text-align: center;
  overflow: hidden;
}
div.profile-updater .profile-photo-wrap .profile-photo-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
div.profile-updater .profile-photo-wrap button {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  height: 72px;
  width: 72px;
  line-height: 72px;
  color: var(--print_pop);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
div.profile-updater .profile-photo-wrap button input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
div.profile-updater form {
  margin-top: 20px;
}
div.profile-updater form .profile-name,
div.profile-updater form .profile-email,
div.profile-updater form .profile-bio {
  margin-top: 10px;
  padding: 0 10px;
  width: 100%;
  height: 42px;
  border: 1px solid var(--border_subtle);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
div.profile-updater form .profile-bio {
  height: 100px;
  line-height: 1.42em;
  resize: none;
  padding: 10px;
}
div.profile-updater form .profile-free-signup {
  margin: 10px 0 0;
  padding: 0;
  height: 24px;
  line-height: 22px;
  text-align: left;
}
div.profile-updater form .profile-free-signup input {
  margin: 0 4px 0 3px;
}
div.profile-updater form .button[type='submit'] {
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
div.profile-updater form .button[type='submit'][disabled],
div.profile-updater form .button[type='submit'].disabled {
  position: relative;
  color: transparent;
  opacity: 0.7;
}
div.profile-updater form .button[type='submit'][disabled]::after,
div.profile-updater form .button[type='submit'].disabled::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -0.5px;
  height: 8px;
  width: 1px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-animation: rotate 1.5s infinite ease;
  -o-animation: rotate 1.5s infinite ease;
  animation: rotate 1.5s infinite ease;
  content: '';
}
div.profile-updater form .notice {
  display: block;
  margin-top: 10px;
  padding: 8px;
  background: var(--background_subtle);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  text-align: left;
}
div.profile-updater form .notice p {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 12px;
  color: var(--print_secondary, #757575);
  margin-bottom: 0;
}
div.profile-updater form .notice a {
  background-color: unset;
  color: var(--print_secondary, #757575);
}
.profile-updater-modal {
  padding: 32px 0px 48px;
}
.person-compact,
.person-compact-silhouette {
  display: flex;
  flex-direction: row;
  flex: 0 48%;
  margin: 0 0 16px;
  padding: 12px 0;
  cursor: pointer;
}
.person-compact.vertical,
.person-compact-silhouette.vertical {
  flex-direction: column;
  align-items: center;
}
.person-compact.vertical .person-compact-info,
.person-compact-silhouette.vertical .person-compact-info,
.person-compact.vertical .person-compact-silhouette-info,
.person-compact-silhouette.vertical .person-compact-silhouette-info {
  margin-left: 0;
  margin-top: 16px;
}
@media screen and (max-width: 540px) {
  .person-compact,
  .person-compact-silhouette {
    flex: 100%;
  }
}
.person-compact.person-compact:hover,
.person-compact-silhouette.person-compact:hover,
.person-compact.person-compact:active,
.person-compact-silhouette.person-compact:active {
  background-color: rgba(0, 0, 0, 0.025);
  box-shadow: -12px 0 0 0 rgba(0, 0, 0, 0.025), 12px 0 0 0 rgba(0, 0, 0, 0.025);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.person-compact .person-compact-silhouette-head,
.person-compact-silhouette .person-compact-silhouette-head,
.person-compact .person-compact-silhouette-name,
.person-compact-silhouette .person-compact-silhouette-name,
.person-compact .person-compact-silhouette-bio-line,
.person-compact-silhouette .person-compact-silhouette-bio-line {
  background-color: #f6f7f9;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.person-compact .person-compact-silhouette-head::after,
.person-compact-silhouette .person-compact-silhouette-head::after,
.person-compact .person-compact-silhouette-name::after,
.person-compact-silhouette .person-compact-silhouette-name::after,
.person-compact .person-compact-silhouette-bio-line::after,
.person-compact-silhouette .person-compact-silhouette-bio-line::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: linear-gradient(to right, #ffffff00, #ffffffcc, #ffffff00);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: silhouette-scroll 1s linear infinite;
  -o-animation: silhouette-scroll 1s linear infinite;
  animation: silhouette-scroll 1s linear infinite;
  content: '';
}
.person-compact .person-compact-head,
.person-compact-silhouette .person-compact-head,
.person-compact .person-compact-silhouette-head,
.person-compact-silhouette .person-compact-silhouette-head {
  object-fit: cover;
  flex-shrink: 0;
  height: 92px;
  width: 92px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.person-compact .person-compact-info,
.person-compact-silhouette .person-compact-info,
.person-compact .person-compact-silhouette-info,
.person-compact-silhouette .person-compact-silhouette-info {
  position: relative;
  margin-left: 20px;
  width: 100%;
}
.person-compact .person-compact-info .person-compact-name,
.person-compact-silhouette .person-compact-info .person-compact-name,
.person-compact .person-compact-silhouette-info .person-compact-name,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-name,
.person-compact .person-compact-info .person-compact-silhouette-name,
.person-compact-silhouette .person-compact-info .person-compact-silhouette-name,
.person-compact .person-compact-silhouette-info .person-compact-silhouette-name,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-silhouette-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}
.person-compact .person-compact-info .person-compact-name.person-compact-silhouette-name,
.person-compact-silhouette .person-compact-info .person-compact-name.person-compact-silhouette-name,
.person-compact .person-compact-silhouette-info .person-compact-name.person-compact-silhouette-name,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-name.person-compact-silhouette-name,
.person-compact .person-compact-info .person-compact-silhouette-name.person-compact-silhouette-name,
.person-compact-silhouette .person-compact-info .person-compact-silhouette-name.person-compact-silhouette-name,
.person-compact .person-compact-silhouette-info .person-compact-silhouette-name.person-compact-silhouette-name,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-silhouette-name.person-compact-silhouette-name {
  height: 18px;
  width: 60%;
}
.person-compact .person-compact-info .person-compact-bio,
.person-compact-silhouette .person-compact-info .person-compact-bio,
.person-compact .person-compact-silhouette-info .person-compact-bio,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-bio,
.person-compact .person-compact-info .person-compact-silhouette-bio,
.person-compact-silhouette .person-compact-info .person-compact-silhouette-bio,
.person-compact .person-compact-silhouette-info .person-compact-silhouette-bio,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-silhouette-bio {
  margin-top: 4px;
  color: var(--print_secondary, #757575);
  font-size: 15px;
  line-height: 1.5em;
}
.person-compact .person-compact-info .person-compact-bio .person-compact-silhouette-bio-line,
.person-compact-silhouette .person-compact-info .person-compact-bio .person-compact-silhouette-bio-line,
.person-compact .person-compact-silhouette-info .person-compact-bio .person-compact-silhouette-bio-line,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-bio .person-compact-silhouette-bio-line,
.person-compact .person-compact-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line,
.person-compact-silhouette .person-compact-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line,
.person-compact .person-compact-silhouette-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line {
  margin-bottom: 6px;
  height: 15px;
  width: 100%;
}
.person-compact .person-compact-info .person-compact-bio .person-compact-silhouette-bio-line:first-child,
.person-compact-silhouette .person-compact-info .person-compact-bio .person-compact-silhouette-bio-line:first-child,
.person-compact .person-compact-silhouette-info .person-compact-bio .person-compact-silhouette-bio-line:first-child,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-bio .person-compact-silhouette-bio-line:first-child,
.person-compact .person-compact-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line:first-child,
.person-compact-silhouette .person-compact-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line:first-child,
.person-compact .person-compact-silhouette-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line:first-child,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line:first-child {
  margin-top: 10px;
}
.person-compact .person-compact-info .person-compact-bio .person-compact-silhouette-bio-line:last-child,
.person-compact-silhouette .person-compact-info .person-compact-bio .person-compact-silhouette-bio-line:last-child,
.person-compact .person-compact-silhouette-info .person-compact-bio .person-compact-silhouette-bio-line:last-child,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-bio .person-compact-silhouette-bio-line:last-child,
.person-compact .person-compact-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line:last-child,
.person-compact-silhouette .person-compact-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line:last-child,
.person-compact .person-compact-silhouette-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line:last-child,
.person-compact-silhouette .person-compact-silhouette-info .person-compact-silhouette-bio .person-compact-silhouette-bio-line:last-child {
  width: 90%;
}
.use-theme-bg .person-compact .person-compact-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .person-compact .person-compact-bio {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.person-hero {
  padding: 20px 0;
  text-align: center;
}
.person-hero .person-hero-head {
  display: block;
  margin: 0 auto;
  height: 146px;
  width: 146px;
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.person-hero .person-hero-info {
  margin: 24px auto 0;
  max-width: 600px;
  text-align: center;
}
.person-hero .person-hero-info .person-hero-name {
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}
.person-hero .person-hero-info .person-hero-bio {
  margin-top: 12px;
  color: var(--print_secondary, #757575);
}
.person-hero .person-hero-info .person-hero-bio.empty {
  color: #bbb;
}
.use-theme-bg .person-hero .person-hero-info .person-hero-name {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg .person-hero .person-hero-info .person-hero-bio {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
table.thread-head {
  display: block;
  padding: 24px 0 10px;
  border-spacing: 0;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
table.thread-head .ellipsized-span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
table.thread-head .page-title,
table.thread-head .subtitle,
table.thread-head h1,
table.thread-head h2,
table.thread-head h3,
table.thread-head h4,
table.thread-head h5,
table.thread-head h6 {
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 1em 0 0.625em 0;
  color: #1a1a1a;
  line-height: 1.16em;
}
table.thread-head .page-title,
table.thread-head h1.title {
  margin: 0.378em 0 0 0;
  font-size: 40px;
  line-height: 1.1em;
}
table.thread-head .page-title a,
table.thread-head h1.title a {
  text-decoration: none;
  color: #1a1a1a;
}
table.thread-head .page-title a:hover,
table.thread-head h1.title a:hover {
  text-decoration: underline;
}
table.thread-head .page-title a.small,
table.thread-head h1.title a.small {
  font-size: 12px;
  line-height: 12px;
}
table.thread-head .body h1:first-child,
table.thread-head .page-title {
  margin: 0 0 1em 0;
}
table.thread-head h1 {
  font-size: 2em;
}
table.thread-head h2 {
  font-size: 1.625em;
}
table.thread-head h3 {
  font-size: 1.375em;
}
table.thread-head h4 {
  font-size: 1.125em;
}
table.thread-head .subtitle {
  color: var(--print_secondary, #757575);
  font-weight: normal;
  font-size: 19px;
  margin: 4px 0 0;
}
table.thread-head p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
table.thread-head p.no-margin {
  margin: 0;
}
table.thread-head p.centered {
  text-align: center;
}
table.thread-head p,
table.thread-head h1,
table.thread-head h2,
table.thread-head h3,
table.thread-head h4,
table.thread-head h5,
table.thread-head h6 {
  color: #1a1a1a;
}
table.thread-head p a,
table.thread-head h1 a,
table.thread-head h2 a,
table.thread-head h3 a,
table.thread-head h4 a,
table.thread-head h5 a,
table.thread-head h6 a {
  color: #1a1a1a;
  text-decoration: underline;
}
table.thread-head p a:active,
table.thread-head h1 a:active,
table.thread-head h2 a:active,
table.thread-head h3 a:active,
table.thread-head h4 a:active,
table.thread-head h5 a:active,
table.thread-head h6 a:active {
  opacity: 0.6;
}
table.thread-head a.ui-secondary {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, #757575);
  font-size: 0.8em;
}
table.thread-head blockquote {
  border-left: 4px solid var(--background_pop);
  margin: 1em 0;
}
table.thread-head blockquote > * {
  margin-left: 1em;
}
table.thread-head pre {
  position: relative;
  background: #f3f3f3;
  outline: 6px solid #f3f3f3;
}
table.thread-head pre:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  border: solid #f3f3f3;
  border-width: 6px 10px 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
table.thread-head pre code {
  white-space: pre-wrap;
}
table.thread-head ul,
table.thread-head ol {
  margin: 1em 0;
}
table.thread-head ul li,
table.thread-head ol li {
  margin: 7.5px 0 7.5px 15px;
  mso-special-format: bullet;
}
table.thread-head ul li > *:first-child:last-child,
table.thread-head ul li > .captioned-image-container:first-child:last-child a.image-link,
table.thread-head ul li > .captioned-image-container-static:first-child:last-child a.image-link,
table.thread-head ol li > *:first-child:last-child,
table.thread-head ol li > .captioned-image-container:first-child:last-child a.image-link,
table.thread-head ol li > .captioned-image-container-static:first-child:last-child a.image-link {
  margin: 0;
}
table.thread-head .markup {
  word-break: break-word;
  margin-bottom: 12px;
}
table.thread-head .markup .captioned-image-container a.image-link,
table.thread-head .markup .captioned-image-container-static:first-child a.image-link {
  margin-top: 0;
  margin-bottom: 0;
}
table.thread-head .markup > :first-child,
table.thread-head .markup .captioned-image-container:first-child,
table.thread-head .markup .captioned-image-container-static:first-child {
  margin-top: 0;
}
table.thread-head .markup > :last-child,
table.thread-head .markup .captioned-image-container:last-child,
table.thread-head .markup .captioned-image-container-static:last-child,
table.thread-head .markup .captioned-image-container:last-child figcaption,
table.thread-head .markup .captioned-image-container-static:last-child figcaption {
  margin-bottom: 0;
}
table.thread-head .markup .captioned-image-container:last-child figcaption,
table.thread-head .markup .captioned-image-container-static:last-child figcaption {
  padding-bottom: 0;
}
table.thread-head .markup img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
table.thread-head .markup table.image-wrapper,
table.thread-head .markup table.kindle-wrapper {
  margin: 8px auto;
  mso-padding-alt: 1em 0 1.6em;
}
table.thread-head .markup table.image-wrapper td,
table.thread-head .markup table.kindle-wrapper td {
  text-align: center;
}
table.thread-head .markup table.image-wrapper img,
table.thread-head .markup table.kindle-wrapper img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table.thread-head .markup table.image-wrapper img,
  table.thread-head .markup table.kindle-wrapper img {
    max-width: 550px;
  }
}
table.thread-head .markup table.image-wrapper img.wide-image,
table.thread-head .markup table.kindle-wrapper img.wide-image {
  width: 100%;
  max-width: 550px;
}
table.thread-head .markup a.image-link {
  display: block;
  padding: 0;
  margin: 1.6em auto;
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
}
table.thread-head .markup td a.image-link {
  margin: 0;
}
table.thread-head .markup iframe.spotify-wrap,
table.thread-head .markup a.spotify-wrap {
  display: block;
  top: 0;
  left: 0;
  margin: 0.62em 0 1em 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 398px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  table.thread-head .markup iframe.spotify-wrap,
  table.thread-head .markup a.spotify-wrap {
    width: auto !important;
  }
}
table.thread-head .markup iframe.spotify-wrap.podcast,
table.thread-head .markup a.spotify-wrap.podcast {
  height: 153px;
}
table.thread-head .markup a.spotify-wrap {
  height: 78px;
  max-width: 398px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
}
table.thread-head .markup a.spotify-wrap .cover {
  display: block;
  float: left;
  margin: 0;
  height: 78px;
  width: 78px;
  -webkit-background-size: cover;
  background-size: cover;
}
table.thread-head .markup a.spotify-wrap .content {
  display: block;
  margin: 14px 12px 0 90px;
}
table.thread-head .markup a.spotify-wrap .content .title,
table.thread-head .markup a.spotify-wrap .content .subtitle,
table.thread-head .markup a.spotify-wrap .content .description {
  display: block;
  margin: 0 0 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.thread-head .markup a.spotify-wrap .content .title {
  color: #181818;
}
table.thread-head .markup a.spotify-wrap .content .subtitle {
  color: #a0a0a0;
}
table.thread-head .markup a.spotify-wrap .content .description {
  margin: 10px 0 0;
  color: #a0a0a0;
  font-size: 12px;
}
table.thread-head .markup a.spotify-wrap .content .logo {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: -6px -2px 0 0;
}
table.thread-head .markup a.soundcloud-wrap,
table.thread-head .markup div.soundcloud-wrap {
  max-width: 398px;
  height: 116px;
}
table.thread-head .markup a.bandcamp-wrap,
table.thread-head .markup div.bandcamp-wrap {
  max-width: 700px;
  height: 120px;
}
table.thread-head .markup div.bandcamp-wrap.album {
  height: 241px;
}
table.thread-head .markup a.soundcloud-wrap,
table.thread-head .markup div.soundcloud-wrap,
table.thread-head .markup div.bandcamp-wrap,
table.thread-head .markup a.bandcamp-wrap {
  position: relative;
  width: 100%;
  margin: 1.6em 0;
}
table.thread-head .markup div.soundcloud-wrap iframe,
table.thread-head .markup div.bandcamp-wrap iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
table.thread-head .markup a.soundcloud-wrap,
table.thread-head .markup a.bandcamp-wrap {
  display: block;
  height: 114px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
table.thread-head .markup a.soundcloud-wrap img,
table.thread-head .markup a.bandcamp-wrap img {
  margin: 0;
  max-width: none;
}
table.thread-head .markup a.soundcloud-wrap .thumbnail,
table.thread-head .markup a.bandcamp-wrap .thumbnail {
  display: block;
  float: left;
  border: solid #f5f5f5;
  border-width: 7px 15px 7px 7px;
  height: 100px;
  width: 100px;
}
table.thread-head .markup a.soundcloud-wrap .play,
table.thread-head .markup a.bandcamp-wrap .play {
  display: block;
  float: left;
  height: 43px;
  width: 43px;
  border: solid #f5f5f5;
  border-width: 33px 5px 0 0;
}
table.thread-head .markup a.soundcloud-wrap .credits,
table.thread-head .markup a.bandcamp-wrap .credits {
  display: block;
  border: solid #f5f5f5;
  border-width: 37px 7px 0 0;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-body-container table.thread-head .markup a.soundcloud-wrap .credits,
.email-body-container table.thread-head .markup a.bandcamp-wrap .credits {
  white-space: normal;
}
table.thread-head .markup a.soundcloud-wrap .credits .author,
table.thread-head .markup a.bandcamp-wrap .credits .author {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
table.thread-head .markup a.soundcloud-wrap .credits .title,
table.thread-head .markup a.bandcamp-wrap .credits .title {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
table.thread-head .markup div.youtube-wrap,
table.thread-head .markup div.vimeo-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin: 1.6em 0;
}
table.thread-head .markup div.youtube-wrap iframe,
table.thread-head .markup div.vimeo-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
table.thread-head .markup a.youtube-wrap,
table.thread-head .markup a.vimeo-wrap {
  display: block;
  margin: 1.6em 0;
}
table.thread-head .markup a.youtube-wrap img,
table.thread-head .markup a.vimeo-wrap img {
  display: block;
  width: 100%;
}
table.thread-head .markup div.kindle-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 550px;
  height: 0;
  margin: 1.6em 0;
}
table.thread-head .markup div.kindle-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
table.thread-head .markup a.kindle-wrap {
  display: block;
  margin: 1.6em 0;
}
table.thread-head .markup a.kindle-wrap img {
  display: block;
  width: 100%;
}
table.thread-head .markup .tweet {
  background: #FFF;
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px 20px 11.6px 20px;
  font: normal normal 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
}
table.thread-head .markup .tweet > a {
  display: block;
  color: black;
  text-decoration: none;
  white-space: pre-wrap;
}
table.thread-head .markup .tweet .tweet-header {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  text-decoration: none;
}
table.thread-head .markup .tweet .tweet-header .tweet-author-name {
  display: block;
  color: #1c2022;
  font-weight: 700;
}
table.thread-head .markup .tweet .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
}
table.thread-head .markup .tweet .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
table.thread-head .markup .tweet .tweet-photo {
  margin-top: 8px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
table.thread-head .markup .tweet a.expanded-link {
  display: block;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
table.thread-head .markup .tweet a.expanded-link .expanded-link-img {
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
table.thread-head .markup .tweet a.expanded-link .expanded-link-title,
table.thread-head .markup .tweet a.expanded-link .expanded-link-description,
table.thread-head .markup .tweet a.expanded-link .expanded-link-domain {
  display: block;
  padding: 2px 10px;
}
table.thread-head .markup .tweet a.expanded-link .expanded-link-title {
  font-weight: bold;
  margin-top: 10px;
}
table.thread-head .markup .tweet a.expanded-link .expanded-link-description {
  line-height: 18px;
}
table.thread-head .markup .tweet a.expanded-link .expanded-link-domain {
  color: #8899a6;
  text-transform: lowercase;
  margin-bottom: 6px;
}
table.thread-head .markup .tweet .tweet-fake-link,
table.thread-head .markup .tweet .tweet-url {
  color: #1ca1f2;
  text-decoration: none;
}
table.thread-head .markup .tweet p {
  display: block;
  margin: 0;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.4;
}
table.thread-head .markup .tweet p a {
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
}
table.thread-head .markup .tweet .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
table.thread-head .markup .tweet .quoted-tweet .quote-tweet-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #1c2022;
  padding-right: 5px;
}
table.thread-head .markup .tweet .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}
table.thread-head .markup .tweet .tweet-footer {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
  text-decoration: none;
}
table.thread-head .markup .tweet .tweet-footer .tweet-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697882;
}
table.thread-head .markup .tweet .tweet-footer .tweet-date.no-reactions {
  border-bottom: none;
}
table.thread-head .markup .tweet .tweet-footer .retweets,
table.thread-head .markup .tweet .tweet-footer .likes {
  display: inline-block;
  margin-right: 8px;
}
table.thread-head .markup .tweet .tweet-footer .rt-count,
table.thread-head .markup .tweet .tweet-footer .like-count {
  font-weight: bold;
  color: #1c2022;
}
table.thread-head .markup .instagram {
  background-color: #fff;
  position: relative;
  margin: 2em auto;
  max-width: 342px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
table.thread-head .markup .instagram .instagram-top-bar {
  padding: 7px 10px;
  height: 30px;
  line-height: 30px;
}
table.thread-head .markup .instagram .instagram-top-bar .instagram-author-image {
  display: inline-block;
  margin-right: 10px;
}
table.thread-head .markup .instagram .instagram-top-bar .instagram-author-image img {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
table.thread-head .markup .instagram .instagram-top-bar a.instagram-author-name {
  vertical-align: top;
  font-weight: 600;
  text-decoration: none;
}
table.thread-head .markup .instagram .instagram-image img {
  width: 100%;
}
table.thread-head .markup .instagram .instagram-bottom-bar {
  padding: 10px;
}
table.thread-head .markup .instagram .instagram-bottom-bar .instagram-title {
  line-height: 18px;
}
table.thread-head .markup .instagram .instagram-bottom-bar .instagram-title a {
  color: #003569;
  text-decoration: none;
}
table.thread-head .markup .instagram .instagram-bottom-bar .instagram-title a:hover {
  text-decoration: underline;
}
table.thread-head .markup .instagram .instagram-bottom-bar .instagram-timestamp {
  margin-top: 4px;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
table.thread-head .markup .button-wrapper {
  text-align: center;
}
@media print {
  table.thread-head .markup .button-wrapper {
    display: none;
  }
}
table.thread-head .markup .button-wrapper .button {
  padding: 6px 20px;
  height: auto;
  text-decoration: none;
}
table.thread-head .markup .referral-link {
  text-align: center;
}
table.thread-head .markup .referral-link .button {
  padding: 6px 20px;
  height: auto;
}
table.thread-head hr {
  margin: 48px 0;
  padding: 0;
  height: 1px;
  background: var(--border_subtle);
  border: none;
}
table.thread-head .ProseMirror-example-setup-style hr:after {
  display: none;
}
table.thread-head.thread-head .markup,
table.thread-head.thread-post-editor .markup {
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
table.thread-head.thread-head .markup p,
table.thread-head.thread-post-editor .markup p {
  font-size: 15px;
  line-height: 1.42em;
}
table.thread-head .footnote a,
table.thread-head a.footnote-anchor {
  color: var(--print_pop);
  text-decoration: none;
}
table.thread-head .footnote a:hover,
table.thread-head a.footnote-anchor:hover {
  text-decoration: underline;
}
table.thread-head .footnote-anchor {
  vertical-align: super;
  line-height: 0;
  font-size: 14px;
}
table.thread-head .footnote {
  display: flex;
  border-top: solid 1px var(--border_subtle);
  padding-top: 1.5em;
  font-size: 90%;
  flex-direction: row;
  align-items: baseline;
}
table.thread-head .footnote ~ .footnote {
  border-top: none;
  padding-top: 0;
}
table.thread-head .footnote .footnote-number {
  display: block;
  margin-right: 6px;
  min-width: 24px;
}
table.thread-head .footnote .footnote-content {
  display: block;
}
table.thread-head .captioned-image-container {
  text-align: center;
  margin-bottom: 16px;
}
table.thread-head .captioned-image-container:last-child {
  margin-bottom: 0;
}
table.thread-head .captioned-image-container figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
table.thread-head .captioned-image-container figcaption {
  color: var(--print_secondary, #757575);
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 10px;
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
}
table.thread-head .captioned-image-container figcaption a {
  color: #1a1a1a;
}
table.thread-head .captioned-image-container-static {
  text-align: center;
  margin-bottom: 16px;
}
table.thread-head .captioned-image-container-static:last-child {
  margin-bottom: 0;
}
table.thread-head .captioned-image-container-static img {
  margin-bottom: 0;
}
table.thread-head .captioned-image-container-static figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
table.thread-head .captioned-image-container-static figcaption {
  color: var(--print_secondary, #757575);
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
table.thread-head .github-gist {
  white-space: normal;
}
table.thread-head .github-gist.static .blob-code {
  text-align: left;
  line-height: 20px;
  border: 0;
}
table.thread-head .github-gist.static .blob-code-inner {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
}
table.thread-head .github-gist.static .gist td {
  vertical-align: baseline;
}
table.thread-head .github-gist.static .gist td.blob-num[data-line-number] {
  word-break: normal;
}
table.thread-head .github-gist.static .gist td:not(.blob-num[data-line-number]) {
  min-width: 3000px;
}
table.thread-head .github-gist.static .gist pre {
  width: 3000px;
  position: static;
  display: inline-block;
  background: inherit;
  outline: none;
  margin: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  padding: 0;
  white-space: pre;
}
table.thread-head .github-gist.static .gist .pl-e,
table.thread-head .github-gist.static .gist .pl-en {
  color: #6f42c1;
}
table.thread-head .github-gist.static .gist .pl-k {
  color: #d73a49;
}
table.thread-head .github-gist.static .gist .pl-pds,
table.thread-head .github-gist.static .gist .pl-s,
table.thread-head .github-gist.static .gist .pl-s .pl-pse .pl-s1,
table.thread-head .github-gist.static .gist .pl-sr,
table.thread-head .github-gist.static .gist .pl-sr .pl-cce,
table.thread-head .github-gist.static .gist .pl-sr .pl-sra,
table.thread-head .github-gist.static .gist .pl-sr .pl-sre {
  color: #032f62;
}
table.thread-head .github-gist.static .gist .gist-data {
  overflow: auto;
}
table.thread-head .github-gist.static .gist .gist-file {
  margin-bottom: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 6px;
}
table.thread-head .github-gist.static .gist .gist-meta {
  padding: 10px;
  overflow: hidden;
  font-family: Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 12px;
  color: #586069;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px;
}
table.thread-head .github-gist.static .gist .gist-meta a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
table.thread-head .github-gist.static .gist .blob-num[data-line-number] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
table.thread-head > tbody > tr,
table.thread-head > tbody > tr > td,
table.thread-head > tr,
table.thread-head > tr > td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}
table.thread-head .thread-head-head {
  padding-top: 2.25px;
  padding-right: 10px;
  width: 33px;
}
table.thread-head .post-header .post-title {
  margin-top: 0;
  font-size: 16px;
}
table.thread-head .post-header .post-title a {
  text-decoration: none;
}
table.thread-head .post-header .post-title svg {
  fill: #1a1a1a;
  stroke-width: 0;
  margin-right: 6px;
}
table.thread-head .post-header .post-title svg.thread {
  margin-bottom: -3px;
}
table.thread-head .post-header .post-label {
  margin-top: -8px;
  margin-bottom: 6px;
}
table.thread-head .post-header .post-label .post-label-link {
  text-decoration: none;
  color: var(--print_pop);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
table.thread-head .post-header .post-label .post-label-link:hover {
  text-decoration: underline;
}
table.thread-head .post-header .post-meta tr td.post-meta-item {
  padding-top: 2px;
  padding-bottom: 2px;
}
table.thread-head > tr > td > table.post-meta.big > tr > td.post-meta-item,
table.thread-head > tbody > tr > td > table.post-meta.big > tr > td.post-meta-item,
table.thread-head > tr > td > table.post-meta.big > tbody > tr > td.post-meta-item,
table.thread-head > tbody > tr > td > table.post-meta.big > tbody > tr > td.post-meta-item {
  padding-top: 0px;
}
table.thread-head .thread-head-cta {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 15px;
  color: var(--print_pop);
  text-decoration: none;
}
table.thread-head .thread-head-cta:hover {
  text-decoration: underline;
}
table.thread-head .thread-head-cta:hover:active {
  opacity: 0.6;
}
table.thread-head .thread-head-cta .button {
  font-size: inherit;
}
table.thread-head .thread-head-cta .button.primary {
  padding: 0 16px;
  height: 38px;
  line-height: 38px;
}
table.thread-head table.post-meta {
  margin-bottom: 6px;
}
table.thread-head table.post-meta tr td.post-meta-item.edit-icon .dropdown-menu {
  top: 24px;
}
table.thread-head tbody > tr > td > table.post-meta,
table.thread-head > tr > td > table.post-meta {
  margin-bottom: 0;
}
table.thread-head .notifications-alert {
  display: inline-block;
  font-size: 15px;
  margin-top: 5px;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: var(--print_pop);
  color: var(--print_on_pop);
}
table.thread-head .notifications-alert a {
  color: var(--print_on_pop);
}
.thread-head-silhouette {
  display: flex;
  flex-direction: row;
  padding: 24px 0 10px;
}
.thread-head-silhouette .thread-head-silhouette-head,
.thread-head-silhouette .thread-head-silhouette-title,
.thread-head-silhouette .thread-head-silhouette-meta,
.thread-head-silhouette .thread-head-silhouette-body-line {
  background-color: #f6f7f9;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.thread-head-silhouette .thread-head-silhouette-head::after,
.thread-head-silhouette .thread-head-silhouette-title::after,
.thread-head-silhouette .thread-head-silhouette-meta::after,
.thread-head-silhouette .thread-head-silhouette-body-line::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: linear-gradient(to right, #ffffff00, #ffffffcc, #ffffff00);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: silhouette-scroll 1s linear infinite;
  -o-animation: silhouette-scroll 1s linear infinite;
  animation: silhouette-scroll 1s linear infinite;
  content: '';
}
.thread-head-silhouette .thread-head-silhouette-head {
  flex-shrink: 0;
  margin: 2.25px 10px 0 0;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thread-head-silhouette .thread-head-silhouette-content {
  width: 100%;
}
.thread-head-silhouette .thread-head-silhouette-content .thread-head-silhouette-title {
  margin-top: 2px;
  height: 14px;
  max-width: 480px;
}
.thread-head-silhouette .thread-head-silhouette-content .thread-head-silhouette-meta {
  margin-top: 7px;
  height: 11px;
  max-width: 240px;
}
.thread-head-silhouette .thread-head-silhouette-content .thread-head-silhouette-body {
  margin-top: 16px;
}
.thread-head-silhouette .thread-head-silhouette-content .thread-head-silhouette-body .thread-head-silhouette-body-line {
  margin-bottom: 6px;
  height: 13px;
}
.thread-head-silhouette .thread-head-silhouette-content .thread-head-silhouette-body .thread-head-silhouette-body-line:last-child {
  max-width: 200px;
}
.use-theme-bg table.thread-head .ellipsized-span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.use-theme-bg table.thread-head .page-title,
.use-theme-bg table.thread-head .subtitle,
.use-theme-bg table.thread-head h1,
.use-theme-bg table.thread-head h2,
.use-theme-bg table.thread-head h3,
.use-theme-bg table.thread-head h4,
.use-theme-bg table.thread-head h5,
.use-theme-bg table.thread-head h6 {
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 1em 0 0.625em 0;
  color: var(--print_on_web_bg_color, #1a1a1a);
  line-height: 1.16em;
}
.use-theme-bg table.thread-head .page-title,
.use-theme-bg table.thread-head h1.title {
  margin: 0.378em 0 0 0;
  font-size: 40px;
  line-height: 1.1em;
}
.use-theme-bg table.thread-head .page-title a,
.use-theme-bg table.thread-head h1.title a {
  text-decoration: none;
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg table.thread-head .page-title a:hover,
.use-theme-bg table.thread-head h1.title a:hover {
  text-decoration: underline;
}
.use-theme-bg table.thread-head .page-title a.small,
.use-theme-bg table.thread-head h1.title a.small {
  font-size: 12px;
  line-height: 12px;
}
.use-theme-bg table.thread-head .body h1:first-child,
.use-theme-bg table.thread-head .page-title {
  margin: 0 0 1em 0;
}
.use-theme-bg table.thread-head h1 {
  font-size: 2em;
}
.use-theme-bg table.thread-head h2 {
  font-size: 1.625em;
}
.use-theme-bg table.thread-head h3 {
  font-size: 1.375em;
}
.use-theme-bg table.thread-head h4 {
  font-size: 1.125em;
}
.use-theme-bg table.thread-head .subtitle {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-weight: normal;
  font-size: 19px;
  margin: 4px 0 0;
}
.use-theme-bg table.thread-head p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.use-theme-bg table.thread-head p.no-margin {
  margin: 0;
}
.use-theme-bg table.thread-head p.centered {
  text-align: center;
}
.use-theme-bg table.thread-head p,
.use-theme-bg table.thread-head h1,
.use-theme-bg table.thread-head h2,
.use-theme-bg table.thread-head h3,
.use-theme-bg table.thread-head h4,
.use-theme-bg table.thread-head h5,
.use-theme-bg table.thread-head h6 {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg table.thread-head p a,
.use-theme-bg table.thread-head h1 a,
.use-theme-bg table.thread-head h2 a,
.use-theme-bg table.thread-head h3 a,
.use-theme-bg table.thread-head h4 a,
.use-theme-bg table.thread-head h5 a,
.use-theme-bg table.thread-head h6 a {
  color: var(--print_on_web_bg_color, #1a1a1a);
  text-decoration: underline;
}
.use-theme-bg table.thread-head p a:active,
.use-theme-bg table.thread-head h1 a:active,
.use-theme-bg table.thread-head h2 a:active,
.use-theme-bg table.thread-head h3 a:active,
.use-theme-bg table.thread-head h4 a:active,
.use-theme-bg table.thread-head h5 a:active,
.use-theme-bg table.thread-head h6 a:active {
  opacity: 0.6;
}
.use-theme-bg table.thread-head a.ui-secondary {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 0.8em;
}
.use-theme-bg table.thread-head blockquote {
  border-left: 4px solid var(--background_pop);
  margin: 1em 0;
}
.use-theme-bg table.thread-head blockquote > * {
  margin-left: 1em;
}
.use-theme-bg table.thread-head pre {
  position: relative;
  background: #f3f3f3;
  outline: 6px solid #f3f3f3;
}
.use-theme-bg table.thread-head pre:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  border: solid #f3f3f3;
  border-width: 6px 10px 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.use-theme-bg table.thread-head pre code {
  white-space: pre-wrap;
}
.use-theme-bg table.thread-head ul,
.use-theme-bg table.thread-head ol {
  margin: 1em 0;
}
.use-theme-bg table.thread-head ul li,
.use-theme-bg table.thread-head ol li {
  margin: 7.5px 0 7.5px 15px;
  mso-special-format: bullet;
}
.use-theme-bg table.thread-head ul li > *:first-child:last-child,
.use-theme-bg table.thread-head ul li > .captioned-image-container:first-child:last-child a.image-link,
.use-theme-bg table.thread-head ul li > .captioned-image-container-static:first-child:last-child a.image-link,
.use-theme-bg table.thread-head ol li > *:first-child:last-child,
.use-theme-bg table.thread-head ol li > .captioned-image-container:first-child:last-child a.image-link,
.use-theme-bg table.thread-head ol li > .captioned-image-container-static:first-child:last-child a.image-link {
  margin: 0;
}
.use-theme-bg table.thread-head .markup {
  word-break: break-word;
  margin-bottom: 12px;
}
.use-theme-bg table.thread-head .markup .captioned-image-container a.image-link,
.use-theme-bg table.thread-head .markup .captioned-image-container-static:first-child a.image-link {
  margin-top: 0;
  margin-bottom: 0;
}
.use-theme-bg table.thread-head .markup > :first-child,
.use-theme-bg table.thread-head .markup .captioned-image-container:first-child,
.use-theme-bg table.thread-head .markup .captioned-image-container-static:first-child {
  margin-top: 0;
}
.use-theme-bg table.thread-head .markup > :last-child,
.use-theme-bg table.thread-head .markup .captioned-image-container:last-child,
.use-theme-bg table.thread-head .markup .captioned-image-container-static:last-child,
.use-theme-bg table.thread-head .markup .captioned-image-container:last-child figcaption,
.use-theme-bg table.thread-head .markup .captioned-image-container-static:last-child figcaption {
  margin-bottom: 0;
}
.use-theme-bg table.thread-head .markup .captioned-image-container:last-child figcaption,
.use-theme-bg table.thread-head .markup .captioned-image-container-static:last-child figcaption {
  padding-bottom: 0;
}
.use-theme-bg table.thread-head .markup img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.use-theme-bg table.thread-head .markup table.image-wrapper,
.use-theme-bg table.thread-head .markup table.kindle-wrapper {
  margin: 8px auto;
  mso-padding-alt: 1em 0 1.6em;
}
.use-theme-bg table.thread-head .markup table.image-wrapper td,
.use-theme-bg table.thread-head .markup table.kindle-wrapper td {
  text-align: center;
}
.use-theme-bg table.thread-head .markup table.image-wrapper img,
.use-theme-bg table.thread-head .markup table.kindle-wrapper img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .use-theme-bg table.thread-head .markup table.image-wrapper img,
  .use-theme-bg table.thread-head .markup table.kindle-wrapper img {
    max-width: 550px;
  }
}
.use-theme-bg table.thread-head .markup table.image-wrapper img.wide-image,
.use-theme-bg table.thread-head .markup table.kindle-wrapper img.wide-image {
  width: 100%;
  max-width: 550px;
}
.use-theme-bg table.thread-head .markup a.image-link {
  display: block;
  padding: 0;
  margin: 1.6em auto;
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
}
.use-theme-bg table.thread-head .markup td a.image-link {
  margin: 0;
}
.use-theme-bg table.thread-head .markup iframe.spotify-wrap,
.use-theme-bg table.thread-head .markup a.spotify-wrap {
  display: block;
  top: 0;
  left: 0;
  margin: 0.62em 0 1em 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 398px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .use-theme-bg table.thread-head .markup iframe.spotify-wrap,
  .use-theme-bg table.thread-head .markup a.spotify-wrap {
    width: auto !important;
  }
}
.use-theme-bg table.thread-head .markup iframe.spotify-wrap.podcast,
.use-theme-bg table.thread-head .markup a.spotify-wrap.podcast {
  height: 153px;
}
.use-theme-bg table.thread-head .markup a.spotify-wrap {
  height: 78px;
  max-width: 398px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
}
.use-theme-bg table.thread-head .markup a.spotify-wrap .cover {
  display: block;
  float: left;
  margin: 0;
  height: 78px;
  width: 78px;
  -webkit-background-size: cover;
  background-size: cover;
}
.use-theme-bg table.thread-head .markup a.spotify-wrap .content {
  display: block;
  margin: 14px 12px 0 90px;
}
.use-theme-bg table.thread-head .markup a.spotify-wrap .content .title,
.use-theme-bg table.thread-head .markup a.spotify-wrap .content .subtitle,
.use-theme-bg table.thread-head .markup a.spotify-wrap .content .description {
  display: block;
  margin: 0 0 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.use-theme-bg table.thread-head .markup a.spotify-wrap .content .title {
  color: #181818;
}
.use-theme-bg table.thread-head .markup a.spotify-wrap .content .subtitle {
  color: #a0a0a0;
}
.use-theme-bg table.thread-head .markup a.spotify-wrap .content .description {
  margin: 10px 0 0;
  color: #a0a0a0;
  font-size: 12px;
}
.use-theme-bg table.thread-head .markup a.spotify-wrap .content .logo {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: -6px -2px 0 0;
}
.use-theme-bg table.thread-head .markup a.soundcloud-wrap,
.use-theme-bg table.thread-head .markup div.soundcloud-wrap {
  max-width: 398px;
  height: 116px;
}
.use-theme-bg table.thread-head .markup a.bandcamp-wrap,
.use-theme-bg table.thread-head .markup div.bandcamp-wrap {
  max-width: 700px;
  height: 120px;
}
.use-theme-bg table.thread-head .markup div.bandcamp-wrap.album {
  height: 241px;
}
.use-theme-bg table.thread-head .markup a.soundcloud-wrap,
.use-theme-bg table.thread-head .markup div.soundcloud-wrap,
.use-theme-bg table.thread-head .markup div.bandcamp-wrap,
.use-theme-bg table.thread-head .markup a.bandcamp-wrap {
  position: relative;
  width: 100%;
  margin: 1.6em 0;
}
.use-theme-bg table.thread-head .markup div.soundcloud-wrap iframe,
.use-theme-bg table.thread-head .markup div.bandcamp-wrap iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.use-theme-bg table.thread-head .markup a.soundcloud-wrap,
.use-theme-bg table.thread-head .markup a.bandcamp-wrap {
  display: block;
  height: 114px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
.use-theme-bg table.thread-head .markup a.soundcloud-wrap img,
.use-theme-bg table.thread-head .markup a.bandcamp-wrap img {
  margin: 0;
  max-width: none;
}
.use-theme-bg table.thread-head .markup a.soundcloud-wrap .thumbnail,
.use-theme-bg table.thread-head .markup a.bandcamp-wrap .thumbnail {
  display: block;
  float: left;
  border: solid #f5f5f5;
  border-width: 7px 15px 7px 7px;
  height: 100px;
  width: 100px;
}
.use-theme-bg table.thread-head .markup a.soundcloud-wrap .play,
.use-theme-bg table.thread-head .markup a.bandcamp-wrap .play {
  display: block;
  float: left;
  height: 43px;
  width: 43px;
  border: solid #f5f5f5;
  border-width: 33px 5px 0 0;
}
.use-theme-bg table.thread-head .markup a.soundcloud-wrap .credits,
.use-theme-bg table.thread-head .markup a.bandcamp-wrap .credits {
  display: block;
  border: solid #f5f5f5;
  border-width: 37px 7px 0 0;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-body-container .use-theme-bg table.thread-head .markup a.soundcloud-wrap .credits,
.email-body-container .use-theme-bg table.thread-head .markup a.bandcamp-wrap .credits {
  white-space: normal;
}
.use-theme-bg table.thread-head .markup a.soundcloud-wrap .credits .author,
.use-theme-bg table.thread-head .markup a.bandcamp-wrap .credits .author {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.use-theme-bg table.thread-head .markup a.soundcloud-wrap .credits .title,
.use-theme-bg table.thread-head .markup a.bandcamp-wrap .credits .title {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
.use-theme-bg table.thread-head .markup div.youtube-wrap,
.use-theme-bg table.thread-head .markup div.vimeo-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin: 1.6em 0;
}
.use-theme-bg table.thread-head .markup div.youtube-wrap iframe,
.use-theme-bg table.thread-head .markup div.vimeo-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.use-theme-bg table.thread-head .markup a.youtube-wrap,
.use-theme-bg table.thread-head .markup a.vimeo-wrap {
  display: block;
  margin: 1.6em 0;
}
.use-theme-bg table.thread-head .markup a.youtube-wrap img,
.use-theme-bg table.thread-head .markup a.vimeo-wrap img {
  display: block;
  width: 100%;
}
.use-theme-bg table.thread-head .markup div.kindle-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 550px;
  height: 0;
  margin: 1.6em 0;
}
.use-theme-bg table.thread-head .markup div.kindle-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.use-theme-bg table.thread-head .markup a.kindle-wrap {
  display: block;
  margin: 1.6em 0;
}
.use-theme-bg table.thread-head .markup a.kindle-wrap img {
  display: block;
  width: 100%;
}
.use-theme-bg table.thread-head .markup .tweet {
  background: #FFF;
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px 20px 11.6px 20px;
  font: normal normal 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
}
.use-theme-bg table.thread-head .markup .tweet > a {
  display: block;
  color: black;
  text-decoration: none;
  white-space: pre-wrap;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-header {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-header .tweet-author-name {
  display: block;
  color: #1c2022;
  font-weight: 700;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-photo {
  margin-top: 8px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.use-theme-bg table.thread-head .markup .tweet a.expanded-link {
  display: block;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
.use-theme-bg table.thread-head .markup .tweet a.expanded-link .expanded-link-img {
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
.use-theme-bg table.thread-head .markup .tweet a.expanded-link .expanded-link-title,
.use-theme-bg table.thread-head .markup .tweet a.expanded-link .expanded-link-description,
.use-theme-bg table.thread-head .markup .tweet a.expanded-link .expanded-link-domain {
  display: block;
  padding: 2px 10px;
}
.use-theme-bg table.thread-head .markup .tweet a.expanded-link .expanded-link-title {
  font-weight: bold;
  margin-top: 10px;
}
.use-theme-bg table.thread-head .markup .tweet a.expanded-link .expanded-link-description {
  line-height: 18px;
}
.use-theme-bg table.thread-head .markup .tweet a.expanded-link .expanded-link-domain {
  color: #8899a6;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-fake-link,
.use-theme-bg table.thread-head .markup .tweet .tweet-url {
  color: #1ca1f2;
  text-decoration: none;
}
.use-theme-bg table.thread-head .markup .tweet p {
  display: block;
  margin: 0;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.4;
}
.use-theme-bg table.thread-head .markup .tweet p a {
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
}
.use-theme-bg table.thread-head .markup .tweet .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.use-theme-bg table.thread-head .markup .tweet .quoted-tweet .quote-tweet-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #1c2022;
  padding-right: 5px;
}
.use-theme-bg table.thread-head .markup .tweet .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-footer {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
  text-decoration: none;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-footer .tweet-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697882;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-footer .tweet-date.no-reactions {
  border-bottom: none;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-footer .retweets,
.use-theme-bg table.thread-head .markup .tweet .tweet-footer .likes {
  display: inline-block;
  margin-right: 8px;
}
.use-theme-bg table.thread-head .markup .tweet .tweet-footer .rt-count,
.use-theme-bg table.thread-head .markup .tweet .tweet-footer .like-count {
  font-weight: bold;
  color: #1c2022;
}
.use-theme-bg table.thread-head .markup .instagram {
  background-color: #fff;
  position: relative;
  margin: 2em auto;
  max-width: 342px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.use-theme-bg table.thread-head .markup .instagram .instagram-top-bar {
  padding: 7px 10px;
  height: 30px;
  line-height: 30px;
}
.use-theme-bg table.thread-head .markup .instagram .instagram-top-bar .instagram-author-image {
  display: inline-block;
  margin-right: 10px;
}
.use-theme-bg table.thread-head .markup .instagram .instagram-top-bar .instagram-author-image img {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.use-theme-bg table.thread-head .markup .instagram .instagram-top-bar a.instagram-author-name {
  vertical-align: top;
  font-weight: 600;
  text-decoration: none;
}
.use-theme-bg table.thread-head .markup .instagram .instagram-image img {
  width: 100%;
}
.use-theme-bg table.thread-head .markup .instagram .instagram-bottom-bar {
  padding: 10px;
}
.use-theme-bg table.thread-head .markup .instagram .instagram-bottom-bar .instagram-title {
  line-height: 18px;
}
.use-theme-bg table.thread-head .markup .instagram .instagram-bottom-bar .instagram-title a {
  color: #003569;
  text-decoration: none;
}
.use-theme-bg table.thread-head .markup .instagram .instagram-bottom-bar .instagram-title a:hover {
  text-decoration: underline;
}
.use-theme-bg table.thread-head .markup .instagram .instagram-bottom-bar .instagram-timestamp {
  margin-top: 4px;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
.use-theme-bg table.thread-head .markup .button-wrapper {
  text-align: center;
}
@media print {
  .use-theme-bg table.thread-head .markup .button-wrapper {
    display: none;
  }
}
.use-theme-bg table.thread-head .markup .button-wrapper .button {
  padding: 6px 20px;
  height: auto;
  text-decoration: none;
}
.use-theme-bg table.thread-head .markup .referral-link {
  text-align: center;
}
.use-theme-bg table.thread-head .markup .referral-link .button {
  padding: 6px 20px;
  height: auto;
}
.use-theme-bg table.thread-head hr {
  margin: 48px 0;
  padding: 0;
  height: 1px;
  background: var(--border_subtle);
  border: none;
}
.use-theme-bg table.thread-head .ProseMirror-example-setup-style hr:after {
  display: none;
}
.use-theme-bg table.thread-head.thread-head .markup,
.use-theme-bg table.thread-head.thread-post-editor .markup {
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.use-theme-bg table.thread-head.thread-head .markup p,
.use-theme-bg table.thread-head.thread-post-editor .markup p {
  font-size: 15px;
  line-height: 1.42em;
}
.use-theme-bg table.thread-head .footnote a,
.use-theme-bg table.thread-head a.footnote-anchor {
  color: var(--print_pop);
  text-decoration: none;
}
.use-theme-bg table.thread-head .footnote a:hover,
.use-theme-bg table.thread-head a.footnote-anchor:hover {
  text-decoration: underline;
}
.use-theme-bg table.thread-head .footnote-anchor {
  vertical-align: super;
  line-height: 0;
  font-size: 14px;
}
.use-theme-bg table.thread-head .footnote {
  display: flex;
  border-top: solid 1px var(--border_subtle);
  padding-top: 1.5em;
  font-size: 90%;
  flex-direction: row;
  align-items: baseline;
}
.use-theme-bg table.thread-head .footnote ~ .footnote {
  border-top: none;
  padding-top: 0;
}
.use-theme-bg table.thread-head .footnote .footnote-number {
  display: block;
  margin-right: 6px;
  min-width: 24px;
}
.use-theme-bg table.thread-head .footnote .footnote-content {
  display: block;
}
.use-theme-bg table.thread-head .captioned-image-container {
  text-align: center;
  margin-bottom: 16px;
}
.use-theme-bg table.thread-head .captioned-image-container:last-child {
  margin-bottom: 0;
}
.use-theme-bg table.thread-head .captioned-image-container figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.use-theme-bg table.thread-head .captioned-image-container figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 10px;
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
}
.use-theme-bg table.thread-head .captioned-image-container figcaption a {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.use-theme-bg table.thread-head .captioned-image-container-static {
  text-align: center;
  margin-bottom: 16px;
}
.use-theme-bg table.thread-head .captioned-image-container-static:last-child {
  margin-bottom: 0;
}
.use-theme-bg table.thread-head .captioned-image-container-static img {
  margin-bottom: 0;
}
.use-theme-bg table.thread-head .captioned-image-container-static figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.use-theme-bg table.thread-head .captioned-image-container-static figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.use-theme-bg table.thread-head .github-gist {
  white-space: normal;
}
.use-theme-bg table.thread-head .github-gist.static .blob-code {
  text-align: left;
  line-height: 20px;
  border: 0;
}
.use-theme-bg table.thread-head .github-gist.static .blob-code-inner {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
}
.use-theme-bg table.thread-head .github-gist.static .gist td {
  vertical-align: baseline;
}
.use-theme-bg table.thread-head .github-gist.static .gist td.blob-num[data-line-number] {
  word-break: normal;
}
.use-theme-bg table.thread-head .github-gist.static .gist td:not(.blob-num[data-line-number]) {
  min-width: 3000px;
}
.use-theme-bg table.thread-head .github-gist.static .gist pre {
  width: 3000px;
  position: static;
  display: inline-block;
  background: inherit;
  outline: none;
  margin: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  padding: 0;
  white-space: pre;
}
.use-theme-bg table.thread-head .github-gist.static .gist .pl-e,
.use-theme-bg table.thread-head .github-gist.static .gist .pl-en {
  color: #6f42c1;
}
.use-theme-bg table.thread-head .github-gist.static .gist .pl-k {
  color: #d73a49;
}
.use-theme-bg table.thread-head .github-gist.static .gist .pl-pds,
.use-theme-bg table.thread-head .github-gist.static .gist .pl-s,
.use-theme-bg table.thread-head .github-gist.static .gist .pl-s .pl-pse .pl-s1,
.use-theme-bg table.thread-head .github-gist.static .gist .pl-sr,
.use-theme-bg table.thread-head .github-gist.static .gist .pl-sr .pl-cce,
.use-theme-bg table.thread-head .github-gist.static .gist .pl-sr .pl-sra,
.use-theme-bg table.thread-head .github-gist.static .gist .pl-sr .pl-sre {
  color: #032f62;
}
.use-theme-bg table.thread-head .github-gist.static .gist .gist-data {
  overflow: auto;
}
.use-theme-bg table.thread-head .github-gist.static .gist .gist-file {
  margin-bottom: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 6px;
}
.use-theme-bg table.thread-head .github-gist.static .gist .gist-meta {
  padding: 10px;
  overflow: hidden;
  font-family: Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 12px;
  color: #586069;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px;
}
.use-theme-bg table.thread-head .github-gist.static .gist .gist-meta a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.use-theme-bg table.thread-head .github-gist.static .gist .blob-num[data-line-number] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
.use-theme-bg table.thread-head .post-header .post-title svg {
  fill: var(--print_on_web_bg_color, var(--print_on_web_bg_color, #1a1a1a));
  margin-right: 6px;
}
.subscribe-widget {
  margin: 0 0 1em;
}
.subscribe-widget form.form {
  margin: 0 auto;
  max-width: 370px;
}
.subscribe-widget form.form .sideBySideWrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.subscribe-widget form.form .sideBySideWrap input[name='email'] {
  display: inline-block;
  padding: 10px;
  height: 54px;
  border: 1px solid var(--background_pop);
  border-right-width: 0;
  border-radius: 5px 0 0 5px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 14px;
  line-height: 19px;
  -webkit-appearance: none;
}
.subscribe-widget form.form .sideBySideWrap button.rightButton {
  margin-top: 0;
  padding: 10px 22px;
  min-width: 132px;
  height: 54px;
  background: var(--background_pop);
  border: 1px solid var(--background_pop);
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  color: var(--print_on_pop);
}
@media screen and (max-width: 540px) {
  .subscribe-widget form.form .sideBySideWrap button.rightButton {
    padding: 10px 12px;
    min-width: 112px;
  }
}
.subscribe-widget.is-signed-up form.form {
  max-width: 290px;
}
.subscribe-widget.is-signed-up form.form .sideBySideWrap input[name='email'] {
  border-color: var(--border_subtle);
}
.subscribe-widget.is-signed-up form.form .sideBySideWrap button.rightButton {
  width: 60px;
  min-width: auto;
  cursor: default;
}
.subscribe-widget:not(.is-signed-up) form.form .sideBySideWrap button.rightButton[disabled],
.subscribe-widget:not(.is-signed-up) form.form .sideBySideWrap button.rightButton.disabled {
  position: relative;
  color: transparent;
  opacity: 0.7;
}
.subscribe-widget:not(.is-signed-up) form.form .sideBySideWrap button.rightButton[disabled]::after,
.subscribe-widget:not(.is-signed-up) form.form .sideBySideWrap button.rightButton.disabled::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -0.5px;
  height: 8px;
  width: 1px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-animation: rotate 1.5s infinite ease;
  -o-animation: rotate 1.5s infinite ease;
  animation: rotate 1.5s infinite ease;
  content: '';
}
.share-dialog.modal .modal-content {
  padding-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.share-dialog.modal .modal-content > .container {
  margin: 0 auto;
  background: white;
}
.share-dialog.modal .post-share-title {
  margin: 32px auto;
  max-width: 308px;
}
.share-dialog.modal .post-title {
  font-size: 32px;
  color: #78706c;
}
.share-dialog.modal .post-share-buttons {
  margin: 0 auto;
  padding: 0 0 42px;
}
.share-dialog.modal .post-share-buttons button {
  display: block;
  margin: 12px auto 0;
  padding: 15px 20px 15px 32px;
  height: auto;
  width: 100%;
  max-width: 308px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
  text-align: left;
}
.share-dialog.modal .post-share-buttons button:first-child {
  margin-top: 0;
}
.share-dialog.modal .post-share-buttons button.twitter {
  background: #66b2ee;
  border: none;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .share-dialog.modal .post-share-buttons button {
    max-width: calc(100% - 36px);
  }
}
.share-dialog.modal .post-share-buttons button img {
  margin-right: 20px;
  margin-bottom: -2px;
  height: 22px;
  width: 24px;
}
.share-dialog.modal .post-share-buttons button.copied::after {
  display: inline-block;
  float: right;
  margin-left: 20px;
  color: #4c3;
  content: '✓';
}
.portable-archive {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.portable-archive .portable-archive-tabs {
  display: flex;
  flex-direction: row;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
}
.portable-archive .portable-archive-tabs a.portable-archive-tab {
  display: block;
  margin-right: 20px;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  align-self: baseline;
}
.portable-archive .portable-archive-tabs a.portable-archive-tab:hover {
  color: var(--background_pop);
}
.portable-archive .portable-archive-tabs a.portable-archive-tab:last-child {
  margin-right: 0;
}
.portable-archive .portable-archive-tabs a.portable-archive-tab.active {
  color: var(--background_pop);
  font-weight: bold;
}
.portable-archive .portable-archive-tabs a.portable-archive-tab.active::after {
  display: block;
  margin-bottom: -1px;
  padding-top: 12px;
  border-bottom: 2px solid var(--background_pop);
  content: '';
}
.portable-archive .portable-archive-tabs a.portable-archive-tab svg {
  margin-bottom: -2px;
  height: 14px;
  width: 14px;
  stroke: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.portable-archive .portable-archive-tabs a.portable-archive-tab.search-tab {
  position: relative;
}
.portable-archive .portable-archive-tabs .portable-archive-search-bar {
  position: relative;
  width: 100%;
}
.portable-archive .portable-archive-tabs .portable-archive-search-bar .portable-archive-search-bar-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 0 12px;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid var(--background_pop);
  stroke: var(--print_on_web_bg_color, #1a1a1a);
}
.portable-archive .portable-archive-tabs .portable-archive-search-bar .portable-archive-search-bar-input {
  display: block;
  padding-bottom: 12px;
  width: 100%;
  height: 14px;
  border: none;
  font-size: 14px;
  line-height: 14px;
  text-indent: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.portable-archive .portable-archive-tabs .portable-archive-search-bar .portable-archive-search-bar-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 4px 12px 0;
  width: 10px;
  height: 10px;
  stroke: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  cursor: pointer;
}
.portable-archive .portable-archive-tabs .portable-archive-search-bar .portable-archive-search-bar-close:hover {
  stroke: var(--print_on_web_bg_color, #1a1a1a);
}
.portable-archive .portable-archive-list .portable-archive-empty {
  padding: 0 0 20px;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 16px;
  font-weight: bold;
}
.portable-archive .portable-archive-list .portable-archive-all {
  display: inline-block;
  margin-top: 16px;
  color: var(--print_on_web_bg_color, #1a1a1a);
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}
.portable-archive .portable-archive-list .portable-archive-all svg {
  height: 9px;
  width: 5px;
  stroke: var(--print_on_web_bg_color, #1a1a1a);
}
.portable-archive .portable-archive-list .portable-archive-all:hover:active {
  opacity: 0.7;
}
.publication.card {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.publication.card .pub-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.publication.card .pub-icon .placeholder {
  line-height: 51px;
}
.publication.card .pub-icon span.placeholder {
  font-size: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 26px;
}
div.publication.card {
  display: flex;
  flex-direction: row;
}
table.publication.card {
  border-spacing: 0px;
}
table.publication.card .pub-icon {
  margin-right: unset;
}
table.publication.card td.logo {
  padding-right: 12px;
}
.publication.card {
  font-size: 16px;
}
.publication.card table {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.publication.card div.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.publication.card figure {
  margin: unset;
}
.publication.card figure img {
  border-radius: 4px;
  max-width: 100% !important;
}
.publication.card .description {
  font-size: 14px;
  color: var(--print_secondary, #757575);
}
.pub-icon,
.feed-item-icon {
  position: relative;
  margin-right: 10px;
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.pub-icon .placeholder,
.feed-item-icon .placeholder {
  line-height: 21px;
}
.pub-icon > a,
.feed-item-icon > a {
  text-decoration: none;
}
.pub-icon > a > img,
.feed-item-icon > a > img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pub-icon .placeholder,
.feed-item-icon .placeholder {
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--print_secondary, #757575);
  font-family: var(--font_family_body, var(--font_family_body_preset, 'Spectral', serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_body_preset, 400);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-align: center;
  text-transform: capitalize;
}
.pub-icon .logo-hover,
.feed-item-icon .logo-hover {
  z-index: 1;
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 1px;
  padding: 12px 12px;
  width: 320px;
  background: #f8f9fb;
  border: 1px solid var(--border_subtle);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.pub-icon .logo-hover::before,
.feed-item-icon .logo-hover::before,
.pub-icon .logo-hover::after,
.feed-item-icon .logo-hover::after {
  display: block;
  position: absolute;
  top: -10px;
  left: 8px;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent #f8f9fb transparent;
  border-width: 0 10px 10px 10px;
  content: '';
}
.pub-icon .logo-hover::before,
.feed-item-icon .logo-hover::before {
  margin: -1px 0 0 -1px;
  border-color: transparent transparent var(--border_subtle) transparent;
  border-width: 0 11px 11px 11px;
}
.pub-icon .logo-hover .logo-hover-title,
.feed-item-icon .logo-hover .logo-hover-title {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pub-icon .logo-hover .logo-hover-title a,
.feed-item-icon .logo-hover .logo-hover-title a {
  text-decoration: none;
}
.pub-icon .logo-hover .logo-hover-title a:hover,
.feed-item-icon .logo-hover .logo-hover-title a:hover {
  text-decoration: underline;
}
.pub-icon .logo-hover .logo-hover-byline,
.feed-item-icon .logo-hover .logo-hover-byline {
  font-size: 14px;
}
.pub-icon .logo-hover .logo-hover-proof,
.feed-item-icon .logo-hover .logo-hover-proof,
.pub-icon .logo-hover .logo-hover-description,
.feed-item-icon .logo-hover .logo-hover-description {
  margin-top: 3px;
  font-size: 13px;
}
.pub-icon .logo-hover .logo-hover-description,
.feed-item-icon .logo-hover .logo-hover-description {
  color: var(--print_secondary, #757575);
}
@media screen and (min-width: 541px) {
  .pub-icon:hover .logo-hover,
  .feed-item-icon:hover .logo-hover {
    display: block;
  }
}
div.pill {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  width: fit-content;
  line-height: inherit;
  background-color: #1a1a1a;
  padding: 0px 6px;
  border: 2px solid #1a1a1a;
  border-radius: 4px;
}
div.pill span {
  align-items: center;
  text-align: center;
  display: flex;
  font-weight: 500;
  color: white;
  font-size: 12px;
}
div.pill svg {
  padding-right: 0.25rem;
}
.audio-player-wrapper .audio-player {
  position: relative;
  padding: 0;
  background-color: white;
  border: 1px solid var(--border_subtle);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  cursor: default;
}
.audio-player-wrapper .audio-player .audio-player-buttons {
  height: 48px;
  border-top: 41px solid transparent;
  border-bottom: 21px solid transparent;
}
.audio-player-wrapper .audio-player .audio-player-buttons a.button:hover:active,
.audio-player-wrapper .audio-player .audio-player-buttons a.button:focus:active > img {
  opacity: 0.7;
}
.audio-player-wrapper .audio-player .audio-player-buttons table {
  margin: 0;
  height: 48px;
  width: 100%;
  border-spacing: 0;
}
.audio-player-wrapper .audio-player .audio-player-buttons table tr td {
  padding: 0;
  height: 48px;
  vertical-align: middle;
}
.audio-player-wrapper .audio-player .audio-player-buttons table tr td a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.audio-player-wrapper .audio-player .audio-player-buttons table tr td a:hover:active {
  opacity: 0.7;
}
.audio-player-wrapper .audio-player .audio-player-buttons table tr td.audio-player-forward,
.audio-player-wrapper .audio-player .audio-player-buttons table tr td.audio-player-backward {
  width: 30px;
}
.audio-player-wrapper .audio-player .audio-player-buttons table tr td.audio-player-forward img,
.audio-player-wrapper .audio-player .audio-player-buttons table tr td.audio-player-backward img {
  height: 30px;
  width: 30px;
}
.audio-player-wrapper .audio-player .audio-player-buttons table tr td.audio-player-play {
  position: relative;
  width: 120px;
  text-align: center;
  overflow: hidden;
}
.audio-player-wrapper .audio-player .audio-player-buttons table tr td.audio-player-play img {
  height: 48px;
  width: 48px;
}
.audio-player-wrapper .audio-player .audio-player-buttons table tr td.audio-player-play a.button {
  padding: 10px 20px;
  height: 58px;
}
.audio-player-wrapper .audio-player .audio-player-buttons table tr td.audio-player-play::after {
  position: absolute;
  left: -112px;
  top: 0;
  height: 48px;
  width: 112px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 28.57142857%, rgba(255, 255, 255, 0.4) 71.42857143%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 28.57142857%, rgba(255, 255, 255, 0.4) 71.42857143%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 28.57142857%, rgba(255, 255, 255, 0.4) 71.42857143%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 28.57142857%, rgba(255, 255, 255, 0.4) 71.42857143%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 28.57142857%, rgba(255, 255, 255, 0.4) 71.42857143%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-animation: waitingAnimation 2s infinite linear;
  -o-animation: waitingAnimation 2s infinite linear;
  animation: waitingAnimation 2s infinite linear;
  animation-play-state: paused;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  pointer-events: none;
  content: '';
}
.audio-player-wrapper .audio-player .audio-player-buttons table tr td.audio-player-play.pause.waiting::after {
  opacity: 1;
  animation-play-state: running;
}
.audio-player-wrapper .audio-player .audio-player-buttons .audio-player-playback-rate {
  position: absolute;
  top: 8px;
  right: 16px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #939393;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.audio-player-wrapper .audio-player .audio-player-progress {
  position: relative;
  height: 24px;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 22px solid transparent;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
@media screen and (max-width: 540px) {
  .audio-player-wrapper .audio-player .audio-player-progress {
    border-left-width: 16px;
    border-right-width: 16px;
  }
}
.audio-player-wrapper .audio-player .audio-player-progress table {
  margin: 0;
  height: 24px;
}
.audio-player-wrapper .audio-player .audio-player-progress table tr td {
  height: 18px;
  vertical-align: middle;
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar {
  position: relative;
  width: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-track,
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-filled,
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-current {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9px;
  height: 3px;
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-filled,
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-current,
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-button {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-track {
  width: 100%;
  background: #dad7d7;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
}
.email-body-container .audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-track {
  position: relative;
  margin-top: 0;
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-filled {
  width: 0;
  background: var(--background_pop);
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
}
.email-body-container .audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-filled {
  display: none;
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-current {
  margin-left: -1.5px;
  width: 3px;
  background: white;
}
.email-body-container .audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-current {
  display: none;
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-button {
  position: absolute;
  margin-left: -9px;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background: var(--background_pop);
  border: 2px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.email-body-container .audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-button {
  display: none;
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-popup {
  position: absolute;
  top: -46px;
  left: 0;
  margin-left: -29px;
  height: 31px;
  width: 60px;
  background: var(--background_pop);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: var(--print_on_pop);
  font-size: 16px;
  line-height: 31px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-popup {
    top: -54px;
  }
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar .audio-player-progress-bar-popup::after {
  display: block;
  position: absolute;
  top: 31px;
  left: 20px;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: var(--background_pop) transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  content: '';
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar:active .audio-player-progress-bar-filled,
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar:active .audio-player-progress-bar-button {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-bar:active .audio-player-progress-bar-button {
  box-shadow: inset 0 32px 0 rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-past,
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-left {
  min-width: 40px;
  color: #939393;
  font-family: Helvetica, monospace;
  font-size: 14px;
  line-height: 18px;
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-past {
  padding-right: 10px;
  text-align: right;
}
.audio-player-wrapper .audio-player .audio-player-progress .audio-player-progress-left {
  padding-left: 10px;
  text-align: left;
}
.audio-player-wrapper .audio-player-add-to-podcast-link {
  text-align: right;
}
.audio-player-wrapper .audio-player-add-to-podcast-link a {
  color: var(--print_secondary, #757575);
  font-size: 14px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
@keyframes waitingAnimation {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(160px);
    -moz-transform: translateX(160px);
    -ms-transform: translateX(160px);
    -o-transform: translateX(160px);
    transform: translateX(160px);
  }
}
.ui-tabs {
  display: flex;
  flex-direction: row;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 10px;
  margin-bottom: 16px;
}
.ui-tabs a.ui-tab {
  display: block;
  margin-right: 20px;
  color: var(--print_secondary, #757575);
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
.ui-tabs a.ui-tab:hover {
  color: var(--background_pop);
}
.ui-tabs a.ui-tab:last-child {
  margin-right: 0;
}
.ui-tabs a.ui-tab.active {
  color: var(--background_pop);
  font-weight: bold;
}
.ui-tabs a.ui-tab.active::after {
  display: block;
  padding-top: 12px;
  border-bottom: 2px solid var(--background_pop);
  content: '';
}
.use-theme-bg .ui-tabs a.ui-tab {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.more-loader {
  margin-top: 20px;
  height: 24px;
  width: 1px;
  background: #ddd;
  -webkit-animation: rotate 1.5s infinite ease;
  -o-animation: rotate 1.5s infinite ease;
  animation: rotate 1.5s infinite ease;
}
.dropdown-base {
  position: relative;
}
.dropdown-base .dropdown-content {
  z-index: 1001;
  position: absolute;
  min-width: calc(100% - 2px);
  -webkit-box-shadow: 0 2px 5px -1px rgba(20, 20, 20, 0.2);
  -moz-box-shadow: 0 2px 5px -1px rgba(20, 20, 20, 0.2);
  box-shadow: 0 2px 5px -1px rgba(20, 20, 20, 0.2);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ddd;
  margin-top: -3px;
  overflow: scroll;
  transform: translateX(0) translateY(-15%) scale(0.8);
  transition: transform 0.09s ease-out, opacity 0.12s ease-out;
  opacity: 0.3;
  visibility: hidden;
}
.dropdown-base .dropdown-content.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}
.dropdown-base .dropdown-target {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.dropdown-base .dropdown-target:hover {
  background: rgba(0, 0, 0, 0.04);
}
.dropdown-base .dropdown-target .empty {
  color: var(--print_secondary, #757575);
}
.dropdown-base .dropdown-target .target-value {
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-base .dropdown-target .target-value.upper {
  text-transform: uppercase;
}
.dropdown-base .dropdown-target svg {
  margin-left: 12px;
}
.dropdown-base.no-border .dropdown-content {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 1px;
}
.dropdown-base.no-border .dropdown-target {
  border: none;
}
.dl-text-picker {
  background: white;
  display: flex;
  flex-direction: column;
}
.dl-text-picker .text-row {
  padding: 6px 12px;
  color: #1a1a1a;
  cursor: pointer;
}
.dl-text-picker .text-row:hover {
  background: rgba(0, 0, 0, 0.06);
}
.dl-font-picker {
  background: white;
  display: flex;
  flex-direction: column;
}
.dl-font-picker .font-row {
  padding: 6px 12px;
}
.dl-font-picker .font-row:hover {
  background: rgba(0, 0, 0, 0.06);
}
.color-indicator {
  height: 14px;
  width: 14px;
  border-radius: 7px;
  margin-right: 9px;
  display: inline-block;
}
.color-indicator.is-white {
  border: 2px solid #ddd;
  height: 10px;
  width: 10px;
}
.dl-color-picker {
  background: white;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.dl-color-picker .color-row {
  display: flex;
  justify-content: space-between;
}
.dl-color-picker .color-sq {
  width: 20px;
  height: 20px;
  margin: 6px;
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.1s ease-out;
}
.dl-color-picker .color-sq.is-white {
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
}
.dl-color-picker .color-sq:hover {
  transform: scale(1.2);
}
.dl-color-picker input {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 8px 2px;
  padding: 8px 12px;
  font-size: 18px;
  text-transform: uppercase;
}
.dl-color-picker p {
  color: #a7a7a7;
  font-size: 14px;
  margin: 8px 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.invite-page {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.invite-page .form .sideBySideWrap {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 540px) {
  .invite-page .form .sideBySideWrap {
    display: block;
  }
}
.invite-page .form .sideBySideWrap input[name="name"],
.invite-page .form .sideBySideWrap input[name="email"] {
  margin: 0 10px 0 0;
  padding: 10px;
  border: 1px solid var(--border_subtle);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 540px) {
  .invite-page .form .sideBySideWrap input[name="name"],
  .invite-page .form .sideBySideWrap input[name="email"] {
    margin: 0 0 10px 0;
  }
}
.invite-page .form .sideBySideWrap button[type="submit"] {
  margin-top: 0;
}
.invite-success {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.finish-invite {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  text-align: center;
}
.finish-invite p {
  margin-bottom: 0;
}
.home-page {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  background: var(--web_bg_color, white);
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.home-page input,
.home-page textarea {
  background: var(--background_contrast_2);
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.home-page input::placeholder,
.home-page textarea::placeholder {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.home-page .home-big-post.post-preview,
.home-page .home-big-post.post-preview-silhouette {
  margin: 0 auto;
  padding: 42px 0 32px;
  max-width: 728px;
}
.home-page .home-big-post.post-preview .post-label,
.home-page .home-big-post.post-preview-silhouette .post-label {
  margin-bottom: 8px;
}
.home-page .home-big-post.post-preview .post-label .post-label-link,
.home-page .home-big-post.post-preview-silhouette .post-label .post-label-link {
  text-decoration: none;
  color: var(--print_pop);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.home-page .home-big-post.post-preview .post-label .post-label-link:hover,
.home-page .home-big-post.post-preview-silhouette .post-label .post-label-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 540px) {
  .home-page .home-big-post.post-preview .post-label,
  .home-page .home-big-post.post-preview-silhouette .post-label {
    padding-top: 10px;
  }
}
.home-page .home-big-post.post-preview.post-preview-silhouette,
.home-page .home-big-post.post-preview-silhouette.post-preview-silhouette {
  padding-bottom: 720px;
}
.home-page .home-big-post.post-preview > .post-preview-content,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content {
  width: auto;
}
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-title,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-title,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-title,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-title,
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-silhouette-title {
  font-size: 28px;
}
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-title svg.podcast,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-title svg.podcast,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-title svg.podcast,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-title svg.podcast,
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-silhouette-title svg.podcast,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-silhouette-title svg.podcast,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-silhouette-title svg.podcast,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-silhouette-title svg.podcast,
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-title svg.thread,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-title svg.thread,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-title svg.thread,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-title svg.thread,
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-silhouette-title svg.thread,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-silhouette-title svg.thread,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-silhouette-title svg.thread,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-silhouette-title svg.thread {
  margin-right: 9px;
}
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-description,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-description,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-description,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-description,
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-silhouette-description {
  margin: 16px 0 0;
  color: var(--print_on_web_bg_color, #1a1a1a);
  font-size: 17px;
}
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-author,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-author,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-author,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-author {
  margin-top: 20px;
}
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-silhouette-author,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-silhouette-author,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-silhouette-author,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-silhouette-author {
  display: none;
}
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-meta,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-meta,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-meta,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-meta,
.home-page .home-big-post.post-preview > .post-preview-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview-silhouette > .post-preview-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview > .post-preview-silhouette-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content > .post-preview-silhouette-meta {
  margin-top: 12px;
}
.home-page .home-big-post.post-preview.has-image,
.home-page .home-big-post.post-preview-silhouette.has-image {
  align-items: center;
  justify-content: center;
  max-width: 924px;
}
.home-page .home-big-post.post-preview.has-image .post-label,
.home-page .home-big-post.post-preview-silhouette.has-image .post-label {
  margin-bottom: -8px;
}
.home-page .home-big-post.post-preview.has-image > .post-preview-image,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image,
.home-page .home-big-post.post-preview.has-image > .post-preview-content,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content {
  height: 292px;
  width: 438px;
}
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-image,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-image,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-image,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-image,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-image,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-image,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-image,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-image,
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-image,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-image,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-image,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-image,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-image,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-image,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-image,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-image {
  order: -1;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 540px) {
  .home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-image {
    display: block;
  }
}
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-content,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-content,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-content,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-content,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-content,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-content,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-content,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-content,
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-content,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-content,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-content,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-content,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-content,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-content,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-content,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-content {
  margin-left: 24px;
}
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-content > .post-preview-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-content > .post-preview-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-content > .post-preview-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-content > .post-preview-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-content > .post-preview-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-content > .post-preview-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-content > .post-preview-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-content > .post-preview-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-content > .post-preview-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-content > .post-preview-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-content > .post-preview-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-content > .post-preview-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-content > .post-preview-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-content > .post-preview-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-content > .post-preview-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-content > .post-preview-title {
  padding-top: 16px;
}
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-content > .post-preview-silhouette-title,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-content > .post-preview-silhouette-title {
  margin-top: 16px;
  padding-top: 0;
  height: 56px;
}
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-content > .post-preview-silhouette-description,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-content > .post-preview-silhouette-description {
  margin-top: 16px;
  height: 128px;
}
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-content > .post-preview-silhouette-meta,
.home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-content > .post-preview-silhouette-meta {
  margin-top: 16px;
}
@media screen and (max-width: 923px) {
  .home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-image {
    margin-right: 12px;
  }
  .home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-content {
    margin-left: 12px;
  }
}
@media screen and (max-width: 899px) {
  .home-page .home-big-post.post-preview,
  .home-page .home-big-post.post-preview-silhouette {
    flex-direction: column;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--border_subtle);
  }
  .home-page .home-big-post.post-preview > .post-preview-content,
  .home-page .home-big-post.post-preview-silhouette > .post-preview-content,
  .home-page .home-big-post.post-preview > .post-preview-silhouette-content,
  .home-page .home-big-post.post-preview-silhouette > .post-preview-silhouette-content {
    margin: 24px 15px 0;
  }
  .home-page .home-big-post.post-preview.has-image > .post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content {
    height: auto;
    width: auto;
  }
  .home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-image,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-image {
    margin-right: 0;
    width: 100%;
    height: 203px;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-image.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-image.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-image.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-image.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-content.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-content.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview.has-image > .post-preview-silhouette-content.post-preview-silhouette-content,
  .home-page .home-big-post.post-preview-silhouette.has-image > .post-preview-silhouette-content.post-preview-silhouette-content {
    margin-top: 6px;
    margin-left: 15px;
    width: -webkit-fill-available;
    width: -moz-available;
  }
}
.home-page .home-coming-soon {
  margin: 128px 0 20px;
  color: #bbb;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 541px) {
  .home-page .home-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.home-page .home-container .home-posts {
  padding: 0;
  flex: 1;
}
@media screen and (max-width: 540px) {
  .home-page .home-container .home-posts {
    padding: 20px 0;
  }
}
.home-page .home-container .home-posts .home-posts-pinned {
  margin-bottom: 1em;
}
.home-page .home-container .home-posts .home-posts-pinned .post-preview-description {
  color: var(--print_on_web_bg_color, #1a1a1a);
  font-size: 17px;
}
.home-page .home-container .home-posts .home-posts-columns {
  display: flex;
  flex-direction: row;
  margin-top: 36px;
}
@media screen and (max-width: 540px) {
  .home-page .home-container .home-posts .home-posts-columns {
    flex-direction: column;
    margin-top: 0;
  }
}
.home-page .home-container .home-posts .home-posts-columns .home-posts-column-left {
  flex: 1;
}
@media screen and (min-width: 541px) {
  .home-page .home-container .home-posts .home-posts-columns .home-posts-column-left .portable-archive-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .home-page .home-container .home-posts .home-posts-columns .home-posts-column-left .portable-archive-tabs .portable-archive-search-bar-icon {
    padding: 12px 4px 12px 12px;
  }
  .home-page .home-container .home-posts .home-posts-columns .home-posts-column-left .portable-archive-tabs .portable-archive-search-bar-input {
    padding: 12px 0;
    text-indent: 32px;
  }
  .home-page .home-container .home-posts .home-posts-columns .home-posts-column-left .portable-archive-tabs .portable-archive-search-bar-close {
    padding: 15px 12px 12px;
  }
}
.home-page .home-container .home-right-column {
  margin-left: 48px;
  width: 220px;
  color: var(--print_on_web_bg_color, #1a1a1a);
  font-size: 14px;
  line-height: 17px;
  flex-shrink: 0;
}
@media screen and (max-width: 540px) {
  .home-page .home-container .home-right-column {
    margin-left: 0;
    padding-top: 20px;
    margin-top: 20px;
    width: auto;
    border-top: 1px solid var(--border_subtle);
  }
}
.home-page .home-container .home-right-column .home-right-group + .home-right-group {
  margin-top: 3em;
}
.home-page .home-container .home-right-column .home-right-group {
  margin-bottom: 36px;
}
.home-page .home-container .home-right-column .home-right-group .home-right-group-title {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--background_pop);
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.home-page .home-container .home-right-column .home-right-group .home-right-col {
  margin-top: 20px;
}
.home-page .home-container .home-right-column .home-right-group .home-right-col .home-right-col-title,
.home-page .home-container .home-right-column .home-right-group .home-right-col .home-right-col-sub {
  display: block;
  text-decoration: none;
}
.home-page .home-container .home-right-column .home-right-group .home-right-col .home-right-col-title:hover,
.home-page .home-container .home-right-column .home-right-group .home-right-col .home-right-col-sub:hover {
  text-decoration: underline;
}
.home-page .home-container .home-right-column .home-right-group .home-right-col .home-right-col-title:hover:active,
.home-page .home-container .home-right-column .home-right-group .home-right-col .home-right-col-sub:hover:active {
  opacity: 0.7;
}
.home-page .home-container .home-right-column .home-right-group .home-right-col .home-right-col-title {
  font-variant: small-caps;
}
.home-page .home-container .home-right-column .home-right-group .home-right-col .home-right-col-sub {
  margin-top: 2px;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.home-page .home-sitemap {
  margin-top: 56px;
  padding-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .home-page .home-sitemap {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.home-page .home-sitemap .home-sitemap-title {
  display: inline-block;
  margin: 20px 0 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--background_pop);
  color: var(--print_on_web_bg_color, #1a1a1a);
  font-size: 14px;
  font-weight: normal;
}
.home-page .home-sitemap .home-sitemap-signup-form {
  margin-top: 20px;
}
.home-page .home-sitemap .home-sitemap-signup-form .sideBySideWrap {
  display: flex;
  flex-direction: row;
}
.home-page .home-sitemap .home-sitemap-signup-form .sideBySideWrap input[type='email'] {
  padding: 10px;
  max-width: 280px;
  border: 1px solid var(--border_subtle);
  border-right: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.home-page .home-sitemap .home-sitemap-signup-form .sideBySideWrap .button[type='submit'] {
  flex-shrink: 0;
  margin-top: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.home-page .home-sitemap .home-sitemap-signup-form .sideBySideWrap .button[type='submit'] b {
  font-weight: normal;
}
.home-page .home-sitemap .home-sitemap-subscribe {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  height: auto;
}
.home-page .home-sitemap .home-sitemap-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.home-page .home-sitemap .home-sitemap-links a {
  margin-top: 20px;
  color: var(--print_on_web_bg_color, #1a1a1a);
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}
.home-page .home-sitemap .home-sitemap-links a.subscribe {
  color: var(--print_pop);
}
.home-page .home-sitemap .home-sitemap-links a:hover {
  text-decoration: underline;
}
.classic-home-page .post-list {
  padding-bottom: 28px;
}
.classic-home-page .post-list .post-list-post:first-child,
.classic-home-page .post-list .post-list-hidden-posts:first-child {
  border-top: none;
}
.classic-home-page .post-list .post-list-hidden-posts {
  background-color: var(--border_subtle);
  box-shadow: inset 0 -500px 0 rgba(255, 255, 255, 0.4);
}
.classic-home-page .post-list .post-list-hidden-posts > .container {
  position: relative;
  margin: 0 auto;
}
.classic-home-page .post-list .post-list-hidden-posts > .container .post-header {
  padding: 22px 15px 14px;
  border-top: 1px solid var(--border_subtle);
}
@media screen and (min-width: 768px) {
  .classic-home-page .post-list .post-list-hidden-posts > .container .post-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.classic-home-page .post-list .post-list-hidden-posts > .container .post-header:first-child {
  border-top: none;
}
.classic-home-page .post-list .post-list-hidden-posts > .container .post-header.collapsed {
  display: none;
}
.classic-home-page .post-list .post-list-hidden-posts > .container .post-header .post-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
}
.classic-home-page .post-list .post-list-hidden-posts > .container .post-header .post-title a {
  text-decoration: none;
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.classic-home-page .post-list .post-list-hidden-posts > .container .post-header .post-title a svg {
  margin-right: 7px;
}
.classic-home-page .post-list .post-list-hidden-posts > .container .post-header .post-title a svg.thread {
  margin-bottom: -3px;
}
.classic-home-page .post-list .post-list-hidden-posts > .container .post-header .post-meta {
  margin-bottom: 0;
}
.classic-home-page .post-list .post-list-hidden-posts > .container .collapse-toggle {
  position: absolute;
  right: 16px;
  margin-top: -11.5px;
  padding: 0 4px;
  background: #fff;
  border: 1px solid var(--border_subtle);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: var(--print_secondary, #757575);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 12px;
  line-height: 21px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .classic-home-page .post-list .post-list-hidden-posts > .container .collapse-toggle {
    right: 6px;
  }
}
.classic-home-page .post-list .post-list-hidden-posts.showing > .container .post-header.collapsed {
  display: block;
}
.classic-home-page .post-list .coming-soon p {
  margin: 128px 0 20px;
  color: #bbb;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.classic-home-page .post-list .post-loader p {
  margin: 40px 0;
  color: #aaa;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 16px;
  text-align: center;
}
.classic-home-page .post-list .post-loader p::before {
  display: inline-block;
  margin-right: 12px;
  height: 12px;
  width: 1px;
  background: #aaa;
  -webkit-animation: rotate 1.5s infinite ease;
  -o-animation: rotate 1.5s infinite ease;
  animation: rotate 1.5s infinite ease;
  content: '';
}
.classic-home-page .post-list .archive-link {
  display: block;
  margin-bottom: 45px;
  color: var(--print_secondary, #757575);
  font-size: 12px;
  text-align: center;
}
.classic-home-page .post-list table.thread-head {
  border: none;
}
.single-post-container {
  background: var(--web_bg_color, white);
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.single-post-container input,
.single-post-container textarea {
  background: var(--background_contrast_2);
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.single-post-container input::placeholder,
.single-post-container textarea::placeholder {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.single-post-container .paywall:not(.modal-paywall) {
  margin-top: -1.6em;
}
.single-post-container .paywall:not(.modal-paywall)::before {
  display: block;
  position: absolute;
  top: -128px;
  left: 0;
  height: 128px;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  content: '';
  pointer-events: none;
}
.single-post-container .page-nav {
  padding-bottom: 36px;
}
.single-post-container .page-nav::before,
.single-post-container .page-nav::after {
  display: block;
  clear: both;
  content: '';
}
.single-post-container .page-nav a {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.single-post-container .page-nav a.left {
  float: left;
}
.single-post-container .page-nav a.right {
  float: right;
}
.single-post-container .page-nav a:hover:active {
  opacity: 0.7;
}
.single-post-container .single-post-section .container {
  margin-top: 36px;
  margin-bottom: 36px;
}
.single-post-container .single-post-section .container h4 {
  margin: 0 0 12px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}
.single-post-container .single-post-section .container > .comment-list {
  margin-top: 22px;
}
.single-post-container .single-post-section .container .more-comments,
.single-post-container .single-post-section .container .more-replies {
  display: block;
  font-size: 13px;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-weight: bold;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  text-decoration: none;
}
.single-post-container .single-post-section .container .more-comments {
  margin-top: 8px;
}
.single-post-container .single-post-section .container .portable-archive {
  min-height: 540px;
}
.single-post-container .single-post-section .container .portable-archive.empty-list {
  min-height: 240px;
}
@media print {
  .single-post-container .single-post-section .container .portable-archive {
    display: none;
  }
}
.archive-page {
  padding: 12px 0 56px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.archive-page .portable-archive {
  margin-top: 10px;
}
.about-page {
  padding: 12px 0 56px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.about-page .ellipsized-span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.about-page .page-title,
.about-page .subtitle,
.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5,
.about-page h6 {
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin: 1em 0 0.625em 0;
  color: var(--print_on_web_bg_color, #1a1a1a);
  line-height: 1.16em;
}
.about-page .page-title,
.about-page h1.title {
  margin: 0.378em 0 0 0;
  font-size: 40px;
  line-height: 1.1em;
}
.about-page .page-title a,
.about-page h1.title a {
  text-decoration: none;
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.about-page .page-title a:hover,
.about-page h1.title a:hover {
  text-decoration: underline;
}
.about-page .page-title a.small,
.about-page h1.title a.small {
  font-size: 12px;
  line-height: 12px;
}
.about-page .body h1:first-child,
.about-page .page-title {
  margin: 0 0 1em 0;
}
.about-page h1 {
  font-size: 2em;
}
.about-page h2 {
  font-size: 1.625em;
}
.about-page h3 {
  font-size: 1.375em;
}
.about-page h4 {
  font-size: 1.125em;
}
.about-page .subtitle {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-weight: normal;
  font-size: 19px;
  margin: 4px 0 0;
}
.about-page p {
  line-height: 1.6em;
  margin: 0 0 1em 0;
}
.about-page p.no-margin {
  margin: 0;
}
.about-page p.centered {
  text-align: center;
}
.about-page p,
.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5,
.about-page h6 {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.about-page p a,
.about-page h1 a,
.about-page h2 a,
.about-page h3 a,
.about-page h4 a,
.about-page h5 a,
.about-page h6 a {
  color: var(--print_on_web_bg_color, #1a1a1a);
  text-decoration: underline;
}
.about-page p a:active,
.about-page h1 a:active,
.about-page h2 a:active,
.about-page h3 a:active,
.about-page h4 a:active,
.about-page h5 a:active,
.about-page h6 a:active {
  opacity: 0.6;
}
.about-page a.ui-secondary {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 0.8em;
}
.about-page blockquote {
  border-left: 4px solid var(--background_pop);
  margin: 1em 0;
}
.about-page blockquote > * {
  margin-left: 1em;
}
.about-page pre {
  position: relative;
  background: #f3f3f3;
  outline: 6px solid #f3f3f3;
}
.about-page pre:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -10px;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  border: solid #f3f3f3;
  border-width: 6px 10px 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.about-page pre code {
  white-space: pre-wrap;
}
.about-page ul,
.about-page ol {
  margin: 1em 0;
}
.about-page ul li,
.about-page ol li {
  margin: 7.5px 0 7.5px 15px;
  mso-special-format: bullet;
}
.about-page ul li > *:first-child:last-child,
.about-page ul li > .captioned-image-container:first-child:last-child a.image-link,
.about-page ul li > .captioned-image-container-static:first-child:last-child a.image-link,
.about-page ol li > *:first-child:last-child,
.about-page ol li > .captioned-image-container:first-child:last-child a.image-link,
.about-page ol li > .captioned-image-container-static:first-child:last-child a.image-link {
  margin: 0;
}
.about-page .markup {
  word-break: break-word;
  margin-bottom: 12px;
}
.about-page .markup .captioned-image-container a.image-link,
.about-page .markup .captioned-image-container-static:first-child a.image-link {
  margin-top: 0;
  margin-bottom: 0;
}
.about-page .markup > :first-child,
.about-page .markup .captioned-image-container:first-child,
.about-page .markup .captioned-image-container-static:first-child {
  margin-top: 0;
}
.about-page .markup > :last-child,
.about-page .markup .captioned-image-container:last-child,
.about-page .markup .captioned-image-container-static:last-child,
.about-page .markup .captioned-image-container:last-child figcaption,
.about-page .markup .captioned-image-container-static:last-child figcaption {
  margin-bottom: 0;
}
.about-page .markup .captioned-image-container:last-child figcaption,
.about-page .markup .captioned-image-container-static:last-child figcaption {
  padding-bottom: 0;
}
.about-page .markup img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.about-page .markup table.image-wrapper,
.about-page .markup table.kindle-wrapper {
  margin: 8px auto;
  mso-padding-alt: 1em 0 1.6em;
}
.about-page .markup table.image-wrapper td,
.about-page .markup table.kindle-wrapper td {
  text-align: center;
}
.about-page .markup table.image-wrapper img,
.about-page .markup table.kindle-wrapper img {
  width: auto;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .about-page .markup table.image-wrapper img,
  .about-page .markup table.kindle-wrapper img {
    max-width: 550px;
  }
}
.about-page .markup table.image-wrapper img.wide-image,
.about-page .markup table.kindle-wrapper img.wide-image {
  width: 100%;
  max-width: 550px;
}
.about-page .markup a.image-link {
  display: block;
  padding: 0;
  margin: 1.6em auto;
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
}
.about-page .markup td a.image-link {
  margin: 0;
}
.about-page .markup iframe.spotify-wrap,
.about-page .markup a.spotify-wrap {
  display: block;
  top: 0;
  left: 0;
  margin: 0.62em 0 1em 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 398px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .about-page .markup iframe.spotify-wrap,
  .about-page .markup a.spotify-wrap {
    width: auto !important;
  }
}
.about-page .markup iframe.spotify-wrap.podcast,
.about-page .markup a.spotify-wrap.podcast {
  height: 153px;
}
.about-page .markup a.spotify-wrap {
  height: 78px;
  max-width: 398px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
}
.about-page .markup a.spotify-wrap .cover {
  display: block;
  float: left;
  margin: 0;
  height: 78px;
  width: 78px;
  -webkit-background-size: cover;
  background-size: cover;
}
.about-page .markup a.spotify-wrap .content {
  display: block;
  margin: 14px 12px 0 90px;
}
.about-page .markup a.spotify-wrap .content .title,
.about-page .markup a.spotify-wrap .content .subtitle,
.about-page .markup a.spotify-wrap .content .description {
  display: block;
  margin: 0 0 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-page .markup a.spotify-wrap .content .title {
  color: #181818;
}
.about-page .markup a.spotify-wrap .content .subtitle {
  color: #a0a0a0;
}
.about-page .markup a.spotify-wrap .content .description {
  margin: 10px 0 0;
  color: #a0a0a0;
  font-size: 12px;
}
.about-page .markup a.spotify-wrap .content .logo {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin: -6px -2px 0 0;
}
.about-page .markup a.soundcloud-wrap,
.about-page .markup div.soundcloud-wrap {
  max-width: 398px;
  height: 116px;
}
.about-page .markup a.bandcamp-wrap,
.about-page .markup div.bandcamp-wrap {
  max-width: 700px;
  height: 120px;
}
.about-page .markup div.bandcamp-wrap.album {
  height: 241px;
}
.about-page .markup a.soundcloud-wrap,
.about-page .markup div.soundcloud-wrap,
.about-page .markup div.bandcamp-wrap,
.about-page .markup a.bandcamp-wrap {
  position: relative;
  width: 100%;
  margin: 1.6em 0;
}
.about-page .markup div.soundcloud-wrap iframe,
.about-page .markup div.bandcamp-wrap iframe {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.about-page .markup a.soundcloud-wrap,
.about-page .markup a.bandcamp-wrap {
  display: block;
  height: 114px;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
.about-page .markup a.soundcloud-wrap img,
.about-page .markup a.bandcamp-wrap img {
  margin: 0;
  max-width: none;
}
.about-page .markup a.soundcloud-wrap .thumbnail,
.about-page .markup a.bandcamp-wrap .thumbnail {
  display: block;
  float: left;
  border: solid #f5f5f5;
  border-width: 7px 15px 7px 7px;
  height: 100px;
  width: 100px;
}
.about-page .markup a.soundcloud-wrap .play,
.about-page .markup a.bandcamp-wrap .play {
  display: block;
  float: left;
  height: 43px;
  width: 43px;
  border: solid #f5f5f5;
  border-width: 33px 5px 0 0;
}
.about-page .markup a.soundcloud-wrap .credits,
.about-page .markup a.bandcamp-wrap .credits {
  display: block;
  border: solid #f5f5f5;
  border-width: 37px 7px 0 0;
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-body-container .about-page .markup a.soundcloud-wrap .credits,
.email-body-container .about-page .markup a.bandcamp-wrap .credits {
  white-space: normal;
}
.about-page .markup a.soundcloud-wrap .credits .author,
.about-page .markup a.bandcamp-wrap .credits .author {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.about-page .markup a.soundcloud-wrap .credits .title,
.about-page .markup a.bandcamp-wrap .credits .title {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 18px;
}
.about-page .markup div.youtube-wrap,
.about-page .markup div.vimeo-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin: 1.6em 0;
}
.about-page .markup div.youtube-wrap iframe,
.about-page .markup div.vimeo-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.about-page .markup a.youtube-wrap,
.about-page .markup a.vimeo-wrap {
  display: block;
  margin: 1.6em 0;
}
.about-page .markup a.youtube-wrap img,
.about-page .markup a.vimeo-wrap img {
  display: block;
  width: 100%;
}
.about-page .markup div.kindle-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 550px;
  height: 0;
  margin: 1.6em 0;
}
.about-page .markup div.kindle-wrap iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}
.about-page .markup a.kindle-wrap {
  display: block;
  margin: 1.6em 0;
}
.about-page .markup a.kindle-wrap img {
  display: block;
  width: 100%;
}
.about-page .markup .tweet {
  background: #FFF;
  display: block;
  max-width: 520px;
  margin: 1em auto;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px 20px 11.6px 20px;
  font: normal normal 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;
}
.about-page .markup .tweet > a {
  display: block;
  color: black;
  text-decoration: none;
  white-space: pre-wrap;
}
.about-page .markup .tweet .tweet-header {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.about-page .markup .tweet .tweet-header .tweet-author-name {
  display: block;
  color: #1c2022;
  font-weight: 700;
}
.about-page .markup .tweet .tweet-header .tweet-author {
  display: block;
  color: #697882;
  font-size: 14px;
}
.about-page .markup .tweet .tweet-header img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.about-page .markup .tweet .tweet-photo {
  margin-top: 8px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.about-page .markup .tweet a.expanded-link {
  display: block;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  margin: 10px 0 20px 0;
  font-size: 14px;
  text-decoration: none;
  color: black;
}
.about-page .markup .tweet a.expanded-link .expanded-link-img {
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}
.about-page .markup .tweet a.expanded-link .expanded-link-title,
.about-page .markup .tweet a.expanded-link .expanded-link-description,
.about-page .markup .tweet a.expanded-link .expanded-link-domain {
  display: block;
  padding: 2px 10px;
}
.about-page .markup .tweet a.expanded-link .expanded-link-title {
  font-weight: bold;
  margin-top: 10px;
}
.about-page .markup .tweet a.expanded-link .expanded-link-description {
  line-height: 18px;
}
.about-page .markup .tweet a.expanded-link .expanded-link-domain {
  color: #8899a6;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.about-page .markup .tweet .tweet-fake-link,
.about-page .markup .tweet .tweet-url {
  color: #1ca1f2;
  text-decoration: none;
}
.about-page .markup .tweet p {
  display: block;
  margin: 0;
  color: #1c2022;
  font-size: 16px;
  line-height: 1.4;
}
.about-page .markup .tweet p a {
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
}
.about-page .markup .tweet .quoted-tweet {
  margin-top: 12px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.about-page .markup .tweet .quoted-tweet .quote-tweet-name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #1c2022;
  padding-right: 5px;
}
.about-page .markup .tweet .quoted-tweet .quote-tweet-username {
  font-size: 14px;
  color: #697882;
}
.about-page .markup .tweet .tweet-footer {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #697882;
  text-decoration: none;
}
.about-page .markup .tweet .tweet-footer .tweet-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697882;
}
.about-page .markup .tweet .tweet-footer .tweet-date.no-reactions {
  border-bottom: none;
}
.about-page .markup .tweet .tweet-footer .retweets,
.about-page .markup .tweet .tweet-footer .likes {
  display: inline-block;
  margin-right: 8px;
}
.about-page .markup .tweet .tweet-footer .rt-count,
.about-page .markup .tweet .tweet-footer .like-count {
  font-weight: bold;
  color: #1c2022;
}
.about-page .markup .instagram {
  background-color: #fff;
  position: relative;
  margin: 2em auto;
  max-width: 342px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.about-page .markup .instagram .instagram-top-bar {
  padding: 7px 10px;
  height: 30px;
  line-height: 30px;
}
.about-page .markup .instagram .instagram-top-bar .instagram-author-image {
  display: inline-block;
  margin-right: 10px;
}
.about-page .markup .instagram .instagram-top-bar .instagram-author-image img {
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.about-page .markup .instagram .instagram-top-bar a.instagram-author-name {
  vertical-align: top;
  font-weight: 600;
  text-decoration: none;
}
.about-page .markup .instagram .instagram-image img {
  width: 100%;
}
.about-page .markup .instagram .instagram-bottom-bar {
  padding: 10px;
}
.about-page .markup .instagram .instagram-bottom-bar .instagram-title {
  line-height: 18px;
}
.about-page .markup .instagram .instagram-bottom-bar .instagram-title a {
  color: #003569;
  text-decoration: none;
}
.about-page .markup .instagram .instagram-bottom-bar .instagram-title a:hover {
  text-decoration: underline;
}
.about-page .markup .instagram .instagram-bottom-bar .instagram-timestamp {
  margin-top: 4px;
  color: #999999;
  font-size: 10px;
  text-transform: uppercase;
}
.about-page .markup .button-wrapper {
  text-align: center;
}
@media print {
  .about-page .markup .button-wrapper {
    display: none;
  }
}
.about-page .markup .button-wrapper .button {
  padding: 6px 20px;
  height: auto;
  text-decoration: none;
}
.about-page .markup .referral-link {
  text-align: center;
}
.about-page .markup .referral-link .button {
  padding: 6px 20px;
  height: auto;
}
.about-page hr {
  margin: 48px 0;
  padding: 0;
  height: 1px;
  background: var(--border_subtle);
  border: none;
}
.about-page .ProseMirror-example-setup-style hr:after {
  display: none;
}
.about-page.thread-head .markup,
.about-page.thread-post-editor .markup {
  font-size: 15px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.about-page.thread-head .markup p,
.about-page.thread-post-editor .markup p {
  font-size: 15px;
  line-height: 1.42em;
}
.about-page .footnote a,
.about-page a.footnote-anchor {
  color: var(--print_pop);
  text-decoration: none;
}
.about-page .footnote a:hover,
.about-page a.footnote-anchor:hover {
  text-decoration: underline;
}
.about-page .footnote-anchor {
  vertical-align: super;
  line-height: 0;
  font-size: 14px;
}
.about-page .footnote {
  display: flex;
  border-top: solid 1px var(--border_subtle);
  padding-top: 1.5em;
  font-size: 90%;
  flex-direction: row;
  align-items: baseline;
}
.about-page .footnote ~ .footnote {
  border-top: none;
  padding-top: 0;
}
.about-page .footnote .footnote-number {
  display: block;
  margin-right: 6px;
  min-width: 24px;
}
.about-page .footnote .footnote-content {
  display: block;
}
.about-page .captioned-image-container {
  text-align: center;
  margin-bottom: 16px;
}
.about-page .captioned-image-container:last-child {
  margin-bottom: 0;
}
.about-page .captioned-image-container figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.about-page .captioned-image-container figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 10px;
  width: 70%;
  padding-left: 15%;
  padding-right: 15%;
}
.about-page .captioned-image-container figcaption a {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.about-page .captioned-image-container-static {
  text-align: center;
  margin-bottom: 16px;
}
.about-page .captioned-image-container-static:last-child {
  margin-bottom: 0;
}
.about-page .captioned-image-container-static img {
  margin-bottom: 0;
}
.about-page .captioned-image-container-static figure {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.about-page .captioned-image-container-static figcaption {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.about-page .github-gist {
  white-space: normal;
}
.about-page .github-gist.static .blob-code {
  text-align: left;
  line-height: 20px;
  border: 0;
}
.about-page .github-gist.static .blob-code-inner {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
}
.about-page .github-gist.static .gist td {
  vertical-align: baseline;
}
.about-page .github-gist.static .gist td.blob-num[data-line-number] {
  word-break: normal;
}
.about-page .github-gist.static .gist td:not(.blob-num[data-line-number]) {
  min-width: 3000px;
}
.about-page .github-gist.static .gist pre {
  width: 3000px;
  position: static;
  display: inline-block;
  background: inherit;
  outline: none;
  margin: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  padding: 0;
  white-space: pre;
}
.about-page .github-gist.static .gist .pl-e,
.about-page .github-gist.static .gist .pl-en {
  color: #6f42c1;
}
.about-page .github-gist.static .gist .pl-k {
  color: #d73a49;
}
.about-page .github-gist.static .gist .pl-pds,
.about-page .github-gist.static .gist .pl-s,
.about-page .github-gist.static .gist .pl-s .pl-pse .pl-s1,
.about-page .github-gist.static .gist .pl-sr,
.about-page .github-gist.static .gist .pl-sr .pl-cce,
.about-page .github-gist.static .gist .pl-sr .pl-sra,
.about-page .github-gist.static .gist .pl-sr .pl-sre {
  color: #032f62;
}
.about-page .github-gist.static .gist .gist-data {
  overflow: auto;
}
.about-page .github-gist.static .gist .gist-file {
  margin-bottom: 1em;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 6px;
}
.about-page .github-gist.static .gist .gist-meta {
  padding: 10px;
  overflow: hidden;
  font-family: Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-size: 12px;
  color: #586069;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px;
}
.about-page .github-gist.static .gist .gist-meta a {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.about-page .github-gist.static .gist .blob-num[data-line-number] {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}
.about-page .about-edit-page-button {
  float: right;
  padding: 6px 12px 6px 8px;
  background: rgba(0, 0, 0, 0.06);
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)))));
  text-decoration: none;
}
.about-page .about-edit-page-button svg {
  float: left;
  margin-right: 3px;
  height: 16px;
  width: 16px;
}
.about-page .about-edit-page-button svg path {
  fill: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)))));
  stroke: transparent;
}
.about-page .about-content-wrap {
  padding-top: 10px;
}
.about-page .about-content-wrap .content-about-silhouette .content-about-silhouette-line {
  background-color: #f6f7f9;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin: 8px 0 16px;
  height: 14px;
}
.about-page .about-content-wrap .content-about-silhouette .content-about-silhouette-line::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background-image: linear-gradient(to right, #ffffff00, #ffffffcc, #ffffff00);
  background-size: 50% 100%;
  background-repeat: repeat-x;
  -webkit-animation: silhouette-scroll 1s linear infinite;
  -o-animation: silhouette-scroll 1s linear infinite;
  animation: silhouette-scroll 1s linear infinite;
  content: '';
}
.about-page .about-content-wrap .content-about-silhouette .content-about-silhouette-line:last-child {
  width: 60%;
}
.about-page .about-content-wrap .content-about > .body {
  font-family: var(--font_family_body, var(--font_family_body_preset, 'Spectral', serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_body_preset, 400);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.about-page .about-content-wrap .content-child-publications .child-publication {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.about-page .about-content-wrap .content-child-publications .child-publication:hover {
  background-color: rgba(0, 0, 0, 0.025);
  box-shadow: -16px 0 0 0 rgba(0, 0, 0, 0.025), 16px 0 0 0 rgba(0, 0, 0, 0.025);
}
.about-page .about-content-wrap .content-child-publications .child-publication .child-publication-logo {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.about-page .about-content-wrap .content-child-publications .child-publication .child-publication-info {
  padding: 0 20px;
  width: 100%;
  min-height: 72px;
}
.about-page .about-content-wrap .content-child-publications .child-publication .child-publication-info .child-publication-title {
  padding: 4px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
}
.about-page .about-content-wrap .content-child-publications .child-publication .child-publication-info .child-publication-description {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)))));
  font-size: 14px;
  line-height: 17px;
}
.about-page .about-content-wrap .content-child-publications .child-publication .child-publication-subscribe {
  flex-shrink: 0;
  padding: 10px 15px;
  height: auto;
  font-size: 14px;
}
@media screen and (max-width: 540px) {
  .about-page .about-content-wrap .content-child-publications .child-publication .child-publication-logo {
    width: 48px;
    height: 48px;
  }
  .about-page .about-content-wrap .content-child-publications .child-publication .child-publication-info {
    padding: 0 10px;
    min-height: 48px;
  }
  .about-page .about-content-wrap .content-child-publications .child-publication .child-publication-info .child-publication-title {
    padding: 0 0 2px;
    font-size: 15px;
    line-height: 17px;
  }
  .about-page .about-content-wrap .content-child-publications .child-publication .child-publication-info .child-publication-description {
    font-size: 13px;
    line-height: 15px;
  }
  .about-page .about-content-wrap .content-child-publications .child-publication .child-publication-subscribe {
    padding: 8px 10px;
    font-size: 13px;
  }
}
.about-page .about-content-wrap .content-people {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.person-page {
  padding: 12px 0 56px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.person-page > .container > .more-loader {
  margin-bottom: 920px;
}
.person-page > .container > .more-loader.centered {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
.person-page .no-posts {
  padding: 16px 0;
  color: var(--print_secondary, #757575);
  font-size: 16px;
  font-weight: bold;
}
.person-page .comment {
  padding: 13px 0;
  cursor: pointer;
}
.person-page .comment:hover {
  background-color: rgba(0, 0, 0, 0.025);
  box-shadow: -16px 0 0 0 rgba(0, 0, 0, 0.025), 16px 0 0 0 rgba(0, 0, 0, 0.025);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
.person-page .comment .comment-top-row,
.person-page .comment .comment-date {
  color: #afafaf;
  font-size: 12px;
  line-height: 1em;
}
.person-page .comment .comment-top-row a,
.person-page .comment .comment-date a {
  text-decoration: none;
  color: inherit;
}
.person-page .comment .comment-top-row a:hover,
.person-page .comment .comment-date a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.person-page .comment .comment-body {
  font-size: 15px;
  line-height: 1.42em;
  word-break: break-word;
}
.person-page .comment .comment-body p {
  margin: 0;
  padding: 0 0 0.625em;
}
.person-page .comment .comment-body p:last-of-type {
  padding-bottom: 0;
}
.person-page .comment .comment-date {
  padding-top: 6px;
}
.login-page p.error {
  color: #ef0700;
}
.login-page button[type='submit'] {
  display: inline-block;
  margin-top: 24px;
  margin-right: 8px;
}
@media screen and (max-width: 540px) {
  .login-page .login-option {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 370px) {
  .login-page .login-option {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
  }
}
.login-page .login-option a {
  display: inline-block;
}
.login-page .login-option a:hover:active {
  opacity: 0.6;
}
.login-page .login-captcha {
  margin-top: 10px;
  width: 100%;
}
.subscribe-page {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.subscribe-page > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 356px);
}
@media screen and (max-width: 540px) {
  .subscribe-page > .container {
    min-height: calc(100vh - 320px);
  }
}
.subscribe-page > .container > div,
.subscribe-page > .container > form.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 345px;
}
.subscribe-page > .container > div > h2,
.subscribe-page > .container > form.form > h2 {
  margin: 0 0 16px;
  text-align: center;
}
.subscribe-page > .container > div > h2.with-subtitle,
.subscribe-page > .container > form.form > h2.with-subtitle {
  margin-bottom: 4px;
}
.subscribe-page > .container > div > p,
.subscribe-page > .container > form.form > p {
  margin: 0 0 20px;
  text-align: center;
  font-size: 17px;
  line-height: 1.3em;
}
.subscribe-page > .container > div > button,
.subscribe-page > .container > form.form > button {
  margin: 0 0 12px;
  height: 48px;
}
@media screen and (max-width: 540px) {
  .subscribe-page > .container > div > button,
  .subscribe-page > .container > form.form > button {
    width: 100%;
  }
}
.subscribe-page > .container > div > button.secondary,
.subscribe-page > .container > form.form > button.secondary {
  color: var(--print_on_web_bg_color, #1a1a1a);
  border: 1px var(--border_subtle) solid;
}
.subscribe-page > .container > div > button[type='submit'],
.subscribe-page > .container > form.form > button[type='submit'] {
  margin-top: 0;
}
.subscribe-page > .container > div > button[type='submit'][disabled],
.subscribe-page > .container > form.form > button[type='submit'][disabled],
.subscribe-page > .container > div > button[type='submit'].disabled,
.subscribe-page > .container > form.form > button[type='submit'].disabled {
  position: relative;
  color: transparent;
  opacity: 0.7;
}
.subscribe-page > .container > div > button[type='submit'][disabled]::after,
.subscribe-page > .container > form.form > button[type='submit'][disabled]::after,
.subscribe-page > .container > div > button[type='submit'].disabled::after,
.subscribe-page > .container > form.form > button[type='submit'].disabled::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -0.5px;
  height: 8px;
  width: 1px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-animation: rotate 1.5s infinite ease;
  -o-animation: rotate 1.5s infinite ease;
  animation: rotate 1.5s infinite ease;
  content: '';
}
.subscribe-page > .container > div > button.no-later.disabled,
.subscribe-page > .container > form.form > button.no-later.disabled {
  background: #333;
  color: white;
}
.subscribe-page > .container > div > button.maybe-later svg,
.subscribe-page > .container > form.form > button.maybe-later svg {
  margin-left: 2px;
  height: 10px;
  stroke-width: 2px;
  stroke: var(--print_on_web_bg_color, #1a1a1a);
}
.subscribe-page > .container > div > button.maybe-later:hover,
.subscribe-page > .container > form.form > button.maybe-later:hover,
.subscribe-page > .container > div > button.maybe-later:active,
.subscribe-page > .container > form.form > button.maybe-later:active {
  color: var(--print_on_web_bg_color, #1a1a1a);
}
.subscribe-page > .container > div .subscribe-page-footer,
.subscribe-page > .container > form.form .subscribe-page-footer,
.subscribe-page > .container > div .apple-pay-footer,
.subscribe-page > .container > form.form .apple-pay-footer {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.subscribe-page > .container > div .subscribe-page-footer a,
.subscribe-page > .container > form.form .subscribe-page-footer a,
.subscribe-page > .container > div .apple-pay-footer a,
.subscribe-page > .container > form.form .apple-pay-footer a {
  color: inherit;
  text-decoration: underline;
}
.subscribe-page > .container > div .subscribe-page-footer,
.subscribe-page > .container > form.form .subscribe-page-footer {
  position: fixed;
  bottom: 0;
  margin: 40px auto;
  padding: 0;
  width: 280px;
}
@media screen and (max-height: 360px) {
  .subscribe-page > .container > div .subscribe-page-footer,
  .subscribe-page > .container > form.form .subscribe-page-footer {
    position: relative;
    bottom: auto;
  }
}
.subscribe-page > .container > div .apple-pay-footer,
.subscribe-page > .container > form.form .apple-pay-footer {
  margin: 0;
}
.subscribe-page > .container > div.full-email-form,
.subscribe-page > .container > form.form.full-email-form {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  padding-bottom: 10vh;
  height: 90vh;
  width: 100vw;
  max-width: none;
  overflow: hidden;
  overflow-y: auto;
  background: var(--cover_bg_color);
}
.subscribe-page > .container > div.full-email-form input[type='email'],
.subscribe-page > .container > form.form.full-email-form input[type='email'] {
  background: var(--cover_input_background, var(--cover_bg_color, #fff));
  color: var(--cover_print_primary, #000);
  width: 240px;
  max-width: 57vw;
}
.subscribe-page > .container > div.full-email-form .publication-name,
.subscribe-page > .container > form.form.full-email-form .publication-name {
  margin: 0 auto 11px;
  max-width: 450px;
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 32px;
  font-weight: bold;
  color: var(--cover_print_primary);
  text-align: center;
}
.subscribe-page > .container > div.full-email-form .publication-name.with-cover,
.subscribe-page > .container > form.form.full-email-form .publication-name.with-cover {
  margin-top: 2px;
}
.subscribe-page > .container > div.full-email-form .publication-name .balance-text,
.subscribe-page > .container > form.form.full-email-form .publication-name .balance-text {
  color: var(--cover_print_primary);
}
@media screen and (max-width: 540px) {
  .subscribe-page > .container > div.full-email-form .publication-name,
  .subscribe-page > .container > form.form.full-email-form .publication-name {
    padding: 0 24px;
  }
}
@media (max-height: 460px) {
  .subscribe-page > .container > div.full-email-form .publication-name,
  .subscribe-page > .container > form.form.full-email-form .publication-name {
    font-size: 28px;
  }
}
.subscribe-page > .container > div.full-email-form .publication-tagline,
.subscribe-page > .container > form.form.full-email-form .publication-tagline {
  margin: 0 auto 48px;
  max-width: 450px;
  font-family: var(--font_family_headings, var(--font_family_headings_preset, 'SF Compact Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'));
  font-weight: var(--font_weight_headings_preset, bold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  color: var(--cover_print_secondary);
}
.subscribe-page > .container > div.full-email-form .publication-tagline.with-cover,
.subscribe-page > .container > form.form.full-email-form .publication-tagline.with-cover {
  max-width: 580px;
  margin-bottom: 22px;
  margin-top: 4px;
}
@media screen and (max-width: 540px) {
  .subscribe-page > .container > div.full-email-form .publication-tagline,
  .subscribe-page > .container > form.form.full-email-form .publication-tagline {
    padding: 0 24px;
  }
}
@media (max-height: 460px) {
  .subscribe-page > .container > div.full-email-form .publication-tagline,
  .subscribe-page > .container > form.form.full-email-form .publication-tagline {
    margin: 0 auto 20px;
  }
}
.subscribe-page > .container > div.simple-email-screen .coupon,
.subscribe-page > .container > form.form.simple-email-screen .coupon {
  color: var(--print_pop);
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 15px;
}
.subscribe-page > .container > div.simple-email-screen .coupon.loading,
.subscribe-page > .container > form.form.simple-email-screen .coupon.loading {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.subscribe-page > .container > div.simple-email-screen .coupon.error,
.subscribe-page > .container > form.form.simple-email-screen .coupon.error {
  color: #ef0700;
}
.subscribe-page > .container > div.simple-email-screen .form .sideBySideWrap,
.subscribe-page > .container > form.form.simple-email-screen .form .sideBySideWrap {
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.subscribe-page > .container > div.simple-email-screen .form .sideBySideWrap input,
.subscribe-page > .container > form.form.simple-email-screen .form .sideBySideWrap input {
  padding: 18px 10px;
  width: 240px;
  max-width: 57vw;
  height: 54px;
  line-height: 16px;
  border: 1px solid var(--background_pop);
  border-radius: 4px 0 0 4px;
}
.subscribe-page > .container > div.simple-email-screen .form .sideBySideWrap button,
.subscribe-page > .container > form.form.simple-email-screen .form .sideBySideWrap button {
  margin: 0;
  padding: 0;
  width: 128px;
  height: 54px;
  line-height: 54px;
  border-radius: 0 4px 4px 0;
}
.subscribe-page > .container > div.simple-email-screen .form .subtle-help-text,
.subscribe-page > .container > form.form.simple-email-screen .form .subtle-help-text {
  position: fixed;
  left: 0;
  bottom: 92px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-height: 360px) {
  .subscribe-page > .container > div.simple-email-screen .form .subtle-help-text,
  .subscribe-page > .container > form.form.simple-email-screen .form .subtle-help-text {
    position: relative;
    bottom: auto;
    margin-bottom: -20px;
    padding: 10px 0 0;
  }
}
.subscribe-page > .container > div.simple-email-screen .form .subtle-help-text a,
.subscribe-page > .container > form.form.simple-email-screen .form .subtle-help-text a {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  text-decoration: none;
}
.subscribe-page > .container > div.simple-email-screen .form .subtle-help-text a:hover,
.subscribe-page > .container > form.form.simple-email-screen .form .subtle-help-text a:hover {
  text-decoration: underline;
}
.subscribe-page > .container > div.subscribe-screen,
.subscribe-page > .container > form.form.subscribe-screen {
  height: auto;
}
.subscribe-page > .container > div.subscribe-screen > *,
.subscribe-page > .container > form.form.subscribe-screen > * {
  width: 100%;
}
.subscribe-page > .container > div.subscribe-screen > p,
.subscribe-page > .container > form.form.subscribe-screen > p {
  text-align: left;
}
.subscribe-page > .container > div.subscribe-screen > p.centered,
.subscribe-page > .container > form.form.subscribe-screen > p.centered {
  text-align: center;
}
.subscribe-page > .container > div.subscribe-screen .coupon,
.subscribe-page > .container > form.form.subscribe-screen .coupon {
  width: 220px;
  color: var(--print_pop);
  font-size: 14px;
  text-align: center;
}
.subscribe-page > .container > div.subscribe-screen .coupon.loading,
.subscribe-page > .container > form.form.subscribe-screen .coupon.loading {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.subscribe-page > .container > div.subscribe-screen .coupon.error,
.subscribe-page > .container > form.form.subscribe-screen .coupon.error {
  color: #ef0700;
}
.subscribe-page > .container > div.subscribe-screen .coupon .code,
.subscribe-page > .container > form.form.subscribe-screen .coupon .code {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: bold;
  line-height: 23px;
  text-transform: uppercase;
}
.subscribe-page > .container > div.subscribe-screen .input,
.subscribe-page > .container > form.form.subscribe-screen .input {
  display: block;
  margin: 0 0 12px;
  padding: 14px 11px;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  resize: vertical;
  -webkit-appearance: none;
}
.subscribe-page > .container > div.subscribe-screen .input:focus,
.subscribe-page > .container > form.form.subscribe-screen .input:focus {
  outline: 0;
}
.subscribe-page > .container > div.subscribe-screen .input.inline,
.subscribe-page > .container > form.form.subscribe-screen .input.inline {
  display: inline-block;
  margin: 0;
  padding: 10px 11px;
  width: 82px;
}
.subscribe-page > .container > div.subscribe-screen .input.apple-pay-loader,
.subscribe-page > .container > form.form.subscribe-screen .input.apple-pay-loader {
  padding: 13px 0;
  border: none;
  background: transparent;
  color: #ddd;
  text-align: center;
}
.subscribe-page > .container > div.subscribe-screen .input.apple-pay-element,
.subscribe-page > .container > form.form.subscribe-screen .input.apple-pay-element {
  padding: 4px 0;
  background: black;
  border: none;
}
.subscribe-page > .container > div.subscribe-screen .input.fancy-stripe,
.subscribe-page > .container > form.form.subscribe-screen .input.fancy-stripe {
  padding: 3px 11px;
}
.subscribe-page > .container > div.subscribe-screen .error,
.subscribe-page > .container > form.form.subscribe-screen .error {
  position: static;
  right: 0;
  margin: 0 0 12px;
  padding: 0;
}
.subscribe-page > .container > div.subscribe-screen .plans,
.subscribe-page > .container > form.form.subscribe-screen .plans,
.subscribe-page > .container > div.subscribe-screen .anonymous,
.subscribe-page > .container > form.form.subscribe-screen .anonymous {
  margin-bottom: 12px;
}
.subscribe-page > .container > div.subscribe-screen .plans label,
.subscribe-page > .container > form.form.subscribe-screen .plans label,
.subscribe-page > .container > div.subscribe-screen .anonymous label,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  color: var(--print_on_web_bg_color, #1a1a1a);
  cursor: pointer;
}
.subscribe-page > .container > div.subscribe-screen .plans label:last-child,
.subscribe-page > .container > form.form.subscribe-screen .plans label:last-child,
.subscribe-page > .container > div.subscribe-screen .anonymous label:last-child,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label:last-child {
  margin-bottom: 0;
}
.subscribe-page > .container > div.subscribe-screen .plans label input[type='radio'],
.subscribe-page > .container > form.form.subscribe-screen .plans label input[type='radio'],
.subscribe-page > .container > div.subscribe-screen .anonymous label input[type='radio'],
.subscribe-page > .container > form.form.subscribe-screen .anonymous label input[type='radio'] {
  margin-right: 12px;
  margin-bottom: -4px;
  height: 18px;
  width: 18px;
  background: transparent;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: border 0.1s ease;
  -moz-transition: border 0.1s ease;
  -ms-transition: border 0.1s ease;
  -o-transition: border 0.1s ease;
  transition: border 0.1s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.subscribe-page > .container > div.subscribe-screen .plans label input[type='radio']:hover:active,
.subscribe-page > .container > form.form.subscribe-screen .plans label input[type='radio']:hover:active,
.subscribe-page > .container > div.subscribe-screen .anonymous label input[type='radio']:hover:active,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label input[type='radio']:hover:active {
  background: #eee;
}
.subscribe-page > .container > div.subscribe-screen .plans label input[type='radio']:checked,
.subscribe-page > .container > form.form.subscribe-screen .plans label input[type='radio']:checked,
.subscribe-page > .container > div.subscribe-screen .anonymous label input[type='radio']:checked,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label input[type='radio']:checked {
  border: 6px solid var(--background_pop);
}
.subscribe-page > .container > div.subscribe-screen .plans label .crossed-out,
.subscribe-page > .container > form.form.subscribe-screen .plans label .crossed-out,
.subscribe-page > .container > div.subscribe-screen .anonymous label .crossed-out,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label .crossed-out {
  text-decoration: line-through;
}
.subscribe-page > .container > div.subscribe-screen .plans label .discount-price,
.subscribe-page > .container > form.form.subscribe-screen .plans label .discount-price,
.subscribe-page > .container > div.subscribe-screen .anonymous label .discount-price,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label .discount-price,
.subscribe-page > .container > div.subscribe-screen .plans label .trial,
.subscribe-page > .container > form.form.subscribe-screen .plans label .trial,
.subscribe-page > .container > div.subscribe-screen .anonymous label .trial,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label .trial {
  font-weight: bold;
}
.subscribe-page > .container > div.subscribe-screen .plans label .discount-price.error,
.subscribe-page > .container > form.form.subscribe-screen .plans label .discount-price.error,
.subscribe-page > .container > div.subscribe-screen .anonymous label .discount-price.error,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label .discount-price.error,
.subscribe-page > .container > div.subscribe-screen .plans label .trial.error,
.subscribe-page > .container > form.form.subscribe-screen .plans label .trial.error,
.subscribe-page > .container > div.subscribe-screen .anonymous label .trial.error,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label .trial.error {
  color: #ef0700;
}
.subscribe-page > .container > div.subscribe-screen .plans label .short-description,
.subscribe-page > .container > form.form.subscribe-screen .plans label .short-description,
.subscribe-page > .container > div.subscribe-screen .anonymous label .short-description,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label .short-description {
  font-style: italic;
}
.subscribe-page > .container > div.subscribe-screen .plans label .short-description::before,
.subscribe-page > .container > form.form.subscribe-screen .plans label .short-description::before,
.subscribe-page > .container > div.subscribe-screen .anonymous label .short-description::before,
.subscribe-page > .container > form.form.subscribe-screen .anonymous label .short-description::before {
  content: ' - ';
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans {
  margin-bottom: 12px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: white;
  color: #1a1a1a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers {
  display: flex;
  text-align: center;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label {
  display: block;
  padding: 12px 8px 4px;
  background: #f7f7f7;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label:first-child,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label:first-child {
  border-left: none;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label:not(.selected):hover,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label:not(.selected):hover {
  background: #fafafa;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label:not(.selected):hover:active,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label:not(.selected):hover:active {
  background: #f5f5f5;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label .term,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label .term {
  display: block;
  line-height: 19px;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label .price,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label .price {
  display: block;
  line-height: 1em;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label input[type='radio'],
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label input[type='radio'] {
  margin: 8px 0 0;
  height: 22px;
  width: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--border_subtle);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label.selected,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label.selected {
  padding-left: 12px;
  padding-right: 12px;
  background: white;
  border-bottom: none;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label.selected .term,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label.selected .term {
  font-size: 16px;
  font-weight: bold;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label.selected.with-coupon .term,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label.selected.with-coupon .term,
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label.selected.with-coupon .price,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label.selected.with-coupon .price {
  color: var(--print_pop);
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .tiers label.selected input[type='radio'],
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .tiers label.selected input[type='radio'] {
  background: var(--background_pop);
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2239%22%20height%3D%2239%22%20viewBox%3D%220%200%2039%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M32.4796%2011.4247L16.5995%2031.2479L5.82089%2019.7257L9.64668%2016.1468L16.2928%2023.2514L28.391%208.14929L32.4796%2011.4247Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 75%;
  background-size: 75%;
  border: none;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  color: #1a1a1a;
  cursor: pointer;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label:last-child,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label:last-child {
  margin-bottom: 0;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label input[type='radio'],
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label input[type='radio'] {
  margin: 0 12px -4px;
  height: 18px;
  width: 18px;
  background: transparent;
  border: 1px solid #c2c2c2;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: border 0.1s ease;
  -moz-transition: border 0.1s ease;
  -ms-transition: border 0.1s ease;
  -o-transition: border 0.1s ease;
  transition: border 0.1s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label input[type='radio']:hover:active,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label input[type='radio']:hover:active {
  background: #eee;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label input[type='radio']:checked,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label input[type='radio']:checked {
  border: 6px solid var(--background_pop);
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label span,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label span {
  margin-left: 8px;
  color: var(--print_secondary, #757575);
  font-weight: normal;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label .variable-amount,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label .variable-amount {
  position: relative;
  display: inline-block;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label .variable-amount::before,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label .variable-amount::before {
  display: none;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 4px;
  height: 100%;
  width: 100%;
  border: 1px solid var(--background_pop);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
  pointer-events: none;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label .variable-amount .variable-amount-input,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label .variable-amount .variable-amount-input {
  display: inline-block;
  margin: 0;
  padding: 0;
  min-width: 24px;
  max-width: 68px;
  width: 24px;
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label.selected,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label.selected {
  font-weight: bold;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label.selected.with-coupon,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label.selected.with-coupon {
  color: var(--print_pop);
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label.selected.with-coupon span,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label.selected.with-coupon span {
  color: var(--print_pop);
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans .rows label.selected .variable-amount::before,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans .rows label.selected .variable-amount::before {
  display: block;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans ul.features,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans ul.features {
  margin: 12px 0;
  padding: 0 12px 0 0;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans ul.features li,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans ul.features li {
  margin: 4px 0 0 36px;
  font-size: 14px;
  color: var(--print_secondary, #757575);
  list-style: none;
  text-decoration: line-through;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans ul.features li:first-child,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans ul.features li:first-child {
  margin-top: 0;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans ul.features li::before,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans ul.features li::before {
  position: absolute;
  margin-left: -20px;
  color: #ef0700;
  content: '⨉';
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans ul.features li.checked,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans ul.features li.checked {
  text-decoration: none;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans ul.features li.checked.bold,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans ul.features li.checked.bold {
  font-weight: bold;
}
.subscribe-page > .container > div.subscribe-screen .tiered-plans ul.features li.checked::before,
.subscribe-page > .container > form.form.subscribe-screen .tiered-plans ul.features li.checked::before {
  color: #4c3;
  content: '✓';
}
.subscribe-page > .container > div.subscribe-screen .other-subscription-options,
.subscribe-page > .container > form.form.subscribe-screen .other-subscription-options {
  position: relative;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 14px;
}
.subscribe-page > .container > div.subscribe-screen .other-subscription-options a,
.subscribe-page > .container > form.form.subscribe-screen .other-subscription-options a {
  color: inherit;
}
.subscribe-page > .container > div.subscribe-screen .other-subscription-options .dropdown-menu,
.subscribe-page > .container > form.form.subscribe-screen .other-subscription-options .dropdown-menu {
  left: 72px;
}
.subscribe-page > .container > div.subscribe-screen .tos-checkbox,
.subscribe-page > .container > form.form.subscribe-screen .tos-checkbox {
  margin: 0 0 12px;
  padding: 0;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 12px;
}
.subscribe-page > .container > div.subscribe-screen .tos-checkbox a,
.subscribe-page > .container > form.form.subscribe-screen .tos-checkbox a {
  color: inherit;
}
.subscribe-page > .container > div.subscribe-screen .tos-checkbox input,
.subscribe-page > .container > form.form.subscribe-screen .tos-checkbox input {
  margin: 0 8px 0 2px;
}
.subscribe-page > .container > div.subscribe-screen .maybe-later,
.subscribe-page > .container > form.form.subscribe-screen .maybe-later {
  margin-bottom: 0;
}
.subscribe-page > .container > div.subscribe-screen .tos-footer,
.subscribe-page > .container > form.form.subscribe-screen .tos-footer {
  margin: 12px auto 20px;
  width: 208px;
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
  font-size: 12px;
  text-align: center;
}
.subscribe-page > .container > div.subscribe-screen .tos-footer a,
.subscribe-page > .container > form.form.subscribe-screen .tos-footer a {
  color: inherit;
}
.subscribe-page > .container > div.thank-you-screen .change-email,
.subscribe-page > .container > form.form.thank-you-screen .change-email {
  margin: -20px 0 20px;
  color: #bababa;
  font-size: 15px;
}
.subscribe-page > .container > div.confirm-payment-screen div,
.subscribe-page > .container > form.form.confirm-payment-screen div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.subscribe-page > .container > div.tweet-screen button.twitter,
.subscribe-page > .container > form.form.tweet-screen button.twitter {
  background: #66b2ee;
  border: none;
  color: white;
  font-weight: bold;
}
.subscribe-page > .container > div.tweet-screen button.twitter img,
.subscribe-page > .container > form.form.tweet-screen button.twitter img {
  margin-right: 8px;
  height: 18px;
  width: 18px;
  margin-bottom: -4px;
}
.subscribe-page > .container > div.add-to-podcast-screen > h2,
.subscribe-page > .container > form.form.add-to-podcast-screen > h2 {
  font-size: 24px;
}
.subscribe-page > .container > div.add-to-podcast-screen > button.small,
.subscribe-page > .container > form.form.add-to-podcast-screen > button.small {
  color: var(--print_secondary, var(--print_secondary_on_web_bg_color, var(--print_secondary, #757575)));
}
.subscribe-page > .container > div.email-preferences-screen > h2,
.subscribe-page > .container > form.form.email-preferences-screen > h2 {
  font-size: 26px;
}
.subscribe-page > .container > div.email-preferences-screen > .email-preferences-pubs,
.subscribe-page > .container > form.form.email-preferences-screen > .email-preferences-pubs {
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  border: 1px solid var(--border_subtle);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe-page > .container > div.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub,
.subscribe-page > .container > form.form.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub {
  display: flex;
  align-items: center;
  margin-top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.subscribe-page > .container > div.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub:first-child,
.subscribe-page > .container > form.form.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub:first-child {
  margin-top: 0;
}
.subscribe-page > .container > div.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub > .email-preferences-pub-logo,
.subscribe-page > .container > form.form.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub > .email-preferences-pub-logo {
  flex-shrink: 0;
  margin-right: 12px;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.subscribe-page > .container > div.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub > .email-preferences-pub-info > .email-preferences-pub-title,
.subscribe-page > .container > form.form.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub > .email-preferences-pub-info > .email-preferences-pub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.subscribe-page > .container > div.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub > .email-preferences-pub-info > .email-preferences-pub-description,
.subscribe-page > .container > form.form.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub > .email-preferences-pub-info > .email-preferences-pub-description {
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
}
.subscribe-page > .container > div.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub > .email-preferences-pub-optin,
.subscribe-page > .container > form.form.email-preferences-screen > .email-preferences-pubs > .email-preferences-pub > .email-preferences-pub-optin {
  margin-left: auto;
  height: 42px;
  width: 24px;
  line-height: 42px;
  text-align: right;
}
.subscribe-page > .container > div.email-preferences-screen > button,
.subscribe-page > .container > form.form.email-preferences-screen > button {
  width: 100%;
}
.subscribe-page > .container .email-notifs-set-list {
  text-align: left;
  margin-bottom: 1em;
}
.subscribe-page.unstick-footer > div .subscribe-page-footer,
.subscribe-page.unstick-footer > form.form .subscribe-page-footer {
  position: static;
  margin-bottom: 10px;
}
.subscribe-page .advanced-options {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.subscribe-page .advanced-options.open {
  margin: 0;
}
.subscribe-page .date-editor {
  padding: 1em 0;
}
.use-theme-bg .subscribe-page > .container > div.full-email-form input[type='email'],
.use-theme-bg .subscribe-page > .container > form.form.full-email-form input[type='email'] {
  background: var(--cover_input_background, #fff);
  color: var(--cover_print_primary, #000);
  width: 240px;
  max-width: 57vw;
}
.embed-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 100vh;
  width: 100vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.embed-page .embed-page-inner {
  max-width: 370px;
}
.embed-page .account-info-logout {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
}
.embed-page .account-info-logout a {
  color: var(--print_secondary, #757575);
  font-size: 14px;
}
.embed-page .account-info-logout a:hover:active {
  opacity: 0.7;
}
.embed-page .publication-logo {
  display: block;
  margin: 0 auto 10px;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.embed-page .publication-name {
  margin: 0 auto 20px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 32px;
  font-weight: bold;
  color: var(--cover_print_primary);
}
.embed-page .publication-tagline {
  margin: 0 auto 22px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  color: var(--cover_print_secondary);
}
.embed-page .substack-watermark {
  position: absolute;
  display: block;
  right: 12px;
  bottom: 12px;
  height: 17.19496309px;
  width: 100px;
  background-image: url(../image/fetch/w_200-c_limit-f_auto-q_auto-good-fl_progressive-steep/img/substack_wordmark.black.png);
  -webkit-background-size: 100%;
  background-size: 100%;
  opacity: 0.3;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.embed-page .substack-watermark:hover {
  background-image: url(../image/fetch/w_200-c_limit-f_auto-q_auto-good-fl_progressive-steep/img/substack_wordmark.png);
  opacity: 1;
}
@media (max-height: 400px) {
  .embed-page .publication-logo {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
  }
  .embed-page .publication-name {
    margin-bottom: 12px;
    font-size: 28px;
  }
  .embed-page .publication-tagline {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .embed-page .substack-watermark {
    height: 13.75597047px;
    width: 80px;
    bottom: 12px;
  }
}
@media (max-height: 320px) {
  .embed-page .publication-logo {
    margin-bottom: 8px;
  }
  .embed-page .publication-name {
    margin-bottom: 4px;
    font-size: 24px;
  }
  .embed-page .publication-tagline {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-height: 280px) {
  .embed-page .publication-logo {
    display: none;
  }
}
@media (max-height: 240px) {
  .embed-page .publication-name {
    margin-bottom: 12px;
  }
  .embed-page .publication-tagline {
    display: none;
  }
}
@media (max-height: 160px) {
  .embed-page .publication-name {
    display: none;
  }
}
@media (max-height: 100px) {
  .embed-page .substack-watermark {
    display: none;
  }
}
.container.reward-page {
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 17px;
}
.container.reward-page form.send-form input[type='text'],
.container.reward-page form.send-form input[type='email'] {
  width: inherit;
  border: 1px solid var(--border_subtle);
  border-radius: 4px;
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
}
.container.reward-page form.send-form textarea {
  padding: 15px;
  border: 1px solid var(--border_subtle);
  border-radius: 4px;
}
.container.reward-page form.send-form li {
  margin-top: 10px;
}
.container.reward-page ol li.sent {
  padding: 10px 0px;
}
.container.reward-page ol li.sent .name {
  font-weight: bold;
}
.container.reward-page ol li.sent .accepted {
  font-weight: bold;
  color: var(--print_pop);
}
.container.reward-page ol li.unsent {
  padding: 5px 0px;
}
.container.reward-page p {
  line-height: 1.4em;
}
.container.reward-page h1,
.container.reward-page h2,
.container.reward-page h3,
.container.reward-page h4,
.container.reward-page h5 {
  margin-top: 1.6em;
  margin-bottom: 1em;
}
.container.reward-page input.link-input {
  font-size: 16px;
  width: 50%;
  padding: 6px;
}
.container.reward-page .twitter-button {
  margin-top: 1em;
}
.container.reward-page .sender-hint {
  color: var(--print_pop);
  border: 1px solid var(--print_pop);
  padding: 20px;
}
.container.reward-page .sender-hint .button,
.container.reward-page .sender-hint span {
  margin: 20px 20px 20px 0;
}
.container.reward-page.campaign-receive-page .gift-recieve-header h2 {
  font-size: 34px;
  margin-bottom: 0;
}
.container.reward-page.campaign-receive-page .gift-recieve-header .campaign-pitch {
  margin-top: 4px;
}
.container.reward-page.campaign-receive-page .gift-recieve-header .urgency-text {
  font-size: 14px;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}
.signup .form .sideBySideWrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: left;
}
@media screen and (max-width: 540px) {
  .signup .form .sideBySideWrap {
    display: block;
  }
}
.signup .form .sideBySideWrap input[type='email'] {
  display: inline-block;
  padding: 10px;
  max-width: 230px;
  border: 1px solid var(--background_pop);
  border-radius: 5px 0 0 5px;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 15px;
  line-height: 19px;
  -webkit-appearance: none;
}
@media screen and (max-width: 540px) {
  .signup .form .sideBySideWrap input[type='email'] {
    display: block;
    height: 48px;
    max-width: none;
    border-radius: 5px 5px 0 0;
  }
}
.signup .form .sideBySideWrap .button {
  margin-top: 0;
  padding: 10px 15px;
  height: 41px;
  min-width: 9.5em;
  background: var(--background_pop);
  border: 1px solid var(--border_subtle);
  border-radius: 0 5px 5px 0;
  font-size: 15px;
}
@media screen and (max-width: 540px) {
  .signup .form .sideBySideWrap .button {
    height: 48px;
    width: 100%;
    min-width: unset;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
  }
}
.signup .form .subtle-help-text {
  margin-top: 1em;
  color: inherit;
  font-family: var(--font_family_ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol');
  font-size: 0.5em;
  opacity: 0.7;
}
@media screen and (max-width: 540px) {
  .signup .form .subtle-help-text {
    font-size: 0.7em;
  }
}
.signup .form .subtle-help-text a {
  float: left;
  margin-right: 8px;
  color: inherit;
  text-decoration: underline;
}
.signup .form .subtle-help-text::before,
.signup .form .subtle-help-text::after {
  display: block;
  clear: both;
  content: '';
}
.signup .form .error {
  color: #ff0000;
}