@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/PublicSans-Regular.woff2"); }
@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/PublicSans-Bold.woff2");
  font-weight: bold; }
@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/PublicSans-Light.woff2");
  font-weight: 200; }
body {
  font-family: "Public Sans", sans-serif;
  background-color: #22222f;
  color: #ffffff; }

p {
  font-weight: 300; }

h1.headline {
  font-weight: 600; }

article {
  border-radius: 8px;
  font-size: 14pt;
  max-width: 720px;
  width: 100%; }

@media screen and (min-width: 621px) {
  article {
    padding: 16px;
    max-width: calc( 100vw - 32px );
    width: 720px; } }
@media screen and (max-width: 620px) {
  article {
    padding: 8px;
    max-width: calc( 100vw - 16px ); } }
article img + em {
  text-align: center;
  color: #7f7f7f;
  border: 1px #7f7f7f solid;
  background: #444;
  display: block;
  margin: 0;
  padding: 16px;
  border-radius: 0 0 16px 16px;
  border-top: 0; }

article img {
  width: 100%; }
  article img:not(:last-child) {
    margin-bottom: -4px; }

.misintel-banner {
  margin: 0;
  padding: 64px;
  background: #444444;
  text-align: center; }
  .misintel-banner.misintel-banner-satire {
    background: #6A009A url("/content/images/asset/satire-texture2.png");
    animation: misintel-banner-satire-scroll infinite forwards 60s linear; }

header img.article-cover {
  max-width: calc( 100vw - 64px ); }

@keyframes misintel-banner-satire-scroll {
  0% {
    background-position: 0vw 0vh; }
  100% {
    background-position: 1280px 1280px; } }
div.misintel-series-widget {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  background-color: #424;
  border-radius: 2px;
  padding: 0em 0.5em 0.5em; }
  div.misintel-series-widget.has-bg {
    background-size: cover;
    background-position: center center; }
  div.misintel-series-widget .misintel-series-widget--navigation {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap; }
    div.misintel-series-widget .misintel-series-widget--navigation > strong {
      flex-grow: 1;
      align-self: center;
      text-align: center; }
  div.misintel-series-widget > h4 {
    align-self: center; }

span.misintel-series-widget--navigation-previous, span.misintel-series-widget--navigation-next {
  color: #999999;
  fill: #999999; }

a.misintel-series-widget--navigation-previous, a.misintel-series-widget--navigation-next {
  color: #ffffff;
  fill: #ffffff;
  text-decoration: none;
  padding: 9px;
  margin: -9px; }
  .misintel-series-widget--navigation-previous {
    border-bottom-left-radius: 2px; }
  .misintel-series-widget--navigation-next {
    border-bottom-right-radius: 2px; }
  a.misintel-series-widget--navigation-previous:hover, a.misintel-series-widget--navigation-next:hover {
    background-color: #fff5; }

header .header-section {
  background-color: #111111;
  color: #ffffff;
  padding: 64px 128px;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 620px) {
  header .header-section {
    padding: 48px; } }
.article-cover, .page-cover {
  max-width: 780px;
  max-height: 480px;
  border-radius: 8px;
  margin: 24px;
  box-shadow: rgba(255, 255, 255, 0.25) 0 0 4px; }

header .header-section-large {
  background-size: cover;
  background-position: center;
  height: calc(100% - 64px);
  text-align: center;
  background-attachment: fixed; }
  header .header-section-large .page-title img {
    max-width: 100%;
    height: auto;
    max-height: 64px; }
  header .header-section-large .page-excerpt {
    font-size: 24pt; }

header .date-section {
  font-size: 0.75em; }

header .tag-section {
  display: flex;
  flex-flow: wrap; }

header .tag-section .tag {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  flex-shrink: 1;
  border-radius: 16px;
  height: 32px;
  padding: 0;
  margin: 8px;
  background: #7f7f7f;
  color: #000000; }
  header .tag-section .tag .tag-icon {
    height: 32px;
    width: 32px;
    display: inline-block;
    border-radius: 16px;
    background-color: #cccccc; }
    header .tag-section .tag .tag-icon *, header .tag-section .tag .tag-icon *::before {
      margin: 4px;
      font-size: 16px;
      height: 24px;
      width: 24px; }
  header .tag-section .tag .tag-name {
    margin: 4px;
    margin-right: 16px;
    position: relative;
    top: -8px; }

header .tag-section .tag:hover {
  background-color: #aaaaaa; }

.cover-credit {
  font-size: 0.7em;
  color: #aaaaaa; }
  .cover-credit a {
    color: #aaaaaa; }

.post-cards h3 {
  flex-basis: 100%; }

.post-card {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex: 1 1 content;
  margin: 8px;
  padding: 8px;
  border-radius: 16px; }
  .post-card h2 {
    font-size: 24pt; }
  .post-card p {
    font-size: 14pt; }
  .post-card img {
    width: 256px;
    border-radius: 8px;
    object-fit: cover;
    max-height: 192px;
    height: 256px;
    align-self: center; }
  .post-card span {
    font-size: 0.75em; }
  .post-card div {
    padding: 16px; }
    .post-card div h2, .post-card div p {
      margin: 0; }
  @media screen and (max-width: 800px) {
    .post-card {
      flex-flow: column; } }

.post-card--large {
  flex-basis: 100%; }
  .post-card--large img {
    width: 512px;
    height: 480px; }
  @media screen and (max-width: 800px) {
    .post-card--large {
      flex-direction: column; }
      .post-card--large img {
        width: 100%;
        height: unset; } }

.post-card--half {
  flex-basis: 40%;
  flex-direction: column;
  flex-grow: 1; }
  .post-card--half img {
    width: 100%; }

.post-card--third {
  flex-basis: 20%;
  flex-direction: column;
  flex-grow: 1; }
  .post-card--third img {
    width: 100%; }

.primary-tag-link {
  color: inherit;
  text-decoration: none;
  color: #33f; }

.article-card-link {
  color: inherit;
  text-decoration: none;
  font-weight: bold; }

.credit-link {
  margin: 16px;
  color: inherit;
  text-decoration: none;
  display: flex; }
  .credit-link img {
    border-radius: 100%;
    height: 36px;
    width: 36px;
    object-fit: cover;
    align-self: center; }
  .credit-link x {
    color: #7f7f7f;
    text-decoration: none;
    align-self: center;
    margin: 0 16px; }

footer {
  background-color: #222222;
  color: #ffffff;
  padding: 16px;
  height: 132px; }
  footer .footer-cover {
    position: relative;
    top: 0;
    opacity: 100%;
    transition: 0.5s ease opacity; }
    footer .footer-cover img {
      height: 128px; }
  footer .footer-content {
    text-align: center;
    position: relative;
    margin-top: -136px;
    opacity: 0%;
    transition: 0.5s ease opacity; }
    footer .footer-content a {
      color: inherit;
      text-decoration: none;
      color: #aaaaaa; }
    footer .footer-content a:hover {
      color: #ffffff; }

footer:hover .footer-cover {
  opacity: 0%; }
footer:hover .footer-content {
  opacity: 100%; }

@media screen and (max-width: 620px) {
  footer {
    padding: 8px; } }
header .nav-section {
  background-color: #222222;
  color: #ffffff;
  padding: 8px 64px;
  height: 61px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-flow: nowrap;
  white-space: nowrap; }

.navbar-left {
  display: block;
  margin: 16px; }

.navbar-left nav {
  display: inline;
  vertical-align: top; }
  .navbar-left nav a {
    color: inherit;
    text-decoration: none;
    padding: 16px;
    color: #aaaaaa; }
  .navbar-left nav a:hover {
    color: #ffffff; }

.nav-section .logo img {
  height: 24px;
  vertical-align: center; }

.navbar-right {
  text-align: right;
  padding-right: 24px; }

.navbar-right a .iconify {
  color: #aaaaaa;
  height: 24px;
  width: 24px;
  padding: 12px;
  display: inline-block; }

.navbar-right a .iconify:hover {
  color: #ffffff; }

.navbar-center-row {
  text-align: center; }

.navbar-row {
  flex-basis: 100%; }

header .nav-section.nav-section-live {
  height: 76px; }

.nav-section-live .logo img {
  height: 48px; }

.mi-explorer {
  height: min-content;
  overflow-y: hidden;
  overflow-x: auto;
  display: block; }

.mi-explorer-inner {
  display: flex; }
  .mi-explorer-inner a {
    color: inherit;
    text-decoration: none; }

.mi-explorer-card {
  padding: 16px;
  width: 480px;
  height: 96px;
  border-radius: 16px;
  background: linear-gradient(135deg, #333333, #111111);
  /* vertical-align: bottom; */
  display: flex;
  flex-direction: column;
  color: white;
  margin: 8px; }

.mi-explorer-card.explore-personal {
  background: linear-gradient(135deg, #00007f, #000033); }

.mi-explorer-card.explore-politics {
  background: linear-gradient(135deg, #aa0000, #550000); }

.mi-explorer-card.explore-short-stories {
  background: linear-gradient(135deg, #227f45, #004422); }

.mi-explorer-card.explore-fuchsia-watch {
  background: linear-gradient(135deg, #ff00aa, #770022); }

.mi-explorer-card.explore-tech {
  background: linear-gradient(135deg, #007f00, #003300); }

.mi-explorer-card.explore-satire {
  background: linear-gradient(135deg, #553398, #331133); }

.mi-explorer-card * {
  margin: 4px;
  /* vertical-align: bottom; */ }

#live-center-updates {
  flex-basis: 1080px;
  flex-grow: 0;
  flex-shrink: 1;
  padding: 16px; }
  #live-center-updates .live-center-update {
    border-bottom: 2px solid #333333; }
    #live-center-updates .live-center-update > span {
      font-size: 0.75em; }
    #live-center-updates .live-center-update > span.full {
      display: none; }
    #live-center-updates .live-center-update > img {
      display: block;
      max-width: 100%; }
    #live-center-updates .live-center-update:hover > span.pretty {
      display: none; }
    #live-center-updates .live-center-update:hover > span.full {
      display: inline; }

@media (max-width: 640px) {
  .live-center-body {
    flex-flow: wrap; } }

.live-center-icon {
  vertical-align: middle;
  padding-bottom: 3px; }
  .live-center-icon .lll-inner-left, .live-center-icon .lll-inner-right {
    animation: lll-fade 2s infinite; }
  .live-center-icon .lll-outer-left, .live-center-icon .lll-outer-right {
    animation: lll-fade 2s infinite;
    animation-delay: 1s; }

.live-indicator-row {
  text-align: center; }

@keyframes lll-fade {
  0% {
    fill: #aaa; }
  33% {
    fill: #f00; }
  66% {
    fill: #aaa; }
  99% {
    fill: #aaa; } }
header .nav-blackout {
  background: #000 !important; }
  header .nav-blackout .nav-blackout-center {
    margin: 16px;
    align-self: center; }
    header .nav-blackout .nav-blackout-center .logo img {
      height: 64px; }

body.blackoutpage {
  background: #000; }

body.blackout-home {
  background-color: #000;
  background-image: url("/content/images/asset/brand/icon-blackout.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: 50%; }
  @media screen and (min-width: 600px) {
    body.blackout-home {
      left: 50vh;
      right: 50vh;
      position: relative;
      max-width: 50vw;
      padding-top: 96px; } }
  body.blackout-home h1, body.blackout-home p {
    margin: 24px; }

.flex-parent {
  display: flex; }

.flex-parent--vertical {
  flex-flow: column; }

.flex-parent--wrap {
  flex-flow: wrap; }

.flex-child--flexible {
  flex-grow: 1; }

.flex-width-720 {
  max-width: 720px;
  width: 100%; }

.flex-width-960 {
  max-width: 960px;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }
