/*!
Theme Name: The Daily Memphian
Description: Theme for The Daily Memphian
Version: 1.5

*/
/*! normalize.css v8.0.0 | 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; }

/**
 * 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; }

dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block; }

dialog:not([open]) {
  display: none; }

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1); }

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*$bp-md: 768px;*/
/* dfeault medium mobile to same as large so hamburger shows 1024 or less */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

@media (max-width: 639px) {
  .show-smmd {
    display: none !important; } }

@media (max-width: 1023px) {
  .show-md {
    display: none !important; } }

@media (max-width: 1023px) {
  .show-lg {
    display: none !important; } }

@media (max-width: 1279px) {
  .show-lgxl {
    display: none !important; } }

@media (max-width: 1439px) {
  .show-xl {
    display: none !important; } }

@media (min-width: 640px) {
  .hide-smmd {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide-md {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide-lg {
    display: none !important; } }

@media (min-width: 1280px) {
  .hide-lgxl {
    display: none !important; } }

@media (min-width: 1440px) {
  .hide-xl {
    display: none !important; } }

.hide {
  display: none !important; }

@media print {
  .hide-print, .SectionPicker, .Ad, ul.AuthorSocial__item, ul.AuthorSocial, .Author .AuthorSocial, .Embed__video, .Lightbox__button, .Lightbox__prevButton, .Lightbox__nextButton, .Article__social, .Header__hamburger, .Header__user, .Edition, .Footer__globalUtility, .FooterUserMenu, .MostRead, .RelatedArticles, .TwoColumnLayout__sidebar, .LandingScoreboard .Scores_prevButton, .LandingScoreboard .Scores_nextButton, .SubscribeBanner {
    display: none !important; } }

.text-center {
  text-align: center; }

*,
*::before,
*::after {
  box-sizing: border-box; }

twitter-widget {
  display: inline !important; }

.btn, .UserMenu__close, .SectionPicker__expand, .Lightbox__prevButton, .Lightbox__nextButton, .Lightbox__button, .Lightbox__galleryButton, .Header__searchButton, .Header__hamburgerButton, .Footer__close, .LandingScoreboard .Scores_prevButton, .LandingScoreboard .Scores_nextButton {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04em;
  background-color: #303030;
  color: white;
  border: 0;
  padding: 0.7em 1.5em 0.85em 1.5em;
  text-decoration: none;
  display: inline-block;
  font-family: BioSans, Roboto, Arial, sans-serif;
  font-weight: bold;
  transition: background-color ease-in-out 75ms; }
  .btn:disabled, .UserMenu__close:disabled, .SectionPicker__expand:disabled, .Lightbox__prevButton:disabled, .Lightbox__nextButton:disabled, .Lightbox__button:disabled, .Lightbox__galleryButton:disabled, .Header__searchButton:disabled, .Header__hamburgerButton:disabled, .Footer__close:disabled, .LandingScoreboard .Scores_prevButton:disabled, .LandingScoreboard .Scores_nextButton:disabled, .btn.btn-disabled, .btn-disabled.UserMenu__close, .btn-disabled.SectionPicker__expand, .btn-disabled.Lightbox__prevButton, .btn-disabled.Lightbox__nextButton, .btn-disabled.Lightbox__button, .btn-disabled.Lightbox__galleryButton, .btn-disabled.Header__searchButton, .btn-disabled.Header__hamburgerButton, .btn-disabled.Footer__close, .LandingScoreboard .btn-disabled.Scores_prevButton, .LandingScoreboard .btn-disabled.Scores_nextButton {
    background-color: #ccc;
    cursor: default; }
    .btn:disabled:hover, .UserMenu__close:disabled:hover, .SectionPicker__expand:disabled:hover, .Lightbox__prevButton:disabled:hover, .Lightbox__nextButton:disabled:hover, .Lightbox__button:disabled:hover, .Lightbox__galleryButton:disabled:hover, .Header__searchButton:disabled:hover, .Header__hamburgerButton:disabled:hover, .Footer__close:disabled:hover, .LandingScoreboard .Scores_prevButton:disabled:hover, .LandingScoreboard .Scores_nextButton:disabled:hover, .btn.btn-disabled:hover, .btn-disabled.UserMenu__close:hover, .btn-disabled.SectionPicker__expand:hover, .btn-disabled.Lightbox__prevButton:hover, .btn-disabled.Lightbox__nextButton:hover, .btn-disabled.Lightbox__button:hover, .btn-disabled.Lightbox__galleryButton:hover, .btn-disabled.Header__searchButton:hover, .btn-disabled.Header__hamburgerButton:hover, .btn-disabled.Footer__close:hover, .LandingScoreboard .btn-disabled.Scores_prevButton:hover, .LandingScoreboard .btn-disabled.Scores_nextButton:hover {
      background-color: #ccc;
      cursor: default; }
  .btn:hover:not(:disabled), .UserMenu__close:hover:not(:disabled), .SectionPicker__expand:hover:not(:disabled), .Lightbox__prevButton:hover:not(:disabled), .Lightbox__nextButton:hover:not(:disabled), .Lightbox__button:hover:not(:disabled), .Lightbox__galleryButton:hover:not(:disabled), .Header__searchButton:hover:not(:disabled), .Header__hamburgerButton:hover:not(:disabled), .Footer__close:hover:not(:disabled), .LandingScoreboard .Scores_prevButton:hover:not(:disabled), .LandingScoreboard .Scores_nextButton:hover:not(:disabled), .btn:focus:not(:disabled), .UserMenu__close:focus:not(:disabled), .SectionPicker__expand:focus:not(:disabled), .Lightbox__prevButton:focus:not(:disabled), .Lightbox__nextButton:focus:not(:disabled), .Lightbox__button:focus:not(:disabled), .Lightbox__galleryButton:focus:not(:disabled), .Header__searchButton:focus:not(:disabled), .Header__hamburgerButton:focus:not(:disabled), .Footer__close:focus:not(:disabled), .LandingScoreboard .Scores_prevButton:focus:not(:disabled), .LandingScoreboard .Scores_nextButton:focus:not(:disabled), .btn:active:not(:disabled), .UserMenu__close:active:not(:disabled), .SectionPicker__expand:active:not(:disabled), .Lightbox__prevButton:active:not(:disabled), .Lightbox__nextButton:active:not(:disabled), .Lightbox__button:active:not(:disabled), .Lightbox__galleryButton:active:not(:disabled), .Header__searchButton:active:not(:disabled), .Header__hamburgerButton:active:not(:disabled), .Footer__close:active:not(:disabled), .LandingScoreboard .Scores_prevButton:active:not(:disabled), .LandingScoreboard .Scores_nextButton:active:not(:disabled) {
    background-color: #9B9B9B;
    color: white; }
  .btn:visited, .UserMenu__close:visited, .SectionPicker__expand:visited, .Lightbox__prevButton:visited, .Lightbox__nextButton:visited, .Lightbox__button:visited, .Lightbox__galleryButton:visited, .Header__searchButton:visited, .Header__hamburgerButton:visited, .Footer__close:visited, .LandingScoreboard .Scores_prevButton:visited, .LandingScoreboard .Scores_nextButton:visited, .btn:active, .UserMenu__close:active, .SectionPicker__expand:active, .Lightbox__prevButton:active, .Lightbox__nextButton:active, .Lightbox__button:active, .Lightbox__galleryButton:active, .Header__searchButton:active, .Header__hamburgerButton:active, .Footer__close:active, .LandingScoreboard .Scores_prevButton:active, .LandingScoreboard .Scores_nextButton:active {
    color: white; }
  .btn:not(:disabled):not(:disabled), .UserMenu__close:not(:disabled):not(:disabled), .SectionPicker__expand:not(:disabled):not(:disabled), .Lightbox__prevButton:not(:disabled):not(:disabled), .Lightbox__nextButton:not(:disabled):not(:disabled), .Lightbox__button:not(:disabled):not(:disabled), .Lightbox__galleryButton:not(:disabled):not(:disabled), .Header__searchButton:not(:disabled):not(:disabled), .Header__hamburgerButton:not(:disabled):not(:disabled), .Footer__close:not(:disabled):not(:disabled), .LandingScoreboard .Scores_prevButton:not(:disabled):not(:disabled), .LandingScoreboard .Scores_nextButton:not(:disabled):not(:disabled) {
    cursor: pointer; }
  .btn__extra {
    display: block; }
  .btn.btn-inverse, .btn.btn-text, .btn.btn-text-blue, .btn-text-blue.UserMenu__close, .btn-text-blue.SectionPicker__expand, .btn-text-blue.Lightbox__prevButton, .btn-text-blue.Lightbox__nextButton, .btn-text-blue.Lightbox__button, .btn-text-blue.Lightbox__galleryButton, .btn-text-blue.Header__searchButton, .btn-text-blue.Header__hamburgerButton, .btn-text-blue.Footer__close, .LandingScoreboard .btn-text-blue.Scores_prevButton, .LandingScoreboard .btn-text-blue.Scores_nextButton, .btn-text.UserMenu__close, .UserMenu__close.SectionPicker__expand, .SectionPicker__expand, .btn-text.Lightbox__prevButton, .Lightbox__prevButton.SectionPicker__expand, .btn-text.Lightbox__nextButton, .Lightbox__nextButton.SectionPicker__expand, .btn-text.Lightbox__button, .Lightbox__button.SectionPicker__expand, .btn-text.Lightbox__galleryButton, .Lightbox__galleryButton.SectionPicker__expand, .btn-text.Header__searchButton, .Header__searchButton.SectionPicker__expand, .btn-text.Header__hamburgerButton, .Header__hamburgerButton.SectionPicker__expand, .btn-text.Footer__close, .Footer__close.SectionPicker__expand, .LandingScoreboard .btn-text.Scores_prevButton, .LandingScoreboard .Scores_prevButton.SectionPicker__expand, .LandingScoreboard .btn-text.Scores_nextButton, .LandingScoreboard .Scores_nextButton.SectionPicker__expand, .UserMenu__close, .btn-inverse.Lightbox__prevButton, .btn-inverse.Lightbox__nextButton, .btn-inverse.Lightbox__button, .btn-inverse.Lightbox__galleryButton, .Header__searchButton, .Header__hamburgerButton, .Footer__close, .LandingScoreboard .btn-inverse.Scores_prevButton, .LandingScoreboard .Scores_prevButton.UserMenu__close, .LandingScoreboard .Scores_prevButton.Header__searchButton, .LandingScoreboard .Scores_prevButton.Header__hamburgerButton, .LandingScoreboard .Scores_prevButton.Footer__close, .LandingScoreboard .btn-inverse.Scores_nextButton, .LandingScoreboard .Scores_nextButton.UserMenu__close, .LandingScoreboard .Scores_nextButton.Header__searchButton, .LandingScoreboard .Scores_nextButton.Header__hamburgerButton, .LandingScoreboard .Scores_nextButton.Footer__close {
    color: #303030;
    background-color: white; }
    .btn.btn-inverse:hover:not(:disabled), .btn.btn-text:hover:not(:disabled), .btn.btn-text-blue:hover:not(:disabled), .btn-text-blue.Lightbox__prevButton:hover:not(:disabled), .btn-text-blue.Lightbox__nextButton:hover:not(:disabled), .btn-text-blue.Lightbox__button:hover:not(:disabled), .btn-text-blue.Lightbox__galleryButton:hover:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_nextButton:hover:not(:disabled), .SectionPicker__expand:hover:not(:disabled), .btn-text.Lightbox__prevButton:hover:not(:disabled), .btn-text.Lightbox__nextButton:hover:not(:disabled), .btn-text.Lightbox__button:hover:not(:disabled), .btn-text.Lightbox__galleryButton:hover:not(:disabled), .LandingScoreboard .btn-text.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-text.Scores_nextButton:hover:not(:disabled), .UserMenu__close:hover:not(:disabled), .btn-inverse.Lightbox__prevButton:hover:not(:disabled), .btn-inverse.Lightbox__nextButton:hover:not(:disabled), .btn-inverse.Lightbox__button:hover:not(:disabled), .btn-inverse.Lightbox__galleryButton:hover:not(:disabled), .Header__searchButton:hover:not(:disabled), .Header__hamburgerButton:hover:not(:disabled), .Footer__close:hover:not(:disabled), .LandingScoreboard .btn-inverse.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-inverse.Scores_nextButton:hover:not(:disabled), .btn.btn-inverse:focus:not(:disabled), .btn.btn-text:focus:not(:disabled), .btn.btn-text-blue:focus:not(:disabled), .btn-text-blue.Lightbox__prevButton:focus:not(:disabled), .btn-text-blue.Lightbox__nextButton:focus:not(:disabled), .btn-text-blue.Lightbox__button:focus:not(:disabled), .btn-text-blue.Lightbox__galleryButton:focus:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_nextButton:focus:not(:disabled), .SectionPicker__expand:focus:not(:disabled), .btn-text.Lightbox__prevButton:focus:not(:disabled), .btn-text.Lightbox__nextButton:focus:not(:disabled), .btn-text.Lightbox__button:focus:not(:disabled), .btn-text.Lightbox__galleryButton:focus:not(:disabled), .LandingScoreboard .btn-text.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-text.Scores_nextButton:focus:not(:disabled), .UserMenu__close:focus:not(:disabled), .btn-inverse.Lightbox__prevButton:focus:not(:disabled), .btn-inverse.Lightbox__nextButton:focus:not(:disabled), .btn-inverse.Lightbox__button:focus:not(:disabled), .btn-inverse.Lightbox__galleryButton:focus:not(:disabled), .Header__searchButton:focus:not(:disabled), .Header__hamburgerButton:focus:not(:disabled), .Footer__close:focus:not(:disabled), .LandingScoreboard .btn-inverse.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-inverse.Scores_nextButton:focus:not(:disabled), .btn.btn-inverse:active:not(:disabled), .btn.btn-text:active:not(:disabled), .btn.btn-text-blue:active:not(:disabled), .btn-text-blue.Lightbox__prevButton:active:not(:disabled), .btn-text-blue.Lightbox__nextButton:active:not(:disabled), .btn-text-blue.Lightbox__button:active:not(:disabled), .btn-text-blue.Lightbox__galleryButton:active:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_nextButton:active:not(:disabled), .SectionPicker__expand:active:not(:disabled), .btn-text.Lightbox__prevButton:active:not(:disabled), .btn-text.Lightbox__nextButton:active:not(:disabled), .btn-text.Lightbox__button:active:not(:disabled), .btn-text.Lightbox__galleryButton:active:not(:disabled), .LandingScoreboard .btn-text.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-text.Scores_nextButton:active:not(:disabled), .UserMenu__close:active:not(:disabled), .btn-inverse.Lightbox__prevButton:active:not(:disabled), .btn-inverse.Lightbox__nextButton:active:not(:disabled), .btn-inverse.Lightbox__button:active:not(:disabled), .btn-inverse.Lightbox__galleryButton:active:not(:disabled), .Header__searchButton:active:not(:disabled), .Header__hamburgerButton:active:not(:disabled), .Footer__close:active:not(:disabled), .LandingScoreboard .btn-inverse.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-inverse.Scores_nextButton:active:not(:disabled) {
      color: #9B9B9B;
      background-color: white; }
  .btn.btn-block, .btn-block.UserMenu__close, .btn-block.SectionPicker__expand, .btn-block.Lightbox__prevButton, .btn-block.Lightbox__nextButton, .btn-block.Lightbox__button, .Lightbox__galleryButton, .btn-block.Header__searchButton, .btn-block.Header__hamburgerButton, .btn-block.Footer__close, .LandingScoreboard .btn-block.Scores_prevButton, .LandingScoreboard .Scores_prevButton.Lightbox__galleryButton, .LandingScoreboard .btn-block.Scores_nextButton, .LandingScoreboard .Scores_nextButton.Lightbox__galleryButton {
    display: block;
    width: 100%;
    text-align: center; }
  .btn.btn-text, .btn.btn-text-blue, .btn-text-blue.UserMenu__close, .btn-text-blue.SectionPicker__expand, .btn-text-blue.Lightbox__prevButton, .btn-text-blue.Lightbox__nextButton, .btn-text-blue.Lightbox__button, .btn-text-blue.Lightbox__galleryButton, .btn-text-blue.Header__searchButton, .btn-text-blue.Header__hamburgerButton, .btn-text-blue.Footer__close, .LandingScoreboard .btn-text-blue.Scores_prevButton, .LandingScoreboard .btn-text-blue.Scores_nextButton, .btn-text.UserMenu__close, .UserMenu__close.SectionPicker__expand, .SectionPicker__expand, .btn-text.Lightbox__prevButton, .Lightbox__prevButton.SectionPicker__expand, .btn-text.Lightbox__nextButton, .Lightbox__nextButton.SectionPicker__expand, .btn-text.Lightbox__button, .Lightbox__button.SectionPicker__expand, .btn-text.Lightbox__galleryButton, .Lightbox__galleryButton.SectionPicker__expand, .btn-text.Header__searchButton, .Header__searchButton.SectionPicker__expand, .btn-text.Header__hamburgerButton, .Header__hamburgerButton.SectionPicker__expand, .btn-text.Footer__close, .Footer__close.SectionPicker__expand, .LandingScoreboard .btn-text.Scores_prevButton, .LandingScoreboard .Scores_prevButton.SectionPicker__expand, .LandingScoreboard .btn-text.Scores_nextButton, .LandingScoreboard .Scores_nextButton.SectionPicker__expand {
    background: transparent;
    font-weight: normal;
    border: 0;
    padding: 0; }
    .btn.btn-text:hover:not(:disabled), .btn.btn-text-blue:hover:not(:disabled), .btn-text-blue.UserMenu__close:hover:not(:disabled), .btn-text-blue.Lightbox__prevButton:hover:not(:disabled), .btn-text-blue.Lightbox__nextButton:hover:not(:disabled), .btn-text-blue.Lightbox__button:hover:not(:disabled), .btn-text-blue.Lightbox__galleryButton:hover:not(:disabled), .btn-text-blue.Header__searchButton:hover:not(:disabled), .btn-text-blue.Header__hamburgerButton:hover:not(:disabled), .btn-text-blue.Footer__close:hover:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_nextButton:hover:not(:disabled), .btn-text.UserMenu__close:hover:not(:disabled), .SectionPicker__expand:hover:not(:disabled), .btn-text.Lightbox__prevButton:hover:not(:disabled), .btn-text.Lightbox__nextButton:hover:not(:disabled), .btn-text.Lightbox__button:hover:not(:disabled), .btn-text.Lightbox__galleryButton:hover:not(:disabled), .btn-text.Header__searchButton:hover:not(:disabled), .btn-text.Header__hamburgerButton:hover:not(:disabled), .btn-text.Footer__close:hover:not(:disabled), .LandingScoreboard .btn-text.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-text.Scores_nextButton:hover:not(:disabled), .btn.btn-text:focus:not(:disabled), .btn.btn-text-blue:focus:not(:disabled), .btn-text-blue.UserMenu__close:focus:not(:disabled), .btn-text-blue.Lightbox__prevButton:focus:not(:disabled), .btn-text-blue.Lightbox__nextButton:focus:not(:disabled), .btn-text-blue.Lightbox__button:focus:not(:disabled), .btn-text-blue.Lightbox__galleryButton:focus:not(:disabled), .btn-text-blue.Header__searchButton:focus:not(:disabled), .btn-text-blue.Header__hamburgerButton:focus:not(:disabled), .btn-text-blue.Footer__close:focus:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_nextButton:focus:not(:disabled), .btn-text.UserMenu__close:focus:not(:disabled), .SectionPicker__expand:focus:not(:disabled), .btn-text.Lightbox__prevButton:focus:not(:disabled), .btn-text.Lightbox__nextButton:focus:not(:disabled), .btn-text.Lightbox__button:focus:not(:disabled), .btn-text.Lightbox__galleryButton:focus:not(:disabled), .btn-text.Header__searchButton:focus:not(:disabled), .btn-text.Header__hamburgerButton:focus:not(:disabled), .btn-text.Footer__close:focus:not(:disabled), .LandingScoreboard .btn-text.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-text.Scores_nextButton:focus:not(:disabled), .btn.btn-text:active:not(:disabled), .btn.btn-text-blue:active:not(:disabled), .btn-text-blue.UserMenu__close:active:not(:disabled), .btn-text-blue.Lightbox__prevButton:active:not(:disabled), .btn-text-blue.Lightbox__nextButton:active:not(:disabled), .btn-text-blue.Lightbox__button:active:not(:disabled), .btn-text-blue.Lightbox__galleryButton:active:not(:disabled), .btn-text-blue.Header__searchButton:active:not(:disabled), .btn-text-blue.Header__hamburgerButton:active:not(:disabled), .btn-text-blue.Footer__close:active:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_nextButton:active:not(:disabled), .btn-text.UserMenu__close:active:not(:disabled), .SectionPicker__expand:active:not(:disabled), .btn-text.Lightbox__prevButton:active:not(:disabled), .btn-text.Lightbox__nextButton:active:not(:disabled), .btn-text.Lightbox__button:active:not(:disabled), .btn-text.Lightbox__galleryButton:active:not(:disabled), .btn-text.Header__searchButton:active:not(:disabled), .btn-text.Header__hamburgerButton:active:not(:disabled), .btn-text.Footer__close:active:not(:disabled), .LandingScoreboard .btn-text.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-text.Scores_nextButton:active:not(:disabled) {
      background: transparent;
      text-decoration: underline; }
  .btn.btn-text-blue, .btn-text-blue.UserMenu__close, .btn-text-blue.SectionPicker__expand, .btn-text-blue.Lightbox__prevButton, .btn-text-blue.Lightbox__nextButton, .btn-text-blue.Lightbox__button, .btn-text-blue.Lightbox__galleryButton, .btn-text-blue.Header__searchButton, .btn-text-blue.Header__hamburgerButton, .btn-text-blue.Footer__close, .LandingScoreboard .btn-text-blue.Scores_prevButton, .LandingScoreboard .btn-text-blue.Scores_nextButton {
    color: #47a9c0; }
    .btn.btn-text-blue:hover:not(:disabled), .btn-text-blue.UserMenu__close:hover:not(:disabled), .btn-text-blue.SectionPicker__expand:hover:not(:disabled), .btn-text-blue.Lightbox__prevButton:hover:not(:disabled), .btn-text-blue.Lightbox__nextButton:hover:not(:disabled), .btn-text-blue.Lightbox__button:hover:not(:disabled), .btn-text-blue.Lightbox__galleryButton:hover:not(:disabled), .btn-text-blue.Header__searchButton:hover:not(:disabled), .btn-text-blue.Header__hamburgerButton:hover:not(:disabled), .btn-text-blue.Footer__close:hover:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_nextButton:hover:not(:disabled), .btn.btn-text-blue:focus:not(:disabled), .btn-text-blue.UserMenu__close:focus:not(:disabled), .btn-text-blue.SectionPicker__expand:focus:not(:disabled), .btn-text-blue.Lightbox__prevButton:focus:not(:disabled), .btn-text-blue.Lightbox__nextButton:focus:not(:disabled), .btn-text-blue.Lightbox__button:focus:not(:disabled), .btn-text-blue.Lightbox__galleryButton:focus:not(:disabled), .btn-text-blue.Header__searchButton:focus:not(:disabled), .btn-text-blue.Header__hamburgerButton:focus:not(:disabled), .btn-text-blue.Footer__close:focus:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_nextButton:focus:not(:disabled), .btn.btn-text-blue:active:not(:disabled), .btn-text-blue.UserMenu__close:active:not(:disabled), .btn-text-blue.SectionPicker__expand:active:not(:disabled), .btn-text-blue.Lightbox__prevButton:active:not(:disabled), .btn-text-blue.Lightbox__nextButton:active:not(:disabled), .btn-text-blue.Lightbox__button:active:not(:disabled), .btn-text-blue.Lightbox__galleryButton:active:not(:disabled), .btn-text-blue.Header__searchButton:active:not(:disabled), .btn-text-blue.Header__hamburgerButton:active:not(:disabled), .btn-text-blue.Footer__close:active:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-text-blue.Scores_nextButton:active:not(:disabled) {
      color: #47a9c0;
      text-decoration: none; }
  .btn.btn-text-inverse, .btn-text-inverse.UserMenu__close, .btn-text-inverse.SectionPicker__expand, .btn-text-inverse.Lightbox__prevButton, .btn-text-inverse.Lightbox__nextButton, .btn-text-inverse.Lightbox__button, .btn-text-inverse.Lightbox__galleryButton, .btn-text-inverse.Header__searchButton, .btn-text-inverse.Header__hamburgerButton, .btn-text-inverse.Footer__close, .LandingScoreboard .btn-text-inverse.Scores_prevButton, .LandingScoreboard .btn-text-inverse.Scores_nextButton {
    color: white;
    font-weight: normal; }
    .btn.btn-text-inverse:hover:not(:disabled), .btn-text-inverse.UserMenu__close:hover:not(:disabled), .btn-text-inverse.SectionPicker__expand:hover:not(:disabled), .btn-text-inverse.Lightbox__prevButton:hover:not(:disabled), .btn-text-inverse.Lightbox__nextButton:hover:not(:disabled), .btn-text-inverse.Lightbox__button:hover:not(:disabled), .btn-text-inverse.Lightbox__galleryButton:hover:not(:disabled), .btn-text-inverse.Header__searchButton:hover:not(:disabled), .btn-text-inverse.Header__hamburgerButton:hover:not(:disabled), .btn-text-inverse.Footer__close:hover:not(:disabled), .LandingScoreboard .btn-text-inverse.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-text-inverse.Scores_nextButton:hover:not(:disabled), .btn.btn-text-inverse:focus:not(:disabled), .btn-text-inverse.UserMenu__close:focus:not(:disabled), .btn-text-inverse.SectionPicker__expand:focus:not(:disabled), .btn-text-inverse.Lightbox__prevButton:focus:not(:disabled), .btn-text-inverse.Lightbox__nextButton:focus:not(:disabled), .btn-text-inverse.Lightbox__button:focus:not(:disabled), .btn-text-inverse.Lightbox__galleryButton:focus:not(:disabled), .btn-text-inverse.Header__searchButton:focus:not(:disabled), .btn-text-inverse.Header__hamburgerButton:focus:not(:disabled), .btn-text-inverse.Footer__close:focus:not(:disabled), .LandingScoreboard .btn-text-inverse.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-text-inverse.Scores_nextButton:focus:not(:disabled), .btn.btn-text-inverse:active:not(:disabled), .btn-text-inverse.UserMenu__close:active:not(:disabled), .btn-text-inverse.SectionPicker__expand:active:not(:disabled), .btn-text-inverse.Lightbox__prevButton:active:not(:disabled), .btn-text-inverse.Lightbox__nextButton:active:not(:disabled), .btn-text-inverse.Lightbox__button:active:not(:disabled), .btn-text-inverse.Lightbox__galleryButton:active:not(:disabled), .btn-text-inverse.Header__searchButton:active:not(:disabled), .btn-text-inverse.Header__hamburgerButton:active:not(:disabled), .btn-text-inverse.Footer__close:active:not(:disabled), .LandingScoreboard .btn-text-inverse.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-text-inverse.Scores_nextButton:active:not(:disabled) {
      color: white; }
  .btn.btn-text-bold, .btn-text-bold.UserMenu__close, .btn-text-bold.SectionPicker__expand, .btn-text-bold.Lightbox__prevButton, .btn-text-bold.Lightbox__nextButton, .btn-text-bold.Lightbox__button, .btn-text-bold.Lightbox__galleryButton, .btn-text-bold.Header__searchButton, .btn-text-bold.Header__hamburgerButton, .btn-text-bold.Footer__close, .LandingScoreboard .btn-text-bold.Scores_prevButton, .LandingScoreboard .btn-text-bold.Scores_nextButton {
    font-weight: bold; }
  .btn.btn-alt, .btn-alt.UserMenu__close, .btn-alt.SectionPicker__expand, .btn-alt.Lightbox__prevButton, .btn-alt.Lightbox__nextButton, .btn-alt.Lightbox__button, .Lightbox__galleryButton, .btn-alt.Header__searchButton, .btn-alt.Header__hamburgerButton, .btn-alt.Footer__close, .LandingScoreboard .btn-alt.Scores_prevButton, .LandingScoreboard .Scores_prevButton.Lightbox__galleryButton, .LandingScoreboard .btn-alt.Scores_nextButton, .LandingScoreboard .Scores_nextButton.Lightbox__galleryButton {
    background-color: #47a9c0; }
    .btn.btn-alt:disabled, .btn-alt.UserMenu__close:disabled, .btn-alt.SectionPicker__expand:disabled, .btn-alt.Lightbox__prevButton:disabled, .btn-alt.Lightbox__nextButton:disabled, .btn-alt.Lightbox__button:disabled, .Lightbox__galleryButton:disabled, .btn-alt.Header__searchButton:disabled, .btn-alt.Header__hamburgerButton:disabled, .btn-alt.Footer__close:disabled, .LandingScoreboard .btn-alt.Scores_prevButton:disabled, .LandingScoreboard .btn-alt.Scores_nextButton:disabled {
      background-color: #e4f3f6; }
    .btn.btn-alt:hover:not(:disabled), .btn-alt.UserMenu__close:hover:not(:disabled), .btn-alt.SectionPicker__expand:hover:not(:disabled), .btn-alt.Lightbox__prevButton:hover:not(:disabled), .btn-alt.Lightbox__nextButton:hover:not(:disabled), .btn-alt.Lightbox__button:hover:not(:disabled), .Lightbox__galleryButton:hover:not(:disabled), .btn-alt.Header__searchButton:hover:not(:disabled), .btn-alt.Header__hamburgerButton:hover:not(:disabled), .btn-alt.Footer__close:hover:not(:disabled), .LandingScoreboard .btn-alt.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-alt.Scores_nextButton:hover:not(:disabled), .btn.btn-alt:focus:not(:disabled), .btn-alt.UserMenu__close:focus:not(:disabled), .btn-alt.SectionPicker__expand:focus:not(:disabled), .btn-alt.Lightbox__prevButton:focus:not(:disabled), .btn-alt.Lightbox__nextButton:focus:not(:disabled), .btn-alt.Lightbox__button:focus:not(:disabled), .Lightbox__galleryButton:focus:not(:disabled), .btn-alt.Header__searchButton:focus:not(:disabled), .btn-alt.Header__hamburgerButton:focus:not(:disabled), .btn-alt.Footer__close:focus:not(:disabled), .LandingScoreboard .btn-alt.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-alt.Scores_nextButton:focus:not(:disabled), .btn.btn-alt:active:not(:disabled), .btn-alt.UserMenu__close:active:not(:disabled), .btn-alt.SectionPicker__expand:active:not(:disabled), .btn-alt.Lightbox__prevButton:active:not(:disabled), .btn-alt.Lightbox__nextButton:active:not(:disabled), .btn-alt.Lightbox__button:active:not(:disabled), .Lightbox__galleryButton:active:not(:disabled), .btn-alt.Header__searchButton:active:not(:disabled), .btn-alt.Header__hamburgerButton:active:not(:disabled), .btn-alt.Footer__close:active:not(:disabled), .LandingScoreboard .btn-alt.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-alt.Scores_nextButton:active:not(:disabled) {
      background-color: #137090; }
  .btn.btn-gold, .btn-gold.UserMenu__close, .btn-gold.SectionPicker__expand, .btn-gold.Lightbox__prevButton, .btn-gold.Lightbox__nextButton, .btn-gold.Lightbox__button, .btn-gold.Lightbox__galleryButton, .btn-gold.Header__searchButton, .btn-gold.Header__hamburgerButton, .btn-gold.Footer__close, .LandingScoreboard .btn-gold.Scores_prevButton, .LandingScoreboard .btn-gold.Scores_nextButton {
    background-color: #E8AB47;
    color: #303030; }
    .btn.btn-gold:disabled, .btn-gold.UserMenu__close:disabled, .btn-gold.SectionPicker__expand:disabled, .btn-gold.Lightbox__prevButton:disabled, .btn-gold.Lightbox__nextButton:disabled, .btn-gold.Lightbox__button:disabled, .btn-gold.Lightbox__galleryButton:disabled, .btn-gold.Header__searchButton:disabled, .btn-gold.Header__hamburgerButton:disabled, .btn-gold.Footer__close:disabled, .LandingScoreboard .btn-gold.Scores_prevButton:disabled, .LandingScoreboard .btn-gold.Scores_nextButton:disabled {
      opacity: 0.3;
      background-color: #E8AB47;
      color: #303030; }
    .btn.btn-gold:hover:not(:disabled), .btn-gold.UserMenu__close:hover:not(:disabled), .btn-gold.SectionPicker__expand:hover:not(:disabled), .btn-gold.Lightbox__prevButton:hover:not(:disabled), .btn-gold.Lightbox__nextButton:hover:not(:disabled), .btn-gold.Lightbox__button:hover:not(:disabled), .btn-gold.Lightbox__galleryButton:hover:not(:disabled), .btn-gold.Header__searchButton:hover:not(:disabled), .btn-gold.Header__hamburgerButton:hover:not(:disabled), .btn-gold.Footer__close:hover:not(:disabled), .LandingScoreboard .btn-gold.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-gold.Scores_nextButton:hover:not(:disabled), .btn.btn-gold:focus:not(:disabled), .btn-gold.UserMenu__close:focus:not(:disabled), .btn-gold.SectionPicker__expand:focus:not(:disabled), .btn-gold.Lightbox__prevButton:focus:not(:disabled), .btn-gold.Lightbox__nextButton:focus:not(:disabled), .btn-gold.Lightbox__button:focus:not(:disabled), .btn-gold.Lightbox__galleryButton:focus:not(:disabled), .btn-gold.Header__searchButton:focus:not(:disabled), .btn-gold.Header__hamburgerButton:focus:not(:disabled), .btn-gold.Footer__close:focus:not(:disabled), .LandingScoreboard .btn-gold.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-gold.Scores_nextButton:focus:not(:disabled), .btn.btn-gold:active:not(:disabled), .btn-gold.UserMenu__close:active:not(:disabled), .btn-gold.SectionPicker__expand:active:not(:disabled), .btn-gold.Lightbox__prevButton:active:not(:disabled), .btn-gold.Lightbox__nextButton:active:not(:disabled), .btn-gold.Lightbox__button:active:not(:disabled), .btn-gold.Lightbox__galleryButton:active:not(:disabled), .btn-gold.Header__searchButton:active:not(:disabled), .btn-gold.Header__hamburgerButton:active:not(:disabled), .btn-gold.Footer__close:active:not(:disabled), .LandingScoreboard .btn-gold.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-gold.Scores_nextButton:active:not(:disabled) {
      background-color: #D1902E;
      color: black; }
  .btn.btn-orange, .btn-orange.UserMenu__close, .btn-orange.SectionPicker__expand, .btn-orange.Lightbox__prevButton, .btn-orange.Lightbox__nextButton, .btn-orange.Lightbox__button, .btn-orange.Lightbox__galleryButton, .btn-orange.Header__searchButton, .btn-orange.Header__hamburgerButton, .btn-orange.Footer__close, .LandingScoreboard .btn-orange.Scores_prevButton, .LandingScoreboard .btn-orange.Scores_nextButton {
    background-color: #F16C58;
    color: #303030; }
    .btn.btn-orange:disabled, .btn-orange.UserMenu__close:disabled, .btn-orange.SectionPicker__expand:disabled, .btn-orange.Lightbox__prevButton:disabled, .btn-orange.Lightbox__nextButton:disabled, .btn-orange.Lightbox__button:disabled, .btn-orange.Lightbox__galleryButton:disabled, .btn-orange.Header__searchButton:disabled, .btn-orange.Header__hamburgerButton:disabled, .btn-orange.Footer__close:disabled, .LandingScoreboard .btn-orange.Scores_prevButton:disabled, .LandingScoreboard .btn-orange.Scores_nextButton:disabled {
      opacity: 0.3;
      background-color: #F16C58;
      color: #303030; }
    .btn.btn-orange:hover:not(:disabled), .btn-orange.UserMenu__close:hover:not(:disabled), .btn-orange.SectionPicker__expand:hover:not(:disabled), .btn-orange.Lightbox__prevButton:hover:not(:disabled), .btn-orange.Lightbox__nextButton:hover:not(:disabled), .btn-orange.Lightbox__button:hover:not(:disabled), .btn-orange.Lightbox__galleryButton:hover:not(:disabled), .btn-orange.Header__searchButton:hover:not(:disabled), .btn-orange.Header__hamburgerButton:hover:not(:disabled), .btn-orange.Footer__close:hover:not(:disabled), .LandingScoreboard .btn-orange.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-orange.Scores_nextButton:hover:not(:disabled), .btn.btn-orange:focus:not(:disabled), .btn-orange.UserMenu__close:focus:not(:disabled), .btn-orange.SectionPicker__expand:focus:not(:disabled), .btn-orange.Lightbox__prevButton:focus:not(:disabled), .btn-orange.Lightbox__nextButton:focus:not(:disabled), .btn-orange.Lightbox__button:focus:not(:disabled), .btn-orange.Lightbox__galleryButton:focus:not(:disabled), .btn-orange.Header__searchButton:focus:not(:disabled), .btn-orange.Header__hamburgerButton:focus:not(:disabled), .btn-orange.Footer__close:focus:not(:disabled), .LandingScoreboard .btn-orange.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-orange.Scores_nextButton:focus:not(:disabled), .btn.btn-orange:active:not(:disabled), .btn-orange.UserMenu__close:active:not(:disabled), .btn-orange.SectionPicker__expand:active:not(:disabled), .btn-orange.Lightbox__prevButton:active:not(:disabled), .btn-orange.Lightbox__nextButton:active:not(:disabled), .btn-orange.Lightbox__button:active:not(:disabled), .btn-orange.Lightbox__galleryButton:active:not(:disabled), .btn-orange.Header__searchButton:active:not(:disabled), .btn-orange.Header__hamburgerButton:active:not(:disabled), .btn-orange.Footer__close:active:not(:disabled), .LandingScoreboard .btn-orange.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-orange.Scores_nextButton:active:not(:disabled) {
      background-color: #ef5740;
      color: black; }
  .btn.btn-gray, .btn-gray.UserMenu__close, .btn-gray.SectionPicker__expand, .btn-gray.Lightbox__prevButton, .btn-gray.Lightbox__nextButton, .btn-gray.Lightbox__button, .btn-gray.Lightbox__galleryButton, .btn-gray.Header__searchButton, .btn-gray.Header__hamburgerButton, .btn-gray.Footer__close, .LandingScoreboard .btn-gray.Scores_prevButton, .LandingScoreboard .btn-gray.Scores_nextButton {
    background-color: #ccc;
    color: black; }
    .btn.btn-gray:disabled, .btn-gray.UserMenu__close:disabled, .btn-gray.SectionPicker__expand:disabled, .btn-gray.Lightbox__prevButton:disabled, .btn-gray.Lightbox__nextButton:disabled, .btn-gray.Lightbox__button:disabled, .btn-gray.Lightbox__galleryButton:disabled, .btn-gray.Header__searchButton:disabled, .btn-gray.Header__hamburgerButton:disabled, .btn-gray.Footer__close:disabled, .LandingScoreboard .btn-gray.Scores_prevButton:disabled, .LandingScoreboard .btn-gray.Scores_nextButton:disabled {
      background-color: #e6e6e6;
      color: #878787; }
    .btn.btn-gray:hover:not(:disabled), .btn-gray.UserMenu__close:hover:not(:disabled), .btn-gray.SectionPicker__expand:hover:not(:disabled), .btn-gray.Lightbox__prevButton:hover:not(:disabled), .btn-gray.Lightbox__nextButton:hover:not(:disabled), .btn-gray.Lightbox__button:hover:not(:disabled), .btn-gray.Lightbox__galleryButton:hover:not(:disabled), .btn-gray.Header__searchButton:hover:not(:disabled), .btn-gray.Header__hamburgerButton:hover:not(:disabled), .btn-gray.Footer__close:hover:not(:disabled), .LandingScoreboard .btn-gray.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-gray.Scores_nextButton:hover:not(:disabled), .btn.btn-gray:focus:not(:disabled), .btn-gray.UserMenu__close:focus:not(:disabled), .btn-gray.SectionPicker__expand:focus:not(:disabled), .btn-gray.Lightbox__prevButton:focus:not(:disabled), .btn-gray.Lightbox__nextButton:focus:not(:disabled), .btn-gray.Lightbox__button:focus:not(:disabled), .btn-gray.Lightbox__galleryButton:focus:not(:disabled), .btn-gray.Header__searchButton:focus:not(:disabled), .btn-gray.Header__hamburgerButton:focus:not(:disabled), .btn-gray.Footer__close:focus:not(:disabled), .LandingScoreboard .btn-gray.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-gray.Scores_nextButton:focus:not(:disabled), .btn.btn-gray:active:not(:disabled), .btn-gray.UserMenu__close:active:not(:disabled), .btn-gray.SectionPicker__expand:active:not(:disabled), .btn-gray.Lightbox__prevButton:active:not(:disabled), .btn-gray.Lightbox__nextButton:active:not(:disabled), .btn-gray.Lightbox__button:active:not(:disabled), .btn-gray.Lightbox__galleryButton:active:not(:disabled), .btn-gray.Header__searchButton:active:not(:disabled), .btn-gray.Header__hamburgerButton:active:not(:disabled), .btn-gray.Footer__close:active:not(:disabled), .LandingScoreboard .btn-gray.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-gray.Scores_nextButton:active:not(:disabled) {
      background-color: #999999;
      color: black; }
  .btn.btn-icon, .btn-icon.UserMenu__close, .btn-icon.SectionPicker__expand, .btn-icon.Lightbox__prevButton, .btn-icon.Lightbox__nextButton, .btn-icon.Lightbox__button, .btn-icon.Lightbox__galleryButton, .btn-icon.Header__searchButton, .btn-icon.Header__hamburgerButton, .btn-icon.Footer__close, .LandingScoreboard .btn-icon.Scores_prevButton, .LandingScoreboard .btn-icon.Scores_nextButton {
    background: transparent;
    padding: 0.125em;
    color: #47a9c0; }
    .btn.btn-icon:hover:not(:disabled), .btn-icon.UserMenu__close:hover:not(:disabled), .btn-icon.SectionPicker__expand:hover:not(:disabled), .btn-icon.Lightbox__prevButton:hover:not(:disabled), .btn-icon.Lightbox__nextButton:hover:not(:disabled), .btn-icon.Lightbox__button:hover:not(:disabled), .btn-icon.Lightbox__galleryButton:hover:not(:disabled), .btn-icon.Header__searchButton:hover:not(:disabled), .btn-icon.Header__hamburgerButton:hover:not(:disabled), .btn-icon.Footer__close:hover:not(:disabled), .LandingScoreboard .btn-icon.Scores_prevButton:hover:not(:disabled), .LandingScoreboard .btn-icon.Scores_nextButton:hover:not(:disabled), .btn.btn-icon:focus:not(:disabled), .btn-icon.UserMenu__close:focus:not(:disabled), .btn-icon.SectionPicker__expand:focus:not(:disabled), .btn-icon.Lightbox__prevButton:focus:not(:disabled), .btn-icon.Lightbox__nextButton:focus:not(:disabled), .btn-icon.Lightbox__button:focus:not(:disabled), .btn-icon.Lightbox__galleryButton:focus:not(:disabled), .btn-icon.Header__searchButton:focus:not(:disabled), .btn-icon.Header__hamburgerButton:focus:not(:disabled), .btn-icon.Footer__close:focus:not(:disabled), .LandingScoreboard .btn-icon.Scores_prevButton:focus:not(:disabled), .LandingScoreboard .btn-icon.Scores_nextButton:focus:not(:disabled), .btn.btn-icon:active:not(:disabled), .btn-icon.UserMenu__close:active:not(:disabled), .btn-icon.SectionPicker__expand:active:not(:disabled), .btn-icon.Lightbox__prevButton:active:not(:disabled), .btn-icon.Lightbox__nextButton:active:not(:disabled), .btn-icon.Lightbox__button:active:not(:disabled), .btn-icon.Lightbox__galleryButton:active:not(:disabled), .btn-icon.Header__searchButton:active:not(:disabled), .btn-icon.Header__hamburgerButton:active:not(:disabled), .btn-icon.Footer__close:active:not(:disabled), .LandingScoreboard .btn-icon.Scores_prevButton:active:not(:disabled), .LandingScoreboard .btn-icon.Scores_nextButton:active:not(:disabled) {
      color: #47a9c0;
      background-color: transparent;
      opacity: 0.8; }
    .btn.btn-icon svg, .btn-icon.UserMenu__close svg, .btn-icon.SectionPicker__expand svg, .btn-icon.Lightbox__prevButton svg, .btn-icon.Lightbox__nextButton svg, .btn-icon.Lightbox__button svg, .btn-icon.Lightbox__galleryButton svg, .btn-icon.Header__searchButton svg, .btn-icon.Header__hamburgerButton svg, .btn-icon.Footer__close svg, .LandingScoreboard .btn-icon.Scores_prevButton svg, .LandingScoreboard .btn-icon.Scores_nextButton svg {
      vertical-align: middle; }
  .btn.btn-vert-center, .btn-vert-center.UserMenu__close, .btn-vert-center.SectionPicker__expand, .btn-vert-center.Lightbox__prevButton, .btn-vert-center.Lightbox__nextButton, .btn-vert-center.Lightbox__button, .btn-vert-center.Lightbox__galleryButton, .btn-vert-center.Header__searchButton, .btn-vert-center.Header__hamburgerButton, .btn-vert-center.Footer__close, .LandingScoreboard .btn-vert-center.Scores_prevButton, .LandingScoreboard .btn-vert-center.Scores_nextButton {
    display: flex;
    align-items: center; }
  .btn.btn-round, .btn-round.UserMenu__close, .btn-round.SectionPicker__expand, .Lightbox__prevButton, .Lightbox__nextButton, .Lightbox__button, .btn-round.Lightbox__galleryButton, .btn-round.Header__searchButton, .btn-round.Header__hamburgerButton, .btn-round.Footer__close, .LandingScoreboard .Scores_prevButton, .LandingScoreboard .Scores_nextButton {
    border-radius: 100%;
    padding: 0;
    border: none;
    background: transparent; }
  .btn.btn-large, .btn-large.UserMenu__close, .btn-large.SectionPicker__expand, .btn-large.Lightbox__prevButton, .btn-large.Lightbox__nextButton, .btn-large.Lightbox__button, .btn-large.Lightbox__galleryButton, .btn-large.Header__searchButton, .btn-large.Header__hamburgerButton, .btn-large.Footer__close, .LandingScoreboard .btn-large.Scores_prevButton, .LandingScoreboard .btn-large.Scores_nextButton {
    font-size: 1em;
    padding: 1em 2em; }
  .btn.btn-extralarge, .btn-extralarge.UserMenu__close, .btn-extralarge.SectionPicker__expand, .btn-extralarge.Lightbox__prevButton, .btn-extralarge.Lightbox__nextButton, .btn-extralarge.Lightbox__button, .btn-extralarge.Lightbox__galleryButton, .btn-extralarge.Header__searchButton, .btn-extralarge.Header__hamburgerButton, .btn-extralarge.Footer__close, .LandingScoreboard .btn-extralarge.Scores_prevButton, .LandingScoreboard .btn-extralarge.Scores_nextButton {
    font-size: 1.25em; }
  @media print {
    .btn, .UserMenu__close, .SectionPicker__expand, .Lightbox__prevButton, .Lightbox__nextButton, .Lightbox__button, .Lightbox__galleryButton, .Header__searchButton, .Header__hamburgerButton, .Footer__close, .LandingScoreboard .Scores_prevButton, .LandingScoreboard .Scores_nextButton {
      border: 1px solid #aaa; } }

.Form--horizontal, .FooterSearchForm {
  display: flex; }
  .Form--horizontal input, .FooterSearchForm input, .Form--horizontal .Form__input, .FooterSearchForm .Form__input {
    flex: 1 1 0; }
  .Form--horizontal input:not([type=submit]):not([type=file]), .FooterSearchForm input:not([type=submit]):not([type=file]) {
    border-right: none; }

.FooterSearchForm {
  max-width: 300px; }
  .FooterSearchForm__inputWrap {
    flex: 1 1 0;
    position: relative; }
  .FooterSearchForm__icon {
    position: absolute;
    left: 10px;
    top: 13px; }
  .FooterSearchForm__input {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-left: 30px !important; }

.InputButtonCombo {
  display: flex; }
  .InputButtonCombo input {
    flex: 1 1 0; }

.SearchForm {
  text-align: center; }
  .SearchForm__prefix {
    align-self: center; }

input:not([type=submit]):not([type=file]) {
  font-size: 0.875em;
  color: #303030;
  padding: 0.5em 0.75em;
  border: 1px solid #ccc;
  line-height: 1em;
  vertical-align: bottom; }
  input:not([type=submit]):not([type=file]) + label {
    margin-top: 1em; }
  input:not([type=submit]):not([type=file])[disabled] {
    background-color: #d8d8d8; }
  input:not([type=submit]):not([type=file]):focus {
    border-color: #53575A; }

label.Form__label {
  font-size: 0.875em;
  margin: 0 0 0.5em 0;
  display: block; }

::placeholder {
  color: #878787; }

.Container {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 16px; }

.ContainerFull {
  width: 100%;
  max-width: 100%; }

@media (min-width: 1024px) {
  .Flex, .Section__stories, .Footer__content, .FooterUserMenu__row {
    display: flex; }
    .Flex__col, .Section__story {
      flex: 1;
      padding: 0 16px; }
      .Flex__col:first-of-type, .Section__story:first-of-type {
        padding: 0 16px 0 0; }
      .Flex__col:last-of-type, .Section__story:last-of-type {
        padding: 0 0 0 16px; }
      .Flex__col--right {
        text-align: right; }
    .Flex__row {
      display: flex;
      flex: 0 1 auto;
      flex-direction: row;
      flex-wrap: wrap; }
      .Flex__row--reverse {
        flex-direction: row-reverse; } }

img {
  max-width: 100%;
  color: transparent; }
  img:-moz-loading {
    visibility: hidden !important; }

figure {
  margin: 0; }
  figure figcaption {
    font-size: 0.875em;
    font-family: BioSans, Roboto, Arial, sans-serif;
    color: #53575A;
    padding: 0.5em 0;
    -webkit-font-smoothing: antialiased; }
    figure figcaption p {
      color: #53575A;
      line-height: 1.4;
      margin: 0; }
      figure figcaption p + p {
        margin-top: 0.5em; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%; }
  table .text-left {
    text-align: left; }
  table .text-right {
    text-align: right; }
  table caption,
  table th,
  table td {
    padding: 4px;
    font-weight: normal; }
  table caption {
    text-align: left;
    border-bottom: 1px solid #ccc;
    font-size: 1.5; }
  table thead th {
    border-bottom: 1px solid #ccc;
    font-weight: bold; }

.Table .text-left {
  text-align: left; }

.Table .text-right {
  text-align: right; }

@media (min-width: 1024px) {
  .Table--left {
    float: left;
    clear: both;
    max-width: 50%;
    margin: 0.5em 16px 0.5em 0; } }

@media (min-width: 1024px) {
  .Table--right {
    float: right;
    clear: both;
    max-width: 50%;
    margin-right: 0;
    margin: 0.5em 0 0.5em 16px; } }

.Table--full {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (min-width: 1024px) {
    .Table--full {
      max-width: inherit; } }

@font-face {
  font-family: Copernicus;
  src: url("/assets/fonts/Copernicus-Book.eot") format("embedded-opentype"), url("/assets/fonts/Copernicus-Book.woff") format("woff"), url("/assets/fonts/Copernicus-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Copernicus;
  src: url("/assets/fonts/Copernicus-Extrabold.eot") format("embedded-opentype"), url("/assets/fonts/Copernicus-Extrabold.woff") format("woff"), url("/assets/fonts/Copernicus-Extrabold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BioSans';
  src: url("/assets/fonts/BioSansRegular.woff") format("woff"), url("/assets/fonts/BioSansRegular.woff2") format("woff2"), url("/assets/fonts/BioSansRegular.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'BioSans';
  src: url("/assets/fonts/BioSansBold.woff") format("woff"), url("/assets/fonts/BioSansBold.woff2") format("woff2"), url("/assets/fonts/BioSansBold.eot") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

body {
  color: #303030;
  font-family: Copernicus, Georgia, Palatino, serif;
  line-height: 1.4; }

b,
strong {
  font-weight: bold; }

.sans, input:not([type=submit]):not([type=file]), .UserMenu, .UserMenu__close, .SectionPicker__list, .EmailSignup__emailprefs, .Footer__listItem, .Footer__globalUtility, .TermCard, .Table--scores, .GameTable caption, .GameTable .GameTable__score, .Leaderboards__header span, .LandingScoreboard {
  font-family: BioSans, Roboto, Arial, sans-serif; }
  .sans-bold, label.Form__label, .list-style-blue ol li::before, .Article__body ol li::before, .UserMenu__header, .SectionPicker__previous, .Nav__link, .AlternateOffers a {
    font-family: BioSans, Roboto, Arial, sans-serif;
    font-weight: bold; }

.serif {
  font-family: Copernicus, Georgia, Palatino, serif; }
  .serif-bold, .EmailSignup__title, .FooterUserMenu {
    font-family: Copernicus, Georgia, Palatino, serif;
    font-weight: bold; }

.reversed {
  color: white; }
  .reversed:hover, .reversed a, .reversed a:hover {
    color: white; }

.text-normal {
  font-weight: normal; }

.text-small, .btn, .UserMenu__close, .SectionPicker__expand, .Lightbox__prevButton, .Lightbox__nextButton, .Lightbox__button, .Lightbox__galleryButton, .Header__searchButton, .Header__hamburgerButton, .Footer__close, .LandingScoreboard .Scores_prevButton, .LandingScoreboard .Scores_nextButton, .SectionPicker__list, .AuthorLink, .ColumnHeader__bio, .EmailSignup--default .EmailSignup__p, .EmailSignup--footer .EmailSignup__p, .Callout ul, .ArticlePreview__excerpt, .Edition__label, .Footer__listItem, .Leaderboards__header span, .LandingScoreboard__Footer {
  font-size: 0.8125em;
  line-height: 1.5;
  letter-spacing: -0.01em; }

.text-light {
  color: #53575A; }

.text-muted, .GameWinner--home .Team--away,
.GameWinner--home .Score--away,
.GameWinner--away .Team--home,
.GameWinner--away .Score--home, .Leaderboards__header span, .GameScore .record, .GameScore--winneraway .GameScore__home, .GameScore--winnerhome .GameScore__away {
  color: #878787; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.display-2, .Article__title,
.display-1,
.Article__title--featured,
.ArticlePreview__title--featured,
.TagsIndex__title,
h1,
h2,
.Article__subhead,
h3,
h4,
.Article__title--preview,
.ArticlePreview__subhead,
.ArticlePreview__title,
h5,
h6,
.Section__parent,
.AuthorCallout__role,
.PartnerFooter__title,
.Footer__heading,
.MostRead__number,
.Tags__title {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.25em; }
  .display-2 a, .Article__title a,
  .display-1 a,
  .Article__title--featured a,
  .ArticlePreview__title--featured a,
  .TagsIndex__title a,
  h1 a,
  h2 a,
  .Article__subhead a,
  h3 a,
  h4 a,
  .Article__title--preview a,
  .ArticlePreview__subhead a,
  .ArticlePreview__title a,
  h5 a,
  h6 a,
  .Section__parent a,
  .AuthorCallout__role a,
  .PartnerFooter__title a,
  .Footer__heading a,
  .MostRead__number a,
  .Tags__title a {
    text-decoration: none; }

.display-2, .Article__title {
  letter-spacing: -0.02em;
  line-height: 1.25;
  font-weight: bold;
  font-size: 1.5em; }
  @media (min-width: 1024px) {
    .display-2, .Article__title {
      font-size: 2em; } }
  @media (min-width: 1024px) {
    .display-2, .Article__title {
      font-size: 3em; } }


.display-1,
.Article__title--featured,
.ArticlePreview__title--featured,
.TagsIndex__title {
  letter-spacing: -0.02em;
  line-height: 1.25;
  font-weight: bold;
  font-size: 1.5em; }
  @media (min-width: 1024px) {
    
    .display-1,
    .Article__title--featured,
    .ArticlePreview__title--featured,
    .TagsIndex__title {
      font-size: 2.5em; } }

h1,
.h1 {
  font-size: 1.6em;
  letter-spacing: -0.01em;
  line-height: 1.5; }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 1.8em; } }


h2,
.Article__subhead,
.h2 {
  font-size: 1em;
  line-height: 1.35; }
  @media (min-width: 1024px) {
    
    h2,
    .Article__subhead,
    .h2 {
      font-size: 1.25em; } }

h3,
.h3 {
  font-size: 1.125em;
  letter-spacing: 0em;
  line-height: 1.35;
  font-family: BioSans, Roboto, Arial, sans-serif;
  font-weight: bold; }
  @media (min-width: 1024px) {
    h3,
    .h3 {
      font-size: 1.5em; } }


h4,
.Article__title--preview,
.ArticlePreview__subhead,
.ArticlePreview__title,
.h4 {
  font-size: 0.875em;
  line-height: 1.375;
  letter-spacing: 0;
  margin-bottom: 0.3em;
  font-weight: bold; }
  @media (min-width: 1024px) {
    
    h4,
    .Article__title--preview,
    .ArticlePreview__subhead,
    .ArticlePreview__title,
    .h4 {
      font-size: 1em; } }

h5,
.h5 {
  font-size: 0.875em;
  letter-spacing: -0.015em;
  line-height: 1.5;
  font-weight: bold; }


h6,
.Section__parent,
.AuthorCallout__role,
.PartnerFooter__title,
.Footer__heading,
.MostRead__number,
.Tags__title,
.h6 {
  font-family: BioSans, Roboto, Arial, sans-serif;
  font-weight: bold;
  color: #47a9c0;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased; }

p {
  color: #040201;
  margin: 1em 0;
  line-height: 1.95; }

a {
  color: #303030; }

a:hover {
  color: #47a9c0; }

article a:visited {
  color: #a0a0a0; }

ol,
ul {
  padding-left: 2em;
  line-height: 1.95; }
  @media (min-width: 1024px) {
    ol,
    ul {
      font-size: 1em; } }

.list-style-reset, .SectionPicker__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-style-blue ul, .list-style-blue .Article__body ul, .Article__body .list-style-blue ul, .Article__body ul, .list-style-blue ol, .list-style-blue .Article__body ol, .Article__body .list-style-blue ol, .Article__body ol {
  font-size: 0.815em;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 2em; }

@media (min-width: 1024px) {
  .list-style-blue ul, .Article__body ul {
    font-size: 1em; } }

.list-style-blue ul li::before, .Article__body ul li::before {
  display: inline-block;
  width: 1em;
  content: '\2022';
  color: #47a9c0; }

.list-style-blue ol, .Article__body ol {
  counter-reset: li; }
  @media (min-width: 1024px) {
    .list-style-blue ol, .Article__body ol {
      font-size: 1em; } }
  .list-style-blue ol li, .Article__body ol li {
    counter-increment: li; }
  .list-style-blue ol li::before, .Article__body ol li::before {
    content: counter(li);
    color: #47a9c0;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl; }

address {
  font-style: normal; }

a.link-blue, h6 a, .Section__parent a, .AuthorCallout__role a, .PartnerFooter__title a, .Footer__heading a, .MostRead__number a, .Tags__title a,
.h6 a, a.link-blue:visited, h6 a:visited, .Section__parent a:visited, .AuthorCallout__role a:visited, .PartnerFooter__title a:visited, .Footer__heading a:visited, .MostRead__number a:visited, .Tags__title a:visited,
.h6 a:visited {
  color: #a0a0a0; }

a.link-blue-alt {
  font-weight: bold;
  text-decoration: none; }
  a.link-blue-alt, a.link-blue-alt:visited {
    color: #137090; }
  a.link-blue-alt:hover {
    color: #47a9c0;
    text-decoration: underline; }

a.link-inverse, a.link-inverse:visited {
  color: white;
  text-decoration: none; }

a.link-inverse:hover {
  color: white;
  text-decoration: underline; }

hr, .Rule {
  border: 0;
  height: 0;
  border-top: 0;
  border-bottom: 1px solid #ccc;
  margin: 1em 0; }
  hr--extra, .Rule--extra {
    margin: 2em 0; }
  hr--notopmargin, .Rule--notopmargin {
    margin-top: 0; }

.UserMenu {
  text-align: left; }
  @media (min-width: 1024px) {
    .UserMenu {
      position: relative; } }
  .UserMenu__close {
    position: absolute;
    right: 0;
    top: 16px;
    padding: 0.3em; }
    .UserMenu__close:active {
      outline: none; }
  .UserMenu__popover {
    display: none; }
    .UserMenu__popover--open {
      background: white;
      border: 1px solid #ccc;
      border-radius: 3px;
      box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.14);
      width: 280px;
      padding: 1em 1.5em 1.5em;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      z-index: 5; }
      @media (min-width: 1024px) {
        .UserMenu__popover--open {
          top: -4px;
          right: -4px; } }
  .UserMenu__header {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding-bottom: 0.875em; }
    .UserMenu__header svg {
      margin-right: 16px; }
  .UserMenu__list {
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 0.5em 0;
    margin: 0 0 1em 0;
    line-height: 2em; }
  .UserMenu a {
    text-decoration: none;
    font-size: 0.875em; }

.SectionPicker {
  position: relative;
  margin: 0 auto;
  max-width: 270px;
  width: 270px;
  margin-top: -3px;
  text-align: center; }
  .SectionPicker .SectionPicker__overlay {
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.14);
    padding: 1em 1.5em 0.5em;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin-top: -1px;
    z-index: 5;
    width: 270px;
    display: none; }
    @media (min-width: 1024px) {
      .SectionPicker .SectionPicker__overlay {
        text-align: center; } }
  .SectionPicker__previous {
    font-size: 0.875em;
    text-transform: none;
    color: #303030;
    padding: 0;
    margin: 1em 0 0.5em;
    letter-spacing: 0; }
  .SectionPicker__link {
    text-decoration: none; }
  .SectionPicker__list {
    margin-bottom: 1.5em; }
    .SectionPicker__list li {
      margin-bottom: 0.25em; }
  .SectionPicker__expand:hover:not(disabled), .SectionPicker__expand:focus:not(disabled), .SectionPicker__expand:active:not(disabled) {
    color: #47a9c0;
    text-decoration: none; }
  .SectionPicker.js-picker-open .SectionPicker__caret {
    transform: rotate(180deg); }
  .SectionPicker.js-picker-open .SectionPicker__overlay {
    display: block; }
  .SectionPicker--left-sm .SectionPicker__overlay {
    left: -1.5em;
    margin-left: -1px; }
    @media (min-width: 1024px) {
      .SectionPicker--left-sm .SectionPicker__overlay {
        left: 0; } }

#DailyBriefHeadlines .SectionPreview {
  border-bottom: 1px solid #d8d8d8; }

@media (min-width: 640px) {
  .DailyBriefs {
    display: flex;
    flex-flow: wrap;
    margin: 0 -16px; }
    .DailyBriefs > div {
      padding: 0 16px;
      flex: 0 1;
      min-width: 50%; } }

@media (min-width: 1024px) {
  .DailyBriefs > div {
    flex: 0 1;
    min-width: 33.333%; } }

.dialog-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2; }
  .dialog-container[aria-hidden='true'] {
    display: none; }
  .dialog-container .dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(43, 46, 56, 0.9);
    animation: fade-in 200ms both; }
  .dialog-container .dialog-content {
    background-color: white;
    margin: auto;
    z-index: 2;
    position: relative;
    animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
    padding: 1em;
    max-width: 90%;
    width: 600px;
    border-radius: 2px; }
  @media screen and (min-width: 700px) {
    .dialog-container .dialog-content {
      padding: 2em; } }

@keyframes fade-in {
  from {
    opacity: 0; } }

@keyframes slide-up {
  from {
    transform: translateY(10%); } }
  .dialog-container .dialog-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    font-size: 1.25em;
    width: 1.2em;
    height: 1.2em;
    text-align: center;
    cursor: pointer;
    transition: 0.15s; }
  @media screen and (min-width: 700px) {
    .dialog-container .dialog-close {
      top: 1em;
      right: 1em; } }
  .dialog-container * {
    box-sizing: border-box; }
  .dialog-container p {
    color: inherit; }
  .dialog-container main {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1em; }
  .dialog-container ul {
    list-style: none;
    padding: 0; }
    .dialog-container ul li {
      display: flex;
      align-items: start; }
  .dialog-container.dialog-container__email_suggestions .subs-suggest-lists li input[type='checkbox'] {
    margin: 5px; }
  .dialog-container.dialog-container__email_suggestions .subs-suggest-lists li p {
    font-size: .8em;
    margin: 0; }

.Ad {
  margin: 1em auto 1em; }
  .Ad--InlineRectangle {
    max-width: 300px;
    max-height: 250px;
    clear: both; }
    @media (max-width: 332px) {
      .Ad--InlineRectangle {
        position: relative;
        left: calc( -.5 * (300px - (100vw - 32px) )); } }
  .Ad--Leaderboard {
    width: 970px; }
  .Ad--LargeLeaderboard {
    margin: 0.5em auto -0.5em;
    width: 970px;
    max-height: 200px;
    margin-bottom: .5em; }
  .Ad--Responsive {
    text-align: center;
    max-width: 100%;
    overflow: hidden; }
    @media (max-width: 332px) {
      .Ad--Responsive {
        position: relative;
        left: calc( -.5 * (300px - (100vw - 32px) )); } }
    .Ad--Responsive__block {
      overflow: unset; }
  .Ad--ContentSponsorship_Featured {
    text-align: center; }
    .Ad--ContentSponsorship_Featured > div {
      margin: auto; }
  @media (max-width: 1280px) {
    .Ad--ContentSponsorship {
      text-align: center; } }

.Ad-container--full-float {
  float: right;
  display: block;
  width: 100%; }

.AuthorBlock {
  background-color: #F0F0F0;
  padding: 1em;
  display: flex;
  margin: 1em 0; }
  @media (min-width: 1024px) {
    .AuthorBlock {
      margin: 2em 0; } }
  .AuthorBlock__image {
    height: 100px;
    margin-right: 16px;
    flex: 0 0 auto; }
    .AuthorBlock__image img {
      width: 100px;
      height: 100px; }
  .AuthorBlock__content {
    flex: 1 1 auto; }
  .AuthorBlock p {
    margin: 0.5em 0; }
  .AuthorBlock p:first-of-type {
    margin-top: 0.5em; }
  .AuthorBlock p:last-of-type {
    margin-bottom: 0; }

.OnDemandEmailBlock {
  background-color: #F0F0F0;
  padding: 1em;
  margin: 1em 0;
  display: none; }
  @media (min-width: 1024px) {
    .OnDemandEmailBlock {
      margin: 2em 0; } }
  .OnDemandEmailBlock button {
    min-width: 100px; }
  .OnDemandEmailBlock .progress {
    min-width: 100px;
    flex: 0;
    height: 20px; }
  .OnDemandEmailBlock p {
    margin: 0.5em 0; }
  .OnDemandEmailBlock p:first-of-type {
    margin-top: 0.5em; }
  .OnDemandEmailBlock p:last-of-type {
    margin-bottom: 0; }
  .OnDemandEmailBlock .singleItem {
    display: flex;
    align-items: center; }
    .OnDemandEmailBlock .singleItem p {
      flex: 1 1 auto; }
    .OnDemandEmailBlock .singleItem button {
      flex: 1 0 auto;
      margin-left: 20px;
      max-width: 150px; }
  .OnDemandEmailBlock ol {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
    .OnDemandEmailBlock ol li {
      display: flex;
      margin-bottom: 0.5em;
      align-items: center; }
      .OnDemandEmailBlock ol li span {
        flex: 1 1 auto; }
      .OnDemandEmailBlock ol li:last-of-type {
        margin-bottom: 0; }
  .OnDemandEmailBlock .following-container {
    min-width: 100px;
    text-align: center; }
    .OnDemandEmailBlock .following-container a {
      display: block;
      font-size: .8em; }
  .OnDemandEmailBlock .EmailSignup {
    display: none;
    margin-top: 1em;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .OnDemandEmailBlock .EmailSignup form {
        max-width: 280px;
        margin: 0 auto; } }

.AuthorLink {
  color: #47a9c0;
  text-decoration: none; }

ul.AuthorSocial {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5;
  vertical-align: middle; }
  ul.AuthorSocial li {
    display: inline-block; }
    ul.AuthorSocial li:before {
      display: none !important; }
  ul.AuthorSocial__item {
    display: inline; }

.Author {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em; }
  .Author__imageWrap {
    flex-shrink: 0;
    flex: 1; }
    .Author__imageWrap img {
      width: 100%;
      display: block; }
  .Author__image {
    width: 75px;
    height: 75px;
    margin-right: 16px; }
    @media (min-width: 1024px) {
      .Author__image {
        width: auto;
        height: auto;
        margin-right: 0;
        padding-right: 16px; } }
  .Author__wrap {
    flex: 3; }
    @media (min-width: 1024px) {
      .Author__wrap {
        padding-right: 6em; } }
  @media (min-width: 1024px) {
    .Author {
      display: flex;
      flex-direction: row; } }
  .Author__id {
    display: flex;
    flex-direction: row; }
  .Author__nameTitle {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .Author__nameTitle h1, .Author__nameTitle p {
      margin: 0; }
  .Author .AuthorSocial__item {
    vertical-align: middle; }
    .Author .AuthorSocial__item svg {
      width: 2em;
      height: 2em; }

#offer-wrapper {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%; }

#offer-container {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(0, 0, 0, 0.1), 0 0 8px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.1); }

#offer-container.paywall {
  box-shadow: 0 -25vh 25vh white, 0 -12vh 12vh white, 0 -6vh 6vh white; }

.Banner, .Banner--finalArticle, .Banner--articleCount {
  background-color: white;
  padding: 1.5em 16px;
  text-align: center;
  display: flex;
  align-items: center; }
  @media (min-width: 1024px) {
    .Banner, .Banner--finalArticle, .Banner--articleCount {
      padding: 1em 16px; } }
  .Banner--finalArticle {
    background-color: #137090;
    color: white; }
    .Banner--finalArticle a {
      color: white; }
  .Banner--articleCount {
    border-top: 6px solid #47a9c0; }
  .Banner__center {
    justify-self: center;
    margin: 0 auto;
    flex: 1 0 0; }
  .Banner__right {
    text-align: right; }

.PaywallOverlay {
  border-top: 6px solid #47a9c0;
  background-color: white;
  text-align: center;
  width: 100%;
  width: 100%; }
  .PaywallOverlay h1 {
    margin-bottom: 0.815em; }
  .PaywallOverlay h2, .PaywallOverlay .Article__subhead {
    margin-bottom: 1.5em; }
  @media (min-width: 1024px) {
    .PaywallOverlay p {
      display: inline-block; } }
  .PaywallOverlay__top {
    padding: 1em 0;
    border-bottom: 1px solid #ccc; }
  .PaywallOverlay__middle {
    padding: 2em 0 4em; }

.has-paywall {
  overflow: hidden; }

/* 2019 Templates */
.btn-offer {
  flex: 1;
  min-width: 25%;
  max-width: 16em;
  min-height: 4em;
  line-height: 1.25;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .btn-offer__extra {
    text-transform: none; }
  @media (min-width: 1024px) {
    .btn-offer {
      font-size: 1.25em; } }

.Offer {
  background-color: #303030;
  background: radial-gradient(circle at center, #45464A 0%, #303030 100%);
  color: white;
  text-align: center; }
  .Offer--count .Container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .Offer--count .Container {
        flex-direction: row; } }
  .Offer--count .Offer__messaging {
    flex: 1;
    padding: 2em 0; }
    @media (min-width: 1024px) {
      .Offer--count .Offer__messaging {
        text-align: left; } }
    @media (min-width: 1440px) {
      .Offer--count .Offer__messaging {
        padding: 3em 0; } }
  .Offer--count .Offer__actions {
    padding: 0 0 2em; }
    @media (min-width: 1024px) {
      .Offer--count .Offer__actions {
        padding: 2em 0; } }
    @media (min-width: 1440px) {
      .Offer--count .Offer__actions {
        padding: 3em 0; } }
  .Offer--wall:before {
    display: block;
    content: '';
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #FFCE7D, #E8AB47); }
    @media (min-width: 1024px) {
      .Offer--wall:before {
        height: 8px; } }
  .Offer--wall .Offer__messaging {
    padding: 2em 0 0; }
    @media (min-width: 640px) {
      .Offer--wall .Offer__messaging {
        padding: 3em 0 0; } }
    @media (min-width: 1024px) {
      .Offer--wall .Offer__messaging {
        padding: 4em 0 0; } }
  .Offer--wall .Offer__actions {
    padding: 1em 0;
    flex-direction: column; }
    @media (min-width: 640px) {
      .Offer--wall .Offer__actions {
        padding: 2em 0;
        flex-direction: row; } }
    @media (min-width: 1024px) {
      .Offer--wall .Offer__actions {
        padding: 3em 0; } }
  .Offer--wall .Offer__footer {
    padding: 0 0 2em; }
    @media (min-width: 640px) {
      .Offer--wall .Offer__footer {
        padding: 0 0 3em; } }
    @media (min-width: 1024px) {
      .Offer--wall .Offer__footer {
        padding: 0 0 4em; } }

.Offer__messaging h1 {
  font-size: 1.4em;
  line-height: 1.25;
  margin-bottom: 0.5em; }

.Offer__messaging .highlight {
  font-family: inherit;
  position: relative;
  white-space: nowrap; }
  .Offer__messaging .highlight:after {
    content: '';
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 158 8' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path d='M2,6 C47.3333333,3.33333333 82,2 106,2 C130,2 146.666667,3 156,5' stroke='rgb(232,171,70)' stroke-width='3' fill='none' fill-rule='evenodd' stroke-linecap='round'/></svg>");
    background-size: 100% 100%;
    position: absolute;
    bottom: -6px;
    left: -1%;
    width: 104%;
    height: 30%; }

@media (min-width: 1024px) {
  .Offer__messaging h1 {
    font-size: 1.6em; } }

@media (min-width: 1024px) {
  .Offer__messaging h1 {
    font-size: 1.8em; } }

.Offer__actions {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .Offer__actions .btn, .Offer__actions .UserMenu__close, .Offer__actions .SectionPicker__expand, .Offer__actions .Lightbox__prevButton, .Offer__actions .Lightbox__nextButton, .Offer__actions .Lightbox__button, .Offer__actions .Lightbox__galleryButton, .Offer__actions .Header__searchButton, .Offer__actions .Header__hamburgerButton, .Offer__actions .Footer__close, .Offer__actions .LandingScoreboard .Scores_prevButton, .LandingScoreboard .Offer__actions .Scores_prevButton, .Offer__actions .LandingScoreboard .Scores_nextButton, .LandingScoreboard .Offer__actions .Scores_nextButton {
    box-shadow: 0 0.5em 1em #303030; }
  .Offer__actions .separator {
    padding: 0.25em 1em; }
  .Offer__actions .reversed a, .Offer__actions a.reversed {
    text-decoration: underline; }

.Offer__footer p {
  margin: 0; }

.Offer__footer .reversed a, .Offer__footer a.reversed {
  text-decoration: underline; }

.ColumnHeader {
  display: flex;
  margin-bottom: 2em; }
  .ColumnHeader__image {
    flex: 0 0 auto;
    margin-right: 16px; }
    .ColumnHeader__image img {
      display: block;
      width: 92px;
      height: 92px; }
  .ColumnHeader__title {
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0; }
  .ColumnHeader__bio {
    margin-top: 0; }
  .ColumnHeader__info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    flex-grow: 1; }

.SidebarDonate {
  text-align: center; }
  .SidebarDonate .btn, .SidebarDonate .UserMenu__close, .SidebarDonate .SectionPicker__expand, .SidebarDonate .Lightbox__prevButton, .SidebarDonate .Lightbox__nextButton, .SidebarDonate .Lightbox__button, .SidebarDonate .Lightbox__galleryButton, .SidebarDonate .Header__searchButton, .SidebarDonate .Header__hamburgerButton, .SidebarDonate .Footer__close, .SidebarDonate .LandingScoreboard .Scores_prevButton, .LandingScoreboard .SidebarDonate .Scores_prevButton, .SidebarDonate .LandingScoreboard .Scores_nextButton, .LandingScoreboard .SidebarDonate .Scores_nextButton {
    text-transform: uppercase;
    width: 100%; }

div.DonateMobile {
  padding-bottom: 16px;
  min-height: 50px; }
  @media (min-width: 1024px) {
    div.DonateMobile {
      visibility: hidden; } }

.Article .Embed {
  margin: 1em 0; }
  @media (min-width: 1024px) {
    .Article .Embed {
      margin: 2em 0; } }
  .Article .Embed--floatLeft, .Article .Embed--floatRight {
    clear: both;
    width: 50%; }
    @media (min-width: 1024px) {
      .Article .Embed--floatLeft.Embed__video, .Article .Embed--floatRight.Embed__video {
        padding-bottom: 28.125%; }
      .Article .Embed--floatLeft.Embed__autoWidth, .Article .Embed--floatRight.Embed__autoWidth {
        width: auto; } }
    @media (max-width: 1024px) {
      .Article .Embed--floatLeft, .Article .Embed--floatRight {
        width: 100%; } }
    .Article .Embed--floatLeft iframe.instagram-media, .Article .Embed--floatRight iframe.instagram-media {
      max-width: 100% !important;
      width: 100% !important;
      min-width: auto !important; }
  .Article .Embed--floatLeft {
    float: left;
    margin: 0.5em 16px 0.5em 0; }
    @media (min-width: 1024px) {
      .Article .Embed--floatLeft {
        margin-left: -7em; } }
  .Article .Embed--floatRight {
    float: right;
    margin: 0.5em 0 0.5em 16px; }
    @media (min-width: 1024px) {
      .Article .Embed--floatRight {
        margin-right: -7em; } }
  .Article .Embed--center {
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    text-align: center; }

.Article iframe {
  min-width: auto;
  max-width: 100% !important; }

.Embed__video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .Embed__video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }
  .Embed__video--4x3 {
    padding-bottom: 75%; }

.Embed__post iframe {
  width: 100%; }

.Error__body {
  padding: 12vw;
  margin: 0 auto;
  max-width: 64em;
  text-align: center; }
  .Error__body .Search__form {
    margin: 1em auto; }
    @media (min-width: 1024px) {
      .Error__body .Search__form {
        max-width: 60%; } }

.EmailSignup {
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 1em;
  background-color: #ccc; }
  .EmailSignup__p {
    font-size: 0.875em;
    margin: 7px 0 15px 0; }
  .EmailSignup__small {
    display: block;
    font-size: 0.7em;
    margin: 10px 0; }
  .EmailSignup__emailprefs {
    font-size: .8em;
    margin: 7px 0 0 0;
    text-align: center; }
    .EmailSignup__emailprefs a {
      color: #444;
      text-decoration: underline; }
  .EmailSignup__input {
    flex: 1 1 0; }
  @media (min-width: 1024px) {
    .EmailSignup__form {
      max-width: 280px;
      margin: 0 auto; } }
  .EmailSignup__title {
    margin: 0;
    padding: 0;
    font-size: 1.125em; }
  .EmailSignup__button {
    text-transform: uppercase;
    white-space: nowrap; }
  .EmailSignup--default .EmailSignup__p, .EmailSignup--footer .EmailSignup__p {
    font-size: 0.875em;
    color: #53575A; }
  .EmailSignup--default .EmailSignup__button, .EmailSignup--footer .EmailSignup__button {
    text-transform: none; }
  .EmailSignup--footer {
    border: none;
    margin: auto 0;
    width: 100%; }
    .EmailSignup--footer img:first-of-type {
      max-width: 14em; }
  .EmailSignup--embed {
    background-color: #FFCE7D;
    text-align: center;
    clear: both; }
    .EmailSignup--embed .EmailSignup__title {
      margin-bottom: 1em; }
  .EmailSignup__emailAddressBlock {
    display: none;
    margin: 10px 0; }
  .EmailSignup .not-a-robot {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
    justify-content: center; }
    .EmailSignup .not-a-robot label {
      margin: 0 0 0 10px; }

.Lightbox {
  position: relative; }
  .Lightbox--floatLeft .Lightbox__imgWrap, .Lightbox--floatRight .Lightbox__imgWrap {
    width: 100%; }
    .Lightbox--floatLeft .Lightbox__imgWrap img, .Lightbox--floatRight .Lightbox__imgWrap img {
      width: 100%; }
  .Lightbox--center {
    text-align: center; }
    .Lightbox--center .Lightbox__imgWrap {
      width: 100%; }
  .Lightbox--full {
    margin-bottom: 2em; }
  .Lightbox__figure:not(:first-of-type) {
    display: none; }
  .Lightbox__imgWrap {
    position: relative;
    display: inline-block;
    max-width: 100%; }
    .Lightbox__imgWrap img {
      vertical-align: bottom; }
  .Lightbox__button {
    bottom: 0.5em;
    right: 0.5em; }
  .Lightbox__prevButton, .Lightbox__nextButton, .Lightbox__button {
    position: absolute;
    z-index: +1;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25); }
    .Lightbox__prevButton:hover:not(disabled), .Lightbox__prevButton:focus:not(disabled), .Lightbox__prevButton:active:not(disabled), .Lightbox__nextButton:hover:not(disabled), .Lightbox__nextButton:focus:not(disabled), .Lightbox__nextButton:active:not(disabled), .Lightbox__button:hover:not(disabled), .Lightbox__button:focus:not(disabled), .Lightbox__button:active:not(disabled) {
      background-color: white; }
    .Lightbox__prevButton svg, .Lightbox__nextButton svg, .Lightbox__button svg {
      vertical-align: bottom; }
  .Lightbox__prevButton, .Lightbox__nextButton {
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1023px) {
      .Lightbox__prevButton, .Lightbox__nextButton {
        display: none !important; } }
  .Lightbox__prevButton {
    left: 2em;
    transform: translate(0, -50%); }
  .Lightbox__nextButton {
    right: 2em;
    transform: translate(0, -50%); }
  .Lightbox__galleryButton {
    font-size: 1.2em;
    padding: 0.815em;
    margin-top: 2.4em; }
  .Lightbox--gallery {
    display: block;
    text-align: center; }
    .Lightbox--gallery figure {
      width: 100%; }
    .Lightbox--gallery img {
      width: 100%;
      height: auto;
      object-fit: contain; }

.Section--blog .Section__header {
  display: block;
  padding-top: 7.5rem; }
  .Section--blog .Section__header > * + * {
    margin-top: 1rem; }
  @media (min-width: 1024px) {
    .Section--blog .Section__header {
      display: flex;
      text-align: left;
      align-items: center;
      padding: 2em 0; }
      .Section--blog .Section__header > * + * {
        margin-top: 0; }
      .Section--blog .Section__header > img {
        width: 50%; }
      @supports (display: grid) {
        .Section--blog .Section__header {
          display: grid;
          grid-template-columns: .75fr 1fr;
          grid-gap: 1rem; }
          .Section--blog .Section__header > img {
            width: 100%; } } }
  @media only screen and (min-width: 1024px) and (max-width: 1023px) {
    .Section--blog .Section__header {
      display: block;
      padding-top: 14.5rem; } }

.Section--blog .Section__description {
  flex: 1 0; }

.Section--blog .Section__thumbnail {
  width: 100%;
  object-fit: contain; }

.Section__header {
  text-align: center;
  margin-bottom: 1em; }

.Section__title {
  font-family: Copernicus, Georgia, Palatino, serif;
  font-size: 1.5em; }
  @media (min-width: 1024px) {
    .Section__title {
      letter-spacing: -0.02em;
      line-height: 1.25em;
      font-size: 1.5em; } }

.Section__parent {
  display: block;
  margin-bottom: 1em;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .Section__parent {
      display: none; } }

@media (min-width: 1024px) {
  .Section__stories {
    border-top: 1px solid #ccc;
    padding-top: 1em; } }

.Social {
  border: 1px solid #ccc;
  width: 240px;
  margin-bottom: 1em; }
  @media (min-width: 1024px) {
    .Social {
      width: 60px; } }
  @media (min-width: 1024px) {
    .Social {
      margin-bottom: 2em; } }
  .Social__list {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    @media (min-width: 1024px) {
      .Social__list {
        flex-direction: column; } }
  .Social__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    border-right: 1px solid #ccc;
    height: 60px;
    width: 60px; }
    .Social__item:last-of-type {
      border-right: none; }
    @media (min-width: 1024px) {
      .Social__item {
        padding: 0;
        border-right: none;
        border-bottom: 1px solid #ccc; }
        .Social__item:last-of-type {
          border-bottom: none; } }
    .Social__item::before {
      content: none !important; }

.Article {
  position: relative;
  /* Prevent our list styles from ruining flickity's dots */ }
  .Article__logo--early-word {
    width: 45%;
    margin: auto auto 1.5em; }
    @media only screen and (max-width: 1023px) {
      .Article__logo--early-word {
        width: auto; } }
  .Article--preview {
    padding: 0; }
    .Article--preview + .Article--preview {
      margin-top: 2em; }
  @media (min-width: 1024px) {
    .Article__padding, .Article__body {
      padding: 0 7em; } }
  .Article__wrap {
    position: relative; }
  .Article__body p {
    font-size: 1em; }
  .Article__body h3 {
    margin-top: 1em;
    margin-bottom: 0.5em; }
  .Article__body hr {
    overflow: hidden; }
  .Article__title {
    margin-top: 0.25em; }
  .Article .Lightbox {
    margin-bottom: 1em; }
  .Article__image--floatRight, .Lightbox--floatRight {
    float: right;
    clear: both;
    margin: 0.5em 0 0.5em 16px;
    max-width: 50%; }
    @media (min-width: 1024px) {
      .Article__image--floatRight, .Lightbox--floatRight {
        margin-right: -7em; } }
  .Article__image--center, .Lightbox--center {
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%; }
    .Article__image--center img, .Lightbox--center img {
      width: 100%; }
    .Article__image--center figcaption, .Lightbox--center figcaption {
      text-align: center; }
  .Article__image--floatLeft, .Lightbox--floatLeft {
    float: left;
    clear: both;
    max-width: 50%;
    margin: 0.5em 16px 0.5em 0; }
    @media (min-width: 1024px) {
      .Article__image--floatLeft, .Lightbox--floatLeft {
        margin-left: -7em; } }
  .Article__image--floatLeft figure, .Lightbox--floatLeft figure, .Article__image--floatRight figure, .Lightbox--floatRight figure {
    display: table;
    caption-side: bottom; }
    .Article__image--floatLeft figure figcaption, .Lightbox--floatLeft figure figcaption, .Article__image--floatRight figure figcaption, .Lightbox--floatRight figure figcaption {
      display: table-caption; }
  .Article__image--full {
    width: 100%;
    margin-bottom: 2em; }
  @media (min-width: 1024px) {
    .Article__social {
      position: absolute;
      top: 0;
      left: 0; } }
  .Article__fullAd {
    background: #ccc;
    margin: 0 -1em;
    padding: 2em 0; }
  .Article__thumbnail {
    float: right; }
  .Article .flickity-page-dots {
    position: relative;
    bottom: 0;
    padding: 1em 0 1.5em;
    margin: 0;
    list-style: none; }
    .Article .flickity-page-dots li:before {
      display: none; }
  .Article .Lightbox__galleryButton {
    margin-top: 0; }
  .Article__related + hr + hr {
    display: none; }

.Callout {
  padding: .5em;
  border: 1px solid #E8AB47;
  line-height: 1.6;
  display: block;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .Callout--left {
      float: left;
      clear: both;
      max-width: 50%;
      margin: 0.5em 16px 0.5em 0; } }
  @media (min-width: 1024px) {
    .Callout--right {
      float: right;
      clear: both;
      max-width: 50%;
      margin-right: 0;
      margin: 0.5em 0 0.5em 16px; } }
  .Callout--full {
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: auto; }
    @media (min-width: 1024px) {
      .Callout--full {
        max-width: inherit; } }
  .Callout__title {
    font-family: Copernicus, Georgia, Palatino, serif;
    line-height: 1.3em; }
  .Callout ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px; }
    .Callout ul li {
      margin-top: 1em;
      line-height: 1.5em;
      font-size: 0.9em; }
    .Callout ul li::before {
      display: inline-block;
      width: 1em;
      content: '\2022';
      color: #E8AB47;
      margin-left: -1em; }
  .Callout p {
    line-height: 1.5em;
    font-size: 0.9em; }
  .Callout p:first-child {
    margin-top: 0; }
  .Callout p:last-child {
    margin-bottom: 0; }
  @media print {
    .Callout {
      border: 1px solid #d8d8d8; } }
  @media (min-width: 1024px) {
    .Callout .Lightbox--floatLeft {
      margin-left: 0; }
    .Callout .Lightbox--floatRight {
      margin-right: 0; } }
  .Callout .pull-quote {
    padding: 10px 10px 0px; }
    .Callout .pull-quote .pull-quote-start, .Callout .pull-quote .pull-quote-end {
      font-size: 1.5em; }
    .Callout .pull-quote + .pull-quote-cite {
      margin-top: -50px; }

.AuthorCallout {
  background-color: #F0F0F0;
  clear: both;
  padding: 1em;
  margin: 0 0 0.5em; }
  @media (min-width: 640px) {
    .AuthorCallout {
      display: block;
      float: right;
      width: 300px;
      margin: 0 0 0.5em 16px; } }
  @media (min-width: 1024px) {
    .AuthorCallout {
      margin-right: -7em; } }
  .AuthorCallout__role {
    color: #53575A;
    margin-bottom: 1em; }
  .AuthorCallout__image {
    float: right;
    margin: 0 0 0.5em 0.5em;
    width: 100px; }
  .AuthorCallout p:first-of-type {
    margin-top: 0.5em; }
  .AuthorCallout h4, .AuthorCallout .Article__title--preview, .AuthorCallout .ArticlePreview__subhead, .AuthorCallout .ArticlePreview__title {
    min-height: 3em; }

.PartnerCallout {
  border-left: 3px solid #47a9c0;
  clear: both;
  padding: 0.25em 1em;
  margin: 0 0 0.5em; }
  @media (min-width: 640px) {
    .PartnerCallout {
      display: block;
      float: right;
      width: 300px;
      margin: 0 0 0.5em 16px; } }
  @media (min-width: 1024px) {
    .PartnerCallout {
      margin-right: -7em; } }
  .PartnerCallout h6, .PartnerCallout .Section__parent, .PartnerCallout .AuthorCallout__role, .PartnerCallout .PartnerFooter__title, .PartnerCallout .Footer__heading, .PartnerCallout .MostRead__number, .PartnerCallout .Tags__title {
    margin-bottom: 1em; }
  .PartnerCallout p {
    margin: 0.5em 0; }
  .PartnerCallout p:first-of-type {
    margin-top: 0.5em; }
  .PartnerCallout p:last-of-type {
    margin-bottom: 0; }
  .PartnerCallout__image {
    width: 100%;
    max-height: 200px;
    object-fit: contain; }
  @media (min-width: 640px) {
    .PartnerCallout__left {
      float: left;
      margin: 0 16px 0.5em 0; } }
  .PartnerCallout-MoversShakers {
    width: 320px;
    box-sizing: content-box; }
    .PartnerCallout-MoversShakers .Ad--InlineRectangle {
      max-width: none;
      max-height: none; }
  .PartnerCallout-MoversShakers.PartnerCallout__right {
    padding-right: 0; }

.PartnerFooter {
  margin: 1em 0; }
  @media (min-width: 1024px) {
    .PartnerFooter {
      text-align: center; } }
  @media (min-width: 1024px) {
    .PartnerFooter {
      margin: 2em 0; } }
  .PartnerFooter__title {
    margin-bottom: 1em;
    color: #303030;
    position: relative; }
    .PartnerFooter__title span {
      padding: 0 1em 0 0;
      background-color: #fff; }
      @media (min-width: 1024px) {
        .PartnerFooter__title span {
          padding: 0 1em; } }
    .PartnerFooter__title:before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 1px;
      background-color: #ccc;
      top: 50%;
      left: 0; }
  .PartnerFooter p {
    margin: 0.5em 0; }
  .PartnerFooter p:first-of-type {
    margin-top: 0.5em; }
  .PartnerFooter p:last-of-type {
    margin-bottom: 0; }
  .PartnerFooter__image {
    max-width: 150px;
    max-height: 150px;
    object-fit: contain; }

.ArticlePreview {
  margin-bottom: 1em;
  /* Other types of graphics */ }
  .ArticlePreview__subhead {
    font-weight: normal; }
  .ArticlePreview__excerpt p {
    line-height: 1.5;
    margin: 0.5em 0; }
  .ArticlePreview--headline {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0.5em 0; }
    .ArticlePreview--headline__text {
      flex: 1; }
    .ArticlePreview--headline .ArticlePreview__sectionTag,
    .ArticlePreview--headline .ArticlePreview__sectionTag--breaking,
    .ArticlePreview--headline .ArticlePreview__sectionTag--sponsored,
    .ArticlePreview--headline .ArticlePreview__sectionTag--subscriber {
      margin: 0 0.5em 0.5em 0;
      font-size: 11px; }
  .ArticlePreview--subscriber .ArticlePreview--headline__text {
    padding-left: 9px;
    border-left: 3px solid #E8AB47; }
  .ArticlePreview--breaking .ArticlePreview--headline__text {
    padding-left: 9px;
    border-left: 3px solid #F16C58; }
  .ArticlePreview--sponsored .ArticlePreview--headline__text {
    padding-left: 9px;
    border-left: 3px solid #ccc; }
  .ArticlePreview--dailyBrief .ArticlePreview--headline__text {
    padding: 3px 0 1px 9px;
    border-left: 3px solid #ccc; }
  .ArticlePreview .ArticlePreview__sectionTag {
    display: block; }
  .ArticlePreview--subscriber .ArticlePreview--headline__text {
    padding-left: 9px;
    border-left: 3px solid #E8AB47; }
  .ArticlePreview--breaking .ArticlePreview--headline__text {
    padding-left: 9px;
    border-left: 3px solid #F16C58; }
  .ArticlePreview--sponsored .ArticlePreview--headline__text {
    padding-left: 9px;
    border-left: 3px solid #ccc; }
  .ArticlePreview--dailyBrief .ArticlePreview--headline__text {
    padding: 3px 0 1px 9px;
    border-left: 3px solid #ccc; }
  .ArticlePreview__title {
    /*a:not(:hover) {
      color: $color-text;
    }*/ }
    .ArticlePreview__title--featured {
      margin-bottom: 0.125em;
      /*a:not(:hover) {
        color: $color-text;
      }*/ }
      .ArticlePreview__title--featured.text-normal {
        font-weight: normal; }
    .ArticlePreview__title.text-normal {
      font-weight: normal; }
  .ArticlePreview--border {
    border-top: 1px solid #d8d8d8; }
    .ArticlePreview--border:last-of-type {
      border-bottom: 1px solid #d8d8d8; }
  .ArticlePreview__horizontalTitle {
    flex: 1;
    margin: 0;
    /*a:not(:hover) {
      color: $color-text;
    }*/ }
    .ArticlePreview__horizontalTitle .Badge + a, .ArticlePreview__horizontalTitle .SubscriberOnly + a, .ArticlePreview__horizontalTitle .OpEd + a {
      display: block; }
  .ArticlePreview__image {
    margin: 0 0 0.4em; }
    .ArticlePreview__image--headline {
      display: block;
      width: 80px;
      height: 80px;
      margin-left: 16px;
      object-fit: cover; }
  .ArticlePreview__imageLeft {
    float: left;
    width: 40%;
    min-width: 100px;
    max-width: 12em;
    margin: 0 1em 0.4em 0; }
  .ArticlePreview__imageRight {
    float: right;
    width: 40%;
    min-width: 100px;
    max-width: 12em;
    margin: 0 0 0.4em 1em; }
  .ArticlePreview__imageCenter {
    width: 100%;
    display: block;
    margin: 0 0 0.4em 0; }
  .ArticlePreview .Lightbox--gallery {
    margin-bottom: 2.4em; }
  .ArticlePreview .Embed {
    margin-bottom: 1em; }
  @media (min-width: 1024px) {
    .ArticlePreview.text-center h1 {
      max-width: 18em;
      margin-left: auto;
      margin-right: auto; }
    .ArticlePreview.text-center h2, .ArticlePreview.text-center .Article__subhead {
      max-width: 36em;
      margin-left: auto;
      margin-right: auto; }
    .ArticlePreview.text-center .ArticlePreview__excerpt {
      max-width: 48em;
      margin-left: auto;
      margin-right: auto; } }
  .ArticlePreview .Breaking {
    margin-bottom: 0.5em; }
  .ArticlePreview.bordered, .ArticlePreview.filled {
    padding: 16px;
    /* Tweak positioning */ }
    .ArticlePreview.bordered .ArticlePreview__imageRight,
    .ArticlePreview.bordered .ArticlePreview__imageLeft, .ArticlePreview.filled .ArticlePreview__imageRight,
    .ArticlePreview.filled .ArticlePreview__imageLeft {
      padding-top: 0;
      margin-bottom: 0; }
    .ArticleList .ArticlePreview.bordered, .ArticleList .ArticlePreview.filled {
      margin-left: -16px;
      margin-right: -16px; }
    .ArticlePreview.bordered .ArticlePreview__tag--subscriber, .ArticlePreview.filled .ArticlePreview__tag--subscriber {
      max-width: 50%;
      overflow: hidden;
      font-size: 0.7em;
      white-space: nowrap; }
  .ArticlePreview.bordered {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /* Tweak positioning */ }
    @media (min-width: 640px) {
      .ArticlePreview.bordered {
        border: 1px solid #ccc; } }
    .ArticlePreview.bordered .ArticlePreview__tag--sponsored {
      position: relative;
      top: -16px; }
  .ArticlePreview.filled {
    background-color: #F0F0F0; }

.ArticlePreview--placement .ArticlePreview__excerpt .ArticlePreview__title {
  font-size: 1rem; }
  .ArticlePreview--placement .ArticlePreview__excerpt .ArticlePreview__title + .ArticlePreview__title {
    margin-top: 1em; }

.ArticlePreview--placement .ArticlePreview__excerpt .Article__subhead {
  font-size: 1rem; }

.ArticlePreview--placement .ArticlePreview__excerpt .ArticlePreview__title--featured {
  font-size: 2.5rem; }

.ArticlePreview--placement .Article__image--floatLeft, .ArticlePreview--placement .Lightbox--floatLeft {
  margin-left: 0; }

.ArticlePreview--placement .Article__image--floatRight, .ArticlePreview--placement .Lightbox--floatRight {
  margin-right: 0; }

.ArticlePreview--sponsoredContent .ArticlePreview__sectionTag {
  white-space: nowrap; }

.ArticlePreview--sponsoredContent-option1 {
  border-left: 4px solid #E8AB47;
  padding-left: 16px; }
  .ArticlePreview--sponsoredContent-option1 .ArticlePreview__sectionTag {
    letter-spacing: 0.5em;
    color: #E8AB47;
    font-size: 14px; }
    .ArticlePreview--sponsoredContent-option1 .ArticlePreview__sectionTag::before {
      content: '\25B6';
      color: #137090; }

.ArticlePreview--sponsoredContent-option2 {
  background: linear-gradient(transparent, #e3e3e3);
  padding: 16px; }
  .ArticlePreview--sponsoredContent-option2 .ArticlePreview__sectionTag::before {
    content: '';
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><circle cx='31.5' cy='32' r='27.5' fill='rgb(232, 171, 71)'/><polygon points='31.5 15 37.02 26.19 49.38 27.99 40.44 36.7 42.55 49 31.5 43.19 20.45 49 22.56 36.7 13.63 27.99 25.98 26.19 31.5 15' fill='rgb(255, 255, 255)'/></svg>");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px; }

.PrimaryHeadlines--row > article.ArticlePreview--sponsoredContent,
.PrimaryHeadlines--row > article.ArticlePreview--sponsoredContent:first-of-type {
  padding-left: 16px; }

.SecondaryHeadlines .ArticlePreview--sponsoredContent-option2 .ArticlePreview__sectionTag,
.Section__columns .Section__story .ArticlePreview--sponsoredContent-option2 .ArticlePreview__sectionTag {
  font-size: .7em; }

.FeaturedArticle__image, .FeaturedArticle__video {
  margin: 0 0 0.5em; }

.FeaturedArticle__imageLeft, .FeaturedArticle__videoLeft {
  max-width: calc(50% - 1em);
  float: left;
  margin: 0 1em 0 0; }
  @media (max-width: 1023px) {
    .FeaturedArticle__imageLeft, .FeaturedArticle__videoLeft {
      margin-bottom: 0.5em; } }
  @media (min-width: 1024px) {
    .FeaturedArticle__imageLeft, .FeaturedArticle__videoLeft {
      margin-right: 2em; } }

.FeaturedArticle__imageRight, .FeaturedArticle__videoRight {
  max-width: calc(50% - 1em);
  float: right;
  margin: 0 0 0 1em; }
  @media (max-width: 1023px) {
    .FeaturedArticle__imageRight, .FeaturedArticle__videoRight {
      margin-bottom: 0.5em; } }
  @media (min-width: 1024px) {
    .FeaturedArticle__imageRight, .FeaturedArticle__videoRight {
      margin-left: 2em; } }

.FeaturedArticle__imageCenter, .FeaturedArticle__videoCenter {
  width: 100%;
  display: block;
  margin: 0 0 0.4em 0; }
  @media (max-width: 1023px) {
    .FeaturedArticle__imageCenter, .FeaturedArticle__videoCenter {
      margin-bottom: 0.5em; } }

.FeaturedArticle__videoLeft, .FeaturedArticle__videoRight {
  width: 50%;
  width: calc(50% - 1em); }

@media (max-width: 1023px) {
  .FeaturedArticle__image--responsive, .FeaturedArticle__video--responsive {
    max-width: 100%;
    float: none;
    margin: 0 0 0.5em 0; } }

@media (max-width: 1023px) {
  .FeaturedArticle__video--responsive {
    width: 100%; } }

.text-Large .ArticlePreview__title--featured {
  font-size: 1.6em; }

.text-Large h2, .text-Large .Article__subhead {
  font-size: 1.125em; }

.text-Large .ArticlePreview__title {
  font-size: 1.25em; }

.text-Large .ArticlePreview__subhead {
  font-size: 1.1em; }

@media (min-width: 1024px) {
  .text-Large .ArticlePreview__title--featured {
    font-size: 2.25em;
    padding-top: 0.1em;
    margin-bottom: 0.125em; }
  .text-Large h2, .text-Large .Article__subhead {
    font-size: 1.4em; }
  .text-Large .ArticlePreview__title {
    font-size: 1.35em;
    margin-bottom: 0.2em;
    line-height: 1.25; }
  .text-Large .ArticlePreview__subhead {
    font-size: 1.25em; } }

@media (min-width: 1024px) {
  .text-Large .ArticlePreview__title--featured {
    font-size: 3em;
    line-height: 1.25; }
  .text-Large h2, .text-Large .Article__subhead {
    font-size: 1.6em; }
  .text-Large .ArticlePreview__title {
    font-size: 1.5em; }
  .text-Large .ArticlePreview__subhead {
    font-size: 1.25em; } }

.text-ExtraLarge .ArticlePreview__title--featured {
  font-size: 1.875em; }

.text-ExtraLarge h2, .text-ExtraLarge .Article__subhead {
  font-size: 1.4em; }

.text-ExtraLarge .ArticlePreview__title {
  font-size: 1.4em; }

.text-ExtraLarge .ArticlePreview__subhead {
  font-size: 1.125em; }

@media (min-width: 1024px) {
  .text-ExtraLarge .ArticlePreview__title--featured {
    font-size: 2.5em;
    padding-top: 0.1em;
    margin-bottom: 0.125em; }
  .text-ExtraLarge h2, .text-ExtraLarge .Article__subhead {
    font-size: 1.5em; }
  .text-ExtraLarge .ArticlePreview__title {
    font-size: 1.5em;
    margin-bottom: 0.15em;
    line-height: 1.25; }
  .text-ExtraLarge .ArticlePreview__subhead {
    font-size: 1.4em; } }

@media (min-width: 1024px) {
  .text-ExtraLarge .ArticlePreview__title--featured {
    font-size: 4em;
    line-height: 1.125; }
  .text-ExtraLarge h2, .text-ExtraLarge .Article__subhead {
    font-size: 1.75em; }
  .text-ExtraLarge .ArticlePreview__title {
    font-size: 1.75em; }
  .text-ExtraLarge .ArticlePreview__subhead {
    font-size: 1.4em; } }

.OpinionArticlePreview {
  margin-bottom: 1em; }
  .OpinionArticlePreview__image {
    border-radius: 100%; }
  .OpinionArticlePreview__author {
    margin: 0.6em 0em 0.4em 0em; }

.ArticleList {
  line-height: 1.4;
  list-style: none;
  margin: 1em 0;
  padding: 0; }
  @media (min-width: 1024px) {
    .ArticleList {
      padding: 0 6em; } }
  @media (min-width: 1024px) {
    .ArticleList {
      margin: 2em 0; } }
  .ArticleList__item {
    margin-bottom: 2em; }
  .ArticleList--nospace {
    margin: 0;
    padding: 0; }

.BlogList {
  padding-left: 0; }
  .BlogList__Article {
    margin: 4rem auto;
    max-width: 100ch; }
  .BlogList .ArticleGallery {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr;
    grid-template-rows: [fullHeight-start] repeat(2, minmax(50px, auto)) [fullHeight-end];
    grid-gap: 1rem;
    margin-bottom: 2rem; }
  .BlogList .ArticleGallery figure:first-child {
    grid-row: fullHeight; }
  .BlogList .ArticleGallery figure {
    flex: 1 1 40%;
    margin: 1rem;
    grid-row: span 1;
    grid-column: span 1;
    align-self: stretch;
    display: grid;
    align-items: stretch; }
    @supports (display: grid) {
      .BlogList .ArticleGallery figure {
        width: 100%;
        margin: 0; } }
  .BlogList .ArticleGallery__readmore {
    display: flex;
    width: 100%;
    background-color: #333;
    color: white;
    align-items: center;
    justify-content: center;
    padding: 1rem; }
  .BlogList .ArticleGallery__readmore a {
    color: white; }
  .BlogList .ArticleGallery figure img {
    object-fit: cover;
    height: auto; }
  @media (max-width: 600px) {
    .BlogList .ArticleGallery {
      grid-template-columns: 1fr 1fr 1fr; }
    .BlogList .ArticleGallery figure:first-child, .BlogList .ArticleGallery__readmore {
      grid-column: span 3; } }

@media (max-width: 600px) {
  .Section__header {
    /*padding-top: 3rem;*/
    display: block; } }

.Byline {
  font-style: normal;
  line-height: 1; }
  .Byline__author, .HomeSection_Comments .CommentsToggleArea > p, .Byline__updated {
    font-size: 0.7em;
    font-family: BioSans, Roboto, Arial, sans-serif; }
  .Byline__author, .HomeSection_Comments .CommentsToggleArea > p {
    padding-right: 0.5em;
    color: #040201; }
    .Byline__author a, .HomeSection_Comments .CommentsToggleArea > p a {
      text-decoration: none; }
  .Byline__updated {
    color: #9B9B9B;
    -webkit-font-smoothing: antialiased; }

.Header {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 16px;
  padding: 0; }
  @media (min-width: 1024px) {
    .Header {
      padding: 1em 0; } }
  @media only screen and (max-width: 1023px) {
    .Header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
      background-color: white; }
      .Header + .Nav + .Container {
        padding-top: 63px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1023px) {
    .Header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
      background-color: white; } }
  .Header__row {
    display: flex;
    align-items: center; }
  .Header__hamburger {
    flex: 1; }
    @media (min-width: 1024px) {
      .Header__hamburger {
        display: none !important; } }
  .Header__search {
    padding: 0 16px;
    align-items: center;
    display: flex;
    margin: 0;
    position: relative;
    flex: 1; }
    @media (max-width: 1023px) {
      .Header__search {
        display: none !important; } }
  .Header__searchButton {
    padding-left: 0; }
    .Header__searchButton svg {
      margin-right: 4px;
      margin-bottom: -2px; }
  .Header__searchIcon {
    position: absolute;
    left: 21px;
    top: 10px; }
  .Header__searchInput {
    padding-left: 20px !important; }
  .Header__hamburgerButton {
    font-size: 1.1em; }
  .Header__title {
    flex: 3;
    text-align: center;
    margin: 0 auto;
    max-width: 170px;
    padding: 12px 0 8px; }
    @media (min-width: 1024px) {
      .Header__title {
        max-width: 240px;
        padding: 0; } }
    @media (min-width: 1024px) {
      .Header__title {
        max-width: 371px;
        padding: 0;
        margin-top: 0.5em; } }
    .Header__title svg {
      max-width: 100%;
      margin-bottom: 1px;
      vertical-align: middle; }
    .Header__title a {
      text-decoration: none; }
  .Header__spacer {
    flex: 1;
    padding: 0 16px; }
  .Header__user {
    text-align: right;
    flex: 1; }
    @media (min-width: 1024px) {
      .Header__user {
        padding: 0 16px; } }
    .Header__user .btn, .Header__user .UserMenu__close, .Header__user .SectionPicker__expand, .Header__user .Lightbox__prevButton, .Header__user .Lightbox__nextButton, .Header__user .Lightbox__button, .Header__user .Lightbox__galleryButton, .Header__user .Header__searchButton, .Header__user .Header__hamburgerButton, .Header__user .Footer__close, .Header__user .LandingScoreboard .Scores_prevButton, .LandingScoreboard .Header__user .Scores_prevButton, .Header__user .LandingScoreboard .Scores_nextButton, .LandingScoreboard .Header__user .Scores_nextButton {
      margin-left: auto; }

.Nav {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 16px; }
  @media (max-width: 1023px) {
    .Nav {
      display: none !important; } }
  @media only screen and (min-width: 1024px) and (max-width: 1023px) {
    .Nav {
      position: fixed;
      top: 100px;
      width: 100%;
      z-index: 998;
      background-color: white; }
      .Nav + .Container {
        padding-top: 150px; } }
  .Nav__link {
    flex: auto;
    font-size: 0.875em;
    line-height: 1;
    margin: 0 0.75em;
    padding: 10px 0 11px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap; }
    .Nav__link--active {
      box-shadow: inset 0 -5px 0 #47a9c0; }
    @media (max-width: 1115px) {
      .Nav__link {
        margin: 0 .425em; } }
    @media (max-width: 1024px) {
      .Nav__link {
        margin: 0 .3em; } }
  .Nav__row, .Nav__subnavRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc; }
  .Nav__subnavRow .Nav__link {
    font-size: 0.75em;
    padding: 11px 0 12px;
    white-space: nowrap; }
  .Nav__items {
    display: flex; }
  .Nav__dropdown {
    position: relative;
    display: inline-block; }
    .Nav__dropdown:hover {
      color: #47a9c0;
      cursor: pointer; }
    .Nav__dropdown > button {
      background-color: white;
      border: none;
      padding: 10px 10px 11px 0;
      display: inline-block;
      color: inherit;
      text-decoration: none;
      cursor: pointer; }
      .Nav__dropdown > button:before {
        position: absolute;
        right: 4px;
        top: 10px;
        content: '\25BC'; }
    .Nav__dropdown.opened > ol {
      display: block;
      z-index: 9999; }
    .Nav__dropdown ol {
      position: absolute;
      top: 18px;
      border: 1px solid #ccc;
      border-radius: 3px;
      right: 0;
      list-style: none;
      padding: 4px 0;
      display: none;
      background-color: white;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175); }
      .Nav__dropdown ol li {
        display: block;
        padding: 5px;
        white-space: nowrap;
        min-width: 200px; }
        .Nav__dropdown ol li:hover {
          cursor: pointer; }
        .Nav__dropdown ol li a {
          text-decoration: none;
          display: block; }

.Subscribe__event {
  background-color: #E8AB47;
  color: black;
  text-transform: uppercase; }
  .Subscribe__event:hover, .Subscribe__event:visited {
    color: black; }

.Edition {
  display: flex;
  font-family: BioSans, Roboto, Arial, sans-serif;
  padding: 0.3em 0 0.3em 16px;
  margin-top: -1px;
  margin-bottom: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center; }
  @media (min-width: 1024px) {
    .Edition {
      margin-left: 0;
      margin-right: 0;
      border-top: none;
      align-items: center;
      padding: 0.6em 0; } }
  .Edition--active {
    background: #47a9c0;
    border-top: none;
    border-bottom: none; }
    .Edition--active .Edition__label {
      color: white; }
  .Edition__caret {
    color: #47a9c0; }
  .Edition__label {
    flex: 1;
    padding-left: 1em;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 1023px) {
      .Edition__label {
        display: none !important; } }
  .Edition__today {
    flex: 1;
    text-align: left; }
  .Edition__today {
    flex: 1;
    text-align: right;
    padding-right: 1em; }
    @media (max-width: 1023px) {
      .Edition__today {
        display: none !important; } }
  .Edition__user {
    flex: 1;
    text-align: right;
    margin-right: 16px; }
    @media (min-width: 1024px) {
      .Edition__user {
        display: none !important; } }
    .Edition--active .Edition__user a {
      color: white; }

.SectionPicker__caret {
  display: inline-block;
  transition: transform 200ms ease-in-out;
  transform-origin: 50% 58%; }

.Footer {
  top: 0;
  position: fixed;
  z-index: 1000;
  background: white;
  transform: translateX(-100%);
  transition: transform 200ms ease-in-out;
  visibility: hidden; }
  .Footer--open {
    transform: translateX(0);
    width: 92vw;
    visibility: visible;
    height: 100vh;
    overflow-y: scroll;
    box-shadow: 92vw 0px rgba(48, 48, 48, 0.9); }
    @media (min-width: 1024px) {
      .Footer--open {
        transform: none;
        width: auto;
        height: auto;
        box-shadow: none; } }
  .Footer--closed {
    transform: translateX(-100%);
    visibility: visible; }
  .Footer__content {
    flex-flow: wrap;
    padding: 1em 0; }
    @media (min-width: 1024px) {
      .Footer__content {
        padding: 4em 0; } }
    .Footer__content .Flex__col, .Footer__content .Section__story {
      min-width: 10%; }
  .Footer__header {
    text-align: center; }
    @media (min-width: 1024px) {
      .Footer__header {
        display: none; } }
  .Footer__close {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 0.5em; }
  .Footer__logo {
    max-width: 170px;
    padding: 12px 0 8px;
    margin: 0 auto; }
    .Footer__logo svg {
      max-width: 100%; }
  @media (min-width: 1024px) {
    .Footer {
      position: static;
      border-top: 1px solid #ccc;
      transform: none;
      transition: none;
      visibility: visible; } }
  .Footer__heading {
    align-items: center;
    color: #303030;
    display: flex;
    font-size: 1.1em;
    justify-content: space-between;
    padding: 0.5em 0;
    margin: 0;
    word-break: break-word; }
    @media (min-width: 1024px) {
      .Footer__heading {
        font-size: 0.815em; } }
    .Footer__heading a:not(:hover) {
      color: #303030; }
  .Footer__expander {
    cursor: pointer; }
    .Footer__expander svg {
      transition: transform 0.3s ease-out; }
    .Footer__expander input {
      visibility: hidden; }
      .Footer__expander input:checked + svg {
        transform: rotate(-180deg); }
    @media (min-width: 1024px) {
      .Footer__expander {
        display: none; } }
  .Footer__list {
    height: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #ccc; }
    .Footer__list--expanded {
      height: auto;
      padding-bottom: 0.8em; }
    @media (min-width: 1024px) {
      .Footer__list {
        height: auto;
        margin: 0 0 2em 0;
        border-bottom: none; } }
  .Footer__listItem {
    letter-spacing: 0em;
    line-height: 1.25em;
    margin: 0.5em 0; }
    .Footer__listItem a {
      text-decoration: none; }
      .Footer__listItem a:not(:hover) {
        color: #303030; }
  .Footer__row, .Footer__globalUtility, .FooterUserMenu {
    border-top: 1px solid #ccc;
    padding: 1em 0; }
  .Footer__globalUtility {
    font-size: 0.6875em;
    color: white;
    background: #303030;
    letter-spacing: 0.02em;
    text-align: center;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 1024px) {
      .Footer__globalUtility {
        text-align: left; } }
  .Footer__globalSocial {
    list-style: none;
    padding: 0;
    margin: 0 auto 1em; }
    @media (min-width: 1024px) {
      .Footer__globalSocial {
        float: right;
        margin: -0.5em -0.5em 0 0;
        *zoom: 1; }
        .Footer__globalSocial:after {
          content: " ";
          display: table;
          clear: both; } }
    .Footer__globalSocial li {
      display: inline; }
      .Footer__globalSocial li a {
        padding: 0.25em; }
        .Footer__globalSocial li a svg {
          width: 20px;
          height: 20px;
          vertical-align: middle; }
          .Footer__globalSocial li a svg * {
            fill: #fff; }
  .Footer__mobileUtility {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 0; }
    .Footer__mobileUtility li {
      flex: 0 50%; }
  .Footer__mobileSocial {
    list-style: none;
    padding: 0;
    margin-left: -0.5em;
    margin-top: -0.5em;
    *zoom: 1; }
    .Footer__mobileSocial:after {
      content: " ";
      display: table;
      clear: both; }
    .Footer__mobileSocial li {
      display: inline;
      vertical-align: middle; }
      .Footer__mobileSocial li a {
        padding: 0.25em;
        vertical-align: middle; }
        .Footer__mobileSocial li a svg {
          width: 24px;
          height: 24px;
          vertical-align: middle; }
          .Footer__mobileSocial li a svg * {
            fill: #303030; }
  .Footer__CTA {
    display: none; }
    @media (min-width: 1024px) {
      .Footer__CTA {
        border-right: 1px solid #ccc;
        flex: 2;
        display: flex;
        justify-content: center;
        align-items: stretch;
        text-align: center;
        /*min-width: 20%;*/ } }
    @media (min-width: 1024px) {
      .Footer__CTA {
        flex: 2;
        margin-right: 1em; } }

.SimpleFooter {
  margin-top: 2em; }

.FooterUserMenu {
  background: #f0f0f0;
  border-top: 2px solid #47a9c0;
  padding: 2em 0; }
  .FooterUserMenu__row {
    align-items: center; }
  .FooterUserMenu__user, .FooterUserMenu__nav, .FooterUserMenu__articleCount {
    font-size: 0.875em;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 1024px) {
      .FooterUserMenu__user, .FooterUserMenu__nav, .FooterUserMenu__articleCount {
        font-size: 1em; } }
  .FooterUserMenu__subscribe {
    color: #303030;
    margin: 1em 0;
    white-space: nowrap; }
    @media (min-width: 1024px) {
      .FooterUserMenu__subscribe {
        margin: 0;
        display: inline; } }
  .FooterUserMenu__articleCount {
    margin-right: 0.25em;
    color: #878787; }
  .FooterUserMenu__user {
    margin-right: 16px; }
    .FooterUserMenu__user svg {
      margin: 0 0.5em -0.25em 0; }
  .FooterUserMenu__nav {
    margin: 1em 0; }
    @media (min-width: 1024px) {
      .FooterUserMenu__nav {
        margin: 0 auto 0 0;
        padding: 0.5em 0; } }
  @media (min-width: 1024px) {
    .FooterUserMenu__nav {
      border-left: 1px solid #ccc;
      padding-left: 16px; } }
  .FooterUserMenu__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .FooterUserMenu__nav li {
    margin-right: 16px; }
    .FooterUserMenu__nav li:last-of-type {
      margin-right: 0; }
  .FooterUserMenu__nav a {
    color: #878787;
    text-decoration: none; }
    .FooterUserMenu__nav a:hover {
      text-decoration: underline; }
  .FooterUserMenu__logout, .FooterUserMenu__login {
    margin-left: auto;
    white-space: nowrap; }
    .FooterUserMenu__logout a + a, .FooterUserMenu__login a + a {
      margin-left: 1em; }

.Dialog[open] {
  width: 100%; }
  @media (min-width: 1024px) {
    .Dialog[open] {
      width: 500px; } }

.Dialog__header, .Dialog__footer {
  text-align: center; }

.LogIn {
  margin: 0 auto;
  width: 80%; }
  @media (min-width: 1024px) {
    .LogIn {
      width: 50%; } }
  @media (min-width: 1024px) {
    .LogIn {
      width: 33%; } }
  .LogIn__form {
    margin-bottom: 3em; }
  .LogIn__label {
    display: block;
    width: 100%;
    margin-bottom: 0.5em; }
  .LogIn__input {
    display: block;
    width: 100%;
    margin-bottom: 1em; }
  .LogIn__button {
    display: block;
    width: 100%;
    margin-bottom: 1em; }

.MostRead {
  margin: 1em 0; }
  @media (min-width: 1024px) {
    .MostRead {
      margin: 2em 0; } }
  .MostRead__header {
    padding-bottom: 0.1em;
    margin-bottom: 0;
    border-bottom: 1px solid #d8d8d8; }
    .MostRead__header svg {
      width: 20px;
      vertical-align: baseline;
      position: relative;
      top: 4px;
      margin-right: 16px; }
  .MostRead__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .MostRead__number {
    font-size: 1em;
    margin-right: 16px; }
  .MostRead__item {
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    line-height: initial; }
    .MostRead__item .ArticlePreview {
      padding: 16px 0 8px 0; }
      .MostRead__item .ArticlePreview:last-of-type {
        margin-bottom: 0; }

.RelatedArticles {
  margin: 1em 0; }
  @media (min-width: 1440px) {
    .RelatedArticles {
      margin: 2em 0; } }
  .RelatedArticles__header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em; }
  .RelatedArticles__title {
    margin: 0 1em;
    color: #47a9c0; }
  .RelatedArticles__ornate {
    flex: 1;
    height: 1px;
    background: #ccc;
    margin: -0.5em 0 0; }

@media (min-width: 1024px) {
  .Search__group {
    display: flex; }
  .Search__label {
    flex: 1; }
    .Search__label h2, .Search__label .Article__subhead {
      padding-right: 16px; }
  .Search__articles {
    flex: 3;
    margin: 0; } }

.Search__ad .Ad {
  margin-top: 0;
  margin-bottom: 3em; }

.Search__results {
  list-style: none;
  margin: 2em 0;
  padding: 0; }
  @media (min-width: 1024px) {
    .Search__results {
      padding: 0 6em 0 0; } }

.Search__form {
  justify-content: center;
  margin-bottom: 2em; }
  @media (min-width: 1024px) {
    .Search__form {
      font-size: 1.5em; } }

@media (min-width: 640px) {
  .Search__innerBar {
    display: flex; }
    .Search__innerBar__search {
      flex: 4; }
    .Search__innerBar__sort {
      flex: 1; } }

/* Tags at the bottom of Articles */
.Tags {
  margin: 1em 0; }
  @media (min-width: 1024px) {
    .Tags {
      margin: 2em 0; } }
  @media (min-width: 1024px) {
    .Tags {
      text-align: center; } }
  .Tags__title {
    margin-bottom: 1em;
    color: #303030; }
  .Tags__tag, .Breaking, .SubscriberOnly, .OpEd {
    vertical-align: middle;
    background: #47a9c0;
    color: white;
    display: inline-block;
    font-family: BioSans, Roboto, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.075em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0.25em;
    padding: 8px 10px 10px 10px;
    text-decoration: none;
    text-transform: uppercase; }
    .Tags__tag:last-of-type, .Breaking:last-of-type, .SubscriberOnly:last-of-type, .OpEd:last-of-type {
      margin-right: 0; }
    .Tags__tag:visited, .Breaking:visited, .SubscriberOnly:visited, .OpEd:visited, .Tags__tag:hover, .Breaking:hover, .SubscriberOnly:hover, .OpEd:hover {
      color: white; }

.Tags__tag--small, .Breaking, .SubscriberOnly, .OpEd {
  font-size: 13px;
  padding: 4px 10px 6px 10px; }

.Breaking {
  background-color: #F16C58;
  display: inline-block !important; }

.SubscriberOnly {
  background-color: #47a9c0;
  display: inline-block !important; }

.OpEd {
  background-color: #137090;
  display: inline-block !important; }

/* Tags in Previews and Article Headers */
.Article__tag--badge,
.Article__tag--breaking,
.Article__tag--subscriber,
.Article__tag--sponsored,
.ArticlePreview__tag--badge,
.ArticlePreview__tag--breaking,
.ArticlePreview__tag--subscriber,
.ArticlePreview__tag--sponsored,
.Article__sectionTag,
.ArticlePreview__sectionTag,
.ArticlePreview__sectionTag--badge,
.ArticlePreview__sectionTag--breaking,
.ArticlePreview__sectionTag--subscriber,
.ArticlePreview__sectionTag--sponsored {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  font-family: BioSans, Roboto, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.4; }

.Article__sectionTag,
.ArticlePreview__sectionTag {
  color: #137090; }
  .Article__sectionTag:hover,
  .ArticlePreview__sectionTag:hover {
    color: #47a9c0; }
  .Article__sectionTag:visited,
  .ArticlePreview__sectionTag:visited {
    color: #137090; }

.ArticlePreview__sectionTag--breaking, .ArticlePreview__sectionTag--subscriber, .ArticlePreview__sectionTag--sponsored {
  color: #137090; }

.ArticlePreview__sectionTag--breaking {
  color: #F16C58; }

.ArticlePreview__sectionTag--subscriber {
  color: #E8AB47; }

.ArticlePreview__sectionTag--sponsored {
  color: #878787; }

.Article__tag--badge, .Article__tag--breaking, .Article__tag--subscriber, .Article__tag--sponsored,
.ArticlePreview__tag--badge,
.ArticlePreview__tag--breaking,
.ArticlePreview__tag--subscriber,
.ArticlePreview__tag--sponsored {
  color: #fff;
  padding: 0.1em 0.5em 0.2em 0.5em;
  margin: 0 0.5em 0.25em 0; }

.Article__tag--breaking,
.ArticlePreview__tag--breaking {
  background-color: #F16C58; }

.Article__tag--subscriber,
.ArticlePreview__tag--subscriber {
  background-color: #E8AB47; }

.Article__tag--sponsored,
.ArticlePreview__tag--sponsored {
  background-color: #303030; }

/* Don't get too close to headlines */
.Article__sectionTag + h1 {
  margin-top: 0.25em; }

.ArticlePreview__sectionTag + h1 {
  margin-top: 0.125em; }

.TopByline {
  align-content: center;
  display: flex;
  font-family: BioSans, Roboto, Arial, sans-serif;
  margin: 1em 0; }
  .TopByline__authors {
    display: flex;
    flex: 0 0 auto;
    flex-flow: wrap;
    align-items: center;
    margin-right: 16px; }
    .TopByline__authors img {
      width: 60px;
      height: 60px;
      margin: auto 2px;
      padding-bottom: 2px;
      padding-top: 2px; }
    .TopByline__authors img:last-of-type {
      margin-right: 16px; }
    .TopByline__authors--name {
      display: flex;
      align-items: center;
      flex-direction: row; }
  .TopByline__image {
    margin-right: 16px; }
    .TopByline__image img {
      display: inline-block;
      max-width: 60px; }
  .TopByline__content {
    font-size: 0.9375em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    flex-grow: 1;
    margin-left: auto;
    padding: 0.5em 0; }
    .TopByline__content span {
      line-height: 1.5; }
    @media (min-width: 1024px) {
      .TopByline__content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
  .TopByline__author {
    display: block;
    flex-grow: 1; }
  .TopByline__authorTag {
    font-family: BioSans, Roboto, Arial, sans-serif;
    font-weight: bold;
    background-color: #F0F0F0;
    color: #53575A;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 1.125;
    padding: 0em 0.4em 0.1em 0.4em;
    margin-right: 0.5em;
    white-space: nowrap; }
  .TopByline__authorTag {
    font-family: BioSans, Roboto, Arial, sans-serif;
    font-weight: bold;
    background-color: #F0F0F0;
    color: #53575A;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 1.125;
    padding: 0em 0.4em 0.1em 0.4em;
    white-space: nowrap; }
  .TopByline__timestamp {
    display: block;
    color: #878787;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 1024px) {
      .TopByline__timestamp {
        text-align: right; } }
  .TopByline__timestampDivider {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -100%; }
    @media (min-width: 1280px) {
      .TopByline__timestampDivider {
        display: inline;
        width: auto;
        height: auto;
        text-indent: initial; } }
  .TopByline__timestampDivider {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -100%; }
    @media (min-width: 1280px) {
      .TopByline__timestampDivider {
        display: inline;
        width: auto;
        height: auto;
        text-indent: initial; } }
  .TopByline .Badge {
    margin-bottom: 0; }
  .TopByline .Badge:first-of-type {
    margin-left: 16px; }
  .TopByline .SubscriberOnly {
    margin-left: 16px;
    margin-bottom: 0; }
  .TopByline .OpEd {
    margin-left: 16px;
    margin-bottom: 0; }

.SubscribeLanding {
  padding: 2vw 0 4vw;
  /* Override Piano nonsense */
  font-size: 16px;
  -webkit-font-smoothing: auto; }
  @media (min-width: 1024px) {
    .SubscribeLanding {
      align-items: center; }
      .SubscribeLanding .Flex__col, .SubscribeLanding .Section__story {
        padding: 0 2em; }
        .SubscribeLanding .Flex__col:first-of-type, .SubscribeLanding .Section__story:first-of-type {
          padding: 0 2em 0 0; }
        .SubscribeLanding .Flex__col:last-of-type, .SubscribeLanding .Section__story:last-of-type {
          padding: 0 0 0 2em; } }
  .SubscribeLanding__Appeal {
    text-align: center; }
    @media (min-width: 1024px) {
      .SubscribeLanding__Appeal {
        flex: 1; } }
    @media (min-width: 1024px) {
      .SubscribeLanding__Appeal .FeatureChecklist {
        column-count: 2;
        column-gap: 6em; } }
  @media (min-width: 1024px) {
    .SubscribeLanding__Intake {
      flex: 1; } }

.Subscribe__Callout {
  margin: 2em 0;
  padding: 3vw 4vw;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06), 0 4px 24px 0 rgba(0, 0, 0, 0.08), 0 6px 6px 0 rgba(0, 0, 0, 0.1); }

.Subscribe__Alternative {
  margin-top: 4vw; }

.SubscribeBlock {
  padding: 6vw; }

.FeatureChecklist {
  max-width: 36em;
  margin: 2em auto;
  list-style: none;
  padding-left: 3em;
  text-align: left;
  font-size: .875em; }
  .FeatureChecklist li {
    line-height: 1.5;
    margin: 0 0 1em;
    position: relative; }
    .FeatureChecklist li:before {
      content: url("data:image/svg+xml;utf8,<svg viewBox='0 0 22 16' xmlns='http://www.w3.org/2000/svg'><path transform='rotate(90 780.409 301.591)' stroke='rgb(71,169,192)' stroke-width='2' fill='none' stroke-linecap='square' d='M480.9091 1062.0909L492.9091 1074.948 488.5455 1080.0909'/></svg>");
      width: 22px;
      height: 16px;
      position: absolute;
      left: -2.25em;
      top: 0.2em; }

@media (min-width: 640px) {
  .TermCards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; } }

.TermCard {
  background: white;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06), 0 4px 24px 0 rgba(0, 0, 0, 0.08), 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 1em 2em;
  flex: 1;
  text-align: center;
  margin-bottom: 1em; }
  .TermCard__name {
    font-weight: bold;
    margin: 1em 0; }
    .TermCard__name .highlight {
      position: relative;
      white-space: nowrap; }
      .TermCard__name .highlight:after {
        content: '';
        background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 158 8' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path d='M2,6 C47.3333333,3.33333333 82,2 106,2 C130,2 146.666667,3 156,5' stroke='rgb(19,112,144)' stroke-width='3' fill='none' fill-rule='evenodd' stroke-linecap='round'/></svg>");
        background-size: 100% 100%;
        position: absolute;
        bottom: -3px;
        left: -5%;
        width: 112%;
        height: 15%; }
  .TermCard__price {
    margin: 1em 0; }
    .TermCard__price .number {
      font-size: 3em;
      line-height: 1;
      letter-spacing: -0.08em; }
    .TermCard__price .term {
      font-size: 1em;
      color: #53575A; }
  .TermCard__notes {
    font-size: 0.9em;
    margin: 1em 0; }
  .TermCard .btn, .TermCard .UserMenu__close, .TermCard .SectionPicker__expand, .TermCard .Lightbox__prevButton, .TermCard .Lightbox__nextButton, .TermCard .Lightbox__button, .TermCard .Lightbox__galleryButton, .TermCard .Header__searchButton, .TermCard .Header__hamburgerButton, .TermCard .Footer__close, .TermCard .LandingScoreboard .Scores_prevButton, .LandingScoreboard .TermCard .Scores_prevButton, .TermCard .LandingScoreboard .Scores_nextButton, .LandingScoreboard .TermCard .Scores_nextButton {
    margin: 1em auto; }
  .TermCard--preferred {
    z-index: 1; }
    .TermCard--preferred .TermCard__name {
      color: #137090; }

.LandingHeader {
  margin-bottom: 2em; }

.OfferIntro {
  margin: 2em 0; }
  .OfferIntro h1 {
    max-width: 16em;
    margin-left: auto;
    margin-right: auto; }
  .OfferIntro h2, .OfferIntro .Article__subhead {
    max-width: 32em;
    margin-left: auto;
    margin-right: auto; }

.AlternateOffers {
  text-align: center;
  margin: 0 0 2em; }
  @media (min-width: 640px) {
    .AlternateOffers {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row; } }
  .AlternateOffers a {
    display: block;
    margin: 0 auto;
    padding: 1em;
    max-width: 16em;
    flex: 1; }

@media (min-width: 1280px) {
  .SubscribePage {
    min-height: 100vh;
    display: flex;
    flex-direction: column; } }

.SubscribePage .Footer__globalUtility .Container {
  max-width: none; }

.SubscribeMain {
  text-align: center;
  padding: 1em 0; }
  .SubscribeMain .Container {
    max-width: 720px; }
  @media (min-width: 1280px) {
    .SubscribeMain {
      flex: 1;
      width: 60%;
      background: white;
      padding: 2em; } }

.SubscribeUtility .SubscriberAppeal {
  padding: 0.25em 1em;
  border-bottom: 1px solid #ccc;
  text-align: center; }

@media (min-width: 1280px) {
  .SubscribeUtility .Header__user {
    position: fixed;
    top: 0;
    right: 0;
    padding: 2em;
    z-index: 1; }
  .SubscribeUtility div {
    position: relative; }
    .SubscribeUtility div .btn, .SubscribeUtility div .UserMenu__close, .SubscribeUtility div .SectionPicker__expand, .SubscribeUtility div .Lightbox__prevButton, .SubscribeUtility div .Lightbox__nextButton, .SubscribeUtility div .Lightbox__button, .SubscribeUtility div .Lightbox__galleryButton, .SubscribeUtility div .Header__searchButton, .SubscribeUtility div .Header__hamburgerButton, .SubscribeUtility div .Footer__close, .SubscribeUtility div .LandingScoreboard .Scores_prevButton, .LandingScoreboard .SubscribeUtility div .Scores_prevButton, .SubscribeUtility div .LandingScoreboard .Scores_nextButton, .LandingScoreboard .SubscribeUtility div .Scores_nextButton {
      padding-left: 1.5em;
      padding-right: 1.5em; } }

.SubscribeGraphic {
  display: none; }
  @media (min-width: 1280px) {
    .SubscribeGraphic {
      display: block;
      position: fixed;
      width: 40%;
      height: 100%;
      right: 0;
      top: 0;
      background-size: cover;
      background-position: center center; }
      .SubscribeGraphic:before {
        content: '';
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
        width: 100%;
        height: 33%;
        position: absolute;
        top: 0;
        right: 0; } }

@media (min-width: 1024px) {
  .SubscribeHeader .Header__title {
    max-width: 240px; } }

.SubscribeFooter .Footer__globalUtility {
  border-top: none; }

@media (min-width: 1280px) {
  .SubscribeFooter {
    position: relative; } }

.Interior__container {
  padding-top: 4vw;
  padding-bottom: 4vw;
  max-width: 64em; }
  .Interior__container .Article__header {
    text-align: center; }

@media (min-width: 1024px) and (min-height: 1024px) {
  .SimpleBody .SimpleFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; } }

.SimpleBody .Container > .Rule:first-of-type {
  margin-top: 0; }

.TwoColumnLayout {
  margin-top: 16px; }
  @media only screen and (max-width: 1023px) {
    .TwoColumnLayout {
      padding-top: 50px; } }
  @media only screen and (max-width: 1023px) and (min-width: 1024px) {
    .TwoColumnLayout {
      padding-top: 200px; } }
  @media (min-width: 1024px) {
    .TwoColumnLayout {
      display: flex;
      flex-wrap: wrap;
      margin-top: 16px; }
      .TwoColumnLayout__main {
        flex: 3;
        padding: 0 16px;
        padding-left: 0;
        border-right: 1px solid #d8d8d8;
        margin-right: 16px; }
      .TwoColumnLayout__sidebar {
        flex: 0 1 300px; } }

@media (min-width: 1024px) {
  .HomeLayout__center {
    padding: 0 0 0 16px;
    flex: 2;
    border-left: 1px solid #d8d8d8; }
  .HomeLayout__left {
    padding: 0 16px 0 0;
    flex: 1; } }

.Home__container {
  margin: 0 auto;
  padding: 0 16px;
  /*max-width: 480px;*/ }
  @media (min-width: 1024px) {
    .Home__container {
      max-width: 1344px; } }

@media (min-width: 1280px) {
  .HomeTop,
  .HomeBottom {
    display: flex; }
    .HomeTop__main,
    .HomeBottom__main {
      padding: 0 16px 0 0;
      flex: 3; }
    .HomeTop__sidebar,
    .HomeBottom__sidebar {
      border-left: 1px solid #d8d8d8;
      padding: 0 0 0 16px;
      flex: 0 1 300px; } }

@media (min-width: 1024px) {
  .HomeTop__headlines {
    display: flex;
    flex-direction: row-reverse; }
    .HomeTop__headlines .SecondaryHeadlines {
      padding: 0 16px 0 0;
      flex: 0 1 300px; }
      .HomeTop__headlines .SecondaryHeadlines__slots {
        display: flex;
        flex-flow: column; }
        .HomeTop__headlines .SecondaryHeadlines__slots .hide-lg {
          order: 4; }
    .HomeTop__headlines .PrimaryHeadlines {
      border-left: 1px solid #d8d8d8;
      padding: 0 0 0 16px;
      flex: 1; } }

@media (min-width: 1024px) {
  .HomeTop--partial-takeover .HomeTop__headlines {
    display: flex;
    flex-direction: column; }
    .HomeTop--partial-takeover .HomeTop__headlines .SecondaryHeadlines {
      border-top: 1px solid #d8d8d8;
      padding: 1em 0 0;
      flex: 1 1 0px; }
      .HomeTop--partial-takeover .HomeTop__headlines .SecondaryHeadlines__slots {
        flex-flow: wrap;
        align-items: center;
        margin: 0 -16px; }
        .HomeTop--partial-takeover .HomeTop__headlines .SecondaryHeadlines__slots .hide-lg {
          order: 4; }
        .HomeTop--partial-takeover .HomeTop__headlines .SecondaryHeadlines__slots > div {
          flex: 1 1 0px;
          padding: 0 16px;
          min-width: 50%; }
        .HomeTop--partial-takeover .HomeTop__headlines .SecondaryHeadlines__slots > article {
          flex: 1 1 0px;
          padding: 0 16px; }
    .HomeTop--partial-takeover .HomeTop__headlines .PrimaryHeadlines {
      border-left: none;
      padding: 0;
      flex: 1 1 0px; } }

@media (min-width: 1024px) {
  .HomeTop--partial-takeover .HomeTop__headlines .SecondaryHeadlines__slots {
    flex-flow: row;
    align-items: start; }
    .HomeTop--partial-takeover .HomeTop__headlines .SecondaryHeadlines__slots > div {
      min-width: 33.333%; } }

.PrimaryHeadlines--row > .filled {
  padding: 10px !important; }
  .PrimaryHeadlines--row > .filled:first-of-type {
    padding-right: 0; }
  .PrimaryHeadlines--row > .filled:last-of-type {
    padding-left: 0; }

@media (min-width: 1024px) {
  .PrimaryHeadlines--minor {
    display: flex; }
    .PrimaryHeadlines--minor > div {
      flex: 1 1 0px;
      padding: 0 16px;
      width: 50%; }
      .PrimaryHeadlines--minor > div:first-of-type {
        padding: 0 16px 0 0; }
      .PrimaryHeadlines--minor > div:last-of-type {
        padding: 0 0 0 16px; }
      .PrimaryHeadlines--minor > div:only-child {
        padding: 0; } }

@media (min-width: 1024px) {
  .HomeTop--partial-takeover .PrimaryHeadlines--minor {
    display: flex; }
    .HomeTop--partial-takeover .PrimaryHeadlines--minor > div {
      flex: 1 1 0px;
      padding: 0 16px; }
      .HomeTop--partial-takeover .PrimaryHeadlines--minor > div:first-of-type {
        padding: 0 16px 0 0; }
      .HomeTop--partial-takeover .PrimaryHeadlines--minor > div:last-of-type {
        padding: 0 0 0 16px; } }

@media (min-width: 1024px) {
  .PrimaryHeadlines--row {
    display: flex;
    position: relative; }
    .PrimaryHeadlines--row > article {
      flex: 1 1 0px;
      padding: 0 16px; }
      .PrimaryHeadlines--row > article:first-of-type {
        padding: 0 16px 0 0; }
      .PrimaryHeadlines--row > article:last-of-type {
        padding: 0 0 0 16px; }
    .PrimaryHeadlines--row > .EmbedWrapper {
      flex: 1 1 0px; }
    .PrimaryHeadlines--row + .PrimaryHeadlines--row {
      margin-top: 80px; }
    .PrimaryHeadlines--row ~ .PrimaryHeadlines--row:before {
      content: "";
      border: none;
      border-bottom: 1px solid #ccc;
      position: absolute;
      top: -50px;
      left: 25%;
      width: 50%;
      height: 1px; } }

@media (min-width: 1024px) {
  .FirstAside {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin: 0 -16px; }
    .FirstAside > div {
      flex: 1;
      padding: 0 16px;
      min-width: 50%; }
      .FirstAside > div:first-of-type {
        min-width: 100%; } }

@media (min-width: 1024px) {
  .FirstAside > div {
    min-width: 33.333%; }
    .FirstAside > div:first-of-type {
      min-width: 33.333%; } }

@media (min-width: 1280px) {
  .FirstAside {
    display: block; } }

@media (min-width: 1024px) {
  .SecondAside {
    display: flex;
    flex-flow: wrap-reverse;
    align-items: center;
    margin: 0 -16px; }
    .SecondAside > div {
      flex: 1;
      padding: 0 16px;
      min-width: 50%; } }

@media (min-width: 1024px) {
  .SecondAside > div {
    min-width: 33.333%; }
    .SecondAside > div:first-of-type {
      min-width: 66.666%; } }

@media (min-width: 1280px) {
  .SecondAside {
    display: block; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .FirstAside__ads {
    display: flex; }
    .FirstAside__ads > div {
      flex: 1; } }

@media (min-width: 1280px) {
  .FirstAside__ads {
    display: unset; }
    .FirstAside__ads > div {
      padding: 0; } }

@media (min-width: 1024px) {
  .SecondAside__ads {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .SecondAside__ads {
    display: flex; }
    .SecondAside__ads > div {
      flex: 1;
      padding: 0 16px; }
      .SecondAside__ads > div:first-of-type {
        padding: 0 16px 0 0; }
      .SecondAside__ads > div:last-of-type {
        padding: 0 0 0 16px; } }

@media (min-width: 1024px) {
  .HomeSections {
    display: flex;
    flex-flow: wrap;
    margin: 0 -16px; }
    .HomeSections > div {
      padding: 0 16px;
      flex: 1;
      min-width: 50%; } }

@media (min-width: 1024px) {
  .HomeSections > div {
    min-width: 33.333%; } }

@media (min-width: 1024px) {
  .OpinionPreview {
    display: flex;
    flex-flow: wrap;
    margin: 0 -16px; }
    .OpinionPreview > div {
      padding: 0 16px;
      flex: 1;
      min-width: 50%; } }

@media (min-width: 1024px) {
  .OpinionPreview > div {
    min-width: 33.333%; } }

.EmbedEmailSignupWrapper {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

.LandingTop {
  padding-top: 1em; }

.LandingBottom {
  margin-top: 0; }

.LandingNav__Row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc; }
  .LandingNav__Row .Nav__items {
    overflow-x: auto; }
  .LandingNav__Row .Nav__link {
    flex-shrink: 0; }

.Tabs__Row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc; }

.TrenchesMasthead {
  background: #000000;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 1024px) {
    .TrenchesMasthead__row {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch; } }
  @media (min-width: 1440px) {
    .TrenchesMasthead__row {
      align-items: center; } }
  .TrenchesMasthead__row img {
    display: block; }
  .TrenchesMasthead__row .podcast-btn {
    padding-right: 75px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    .TrenchesMasthead__row .podcast-btn:after {
      content: "";
      width: 5%;
      height: 100%;
      position: absolute;
      background: url("/assets/images/mic.png") no-repeat;
      background-size: contain;
      background-position: center bottom;
      right: 1%;
      bottom: 0; }
    @media (min-width: 1440px) {
      .TrenchesMasthead__row .podcast-btn {
        margin: 0 2.5% 0 2em;
        flex-grow: 0;
        padding-right: 4%; } }

.ICYMI_Toolbox {
  margin-bottom: 10px; }
  .ICYMI_Toolbox .btn, .ICYMI_Toolbox .UserMenu__close, .ICYMI_Toolbox .SectionPicker__expand, .ICYMI_Toolbox .Lightbox__prevButton, .ICYMI_Toolbox .Lightbox__nextButton, .ICYMI_Toolbox .Lightbox__button, .ICYMI_Toolbox .Lightbox__galleryButton, .ICYMI_Toolbox .Header__searchButton, .ICYMI_Toolbox .Header__hamburgerButton, .ICYMI_Toolbox .Footer__close, .ICYMI_Toolbox .LandingScoreboard .Scores_prevButton, .LandingScoreboard .ICYMI_Toolbox .Scores_prevButton, .ICYMI_Toolbox .LandingScoreboard .Scores_nextButton, .LandingScoreboard .ICYMI_Toolbox .Scores_nextButton,
  .ICYMI_Toolbox .btn:active:not(:disabled),
  .ICYMI_Toolbox .UserMenu__close:active:not(:disabled),
  .ICYMI_Toolbox .SectionPicker__expand:active:not(:disabled),
  .ICYMI_Toolbox .Lightbox__prevButton:active:not(:disabled),
  .ICYMI_Toolbox .Lightbox__nextButton:active:not(:disabled),
  .ICYMI_Toolbox .Lightbox__button:active:not(:disabled),
  .ICYMI_Toolbox .Lightbox__galleryButton:active:not(:disabled),
  .ICYMI_Toolbox .Header__searchButton:active:not(:disabled),
  .ICYMI_Toolbox .Header__hamburgerButton:active:not(:disabled),
  .ICYMI_Toolbox .Footer__close:active:not(:disabled),
  .ICYMI_Toolbox .LandingScoreboard .Scores_prevButton:active:not(:disabled),
  .LandingScoreboard .ICYMI_Toolbox .Scores_prevButton:active:not(:disabled),
  .ICYMI_Toolbox .LandingScoreboard .Scores_nextButton:active:not(:disabled),
  .LandingScoreboard .ICYMI_Toolbox .Scores_nextButton:active:not(:disabled),
  .ICYMI_Toolbox .btn:focus:not(:disabled),
  .ICYMI_Toolbox .UserMenu__close:focus:not(:disabled),
  .ICYMI_Toolbox .SectionPicker__expand:focus:not(:disabled),
  .ICYMI_Toolbox .Lightbox__prevButton:focus:not(:disabled),
  .ICYMI_Toolbox .Lightbox__nextButton:focus:not(:disabled),
  .ICYMI_Toolbox .Lightbox__button:focus:not(:disabled),
  .ICYMI_Toolbox .Lightbox__galleryButton:focus:not(:disabled),
  .ICYMI_Toolbox .Header__searchButton:focus:not(:disabled),
  .ICYMI_Toolbox .Header__hamburgerButton:focus:not(:disabled),
  .ICYMI_Toolbox .Footer__close:focus:not(:disabled),
  .ICYMI_Toolbox .LandingScoreboard .Scores_prevButton:focus:not(:disabled),
  .LandingScoreboard .ICYMI_Toolbox .Scores_prevButton:focus:not(:disabled),
  .ICYMI_Toolbox .LandingScoreboard .Scores_nextButton:focus:not(:disabled),
  .LandingScoreboard .ICYMI_Toolbox .Scores_nextButton:focus:not(:disabled) {
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #FFCE7D;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center; }
    .ICYMI_Toolbox .btn label, .ICYMI_Toolbox .UserMenu__close label, .ICYMI_Toolbox .SectionPicker__expand label, .ICYMI_Toolbox .Lightbox__prevButton label, .ICYMI_Toolbox .Lightbox__nextButton label, .ICYMI_Toolbox .Lightbox__button label, .ICYMI_Toolbox .Lightbox__galleryButton label, .ICYMI_Toolbox .Header__searchButton label, .ICYMI_Toolbox .Header__hamburgerButton label, .ICYMI_Toolbox .Footer__close label, .ICYMI_Toolbox .LandingScoreboard .Scores_prevButton label, .LandingScoreboard .ICYMI_Toolbox .Scores_prevButton label, .ICYMI_Toolbox .LandingScoreboard .Scores_nextButton label, .LandingScoreboard .ICYMI_Toolbox .Scores_nextButton label,
    .ICYMI_Toolbox .btn:active:not(:disabled) label,
    .ICYMI_Toolbox .UserMenu__close:active:not(:disabled) label,
    .ICYMI_Toolbox .SectionPicker__expand:active:not(:disabled) label,
    .ICYMI_Toolbox .Lightbox__prevButton:active:not(:disabled) label,
    .ICYMI_Toolbox .Lightbox__nextButton:active:not(:disabled) label,
    .ICYMI_Toolbox .Lightbox__button:active:not(:disabled) label,
    .ICYMI_Toolbox .Lightbox__galleryButton:active:not(:disabled) label,
    .ICYMI_Toolbox .Header__searchButton:active:not(:disabled) label,
    .ICYMI_Toolbox .Header__hamburgerButton:active:not(:disabled) label,
    .ICYMI_Toolbox .Footer__close:active:not(:disabled) label,
    .ICYMI_Toolbox .LandingScoreboard .Scores_prevButton:active:not(:disabled) label,
    .LandingScoreboard .ICYMI_Toolbox .Scores_prevButton:active:not(:disabled) label,
    .ICYMI_Toolbox .LandingScoreboard .Scores_nextButton:active:not(:disabled) label,
    .LandingScoreboard .ICYMI_Toolbox .Scores_nextButton:active:not(:disabled) label,
    .ICYMI_Toolbox .btn:focus:not(:disabled) label,
    .ICYMI_Toolbox .UserMenu__close:focus:not(:disabled) label,
    .ICYMI_Toolbox .SectionPicker__expand:focus:not(:disabled) label,
    .ICYMI_Toolbox .Lightbox__prevButton:focus:not(:disabled) label,
    .ICYMI_Toolbox .Lightbox__nextButton:focus:not(:disabled) label,
    .ICYMI_Toolbox .Lightbox__button:focus:not(:disabled) label,
    .ICYMI_Toolbox .Lightbox__galleryButton:focus:not(:disabled) label,
    .ICYMI_Toolbox .Header__searchButton:focus:not(:disabled) label,
    .ICYMI_Toolbox .Header__hamburgerButton:focus:not(:disabled) label,
    .ICYMI_Toolbox .Footer__close:focus:not(:disabled) label,
    .ICYMI_Toolbox .LandingScoreboard .Scores_prevButton:focus:not(:disabled) label,
    .LandingScoreboard .ICYMI_Toolbox .Scores_prevButton:focus:not(:disabled) label,
    .ICYMI_Toolbox .LandingScoreboard .Scores_nextButton:focus:not(:disabled) label,
    .LandingScoreboard .ICYMI_Toolbox .Scores_nextButton:focus:not(:disabled) label {
      flex: 1 1 auto;
      text-align: center; }
    .ICYMI_Toolbox .btn:hover, .ICYMI_Toolbox .UserMenu__close:hover, .ICYMI_Toolbox .SectionPicker__expand:hover, .ICYMI_Toolbox .Lightbox__prevButton:hover, .ICYMI_Toolbox .Lightbox__nextButton:hover, .ICYMI_Toolbox .Lightbox__button:hover, .ICYMI_Toolbox .Lightbox__galleryButton:hover, .ICYMI_Toolbox .Header__searchButton:hover, .ICYMI_Toolbox .Header__hamburgerButton:hover, .ICYMI_Toolbox .Footer__close:hover, .ICYMI_Toolbox .LandingScoreboard .Scores_prevButton:hover, .LandingScoreboard .ICYMI_Toolbox .Scores_prevButton:hover, .ICYMI_Toolbox .LandingScoreboard .Scores_nextButton:hover, .LandingScoreboard .ICYMI_Toolbox .Scores_nextButton:hover,
    .ICYMI_Toolbox .btn:active:not(:disabled):hover,
    .ICYMI_Toolbox .UserMenu__close:active:not(:disabled):hover,
    .ICYMI_Toolbox .SectionPicker__expand:active:not(:disabled):hover,
    .ICYMI_Toolbox .Lightbox__prevButton:active:not(:disabled):hover,
    .ICYMI_Toolbox .Lightbox__nextButton:active:not(:disabled):hover,
    .ICYMI_Toolbox .Lightbox__button:active:not(:disabled):hover,
    .ICYMI_Toolbox .Lightbox__galleryButton:active:not(:disabled):hover,
    .ICYMI_Toolbox .Header__searchButton:active:not(:disabled):hover,
    .ICYMI_Toolbox .Header__hamburgerButton:active:not(:disabled):hover,
    .ICYMI_Toolbox .Footer__close:active:not(:disabled):hover,
    .ICYMI_Toolbox .LandingScoreboard .Scores_prevButton:active:not(:disabled):hover,
    .LandingScoreboard .ICYMI_Toolbox .Scores_prevButton:active:not(:disabled):hover,
    .ICYMI_Toolbox .LandingScoreboard .Scores_nextButton:active:not(:disabled):hover,
    .LandingScoreboard .ICYMI_Toolbox .Scores_nextButton:active:not(:disabled):hover,
    .ICYMI_Toolbox .btn:focus:not(:disabled):hover,
    .ICYMI_Toolbox .UserMenu__close:focus:not(:disabled):hover,
    .ICYMI_Toolbox .SectionPicker__expand:focus:not(:disabled):hover,
    .ICYMI_Toolbox .Lightbox__prevButton:focus:not(:disabled):hover,
    .ICYMI_Toolbox .Lightbox__nextButton:focus:not(:disabled):hover,
    .ICYMI_Toolbox .Lightbox__button:focus:not(:disabled):hover,
    .ICYMI_Toolbox .Lightbox__galleryButton:focus:not(:disabled):hover,
    .ICYMI_Toolbox .Header__searchButton:focus:not(:disabled):hover,
    .ICYMI_Toolbox .Header__hamburgerButton:focus:not(:disabled):hover,
    .ICYMI_Toolbox .Footer__close:focus:not(:disabled):hover,
    .ICYMI_Toolbox .LandingScoreboard .Scores_prevButton:focus:not(:disabled):hover,
    .LandingScoreboard .ICYMI_Toolbox .Scores_prevButton:focus:not(:disabled):hover,
    .ICYMI_Toolbox .LandingScoreboard .Scores_nextButton:focus:not(:disabled):hover,
    .LandingScoreboard .ICYMI_Toolbox .Scores_nextButton:focus:not(:disabled):hover {
      background-color: #E8AB47; }

.Container.icymi .list-group {
  margin: auto;
  max-width: 400px;
  max-height: 600px;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding-right: 10px; }
  .Container.icymi .list-group .collapsible {
    display: flex;
    align-items: center;
    width: 100%; }
    .Container.icymi .list-group .collapsible .collapsible-trigger {
      margin-right: 10px; }
    .Container.icymi .list-group .collapsible.collapsed .collapsible-trigger {
      transform: rotate(90deg); }
  .Container.icymi .list-group .subsections {
    margin-left: 4em; }
  .Container.icymi .list-group.sortable .list-group-item {
    cursor: ns-resize; }

.Container.icymi .list-group-item {
  border-radius: 0.5rem;
  border: solid 3px #878787;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  margin: 1px 0;
  flex-grow: 1;
  opacity: .8; }
  .Container.icymi .list-group-item label {
    cursor: inherit; }
  .Container.icymi .list-group-item.selected {
    border-color: #47a9c0;
    opacity: 1; }
    .Container.icymi .list-group-item.selected .checkmark {
      border-color: #47a9c0 transparent transparent #47a9c0; }
      .Container.icymi .list-group-item.selected .checkmark:before {
        content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        width: 15px;
        height: 8px;
        border: 3px solid;
        border-color: transparent transparent #fff #fff;
        transform: rotate(-45deg); }
    .Container.icymi .list-group-item.selected .sorthandle {
      background-color: #47a9c0;
      color: white;
      width: 30px;
      height: 35px;
      padding: 10px 0;
      margin-right: 10px;
      border-color: #47a9c0 transparent transparent #47a9c0; }

.Container.icymi .checkmark {
  display: inline-block;
  position: relative;
  /* background: $color-blue;*/
  border: 20px solid;
  border-color: transparent transparent #878787 #878787;
  width: 25px;
  height: 25px;
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  transition: border 300ms ease-out; }

.Container.icymi .period-selector {
  display: flex;
  justify-content: center; }

.Container.icymi .wizard-footer {
  margin: 10px 0 30px 0;
  padding: 10px;
  border-top: solid 1px #878787; }

#dlg-icymi-customize {
  padding: 1em; }
  #dlg-icymi-customize .dialog-overlay {
    opacity: 1; }
  #dlg-icymi-customize .dialog-title {
    margin-bottom: 1em;
    display: flex;
    align-items: center; }
    #dlg-icymi-customize .dialog-title svg {
      margin-right: .2em; }
    #dlg-icymi-customize .dialog-title h4, #dlg-icymi-customize .dialog-title .Article__title--preview, #dlg-icymi-customize .dialog-title .ArticlePreview__subhead, #dlg-icymi-customize .dialog-title .ArticlePreview__title {
      font-weight: normal;
      margin: 0; }
  #dlg-icymi-customize .list-group {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    max-height: 300px;
    overflow-y: scroll; }
    #dlg-icymi-customize .list-group .list-group-item {
      position: relative;
      display: flex;
      padding: .5rem 1rem;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.125);
      align-items: center; }
      #dlg-icymi-customize .list-group .list-group-item .handle {
        margin-right: 1em; }
      #dlg-icymi-customize .list-group .list-group-item label {
        margin: 0 0 0 0.5em; }
      #dlg-icymi-customize .list-group .list-group-item.subsection label {
        margin-left: 1em; }
      #dlg-icymi-customize .list-group .list-group-item.filtered {
        opacity: .7; }
        #dlg-icymi-customize .list-group .list-group-item.filtered .handle {
          visibility: hidden; }
    #dlg-icymi-customize .list-group .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem; }
  #dlg-icymi-customize .dialog-footer {
    margin-top: 0.5em; }

.FeatureArticle {
  text-align: center;
  position: relative;
  margin-top: 16px; }
  @media only screen and (max-width: 1023px) {
    .FeatureArticle {
      padding-top: 50px; } }
  .FeatureArticle--full {
    padding-bottom: 56%; }
    .FeatureArticle--full .FeatureArticle__image {
      max-width: 100%;
      position: absolute;
      left: 0;
      right: 0; }
    .FeatureArticle--full .FeatureArticle__title {
      position: absolute;
      left: 1em; }
      .FeatureArticle--full .FeatureArticle__title h1 {
        margin-top: 0.25em; }
      .FeatureArticle--full .FeatureArticle__title--2 {
        top: 50%;
        transform: translateY(-50%);
        right: 1em; }
      .FeatureArticle--full .FeatureArticle__title--2a {
        top: 1em;
        text-align: left; }
      .FeatureArticle--full .FeatureArticle__title--2b {
        top: 50%;
        transform: translateY(-50%);
        text-align: left; }
      .FeatureArticle--full .FeatureArticle__title--2c {
        bottom: 1em;
        text-align: left; }
      .FeatureArticle--full .FeatureArticle__title--2d {
        bottom: 0;
        right: 0; }
      .FeatureArticle--full .FeatureArticle__title--inverse {
        color: white !important; }
        .FeatureArticle--full .FeatureArticle__title--inverse .Article__sectionTag {
          color: white !important; }

body.subscribe-page header, body.subscribe-page nav.Nav, body.subscribe-page div.Ad, body.subscribe-page div.FooterUserMenu, body.subscribe-page footer.Footer {
  display: none; }

body.subscribe-page .Footer__globalUtility {
  margin-top: 4rem; }

@media (min-width: 1440px) {
  body.trenches {
    background-color: #000000;
    background-image: linear-gradient(#ffffff, #ffffff), url("/assets/images/trenches-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1440px 100%, contain; } }

.TrenchesHeader {
  margin: 0 auto 1em; }

.Table--scores {
  font-size: 0.8125em;
  line-height: 1.2;
  letter-spacing: -0.01em; }
  .Table--scores th, .Table--scores td {
    text-align: right; }
  .Table--scores caption {
    font-weight: bold; }

.GameTable {
  border: 1px solid #ccc;
  font-size: 0.8125em;
  line-height: 1.2;
  letter-spacing: -0.01em; }
  .GameTable caption {
    font-weight: bold;
    background-color: #d8d8d8;
    border: 1px solid #ccc;
    border-bottom: none; }
  .GameTable td {
    vertical-align: middle;
    border-bottom: 1px solid #ccc; }
  .GameTable .GameTable__team {
    width: 36%;
    padding: 10px 0 8px 16px; }
    .GameTable .GameTable__team h2, .GameTable .GameTable__team .Article__subhead {
      margin: 0; }
    .GameTable .GameTable__team.Team--home {
      border-left: 1px solid #ccc; }
  .GameTable .GameTable__score {
    width: 14%;
    padding: 2px 16px 10px;
    text-align: right;
    font-weight: bold;
    font-size: 2.5em; }
    @media (min-width: 1024px) {
      .GameTable .GameTable__score {
        font-size: 4.5em; } }

.GameWinner--home .Score--home,
.GameWinner--away .Score--away {
  background-image: url("data:image/svg+xml;utf8,<svg width='8' height='16' xmlns='http://www.w3.org/2000/svg' version='1.1'><polygon fill='rgb(48, 48, 48)' points='0 8 8 0 8 16'></polygon></svg>");
  background-position: right center;
  background-repeat: no-repeat; }

.Leaderboards {
  max-width: 300px;
  border: 1px solid #ccc;
  padding: 1em;
  margin-left: auto;
  margin-right: auto; }
  .Leaderboards__header h2, .Leaderboards__header .Article__subhead {
    margin-bottom: -0.25em; }
  .Leaderboards__header span {
    display: block;
    margin-bottom: 1em; }

.LandingScoreboard .Scores_prevButton, .LandingScoreboard .Scores_nextButton {
  position: absolute;
  z-index: +1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  top: 50%;
  transform: translateY(-50%); }
  .LandingScoreboard .Scores_prevButton:hover:not(disabled), .LandingScoreboard .Scores_prevButton:focus:not(disabled), .LandingScoreboard .Scores_prevButton:active:not(disabled), .LandingScoreboard .Scores_nextButton:hover:not(disabled), .LandingScoreboard .Scores_nextButton:focus:not(disabled), .LandingScoreboard .Scores_nextButton:active:not(disabled) {
    background-color: white; }
  .LandingScoreboard .Scores_prevButton svg, .LandingScoreboard .Scores_nextButton svg {
    vertical-align: bottom; }
  @media only screen and (max-width: 1023px) {
    .LandingScoreboard .Scores_prevButton, .LandingScoreboard .Scores_nextButton {
      transform: translateY(-50%) scale(0.5) !important; } }

.LandingScoreboard .Scores_prevButton {
  left: 2em;
  transform: translate(0, -50%); }
  @media only screen and (max-width: 1023px) {
    .LandingScoreboard .Scores_prevButton {
      left: -35px !important; } }

.LandingScoreboard .Scores_nextButton {
  right: 2em;
  transform: translate(0, -50%); }
  @media only screen and (max-width: 1023px) {
    .LandingScoreboard .Scores_nextButton {
      right: -35px !important; } }

@media (min-width: 1024px) {
  .LandingScoreboard {
    display: flex;
    align-items: center; }
    .LandingScoreboard .LandingScoreboard__Header {
      width: 10%; }
      .LandingScoreboard .LandingScoreboard__Header .SectionPicker {
        width: auto; }
        .LandingScoreboard .LandingScoreboard__Header .SectionPicker .SectionPicker__overlay {
          width: auto;
          min-width: 110%;
          margin-left: -5%;
          padding: 1em 0.5em 0.5em; }
      .LandingScoreboard .LandingScoreboard__Header .SectionPicker__list {
        margin: 1em 0 0.5em; }
    .LandingScoreboard .LandingScoreboard__Scores {
      width: 80%;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      padding: 0 70px; }
      .LandingScoreboard .LandingScoreboard__Scores .slick-prev,
      .LandingScoreboard .LandingScoreboard__Scores .slick-next {
        width: 50px;
        height: 50px; }
      .LandingScoreboard .LandingScoreboard__Scores .slick-prev {
        left: -60px; }
      .LandingScoreboard .LandingScoreboard__Scores .slick-next {
        right: -60px; }
      .LandingScoreboard .LandingScoreboard__Scores .slick-disabled {
        opacity: 0.5; }
    .LandingScoreboard .LandingScoreboard__Footer {
      width: 10%;
      text-align: center; } }

@media (min-width: 1024px) {
  .LandingScoreboard {
    margin-top: -1em; } }

.GamesScoresGroup:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff; }

@media only screen and (max-width: 1023px) {
  .GamesScoresGroup {
    margin: 0 10px; } }

.GameScore {
  border-right: 1px solid #ccc;
  padding: 0.5em;
  vertical-align: bottom;
  /* because will be display:inline */ }
  .GameScore.b-left {
    border-left: 1px solid #ccc; }
  .GameScore__header, .GameScore__away, .GameScore__home {
    *zoom: 1; }
    .GameScore__header:after, .GameScore__away:after, .GameScore__home:after {
      content: " ";
      display: table;
      clear: both; }
  .GameScore__header {
    font-size: 0.75em; }
  .GameScore__away, .GameScore__home {
    font-size: 0.825em; }
  .GameScore .time {
    float: left; }
  .GameScore .box {
    float: right;
    font-weight: bold;
    text-decoration: none;
    color: #47a9c0; }
    .GameScore .box:hover {
      text-decoration: underline;
      color: #303030; }
  .GameScore .team {
    float: left; }
  .GameScore .score {
    float: right; }
  .GameScore .record {
    float: right; }
  .GameScore--active .time {
    font-weight: bold;
    color: #F16C58; }
  .GameScore--winneraway .GameScore__away {
    font-weight: bold; }
  .GameScore--winnerhome .GameScore__home {
    font-weight: bold; }

@media only screen and (max-width: 1023px) {
  body.sportStats .Container.LandingTop {
    padding-top: 63px; } }

.MultiSectionTeaser {
  padding: 32px 0; }

.SectionTeaser__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.SectionTeaser__listItem {
  padding: 1em 0; }

.SectionTeaser__listItem + .SectionTeaser__listItem {
  border-top: 1px solid #ccc; }

.ForgotPassword {
  text-align: center; }

.Docs {
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .Docs {
      width: 90%; } }
  .Docs__heading {
    font-size: 2em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: BioSans, Roboto, Arial, sans-serif;
    font-weight: Bold;
    color: #E8AB47;
    text-align: center;
    padding: 2em 0; }
  .Docs__hr {
    margin: 4em 0;
    border-bottom: 1px solid white; }
  .Docs__label {
    margin-bottom: 2em; }
  @media (min-width: 1024px) {
    .Docs__twothirds {
      width: 66%;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .Docs__half {
      width: 50%;
      margin: 0 auto; } }

.BreakingBanner {
  display: none;
  padding: 0.75em 3em;
  margin-bottom: 1em;
  background-color: #F16C58;
  color: #fff;
  margin-bottom: 1em;
  position: relative; }
  .BreakingBanner--open {
    display: block;
    flex: 0 1 100%; }
  .BreakingBanner--linked {
    cursor: pointer; }
  .BreakingBanner .Breaking {
    padding: 0;
    margin-bottom: 1em; }
  .BreakingBanner p {
    color: #fff;
    font-size: 1em;
    line-height: 1.25;
    margin: 0 auto; }
  @media (min-width: 1024px) {
    .BreakingBanner .Breaking {
      font-size: 14px; }
    .BreakingBanner p {
      font-size: 1.25em; } }
  @media (min-width: 1024px) {
    .BreakingBanner p {
      font-size: 1.5em; } }
  .BreakingBanner__close {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 1024px) {
      .BreakingBanner__close {
        right: 2em; } }
    .BreakingBanner__close:active {
      outline: none; }
    .BreakingBanner__close svg {
      vertical-align: middle; }
      .BreakingBanner__close svg path {
        fill: #fff;
        stroke: #fff; }

.HomeSection {
  margin-top: 1em; }
  @media (min-width: 1024px) {
    .HomeSection {
      margin-top: 2em; } }
  .HomeSection__header {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #d8d8d8; }
  .HomeSection_Comments h1 {
    border-bottom: none; }
  .HomeSection_Comments .CommentsPlaceholder, .HomeSection_Comments .CTA {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em; }
  .HomeSection_Comments .CommentsToggleArea__ButtonContainer {
    text-align: center;
    margin-bottom: 5px; }
    .HomeSection_Comments .CommentsToggleArea__ButtonContainer a {
      display: block;
      background-color: #47a9c0;
      border-radius: 4px; }
  .HomeSection_Comments .CommentsToggleArea > p {
    font-size: 15px;
    margin-top: 0px; }
    .HomeSection_Comments .CommentsToggleArea > p a {
      text-decoration: underline; }

.SectionPreview {
  margin: 2em 0; }
  .SectionPreview__header {
    padding-bottom: 0.1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #d8d8d8; }
    .SectionPreview__header a:not(:hover) {
      color: #303030; }
  .SectionPreview .ArticlePreview:last-of-type {
    margin-bottom: 0.5em; }
  .SectionPreview__more {
    font-size: 0.875em; }

.SubscribeBanner {
  padding: 3em 0 0;
  background: #F0F0F0;
  border-top: 7px solid #47a9c0; }
  .SubscribeBanner__wrap {
    position: relative; }
  .SubscribeBanner__content {
    display: flex;
    align-items: center;
    padding-bottom: 3em; }
    @media (min-width: 1024px) {
      .SubscribeBanner__content {
        padding-left: 350px; } }
  .SubscribeBanner__button {
    margin-left: auto; }
  .SubscribeBanner__image {
    position: absolute;
    bottom: 0px; }

.TagsIndex__title {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-bottom: 0.6em; }
  @media (min-width: 1024px) {
    .TagsIndex__title {
      text-align: left; } }

.Pagination {
  text-align: center;
  margin: 1em 0; }
  @media (min-width: 1024px) {
    .Pagination {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1024px) {
    .Pagination {
      margin: 2em 0; } }
  .Pagination__pages {
    color: #878787; }

.MarketingPanel__container {
  font-family: 'BioSans', sans-serif;
  font-size: 110%;
  padding: 20px;
  background: #eee; }
  .MarketingPanel__container a {
    font-weight: bold;
    color: #137090; }

.pull-quote {
  text-align: center;
  padding: 25px 25px 0px;
  font-family: Copernicus,Georgia,Palatino,serif;
  color: #303030;
  font-size: 33px !important;
  font-weight: normal;
  line-height: 1.3 !important;
  white-space: nowrap; }
  .pull-quote em {
    white-space: normal; }
  .pull-quote .pull-quote-start,
  .pull-quote .pull-quote-end {
    position: relative;
    font-size: 3.75em;
    font-family: Copernicus, Georgia, Palatino, serif;
    color: #e8ab47;
    font-weight: bold;
    line-height: 0.5; }
  .pull-quote .pull-quote-start {
    display: inline-block;
    vertical-align: -100%;
    margin-bottom: -250px; }
  .pull-quote .pull-quote-end {
    display: inline;
    vertical-align: -130%; }
  .pull-quote + .pull-quote-cite {
    margin-top: -80px; }

my-account-pianoid, #my-account {
  min-height: 563px; }

.grecaptcha-badge {
  visibility: hidden; }

.toast-panel {
  display: none;
  padding: .5em;
  border-radius: 5px;
  text-align: start; }
  .toast-panel.toast-panel-warning {
    background-color: #F16C58;
    color: #FFF; }
  @media only screen and (max-width: 1023px) {
    .toast-panel {
      position: fixed;
      bottom: 1rem;
      left: 0;
      z-index: 1000;
      margin: 1rem; } }

.collapsible .collapsible-trigger {
  cursor: pointer; }

.collapsible img.collapsible-trigger {
  width: 20px;
  height: 20px;
  filter: invert(80%) contrast(50%);
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'><path d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/></svg>"); }

.collapsible.collapsed + .collapsible-content {
  display: none; }

.collapsible.collapsed img.collapsible-trigger {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'><path d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/></svg>"); }

