@charset "UTF-8";
/* Redesign */
/*---
title:   Colors
section: Bases
---

```example:color
@color: #000000  @name: Black
@color: #ffffff  @name: White
@color: #f7f7fa  @name: Almost White

@color: #eeeeee  @name: Gray Lightest
@color: #dddddd  @name: Gray Light
@color: #777777  @name: Gray

@color: #596980 @name: Cool Gray Light
@color: #475466 @name: Cool Gray
@color: #242e33 @name: Cool Gray Dark

@color: #f24a19  @name: Orange
@color: #f56e47  @name: Orange Light
@color: #ff440d  @name: Orange Hover

@color: #19a65f  @name: Green
@color: #d1eddf  @name: Green Lighter
@color: #00c260  @name: Green Hover

@color: #7052cc  @name: Purple
@color: #5b43a6  @name: Purple Dark
@color: #8d74d6  @name: Purple Light
@color: #733ae6  @name: Purple Hover
```
*/
/* Redesign */
/* Social */
/* Typography */
/* Globals */
/* Header */
/* Footer */
/* Story meta */
/* Post author */
/* Feature bar */
/* Alert */
/* Social */
/** Post tags links */
/* Menu */
/* Donate button */
/* Header trending */
/* Post slug */
/* Post title */
/* Post lead */
/* Post excerpt */
/* Post button play */
/* Post list item */
/* Post content */
/* Section title */
/* Section small title */
/* Button More */
/* Story stuff */
/* Icon item */
/* Player */
/* Schedule */
.container:after, .main-content:after {
  content: "";
  display: table;
  clear: both; }

.screen-reader-text,
input[type="checkbox"],
.no-gift input[type="radio"],
.gift-selection input[type="radio"] {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.trending-bar ul, .feature-bar ul, .wamu-slideshow .slick-dots, .player-sidebar ul, .list-with-icon, .footer-social ul, .wamu-metadata ul.data,
.show-metadata ul.data, .wamu-metadata ul.data ul,
.show-metadata ul.data ul, .tabbed-content-tabs, .schedule-detailed, .program-details ul, .search-quicklinks ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.trending-bar ul li, .feature-bar ul li, .wamu-slideshow .slick-dots li {
  display: inline-block; }

.controls .rewind,
.controls .next, .wamu-player .section-header-text button, .tabbed-content-filters .filter-date-nav button, .wamu-slideshow .slick-dots button, .gallery-caption-bar button {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0; }

.hide {
  display: none; }

.wamu-hide {
  display: none !important; }

/*---
title:   Icons
section: SVG
---

```example:html
	<div class="demo">
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-chevron-down"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-comment"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-cross"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-facebook"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-heart"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-playlist"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-podcast"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-rss"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-search"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-share"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-tune-in"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-twitter"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-youtube"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-clock"></use>
		</svg>
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-trending"></use>
		</svg>
	</div>
```
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.styled-select {
  background-image: url("../../theme/images/svg/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 95% center;
  -webkit-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out; }
  .styled-select select {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-apperance: none;
    -moz-appearance: none;
         appearance: none; }
    .styled-select select::-ms-expand {
      display: none; }

.button, .btn-generic, .story-content a.btn-generic,
.story-content .btn-generic, .story-content .wamubutton {
  display: inline-block;
  padding: 11px 10px; }

.btn-generic, .story-content a.btn-generic,
.story-content .btn-generic, .story-content .wamubutton {
  background-color: #242733;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: 3px;
  -webkit-transition: background-color 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  -o-transition: background-color 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: background-color 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500; }
  .btn-generic:focus, .story-content .wamubutton:focus,
  .no-touchevents .btn-generic:hover,
  .no-touchevents .story-content .wamubutton:hover,
  .story-content .no-touchevents .wamubutton:hover {
    text-decoration: none;
    background-color: #1d1f29; }
  .btn-generic .wamu-icon, .story-content .wamubutton .wamu-icon {
    fill: #fff;
    width: 15px;
    height: 12px; }
  .btn-generic.-tall, .story-content .-tall.wamubutton {
    padding: 17px 16px; }
  .btn-generic + .btn-generic,
  .story-content .btn-generic + .btn-generic,
  .story-content .wamubutton + .btn-generic, .story-content .btn-generic + .wamubutton, .story-content .wamubutton + .wamubutton {
    margin-left: 10px; }
  .btn-generic.-highlight, .story-content .-highlight.wamubutton {
    margin-top: 10px;
    font-weight: 700;
    background-color: #EB2E38; }
    .btn-generic.-highlight:focus, .story-content .-highlight.wamubutton:focus,
    .no-touchevents .btn-generic.-highlight:hover,
    .no-touchevents .story-content .-highlight.wamubutton:hover,
    .story-content .no-touchevents .-highlight.wamubutton:hover {
      background-color: #d4454c; }

.btn-block {
  display: block;
  text-align: center; }

.demo .wamu-icon {
  width: 42px;
  height: 32px; }

.wamu-icon {
  width: 20px;
  height: 16px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@-webkit-keyframes pulseShadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulseShadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@-webkit-keyframes left-right {
  0% {
    left: 30%; }
  50% {
    left: 70%; }
  100% {
    left: 30%; } }

@keyframes left-right {
  0% {
    left: 30%; }
  50% {
    left: 70%; }
  100% {
    left: 30%; } }

@-webkit-keyframes animate-heart {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }
  47% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes animate-heart {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }
  47% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes animate-play-icon {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  55% {
    opacity: 0;
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes animate-play-icon {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  55% {
    opacity: 0;
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes animate-ellipsis {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  26% {
    opacity: 0;
    -webkit-transform: translateX(6px);
            transform: translateX(6px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 1; } }

@keyframes animate-ellipsis {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    opacity: 0;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  26% {
    opacity: 0;
    -webkit-transform: translateX(6px);
            transform: translateX(6px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 1; } }

.loading-dots {
  -webkit-transition: all 0.5s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.loading-dots__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  background-color: #242733;
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  will-change: transform;
  -webkit-animation: animate-ellipsis 1.5s infinite;
          animation: animate-ellipsis 1.5s infinite; }
  .loading-dots__dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .loading-dots__dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .-white .loading-dots__dot {
    background-color: #fff; }

.wamu-loading {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
  margin-left: 20px;
  margin-right: 5px; }
  .wamu-loading span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px; }
    .wamu-loading span:before {
      left: 0;
      -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s; }
  .wamu-loading span:before, .wamu-loading:before, .wamu-loading:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: currentColor;
    position: absolute;
    top: 0;
    -webkit-animation: loading 1.4s infinite ease-in-out both;
            animation: loading 1.4s infinite ease-in-out both; }
  .wamu-loading:before {
    left: -15px;
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .wamu-loading:after {
    left: 15px; }

.alert {
  position: relative; }
  @media (max-width: 77.5em) {
    .alert {
      margin-right: 20px;
      margin-left: 20px; } }
  .alert .alert__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 1.2s cubic-bezier(0.93, 0, 0.04, 1);
    -o-transition: all 1.2s cubic-bezier(0.93, 0, 0.04, 1);
    transition: all 1.2s cubic-bezier(0.93, 0, 0.04, 1);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
    .alert .alert__inner:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 0;
      z-index: -1;
      -webkit-transition: height 1.2s cubic-bezier(0.93, 0, 0.04, 1), all 0.4s ease;
      -o-transition: height 1.2s cubic-bezier(0.93, 0, 0.04, 1), all 0.4s ease;
      transition: height 1.2s cubic-bezier(0.93, 0, 0.04, 1), all 0.4s ease; }
  .alert .alert__subhead {
    display: inline-block;
    text-transform: uppercase; }
  .alert .alert__body {
    display: inline-block; }
  .alert .alert__title {
    display: inline-block; }
  .alert .reveal {
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
    transition: 0.4s cubic-bezier(0.16, 0.08, 0.355, 1); }

.alert--general .reveal {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }

.alert--breaking .reveal {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }

.alert.is-ready .alert__inner:after {
  height: 100%; }

.alert.is-ready .reveal {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0); }

.alert.is-ready .reveal-1 {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.alert.is-ready .reveal-2 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.alert.is-ready .alert__close,
.alert.is-ready .alert__close:after {
  opacity: 1; }

.alert__close {
  display: block;
  position: absolute;
  padding: 1.3rem 20px 18px;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  -o-transition: 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.16, 0.08, 0.355, 1) 1s, -webkit-transform 0.2s ease 0s;
  transition: opacity 0.4s cubic-bezier(0.16, 0.08, 0.355, 1) 1s, -webkit-transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.4s cubic-bezier(0.16, 0.08, 0.355, 1) 1s;
  transition: transform 0.2s ease 0s, opacity 0.4s cubic-bezier(0.16, 0.08, 0.355, 1) 1s;
  transition: transform 0.2s ease 0s, opacity 0.4s cubic-bezier(0.16, 0.08, 0.355, 1) 1s, -webkit-transform 0.2s ease 0s;
  cursor: pointer; }
  .alert__close:hover {
    -webkit-transform: scale(1.26);
        -ms-transform: scale(1.26);
            transform: scale(1.26); }
  .alert__close svg {
    fill: #fff;
    width: 13px; }

.header-support {
  position: relative; }
  @media (min-width: 64em) {
    .header-support {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 200px;
          -ms-flex: 0 1 200px;
              flex: 0 1 200px;
      border-left: 1px solid #dddddd;
      height: 90px; } }
  .header-support a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #242733;
    font-family: "Whitney A", "Whitney B", sans-serif; }
    .header-support a:focus {
      color: #1d1f29; }
    .header-support a:active {
      color: #1d1f29; }
    .no-touchevents .header-support a:hover {
      color: #1d1f29; }
    @media (min-width: 64em) {
      .header-support a {
        line-height: 90px; } }

.footer.error-footer {
  background: transparent; }
  .footer.error-footer .footer-links {
    color: #777777; }
    .footer.error-footer .footer-links a {
      color: #777777; }
      .footer.error-footer .footer-links a:focus {
        color: #000; }
      .footer.error-footer .footer-links a:active {
        color: #000; }
      .no-touchevents .footer.error-footer .footer-links a:hover {
        color: #000; }

.header-browser-page .header-inner .header-mobile-menu-toggle,
.header-donate-page .header-inner .header-mobile-menu-toggle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (max-width: 47.99em) {
  .header-donate-page {
    padding-top: 10px;
    padding-bottom: 10px; } }

.header-help {
  display: none !important;
  position: relative; }
  @media (min-width: 64em) {
    .header-help {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: 175px;
          -ms-flex-preferred-size: 175px;
              flex-basis: 175px;
      height: 90px; } }
  .header-help a {
    display: block; }
    @media (min-width: 64em) {
      .header-help a {
        color: #242733;
        text-transform: none;
        border-bottom: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 90px;
        border-left: 1px solid #e9e9eb;
        font-size: 16px;
        font-size: 1rem;
        font-family: "Whitney A", "Whitney B", sans-serif;
        font-weight: 500; } }
    @media (min-width: 64em) {
      .no-touchevents .header-help a:hover {
        background-color: #242733;
        color: #fff; }
        .no-touchevents .header-help a:hover svg {
          fill: #fff; } }
  .header-help svg {
    display: none; }
    @media (min-width: 64em) {
      .header-help svg {
        display: inline-block;
        fill: #242733;
        vertical-align: baseline;
        margin-right: 5px;
        margin-bottom: -2px; } }
  @media (min-width: 64em) {
    .header-help + .header-donate {
      border-left: 1px solid #e9e9eb; } }

.header-phone {
  display: block;
  text-align: right;
  color: #586980;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 300; }
  @media (max-width: 63.99em) {
    .header-phone {
      padding-right: 10px; } }
  .header-phone > div {
    text-align: right;
    display: block;
    width: 100%;
    padding-right: 10px; }

.header-phone-label {
  display: none; }
  @media (min-width: 48em) {
    .header-phone-label {
      display: inline-block; } }

.header-phone-number {
  display: inline-block; }

.donation-error-container .donate-header-area {
  min-height: 360px; }
  @media (min-width: 48em) {
    .donation-error-container .donate-header-area {
      min-height: 640px; } }

.donation-error-container .donate-header-area .container {
  padding: 4em;
  max-width: 860px; }

@media (max-width: 77.5em) {
  .donation-form-container > .container,
  .donate-more-container > .container,
  .donate-header-area > .container,
  .donate-thankyou > .container {
    padding: 0 20px; } }

.donation-separator {
  border-top: 1px solid #e9e9eb;
  border-bottom: 0;
  margin: 0 auto; }

.donation-loading {
  position: relative;
  min-height: 360px; }
  @media (min-width: 48em) {
    .donation-loading {
      min-height: 720px; } }

.donate-header-area {
  background-color: #242733;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-family: "Whitney A", "Whitney B", sans-serif;
  background-image: -webkit-radial-gradient(#20232e 17%, transparent 19%), -webkit-radial-gradient(#20232e 17%, transparent 19%);
  background-image: -o-radial-gradient(#20232e 17%, transparent 19%), -o-radial-gradient(#20232e 17%, transparent 19%);
  background-image: radial-gradient(#20232e 17%, transparent 19%), radial-gradient(#20232e 17%, transparent 19%);
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: 0 0, 30px 30px;
  background-attachment: fixed; }
  @media (min-width: 48em) {
    .donate-header-area {
      font-size: 16px;
      font-size: 1rem; } }
  .donate-header-area p a {
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 48em) {
    .donate-header-area .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: calc(100% - 50px);
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.button-more-container.donate-more-container {
  background-color: #1f212b;
  width: 100%; }
  @media (max-width: 47.99em) {
    .button-more-container.donate-more-container {
      padding: 0 10px;
      font-size: 12px;
      font-size: 0.75rem; } }
  .button-more-container.donate-more-container .button-more {
    background-color: #242733;
    color: #fff;
    background-image: -webkit-radial-gradient(#20232e 17%, transparent 19%), -webkit-radial-gradient(#20232e 17%, transparent 19%);
    background-image: -o-radial-gradient(#20232e 17%, transparent 19%), -o-radial-gradient(#20232e 17%, transparent 19%);
    background-image: radial-gradient(#20232e 17%, transparent 19%), radial-gradient(#20232e 17%, transparent 19%);
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: 0 0, 30px 30px;
    background-attachment: fixed;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      .button-more-container.donate-more-container .button-more {
        font-size: 16px;
        font-size: 1rem; } }
    .button-more-container.donate-more-container .button-more svg {
      fill: #fff;
      margin-right: 3px; }
    .button-more-container.donate-more-container .button-more:hover {
      color: #fff; }
      .button-more-container.donate-more-container .button-more:hover svg {
        fill: #fff; }
  .button-more-container.donate-more-container > .container {
    max-width: 840px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    font-family: "Whitney A", "Whitney B", sans-serif; }
    .button-more-container.donate-more-container > .container.expand {
      opacity: 1;
      max-height: 700px; }
    .button-more-container.donate-more-container > .container p {
      margin: 30px;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300; }

.donation-container {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: center;
  max-width: 45em;
  margin: 0 auto;
  padding: 100px 0; }
  .donation-container h1 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600; }
    @media (min-width: 28.75em) and (max-width: 47.99em) {
      .donation-container h1 {
        font-size: 36px;
        font-size: 2.25rem; } }
    @media (min-width: 48em) {
      .donation-container h1 {
        font-size: 44px;
        font-size: 2.75rem; } }
  .donation-container h1.hidden {
    display: none; }
  .donation-container .donation-intro {
    margin-bottom: 50px; }
    .donation-container .donation-intro p {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "ff-dagny-web-pro", serif; }
      @media (min-width: 48em) {
        .donation-container .donation-intro p {
          font-size: 22px;
          font-size: 1.375rem; } }
  .donation-container h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600; }
    @media (min-width: 28.75em) and (max-width: 47.99em) {
      .donation-container h2 {
        font-size: 36px;
        font-size: 2.25rem; } }
    @media (min-width: 48em) {
      .donation-container h2 {
        font-size: 44px;
        font-size: 2.75rem; } }
  .donation-container .donation-intro + h2 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
    @media (min-width: 48em) {
      .donation-container .donation-intro + h2 {
        font-size: 20px;
        font-size: 1.25rem; } }
  .donation-container strong {
    display: block; }
  .donation-container .donation-amount {
    margin: 10px 0 30px;
    font-size: 0; }
  .donation-container .styled-select,
  .donation-container .other-amount,
  .donation-container button {
    display: inline-block;
    vertical-align: middle; }
  .donation-container .styled-select {
    display: inline-block;
    background-color: #fff;
    color: #242e33;
    border: 1px solid #242733;
    -webkit-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    font-size: 16px;
    font-size: 1rem; }
    .donation-container .styled-select.highlighting {
      background-color: #fcdbd1; }
    @media (min-width: 28.75em) and (max-width: 47.99em) {
      .donation-container .styled-select {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 48em) {
      .donation-container .styled-select {
        font-size: 28px;
        font-size: 1.75rem; } }
    .donation-container .styled-select select {
      padding: 11px 8px; }
      @media (min-width: 25em) {
        .donation-container .styled-select select {
          padding: 11px 11px; } }
      .donation-container .styled-select select:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .donation-container .styled-select.amount {
      width: 82px; }
      @media (min-width: 28.75em) and (max-width: 47.99em) {
        .donation-container .styled-select.amount {
          width: 120px; } }
      @media (min-width: 48em) {
        .donation-container .styled-select.amount {
          width: 160px; } }
    .donation-container .styled-select.frequency {
      width: 140px;
      border-right: none; }
      @media (min-width: 28.75em) and (max-width: 47.99em) {
        .donation-container .styled-select.frequency {
          width: 200px; } }
      @media (min-width: 48em) {
        .donation-container .styled-select.frequency {
          width: 260px; } }
  .donation-container .other-amount {
    display: inline-block;
    border: 0;
    background: #fff;
    position: relative;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 28.75em) and (max-width: 47.99em) {
      .donation-container .other-amount {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 48em) {
      .donation-container .other-amount {
        font-size: 28px;
        font-size: 1.75rem; } }
    .donation-container .other-amount:before {
      content: '$';
      position: absolute;
      z-index: 999;
      left: .375em;
      top: 12px;
      color: rgba(36, 46, 51, 0.5);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      @media (min-width: 48em) {
        .donation-container .other-amount:before {
          top: 11px; } }
    .donation-container .other-amount input {
      padding: 11px 13px 11px 1.2em;
      width: 85px;
      border: 1px solid #dddddd;
      color: #242e33; }
      @media (min-width: 28.75em) and (max-width: 47.99em) {
        .donation-container .other-amount input {
          width: 125px; } }
      @media (min-width: 48em) {
        .donation-container .other-amount input {
          width: 160px; } }
      .donation-container .other-amount input.wamu-error {
        border-color: #f24a19;
        background-color: #fcdbd1; }

.membership-status label strong {
  display: inline-block;
  vertical-align: bottom; }

.membership-status input[type="checkbox"] + span:before {
  border: 1px solid #242733; }

.membership-status input[type="checkbox"]:checked + span:after {
  left: 0; }

.membership-status p {
  font-weight: 300;
  opacity: 1;
  max-height: 8em;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity .25s, max-height .25s;
  -o-transition: opacity .25s, max-height .25s;
  transition: opacity .25s, max-height .25s; }
  .membership-status p.inactive {
    opacity: 0;
    max-height: 1px;
    overflow: hidden; }

.membership-status a {
  color: #fff;
  text-decoration: underline; }
  .membership-status a:hover {
    text-decoration: none; }

.donate-form-title,
.select-gift {
  color: #f24a19;
  text-align: center;
  margin: 80px 0 40px 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 600; }
  @media (min-width: 48em) {
    .donate-form-title,
    .select-gift {
      font-size: 32px;
      font-size: 2rem; } }

@media (min-width: 48em) {
  .donate-form-title {
    text-align: left; } }

@media (min-width: 64em) {
  .donate-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 64em) {
  .donate-form > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media (min-width: 64em) {
  .donate-form .payment-info {
    padding-left: 50px; } }

.donation-form-container .global-error {
  margin-top: 20px;
  background: #f24a19;
  color: #fff;
  padding: 20px;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  .donation-form-container .global-error > h2 {
    margin-top: 0; }
  .donation-form-container .global-error p:last-child {
    margin-bottom: 0; }

.form-line {
  color: #586980;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) {
    .form-line {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px; } }
  .form-line.stacked {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

input[type="checkbox"] + span {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative; }
  input[type="checkbox"] + span:before {
    content: "";
    border: 1px solid #e9e9eb;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0; }

input[type="checkbox"]:focus + span:before {
  -webkit-box-shadow: 0 0 10px 0 #242733;
          box-shadow: 0 0 10px 0 #242733; }

input[type="checkbox"]:checked + span:after {
  content: "\D7";
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #586980;
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 25px;
  line-height: 1; }

.form-item-checkbox {
  margin-left: 30px; }
  .form-item-checkbox label {
    margin-right: 30px; }
  .form-item-checkbox input[type="checkbox"] + span {
    margin-left: -30px; }

.form-item {
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .form-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 20px;
      margin-bottom: 0; } }
  .stacked .form-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .form-item.image img {
    margin-top: 24px; }
  @media (min-width: 48em) {
    .form-item.city {
      -webkit-box-flex: 2;
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2; } }
  .form-item.state {
    padding-right: 0; }
    @media (min-width: 48em) {
      .form-item.state .styled-select {
        width: 95%; } }
  .form-item select,
  .form-item input[type="text"] {
    padding: 10px; }
  .form-item .styled-select,
  .form-item input[type="text"] {
    display: block;
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #e9e9eb; }
    .form-item .styled-select:focus,
    .form-item input[type="text"]:focus {
      border-color: #242733; }
  .form-item select:focus {
    -webkit-box-shadow: 0 0 0 1px #242733;
            box-shadow: 0 0 0 1px #242733; }
  .form-item input.wamu-error,
  .form-item .styled-select.wamu-error {
    border-color: #f24a19;
    background-color: #fcdbd1; }
  .form-item .styled-select {
    height: 41px; }

.payment-info .form-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media (min-width: 20em) {
  .payment-info .form-item.credit_card_number {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-right: .5rem;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%; }
  .payment-info .form-item.image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
  .payment-info .form-item.cvv {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding-right: .5rem;
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%; }
  .payment-info .form-item.expiration {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    -webkit-flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
            flex-basis: 66%; }
  .payment-info .form-item.account_type, .payment-info .form-item.routing_number, .payment-info .form-item.account_number {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }

@media (min-width: 48em) {
  .payment-info .form-item.credit_card_number, .payment-info .form-item.cvv, .payment-info .form-item.image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px; }
  .payment-info .form-item.credit_card_number {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-right: 20px; }
  .payment-info .form-item.cvv {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    padding-right: 20px; }
  .payment-info .form-item.image {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
  .payment-info .form-item.routing_number, .payment-info .form-item.account_number {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }

@media (max-width: 47.99em) {
  .payment-info .form-item.expiration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.payment-info .form-item.expiration label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }

.payment-info .form-item.expiration .form-item {
  display: inline-block;
  padding-right: .5rem; }

.payment-info .form-item.expiration .form-item + .form-item {
  padding-right: 0; }

.payment-info .form-item.expiration .styled-select {
  width: 80px; }
  @media (min-width: 48em) {
    .payment-info .form-item.expiration .styled-select {
      width: 100px; } }

.aural-only {
  position: relative;
  overflow: hidden; }
  .aural-only > span {
    position: absolute;
    left: -9999px;
    visibility: none; }

.submit-confirmation {
  color: #EB2E38;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 50px; }

.submit-donation {
  background-color: #EB2E38;
  color: #fff;
  border: 0;
  padding: 16px;
  width: 240px;
  text-align: center;
  margin: 50px auto;
  display: block;
  letter-spacing: 0.04em;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  .no-touchevents .submit-donation:hover {
    background-color: #bc252d; }
  .submit-confirmation + .submit-donation {
    margin-top: 0; }
  .submit-donation[disabled], .submit-donation[disabled]:hover {
    background-color: #586980; }

.donation-gifts {
  display: block;
  margin-bottom: 80px; }
  .donation-gifts > div {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .donation-gifts .no-gift {
    cursor: pointer; }

.no-gift {
  display: block;
  text-align: center;
  margin: 30px 0;
  color: #586980;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) {
    .no-gift {
      margin: 50px;
      font-size: 16px;
      font-size: 1rem; } }
  .no-gift strong {
    color: #f24a19; }
  .no-gift input[type="radio"] + span {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative; }
    .no-gift input[type="radio"] + span:before {
      content: "";
      border: 1px solid #dddddd;
      display: inline-block;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border-radius: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .no-gift input[type="radio"]:focus + span:before {
    -webkit-box-shadow: 0 0 10px 0 #242733;
            box-shadow: 0 0 10px 0 #242733; }
  .no-gift input[type="radio"]:checked + span:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #242e33;
    position: absolute;
    top: 4px;
    left: 4px; }

.gift-selection-item {
  position: relative;
  cursor: pointer;
  width: 100%;
  min-height: 120px;
  padding-right: 160px;
  background-color: #eeeeee;
  border-bottom: 30px solid #dddddd; }
  @media (min-width: 48em) {
    .gift-selection-item {
      min-height: 210px;
      padding-right: 320px; } }
  .gift-selection-item .gift-description-toggle {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 25px;
    padding: 5px;
    background-color: inherit;
    display: block;
    color: #586980;
    text-align: center;
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
    .gift-selection-item .gift-description-toggle svg {
      fill: #586980;
      width: 9px;
      height: 9px;
      margin-right: 5px; }

.gift-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px; }
  @media (max-width: 47.99em) {
    .gift-image {
      position: relative;
      overflow: hidden; }
      .gift-image:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .gift-image .post-image,
      .gift-image img {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: 100%;
        width: auto;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
                transform: translate(-50%); } }
  @media (min-width: 48em) {
    .gift-image {
      width: 320px;
      height: 160px; } }
  @media (max-width: 47.99em) {
    .gift-image {
      position: absolute; } }

.gift-text {
  min-height: 150px;
  padding: 20px; }
  @media (min-width: 48em) {
    .gift-text {
      min-height: 100px; } }
  .gift-text p {
    margin: 0; }
  .gift-text .gift-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 600; }
    @media (min-width: 48em) {
      .gift-text .gift-title {
        font-size: 18px;
        font-size: 1.125rem; } }
    .locked .gift-text .gift-title,
    .unavailable .gift-text .gift-title {
      color: #777777; }
  .gift-text .donation-reaching {
    color: #242733;
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px; }
    .locked .gift-text .donation-reaching,
    .unavailable .gift-text .donation-reaching {
      color: #777777; }

.gift-selection {
  overflow: hidden;
  margin-right: -160px;
  padding: 20px;
  border-top: 1px solid #dddddd; }
  @media (min-width: 48em) {
    .gift-selection {
      margin-right: 0;
      border-top: none; } }
  .gift-selection input[type="radio"] {
    top: 0;
    left: 0; }

.gift-button {
  display: block;
  float: left;
  width: 150px;
  height: 40px;
  padding-top: 13px;
  background-color: #242733;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center; }
  @media (max-width: 47.99em) {
    .gift-button {
      max-width: 40%;
      font-size: 12px; } }
  .gift-button:after {
    content: attr(data-select-text); }
  .selected .gift-button {
    background-color: #19a65f; }
    .selected .gift-button:after {
      content: attr(data-selected-text); }
  .locked .gift-button {
    color: #777777;
    background-color: transparent;
    border: 1px solid #777777; }
    .locked .gift-button:after {
      content: attr(data-locked-text); }
  .unavailable .gift-button {
    color: #777777;
    background-color: transparent;
    border: 1px solid #777777; }
    .unavailable .gift-button:after {
      content: attr(data-unavailable-text); }

.gift-options {
  display: none;
  float: left;
  margin-left: 5px;
  height: 40px;
  width: 150px;
  background-color: #fff;
  border: 1px solid #e9e9eb; }
  @media (max-width: 47.99em) {
    .gift-options {
      max-width: 40%; } }
  .gift-options:focus {
    border-color: #242733;
    -webkit-box-shadow: 0 0 0 1px #242733;
            box-shadow: 0 0 0 1px #242733; }
  .gift-options select {
    padding: 10px; }
  .selected .gift-options {
    display: block; }
  .gift-options.highlighting {
    background-color: #fff88b; }

.gift-description {
  display: none;
  color: #586980;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ff-dagny-web-pro", serif;
  background: #dddddd;
  padding: 20px; }
  .expanded .gift-description {
    display: block; }
  .gift-description img {
    margin: 0 auto; }
  .gift-description p:last-child {
    margin-bottom: 0; }

.payment-type label {
  background-color: #9ca5b1;
  background-repeat: no-repeat;
  background-position: 2rem center;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  letter-spacing: .025em;
  overflow: hidden;
  padding: 1rem 2.125rem 1rem 2rem;
  position: relative;
  text-transform: uppercase; }
  @media (max-width: 47.99em) {
    .payment-type label {
      background-position: 1em center;
      padding-left: 1rem;
      padding-right: 1.125rem; } }
  .payment-type label:hover {
    background-color: #8e98a6; }
  .payment-type label.selected, .payment-type label.selected:hover {
    background-color: #242733;
    cursor: default; }
  .payment-type label .wamu-icon {
    display: inline-block;
    height: 20px;
    margin-right: .25em;
    vertical-align: text-bottom;
    width: 26px; }
  .payment-type label input[type="radio"] {
    left: -9999px;
    position: absolute; }

.payment-type label + label {
  margin-left: .25rem; }

.account-type {
  max-width: 50%; }
  @media (max-width: 47.99em) {
    .account-type {
      max-width: 100%; } }

.bank-help {
  margin-top: -1rem;
  font-size: 85%;
  line-height: 1.4; }
  .bank-help.expanded {
    background: #eeeeee;
    margin-top: 0;
    padding: 1rem; }
  .bank-help p:first-child {
    margin-top: 0; }
  .bank-help a {
    color: #242733; }
  .bank-help svg {
    display: inline-block;
    margin-left: .3em;
    margin-bottom: -.125em; }

.donate-thankyou.donate-header-area:before {
  display: none; }

.donate-thankyou .donation-container {
  max-width: 840px; }

.donate-thankyou .donation-container p {
  font-size: 1.25rem; }

.donate-thankyou .donation-container h1 {
  margin-top: 3em; }
  @media (max-width: 47.99em) {
    .donate-thankyou .donation-container h1 {
      margin-top: 2em; } }

.donate-thankyou .donate-thankyou-next {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 50rem;
  margin-bottom: 2rem; }
  .donate-thankyou .donate-thankyou-next > .row > div {
    text-align: center;
    border: none; }
    .donate-thankyou .donate-thankyou-next > .row > div h2 {
      margin-bottom: 0; }
    .donate-thankyou .donate-thankyou-next > .row > div h2 + p {
      margin-top: .5em; }
    .donate-thankyou .donate-thankyou-next > .row > div p {
      line-height: 1.4rem; }
    .donate-thankyou .donate-thankyou-next > .row > div a {
      color: #fff;
      text-decoration: underline; }
    .donate-thankyou .donate-thankyou-next > .row > div:before {
      color: #fff;
      background-color: #f24a19;
      font-size: 2rem;
      line-height: 2em;
      width: 2em;
      height: 2em;
      border-radius: 100%;
      display: inline-block; }
    .donate-thankyou .donate-thankyou-next > .row > div:nth-child(1):before {
      content: '1'; }
    .donate-thankyou .donate-thankyou-next > .row > div:nth-child(2):before {
      content: '2'; }
    .donate-thankyou .donate-thankyou-next > .row > div:nth-child(3):before {
      content: '3'; }

@media (min-width: 48em) {
  .donate-thankyou .row.row-of-three > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%; } }

@media (max-width: 47.99em) {
  .donate-thankyou .row.row-of-three > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 30em;
    margin: 0 auto 2em auto; } }

.donation-thankyou-container + .footer .newsletter-module,
.donation-error-container + .footer .newsletter-module {
  margin-top: 0; }

.example-enter {
  opacity: 0.01; }

.example-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.example-leave {
  opacity: 1; }

.example-leave.example-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in; }

@media (max-width: 63.99em) {
  body.player-is-extended {
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0; }
    body.player-is-extended #wpadminbar {
      display: none; } }

.wamu-player {
  width: 100%;
  max-width: 1650px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  color: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  -o-transition: transform 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 103.125em) {
    .wamu-player {
      position: fixed;
      left: 50%;
      margin-left: -825px; } }
  .wamu-player.hide-if-empty.queue-empty {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  .wamu-player.live-playing .bar {
    background-color: rgba(235, 46, 56, 0.8);
    pointer-events: none; }
  .wamu-player.live-playing .scrubber {
    display: none; }
  .no-touchevents .wamu-player.is-playing .bar:hover .scrubber,
  .no-touchevents .wamu-player.is-playing .bar:hover .progress,
  .wamu-player.is-playing .bar.dragging .scrubber,
  .wamu-player.is-playing .bar.dragging .progress {
    background-color: #EB2E38;
    cursor: pointer; }
  .no-touchevents .wamu-player.is-playing .bar:hover .scrubber,
  .wamu-player.is-playing .bar.dragging .scrubber {
    display: block; }
  .wamu-player.is-playing .bar {
    cursor: pointer; }
    .wamu-player.is-playing .bar:before {
      content: "";
      display: block;
      width: 100%;
      height: 300%;
      position: absolute;
      left: 0;
      top: -100%; }
  .wamu-player .bar {
    background-color: #50525c;
    position: relative;
    height: 5px; }
    @media (min-width: 48em) {
      .wamu-player .bar {
        height: 5px; } }
    @media (min-width: 64em) {
      .wamu-player .bar {
        height: 5px; } }
  .wamu-player.night-mode .bar {
    background-color: #586980; }
  .wamu-player .scrubber,
  .wamu-player .progress,
  .wamu-player .loaded {
    position: absolute;
    background-color: #EB2E38;
    height: 100%;
    left: 0; }
  .wamu-player .loaded {
    z-index: 1;
    background-color: #1d1f29; }
  .wamu-player .progress {
    z-index: 2; }
  .wamu-player .scrubber {
    display: none;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    z-index: 2; }

.player-condensed {
  pointer-events: all;
  height: 60px; }
  @media (min-width: 48em) {
    .player-condensed {
      height: 60px; } }
  @media (min-width: 64em) {
    .player-condensed {
      height: 75px; } }

.player-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #242733; }
  .night-mode .player-container {
    background-color: #586980; }
  .player-container > div {
    height: 55px; }
    @media (min-width: 48em) {
      .player-container > div {
        height: 55px; } }
    @media (min-width: 64em) {
      .player-container > div {
        height: 70px; } }
  .player-container .controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 125px;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px; }
    @media (min-width: 48em) {
      .player-container .controls {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 155px;
            -ms-flex: 0 0 155px;
                flex: 0 0 155px; } }
  .player-container .current-meta {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: calc(100% - 173px); }
    @media (min-width: 48em) {
      .player-container .current-meta {
        max-width: calc(100% - 205px); } }
    @media (min-width: 64em) {
      .player-container .current-meta {
        max-width: calc(100% - 255px); } }
    @media (min-width: 64em) {
      .player-is-extended .player-container .current-meta {
        max-width: calc(100% - 262px); } }
  .player-container .player-ad {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 155px;
        -ms-flex: 0 0 155px;
            flex: 0 0 155px; }
  .player-container .player-expand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px; }
    @media (min-width: 48em) {
      .player-container .player-expand {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50px;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px; } }
    @media (min-width: 64em) {
      .player-container .player-expand {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }

.controls {
  text-align: center;
  line-height: 55px; }
  @media (min-width: 48em) {
    .controls {
      line-height: 55px; } }
  @media (min-width: 64em) {
    .controls {
      line-height: 70px; } }
  .controls .post-button-play {
    vertical-align: middle;
    line-height: 1.7; }
    @media (min-width: 37.5em) {
      .controls .post-button-play {
        line-height: 1; } }
  .controls .rewind,
  .controls .next {
    display: inline-block;
    vertical-align: middle; }
  .controls .post-button-play.-big {
    width: 36px;
    height: 36px; }
    @media (min-width: 48em) {
      .controls .post-button-play.-big {
        width: 40px;
        height: 40px; } }
    @media (min-width: 64em) {
      .controls .post-button-play.-big {
        width: 50px;
        height: 50px; } }
  .controls .rewind,
  .controls .next {
    width: 36px;
    height: 36px; }
    @media (min-width: 48em) {
      .controls .rewind,
      .controls .next {
        width: 50px;
        height: 50px; } }
    .controls .rewind.-disabled,
    .controls .next.-disabled {
      opacity: .2;
      pointer-events: none; }
  @media (min-width: 37.5em) {
    .controls .post-button-play.-big .wamu-playing-hover {
      -webkit-transform: scale(0.7) translate(0, -3px);
          -ms-transform: scale(0.7) translate(0, -3px);
              transform: scale(0.7) translate(0, -3px); } }
  @media (max-width: 47.99em) {
    .controls .post-button-play.-big svg {
      margin: 0 0 0 8px; } }
  @media (max-width: 47.99em) {
    .controls .post-button-play.-big svg.wamu-playing {
      margin: 0 0 0 4px; } }
  .controls .rewind,
  .controls .next {
    line-height: 1; }
    .controls .rewind svg,
    .controls .next svg {
      display: inline-block;
      vertical-align: middle; }
  .controls .rewind svg {
    width: 20px;
    height: 20px; }
    @media (min-width: 64em) {
      .controls .rewind svg {
        width: 25px;
        height: 26px; } }
  .controls .next svg {
    width: 20px;
    height: 20px; }
    @media (min-width: 64em) {
      .controls .next svg {
        width: 25px;
        height: 27px; } }
  .controls svg {
    fill: #fff; }
  .night-mode .controls .post-button-play {
    background-color: #586980; }

.current-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 5px; }
  @media (min-width: 48em) {
    .current-meta {
      padding-left: 20px; } }
  @media (min-width: 64em) {
    .current-meta {
      padding-right: 10px; } }
  .current-meta .slug-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
  .current-meta .timing-sharing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 55px;
    letter-spacing: 0.04em;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 300; }
    @media (min-width: 48em) {
      .current-meta .timing-sharing {
        line-height: 55px; } }
    @media (min-width: 64em) {
      .current-meta .timing-sharing {
        line-height: 70px; } }
    @media (min-width: 64em) {
      .current-meta .timing-sharing {
        -webkit-flex-basis: 145px;
            -ms-flex-preferred-size: 145px;
                flex-basis: 145px; } }
  .current-meta .timing.hidden {
    display: none; }
  .current-meta .timing-live.hidden {
    display: none; }
  .current-meta .sharing {
    position: relative;
    padding: 0 0 0 10px; }
    .current-meta .sharing:hover .player-sharing {
      display: block; }
  .current-meta .timing-live,
  .current-meta .timing {
    display: none; }
    @media (min-width: 64em) {
      .current-meta .timing-live,
      .current-meta .timing {
        display: inline; } }
  .current-meta .slug {
    display: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700; }
    @media (min-width: 64em) {
      .current-meta .slug {
        display: block; } }
  .current-meta .title {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-weight: 500; }
  .current-meta a {
    color: #fff; }

.player-expand {
  text-align: right;
  line-height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 0.04em;
  font-weight: 500; }
  @media (min-width: 48em) {
    .player-expand {
      line-height: 55px; } }
  @media (min-width: 64em) {
    .player-expand {
      line-height: 70px; } }
  .player-expand button {
    text-transform: uppercase;
    border: 0;
    -webkit-appearance: none;
    margin-right: 10px;
    background-color: #1d1f29;
    line-height: 1;
    padding: 13px 12px 12px 12px;
    border-radius: 3px;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media (min-width: 64em) {
      .player-expand button {
        width: 102px; } }
  .player-expand svg {
    fill: #fff;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-top: -3px; }
    @media (min-width: 64em) {
      .player-expand svg {
        margin-right: 5px; } }
  .player-expand span {
    display: none; }
    @media (min-width: 64em) {
      .player-expand span {
        display: inline; } }

.wamu-player-overlay {
  pointer-events: none;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .player-is-extended .wamu-player-overlay {
    opacity: .4;
    pointer-events: all;
    z-index: 98; }

.player-extended {
  background-color: rgba(36, 39, 51, 0.98);
  position: relative;
  height: 100vh;
  height: calc(100vh - 60px);
  padding: 20px;
  pointer-events: all;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s cubic-bezier(0, 1, 0, 1);
  -o-transition: all 0.7s cubic-bezier(0, 1, 0, 1);
  transition: all 0.7s cubic-bezier(0, 1, 0, 1);
  max-width: 90%;
  width: 480px;
  margin-left: auto;
  margin-right: 0; }
  @media (min-width: 48em) {
    .player-extended {
      height: calc(100vh - 60px);
      margin-right: 0;
      margin-left: auto; } }
  @media (min-width: 64em) {
    .player-extended {
      height: calc(100vh - 75px); } }
  .player-extended.expand {
    will-change: tranform;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .admin-bar .player-extended {
    height: calc(100vh - 60px); }
    @media (min-width: 48em) {
      .admin-bar .player-extended {
        height: calc(100vh - 92px); } }
    @media (min-width: 64em) {
      .admin-bar .player-extended {
        height: calc(100vh - 107px); } }
  .night-mode .player-extended {
    background-color: #242e33; }
  .player-extended .section-title {
    color: #fff;
    border-color: #1d1f29; }
  .player-extended .player-expand {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2; }
    .player-extended .player-expand .expand-label {
      display: none; }
    .player-extended .player-expand button {
      width: 50px;
      background-color: transparent; }

.player-content {
  width: 100%;
  display: block; }
  @media (min-width: 48em) {
    .player-content {
      position: relative;
      width: auto; } }
  @media (max-width: 47.99em) {
    .player-content .section-header-text {
      display: block; } }
  @media (max-width: 47.99em) {
    .player-content .section-sharing {
      display: none; } }

.player-sidebar {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300; }
  @media (min-width: 48em) {
    .player-sidebar {
      display: block;
      position: relative;
      width: auto;
      margin-bottom: 50px; } }
  .player-sidebar .streams {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .player-sidebar .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px;
    padding: 10px 8px;
    padding-left: 25px;
    background-color: #EB2E38;
    color: #fff;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    margin-bottom: 5px;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700; }
    @media (min-width: 31.25em) {
      .player-sidebar .btn {
        margin-bottom: 0;
        padding-left: 8px;
        text-align: center;
        font-size: 14px;
        font-size: 0.875rem; } }
    .player-sidebar .btn span.wamu-play {
      margin-right: 10px;
      -webkit-transform: scale(0.6) translate(0px, -2px);
          -ms-transform: scale(0.6) translate(0px, -2px);
              transform: scale(0.6) translate(0px, -2px); }
      @media (max-width: 31.25em) {
        .player-sidebar .btn span.wamu-play {
          position: absolute;
          top: 50%;
          left: 5px;
          margin-top: -12px;
          margin-right: 0;
          display: block;
          -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
                  transform: scale(0.5); } }
    .player-sidebar .btn:focus span.wamu-play span:first-of-type,
    .player-sidebar .btn:focus span.wamu-paused span:first-of-type,
    .no-touchevents .player-sidebar .btn:hover span.wamu-play span:first-of-type,
    .no-touchevents .player-sidebar .btn:hover span.wamu-paused span:first-of-type {
      -webkit-animation: animate-play-icon 0.6s;
              animation: animate-play-icon 0.6s;
      -webkit-animation-play-state: running;
              animation-play-state: running; }
  .player-sidebar li.active {
    background-color: #242733; }
  .player-sidebar li.is-playing a:before {
    content: "x";
    display: inline-block;
    position: absolute;
    left: 5px; }
  .player-sidebar .sidebar-playlists {
    margin-top: 20px; }
  .player-sidebar .label {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500; }
    .player-sidebar .label a {
      color: #fff; }
    .player-sidebar .label:not(:first-child) {
      margin-top: 20px; }
    .player-sidebar .label svg {
      vertical-align: middle;
      fill: #fff;
      margin-top: -2px;
      width: 11px;
      height: 11px; }
  .player-sidebar a {
    display: block;
    position: relative;
    color: #fff; }
    .player-sidebar a:focus {
      color: #fff; }
    .player-sidebar a:active {
      color: #fff; }
    .no-touchevents .player-sidebar a:hover {
      color: #fff; }

.player-track-header {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 10px;
  background-color: #1d1f29;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500; }
  @media (min-width: 64em) {
    .player-track-header {
      padding: 12px 20px; } }
  .night-mode .player-track-header {
    background-color: #586980; }
  .player-track-header .player-playlist-time,
  .player-track-header .player-show-time,
  .player-track-header .track-show,
  .player-track-header .track-time {
    color: #fff; }

.player-playlist-item,
.player-show-item,
.player-track-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #1d1f29; }
  .night-mode .player-playlist-item, .night-mode
  .player-show-item, .night-mode
  .player-track-item {
    border-bottom-color: #586980; }
  .player-playlist-item:first-of-type,
  .player-show-item:first-of-type,
  .player-track-item:first-of-type {
    padding-top: 0; }

.player-show-play {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.player-show-title-text {
  display: inline-block; }

.track-play {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34px;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  padding-right: 10px; }
  @media (min-width: 48em) {
    .track-play {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 44px;
          -ms-flex: 0 0 44px;
              flex: 0 0 44px;
      padding-right: 20px; } }

.player-playlist-title,
.player-show-title,
.track-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px; }
  @media (min-width: 48em) {
    .player-playlist-title,
    .player-show-title,
    .track-title {
      padding-right: 20px; } }
  .player-playlist-title .title,
  .player-show-title .title,
  .track-title .title {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 400; }
  .player-playlist-title .post-timeslug,
  .player-show-title .post-timeslug,
  .track-title .post-timeslug {
    color: #fff; }
    .player-playlist-title .post-timeslug .post-slug a, .player-playlist-title .post-timeslug .post-timestamp,
    .player-show-title .post-timeslug .post-slug a,
    .player-show-title .post-timeslug .post-timestamp,
    .track-title .post-timeslug .post-slug a,
    .track-title .post-timeslug .post-timestamp {
      color: #fff; }

.track-show {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 165px;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  padding-right: 10px;
  display: none; }
  @media (min-width: 48em) {
    .track-show {
      padding-right: 20px; } }
  @media (min-width: 64em) {
    .track-show {
      display: block; } }

@media (min-width: 48em) {
  .track-time {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    padding-right: 20px; } }

.player-playlist-time,
.player-show-time,
.track-show,
.track-time {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 11px;
  font-size: 0.6875rem; }

.track-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  padding-right: 0; }

.player-playlist-share,
.player-show-share,
.track-share {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px; }
  @media (max-width: 47.99em) {
    .player-playlist-share,
    .player-show-share,
    .track-share {
      display: none; } }
  .player-playlist-share svg,
  .player-show-share svg,
  .track-share svg {
    fill: #fff;
    width: 12px;
    height: 8px; }

.player-playlist-image,
.player-show-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  padding-right: 20px;
  display: none; }
  @media (min-width: 64em) {
    .player-playlist-image,
    .player-show-image {
      display: block; } }

.player-playlist-title .title,
.player-show-title .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500; }

@media (min-width: 48em) {
  .player-playlist-time,
  .player-show-time {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    padding-right: 20px; } }

.player-content-description {
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-family: "ff-dagny-web-pro", serif; }

.player-track-items-wrapper {
  margin-top: -20px;
  padding-top: 20px;
  height: calc(100vh - 293px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-arrow-color: #242733;
  scrollbar-track-color: #1d1f29;
  scrollbar-face-color: #242733;
  scrollbar-highlight-color: #1d1f29;
  scrollbar-3dlight-color: #1d1f29;
  scrollbar-shadow-color: #1d1f29;
  scrollbar-darkshadow-color: #1d1f29; }
  @media (min-width: 31.25em) {
    .player-track-items-wrapper {
      height: calc(100vh - 300px); } }
  @media (min-width: 64em) {
    .player-track-items-wrapper {
      height: calc(100vh - 315px); } }
  @media (min-width: 31.25em) {
    .admin-bar .player-track-items-wrapper {
      height: calc(100vh - 386px); } }
  .player-track-items-wrapper::-webkit-scrollbar-track {
    background-color: #242733; }
  .player-track-items-wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: #1d1f29; }
  .player-track-items-wrapper::-webkit-scrollbar:horizontal {
    height: 10px; }
  .player-track-items-wrapper::-webkit-scrollbar-thumb {
    border: 1px solid #1d1f29;
    border-radius: 10px;
    background-color: #242733; }
  .player-track-items-wrapper::-webkit-scrollbar-corner {
    background-color: #1d1f29; }
  .night-mode .player-track-items-wrapper {
    scrollbar-arrow-color: #586980;
    scrollbar-track-color: #242e33;
    scrollbar-face-color: #586980;
    scrollbar-highlight-color: #242e33;
    scrollbar-3dlight-color: #242e33;
    scrollbar-shadow-color: #242e33;
    scrollbar-darkshadow-color: #242e33; }
    .night-mode .player-track-items-wrapper::-webkit-scrollbar-track {
      background-color: #242e33; }
    .night-mode .player-track-items-wrapper::-webkit-scrollbar {
      width: 10px;
      background-color: #242e33; }
    .night-mode .player-track-items-wrapper::-webkit-scrollbar:horizontal {
      height: 10px; }
    .night-mode .player-track-items-wrapper::-webkit-scrollbar-thumb {
      border: 1px solid #242e33;
      border-radius: 10px;
      background-color: #586980; }
    .night-mode .player-track-items-wrapper::-webkit-scrollbar-corner {
      background-color: #242e33; }

.player-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  height: calc(100vh - 60px); }
  @media (min-width: 48em) {
    .player-loading {
      height: calc(100vh - 60px); } }
  @media (min-width: 64em) {
    .player-loading {
      height: calc(100vh - 75px); } }

/*---
title:   Basic row
section: Grid
---

```example:html
<div class="row">
	<div>
		Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
	</div>
</div>
```
*/
.row {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 80px;
      margin-bottom: 70px; } }
  @media (min-width: 48em) {
    .row.no-margin {
      margin-left: 0;
      margin-right: 0; } }
  .row.layout-promo {
    margin-top: 0; }
    @media (min-width: 48em) {
      .row.layout-promo {
        margin-top: 0; } }
  @media (min-width: 48em) {
    .section-title + .row {
      margin-top: -20px; } }
  @media (min-width: 48em) {
    .section-title + .row.row-of-four {
      margin-top: 0; } }
  .row > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px; }
    @media (min-width: 48em) {
      .row > div {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px; } }

.home-row {
  position: relative; }
  @media (min-width: 48em) {
    .home-row {
      display: block; } }
  @media (min-width: 59.0625em) {
    .home-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .home-row > div {
    margin-bottom: 20px; }
    @media (min-width: 59.0625em) {
      .home-row > div {
        margin-bottom: 0; } }

.post-display-row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.post-display-row .row {
  margin-top: 0;
  margin-bottom: 0; }

@media (min-width: 48em) {
  .page .post-display-row {
    margin-bottom: 70px; } }

@media (min-width: 48em) {
  .row.row-of-two {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media (min-width: 48em) {
  .row.row-of-two > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), (min-width: 48em) and (-ms-high-contrast: none) {
    .row.row-of-two > div {
      max-width: 50%; } }

.row.row-of-two > div:last-of-type {
  margin-bottom: 0; }

.row.row-of-three {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 48em) {
    .row.row-of-three {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media (min-width: 48em) {
    .row.row-of-three > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      margin-bottom: 20px; } }
  @media screen and (min-width: 48em) and (-ms-high-contrast: active), (min-width: 48em) and (-ms-high-contrast: none) {
    .row.row-of-three > div {
      max-width: 50%; } }
  @media (min-width: 64em) {
    .row.row-of-three > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 33.33%;
          -ms-flex: 0 1 33.33%;
              flex: 0 1 33.33%;
      margin-bottom: 20px; } }
  @media screen and (min-width: 64em) and (-ms-high-contrast: active), (min-width: 64em) and (-ms-high-contrast: none) {
    .row.row-of-three > div {
      max-width: 33.33%; } }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .row.row-of-three > div:nth-child(2n) {
      border-right: 0; } }
  @media (min-width: 64em) {
    .row.row-of-three > div:nth-child(3n) {
      border-right: 0; } }
  @media (min-width: 48em) {
    .row.row-of-three.row-top-stories > div {
      margin-bottom: 70px; } }
  .tabbed-content .row.row-of-three {
    margin-top: 20px; }

.row.next-up-row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

/*---
title:   Row of 2
section: Grid
---

```example:html
<div class="row row-of-two">
	<div>
		Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
	</div>
	<div>
		Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
	</div>
</div>
```
*/
/*---
title:   Row of 4
section: Grid
---

```example:html
<div class="row row-of-four">
	<div>
		Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
	</div>
	<div>
		Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
	</div>
	<div>
		Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
	</div>
	<div>
		Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
	</div>
</div>
```
*/
@media (min-width: 37.5em) {
  .row.row-of-four {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 37.5em) {
  .row.row-of-four > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; } }
  @media screen and (min-width: 37.5em) and (-ms-high-contrast: active), (min-width: 37.5em) and (-ms-high-contrast: none) {
    .row.row-of-four > div {
      max-width: 50%; } }

@media (min-width: 55.625em) {
  .row.row-of-four > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    margin-bottom: 20px; } }
  @media screen and (min-width: 55.625em) and (-ms-high-contrast: active), (min-width: 55.625em) and (-ms-high-contrast: none) {
    .row.row-of-four > div {
      max-width: 25%; } }

@media (min-width: 37.5em) {
  .sponsored-content-block .row.row-of-four.post-display-row > div {
    border-bottom: 0; } }

@media (max-width: 37.4375em) {
  .home-row-four {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dddddd; } }

.container {
  max-width: 1200px;
  margin: 0 auto; }

@media (max-width: 77.5em) {
  #app > div > .container,
  #app > div > .main-content,
  #app > div > .page-header,
  body > .container,
  body > .main-content {
    padding: 0 20px; } }

@media (max-width: 77.5em) {
  #app > div > .page-header.padding-bottom {
    padding-bottom: 30px; } }

.main-content {
  max-width: 1200px;
  margin: 20px auto; }
  @media (min-width: 64em) {
    .main-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      margin: 50px auto; } }
  .main-content.no-margin {
    margin-top: 0; }
  @media (max-width: 63.99em) {
    .main-content.mobile-ad-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .main-content.mobile-ad-top .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 64em) {
      .main-content.mobile-ad-top .content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .main-content.mobile-ad-top .sidebar {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 64em) {
      .main-content.mobile-ad-top .sidebar {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }

.content {
  margin-bottom: 30px; }
  @media (min-width: 64em) {
    .content {
      width: calc(100% - 300px);
      padding-right: 60px;
      margin-bottom: 0; } }
  @media (min-width: 64em) {
    .story-blowout .content {
      width: 100%;
      padding-right: 0; } }

@media (min-width: 48em) {
  .story-blowout .author-container .button-more-container,
  .story-blowout .author-container .post-top-bar,
  .story-blowout .author-container .post-tags,
  .story-blowout .author-container .post-author,
  .story-blowout .author-container .story-content,
  .story-blowout .story-container .button-more-container,
  .story-blowout .story-container .post-top-bar,
  .story-blowout .story-container .post-tags,
  .story-blowout .story-container .post-author,
  .story-blowout .story-container .story-content {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 48em) {
  .story-blowout .author-container .button-more-container img,
  .story-blowout .author-container .post-top-bar img,
  .story-blowout .author-container .post-tags img,
  .story-blowout .author-container .post-author img,
  .story-blowout .author-container .story-content img,
  .story-blowout .story-container .button-more-container img,
  .story-blowout .story-container .post-top-bar img,
  .story-blowout .story-container .post-tags img,
  .story-blowout .story-container .post-author img,
  .story-blowout .story-container .story-content img {
    max-height: none; } }

@media (min-width: 48em) {
  .story-blowout .author-container blockquote.pullquote,
  .story-blowout .author-container p > img.alignnone,
  .story-blowout .author-container .wp-caption.alignnone,
  .story-blowout .author-container .row.fullbleed,
  .story-blowout .story-container blockquote.pullquote,
  .story-blowout .story-container p > img.alignnone,
  .story-blowout .story-container .wp-caption.alignnone,
  .story-blowout .story-container .row.fullbleed {
    width: calc(100% + 50vw - 385px) !important;
    max-width: 1170px !important;
    margin-left: calc(-25vw + 192px); } }

@media (min-width: 103.1875em) {
  .story-blowout .author-container blockquote.pullquote,
  .story-blowout .author-container p > img.alignnone,
  .story-blowout .author-container .wp-caption.alignnone,
  .story-blowout .author-container .row.fullbleed,
  .story-blowout .story-container blockquote.pullquote,
  .story-blowout .story-container p > img.alignnone,
  .story-blowout .story-container .wp-caption.alignnone,
  .story-blowout .story-container .row.fullbleed {
    margin-left: -200px; } }

.story-blowout .author-container .row p > img.alignnone,
.story-blowout .author-container .row .wp-caption.alignnone,
.story-blowout .story-container .row p > img.alignnone,
.story-blowout .story-container .row .wp-caption.alignnone {
  width: auto !important;
  margin-left: auto; }

@media (min-width: 48em) {
  .story-blowout .author-container .story-aside, .story-blowout .author-container .story-content .articlesidebar, .story-content .story-blowout .author-container .articlesidebar,
  .story-blowout .author-container .post-layout-grid-item,
  .story-blowout .author-container .pull-right,
  .story-blowout .author-container .alignright,
  .story-blowout .story-container .story-aside,
  .story-blowout .story-container .story-content .articlesidebar,
  .story-content .story-blowout .story-container .articlesidebar,
  .story-blowout .story-container .post-layout-grid-item,
  .story-blowout .story-container .pull-right,
  .story-blowout .story-container .alignright {
    margin-right: calc(-25vw + 192px); } }

@media (min-width: 103.1875em) {
  .story-blowout .author-container .story-aside, .story-blowout .author-container .story-content .articlesidebar, .story-content .story-blowout .author-container .articlesidebar,
  .story-blowout .author-container .post-layout-grid-item,
  .story-blowout .author-container .pull-right,
  .story-blowout .author-container .alignright,
  .story-blowout .story-container .story-aside,
  .story-blowout .story-container .story-content .articlesidebar,
  .story-content .story-blowout .story-container .articlesidebar,
  .story-blowout .story-container .post-layout-grid-item,
  .story-blowout .story-container .pull-right,
  .story-blowout .story-container .alignright {
    margin-right: -200px; } }

@media (min-width: 64em) {
  .story-blowout .author-container .pullquote:not(.pull-right),
  .story-blowout .story-container .pullquote:not(.pull-right) {
    margin-left: -100px;
    margin-right: -100px; } }

@media (min-width: 48em) {
  .story-blowout .author-container .pullquote.pull-right,
  .story-blowout .story-container .pullquote.pull-right {
    width: 40%; } }

@media (min-width: 48em) {
  .story-blowout .sidebar {
    margin-top: 40px; } }

@media (min-width: 64em) {
  .story-blowout .sidebar {
    width: 100%; } }

@media (min-width: 64em) {
  .sidebar {
    width: 300px; } }

.row-three-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 37.5em) {
    .row-three-columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 80px; } }
  @media (min-width: 64em) {
    .row-three-columns {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

@media (max-width: 63.99em) {
  .left-column {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .left-column.middle {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }

@media (min-width: 37.5em) {
  .left-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% - 175px);
        -ms-flex: 1 0 calc(100% - 175px);
            flex: 1 0 calc(100% - 175px);
    padding-right: 25px; } }
  @media screen and (min-width: 37.5em) and (-ms-high-contrast: active), (min-width: 37.5em) and (-ms-high-contrast: none) {
    .left-column {
      width: calc(100% - 175px); } }

@media (min-width: 37.5em) {
    .left-column.middle {
      padding-right: 0;
      padding-left: 25px; } }

@media (min-width: 49.0625em) {
  .left-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(100% - 225px);
        -ms-flex: 1 0 calc(100% - 225px);
            flex: 1 0 calc(100% - 225px); } }
  @media screen and (min-width: 49.0625em) and (-ms-high-contrast: active), (min-width: 49.0625em) and (-ms-high-contrast: none) {
    .left-column {
      width: calc(100% - 225px); } }

@media (min-width: 64em) {
  .left-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(65% - 163px);
        -ms-flex: 1 0 calc(65% - 163px);
            flex: 1 0 calc(65% - 163px); } }
  @media screen and (min-width: 64em) and (-ms-high-contrast: active), (min-width: 64em) and (-ms-high-contrast: none) {
    .left-column {
      width: calc(65% - 163px); } }

@media (min-width: 64em) {
    .left-column.middle {
      padding-left: 25px;
      padding-right: 25px; } }

@media (max-width: 63.99em) {
  .middle-column {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    .middle-column.left {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

@media (min-width: 37.5em) {
  .middle-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 175px;
        -ms-flex: 1 0 175px;
            flex: 1 0 175px;
    padding-left: 25px; } }
  @media screen and (min-width: 37.5em) and (-ms-high-contrast: active), (min-width: 37.5em) and (-ms-high-contrast: none) {
    .middle-column {
      width: 175px; } }

@media (min-width: 37.5em) {
    .middle-column.left {
      padding-left: 0;
      padding-right: 25px; } }

@media (min-width: 49.0625em) {
  .middle-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 225px;
        -ms-flex: 1 0 225px;
            flex: 1 0 225px; } }
  @media screen and (min-width: 49.0625em) and (-ms-high-contrast: active), (min-width: 49.0625em) and (-ms-high-contrast: none) {
    .middle-column {
      width: 225px; } }

@media (min-width: 64em) {
  .middle-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 calc(35% - 162px);
        -ms-flex: 1 0 calc(35% - 162px);
            flex: 1 0 calc(35% - 162px);
    padding: 0 25px; } }
  @media screen and (min-width: 64em) and (-ms-high-contrast: active), (min-width: 64em) and (-ms-high-contrast: none) {
    .middle-column {
      width: calc(35% - 162px); } }

@media (min-width: 64em) {
    .middle-column.left {
      padding-left: 0;
      padding-right: 25px; } }

@media (max-width: 63.99em) {
  .right-column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 37.5em) {
  .right-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding-left: 25px;
    padding-right: 25px; } }

@media (min-width: 64em) {
  .right-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 325px;
        -ms-flex: 1 0 325px;
            flex: 1 0 325px;
    padding-left: 25px;
    padding-right: 0; } }
  @media screen and (min-width: 64em) and (-ms-high-contrast: active), (min-width: 64em) and (-ms-high-contrast: none) {
    .right-column {
      width: 325px; } }

.right-column .widget-trending,
.right-column .newsletter-module,
.right-column .newsletter-module-message,
.explore-shows {
  display: none; }
  @media (min-width: 64em) {
    .right-column .widget-trending,
    .right-column .newsletter-module,
    .right-column .newsletter-module-message,
    .explore-shows {
      display: block; } }

.explore-shows {
  margin-bottom: 80px; }

.left-column .beat {
  margin-top: 20px;
  margin-bottom: 40px; }
  @media (min-width: 37.5em) {
    .left-column .beat:last-of-type {
      margin-bottom: 0; } }

@media (min-width: 37.5em) and (max-width: 37.4375em) {
  .highlights .post-display-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media (min-width: 37.5em) and (max-width: 37.4375em) {
  .highlights .post-display-list > div {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .highlights .post-display-list > div:nth-child(2n) {
      padding-left: 15px; }
    .highlights .post-display-list > div:nth-child(2n+1) {
      padding-right: 15px; } }

@media (min-width: 37.5em) and (max-width: 37.4375em) {
  .highlights .post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }

.highlights.hide-in-one-col {
  display: none; }
  @media (min-width: 37.5em) {
    .highlights.hide-in-one-col {
      display: block; } }

@media print {
  html {
    font-size: 12px;
    font-size: 0.75rem; }
  .ad,
  .wamu-player,
  .header-wrapper,
  .footer,
  .section-sharing,
  .tabbed-content-tabs,
  .tabbed-content-filters,
  .header-campaign,
  .header-announcements,
  .feature-bar,
  .header-breaking,
  .sidebar,
  .button-more-container {
    display: none !important; }
  .content {
    width: 100% !important; }
  .section-header {
    margin: 0 !important; }
  .weekly-schedule {
    font-size: 8px !important; }
  .weekly-schedule-row > div {
    border-left: 1px solid #777777 !important; }
  .weekly-schedule-row > div.weekly-hour-column {
    border-left: 0 !important; }
  .weekly-schedule-row > div > div {
    border-bottom: 1px solid #777777 !important;
    height: 43px !important;
    padding: 5px !important; }
  .weekly-schedule-row > div[data-duration-offset] > div:after {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-left: 1px solid #777777 !important;
    left: -1px !important;
    -webkit-print-color-adjust: exact; }
  .weekly-schedule-row.weekly-schedule-days > div:first-of-type {
    display: block; }
  [data-active-day="1"] .weekly-schedule-row.weekly-schedule-days > div:nth-child(2) > div {
    background-color: transparent;
    font-weight: 700;
    color: #000; }
  [data-active-day="2"] .weekly-schedule-row.weekly-schedule-days > div:nth-child(3) > div {
    background-color: transparent;
    font-weight: 700;
    color: #000; }
  [data-active-day="3"] .weekly-schedule-row.weekly-schedule-days > div:nth-child(4) > div {
    background-color: transparent;
    font-weight: 700;
    color: #000; }
  [data-active-day="4"] .weekly-schedule-row.weekly-schedule-days > div:nth-child(5) > div {
    background-color: transparent;
    font-weight: 700;
    color: #000; }
  [data-active-day="5"] .weekly-schedule-row.weekly-schedule-days > div:nth-child(6) > div {
    background-color: transparent;
    font-weight: 700;
    color: #000; }
  [data-active-day="6"] .weekly-schedule-row.weekly-schedule-days > div:nth-child(7) > div {
    background-color: transparent;
    font-weight: 700;
    color: #000; }
  [data-active-day="7"] .weekly-schedule-row.weekly-schedule-days > div:nth-child(8) > div {
    background-color: transparent;
    font-weight: 700;
    color: #000; }
  .weekly-schedule-row > div[data-duration="2"] > div {
    height: 86px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-10"] > div {
    height: 93.16667px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-10"] > div {
    height: 93.16667px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-20"] > div {
    height: 100.33333px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-20"] > div {
    height: 100.33333px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-30"] > div {
    height: 107.5px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-30"] > div {
    height: 107.5px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-40"] > div {
    height: 114.66667px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-40"] > div {
    height: 114.66667px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-50"] > div {
    height: 121.83333px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-50"] > div {
    height: 121.83333px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-60"] > div {
    height: 129px !important; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-60"] > div {
    height: 129px !important; }
  .weekly-schedule-row > div[data-duration="3"] > div {
    height: 129px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-10"] > div {
    height: 136.16667px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-10"] > div {
    height: 136.16667px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-20"] > div {
    height: 143.33333px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-20"] > div {
    height: 143.33333px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-30"] > div {
    height: 150.5px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-30"] > div {
    height: 150.5px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-40"] > div {
    height: 157.66667px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-40"] > div {
    height: 157.66667px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-50"] > div {
    height: 164.83333px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-50"] > div {
    height: 164.83333px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-60"] > div {
    height: 172px !important; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-60"] > div {
    height: 172px !important; }
  .weekly-schedule-row > div[data-duration="4"] > div {
    height: 172px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-10"] > div {
    height: 179.16667px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-10"] > div {
    height: 179.16667px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-20"] > div {
    height: 186.33333px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-20"] > div {
    height: 186.33333px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-30"] > div {
    height: 193.5px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-30"] > div {
    height: 193.5px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-40"] > div {
    height: 200.66667px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-40"] > div {
    height: 200.66667px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-50"] > div {
    height: 207.83333px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-50"] > div {
    height: 207.83333px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-60"] > div {
    height: 215px !important; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-60"] > div {
    height: 215px !important; }
  .weekly-schedule-row > div[data-duration="5"] > div {
    height: 215px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-10"] > div {
    height: 222.16667px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-10"] > div {
    height: 222.16667px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-20"] > div {
    height: 229.33333px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-20"] > div {
    height: 229.33333px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-30"] > div {
    height: 236.5px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-30"] > div {
    height: 236.5px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-40"] > div {
    height: 243.66667px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-40"] > div {
    height: 243.66667px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-50"] > div {
    height: 250.83333px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-50"] > div {
    height: 250.83333px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-60"] > div {
    height: 258px !important; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-60"] > div {
    height: 258px !important; }
  .weekly-schedule-row > div[data-duration="6"] > div {
    height: 258px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-10"] > div {
    height: 265.16667px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-10"] > div {
    height: 265.16667px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-20"] > div {
    height: 272.33333px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-20"] > div {
    height: 272.33333px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-30"] > div {
    height: 279.5px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-30"] > div {
    height: 279.5px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-40"] > div {
    height: 286.66667px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-40"] > div {
    height: 286.66667px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-50"] > div {
    height: 293.83333px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-50"] > div {
    height: 293.83333px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-60"] > div {
    height: 301px !important; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-60"] > div {
    height: 301px !important; }
  .weekly-schedule-row > div[data-duration="7"] > div {
    height: 301px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-10"] > div {
    height: 308.16667px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-10"] > div {
    height: 308.16667px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-20"] > div {
    height: 315.33333px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-20"] > div {
    height: 315.33333px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-30"] > div {
    height: 322.5px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-30"] > div {
    height: 322.5px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-40"] > div {
    height: 329.66667px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-40"] > div {
    height: 329.66667px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-50"] > div {
    height: 336.83333px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-50"] > div {
    height: 336.83333px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-60"] > div {
    height: 344px !important; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-60"] > div {
    height: 344px !important; }
  .weekly-schedule-row > div[data-duration="8"] > div {
    height: 344px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-10"] > div {
    height: 351.16667px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-10"] > div {
    height: 351.16667px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-20"] > div {
    height: 358.33333px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-20"] > div {
    height: 358.33333px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-30"] > div {
    height: 365.5px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-30"] > div {
    height: 365.5px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-40"] > div {
    height: 372.66667px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-40"] > div {
    height: 372.66667px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-50"] > div {
    height: 379.83333px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-50"] > div {
    height: 379.83333px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-60"] > div {
    height: 387px !important; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-60"] > div {
    height: 387px !important; }
  .weekly-schedule-row > div[data-duration="9"] > div {
    height: 387px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-10"] > div {
    height: 394.16667px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-10"] > div {
    height: 394.16667px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-20"] > div {
    height: 401.33333px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-20"] > div {
    height: 401.33333px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-30"] > div {
    height: 408.5px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-30"] > div {
    height: 408.5px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-40"] > div {
    height: 415.66667px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-40"] > div {
    height: 415.66667px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-50"] > div {
    height: 422.83333px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-50"] > div {
    height: 422.83333px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-60"] > div {
    height: 430px !important; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-60"] > div {
    height: 430px !important; }
  .weekly-schedule-row > div[data-duration="10"] > div {
    height: 430px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-10"] > div {
    height: 437.16667px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-10"] > div {
    height: 437.16667px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-20"] > div {
    height: 444.33333px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-20"] > div {
    height: 444.33333px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-30"] > div {
    height: 451.5px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-30"] > div {
    height: 451.5px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-40"] > div {
    height: 458.66667px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-40"] > div {
    height: 458.66667px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-50"] > div {
    height: 465.83333px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-50"] > div {
    height: 465.83333px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-60"] > div {
    height: 473px !important; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-60"] > div {
    height: 473px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-10"] > div {
    height: 50.16667px !important;
    top: -7.16667px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-10"] > div {
    height: 50.16667px !important; }
  .weekly-schedule-row > div.start-10-offset > div {
    padding-top: 12.16667px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-20"] > div {
    height: 57.33333px !important;
    top: -14.33333px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-20"] > div {
    height: 57.33333px !important; }
  .weekly-schedule-row > div.start-20-offset > div {
    padding-top: 19.33333px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-30"] > div {
    height: 64.5px !important;
    top: -21.5px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-30"] > div {
    height: 64.5px !important; }
  .weekly-schedule-row > div.start-30-offset > div {
    padding-top: 26.5px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-40"] > div {
    height: 71.66667px !important;
    top: -28.66667px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-40"] > div {
    height: 71.66667px !important; }
  .weekly-schedule-row > div.start-40-offset > div {
    padding-top: 33.66667px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-50"] > div {
    height: 78.83333px !important;
    top: -35.83333px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-50"] > div {
    height: 78.83333px !important; }
  .weekly-schedule-row > div.start-50-offset > div {
    padding-top: 40.83333px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-60"] > div {
    height: 86px !important;
    top: -43px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-60"] > div {
    height: 86px !important; }
  .weekly-schedule-row > div.start-60-offset > div {
    padding-top: 48px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-70"] > div {
    height: 93.16667px !important;
    top: -50.16667px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-70"] > div {
    height: 93.16667px !important; }
  .weekly-schedule-row > div.start-70-offset > div {
    padding-top: 55.16667px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-80"] > div {
    height: 100.33333px !important;
    top: -57.33333px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-80"] > div {
    height: 100.33333px !important; }
  .weekly-schedule-row > div.start-80-offset > div {
    padding-top: 62.33333px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-90"] > div {
    height: 107.5px !important;
    top: -64.5px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-90"] > div {
    height: 107.5px !important; }
  .weekly-schedule-row > div.start-90-offset > div {
    padding-top: 69.5px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-100"] > div {
    height: 114.66667px !important;
    top: -71.66667px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-100"] > div {
    height: 114.66667px !important; }
  .weekly-schedule-row > div.start-100-offset > div {
    padding-top: 76.66667px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-110"] > div {
    height: 121.83333px !important;
    top: -78.83333px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-110"] > div {
    height: 121.83333px !important; }
  .weekly-schedule-row > div.start-110-offset > div {
    padding-top: 83.83333px !important; }
  .weekly-schedule-row > div[data-duration-offset="minus-120"] > div {
    height: 129px !important;
    top: -86px !important; }
  .weekly-schedule-row > div[data-duration-offset="plus-120"] > div {
    height: 129px !important; }
  .weekly-schedule-row > div.start-120-offset > div {
    padding-top: 91px !important; } }

/* Header */
.page-header,
.header-wrapper,
.header {
  background-color: #242733;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.page-header + .container .show-layout-feature,
.page-header + .container .layout-promo,
.page-header + .layout-one-by-four,
.header-wrapper + .hometop,
.header-wrapper + .error-content,
.header-wrapper + .search-content {
  position: relative; }

.page-header + .container .show-layout-feature:before,
.page-header + .container .layout-promo:before,
.page-header + .layout-one-by-four:before,
.header-wrapper + .hometop:before,
.header-wrapper + .error-content:before,
.header-wrapper + .search-content:before {
  content: "";
  background-color: #242733;
  width: 100vw;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 0;
  top: -20px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media (min-width: 48em) {
    .page-header + .container .show-layout-feature:before,
    .page-header + .container .layout-promo:before,
    .page-header + .layout-one-by-four:before,
    .header-wrapper + .hometop:before,
    .header-wrapper + .error-content:before,
    .header-wrapper + .search-content:before {
      height: 200px;
      top: -80px; } }
  @media (min-width: 103.1875em) {
    .page-header + .container .show-layout-feature:before,
    .page-header + .container .layout-promo:before,
    .page-header + .layout-one-by-four:before,
    .header-wrapper + .hometop:before,
    .header-wrapper + .error-content:before,
    .header-wrapper + .search-content:before {
      max-width: 1650px;
      margin-left: -825px; } }

.header-wrapper + .error-content:before {
  display: none; }
  @media (min-width: 32.5em) {
    .header-wrapper + .error-content:before {
      display: block;
      height: 20px;
      top: 0; } }
  @media (min-width: 48em) {
    .header-wrapper + .error-content:before {
      height: 100px; } }

.page-header + .container .layout-promo:before,
.page-header + .container .show-layout-feature:before {
  top: 0; }

.page-header {
  padding: 30px 0; }
  @media (min-width: 48em) {
    .page-header {
      padding: 60px 0; } }
  .page-header.no-padding {
    padding: 0; }
    @media (min-width: 48em) {
      .page-header.no-padding {
        padding: 0; } }
  .page-header.no-padding-bottom {
    padding: 30px 0 0 0; }
    @media (min-width: 48em) {
      .page-header.no-padding-bottom {
        padding: 60px 0 0 0; } }

.simple-header {
  min-height: 100px;
  position: relative; }
  @media (min-width: 32.5em) {
    .simple-header {
      min-height: 90px; } }
  .simple-header .simple-header-donate [class*="button"],
  .simple-header .simple-header-donate button,
  .simple-header .simple-header-search [class*="button"],
  .simple-header .simple-header-search button,
  .simple-header .header-mobile-menu-toggle [class*="button"],
  .simple-header .header-mobile-menu-toggle button {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 700;
    background-color: #1d1f29;
    border-radius: 3px;
    border: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in; }
    @media (min-width: 32.5em) {
      .simple-header .simple-header-donate [class*="button"],
      .simple-header .simple-header-donate button,
      .simple-header .simple-header-search [class*="button"],
      .simple-header .simple-header-search button,
      .simple-header .header-mobile-menu-toggle [class*="button"],
      .simple-header .header-mobile-menu-toggle button {
        background-color: transparent;
        margin-right: 30px;
        width: auto; } }
    .simple-header .simple-header-donate [class*="button"] span,
    .simple-header .simple-header-donate button span,
    .simple-header .simple-header-search [class*="button"] span,
    .simple-header .simple-header-search button span,
    .simple-header .header-mobile-menu-toggle [class*="button"] span,
    .simple-header .header-mobile-menu-toggle button span {
      display: inline-block;
      height: 0;
      overflow: hidden;
      visibility: hidden;
      width: 0; }
      @media (min-width: 32.5em) {
        .simple-header .simple-header-donate [class*="button"] span,
        .simple-header .simple-header-donate button span,
        .simple-header .simple-header-search [class*="button"] span,
        .simple-header .simple-header-search button span,
        .simple-header .header-mobile-menu-toggle [class*="button"] span,
        .simple-header .header-mobile-menu-toggle button span {
          display: inline;
          height: auto;
          visibility: visible;
          width: auto; } }
    .simple-header .simple-header-donate [class*="button"]:hover, .simple-header .simple-header-donate [class*="button"]:focus,
    .simple-header .simple-header-donate button:hover,
    .simple-header .simple-header-donate button:focus,
    .simple-header .simple-header-search [class*="button"]:hover,
    .simple-header .simple-header-search [class*="button"]:focus,
    .simple-header .simple-header-search button:hover,
    .simple-header .simple-header-search button:focus,
    .simple-header .header-mobile-menu-toggle [class*="button"]:hover,
    .simple-header .header-mobile-menu-toggle [class*="button"]:focus,
    .simple-header .header-mobile-menu-toggle button:hover,
    .simple-header .header-mobile-menu-toggle button:focus {
      color: #fff; }
      .simple-header .simple-header-donate [class*="button"]:hover svg, .simple-header .simple-header-donate [class*="button"]:focus svg,
      .simple-header .simple-header-donate button:hover svg,
      .simple-header .simple-header-donate button:focus svg,
      .simple-header .simple-header-search [class*="button"]:hover svg,
      .simple-header .simple-header-search [class*="button"]:focus svg,
      .simple-header .simple-header-search button:hover svg,
      .simple-header .simple-header-search button:focus svg,
      .simple-header .header-mobile-menu-toggle [class*="button"]:hover svg,
      .simple-header .header-mobile-menu-toggle [class*="button"]:focus svg,
      .simple-header .header-mobile-menu-toggle button:hover svg,
      .simple-header .header-mobile-menu-toggle button:focus svg {
        fill: #fff; }
  .simple-header .simple-header-donate svg,
  .simple-header .simple-header-search svg,
  .simple-header .header-mobile-menu-toggle svg {
    fill: #fff;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: fill .2s ease-in;
    -o-transition: fill .2s ease-in;
    transition: fill .2s ease-in; }
    @media (min-width: 32.5em) {
      .simple-header .simple-header-donate svg,
      .simple-header .simple-header-search svg,
      .simple-header .header-mobile-menu-toggle svg {
        margin-right: 5px; } }
  .simple-header .header-mobile-menu-toggle svg {
    width: 16px;
    height: 16px; }
    @media (min-width: 32.5em) {
      .simple-header .header-mobile-menu-toggle svg {
        margin-top: -2px; } }
  .simple-header .simple-header-donate {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .simple-header .simple-header-donate [class*="button"] {
      background-color: #EB2E38;
      margin-right: 0;
      padding: 0 10px;
      width: auto; }
      .simple-header .simple-header-donate [class*="button"]:hover {
        color: #fff; }
        .simple-header .simple-header-donate [class*="button"]:hover svg {
          fill: #fff; }
    .simple-header .simple-header-donate svg {
      margin-right: 5px;
      margin-top: -3px;
      width: 16px;
      height: 14px; }
  .simple-header .simple-header-search svg {
    width: 18px;
    height: 18px; }

.simple-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 35px 0 35px; }
  @media (max-width: 77.5em) {
    .simple-header-inner {
      padding: 40px 20px 0 20px; } }
  .simple-header-inner .footer-social {
    display: none;
    padding-bottom: 0; }
    @media (min-width: 45em) {
      .simple-header-inner .footer-social {
        display: block; } }
    .simple-header-inner .footer-social ul {
      margin-left: 0;
      margin-right: 20px; }
    .simple-header-inner .footer-social li a {
      background-color: transparent;
      width: 30px; }
      .no-touchevents .simple-header-inner .footer-social li a:hover,
      .no-touchevents .simple-header-inner .footer-social li a:focus {
        background-color: transparent; }
        .no-touchevents .simple-header-inner .footer-social li a:hover svg,
        .no-touchevents .simple-header-inner .footer-social li a:focus svg {
          fill: #EB2E38; }
  .simple-header-inner .footer-heading {
    display: none; }

.simple-header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.simple-header-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99; }

.simple-header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.simple-header-logo svg {
  width: 60px;
  height: auto; }
  @media (min-width: 32.5em) {
    .simple-header-logo svg {
      width: 65px; } }
  @media (min-width: 45em) {
    .simple-header-logo svg {
      width: 80px; } }

.simple-header-menu {
  background-color: #242733;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  height: 100vh;
  left: 0;
  max-width: 90%;
  overflow: auto;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 480px;
  z-index: 999999;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.7s cubic-bezier(0, 1, 0, 1), z-index 0s;
  -o-transition: all 0.7s cubic-bezier(0, 1, 0, 1), z-index 0s;
  transition: all 0.7s cubic-bezier(0, 1, 0, 1), z-index 0s; }
  .simple-header-menu[aria-hidden="true"] {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .simple-header-menu button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px; }
    .simple-header-menu button svg {
      fill: #fff;
      width: 15px;
      height: 15px; }
    .simple-header-menu button:hover svg, .simple-header-menu button:focus svg {
      fill: #EB2E38; }
  .simple-header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .simple-header-menu > ul > li {
    border-bottom: 1px solid #1d1f29; }
    .simple-header-menu > ul > li:first-of-type {
      border-top: 1px solid #1d1f29; }
    .simple-header-menu > ul > li.menu-item-has-children > a {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="47.994" height="32"><path fill="%23ffffff" d="M47.713 8.714L24.732 31.719a1.078 1.078 0 0 1-1.452 0L.299 8.714a1.001 1.001 0 0 1 0-1.428L7.303.282c.375-.375 1.054-.375 1.429 0l15.274 15.321L39.28.281c.375-.375 1.054-.375 1.429 0l7.004 7.004c.164.211.281.445.281.726s-.117.493-.281.703z"/></svg>');
      background-repeat: no-repeat;
      background-position: 95%;
      background-size: 15px auto; }
    .simple-header-menu > ul > li.menu-item-has-children > a[aria-expanded="true"] {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="47.994" height="32"><path fill="%23ffffff" d="M.281 23.286L23.262.281a1.078 1.078 0 0 1 1.452 0l22.981 23.005a1.001 1.001 0 0 1 0 1.428l-7.004 7.004c-.375.375-1.054.375-1.429 0L23.988 16.397 8.714 31.719c-.375.375-1.054.375-1.429 0L.281 24.715C.117 24.504 0 24.27 0 23.989s.117-.493.281-.703z"/></svg>'); }
    .simple-header-menu > ul > li > a {
      padding: 16px 0;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "Whitney A", "Whitney B", sans-serif;
      font-weight: 700; }
    .simple-header-menu > ul > li ul {
      margin-bottom: 16px;
      max-height: 1000px;
      -webkit-transition: max-height 300ms ease, margin-bottom 300ms ease;
      -o-transition: max-height 300ms ease, margin-bottom 300ms ease;
      transition: max-height 300ms ease, margin-bottom 300ms ease; }
      .simple-header-menu > ul > li ul[aria-hidden="true"] {
        margin-bottom: 0;
        max-height: 0;
        overflow: hidden; }
      .simple-header-menu > ul > li ul a {
        padding: 5px 0;
        font-size: 16px;
        font-size: 1rem;
        font-family: "Whitney A", "Whitney B", sans-serif;
        font-weight: 400; }
  .simple-header-menu a {
    color: #fff;
    display: block; }
    .simple-header-menu a:hover, .simple-header-menu a:focus {
      color: #fff; }

.js-overlay-menu {
  display: none !important;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998 !important;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }
  .expand + .js-overlay-menu {
    background-color: rgba(0, 0, 0, 0.2);
    display: block !important; }

.header-donate {
  position: relative; }
  .header-donate.-desktop {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    @media (min-width: 64em) {
      .header-donate.-desktop {
        height: 90px;
        -webkit-flex-basis: 140px;
            -ms-flex-preferred-size: 140px;
                flex-basis: 140px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 15px 0 5px; } }
  .header-donate.-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50px;
        -ms-flex: 0 1 50px;
            flex: 0 1 50px; }
    @media (min-width: 22.5em) {
      .header-donate.-mobile {
        padding-right: 5px; } }
    @media (min-width: 40em) {
      .header-donate.-mobile {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        padding-right: 0; } }
    @media (min-width: 64em) {
      .header-donate.-mobile {
        display: none; } }
    .header-donate.-mobile .wamu-icon {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 7px;
      fill: #fff;
      width: 14px;
      height: 12px; }
      @media (min-width: 40em) {
        .header-donate.-mobile .wamu-icon {
          display: inline-block;
          vertical-align: baseline;
          margin-right: 5px;
          margin-bottom: -1px; } }
    .header-donate.-mobile a {
      color: #fff;
      border-bottom: 0;
      padding: 0 5px;
      width: 100%;
      text-align: center;
      background-color: #EB2E38;
      border-radius: 3px;
      text-transform: uppercase;
      font-size: 8px;
      font-size: 0.5rem; }
      @media (max-width: 39.9375em) {
        .header-donate.-mobile a {
          height: 50px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (min-width: 40em) {
        .header-donate.-mobile a {
          color: #fff;
          border-bottom: 0;
          padding: 14px 5px;
          width: 120px;
          margin-right: 10px;
          text-align: center;
          font-size: 16px;
          font-size: 1rem;
          font-family: "Whitney A", "Whitney B", sans-serif;
          font-weight: 700;
          line-height: inherit; } }
  .header-donate a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #1d1f29;
    text-align: left;
    -webkit-transition: background-color 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
    -o-transition: background-color 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
    transition: background-color 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 700; }
    @media (min-width: 37.5em) {
      .header-donate a {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 20px 0; } }
    @media (min-width: 64em) {
      .header-donate a {
        background-color: #EB2E38;
        border-radius: 3px;
        color: #fff;
        border-bottom: 0;
        padding: 14px 5px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        line-height: inherit; } }
    @media (min-width: 64em) {
      .header-donate a:focus,
      .no-touchevents .header-donate a:hover {
        color: #fff;
        background-color: #bc252d; }
        .header-donate a:focus svg,
        .no-touchevents .header-donate a:hover svg {
          fill: #fff; } }
    .header-donate a:focus svg,
    .no-touchevents .header-donate a:hover svg {
      -webkit-animation: animate-heart 1.5s infinite;
              animation: animate-heart 1.5s infinite;
      -webkit-animation-play-state: running;
              animation-play-state: running; }
  .header-donate .wamu-icon {
    width: 15px;
    height: 13px; }
  .header-donate svg {
    display: none; }
    @media (min-width: 64em) {
      .header-donate svg {
        display: inline-block;
        fill: #fff;
        vertical-align: baseline;
        margin-right: 5px;
        margin-bottom: -1px; } }

.header-search {
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 64em) {
    .header-search {
      display: block;
      padding: 0;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-flex-basis: 45px;
          -ms-flex-preferred-size: 45px;
              flex-basis: 45px;
      height: 90px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: -webkit-box-flex .2s ease-out, -webkit-flex .2s ease-out;
      transition: -webkit-box-flex .2s ease-out, -webkit-flex .2s ease-out;
      -o-transition: flex .2s ease-out;
      transition: flex .2s ease-out;
      transition: flex .2s ease-out, -webkit-box-flex .2s ease-out, -webkit-flex .2s ease-out, -ms-flex .2s ease-out; } }
  .header-search svg {
    fill: #fff;
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    -webkit-transform-origin: 33% 33%;
        -ms-transform-origin: 33% 33%;
            transform-origin: 33% 33%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
    @media (min-width: 64em) {
      .header-search svg {
        width: 20px;
        height: 20px; } }
  .header-search .button:focus svg, .header-search .btn-generic:focus svg, .header-search .story-content .wamubutton:focus svg, .story-content .header-search .wamubutton:focus svg,
  .no-touchevents .header-search .button:hover svg,
  .no-touchevents .header-search .btn-generic:hover svg,
  .no-touchevents .header-search .story-content .wamubutton:hover svg,
  .story-content .no-touchevents .header-search .wamubutton:hover svg {
    -webkit-transform: rotate(90deg) scale(1.15);
        -ms-transform: rotate(90deg) scale(1.15);
            transform: rotate(90deg) scale(1.15); }
  .header-search .text {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle; }
  .header-search .button, .header-search .btn-generic, .header-search .story-content .wamubutton, .story-content .header-search .wamubutton {
    background-color: transparent;
    width: 100%;
    border: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    cursor: hand; }
    .header-search .button::-webkit-input-placeholder, .header-search .btn-generic::-webkit-input-placeholder, .header-search .story-content .wamubutton::-webkit-input-placeholder, .story-content .header-search .wamubutton::-webkit-input-placeholder {
      color: #fff; }
    .header-search .button:-moz-placeholder, .header-search .btn-generic:-moz-placeholder, .header-search .story-content .wamubutton:-moz-placeholder, .story-content .header-search .wamubutton:-moz-placeholder {
      color: #fff; }
    .header-search .button::-moz-placeholder, .header-search .btn-generic::-moz-placeholder, .header-search .story-content .wamubutton::-moz-placeholder, .story-content .header-search .wamubutton::-moz-placeholder {
      color: #fff; }
    .header-search .button:-ms-input-placeholder, .header-search .btn-generic:-ms-input-placeholder, .header-search .story-content .wamubutton:-ms-input-placeholder, .story-content .header-search .wamubutton:-ms-input-placeholder {
      color: #fff; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type="text"]::-ms-clear, input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  input[type="text"]::-ms-reveal, input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none; } }

.header-search-mobile {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50px;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1; }
  @media (min-width: 48em) {
    .header-search-mobile {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 60px;
          -ms-flex: 0 1 60px;
              flex: 0 1 60px; } }
  .header-search-mobile .button, .header-search-mobile .btn-generic, .header-search-mobile .story-content .wamubutton, .story-content .header-search-mobile .wamubutton {
    color: #fff;
    padding: 0 5px;
    width: 100%;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-search-mobile svg {
    fill: #fff;
    vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    width: 20px;
    height: 20px; }
  .header-search-mobile .text {
    text-transform: uppercase;
    font-size: 8px;
    font-size: 0.5rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 400; }
  @media (min-width: 64em) {
    .header-search-mobile {
      display: none !important; } }

.header-live {
  text-align: center;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 85px;
      -ms-flex: 0 1 85px;
          flex: 0 1 85px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 64em) {
    .header-live {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 120px;
          -ms-flex: 0 1 120px;
              flex: 0 1 120px;
      padding: 0 5px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      height: 90px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 64em) {
    .header-live:last-of-type {
      padding-right: 15px; } }
  @media (max-width: 63.99em) {
    .expand .header-live {
      display: none; } }
  .header-live.-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50px;
        -ms-flex: 0 1 50px;
            flex: 0 1 50px; }
    @media (min-width: 22.5em) {
      .header-live.-mobile {
        padding-right: 5px; } }
    @media (min-width: 40em) {
      .header-live.-mobile {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        padding-right: 0; } }
    @media (min-width: 64em) {
      .header-live.-mobile {
        display: none; } }
  @media (max-width: 63.99em) {
    .header-live.-desktop {
      display: none; } }

@media (max-width: 39.9375em) {
  .live-icon.post-button-play.has-text {
    padding: 0;
    text-align: center;
    line-height: 1;
    width: 50px; } }

@media (min-width: 40em) {
  .live-icon.post-button-play.has-text {
    width: 120px;
    padding: 0;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 700; } }

@media (min-width: 64em) {
  .live-icon.post-button-play.has-text {
    margin-right: 0; } }

@media (max-width: 39.9375em) {
  .live-icon.post-button-play.has-text > div {
    margin: 0;
    font-size: 8px;
    font-size: 0.5rem; } }

@media (max-width: 39.9375em) {
  .live-icon.post-button-play.has-text span.wamu-play,
  .live-icon.post-button-play.has-text span.wamu-paused {
    display: block;
    margin: -2px auto -6px auto; } }

.no-touchevents .live-icon.post-button-play.has-text:hover span.wamu-play span:first-of-type,
.no-touchevents .live-icon.post-button-play.has-text:hover span.wamu-paused span:first-of-type {
  -webkit-animation: animate-play-icon 0.6s;
          animation: animate-play-icon 0.6s;
  -webkit-animation-play-state: running;
          animation-play-state: running; }
  .no-touchevents .live-icon.post-button-play.has-text:hover span.wamu-play span:first-of-type:before,
  .no-touchevents .live-icon.post-button-play.has-text:hover span.wamu-paused span:first-of-type:before {
    opacity: 1;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

/* Header trending bar */
/*---
title:   Trending bar
section: Header
---

```example:html
<div class="trending-bar">
	<ul class="container">
		<li class="title">
			<svg class="wamu-icon">
				<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-trending"></use>
			</svg>
			Trending
		</li>
		<li><a href="#">School Closings</a></li>
		<li><a href="#">School Closings</a></li>
		<li><a href="#">School Closings</a></li>
		<li><a href="#">School Closings</a></li>
		<li><a href="#">School Closings</a></li>
		<li><a href="#">School Closings</a></li>
	</ul>
</div>
```
*/
.trending-bar {
  background-color: #242733;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (max-width: 79.99em) {
    .trending-bar {
      overflow-x: scroll; } }
  .trending-bar ul {
    white-space: nowrap; }
  .trending-bar ul.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 20px; }
    @media (min-width: 77.5em) {
      .trending-bar ul.container {
        padding: 0; } }
  .trending-bar .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em; }
    .trending-bar .title svg {
      fill: #fff;
      vertical-align: baseline;
      margin-right: 2px;
      margin-bottom: -2px; }
    .trending-bar .title span {
      display: none; }
      @media (min-width: 64em) {
        .trending-bar .title span {
          display: inline; } }
  .trending-bar li {
    padding: 14px 0;
    margin-right: 20px; }
    .trending-bar li a {
      display: block; }
      .no-touchevents .trending-bar li a:hover {
        color: #1d1f29; }

/* Header specials */
/*---
title:   Breaking news
section: Announcements
---

```example:html
<div class="header-breaking">
	<span>Breaking News</span>
	<h2 class="post-title"><a href="#">Gunfire Reported At Navy Yard</a></h2>
</div>
```
*/
.header-breaking.alert {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 80px; }
  @media (min-width: 48em) {
    .header-breaking.alert {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .header-breaking.alert > .alert__inner,
  .header-breaking.alert > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 25px 0;
    color: #fff;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 500; }
    @media (min-width: 48em) {
      .header-breaking.alert > .alert__inner,
      .header-breaking.alert > a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .header-breaking.alert > .alert__inner:after,
    .header-breaking.alert > a:after {
      background-color: #EB2E38; }
    .header-breaking.alert > .alert__inner > .alert__subhead,
    .header-breaking.alert > a > .alert__subhead {
      text-transform: uppercase;
      padding: 0 20px 4px;
      width: 100%;
      margin: 0;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 700; }
      @media (min-width: 48em) {
        .header-breaking.alert > .alert__inner > .alert__subhead,
        .header-breaking.alert > a > .alert__subhead {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 180px;
              -ms-flex: 1 0 180px;
                  flex: 1 0 180px;
          width: 180px;
          padding: 0 20px;
          font-size: 14px;
          font-size: 0.875rem; } }
  .no-touchevents .header-breaking.alert a:hover:after {
    background-color: #bc252d; }
  .header-breaking.alert .alert__title {
    padding: 0 20px;
    margin: 0;
    width: 100%;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700; }
    @media (min-width: 48em) {
      .header-breaking.alert .alert__title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 calc(100% - 200px);
            -ms-flex: 1 0 calc(100% - 200px);
                flex: 1 0 calc(100% - 200px);
        width: calc(100% - 200px);
        padding: 0 20px 0 0;
        margin-left: 20px;
        font-size: 36px;
        font-size: 2.25rem; } }

.home .header-breaking {
  margin-bottom: 0; }

/*---
title:   Announcements
section: Announcements
---

```example:html
<div class="header-announcements">
	<div class="container">
		<h2 class="post-title"><a href="#">Heads Up! New Programs Coming Soon…</a></h2>
	</div>
</div>
```
*/
.header-announcements {
  position: relative;
  margin-top: 30px; }
  @media (min-width: 48em) {
    .header-announcements {
      margin-top: 50px; } }
  .header-announcements.-browser-error {
    background-color: #EB2E38; }
    .no-touchevents .header-announcements.-browser-error a:hover {
      background-color: #bc252d; }
  .header-announcements.dismissed {
    opacity: 0;
    min-height: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin: 0; }
  .header-announcements .alert__body {
    margin: 0;
    color: #fff; }
    @media (max-width: 47.99em) {
      .header-announcements .alert__body {
        font-size: 16px;
        font-size: 1rem; } }
  .header-announcements .alert__inner,
  .header-announcements a {
    display: block;
    min-height: 50px;
    padding: 18px 40px 18px 20px;
    color: #fff; }
    @media (min-width: 100em) {
      .header-announcements .alert__inner,
      .header-announcements a {
        padding-left: 50px; } }
    .header-announcements .alert__inner:after,
    .header-announcements a:after {
      background-color: #1d1f29; }
    .no-touchevents .header-announcements .alert__inner:hover:after, .no-touchevents
    .header-announcements a:hover:after {
      background-color: #EB2E38; }

/*---
title:   Campaigns
section: Announcements
---

```example:html
<div class="header-announcements">
	<div class="container">
		<h2 class="post-title"><a href="#">Heads Up! New Programs Coming Soon…</a></h2>
	</div>
</div>
```
*/
.header-campaign {
  overflow: hidden;
  position: relative; }
  @media (min-width: 48em) {
    .header-campaign {
      min-height: 120px;
      margin-top: 80px; } }
  .header-campaign.bg-default a:before,
  .header-campaign.bg-default .alert__inner:before {
    background-color: transparent;
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: 0 0, 30px 30px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: -35px;
    top: 0;
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
    -webkit-transition: height 1.2s cubic-bezier(0.93, 0, 0.04, 1), all 0.4s ease;
    -o-transition: height 1.2s cubic-bezier(0.93, 0, 0.04, 1), all 0.4s ease;
    transition: height 1.2s cubic-bezier(0.93, 0, 0.04, 1), all 0.4s ease;
    width: 30%; }
  .header-campaign.bg-default a:after,
  .header-campaign.bg-default .alert__inner:after {
    background-color: #1d1f29;
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: 0 0, 30px 30px; }
  .no-touchevents .header-campaign.bg-default .alert__inner:hover:before,
  .no-touchevents .header-campaign.bg-default a:hover:before {
    display: none; }
  .no-touchevents .header-campaign.bg-default .alert__inner:hover:after,
  .no-touchevents .header-campaign.bg-default a:hover:after {
    background-color: #EB2E38; }
  .header-campaign.dismissed {
    opacity: 0;
    min-height: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin: 0; }
  .header-campaign .alert__inner,
  .header-campaign a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 13px 40px 13px 20px;
    color: #fff;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-style: normal; }
    @media (min-width: 48em) {
      .header-campaign .alert__inner,
      .header-campaign a {
        padding: 45px 40px 45px 20px; } }
    @media (min-width: 100em) {
      .header-campaign .alert__inner,
      .header-campaign a {
        padding-left: 50px; } }
  .header-campaign .alert__title {
    margin: 0;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700; }
    @media (max-width: 47.99em) {
      .header-campaign .alert__title {
        font-size: 24px;
        font-size: 1.5rem; } }
  .header-campaign .banner-icon {
    display: none; }
  .header-campaign .alert__body {
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem; }

.header-campaign.february-campaign .alert__title {
  padding-left: 34px; }
  @media (min-width: 48em) {
    .header-campaign.february-campaign .alert__title {
      padding-left: 40px; } }
  .header-campaign.february-campaign .alert__title .banner-icon {
    -webkit-animation: pulse 2s ease infinite;
            animation: pulse 2s ease infinite;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    margin-left: -34px;
    width: 24px;
    height: 20px; }
    @media (min-width: 48em) {
      .header-campaign.february-campaign .alert__title .banner-icon {
        margin-left: -40px;
        width: 30px;
        height: 26px; } }
    .header-campaign.february-campaign .alert__title .banner-icon:after {
      content: "";
      display: block;
      position: absolute;
      top: 4px;
      left: 6px;
      z-index: 1;
      -webkit-animation: pulseShadow 2s infinite;
              animation: pulseShadow 2s infinite;
      border-radius: 100%;
      width: 12px;
      height: 10px; }
      @media (min-width: 48em) {
        .header-campaign.february-campaign .alert__title .banner-icon:after {
          top: 5px;
          left: 8px;
          width: 15px;
          height: 13px; } }
  .header-campaign.february-campaign .alert__title .wamu-icon {
    fill: #fff;
    vertical-align: top;
    position: relative;
    z-index: 2;
    width: 24px;
    height: 20px; }
    @media (min-width: 48em) {
      .header-campaign.february-campaign .alert__title .wamu-icon {
        width: 30px;
        height: 26px; } }

@media (max-width: 47.99em) {
  .header-campaign.february-campaign a.alert__inner {
    padding: 40px 10px; } }

.header-campaign.february-campaign a.alert__inner:after {
  background-color: #EB2E38;
  background-image: url("../../theme/images/heart-pattern.svg");
  background-size: 30px 27px;
  background-position: 0 0; }
  .no-touchevents .header-campaign.february-campaign a.alert__inner:after:hover {
    background-color: #bc252d; }

.header-campaign.february-campaign p {
  margin: 0 0 0 40px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "ff-dagny-web-pro", serif;
  font-style: italic; }
  @media (max-width: 47.99em) {
    .header-campaign.february-campaign p {
      margin: 0 0 0 34px;
      font-size: 16px;
      font-size: 1rem; } }

/*---
title:   Feature bar
section: Header
---

```example:html
<div class="feature-bar">
	<ul class="container">
		<li>
			<a href="#">
				<div class="feature-bar-item-image"><img src="http://placehold.it/60x60" alt="" /></div>
				<span>Terminal Patients Push For 'Right To Try' In Maryland</span>
			</a>
		</li>
		<li>
			<a href="#">
				<div class="feature-bar-item-image"><img src="http://placehold.it/60x60" alt="" /></div>
				<span>Terminal Patients Push For 'Right To Try' In Maryland</span>
			</a>
		</li>
		<li>
			<a href="#">
				<div class="feature-bar-item-image"><img src="http://placehold.it/60x60" alt="" /></div>
				<span>Terminal Patients Push For 'Right To Try' In Maryland</span>
			</a>
		</li>
		<li>
			<a href="#">
				<div class="feature-bar-item-image"><img src="http://placehold.it/60x60" alt="" /></div>
				<span>Terminal Patients Push For 'Right To Try' In Maryland</span>
			</a>
		</li>
	</ul>
</div>
```
*/
.feature-bar {
  background-color: transparent;
  border-top: 0;
  border-bottom: 1px solid #dddddd;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) {
    .feature-bar {
      display: block; } }
  .feature-bar ul {
    white-space: nowrap; }
  .feature-bar ul.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1560px; }
  .feature-bar li {
    width: 25%;
    padding: 10px;
    vertical-align: top; }
    @media (max-width: 63.99em) {
      .feature-bar li {
        width: 33.33%; }
        .feature-bar li:last-child {
          display: none; } }
  .feature-bar a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1A2233; }
    .no-touchevents .feature-bar a:hover {
      color: #1A2233; }
    .feature-bar a > span {
      white-space: normal;
      width: calc(100% - 70px);
      float: left;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 59px; }
  .feature-bar .post-slug .sponsor-label {
    color: #fff;
    font-size: 10px;
    font-size: 0.625rem; }
  .feature-bar .feature-bar-item-image {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px; }

/* Ads */
/*---
title:   Internal ads
section: Ads
---

```example:html
	<a href="#" class="internal-cta">
		<img src="http://placehold.it/150x150">
		<div class="internal-cta-text">
			<h4>WAMU Voter Guide</h4>
			<p>Get to know your local candidates</p>
		</div>
	</a>
```
*/
.internal-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #242733;
  color: #fff;
  height: 100%;
  border-radius: 3px;
  overflow: hidden; }
  .no-touchevents .story-content .internal-cta:hover {
    text-decoration: none;
    background-color: #1d1f29; }
  .internal-cta img {
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
    height: 100px;
    min-width: 100px;
    width: 100px; }
    @media (min-width: 48em) {
      .internal-cta img {
        -webkit-flex-basis: 150px;
            -ms-flex-preferred-size: 150px;
                flex-basis: 150px;
        height: 150px;
        min-width: 150px;
        width: 150px; } }
  .internal-cta h4,
  .internal-cta p {
    margin: 0;
    color: #fff; }
  .internal-cta h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Whitney A", "Whitney B", sans-serif; }
    @media (min-width: 48em) {
      .internal-cta h4 {
        font-size: 28px;
        font-size: 1.75rem; } }
  .internal-cta p {
    display: none;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "ff-dagny-web-pro", serif;
    font-weight: 400;
    font-style: italic; }
    @media (min-width: 48em) {
      .internal-cta p {
        display: block; } }
  .internal-cta-text {
    padding: 20px; }

/*---
title:   Header pencil ads
section: Ads
---

```example:html
<div class="ad-header-pencil">
	<img src="http://placehold.it/970x66" alt="" />
</div>
```
*/
.ad-header-pencil {
  background-color: #1d1f29;
  text-align: center; }
  @media (min-width: 64em) {
    .ad-header-pencil {
      min-height: 60px;
      line-height: 60px; } }
  @media (min-width: 28.125em) and (max-width: 45.5em) {
    .ad-header-pencil {
      display: none; } }
  @media (min-width: 45.5em) {
    .ad-header-pencil > div {
      padding-top: 0;
      padding-bottom: 0;
      vertical-align: middle;
      line-height: 1; } }
  .ad-header-pencil > .ad > div {
    padding: 5px; }
  .ad-header-pencil div,
  .ad-header-pencil img,
  .ad-header-pencil iframe {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle; }
  .ad-header-pencil .advertisement-information {
    display: none; }
    @media (min-width: 64em) {
      .ad-header-pencil .advertisement-information {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 5px; } }
  .ad-header-pencil .advertisement-information-link .advertisement-information {
    color: #777777; }

.advertisement-information {
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
  width: 13px;
  height: 13px;
  padding: 1px;
  background-color: #eeeeee;
  border-radius: 100%;
  margin-left: 5px;
  text-indent: 1px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 12px;
  line-height: 0.75rem;
  font-family: "Whitney A", "Whitney B", sans-serif; }

.sidebar .ad .ad {
  margin-bottom: 0; }

.advertisement-information-link {
  color: #777777;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  color: #777777; }
  .advertisement-information-link:focus {
    color: #242733; }
  .advertisement-information-link:active {
    color: #242733; }
  .no-touchevents .advertisement-information-link:hover {
    color: #242733; }
  .main-content .advertisement-information-link {
    display: block;
    text-align: right;
    margin-top: 5px; }
  .story-content .advertisement-information-link {
    color: #777777; }
    .story-content .advertisement-information-link:focus {
      color: #242733; }
    .story-content .advertisement-information-link:active {
      color: #242733; }
    .no-touchevents .story-content .advertisement-information-link:hover {
      color: #242733; }
  .no-touchevents .story-content .advertisement-information-link:hover {
    text-decoration: none; }
  .advertisement-information-link .advertisement-information {
    color: #777777; }

.sidebar .ad {
  display: block;
  margin-bottom: 40px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 64em) {
    .sidebar .ad {
      width: 300px; } }
  @media (max-width: 20.0625em) {
    .sidebar .ad {
      width: 300px;
      margin-left: -10px; } }
  @media (max-width: 25em) {
    .sidebar .ad {
      margin-left: -20px; } }
  @media (max-width: 25em) {
    .sidebar .ad .advertisement-information-link {
      padding-right: 20px; } }
  @media (max-width: 25em) {
    .sidebar .ad .ad {
      margin-left: 0; } }
  @media (min-width: 64em) {
    .sidebar .ad.\--tall {
      height: 600px; } }
  @media (min-width: 40em) and (max-width: 64em) {
    .sidebar .ad.home-sidebar-ad {
      display: none; } }

.home-sidebar-ad {
  text-align: center;
  width: 320px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 59.0625em) {
    .home-sidebar-ad {
      width: 300px; } }
  @media (min-width: 59.0625em) {
    .home-sidebar-ad .advertisement-information-link {
      text-align: right;
      display: block;
      margin-top: 3px; } }

/* Sections */
/*---
title:   Section header
section: Section
---

```example:html
<div class="section-header">
	<div class="section-header-text">
		<button class="button-playlist">
			<svg class="wamu-icon">
				<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-playlist"></use>
			</svg>
		</button>
		<h1 class="section-header-title">Section header</h1>
		<a href="#">Start Playlist</a> <span class="timestamp">| Updated 5 min ago</span>
	</div>
	<div class="section-sharing">
		[AddThis]
	</div>
</div>
```
*/
/*---
title:   Colors
section: Bases
---

```example:color
@color: #000000  @name: Black
@color: #ffffff  @name: White
@color: #f7f7fa  @name: Almost White

@color: #eeeeee  @name: Gray Lightest
@color: #dddddd  @name: Gray Light
@color: #777777  @name: Gray

@color: #596980 @name: Cool Gray Light
@color: #475466 @name: Cool Gray
@color: #242e33 @name: Cool Gray Dark

@color: #f24a19  @name: Orange
@color: #f56e47  @name: Orange Light
@color: #ff440d  @name: Orange Hover

@color: #19a65f  @name: Green
@color: #d1eddf  @name: Green Lighter
@color: #00c260  @name: Green Hover

@color: #7052cc  @name: Purple
@color: #5b43a6  @name: Purple Dark
@color: #8d74d6  @name: Purple Light
@color: #733ae6  @name: Purple Hover
```
*/
/* Redesign */
/* Social */
/* Typography */
/* Globals */
/* Header */
/* Footer */
/* Story meta */
/* Post author */
/* Feature bar */
/* Alert */
/* Social */
/** Post tags links */
/* Menu */
/* Donate button */
/* Header trending */
/* Post slug */
/* Post title */
/* Post lead */
/* Post excerpt */
/* Post button play */
/* Post list item */
/* Post content */
/* Section title */
/* Section small title */
/* Button More */
/* Story stuff */
/* Icon item */
/* Player */
/* Schedule */
.container:after, .main-content:after {
  content: "";
  display: table;
  clear: both; }

.screen-reader-text,
input[type="checkbox"],
.no-gift input[type="radio"],
.gift-selection input[type="radio"] {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.trending-bar ul, .feature-bar ul, .wamu-slideshow .slick-dots, .player-sidebar ul, .list-with-icon, .footer-social ul, .wamu-metadata ul.data,
.show-metadata ul.data, .wamu-metadata ul.data ul,
.show-metadata ul.data ul, .tabbed-content-tabs, .schedule-detailed, .program-details ul, .search-quicklinks ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.trending-bar ul li, .feature-bar ul li, .wamu-slideshow .slick-dots li {
  display: inline-block; }

.controls .rewind,
.controls .next, .wamu-player .section-header-text button, .tabbed-content-filters .filter-date-nav button, .wamu-slideshow .slick-dots button, .gallery-caption-bar button {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0; }

.hide {
  display: none; }

.wamu-hide {
  display: none !important; }

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 0 0; }
  @media (min-width: 48em) {
    .section-header {
      padding: 50px 0 0 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (min-width: 48em) {
    .story-meta .section-header {
      padding: 40px 0; } }

.section-header-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (max-width: 47.99em) {
    .section-header-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .section-header-text a,
  .section-header-text .promoted,
  .section-header-text .timestamp {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    letter-spacing: 0.04em; }
  .section-header-text a {
    color: #fff; }
    .section-header-text a:focus {
      color: #1d1f29; }
    .section-header-text a:active {
      color: #1d1f29; }
    .no-touchevents .section-header-text a:hover {
      color: #1d1f29; }
  .section-header-text .timestamp {
    color: #fff; }
  .section-header-text .promoted {
    color: #000; }
  .section-header-text .post-button-timestamp,
  .section-header-text .post-button-play.-xl,
  .section-header-text .button-playlist {
    margin-right: 5px;
    margin-bottom: 30px; }
    @media (max-width: 47.99em) {
      .section-header-text .post-button-timestamp,
      .section-header-text .post-button-play.-xl,
      .section-header-text .button-playlist {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30px;
            -ms-flex: 0 0 30px;
                flex: 0 0 30px; } }
    @media (min-width: 48em) {
      .section-header-text .post-button-timestamp,
      .section-header-text .post-button-play.-xl,
      .section-header-text .button-playlist {
        float: left;
        margin-top: 4px;
        margin-bottom: 0; } }
  .section-header-text .post-button-play.-xl,
  .section-header-text > .button-playlist {
    margin-right: 10px;
    margin-top: 0; }
    @media (min-width: 48em) {
      .section-header-text .post-button-play.-xl,
      .section-header-text > .button-playlist {
        margin-top: 30px; } }
    @media (min-width: 64em) {
      .section-header-text .post-button-play.-xl,
      .section-header-text > .button-playlist {
        margin-right: 20px; } }
  @media (max-width: 47.99em) {
    .section-header-text .post-button-play.-xl {
      width: 30px;
      height: 30px; }
      .section-header-text .post-button-play.-xl svg {
        fill: #fff;
        display: block;
        margin: 0 0 0 6px;
        vertical-align: middle;
        width: 7.5px;
        height: 12px; }
        .section-header-text .post-button-play.-xl svg.wamu-playing {
          margin: 0 0 0 3px;
          width: 12px;
          height: 12px; }
        .section-header-text .post-button-play.-xl svg.wamu-playing-hover {
          margin: 0 0 0 5px; }
        .section-header-text .post-button-play.-xl svg.wamu-error {
          margin: 0 0 0 4px;
          width: 11px;
          height: 12px; }
        .section-header-text .post-button-play.-xl svg.wamu-loading {
          margin: 0 0 0 2px;
          width: 14px;
          height: 7px; } }

.section-header-title {
  margin: 0 0 30px 0;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 25em) {
    .section-header-title {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media (min-width: 32.5em) {
    .section-header-title {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media (min-width: 48em) {
    .section-header-title {
      font-size: 48px;
      font-size: 3rem;
      margin: 0; } }
  @media (max-width: 47.99em) {
    .section-header-title {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
  .section-header-title:first-child:last-child {
    margin-bottom: 30px; }
    @media (min-width: 48em) {
      .section-header-title:first-child:last-child {
        margin-bottom: 60px; } }

@media (max-width: 47.99em) {
  .section-header-meta {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media (min-width: 48em) {
  .section-header-meta {
    padding-left: 70px; } }

@media (min-width: 64em) {
  .section-header-meta {
    padding-left: 80px; } }

.wamu-player .section-header {
  margin: 0; }
  .wamu-player .section-header .section-sharing svg {
    fill: #fff;
    width: 15px;
    height: 10px; }

.wamu-player .section-header-text {
  margin-bottom: 30px; }
  .wamu-player .section-header-text button {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
    width: 40px;
    height: 40px; }
    .wamu-player .section-header-text button svg {
      fill: #fff;
      width: 12px;
      height: 12px; }
    .wamu-player .section-header-text button.rounded {
      background-color: #EB2E38;
      border-radius: 100%; }
      .night-mode .wamu-player .section-header-text button.rounded {
        background-color: #586980; }
    .wamu-player .section-header-text button.icon {
      margin-top: 0;
      width: 28px;
      height: 28px; }
      .wamu-player .section-header-text button.icon svg {
        width: 28px;
        height: 28px; }
  .wamu-player .section-header-text .timestamp {
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem; }

.wamu-player .section-header-title {
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

.section-sharing {
  margin: 30px 0;
  display: none; }
  @media (min-width: 48em) {
    .section-sharing {
      display: block;
      margin: 10px 0 0 0; } }

/*---
title:   Section title
section: Section
---

Class `section-title` can be applied on any element

```example:html
<h1 class="section-title">Section title</h1>
<div class="section-title">Section title</div>
```
*/
.section-title {
  color: #242733;
  border-bottom: 1px solid #242733;
  text-transform: uppercase;
  padding: 15px 15px 15px 0;
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 700; }
  .tabbed-content .section-title {
    padding: 17px 15px 17px 0; }

/*---
title:   Section small title
section: Section
---

Class `section-small-title` can be applied on any element

```example:html
<h1 class="section-small-title">Section title</h1>
<div class="section-small-title">Section title</div>
```
*/
.section-small-title {
  color: #586980;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 600; }
  .section-small-title.-color-blue {
    color: #242733; }
  .sidebar .section-small-title {
    margin: 40px 0 20px; }
    .sidebar .section-small-title + .post-display-list {
      padding-top: 20px;
      padding-bottom: 80px;
      border-top: 1px solid #dddddd; }

/*---
title:   Button more
section: Buttons
---

```example:html
<div class="button-more-container">
	<button class="button-more">
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-chevron-down"></use>
		</svg>
		More stories
	</button>
</div>

<div class="button-more-container">
	<button class="button-comment">
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-comment"></use>
		</svg>
		Comments
	</button>
</div>
```
*/
.button-more-container {
  text-align: center;
  padding-bottom: 0; }
  .button-more-container.-register {
    margin-top: -10px;
    margin-bottom: 60px; }
    @media (min-width: 48em) {
      .button-more-container.-register {
        margin-top: -40px; } }
  .button-more-container + .sidebar,
  .button-more-container + .tabbed-content {
    margin-top: 30px; }
    @media (min-width: 48em) {
      .button-more-container + .sidebar,
      .button-more-container + .tabbed-content {
        margin-top: 60px; } }

.button-more {
  background-color: #eeeeee;
  border: 0;
  color: #1279C9;
  padding: 15px 17px;
  display: block;
  width: 100%;
  border-top: 1px solid #dddddd;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 700; }
  .button-more.hidden {
    display: none; }
  .no-touchevents .button-more:hover {
    color: #1279C9; }
    .no-touchevents .button-more:hover svg {
      fill: #1279C9; }
    .no-touchevents .button-more:hover .button-more__ellipsis {
      opacity: 1;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
      .no-touchevents .button-more:hover .button-more__ellipsis:nth-child(2) {
        -webkit-transition-delay: 0.1s;
             -o-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      .no-touchevents .button-more:hover .button-more__ellipsis:nth-child(3) {
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
  .button-more svg {
    fill: #1279C9;
    height: 8px;
    vertical-align: middle;
    margin-top: -2px; }
  .button-more.-comment svg {
    height: 16px; }
  .button-more.-with-loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .button-more.is-loading .button-more-wrapper {
    opacity: 0;
    -webkit-transform: translateX(-65px);
        -ms-transform: translateX(-65px);
            transform: translateX(-65px); }
  .button-more.is-loading .button-more__ellipsis-wrapper {
    -webkit-transform: translateX(-45px) translateY(-5px) scale(1.3);
        -ms-transform: translateX(-45px) translateY(-5px) scale(1.3);
            transform: translateX(-45px) translateY(-5px) scale(1.3); }
  .button-more.is-loading .button-more__ellipsis {
    opacity: 1;
    will-change: transform;
    -webkit-animation: animate-ellipsis 1.5s infinite;
            animation: animate-ellipsis 1.5s infinite; }
    .button-more.is-loading .button-more__ellipsis:nth-child(2) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .button-more.is-loading .button-more__ellipsis:nth-child(3) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }

.button-more-wrapper {
  -webkit-transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

.button-more__ellipsis-wrapper {
  margin-left: 4px;
  -webkit-transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.button-more__ellipsis {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #1279C9;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 3px;
  opacity: 0;
  -webkit-transform: translateX(-1px) translateZ(0);
          transform: translateX(-1px) translateZ(0);
  -webkit-transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.16, 0.08, 0.355, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

/*---
title:   Button playlist
section: Buttons
---

```example:html
<button class="button-playlist">
	<svg class="wamu-icon">
		<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-playlist"></use>
	</svg>
</button>
```
*/
.button-playlist {
  background-color: #EB2E38;
  border: 0;
  border-radius: 3px;
  font-size: 5px;
  line-height: 32px;
  width: 30px;
  height: 30px; }
  @media (min-width: 48em) {
    .button-playlist {
      width: 60px;
      height: 60px;
      line-height: normal; } }
  @media (min-width: 48em) {
    .section-header .button-playlist {
      margin-bottom: 30px; } }
  .button-playlist.post-button-play {
    line-height: 32px;
    width: auto;
    height: 30px; }
    @media (min-width: 48em) {
      .button-playlist.post-button-play {
        height: 50px;
        line-height: normal; } }
  .-playing .button-playlist,
  .-loading .button-playlist,
  .-paused .button-playlist {
    background-color: #19a65f; }
    .no-touchevents .-playing .button-playlist:hover, .no-touchevents
    .-loading .button-playlist:hover, .no-touchevents
    .-paused .button-playlist:hover {
      background-color: #19a65f; }
  .no-touchevents .button-playlist:hover {
    background-color: #d4454c; }
  .-played .button-playlist {
    background-color: #8d74d6; }
  .-error .button-playlist {
    background-color: #f24a19; }
  .button-playlist.post-button-play span.wamu-paused,
  .button-playlist.post-button-play span.wamu-play,
  .button-playlist span.wamu-paused,
  .button-playlist span.wamu-play {
    -webkit-transform: scale(0.6) translate(0px, -6px);
        -ms-transform: scale(0.6) translate(0px, -6px);
            transform: scale(0.6) translate(0px, -6px); }
    @media (min-width: 48em) {
      .button-playlist.post-button-play span.wamu-paused,
      .button-playlist.post-button-play span.wamu-play,
      .button-playlist span.wamu-paused,
      .button-playlist span.wamu-play {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .button-playlist.post-button-play span.wamu-error,
  .button-playlist span.wamu-error {
    -webkit-transform: scale(0.6) translate(-3px, -8px);
        -ms-transform: scale(0.6) translate(-3px, -8px);
            transform: scale(0.6) translate(-3px, -8px); }

/*---
title:   Icon item
section: Section
---

```example:html
<ul class="list-with-icon">
	<li class="icon-item">
		<div class="icon-item-icon">
			<img src="http://placehold.it/50x50" alt="" />
		</div>
		<div class="icon-item-text">
			<a href="#">
				<h3>Item title</h3>
				<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
			</a>
		</div>
	</li>
	<li class="icon-item">
		<div class="icon-item-icon">
			<img src="http://placehold.it/50x50" alt="" />
		</div>
		<div class="icon-item-text">
			<a href="#">
				<h3>Item title</h3>
				<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
			</a>
		</div>
	</li>
	<li class="icon-item">
		<div class="icon-item-icon">
			<img src="http://placehold.it/50x50" alt="" />
		</div>
		<div class="icon-item-text">
			<a href="#">
				<h3>Item title</h3>
				<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
			</a>
		</div>
	</li>
	<li class="icon-item">
		<div class="icon-item-icon">
			<img src="http://placehold.it/50x50" alt="" />
		</div>
		<div class="icon-item-text">
			<a href="#">
				<h3>Item title</h3>
				<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
			</a>
		</div>
	</li>
</ul>
```
*/
@media (min-width: 48em) {
  .list-with-icon {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-width: 50%;
            column-width: 50%;
    -webkit-column-gap: 40px;
            column-gap: 40px; } }

@media (min-width: 48em) {
  .section-title + .list-with-icon {
    margin-top: -20px;
    margin-bottom: 95px; } }

.icon-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
  min-height: 115px; }
  .story-content .icon-item {
    margin-bottom: 0; }

.icon-item-icon {
  -webkit-flex-basis: 120px;
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px;
  margin-right: 20px; }
  .icon-item-icon img {
    display: block;
    margin: 0 auto;
    width: 56px;
    height: 54px; }

.icon-item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .icon-item-text h3,
  .icon-item-text p {
    margin: 0; }
  .no-touchevents .story-content .icon-item-text a:hover,
  .no-touchevents .icon-item-text a:hover {
    text-decoration: none; }
  .no-touchevents .story-content .icon-item-text a:hover h3,
  .no-touchevents .icon-item-text a:hover h3 {
    color: #1d1f29; }
  .icon-item-text h3 {
    color: #000;
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 500; }
  .icon-item-text p {
    color: #777777;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-family: "ff-dagny-web-pro", serif; }

/*---
title:   CTA Bar
section: Section
---

```example:html
<div class="cta-bar">
	<strong>Have questions about giving to WAMU?</strong> Visit our <a href="#">help center</a> or call us at (202) 885-1200.
</div>
```
*/
.cta-bar {
  background-color: #e9e9eb;
  color: #586980;
  text-align: center;
  padding: 40px 20px;
  margin: 20px auto;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }
  .cta-bar a {
    color: #242733; }
    .cta-bar a:focus {
      color: #1d1f29; }
    .cta-bar a:active {
      color: #1d1f29; }
    .no-touchevents .cta-bar a:hover {
      color: #1d1f29; }
  @media (min-width: 64em) {
    .page .cta-bar {
      margin: 70px auto; } }

/* Newsletter */
/*---
title:   Newsletter module
section: Newsletter
---

Note: Use `<form>` instead of `<div>` for the form

```example:html
<div class="newsletter-module">
	<p>Stay current with the WAMU 88.5 email newsletter!</p>
	<div action="#" class="newsletter-form">
		<input type="email" placeholder="Enter Your Email">
		<button>Go</button>
	</div>
</div>
```
*/
.newsletter-module {
  background-color: #242733;
  color: #fff;
  padding: 0;
  margin: 20px auto; }
  @media (min-width: 48em) {
    .newsletter-module {
      margin: 50px auto 20px auto; } }
  .sidebar .newsletter-module {
    padding: 20px 20px 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 400;
    font-style: normal; }
    @media (min-width: 48em) {
      .sidebar .newsletter-module {
        margin-bottom: 60px; } }
    .sidebar .newsletter-module .newsletter-title {
      text-transform: uppercase;
      border-bottom: 1px solid #1d1f29;
      display: block;
      padding-bottom: 10px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.2;
      font-family: "Whitney A", "Whitney B", sans-serif;
      font-weight: 700;
      font-style: normal; }
    @media (min-width: 48em) {
      .sidebar .newsletter-module .newsletter-form {
        margin: 0 -20px 0 -20px;
        width: calc(100% + 40px); } }
  .footer .newsletter-module {
    background-color: transparent;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 500; }
    @media (min-width: 48em) {
      .footer .newsletter-module {
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
  .newsletter-module .newsletter-form {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 48em) {
      .newsletter-module .newsletter-form {
        margin-left: 20px;
        margin-right: 0; } }

.newsletter-module-message {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 300;
  background-color: #e9e9eb;
  color: #1d1f29;
  text-align: center;
  padding: 13.33333px;
  margin: 20px auto -20px auto; }
  @media (min-width: 48em) {
    .newsletter-module-message {
      margin: 50px auto -50px auto; } }
  @media (min-width: 48em) {
    .right-column .newsletter-module-message {
      margin: -60px auto 60px auto; } }
  .newsletter-module-message p {
    margin: 0; }

/*---
title:   Newsletter form
section: Newsletter
---

Note: Use `<form>` instead of `<div>` for the form

```example:html
<div class="newsletter-form">
	<input type="email" placeholder="Enter Your Email">
	<button>Go</button>
</div>
```
*/
.newsletter-form {
  position: relative;
  width: 240px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500;
  font-style: normal; }
  .newsletter-form input {
    height: 40px;
    width: 100%;
    padding: 10px 75px 10px 20px;
    background-color: #1d1f29;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    color: #fff; }
    .sidebar .newsletter-form input {
      height: 50px; }
    @media (min-width: 48em) {
      .newsletter-form input {
        font-size: 12px;
        font-size: 0.75rem; } }
    .newsletter-form input:focus {
      border-color: #1d1f29; }
    .newsletter-form input::-webkit-input-placeholder {
      color: #e9e9eb; }
    .newsletter-form input::-moz-placeholder {
      color: #e9e9eb; }
    .newsletter-form input:-ms-input-placeholder {
      color: #e9e9eb; }
    .newsletter-form input:-moz-placeholder {
      color: #e9e9eb; }
  .newsletter-form button {
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    background-color: #1d1f29;
    color: #fff;
    border: 0;
    margin-left: -20px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    -webkit-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1); }
    .sidebar .newsletter-form button {
      height: 50px; }
    .newsletter-form button:focus,
    .no-touchevents .newsletter-form button:hover {
      background-color: #EB2E38;
      color: #fff; }
    .footer .newsletter-form button {
      padding-left: 10px;
      padding-right: 10px; }
    .newsletter-form button.newsletter-loading {
      color: transparent; }
      .newsletter-form button.newsletter-loading:focus,
      .no-touchevents .newsletter-form button.newsletter-loading:hover {
        color: transparent; }
      .newsletter-form button.newsletter-loading:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -4px;
        margin-left: -4px;
        height: 8px;
        width: 8px;
        background: #fff;
        border-radius: 100%;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        -webkit-animation: left-right 2s infinite;
                animation: left-right 2s infinite;
        opacity: 1; }

/* On air module */
/*---
title:   Schedule / On Air
section: Show
---

```example:html
<div class="show-on-air">
	<div class="on-air">
		<button class="post-button-play -big" aria-label="Play">
			<svg class="wamu-icon">
				<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
			</svg>
		</button>
		On Air
	</div>
	<div class="airing-next">
		<span class="airing-time">12 - 1 pm</span>
		<span class="airing-title">The Kojo Nnamdi Show</span>
	</div>
	<div class="airing-next">
		<span class="airing-time">1 - 3 pm</span>
		<span class="airing-title">Here &amp; Now</span>
	</div>
	<div class="airing-next">
		<span class="airing-time">3 - 4 pm</span>
		<span class="airing-title">Fresh Air</span>
	</div>
	<a href="#" class="full-schedule-link">
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-clock"></use>
		</svg>
		Schedule
	</a>
</div>
```
*/
.show-on-air {
  background-color: #242733;
  padding: 20px;
  margin: 20px auto;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) {
    .show-on-air {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 80px auto; } }
  .show-on-air > div,
  .show-on-air > a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .show-on-air .on-air {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em; }
    @media (min-width: 48em) {
      .show-on-air .on-air {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 64em) {
      .show-on-air .on-air {
        font-size: 20px;
        font-size: 1.25rem; } }
    .show-on-air .on-air button {
      vertical-align: middle;
      margin-right: 10px; }
  @media (min-width: 48em) {
    .show-on-air .airing-time,
    .show-on-air .airing-title {
      display: block;
      width: auto; } }
  .show-on-air .airing-title {
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 64em) {
      .show-on-air .airing-title {
        font-size: 16px;
        font-size: 1rem; } }
  .show-on-air .airing-time {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem; }
  .show-on-air .airing-next {
    border-top: 1px solid #1d1f29; }
    @media (min-width: 48em) {
      .show-on-air .airing-next {
        border-right: 1px solid #1d1f29;
        border-top: 0; } }
    .show-on-air .airing-next > span,
    .show-on-air .airing-next a {
      color: #fff;
      display: block;
      padding: 10px 5px; }
      @media (min-width: 48em) {
        .show-on-air .airing-next > span,
        .show-on-air .airing-next a {
          padding: 0 0 0 20px; } }
  .show-on-air .full-schedule-link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    background-color: #EB2E38;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 11px 20px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .show-on-air .full-schedule-link {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: 20px; } }
    @media (min-width: 64em) {
      .show-on-air .full-schedule-link {
        font-size: 16px;
        font-size: 1rem; } }
    .no-touchevents .show-on-air .full-schedule-link:hover {
      background-color: #d4454c; }
    .show-on-air .full-schedule-link svg {
      fill: #fff;
      vertical-align: baseline;
      margin-right: 5px;
      margin-bottom: -2px; }

/* Footer */
.footer {
  clear: both;
  background-color: #242733;
  color: #fff;
  padding-bottom: 20px;
  padding-bottom: 70px; }
  @media (min-width: 48em) {
    .footer {
      padding-bottom: 80px; } }
  @media (min-width: 64em) {
    .footer {
      padding-bottom: 90px; } }
  .footer a {
    color: #fff; }
    .footer a:focus {
      color: #e9e9eb; }
    .footer a:active {
      color: #e9e9eb; }
    .no-touchevents .footer a:hover {
      color: #e9e9eb; }

.footer-top {
  border-top: 0;
  border-bottom: 1px solid #1d1f29;
  margin-top: 20px;
  padding: 20px 0; }
  @media (min-width: 48em) {
    .footer-top {
      margin-top: 120px; } }
  .footer-top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 48em) {
      .footer-top .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 77.5em) {
      .footer-top .container {
        padding: 0 20px; } }
    .footer-top .container:after {
      display: none; }

@media (min-width: 48em) {
  .container:not(.hometop) + .footer .footer-top {
    margin-top: 30px; } }

@media (min-width: 48em) {
  .main-content.story-blowout + .footer .footer-top {
    margin-top: 0; } }

.footer-inner {
  margin-top: 40px;
  margin-bottom: 50px; }
  @media (min-width: 48em) {
    .footer-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .footer-inner {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media (max-width: 77.5em) {
    .footer-inner {
      padding: 0 20px; } }
  .footer-inner .footer-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .footer-inner > div:last-child {
    margin-top: 40px; }
    @media (min-width: 48em) {
      .footer-inner > div:last-child {
        margin-top: 0; } }
  .footer-inner:after {
    display: none; }

.footer-heading {
  font-weight: 700; }

@media (max-width: 63.99em) {
  .footer-logo {
    text-align: center;
    margin-bottom: 40px; } }

.footer-logo svg {
  width: 184px;
  height: 72px;
  fill: #fff;
  max-width: 95%; }

.footer-address {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .footer-address {
      margin-top: 0;
      margin-bottom: 40px; } }
  @media (min-width: 48em) {
    .footer-address {
      text-align: left; } }
  .footer-address .name {
    display: block;
    font-weight: 500; }
  .footer-address span[itemprop="address"] {
    display: block; }
    @media (min-width: 48em) {
      .footer-address span[itemprop="address"] {
        display: inline; } }
  @media (max-width: 47.99em) {
    .footer-address .pipe:last-of-type {
      display: none; } }

.au-name {
  text-transform: uppercase; }

.pipe {
  font-weight: 400;
  color: #1d1f29; }
  @media (min-width: 48em) {
    .pipe {
      display: inline; } }

.footer-help {
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500; }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .footer-help {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 0; } }
  @media (min-width: 64em) {
    .footer-help {
      text-align: left;
      margin-top: 0; } }
  .footer-help .button, .footer-help .btn-generic, .footer-help .story-content .wamubutton, .story-content .footer-help .wamubutton {
    background-color: #1d1f29;
    width: 160px;
    text-align: center;
    padding: 13px; }
    .no-touchevents .footer-help .button:hover, .no-touchevents .footer-help .btn-generic:hover, .no-touchevents .footer-help .story-content .wamubutton:hover, .story-content .no-touchevents .footer-help .wamubutton:hover {
      background-color: #EB2E38; }

.footer-social {
  text-transform: uppercase;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 20px;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500; }
  @media (min-width: 48em) {
    .footer-social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 0; } }
  @media (min-width: 64em) {
    .footer-social {
      text-align: left; } }
  .footer-social ul {
    overflow: hidden;
    display: inline-block; }
    @media (min-width: 48em) {
      .footer-social ul {
        margin-left: 20px; } }
  .footer-social li {
    float: left; }
    .footer-social li:first-of-type a {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .footer-social li:last-of-type a {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .footer-social li a {
    background-color: #1d1f29;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    .footer-social li a:focus,
    .no-touchevents .footer-social li a:hover {
      background-color: #EB2E38; }
      .footer-social li a:focus svg,
      .no-touchevents .footer-social li a:hover svg {
        fill: #fff; }
  .footer-social svg {
    fill: #fff;
    vertical-align: middle;
    -webkit-transition: fill .2s ease-in;
    -o-transition: fill .2s ease-in;
    transition: fill .2s ease-in; }

.footer-links {
  color: #1d1f29;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 48em) {
    .footer-links {
      text-align: left; } }
  .footer-links a {
    display: block;
    padding: 5px 0; }
    @media (min-width: 48em) {
      .footer-links a {
        display: inline;
        padding: 0; } }
  @media (max-width: 47.99em) {
    .footer-links .pipe {
      display: none; } }

/* Post components */
/*---
title:   Post featured image
section: Post
---

```example:html
<img src="http://placehold.it/300x169" class="post-image">
```
*/
.post-image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: contrast(1) brightness(1);
          filter: contrast(1) brightness(1);
  -webkit-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1); }

a:focus .post-image,
.no-touchevents a:hover .post-image {
  -webkit-filter: contrast(1.15) brightness(1.01);
          filter: contrast(1.15) brightness(1.01); }

a:focus + .post-layout-card .post-title a,
a:focus + .post-layout-card .post-title,
.no-touchevents a:hover + .post-layout-card .post-title a,
.no-touchevents a:hover + .post-layout-card .post-title {
  color: #1279C9; }

.wp-caption.without-caption {
  border-bottom: 0;
  padding-bottom: 1em; }

/*---
title:   Post featured gallery
section: Post
---
*/
.post-gallery-link {
  position: relative;
  display: block; }
  .no-touchevents .story-content .post-gallery-link:hover {
    text-decoration: none; }

.post-gallery-meta {
  background-color: #242733;
  color: #fff;
  padding: 10px 60px 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) {
    .post-gallery-meta {
      position: absolute;
      left: 20px;
      bottom: 20px;
      border-radius: 3px; } }
  .post-gallery-meta .wamu-icon {
    fill: #fff;
    margin-right: 15px;
    width: 25px;
    height: 20px; }

.post-gallery-label {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.post-gallery-title {
  font-size: 16px;
  font-size: 1rem; }

.post-gallery img.post-image {
  width: 100%; }

/*---
title:   Slugs
section: Post
---

```example:html
<span class="post-slug">Slug</span>
```
*/
.post-slug {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 700; }
  @media (min-width: 25em) {
    .post-slug {
      font-size: 11px;
      font-size: 0.6875rem; } }
  .post-slug.provider-external,
  .post-slug.provider-external a, .post-slug.provider-wamu,
  .post-slug.provider-wamu a, .post-slug.is-collection,
  .post-slug.is-collection a, .post-slug.is-special,
  .post-slug.is-special a {
    color: #777777; }
  .no-touchevents .post-slug a:hover {
    color: #1d1f29; }
  .post-slug.provider-sponsor a {
    color: #777777; }
  .no-touchevents .post-slug a:hover {
    color: #1d1f29; }
  .story-meta .post-slug,
  .story-meta .post-slug a,
  .story-meta .post-slug .sponsor-label {
    color: #fff !important;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 37.5em) {
      .story-meta .post-slug,
      .story-meta .post-slug a,
      .story-meta .post-slug .sponsor-label {
        font-size: 14px;
        font-size: 0.875rem; } }
  .post-slug .sponsor-label {
    color: #000;
    font-weight: 700; }

/*---
title:   Timestamps
section: Post
---

```example:html
<span class="post-timestamp">3 hrs ago</span>
```
*/
.post-timestamp {
  text-transform: uppercase;
  color: #777777;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 400; }
  @media (min-width: 25em) {
    .post-timestamp {
      font-size: 11px;
      font-size: 0.6875rem; } }
  .story-meta .post-timestamp {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 37.5em) {
      .story-meta .post-timestamp {
        font-size: 14px;
        font-size: 0.875rem; } }

/*---
title:   Slug + Timestamps
section: Post
---

```example:html
<p class="post-timeslug">
	<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
</p>
```
*/
.post-timeslug {
  text-transform: uppercase;
  color: #777777;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 300; }
  @media (min-width: 25em) {
    .post-timeslug {
      font-size: 11px;
      font-size: 0.6875rem; } }
  .post-timeslug:first-child {
    margin-top: 0;
    margin-bottom: 5px; }
  .widget-biglist .post-timeslug,
  .right-column .shows .post-timeslug {
    display: none; }
  .story-meta .post-timeslug {
    color: #fff; }

/*---
title:   Post titles
section: Post
---

The `post-title` class can be applied to either the heading element or the link.

```example:html
<h2 class="post-title">
	<a href="#">
		Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
	</a>
</h2>
<a class="post-title" href="#">
	Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
</a>
```
*/
.post-title > a,
a.post-title,
.story-content .post-title a {
  -webkit-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  color: #242733; }
  .post-title > a:visited,
  a.post-title:visited,
  .story-content .post-title a:visited {
    color: #1B2333; }
  .post-title > a:focus,
  a.post-title:focus,
  .story-content .post-title a:focus {
    color: #1279C9; }
  .post-title > a:active,
  a.post-title:active,
  .story-content .post-title a:active {
    color: #1279C9; }
  .no-touchevents .post-title > a:hover, .no-touchevents
  a.post-title:hover, .no-touchevents
  .story-content .post-title a:hover {
    color: #1279C9; }
  .no-touchevents .post-title > a:hover, .no-touchevents
  a.post-title:hover, .no-touchevents
  .story-content .post-title a:hover {
    text-decoration: none; }

.post-title {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 600; }

.story-meta.-page .post-title {
  font-weight: 700; }

.story-meta .post-title {
  color: #fff;
  font-size: 32px;
  font-size: 2rem; }
  @media (min-width: 25em) {
    .story-meta .post-title {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media (min-width: 32.5em) {
    .story-meta .post-title {
      font-size: 40px;
      font-size: 2.5rem; } }
  @media (min-width: 48em) {
    .story-meta .post-title {
      font-size: 48px;
      font-size: 3rem;
      margin-top: 10px;
      margin-top: 0.625rem; } }
  @media (max-width: 47.99em) {
    .story-meta .post-title {
      margin: 8px 0;
      margin: 0.5rem 0; } }

[class*="partner__card"] .post-title,
[class*="podcast-item"] .post-title,
[class*="post-layout-feature"] .post-title {
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 25em) {
    [class*="partner__card"] .post-title,
    [class*="podcast-item"] .post-title,
    [class*="post-layout-feature"] .post-title {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media (min-width: 37.5em) {
    [class*="partner__card"] .post-title,
    [class*="podcast-item"] .post-title,
    [class*="post-layout-feature"] .post-title {
      font-size: 36px;
      font-size: 2.25rem; } }

[class*="tabbed-item"] .post-title,
[class*="grid-item"] .post-title,
[class*="list-simple"] .post-title {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 25em) {
    [class*="tabbed-item"] .post-title,
    [class*="grid-item"] .post-title,
    [class*="list-simple"] .post-title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 37.5em) {
    [class*="tabbed-item"] .post-title,
    [class*="grid-item"] .post-title,
    [class*="list-simple"] .post-title {
      font-size: 20px;
      font-size: 1.25rem; } }

[class*="list-item"] .post-title {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 25em) {
    [class*="list-item"] .post-title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 64em) {
    [class*="list-item"] .post-title {
      font-size: 20px;
      font-size: 1.25rem; } }

@media (min-width: 37.5em) {
  .highlights [class*="grid-item"] .post-title {
    font-size: 16px;
    font-size: 1rem; } }

.row-of-three [class*="list-item"] .post-title,
.recommended-stories [class*="list-item"] .post-title {
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 48em) {
    .row-of-three [class*="list-item"] .post-title,
    .recommended-stories [class*="list-item"] .post-title {
      font-size: 16px;
      font-size: 1rem; } }

.sidebar [class*="list-item"] .post-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400; }

/*---
title:   Post excerpts
section: Post
---

```example:html
<p class="post-excerpt">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
```
*/
.post-excerpt {
  color: #586980;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ff-dagny-web-pro", serif; }

.post-layout-grid-item .post-excerpt,
[class*="post-layout-feature"] .post-excerpt {
  display: none; }
  @media (min-width: 25em) {
    .post-layout-grid-item .post-excerpt,
    [class*="post-layout-feature"] .post-excerpt {
      display: block;
      font-size: 16px;
      font-size: 1rem; } }

@media (min-width: 64em) {
  .post-layout-feature-blowout .post-excerpt,
  .post-layout-feature .post-excerpt {
    font-size: 18px;
    font-size: 1.125rem; } }

/*---
title:   Post lead
section: Post
---

```example:html
<p class="post-lead">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
```
*/
.post-lead {
  color: #1B2333;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 300; }
  @media (min-width: 48em) {
    .post-lead {
      font-size: 24px;
      font-size: 1.5rem; } }
  .post-lead:empty {
    display: none; }

.story-meta .post-lead {
  color: #fff;
  margin-top: 5px;
  margin-top: 0.3125rem; }

.story-meta .post-top-bar .post-lead {
  margin: 0; }

/*---
title:   Post play button
section: Post
---

```example:html
<button class="post-button-play -xs" aria-label="Play">
	<svg class="wamu-icon">
		<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
	</svg>
</button>

<button class="post-button-play" aria-label="Play">
	<svg class="wamu-icon">
		<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
	</svg>
</button>

<button class="post-button-play -big" aria-label="Play">
	<svg class="wamu-icon">
		<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
	</svg>
</button>


<button class="post-button-play -xl" aria-label="Play">
	<svg class="wamu-icon">
		<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
	</svg>
</button>
```
*/
.post-button-timestamp {
  position: relative; }

.post-button-play {
  background-color: #EB2E38;
  border: 0;
  border-radius: 100%;
  padding: 2px 6px 3px;
  position: relative;
  -webkit-transition: background-color 0.15s cubic-bezier(0.16, 0.08, 0.355, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: background-color 0.15s cubic-bezier(0.16, 0.08, 0.355, 1);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45;
  width: 30px;
  height: 30px; }
  .post-button-play.has-text {
    padding: 0 20px 0 15px;
    color: #fff;
    border-radius: 3px;
    width: auto;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
    .post-button-play.has-text > div {
      margin-left: 15px;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      position: relative; }
    .post-button-play.has-text .text {
      display: inline-block;
      vertical-align: middle; }
    .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-play"] .text, .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-paused"] .text {
      display: inline-block;
      -webkit-transition: all 0.18s cubic-bezier(0.16, 0.08, 0.355, 1);
      -o-transition: all 0.18s cubic-bezier(0.16, 0.08, 0.355, 1);
      transition: all 0.18s cubic-bezier(0.16, 0.08, 0.355, 1);
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-play"] .button-timestamp, .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-paused"] .button-timestamp {
      color: #fff;
      display: inline-block;
      margin-top: 3px;
      font-size: 11px;
      font-size: 0.6875rem;
      font-weight: 300;
      position: absolute;
      bottom: -45%;
      left: 0;
      opacity: 0;
      -webkit-transform: translateX(30%);
          -ms-transform: translateX(30%);
              transform: translateX(30%);
      -webkit-transition: all 0.18s cubic-bezier(0.16, 0.08, 0.355, 1);
      -o-transition: all 0.18s cubic-bezier(0.16, 0.08, 0.355, 1);
      transition: all 0.18s cubic-bezier(0.16, 0.08, 0.355, 1);
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }
    .no-touchevents .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-play"]:hover span.wamu-play span:first-of-type:before,
    .no-touchevents .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-play"]:hover span.wamu-paused span:first-of-type:before, .no-touchevents .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-paused"]:hover span.wamu-play span:first-of-type:before,
    .no-touchevents .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-paused"]:hover span.wamu-paused span:first-of-type:before {
      -webkit-animation: none;
              animation: none;
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 1;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }
    .no-touchevents .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-play"]:hover .text, .no-touchevents .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-paused"]:hover .text {
      -webkit-transform: translateY(-31%);
          -ms-transform: translateY(-31%);
              transform: translateY(-31%);
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }
    .no-touchevents .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-play"]:hover .button-timestamp, .no-touchevents .post-button-play.has-text.has-timestamp[data-status="wamu-icon wamu-paused"]:hover .button-timestamp {
      opacity: 1;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s; }
  .-playing .post-button-play,
  .-loading .post-button-play,
  .-paused .post-button-play {
    background-color: #19a65f; }
    .-playing .post-button-play:focus,
    .no-touchevents .-playing .post-button-play:hover,
    .-loading .post-button-play:focus,
    .no-touchevents
    .-loading .post-button-play:hover,
    .-paused .post-button-play:focus,
    .no-touchevents
    .-paused .post-button-play:hover {
      background-color: #19a65f; }
  .post-button-play:focus {
    background-color: #d4454c; }
  .no-touchevents .post-button-play:not(.has-timestamp):hover {
    background-color: #d4454c; }
    .no-touchevents .post-button-play:not(.has-timestamp):hover span.wamu-play span:first-of-type,
    .no-touchevents .post-button-play:not(.has-timestamp):hover span.wamu-paused span:first-of-type {
      -webkit-animation: animate-play-icon 0.6s;
              animation: animate-play-icon 0.6s;
      -webkit-animation-play-state: running;
              animation-play-state: running; }
  .no-touchevents .post-button-play.has-timestamp[data-status="wamu-icon wamu-play"]:hover,
  .no-touchevents .post-button-play.has-timestamp[data-status="wamu-icon wamu-paused"]:hover {
    background-color: #d4454c; }
    @media (min-width: 37.5em) {
      .no-touchevents .post-button-play.has-timestamp[data-status="wamu-icon wamu-play"]:hover span.wamu-play span:first-of-type:before,
      .no-touchevents .post-button-play.has-timestamp[data-status="wamu-icon wamu-play"]:hover span.wamu-paused span:first-of-type:before,
      .no-touchevents .post-button-play.has-timestamp[data-status="wamu-icon wamu-paused"]:hover span.wamu-play span:first-of-type:before,
      .no-touchevents .post-button-play.has-timestamp[data-status="wamu-icon wamu-paused"]:hover span.wamu-paused span:first-of-type:before {
        opacity: 0;
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); } }
    @media (min-width: 37.5em) {
      .no-touchevents .post-button-play.has-timestamp[data-status="wamu-icon wamu-play"]:hover + .button-timestamp,
      .no-touchevents .post-button-play.has-timestamp[data-status="wamu-icon wamu-paused"]:hover + .button-timestamp {
        opacity: 1;
        -webkit-transform: translateY(-50%) translateX(-49%) translateZ(0);
                transform: translateY(-50%) translateX(-49%) translateZ(0);
        -webkit-transition-delay: .3s;
             -o-transition-delay: .3s;
                transition-delay: .3s; } }
  .-played .post-button-play {
    background-color: #8d74d6; }
  .-error .post-button-play {
    background-color: #f24a19; }
  .timestamp-side .post-button-play {
    vertical-align: middle;
    margin-right: 0; }
  @media (max-width: 37.4375em) {
    .post-display-row .post-layout-grid-item .post-button-play {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 37.5em) {
    .post-button-play.-big {
      width: 40px;
      height: 40px; } }
  .post-button-play.-big svg {
    height: 16px;
    margin-top: 0px;
    margin-left: 3px; }
  .post-button-play.-xs {
    width: 24px;
    height: 24px; }
  .post-button-play.-xl {
    width: 60px;
    height: 60px; }
  .post-button-play svg {
    fill: #fff;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px; }

.button-timestamp {
  color: #777777;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  letter-spacing: 0.04em;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 37.5em) {
    .button-timestamp {
      color: #fff;
      top: 50%;
      left: 50%;
      text-align: center;
      position: absolute;
      opacity: 0;
      -webkit-transform: translateY(-50%) translateX(-85%);
          -ms-transform: translateY(-50%) translateX(-85%);
              transform: translateY(-50%) translateX(-85%);
      -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; } }
  .button-timestamp:empty {
    display: none; }
  .timestamp-side .button-timestamp {
    display: inline-block;
    margin-top: 0;
    margin-left: 7px; }
    @media (min-width: 37.5em) {
      .timestamp-side .button-timestamp {
        margin-left: 0; } }
  .-playing .button-timestamp,
  .-loading .button-timestamp,
  .-paused .button-timestamp {
    color: #19a65f; }
  .-error .button-timestamp {
    color: #f24a19; }
  .flexible-promo .button-timestamp {
    font-size: 14px;
    font-size: 0.875rem; }

@media (min-width: 37.5em) {
  .post-layout-grid-item .post-button-timestamp {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px; } }

@-webkit-keyframes sound-bar {
  0% {
    height: 3px; }
  10% {
    height: 15px; }
  20% {
    height: 8px; }
  30% {
    height: 17px; }
  40% {
    height: 10px; }
  50% {
    height: 14px; }
  60% {
    height: 7px; }
  70% {
    height: 17px; }
  80% {
    height: 11px; }
  86% {
    height: 20px; }
  100% {
    height: 3px; } }

@keyframes sound-bar {
  0% {
    height: 3px; }
  10% {
    height: 15px; }
  20% {
    height: 8px; }
  30% {
    height: 17px; }
  40% {
    height: 10px; }
  50% {
    height: 14px; }
  60% {
    height: 7px; }
  70% {
    height: 17px; }
  80% {
    height: 11px; }
  86% {
    height: 20px; }
  100% {
    height: 3px; } }

span.wamu-icon.wamu-loading {
  margin-left: 0;
  margin-right: 0;
  line-height: 8px;
  width: 10px;
  height: 10px;
  color: #fff; }
  .has-text span.wamu-icon.wamu-loading {
    width: 12px; }
  .post-button-play.-xl span.wamu-icon.wamu-loading {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  @media (min-width: 37.5em) {
    .post-button-play.-big span.wamu-icon.wamu-loading {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }
  .post-button-play span.wamu-icon.wamu-loading {
    -webkit-transform: scale(0.4) translate(0, -10px);
        -ms-transform: scale(0.4) translate(0, -10px);
            transform: scale(0.4) translate(0, -10px); }
  .post-button-play.-xs span.wamu-icon.wamu-loading {
    -webkit-transform: scale(0.3) translate(-2px, -22px);
        -ms-transform: scale(0.3) translate(-2px, -22px);
            transform: scale(0.3) translate(-2px, -22px); }
  .post-button-play.has-text span.wamu-icon.wamu-loading {
    -webkit-transform: scale(0.4) translate(0px, -1px);
        -ms-transform: scale(0.4) translate(0px, -1px);
            transform: scale(0.4) translate(0px, -1px); }
  span.wamu-icon.wamu-loading span:first-of-type {
    display: inline-block; }
  span.wamu-icon.wamu-loading span {
    display: none; }

span.wamu-playing {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 24px;
  height: 24px; }
  .has-text span.wamu-playing {
    width: 12px; }
  span.wamu-playing span {
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: 0;
    -webkit-animation: sound-bar 2s infinite;
            animation: sound-bar 2s infinite; }
  span.wamu-playing span:first-of-type {
    left: 0;
    -webkit-animation-duration: 2.4s;
            animation-duration: 2.4s; }
  span.wamu-playing span:nth-child(2) {
    left: 9px;
    -webkit-animation-duration: 2.8s;
            animation-duration: 2.8s; }
  span.wamu-playing span:last-of-type {
    left: 18px;
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s; }
  .has-text:hover span.wamu-playing {
    width: 12px; }
  .post-button-play.-xl:hover span.wamu-playing {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .post-button-play.-xl span.wamu-playing {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  @media (min-width: 37.5em) {
    .post-button-play.-big:hover span.wamu-playing,
    .post-button-play.-big span.wamu-playing {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }
  .post-button-play:hover span.wamu-playing {
    -webkit-transform: scale(0.6) translate(1px, -7px);
        -ms-transform: scale(0.6) translate(1px, -7px);
            transform: scale(0.6) translate(1px, -7px); }
  .post-button-play.has-text:hover span.wamu-playing {
    -webkit-transform: scale(0.6) translate(1px, 1px);
        -ms-transform: scale(0.6) translate(1px, 1px);
            transform: scale(0.6) translate(1px, 1px); }
  .post-button-play span.wamu-playing {
    -webkit-transform: scale(0.5) translate(-5px, -7px);
        -ms-transform: scale(0.5) translate(-5px, -7px);
            transform: scale(0.5) translate(-5px, -7px); }
  .post-button-play.-xs:hover span.wamu-playing {
    -webkit-transform: scale(0.5) translate(-3px, -13px);
        -ms-transform: scale(0.5) translate(-3px, -13px);
            transform: scale(0.5) translate(-3px, -13px); }
  .post-button-play.-xs span.wamu-playing {
    -webkit-transform: scale(0.4) translate(-14px, -17px);
        -ms-transform: scale(0.4) translate(-14px, -17px);
            transform: scale(0.4) translate(-14px, -17px); }

span.wamu-playing-hover, button:hover span.wamu-playing {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 15px;
  height: 17px; }
  .has-text span.wamu-playing-hover, .has-text button:hover span.wamu-playing, button:hover .has-text span.wamu-playing {
    width: 12px; }
  span.wamu-playing-hover span, button:hover span.wamu-playing span {
    display: inline-block;
    background-color: #fff;
    width: 5px;
    height: 17px;
    position: absolute;
    bottom: 0;
    -webkit-animation: none;
            animation: none;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  span.wamu-playing-hover span:first-of-type, button:hover span.wamu-playing span:first-of-type {
    left: 0; }
  span.wamu-playing-hover span:nth-child(2), button:hover span.wamu-playing span:nth-child(2) {
    left: 10px; }
  span.wamu-playing-hover span:last-of-type, button:hover span.wamu-playing span:last-of-type {
    display: none; }
  .post-button-play.-xl span.wamu-playing-hover, .post-button-play.-xl button:hover span.wamu-playing, button:hover .post-button-play.-xl span.wamu-playing {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  @media (min-width: 37.5em) {
    .post-button-play.-big span.wamu-playing-hover, .post-button-play.-big button:hover span.wamu-playing, button:hover .post-button-play.-big span.wamu-playing {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }
  .post-button-play.has-text span.wamu-playing-hover, .post-button-play.has-text button:hover span.wamu-playing, button:hover .post-button-play.has-text span.wamu-playing {
    -webkit-transform: scale(0.6) translate(1px, 0px);
        -ms-transform: scale(0.6) translate(1px, 0px);
            transform: scale(0.6) translate(1px, 0px); }
  .post-button-play span.wamu-playing-hover, .post-button-play button:hover span.wamu-playing, button:hover .post-button-play span.wamu-playing {
    -webkit-transform: scale(0.6) translate(1px, -7px);
        -ms-transform: scale(0.6) translate(1px, -7px);
            transform: scale(0.6) translate(1px, -7px); }
  .post-button-play.-xs span.wamu-playing-hover, .post-button-play.-xs button:hover span.wamu-playing, button:hover .post-button-play.-xs span.wamu-playing {
    -webkit-transform: scale(0.5) translate(-3px, -13px);
        -ms-transform: scale(0.5) translate(-3px, -13px);
            transform: scale(0.5) translate(-3px, -13px); }

span.wamu-play,
span.wamu-paused {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 24px; }
  .has-text span.wamu-play, .has-text
  span.wamu-paused {
    width: 12px; }
  span.wamu-play span:first-of-type,
  span.wamu-paused span:first-of-type {
    display: block;
    position: relative; }
    span.wamu-play span:first-of-type:before,
    span.wamu-paused span:first-of-type:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-bottom: 12px solid transparent;
      border-top: 12px solid transparent;
      border-left: 15px solid white;
      border-right: 0 solid transparent;
      margin-left: 3px;
      -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }
      .has-text.has-timestamp span.wamu-play span:first-of-type:before, .has-text.has-timestamp
      span.wamu-paused span:first-of-type:before {
        -webkit-transition: all 0.18s cubic-bezier(0.16, 0.08, 0.355, 1);
        -o-transition: all 0.18s cubic-bezier(0.16, 0.08, 0.355, 1);
        transition: all 0.18s cubic-bezier(0.16, 0.08, 0.355, 1); }
  span.wamu-play span,
  span.wamu-paused span {
    display: none; }
  .post-button-play.-xl span.wamu-play, .post-button-play.-xl
  span.wamu-paused {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  @media (min-width: 37.5em) {
    .post-button-play.-big span.wamu-play, .post-button-play.-big
    span.wamu-paused {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }
  .post-button-play span.wamu-play, .post-button-play
  span.wamu-paused {
    -webkit-transform: scale(0.6) translate(0px, -6px);
        -ms-transform: scale(0.6) translate(0px, -6px);
            transform: scale(0.6) translate(0px, -6px); }
  .post-button-play.has-text span.wamu-play, .post-button-play.has-text
  span.wamu-paused {
    -webkit-transform: scale(0.6) translate(0px, -2px);
        -ms-transform: scale(0.6) translate(0px, -2px);
            transform: scale(0.6) translate(0px, -2px); }
  .post-button-play.-xs span.wamu-play, .post-button-play.-xs
  span.wamu-paused {
    -webkit-transform: scale(0.5) translate(-3px, -13px);
        -ms-transform: scale(0.5) translate(-3px, -13px);
            transform: scale(0.5) translate(-3px, -13px); }

span.wamu-error {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 24px; }
  span.wamu-error span:first-of-type {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOHB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAyOCAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjggMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yMy4zNDQsMzBDMjEsMzAsMjEsMzIsMTguNjcyLDMyUzE2LjM0NCwzMCwxNCwzMGMtMi4zMjgsMC0yLjMyOCwyLTQuNjcyLDJDNywzMiw3LDMwLDQuNjcyLDMwQzIuMzI4LDMwLDIuMzI4LDMyLDAsMzJDMCwzMiwyLjE0MSw5LjQ2OSw1LjE0MSw0LjQ4NEM2LjM5MSwyLjQyMiw5LjQ1MywwLDE0LDBjNC41NjIsMCw3LjYyNSwyLjQyMiw4Ljg1OSw0LjQ4NGMzLDQuOTg0LDUuMTQxLDI3LjUsNS4xNDEsMjcuNUMyNS42NzIsMzIsMjUuNjcyLDMwLDIzLjM0NCwzMHogTTEwLDEzYzAtMS4xMDktMC44OTEtMi0yLTJjLTEuMDk0LDAtMiwwLjg5MS0yLDJzMC45MDYsMiwyLDJDOS4xMDksMTUsMTAsMTQuMTA5LDEwLDEzeiBNMjIsMTNjMC0xLjEwOS0wLjg5MS0yLTItMmMtMS4wOTQsMC0yLDAuODkxLTIsMnMwLjkwNiwyLDIsMkMyMS4xMDksMTUsMjIsMTQuMTA5LDIyLDEzeiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 21px;
    height: 24px; }
  span.wamu-error span {
    display: none; }
  .post-button-play.-xl span.wamu-error {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  @media (min-width: 37.5em) {
    .post-button-play.-big span.wamu-error {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }
  .post-button-play span.wamu-error {
    -webkit-transform: scale(0.6) translate(-3px, -8px);
        -ms-transform: scale(0.6) translate(-3px, -8px);
            transform: scale(0.6) translate(-3px, -8px); }
  .post-button-play.-xs span.wamu-error {
    -webkit-transform: scale(0.5) translate(-9px, -13px);
        -ms-transform: scale(0.5) translate(-9px, -13px);
            transform: scale(0.5) translate(-9px, -13px); }

span.wamu-playlist {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px; }
  span.wamu-playlist span:first-of-type {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzOC4yMTFweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzguMjExIDMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzOC4yMTEgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0xNC4wMjksMy4zNDJsLTMuODcxLTMuMTg0aDI4LjA1M3YzLjE4NEgxNC4wMjl6IE0yNS42MiwxMi44OTRoMTIuNTkxVjkuNzFIMjEuNzdsMy43MDUsMy4wNDhDMjUuNTI5LDEyLjc5OSwyNS41NjgsMTIuODUyLDI1LjYyLDEyLjg5NHogTTM4LjIxMSwyMi40NDd2LTMuMTg0SDI1LjI2M2wtMy44NzMsMy4xODRIMzguMjExeiBNMzguMjExLDMydi0zLjE4NEgxMy42NDVMOS43NzMsMzJIMzguMjExeiBNMS4wNzQsMC4xMjhjLTAuMTg3LTAuMTQtMC40NTEtMC4xNzEtMC43LTAuMDYyQzAuMTQsMC4xNzQsMCwwLjM5MiwwLDAuNjU3djMwLjUyOWMwLDAuMjY1LDAuMTQsMC40ODIsMC4zNzMsMC41OTFjMC4yNDksMC4xMDksMC41MTMsMC4wNzgsMC43LTAuMDYybDE4LjU3OS0xNS4yOGMwLjE4Ny0wLjEwOSwwLjI2NS0wLjMyNywwLjI2NS0wLjUxM2MwLTAuMTg3LTAuMDc4LTAuMzczLTAuMjY1LTAuNTEzTDEuMDc0LDAuMTI4eiIgZmlsbD0iI2ZmZmZmZiIgLz48L3N2Zz4=);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 20px; }
  span.wamu-playlist span {
    display: none; }
  .post-button-play.-xl span.wamu-playlist {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  @media (min-width: 37.5em) {
    .post-button-play.-big span.wamu-playlist {
      -webkit-transform: scale(0.7) translate(0, -4px);
          -ms-transform: scale(0.7) translate(0, -4px);
              transform: scale(0.7) translate(0, -4px); } }
  .post-button-play span.wamu-playlist {
    -webkit-transform: scale(0.6) translate(-4px, -8px);
        -ms-transform: scale(0.6) translate(-4px, -8px);
            transform: scale(0.6) translate(-4px, -8px); }
  .post-button-play.-xs span.wamu-playlist {
    -webkit-transform: scale(0.4) translate(-14px, -18px);
        -ms-transform: scale(0.4) translate(-14px, -18px);
            transform: scale(0.4) translate(-14px, -18px); }

.series-play {
  position: relative;
  margin-top: -45px;
  padding-bottom: 30px; }
  @media (min-width: 48em) {
    .series-play {
      margin-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 48em) {
    .series-play .button-playlist {
      position: absolute;
      z-index: 2;
      top: -25px; } }
  @media (min-width: 64em) {
    .series-play .button-playlist {
      top: 33px; } }
  @media (min-width: 48em) and (max-width: 77.5em) {
    .series-play .button-playlist {
      top: -25px; } }

/*---
title:   Post tags
section: Post
---

```example:html
<div class="post-tags">
	<svg class="wamu-icon">
		<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-folder"></use>
	</svg>
	Filed Under: <a href="#">Growth &amp; Gridlock</a>, <a href="#">Metro</a>, <a href="#">WMATA</a>
</div>
```
*/
.post-tags {
  color: #586980;
  text-transform: uppercase;
  margin: 20px 0;
  letter-spacing: 0.04em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500; }
  .post-tags svg {
    width: 16px;
    height: 12px;
    margin-right: 5px; }
  .post-tags a {
    text-transform: none;
    letter-spacing: 0em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 400;
    color: #0077CC; }
    .post-tags a:focus {
      color: #1d1f29; }
    .post-tags a:active {
      color: #1d1f29; }
    .no-touchevents .post-tags a:hover {
      color: #1d1f29; }

/*---
title:   Post bottom bar
section: Post
---

```example:html
<div class="post-bottom-bar">
	<div>
		<a href="#" class="button button-like">
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-heart"></use>
		</svg>
		Did You Like This Story?</a>
	</div>
	<div>
		[addthis]
	</div>
</div>
```
*/
.post-top-bar,
.post-bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 0 0; }
  @media (min-width: 48em) {
    .post-top-bar,
    .post-bottom-bar {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 47.99em) {
    .post-top-bar > div:last-child:not(:first-child),
    .post-bottom-bar > div:last-child:not(:first-child) {
      margin-top: 20px; } }
  @media (min-width: 48em) {
    .post-top-bar > div:last-child:not(:first-child),
    .post-bottom-bar > div:last-child:not(:first-child) {
      -webkit-flex-basis: 220px;
          -ms-flex-preferred-size: 220px;
              flex-basis: 220px;
      text-align: right; } }
  .post-top-bar .btn-generic, .post-top-bar .story-content .wamubutton, .story-content .post-top-bar .wamubutton,
  .post-bottom-bar .btn-generic,
  .post-bottom-bar .story-content .wamubutton,
  .story-content .post-bottom-bar .wamubutton {
    text-align: center; }
    @media (max-width: 47.99em) {
      .post-top-bar .btn-generic, .post-top-bar .story-content .wamubutton, .story-content .post-top-bar .wamubutton,
      .post-bottom-bar .btn-generic,
      .post-bottom-bar .story-content .wamubutton,
      .story-content .post-bottom-bar .wamubutton {
        margin: 10px 0 0; } }
    .no-touchevents .post-top-bar .btn-generic:hover, .no-touchevents .post-top-bar .story-content .wamubutton:hover, .story-content .no-touchevents .post-top-bar .wamubutton:hover, .no-touchevents .post-bottom-bar .btn-generic:hover, .no-touchevents .post-bottom-bar .story-content .wamubutton:hover, .story-content .no-touchevents .post-bottom-bar .wamubutton:hover {
      background-color: #1d1f29;
      text-decoration: none; }
  .post-top-bar.-border,
  .post-bottom-bar.-border {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    margin-bottom: 20px; }
  .post-top-bar.-border-both,
  .post-bottom-bar.-border-both {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 18px;
    padding-top: 20px; }
  .post-top-bar .post-bar-sharing,
  .post-bottom-bar .post-bar-sharing {
    display: none; }
    @media (min-width: 48em) {
      .post-top-bar .post-bar-sharing,
      .post-bottom-bar .post-bar-sharing {
        display: block; } }
  .post-top-bar .post-donate,
  .post-bottom-bar .post-donate {
    color: #EB2E38;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 300; }
    @media (min-width: 48em) {
      .post-top-bar .post-donate,
      .post-bottom-bar .post-donate {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .post-top-bar .button-donate,
  .post-bottom-bar .button-donate {
    display: inline-block;
    color: #fff;
    background-color: #EB2E38;
    margin-left: 10px;
    border-radius: 3px;
    padding: 10px;
    -webkit-transition: background-color 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
    -o-transition: background-color 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
    transition: background-color 0.4s cubic-bezier(0.16, 0.08, 0.355, 1);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
    .post-top-bar .button-donate:focus,
    .no-touchevents .post-top-bar .button-donate:hover,
    .post-bottom-bar .button-donate:focus,
    .no-touchevents
    .post-bottom-bar .button-donate:hover {
      background-color: #bc252d;
      text-decoration: none; }
      .post-top-bar .button-donate:focus svg,
      .no-touchevents .post-top-bar .button-donate:hover svg,
      .post-bottom-bar .button-donate:focus svg,
      .no-touchevents
      .post-bottom-bar .button-donate:hover svg {
        -webkit-animation: animate-heart 1.5s infinite;
                animation: animate-heart 1.5s infinite;
        -webkit-animation-play-state: running;
                animation-play-state: running; }
    .post-top-bar .button-donate:visited,
    .post-bottom-bar .button-donate:visited {
      color: #fff; }
    .post-top-bar .button-donate svg,
    .post-bottom-bar .button-donate svg {
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px;
      margin-right: 10px;
      fill: #fff;
      width: 14px;
      height: 12px; }

/*---
title:   Post like
section: Post
---

```example:html
	<a href="#" class="button button-like">
	<svg class="wamu-icon">
		<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-heart"></use>
	</svg>
	Did You Like This Story?</a>
```
*/
.button-like {
  background-color: #EB2E38;
  color: #fff !important;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  .no-touchevents .button-like:hover {
    background-color: #bc252d;
    text-decoration: none !important; }
  .button-like svg {
    fill: #fff; }

/*---
title:   Post author
section: Post
---

```example:html
<div class="post-author">

	<div class="post-author-avatar">
		<img src="http://placehold.it/100x100" alt="" />
	</div>

	<div class="post-author-content">
		<h5>
			Patrick Austermuhle
			<a href="#" class="author-twitter">
				<svg class="wamu-icon">
					<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-twitter"></use>
				</svg>
			</a>
		</h5>

		<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Nulla vitae elit libero, a pharetra augue. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p>
	</div>

</div>
```
*/
.post-author {
  margin-top: 50px;
  background-color: #e9e9eb;
  border: 0;
  padding: 20px; }
  @media (min-width: 48em) {
    .post-author {
      padding: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media (max-width: 47.99em) {
  .post-author-avatar {
    width: 70px;
    height: 70px;
    margin-bottom: 20px; } }

@media (min-width: 48em) {
  .post-author-avatar {
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px; } }

.post-author-content {
  color: #586980;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) {
    .post-author-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 20px; } }
  .post-author-content h5 {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500; }
    .post-author-content h5 a {
      color: #1B2333; }
  .post-author-content a.author-twitter svg {
    fill: #242733;
    vertical-align: middle;
    margin-top: -3px; }

a.author-twitter svg {
  fill: #fff;
  vertical-align: baseline;
  margin-left: 10px; }

.post-title .author-twitter {
  display: none; }
  @media (min-width: 48em) {
    .post-title .author-twitter {
      display: inline-block;
      margin-left: 3px; } }

@media (min-width: 48em) {
  .post-title .author-twitter svg {
    width: 40px;
    height: 30px; } }

.person__headshot {
  float: left;
  margin: 20px 30px 10px 0;
  max-width: 130px;
  height: auto; }
  @media (min-width: 48em) {
    .person__headshot {
      margin: 0 30px 0 0; } }

/*---
title:   Post author twitter
section: Post
---

```example:html
<a href="#" class="post-author-twitter">
	<img src="http://placehold.it/40x40" alt="" />
	Patrick Austermuhle
	<svg class="wamu-icon">
		<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-twitter"></use>
	</svg>
</a>
```
*/
.post-author-link,
.post-author-twitter {
  display: inline-block;
  margin-right: 5px;
  background-color: #1d1f29;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 700; }
  @media (min-width: 48em) {
    .post-author-link,
    .post-author-twitter {
      font-size: 14px;
      font-size: 0.875rem; } }
  .no-touchevents .post-author-link:hover, .no-touchevents
  .post-author-twitter:hover {
    background-color: #EB2E38; }
  .post-author-link a,
  .post-author-twitter a {
    color: #fff; }
    .post-author-link a:focus,
    .post-author-twitter a:focus {
      color: #fff; }
    .post-author-link a:active,
    .post-author-twitter a:active {
      color: #fff; }
    .no-touchevents .post-author-link a:hover, .no-touchevents
    .post-author-twitter a:hover {
      color: #fff; }
  .post-author-link.custom,
  .post-author-twitter.custom {
    background-color: transparent; }
    .post-author-link.custom:first-of-type,
    .post-author-twitter.custom:first-of-type {
      padding-left: 0; }
    .no-touchevents .post-author-link.custom:hover, .no-touchevents
    .post-author-twitter.custom:hover {
      background-color: transparent; }
  .post-author-link img,
  .post-author-twitter img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -3px; }
  .post-author-link svg,
  .post-author-twitter svg {
    display: none; }
    @media (min-width: 48em) {
      .post-author-link svg,
      .post-author-twitter svg {
        display: inline-block;
        fill: #fff;
        vertical-align: baseline;
        margin-left: 10px;
        margin-bottom: -3px; } }

.has-custom-byline + .custom {
  margin-left: 10px; }

.disqus-thread {
  display: none;
  padding: 20px 20px 0 20px; }
  .disqus-thread.expand {
    display: block; }

.post-flag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #242733;
  z-index: 2;
  padding: 8px 10px 6px 10px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  @media (min-width: 37.5em) {
    .post-flag {
      font-size: 12px;
      font-size: 0.75rem; } }
  .post-flag.sponsored {
    background-color: #000; }
  .shows .post-flag {
    display: none; }
  @media (min-width: 25em) {
    .post-flag.post-flag--wamu_gallery {
      padding-left: 33px;
      background-size: 13px;
      background-image: url("../../theme/images/galleries.svg"); } }
  @media (min-width: 25em) {
    .post-flag.post-flag--wamu_collection, .post-flag.post-flag--wamu_serie, .post-flag.post-flag--wamu_series {
      padding-left: 30px;
      background-size: 10px;
      background-image: url("../../theme/images/series.svg"); } }

/*---
title:   Post Secondary featured image
section: Post
---

*/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe, .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Single post layouts */
/*---
title:   Feature
section: Post layout
---

```example:html
<div class="post-layout-feature">
	<a href="#" class="post-layout-feature-image">
	    <img src="http://placehold.it/890x500" class="post-image">
	</a>
	<div class="post-layout-card">
		<p class="post-timeslug">
			<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
		</p>
		<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, sed diam nonumy.</a></h2>
		<p class="post-excerpt">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p>
		<div class="post-button-timestamp timestamp-side">
			<button class="post-button-play -big" aria-label="Play">
				<svg class="wamu-icon">
					<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
				</svg>
			</button>
			<div class="button-timestamp">
				3:20
			</div>
		</div>
	</div>
</div>
```
*/
.post-layout-feature {
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 64em) {
    .post-layout-feature {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .home .post-layout-feature {
    margin-top: 20px; }
    @media (min-width: 48em) {
      .home .post-layout-feature {
        margin-top: 70px;
        margin-bottom: 70px; } }
  .post-layout-feature .post-layout-feature-image {
    display: block; }
    @media (min-width: 64em) {
      .post-layout-feature .post-layout-feature-image {
        width: 57%; } }
    .post-layout-feature .post-layout-feature-image img {
      width: 100%;
      height: auto; }
  @media (min-width: 48em) {
    .post-layout-feature.no-image {
      margin-top: 70px; } }
  .post-layout-feature.no-image .post-layout-card {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .post-layout-feature .post-layout-card {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #dddddd; }
    .hometop .post-layout-feature .post-layout-card {
      border-bottom: 0; }
      @media (min-width: 37.5em) {
        .hometop .post-layout-feature .post-layout-card {
          border-bottom: 1px solid #dddddd; } }
      @media (min-width: 64em) {
        .hometop .post-layout-feature .post-layout-card {
          border-bottom: 0; } }
    @media (min-width: 59.0625em) {
      .post-layout-feature .post-layout-card {
        padding: 30px; } }
    @media (min-width: 64em) {
      .post-layout-feature .post-layout-card {
        border-bottom: 0;
        width: 43%;
        height: 100%; } }
  @media (max-width: 59.0625em) {
    .post-layout-feature .post-button-timestamp.timestamp-side {
      margin-top: 10px; } }
  @media (min-width: 64em) {
    .page .post-layout-feature.flexible-promo {
      margin-bottom: 90px; } }

/*---
title:   Feature 1/2
section: Post layout
---

```example:html
<div class="post-layout-feature-half">
	<a href="#" class="post-layout-feature-half-image">
	    <img src="http://placehold.it/300x169" class="post-image">
	</a>
	<div class="post-layout-card">
		<p class="post-timeslug">
			<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
		</p>
		<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
		<p class="post-excerpt">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
		<div class="post-button-timestamp">
			<button class="post-button-play -big" aria-label="Play">
				<svg class="wamu-icon">
					<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
				</svg>
			</button>
			<div className="button-timestamp">
				3:20
			</div>
		</div>
	</div>
</div>
```
*/
.post-layout-feature-half {
  width: 100%; }
  @media (min-width: 48em) {
    .post-layout-feature-half {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .post-layout-feature-half .post-layout-feature-half-image {
    display: block;
    position: relative;
    width: 100%; }
    @media (min-width: 48em) {
      .post-layout-feature-half .post-layout-feature-half-image {
        padding-bottom: 62%; } }
    .post-layout-feature-half .post-layout-feature-half-image img {
      width: 100%;
      height: auto;
      position: relative; }
      @media (min-width: 48em) {
        .post-layout-feature-half .post-layout-feature-half-image img {
          height: 100%;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          top: 0; } }
  @media (min-width: 25em) {
    .post-layout-feature-half.no-image .post-layout-card {
      padding: 20px 0; } }
  @media (min-width: 64em) {
    .post-layout-feature-half.no-image .post-layout-card {
      margin: 0 auto;
      max-width: 100%; } }
  .post-layout-feature-half .post-layout-card {
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0; }
    @media (min-width: 25em) {
      .post-layout-feature-half .post-layout-card {
        padding: 40px 0 20px 0; } }
    .home-four-up .post-layout-feature-half .post-layout-card {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: -20px; }
      @media (min-width: 37.5em) {
        .home-four-up .post-layout-feature-half .post-layout-card {
          border-bottom: 1px solid #dddddd;
          padding-bottom: 20px;
          margin-bottom: 0; } }
    .layout-two-up .row > div:last-of-type .post-layout-feature-half .post-layout-card {
      border-bottom: 0;
      padding-bottom: 0; }
      @media (min-width: 37.5em) {
        .layout-two-up .row > div:last-of-type .post-layout-feature-half .post-layout-card {
          border-bottom: 1px solid #dddddd;
          padding-bottom: 20px; } }
    @media (min-width: 35em) and (max-width: 59.0625em) {
      .post-layout-feature-half .post-layout-card {
        margin-bottom: 20px; } }
    @media (min-width: 48em) {
      .post-layout-feature-half .post-layout-card {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    @media (min-width: 59.0625em) {
      .post-layout-feature-half .post-layout-card {
        padding: 40px 30px 30px 30px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    @media (min-width: 64em) {
      .post-layout-feature-half .post-layout-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        position: relative; } }
    @media (min-width: 59.0625em) {
      .post-layout-feature-half .post-layout-card:first-child:last-child {
        padding: 20px;
        height: 100%; } }
    @media (min-width: 25em) {
      .post-layout-feature-half .post-layout-card:first-child:last-child .post-button-timestamp {
        left: 0;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    @media (min-width: 59.0625em) {
      .post-layout-feature-half .post-layout-card:first-child:last-child .post-button-timestamp {
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-top: 20px; } }
    @media (min-width: 59.0625em) {
      .post-layout-feature-half .post-layout-card:first-child:last-child .post-title {
        font-size: 48px;
        font-size: 3rem; } }
  .post-layout-feature-half .post-button-timestamp.timestamp-side {
    margin-top: 20px; }
    @media (min-width: 25em) {
      .post-layout-feature-half .post-button-timestamp.timestamp-side {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 20px;
        margin-top: 0;
        margin-bottom: 0; } }
  @media (max-width: 47.99em) {
    .post-layout-feature-half .btn-generic, .post-layout-feature-half .story-content .wamubutton, .story-content .post-layout-feature-half .wamubutton {
      margin-top: 18px; } }
  .no-touchevents .post-layout-feature-half .btn-generic:hover, .no-touchevents .post-layout-feature-half .story-content .wamubutton:hover, .story-content .no-touchevents .post-layout-feature-half .wamubutton:hover {
    background-color: #1d1f29;
    text-decoration: none; }

/*---
title:   Post display - Home 2up
section: Post display
---

```example:html
<div class="row row-of-two post-display-row">
	<div>
		<div class="post-layout-feature-half">
			<a href="#" class="post-layout-feature-half-image">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
				<p class="post-excerpt">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
				<div class="post-button-timestamp">
					<button class="post-button-play -big" aria-label="Play">
						<svg class="wamu-icon">
							<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
						</svg>
					</button>
					<div className="button-timestamp">
						3:20
					</div>
				</div>
			</div>
		</div>
	</div>
	<div>
		<div class="post-layout-feature-half">
			<a href="#" class="post-layout-feature-half-image">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
				<p class="post-excerpt">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
				<div class="post-button-timestamp">
					<button class="post-button-play -big" aria-label="Play">
						<svg class="wamu-icon">
							<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
						</svg>
					</button>
					<div className="button-timestamp">
						3:20
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
```
*/
/*---
title:   Feature blowout
section: Post layout
---

```example:html
<div class="post-layout-feature-blowout">
	<a href="#" class="post-layout-feature-blowout-image">
	    <img src="http://placehold.it/1200x540" class="post-image">
	</a>
	<div class="post-layout-card">
		<div class="blowout-first">
			<div class="post-button-timestamp">
				<button class="post-button-play -xl" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
				<div class="button-timestamp">
					3:20
				</div>
			</div>
		</div>
		<div class="blowout-second">
			<p class="post-timeslug">
				<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
			</p>
			<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, sed diam nonumy.</a></h2>
		</div>
		<div class="blowout-third">
			<p class="post-excerpt">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p>
		</div>
	</div>
</div>
```
*/
.post-layout-feature-blowout {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 48em) {
    .post-layout-feature-blowout {
      margin-top: 70px;
      margin-bottom: 50px; } }
  @media (min-width: 59.0625em) {
    .post-layout-feature-blowout.no-image > .post-layout-card {
      margin-left: auto;
      max-width: 100%;
      margin-right: auto;
      margin-top: 0; } }
  @media (min-width: 83.75em) {
    .post-layout-feature-blowout .post-layout-feature-image {
      display: block;
      margin-left: -55px;
      margin-right: -55px;
      max-width: none; } }
  .post-layout-feature-blowout > .post-layout-card {
    background-color: #fff;
    padding: 20px 0; }
    @media (min-width: 37.5em) {
      .post-layout-feature-blowout > .post-layout-card {
        border-bottom: 1px solid #dddddd; } }
    @media (min-width: 59.0625em) {
      .post-layout-feature-blowout > .post-layout-card {
        padding: 30px 0;
        max-width: 100%;
        margin: 0 auto;
        position: relative; } }
    @media (min-width: 59.0625em) {
      .layout-blowout-with-related .post-layout-feature-blowout > .post-layout-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 59.0625em) {
      .post-layout-feature-blowout > .post-layout-card .sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 300px;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px; } }
    @media (max-width: 59.0625em) {
      .post-layout-feature-blowout > .post-layout-card .sidebar {
        margin-top: 40px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; } }
  .post-layout-feature-blowout .post-button-timestamp {
    margin: 30px 0 20px 0; }
  @media (max-width: 59.0625em) {
    .post-layout-feature-blowout .blowout-first .post-button-timestamp .post-button-play {
      vertical-align: middle; } }
  @media (max-width: 59.0625em) {
    .post-layout-feature-blowout .blowout-first .post-button-timestamp .button-timestamp {
      display: inline-block;
      margin-top: 0; } }
  @media (max-width: 59.0625em) {
    .post-layout-feature-blowout .blowout-first .post-button-timestamp {
      margin-top: 10px; }
      .post-layout-feature-blowout .blowout-first .post-button-timestamp .post-button-play {
        vertical-align: middle;
        margin-right: 2px;
        width: 40px;
        height: 40px; }
        .post-layout-feature-blowout .blowout-first .post-button-timestamp .post-button-play svg {
          margin: 0 0 0 10px;
          width: 10px;
          height: 16px; }
          .post-layout-feature-blowout .blowout-first .post-button-timestamp .post-button-play svg.wamu-playing {
            margin: 0 0 0 6px;
            width: 16px;
            height: 16px; }
          .post-layout-feature-blowout .blowout-first .post-button-timestamp .post-button-play svg.wamu-playing-hover {
            margin: 0 0 0 9px; }
          .post-layout-feature-blowout .blowout-first .post-button-timestamp .post-button-play svg.wamu-error {
            margin: 0 0 0 7px;
            width: 14px;
            height: 16px; }
          .post-layout-feature-blowout .blowout-first .post-button-timestamp .post-button-play svg.wamu-loading {
            margin: 0 0 0 3px;
            width: 20px;
            height: 13px; }
      .post-layout-feature-blowout .blowout-first .post-button-timestamp .button-timestamp {
        display: inline-block; } }

@media (min-width: 48em) {
  .layout-blowout .row-of-four {
    margin-top: 50px; } }

/*---
title:   Feature blowout w/ related
section: Post layout
---

```example:html
<div class="post-layout-feature-blowout --related">
	<a href="#" class="post-layout-feature-blowout-image">
	    <img src="http://placehold.it/1200x540" class="post-image">
	</a>
	<div class="post-layout-card">
		<div class="blowout-first">
			<div class="post-button-timestamp">
				<button class="post-button-play -xl" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
				<div class="button-timestamp">
					3:20
				</div>
			</div>
		</div>
		<div class="blowout-second">
			<p class="post-timeslug">
				<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
			</p>
			<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, sed diam nonumy.</a></h2>
			<p class="post-excerpt">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p>
		</div>
		<div class="blowout-third-alt">
			<div class="section-small-title">Related posts</div>
			<div class="post-layout-list-item">
				<div class="post-layout-list-item-button">
					<button class="post-button-play -xs" aria-label="Play">
						<svg class="wamu-icon">
							<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
						</svg>
					</button>
				</div>
				<div class="post-layout-card">
					<p class="post-timeslug">
						<span class="post-slug" href="#">Slug</span>
					</p>
					<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
				</div>
				<a href="#">
				    <img src="http://placehold.it/150x150" class="post-image">
				</a>
			</div>
			<div class="post-layout-list-item">
				<div class="post-layout-list-item-button">
					<button class="post-button-play -xs" aria-label="Play">
						<svg class="wamu-icon">
							<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
						</svg>
					</button>
				</div>
				<div class="post-layout-card">
					<p class="post-timeslug">
						<span class="post-slug" href="#">Slug</span>
					</p>
					<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
				</div>
				<a href="#">
				    <img src="http://placehold.it/150x150" class="post-image">
				</a>
			</div>
		</div>
	</div>
</div>
```
*/
/*---
title:   Grid item
section: Post layout
---

```example:html
<div class="post-layout-grid-item">
	<a href="#">
		<img src="http://placehold.it/300x169" class="post-image">
	</a>
	<div class="post-layout-card">
		<div class="post-layout-card-text">
			<p class="post-timeslug">
				<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
			</p>
			<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet.</a></h2>
		</div>
		<div class="post-button-timestamp timestamp-side">
			<button class="post-button-play" aria-label="Play">
				<svg class="wamu-icon">
					<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
				</svg>
			</button>
			<div class="button-timestamp">
				3:20
			</div>
		</div>
	</div>
</div>
```
*/
.post-layout-grid-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px; }
  @media (max-width: 37.4375em) {
    .post-layout-grid-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: transparent;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 20px; } }
  .post-layout-grid-item .post-image {
    width: 100%;
    height: auto; }
  .post-layout-grid-item .post-layout-card {
    padding: 20px 0;
    position: relative;
    background-color: #fff; }
    @media (min-width: 37.5em) {
      .post-layout-grid-item .post-layout-card {
        padding: 25px 0 20px 0; } }
    @media (max-width: 37.4375em) {
      .post-layout-grid-item .post-layout-card {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0; } }
    @media (min-width: 59.0625em) {
      .home-four-up .post-layout-grid-item .post-layout-card:first-child:last-child {
        padding: 20px;
        height: 100%; } }
    .post-layout-grid-item .post-layout-card:first-child:last-child {
      padding-top: 0; }
      @media (min-width: 37.5em) {
        .post-layout-grid-item .post-layout-card:first-child:last-child .post-button-timestamp {
          position: relative;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          margin-top: 20px;
          top: auto;
          right: auto;
          display: inline-block; } }
    .post-layout-grid-item .post-layout-card .post-timeslug {
      margin-top: 0; }
  @media (max-width: 37.4375em) {
    .post-layout-grid-item .post-layout-card-text {
      padding-right: 15px; } }
  .post-layout-grid-item > a {
    position: relative;
    display: block; }
    @media (max-width: 37.4375em) {
      .post-layout-grid-item > a {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        -webkit-flex-basis: 120px;
            -ms-flex-preferred-size: 120px;
                flex-basis: 120px;
        height: 120px; } }
    @media (max-width: 24.9375em) {
      .post-layout-grid-item > a {
        -webkit-flex-basis: 100px;
            -ms-flex-preferred-size: 100px;
                flex-basis: 100px;
        height: 100px; } }
    @media (min-width: 37.5em) and (max-width: 59.0625em) {
      .post-layout-grid-item > a {
        -webkit-flex-basis: 200px;
            -ms-flex-preferred-size: 200px;
                flex-basis: 200px;
        height: auto; } }
    @media (min-width: 59.0625em) {
      .post-layout-grid-item > a {
        -webkit-flex-basis: 240px;
            -ms-flex-preferred-size: 240px;
                flex-basis: 240px; } }
    @media (max-width: 34.9375em) {
      .post-layout-grid-item > a {
        position: relative;
        overflow: hidden; }
        .post-layout-grid-item > a:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .post-layout-grid-item > a .post-image,
        .post-layout-grid-item > a img {
          position: absolute;
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          max-height: 100%;
          width: auto;
          left: 50%;
          top: 0;
          -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
                  transform: translate(-50%); } }
  .post-layout-grid-item .post-layout-list-item-button {
    min-width: 32px; }
    @media (max-width: 37.4375em) {
      .post-layout-grid-item .post-layout-list-item-button {
        margin-top: 10px; } }
    .shows .post-layout-grid-item .post-layout-list-item-button {
      display: none; }
  .highlights .post-layout-grid-item {
    margin-bottom: 20px; }
    @media (min-width: 37.5em) {
      .highlights .post-layout-grid-item {
        padding-bottom: 0; } }

/*---
title:   List item
section: Post layout
---

```example:html
<div class="post-layout-list-item">
	<div class="post-layout-list-item-button">
		<button class="post-button-play" aria-label="Play">
			<svg class="wamu-icon">
				<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
			</svg>
		</button>
	</div>
	<div class="post-layout-card">
		<p class="post-timeslug">
			<span class="post-slug" href="#">Around WAMU</span>
		</p>
		<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
	</div>
	<a href="#">
	    <img src="http://placehold.it/150x150" class="post-image">
	</a>
</div>
```
*/
.post-layout-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .post-layout-list-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  .post-layout-list-item.without-audio .post-layout-card {
    padding-bottom: 0; }
  .post-layout-list-item .post-layout-list-item-button {
    padding-right: 15px;
    min-width: 47px;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (min-width: 37.5em) {
      .post-layout-list-item .post-layout-list-item-button {
        padding-right: 0;
        min-width: 40px;
        padding-top: 10px;
        z-index: 2;
        bottom: auto;
        top: 0;
        left: -20px; } }
    .shows .post-layout-list-item .post-layout-list-item-button,
    .sidebar .post-layout-list-item .post-layout-list-item-button {
      display: none; }
  .post-layout-list-item .post-layout-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px;
    position: relative;
    padding-bottom: 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 37.5em) {
      .post-layout-list-item .post-layout-card {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 30px; } }
    @media (min-width: 37.5em) {
      .post-layout-list-item .post-layout-card:first-child:last-child {
        padding-left: 0;
        padding-bottom: 50px; } }
    @media (min-width: 37.5em) {
      .post-layout-list-item .post-layout-card:first-child:last-child .post-layout-list-item-button {
        bottom: 0;
        left: 0; } }
  .post-layout-list-item > a:first-of-type {
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
    height: 100px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
      .post-layout-list-item > a:first-of-type img {
        max-width: 100px; } }
    @media (min-width: 25em) {
      .post-layout-list-item > a:first-of-type {
        -webkit-flex-basis: 120px;
            -ms-flex-preferred-size: 120px;
                flex-basis: 120px;
        height: 120px; } }
  @media all and (min-width: 25em) and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .post-layout-list-item > a:first-of-type img {
      max-width: 120px; } }
    @media (max-width: 37.4375em) {
      .post-layout-list-item > a:first-of-type {
        position: relative;
        overflow: hidden; }
        .post-layout-list-item > a:first-of-type:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .post-layout-list-item > a:first-of-type .post-image,
        .post-layout-list-item > a:first-of-type img {
          position: absolute;
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          max-height: 100%;
          width: auto;
          left: 50%;
          top: 0;
          -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
                  transform: translate(-50%); } }
    @media (min-width: 37.5em) {
      .post-layout-list-item > a:first-of-type {
        -webkit-flex-basis: 200px;
            -ms-flex-preferred-size: 200px;
                flex-basis: 200px;
        height: auto;
        max-width: 40%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  @media all and (min-width: 37.5em) and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .post-layout-list-item > a:first-of-type img {
      max-width: 200px; } }
    @media (min-width: 49.0625em) {
      .post-layout-list-item > a:first-of-type {
        -webkit-flex-basis: 270px;
            -ms-flex-preferred-size: 270px;
                flex-basis: 270px;
        max-width: 45%; } }
  @media all and (min-width: 49.0625em) and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .post-layout-list-item > a:first-of-type img {
      max-width: 270px; } }
  @media (min-width: 48em) {
    .recommended-stories .post-layout-list-item {
      min-height: 114px; } }
  @media (min-width: 48em) {
    .recommended-stories .post-layout-list-item > a:first-of-type {
      -webkit-flex-basis: 100px;
          -ms-flex-preferred-size: 100px;
              flex-basis: 100px; } }
  @media all and (min-width: 48em) and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .recommended-stories .post-layout-list-item > a:first-of-type img {
      max-width: 100px; } }
  @media (min-width: 48em) {
    .row-of-three .post-layout-list-item > a:first-of-type {
      -webkit-flex-basis: 100px;
          -ms-flex-preferred-size: 100px;
              flex-basis: 100px; } }
  @media all and (min-width: 48em) and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .row-of-three .post-layout-list-item > a:first-of-type img {
      max-width: 100px; } }
  .widget-biglist .post-layout-list-item,
  .shows .post-layout-list-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .widget-biglist .post-layout-list-item .post-layout-card,
    .shows .post-layout-list-item .post-layout-card {
      padding-left: 0;
      padding-right: 10px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .widget-biglist .post-layout-list-item > a:first-of-type,
    .shows .post-layout-list-item > a:first-of-type {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-flex-basis: 120px;
          -ms-flex-preferred-size: 120px;
              flex-basis: 120px;
      height: 120px; }
      @media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
        .widget-biglist .post-layout-list-item > a:first-of-type img,
        .shows .post-layout-list-item > a:first-of-type img {
          max-width: 120px; } }
    .widget-biglist .post-layout-list-item:last-of-type,
    .shows .post-layout-list-item:last-of-type {
      margin-bottom: 0;
      border-bottom: 0; }
  .sidebar .post-layout-list-item .post-layout-card {
    padding-left: 0;
    padding-right: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .sidebar .post-layout-list-item > a:first-of-type {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 25em) {
      .sidebar .post-layout-list-item > a:first-of-type {
        -webkit-flex-basis: 100px;
            -ms-flex-preferred-size: 100px;
                flex-basis: 100px;
        height: 100px; } }
  @media all and (min-width: 25em) and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .sidebar .post-layout-list-item > a:first-of-type img {
      max-width: 100px; } }

/*---
title:   List simple
section: Post layout
---

```example:html
<div class="post-layout-list-simple">
	<a href="#">
	    <img src="http://placehold.it/300x169" class="post-image">
	</a>
	<div class="post-layout-card">
		<p class="post-timeslug">
			<span class="post-slug" href="#">Around WAMU</span>
		</p>
		<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
	</div>
</div>
```
*/
.post-layout-list-simple {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd; }
  @media (min-width: 64em) {
    .post-layout-list-simple {
      min-height: 150px; } }
  .post-layout-list-simple > a {
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 47.99em) {
      .post-layout-list-simple > a {
        position: relative;
        overflow: hidden; }
        .post-layout-list-simple > a:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
        .post-layout-list-simple > a .post-image,
        .post-layout-list-simple > a img {
          position: absolute;
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          max-height: 100%;
          width: auto;
          left: 50%;
          top: 0;
          -webkit-transform: translate(-50%);
              -ms-transform: translate(-50%);
                  transform: translate(-50%); } }
    @media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
      .post-layout-list-simple > a {
        max-width: 100px; }
        .post-layout-list-simple > a img {
          max-width: 100px; } }
    @media (min-width: 48em) {
      .post-layout-list-simple > a {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        -webkit-flex-basis: 33.33%;
            -ms-flex-preferred-size: 33.33%;
                flex-basis: 33.33%; } }
  @media (max-width: 47.99em) {
    .post-layout-list-simple.-thumb-right {
      padding-top: 0; } }
  @media (min-width: 48em) {
    .post-layout-list-simple.-thumb-right > a {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 48em) {
    .post-layout-list-simple.-thumb-right .post-layout-card {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding-left: 0;
      padding-right: 20px; } }
  .post-layout-list-simple .post-layout-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px; }
    @media (min-width: 48em) {
      .post-layout-list-simple .post-layout-card {
        padding-right: 0;
        padding-left: 20px;
        -webkit-flex-basis: 66.66%;
            -ms-flex-preferred-size: 66.66%;
                flex-basis: 66.66%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    .post-layout-list-simple .post-layout-card p:first-of-type {
      margin-top: 0; }
  .story-content .post-layout-list-simple .post-title a {
    border-bottom: 0; }

.story-content .post-display-row .post-layout-list-simple a {
  border-bottom: 0; }

.post-layout-list-simple.people {
  padding-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0; }
  @media (min-width: 48em) {
    .post-layout-list-simple.people {
      padding-top: 20px; } }
  .post-layout-list-simple.people > a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    height: 100px; }
    @media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
      .post-layout-list-simple.people > a img {
        max-width: 100px; } }
    @media (min-width: 48em) {
      .post-layout-list-simple.people > a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 120px;
            -ms-flex: 0 0 120px;
                flex: 0 0 120px;
        height: 120px; } }
  @media all and (min-width: 48em) and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .post-layout-list-simple.people > a img {
      max-width: 120px; } }
  .post-layout-list-simple.people .post-layout-card {
    padding-right: 20px;
    padding-left: 0; }
  .post-layout-list-simple.people .post-title {
    margin-bottom: 3px; }
  .post-layout-list-simple.people .post-timeslug {
    margin-bottom: 0; }
  .story-content .post-layout-list-simple.people a {
    border-bottom: 0; }

/*---
title:   Tabbed post content
section: Post layout
---

```example:html
<div class="post-layout-tabbed-item">
	<div class="post-layout-tabbed-button">
		<button class="post-button-play -xs" aria-label="Play">
			<svg class="wamu-icon">
				<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
			</svg>
		</button>
	</div>
	<div class="post-layout-tabbed-group">
		<p class="post-timeslug">
			<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
		</p>
		<h2 class="post-title">
			<a href="#">
				Understanding The Risks Of The Zika Virus
			</a>
		</h2>
	</div>
	<div class="post-layout-tabbed-group post-layout-tabbed-group-excerpt">
		<p class="post-excerpt">In the days since the WHO declared Zika a global health emergency, parts of the U.S. have been preparing to contend with the virus – and the mosquitos that can carry it. </p>
	</div>
	<a href="#" class="post-layout-tabbed-image">
    <img src="http://placehold.it/150x150" class="post-image">
	</a>
</div>
```
*/
.section-title + .post-display-tabbed .post-layout-tabbed-item:first-of-type {
  border-top: 0;
  padding-top: 0; }

.post-layout-tabbed-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dddddd; }
  .post-layout-tabbed-item .post-layout-tabbed-special-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (min-width: 48em) {
      .post-layout-tabbed-item .post-layout-tabbed-special-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 47.99em) {
      .post-layout-tabbed-item .post-layout-tabbed-special-group .post-layout-tabbed-group {
        padding-left: 0; } }
  .post-layout-tabbed-item .post-layout-tabbed-group-normal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
    @media (min-width: 37.5em) {
      .post-layout-tabbed-item .post-layout-tabbed-group-normal {
        padding-bottom: 30px; } }
    @media (min-width: 43.75em) {
      .post-layout-tabbed-item .post-layout-tabbed-group-normal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-bottom: 0; } }
    @media (min-width: 64em) {
      .post-layout-tabbed-item .post-layout-tabbed-group-normal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 30px; } }
    @media (min-width: 73.75em) {
      .post-layout-tabbed-item .post-layout-tabbed-group-normal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-bottom: 0; } }
  .post-layout-tabbed-item .post-layout-tabbed-group {
    padding-left: 0;
    padding-right: 10px; }
    @media (min-width: 37.5em) {
      .post-layout-tabbed-item .post-layout-tabbed-group {
        padding-right: 20px; } }
    @media (min-width: 43.75em) {
      .post-layout-tabbed-item .post-layout-tabbed-group {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        padding-bottom: 40px; } }
    @media (min-width: 64em) {
      .post-layout-tabbed-item .post-layout-tabbed-group {
        -webkit-box-flex: initial;
        -webkit-flex: initial;
            -ms-flex: initial;
                flex: initial;
        position: initial;
        padding-bottom: 0; } }
    @media (min-width: 73.75em) {
      .post-layout-tabbed-item .post-layout-tabbed-group {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        padding-bottom: 40px; } }
  .post-layout-tabbed-item .post-layout-tabbed-button {
    -webkit-flex-basis: 30px;
        -ms-flex-preferred-size: 30px;
            flex-basis: 30px;
    margin-top: 20px; }
    @media (min-width: 37.5em) {
      .post-layout-tabbed-item .post-layout-tabbed-button {
        margin-top: 0;
        position: absolute;
        left: 0;
        bottom: 0; } }
  @media (min-width: 48em) {
    .post-layout-tabbed-item .post-layout-tabbed-date {
      -webkit-flex-basis: 100px;
          -ms-flex-preferred-size: 100px;
              flex-basis: 100px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100px;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px; } }
  .post-layout-tabbed-item .post-layout-tabbed-image {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px; }
    @media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
      .post-layout-tabbed-item .post-layout-tabbed-image img {
        max-width: 100px; } }
    @media (min-width: 25em) {
      .post-layout-tabbed-item .post-layout-tabbed-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 120px;
            -ms-flex: 0 0 120px;
                flex: 0 0 120px; } }
  @media all and (min-width: 25em) and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .post-layout-tabbed-item .post-layout-tabbed-image img {
      max-width: 120px; } }
    @media (min-width: 37.5em) {
      .post-layout-tabbed-item .post-layout-tabbed-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
            -ms-flex: 0 0 150px;
                flex: 0 0 150px; } }
  @media all and (min-width: 37.5em) and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .post-layout-tabbed-item .post-layout-tabbed-image img {
      max-width: 150px; } }
    @media (min-width: 43.75em) {
      .post-layout-tabbed-item .post-layout-tabbed-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 170px;
            -ms-flex: 0 0 170px;
                flex: 0 0 170px; } }
  @media all and (min-width: 43.75em) and (min--moz-device-pixel-ratio: 0) and (min-resolution: 30dpcm) {
    .post-layout-tabbed-item .post-layout-tabbed-image img {
      max-width: 170px; } }
  .post-layout-tabbed-item .post-excerpt {
    margin: 0;
    color: #586980;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem; }
    .post-layout-tabbed-item .post-excerpt p:first-of-type {
      margin-top: 5px; }
      @media (min-width: 43.75em) {
        .post-layout-tabbed-item .post-excerpt p:first-of-type {
          margin-top: -2px; } }
      @media (min-width: 64em) {
        .post-layout-tabbed-item .post-excerpt p:first-of-type {
          margin-top: 5px; } }
      @media (min-width: 73.75em) {
        .post-layout-tabbed-item .post-excerpt p:first-of-type {
          margin-top: -2px; } }
  .post-layout-tabbed-item .post-layout-tabbed-group-excerpt {
    display: none;
    padding-bottom: 0; }
    @media (min-width: 37.5em) {
      .post-layout-tabbed-item .post-layout-tabbed-group-excerpt {
        display: block;
        margin-top: 5px; } }
    @media (min-width: 43.75em) {
      .post-layout-tabbed-item .post-layout-tabbed-group-excerpt {
        margin-top: 0; } }
    @media (min-width: 64em) {
      .post-layout-tabbed-item .post-layout-tabbed-group-excerpt {
        margin-top: 5px; } }
    @media (min-width: 73.75em) {
      .post-layout-tabbed-item .post-layout-tabbed-group-excerpt {
        margin-top: 0; } }
  .post-layout-tabbed-item .post-layout-tabbed-date {
    color: #586980;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 11px;
    font-size: 0.7rem;
    line-height: 3;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 600; }
    .post-layout-tabbed-item .post-layout-tabbed-date .date {
      margin-right: 0.5rem; }
      .post-layout-tabbed-item .post-layout-tabbed-date .date:after {
        content: ":"; }
    .post-layout-tabbed-item .post-layout-tabbed-date .time {
      font-weight: 300; }

.layout-default .post-layout-tabbed-group-excerpt {
  display: none; }

.layout-default .post-layout-tabbed-item .post-layout-tabbed-group:first-of-type {
  padding-bottom: 50px; }

@media (min-width: 59.0625em) {
  .layout-default .post-layout-tabbed-group-normal {
    padding-left: 20px; } }

.layout-default .post-display-list {
  background-color: #fff; }

.layout-default .post-layout-tabbed-item:first-of-type {
  border-top: 0;
  padding-top: 0; }
  .layout-default .post-layout-tabbed-item:first-of-type .post-layout-tabbed-group-normal {
    padding-top: 20px; }

@media (min-width: 48em) {
  .layout-default .post-layout-tabbed-item .post-title {
    font-size: 20px;
    font-size: 1.25rem; } }

.layout-default .post-layout-tabbed-item:last-of-type {
  border-bottom: 1px solid #dddddd; }

/*---
title:   Tabbed post content - special
section: Post layout
---

```example:html
<div class="post-layout-tabbed-item post-layout-tabbed-item-special">
	<div class="post-layout-tabbed-date">
		<span class="date">Aug 25-28</span>
		<span class="time">3:30PM</span>
	</div>
	<div class="post-layout-tabbed-group">
		<p class="post-timeslug">
			<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
		</p>
		<h2 class="post-title">
			<a href="#">
				Friday News Roundup – Domestic
			</a>
		</h2>
		<p class="post-excerpt">
			Lorem ipsum dolor sit amet, consectetur adipisicing elit.
		</p>
	</div>
	<a href="#" class="post-layout-tabbed-image">
    <img src="http://placehold.it/150x150" class="post-image">
	</a>
</div>
```
*/
/* Post display layouts */
/*---
title:   Post display row of 4
section: Post display
---

```example:html
<div class="row row-of-four post-display-row">
	<div>
		<div class="post-layout-grid-item">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
				</p>
				<h2 class="post-title"><a href="#">Sed diam nonumy.</a></h2>
				<button class="post-button-play" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
			</div>
		</div>
	</div>
	<div>
		<div class="post-layout-grid-item">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
				<button class="post-button-play" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
			</div>
		</div>
	</div>
	<div>
		<div class="post-layout-grid-item">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet.</a></h2>
				<button class="post-button-play" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
			</div>
		</div>
	</div>
	<div>
		<div class="post-layout-grid-item">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
				<button class="post-button-play" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
			</div>
		</div>
	</div>
</div>
```
*/
/*---
title:   Post display two by two
section: Post display
---

```example:html
<div class="row row-of-two row-two-by-two post-display-row">
	<div>
		<div class="post-layout-list-simple">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Around WAMU</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet</a></h2>
			</div>
		</div>
	</div>
	<div>
		<div class="post-layout-list-simple">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Around WAMU</span>
				</p>
				<h2 class="post-title"><a href="#">Consetetur sadipscing elitr, sed diam nonumy.</a></h2>
			</div>
		</div>
	</div>
</div>
<div class="row row-of-two row-two-by-two post-display-row">
	<div>
		<div class="post-layout-list-simple">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Around WAMU</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet</a></h2>
			</div>
		</div>
	</div>
	<div>
		<div class="post-layout-list-simple">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Around WAMU</span>
				</p>
				<h2 class="post-title"><a href="#">Consetetur sadipscing elitr, sed diam nonumy.</a></h2>
			</div>
		</div>
	</div>
</div>
```
*/
.row-two-by-two {
  margin-bottom: 20px; }
  @media (max-width: 37.4375em) {
    .row-two-by-two.row.row-of-two {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .row-two-by-two.row.row-of-two > div {
        padding-left: 0;
        padding-right: 0; }
      .row-two-by-two.row.row-of-two > div:first-child {
        margin-bottom: 20px; } }

@media (min-width: 64em) {
  .post-display-list .row-two-by-two:first-child {
    margin-bottom: 20px; } }

.left-column .post-display-list .row-two-by-two.no-margin {
  margin-top: 0; }

@media (min-width: 37.5em) {
  .post-display-list .row-two-by-two.no-margin > div:first-child {
    padding-left: 0; } }

@media (min-width: 37.5em) {
  .post-display-list .row-two-by-two.no-margin > div:last-child {
    padding-right: 0; } }

.home-list-second-part,
.show-second-block .button-more-container {
  display: none; }

.show-second-block .home-list-second-part {
  display: inherit; }

/*---
title:   Post display list
section: Post display
---

```example:html
	<div class="post-display-list">
		<div class="post-layout-list-item">
			<div class="post-layout-list-item-button">
				<button class="post-button-play" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
			</div>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Around WAMU</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
			</div>
			<a href="#">
			    <img src="http://placehold.it/150x150" class="post-image">
			</a>
		</div>
		<div class="post-layout-list-item">
			<div class="post-layout-list-item-button">
				<button class="post-button-play" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
			</div>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Around WAMU</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
			</div>
			<a href="#">
			    <img src="http://placehold.it/150x150" class="post-image">
			</a>
		</div>
	</div>
```
*/
.post-display-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .post-display-list {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .row:not(.home-row) .post-display-list div:last-child {
    margin-bottom: 0; }
  .home-row .post-display-list .post-layout-list-item:first-child {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dddddd; }
    @media (min-width: 59.0625em) {
      .home-row .post-display-list .post-layout-list-item:first-child {
        margin-top: 0; } }
  .post-display-list.recommended .row {
    margin-top: 0;
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .recommended-stories .post-display-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .recommended-stories .post-display-list .post-layout-list-item {
        -webkit-flex-basis: 48%;
            -ms-flex-preferred-size: 48%;
                flex-basis: 48%; }
      .recommended-stories .post-display-list .post-layout-list-item:nth-child(odd) {
        padding-right: 10px; }
      .recommended-stories .post-display-list .post-layout-list-item:nth-child(even) {
        padding-left: 10px; } }
  .recommended-stories.\--with-button:not(:last-child) .post-display-list .post-layout-list-item:last-child {
    border-bottom: 0; }
  @media (min-width: 48em) {
    .recommended-stories.\--with-button:not(:last-child) .post-display-list .post-layout-list-item:nth-last-child(-n+2) {
      border-bottom: 0;
      margin-bottom: 0; } }
  .recommended-stories.show-second-block .post-display-list .post-layout-list-item:first-child {
    padding-top: 20px;
    border-top: 1px solid #dddddd; }
  @media (min-width: 48em) {
    .recommended-stories.show-second-block .post-display-list .post-layout-list-item:nth-child(2) {
      padding-top: 20px;
      border-top: 1px solid #dddddd; } }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .main-content .sidebar .post-display-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .main-content .sidebar .post-display-list .post-layout-list-item {
        -webkit-flex-basis: 48%;
            -ms-flex-preferred-size: 48%;
                flex-basis: 48%; }
      .main-content .sidebar .post-display-list .post-layout-list-item:nth-child(odd) {
        padding-right: 10px; }
      .main-content .sidebar .post-display-list .post-layout-list-item:nth-child(even) {
        padding-left: 10px; } }
  @media (min-width: 48em) {
    .story-blowout .sidebar .post-display-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .story-blowout .sidebar .post-display-list .post-layout-list-item {
        -webkit-flex-basis: 48%;
            -ms-flex-preferred-size: 48%;
                flex-basis: 48%; }
      .story-blowout .sidebar .post-display-list .post-layout-list-item:nth-child(odd) {
        padding-right: 10px; }
      .story-blowout .sidebar .post-display-list .post-layout-list-item:nth-child(even) {
        padding-left: 10px; } }
  @media (min-width: 37.5em) {
    .home-four-up .post-display-list .row.row-of-two {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 37.5em) {
    .home-four-up .post-display-list .row.row-of-two > div {
      margin-bottom: 20px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 59.0625em) {
    .home-four-up .post-display-list .row.row-of-two:last-child > div {
      margin-bottom: 0; } }
  @media (max-width: 37.4375em) {
    .home-four-up .post-display-list .row-of-two:first-child {
      margin-top: 20px;
      margin-bottom: 20px;
      padding-top: 20px;
      border-top: 1px solid #dddddd; } }

.recommended-stories.\--with-button {
  margin-bottom: 0; }

/*---
title:   Post display row of 4
section: Post display
---

```example:html
<div class="row row-of-four post-display-row">
	<div>
		<div class="post-layout-grid-item">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
				</p>
				<h2 class="post-title"><a href="#">Sed diam nonumy.</a></h2>
				<button class="post-button-play" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
			</div>
		</div>
	</div>
	<div>
		<div class="post-layout-grid-item">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
				<button class="post-button-play" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
			</div>
		</div>
	</div>
	<div>
		<div class="post-layout-grid-item">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet.</a></h2>
				<button class="post-button-play" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
			</div>
		</div>
	</div>
	<div>
		<div class="post-layout-grid-item">
			<a href="#">
			    <img src="http://placehold.it/300x169" class="post-image">
			</a>
			<div class="post-layout-card">
				<p class="post-timeslug">
					<span class="post-slug" href="#">Slug</span>, <span class="post-timestamp">3 hrs ago</span>
				</p>
				<h2 class="post-title"><a href="#">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</a></h2>
				<button class="post-button-play" aria-label="Play">
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-play"></use>
					</svg>
				</button>
			</div>
		</div>
	</div>
</div>
```
*/
.post-display-grouped .post-group {
  margin-top: 5vh; }
  .post-display-grouped .post-group:first-child {
    margin-top: 0; }

/* Show */
/*---
title:   Show feature
section: Show
---

```example:html
```
*/
.show-layout-feature {
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 83.75em) {
    .show-layout-feature {
      margin-left: -55px;
      margin-right: -55px; } }
  .show-layout-feature .show-layout-feature-image {
    position: relative;
    z-index: 2; }
    .show-layout-feature .show-layout-feature-image img {
      width: 100%; }

.js-show-details {
  max-height: 0;
  overflow: hidden;
  text-align: left;
  -webkit-transition: max-height .3s ease-in-out;
  -o-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out; }
  .js-show-details.expand {
    max-height: 1000px;
    -webkit-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out; }

/*---
title:   Metadata
section: Show
---

```example:html
	<div class="show-metadata">
		<p class="meta">
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-tune-in"></use>
		</svg>
		Tune In</p>
		<p>Mon–Fri: 10 am–12 pm</p>
		<p class="meta">
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-podcast"></use>
		</svg>
		Podcasts</p>
		<p>The Diane Rehm Show</p>
		<p>Friday News Roundup</p>
		<ul class="data">
			<li>
				<a href="#">
					The Diane Rehm Show
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-chevron-down"></use>
					</svg>
				</a>
				<ul>
					<li><a href="#">iTunes</a></li>
					<li><a href="#">Stitcher</a></li>
					<li><a href="#">RSS Link</a></li>
				</ul>
			</li>
		</ul>
		<ul class="data">
			<li>
				<a href="#">
					The Diane Rehm Show
					<svg class="wamu-icon">
						<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-chevron-down"></use>
					</svg>
				</a>
				<ul>
					<li><a href="#">iTunes</a></li>
					<li><a href="#">Stitcher</a></li>
					<li><a href="#">RSS Link</a></li>
				</ul>
			</li>
		</ul>
		<div class="show-details">
			<p class="meta">Hosts/Contributors</p>
			<p>Matt McCleskey</p>
			<p class="meta">Related links</p>
			<p><a href="#">Twitter</a></p>
			<p><a href="#">Facebook</a></p>
		</div>
	</div>
</div>
```
*/
.show-metadata > div:last-of-type:not(.button-more-container) {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd; }

.wamu-metadata,
.show-metadata {
  color: #586980;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  margin-bottom: 30px; }
  @media (min-width: 48em) {
    .wamu-metadata,
    .show-metadata {
      margin-bottom: 60px; } }
  .wamu-metadata p a,
  .show-metadata p a {
    color: #586980; }
    .wamu-metadata p a:focus,
    .show-metadata p a:focus {
      color: #586980; }
    .wamu-metadata p a:visited,
    .show-metadata p a:visited {
      color: #586980; }
    .no-touchevents .wamu-metadata p a:hover, .no-touchevents
    .show-metadata p a:hover {
      color: #1d1f29; }
    .wamu-metadata p a:active,
    .show-metadata p a:active {
      color: #586980; }
    .no-touchevents .wamu-metadata p a:hover, .no-touchevents
    .show-metadata p a:hover {
      text-decoration: none; }
  .wamu-metadata .meta,
  .show-metadata .meta {
    color: #1B2333;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 700; }
    .wamu-metadata .meta svg,
    .show-metadata .meta svg {
      fill: #1B2333;
      vertical-align: middle;
      margin-top: -4px;
      margin-right: 5px;
      width: 11px;
      height: 11px; }
    .wamu-metadata .meta > span,
    .show-metadata .meta > span {
      vertical-align: middle;
      margin-left: 5px; }
  .wamu-metadata ul.data,
  .show-metadata ul.data {
    max-width: 320px;
    margin-bottom: 5px; }
    .wamu-metadata ul.data > li,
    .show-metadata ul.data > li {
      position: relative; }
      .wamu-metadata ul.data > li:hover a,
      .show-metadata ul.data > li:hover a {
        color: #242733; }
        .wamu-metadata ul.data > li:hover a:hover,
        .show-metadata ul.data > li:hover a:hover {
          color: #1d1f29; }
      .wamu-metadata ul.data > li:hover svg,
      .show-metadata ul.data > li:hover svg {
        fill: #fff; }
      .wamu-metadata ul.data > li:hover > a,
      .show-metadata ul.data > li:hover > a {
        background-color: #242733;
        color: #fff; }
        .wamu-metadata ul.data > li:hover > a:hover,
        .show-metadata ul.data > li:hover > a:hover {
          color: #fff; }
      .wamu-metadata ul.data > li:hover ul,
      .show-metadata ul.data > li:hover ul {
        display: block; }
    .wamu-metadata ul.data > li > a,
    .show-metadata ul.data > li > a {
      background-color: #e9e9eb;
      color: #242733; }
    .wamu-metadata ul.data a,
    .show-metadata ul.data a {
      display: block;
      line-height: 40px;
      padding: 0 10px; }
    .wamu-metadata ul.data svg,
    .show-metadata ul.data svg {
      vertical-align: middle;
      fill: #242733;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 10px;
      height: 7px; }
    .wamu-metadata ul.data ul,
    .show-metadata ul.data ul {
      display: none;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      background-color: #e9e9eb;
      z-index: 2; }

.wamu-metadata .meta {
  margin-bottom: 5px;
  margin-top: 30px; }

.wamu-metadata .meta:not(:first-of-type) {
  margin-top: 30px; }

.wamu-metadata .meta ~ p:not(.meta) {
  margin-top: 0; }

.wamu-metadata .meta ~ p:not(.meta) {
  margin-bottom: 5px; }

/*---
title:   Show tabs
section: Show
---

```example:html
<ul class="tabbed-content-tabs">
	<li class="active"><a href="#">All Stories</a></li>
	<li><a href="#">From WAMU</a></li>
	<li><a href="#">Collections</a></li>
</ul>
```
*/
.tabbed-content-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #eeeeee;
  color: #242733;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48em) {
    .tabbed-content-tabs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 47.99em) {
    .tabbed-content-tabs > .active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #242733;
      background-image: url('data:image/svg+xml;utf8, <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="47.994px" height="32px" viewBox="0 0 47.994 32" enable-background="new 0 0 47.994 32" xml:space="preserve"><path fill="#242733" d="M47.713,8.714L24.732,31.719c-0.398,0.375-1.054,0.375-1.452,0L0.299,8.714C-0.1,8.34-0.1,7.66,0.299,7.286l7.004-7.004 c0.375-0.375,1.054-0.375,1.429,0l15.274,15.321L39.28,0.281c0.375-0.375,1.054-0.375,1.429,0l7.004,7.004 c0.164,0.211,0.281,0.445,0.281,0.726S47.877,8.504,47.713,8.714z"/></svg>');
      background-repeat: no-repeat;
      background-position: 95%;
      background-size: 15px auto;
      padding-right: 35px;
      padding: 15px;
      border-top: 0; } }
  .tabbed-content-tabs > .active a {
    color: #242733; }
    .tabbed-content-tabs > .active a:focus {
      color: #1d1f29; }
    .tabbed-content-tabs > .active a:active {
      color: #1d1f29; }
    .no-touchevents .tabbed-content-tabs > .active a:hover {
      color: #1d1f29; }
    @media (max-width: 47.99em) {
      .tabbed-content-tabs > .active a {
        padding: 0; } }
  @media (max-width: 47.99em) {
    .tabbed-content-tabs:hover li {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 47.99em) {
    .tabbed-content-tabs:hover > .active {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  .tabbed-content-tabs li {
    border-right: 1px solid #fff; }
    @media (max-width: 47.99em) {
      .tabbed-content-tabs li {
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px;
        border-top: 1px solid #dddddd; } }
  .tabbed-content-tabs a {
    display: block;
    padding: 5px;
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 500;
    color: #1B2333; }
    .tabbed-content-tabs a:focus {
      color: #1d1f29; }
    .tabbed-content-tabs a:active {
      color: #1d1f29; }
    .no-touchevents .tabbed-content-tabs a:hover {
      color: #1d1f29; }
    @media (min-width: 31.25em) {
      .tabbed-content-tabs a {
        padding: 14px;
        font-size: 16px;
        font-size: 1rem; } }
    @media (max-width: 47.99em) {
      .tabbed-content-tabs a {
        padding: 0;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        font-family: "Whitney A", "Whitney B", sans-serif;
        font-weight: 700; } }

.post-display-tabbed:last-of-type {
  border-bottom: 1px solid #dddddd; }

/*---
title:   Show filters
section: Show
---

```example:html
<div class="tabbed-content-filters">
	<div>
		<input type="text" placeholder="Search" />
	</div>
	<div>
		<a href="#">
			RSS
			<svg class="wamu-icon">
				<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-rss"></use>
			</svg>
		</a>
	</div>
</div>
```
*/
.tabbed-content-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0; }
  @media (min-width: 48em) {
    .tabbed-content-filters {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .tabbed-content-filters.-schedule {
    background-color: #242733;
    color: #fff;
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    margin-top: 40px; }
    @media (min-width: 48em) {
      .tabbed-content-filters.-schedule {
        margin-top: 70px; } }
    .tabbed-content-filters.-schedule input[type="checkbox"] + span {
      display: none; }
    .tabbed-content-filters.-schedule a,
    .tabbed-content-filters.-schedule label {
      color: #fff; }
      .tabbed-content-filters.-schedule a:focus,
      .tabbed-content-filters.-schedule label:focus {
        color: #e9e9eb; }
      .tabbed-content-filters.-schedule a:active,
      .tabbed-content-filters.-schedule label:active {
        color: #e9e9eb; }
      .no-touchevents .tabbed-content-filters.-schedule a:hover, .no-touchevents
      .tabbed-content-filters.-schedule label:hover {
        color: #e9e9eb; }
    .tabbed-content-filters.-schedule a,
    .tabbed-content-filters.-schedule label,
    .tabbed-content-filters.-schedule .timezone-notice {
      color: #fff; }
    .tabbed-content-filters.-schedule .timezone-notice span:first-of-type {
      color: #1d1f29; }
    .tabbed-content-filters.-schedule .filter-date-nav button {
      background-color: #1d1f29; }
      .no-touchevents .tabbed-content-filters.-schedule .filter-date-nav button:hover {
        background-color: #EB2E38; }
      .tabbed-content-filters.-schedule .filter-date-nav button svg {
        fill: #fff; }
  .tabbed-content-filters a,
  .tabbed-content-filters label {
    cursor: pointer;
    color: #586980; }
    .tabbed-content-filters a:focus,
    .tabbed-content-filters label:focus {
      color: #1d1f29; }
    .tabbed-content-filters a:active,
    .tabbed-content-filters label:active {
      color: #1d1f29; }
    .no-touchevents .tabbed-content-filters a:hover, .no-touchevents
    .tabbed-content-filters label:hover {
      color: #1d1f29; }
    .tabbed-content-filters a:focus svg,
    .no-touchevents .tabbed-content-filters a:hover svg,
    .tabbed-content-filters label:focus svg,
    .no-touchevents
    .tabbed-content-filters label:hover svg {
      fill: #1d1f29; }
    .tabbed-content-filters a svg,
    .tabbed-content-filters label svg {
      fill: #586980;
      vertical-align: baseline;
      margin-left: 5px;
      width: 12px;
      height: 12px; }
  .tabbed-content-filters a,
  .tabbed-content-filters label,
  .tabbed-content-filters .timezone-notice {
    color: #586980;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Whitney A", "Whitney B", sans-serif; }
  .tabbed-content-filters .timezone-notice {
    display: inline-block;
    margin-top: 20px; }
    @media (min-width: 48em) {
      .tabbed-content-filters .timezone-notice {
        margin-top: 0; } }
  .tabbed-content-filters .timezone-notice span:first-of-type {
    color: #dddddd; }
  @media (min-width: 48em) {
    .tabbed-content-filters .mobile-input-filters-toggle {
      display: none; } }
  .tabbed-content-filters .input-filters {
    display: none; }
    @media (min-width: 48em) {
      .tabbed-content-filters .input-filters {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .tabbed-content-filters .input-filters.always-show {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      @media (min-width: 48em) {
        .tabbed-content-filters .input-filters.always-show {
          width: auto;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
    @media (max-width: 47.99em) {
      .tabbed-content-filters .input-filters.expand {
        display: block;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        padding-top: 20px; }
        .tabbed-content-filters .input-filters.expand > div {
          margin-top: 5px; }
          .tabbed-content-filters .input-filters.expand > div input {
            width: 100%; } }
    .tabbed-content-filters .input-filters > div {
      position: relative; }
      @media (min-width: 48em) {
        .tabbed-content-filters .input-filters > div {
          margin-right: 5px; } }
      .tabbed-content-filters .input-filters > div > svg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 11px;
        fill: #1d1f29;
        pointer-events: none; }
    .tabbed-content-filters .input-filters > div.filter-date-nav,
    .tabbed-content-filters .input-filters > div.filter-date-schedule {
      margin-right: 0; }
    .tabbed-content-filters .input-filters > div.filter-date-schedule {
      padding-left: 20px;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "Whitney A", "Whitney B", sans-serif;
      font-weight: 500; }
      @media (min-width: 48em) {
        .tabbed-content-filters .input-filters > div.filter-date-schedule {
          font-size: 24px;
          font-size: 1.5rem; } }
  .tabbed-content-filters .filter-date-next {
    margin-left: 5px; }
  .tabbed-content-filters .filter-date-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #242733;
    border-radius: 3px; }
    .no-touchevents .tabbed-content-filters .filter-date-nav button:hover {
      background-color: #50525c; }
    .tabbed-content-filters .filter-date-nav button svg {
      fill: #fff;
      vertical-align: middle;
      width: 8px;
      height: 12px; }
  .tabbed-content-filters .filter-date-nav.disabled button {
    cursor: default;
    opacity: 0.375;
    pointer-events: none; }
  @media (max-width: 47.99em) {
    .tabbed-content-filters .filter-date-schedule {
      width: calc(100% - 86px); } }
  @media (max-width: 47.99em) {
    .tabbed-content-filters .filter-date-schedule input[type="text"] {
      width: 100%; } }
  .tabbed-content-filters input[type="text"] {
    background-color: #fff;
    border: 1px solid #dddddd;
    pointer-events: none;
    height: 40px;
    line-height: 40px;
    width: 200px;
    padding: 0 10px 0 40px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Whitney A", "Whitney B", sans-serif; }
    .tabbed-content-filters input[type="text"]:focus {
      border-color: #242733; }

/* Schedule */
/*---
title:   Schedule weekly
section: Schedule
---

```example:html
<!--
	Monday = 1, Tuesday = 2, etc.
	For mobile tabbing, we only need to update the data-active-day attribute
	By default, we should set the active day to the current day for desktop
-->
<div class="weekly-schedule" id="js-weekly-schedule" data-active-day="2">
	<div class="weekly-schedule-row weekly-schedule-days">
		<div class="weekly-hour-column"><div>-</div></div>
		<div class="day-tab"><div><span>M</span><span>onday</span></div></div>
		<div class="day-tab"><div><span>T</span><span>uesday</span></div></div>
		<div class="day-tab"><div><span>W</span><span>ednesday</span></div></div>
		<div class="day-tab"><div><span>T</span><span>hursday</span></div></div>
		<div class="day-tab"><div><span>F</span><span>riday</span></div></div>
		<div class="day-tab"><div><span>S</span><span>aturday</span></div></div>
		<div class="day-tab"><div><span>S</span><span>unday</span></div></div>
	</div>

	<div class="weekly-schedule-program-container">

		<!--
			One row = one hour slot
			Each div in the row = one column
		-->
		<div class="weekly-schedule-row">
			<div class="weekly-hour-column"><div>1</div></div>
			<div data-day-duration="7"><div>Program that airs all week</div></div> <!-- Monday -->
			<div class="hide-day"><div>Program that airs all week</div></div> <!-- Tuesday -->
			<div class="hide-day"><div>Program that airs all week</div></div> <!-- Wednesday -->
			<div class="hide-day"><div>Program that airs all week</div></div> <!-- Thursday -->
			<div class="hide-day"><div>Program that airs all week</div></div> <!-- Friday -->
			<div class="hide-day"><div>Program that airs all week</div></div> <!-- Saturday -->
			<div class="hide-day"><div>Program that airs all week</div></div> <!-- Sunday -->
		</div>

		<div class="weekly-schedule-row">
			<div class="weekly-hour-column"><div>2</div></div>
			<!-- This program is at the same hour Monday, Tuesday and Wednesday -->
			<div data-day-duration="3"><div>Program Z</div></div>
			<div class="hide-day"><div>Program Z</div></div> <!-- We're already showing the Monday cell so we can hide Tuesday -->
			<div class="hide-day"><div>Program Z</div></div> <!-- We're already showing the Monday cell so we can hide Tuesday -->
			<!-- This program lasts 4 hours -->
			<div class="has-duration" data-duration="4"><div>Program B</div></div>
			<!-- This is a special program -->
			<div class="special-program"><div>Program E</div></div>
			<div data-day-duration="2"><div>Program D</div></div>
			<div class="hide-day"><div>Program D</div></div>
		</div>

		<div class="weekly-schedule-row">
			<div class="weekly-hour-column"><div>3</div></div>
			<div><div>Program A</div></div>
			<div><div>Program B</div></div>
			<div><div>Program C</div></div>
			<div class="hide-hour"><div>Program B</div></div> <!-- We're already showing the first hour of this program -->
			<div data-day-duration="2"><div>Program A</div></div>
			<div class="hide-day"><div>Program A</div></div>
			<div class="has-duration" data-duration="3"><div>Program D</div></div>
		</div>

		<!-- This is the active hour -->
		<div class="weekly-schedule-row active-hour">
			<div class="weekly-hour-column"><div>4</div></div>
			<!-- This program lasts 2 hours and has the same time slot on Monday, Tuesday and Wednesday -->
			<div class="has-duration active-program" data-duration="2" data-day-duration="3"><div>Program A</div></div>
			<div class="hide-day has-duration active-program" data-duration="2"><div>Program A</div></div> <!-- We're already showing the Monday cell so we can hide Tuesday -->
			<div class="hide-day has-duration" data-duration="2"><div>Program A</div></div> <!-- We're already showing the Monday cell so we can hide Tuesday -->
			<div class="hide-hour"><div>Program B</div></div> <!-- We're already showing the first hour of this program -->
			<div class="has-duration" data-duration="2"><div>Program C</div></div>
			<div class="has-duration" data-duration="2"><div>Program D</div></div>
			<div class="hide-hour"><div>Program D</div></div>
		</div>

		<div class="weekly-schedule-row">
			<div class="weekly-hour-column"><div>5</div></div>
			<div class="hide-hour" data-day-duration="3"><div>Program A</div></div> <!-- We're already showing the first hour of this program -->
			<div class="hide-day hide-hour"><div>Program A</div></div> <!-- We're already showing the first hour of this program -->
			<div class="hide-day hide-hour"><div>Program A</div></div> <!-- We're already showing the first hour of this program -->
			<div class="hide-hour"><div>Program B</div></div> <!-- We're already showing the first hour of this program -->
			<div class="hide-hour"><div>Program C</div></div>
			<div class="hide-hour"><div>Program D</div></div>
			<div class="hide-hour"><div>Program D</div></div>
		</div>

		<div class="weekly-schedule-row">
			<div class="weekly-hour-column"><div>6</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
		</div>

		<div class="weekly-schedule-row">
			<div class="weekly-hour-column"><div>7</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
		</div>

		<div class="weekly-schedule-row">
			<div class="weekly-hour-column"><div>8</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div class="has-duration" data-duration="3" data-day-duration="2"><div>Program Y</div></div>
			<div class="has-duration hide-day" data-duration="3"><div>Program Y</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
		</div>

		<div class="weekly-schedule-row">
			<div class="weekly-hour-column"><div>9</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div class="hide-hour" data-day-duration="2"><div>Program Y</div></div>
			<div class="hide-hour hide-day"><div>Program Y</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
		</div>

		<div class="weekly-schedule-row">
			<div class="weekly-hour-column"><div>10</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
			<div class="hide-hour" data-day-duration="2"><div>Program Y</div></div>
			<div class="hide-hour hide-day"><div>Program Y</div></div>
			<div><div>Program</div></div>
			<div><div>Program</div></div>
		</div>

	</div>
	<!-- .wekkly-schedule-program-container -->


</div>
```
*/
.weekly-schedule {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500; }
  .weekly-schedule .post-slug {
    display: block;
    color: #242733; }

.weekly-schedule-row.weekly-schedule-days {
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 47.99em) {
    .weekly-schedule-row.weekly-schedule-days span + span {
      display: none; }
    .weekly-schedule-row.weekly-schedule-days > div:first-of-type {
      display: none; } }
  .weekly-schedule-row.weekly-schedule-days span:not(.day-date) {
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      .weekly-schedule-row.weekly-schedule-days span:not(.day-date) {
        font-size: 14px;
        font-size: 0.875rem; } }
  .weekly-schedule-row.weekly-schedule-days .day-date {
    display: block;
    letter-spacing: 0.04em;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400; }
    @media (min-width: 48em) {
      .weekly-schedule-row.weekly-schedule-days .day-date {
        font-size: 11px;
        font-size: 0.6875rem; } }
  .weekly-schedule-row.weekly-schedule-days > div.weekly-hour-column > div,
  .weekly-schedule-row.weekly-schedule-days > div > div {
    height: 60px;
    color: #fff;
    background-color: #1d1f29;
    padding: 5px;
    border-left: 1px solid #fff; }
    @media (min-width: 48em) {
      .weekly-schedule-row.weekly-schedule-days > div.weekly-hour-column > div,
      .weekly-schedule-row.weekly-schedule-days > div > div {
        padding: 10px; } }
  @media (min-width: 48em) {
    .weekly-schedule-row.weekly-schedule-days > div {
      pointer-events: none; } }
  @media (max-width: 47.99em) {
    .weekly-schedule-row.weekly-schedule-days > div > div {
      cursor: pointer; } }
  .weekly-schedule-row.weekly-schedule-days > div:first-of-type > div,
  .weekly-schedule-row.weekly-schedule-days > div {
    border-left: 0; }
  @media (max-width: 47.99em) {
    [data-active-day="1"] .weekly-schedule-row.weekly-schedule-days.current-week > div:nth-child(2) > div {
      background-color: #EB2E38; } }
  @media (max-width: 47.99em) {
    [data-active-day="2"] .weekly-schedule-row.weekly-schedule-days.current-week > div:nth-child(3) > div {
      background-color: #EB2E38; } }
  @media (max-width: 47.99em) {
    [data-active-day="3"] .weekly-schedule-row.weekly-schedule-days.current-week > div:nth-child(4) > div {
      background-color: #EB2E38; } }
  @media (max-width: 47.99em) {
    [data-active-day="4"] .weekly-schedule-row.weekly-schedule-days.current-week > div:nth-child(5) > div {
      background-color: #EB2E38; } }
  @media (max-width: 47.99em) {
    [data-active-day="5"] .weekly-schedule-row.weekly-schedule-days.current-week > div:nth-child(6) > div {
      background-color: #EB2E38; } }
  @media (max-width: 47.99em) {
    [data-active-day="6"] .weekly-schedule-row.weekly-schedule-days.current-week > div:nth-child(7) > div {
      background-color: #EB2E38; } }
  @media (max-width: 47.99em) {
    [data-active-day="7"] .weekly-schedule-row.weekly-schedule-days.current-week > div:nth-child(8) > div {
      background-color: #EB2E38; } }

.weekly-schedule-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .weekly-schedule-row > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 12.5%;
        -ms-flex: 1 1 12.5%;
            flex: 1 1 12.5%;
    border-left: 1px solid #fff;
    position: relative; }
    .weekly-schedule-row > div:first-of-type {
      border-left: 0; }
    .weekly-schedule-row > div > div {
      background-color: #e9e9eb;
      padding: 10px;
      height: 86px;
      border-bottom: 1px solid #fff; }
    .weekly-schedule-row > div a {
      color: #1B2333; }
      .weekly-schedule-row > div a:focus {
        color: #1d1f29; }
      .weekly-schedule-row > div a:active {
        color: #1d1f29; }
      .no-touchevents .weekly-schedule-row > div a:hover {
        color: #1d1f29; }
  .weekly-schedule-row.expanded > div > div {
    height: 300px; }
  .weekly-schedule-row.expanded .schedule-detailed-hidden {
    display: block; }
  .weekly-schedule-row > div.weekly-hour-column > div {
    background-color: #1d1f29;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700; }
    @media (max-width: 47.99em) {
      .weekly-schedule-row > div.weekly-hour-column > div {
        padding: 10px 5px;
        font-size: 12px;
        font-size: 0.75rem; } }
  .weekly-schedule-row > div[data-day-duration="2"] {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 25%;
        -ms-flex: 2 0 25%;
            flex: 2 0 25%; }
  .weekly-schedule-row > div[data-day-duration="3"] {
    -webkit-box-flex: 3;
    -webkit-flex: 3 0 37.5%;
        -ms-flex: 3 0 37.5%;
            flex: 3 0 37.5%; }
  .weekly-schedule-row > div[data-day-duration="4"] {
    -webkit-box-flex: 4;
    -webkit-flex: 4 0 50%;
        -ms-flex: 4 0 50%;
            flex: 4 0 50%; }
  .weekly-schedule-row > div[data-day-duration="5"] {
    -webkit-box-flex: 5;
    -webkit-flex: 5 0 62.5%;
        -ms-flex: 5 0 62.5%;
            flex: 5 0 62.5%; }
  .weekly-schedule-row > div[data-day-duration="6"] {
    -webkit-box-flex: 6;
    -webkit-flex: 6 0 75%;
        -ms-flex: 6 0 75%;
            flex: 6 0 75%; }
  .weekly-schedule-row > div[data-day-duration="7"] {
    -webkit-box-flex: 7;
    -webkit-flex: 7 0 87.5%;
        -ms-flex: 7 0 87.5%;
            flex: 7 0 87.5%; }
  .weekly-schedule-row > div.has-duration > div {
    position: absolute;
    width: 100%; }
  .weekly-schedule-row > div[data-duration="2"] > div {
    height: 172px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-10"] > div {
    height: 186.33333px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-10"] > div {
    height: 186.33333px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-20"] > div {
    height: 200.66667px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-20"] > div {
    height: 200.66667px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-30"] > div {
    height: 215px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-30"] > div {
    height: 215px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-40"] > div {
    height: 229.33333px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-40"] > div {
    height: 229.33333px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-50"] > div {
    height: 243.66667px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-50"] > div {
    height: 243.66667px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="minus-60"] > div {
    height: 258px; }
  .weekly-schedule-row > div[data-duration="2"][data-duration-offset="plus-60"] > div {
    height: 258px; }
  .weekly-schedule-row > div[data-duration="3"] > div {
    height: 258px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-10"] > div {
    height: 272.33333px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-10"] > div {
    height: 272.33333px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-20"] > div {
    height: 286.66667px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-20"] > div {
    height: 286.66667px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-30"] > div {
    height: 301px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-30"] > div {
    height: 301px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-40"] > div {
    height: 315.33333px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-40"] > div {
    height: 315.33333px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-50"] > div {
    height: 329.66667px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-50"] > div {
    height: 329.66667px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="minus-60"] > div {
    height: 344px; }
  .weekly-schedule-row > div[data-duration="3"][data-duration-offset="plus-60"] > div {
    height: 344px; }
  .weekly-schedule-row > div[data-duration="4"] > div {
    height: 344px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-10"] > div {
    height: 358.33333px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-10"] > div {
    height: 358.33333px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-20"] > div {
    height: 372.66667px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-20"] > div {
    height: 372.66667px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-30"] > div {
    height: 387px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-30"] > div {
    height: 387px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-40"] > div {
    height: 401.33333px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-40"] > div {
    height: 401.33333px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-50"] > div {
    height: 415.66667px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-50"] > div {
    height: 415.66667px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="minus-60"] > div {
    height: 430px; }
  .weekly-schedule-row > div[data-duration="4"][data-duration-offset="plus-60"] > div {
    height: 430px; }
  .weekly-schedule-row > div[data-duration="5"] > div {
    height: 430px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-10"] > div {
    height: 444.33333px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-10"] > div {
    height: 444.33333px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-20"] > div {
    height: 458.66667px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-20"] > div {
    height: 458.66667px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-30"] > div {
    height: 473px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-30"] > div {
    height: 473px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-40"] > div {
    height: 487.33333px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-40"] > div {
    height: 487.33333px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-50"] > div {
    height: 501.66667px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-50"] > div {
    height: 501.66667px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="minus-60"] > div {
    height: 516px; }
  .weekly-schedule-row > div[data-duration="5"][data-duration-offset="plus-60"] > div {
    height: 516px; }
  .weekly-schedule-row > div[data-duration="6"] > div {
    height: 516px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-10"] > div {
    height: 530.33333px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-10"] > div {
    height: 530.33333px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-20"] > div {
    height: 544.66667px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-20"] > div {
    height: 544.66667px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-30"] > div {
    height: 559px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-30"] > div {
    height: 559px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-40"] > div {
    height: 573.33333px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-40"] > div {
    height: 573.33333px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-50"] > div {
    height: 587.66667px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-50"] > div {
    height: 587.66667px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="minus-60"] > div {
    height: 602px; }
  .weekly-schedule-row > div[data-duration="6"][data-duration-offset="plus-60"] > div {
    height: 602px; }
  .weekly-schedule-row > div[data-duration="7"] > div {
    height: 602px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-10"] > div {
    height: 616.33333px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-10"] > div {
    height: 616.33333px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-20"] > div {
    height: 630.66667px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-20"] > div {
    height: 630.66667px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-30"] > div {
    height: 645px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-30"] > div {
    height: 645px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-40"] > div {
    height: 659.33333px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-40"] > div {
    height: 659.33333px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-50"] > div {
    height: 673.66667px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-50"] > div {
    height: 673.66667px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="minus-60"] > div {
    height: 688px; }
  .weekly-schedule-row > div[data-duration="7"][data-duration-offset="plus-60"] > div {
    height: 688px; }
  .weekly-schedule-row > div[data-duration="8"] > div {
    height: 688px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-10"] > div {
    height: 702.33333px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-10"] > div {
    height: 702.33333px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-20"] > div {
    height: 716.66667px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-20"] > div {
    height: 716.66667px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-30"] > div {
    height: 731px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-30"] > div {
    height: 731px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-40"] > div {
    height: 745.33333px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-40"] > div {
    height: 745.33333px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-50"] > div {
    height: 759.66667px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-50"] > div {
    height: 759.66667px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="minus-60"] > div {
    height: 774px; }
  .weekly-schedule-row > div[data-duration="8"][data-duration-offset="plus-60"] > div {
    height: 774px; }
  .weekly-schedule-row > div[data-duration="9"] > div {
    height: 774px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-10"] > div {
    height: 788.33333px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-10"] > div {
    height: 788.33333px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-20"] > div {
    height: 802.66667px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-20"] > div {
    height: 802.66667px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-30"] > div {
    height: 817px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-30"] > div {
    height: 817px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-40"] > div {
    height: 831.33333px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-40"] > div {
    height: 831.33333px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-50"] > div {
    height: 845.66667px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-50"] > div {
    height: 845.66667px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="minus-60"] > div {
    height: 860px; }
  .weekly-schedule-row > div[data-duration="9"][data-duration-offset="plus-60"] > div {
    height: 860px; }
  .weekly-schedule-row > div[data-duration="10"] > div {
    height: 860px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-10"] > div {
    height: 874.33333px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-10"] > div {
    height: 874.33333px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-20"] > div {
    height: 888.66667px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-20"] > div {
    height: 888.66667px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-30"] > div {
    height: 903px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-30"] > div {
    height: 903px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-40"] > div {
    height: 917.33333px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-40"] > div {
    height: 917.33333px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-50"] > div {
    height: 931.66667px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-50"] > div {
    height: 931.66667px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="minus-60"] > div {
    height: 946px; }
  .weekly-schedule-row > div[data-duration="10"][data-duration-offset="plus-60"] > div {
    height: 946px; }
  .weekly-schedule-row > div[data-duration-offset="minus-10"] > div {
    height: 100.33333px;
    top: -14.33333px; }
  .weekly-schedule-row > div[data-duration-offset="plus-10"] > div {
    height: 100.33333px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-10-offset > div {
    padding-top: 24.33333px; }
  .weekly-schedule-row > div[data-duration-offset="minus-20"] > div {
    height: 114.66667px;
    top: -28.66667px; }
  .weekly-schedule-row > div[data-duration-offset="plus-20"] > div {
    height: 114.66667px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-20-offset > div {
    padding-top: 38.66667px; }
  .weekly-schedule-row > div[data-duration-offset="minus-30"] > div {
    height: 129px;
    top: -43px; }
  .weekly-schedule-row > div[data-duration-offset="plus-30"] > div {
    height: 129px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-30-offset > div {
    padding-top: 53px; }
  .weekly-schedule-row > div[data-duration-offset="minus-40"] > div {
    height: 143.33333px;
    top: -57.33333px; }
  .weekly-schedule-row > div[data-duration-offset="plus-40"] > div {
    height: 143.33333px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-40-offset > div {
    padding-top: 67.33333px; }
  .weekly-schedule-row > div[data-duration-offset="minus-50"] > div {
    height: 157.66667px;
    top: -71.66667px; }
  .weekly-schedule-row > div[data-duration-offset="plus-50"] > div {
    height: 157.66667px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-50-offset > div {
    padding-top: 81.66667px; }
  .weekly-schedule-row > div[data-duration-offset="minus-60"] > div {
    height: 172px;
    top: -86px; }
  .weekly-schedule-row > div[data-duration-offset="plus-60"] > div {
    height: 172px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-60-offset > div {
    padding-top: 96px; }
  .weekly-schedule-row > div[data-duration-offset="minus-70"] > div {
    height: 186.33333px;
    top: -100.33333px; }
  .weekly-schedule-row > div[data-duration-offset="plus-70"] > div {
    height: 186.33333px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-70-offset > div {
    padding-top: 110.33333px; }
  .weekly-schedule-row > div[data-duration-offset="minus-80"] > div {
    height: 200.66667px;
    top: -114.66667px; }
  .weekly-schedule-row > div[data-duration-offset="plus-80"] > div {
    height: 200.66667px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-80-offset > div {
    padding-top: 124.66667px; }
  .weekly-schedule-row > div[data-duration-offset="minus-90"] > div {
    height: 215px;
    top: -129px; }
  .weekly-schedule-row > div[data-duration-offset="plus-90"] > div {
    height: 215px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-90-offset > div {
    padding-top: 139px; }
  .weekly-schedule-row > div[data-duration-offset="minus-100"] > div {
    height: 229.33333px;
    top: -143.33333px; }
  .weekly-schedule-row > div[data-duration-offset="plus-100"] > div {
    height: 229.33333px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-100-offset > div {
    padding-top: 153.33333px; }
  .weekly-schedule-row > div[data-duration-offset="minus-110"] > div {
    height: 243.66667px;
    top: -157.66667px; }
  .weekly-schedule-row > div[data-duration-offset="plus-110"] > div {
    height: 243.66667px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-110-offset > div {
    padding-top: 167.66667px; }
  .weekly-schedule-row > div[data-duration-offset="minus-120"] > div {
    height: 258px;
    top: -172px; }
  .weekly-schedule-row > div[data-duration-offset="plus-120"] > div {
    height: 258px;
    top: 0;
    z-index: 2; }
  .weekly-schedule-row > div.start-120-offset > div {
    padding-top: 182px; }
  .weekly-schedule-row > div[data-duration-offset] > div:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0 1px white;
            box-shadow: 0 0 0 1px white;
    pointer-events: none; }
  .weekly-schedule-row .short-show {
    font-size: 10px;
    font-size: 0.625rem; }
  .weekly-schedule-row .hide-day {
    display: none; }
  .weekly-schedule-row .hide-hour {
    visibility: hidden; }

@media screen and (max-width: 47.99em) {
  .weekly-schedule-program-container .weekly-schedule-row > div {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .weekly-schedule-program-container .weekly-schedule-row > div:first-of-type {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100px;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px; }
  [data-active-day="1"] .weekly-schedule-row > div:nth-child(2) {
    display: block; }
  [data-active-day="2"] .weekly-schedule-row > div:nth-child(3) {
    display: block; }
  [data-active-day="3"] .weekly-schedule-row > div:nth-child(4) {
    display: block; }
  [data-active-day="4"] .weekly-schedule-row > div:nth-child(5) {
    display: block; }
  [data-active-day="5"] .weekly-schedule-row > div:nth-child(6) {
    display: block; }
  [data-active-day="6"] .weekly-schedule-row > div:nth-child(7) {
    display: block; }
  [data-active-day="7"] .weekly-schedule-row > div:nth-child(8) {
    display: block; } }

.schedule-detailed {
  color: #586980;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400; }
  .schedule-detailed span {
    display: inline-block;
    text-transform: uppercase;
    width: 50px; }

.weekly-schedule-overnight,
.schedule-detailed-hidden {
  display: none; }

.weekly-schedule-overnight.expanded {
  display: block; }

@media (max-width: 47.99em) {
  .weekly-schedule-overnight .weekly-schedule-row:first-of-type > div.weekly-hour-column > div {
    font-size: 10px; } }

.schedule-loading {
  position: relative;
  min-height: 200px; }

/*---
title:   Schedule daily
section: Schedule
---

```example:html
```
*/
.schedule-timeslot-header {
  background-color: #1d1f29;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  padding: 17px 21px;
  cursor: pointer;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500; }
  .schedule-timeslot-header svg {
    fill: #fff;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    width: 8px;
    height: 12px; }
  .schedule-timeslot-header.timeslot-active svg {
    width: 12px;
    height: 8px; }

.schedule-timeslot {
  display: none; }
  .schedule-timeslot.timeslot-active {
    display: block; }

.hour-schedule {
  border-bottom: 1px solid #e9e9eb;
  background-color: #e9e9eb;
  padding: 10px; }
  @media (min-width: 48em) {
    .hour-schedule {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 20px; } }
  .hour-schedule.active-hour {
    background-color: #242733; }
  .hour-schedule.special-program {
    background-color: #eeeeee; }
  .hour-schedule:last-of-type {
    border-bottom: 0; }

.program-image {
  width: 50px;
  float: left; }
  @media (min-width: 48em) {
    .program-image {
      float: none;
      width: auto;
      -webkit-flex-basis: 100px;
          -ms-flex-preferred-size: 100px;
              flex-basis: 100px; } }

.program-time {
  padding-left: 60px;
  text-transform: uppercase;
  color: #1B2333;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) {
    .program-time {
      -webkit-flex-basis: 100px;
          -ms-flex-preferred-size: 100px;
              flex-basis: 100px;
      padding-left: 15px; } }
  .active-hour .program-time {
    color: #fff; }
  .special-program.active-hour .program-time {
    color: #1B2333; }

.program-details {
  padding-left: 60px;
  color: #1B2333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) {
    .program-details {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 0; } }
  .active-hour .program-details,
  .active-hour .program-details .program-hourly-detail,
  .active-hour .program-details h3 a {
    color: #fff; }
  .no-touchevents .active-hour .program-details h3 a:hover {
    color: #fff; }
  .special-program.active-hour .program-details,
  .special-program.active-hour .program-details .program-hourly-detail,
  .special-program.active-hour .program-details h3 a {
    color: #1B2333; }
  .no-touchevents .special-program.active-hour .program-details h3 a:hover {
    color: #1B2333; }
  .program-details .post-slug {
    margin-top: 0;
    margin-bottom: 0; }
  .program-details h3 {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 48em) {
      .program-details h3 {
        font-size: 20px;
        font-size: 1.25rem; } }
    .program-details h3 a {
      color: #1B2333; }
      .program-details h3 a:focus {
        color: #1d1f29; }
      .program-details h3 a:active {
        color: #1d1f29; }
      .no-touchevents .program-details h3 a:hover {
        color: #1d1f29; }
  .program-details ul {
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      .program-details ul {
        font-size: 14px;
        font-size: 0.875rem; } }
    .program-details ul li {
      margin-bottom: 5px; }
  .program-details .program-hourly-detail {
    color: #1B2333;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.04em;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 48em) {
      .program-details .program-hourly-detail {
        width: 80px;
        font-size: 14px;
        font-size: 0.875rem; } }

.program-playing {
  color: #fff;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  .program-playing .button-timestamp {
    color: #fff; }

/*---
title:   Day Group Header
section: Misc
---

```example:html
<div class="day-group-header">
	<button class="button-playlist">
		<svg class="wamu-icon">
			<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#wamu-playlist"></use>
		</svg>
	</button>
	<span class="day-group-date">Fri, Feb 5</span>
</div>
```
*/
.day-group-header {
  text-align: center;
  background-color: #eeeeee;
  padding: 10px;
  margin-bottom: -1px;
  position: relative; }
  .day-group-header .button-playlist {
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
    height: 40px; }
    .day-group-header .button-playlist svg {
      margin: 0 0 0 5px;
      width: 18px;
      height: 15px; }
    .day-group-header .button-playlist span.wamu-playlist {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); }
  .day-group-header .day-group-date {
    color: #242733;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 700; }

/* General layout */
.story-meta {
  overflow: hidden; }
  @media (max-width: 47.99em) {
    .story-meta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 0 60px 0; } }
  @media (min-width: 48em) and (max-width: 77.5em) {
    .story-meta {
      padding: 50px 0; } }

.story-play {
  position: relative;
  z-index: 2;
  margin-top: -48px;
  margin-bottom: 20px; }
  @media (min-width: 64em) {
    .story-play {
      margin-top: -80px;
      margin-bottom: 50px; } }
  .story-blowout .story-play {
    margin-top: -60px;
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .story-blowout .story-play {
        margin-bottom: 50px; } }
    @media (min-width: 64em) {
      .story-blowout .story-play {
        margin-top: -80px; } }
  @media (max-width: 47.99em) {
    .story-play .post-button-play.-xl {
      vertical-align: middle;
      margin-right: 5px;
      width: 40px;
      height: 40px; } }
  .story-play .button-timestamp {
    display: inline-block;
    margin-top: 0; }

.story-content {
  color: #1B2333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "ff-dagny-web-pro", serif;
  /** Spacing between shortcodes */ }
  @media (min-width: 48em) {
    .story-content {
      font-size: 20px;
      font-size: 1.25rem; } }
  .story-content a.internal-cta {
    color: #fff; }
    .story-content a.internal-cta:focus {
      color: #fff; }
    .story-content a.internal-cta:active {
      color: #fff; }
    .no-touchevents .story-content a.internal-cta:hover {
      color: #fff; }
    .story-content a.internal-cta h4 {
      color: #fff; }
    .story-content a.internal-cta img {
      margin: 0; }
  .story-content > .ad {
    width: 300px;
    float: right;
    margin-left: 20px; }
    @media (max-width: 34.375em) {
      .story-content > .ad {
        margin-left: auto;
        margin-right: auto;
        float: none; } }
    @media (max-width: 21.875em) {
      .story-content > .ad {
        margin-left: -17px;
        float: none; } }
  .story-content a {
    color: #1279C9; }
    .story-content a:visited {
      color: #0e61a1; }
    .story-content a:not([class]) {
      border-bottom: 1px solid #ccc; }
  .story-content em.underline {
    font-style: normal; }
  .story-content .underline {
    text-decoration: underline; }
  .story-content h2,
  .story-content h3,
  .story-content h4,
  .story-content h5,
  .story-content h6 {
    color: #242e33;
    font-family: "Whitney A", "Whitney B", sans-serif; }
  .story-content h5,
  .story-content h6 {
    text-transform: uppercase; }
  .story-content h6 {
    margin-bottom: 4px; }
  .story-content h6 ~ p {
    margin-top: 0; }
  .story-content hr {
    border-top: 1px solid #dddddd;
    border-bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px; }
  .story-content img {
    max-height: 480px;
    width: auto;
    margin: 0 auto; }
    @media (min-width: 48em) {
      .story-content img {
        max-height: 640px; } }
  .story-content blockquote.pullquote,
  .story-content .pullquote {
    background-color: transparent;
    color: #1279C9;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 500; }
    .story-content blockquote.pullquote cite,
    .story-content .pullquote cite {
      font-style: normal;
      font-size: 16px;
      font-size: 1rem; }
    @media (min-width: 48em) {
      .story-content blockquote.pullquote.pull-right,
      .story-content .pullquote.pull-right {
        width: 40%;
        margin-left: 20px;
        float: right; } }
  .story-content blockquote {
    color: #586980;
    background-color: #e9e9eb;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 30px;
    overflow: hidden; }
  .story-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 48em) {
    .story-content .alignright {
      float: right;
      margin-left: 20px; } }
  @media (min-width: 48em) {
    .story-content .alignleft {
      float: left;
      margin-right: 20px; } }
  @media (min-width: 48em) {
    .story-content img.alignleft,
    .story-content img.alignright {
      max-width: 320px;
      max-height: 360px; } }
  .story-content small,
  .story-content .footnotes {
    color: #777777;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4; }
  .story-content a.btn-generic, .story-content a.wamubutton,
  .story-content a.btn-generic,
  .story-content .btn-generic,
  .story-content .wamubutton {
    margin: 5px 0;
    background-color: #1279C9;
    font-weight: 700; }
    .story-content a.btn-generic:visited, .story-content a.wamubutton:visited,
    .story-content .btn-generic:visited,
    .story-content .wamubutton:visited {
      color: #fff; }
    .no-touchevents .story-content a.btn-generic:hover, .no-touchevents .story-content a.wamubutton:hover,
    .no-touchevents .story-content .btn-generic:hover, .no-touchevents .story-content .wamubutton:hover {
      background-color: #1d1f29;
      text-decoration: none; }
    .story-content a.-big.btn-generic, .story-content a.-big.wamubutton,
    .story-content .-big.btn-generic,
    .story-content .-big.wamubutton {
      padding: 28px 62px;
      font-size: 24px;
      font-size: 1.5rem; }
    
    .story-content a.btn-generic + .btn-generic,
    .story-content a.wamubutton + .btn-generic, .story-content a.btn-generic + .wamubutton, .story-content a.wamubutton + .wamubutton,
    .story-content .btn-generic + .btn-generic,
    .story-content .wamubutton + .btn-generic,
    .story-content .btn-generic + .wamubutton,
    .story-content .wamubutton + .wamubutton {
      margin-left: 20px; }
    .story-content a.btn-generic[href$=".zip"], .story-content a.wamubutton[href$=".zip"], .story-content a.zip.btn-generic, .story-content a.zip.wamubutton, .story-content a.btn-generic[href$=".pdf"], .story-content a.wamubutton[href$=".pdf"], .story-content a.pdf.btn-generic, .story-content a.pdf.wamubutton, .story-content a.btn-generic[href$=".doc"], .story-content a.wamubutton[href$=".doc"], .story-content a.btn-generic[href$=".docx"], .story-content a.wamubutton[href$=".docx"], .story-content a.doc.btn-generic, .story-content a.doc.wamubutton,
    .story-content .btn-generic[href$=".zip"],
    .story-content .wamubutton[href$=".zip"],
    .story-content .zip.btn-generic,
    .story-content .zip.wamubutton,
    .story-content .btn-generic[href$=".pdf"],
    .story-content .wamubutton[href$=".pdf"],
    .story-content .pdf.btn-generic,
    .story-content .pdf.wamubutton,
    .story-content .btn-generic[href$=".doc"],
    .story-content .wamubutton[href$=".doc"],
    .story-content .btn-generic[href$=".docx"],
    .story-content .wamubutton[href$=".docx"],
    .story-content .doc.btn-generic,
    .story-content .doc.wamubutton {
      position: relative;
      padding-right: 60px; }
      .story-content a.btn-generic[href$=".zip"]:after, .story-content a.wamubutton[href$=".zip"]:after, .story-content a.zip.btn-generic:after, .story-content a.zip.wamubutton:after, .story-content a.btn-generic[href$=".pdf"]:after, .story-content a.wamubutton[href$=".pdf"]:after, .story-content a.pdf.btn-generic:after, .story-content a.pdf.wamubutton:after, .story-content a.btn-generic[href$=".doc"]:after, .story-content a.wamubutton[href$=".doc"]:after, .story-content a.btn-generic[href$=".docx"]:after, .story-content a.wamubutton[href$=".docx"]:after, .story-content a.doc.btn-generic:after, .story-content a.doc.wamubutton:after,
      .story-content .btn-generic[href$=".zip"]:after,
      .story-content .wamubutton[href$=".zip"]:after,
      .story-content .zip.btn-generic:after,
      .story-content .zip.wamubutton:after,
      .story-content .btn-generic[href$=".pdf"]:after,
      .story-content .wamubutton[href$=".pdf"]:after,
      .story-content .pdf.btn-generic:after,
      .story-content .pdf.wamubutton:after,
      .story-content .btn-generic[href$=".doc"]:after,
      .story-content .wamubutton[href$=".doc"]:after,
      .story-content .btn-generic[href$=".docx"]:after,
      .story-content .wamubutton[href$=".docx"]:after,
      .story-content .doc.btn-generic:after,
      .story-content .doc.wamubutton:after {
        content: "";
        background-color: transparent;
        background-size: 23px;
        background-repeat: no-repeat;
        background-position: center;
        border-left: 1px solid #1d1f29;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 100%; }
    .story-content a.btn-generic[href$=".zip"]:after, .story-content a.wamubutton[href$=".zip"]:after, .story-content a.zip.btn-generic:after, .story-content a.zip.wamubutton:after,
    .story-content .btn-generic[href$=".zip"]:after,
    .story-content .wamubutton[href$=".zip"]:after,
    .story-content .zip.btn-generic:after,
    .story-content .zip.wamubutton:after {
      background-image: url("../../theme/images/svg/zip.svg");
      background-size: 18px auto; }
    .story-content a.btn-generic[href$=".pdf"]:after, .story-content a.wamubutton[href$=".pdf"]:after, .story-content a.pdf.btn-generic:after, .story-content a.pdf.wamubutton:after,
    .story-content .btn-generic[href$=".pdf"]:after,
    .story-content .wamubutton[href$=".pdf"]:after,
    .story-content .pdf.btn-generic:after,
    .story-content .pdf.wamubutton:after {
      background-image: url("../../theme/images/svg/pdf.svg"); }
    .story-content a.btn-generic[href$=".doc"]:after, .story-content a.wamubutton[href$=".doc"]:after, .story-content a.btn-generic[href$=".docx"]:after, .story-content a.wamubutton[href$=".docx"]:after, .story-content a.doc.btn-generic:after, .story-content a.doc.wamubutton:after,
    .story-content .btn-generic[href$=".doc"]:after,
    .story-content .wamubutton[href$=".doc"]:after,
    .story-content .btn-generic[href$=".docx"]:after,
    .story-content .wamubutton[href$=".docx"]:after,
    .story-content .doc.btn-generic:after,
    .story-content .doc.wamubutton:after {
      background-image: url("../../theme/images/svg/doc.svg"); }
  .story-content li {
    margin-bottom: 0.5em; }
  .story-content .post-layout-grid-item {
    margin-bottom: 20px; }
    @media (min-width: 48em) {
      .story-content .post-layout-grid-item {
        max-width: 320px;
        float: right;
        margin-left: 20px; } }
  .story-content .table-scroll {
    width: 100%;
    overflow-y: auto;
    margin: 20px auto; }
    .story-content .table-scroll:after {
      content: "Scroll or swipe the table for more...";
      display: block;
      width: 100%;
      padding: 10px;
      text-transform: uppercase;
      background-color: #e9e9eb;
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 1.2;
      font-family: "Whitney A", "Whitney B", sans-serif;
      letter-spacing: 0.05em; }
      @media (min-width: 48em) {
        .story-content .table-scroll:after {
          display: none; } }
    .story-content .table-scroll table {
      margin: 0 auto;
      min-width: 130vw;
      max-width: 900px; }
      @media (min-width: 48em) {
        .story-content .table-scroll table {
          min-width: 0;
          max-width: none; } }
      .story-content .table-scroll table td,
      .story-content .table-scroll table th {
        display: table-cell; }
      .story-content .table-scroll table tr td {
        border-bottom: 1px solid #dddddd; }
  .story-content table {
    width: 100%;
    margin: 20px auto;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Whitney A", "Whitney B", sans-serif; }
    .story-content table td,
    .story-content table th {
      padding: 7px 10px; }
    .story-content table th {
      background-color: #1279C9;
      color: #fff;
      text-align: left; }
    .story-content table tr td {
      border-bottom: 1px solid #dddddd;
      font-family: "ff-dagny-web-pro", serif; }
    @media (max-width: 47.99em) {
      .story-content table.table-row-headers {
        border-top: 1px solid #dddddd; }
        .story-content table.table-row-headers thead {
          display: none; }
        .story-content table.table-row-headers td[data-title]:before {
          content: attr(data-title);
          font-weight: bold;
          display: block; }
      .story-content table tr td {
        border-bottom: 0; }
        .story-content table tr td:last-of-type {
          border-bottom: 1px solid #dddddd; }
      .story-content table td,
      .story-content table th {
        display: block; }
      .story-content table th {
        text-align: left; } }
  .story-content iframe {
    max-width: 100%; }
  @media (max-width: 63.99em) {
    .story-content .hide-on-mobile {
      display: none; } }
  .story-content p:empty {
    display: none; }
  .story-content .row > br {
    display: none; }
  .story-content .row {
    margin-top: 0;
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .story-content .section-title + .row {
      margin-top: -20px; } }
  .story-content .section-title + .row-of-two + br + .section-title {
    margin-top: 30px; }
    @media (min-width: 48em) {
      .story-content .section-title + .row-of-two + br + .section-title {
        margin-top: 60px; } }
  .story-content .section-title + .row-of-two + .section-title {
    margin-top: 45px; }
    @media (min-width: 48em) {
      .story-content .section-title + .row-of-two + .section-title {
        margin-top: 90px; } }
  .story-content .row > .wp-caption {
    border-bottom: 0;
    margin-bottom: 2em !important; }
    .story-content .row > .wp-caption:after {
      content: "";
      display: block;
      height: 1px;
      background-color: #dddddd;
      position: absolute;
      bottom: 0;
      width: 100%; }
      @media (min-width: 48em) {
        .story-content .row > .wp-caption:after {
          width: calc(100% - 30px); } }
  .story-content .chapter {
    text-align: center;
    margin: 20px auto; }
    @media (min-width: 48em) {
      .story-content .chapter {
        margin: 40px auto; } }
    .story-content .chapter h2 {
      margin-bottom: 15px; }
      @media (min-width: 64em) {
        .story-content .chapter h2 {
          font-size: 36px;
          font-size: 2.25rem; } }
    .story-content .chapter .subhead {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "Whitney A", "Whitney B", sans-serif; }
      @media (min-width: 48em) {
        .story-content .chapter .subhead {
          font-size: 24px;
          font-size: 1.5rem; } }
  .story-content .media-list {
    margin: 30px 0;
    padding: 30px 20px;
    background-color: #e9e9eb; }
    @media (min-width: 48em) {
      .story-content .media-list {
        padding: 40px 30px; } }
    .story-content .media-list a {
      border-bottom: 0; }
    .story-content .media-list h3 {
      margin-top: 0; }
    .story-content .media-list p.intro {
      margin-bottom: 40px;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.4;
      font-family: "Whitney A", "Whitney B", sans-serif;
      font-weight: 300;
      color: #242e33; }
    .story-content .media-list .footnotes {
      margin: 30px 0 0 0; }
    .story-content .media-list ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .story-content .media-list li {
      position: relative;
      padding: 20px 0;
      border-bottom: 1px solid #fff;
      overflow: hidden; }
      .story-content .media-list li:first-child {
        border-top: 1px solid #fff; }
      .story-content .media-list li .cover {
        float: left;
        margin: 0 20px 0 0; }
        @media (min-width: 48em) {
          .story-content .media-list li .cover {
            margin: 0 30px 0 0; } }
        .story-content .media-list li .cover img {
          max-width: 80px; }
          @media (min-width: 48em) {
            .story-content .media-list li .cover img {
              max-width: 120px; } }
      .story-content .media-list li h5 {
        margin: 0 0 0 100px; }
        @media (min-width: 48em) {
          .story-content .media-list li h5 {
            margin-left: 150px; } }
      .story-content .media-list li p {
        margin-left: 100px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.4; }
        @media (min-width: 48em) {
          .story-content .media-list li p {
            margin-left: 150px; } }
      .story-content .media-list li .metadata {
        margin-top: 4px;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2;
        font-family: "Whitney A", "Whitney B", sans-serif;
        color: #777777; }

.story-intro {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5; }
  @media (min-width: 48em) {
    .story-intro {
      font-size: 24px;
      font-size: 1.5rem; } }

.story-blowout .post-featured-image {
  position: relative;
  margin-top: -25px; }
  @media (min-width: 48em) {
    .story-blowout .post-featured-image {
      margin-top: -80px; } }
  @media (min-width: 83.75em) {
    .story-blowout .post-featured-image {
      margin-left: -55px;
      margin-right: -55px;
      max-width: none; } }
  .story-blowout .post-featured-image:before {
    content: "";
    background-color: #242733;
    width: 100vw;
    height: 200px;
    display: block;
    position: absolute;
    left: 50%;
    z-index: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 100em) {
      .story-blowout .post-featured-image:before {
        width: calc( 100% + 340px); } }

.post-featured-image.no-image {
  margin-top: 0; }

.post-featured-image img {
  width: 100%;
  height: auto;
  position: relative; }

.wp-caption {
  border-bottom: 1px solid #dddddd;
  position: relative; }
  .story-content .wp-caption {
    max-width: 100%; }
  .story-meta + .wp-caption {
    border-bottom: 0; }
  .wp-caption.alignnone, .wp-caption.aligncenter {
    width: 100% !important;
    margin: 2em auto; }
    .wp-caption.alignnone .wp-caption-text, .wp-caption.aligncenter .wp-caption-text {
      margin: 0;
      padding: 1em 0;
      background-color: #fff; }
  .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 100%; }
    @media (min-width: 48em) {
      .wp-caption.alignright, .wp-caption.alignleft {
        max-width: 320px; } }
    @media (min-width: 48em) {
      .wp-caption.alignright img, .wp-caption.alignleft img {
        max-height: 360px; } }

.slideshow-caption,
.wp-caption-text {
  color: #777777;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  .slideshow-caption p,
  .wp-caption-text p {
    margin: 0; }
  .slideshow-caption .credits,
  .wp-caption-text .credits {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 16px;
    line-height: 1rem; }
  .slideshow-caption a,
  .wp-caption-text a {
    color: inherit;
    text-decoration: underline; }

.slideshow-caption {
  padding: 10px 0; }

.wamu-slideshow .slick-dots {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #dddddd; }
  .wamu-slideshow .slick-dots li {
    margin: 5px; }
    .wamu-slideshow .slick-dots li.slick-active button {
      background-color: #242733; }
  .wamu-slideshow .slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #ddd;
    border-radius: 100%;
    text-indent: -99999px; }
    .no-touchevents .wamu-slideshow .slick-dots button:hover {
      background-color: #242733; }

.wamu-slideshow .slick-slide {
  position: relative;
  cursor: pointer; }
  .wamu-slideshow .slick-slide img {
    margin: 0 auto; }
  .wamu-slideshow .slick-slide > p {
    margin: 0; }

.slick-slide img {
  margin: 0 auto; }

.list-twitter-bullets {
  list-style: none; }
  .list-twitter-bullets li:before {
    content: "";
    display: inline-block;
    background-image: url("../../theme/images/svg/twitter.svg");
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px;
    margin-left: -30px; }

ul.name-list {
  list-style-type: none;
  padding: 0;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
          column-gap: 40px; }
  @media (max-width: 47.99em) {
    ul.name-list {
      -webkit-column-count: 1;
              column-count: 1; } }
  ul.name-list li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    font-family: "Whitney A", "Whitney B", sans-serif; }

.story-aside, .story-content .articlesidebar {
  margin-bottom: 20px;
  padding: 20px 20px 10px 20px;
  background-color: #e9e9eb;
  color: #586980;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }
  @media (min-width: 35.625em) {
    .story-aside, .story-content .articlesidebar {
      float: right;
      width: 320px;
      margin-left: 20px; } }
  .story-aside h1:first-child, .story-content .articlesidebar h1:first-child,
  .story-aside h2:first-child,
  .story-content .articlesidebar h2:first-child,
  .story-aside h3:first-child,
  .story-content .articlesidebar h3:first-child,
  .story-aside h4:first-child,
  .story-content .articlesidebar h4:first-child,
  .story-aside h5:first-child,
  .story-content .articlesidebar h5:first-child,
  .story-aside h6:first-child,
  .story-content .articlesidebar h6:first-child {
    margin-top: 0; }
  .story-aside p:empty, .story-content .articlesidebar p:empty {
    display: none; }
  .story-aside h3, .story-content .articlesidebar h3 {
    margin-top: 0; }
  .story-aside h5, .story-content .articlesidebar h5 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1B2333;
    text-transform: capitalize;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2; }
  .story-aside .btn-generic,
  .story-content .articlesidebar .btn-generic, .story-aside .story-content .wamubutton, .story-content .story-aside .wamubutton, .story-content .articlesidebar .wamubutton {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #1279C9;
    margin-top: 20px;
    font-weight: 700; }
  .story-aside .wamu-metadata, .story-content .articlesidebar .wamu-metadata {
    color: #586980;
    margin-bottom: 20px; }
    .story-aside .wamu-metadata .meta, .story-content .articlesidebar .wamu-metadata .meta {
      margin-bottom: 0;
      margin-top: 20px;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem; }
    .story-aside .wamu-metadata .meta ~ p, .story-content .articlesidebar .wamu-metadata .meta ~ p {
      margin-top: 0;
      font-size: 16px;
      font-size: 1rem;
      font-family: "ff-dagny-web-pro", serif; }

.player-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #242733;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500; }
  @media (min-width: 48em) {
    .player-bar {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .player-bar .post-button-timestamp {
    margin-right: 20px; }
  .player-bar .post-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 47.99em) {
      .player-bar .post-title {
        font-size: 14px;
        font-size: 0.875rem; } }
  .player-bar .in-player-sharing > svg {
    fill: #fff;
    width: 15px;
    height: 11px; }
  .player-bar .wp-audio-shortcode {
    display: none; }
  .player-bar .addthis_toolbox {
    font-size: 0; }
  .player-bar .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .player-bar .player-bar-sharing {
    line-height: 1;
    background: #1d1f29;
    padding: 7px 12px 13px 13px;
    border-radius: 3px; }

.author-container .story-meta {
  display: block;
  overflow: hidden;
  padding-bottom: 20px; }
  .author-container .story-meta hr {
    clear: both;
    border-top: 1px solid #dddddd;
    border-bottom: 0;
    margin: 20px 0 0; }

.story-meta .avatar {
  float: right;
  margin-left: 10px; }
  @media (max-width: 47.99em) {
    .story-meta .avatar {
      width: 100px; } }
  @media (min-width: 48em) {
    .story-meta .avatar {
      margin-bottom: 40px; } }

.sticky-button {
  padding-top: 50px;
  z-index: 10;
  width: 0 !important; }

.sticky-related-posts {
  padding-top: 10px; }

.sidebar .post-layout-list-item {
  min-height: 100px; }

/*---
title:   Collection part
section: Post
---

```example:html
```
*/
.story-collection-part {
  background-color: #1d1f29;
  color: #fff;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 300; }
  @media (min-width: 48em) {
    .story-collection-part {
      margin: 30px 0 40px 0; } }
  .no-touchevents .story-collection-part:hover {
    background-color: #EB2E38; }
  .story-collection-part a {
    display: block;
    padding: 11px 20px;
    color: #fff; }
    .story-collection-part a:focus {
      color: #fff; }
    .story-collection-part a:active {
      color: #fff; }
    .no-touchevents .story-collection-part a:hover {
      color: #fff; }
  .story-collection-part .collection-part-title {
    font-weight: 500; }

/*---
title:   Collection module
section: Post
---

```example:html
```
*/
.story-collection-module {
  background-color: #242733;
  color: #fff;
  padding: 20px 20px 20px 30px;
  margin: 50px auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 400; }
  @media (min-width: 48em) {
    .story-collection-module {
      padding: 30px; } }
  .story-collection-module h5 {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 700; }
  .story-collection-module p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .story-collection-module a {
    color: #fff; }
    .story-collection-module a:focus {
      color: #fff; }
    .story-collection-module a:active {
      color: #fff; }
    .no-touchevents .story-collection-module a:hover {
      color: #fff; }
  .story-collection-module .btn-generic, .story-collection-module .story-content .wamubutton, .story-content .story-collection-module .wamubutton {
    background-color: #1d1f29;
    font-weight: 700; }
    .no-touchevents .story-collection-module .btn-generic:hover, .no-touchevents .story-collection-module .story-content .wamubutton:hover, .story-content .no-touchevents .story-collection-module .wamubutton:hover {
      background-color: #EB2E38; }
  .story-collection-module .prev-next-post {
    margin: 30px -20px -30px -30px; }
    @media (min-width: 48em) {
      .story-collection-module .prev-next-post {
        margin: 30px -30px -30px -30px; } }

.prev-next-post {
  background-color: #1d1f29;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem; }
  @media (min-width: 48em) {
    .prev-next-post {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .prev-next-post .next,
  .prev-next-post .prev {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    padding: 20px; }
    .prev-next-post .next .wamu-icon,
    .prev-next-post .prev .wamu-icon {
      fill: #fff;
      margin-top: 22px; }
  @media (max-width: 47.99em) {
    .prev-next-post .prev {
      border-bottom: 1px solid #242733; } }
  .prev-next-post .prev .wamu-icon {
    float: left;
    margin-left: -25px; }
    @media (min-width: 48em) {
      .prev-next-post .prev .wamu-icon {
        margin-right: 5px; } }
  .prev-next-post .prev img {
    width: 60px;
    height: 60px;
    float: right;
    margin-left: 10px; }
    @media (min-width: 48em) {
      .prev-next-post .prev img {
        float: left;
        margin-left: 0;
        margin-right: 10px; } }
  .prev-next-post .prev img + span {
    display: block; }
    @media (min-width: 48em) {
      .prev-next-post .prev img + span {
        padding-left: 70px; } }
  @media (min-width: 48em) {
    .prev-next-post .next {
      text-align: right;
      padding: 20px; } }
  .prev-next-post .next .wamu-icon {
    float: left;
    margin-left: -25px; }
    @media (min-width: 48em) {
      .prev-next-post .next .wamu-icon {
        float: right;
        margin-right: -25px;
        margin-left: 5px; } }
  .prev-next-post .next img {
    width: 60px;
    height: 60px;
    float: right;
    margin-left: 10px; }
  .prev-next-post .next img + span {
    display: block;
    padding-right: 70px; }
  .prev-next-post span span:first-of-type {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700; }

/* Sponsored content */
/*---
title:   Sponsored Content title
section: Sponsored Content
---

Class `sponsored-content-title` can be applied on any element

```example:html
<h1 class="sponsored-content-title">Sponsored Content title</h1>
<div class="sponsored-content-title">Sponsored Content title</div>
```
*/
.sponsored-content-title {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  position: relative;
  margin: 30px 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 400; }
  @media (min-width: 48em) {
    .sponsored-content-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 60px 0; } }
  @media (min-width: 48em) {
    .sponsored-content-title + .row-of-four {
      margin-top: -30px;
      margin-bottom: 0; } }
  .sponsored-content-title.top-bar {
    margin: 20px 0 0 0; }
    @media (min-width: 48em) {
      .sponsored-content-title.top-bar {
        margin: 50px 0 0 0; } }
    @media (max-width: 47.99em) {
      .sponsored-content-title.top-bar .advertisement-information {
        float: none;
        margin-left: 0; } }
    @media (min-width: 48em) {
      .sponsored-content-title.top-bar .advertisement-information {
        float: right; } }
    @media (max-width: 47.99em) {
      .sponsored-content-title.top-bar .sponsor-info {
        position: absolute;
        right: 10px;
        top: 10px; } }
  .story-meta .sponsored-content-title.top-bar {
    margin-bottom: 20px; }
    @media (min-width: 48em) {
      .story-meta .sponsored-content-title.top-bar {
        margin-bottom: 50px; } }
  .sponsored-content-title.has-logo {
    padding: 10px; }
    @media (max-width: 47.99em) {
      .sponsored-content-title.has-logo span > img,
      .sponsored-content-title.has-logo a {
        display: block;
        margin-bottom: 10px; } }
  .tabbed-content .sponsored-content-title {
    padding: 17px 15px; }
  .sponsored-content-title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    max-width: 160px;
    max-height: 60px; }
  .sponsored-content-title > span {
    display: block; }
  .sponsored-content-title .sponsor-info {
    font-size: 80%; }
  .sponsored-content-title .sponsor-right-side {
    padding-right: 20px; }
    @media (min-width: 48em) {
      .sponsored-content-title .sponsor-right-side {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 0; } }
  .sponsored-content-title a {
    color: #fff; }
  .sponsored-content-title a.advertisement-information {
    color: #000;
    text-indent: 0; }

.sponsor-header .sponsored-content-title {
  margin-top: 0; }

/*---
title:   Sponsored content module
section: Post
---

```example:html
```
*/
.sc-content-module.story-collection-module {
  background-color: #000; }
  .sc-content-module.story-collection-module .btn-generic, .sc-content-module.story-collection-module .story-content .wamubutton, .story-content .sc-content-module.story-collection-module .wamubutton {
    background-color: #242733;
    margin-top: 20px; }
  .sc-content-module.story-collection-module .prev-next-post {
    background-color: #222; }
    @media (max-width: 47.99em) {
      .sc-content-module.story-collection-module .prev-next-post .prev {
        border-bottom: 0; } }

/* Search */
.search-form {
  position: relative;
  margin-bottom: 50px; }
  .search-form input {
    background-color: #e9e9eb;
    border: 0;
    width: 100%;
    color: #586980;
    padding: 30px 40px 30px 20px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
    font-family: "Whitney A", "Whitney B", sans-serif; }
    @media (min-width: 48em) {
      .search-form input {
        padding: 50px;
        font-size: 46px;
        font-size: 2.875rem; } }
  .search-form button {
    position: absolute;
    top: 50%;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: center;
    right: 20px;
    margin-top: -15px;
    width: 30px;
    height: 30px; }
    @media (min-width: 48em) {
      .search-form button {
        right: 50px;
        margin-top: -25px;
        width: 50px;
        height: 50px; } }
    .search-form button:active svg, .search-form button:focus svg,
    .no-touchevents .search-form button:hover svg {
      fill: #1d1f29;
      -webkit-transform: rotate(90deg) scale(1.15);
          -ms-transform: rotate(90deg) scale(1.15);
              transform: rotate(90deg) scale(1.15); }
    .search-form button svg {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: rotate(0deg) scale(1);
          -ms-transform: rotate(0deg) scale(1);
              transform: rotate(0deg) scale(1);
      -webkit-transform-origin: 33% 33%;
          -ms-transform-origin: 33% 33%;
              transform-origin: 33% 33%;
      -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      fill: #242733;
      width: 25px;
      height: 25px; }

.search-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 300px; }
  @media (max-width: 77.5em) {
    .search-container {
      padding: 0 20px; } }

.search-title {
  color: #242733;
  text-transform: uppercase;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500; }
  @media (min-width: 48em) {
    .search-title {
      padding: 10px 0;
      font-size: 18px;
      font-size: 1.125rem; } }

.search-quicklinks ul {
  padding-bottom: 1em;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) {
    .search-quicklinks ul {
      font-size: 16px;
      font-size: 1rem; } }
  .search-quicklinks ul li {
    margin-bottom: 10px; }
  .no-touchevents .search-quicklinks ul a:hover {
    color: #1d1f29; }

.player-loader,
.search-loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 300px; }

.search-result-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dddddd; }

.search-count {
  text-transform: uppercase;
  color: #586980;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500; }

.search-filter-toggle {
  color: #242733; }
  .search-filter-toggle svg {
    display: inline-block;
    fill: #242733;
    vertical-align: middle;
    margin-right: 2px;
    width: 10px;
    height: 7px; }
  .search-filter-toggle button {
    border: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none; }

.search-result-filter-container {
  background-color: #eeeeee;
  padding: 10px;
  margin-bottom: -1px;
  position: relative; }
  .search-result-filter-container .styled-select {
    background-color: #fff;
    color: #586980;
    border: 1px solid #dddddd;
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 48em) {
      .search-result-filter-container .styled-select {
        min-width: 30%;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 10px; } }
    .search-result-filter-container .styled-select:last-of-type {
      margin-bottom: 0;
      margin-right: 0; }
    .search-result-filter-container .styled-select select {
      padding: 11px 30px 11px 8px;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.2;
      font-family: "Whitney A", "Whitney B", sans-serif; }
      .search-result-filter-container .styled-select select:focus {
        -webkit-box-shadow: 0 0 0 1px #242733;
                box-shadow: 0 0 0 1px #242733; }

/* Player */
.player-track-items-wrapper.recommended-stories div.player-track-item:first-of-type {
  display: none; }

/*---
title:   Player Content Empty History
---
*/
.player-content-empty-history {
  text-align: center; }
  .player-content-empty-history .title {
    font-weight: 700; }

a h3 {
  color: #fff; }

a h3 {
  color: #fff; }

.in-player-sharing {
  position: relative; }
  .in-player-sharing .sharing-button {
    line-height: 1;
    background: #1d1f29;
    padding: 14px 12px 13px 13px;
    border-radius: 3px; }
  .in-player-sharing .sharing-button > svg {
    fill: #fff;
    width: 15px;
    height: 11px; }
  .in-player-sharing:hover .player-sharing {
    display: block; }

.player-sharing {
  display: none;
  position: absolute;
  background: #fff;
  bottom: 90%;
  width: 242px;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 5px), 0);
      -ms-transform: translate(calc(-50% + 5px), 0);
          transform: translate(calc(-50% + 5px), 0);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  z-index: 2; }
  @media (min-width: 48em) {
    .player-sharing {
      bottom: 12%; } }
  .player-content .player-sharing {
    left: auto;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .player-content .player-sharing:after {
      left: auto;
      right: 0; }
  @media (max-width: 63.99em) {
    .story-content .player-sharing {
      -webkit-transform: translate(-90%, 0);
          -ms-transform: translate(-90%, 0);
              transform: translate(-90%, 0); }
      .story-content .player-sharing:after {
        left: 90%; } }
  @media (max-width: 63.99em) {
    .current-meta .player-sharing {
      left: auto;
      right: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  @media (max-width: 63.99em) {
    .current-meta .player-sharing:after {
      left: auto;
      right: 0; } }
  .player-sharing.open-bottom {
    top: 90%;
    bottom: auto; }
    .player-sharing.open-bottom:after {
      bottom: auto;
      top: -6px; }
  .player-sharing .player-sharing-inner {
    background-color: #fff;
    padding: 15px;
    position: relative;
    z-index: 3; }
  .player-sharing p:first-of-type {
    margin-top: 0; }
  .player-sharing:before {
    content: "";
    display: block;
    width: 110%;
    height: 122%;
    position: absolute;
    top: -5%;
    left: -5%; }
  .player-sharing:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    background-color: #fff;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) translate(-20%, 50%);
        -ms-transform: rotate(45deg) translate(-20%, 50%);
            transform: rotate(45deg) translate(-20%, 50%);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    z-index: 1; }

.copy-link {
  height: 40px;
  position: relative; }
  .copy-link button {
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #242733;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 40px; }
    .touchevents .copy-link button {
      display: none; }
    .copy-link button svg {
      fill: #fff;
      width: 16px;
      height: 14px; }
  .copy-link .dummy-link,
  .copy-link input {
    height: 40px;
    position: absolute;
    width: 100%;
    left: 0;
    border: 1px solid #dddddd;
    color: #586980; }
    .copy-link .dummy-link:focus,
    .copy-link input:focus {
      border-color: #242733; }
  .copy-link .dummy-link {
    display: none; }
    .touchevents .copy-link .dummy-link {
      display: block;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding: 9px 10px;
      color: #242733; }
  .copy-link input {
    padding-left: 50px; }
    .touchevents .copy-link input {
      display: none; }

/* Photo Galleries */
.gallery-wrapper {
  background-color: #000;
  color: white;
  min-height: 100vh;
  overflow: auto;
  position: relative;
  padding-bottom: 60px; }
  @media (min-width: 48em) {
    .gallery-wrapper {
      padding-bottom: 60px; } }
  @media (min-width: 64em) {
    .gallery-wrapper {
      padding-bottom: 75px; } }
  .admin-bar .gallery-wrapper {
    min-height: calc(100vh - 32px); }

.gallery-header {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 47.99em) {
    .gallery-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (min-width: 48em) {
    .gallery-header {
      margin-bottom: 50px; } }
  .gallery-header .header-logo {
    max-width: 156px; }
    @media (max-width: 47.99em) {
      .gallery-header .header-logo {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        padding-left: 10px; } }
    @media (min-width: 40em) {
      .gallery-header .header-logo {
        padding-left: 0; } }
    @media (min-width: 48em) {
      .gallery-header .header-logo {
        max-width: 190px; } }
  .gallery-header .header-logo svg {
    fill: #fff; }
    @media (min-width: 64em) {
      .gallery-header .header-logo svg {
        width: 170px;
        height: 54px; } }
  .gallery-header .post-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px;
    font-weight: 600; }
    @media (max-width: 47.99em) {
      .gallery-header .post-title {
        padding: 15px 0; } }
    @media (min-width: 25em) {
      .gallery-header .post-title {
        font-size: 24px;
        font-size: 1.5rem; } }
  .gallery-header a {
    color: #fff; }
  .gallery-header .gallery-return {
    display: block;
    text-align: right;
    line-height: 40px;
    width: 40px;
    height: 40px; }
    @media (max-width: 47.99em) {
      .gallery-header .gallery-return {
        position: absolute;
        right: 20px; } }
  .gallery-header .wamu-icon.button-return {
    fill: #fff;
    width: 16px;
    height: 16px; }
    @media (min-width: 48em) {
      .gallery-header .wamu-icon.button-return {
        width: 16px;
        height: 16px; } }
  .gallery-header button {
    border: 0;
    padding: 0;
    background-color: transparent; }

@media (max-width: 47.99em) {
  div.gallery-image {
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #586980; } }

.gallery-image-wrapper,
img.gallery-image {
  width: auto;
  max-height: 100vh; }
  @media (max-width: 47.99em) {
    .gallery-image-wrapper,
    img.gallery-image {
      max-width: 100%; } }
  @media (min-width: 48em) {
    .gallery-image-wrapper,
    img.gallery-image {
      max-height: calc(100vh - 315px); } }
  @media (min-width: 64em) {
    .gallery-image-wrapper,
    img.gallery-image {
      max-height: calc(100vh - 330px); } }

.gallery-image-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 40px; }

@media (min-width: 48em) {
  .gallery-caption-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 5px 10px; } }

.gallery-count {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: none; }
  @media (min-width: 48em) {
    .gallery-count {
      display: inline-block; } }

.gallery-caption-text {
  color: #cbcbcb;
  font-weight: 300;
  margin: 0;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (max-width: 47.99em) {
    .gallery-caption-text {
      margin-top: 10px; } }
  @media (min-width: 48em) {
    .gallery-caption-text {
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden; } }
  .gallery-caption-text p {
    margin: 0; }
    @media (min-width: 48em) {
      .gallery-caption-text p {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; } }
  .gallery-caption-text p:first-of-type + p {
    display: none; }
  .gallery-expand .gallery-caption-text {
    white-space: normal; }
    .gallery-expand .gallery-caption-text p {
      white-space: normal; }
    .gallery-expand .gallery-caption-text p:first-of-type + p {
      display: block; }

.gallery-credit-text {
  color: #cbcbcb;
  font-weight: 300;
  margin: 0;
  text-align: left; }
  .gallery-credit-text .credits {
    margin: 0; }
  .gallery-credit-text .credits a {
    color: #999; }

@media (min-width: 48em) {
  .gallery-caption-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    padding: 5px 0 0 0; } }

.gallery-caption-bar button {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0;
  display: none;
  line-height: 1; }
  @media (min-width: 48em) {
    .gallery-caption-bar button {
      display: inline-block;
      padding-left: 10px;
      margin-left: 10px;
      border-left: 1px solid #777777; } }

.gallery-related {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  padding: 5px 20px; }
  @media (min-width: 48em) {
    .gallery-related {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 64em) {
    .gallery-related {
      bottom: 75px; } }
  .gallery-related .addthis_toolbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 165px; }
    .gallery-related .addthis_toolbox:before {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      content: "SHARE";
      margin-right: 10px; }
    @media (max-width: 47.99em) {
      .gallery-related .addthis_toolbox {
        margin-top: 40px;
        border-top: 1px solid #586980;
        padding-top: 10px; } }
    @media (min-width: 48em) {
      .gallery-related .addthis_toolbox {
        margin-top: 0;
        margin-left: 20px; } }
  .gallery-related .addthis_button_more span.at-icon-wrapper,
  .gallery-related .addthis_button_email span.at-icon-wrapper,
  .gallery-related .at-icon-wrapper {
    background-color: #000 !important;
    margin-left: 1px; }
    .no-touchevents .gallery-related .addthis_button_more span.at-icon-wrapper:hover, .no-touchevents
    .gallery-related .addthis_button_email span.at-icon-wrapper:hover, .no-touchevents
    .gallery-related .at-icon-wrapper:hover {
      background-color: #1d1f29 !important; }
  .gallery-related a {
    color: #999;
    font-weight: 300; }

.gallery-related-label {
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.04em; }

.slick-arrow {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 100%;
  color: white;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 98;
  opacity: .9;
  background-color: transparent; }
  .no-touchevents .slick-arrow:hover {
    opacity: 1; }
  .slick-arrow.slick-prev {
    text-indent: -3px;
    left: -35px; }
    @media (min-width: 48em) {
      .slick-arrow.slick-prev {
        left: -70px; } }
  .slick-arrow.slick-next {
    text-indent: 3px;
    right: -35px; }
    @media (min-width: 48em) {
      .slick-arrow.slick-next {
        right: -70px; } }
  .slick-arrow.slick-disabled {
    opacity: .5;
    pointer-events: none; }
  .slick-arrow .slick-icon {
    fill: white;
    width: 13px;
    height: 20px;
    vertical-align: middle;
    display: inline-block; }

.wamu-gallery {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px); }
  @media (min-width: 48em) {
    .wamu-gallery {
      max-width: calc(100% - 180px); } }
  .wamu-gallery .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.gallery-advertisement .advertisement {
  margin-bottom: 30px; }

/* Widgets */
.widget-text .widget-partners {
  margin-bottom: -21px; }

.widget-partners .partner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd; }
  .widget-partners .partner:last-child, .widget-partners .partner:nth-last-child(2):not(:nth-child(2n)) {
    border-bottom: 0; }
  .widget-partners .partner a {
    color: #1B2333; }

.widget-partners .partner:nth-child(2n+1) .inner {
  margin-right: 10px;
  border-right: 1px solid #dddddd; }

.widget-partners .partner:nth-child(2n+1):last-of-type .inner {
  margin-right: 0;
  border-right: 0; }

.widget-partners .partner:nth-child(2n) {
  padding-left: 10px; }

.widget-partners .name {
  display: block;
  color: #1B2333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500; }

.widget-partners .city {
  color: #586980; }

.widget-partners .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.widget-text {
  margin-bottom: 30px; }
  @media (min-width: 64em) {
    .widget-text {
      margin-bottom: 60px; } }
  .sidebar-homepage .widget-text:first-of-type {
    margin-top: 30px; }
    @media (min-width: 64em) {
      .sidebar-homepage .widget-text:first-of-type {
        margin-top: 60px; } }

.widget-promo {
  background-color: #242733;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 64em) {
    .widget-promo {
      margin-bottom: 60px; } }
  .widget-promo hr {
    border: 0;
    border-bottom: 1px solid #1d1f29; }
  .widget-promo p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400; }
  .widget-promo .inner {
    padding: 20px 20px 0 20px; }
  .widget-promo.-podcast .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
  .widget-promo.-podcast .image {
    -webkit-flex-basis: 120px;
        -ms-flex-preferred-size: 120px;
            flex-basis: 120px;
    width: 120px;
    margin-bottom: 0; }
  .widget-promo.-podcast .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px; }
  .widget-promo .image {
    display: block;
    margin-bottom: 15px; }
  .widget-promo .title {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700; }
  .widget-promo .cta {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #1d1f29;
    padding: 15px 10px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
    .no-touchevents .widget-promo .cta:hover {
      background-color: #EB2E38; }

.widget-biglist {
  margin-bottom: 30px; }
  @media (min-width: 64em) {
    .widget-biglist {
      margin-bottom: 60px; } }
  .widget-biglist .post-flag {
    display: none; }

/* Podcasts */
.podcast-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: #fff; }
  @media (min-width: 35em) {
    .podcast-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .podcast-item > a {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media (min-width: 35em) {
      .podcast-item > a {
        -webkit-flex-basis: 150px;
            -ms-flex-preferred-size: 150px;
                flex-basis: 150px;
        max-width: 150px; } }
    @media (min-width: 48em) {
      .podcast-item > a {
        -webkit-flex-basis: 300px;
            -ms-flex-preferred-size: 300px;
                flex-basis: 300px;
        max-width: 300px; } }
  .podcast-item .post-layout-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 0; }
    @media (min-width: 35em) {
      .podcast-item .post-layout-card {
        padding: 20px; } }
    @media (min-width: 64em) {
      .podcast-item .post-layout-card {
        padding: 40px 40px 0 40px; } }
  @media (max-width: 38.4375em) {
    .podcast-item .btn-generic, .podcast-item .story-content .wamubutton, .story-content .podcast-item .wamubutton {
      display: block;
      margin-left: 0;
      margin-bottom: 10px;
      text-align: center; } }

/* Partner Card */
.partner__card {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 38px;
  padding: 5px 0 38px; }
  .partner__card .cta {
    background-color: #1d1f29;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 15px 25px;
    text-align: center; }
    .no-touchevents .partner__card .cta:hover {
      background-color: #EB2E38; }
  .partner__card .post-title {
    font-size: 40px;
    line-height: 54px; }
  .partner__card .post-timeslug {
    font-weight: bold;
    margin-top: -5px; }
  .partner__card .post-excerpt p {
    font-size: 20px;
    line-height: 29px;
    margin: 25px 0 30px; }

/*---

The following styles cover buttons, sidebars, floated images, and pull quotes used in stories being migrated from the previous website.

--- */
.story-content {
  /*---
    Legacy Buttons
    ---

    ```example:html
    <a href="#" class="wamubutton">text goes here</a>
    ```
    */
  /*---
    Legacy Article Sidebar
    ---

    ```example:html
    <div class="articlesidebar">
        <h4>This is an example headline</h4>
        <p>Sed aliquet facilisis nulla, sed pretium ipsum auctor nec. Suspendisse tempor enim id turpis lacinia eu auctor enim scelerisque. Donec in odio a eros fringilla ullamcorper vitae eget orci. Pellentesque luctus condimentum tellus vel fringilla. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer pretium ornare posuere.</p>
        <ul>
            <li>Duis semper ante nec lorem tincidunt commodo.</li>
            <li>Proin eu leo ac elit sodales ultrices.</li>
            <li>Proin ullamcorper scelerisque sem a fringilla.</li>
        </ul>
    </div>
    ```
    */
  /*---
    Legacy Inline Container Left/Right
    ---

    ```example:html for right
    <div class="inlinecontainerright">
        <div class="inlinephoto"><img src="NAMEOFPHOTO.jpg" alt="" border="0"></div>
        <div class="inlinecaption">TEXT GOES HERE</div>
    </div>
    ```

    ```example:html
    <div class="inlinecontainerleft>
        <div class="inlinephoto"><img src="NAMEOFPHOTO.jpg" alt="" border="0"></div>
        <div class="inlinecaption">TEXT GOES HERE</div>
    </div>
    ```

    Note: The old producer styles suggested that these images should only be 270px wide, so lets just let them float on mobile.

    */
  /*---
    Legacy Pull Quote
    ---

    ```example:html
    <div class="pulloutquote">
         <blockquote class="wamu-pullquote">
              <span>“</span>
              quote goes here quote goes here quote goes here quote goes here .
              <cite>— Person Name</cite>
         </blockquote>
    </div>
    ```

    Note: The span around the single quote mark will be killed during cleaning. This is based on blockquote.pullquote.

    */ }
  .story-content .articlesidebar h4 {
    margin-top: 0; }
  .story-content .inlinecontainerright,
  .story-content .inlinecontainerleft {
    margin-bottom: 20px; }
    @media (min-width: 35.625em) {
      .story-content .inlinecontainerright,
      .story-content .inlinecontainerleft {
        max-width: 270px; } }
    .story-content .inlinecontainerright .inlinecaption,
    .story-content .inlinecontainerleft .inlinecaption {
      padding: 10px 0;
      border-bottom: 1px solid #dddddd;
      color: #777777;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 20px;
      line-height: 1.25rem;
      font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 35.625em) {
    .story-content .inlinecontainerright {
      float: right;
      margin-left: 20px; } }
  @media (min-width: 35.625em) {
    .story-content .inlinecontainerleft {
      float: left;
      margin-right: 20px; } }
  @media (min-width: 48em) {
    .story-content .pulloutquote {
      width: 40%;
      margin-left: 20px;
      float: right; } }
  .story-content .pulloutquote .wamu-pullquote {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-color: transparent;
    color: #242733;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-weight: 300; }
    .story-content .pulloutquote .wamu-pullquote cite {
      font-style: normal;
      font-size: 16px;
      font-size: 1rem; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999992;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999993;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 999995; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 999994; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 999996;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

html {
  background-color: #999; }

body {
  background-color: #fff;
  line-height: 1.4;
  overflow-x: hidden;
  max-width: 1650px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #586980;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1); }

img {
  display: block;
  max-width: 100%;
  height: auto; }

iframe {
  border: 0; }

*:focus {
  outline: 0; }

.small-caps {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem; }

.at-share-tbx-element .at-share-btn {
  margin: 0 !important; }

.addthis_default_style .at300b {
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
  float: none !important; }

.addthis_32x32_style .at-icon {
  width: 15px !important;
  height: 15px !important;
  fill: #fff;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 48em) {
    .addthis_32x32_style .at-icon {
      width: 24px !important;
      height: 25px !important; } }

.at-icon-wrapper {
  text-align: center !important;
  line-height: 29px !important;
  width: 30px !important;
  height: 30px !important;
  -webkit-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.16, 0.08, 0.355, 1); }
  @media (min-width: 48em) {
    .at-icon-wrapper {
      line-height: 39px !important;
      width: 40px !important;
      height: 40px !important; } }

.addthis_button_email span.at-icon-wrapper,
.at-svc-email span.at-icon-wrapper {
  background: #586980 !important; }

.addthis_button_more span.at-icon-wrapper,
.at-svc-compact span.at-icon-wrapper {
  background: #ccc !important; }

.at-share-tbx-element .at-share-btn:focus,
.at-share-tbx-element .at-share-btn:hover {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  outline-offset: 0 !important; }

.addthis_button_facebook span.at-icon-wrapper {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.addthis_button_more span.at-icon-wrapper {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: url("../../theme/images/svg/share-white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px auto !important; }
  @media (min-width: 48em) {
    .addthis_button_more span.at-icon-wrapper {
      background-size: 17px auto !important; } }

.addthis_button_more:hover span.at-icon-wrapper {
  background-image: url("../../theme/images/svg/share-white.svg") !important; }

.addthis_button_more .at-icon {
  display: none; }

.addthis_toolbox.addthis_default_style.addthis_32x32_style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.page-header .addthis_toolbox.addthis_default_style.addthis_32x32_style:before {
  content: "Share";
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  @media (min-width: 48em) {
    .page-header .addthis_toolbox.addthis_default_style.addthis_32x32_style:before {
      font-size: 14px;
      font-size: 0.875rem; } }

.page-header .addthis_button_email span.at-icon-wrapper,
.page-header .at-svc-email span.at-icon-wrapper,
.page-header .addthis_button_more span.at-icon-wrapper,
.page-header .at-svc-compact span.at-icon-wrapper,
.page-header .at-icon-wrapper {
  background-color: #1d1f29 !important; }

.page-header .at300b:hover span.at-icon-wrapper {
  background-color: #EB2E38 !important; }
  .page-header .at300b:hover span.at-icon-wrapper svg {
    fill: #fff; }

.in-player-sharing .addthis_button_email span.at-icon-wrapper,
.in-player-sharing .at-svc-email span.at-icon-wrapper,
.in-player-sharing .addthis_button_more span.at-icon-wrapper,
.in-player-sharing .at-svc-compact span.at-icon-wrapper,
.in-player-sharing .at-icon-wrapper,
.post-top-bar.-border .addthis_button_email span.at-icon-wrapper,
.post-top-bar.-border .at-svc-email span.at-icon-wrapper,
.post-top-bar.-border .addthis_button_more span.at-icon-wrapper,
.post-top-bar.-border .at-svc-compact span.at-icon-wrapper,
.post-top-bar.-border .at-icon-wrapper, .post-top-bar.-border-both .addthis_button_email span.at-icon-wrapper,
.post-top-bar.-border-both .at-svc-email span.at-icon-wrapper,
.post-top-bar.-border-both .addthis_button_more span.at-icon-wrapper,
.post-top-bar.-border-both .at-svc-compact span.at-icon-wrapper,
.post-top-bar.-border-both .at-icon-wrapper {
  background-color: #eeeeee !important; }

.in-player-sharing .at300b:hover span.at-icon-wrapper,
.post-top-bar.-border .at300b:hover span.at-icon-wrapper, .post-top-bar.-border-both .at300b:hover span.at-icon-wrapper {
  background-color: #242733 !important; }
  .in-player-sharing .at300b:hover span.at-icon-wrapper .at-icon,
  .post-top-bar.-border .at300b:hover span.at-icon-wrapper .at-icon, .post-top-bar.-border-both .at300b:hover span.at-icon-wrapper .at-icon {
    fill: #fff; }

.in-player-sharing .at-icon,
.post-top-bar.-border .at-icon, .post-top-bar.-border-both .at-icon {
  fill: #586980; }

.in-player-sharing .addthis_button_more span.at-icon-wrapper,
.post-top-bar.-border .addthis_button_more span.at-icon-wrapper, .post-top-bar.-border-both .addthis_button_more span.at-icon-wrapper {
  background-image: url("../../theme/images/svg/share-gray.svg") !important; }

.in-player-sharing .addthis_button_more:hover span.at-icon-wrapper,
.post-top-bar.-border .addthis_button_more:hover span.at-icon-wrapper, .post-top-bar.-border-both .addthis_button_more:hover span.at-icon-wrapper {
  background-image: url("../../theme/images/svg/share-white.svg") !important; }

.error-content {
  padding: 50px 0;
  text-align: center;
  min-height: 100vh;
  font-family: "Whitney A", "Whitney B", sans-serif; }
  @media (min-width: 48em) {
    .error-content {
      padding: 100px 0; } }

.error-title {
  display: block;
  color: #f24a19;
  margin-bottom: 0;
  font-size: 70px;
  font-size: 4.375rem; }
  @media (min-width: 48em) {
    .error-title {
      font-size: 110px;
      font-size: 6.875rem; } }

.error-message {
  color: #f24a19;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300; }
  .error-message.-long {
    max-width: 770px;
    font-size: 24px;
    font-size: 1.5rem; }

.error-help {
  color: #586980;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .error-help a {
    color: #242733; }
    .error-help a:focus {
      color: #1d1f29; }
    .error-help a:active {
      color: #1d1f29; }
    .no-touchevents .error-help a:hover {
      color: #1d1f29; }

@media (max-width: 63.99em) {
  .header-browser-page .header-inner .header-mobile-menu {
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: auto;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media (max-width: 63.99em) {
  .header-browser-page .header-inner .header-donate {
    float: right;
    padding-right: 10px; } }

@media (max-width: 63.99em) {
  .header-browser-page .header-inner .header-donate a {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
    line-height: 52px;
    color: #fff; } }

@media (max-width: 63.99em) {
  .header-browser-page .header-inner .header-donate svg {
    display: inline-block;
    fill: #fff;
    vertical-align: baseline;
    margin-right: 5px;
    margin-bottom: -2px; } }

.error-message,
.error-title {
  color: #242733; }

.widget-trending {
  counter-reset: trending; }
  .widget-trending .post-display-list > div {
    position: relative; }
    .widget-trending .post-display-list > div .post-layout-card:first-child:last-child {
      padding-right: 110px;
      padding-bottom: 0;
      min-height: 100px; }
      .widget-trending .post-display-list > div .post-layout-card:first-child:last-child:after {
        background-color: #242733;
        content: "";
        display: block;
        height: 100px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        z-index: 1; }
    .widget-trending .post-display-list > div:after {
      font-size: 100px;
      font-size: 6.25rem;
      font-family: "Whitney A", "Whitney B", sans-serif;
      font-weight: 700;
      color: #fff;
      content: counter(trending);
      counter-increment: trending;
      line-height: 1;
      opacity: .5;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 100px;
      z-index: 2; }

.post-layout-list-item.without-image .post-layout-card:first-child:last-child,
.post-layout-list-item.without-image .post-layout-card {
  padding-bottom: 0; }

.post-layout-list-item.without-image .post-layout-list-item-button {
  position: relative; }

@media (min-width: 768px) {
  .search-content {
    margin-top: 80px; } }

.no-touchevents .story-content a.btn-generic:hover, .no-touchevents .story-content a.wamubutton:hover,
.no-touchevents .story-content .btn-generic:hover, .no-touchevents .story-content .wamubutton:hover {
  color: #fff; }

@media (min-width: 48em) {
  .wamu-gallery {
    padding-bottom: 50px; } }

.sidebar .ad {
  margin-left: auto; }

.left-column.middle .button-more-container,
.events-homepage .button-more-container {
  margin-top: -21px;
  margin-bottom: 30px; }

@media (min-width: 48em) {
  .hometop + .container .row-three-columns {
    margin-top: -30px; } }

@media (min-width: 48em) {
  .subcontainer .row.row-of-four {
    margin-bottom: 0; } }

.footer-logo svg {
  width: 180px;
  height: 40px; }

.post-button-play.has-text .text {
  margin-top: -7px; }

.post-button-play.-big svg {
  margin-top: -11px;
  margin-left: 1px; }
  @media (min-width: 37.5em) {
    .post-button-play.-big svg {
      margin-top: -3px;
      margin-left: 3px; } }

.topic-page .section-header-title {
  text-transform: capitalize; }

.form-item .styled-select,
.form-item input[type="text"] {
  display: block;
  width: 100%;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #1d1f29; }
  .form-item .styled-select:focus,
  .form-item input[type="text"]:focus {
    background-color: #e7f2fa;
    border-color: #1279C9; }

.form-item .styled-select select:focus {
  background-color: rgba(18, 121, 201, 0.1);
  -webkit-box-shadow: 0 0 0 1px #1279C9;
          box-shadow: 0 0 0 1px #1279C9; }

.form-item .styled-select.wamu-error select:focus {
  background-color: transparent; }

.form-item input.wamu-error,
.form-item .styled-select.wamu-error {
  border-color: #EB2E38;
  background-color: #fdeaeb; }
  .form-item input.wamu-error:focus,
  .form-item .styled-select.wamu-error:focus {
    background-color: #fdeaeb; }

.donate-form-title,
.select-gift {
  color: #242733; }

.donate-form-title {
  font-weight: 800; }

@media (min-width: 48em) {
  .payment-type {
    margin: 7px 0; } }

.payment-type label {
  background-color: #eeeeee;
  color: #586980; }
  .payment-type label svg {
    fill: #586980; }
  .payment-type label:hover {
    background-color: #d5d5d5; }
  .payment-type label.selected, .payment-type label.selected:hover {
    background-color: #1279C9;
    color: #fff; }
    .payment-type label.selected svg, .payment-type label.selected:hover svg {
      fill: #fff; }

#wamu-bank .st0,
#wamu-creditcard .st0 {
  fill: inherit; }

@media (min-width: 48em) {
  .payment-info .form-item.credit_card_number, .payment-info .form-item.cvv, .payment-info .form-item.image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 40px; } }

@media (min-width: 48em) {
  .form-line {
    margin-bottom: 40px; } }

.form-line label {
  font-weight: 600; }

.button-more-container.donate-more-container {
  background-color: #191c24; }
  .button-more-container.donate-more-container .button-more {
    background-color: #191c24;
    background-image: none;
    border: 0; }

.header-donate-page {
  background-color: transparent;
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .header-donate-page .header-help {
    display: block !important;
    height: 2.5rem;
    margin-top: -1.25rem;
    position: absolute;
    right: 1rem;
    top: 50%; }
    @media (min-width: 64em) {
      .header-donate-page .header-help {
        right: 2rem; } }
    .header-donate-page .header-help a {
      background-color: #0f1015;
      border: 0;
      border-radius: 3px;
      color: #fff;
      display: block;
      line-height: 2.5rem;
      padding: 0 .75rem;
      position: static;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem;
      font-family: "Whitney A", "Whitney B", sans-serif;
      font-weight: 600; }
      @media (min-width: 64em) {
        .header-donate-page .header-help a {
          font-size: 14px; } }
      .header-donate-page .header-help a:hover {
        background-color: #000; }
  .donation-thankyou-container .header-donate-page {
    background-color: #242733; }

.donation-container {
  padding: 115px 0 65px 0; }
  .donation-container h2 {
    font-weight: 800; }

.submit-confirmation {
  font-weight: 600; }

.submit-donation {
  border-radius: 3px;
  font-weight: 800; }

.bank-help a {
  color: #1279C9; }

.donation-form-container {
  position: relative; }
  .donation-form-container .global-error {
    background-color: #EB2E38; }

.donate-thankyou {
  background-color: #fff;
  background-image: none;
  color: #242733; }
  .donate-thankyou .donation-container h1 {
    font-weight: 900; }
  .donate-thankyou .donate-thankyou-next .row {
    margin-top: 0; }
  .donate-thankyou .donate-thankyou-next > .row > div:before {
    color: #fff;
    background-color: #EB2E38;
    font-weight: 600; }
  .donate-thankyou .donate-thankyou-next > .row > div a {
    color: #1279C9;
    text-decoration: none; }

.donation-thankyou-container + .footer .footer-top {
  margin-top: 0;
  padding-top: 20px; }
  @media (min-width: 48em) {
    .donation-thankyou-container + .footer .footer-top {
      margin-top: 0; } }

.legacy-content .legacy-image {
  margin: 2em auto;
  max-height: none;
  max-width: none;
  width: 100%; }

.legacy-content .legacy-image-wrapper {
  border-bottom: 1px solid #dddddd;
  color: #777777;
  font-family: "Whitney A", "Whitney B", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 2em auto;
  padding-bottom: 14px; }
  .legacy-content .legacy-image-wrapper a {
    color: inherit; }
  .legacy-content .legacy-image-wrapper .legacy-image {
    margin: 0 auto 14px auto; }

.legacy-content .legacy-image[align="right"],
.legacy-content .legacy-image[align="left"] {
  float: none; }

.legacy-content .legacy-image.legacy-align-right,
.legacy-content .legacy-image-wrapper.image-right,
.legacy-content .legacy-image.legacy-align-left,
.legacy-content .legacy-image-wrapper.image-left {
  display: none; }

@media (min-width: 64em) {
  .legacy-content .legacy-image.legacy-align-right,
  .legacy-content .legacy-image-wrapper.image-right,
  .legacy-content .legacy-image.legacy-align-left,
  .legacy-content .legacy-image-wrapper.image-left {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
    max-width: 320px; }
  .legacy-content .legacy-image.legacy-align-left,
  .legacy-content .legacy-image-wrapper.image-left {
    float: left;
    margin: 0 20px 20px 0; } }

.author-story-content + .author-related-content {
  margin: 50px 0 0; }

.wamu-customizer-highlight {
  -webkit-box-shadow: inset 0 0 20px 5px yellow;
          box-shadow: inset 0 0 20px 5px yellow;
  border: 5px solid yellow;
  background-color: #FFFFE5; }

.search-content {
  min-height: 800px; }


/*# sourceMappingURL=app.css.map*/