/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'GoodOT';
  src: url("/fonts/GoodOT-Book.eot");
  src: url("/fonts/GoodOT-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/GoodOT-Book.woff2") format("woff2"), url("/fonts/GoodOT-Book.woff") format("woff"), url("/fonts/GoodOT-Book.ttf") format("truetype"), url("/fonts/GoodOT-Book.svg#GoodOT-Book") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GoodOT';
  src: url("/fonts/GoodOT-Medium.eot");
  src: url("/fonts/GoodOT-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/GoodOT-Medium.woff2") format("woff2"), url("/fonts/GoodOT-Medium.woff") format("woff"), url("/fonts/GoodOT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GoodOT';
  src: url("/fonts/GoodOT-BookItalic.eot");
  src: url("/fonts/GoodOT-BookItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/GoodOT-BookItalic.woff2") format("woff2"), url("/fonts/GoodOT-BookItalic.woff") format("woff"), url("/fonts/GoodOT-BookItalic.ttf") format("truetype"), url("/fonts/GoodOT-BookItalic.svg#GoodOT-BookItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GoodOT';
  src: url("/fonts/GoodOT-Bold.eot");
  src: url("/fonts/GoodOT-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/GoodOT-Bold.woff2") format("woff2"), url("/fonts/GoodOT-Bold.woff") format("woff"), url("/fonts/GoodOT-Bold.ttf") format("truetype"), url("/fonts/GoodOT-Bold.svg#GoodOT-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GoodOT';
  src: url("/fonts/GoodOT-BoldItalic.eot");
  src: url("/fonts/GoodOT-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/GoodOT-BoldItalic.woff2") format("woff2"), url("/fonts/GoodOT-BoldItalic.woff") format("woff"), url("/fonts/GoodOT-BoldItalic.ttf") format("truetype"), url("/fonts/GoodOT-BoldItalic.svg#GoodOT-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GoodOT-Cond';
  src: url("/fonts/GoodOT-CondBook.eot");
  src: url("/fonts/GoodOT-CondBook.eot?#iefix") format("embedded-opentype"), url("/fonts/GoodOT-CondBook.woff2") format("woff2"), url("/fonts/GoodOT-CondBook.woff") format("woff"), url("/fonts/GoodOT-CondBook.ttf") format("truetype"), url("/fonts/GoodOT-CondBook.svg#GoodOT-CondBook") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GoodOT-Cond';
  src: url("/fonts/GoodOT-CondBookItalic.eot");
  src: url("/fonts/GoodOT-CondBookItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/GoodOT-CondBookItalic.woff2") format("woff2"), url("/fonts/GoodOT-CondBookItalic.woff") format("woff"), url("/fonts/GoodOT-CondBookItalic.ttf") format("truetype"), url("/fonts/GoodOT-CondBookItalic.svg#GoodOT-CondBookItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GoodOT-Cond';
  src: url("/fonts/GoodOT-CondBold.eot");
  src: url("/fonts/GoodOT-CondBold.eot?#iefix") format("embedded-opentype"), url("/fonts/GoodOT-CondBold.woff2") format("woff2"), url("/fonts/GoodOT-CondBold.woff") format("woff"), url("/fonts/GoodOT-CondBold.ttf") format("truetype"), url("/fonts/GoodOT-CondBold.svg#GoodOT-CondBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GoodOT-Cond';
  src: url("/fonts/GoodOT-CondBoldItalic.eot");
  src: url("/fonts/GoodOT-CondBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/GoodOT-CondBoldItalic.woff2") format("woff2"), url("/fonts/GoodOT-CondBoldItalic.woff") format("woff"), url("/fonts/GoodOT-CondBoldItalic.ttf") format("truetype"), url("/fonts/GoodOT-CondBoldItalic.svg#GoodOT-CondBoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'GoodOT-Cond';
  src: url("/fonts/GoodOT-CondMedium.eot");
  src: url("/fonts/GoodOT-CondMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/GoodOT-CondMedium.woff2") format("woff2"), url("/fonts/GoodOT-CondMedium.woff") format("woff"), url("/fonts/GoodOT-CondMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FreightText';
  src: url("/fonts/FreightText-Book.eot");
  src: url("/fonts/FreightText-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/FreightText-Book.woff2") format("woff2"), url("/fonts/FreightText-Book.woff") format("woff"), url("/fonts/FreightText-Book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FreightText';
  src: url("/fonts/FreightText-Medium.eot");
  src: url("/fonts/FreightText-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/FreightText-Medium.woff2") format("woff2"), url("/fonts/FreightText-Medium.woff") format("woff"), url("/fonts/FreightText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FreightText';
  src: url("/fonts/FreightText-SemiBold.eot");
  src: url("/fonts/FreightText-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/FreightText-SemiBold.woff2") format("woff2"), url("/fonts/FreightText-SemiBold.woff") format("woff"), url("/fonts/FreightText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

html {
  color: #2c2c2c; }

body {
  background-color: whitesmoke; }

* {
  box-sizing: border-box; }

a:link, a:visited, a:hover, a:active {
  color: inherit; }

p {
  margin: 0; }

.APLine {
  background: #ff322e;
  height: 0.5rem;
  width: 3.75rem;
  transform-origin: left top; }

.fluid-wrapper, .SearchPopover {
  margin: 0 auto;
  padding: 0 var(--fluid-wrapper-padding);
  max-width: 90rem; }

html {
  --fluid-wrapper-padding: 2.5rem; }
  @media only screen and (max-width: 63.9375rem) {
    html {
      --fluid-wrapper-padding: 1rem; } }

#ads-text-iframe {
  display: none; }

html, body, #root, .App, .Main {
  height: 100%; }

.Main {
  display: flex;
  flex-direction: column; }
  .Main .Body {
    flex: 1 0 auto; }
  .Main .Header, .Main .Footer {
    flex-shrink: 0; }

.Article {
  font-family: FreightText, Georgia, serif;
  font-weight: 300;
  line-height: 1.6875rem; }
  @media only screen and (max-width: 59.375rem) {
    .Article {
      padding: 0; } }
  .Article > p {
    font-size: 1.125rem;
    margin: 0.75rem 0; }
    .Article > p.social-caption, .Article > p.embed-caption {
      margin: 0; }
  .Article a:link, .Article a:visited, .Article a:hover, .Article a:active {
    color: #104ba5;
    text-decoration: none; }
  .Article .blockquote {
    display: block;
    font-family: FreightText, Georgia, serif;
    font-weight: 600;
    font-size: 1.6875rem;
    background: #fff;
    color: #95702f;
    margin: 0.75rem auto;
    padding: 1.5rem 1rem 1rem 1.5rem;
    position: relative; }
    .Article .blockquote::before {
      content: '';
      display: block;
      position: absolute;
      background: #ff322e;
      height: 0.5rem;
      width: 3.75rem;
      left: 1.5rem;
      top: 0; }
  .Article > :not(.LeadFeature) .social-caption, .Article > :not(.LeadFeature) .embed-caption {
    background: white;
    padding: 12px;
    color: #787878; }
    .Article > :not(.LeadFeature) .social-caption:empty, .Article > :not(.LeadFeature) .embed-caption:empty {
      display: none; }
  .Article twitter-widget, .Article iframe.twitter-tweet-rendered {
    margin: 0 auto !important; }

.BreakingStory {
  display: block;
  background: #ff322e;
  color: #fff;
  padding: 1.5rem 0 2rem 0;
  cursor: pointer; }
  .BreakingStory:link, .BreakingStory:visited, .BreakingStory:hover, .BreakingStory:active {
    text-decoration: none;
    color: #fff; }
  .BreakingStory .title, .BreakingStory .text {
    max-width: 48.75rem; }
    @media only screen and (max-width: 48rem) {
      .BreakingStory .title, .BreakingStory .text {
        max-width: 100%; } }
  .BreakingStory .title {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase; }
  .BreakingStory .text, .BreakingStory .developing {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300;
    font-size: 1rem; }
  .BreakingStory .developing {
    padding-top: 0;
    height: 0;
    overflow: hidden;
    line-height: 1.5rem;
    transition: all 0.5s; }
    .BreakingStory .developing.shown {
      padding-top: 1rem;
      height: 2.5rem; }
  .BreakingStory ~ .BreakingStory {
    margin-top: 0.5rem; }

.Card.Card {
  display: grid;
  grid-auto-rows: auto auto auto;
  grid-auto-columns: calc(100% - 28.125rem) 28.125rem;
  grid-template-areas: "name name" "divider divider" "feed ."; }
  @media only screen and (max-width: 64rem) {
    .Card.Card {
      grid-auto-columns: calc(100% - 9.375rem) 9.375rem; } }
  @media only screen and (max-width: 48rem) {
    .Card.Card {
      grid-auto-columns: 100% 0; } }
  .Card.Card .hub-name {
    grid-area: name; }

.Content {
  display: grid;
  grid-template-columns: 9.375rem auto 18.75rem;
  grid-auto-rows: auto auto auto auto minmax(auto, 1fr) auto;
  grid-template-areas: "leaderboard leaderboard leaderboard" "headline headline headline" "divider divider divider" "lead-photo lead-photo right-rail" "left-rail article right-rail" "left-rail bellow right-rail"; }
  @media only screen and (min-width: 48.0625rem) and (max-width: 64rem) {
    .Content {
      grid-template-areas: "social-share headline headline" "divider divider divider" "lead-photo lead-photo right-rail" "article article right-rail" "bellow bellow right-rail";
      grid-template-columns: 11.25rem auto 0; } }
  @media only screen and (max-width: 48rem) {
    .Content {
      grid-template-columns: 0 auto 0; } }
  .Content .Leaderboard {
    grid-area: leaderboard; }
  .Content .Loader {
    grid-area: article;
    min-height: 31.25rem; }
  .Content .CardHeadline {
    grid-area: headline; }
    .Content .CardHeadline h1 {
      font-family: GoodOT-Cond, Arial Narrow, Arial, sans-serif;
      font-weight: bold;
      font-size: 3.125rem;
      padding-top: 2.5rem; }
      @media only screen and (max-width: 22.5rem) {
        .Content .CardHeadline h1 {
          font-size: 2rem;
          padding-top: 1rem; } }
  .Content .ContentView-LeftRail {
    position: -webkit-sticky;
    position: sticky;
    top: 4.25rem;
    justify-self: start;
    align-self: start;
    grid-area: left-rail;
    padding-right: 1rem; }
    @media only screen and (max-width: 22.5rem) {
      .Content .ContentView-LeftRail {
        top: 48px; } }
    @media only screen and (min-width: 48.0625rem) and (max-width: 64rem) {
      .Content .ContentView-LeftRail {
        position: static !important;
        align-self: end;
        grid-area: social-share;
        padding-right: 0; } }
  .Content .SocialShare {
    margin: 0.75rem 0 0 0; }
    @media only screen and (min-width: 48.0625rem) and (max-width: 64rem) {
      .Content .SocialShare {
        margin: 0; } }
    @media only screen and (max-width: 48rem) {
      .Content .SocialShare {
        display: none; } }
  .Content .RelatedTopics {
    margin: 2.25rem 0 0 0; }
    @media only screen and (max-width: 64rem) {
      .Content .RelatedTopics {
        display: none; } }
  .Content .divider {
    grid-area: divider;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin: 1.5rem 0;
    position: relative; }
  .Content .RightRail {
    grid-area: right-rail; }
    @media only screen and (max-width: 64rem) {
      .Content .RightRail {
        display: none; } }
  .Content .Article {
    grid-area: article;
    margin-bottom: 3rem;
    padding: 0 2.5rem 0 0; }
    @media only screen and (max-width: 64rem) {
      .Content .Article {
        padding: 0; } }
  .Content .top-stories {
    margin: 2.25rem 0 1rem 0; }
  .Content .persistent-ad {
    position: -webkit-sticky;
    position: sticky;
    top: 4.25rem;
    margin: 2rem 0; }
    @media only screen and (max-width: 22.5rem) {
      .Content .persistent-ad {
        top: 48px; } }
  .Content .bellow-article {
    grid-area: bellow;
    padding: 0 2.5rem 0 0; }
    @media only screen and (max-width: 64rem) {
      .Content .bellow-article {
        padding: 0; } }

.Content.MediaGallery .images {
  column-count: 2;
  column-gap: 1.5rem;
  padding-bottom: 1.5rem; }
  .Content.MediaGallery .images .LazyImage {
    margin-bottom: 1.5rem; }

.Content.WireStory:not(.with-lead) {
  grid-auto-rows: auto auto auto;
  grid-template-areas: "headline headline headline" "divider divider divider" "left-rail article right-rail" "left-rail bellow right-rail"; }
  @media only screen and (max-width: 48rem) {
    .Content.WireStory:not(.with-lead) {
      grid-template-areas: "social-share headline headline" "divider divider divider" "article article right-rail" ". bellow right-rail"; } }

.Content.WireStory .LeadFeature {
  grid-area: lead-photo;
  margin: 0 2.5rem 1.5rem 0; }
  @media only screen and (max-width: 64rem) {
    .Content.WireStory .LeadFeature {
      margin: 0; } }

.Content.WireStory .LeadFeature_tall {
  grid-area: unset;
  float: right;
  width: 42.85714%;
  margin: 0 0 0 0.75rem; }
  .Content.WireStory .LeadFeature_tall + p {
    margin-top: -0.5rem; }

.Content.WireStory .Article > p, .Content.WireStory .Article .DFPSlot {
  width: 85.71429%; }
  @media only screen and (max-width: 64rem) {
    .Content.WireStory .Article > p, .Content.WireStory .Article .DFPSlot {
      width: 100%; } }

.Content.WireStory .Article .social-caption, .Content.WireStory .Article .embed-caption {
  width: 100%; }

.Content.WireStory .Article .social-caption:empty {
  display: none; }

.Content.WireStory .Article .DFPSlot {
  padding: 1.5rem 0; }

.Content.WireStory .Article .blockquote {
  width: 85.71429%; }

.Content.WireStory *:not(.LeadFeature) > .LazyImage.tall-image {
  float: right;
  width: 42.85714%;
  margin: 0 0 0 0.75rem; }
  .Content.WireStory *:not(.LeadFeature) > .LazyImage.tall-image img {
    position: relative;
    z-index: 1; }

.CardHeadline .headline:link, .CardHeadline .headline:visited, .CardHeadline .headline:hover, .CardHeadline .headline:active {
  text-decoration: none;
  color: #2c2c2c; }

.CardHeadline h1 {
  font-family: GoodOT-Cond, Arial Narrow, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  margin: 0;
  left: -0.125rem; }

.CardHeadline .signature {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  display: inline-flex;
  font-size: 1rem;
  flex-flow: row wrap;
  margin: 0.5rem 0 1rem 0;
  left: -0.0625rem; }

.CardHeadline h1, .CardHeadline .signature {
  position: relative; }

.CardHeadline .byline:not(:empty) {
  padding-right: 1.375rem; }

.CardHeadline .Timestamp {
  color: #797979; }

.CardHeadline .HubTag {
  display: block;
  margin-bottom: 0.75rem; }
  @media only screen and (max-width: 48rem) {
    .CardHeadline .HubTag {
      margin-bottom: 0.5rem; } }

.embed-caption {
  color: #787878;
  pointer-events: none; }

.CollapsibleElement .wrapper {
  overflow: hidden;
  height: var(--height);
  transition: height 0.5s; }

.CollapsibleElement .handle {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #2c2c2c;
  cursor: pointer; }
  .CollapsibleElement .handle .SvgSprite {
    height: 0.75rem;
    width: 0.75rem;
    vertical-align: baseline;
    line-height: 1rem;
    margin-right: 0.5rem;
    transition: transform 0.5s; }

.CollapsibleElement.expanded .SvgSprite {
  transform: rotate(180deg); }

@keyframes LazyImage {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.LazyImage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .LazyImage img {
    display: block;
    width: 100%; }
  .LazyImage:not(.LazyImage-loaded) img {
    opacity: 0; }
  .LazyImage.LazyImage-loaded-async {
    animation: LazyImage 0.3s; }
  .LazyImage .Loader {
    height: 12.5rem;
    width: 20rem; }

.Leaderboard {
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: all .5s;
  padding: 0;
  height: 0;
  box-sizing: content-box;
  position: relative; }
  .Leaderboard.loaded {
    padding: 2rem 0;
    height: auto; }
  .Leaderboard #div-gpt-ad-1461247613791-X {
    position: absolute; }

.SectionTitle {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase; }
  .SectionTitle span {
    display: block;
    padding-top: 1.0625rem; }

.SocialShare {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 7rem;
  --colour: #0a3175; }
  .SocialShare .share-facebook, .SocialShare .share-twitter, .SocialShare .share-email, .SocialShare .share-link {
    height: 2rem; }
  .SocialShare .share-facebook, .SocialShare .share-twitter, .SocialShare .share-email {
    width: 2rem;
    font-size: 0; }
  .SocialShare .share-link {
    width: 100%;
    margin-top: 1.125rem; }
  .SocialShare .share-link {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    color: var(--colour);
    line-height: 2rem;
    cursor: pointer;
    position: relative; }
    .SocialShare .share-link:after {
      display: block;
      content: '';
      position: absolute;
      opacity: 0;
      transition: opacity 0.1s;
      font-size: 0.75rem;
      line-height: 1.5rem;
      bottom: -1.5rem;
      left: 2rem; }
    .SocialShare .share-link.success-true:after, .SocialShare .share-link.success-false:after {
      opacity: 1; }
    .SocialShare .share-link.success-true:after {
      content: 'Link copied!'; }
    .SocialShare .share-link.success-false:after {
      color: #ff322e;
      content: 'Copying failed!'; }
    .SocialShare .share-link .share-link-text {
      position: absolute;
      top: 0;
      left: 2rem; }
    .SocialShare .share-link .share-link-inner {
      position: absolute;
      left: -62.5rem;
      top: -62.5rem; }

.SubscriptionBox {
  background: #2c2c2c;
  color: #fff;
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  padding: 1rem 1rem 2rem 1rem; }
  .SubscriptionBox .action-input {
    display: block;
    border: 1px solid #ececec;
    background: inherit;
    color: inherit;
    line-height: 2rem;
    height: 2rem;
    font-family: FreightText, Georgia, serif;
    font-weight: 500;
    font-size: 1rem;
    margin: 0.5rem auto 0 auto;
    padding: 0 0.5rem; }
    .SubscriptionBox .action-input::-webkit-input-placeholder {
      font-style: italic; }
    .SubscriptionBox .action-input:-moz-placeholder {
      font-style: italic; }
    .SubscriptionBox .action-input:placeholder-shown {
      font-style: italic; }
  .SubscriptionBox .action-call {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.5rem;
    height: 24px;
    padding: 0 1.125rem;
    border-radius: 0.125rem;
    border: 0;
    background: #ececec;
    margin: 1rem 0 0 0; }

.SvgSprite, .SvgSprite use {
  width: 100%;
  height: 100%;
  user-select: none; }

.YoutubeEmbed {
  display: flex;
  align-items: center;
  justify-content: center; }
  .YoutubeEmbed .youtube-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
  .YoutubeEmbed iframe {
    position: absolute;
    height: 100%;
    width: 100%; }

.MissingPage {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  min-height: 31.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.RuntimeException {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  min-height: 31.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .RuntimeException input, .RuntimeException pre {
    display: none; }
  .RuntimeException input:checked ~ pre {
    display: block; }

.FeedCard.Carousel {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 500; }
  .FeedCard.Carousel .carousel-title {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1.6875rem; }
    .FeedCard.Carousel .carousel-title::after {
      content: '';
      display: block;
      position: absolute;
      bottom: -0.75rem;
      background: #ff322e;
      height: 0.5rem;
      width: 3.75rem; }
  .FeedCard.Carousel .list-item {
    padding: 0 1rem 1rem 0; }
    .FeedCard.Carousel .list-item:last-child {
      padding-right: 0; }
  .FeedCard.Carousel .item-image, .FeedCard.Carousel .LazyImage {
    height: 15rem; }
  .FeedCard.Carousel .item-image, .FeedCard.Carousel .item-description {
    max-width: 26.6875rem; }
  .FeedCard.Carousel .list-item.html .item-image, .FeedCard.Carousel .list-item.html .item-description {
    width: 26.6875rem; }
  .FeedCard.Carousel .LazyImage img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .FeedCard.Carousel .item-description {
    margin-top: 0.75rem; }
    .FeedCard.Carousel .item-description:link, .FeedCard.Carousel .item-description:visited, .FeedCard.Carousel .item-description:hover, .FeedCard.Carousel .item-description:active {
      text-decoration: none; }

.FeedCard {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem; }

.FeedCard, .FeedAd {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ececec; }
  @media only screen and (min-width: 48.0625rem) {
    .FeedCard:first-child, .FeedAd:first-child {
      padding-top: 0.1px; } }
  .FeedCard:last-child, .FeedAd:last-child {
    border-bottom: none; }

.GenericCarousel {
  position: relative;
  margin: 0.5rem 0; }
  .GenericCarousel .list-wrapper {
    overflow: auto; }
  .GenericCarousel .list {
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .GenericCarousel .list-item {
    list-style: none;
    flex-shrink: 0;
    display: flex;
    flex-direction: column; }
  .GenericCarousel .overlay {
    position: absolute;
    top: 0;
    width: 6.25rem;
    max-width: 10%;
    height: 100%;
    pointer-events: none; }
    .GenericCarousel .overlay.left {
      background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
      left: 0; }
    .GenericCarousel .overlay.right {
      background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
      right: 0; }

.FeedCard.HubLink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .FeedCard.HubLink .LinkingContent {
    width: 45%; }
    @media only screen and (min-width: 48.0625rem) and (max-width: 64rem) {
      .FeedCard.HubLink .LinkingContent {
        width: 48%; } }
    @media only screen and (max-width: 48rem) {
      .FeedCard.HubLink .LinkingContent {
        width: 49%; } }
    @media only screen and (max-width: 48rem) {
      .FeedCard.HubLink .LinkingContent .overlay-content {
        bottom: 1.5rem;
        left: 1.5rem; }
      .FeedCard.HubLink .LinkingContent .title {
        font-size: 0.75rem; }
      .FeedCard.HubLink .LinkingContent .headline {
        font-size: 1rem; } }

.LinkingContent .image {
  display: block;
  padding-bottom: 60%;
  position: relative; }

.LinkingContent .LazyImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.LinkingContent .LazyImage img {
  height: 100%;
  object-fit: cover; }

.LinkingContent .overlay, .LinkingContent .overlay-content, .LinkingContent .title, .LinkingContent .headline {
  display: block; }

.LinkingContent .overlay {
  position: absolute;
  bottom: 0;
  height: 30%;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)); }
  .LinkingContent .overlay .overlay-content {
    position: absolute;
    bottom: 2.1875rem;
    left: 2.1875rem;
    color: #fff;
    text-transform: uppercase; }
    .LinkingContent .overlay .overlay-content::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -0.75rem;
      background: #ff322e;
      height: 0.5rem;
      width: 3.75rem; }
  .LinkingContent .overlay .title {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300; }
  .LinkingContent .overlay .headline {
    margin-top: 0.25rem;
    font-family: GoodOT, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.5rem; }

.LinkingContent .below-image .title {
  margin-top: 0.75rem;
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  color: #787878;
  text-transform: uppercase; }

.LinkingContent .below-image .headline {
  margin-top: 0.25rem;
  font-family: GoodOT-Cond, Arial Narrow, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.75rem; }
  .LinkingContent .below-image .headline:link, .LinkingContent .below-image .headline:visited, .LinkingContent .below-image .headline:hover, .LinkingContent .below-image .headline:active {
    text-decoration: none; }

.LinkingContent .Sponsor {
  margin-top: 1rem; }
  @media only screen and (max-width: 64rem) {
    .LinkingContent .Sponsor {
      margin-bottom: 1rem; } }

.LocalWireStory .SvgSprite {
  height: 0.875rem;
  width: 0.875rem;
  margin-left: 0.4375rem;
  --colour: #0a3175; }

.FeedCard.MediaGallery .gallery-title {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  color: #787878;
  text-transform: uppercase; }

.FeedCard.MediaGallery .gallery-wrapper {
  margin-top: 1.5rem;
  background: #2c2c2c;
  position: relative; }

.FeedCard.MediaGallery .LazyImage, .FeedCard.MediaGallery .LazyImage img {
  height: 32.3125rem; }

.FeedCard.MediaGallery .LazyImage img {
  width: 100%;
  object-fit: cover; }

.FeedCard.MediaGallery .LazyImage.tall-image img {
  width: auto;
  margin: 0 auto; }

.FeedCard.MediaGallery .SvgSprite.arrow {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: calc(50% - 2.5rem);
  cursor: pointer; }
  .FeedCard.MediaGallery .SvgSprite.arrow.left {
    left: 2.5rem;
    transform: rotate(180deg); }
    @media only screen and (min-width: 22.5625rem) and (max-width: 48rem) {
      .FeedCard.MediaGallery .SvgSprite.arrow.left {
        left: 1.25rem; } }
    @media only screen and (max-width: 22.5rem) {
      .FeedCard.MediaGallery .SvgSprite.arrow.left {
        left: 0.625rem; } }
  .FeedCard.MediaGallery .SvgSprite.arrow.right {
    right: 2.5rem; }
    @media only screen and (min-width: 22.5625rem) and (max-width: 48rem) {
      .FeedCard.MediaGallery .SvgSprite.arrow.right {
        right: 1.25rem; } }
    @media only screen and (max-width: 22.5rem) {
      .FeedCard.MediaGallery .SvgSprite.arrow.right {
        right: 0.625rem; } }

.FeedCard.MediaGallery .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  @media only screen and (min-width: 22.5625rem) and (max-width: 48rem) {
    .FeedCard.MediaGallery .caption {
      padding: 1rem; } }
  @media only screen and (max-width: 22.5rem) {
    .FeedCard.MediaGallery .caption {
      padding: 0.5rem; } }
  .FeedCard.MediaGallery .caption .caption-text {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.4;
    margin-top: 0.5rem; }
  .FeedCard.MediaGallery .caption .ImageGalleryCount {
    display: inline-block;
    border: 2px solid #d8a538;
    border-radius: 1rem;
    line-height: 1.25rem;
    padding: 0.25rem 0.5rem; }
    .FeedCard.MediaGallery .caption .ImageGalleryCount .SvgSprite {
      width: 1.25rem;
      height: 1.25rem; }

.FeedCard.MediaGallery .description {
  font-family: FreightText, Georgia, serif;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.5rem; }

.FeedCard.Carousel.MediaGalleryCarousel {
  background: #2c2c2c;
  margin-left: -1rem;
  margin-right: -1rem; }
  .FeedCard.Carousel.MediaGalleryCarousel .carousel-title {
    margin-left: 1rem;
    color: #ececec; }
  .FeedCard.Carousel.MediaGalleryCarousel .list-item {
    padding-bottom: 0; }
    .FeedCard.Carousel.MediaGalleryCarousel .list-item:first-child {
      padding-left: 1rem; }
    .FeedCard.Carousel.MediaGalleryCarousel .list-item:last-child {
      padding-right: 1rem; }
  .FeedCard.Carousel.MediaGalleryCarousel .item-description {
    display: none; }
  .FeedCard.Carousel.MediaGalleryCarousel .overlay.left {
    background: linear-gradient(to right, rgba(44, 44, 44, 0.5) 0%, rgba(44, 44, 44, 0) 100%); }
  .FeedCard.Carousel.MediaGalleryCarousel .overlay.right {
    background: linear-gradient(to left, rgba(44, 44, 44, 0.5) 0%, rgba(44, 44, 44, 0) 100%); }

.FeedCard.PressReleasesCarousel .card-title {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: bold;
  color: #0a3175;
  text-transform: uppercase; }

.FeedCard.PressReleasesCarousel .signature {
  text-transform: capitalize; }
  .FeedCard.PressReleasesCarousel .signature:link, .FeedCard.PressReleasesCarousel .signature:visited, .FeedCard.PressReleasesCarousel .signature:hover, .FeedCard.PressReleasesCarousel .signature:active {
    text-decoration: none;
    color: #0a3175; }

.FeedCard.PressReleasesCarousel .SvgSprite {
  height: 0.75rem;
  width: 0.75rem;
  vertical-align: middle;
  margin-left: 0.5rem;
  --colour: #448bff; }

.FeedCard.ThirdPartyCarousel, .FeedCard.PressReleasesCarousel {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 500;
  padding: 1.5rem;
  background: #fff; }
  @media only screen and (max-width: 48rem) {
    .FeedCard.ThirdPartyCarousel, .FeedCard.PressReleasesCarousel {
      margin-left: -16px;
      margin-right: -16px; } }
  .FeedCard.ThirdPartyCarousel .title, .FeedCard.PressReleasesCarousel .title {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
  .FeedCard.ThirdPartyCarousel .GenericCarousel, .FeedCard.PressReleasesCarousel .GenericCarousel {
    margin-top: 1.25rem; }
  .FeedCard.ThirdPartyCarousel .tag:link, .FeedCard.ThirdPartyCarousel .tag:visited, .FeedCard.ThirdPartyCarousel .tag:hover, .FeedCard.ThirdPartyCarousel .tag:active, .FeedCard.ThirdPartyCarousel .headline:link, .FeedCard.ThirdPartyCarousel .headline:visited, .FeedCard.ThirdPartyCarousel .headline:hover, .FeedCard.ThirdPartyCarousel .headline:active, .FeedCard.PressReleasesCarousel .tag:link, .FeedCard.PressReleasesCarousel .tag:visited, .FeedCard.PressReleasesCarousel .tag:hover, .FeedCard.PressReleasesCarousel .tag:active, .FeedCard.PressReleasesCarousel .headline:link, .FeedCard.PressReleasesCarousel .headline:visited, .FeedCard.PressReleasesCarousel .headline:hover, .FeedCard.PressReleasesCarousel .headline:active {
    text-decoration: none; }
  .FeedCard.ThirdPartyCarousel .tag:link, .FeedCard.ThirdPartyCarousel .tag:visited, .FeedCard.ThirdPartyCarousel .tag:hover, .FeedCard.ThirdPartyCarousel .tag:active, .FeedCard.PressReleasesCarousel .tag:link, .FeedCard.PressReleasesCarousel .tag:visited, .FeedCard.PressReleasesCarousel .tag:hover, .FeedCard.PressReleasesCarousel .tag:active {
    color: #0a3175; }
  .FeedCard.ThirdPartyCarousel .external-link, .FeedCard.PressReleasesCarousel .external-link {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-left: 0.5rem;
    --colour: #0a3175; }
  .FeedCard.ThirdPartyCarousel .Timestamp, .FeedCard.PressReleasesCarousel .Timestamp {
    color: #797979; }
  .FeedCard.ThirdPartyCarousel .headline, .FeedCard.ThirdPartyCarousel .Timestamp, .FeedCard.PressReleasesCarousel .headline, .FeedCard.PressReleasesCarousel .Timestamp {
    margin-top: 0.5rem; }
  .FeedCard.ThirdPartyCarousel .list-item, .FeedCard.PressReleasesCarousel .list-item {
    padding: 0 1rem 1rem 1rem;
    max-height: 10rem;
    max-width: 16.25rem; }
    .FeedCard.ThirdPartyCarousel .list-item:first-child, .FeedCard.PressReleasesCarousel .list-item:first-child {
      padding-left: 0; }
    .FeedCard.ThirdPartyCarousel .list-item:last-child, .FeedCard.PressReleasesCarousel .list-item:last-child {
      padding-right: 0; }
    .FeedCard.ThirdPartyCarousel .list-item:not(:last-child), .FeedCard.PressReleasesCarousel .list-item:not(:last-child) {
      border-color: #b4b4b4;
      border-width: 0 1px 0 0;
      border-style: solid; }
    .FeedCard.ThirdPartyCarousel .list-item.with-photo, .FeedCard.PressReleasesCarousel .list-item.with-photo {
      padding: 0;
      position: relative; }
      .FeedCard.ThirdPartyCarousel .list-item.with-photo .item-overlay, .FeedCard.PressReleasesCarousel .list-item.with-photo .item-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        background: rgba(44, 44, 44, 0.2); }
      .FeedCard.ThirdPartyCarousel .list-item.with-photo .headline, .FeedCard.ThirdPartyCarousel .list-item.with-photo .Timestamp, .FeedCard.PressReleasesCarousel .list-item.with-photo .headline, .FeedCard.PressReleasesCarousel .list-item.with-photo .Timestamp {
        color: #fff; }
      .FeedCard.ThirdPartyCarousel .list-item.with-photo .LazyImage, .FeedCard.PressReleasesCarousel .list-item.with-photo .LazyImage {
        height: 100%; }
      .FeedCard.ThirdPartyCarousel .list-item.with-photo .LazyImage img, .FeedCard.PressReleasesCarousel .list-item.with-photo .LazyImage img {
        filter: blur(1px);
        object-fit: cover;
        height: 100%; }
  .FeedCard.ThirdPartyCarousel .action, .FeedCard.PressReleasesCarousel .action {
    display: block;
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #0a3175;
    --colour: #0a3175; }
    .FeedCard.ThirdPartyCarousel .action:link, .FeedCard.ThirdPartyCarousel .action:visited, .FeedCard.ThirdPartyCarousel .action:hover, .FeedCard.ThirdPartyCarousel .action:active, .FeedCard.PressReleasesCarousel .action:link, .FeedCard.PressReleasesCarousel .action:visited, .FeedCard.PressReleasesCarousel .action:hover, .FeedCard.PressReleasesCarousel .action:active {
      text-decoration: none; }
    .FeedCard.ThirdPartyCarousel .action .SvgSprite, .FeedCard.PressReleasesCarousel .action .SvgSprite {
      height: 0.875rem;
      width: 0.875rem;
      margin-left: 0.5rem;
      vertical-align: bottom; }
  .FeedCard.ThirdPartyCarousel + .ntv-feed, .FeedCard.PressReleasesCarousel + .ntv-feed {
    margin-top: 1.5rem; }
  .ntv-feed + .FeedCard.ThirdPartyCarousel, .ntv-feed + .FeedCard.PressReleasesCarousel {
    margin-top: 1.5rem; }

.FeedCard.VideoFeature .embed-caption, .FeedCard.Embed .embed-caption {
  background: #fff;
  padding: 0.75rem;
  color: #787878;
  font-weight: 300; }

.FeedCard.WebLink .Sponsor {
  margin-top: 1rem; }

.FeedCard.WireStory .byline {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 0.125rem; }

.FeedCard.WireStory .content-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-items: stretch; }
  .FeedCard.WireStory .content-container:link, .FeedCard.WireStory .content-container:visited, .FeedCard.WireStory .content-container:hover, .FeedCard.WireStory .content-container:active {
    text-decoration: none; }
  .FeedCard.WireStory .content-container .LazyImage {
    flex: 40; }
    .FeedCard.WireStory .content-container .LazyImage ~ .content {
      flex: 60; }
    .FeedCard.WireStory .content-container .LazyImage.tall-image {
      flex: 25; }
      .FeedCard.WireStory .content-container .LazyImage.tall-image ~ .content {
        flex: 75; }
  .FeedCard.WireStory .content-container .LazyImage ~ .content {
    margin-left: 1rem; }
  .FeedCard.WireStory .content-container .content {
    margin: -0.375rem 0 0 0;
    color: #2c2c2c;
    line-height: 1.5rem; }
  .FeedCard.WireStory .content-container p {
    font-family: FreightText, Georgia, serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem; }
    .FeedCard.WireStory .content-container p:not(:last-child) {
      padding-bottom: 1rem; }

@media only screen and (max-width: 48rem) {
  .FeedCard.WireStory .content-container .content {
    display: none; }
  .FeedCard.WireStory {
    display: flex;
    justify-content: stretch; }
  .FeedCard.WireStory.with-image .CardHeadline {
    flex: 62.5; }
  .FeedCard.WireStory.with-image .content-container {
    flex: 37.5; }
  .FeedCard.WireStory.with-image .CardHeadline {
    margin-right: 0.5rem; }
  .FeedCard.WireStory .CardHeadline h1 {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem; }
  .FeedCard.WireStory .CardHeadline .signature, .FeedCard.WireStory .CardHeadline .byline, .FeedCard.WireStory .CardHeadline .HubTag {
    font-size: 0.75rem;
    line-height: 0.75rem; }
  .FeedCard.WireStory .CardHeadline .signature {
    margin-bottom: 0; } }

.Footer {
  background: #3a3a3a;
  color: white;
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.75rem; }
  .Footer .nav-container {
    --gutter: 1.25rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 0 calc(0rem - var(--gutter));
    padding: 2.1875rem 0 0 0; }
    .Footer .nav-container nav {
      width: 25%;
      padding: 0 var(--gutter); }
    .Footer .nav-container .title {
      font-family: GoodOT, Arial, sans-serif;
      font-weight: bold;
      font-size: 1rem;
      text-transform: uppercase; }
    .Footer .nav-container ol {
      margin: 0;
      padding: 0; }
    .Footer .nav-container li {
      list-style: none; }
    .Footer .nav-container a:link, .Footer .nav-container a:visited, .Footer .nav-container a:hover, .Footer .nav-container a:active {
      text-decoration: none; }
    .Footer .nav-container ol.link-list {
      line-height: 2; }
    .Footer .nav-container .download-description {
      padding-top: 0.3125rem; }
    .Footer .nav-container .store-items {
      display: flex;
      justify-content: start; }
    .Footer .nav-container .store-item {
      display: block;
      margin-top: 1.5rem; }
      .Footer .nav-container .store-item:first-child {
        margin-right: 0.5rem; }
      .Footer .nav-container .store-item.ios .SvgSprite {
        width: 8.125rem;
        height: 2.75rem; }
      .Footer .nav-container .store-item.android .SvgSprite {
        width: 9.375rem;
        height: 2.75rem; }
    .Footer .nav-container ol.social-list {
      display: inline-flex;
      flex-flow: wrap;
      padding-top: 1.125rem; }
      .Footer .nav-container ol.social-list li {
        padding-right: 24px; }
        .Footer .nav-container ol.social-list li:last-child {
          padding-right: 0; }
    .Footer .nav-container .social-icon {
      display: block;
      width: 1.5625rem;
      height: 1.5625rem; }
  .Footer .divider {
    margin: 36px 0 28px 0;
    background: rgba(236, 236, 236, 0.2);
    height: 1px;
    width: 100%; }
  .Footer .bottom-nav-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 0 6.25rem 0; }
    .Footer .bottom-nav-container nav {
      display: flex; }
    .Footer .bottom-nav-container .title {
      font-family: GoodOT, Arial, sans-serif;
      font-weight: bold;
      font-size: 0.75rem;
      text-transform: uppercase;
      padding-right: 0.75rem;
      padding-top: 1px; }
    .Footer .bottom-nav-container ol {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
    .Footer .bottom-nav-container li {
      padding-right: 0.75rem;
      list-style: none; }
    .Footer .bottom-nav-container a:link, .Footer .bottom-nav-container a:visited, .Footer .bottom-nav-container a:hover, .Footer .bottom-nav-container a:active {
      text-decoration: none; }
    .Footer .bottom-nav-container nav {
      text-align: center; }
    .Footer .bottom-nav-container .copyrights {
      text-align: center; }
  @media only screen and (max-width: 37.4375rem) {
    .Footer .divider {
      display: none; }
    .Footer .nav-container {
      --gutter: 0.75rem;
      flex-direction: column;
      padding: 0; }
      .Footer .nav-container nav {
        width: 100%;
        padding-top: 0.75rem;
        margin-top: 1.125rem;
        border-top: 1px solid rgba(236, 236, 236, 0.2); }
      .Footer .nav-container .title {
        font-size: 0.875rem; }
    .Footer .bottom-nav-container {
      flex-flow: column nowrap;
      padding-bottom: 2.375rem; }
      .Footer .bottom-nav-container nav {
        flex-direction: column;
        align-items: start; }
      .Footer .bottom-nav-container .title, .Footer .bottom-nav-container li, .Footer .bottom-nav-container .copyrights span {
        margin-bottom: 0.5rem; }
      .Footer .bottom-nav-container .copyrights {
        display: flex;
        flex-direction: column;
        align-items: start; }
        .Footer .bottom-nav-container .copyrights span {
          display: block; } }

.Header {
  background: #ececec;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .Header .fluid-wrapper, .Header .SearchPopover {
    position: relative;
    height: 100%; }
    .Header .fluid-wrapper::after, .Header .SearchPopover::after {
      content: '';
      display: block;
      clear: both; }
  .Header .header-logo {
    display: block;
    float: left;
    width: 150px; }
    @media only screen and (max-width: 48rem) {
      .Header .header-logo {
        width: auto; } }
    .Header .header-logo .SvgSprite {
      display: block;
      --height: 4.375rem;
      --width: 3.78111rem;
      height: 4.375rem;
      width: 3.78111rem;
      height: var(--height);
      width: var(--width); }
      @media only screen and (max-width: 22.5rem) {
        .Header .header-logo .SvgSprite {
          --height: 2.25rem;
          --width: 1.94457rem; } }
  .Header .optional-header-title {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.6875rem;
    float: left;
    line-height: 3.25rem;
    width: calc(100% - 30rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .Header .optional-header-title.hub {
      text-transform: uppercase; }
    @media only screen and (max-width: 48rem) {
      .Header .optional-header-title {
        display: none; } }
  .Header .header-title {
    float: right;
    text-align: right;
    position: relative;
    padding-top: 1.0625rem;
    overflow: hidden; }
    .Header .header-title .test-site, .Header .header-title .title {
      display: inline; }
    .Header .header-title .test-site {
      font-family: GoodOT-Cond, Arial Narrow, Arial, sans-serif;
      font-weight: bold;
      font-size: 1.6875rem;
      color: #ff322e;
      margin-right: 1.125rem; }
      .Header .header-title .test-site ~ .title {
        position: relative; }
        .Header .header-title .test-site ~ .title::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          width: 100%;
          top: calc(50% - 4px);
          height: 4px;
          background: #ff322e; }
    .Header .header-title .title {
      font-family: GoodOT-Cond, Arial Narrow, Arial, sans-serif;
      font-weight: bold;
      font-size: 1.6875rem;
      padding: 0; }
      @media only screen and (max-width: 22.5rem) {
        .Header .header-title .title {
          font-size: 1.25rem;
          padding: 0 0.75rem;
          text-transform: uppercase; } }
  .Header .header-navigation {
    float: right;
    clear: right;
    position: relative; }
    @media only screen and (max-width: 22.5rem) {
      .Header .header-navigation {
        font-weight: 500; } }
    @media only screen and (max-width: 26.5rem) {
      .Header .header-navigation {
        width: 100%; } }
    .Header .header-navigation ol {
      margin: 0;
      padding: 0.4375rem 0 0.625rem 0;
      display: flex;
      flex-wrap: nowrap; }
      @media only screen and (max-width: 26.5rem) {
        .Header .header-navigation ol {
          justify-content: space-between; } }
    .Header .header-navigation li {
      list-style: none;
      font-family: GoodOT, Arial, sans-serif;
      font-weight: 300;
      text-align: center;
      padding: 0 1.25rem 0 0;
      white-space: nowrap;
      line-height: 2rem; }
      .Header .header-navigation li:last-child {
        padding: 0; }
      @media only screen and (max-width: 22.5rem) {
        .Header .header-navigation li {
          line-height: 1.5rem; } }
      @media only screen and (max-width: 26.5rem) {
        .Header .header-navigation li {
          padding: 0; } }
      .Header .header-navigation li a:link, .Header .header-navigation li a:visited, .Header .header-navigation li a:hover, .Header .header-navigation li a:active {
        text-decoration: none; }
    .Header .header-navigation li.topics {
      position: relative; }
      .Header .header-navigation li.topics .SvgSprite {
        display: inline-block;
        margin-left: 8px;
        width: 0.875rem;
        height: 0.5rem;
        transition: transform 0.2s; }
      .Header .header-navigation li.topics label, .Header .header-navigation li.topics .SvgSprite {
        cursor: pointer;
        user-select: none; }
    .Header .header-navigation li.radio, .Header .header-navigation li.search {
      cursor: pointer;
      user-select: none; }
    .Header .header-navigation li.search {
      font-size: 0;
      width: 2rem;
      height: 2rem;
      flex-shrink: 0; }
      @media only screen and (max-width: 22.5rem) {
        .Header .header-navigation li.search {
          width: 1.5rem;
          height: 1.5rem; } }

.header-placeholder {
  flex-shrink: 0; }

.Hub, .Card {
  display: grid;
  grid-auto-rows: auto auto auto auto auto;
  grid-auto-columns: 9.375rem calc(100% - 28.125rem) 18.75rem;
  grid-template-areas: "leaderboard leaderboard leaderboard" ". title ." "divider divider divider" "left-rail sponsor right-rail" "left-rail feed right-rail"; }
  @media only screen and (max-width: 64rem) {
    .Hub, .Card {
      grid-auto-columns: 9.375rem calc(100% - 9.375rem) 0; } }
  @media only screen and (max-width: 48rem) {
    .Hub, .Card {
      grid-auto-columns: 0 100% 0; } }
  .Hub .Leaderboard, .Card .Leaderboard {
    grid-area: leaderboard; }
  .Hub > .Loader, .Card > .Loader {
    grid-area: feed;
    min-height: 31.25rem; }
  .Hub .hub-name, .Card .hub-name {
    grid-row: 2 / 3;
    grid-column: 1 / 4;
    padding-bottom: 1rem; }
    .Hub .hub-name h1, .Card .hub-name h1 {
      font-family: GoodOT, Arial, sans-serif;
      font-weight: bold;
      font-size: 2.5rem;
      line-height: 3.0625rem;
      text-transform: uppercase;
      margin-bottom: 0.25rem; }
  .Hub > .Sponsor, .Card > .Sponsor {
    grid-area: sponsor;
    margin-top: 2.5rem; }
  .Hub .hub-copy, .Card .hub-copy {
    grid-area: sponsor;
    background: #fff;
    position: relative;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    margin-right: 2.5rem;
    white-space: pre-wrap; }
    @media only screen and (max-width: 64rem) {
      .Hub .hub-copy, .Card .hub-copy {
        margin-right: unset; } }
    .Hub .hub-copy .HubTag, .Card .hub-copy .HubTag {
      font-family: GoodOT, Arial, sans-serif;
      font-weight: bold;
      font-size: 1rem;
      color: #0a3175;
      text-transform: uppercase; }
    .Hub .hub-copy .Sponsor, .Card .hub-copy .Sponsor {
      margin-top: 2.5rem; }
    .Hub .hub-copy h1, .Card .hub-copy h1, .Hub .hub-copy div, .Card .hub-copy div {
      max-width: 40rem; }
    .Hub .hub-copy h1, .Card .hub-copy h1 {
      font-family: GoodOT-Cond, Arial Narrow, Arial, sans-serif;
      font-weight: 500;
      font-size: 3.75rem;
      margin: 0.5rem 0; }
      @media only screen and (max-width: 48rem) {
        .Hub .hub-copy h1, .Card .hub-copy h1 {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 22.5rem) {
        .Hub .hub-copy h1, .Card .hub-copy h1 {
          font-size: 2rem; } }
    .Hub .hub-copy div, .Card .hub-copy div {
      font-family: FreightText, Georgia, serif;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 1rem 0 0 0; }
    .Hub .hub-copy h1 ~ div, .Card .hub-copy h1 ~ div {
      margin-top: 0; }
    .Hub .hub-copy::before, .Card .hub-copy::before {
      content: '';
      display: block;
      background: #ff322e;
      height: 0.5rem;
      width: 3.75rem;
      position: absolute;
      top: 0;
      left: 1.5rem; }
  .Hub .divider, .Card .divider {
    grid-area: divider;
    width: 100%;
    height: 1px;
    background: #b5b5b6;
    margin-top: 0.5rem; }
  .Hub .LeftRail, .Card .LeftRail {
    grid-area: left-rail;
    margin-top: 2.5rem; }
    @media only screen and (max-width: 48rem) {
      .Hub .LeftRail, .Card .LeftRail {
        display: none; } }
  .Hub .RightRail, .Card .RightRail {
    grid-area: right-rail;
    margin-top: 2.5rem; }
    @media only screen and (max-width: 64rem) {
      .Hub .RightRail, .Card .RightRail {
        display: none; } }
  .Hub .SocialShare, .Card .SocialShare, .Hub .persistent-ad, .Card .persistent-ad {
    position: -webkit-sticky;
    position: sticky;
    top: 4.25rem; }
    @media only screen and (max-width: 22.5rem) {
      .Hub .SocialShare, .Card .SocialShare, .Hub .persistent-ad, .Card .persistent-ad {
        top: 48px; } }
  .Hub .feed, .Card .feed {
    grid-area: feed;
    margin-top: 2.5rem;
    padding-right: 3rem; }
    @media only screen and (max-width: 48rem) {
      .Hub .feed, .Card .feed {
        margin-top: 0; } }
    @media only screen and (max-width: 64rem) {
      .Hub .feed, .Card .feed {
        padding-right: unset; } }
  .Hub.with-image .hub-hero, .with-image.Card .hub-hero {
    grid-row: 2 / 3;
    grid-column: 1 / 4; }
    @media only screen and (min-width: 48.0625rem) {
      .Hub.with-image .hub-hero.mobile, .with-image.Card .hub-hero.mobile {
        display: none; } }
    @media only screen and (max-width: 48rem) {
      .Hub.with-image .hub-hero, .with-image.Card .hub-hero {
        margin: 0 calc(0rem - var(--fluid-wrapper-padding)); }
        .Hub.with-image .hub-hero.tablet, .with-image.Card .hub-hero.tablet {
          display: none; } }
    .Hub.with-image .hub-hero img, .with-image.Card .hub-hero img {
      width: 100%;
      display: block;
      height: 100%;
      object-fit: cover; }
  .Hub.with-image .hub-name, .with-image.Card .hub-name {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
    color: #fff;
    text-shadow: 1px 1px 2px #2c2c2c;
    align-self: end;
    margin-bottom: 0.75rem; }
  @media only screen and (min-width: 48.0625rem) {
    .Hub.with-image .hub-copy, .with-image.Card .hub-copy {
      top: -2.5rem; } }
  @media only screen and (max-width: 48rem) {
    .Hub.with-image .hub-copy, .with-image.Card .hub-copy {
      margin-top: 0.5rem; } }

.HubTag {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #0a3175;
  text-decoration: none;
  text-transform: capitalize;
  padding-right: 5px;
  white-space: nowrap; }
  .HubTag:link, .HubTag:visited, .HubTag:hover, .HubTag:active {
    color: #0a3175; }

.ImageGalleryCount {
  color: #d8a538;
  --colour: #d8a538;
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300; }
  .ImageGalleryCount .SvgSprite {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.5rem;
    vertical-align: middle; }

.ImageModal {
  position: fixed;
  top: -6.25rem;
  padding-top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column; }
  .ImageModal > .SvgSprite {
    cursor: pointer;
    --colour: #fff;
    height: 2.5rem;
    width: 2.5rem; }
  .ImageModal .close {
    position: absolute;
    top: 7.75rem;
    right: 1.5rem; }
  .ImageModal .content {
    width: 60vw;
    height: 90vh;
    box-shadow: 0 0 300px 200px rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 64rem) {
      .ImageModal .content {
        width: 80vw; } }
    @media only screen and (max-width: 48rem) {
      .ImageModal .content {
        width: 95vw; } }
  .ImageModal .image-placeholder {
    background: rgba(0, 0, 0, 0.75);
    flex: 1 100vh;
    position: relative; }
  .ImageModal .LazyImage img {
    width: auto;
    max-width: 100%;
    max-height: 100%; }
  .ImageModal .YoutubeEmbed {
    width: 100%; }
  .ImageModal .LazyImage, .ImageModal .Video, .ImageModal .YoutubeEmbed {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 60vw;
    height: 100%;
    width: 100%;
    transition: transform 0.3s; }
    @media only screen and (max-width: 64rem) {
      .ImageModal .LazyImage, .ImageModal .Video, .ImageModal .YoutubeEmbed {
        max-width: 80vw; } }
    @media only screen and (max-width: 48rem) {
      .ImageModal .LazyImage, .ImageModal .Video, .ImageModal .YoutubeEmbed {
        max-width: 95vw; } }
    .ImageModal .LazyImage.offset--2, .ImageModal .Video.offset--2, .ImageModal .YoutubeEmbed.offset--2 {
      transform: translate(-200%, -50%) scale(0.7); }
    .ImageModal .LazyImage.offset--1, .ImageModal .Video.offset--1, .ImageModal .YoutubeEmbed.offset--1 {
      transform: translate(-100%, -50%) scale(0.7); }
    .ImageModal .LazyImage.offset-0, .ImageModal .Video.offset-0, .ImageModal .YoutubeEmbed.offset-0 {
      transform: translate(0%, -50%); }
    .ImageModal .LazyImage.offset-1, .ImageModal .Video.offset-1, .ImageModal .YoutubeEmbed.offset-1 {
      transform: translate(100%, -50%) scale(0.7); }
    .ImageModal .LazyImage.offset-2, .ImageModal .Video.offset-2, .ImageModal .YoutubeEmbed.offset-2 {
      transform: translate(200%, -50%) scale(0.7); }
  .ImageModal .LazyImage img, .ImageModal .Video video, .ImageModal .YoutubeEmbed .youtube-wrapper {
    object-fit: contain; }
  .ImageModal .Loader .sk-circle::before {
    background-color: var(--colour, #fff); }
  .ImageModal .ImageGalleryCount {
    padding: 1rem 0 0 0;
    background: rgba(0, 0, 0, 0.75);
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.125rem; }
  .ImageModal .embed-caption {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    padding: 1rem 0 0 0;
    background: rgba(0, 0, 0, 0.75); }
  .ImageModal .SvgSprite.arrow {
    position: absolute;
    top: calc(50% - 2.5rem); }
    .ImageModal .SvgSprite.arrow.left {
      left: 2.5rem;
      transform: rotate(180deg); }
      @media only screen and (max-width: 48rem) {
        .ImageModal .SvgSprite.arrow.left {
          left: 1.25rem; } }
      @media only screen and (max-width: 22.5rem) {
        .ImageModal .SvgSprite.arrow.left {
          left: 0.625rem; } }
    .ImageModal .SvgSprite.arrow.right {
      right: 2.5rem; }
      @media only screen and (max-width: 48rem) {
        .ImageModal .SvgSprite.arrow.right {
          right: 1.25rem; } }
      @media only screen and (max-width: 22.5rem) {
        .ImageModal .SvgSprite.arrow.right {
          right: 0.625rem; } }

.AllTopStories {
  display: inline-block;
  color: #fff;
  background: #104ba5;
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-align: left;
  width: fit-content;
  line-height: 2rem;
  padding: 0 1rem; }
  .AllTopStories:link, .AllTopStories:visited, .AllTopStories:hover, .AllTopStories:active {
    text-decoration: none;
    color: #fff; }
  .AllTopStories .SvgSprite {
    width: 0.78125rem;
    height: 0.78125rem;
    margin-left: 0.625rem; }

.Landing > .Loader {
  min-height: 31.25rem; }

.Landing .TopStories {
  background: white; }
  .Landing .TopStories .SectionTitle::before {
    display: none; }

.Landing .feed {
  display: grid;
  margin-top: 2.5rem;
  grid-template-columns: 9.375rem calc(100% - 30.625rem) 2.5rem 18.75rem; }
  .Landing .feed .LeftRail {
    width: auto;
    grid-column: 1/2; }
  .Landing .feed .RightRail {
    width: auto;
    grid-column: 4/5; }
  .Landing .feed .cards {
    min-width: 0;
    grid-column: 2/3; }
  .Landing .feed .persistent-ad {
    position: -webkit-sticky;
    position: sticky;
    top: 4.25rem; }
    @media only screen and (max-width: 22.5rem) {
      .Landing .feed .persistent-ad {
        top: 48px; } }
  @media only screen and (min-width: 48.0625rem) and (max-width: 64rem) {
    .Landing .feed {
      grid-template-columns: 9.375rem calc(100% - 11.875rem) 0 0; }
    .Landing .feed .RightRail {
      display: none; } }
  @media only screen and (max-width: 48rem) {
    .Landing .feed {
      grid-template-columns: 0 100% 0 0;
      margin-top: 0; }
    .Landing .feed .LeftRail, .Landing .feed .RightRail {
      display: none; } }

.TopStories {
  background: white;
  width: 100%; }
  .TopStories .container {
    display: grid;
    grid-template-columns: repeat(11, 5.63726% 2.94118%) 5.63726%;
    padding: 1rem 0; }
  .TopStories .main-story a:link, .TopStories .main-story a:visited, .TopStories .main-story a:hover, .TopStories .main-story a:active, .TopStories .other-stories a:link, .TopStories .other-stories a:visited, .TopStories .other-stories a:hover, .TopStories .other-stories a:active {
    text-decoration: none; }
  .TopStories .main-story {
    grid-column: 1 / 12; }
    .TopStories .main-story .CardHeadline .headline h1 {
      margin: 0;
      font-size: 3.125rem;
      line-height: 3.5rem; }
    .TopStories .main-story.mobile .CardHeadline .headline h1 {
      font-size: 1.6875rem;
      line-height: 2.125rem; }
    .TopStories .main-story.mobile .CardHeadline .signature {
      font-size: 0.875rem; }
    .TopStories .main-story .main-story-published {
      padding-left: 20px;
      color: #868686;
      white-space: nowrap; }
    .TopStories .main-story .main-story-thumbnail, .TopStories .main-story .main-story-extract {
      display: block; }
    .TopStories .main-story .main-story-extract {
      font-family: FreightText, Georgia, serif;
      font-weight: 500;
      line-height: 1.6875rem;
      margin: 1rem 0 0 0; }
    @media only screen and (min-width: 64.0625rem) {
      .TopStories .main-story .main-story-text {
        width: 83.33333%; } }
    .TopStories .main-story .main-story-tags {
      display: flex;
      flex-flow: wrap; }
      .TopStories .main-story .main-story-tags .HubTag {
        line-height: 1.5rem;
        margin-right: 1rem;
        padding: 0; }
  .TopStories .main-story.vertical .main-story-content {
    display: flex;
    flex-flow: row-reverse nowrap; }
  .TopStories .main-story.vertical .main-story-thumbnail, .TopStories .main-story.vertical .main-story-text {
    width: 50%; }
  .TopStories .main-story.vertical .main-story-text {
    padding-right: 2.5rem; }
  .TopStories .main-story.vertical .main-story-extract {
    margin-top: 0; }
  @media only screen and (max-width: 43.6875rem) {
    .TopStories .main-story.vertical .main-story-content {
      flex-flow: column nowrap; }
    .TopStories .main-story.vertical .main-story-thumbnail, .TopStories .main-story.vertical .main-story-text {
      width: 100%; } }
  .TopStories .other-stories.other-stories-1 {
    grid-column: 13 / 18; }
  .TopStories .other-stories.other-stories-2 {
    grid-column: 19 / 24; }
  @media only screen and (max-width: 62.4375rem) {
    .TopStories .main-story {
      grid-column-end: 16; }
    .TopStories .other-stories.other-stories-1 {
      display: none; }
    .TopStories .other-stories.other-stories-2 {
      grid-column-start: 17; } }
  .TopStories .divider {
    width: 100%;
    height: 1px;
    background: #ececec;
    margin-bottom: 1rem; }
  .TopStories .SocialShare {
    margin: 1rem 0; }
  .TopStories .mobile-stories {
    grid-column: 1 / 24;
    display: none; }
  @media only screen and (max-width: 48rem) {
    .TopStories .main-story.desktop, .TopStories .other-stories {
      display: none; }
    .TopStories .mobile-stories {
      display: block; } }

.LeadFeature {
  position: relative;
  overflow: hidden; }
  .LeadFeature .count-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5.75rem 0.75rem 0.75rem 0.75rem;
    opacity: 0;
    transition: opacity 0.15s;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
    @media only screen and (max-width: 48rem) {
      .LeadFeature .count-caption {
        display: none; } }
  .LeadFeature .embed-caption {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    background: transparent; }
  .LeadFeature:hover .count-caption {
    opacity: 1; }
  .LeadFeature.LeadFeature_video .count-caption {
    display: none; }
  .LeadFeature .gallery-arrow {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    --colour: #fff; }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.Loader {
  display: flex;
  justify-content: center;
  align-items: center; }
  .Loader .sk-fading-circle {
    width: 2.5rem;
    height: 2.5rem;
    position: relative; }
  .Loader .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .Loader .sk-circle::before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: var(--colour, #333);
      border-radius: 100%;
      animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .Loader .sk-circle2 {
    transform: rotate(30deg); }
    .Loader .sk-circle2::before {
      animation-delay: -1.1s; }
  .Loader .sk-circle3 {
    transform: rotate(60deg); }
    .Loader .sk-circle3::before {
      animation-delay: -1s; }
  .Loader .sk-circle4 {
    transform: rotate(90deg); }
    .Loader .sk-circle4::before {
      animation-delay: -0.9s; }
  .Loader .sk-circle5 {
    transform: rotate(120deg); }
    .Loader .sk-circle5::before {
      animation-delay: -0.8s; }
  .Loader .sk-circle6 {
    transform: rotate(150deg); }
    .Loader .sk-circle6::before {
      animation-delay: -0.7s; }
  .Loader .sk-circle7 {
    transform: rotate(180deg); }
    .Loader .sk-circle7::before {
      animation-delay: -0.6s; }
  .Loader .sk-circle8 {
    transform: rotate(210deg); }
    .Loader .sk-circle8::before {
      animation-delay: -0.5s; }
  .Loader .sk-circle9 {
    transform: rotate(240deg); }
    .Loader .sk-circle9::before {
      animation-delay: -0.4s; }
  .Loader .sk-circle10 {
    transform: rotate(270deg); }
    .Loader .sk-circle10::before {
      animation-delay: -0.3s; }
  .Loader .sk-circle11 {
    transform: rotate(300deg); }
    .Loader .sk-circle11::before {
      animation-delay: -0.2s; }
  .Loader .sk-circle12 {
    transform: rotate(330deg); }
    .Loader .sk-circle12::before {
      animation-delay: -0.1s; }

.MarkdownPage {
  font-family: FreightText, Georgia, serif;
  font-weight: 300;
  line-height: 1.6875rem;
  padding-bottom: 1rem; }
  .MarkdownPage p {
    font-size: 1.125rem;
    margin: 0.75rem 0; }
  .MarkdownPage a:link, .MarkdownPage a:visited, .MarkdownPage a:hover, .MarkdownPage a:active {
    color: #104ba5;
    text-decoration: none; }

.Radio {
  position: fixed;
  overflow: hidden;
  top: 6rem;
  right: 1rem;
  color: #fff;
  transition: height 0.2s;
  background: center/cover no-repeat url(/images/radio-background.png); }
  .Radio .background {
    position: absolute;
    user-select: none;
    height: 11.25rem; }
  .Radio .radio-content {
    position: absolute;
    padding: 1.25rem 1.5rem;
    width: 34rem;
    height: 5.6875rem; }
  .Radio .radio-player {
    display: none; }
  .Radio .radio-title {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.25rem; }
  .Radio .radio-subtitle {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    margin-top: 0.5rem; }
  .Radio .radio-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer; }
    .Radio .radio-control .SvgSprite {
      user-select: none;
      pointer-events: none; }
      .Radio .radio-control .SvgSprite.error {
        --colour: #ff322e; }
    .Radio .radio-control .Loader .sk-circle::before {
      background-color: #fff; }
  .Radio .error-message {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300;
    color: #ff322e;
    text-align: center;
    margin-top: 0.5rem; }
  @media only screen and (max-width: 37.5rem) {
    .Radio .radio-content {
      width: 20rem; } }

.RelatedStory {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 500;
  padding-right: 1.5rem;
  margin-bottom: 2rem; }
  .RelatedStory a:link, .RelatedStory a:visited, .RelatedStory a:hover, .RelatedStory a:active {
    text-decoration: none; }
  .RelatedStory .headline {
    font-size: 1.125rem;
    padding: 0 0 0.6875rem 0;
    text-decoration: none; }
  .RelatedStory .excerpt {
    display: flex; }
  .RelatedStory.RelatedStory-text .excerpt {
    flex-flow: column; }
  .RelatedStory .thumbnail {
    width: 33.33333%; }
  .RelatedStory .first-words {
    font-family: FreightText, Georgia, serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #777777;
    margin-bottom: 0.5rem; }
  .RelatedStory .author-date {
    padding-left: 0.8125rem;
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1rem;
    position: relative;
    top: -3px; }
  .RelatedStory.RelatedStory-text .author-date {
    padding-left: 0; }
  .RelatedStory .author {
    padding-bottom: 0.25rem; }

.RelatedTopics .heading {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 12px; }

.RelatedTopics .tag-list {
  padding: 0;
  margin: 0; }

.RelatedTopics .tag {
  list-style: none;
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  padding: 0.3125rem 0; }
  .RelatedTopics .tag a:link, .RelatedTopics .tag a:visited, .RelatedTopics .tag a:hover, .RelatedTopics .tag a:active {
    color: #0a3175;
    text-decoration: none; }

.SearchPopover {
  position: fixed;
  width: 100%;
  padding: 0;
  left: 50%;
  transform: translate(-50%);
  transition: height 0.2s;
  overflow: hidden;
  z-index: 3;
  box-shadow: 0 2px 3px 0 #b6b6b6;
  background: #ececec; }
  .SearchPopover .inner {
    background: #ececec;
    padding: var(--fluid-wrapper-padding);
    position: relative; }
  .SearchPopover .input {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    padding: 0.5rem 7.5rem 0.5rem 0;
    width: 100%;
    color: #2c2c2c;
    background: transparent;
    border: 0 solid #c3c3c3;
    border-bottom-width: 1px;
    margin-bottom: 1px;
    outline: none; }
    .SearchPopover .input::-webkit-input-placeholder {
      color: #787878; }
    .SearchPopover .input:-moz-placeholder {
      color: #787878; }
    .SearchPopover .input:placeholder-shown {
      color: #787878; }
  .SearchPopover .AllTopStories {
    border: 0;
    position: absolute;
    outline: none;
    cursor: pointer;
    right: var(--fluid-wrapper-padding);
    top: calc(var(--fluid-wrapper-padding) + 1rem);
    width: auto; }
    .SearchPopover .AllTopStories .Loader {
      --colour: white;
      display: none;
      margin-left: 6px; }
      .SearchPopover .AllTopStories .Loader .sk-fading-circle {
        width: 1rem;
        height: 1rem; }
    .SearchPopover .AllTopStories .SvgSprite {
      display: inline; }
    .SearchPopover .AllTopStories.searching .SvgSprite {
      display: none; }
    .SearchPopover .AllTopStories.searching .Loader {
      display: inline-block; }
  .SearchPopover .search-results {
    max-height: 40vh;
    overflow: auto; }
  .SearchPopover .search-section h2 {
    text-transform: uppercase;
    font-family: GoodOT, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 1rem 0 0 0; }
  .SearchPopover ul {
    margin: 0;
    padding: 0; }
  .SearchPopover li {
    list-style: none;
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    padding: 0.75rem 0; }
    .SearchPopover li a:link, .SearchPopover li a:visited, .SearchPopover li a:hover, .SearchPopover li a:active {
      text-decoration: none; }
  .SearchPopover .search-section.tags .CollapsibleElement {
    --height: 9.0625rem; }
  .SearchPopover .search-section.tags li {
    padding: 0.25rem 0; }
  .SearchPopover .search-section.cards .CollapsibleElement {
    --height: 14rem; }
  .SearchPopover .HubTag {
    font-size: 1rem; }

.SimplePage {
  display: grid;
  grid-auto-columns: 9.375rem auto 18.75rem;
  grid-auto-rows: minmax(auto, 1fr); }
  @media only screen and (min-width: 48.0625rem) and (max-width: 64rem) {
    .SimplePage {
      grid-auto-columns: 11.25rem auto 0; } }
  @media only screen and (max-width: 48rem) {
    .SimplePage {
      grid-auto-columns: 0 auto 0; } }
  .SimplePage .ContentView-LeftRail {
    grid-column: 1 / 2; }
  .SimplePage .RightRail {
    grid-column: 3 / 4; }
  .SimplePage .main {
    grid-column: 2 / 3; }

.Sponsor .sponsor-url {
  font-family: GoodOT, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #8b8b8b;
  line-height: 1.5rem;
  display: flex;
  align-items: center; }
  .Sponsor .sponsor-url:link, .Sponsor .sponsor-url:visited, .Sponsor .sponsor-url:hover, .Sponsor .sponsor-url:active {
    text-decoration: none; }

.Sponsor .sponsor-attribution {
  margin-right: 0.25rem; }

.Sponsor img {
  vertical-align: bottom; }

.DFPSlot {
  display: flex;
  justify-content: center; }

.TopicsDropdown {
  position: fixed;
  overflow: hidden;
  padding-right: 2.5rem;
  top: 6rem;
  right: 1rem;
  background: #ececec;
  box-shadow: 0 2px 3px 0 #b6b6b6;
  height: 0;
  transition: height 0.2s;
  z-index: 4; }
  .TopicsDropdown ol {
    font-family: GoodOT, Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 2rem;
    margin: 0;
    padding: 1.125rem 1.5rem; }
    .TopicsDropdown ol a:link, .TopicsDropdown ol a:visited, .TopicsDropdown ol a:hover, .TopicsDropdown ol a:active {
      text-decoration: none; }
  .TopicsDropdown li {
    list-style: none; }

.Video, .Video video {
  width: 100%;
  display: block; }

.WhiteLabelApp .fluid-wrapper, .WhiteLabelApp .SearchPopover {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1440px; }

@media only screen and (max-width: 37.4375rem) {
  .WhiteLabelApp .fluid-wrapper, .WhiteLabelApp .SearchPopover {
    padding: 0 1rem 0.5rem 1rem; } }

