@charset "UTF-8";
/* !============================================= */
/* ! Variables						  			  */
/* !============================================= */
/* !-- Universal ------------------------------------ */
/* !-- Project ------------------------------------ */
/* !-- Paths ------------------------------------ */
@import url(../../../../wp-includes/css/dashicons.css);
/* line 17, ../components/Upbase/components/_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, ../components/Upbase/components/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 40, ../components/Upbase/components/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 47, ../components/Upbase/components/_reset.scss */
img {
  line-height: 0;
  vertical-align: middle;
}

/* line 49, ../components/Upbase/components/_reset.scss */
nav ul {
  list-style: none;
}

/* line 51, ../components/Upbase/components/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 53, ../components/Upbase/components/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 56, ../components/Upbase/components/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 58, ../components/Upbase/components/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 60, ../components/Upbase/components/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 62, ../components/Upbase/components/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 64, ../components/Upbase/components/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 67, ../components/Upbase/components/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 69, ../components/Upbase/components/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 71, ../components/Upbase/components/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 84, ../components/Upbase/components/_reset.scss */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
  /*text-rendering: optimizeLegibility;*/
  /* this causes problems in Chrome for Windows and on iOS */
  -webkit-overflow-scrolling: touch;
}

/* line 87, ../components/Upbase/components/_reset.scss */
select, input, textarea, button {
  font: 99% sans-serif;
}

/* line 92, ../components/Upbase/components/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* line 100, ../components/Upbase/components/_reset.scss */
body, select, input, textarea {
  color: #444;
}

/* line 109, ../components/Upbase/components/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* line 112, ../components/Upbase/components/_reset.scss */
html {
  overflow-y: scroll;
}

/* line 116, ../components/Upbase/components/_reset.scss */
a:hover, a:active {
  outline: none;
}

/* line 121, ../components/Upbase/components/_reset.scss */
ul, ol {
  list-style: none;
}

/* line 122, ../components/Upbase/components/_reset.scss */
ol {
  list-style-type: decimal;
}

/* line 125, ../components/Upbase/components/_reset.scss */
nav ul, nav li {
  margin: 0;
}

/* line 127, ../components/Upbase/components/_reset.scss */
small {
  font-size: 85%;
}

/* line 128, ../components/Upbase/components/_reset.scss */
strong, th {
  font-weight: bold;
}

/* line 130, ../components/Upbase/components/_reset.scss */
td, td img {
  vertical-align: top;
}

/* line 132, ../components/Upbase/components/_reset.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 133, ../components/Upbase/components/_reset.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 135, ../components/Upbase/components/_reset.scss */
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

/* line 145, ../components/Upbase/components/_reset.scss */
textarea {
  overflow: auto;
}

/* line 147, ../components/Upbase/components/_reset.scss */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

/* line 151, ../components/Upbase/components/_reset.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 152, ../components/Upbase/components/_reset.scss */
input[type="checkbox"] {
  vertical-align: bottom;
}

/* line 153, ../components/Upbase/components/_reset.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 154, ../components/Upbase/components/_reset.scss */
.ie6 input {
  vertical-align: text-bottom;
}

/* line 157, ../components/Upbase/components/_reset.scss */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* line 160, ../components/Upbase/components/_reset.scss */
button, input, select, textarea {
  margin: 0;
}

/* line 164, ../components/Upbase/components/_reset.scss */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

/* line 170, ../components/Upbase/components/_reset.scss */
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* line 177, ../components/Upbase/components/_reset.scss */
::-moz-selection {
  background: #1d78af;
  color: #FFF;
  text-shadow: none;
}

/* line 178, ../components/Upbase/components/_reset.scss */
::selection {
  background: #1d78af;
  color: #FFF;
  text-shadow: none;
}

/* line 181, ../components/Upbase/components/_reset.scss */
a:link {
  -webkit-tap-highlight-color: #1d78af;
}

/* line 185, ../components/Upbase/components/_reset.scss */
button {
  width: auto;
  overflow: visible;
}

/* line 189, ../components/Upbase/components/_reset.scss */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* line 197, ../components/Upbase/components/_reset.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 201, ../components/Upbase/components/_reset.scss */
.clearfix:after {
  clear: both;
}

/* line 203, ../components/Upbase/components/_reset.scss */
.clearfix {
  zoom: 1;
}

/* line 211, ../components/Upbase/components/_reset.scss */
.a11y-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 757, ../components/Upbase/components/_mixins.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 6, ../components/Upbase/components/_layout.scss */
.ui-block:last-child,
.ui-block.last {
  margin-right: 0;
}

/* line 6, ../components/Upbase/components/_layout.scss */
.ui-block:last-child,
.ui-block.last {
  margin-right: 0;
}

/* line 757, ../components/Upbase/components/_mixins.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 17, ../components/Upbase/components/_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, ../components/Upbase/components/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 40, ../components/Upbase/components/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 47, ../components/Upbase/components/_reset.scss */
img {
  line-height: 0;
  vertical-align: middle;
}

/* line 49, ../components/Upbase/components/_reset.scss */
nav ul {
  list-style: none;
}

/* line 51, ../components/Upbase/components/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 53, ../components/Upbase/components/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 56, ../components/Upbase/components/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 58, ../components/Upbase/components/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 60, ../components/Upbase/components/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 62, ../components/Upbase/components/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 64, ../components/Upbase/components/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 67, ../components/Upbase/components/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 69, ../components/Upbase/components/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 71, ../components/Upbase/components/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 84, ../components/Upbase/components/_reset.scss */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
  /*text-rendering: optimizeLegibility;*/
  /* this causes problems in Chrome for Windows and on iOS */
  -webkit-overflow-scrolling: touch;
}

/* line 87, ../components/Upbase/components/_reset.scss */
select, input, textarea, button {
  font: 99% sans-serif;
}

/* line 92, ../components/Upbase/components/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* line 100, ../components/Upbase/components/_reset.scss */
body, select, input, textarea {
  color: #444;
}

/* line 109, ../components/Upbase/components/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* line 112, ../components/Upbase/components/_reset.scss */
html {
  overflow-y: scroll;
}

/* line 116, ../components/Upbase/components/_reset.scss */
a:hover, a:active {
  outline: none;
}

/* line 121, ../components/Upbase/components/_reset.scss */
ul, ol {
  list-style: none;
}

/* line 122, ../components/Upbase/components/_reset.scss */
ol {
  list-style-type: decimal;
}

/* line 125, ../components/Upbase/components/_reset.scss */
nav ul, nav li {
  margin: 0;
}

/* line 127, ../components/Upbase/components/_reset.scss */
small {
  font-size: 85%;
}

/* line 128, ../components/Upbase/components/_reset.scss */
strong, th {
  font-weight: bold;
}

/* line 130, ../components/Upbase/components/_reset.scss */
td, td img {
  vertical-align: top;
}

/* line 132, ../components/Upbase/components/_reset.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 133, ../components/Upbase/components/_reset.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 135, ../components/Upbase/components/_reset.scss */
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

/* line 145, ../components/Upbase/components/_reset.scss */
textarea {
  overflow: auto;
}

/* line 147, ../components/Upbase/components/_reset.scss */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

/* line 151, ../components/Upbase/components/_reset.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 152, ../components/Upbase/components/_reset.scss */
input[type="checkbox"] {
  vertical-align: bottom;
}

/* line 153, ../components/Upbase/components/_reset.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 154, ../components/Upbase/components/_reset.scss */
.ie6 input {
  vertical-align: text-bottom;
}

/* line 157, ../components/Upbase/components/_reset.scss */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* line 160, ../components/Upbase/components/_reset.scss */
button, input, select, textarea {
  margin: 0;
}

/* line 164, ../components/Upbase/components/_reset.scss */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

/* line 170, ../components/Upbase/components/_reset.scss */
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* line 177, ../components/Upbase/components/_reset.scss */
::-moz-selection {
  background: #1d78af;
  color: #FFF;
  text-shadow: none;
}

/* line 178, ../components/Upbase/components/_reset.scss */
::selection {
  background: #1d78af;
  color: #FFF;
  text-shadow: none;
}

/* line 181, ../components/Upbase/components/_reset.scss */
a:link {
  -webkit-tap-highlight-color: #1d78af;
}

/* line 185, ../components/Upbase/components/_reset.scss */
button {
  width: auto;
  overflow: visible;
}

/* line 189, ../components/Upbase/components/_reset.scss */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* line 197, ../components/Upbase/components/_reset.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 201, ../components/Upbase/components/_reset.scss */
.clearfix:after {
  clear: both;
}

/* line 203, ../components/Upbase/components/_reset.scss */
.clearfix {
  zoom: 1;
}

/* line 211, ../components/Upbase/components/_reset.scss */
.a11y-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 9, ../scss/base/_reset_addon.scss */
a:link, a:visited {
  color: #222222;
}

/* line 13, ../scss/base/_reset_addon.scss */
a:hover, a:active {
  color: #ef4738;
}

/* line 17, ../scss/base/_reset_addon.scss */
.nav-link:link {
  color: #888888;
}

/* line 27, ../scss/base/_type.scss */
body {
  font-family: "adelle-sans", Helvetica, Arial, Verdana, sans-serif;
  font-feature-settings: "lnum" 1;
}

/* line 56, ../scss/base/_type.scss */
.img-caption-text a, .img-caption-text a:visited {
  text-decoration: underline;
  color: #222222;
}

/* line 61, ../scss/base/_type.scss */
.img-caption-text a:hover, .img-caption-text a:active {
  text-decoration: none;
  color: #ed1c24;
}

/* line 66, ../scss/base/_type.scss */
.label-sm a, .label-sm a:visited {
  text-decoration: underline;
  color: #222222;
}

/* line 71, ../scss/base/_type.scss */
.label-sm a:hover, .label-sm a:active {
  text-decoration: none;
  color: #ed1c24;
}

/*.article-body p a:link, .article-body p a:visited {
	text-decoration: underline;
	color: $wamu-black;
}

.article-body p a:hover, .article-body p a:active {
	text-decoration: none;
	color: $drs-red;
}*/
/* line 146, ../scss/base/_type.scss */
.headline, .h1, .page-h1, .h2, .article-body > h1, .article-body > h2, .article-body .list-container > h1,
.intro-text-mod .list-container > h1,
.segment-body .list-container > h1, .article-body .list-container > h2,
.intro-text-mod .list-container > h2,
.segment-body .list-container > h2, .h3, .tz-h-lg, .article-body > h3, .article-body .list-container > h3,
.intro-text-mod .list-container > h3,
.segment-body .list-container > h3, .h4, .live-h, .tz-h-med, .headline-mobile-block .headline-mobile, .article-body > h4, .article-body .list-container > h4,
.intro-text-mod .list-container > h4,
.segment-body .list-container > h4, .h5, .tz-h-small, .archive-h, .station-head, .article-body > h5, .intro-text-mod > h1,
.segment-body > h1, .intro-text-mod > h2,
.segment-body > h2, .intro-text-mod > h3,
.segment-body > h3, .intro-text-mod > h4,
.segment-body > h4, .intro-text-mod > h5,
.segment-body > h5, .article-body .list-container > h5,
.intro-text-mod .list-container > h5,
.segment-body .list-container > h5, .h6, .section-nav-hdr, .article-body > h6, .intro-text-mod > h6,
.segment-body > h6, .article-body .list-container > h6,
.intro-text-mod .list-container > h6,
.segment-body .list-container > h6, .tease-overline, .tz-overline, .live-overline, .overline-lg {
  font-family: "adelle", Georgia, Times, Times New Roman, serif;
  line-height: 1.11905em;
  font-weight: 700;
  margin-bottom: 0.55em;
}
/* line 153, ../scss/base/_type.scss */
.headline a, .h1 a, .page-h1 a, .h2 a, .article-body > h1 a, .article-body > h2 a, .article-body .list-container > h1 a,
.intro-text-mod .list-container > h1 a,
.segment-body .list-container > h1 a, .article-body .list-container > h2 a,
.intro-text-mod .list-container > h2 a,
.segment-body .list-container > h2 a, .h3 a, .tz-h-lg a, .article-body > h3 a, .article-body .list-container > h3 a,
.intro-text-mod .list-container > h3 a,
.segment-body .list-container > h3 a, .h4 a, .live-h a, .tz-h-med a, .headline-mobile-block .headline-mobile a, .article-body > h4 a, .article-body .list-container > h4 a,
.intro-text-mod .list-container > h4 a,
.segment-body .list-container > h4 a, .h5 a, .tz-h-small a, .archive-h a, .station-head a, .article-body > h5 a, .intro-text-mod > h1 a,
.segment-body > h1 a, .intro-text-mod > h2 a,
.segment-body > h2 a, .intro-text-mod > h3 a,
.segment-body > h3 a, .intro-text-mod > h4 a,
.segment-body > h4 a, .intro-text-mod > h5 a,
.segment-body > h5 a, .article-body .list-container > h5 a,
.intro-text-mod .list-container > h5 a,
.segment-body .list-container > h5 a, .h6 a, .section-nav-hdr a, .article-body > h6 a, .intro-text-mod > h6 a,
.segment-body > h6 a, .article-body .list-container > h6 a,
.intro-text-mod .list-container > h6 a,
.segment-body .list-container > h6 a, .tease-overline a, .tz-overline a, .live-overline a, .overline-lg a {
  color: #2f2f2f;
  text-decoration: none;
}
/* line 111, ../scss/base/_type.scss */
.headline a:hover, .h1 a:hover, .page-h1 a:hover, .h2 a:hover, .article-body > h1 a:hover, .article-body > h2 a:hover, .article-body .list-container > h1 a:hover,
.intro-text-mod .list-container > h1 a:hover,
.segment-body .list-container > h1 a:hover, .article-body .list-container > h2 a:hover,
.intro-text-mod .list-container > h2 a:hover,
.segment-body .list-container > h2 a:hover, .h3 a:hover, .tz-h-lg a:hover, .article-body > h3 a:hover, .article-body .list-container > h3 a:hover,
.intro-text-mod .list-container > h3 a:hover,
.segment-body .list-container > h3 a:hover, .h4 a:hover, .live-h a:hover, .tz-h-med a:hover, .headline-mobile-block .headline-mobile a:hover, .article-body > h4 a:hover, .article-body .list-container > h4 a:hover,
.intro-text-mod .list-container > h4 a:hover,
.segment-body .list-container > h4 a:hover, .h5 a:hover, .tz-h-small a:hover, .archive-h a:hover, .station-head a:hover, .article-body > h5 a:hover, .intro-text-mod > h1 a:hover,
.segment-body > h1 a:hover, .intro-text-mod > h2 a:hover,
.segment-body > h2 a:hover, .intro-text-mod > h3 a:hover,
.segment-body > h3 a:hover, .intro-text-mod > h4 a:hover,
.segment-body > h4 a:hover, .intro-text-mod > h5 a:hover,
.segment-body > h5 a:hover, .article-body .list-container > h5 a:hover,
.intro-text-mod .list-container > h5 a:hover,
.segment-body .list-container > h5 a:hover, .h6 a:hover, .section-nav-hdr a:hover, .article-body > h6 a:hover, .intro-text-mod > h6 a:hover,
.segment-body > h6 a:hover, .article-body .list-container > h6 a:hover,
.intro-text-mod .list-container > h6 a:hover,
.segment-body .list-container > h6 a:hover, .tease-overline a:hover, .tz-overline a:hover, .live-overline a:hover, .overline-lg a:hover {
  color: #000;
}

/* line 159, ../scss/base/_type.scss */
.h1, .page-h1 {
  font-size: 2.307692308em;
  font-weight: 700;
  letter-spacing: -0.03em;
}
/* line 164, ../scss/base/_type.scss */
.wf-loading .h1, .wf-loading .page-h1 {
  visibility: hidden;
}
/* line 165, ../scss/base/_type.scss */
.wf-active .h1, .wf-active .page-h1 {
  visibility: visible;
}
@media (min-width: 37.5em) {
  /* line 159, ../scss/base/_type.scss */
  .h1, .page-h1 {
    font-size: 3.23076923076923em;
  }
}

/* line 172, ../scss/base/_type.scss */
.h2, .article-body > h1, .article-body > h2, .article-body .list-container > h1,
.intro-text-mod .list-container > h1,
.segment-body .list-container > h1, .article-body .list-container > h2,
.intro-text-mod .list-container > h2,
.segment-body .list-container > h2 {
  font-size: 1.84615384615385em;
}
/* line 175, ../scss/base/_type.scss */
.wf-loading .h2, .wf-loading .article-body > h1, .wf-loading .article-body > h2, .wf-loading .article-body .list-container > h1, .article-body .wf-loading .list-container > h1,
.wf-loading .intro-text-mod .list-container > h1,
.intro-text-mod .wf-loading .list-container > h1,
.wf-loading .segment-body .list-container > h1,
.segment-body .wf-loading .list-container > h1, .wf-loading .article-body .list-container > h2, .article-body .wf-loading .list-container > h2,
.wf-loading .intro-text-mod .list-container > h2,
.intro-text-mod .wf-loading .list-container > h2,
.wf-loading .segment-body .list-container > h2,
.segment-body .wf-loading .list-container > h2 {
  visibility: hidden;
}
/* line 176, ../scss/base/_type.scss */
.wf-active .h2, .wf-active .article-body > h1, .wf-active .article-body > h2, .wf-active .article-body .list-container > h1, .article-body .wf-active .list-container > h1,
.wf-active .intro-text-mod .list-container > h1,
.intro-text-mod .wf-active .list-container > h1,
.wf-active .segment-body .list-container > h1,
.segment-body .wf-active .list-container > h1, .wf-active .article-body .list-container > h2, .article-body .wf-active .list-container > h2,
.wf-active .intro-text-mod .list-container > h2,
.intro-text-mod .wf-active .list-container > h2,
.wf-active .segment-body .list-container > h2,
.segment-body .wf-active .list-container > h2 {
  visibility: visible;
}
@media (min-width: 37.5em) {
  /* line 172, ../scss/base/_type.scss */
  .h2, .article-body > h1, .article-body > h2, .article-body .list-container > h1,
  .intro-text-mod .list-container > h1,
  .segment-body .list-container > h1, .article-body .list-container > h2,
  .intro-text-mod .list-container > h2,
  .segment-body .list-container > h2 {
    font-size: 2.76923076923077em;
  }
}

/* line 183, ../scss/base/_type.scss */
.h3, .tz-h-lg, .article-body > h3, .article-body .list-container > h3,
.intro-text-mod .list-container > h3,
.segment-body .list-container > h3 {
  font-size: 1.38461538461538em;
  letter-spacing: -0.01em;
}
/* line 187, ../scss/base/_type.scss */
.wf-loading .h3, .wf-loading .tz-h-lg, .wf-loading .article-body > h3, .wf-loading .article-body .list-container > h3, .article-body .wf-loading .list-container > h3,
.wf-loading .intro-text-mod .list-container > h3,
.intro-text-mod .wf-loading .list-container > h3,
.wf-loading .segment-body .list-container > h3,
.segment-body .wf-loading .list-container > h3 {
  visibility: hidden;
}
/* line 188, ../scss/base/_type.scss */
.wf-active .h3, .wf-active .tz-h-lg, .wf-active .article-body > h3, .wf-active .article-body .list-container > h3, .article-body .wf-active .list-container > h3,
.wf-active .intro-text-mod .list-container > h3,
.intro-text-mod .wf-active .list-container > h3,
.wf-active .segment-body .list-container > h3,
.segment-body .wf-active .list-container > h3 {
  visibility: visible;
}
@media (min-width: 37.5em) {
  /* line 183, ../scss/base/_type.scss */
  .h3, .tz-h-lg, .article-body > h3, .article-body .list-container > h3,
  .intro-text-mod .list-container > h3,
  .segment-body .list-container > h3 {
    font-size: 1.84615384615385em;
  }
}

/* line 195, ../scss/base/_type.scss */
.h4, .live-h, .tz-h-med, .headline-mobile-block .headline-mobile, .article-body > h4, .article-body .list-container > h4,
.intro-text-mod .list-container > h4,
.segment-body .list-container > h4 {
  font-size: 1.38461538461538em;
}
/* line 198, ../scss/base/_type.scss */
.wf-loading .h4, .wf-loading .live-h, .wf-loading .tz-h-med, .wf-loading .headline-mobile-block .headline-mobile, .headline-mobile-block .wf-loading .headline-mobile, .wf-loading .article-body > h4, .wf-loading .article-body .list-container > h4, .article-body .wf-loading .list-container > h4,
.wf-loading .intro-text-mod .list-container > h4,
.intro-text-mod .wf-loading .list-container > h4,
.wf-loading .segment-body .list-container > h4,
.segment-body .wf-loading .list-container > h4 {
  visibility: hidden;
}
/* line 199, ../scss/base/_type.scss */
.wf-active .h4, .wf-active .live-h, .wf-active .tz-h-med, .wf-active .headline-mobile-block .headline-mobile, .headline-mobile-block .wf-active .headline-mobile, .wf-active .article-body > h4, .wf-active .article-body .list-container > h4, .article-body .wf-active .list-container > h4,
.wf-active .intro-text-mod .list-container > h4,
.intro-text-mod .wf-active .list-container > h4,
.wf-active .segment-body .list-container > h4,
.segment-body .wf-active .list-container > h4 {
  visibility: visible;
}

/* line 203, ../scss/base/_type.scss */
.h5, .tz-h-small, .archive-h, .station-head, .article-body > h5, .intro-text-mod > h1,
.segment-body > h1, .intro-text-mod > h2,
.segment-body > h2, .intro-text-mod > h3,
.segment-body > h3, .intro-text-mod > h4,
.segment-body > h4, .intro-text-mod > h5,
.segment-body > h5, .article-body .list-container > h5,
.intro-text-mod .list-container > h5,
.segment-body .list-container > h5 {
  font-size: 1.15384615384615em;
}
/* line 206, ../scss/base/_type.scss */
.wf-loading .h5, .wf-loading .tz-h-small, .wf-loading .archive-h, .wf-loading .station-head, .wf-loading .article-body > h5, .wf-loading .intro-text-mod > h1,
.wf-loading .segment-body > h1, .wf-loading .intro-text-mod > h2,
.wf-loading .segment-body > h2, .wf-loading .intro-text-mod > h3,
.wf-loading .segment-body > h3, .wf-loading .intro-text-mod > h4,
.wf-loading .segment-body > h4, .wf-loading .intro-text-mod > h5,
.wf-loading .segment-body > h5, .wf-loading .article-body .list-container > h5, .article-body .wf-loading .list-container > h5,
.wf-loading .intro-text-mod .list-container > h5,
.intro-text-mod .wf-loading .list-container > h5,
.wf-loading .segment-body .list-container > h5,
.segment-body .wf-loading .list-container > h5 {
  visibility: hidden;
}
/* line 207, ../scss/base/_type.scss */
.wf-active .h5, .wf-active .tz-h-small, .wf-active .archive-h, .wf-active .station-head, .wf-active .article-body > h5, .wf-active .intro-text-mod > h1,
.wf-active .segment-body > h1, .wf-active .intro-text-mod > h2,
.wf-active .segment-body > h2, .wf-active .intro-text-mod > h3,
.wf-active .segment-body > h3, .wf-active .intro-text-mod > h4,
.wf-active .segment-body > h4, .wf-active .intro-text-mod > h5,
.wf-active .segment-body > h5, .wf-active .article-body .list-container > h5, .article-body .wf-active .list-container > h5,
.wf-active .intro-text-mod .list-container > h5,
.intro-text-mod .wf-active .list-container > h5,
.wf-active .segment-body .list-container > h5,
.segment-body .wf-active .list-container > h5 {
  visibility: visible;
}

/* line 211, ../scss/base/_type.scss */
.h6, .section-nav-hdr, .article-body > h6, .intro-text-mod > h6,
.segment-body > h6, .article-body .list-container > h6,
.intro-text-mod .list-container > h6,
.segment-body .list-container > h6 {
  font-size: 1em;
}

/* line 216, ../scss/base/_type.scss */
.page-h1 {
  font-weight: 700;
  text-transform: capitalize;
}
/* line 220, ../scss/base/_type.scss */
.page-topper-full .page-h1 {
  float: left;
}

/* line 226, ../scss/base/_type.scss */
.live-h {
  color: #fff;
}
/* line 229, ../scss/base/_type.scss */
.live-h a {
  color: #fff;
  font-weight: 400;
  line-height: 1.3em;
}
/* line 233, ../scss/base/_type.scss */
.live-h a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 242, ../scss/base/_type.scss */
.tz-h-lg {
  margin-bottom: 0.25em;
  line-height: 1.4em;
  color: #2f2f2f;
  text-decoration: none;
}
/* line 111, ../scss/base/_type.scss */
.tz-h-lg:hover {
  color: #000;
}
@media (min-width: 37.5em) {
  /* line 248, ../scss/base/_type.scss */
  .hp-featured .tz-h-lg {
    font-size: 2.7em;
    line-height: 1.2em;
  }
}

/* line 256, ../scss/base/_type.scss */
.tz-h-med {
  margin-bottom: 0.15em;
  line-height: 1.4em;
  color: #2f2f2f;
  text-decoration: none;
}
/* line 111, ../scss/base/_type.scss */
.tz-h-med:hover {
  color: #000;
}

/* line 264, ../scss/base/_type.scss */
.tz-h-small {
  margin-bottom: 0.1em;
  color: #2f2f2f;
  text-decoration: none;
}
/* line 111, ../scss/base/_type.scss */
.tz-h-small:hover {
  color: #000;
}

/* line 274, ../scss/base/_type.scss */
.featured-inner > article:not(.tz-segment) p.text-sm {
  font-size: 1.30769230769231em;
}
/* line 277, ../scss/base/_type.scss */
.featured-inner > article:not(.tz-segment) .ui-block-inner {
  margin-right: 0;
}

/* line 296, ../scss/base/_type.scss */
.text, .text-lg, .page-intro, .intro-text-mod > p, .article-body > blockquote > p,
.intro-text-mod > blockquote > p,
.segment-body > blockquote > p, .text-med, .article-body > p,
.segment-body > p, .article-body .list-container > p,
.intro-text-mod .list-container > p,
.segment-body .list-container > p, .text-reg, .text-info, .list-items, .pagination-items, .article-body > ul,
.intro-text-mod > ul,
.segment-body > ul, .article-body > ol,
.intro-text-mod > ol,
.segment-body > ol, .inline-list-items, .text-sm, .guest-host, .text-tiny {
  line-height: 1.375em;
  line-height: 1.485em;
  font-family: "adelle-sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  color: #222222;
  margin-bottom: 1em;
}

/* line 306, ../scss/base/_type.scss */
.text-lg, .page-intro, .intro-text-mod > p, .article-body > blockquote > p,
.intro-text-mod > blockquote > p,
.segment-body > blockquote > p {
  font-size: 1.69230769230769em;
  font-size: 1.46153846153846em;
}
/* line 310, ../scss/base/_type.scss */
.text-lg > a, .page-intro > a, .intro-text-mod > p > a, .article-body > blockquote > p > a,
.intro-text-mod > blockquote > p > a,
.segment-body > blockquote > p > a {
  color: #ef4738;
  text-decoration: none;
}
/* line 119, ../scss/base/_type.scss */
.text-lg > a:hover, .page-intro > a:hover, .intro-text-mod > p > a:hover, .article-body > blockquote > p > a:hover,
.intro-text-mod > blockquote > p > a:hover,
.segment-body > blockquote > p > a:hover {
  text-decoration: underline;
}

/* line 314, ../scss/base/_type.scss */
.text-med, .article-body > p,
.intro-text-mod > p,
.segment-body > p, .article-body .list-container > p,
.intro-text-mod .list-container > p,
.segment-body .list-container > p {
  font-size: 1.30769230769231em;
}

/* line 320, ../scss/base/_type.scss */
.text-reg, .text-info, .list-items, .pagination-items, .article-body > ul,
.intro-text-mod > ul,
.segment-body > ul, .article-body > ol,
.intro-text-mod > ol,
.segment-body > ol, .inline-list-items {
  font-size: 1.15384615384615em;
}

/* line 326, ../scss/base/_type.scss */
.text-sm, .guest-host {
  font-size: 1em;
  color: #464646;
  letter-spacing: -0.011em;
}

/* line 334, ../scss/base/_type.scss */
.text-info {
  margin-bottom: 1em;
}

/* line 340, ../scss/base/_type.scss */
.text-tiny {
  font-size: 0.84615384615385em;
}

/* line 356, ../scss/base/_type.scss */
.label-sm {
  font-family: "adelle-sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 0.84615384615385em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 375, ../scss/base/_type.scss */
.page-intro {
  font-weight: 400;
  color: #464646;
  letter-spacing: -0.015em;
  line-height: 1.5em;
}
/* line 382, ../scss/base/_type.scss */
.page-intro a {
  color: #ef4738;
  text-decoration: none;
}
/* line 119, ../scss/base/_type.scss */
.page-intro a:hover {
  text-decoration: underline;
}

/* line 398, ../scss/base/_type.scss */
.text-bold, .timestamp {
  font-weight: 700;
}

/* line 413, ../scss/base/_type.scss */
.tease-overline, .tz-overline {
  font-weight: 400;
  margin-bottom: 0.55em;
  color: #ef4738;
}

/* line 421, ../scss/base/_type.scss */
.live-overline {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
/* line 426, ../scss/base/_type.scss */
.live-overline.is-pulsing {
  position: relative;
  margin-left: 16px;
}
@media (min-width: 68.75em) {
  /* line 426, ../scss/base/_type.scss */
  .live-overline.is-pulsing {
    margin-left: 0;
  }
}
/* line 432, ../scss/base/_type.scss */
.live-overline.is-pulsing:before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: -4px;
  background-color: #ff3300;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  opacity: 0;
  animation: pulse 1.25s linear;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.25);
    opacity: .5;
  }
  50% {
    opacity: .8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* line 451, ../scss/base/_type.scss */
.live-overline.is-pulsing:after {
  content: '';
  display: block;
  position: absolute;
  left: -14px;
  top: 2px;
  background-color: #ff3300;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

/* line 466, ../scss/base/_type.scss */
.timestamp {
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #2f2f2f;
}
/* line 472, ../scss/base/_type.scss */
.timestamp:after {
  content: '•';
  margin-left: 8px;
  color: #f37367;
  font-size: 1.55em;
  line-height: 0;
  position: relative;
  top: 3px;
}

/* line 483, ../scss/base/_type.scss */
.overline-lg {
  font-weight: 700;
  margin-bottom: 0.55em;
  color: #464646;
  font-size: 2em;
}

/* line 500, ../scss/base/_type.scss */
.section-hdr {
  font-family: "adelle-sans", Helvetica, Arial, Verdana, sans-serif !important;
  font-size: 1.23076923076923em;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1em;
  margin-bottom: 1.25em;
  text-transform: uppercase;
  color: #ef4738;
}
/* line 509, ../scss/base/_type.scss */
.section-hdr a {
  color: #ef4738;
  text-decoration: none;
}
/* line 119, ../scss/base/_type.scss */
.section-hdr a:hover {
  text-decoration: underline;
}

/* line 515, ../scss/base/_type.scss */
.sm-section-hdr, .fancy-section-hdr, .ftr-section-hdr {
  font-family: "adelle-sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ef4738;
}
/* line 524, ../scss/base/_type.scss */
.sm-section-hdr a, .fancy-section-hdr a, .ftr-section-hdr a {
  color: #ef4738;
  text-decoration: none;
}
/* line 119, ../scss/base/_type.scss */
.sm-section-hdr a:hover, .fancy-section-hdr a:hover, .ftr-section-hdr a:hover {
  text-decoration: underline;
}

/* line 530, ../scss/base/_type.scss */
.fancy-section-hdr {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 3em;
  padding: 0 1.5em;
}
/* line 537, ../scss/base/_type.scss */
.fancy-section-hdr:before, .fancy-section-hdr:after {
  content: '';
  width: 1000px;
  height: 1px;
  background-color: #e6e7e8;
  background-repeat: repeat-x;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
}
/* line 548, ../scss/base/_type.scss */
.fancy-section-hdr:before {
  right: 100%;
}
/* line 549, ../scss/base/_type.scss */
.fancy-section-hdr:after {
  left: 100%;
}

/* line 553, ../scss/base/_type.scss */
.fancy-section-hdr-mod {
  margin-top: 3em;
  overflow: hidden;
  text-align: center;
}

/* line 560, ../scss/base/_type.scss */
.show-tagline {
  font-family: "adelle-sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
  color: #ef4738;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1em;
}

/* line 572, ../scss/base/_type.scss */
.ftr-tagline {
  font-family: "adelle-sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.35em;
  font-weight: 400;
  color: #bcbec0;
  margin-top: 1em;
  border-bottom: 8px solid #3c3c3c;
  padding-bottom: 1.5em;
}

/* line 597, ../scss/base/_type.scss */
.show-meta-text {
  font-size: 1em;
  font-weight: normal;
  color: #222222;
  margin-bottom: 0.65em;
  text-align: center;
}
/* line 603, ../scss/base/_type.scss */
.show-meta-text a {
  color: #2f2f2f;
  text-decoration: none;
}
/* line 111, ../scss/base/_type.scss */
.show-meta-text a:hover {
  color: #000;
}
/* line 606, ../scss/base/_type.scss */
.ftr-show-meta .show-meta-text {
  color: #bcbec0;
  text-align: left;
  margin-bottom: 1em;
}
/* line 610, ../scss/base/_type.scss */
.ftr-show-meta .show-meta-text a {
  color: #888888;
  text-decoration: none;
  color: #bcbec0;
}
/* line 104, ../scss/base/_type.scss */
.ftr-show-meta .show-meta-text a:hover {
  color: white;
}

/* line 618, ../scss/base/_type.scss */
.show-meta-buttons {
  margin-bottom: 0.65em;
  text-align: center;
}
/* line 621, ../scss/base/_type.scss */
.show-meta-buttons .button-med {
  margin: .5em auto;
  min-width: 200px;
}
/* line 626, ../scss/base/_type.scss */
.show-meta-buttons .button-med ~ .button-med {
  margin-top: -.25em;
}

/* line 632, ../scss/base/_type.scss */
.text--upcase {
  font-weight: 700;
  text-transform: uppercase;
}

/* line 646, ../scss/base/_type.scss */
.timemark {
  color: #ef4738;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
}

/* line 655, ../scss/base/_type.scss */
.timemark-lg {
  color: #9d9fa2;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}

/* line 664, ../scss/base/_type.scss */
.transcript-name {
  display: block;
  font-weight: 700;
  margin-bottom: 0.15em;
  font-size: 0.8em;
  letter-spacing: 0.09em;
}

/* line 683, ../scss/base/_type.scss */
.book-title {
  font-weight: 700;
  margin-bottom: 0.25em;
}

/*.book-link {
	@include link(head);
}*/
/* line 692, ../scss/base/_type.scss */
a.book-link:link, a.book-link:visited {
  color: #222222;
  text-decoration: none;
}

/* line 697, ../scss/base/_type.scss */
a.book-link:hover, a.book-link:active {
  color: #ef4738;
  text-decoration: none;
}

/* line 703, ../scss/base/_type.scss */
.book-author {
  color: #222222;
  font-size: 0.85em;
  line-height: 1.25em;
  letter-spacing: -0.025em;
}

/* line 710, ../scss/base/_type.scss */
.book-publisher {
  color: #464646;
  font-style: italic;
  font-size: 0.75em;
  letter-spacing: 1.25em;
  letter-spacing: -0.025em;
}

/* line 718, ../scss/base/_type.scss */
.book-meta {
  margin-bottom: 0.55em;
}

/* line 733, ../scss/base/_type.scss */
.img-byline, .gallery-img-byline {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-left: 2px;
}

/* line 740, ../scss/base/_type.scss */
.img-caption-text, .gallery-img-caption-txt, .wp-caption-text {
  font-family: "adelle-sans", Helvetica, Arial, Verdana, sans-serif;
  color: #464646;
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

/* line 760, ../scss/base/_type.scss */
span.date-divide {
  color: #9d9fa2;
}

/* line 774, ../scss/base/_type.scss */
.external_partner {
  color: #9d9fa2;
  display: inline-block;
  font-style: italic;
  margin-top: 1em;
}
/* line 779, ../scss/base/_type.scss */
.external_partner a, .external_partner visited {
  color: #9d9fa2;
  text-decoration: none;
}
/* line 782, ../scss/base/_type.scss */
.external_partner a:hover, .external_partner a:active, .external_partner visited:hover, .external_partner visited:active {
  text-decoration: underline;
}

/* line 788, ../scss/base/_type.scss */
.external_partner:after {
  content: "\f172";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal .8em/1 'dashicons';
  vertical-align: baseline;
  padding-left: 4px;
}

/* line 9, ../scss/base/_objects.scss */
.button, .show-meta-buttons .button-med, .button-sm, .play-button-tiny, .play-button-sm, a.play-button-sm, .button-sm-secondary, .button-secondary-sm--full, .button-med, .play-button-med, a.play-button-med, .button-lg, .button-lg--full, .play-button-lg, a.play-button-lg, .watch-button-lg, a.button-lg, a.button-med, a.button-sm, .archive-button, .button-purchase, li.book a.button-purchase:link,
li.book a.button-purchase:visited, ul.list-items.book-list .button-purchase, .play-button-rwd {
  background-color: #ef4738;
  line-height: 1em;
  padding: 0.75em 0.65em;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  outline: 0;
  border: none;
  border-top: 1px solid #ed3625;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
/* line 21, ../scss/base/_objects.scss */
.button:link, .button-sm:link, .play-button-tiny:link, .play-button-sm:link, .button-sm-secondary:link, .button-secondary-sm--full:link, .button-med:link, .play-button-med:link, .button-lg:link, .button-lg--full:link, .play-button-lg:link, .watch-button-lg:link, .archive-button:link, .button-purchase:link, li.book a.button-purchase:link, ul.list-items.book-list .button-purchase:link, .play-button-rwd:link {
  color: #fff;
}
/* line 24, ../scss/base/_objects.scss */
.button:visited, .button-sm:visited, .play-button-tiny:visited, .play-button-sm:visited, .button-sm-secondary:visited, .button-secondary-sm--full:visited, .button-med:visited, .play-button-med:visited, .button-lg:visited, .button-lg--full:visited, .play-button-lg:visited, .watch-button-lg:visited, .archive-button:visited, .button-purchase:visited,
li.book a.button-purchase:visited, ul.list-items.book-list .button-purchase:visited, .play-button-rwd:visited {
  color: #fff;
}
/* line 27, ../scss/base/_objects.scss */
.button:hover, .button-sm:hover, .play-button-tiny:hover, .play-button-sm:hover, .button-sm-secondary:hover, .button-secondary-sm--full:hover, .button-med:hover, .play-button-med:hover, .button-lg:hover, .button-lg--full:hover, .play-button-lg:hover, .watch-button-lg:hover, .archive-button:hover, .button-purchase:hover, li.book a.button-purchase:hover:link,
li.book a.button-purchase:hover:visited, ul.list-items.book-list .button-purchase:hover, .play-button-rwd:hover {
  background-color: #ed3120;
}
/* line 30, ../scss/base/_objects.scss */
.button:active, .button-sm:active, .play-button-tiny:active, .play-button-sm:active, .button-sm-secondary:active, .button-secondary-sm--full:active, .button-med:active, .play-button-med:active, .button-lg:active, .button-lg--full:active, .play-button-lg:active, .watch-button-lg:active, .archive-button:active, .button-purchase:active, li.book a.button-purchase:active:link,
li.book a.button-purchase:active:visited, ul.list-items.book-list .button-purchase:active, .play-button-rwd:active {
  background-color: #eb2513;
  text-shadow: 0 -1px #ca2010;
}

/* line 36, ../scss/base/_objects.scss */
.play-button, .play-button-tiny, .play-button-sm, .play-button-med, .play-button-lg, a.play-button-lg, a.play-button-med, a.play-button-sm, .archive-button, .play-button-rwd {
  position: relative;
  padding: 0.75em 0.75em 0.75em 1.75em;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity .25s;
}
/* line 43, ../scss/base/_objects.scss */
.play-button:before, .play-button-tiny:before, .play-button-sm:before, .play-button-med:before, .play-button-lg:before, .archive-button:before, .play-button-rwd:before {
  content: '\0020';
  width: 0;
  height: 0;
  line-height: 0;
  border-style: inset;
  border-top: 0.5em inset transparent;
  border-bottom: 0.5em inset transparent;
  border-left: 0.7em solid #fff;
  border-right: none;
  position: absolute;
  left: 0.65em;
  top: 32%;
}
/* line 58, ../scss/base/_objects.scss */
.play-button.pending-audio, .pending-audio.play-button-tiny, .pending-audio.play-button-sm, .pending-audio.play-button-med, .pending-audio.play-button-lg, .pending-audio.archive-button, .pending-audio.play-button-rwd {
  background-color: #bcbec0;
  border-top: none;
  color: #e6e7e8;
  pointer-events: none;
}
/* line 63, ../scss/base/_objects.scss */
.play-button.pending-audio:hover, .play-button.pending-audio:active, .pending-audio.play-button-tiny:hover, .pending-audio.play-button-sm:hover, .pending-audio.play-button-med:hover, .pending-audio.play-button-lg:hover, .pending-audio.archive-button:hover, .pending-audio.play-button-rwd:hover, .pending-audio.play-button-tiny:active, .pending-audio.play-button-sm:active, .pending-audio.play-button-med:active, .pending-audio.play-button-lg:active, .pending-audio.archive-button:active, .pending-audio.play-button-rwd:active {
  background-color: #bcbec0;
  cursor: default;
  text-shadow: none;
}
/* line 69, ../scss/base/_objects.scss */
.play-button.pending-audio:before, .pending-audio.play-button-tiny:before, .pending-audio.play-button-sm:before, .pending-audio.play-button-med:before, .pending-audio.play-button-lg:before, .pending-audio.archive-button:before, .pending-audio.play-button-rwd:before {
  border-left-color: #e6e7e8;
}
/* line 73, ../scss/base/_objects.scss */
.play-button.is-hidden, .is-hidden.play-button-tiny, .is-hidden.play-button-sm, .is-hidden.play-button-med, .is-hidden.play-button-lg, .is-hidden.archive-button, .is-hidden.play-button-rwd {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear .25s, opacity .25s;
}

/* line 81, ../scss/base/_objects.scss */
.button-secondary, .button-sm-secondary, .button-secondary-sm--full {
  background-color: #bcbec0;
  text-align: center;
  border: 0;
  color: #fff;
}
/* line 86, ../scss/base/_objects.scss */
.button-secondary:link, .button-sm-secondary:link, .button-secondary-sm--full:link {
  color: #fff;
}
/* line 89, ../scss/base/_objects.scss */
.button-secondary:visited, .button-sm-secondary:visited, .button-secondary-sm--full:visited {
  color: #fff;
}
/* line 92, ../scss/base/_objects.scss */
.button-secondary:hover, .button-sm-secondary:hover, .button-secondary-sm--full:hover {
  color: #fff;
  background-color: #afb1b4;
}
/* line 96, ../scss/base/_objects.scss */
.button-secondary:active, .button-sm-secondary:active, .button-secondary-sm--full:active {
  color: #fff;
  background-color: #a7aaac;
  text-shadow: 0 -1px #95989b;
}

/* line 104, ../scss/base/_objects.scss */
.button-live, a.button-live {
  background-color: #f68b33;
  border-top: 1px solid #f5801f;
}
/* line 107, ../scss/base/_objects.scss */
.button-live:hover, a.button-live:hover {
  background-color: #f57d1b;
}
/* line 110, ../scss/base/_objects.scss */
.button-live:active, a.button-live:active {
  background-color: #f4750c;
  text-shadow: 0 -1px #d36409;
}

/* line 117, ../scss/base/_objects.scss */
.button-sm, .play-button-tiny, .play-button-sm, a.play-button-sm, .button-sm-secondary, .button-secondary-sm--full {
  font-size: 0.84615384615385em;
}

/* line 124, ../scss/base/_objects.scss */
.button-med, .play-button-med, a.play-button-med {
  font-size: 1em;
}

/* line 132, ../scss/base/_objects.scss */
.button-lg, .button-lg--full, .play-button-lg, a.play-button-lg, .watch-button-lg {
  font-size: 1.15384615384615em;
}

/* line 140, ../scss/base/_objects.scss */
.button-lg--full {
  display: block;
  margin-top: 2em;
  text-align: center;
}

/* line 148, ../scss/base/_objects.scss */
.play-button-tiny {
  padding: 0;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
/* line 156, ../scss/base/_objects.scss */
.play-button-tiny:before {
  left: 37.5%;
  top: 13.5%;
  border-top: 0.5em inset transparent;
  border-bottom: 0.5em inset transparent;
  border-left: 0.7em solid #fff;
}
/* line 163, ../scss/base/_objects.scss */
.play-button-tiny span {
  display: none;
}

/* line 174, ../scss/base/_objects.scss */
.play-button-med {
  padding-left: 2.25em;
  padding-left: 1.88em;
}

/* line 185, ../scss/base/_objects.scss */
.play-button-lg {
  padding-left: 1.78em;
}

/* line 223, ../scss/base/_objects.scss */
.button-secondary-sm--full {
  display: block;
}

/* line 230, ../scss/base/_objects.scss */
.archive-button {
  font-size: 0.85em;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  color: #fff;
}
/* line 237, ../scss/base/_objects.scss */
.archive-button:before {
  top: 25.85%;
}
/* line 240, ../scss/base/_objects.scss */
.archive-button:link {
  color: #fff;
}
/* line 243, ../scss/base/_objects.scss */
.archive-button:visited {
  color: #fff;
}
/* line 246, ../scss/base/_objects.scss */
.archive-button:active {
  color: #fff;
}

/* line 251, ../scss/base/_objects.scss */
.button-purchase {
  font-size: 0.85em;
  padding: 0.35em 0.55em;
}

/* line 257, ../scss/base/_objects.scss */
li.book a.button-purchase:link,
li.book a.button-purchase:visited {
  font-size: 0.85em;
  padding: 0.35em 0.55em;
  color: #fff;
  text-decoration: none;
}

/* line 266, ../scss/base/_objects.scss */
ul.list-items.book-list .button-purchase {
  font-size: 0.85em;
  padding: 0.35em 0.55em;
  color: #fff;
  text-decoration: none;
}

/* line 275, ../scss/base/_objects.scss */
.watch-button-lg {
  padding-left: 2.35em;
  position: relative;
  visibility: visible;
}

/* line 293, ../scss/base/_objects.scss */
.fancy-rule {
  background-image: url(/wp-content/themes/wamu-show/img/elements/el_e6e7e8_1px.gif);
  background-repeat: repeat-x;
  background-position: 0 50%;
}

/* line 299, ../scss/base/_objects.scss */
.jwcapLeft {
  display: none;
}

/* line 305, ../scss/base/_objects.scss */
.logo-mini {
  width: 55px;
  height: 20px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0px 15px;
}
/* line 312, ../scss/base/_objects.scss */
.logo-mini img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 331, ../scss/base/_objects.scss */
.text-block + .text-block, .info-mod + .text-block, .text-block + .info-mod, .info-mod + .info-mod {
  margin-top: 3em;
}

/* line 337, ../scss/base/_objects.scss */
.text-block-hdr {
  margin-bottom: 1em;
}

/* line 352, ../scss/base/_objects.scss */
.tz-controls {
  margin: 1em 0 0.55em 0;
}
@media (min-width: 37.5em) {
  /* line 352, ../scss/base/_objects.scss */
  .tz-controls {
    margin: 0;
  }
}
/* line 357, ../scss/base/_objects.scss */
.grid-3 .tz-controls {
  margin: 0.85em 0;
}
/* line 359, ../scss/base/_objects.scss */
.grid-3 .tz-controls .discuss {
  margin-left: 0.55em;
  width: auto;
}

/* line 366, ../scss/base/_objects.scss */
.tz-controls--grid {
  margin: 0.85em 0;
}
/* line 368, ../scss/base/_objects.scss */
.tz-controls--grid .discuss {
  margin-left: 0.55em;
  width: auto;
}

/* line 375, ../scss/base/_objects.scss */
.tz-controls--space .discuss {
  margin-left: 0.55em;
  width: auto;
}

/* line 392, ../scss/base/_objects.scss */
.full-bg, .page-end-mod, .page-topper-full, .article-meta {
  background-color: #f6f6f7;
}

/* line 408, ../scss/base/_objects.scss */
.ad-bigad {
  display: inline-block;
}
/* line 409, ../scss/base/_objects.scss */
.ad-bigad img {
  width: 100%;
  max-width: 100%;
}
/* line 412, ../scss/base/_objects.scss */
.archive-items .ad-bigad {
  margin: 0 auto;
  width: 300px;
  display: block;
}
/* line 417, ../scss/base/_objects.scss */
.single-segment .ad-bigad {
  margin-top: 6em;
}
@media (min-width: 50.25em) {
  /* line 417, ../scss/base/_objects.scss */
  .single-segment .ad-bigad {
    margin-top: 0;
  }
}
@media (max-width: 37.5em) {
  /* line 408, ../scss/base/_objects.scss */
  .ad-bigad {
    margin-top: 0;
    margin-left: -6px;
  }
}
/* line 428, ../scss/base/_objects.scss */
.archive-items tr .ad-bigad {
  display: table-row;
}
@media (min-width: 12.5em) {
  /* line 428, ../scss/base/_objects.scss */
  .archive-items tr .ad-bigad {
    display: block;
  }
}
@media (max-width: 37.5em) {
  /* line 428, ../scss/base/_objects.scss */
  .archive-items tr .ad-bigad {
    padding-top: 1.55em;
    padding-bottom: 1.55em;
    margin: 0 auto;
  }
}
@media (max-width: 340px) {
  /* line 428, ../scss/base/_objects.scss */
  .archive-items tr .ad-bigad {
    padding-top: 1.55em;
    padding-bottom: 1.55em;
    margin: 0 -6px;
  }
}
/* line 446, ../scss/base/_objects.scss */
.article-ad.sponsor .ad-bigad {
  margin-top: 0;
  margin-bottom: 2em;
}

/* line 455, ../scss/base/_objects.scss */
.archive-ad-row {
  text-align: center;
  width: 100%;
}
/* line 459, ../scss/base/_objects.scss */
.archive-ad-row .archive-ad {
  display: inline-block;
  text-align: center;
}

/* line 473, ../scss/base/_objects.scss */
.tz-ad {
  text-align: center;
  margin: 1.55em 0;
}

/* line 481, ../scss/base/_objects.scss */
.article-ad {
  text-align: center;
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #e6e7e8;
}

/* line 491, ../scss/base/_objects.scss */
.segment-ad {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (min-width: 50.25em) {
  /* line 491, ../scss/base/_objects.scss */
  .segment-ad {
    margin-top: 0;
  }
}

/* line 511, ../scss/base/_objects.scss */
.hp-aside {
  margin-bottom: 6em;
}

/* line 515, ../scss/base/_objects.scss */
.hp-meta-mod {
  margin-bottom: 6em;
}

/* line 519, ../scss/base/_objects.scss */
.rail-aside {
  margin-bottom: 2em;
}

/* line 534, ../scss/base/_objects.scss */
.aside-message {
  padding: 1em;
  border: 12px solid #d86b59;
  text-align: center;
}

/* line 557, ../scss/base/_objects.scss */
.discuss, .segment-discuss, .blog-discuss {
  position: relative;
  padding-left: 1.55em;
  text-align: right;
  display: inline-block;
  margin-top: 0.5em;
  color: #9d9fa2;
  text-decoration: none;
}
/* line 91, ../scss/base/_type.scss */
.discuss:link, .segment-discuss:link, .blog-discuss:link {
  color: #9d9fa2;
}
/* line 94, ../scss/base/_type.scss */
.discuss:visited, .segment-discuss:visited, .blog-discuss:visited {
  color: #9d9fa2;
}
/* line 97, ../scss/base/_type.scss */
.discuss:hover, .segment-discuss:hover, .blog-discuss:hover {
  text-decoration: underline;
}
@media (min-width: 37.5em) {
  /* line 557, ../scss/base/_objects.scss */
  .discuss, .segment-discuss, .blog-discuss {
    width: 100%;
  }
  /* line 566, ../scss/base/_objects.scss */
  .tz-page-end .discuss, .tz-page-end .segment-discuss, .tz-page-end .blog-discuss {
    width: auto;
  }
}
@media (min-width: 37.5em) {
  /* line 568, ../scss/base/_objects.scss */
  .grid-3 .discuss, .grid-3 .segment-discuss, .grid-3 .blog-discuss {
    width: auto;
  }
}
/* line 573, ../scss/base/_objects.scss */
.discuss:before, .discuss:after, .segment-discuss:before, .blog-discuss:before, .segment-discuss:after, .blog-discuss:after {
  content: '';
  position: absolute;
  left: 0;
  border-color: #d9dadc;
  border-style: solid;
  width: 0;
  height: 0;
}
/* line 582, ../scss/base/_objects.scss */
.discuss:before, .segment-discuss:before, .blog-discuss:before {
  border-width: 6px 8px;
  top: 2px;
}
/* line 586, ../scss/base/_objects.scss */
.discuss:after, .segment-discuss:after, .blog-discuss:after {
  border-width: 0 6px 6px 0;
  border-color: transparent #d9dadc transparent transparent;
  bottom: -3px;
  left: 0.45em;
}
/* line 593, ../scss/base/_objects.scss */
.discuss:hover:before, .segment-discuss:hover:before, .blog-discuss:hover:before {
  border-color: #cbced0;
}
/* line 596, ../scss/base/_objects.scss */
.discuss:hover:after, .segment-discuss:hover:after, .blog-discuss:hover:after {
  border-color: transparent #cbced0 transparent transparent;
}

/* line 604, ../scss/base/_objects.scss */
.discuss-text {
  display: inline-block;
  font-size: 0.84615384615385em;
}
/* line 607, ../scss/base/_objects.scss */
.has-count .discuss-text {
  display: none;
}
/* line 610, ../scss/base/_objects.scss */
.segment-discuss .discuss-text {
  font-size: 1em;
}

/* line 618, ../scss/base/_objects.scss */
.discuss-count {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: none;
}
/* line 622, ../scss/base/_objects.scss */
.has-count .discuss-count {
  display: inline-block;
}
/* line 625, ../scss/base/_objects.scss */
.segment-discuss.has-count .discuss-count {
  color: #ef4738;
}

/* line 631, ../scss/base/_objects.scss */
.segment-discuss {
  margin-top: 0;
  padding-left: 3em;
}
/* line 635, ../scss/base/_objects.scss */
.segment-discuss:before, .segment-discuss:after {
  border-color: #ef4738;
}
/* line 638, ../scss/base/_objects.scss */
.segment-discuss:before {
  border-width: 12px 16px;
  top: 0.55em;
}
/* line 642, ../scss/base/_objects.scss */
.segment-discuss:after {
  border-width: 0 12px 14px 0;
  border-color: transparent #ef4738 transparent transparent;
  bottom: 0;
  left: 0.85em;
}
/* line 649, ../scss/base/_objects.scss */
.segment-discuss:hover:before {
  border-color: #ed3120;
}
/* line 652, ../scss/base/_objects.scss */
.segment-discuss:hover:after {
  border-color: transparent #ed3120 transparent transparent;
}

/* line 659, ../scss/base/_objects.scss */
.blog-discuss {
  margin-top: 0;
  padding-left: 2em;
  margin-left: 0;
}
/* line 666, ../scss/base/_objects.scss */
.blog-discuss:before, .blog-discuss:after {
  border-color: #ef4738;
}
/* line 669, ../scss/base/_objects.scss */
.blog-discuss:before {
  border-width: 8px 10px;
}
/* line 672, ../scss/base/_objects.scss */
.blog-discuss:after {
  border-color: transparent #ef4738 transparent transparent;
  border-width: 0 8px 8px 0;
  bottom: -2px;
  left: 0.55em;
}
/* line 679, ../scss/base/_objects.scss */
.blog-discuss:hover:before {
  border-color: #ed3120;
}
/* line 682, ../scss/base/_objects.scss */
.blog-discuss:hover:after {
  border-color: transparent #ed3120 transparent transparent;
}

/* line 697, ../scss/base/_objects.scss */
.page-end-mod {
  padding: 6em 0 8em 0;
  margin-top: 4em;
  clear: both;
}

/* line 705, ../scss/base/_objects.scss */
.page-end-block {
  margin: 0 1.25em;
}

/* line 710, ../scss/base/_objects.scss */
.page-end-block-last {
  border-top: 8px solid #e6e7e8;
  margin-top: 4em;
  padding-top: 4em;
}

/* line 732, ../scss/base/_objects.scss */
.title-hdr-img-mod {
  height: 150px;
  margin-bottom: 3em;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 37.5em) {
  /* line 732, ../scss/base/_objects.scss */
  .title-hdr-img-mod {
    height: 250px;
  }
}
@media (min-width: 56.25em) {
  /* line 732, ../scss/base/_objects.scss */
  .title-hdr-img-mod {
    height: 350px;
  }
}

/* line 746, ../scss/base/_objects.scss */
.page-topper-full {
  padding: 4em 0 2em;
  *zoom: 1;
  position: relative;
  z-index: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.page-topper-full:after {
  content: "";
  display: table;
  clear: both;
}

/* line 766, ../scss/base/_objects.scss */
.media-mod img, .archive-img img {
  width: 100%;
  max-width: 100%;
}
/* line 770, ../scss/base/_objects.scss */
.media-mod video, .archive-img video {
  width: 100%;
  max-width: 100%;
}

/* line 787, ../scss/base/_objects.scss */
.info-mod {
  text-align: center;
  margin-bottom: 6em;
}
/* line 790, ../scss/base/_objects.scss */
.info-mod:last-child {
  margin-bottom: 8em;
}

/* line 806, ../scss/base/_objects.scss */
.form-block {
  width: 100%;
  text-align: left;
  margin-bottom: 2em;
}

/* line 813, ../scss/base/_objects.scss */
.label-text {
  display: block;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0.55em;
  font-size: 0.85em;
}

/* line 822, ../scss/base/_objects.scss */
.input, .input-text,
.input-text-area,
.input-email {
  display: block;
  padding: 1em 0.55em;
  width: 100%;
  background-color: #f9f9f9;
  outline: 0;
  border: 1px solid #ebeced;
  border-radius: 0.25em;
}

/* line 833, ../scss/base/_objects.scss */
.input-button {
  display: inline-block;
  clear: both;
  padding: 1em 2em;
  background-color: #bcbec0;
}
/* line 838, ../scss/base/_objects.scss */
.input-button:hover {
  background-color: #a7aaac;
}
/* line 841, ../scss/base/_objects.scss */
.input-button:active {
  background-color: #95989b;
  text-shadow: 0 0 0 transparent;
}
/* line 845, ../scss/base/_objects.scss */
.form-block .input-button {
  display: inline-block;
  float: left;
  margin-top: 2em;
  border-top: 0;
}

/* line 861, ../scss/base/_objects.scss */
.button-input {
  position: absolute;
  left: -9999em;
}

/* line 878, ../scss/base/_objects.scss */
.about-mod + .about-mod {
  margin-top: 5em;
}

/* line 894, ../scss/base/_objects.scss */
.bullet, .bullet-overline {
  font-size: 1em;
  margin: 0 0.35em;
  line-height: 0;
}

/* line 901, ../scss/base/_objects.scss */
.bullet-overline {
  color: #bcbec0;
}

/* line 917, ../scss/base/_objects.scss */
.link--with-drop {
  padding-right: 2.5em !important;
  position: relative;
}
/* line 920, ../scss/base/_objects.scss */
.link--with-drop:before, .link--with-drop:after {
  content: '';
  position: absolute;
  right: 0.85em;
}
/* line 925, ../scss/base/_objects.scss */
.link--with-drop:before {
  top: 30px;
  border-left: 8px inset transparent;
  border-right: 8px inset transparent;
  border-top: 8px solid #888888;
}
/* line 930, ../scss/base/_objects.scss */
.page-topper-full .link--with-drop:before, .article-meta .link--with-drop:before {
  top: 45%;
  border-top-color: #9d9fa2;
}
/* line 931, ../scss/base/_objects.scss */
.page-topper-reg .link--with-drop:before {
  top: 55%;
  border-top-color: #9d9fa2;
}
/* line 932, ../scss/base/_objects.scss */
.is-active .link--with-drop:before {
  top: 45px;
}
/* line 933, ../scss/base/_objects.scss */
.page-topper-full .title-header-nav-mod .link--with-drop:before {
  top: 51%;
  border-top-color: #9d9fa2;
}
/* line 935, ../scss/base/_objects.scss */
.link--with-drop:after {
  top: 27px;
  border-left: 8px inset transparent;
  border-right: 8px inset transparent;
  border-top: 8px solid #222222;
}
/* line 940, ../scss/base/_objects.scss */
.page-topper-full .link--with-drop:after, .article-meta .link--with-drop:after {
  top: 33%;
  border-top-color: #f6f6f7;
}
/* line 941, ../scss/base/_objects.scss */
.page-topper-reg .link--with-drop:after {
  top: 42%;
  border-top-color: #fff;
}
/* line 942, ../scss/base/_objects.scss */
.page-topper-full .title-header-nav-mod .link--with-drop:after {
  top: 38%;
  border-top-color: #f6f6f7;
}

/* line 951, ../scss/base/_objects.scss */
.csstransforms .link--with-drop.is-active:before, .csstransforms .link--with-drop.is-active:after,
.csstransforms .link--with-drop.link--with-drop-lowered:before,
.csstransforms .link--with-drop.link--with-drop-lowered:after,
.csstransforms .js-article-nav .article-trigger:before,
.csstransforms .js-article-nav .article-trigger:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 956, ../scss/base/_objects.scss */
.csstransforms .link--with-drop.is-active:before,
.csstransforms .link--with-drop.link--with-drop-lowered:before,
.csstransforms .js-article-nav .article-trigger:before {
  top: 27px;
}
/* line 957, ../scss/base/_objects.scss */
.csstransforms .link--with-drop.is-active:after,
.csstransforms .link--with-drop.link--with-drop-lowered:after,
.csstransforms .js-article-nav .article-trigger:after {
  top: 30px;
}

/* line 962, ../scss/base/_objects.scss */
.csstransforms .title-header-nav-mod .link--with-drop.link--with-drop-lowered:before {
  top: 13px;
}
/* line 963, ../scss/base/_objects.scss */
.csstransforms .title-header-nav-mod .link--with-drop.link--with-drop-lowered:after {
  top: 17px;
  border-top-color: #fff;
}

/* line 967, ../scss/base/_objects.scss */
.csstransforms .js-article-nav .article-trigger:before {
  top: 19px;
  border-top-color: #f6f6f7;
}
/* line 971, ../scss/base/_objects.scss */
.csstransforms .js-article-nav .article-trigger:after {
  top: 24px;
  border-top-color: #222222;
}

/* line 988, ../scss/base/_objects.scss */
.pagination-next, .gallery-next {
  height: 35px;
  width: 35px;
}
/* line 991, ../scss/base/_objects.scss */
.pagination-next:before, .gallery-next:before {
  position: absolute;
  content: '';
  top: 25%;
  right: 36%;
  border-top: 8px inset transparent;
  border-bottom: 8px inset transparent;
  border-left: 8px solid #888888;
  border-right: 0px inset transparent;
}
/* line 1001, ../scss/base/_objects.scss */
.pagination-next:after, .gallery-next:after {
  position: absolute;
  content: '';
  top: 25%;
  right: 48%;
  border-top: 8px inset transparent;
  border-bottom: 8px inset transparent;
  border-left: 8px solid white;
  border-right: 0px inset transparent;
}

/* line 1014, ../scss/base/_objects.scss */
.pagination-prev, .gallery-prev {
  height: 35px;
  width: 35px;
}
/* line 1017, ../scss/base/_objects.scss */
.pagination-prev:before, .gallery-prev:before {
  position: absolute;
  content: '';
  top: 25%;
  left: 36%;
  border-top: 8px inset transparent;
  border-bottom: 8px inset transparent;
  border-right: 8px solid #888888;
  border-left: 0px inset transparent;
}
/* line 1027, ../scss/base/_objects.scss */
.pagination-prev:after, .gallery-prev:after {
  position: absolute;
  content: '';
  top: 25%;
  left: 48%;
  border-top: 8px inset transparent;
  border-bottom: 8px inset transparent;
  border-right: 8px solid white;
  border-left: 0px inset transparent;
}

/* line 1050, ../scss/base/_objects.scss */
.icon-search {
  background-color: transparent;
  background-image: url("/wp-content/themes/wamu-show/img/icons/magnify_sm_size.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
}
/* line 1063, ../scss/base/_objects.scss */
.nav-search-trigger .icon-search {
  top: 27px;
  left: 11px;
  width: 13px;
  height: 13px;
  opacity: 0.5;
}
/* line 1070, ../scss/base/_objects.scss */
.is-active .icon-search {
  opacity: 0.8;
}
/* line 1071, ../scss/base/_objects.scss */
.no-svg .icon-search {
  background-image: url("/wp-content/themes/wamu-show/img/icons/magnify_sm_size.png");
}

/* line 1076, ../scss/base/_objects.scss */
.icon-social {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: 7px;
}
/* line 1085, ../scss/base/_objects.scss */
.icon-social.twitter {
  background-image: url(/wp-content/themes/wamu-show/img/icons/twitter_full_size.svg);
}
/* line 1087, ../scss/base/_objects.scss */
.no-svg .icon-social.twitter {
  background-image: url(/wp-content/themes/wamu-show/img/icons/twitter_sm_size.png);
}
/* line 1089, ../scss/base/_objects.scss */
.icon-social.facebook {
  background-image: url(/wp-content/themes/wamu-show/img/icons/facebook_full_size.svg);
}
/* line 1091, ../scss/base/_objects.scss */
.no-svg .icon-social.facebook {
  background-image: url(/wp-content/themes/wamu-show/img/icons/facebook_sm_size.png);
}
/* line 1093, ../scss/base/_objects.scss */
.icon-social.rss {
  background-image: url(/wp-content/themes/wamu-show/img/icons/rss_full_size.svg);
}
/* line 1095, ../scss/base/_objects.scss */
.no-svg .icon-social.rss {
  background-image: url(/wp-content/themes/wamu-show/img/icons/rss_sm_size.png);
}
/* line 1097, ../scss/base/_objects.scss */
.icon-social.google {
  background-image: url(/wp-content/themes/wamu-show/img/icons/google_full_size.svg);
}
/* line 1099, ../scss/base/_objects.scss */
.no-svg .icon-social.google {
  background-image: url(/wp-content/themes/wamu-show/img/icons/google_sm_size.png);
}
/* line 1101, ../scss/base/_objects.scss */
.icon-social.youtube {
  background-image: url(/wp-content/themes/wamu-show/img/icons/youtube_full_size.svg);
}
/* line 1103, ../scss/base/_objects.scss */
.no-svg .icon-social.youtube {
  background-image: url(/wp-content/themes/wamu-show/img/icons/youtube_sm_size.png);
}

/* line 1107, ../scss/base/_objects.scss */
.icon-watch {
  background-color: transparent;
  background-image: url("/wp-content/themes/wamu-show/img/icons/watch_sm_size.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 8px;
}
/* line 1117, ../scss/base/_objects.scss */
.no-svg .icon-watch {
  background-image: url("/wp-content/themes/wamu-show/img/icons/watch_sm_size.png");
}

/* line 1132, ../scss/base/_objects.scss */
iframe, object, embed {
  max-width: 100%;
}

/* line 11, ../scss/base/_lists.scss */
.transcript-inner .list-items, .transcript-inner .pagination-items, .transcript-inner .article-body > ul,
.transcript-inner .intro-text-mod > ul,
.transcript-inner .segment-body > ul, .transcript-inner .article-body > ol,
.transcript-inner .intro-text-mod > ol,
.transcript-inner .segment-body > ol {
  list-style: none;
  margin-bottom: 3em;
}

@media (min-width: 12.5em) {
  /* line 18, ../scss/base/_lists.scss */
  .transcript-inner .list-items {
    margin-bottom: 5em;
  }
}
/* line 26, ../scss/base/_lists.scss */
.list-item, .pagination-item, .ftr-menu-item, .article-body > ul > li,
.intro-text-mod > ul > li,
.segment-body > ul > li, .article-body > ol > li,
.intro-text-mod > ol > li,
.segment-body > ol > li {
  margin-bottom: 1em;
}
/* line 29, ../scss/base/_lists.scss */
.inline-list-items .list-item, .inline-list-items .pagination-item, .inline-list-items .ftr-menu-item, .inline-list-items .article-body > ul > li,
.inline-list-items .intro-text-mod > ul > li,
.inline-list-items .segment-body > ul > li, .inline-list-items .article-body > ol > li,
.inline-list-items .intro-text-mod > ol > li,
.inline-list-items .segment-body > ol > li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
/* line 33, ../scss/base/_lists.scss */
.inline-list-items .list-item:last-child, .inline-list-items .pagination-item:last-child, .inline-list-items .ftr-menu-item:last-child, .inline-list-items .article-body > ul > li:last-child,
.inline-list-items .intro-text-mod > ul > li:last-child,
.inline-list-items .segment-body > ul > li:last-child, .inline-list-items .article-body > ol > li:last-child,
.inline-list-items .intro-text-mod > ol > li:last-child,
.inline-list-items .segment-body > ol > li:last-child {
  margin-right: 0;
}
/* line 38, ../scss/base/_lists.scss */
.title-header-nav-mod .list-item, .title-header-nav-mod .pagination-item, .title-header-nav-mod .ftr-menu-item, .title-header-nav-mod .article-body > ul > li,
.title-header-nav-mod .intro-text-mod > ul > li,
.title-header-nav-mod .segment-body > ul > li, .title-header-nav-mod .article-body > ol > li,
.title-header-nav-mod .intro-text-mod > ol > li,
.title-header-nav-mod .segment-body > ol > li {
  margin-right: 5px;
  font-size: 0.85em;
}
/* line 41, ../scss/base/_lists.scss */
.title-header-nav-mod .list-item:last-child, .title-header-nav-mod .pagination-item:last-child, .title-header-nav-mod .ftr-menu-item:last-child, .title-header-nav-mod .article-body > ul > li:last-child,
.title-header-nav-mod .intro-text-mod > ul > li:last-child,
.title-header-nav-mod .segment-body > ul > li:last-child, .title-header-nav-mod .article-body > ol > li:last-child,
.title-header-nav-mod .intro-text-mod > ol > li:last-child,
.title-header-nav-mod .segment-body > ol > li:last-child {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  /* line 38, ../scss/base/_lists.scss */
  .title-header-nav-mod .list-item, .title-header-nav-mod .pagination-item, .title-header-nav-mod .ftr-menu-item, .title-header-nav-mod .article-body > ul > li,
  .title-header-nav-mod .intro-text-mod > ul > li,
  .title-header-nav-mod .segment-body > ul > li, .title-header-nav-mod .article-body > ol > li,
  .title-header-nav-mod .intro-text-mod > ol > li,
  .title-header-nav-mod .segment-body > ol > li {
    margin-right: 20px;
    font-size: 1em;
  }
}

/*a[href^=tel] { color: red; text-decoration: none; }*/
/* line 54, ../scss/base/_lists.scss */
.list-item-link {
  color: #ef4738;
  text-decoration: none;
  cursor: pointer;
}
/* line 119, ../scss/base/_type.scss */
.list-item-link:hover {
  text-decoration: underline;
}
/* line 57, ../scss/base/_lists.scss */
.inline-list-items .list-item-link {
  color: #9d9fa2;
  text-decoration: none;
  /*line-height: 47px;*/
  display: block;
}
/* line 91, ../scss/base/_type.scss */
.inline-list-items .list-item-link:link {
  color: #9d9fa2;
}
/* line 94, ../scss/base/_type.scss */
.inline-list-items .list-item-link:visited {
  color: #9d9fa2;
}
/* line 97, ../scss/base/_type.scss */
.inline-list-items .list-item-link:hover {
  text-decoration: underline;
}
/* line 60, ../scss/base/_lists.scss */
.inline-list-items .list-item-link.active {
  color: #222222;
}

/* line 66, ../scss/base/_lists.scss */
.inline-list-items {
  margin-bottom: 0;
}

/* line 71, ../scss/base/_lists.scss */
.item-bold {
  font-weight: 700;
  margin-right: 5px;
}

/* line 86, ../scss/base/_lists.scss */
.aside-items {
  margin-bottom: 2em;
}
/* line 88, ../scss/base/_lists.scss */
.aside-items .list-item {
  margin-bottom: 1.35em;
  padding-bottom: 1.35em;
  border-bottom: 1px solid #f6f6f7;
}
/* line 92, ../scss/base/_lists.scss */
.aside-items .list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 109, ../scss/base/_lists.scss */
.meta-list-items + .meta-list-items {
  margin-top: 0.55em;
}

/* line 114, ../scss/base/_lists.scss */
.meta-list-item {
  display: inline-block;
  font-size: 0.85em;
  margin-right: 0.35em;
  margin-bottom: 0.65em;
}

/* line 121, ../scss/base/_lists.scss */
.cat-list-link {
  background-color: #f37367;
  display: block;
  padding: 0.35em 0.75em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 128, ../scss/base/_lists.scss */
.cat-list-link:link {
  color: #fff;
}
/* line 131, ../scss/base/_lists.scss */
.cat-list-link:visited {
  color: #fff;
}
/* line 134, ../scss/base/_lists.scss */
.cat-list-link:hover {
  background-color: #f15d50;
}
/* line 137, ../scss/base/_lists.scss */
.cat-list-link:active {
  background-color: #ef4738;
}

/* line 143, ../scss/base/_lists.scss */
.tag-list-link {
  color: #9d9fa2;
  text-decoration: none;
  padding: 0.35em 0.75em 0.35em 0;
  display: block;
}
/* line 148, ../scss/base/_lists.scss */
.tag-list-link:link {
  color: #9d9fa2;
}
/* line 151, ../scss/base/_lists.scss */
.tag-list-link:visited {
  color: #9d9fa2;
}
/* line 154, ../scss/base/_lists.scss */
.tag-list-link:hover {
  color: #9d9fa2;
}
/* line 157, ../scss/base/_lists.scss */
.tag-list-link:active {
  color: #9d9fa2;
}

/* line 173, ../scss/base/_lists.scss */
.social-nav {
  margin-top: 2em;
}
@media (min-width: 37.5em) {
  /* line 173, ../scss/base/_lists.scss */
  .social-nav {
    margin-top: 0.25em;
  }
}
@media (min-width: 50em) {
  /* line 173, ../scss/base/_lists.scss */
  .social-nav {
    margin-top: 0;
  }
}

/* line 183, ../scss/base/_lists.scss */
.social-list-items {
  margin: 0 auto 1.35em;
  text-align: center;
}

/* line 188, ../scss/base/_lists.scss */
.social-list-item, .social-blog-item {
  display: inline-block;
  overflow: hidden;
  margin-left: 1.25em;
}
/* line 192, ../scss/base/_lists.scss */
.social-list-item:first-child, .social-blog-item:first-child {
  margin-left: 0;
}
/* line 195, ../scss/base/_lists.scss */
.social-list-item .social-list-link, .social-blog-item .social-list-link {
  border-radius: 50%;
}
/* line 198, ../scss/base/_lists.scss */
.social-list-item.social-nav-item, .social-nav-item.social-blog-item {
  margin-top: 5px;
}
@media (min-width: 50em) {
  /* line 202, ../scss/base/_lists.scss */
  .social-nav .social-list-item, .social-nav .social-blog-item {
    margin-left: 0;
  }
}

/* line 209, ../scss/base/_lists.scss */
.discuss-list-item, .blog-discuss-item {
  display: inline-block;
  line-height: 28px;
  margin-left: 1.55em;
  position: relative;
}
@media (min-width: 50em) {
  /* line 209, ../scss/base/_lists.scss */
  .discuss-list-item, .blog-discuss-item {
    margin-left: 1em;
  }
}

/* line 220, ../scss/base/_lists.scss */
.blog-discuss-item {
  line-height: 23px;
  margin-left: 0;
}
/* line 224, ../scss/base/_lists.scss */
.blog-discuss-item .social-nav-link {
  line-height: 23px;
}
/* line 227, ../scss/base/_lists.scss */
.blog-discuss-item .discuss {
  margin-top: 0;
}

/* line 233, ../scss/base/_lists.scss */
.social-list-link, .social-blog-link {
  display: block;
  background-color: #ef4738;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  position: relative;
}
/* line 240, ../scss/base/_lists.scss */
.social-list-link:hover, .social-blog-link:hover {
  background-color: #ed3120;
}
/* line 242, ../scss/base/_lists.scss */
.social-list-link.social-nav-link, .social-nav-link.social-blog-link {
  background-color: #bcbec0;
}
/* line 244, ../scss/base/_lists.scss */
.social-list-link.social-nav-link:hover, .social-nav-link.social-blog-link:hover {
  background-color: #afb1b4;
}

/* line 248, ../scss/base/_lists.scss */
.social-blog-item {
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
}
/* line 254, ../scss/base/_lists.scss */
.social-blog-item.social-nav-item {
  margin-top: 0;
}

/* line 259, ../scss/base/_lists.scss */
.social-blog-link {
  background-color: #bcbec0;
  width: 23px;
  height: 23px;
}
/* line 264, ../scss/base/_lists.scss */
.social-blog-link:hover {
  background-color: #afb1b4;
}
/* line 265, ../scss/base/_lists.scss */
.social-blog-link .icon-social {
  top: 4px;
  left: 4px;
}

/* line 280, ../scss/base/_lists.scss */
.pagination-mod {
  margin: 0 auto 6em auto;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (min-width: 37.5em) {
  /* line 280, ../scss/base/_lists.scss */
  .pagination-mod {
    max-width: 100%;
  }
}

/* line 292, ../scss/base/_lists.scss */
.pagination-inner {
  display: inline-block;
}

/* line 296, ../scss/base/_lists.scss */
.pagination-items {
  font-size: 12px;
  display: block;
  float: left;
  line-height: 35px;
}

/* line 305, ../scss/base/_lists.scss */
.pagination-item {
  display: inline-block;
  margin-right: 5px;
}
/* line 309, ../scss/base/_lists.scss */
.pagination-item:last-child {
  margin-right: 0;
}

/* line 315, ../scss/base/_lists.scss */
.pagination-item-link {
  background-color: #f6f6f7;
  padding: 0.35em 0.85em;
  line-height: 2em;
  font-weight: 700;
  text-decoration: none;
  color: #9d9fa2;
}
/* line 322, ../scss/base/_lists.scss */
.pagination-item-link:link {
  color: #9d9fa2;
}
/* line 325, ../scss/base/_lists.scss */
.pagination-item-link:visited {
  color: #9d9fa2;
}
/* line 328, ../scss/base/_lists.scss */
.pagination-item-link:hover {
  color: #9d9fa2;
  text-decoration: underline;
}
/* line 332, ../scss/base/_lists.scss */
.is-active .pagination-item-link {
  color: #f6f6f7;
  background-color: #7d7d8b;
}

/* line 375, ../scss/base/_lists.scss */
.pagination-next,
.pagination-prev {
  border: 1px solid #e6e7e8;
  position: relative;
  display: block;
}
/* line 380, ../scss/base/_lists.scss */
.pagination-next:hover,
.pagination-prev:hover {
  border-color: #d9dadc;
}
/* line 383, ../scss/base/_lists.scss */
.pagination-next:active,
.pagination-prev:active {
  border-color: #bec1c3;
}
/* line 386, ../scss/base/_lists.scss */
.pagination-next.disabled,
.pagination-prev.disabled {
  border: 1px solid #9d9fa2;
  opacity: 0.15;
}

/* line 393, ../scss/base/_lists.scss */
.pagination-next {
  margin-left: 15px;
  float: right;
}

/* line 399, ../scss/base/_lists.scss */
.pagination-prev {
  margin-right: 15px;
  float: left;
}

@media only screen and (max-width: 480px) {
  /* line 406, ../scss/base/_lists.scss */
  .pagination-items {
    display: none;
  }
}
@-webkit-keyframes $name {
  0% {
    opacity: 0.01;
  }
  80% {
    opacity: 0.015;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes $name {
  0% {
    opacity: 0.01;
  }
  80% {
    opacity: 0.015;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $name {
  0% {
    opacity: 0.01;
  }
  80% {
    opacity: 0.015;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/* line 24, ../scss/base/_page-load.scss */
.title-hdr-img-mod,
.page-topper-reg,
.page-topper-full,
.content-wrapper,
.hdr-img {
  -webkit-animation: page-fade 0.65s ease;
  -moz-animation: page-fade 0.65s ease;
  animation: page-fade 0.65s ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 10, ../scss/base/_layout.scss */
html {
  background-color: #e6e7e8;
}

/* line 14, ../scss/base/_layout.scss */
html#audio-player-window {
  background-color: #fff;
}

/* line 19, ../scss/base/_layout.scss */
body {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 35, ../scss/base/_layout.scss */
#content {
  margin-top: 80px;
}
/* line 37, ../scss/base/_layout.scss */
#content.fixed {
  margin-top: 127px;
}

/* line 42, ../scss/base/_layout.scss */
html#audio-player-window #content {
  margin-top: 120px;
}

/* line 47, ../scss/base/_layout.scss */
.l-site-width {
  margin: 0 1.25em;
  position: relative;
}
@media (min-width: 65em) {
  /* line 47, ../scss/base/_layout.scss */
  .l-site-width {
    max-width: 68.75em;
    margin: 0 auto;
  }
}

/* line 57, ../scss/base/_layout.scss */
.l-hdr-width {
  margin: 0 1.25em;
}
@media (min-width: 56.25em) {
  /* line 57, ../scss/base/_layout.scss */
  .l-hdr-width {
    position: relative;
  }
}

/* line 65, ../scss/base/_layout.scss */
.l-col-5, .l-col-5--centered {
  max-width: 44.15385em;
  margin: 0 auto;
}

/* line 71, ../scss/base/_layout.scss */
.l-col-7 {
  max-width: 61.23077em;
  margin: 0 auto;
}

/* line 81, ../scss/base/_layout.scss */
#wpadminbar {
  position: fixed !important;
}

/* line 95, ../scss/base/_layout.scss */
.hp-main {
  *zoom: 1;
  position: relative;
  z-index: 1;
  overflow: visible;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.hp-main:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 50.25em) {
  /* line 95, ../scss/base/_layout.scss */
  .hp-main {
    margin-top: -185px;
  }
}

/* line 107, ../scss/base/_layout.scss */
.hp-live {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.95);
  position: relative;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.hp-live:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 50.25em) {
  /* line 107, ../scss/base/_layout.scss */
  .hp-live {
    margin: 1.25em 0;
  }
}
@media (min-width: 50.25em) {
  /* line 107, ../scss/base/_layout.scss */
  .hp-live {
    margin-bottom: 0;
  }
  /* line 119, ../scss/base/_layout.scss */
  .hp-live:before, .hp-live:after {
    content: '';
    position: absolute;
    width: 9999em;
    position: absolute;
    right: 100%;
  }
  /* line 129, ../scss/base/_layout.scss */
  .hp-live:before {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.95);
    top: 0;
    bottom: 0;
  }
}
/* line 137, ../scss/base/_layout.scss */
.hp-live .live-h {
  display: inline-block;
  margin-bottom: 0.95em;
}
@media (min-width: 37.5em) and (max-width: 50.25em) {
  /* line 137, ../scss/base/_layout.scss */
  .hp-live .live-h {
    width: 60%;
    float: left;
  }
}
@media (min-width: 56.25em) {
  /* line 137, ../scss/base/_layout.scss */
  .hp-live .live-h {
    width: 60%;
    float: left;
  }
}

/* line 151, ../scss/base/_layout.scss */
.hp-live-inner {
  max-height: 500px;
  opacity: 1;
  transition: max-height .5s ease-out, opacity .5s ease-out;
}
/* line 155, ../scss/base/_layout.scss */
.hp-live.is-hidden .hp-live-inner {
  overflow: hidden;
  opacity: .2;
  max-height: 0px;
  transition: max-height .25s ease-out, opacity .25s ease-out;
}

/* line 163, ../scss/base/_layout.scss */
.hp-live-content {
  *zoom: 1;
  padding: 2em 1.25em 1em 0;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.hp-live-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 50.25em) {
  /* line 163, ../scss/base/_layout.scss */
  .hp-live-content {
    padding-left: 1.25em;
  }
}

/* line 172, ../scss/base/_layout.scss */
.live-controls {
  display: block;
}
@media (min-width: 37.5em) and (max-width: 50.25em) {
  /* line 172, ../scss/base/_layout.scss */
  .live-controls {
    display: inline-block;
    float: right;
  }
}
@media (min-width: 56.25em) {
  /* line 172, ../scss/base/_layout.scss */
  .live-controls {
    display: inline-block;
    float: right;
  }
}
/* line 182, ../scss/base/_layout.scss */
.live-controls .watch-button-wrapper {
  display: inline-block;
  margin-left: .25em;
  visibility: visible;
  opacity: 1;
  max-width: 400px;
  transition: visibility 0s linear 0s, max-width .25s, opacity .25s;
}
/* line 189, ../scss/base/_layout.scss */
.live-controls .watch-button-wrapper.is-hidden {
  visibility: hidden;
  opacity: 0;
  max-width: 0px;
  transition: visibility 0s linear .25s, max-width .1s, opacity .1s;
}

/* line 198, ../scss/base/_layout.scss */
.hp-featured {
  *zoom: 1;
  position: relative;
  border-bottom: 8px solid #e6e7e8;
  padding-bottom: 2em;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.hp-featured:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 50.25em) {
  /* line 204, ../scss/base/_layout.scss */
  .hp-featured.hp-block {
    background-color: #f6f6f7;
    padding: 3em 1.25em 3em 0;
  }
  /* line 208, ../scss/base/_layout.scss */
  .hp-featured:before {
    content: '';
    background-color: #f6f6f7;
    position: absolute;
    width: 9999em;
    right: 100%;
    top: 0;
    bottom: 0;
  }
  /* line 217, ../scss/base/_layout.scss */
  .hp-featured:after {
    content: '';
    width: 100%;
    width: 9999em;
    right: 100%;
    bottom: -8px;
    height: 8px;
    background-color: #e6e7e8;
    position: absolute;
    z-index: 1;
  }
}

/* line 232, ../scss/base/_layout.scss */
.featured-inner {
  position: relative;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.featured-inner:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 50.25em) {
  /* line 232, ../scss/base/_layout.scss */
  .featured-inner {
    background-color: #f6f6f7;
  }
}

/* line 240, ../scss/base/_layout.scss */
.hp-shows, .hp-stream {
  position: relative;
  padding: 4em 1.25em 0 0;
  background-color: #fff;
}
/* line 244, ../scss/base/_layout.scss */
.hp-shows:before, .hp-stream:before {
  content: '';
  width: 100%;
  width: 9999em;
  right: 100%;
  background-color: #fff;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
/* line 255, ../scss/base/_layout.scss */
.hp-shows .hp-block-inner, .hp-stream .hp-block-inner {
  padding-bottom: 2em;
  border-bottom: 8px solid #e6e7e8;
}

@media (min-width: 50.25em) {
  /* line 262, ../scss/base/_layout.scss */
  .hp-stream .hp-block-inner {
    border-bottom: none;
  }
}

/* line 269, ../scss/base/_layout.scss */
.hp-block:last-of-type {
  margin-bottom: 6em;
}

/* line 273, ../scss/base/_layout.scss */
.l-primary {
  width: 100%;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-primary:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 50.25em) {
  /* line 273, ../scss/base/_layout.scss */
  .l-primary {
    width: 100%;
    float: left;
    margin-right: -350px;
  }
  /* line 281, ../scss/base/_layout.scss */
  .l-primary > .inner {
    margin-right: 350px;
  }
}

/* line 287, ../scss/base/_layout.scss */
.l-secondary {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 50.25em) {
  /* line 287, ../scss/base/_layout.scss */
  .l-secondary {
    float: right;
  }
  /* line 294, ../scss/base/_layout.scss */
  .hp-main .l-secondary {
    padding-top: 150px;
  }
}

/* line 311, ../scss/base/_layout.scss */
.l-form-split {
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-form-split:after {
  content: "";
  display: table;
  clear: both;
}
/* line 313, ../scss/base/_layout.scss */
.l-form-split > .form-secondary {
  text-align: left;
}
@media (min-width: 37.5em) {
  /* line 318, ../scss/base/_layout.scss */
  .l-form-split > .form-primary {
    width: 60%;
    float: left;
  }
  /* line 322, ../scss/base/_layout.scss */
  .l-form-split > .form-secondary {
    width: 30%;
    float: right;
    text-align: left;
  }
}

/* line 341, ../scss/base/_layout.scss */
.page-main {
  margin-bottom: 4em;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.page-main:after {
  content: "";
  display: table;
  clear: both;
}

/* line 357, ../scss/base/_layout.scss */
#site-wrap-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 361, ../scss/base/_layout.scss */
.touch #site-wrap-outer {
  overflow-y: scroll;
}

/* line 367, ../scss/base/_layout.scss */
#site-wrap-inner {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media (min-width: 56.25em) {
  /* line 367, ../scss/base/_layout.scss */
  #site-wrap-inner {
    -webkit-transition: none !important;
  }
}

/* line 378, ../scss/base/_layout.scss */
#site-content-wrap {
  position: relative;
  background-color: #fff;
  *zoom: 1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 5;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#site-content-wrap:after {
  content: "";
  display: table;
  clear: both;
}
/* line 386, ../scss/base/_layout.scss */
.js-nav #site-content-wrap {
  right: 250px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 391, ../scss/base/_layout.scss */
.csstransforms .js-nav #site-content-wrap {
  -webkit-transform: translateX(-250px);
  -moz-transfrom: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  transform: translateX(-250px);
  right: 0;
}
@media (min-width: 56.25em) {
  /* line 391, ../scss/base/_layout.scss */
  .csstransforms .js-nav #site-content-wrap {
    -webkit-transform: translateX(0);
  }
}
@media (min-width: 56.25em) {
  /* line 386, ../scss/base/_layout.scss */
  .js-nav #site-content-wrap {
    right: 0;
    -webkit-transition: none !important;
  }
}
/* line 407, ../scss/base/_layout.scss */
.touch #site-content-wrap {
  overflow-y: scroll;
}

/* line 423, ../scss/base/_layout.scss */
.grid-3 .media-block {
  margin-bottom: 2em;
}
@media (min-width: 37.5em) {
  /* line 423, ../scss/base/_layout.scss */
  .grid-3 .media-block {
    margin-bottom: 0;
  }
}
@media (min-width: 37.5em) {
  /* line 422, ../scss/base/_layout.scss */
  .grid-3 {
    margin-bottom: 0;
    margin-left: -45px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-3:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .grid-3 > .media-block {
    float: left;
    padding-left: 45px;
    width: 33.3333%;
  }
  /* line 36, ../components/Upbase/components/_layout.scss */
  .grid-3 > .media-block:nth-of-type(3n+4) {
    clear: left;
  }
  /* line 39, ../components/Upbase/components/_layout.scss */
  .ie7 .grid-3 > .media-block {
    width: 33%;
  }
  /* line 42, ../components/Upbase/components/_layout.scss */
  .grid-3 > .media-block.n4 {
    clear: left;
  }
}

@media (min-width: 37.5em) {
  /* line 438, ../scss/base/_layout.scss */
  .grid-3.grid--with-rows .media-block,
  .grid-3--rules.grid--with-rows .media-block {
    margin-bottom: 4em;
  }
}

/* line 447, ../scss/base/_layout.scss */
.grid-3--rules .media-block {
  margin-bottom: 2em;
}
@media (min-width: 37.5em) {
  /* line 447, ../scss/base/_layout.scss */
  .grid-3--rules .media-block {
    margin-bottom: 0;
  }
}
@media (min-width: 37.5em) {
  /* line 446, ../scss/base/_layout.scss */
  .grid-3--rules {
    margin-left: -3.46154em;
    *zoom: 1;
    background: url(/wp-content/themes/wamu-show/img/elements/el_9D9FA2_1px.gif), url(/wp-content/themes/wamu-show/img/elements/el_9D9FA2_1px.gif);
    background-repeat: repeat-y, repeat-y;
    background-position: 36.33333% 0%, 69.66666% 0%;
  }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-3--rules:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .grid-3--rules > .media-block {
    float: left;
    padding-left: 3.46154em;
    width: 33.3333%;
  }
  /* line 36, ../components/Upbase/components/_layout.scss */
  .grid-3--rules > .media-block:nth-of-type(3n+4) {
    clear: left;
  }
  /* line 39, ../components/Upbase/components/_layout.scss */
  .ie7 .grid-3--rules > .media-block {
    width: 33%;
  }
  /* line 42, ../components/Upbase/components/_layout.scss */
  .grid-3--rules > .media-block.n4 {
    clear: left;
  }
}

@media (min-width: 37.5em) {
  /* line 464, ../scss/base/_layout.scss */
  .grid-project {
    margin-bottom: 4em;
  }
}
@media (min-width: 56.25em) {
  /* line 464, ../scss/base/_layout.scss */
  .grid-project {
    margin-bottom: 6em;
  }
}
/* line 468, ../scss/base/_layout.scss */
.grid-project .media-block {
  margin-bottom: 2em;
}
/* line 471, ../scss/base/_layout.scss */
.grid-project .media-block:last-child .media-block-inner {
  border-bottom: 0;
}
/* line 476, ../scss/base/_layout.scss */
.grid-project .media-block-inner {
  border-bottom: 1px solid #e6e7e8;
  padding-bottom: 2em;
}
@media (min-width: 37.5em) and (max-width: 55.25em) {
  /* line 464, ../scss/base/_layout.scss */
  .grid-project {
    margin-left: -6em;
    *zoom: 1;
    background: url(/wp-content/themes/wamu-show/img/elements/el_e6e7e8_1px.gif);
    background-repeat: repeat-y;
    background-position: 55%;
  }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-project:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .grid-project > .media-block {
    float: left;
    padding-left: 6em;
    width: 50%;
  }
  /* line 27, ../components/Upbase/components/_layout.scss */
  .grid-project > .media-block:nth-of-type(2n+3) {
    clear: left;
  }
  /* line 30, ../components/Upbase/components/_layout.scss */
  .grid-project > .media-block.n3 {
    clear: left;
  }
  /* line 487, ../scss/base/_layout.scss */
  .grid-project .media-block:nth-last-child(-1n + 2) {
    margin-bottom: 0;
  }
  /* line 489, ../scss/base/_layout.scss */
  .grid-project .media-block:nth-last-child(-1n + 2) .media-block-inner {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 56.25em) {
  /* line 464, ../scss/base/_layout.scss */
  .grid-project {
    margin-left: -6em;
    *zoom: 1;
    background: url(/wp-content/themes/wamu-show/img/elements/el_e6e7e8_1px.gif), url(/wp-content/themes/wamu-show/img/elements/el_e6e7e8_1px.gif);
    background-repeat: repeat-y, repeat-y;
    background-position: 38% 0, 71.25% 0;
  }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid-project:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../components/Upbase/components/_layout.scss */
  .grid-project > .media-block {
    float: left;
    padding-left: 6em;
    width: 33.3333%;
  }
  /* line 36, ../components/Upbase/components/_layout.scss */
  .grid-project > .media-block:nth-of-type(3n+4) {
    clear: left;
  }
  /* line 39, ../components/Upbase/components/_layout.scss */
  .ie7 .grid-project > .media-block {
    width: 33%;
  }
  /* line 42, ../components/Upbase/components/_layout.scss */
  .grid-project > .media-block.n4 {
    clear: left;
  }
  /* line 504, ../scss/base/_layout.scss */
  .grid-project .media-block:nth-last-child(-1n + 3) {
    margin-bottom: 0;
  }
  /* line 506, ../scss/base/_layout.scss */
  .grid-project .media-block:nth-last-child(-1n + 3) .media-block-inner {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* line 529, ../scss/base/_layout.scss */
.l-audio-primary {
  width: 100%;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-audio-primary:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 525px) {
  /* line 529, ../scss/base/_layout.scss */
  .l-audio-primary {
    width: 100%;
    float: left;
    margin-right: -350px;
  }
  /* line 536, ../scss/base/_layout.scss */
  .l-audio-primary > .inner {
    margin-right: 350px;
  }
}

/* line 544, ../scss/base/_layout.scss */
.l-audio-secondary {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 525px) {
  /* line 544, ../scss/base/_layout.scss */
  .l-audio-secondary {
    float: right;
  }
}

/* line 567, ../scss/base/_layout.scss */
.l-pair-reg img {
  width: 100%;
  max-width: 100%;
}
/* line 568, ../scss/base/_layout.scss */
.l-pair-reg > .art-bd {
  margin-bottom: 1em;
  max-width: 200px;
}
@media (min-width: 37.5em) {
  /* line 566, ../scss/base/_layout.scss */
  .l-pair-reg {
    *zoom: 1;
    display: table;
  }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-pair-reg:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 461, ../components/Upbase/components/_layout.scss */
  .l-pair-reg > .art-bd {
    display: table-cell;
    width: 100px;
    margin: 0;
  }
  /* line 465, ../components/Upbase/components/_layout.scss */
  .l-pair-reg > .art-bd > img,
  .l-pair-reg > .art-bd > .art {
    width: 100%;
    max-width: 100%;
  }
  /* line 470, ../components/Upbase/components/_layout.scss */
  .l-pair-reg > .txt-bd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
  }
  /* line 479, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-reg > .art-bd,
  .lt-ie8 .l-pair-reg > .txt-bd {
    display: block;
  }
  /* line 483, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-reg > .art-bd {
    width: 100px;
    float: left;
  }
  /* line 487, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-reg > .txt-bd {
    margin-left: 130px;
  }
}
/* line 572, ../scss/base/_layout.scss */
.l-pair-reg + .l-pair-reg {
  margin-top: 4em;
}

/* line 579, ../scss/base/_layout.scss */
.l-pair-sm > .art-bd {
  margin-bottom: 0.25em;
  max-width: 200px;
}
@media (min-width: 37.5em) {
  /* line 578, ../scss/base/_layout.scss */
  .l-pair-sm {
    *zoom: 1;
    display: table;
  }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-pair-sm:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 461, ../components/Upbase/components/_layout.scss */
  .l-pair-sm > .art-bd {
    display: table-cell;
    width: 85px;
    margin: 0;
  }
  /* line 465, ../components/Upbase/components/_layout.scss */
  .l-pair-sm > .art-bd > img,
  .l-pair-sm > .art-bd > .art {
    width: 100%;
    max-width: 100%;
  }
  /* line 470, ../components/Upbase/components/_layout.scss */
  .l-pair-sm > .txt-bd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  /* line 479, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-sm > .art-bd,
  .lt-ie8 .l-pair-sm > .txt-bd {
    display: block;
  }
  /* line 483, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-sm > .art-bd {
    width: 85px;
    float: left;
  }
  /* line 487, ../components/Upbase/components/_layout.scss */
  .lt-ie8 .l-pair-sm > .txt-bd {
    margin-left: 105px;
  }
  /* line 582, ../scss/base/_layout.scss */
  .l-pair-sm > .txt-bd.book-bd {
    vertical-align: top;
  }
}
/* line 586, ../scss/base/_layout.scss */
.l-pair-sm + .l-pair-sm {
  margin-top: 2em;
}

@media (min-width: 37.5em) {
  /* line 602, ../scss/base/_layout.scss */
  .l-tz-content {
    *zoom: 1;
  }
  /* line 118, ../components/Upbase/components/_layout.scss */
  .l-tz-content > .ui-block-1 {
    width: 100%;
    float: left;
    margin-right: -9.07692em;
  }
  /* line 122, ../components/Upbase/components/_layout.scss */
  .l-tz-content > .ui-block-1 > .ui-block-inner {
    margin-right: 9.07692em;
  }
  /* line 127, ../components/Upbase/components/_layout.scss */
  .l-tz-content > .ui-block-2 {
    width: 6em;
    float: right;
  }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-tz-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 605, ../scss/base/_layout.scss */
  .l-tz-content .ui-block-2 {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 37.5em) {
  /* line 612, ../scss/base/_layout.scss */
  .l-tz-aside {
    *zoom: 1;
  }
  /* line 118, ../components/Upbase/components/_layout.scss */
  .l-tz-aside > .ui-block-1 {
    width: 100%;
    float: left;
    margin-right: -7.46154em;
  }
  /* line 122, ../components/Upbase/components/_layout.scss */
  .l-tz-aside > .ui-block-1 > .ui-block-inner {
    margin-right: 7.46154em;
  }
  /* line 127, ../components/Upbase/components/_layout.scss */
  .l-tz-aside > .ui-block-2 {
    width: 4.38462em;
    float: right;
  }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-tz-aside:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 615, ../scss/base/_layout.scss */
  .l-tz-aside .ui-block-2 {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 37.5em) {
  /* line 638, ../scss/base/_layout.scss */
  .l-station-ftr {
    *zoom: 1;
  }
  /* line 135, ../components/Upbase/components/_layout.scss */
  .l-station-ftr > .ui-block-1 {
    width: 140px;
    float: left;
  }
  /* line 139, ../components/Upbase/components/_layout.scss */
  .l-station-ftr > .ui-block-2 {
    width: 100%;
    float: right;
    margin-left: -180px;
  }
  /* line 143, ../components/Upbase/components/_layout.scss */
  .l-station-ftr > .ui-block-2 > .ui-block-inner {
    margin-left: 180px;
  }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-station-ftr:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 641, ../scss/base/_layout.scss */
  .l-station-ftr .ui-block-1 {
    position: relative;
    z-index: 1;
  }
}

/* line 660, ../scss/base/_layout.scss */
.page-block + .page-block {
  margin-top: 6em;
}

/* line 677, ../scss/base/_layout.scss */
.error404 .l-col-5--centered {
  text-align: center;
}

/* line 36, ../scss/base/_header.scss */
.hdr {
  background-color: #222222;
  position: relative;
  z-index: 10;
}
/* line 40, ../scss/base/_header.scss */
.hdr-img + .hdr {
  margin-bottom: 169.25px;
}
@media (min-width: 37.5em) {
  /* line 40, ../scss/base/_header.scss */
  .hdr-img + .hdr {
    margin-bottom: 351.25px;
  }
}
@media (min-width: 50.25em) {
  /* line 40, ../scss/base/_header.scss */
  .hdr-img + .hdr {
    margin-bottom: 360px;
  }
}
@media (min-width: 56.25em) {
  /* line 40, ../scss/base/_header.scss */
  .hdr-img + .hdr {
    margin-bottom: 460px;
  }
}
@media (min-width: 56.25em) {
  /* line 36, ../scss/base/_header.scss */
  .hdr {
    position: relative;
    z-index: 100;
  }
}

/* line 59, ../scss/base/_header.scss */
.hdr-inner {
  height: 47px;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.hdr-inner:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 37.5em) {
  /* line 59, ../scss/base/_header.scss */
  .hdr-inner {
    height: 65px;
  }
}

/* line 68, ../scss/base/_header.scss */
.hdr-img {
  background-image: url(/wp-content/themes/wamu-show/img/hp-banners/kojo_hp_sm.jpg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 200px;
  width: 100%;
  background-size: cover;
  position: absolute;
}
@media (min-width: 37.5em) {
  /* line 68, ../scss/base/_header.scss */
  .hdr-img {
    background-image: url(/wp-content/themes/wamu-show/img/hp-banners/kojo_hp_med.jpg);
    height: 400px;
  }
}
@media (min-width: 56.25em) {
  /* line 68, ../scss/base/_header.scss */
  .hdr-img {
    height: 500px;
    background-image: url(/wp-content/themes/wamu-show/img/hp-banners/kojo_hp_lg.jpg);
    background-position: 100% 50%;
  }
}

/* line 88, ../scss/base/_header.scss */
.hdr-logo-mod {
  float: left;
  margin-right: 6px;
  margin-top: 6px;
  width: 70px;
}
@media (min-width: 37.5em) {
  /* line 88, ../scss/base/_header.scss */
  .hdr-logo-mod {
    width: 100px;
  }
}
@media (min-width: 56.25em) {
  /* line 88, ../scss/base/_header.scss */
  .hdr-logo-mod {
    float: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 126px;
  }
}
/* line 103, ../scss/base/_header.scss */
.hdr-logo-mod img {
  width: 100%;
  max-width: 100%;
}

/* line 109, ../scss/base/_header.scss */
.audio-logo-mod {
  width: 100px;
}
/* line 111, ../scss/base/_header.scss */
.audio-logo-mod img {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 56.25em) {
  /* line 127, ../scss/base/_header.scss */
  .sm-site-nav-mod {
    display: none;
  }
}

/* line 133, ../scss/base/_header.scss */
.lg-site-nav-mod {
  display: none;
}
@media (min-width: 56.25em) {
  /* line 133, ../scss/base/_header.scss */
  .lg-site-nav-mod {
    display: block;
  }
}

/* line 141, ../scss/base/_header.scss */
.sm-site-overflow {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 250px;
  background-color: #222222;
}
/* line 149, ../scss/base/_header.scss */
.touch .sm-site-overflow {
  overflow: hidden;
}
/* line 152, ../scss/base/_header.scss */
.touch .js-nav .sm-site-overflow {
  overflow-y: scroll;
}

/* line 159, ../scss/base/_header.scss */
.sm-site-nav-mod .nav-main-mod {
  padding-top: 47px;
  width: 250px;
  position: absolute;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.sm-site-nav-mod .nav-main-mod:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 37.5em) {
  /* line 159, ../scss/base/_header.scss */
  .sm-site-nav-mod .nav-main-mod {
    padding-top: 65px;
  }
}
@media (min-width: 56.25em) {
  /* line 167, ../scss/base/_header.scss */
  .lg-site-nav-mod .nav-main-mod {
    position: static;
    height: auto;
    right: 0;
    float: left;
    width: 100%;
    padding-left: 136px;
    padding-top: 0;
  }
}

/* line 182, ../scss/base/_header.scss */
.nav-item {
  border-top: 1px solid #464646;
}
@media (min-width: 56.25em) {
  /* line 182, ../scss/base/_header.scss */
  .nav-item {
    float: left;
    border: 0;
  }
}

/* line 191, ../scss/base/_header.scss */
.nav-link {
  padding: 1em 2em;
  line-height: 47px;
  display: block;
  font-size: 1.07692307692308em;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: #888888;
  text-decoration: none;
}
/* line 104, ../scss/base/_type.scss */
.nav-link:hover {
  color: white;
}
/* line 199, ../scss/base/_header.scss */
.nav-link:link {
  color: #888;
}
/* line 202, ../scss/base/_header.scss */
.nav-link:visited {
  color: #888;
}
/* line 205, ../scss/base/_header.scss */
.nav-link:hover {
  background-color: #151515;
}
/* line 208, ../scss/base/_header.scss */
.nav-link.is-active {
  background-color: #151515;
  color: #fff;
}
@media (min-width: 37.5em) {
  /* line 191, ../scss/base/_header.scss */
  .nav-link {
    line-height: 65px;
    padding: 0 .75em;
  }
}

/* line 219, ../scss/base/_header.scss */
.nav-dropdown {
  display: none;
  width: 100%;
  z-index: 100;
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.5);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
@media (min-width: 56.25em) {
  /* line 219, ../scss/base/_header.scss */
  .nav-dropdown {
    position: absolute;
    width: auto;
    background-color: #f9f9f9;
    padding: 1em;
    border-bottom: 4px solid #f26a5e;
  }
}
/* line 235, ../scss/base/_header.scss */
.nav-dropdown .list-item {
  border-bottom: 1px solid #181818;
  margin: 0;
}
@media (min-width: 56.25em) {
  /* line 235, ../scss/base/_header.scss */
  .nav-dropdown .list-item {
    border-bottom: 1px solid #e9e9eb;
  }
}
/* line 241, ../scss/base/_header.scss */
.nav-dropdown .list-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 247, ../scss/base/_header.scss */
.nav-dropdown .list-item-link {
  color: #888888;
  text-decoration: none;
  display: block;
  line-height: 65px;
  padding: 0 2em;
}
/* line 104, ../scss/base/_type.scss */
.nav-dropdown .list-item-link:hover {
  color: white;
}
@media (min-width: 56.25em) {
  /* line 247, ../scss/base/_header.scss */
  .nav-dropdown .list-item-link {
    padding: 1.5em;
    line-height: 1em;
  }
}
/* line 257, ../scss/base/_header.scss */
.nav-dropdown .list-item-link:hover {
  color: #bcbec0;
  text-decoration: none;
}
@media (min-width: 56.25em) {
  /* line 257, ../scss/base/_header.scss */
  .nav-dropdown .list-item-link:hover {
    background-color: #e9e9eb;
    color: #464646;
  }
}
/* line 267, ../scss/base/_header.scss */
.link--with-drop-lowered .nav-dropdown + {
  display: block;
}

/* line 276, ../scss/base/_header.scss */
.link-trigger.is-active + .nav-dropdown,
.link-trigger2.is-active + .nav-dropdown {
  display: block;
}

/* line 282, ../scss/base/_header.scss */
.link--with-drop-lowered + .nav-dropdown {
  display: block;
}

/* line 288, ../scss/base/_header.scss */
.search-mod {
  display: inline-block;
  color: #fff;
}

/* line 293, ../scss/base/_header.scss */
.station-logo {
  color: #fff;
  float: right;
}

/* line 307, ../scss/base/_header.scss */
.nav-trigger-mod {
  float: right;
  position: relative;
}

/* line 312, ../scss/base/_header.scss */
.nav-trigger {
  outline: 0;
  border: 0;
  background-color: transparent;
  background-image: url(/wp-content/themes/wamu-show/img/icons/menu_sm_15.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -99999em;
  width: 20px;
  line-height: 40px;
}
@media (min-width: 37.5em) {
  /* line 312, ../scss/base/_header.scss */
  .nav-trigger {
    line-height: 65px;
  }
}
@media (min-width: 56.25em) {
  /* line 312, ../scss/base/_header.scss */
  .nav-trigger {
    display: none;
  }
}
/* line 328, ../scss/base/_header.scss */
.no-svg .nav-trigger {
  background-image: url(/wp-content/themes/wamu-show/img/icons/menu_sm_15.png);
}

/* line 344, ../scss/base/_header.scss */
.nav-logos-mod {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 15px;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.nav-logos-mod:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 56.25em) {
  /* line 344, ../scss/base/_header.scss */
  .nav-logos-mod {
    position: absolute;
    right: 0;
    padding: 0;
  }
}

/* line 356, ../scss/base/_header.scss */
.logo-org {
  width: 100px;
  float: left;
  line-height: 65px;
  height: 65px;
}
/* line 361, ../scss/base/_header.scss */
.logo-org img {
  width: 100%;
  max-width: 100%;
}
/* line 366, ../scss/base/_header.scss */
.hdr-audio .logo-org {
  width: 100px;
}
/* line 370, ../scss/base/_header.scss */
.logo-org.npr-nav-logo {
  width: 48px;
  margin-left: 20px;
}

@media (min-width: 56.25em) {
  /* line 377, ../scss/base/_header.scss */
  .nav-search-mod {
    float: left;
  }
}

/* line 9, ../scss/base/_footer.scss */
.site-footer {
  clear: both;
}

/* line 13, ../scss/base/_footer.scss */
.site-ftr {
  background: #222222;
  padding: 4em 0;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.site-ftr:after {
  content: "";
  display: table;
  clear: both;
}

/* line 20, ../scss/base/_footer.scss */
.l-site-ftr {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.l-site-ftr:after {
  content: "";
  display: table;
  clear: both;
}

/* line 36, ../scss/base/_footer.scss */
.ftr-menus-inner {
  margin-bottom: 2em;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.ftr-menus-inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 42, ../scss/base/_footer.scss */
.ftr-menu-mod + .ftr-menu-mod {
  margin-top: 2.75em;
}

/* line 48, ../scss/base/_footer.scss */
.ftr-menu-item {
  margin: 0 0 0.65em 0;
  font-size: 1.07692307692308em;
}

/* line 55, ../scss/base/_footer.scss */
.ftr-menu-link {
  color: #888888;
  text-decoration: none;
}
/* line 104, ../scss/base/_type.scss */
.ftr-menu-link:hover {
  color: white;
}
/* line 57, ../scss/base/_footer.scss */
.ftr-menu-link:link {
  color: #888;
}
/* line 60, ../scss/base/_footer.scss */
.ftr-menu-link:visited {
  color: #888;
}
/* line 63, ../scss/base/_footer.scss */
.ftr-menu-link:hover {
  color: #fff;
}
/* line 66, ../scss/base/_footer.scss */
.ftr-menu-link:active {
  color: #fff;
}

/* line 72, ../scss/base/_footer.scss */
.ftr-section-hdr {
  font-size: 1em;
  color: #bcbec0;
  letter-spacing: 0.075em;
  margin-bottom: 0.45em;
}

/* line 81, ../scss/base/_footer.scss */
.ftr-search-mod {
  display: block;
  clear: both;
  margin-top: 2em;
  max-width: 450px;
}

/* line 92, ../scss/base/_footer.scss */
.ftr-top {
  position: absolute;
  top: -20px;
  right: 0;
}
/* line 96, ../scss/base/_footer.scss */
.ftr-top a {
  color: #888888;
  text-decoration: none;
}
/* line 104, ../scss/base/_type.scss */
.ftr-top a:hover {
  color: white;
}

/* line 100, ../scss/base/_footer.scss */
.l-ftr-primary {
  width: 285px;
  float: left;
  margin-bottom: 2em;
}

/* line 107, ../scss/base/_footer.scss */
.l-ftr-secondary {
  width: 100%;
  overflow: visible;
  clear: left;
}
@media (min-width: 37.5em) {
  /* line 107, ../scss/base/_footer.scss */
  .l-ftr-secondary {
    clear: none;
    margin-right: -350px;
    float: right;
  }
  /* line 116, ../scss/base/_footer.scss */
  .l-ftr-secondary > .inner {
    margin-right: 350px;
    *zoom: 1;
  }
  /* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .l-ftr-secondary > .inner:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 56.25em) {
  /* line 107, ../scss/base/_footer.scss */
  .l-ftr-secondary {
    margin-right: -450px;
  }
  /* line 124, ../scss/base/_footer.scss */
  .l-ftr-secondary > .inner {
    margin-right: 450px;
  }
}

/* line 130, ../scss/base/_footer.scss */
.ftr-col-a,
.ftr-col-b {
  width: 45%;
}

/* line 135, ../scss/base/_footer.scss */
.ftr-col-a {
  float: left;
}

/* line 137, ../scss/base/_footer.scss */
.ftr-col-b {
  float: right;
}

/* line 140, ../scss/base/_footer.scss */
.site-ftr-logo {
  max-width: 80px;
}
/* line 142, ../scss/base/_footer.scss */
.site-ftr-logo a {
  display: block;
  width: 80px;
}
/* line 146, ../scss/base/_footer.scss */
.site-ftr-logo img {
  width: 100%;
  max-width: 100%;
}

/* line 152, ../scss/base/_footer.scss */
.ftr-show-meta {
  margin-top: 2em;
}

/* line 167, ../scss/base/_footer.scss */
.station-ftr {
  background-color: #000;
  padding: 2em 0;
  color: #e6e7e8;
}
/* line 171, ../scss/base/_footer.scss */
.station-ftr p {
  line-height: 1.55em;
}

/* line 176, ../scss/base/_footer.scss */
.station-ftr-logo {
  width: 140px;
  margin: 4px auto 2em auto;
}
/* line 179, ../scss/base/_footer.scss */
.station-ftr-logo a {
  width: 140px;
  height: 35px;
  display: block;
}
/* line 184, ../scss/base/_footer.scss */
.station-ftr-logo img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 37.5em) {
  /* line 176, ../scss/base/_footer.scss */
  .station-ftr-logo {
    margin-bottom: 0;
  }
}

/* line 193, ../scss/base/_footer.scss */
.station-ftr-meta {
  text-align: center;
}
@media (min-width: 37.5em) {
  /* line 193, ../scss/base/_footer.scss */
  .station-ftr-meta {
    text-align: left;
  }
}
/* line 198, ../scss/base/_footer.scss */
.station-ftr-meta a {
  color: #888888;
  text-decoration: none;
  color: #e6e7e8;
}
/* line 104, ../scss/base/_type.scss */
.station-ftr-meta a:hover {
  color: white;
}
/* line 202, ../scss/base/_footer.scss */
.station-ftr-meta i {
  font-style: normal;
  margin: 0 8px;
  display: none;
}
@media (min-width: 37.5em) {
  /* line 202, ../scss/base/_footer.scss */
  .station-ftr-meta i {
    display: inline-block;
  }
}
/* line 210, ../scss/base/_footer.scss */
.station-ftr-meta span {
  display: block;
}
@media (min-width: 37.5em) {
  /* line 210, ../scss/base/_footer.scss */
  .station-ftr-meta span {
    display: inline-block;
  }
}

/* line 219, ../scss/base/_footer.scss */
.station-ftr-list {
  margin-top: 0.25em;
}
/* line 221, ../scss/base/_footer.scss */
.station-ftr-list .list-item {
  border-left: 1px solid #e6e7e8;
  line-height: 0.85em;
  margin-left: 8px;
  font-size: 0.75em;
  display: inline-block;
}
/* line 227, ../scss/base/_footer.scss */
.station-ftr-list .list-item:first-child {
  border-left: 0;
  margin-left: 0;
}
/* line 233, ../scss/base/_footer.scss */
.station-ftr-list a {
  color: #888888;
  text-decoration: none;
  color: #bcbec0;
  padding: 0 0 0 8px;
}
/* line 104, ../scss/base/_type.scss */
.station-ftr-list a:hover {
  color: white;
}
/* line 237, ../scss/base/_footer.scss */
.station-ftr-list a:hover {
  color: #fff;
}

/* line 6, ../scss/base/_page-topper.scss */
.page-topper-reg {
  margin: 4em auto 0 auto;
  max-width: 45em;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* line 25, ../scss/base/_page-topper.scss */
.title-header-nav-mod {
  border-top: 1px solid #e6e7e8;
  padding: 1em 0;
  margin-top: 3em;
}
/* line 29, ../scss/base/_page-topper.scss */
.title-header-nav-mod.archive-nav {
  border-top: none;
  margin-top: 0;
  padding: 0;
}

/* line 47, ../scss/base/_page-topper.scss */
.archive-nav {
  clear: left;
}
@media (min-width: 37.5em) {
  /* line 47, ../scss/base/_page-topper.scss */
  .archive-nav {
    float: right;
    clear: none;
  }
}

/* line 66, ../scss/base/_page-topper.scss */
.drop-panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -4px;
}
/* line 72, ../scss/base/_page-topper.scss */
.drop-panel.drop-panel-lowered {
  display: block;
}
@media (min-width: 37.5em) {
  /* line 66, ../scss/base/_page-topper.scss */
  .drop-panel {
    margin-top: -3px;
  }
}
/* line 77, ../scss/base/_page-topper.scss */
.drop-panel .list-item {
  display: block;
  cursor: pointer;
  padding: 0.65em 0.15em;
  width: 100%;
}
/* line 82, ../scss/base/_page-topper.scss */
.drop-panel .list-item:hover {
  background-color: #f6f6f7;
}

/* line 90, ../scss/base/_page-topper.scss */
.drop-list {
  width: auto;
  background-color: #fff;
  border: 1px solid #dbdbdf;
  padding: 1em;
  text-align: left;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* line 102, ../scss/base/_page-topper.scss */
.title-header-nav-mod {
  position: relative;
}

/* line 112, ../scss/base/_page-topper.scss */
.link--with-drop {
  padding-top: .5em;
  padding-left: 1em;
  padding-right: 0.15em;
  position: relative;
  z-index: 1;
}
@media (min-width: 12.5em) {
  /* line 127, ../scss/base/_page-topper.scss */
  .nav-main-mod .link--with-drop {
    line-height: 65px;
    padding: 0em 2em;
  }
}
@media (min-width: 37.5em) {
  /* line 134, ../scss/base/_page-topper.scss */
  .nav-main-mod .link--with-drop {
    line-height: 65px;
    padding: 0em 1em;
  }
}

/* line 142, ../scss/base/_page-topper.scss */
.link--with-drop-lowered {
  border: 1px solid #dbdbdf;
  border-bottom: none;
  background-color: #fff;
  padding-bottom: 13px;
}
/* line 149, ../scss/base/_page-topper.scss */
.nav-main-mod .link--with-drop-lowered {
  border: 0;
  padding-bottom: 0;
  background-color: transparent;
}

/*.month-name.selected {
	font-weight: bold;
}

.month-name.selected:after {
	content:  "\2713 ";
	color: $drs-red;
}*/
/* line 167, ../scss/base/_page-topper.scss */
.month-name.selected:after {
  content: "\00a0";
  display: inline-block;
  width: 4px;
  height: 9px;
  border: solid #ed1c24;
  border-width: 0 3px 3px 0;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  line-height: 1.2em;
  margin-left: 6px;
}

/* line 183, ../scss/base/_page-topper.scss */
.topic-term.selected {
  font-weight: bold;
}

/*.topic-term.selected:after {
	content:  "\2713 ";
	color: $drs-red;
	font-family: helvetica, arial;
}*/
/* line 193, ../scss/base/_page-topper.scss */
.topic-term.selected:after {
  content: "\00a0";
  display: inline-block;
  width: 4px;
  height: 9px;
  border: solid #ed1c24;
  border-width: 0 3px 3px 0;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  line-height: 1.2em;
  margin-left: 6px;
}

/* line 208, ../scss/base/_page-topper.scss */
.year.selected {
  font-weight: bold;
}

/*.year.selected:after {
	content:  "   \2713 ";
	color: $drs-red;
	font-family: helvetica, arial;
}*/
/* line 218, ../scss/base/_page-topper.scss */
.year.selected:after {
  content: "\00a0";
  display: inline-block;
  width: 4px;
  height: 9px;
  border: solid #ed1c24;
  border-width: 0 3px 3px 0;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  line-height: 1.2em;
  margin-left: 10px;
}

/* line 243, ../scss/base/_page-topper.scss */
.decade-items {
  display: none;
  padding-left: 0.5em;
}
/* line 246, ../scss/base/_page-topper.scss */
.is-active .decade-items {
  display: block;
}
/* line 250, ../scss/base/_page-topper.scss */
.decade-items .list-item-year {
  font-weight: normal;
}

/* line 256, ../scss/base/_page-topper.scss */
.list-item-trigger.is-active {
  font-weight: bold;
}
/* line 258, ../scss/base/_page-topper.scss */
.list-item-trigger.is-active:hover {
  background-color: transparent;
}

/* line 273, ../scss/base/_page-topper.scss */
.section-nav-hdr {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #464646;
}

/* line 280, ../scss/base/_page-topper.scss */
.desktop-section-nav-mod {
  border-bottom: 1px solid #e6e7e8;
  padding-bottom: 1em;
  padding-top: 2em;
  display: none;
}
@media (min-width: 37.5em) {
  /* line 280, ../scss/base/_page-topper.scss */
  .desktop-section-nav-mod {
    display: block;
  }
}

/* line 290, ../scss/base/_page-topper.scss */
.mobile-section-nav-mod {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  padding: 2em 0 1em 0;
  margin-top: 2em;
}
@media (min-width: 37.5em) {
  /* line 290, ../scss/base/_page-topper.scss */
  .mobile-section-nav-mod {
    display: none;
  }
}
/* line 300, ../scss/base/_page-topper.scss */
.mobile-section-nav-mod .list-item {
  display: block;
}

/* line 10, ../scss/base/_tease.scss */
.tz + .tz {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #e6e7e8;
}

/* line 18, ../scss/base/_tease.scss */
.tz.tz-page-end + .tz.tz-page-end {
  margin-top: 1.85em;
  padding-top: 1.85em;
}

/* line 26, ../scss/base/_tease.scss */
.tz-search + .tz-search {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #e6e7e8;
}

/* line 9, ../scss/base/_segment.scss */
.article-meta {
  padding: 4em 0 2em;
}

/* line 14, ../scss/base/_segment.scss */
.article-main {
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.article-main:after {
  content: "";
  display: table;
  clear: both;
}

/* line 43, ../scss/base/_segment.scss */
.article-controls-mod {
  height: 47px;
  transition: top 0.35s ease;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.article-controls-mod:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 56.25em) {
  /* line 43, ../scss/base/_segment.scss */
  .article-controls-mod {
    height: auto;
    min-height: 47px;
  }
}
/* line 51, ../scss/base/_segment.scss */
.article-controls-mod.fixed {
  transition: top 0.35s ease;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f6f6f7;
  z-index: 99999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  height: 47px;
}
@media (min-width: 1400px) {
  /* line 51, ../scss/base/_segment.scss */
  .article-controls-mod.fixed {
    width: 1400px;
  }
}

/* line 67, ../scss/base/_segment.scss */
.article-trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 47px;
  padding: 0 16px;
  line-height: 47px;
  cursor: pointer;
  color: #9d9fa2;
}
@media (min-width: 56.25em) {
  /* line 67, ../scss/base/_segment.scss */
  .article-trigger {
    display: none;
  }
  /* line 79, ../scss/base/_segment.scss */
  .fixed .article-trigger {
    display: block;
  }
}
/* line 81, ../scss/base/_segment.scss */
.js-article-nav .article-trigger {
  background-color: #222222;
  color: #f6f6f7;
}
/* line 85, ../scss/base/_segment.scss */
.fixed .article-trigger {
  text-indent: -9999em;
}
/* line 87, ../scss/base/_segment.scss */
.js-article-nav .fixed .article-trigger {
  padding-left: 8px;
}

/* line 94, ../scss/base/_segment.scss */
.article-nav-mod {
  display: none;
}
@media (min-width: 56.25em) {
  /* line 94, ../scss/base/_segment.scss */
  .article-nav-mod {
    display: block;
    padding-right: 180px;
  }
  /* line 99, ../scss/base/_segment.scss */
  .has-audio .article-nav-mod, .js-article-nav .has-audio .article-nav-mod {
    margin-left: 100px;
  }
  /* line 103, ../scss/base/_segment.scss */
  .fixed .article-nav-mod {
    display: none;
  }
}
/* line 107, ../scss/base/_segment.scss */
.js-article-nav .article-nav-mod {
  display: block;
  position: absolute;
  top: 47px;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: #222222;
}
@media (min-width: 56.25em) {
  /* line 107, ../scss/base/_segment.scss */
  .js-article-nav .article-nav-mod {
    position: relative;
    width: auto;
    padding: 0 180px 0 0;
    background-color: transparent;
    top: 0;
  }
}
/* line 124, ../scss/base/_segment.scss */
.js-article-nav .fixed .article-nav-mod {
  position: absolute;
  top: 47px;
  width: 100%;
  background-color: #222222;
  margin: 0;
}
@media (min-width: 56.25em) {
  /* line 124, ../scss/base/_segment.scss */
  .js-article-nav .fixed .article-nav-mod {
    padding: 20px;
  }
}

/* line 137, ../scss/base/_segment.scss */
.article-nav {
  float: none;
}
@media (min-width: 56.25em) {
  /* line 137, ../scss/base/_segment.scss */
  .article-nav {
    float: left;
  }
}
/* line 142, ../scss/base/_segment.scss */
.fixed .article-nav {
  float: none;
}

/* line 148, ../scss/base/_segment.scss */
.social-nav {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 152, ../scss/base/_segment.scss */
.js-article-nav .social-nav {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 56.25em) {
  /* line 152, ../scss/base/_segment.scss */
  .js-article-nav .social-nav {
    position: absolute;
    margin-top: 0;
  }
}
/* line 160, ../scss/base/_segment.scss */
.js-article-nav .fixed .social-nav {
  position: relative;
  margin-top: 10px;
}

/* line 167, ../scss/base/_segment.scss */
.article-nav-items {
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.article-nav-items:after {
  content: "";
  display: table;
  clear: both;
}

/* line 172, ../scss/base/_segment.scss */
.article-nav-item {
  border-top: 1px solid #464646;
}
/* line 174, ../scss/base/_segment.scss */
.article-nav-item:last-child {
  border-bottom: 1px solid #464646;
}
@media (min-width: 56.25em) {
  /* line 172, ../scss/base/_segment.scss */
  .article-nav-item {
    display: block;
    float: left;
    margin-right: 15px;
    border-top: none;
  }
  /* line 182, ../scss/base/_segment.scss */
  .article-nav-item:last-child {
    margin-right: 0;
    border-bottom: none;
  }
  /* line 186, ../scss/base/_segment.scss */
  .fixed .article-nav-item {
    float: none;
    margin-right: 0;
    border-top: 1px solid #464646;
  }
  /* line 190, ../scss/base/_segment.scss */
  .fixed .article-nav-item:last-child {
    border-bottom: 1px solid #464646;
  }
}

/* line 197, ../scss/base/_segment.scss */
.social-nav-item {
  float: left;
  margin: 0 15px 0 0;
  display: block;
}
/* line 201, ../scss/base/_segment.scss */
.social-nav-item:last-child {
  margin-right: 0;
}

/* line 206, ../scss/base/_segment.scss */
.article-nav-link,
.social-nav-link {
  display: block;
  line-height: 40px;
  color: #9d9fa2;
  text-decoration: none;
}
/* line 91, ../scss/base/_type.scss */
.article-nav-link:link,
.social-nav-link:link {
  color: #9d9fa2;
}
/* line 94, ../scss/base/_type.scss */
.article-nav-link:visited,
.social-nav-link:visited {
  color: #9d9fa2;
}
/* line 97, ../scss/base/_type.scss */
.article-nav-link:hover,
.social-nav-link:hover {
  text-decoration: underline;
}
/* line 211, ../scss/base/_segment.scss */
.article-nav-link:link,
.social-nav-link:link {
  color: #9d9fa2;
}
/* line 214, ../scss/base/_segment.scss */
.article-nav-link:hover,
.social-nav-link:hover {
  text-decoration: none;
}
/* line 217, ../scss/base/_segment.scss */
.article-nav-link:visited,
.social-nav-link:visited {
  color: #9d9fa2;
}

/* line 233, ../scss/base/_segment.scss */
.play-button-block {
  float: left;
  position: relative;
}
/* line 236, ../scss/base/_segment.scss */
.fixed .play-button-block {
  margin-top: 6px;
}

/* line 241, ../scss/base/_segment.scss */
.play-button-rwd {
  margin-right: 15px;
}
/* line 245, ../scss/base/_segment.scss */
.play-button-rwd:link {
  color: #fff;
}
/* line 248, ../scss/base/_segment.scss */
.play-button-rwd:visited {
  color: #fff;
}
/* line 251, ../scss/base/_segment.scss */
.play-button-rwd:hover {
  color: #fff;
}
/* line 254, ../scss/base/_segment.scss */
.play-button-rwd:active {
  color: #fff;
}
/* line 257, ../scss/base/_segment.scss */
.play-button-rwd:before {
  left: 0.65em;
  top: 29%;
}

/* line 274, ../scss/base/_segment.scss */
.headline-mobile-block {
  display: none;
  height: 47px;
  padding-right: 60px;
  overflow: hidden;
  position: relative;
}
/* line 280, ../scss/base/_segment.scss */
.headline-mobile-block .headline-mobile {
  line-height: 47px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 287, ../scss/base/_segment.scss */
.fixed .headline-mobile-block {
  display: block;
}

/* line 303, ../scss/base/_segment.scss */
.article-block {
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.article-block:after {
  content: "";
  display: table;
  clear: both;
}
/* line 305, ../scss/base/_segment.scss */
.article-block img {
  max-width: 100%;
  height: auto;
}
/* line 309, ../scss/base/_segment.scss */
.article-block + .article-block {
  border-top: 8px solid #f3f4f4;
  margin-top: 4em;
  padding-top: 4em;
}

/* line 317, ../scss/base/_segment.scss */
.button-time-mod {
  background-color: #f6f6f7;
  margin-top: 2em;
}

/* line 333, ../scss/base/_segment.scss */
.intro-img-mod {
  margin-bottom: 1.5em;
}

/* line 349, ../scss/base/_segment.scss */
#transcript a {
  color: white;
  text-decoration: none;
}

/* line 356, ../scss/base/_segment.scss */
.transcript-more,
.transcript-less {
  font-weight: normal;
}

/* line 362, ../scss/base/_segment.scss */
.transcript-more {
  display: inline-block;
}
/* line 364, ../scss/base/_segment.scss */
#transcript.is-active .transcript-more {
  display: none;
}

/* line 370, ../scss/base/_segment.scss */
.transcript-less {
  display: none;
}
/* line 372, ../scss/base/_segment.scss */
#transcript.is-active .transcript-less {
  display: inline-block;
}

/* line 378, ../scss/base/_segment.scss */
.transcript-outer {
  margin-bottom: 2em;
  position: relative;
}
/* line 381, ../scss/base/_segment.scss */
.transcript-outer:before, .transcript-outer:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 388, ../scss/base/_segment.scss */
.transcript-outer:before {
  height: 3px;
  z-index: 100;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05), transparent);
}
/* line 394, ../scss/base/_segment.scss */
.transcript-outer:after {
  height: 45px;
  background-color: #fff;
  background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
}

/* line 402, ../scss/base/_segment.scss */
.transcript-inner {
  height: 400px;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
/* line 408, ../scss/base/_segment.scss */
#transcript.is-active .transcript-inner {
  height: 800px;
  overflow-y: scroll;
}
/* line 413, ../scss/base/_segment.scss */
.transcript-inner > li {
  list-style: none;
}

/* line 428, ../scss/base/_segment.scss */
.guest-host-mod {
  background-color: #f6f6f7;
  padding: 0.5em 0.25em 0.5em 0.85em;
  margin-bottom: 1.5em;
  border-left: 3px solid #ef4738;
}

/* line 435, ../scss/base/_segment.scss */
.guest-host {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
}

/* line 442, ../scss/base/_segment.scss */
.guest-host-name {
  letter-spacing: 0;
  font-family: "adelle", Georgia, Times, Times New Roman, serif;
  font-weight: 700;
  color: #464646;
}

/* line 450, ../scss/base/_segment.scss */
.guest-host-link {
  color: #464646;
  text-decoration: none;
}

/* line 455, ../scss/base/_segment.scss */
.guest-container {
  background-color: #f6f6f7;
  padding: 30px 30px 30px;
}

/* line 484, ../scss/base/_segment.scss */
#extra-content h4.h4:nth-child(n+2) {
  margin-top: 2.0em;
}

/* line 15, ../scss/base/_gallery.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 27, ../scss/base/_gallery.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

/* line 56, ../scss/base/_gallery.scss */
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 64, ../scss/base/_gallery.scss */
.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
/* line 69, ../scss/base/_gallery.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

/* line 72, ../scss/base/_gallery.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* line 88, ../scss/base/_gallery.scss */
.gallery {
  overflow: hidden;
  position: relative;
  clear: both;
  padding-bottom: 5px;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.gallery:after {
  content: "";
  display: table;
  clear: both;
}

/* line 99, ../scss/base/_gallery.scss */
.swiper-container {
  width: 100%;
  height: auto;
  /*width:200px;
  height: 100px;*/
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.swiper-container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 109, ../scss/base/_gallery.scss */
.swiper-slide {
  width: 100%;
  height: auto;
  float: left;
  /*width: 100%;
  height: 100%;*/
}

/* line 119, ../scss/base/_gallery.scss */
.swiper-slide-active {
  width: 100%;
  height: auto;
}

/* line 156, ../scss/base/_gallery.scss */
.gallery-img {
  margin: 0 auto;
  text-align: center;
}
/* line 159, ../scss/base/_gallery.scss */
.gallery-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 166, ../scss/base/_gallery.scss */
.gallery-img-caption {
  margin-bottom: 0;
  overflow: hidden;
  text-align: left;
}

/* line 173, ../scss/base/_gallery.scss */
.gallery-img-caption-txt {
  margin-bottom: 0;
}

/* line 179, ../scss/base/_gallery.scss */
.gallery-img-byline {
  margin-bottom: 0;
}

/* line 184, ../scss/base/_gallery.scss */
.gallery-img-byline a:link, .gallery-img-byline a:visited {
  color: #222222;
}

/* line 188, ../scss/base/_gallery.scss */
.gallery-img-byline a:hover, .gallery-img-byline a:active {
  color: #ef4738;
  text-decoration: none;
}

/* line 203, ../scss/base/_gallery.scss */
.gallery-pagination-mod {
  margin-top: 1em;
  float: right;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.gallery-pagination-mod:after {
  content: "";
  display: table;
  clear: both;
}

/* line 210, ../scss/base/_gallery.scss */
.gallery-pagination-item {
  float: left;
  display: inline-block;
  position: relative;
}
/* line 214, ../scss/base/_gallery.scss */
.gallery-pagination-item + .gallery-pagination-item {
  margin-left: 1em;
}

/* line 220, ../scss/base/_gallery.scss */
.gallery-pagination-link {
  border: 1px solid #e6e7e8;
  display: block;
  padding: 1em;
  text-indent: -9999em;
}
/* line 225, ../scss/base/_gallery.scss */
.gallery-pagination-link:hover {
  border-color: #d9dadc;
}
/* line 228, ../scss/base/_gallery.scss */
.gallery-pagination-link:active {
  border-color: #bec1c3;
}

/* line 2, ../scss/base/_search.scss */
.ftr-search-mod .search-form {
  width: 100%;
}

/* line 7, ../scss/base/_search.scss */
.nav-search-trigger {
  display: none;
  width: 35px;
  height: 65px;
  position: relative;
  text-indent: -9999px;
  float: left;
  cursor: pointer;
}
/* line 15, ../scss/base/_search.scss */
.nav-search-trigger.is-active {
  background-color: #000;
  background-color: #151515;
}
@media (min-width: 56.25em) {
  /* line 7, ../scss/base/_search.scss */
  .nav-search-trigger {
    display: block;
  }
}

/* line 31, ../scss/base/_search.scss */
.nav-search-mod .search-mod {
  display: block;
  padding: 2em 1em 1em 1em;
  *zoom: 1;
  border-top: 1px solid #464646;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.nav-search-mod .search-mod:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 56.25em) {
  /* line 31, ../scss/base/_search.scss */
  .nav-search-mod .search-mod {
    display: none;
  }
}
@media (min-width: 56.25em) {
  /* line 41, ../scss/base/_search.scss */
  .nav-search-mod .is-active + .search-mod {
    position: absolute;
    bottom: -91px;
    display: block;
    background-color: #fff;
    background-color: #ef4738;
    background-color: rgba(239, 71, 56, 0.8);
    background-color: #f9f9f9;
    border-bottom: 4px solid #f26a5e;
    border-top: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    padding: 2em;
  }
}

/* line 59, ../scss/base/_search.scss */
.search-submit {
  border: 0;
  background-color: transparent;
  width: 35px;
  height: 35px;
  outline: 0;
  margin: 0;
  text-indent: -9999em;
  position: relative;
  background-color: #464646;
  float: left;
}
/* line 71, ../scss/base/_search.scss */
.ftr-search .search-submit {
  opacity: 0.8;
  background-color: #464646;
  background-color: rgba(70, 70, 70, 0.7);
  width: 35px;
  height: 35px;
}
/* line 77, ../scss/base/_search.scss */
.ftr-search .search-submit:hover {
  opacity: 1;
}

/* line 85, ../scss/base/_search.scss */
.search-input {
  font-family: "adelle-sans", Helvetica, Arial, Verdana, sans-serif;
  border: 1px solid #e6e7e8;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  padding: 0 0.85em;
  text-transform: uppercase;
  height: 35px;
  width: 220px;
  margin: 0;
  float: left;
}
/* line 101, ../scss/base/_search.scss */
.nav-search .search-input {
  width: 150px;
  width: 185px;
  color: #606060;
  border-color: #bcbec0;
}
/* line 108, ../scss/base/_search.scss */
.ftr-search .search-input {
  border-color: transparent;
  color: #e6e7e8;
  letter-spacing: 1px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 133, ../scss/base/_search.scss */
.search-results .page-topper-reg .search-mod,
.search-no-results .page-topper-reg .search-mod {
  margin-top: 2em;
  margin-bottom: 4em;
}

/* line 143, ../scss/base/_search.scss */
.search-results-form .search-input {
  height: 65px;
  font-size: 1.35em;
}
@media (min-width: 37.5em) {
  /* line 143, ../scss/base/_search.scss */
  .search-results-form .search-input {
    width: 400px;
  }
}
/* line 153, ../scss/base/_search.scss */
.search-results-form .search-submit {
  width: 65px;
  height: 65px;
}
/* line 158, ../scss/base/_search.scss */
.search-results-form .icon-search {
  width: 25px;
  height: 25px;
  top: 20px;
  left: 20px;
  opacity: 0.5;
}

/* line 13, ../scss/base/_archive.scss */
.archive-mod {
  margin: 0 0 4em 0;
}

/* line 18, ../scss/base/_archive.scss */
.archive-day .tz-h-lg {
  font-size: 2.75em;
}
/* line 22, ../scss/base/_archive.scss */
.archive-day .l-primary {
  margin-bottom: 6em;
}

/* line 37, ../scss/base/_archive.scss */
.archive-items {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.archive-items:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 600px) {
  /* line 37, ../scss/base/_archive.scss */
  .archive-items {
    max-width: 100%;
  }
}
/* line 46, ../scss/base/_archive.scss */
.archive-items thead {
  display: none;
}
/* line 48, ../scss/base/_archive.scss */
.archive-items table {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 3em;
}
/* line 54, ../scss/base/_archive.scss */
.archive-items tr {
  display: table-row;
  padding: 1.45em 0em;
  border-bottom: 1px solid #ebeced;
}
/* line 61, ../scss/base/_archive.scss */
.archive-items tr:first-child {
  border-top: 1px solid #ebeced;
}
@media (min-width: 600px) {
  /* line 54, ../scss/base/_archive.scss */
  .archive-items tr {
    display: table-row;
    padding: 0;
  }
  /* line 68, ../scss/base/_archive.scss */
  .archive-items tr:nth-child(2n + 2) {
    background-color: #f6f6f7;
  }
}
@media (min-width: 56.25em) {
  /* line 79, ../scss/base/_archive.scss */
  .archive-items tr.archive-ad-row {
    display: block;
  }
}
@media (min-width: 600px) {
  /* line 83, ../scss/base/_archive.scss */
  .archive-items td {
    padding-top: 1.55em;
    padding-bottom: 1.55em;
    padding-left: 1%;
    padding-right: 1%;
  }
}

/* line 94, ../scss/base/_archive.scss */
.archive-head-td {
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  /* line 94, ../scss/base/_archive.scss */
  .archive-head-td {
    display: table-cell;
    width: 43%;
    padding-left: 0.55em;
  }
}
@media (min-width: 37.5em) {
  /* line 94, ../scss/base/_archive.scss */
  .archive-head-td {
    width: 53%;
  }
}
@media (max-width: 600px) {
  /* line 94, ../scss/base/_archive.scss */
  .archive-head-td {
    padding-top: 1.55em;
  }
}

@media (min-width: 600px) {
  /* line 111, ../scss/base/_archive.scss */
  .archive-date-td,
  .archive-comment-td,
  .archive-controls-td {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 1.55em;
  }
}

/* line 122, ../scss/base/_archive.scss */
.archive-date-td {
  display: inline-block;
  width: 40%;
}
@media (min-width: 600px) {
  /* line 122, ../scss/base/_archive.scss */
  .archive-date-td {
    display: table-cell;
    width: 23%;
    font-weight: 700;
  }
}
@media (min-width: 37.5em) {
  /* line 122, ../scss/base/_archive.scss */
  .archive-date-td {
    width: 16%;
  }
}

/* line 135, ../scss/base/_archive.scss */
.archive-comment-td {
  display: inline-block;
  width: 23%;
}
@media (min-width: 600px) {
  /* line 135, ../scss/base/_archive.scss */
  .archive-comment-td {
    display: table-cell;
    width: 10%;
  }
}
@media (max-width: 600px) {
  /* line 135, ../scss/base/_archive.scss */
  .archive-comment-td {
    padding-bottom: 1.55em;
  }
}
/* line 145, ../scss/base/_archive.scss */
.archive-comment-td .discuss {
  margin-top: 0;
  text-align: left;
  padding-left: 1.65em;
}

/* line 153, ../scss/base/_archive.scss */
.archive-controls-td {
  display: inline-block;
  width: 13%;
  position: relative;
  top: -3px;
  text-align: center;
}
@media (min-width: 600px) {
  /* line 153, ../scss/base/_archive.scss */
  .archive-controls-td {
    display: table-cell;
    width: 10%;
    padding-right: 1%;
    position: static;
  }
}

/* line 172, ../scss/base/_archive.scss */
.archive-h {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
@media (min-width: 600px) {
  /* line 172, ../scss/base/_archive.scss */
  .archive-h {
    display: inline-block;
  }
}

/* line 183, ../scss/base/_archive.scss */
.archive-img {
  display: table-cell;
  width: 25%;
  padding-right: 5%;
  vertical-align: top;
}
@media (min-width: 600px) {
  /* line 183, ../scss/base/_archive.scss */
  .archive-img {
    display: inline-block;
    width: 12%;
    padding-right: 2%;
  }
}

/* line 205, ../scss/base/_archive.scss */
tr.content_ad {
  background-color: #fff !important;
  border-bottom: 0 !important;
  padding-top: 1.5%;
}
/* line 209, ../scss/base/_archive.scss */
tr.content_ad .ad-bigad {
  float: left;
  margin-top: 2em;
  font-size: 11px;
}
/* line 214, ../scss/base/_archive.scss */
tr.content_ad .sponsored-ad {
  max-width: 100%;
  margin: 2em auto 0;
  text-align: center;
  /*@media (max-width: 780px) {
       width: 750px;
       max-width: 100%;
   }*/
}
@media (max-width: 900px) {
  /* line 214, ../scss/base/_archive.scss */
  tr.content_ad .sponsored-ad {
    width: 580px;
    max-width: 100%;
    margin: 2em auto 0;
    text-align: center;
  }
}
@media (max-width: 700px) {
  /* line 214, ../scss/base/_archive.scss */
  tr.content_ad .sponsored-ad {
    width: 480px;
    max-width: 100%;
    margin: 2em auto 0;
    text-align: center;
  }
}
@media (max-width: 600px) {
  /* line 214, ../scss/base/_archive.scss */
  tr.content_ad .sponsored-ad {
    width: 400px;
    max-width: 100%;
    margin: 2em auto 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* line 214, ../scss/base/_archive.scss */
  tr.content_ad .sponsored-ad {
    width: 280px;
    max-width: 100%;
    margin: 2em auto 0;
    text-align: center;
  }
}

/* line 249, ../scss/base/_archive.scss */
#div-gpt-ad-content {
  max-width: 728px !important;
  margin: 0 auto !important;
}

/* line 254, ../scss/base/_archive.scss */
.single.single-segment #div-gpt-ad-content {
  max-width: 100% !important;
  margin: 0 auto !important;
}

/*div[id="div-gpt-ad-content"] {
  max-width: 100% !important;
    margin: 0 auto !important;
}*/
/* line 265, ../scss/base/_archive.scss */
.article-ad.sponsor {
  text-align: left;
}
/* line 268, ../scss/base/_archive.scss */
.single-segment .article-ad.sponsor {
  margin-bottom: 3em;
}

/* line 273, ../scss/base/_archive.scss */
.category-description {
  /* Pull description up into the yawning negative space below archive header. */
  margin: -2rem 0 3rem 0;
  font-size: 1rem;
}

/* line 15, ../scss/base/_stations.scss */
.station-items + .station-items {
  margin-top: 2em;
  padding-top: 2em;
}

/* line 22, ../scss/base/_stations.scss */
.station-head {
  margin-bottom: 0;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #e6e7e8;
}

@media (min-width: 37.5em) {
  /* line 30, ../scss/base/_stations.scss */
  .station-items {
    max-width: 100%;
  }
}
/* line 33, ../scss/base/_stations.scss */
.station-items table {
  width: 100%;
}
/* line 35, ../scss/base/_stations.scss */
.station-items tr {
  display: block;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #e6e7e8;
}
@media (min-width: 600px) {
  /* line 35, ../scss/base/_stations.scss */
  .station-items tr {
    display: table-row;
  }
}
/* line 44, ../scss/base/_stations.scss */
.station-items tr:nth-child(2n + 2) {
  background-color: #f6f6f7;
}
/* line 49, ../scss/base/_stations.scss */
.station-items td {
  padding-left: 2%;
  padding-right: 2%;
}
@media (min-width: 37.5em) {
  /* line 49, ../scss/base/_stations.scss */
  .station-items td {
    padding-top: 1.55em;
    padding-bottom: 1.55em;
  }
}
/* line 58, ../scss/base/_stations.scss */
.station-items th {
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.85em;
  display: none;
}
/* line 66, ../scss/base/_stations.scss */
.station-items thead {
  display: none;
}

/* line 70, ../scss/base/_stations.scss */
.station-numbers-td {
  font-weight: 700;
  width: 10%;
}
@media (min-width: 37.5em) {
  /* line 70, ../scss/base/_stations.scss */
  .station-numbers-td {
    width: 10%;
    padding-left: 1%;
  }
}

/* line 80, ../scss/base/_stations.scss */
.station-letters-td {
  font-weight: 700;
  text-transform: uppercase;
  width: 25%;
}
@media (min-width: 37.5em) {
  /* line 80, ../scss/base/_stations.scss */
  .station-letters-td {
    width: 15%;
  }
}

/* line 90, ../scss/base/_stations.scss */
.station-city-td {
  width: 55%;
  font-weight: bold;
}
@media (min-width: 37.5em) {
  /* line 90, ../scss/base/_stations.scss */
  .station-city-td {
    width: 30%;
  }
}
@media (min-width: 53.5em) {
  /* line 90, ../scss/base/_stations.scss */
  .station-city-td {
    width: 38%;
  }
}

/* line 102, ../scss/base/_stations.scss */
.station-state-td {
  width: 3%;
}

/* line 105, ../scss/base/_stations.scss */
.station-days-td {
  display: inline-block;
  width: 30%;
  margin-left: 13.25%;
  display: inline-block;
  margin-top: 0.35em;
}
@media (min-width: 37.5em) {
  /* line 105, ../scss/base/_stations.scss */
  .station-days-td {
    display: table-cell;
    margin-left: 0;
    width: 16%;
  }
}
@media (min-width: 53.5em) {
  /* line 105, ../scss/base/_stations.scss */
  .station-days-td {
    width: 14%;
  }
}

/* line 122, ../scss/base/_stations.scss */
.station-times-td {
  display: inline-block;
  width: 54%;
  margin-top: 0.35em;
  text-align: right;
}
@media (min-width: 37.5em) {
  /* line 122, ../scss/base/_stations.scss */
  .station-times-td {
    display: table-cell;
    width: 26%;
    margin-top: 0;
    padding-right: 1%;
    text-align: left;
  }
}
@media (min-width: 53.5em) {
  /* line 122, ../scss/base/_stations.scss */
  .station-times-td {
    width: 19%;
  }
}

/* line 151, ../scss/base/_stations.scss */
.station-items i {
  display: inline-block;
  font-style: normal;
  margin: 0 1%;
  text-align: center;
}

/* line 19, ../scss/base/_single.scss */
.article-body .video-mod,
.intro-text-mod .video-mod,
.segment-body .video-mod {
  margin-bottom: 1em;
}
/* line 24, ../scss/base/_single.scss */
.article-body > p,
.intro-text-mod > p,
.segment-body > p {
  margin-bottom: 1.5em;
}
/* line 32, ../scss/base/_single.scss */
.article-body > blockquote,
.intro-text-mod > blockquote,
.segment-body > blockquote {
  margin: 2.5em 0;
  padding-left: 2em;
  border-left: 3px solid #facac6;
}
/* line 47, ../scss/base/_single.scss */
.article-body > ul, .article-body ol,
.intro-text-mod > ul,
.intro-text-mod ol,
.segment-body > ul,
.segment-body ol {
  margin-left: 1.35em;
}
/* line 55, ../scss/base/_single.scss */
.article-body > ul > li,
.intro-text-mod > ul > li,
.segment-body > ul > li {
  position: relative;
}
/* line 59, ../scss/base/_single.scss */
.article-body > ul > li:before,
.intro-text-mod > ul > li:before,
.segment-body > ul > li:before {
  content: '';
  width: 0px;
  height: 0px;
  border: 5px solid #bcbec0;
  position: absolute;
  top: 6px;
  left: -1.35em;
}
/* line 71, ../scss/base/_single.scss */
.article-body > ul > li a:link, .article-body > ul > li a:visited,
.intro-text-mod > ul > li a:link,
.intro-text-mod > ul > li a:visited,
.segment-body > ul > li a:link,
.segment-body > ul > li a:visited {
  color: #222222;
  text-decoration: underline;
}
/* line 75, ../scss/base/_single.scss */
.article-body > ul > li a:hover, .article-body > ul > li a:active,
.intro-text-mod > ul > li a:hover,
.intro-text-mod > ul > li a:active,
.segment-body > ul > li a:hover,
.segment-body > ul > li a:active {
  color: #ef4738;
  text-decoration: none;
}
/* line 79, ../scss/base/_single.scss */
.article-body > ul > li a.book-link:link, .article-body > ul > li a.book-link:visited,
.intro-text-mod > ul > li a.book-link:link,
.intro-text-mod > ul > li a.book-link:visited,
.segment-body > ul > li a.book-link:link,
.segment-body > ul > li a.book-link:visited {
  color: #222222;
  text-decoration: none;
}
/* line 83, ../scss/base/_single.scss */
.article-body > ul > li a.book-link:hover, .article-body > ul > li a.book-link:active,
.intro-text-mod > ul > li a.book-link:hover,
.intro-text-mod > ul > li a.book-link:active,
.segment-body > ul > li a.book-link:hover,
.segment-body > ul > li a.book-link:active {
  color: #ef4738;
  text-decoration: none;
}
/* line 89, ../scss/base/_single.scss */
.article-body > ul.list-items.book-list,
.intro-text-mod > ul.list-items.book-list,
.segment-body > ul.list-items.book-list {
  margin-left: 0;
}
/* line 91, ../scss/base/_single.scss */
.article-body > ul.list-items.book-list > li,
.intro-text-mod > ul.list-items.book-list > li,
.segment-body > ul.list-items.book-list > li {
  margin-bottom: 35px;
}
/* line 93, ../scss/base/_single.scss */
.article-body > ul.list-items.book-list > li:before,
.intro-text-mod > ul.list-items.book-list > li:before,
.segment-body > ul.list-items.book-list > li:before {
  content: '';
  width: 0px;
  height: 0px;
  border: 0px solid #bcbec0;
  position: absolute;
  top: 6px;
  left: -1.35em;
}
/* line 119, ../scss/base/_single.scss */
.article-body > p > a,
.intro-text-mod > p > a,
.segment-body > p > a {
  color: #222222;
  text-decoration: underline;
}
/* line 126, ../scss/base/_type.scss */
.article-body > p > a:visited,
.intro-text-mod > p > a:visited,
.segment-body > p > a:visited {
  color: #222222;
}
/* line 129, ../scss/base/_type.scss */
.article-body > p > a:hover,
.intro-text-mod > p > a:hover,
.segment-body > p > a:hover {
  color: #ef4738;
}
/* line 128, ../scss/base/_single.scss */
.article-body > p > .size-full,
.intro-text-mod > p > .size-full,
.segment-body > p > .size-full {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* line 129, ../scss/base/_single.scss */
.article-body > p > .alignright,
.intro-text-mod > p > .alignright,
.segment-body > p > .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
/* line 130, ../scss/base/_single.scss */
.article-body > p > .alignleft,
.intro-text-mod > p > .alignleft,
.segment-body > p > .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
/* line 131, ../scss/base/_single.scss */
.article-body > p > img,
.intro-text-mod > p > img,
.segment-body > p > img {
  margin-bottom: 1em;
}
/* line 133, ../scss/base/_single.scss */
.article-body .wp-caption-text,
.intro-text-mod .wp-caption-text,
.segment-body .wp-caption-text {
  margin-top: 0.45em;
  margin-bottom: 1.5em;
}

/* line 233, ../scss/base/_single.scss */
.blog-comments {
  border-top: 8px solid #f3f4f4;
  margin-top: 4em;
  padding-top: 4em;
}

/* line 248, ../scss/base/_single.scss */
.blog-meta-mod {
  *zoom: 1;
  margin: 3.25em 0 0.85em 0;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.blog-meta-mod:after {
  content: "";
  display: table;
  clear: both;
}

/* line 257, ../scss/base/_single.scss */
.blog-social-block {
  float: right;
}

/* line 260, ../scss/base/_single.scss */
.blog-author {
  float: left;
  line-height: 23px;
  font-weight: 700;
  text-transform: capitalize;
}
/* line 267, ../scss/base/_single.scss */
.blog-author span {
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  margin-right: 0.15em;
  color: #000;
}
/* line 274, ../scss/base/_single.scss */
.blog-author a {
  color: #9d9fa2;
  text-decoration: none;
  color: #000;
}
/* line 91, ../scss/base/_type.scss */
.blog-author a:link {
  color: #9d9fa2;
}
/* line 94, ../scss/base/_type.scss */
.blog-author a:visited {
  color: #9d9fa2;
}
/* line 97, ../scss/base/_type.scss */
.blog-author a:hover {
  text-decoration: underline;
}

/* line 279, ../scss/base/_single.scss */
#blog-photos {
  border-top: 8px solid #f3f4f4;
  margin-top: 4em;
  padding-top: 4em;
}

/* line 1, ../scss/base/_audio.scss */
.audio-outer {
  min-width: 300px;
  max-width: 600px;
  margin: 0 auto;
}

/* line 7, ../scss/base/_audio.scss */
.audio-inner {
  padding-bottom: 3em;
}

/* line 12, ../scss/base/_audio.scss */
.hdr-audio {
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
}

/* line 21, ../scss/base/_audio.scss */
.hdr-audio-inner {
  padding: 0 1.25em;
  max-width: 600px;
  margin: 0 auto;
}

/* line 27, ../scss/base/_audio.scss */
.audio-logo-mod {
  position: relative;
  top: 5px;
  float: left;
}

/* line 34, ../scss/base/_audio.scss */
.audio-logos-mod {
  position: relative;
  top: 0;
  float: right;
}

/* line 41, ../scss/base/_audio.scss */
.audio-main {
  *zoom: 1;
  padding: 0;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.audio-main:after {
  content: "";
  display: table;
  clear: both;
}

/* line 50, ../scss/base/_audio.scss */
.audio-block {
  margin-bottom: 1em;
}

/* line 54, ../scss/base/_audio.scss */
.audio-bottom {
  padding: 0 1.25em;
}

/* line 57, ../scss/base/_audio.scss */
.l-audio-primary.audio-block .inner {
  padding: 0 1.25em;
}

/* line 61, ../scss/base/_audio.scss */
.jwclick {
  display: none;
}

/* line 65, ../scss/base/_audio.scss */
#external_player {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}

/* line 72, ../scss/base/_audio.scss */
.jp-progress {
  width: 100%;
  height: 100%;
}

/* line 77, ../scss/base/_audio.scss */
#external_player a.jp-play:link, #external_player a.jp-play:visited {
  background-color: #ef4738;
  width: 30px;
  height: 30px;
  float: left;
  position: absolute;
  z-index: 100;
  margin-left: -30px;
  border-right: 1px solid #fff;
}

/* line 88, ../scss/base/_audio.scss */
#external_player a.jp-play:hover, #external_player a.jp-play:active {
  background-color: #d86b59;
  width: 30px;
  height: 30px;
  float: left;
  position: absolute;
  z-index: 100;
  margin-left: -30px;
  border-right: 1px solid #fff;
}

/* line 99, ../scss/base/_audio.scss */
#external_player a.jp-pause:link, #external_player a.jp-pause:visited {
  background-color: #ef4738;
  width: 30px;
  height: 30px;
  float: left;
  position: absolute;
  z-index: 100;
  margin-left: -30px;
  border-right: 1px solid #fff;
}

/* line 110, ../scss/base/_audio.scss */
#external_player a.jp-pause:hover, #external_player a.jp-pause:active {
  background-color: #d86b59;
  height: 30px;
  float: left;
  position: absolute;
  z-index: 100;
  margin-left: -30px;
  width: 30px;
  border-right: 1px solid #fff;
}

/* line 121, ../scss/base/_audio.scss */
#external_player .jp-progress {
  float: left;
  height: 30px;
  padding-left: 30px;
  padding-right: 40px;
  background-color: #f6f6f7;
}

/* line 129, ../scss/base/_audio.scss */
#external_player .jp-seek-bar {
  background-color: #e6e7e8;
  height: 30px;
  float: left;
}

/* line 135, ../scss/base/_audio.scss */
#external_player .jp-play-bar {
  background-color: #f59188;
  height: 30px;
  float: left;
}

/* line 141, ../scss/base/_audio.scss */
#external_player .jp-volume-bar {
  background-image: url("/wp-content/themes/wamu-show/img/fpo/volume_bg.png");
  background-repeat: no-repeat;
  background-color: #e6e7e8;
  height: 30px;
  float: right;
  width: 25px;
  position: absolute;
  z-index: 100;
  right: 0;
}

/* line 153, ../scss/base/_audio.scss */
#external_player .jp-volume-bar-value {
  background-image: url("/wp-content/themes/wamu-show/img/fpo/volume_bg_orange.png");
  background-repeat: no-repeat;
  background-color: #e6e7e8;
  height: 30px;
  position: absolute;
  z-index: 120;
}

/* line 162, ../scss/base/_audio.scss */
#external_player .jp-current-time {
  position: absolute;
  margin-top: 8px;
  left: 0;
  pointer-events: none;
  color: #000;
}

/* line 170, ../scss/base/_audio.scss */
#external_player .jp-duration {
  position: absolute;
  margin-top: 8px;
  right: 40px;
  color: #000;
  pointer-events: none;
  padding-left: 7px;
  border-left: 1px solid #000;
}

/* line 180, ../scss/base/_audio.scss */
.timecontainer {
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  right: 10px;
  width: 120px;
}

/* line 187, ../scss/base/_audio.scss */
.jp-controls.second {
  display: inline;
  background-color: #e6e7e8;
  float: left;
  position: absolute;
  right: 24px;
  width: 16px;
  z-index: 130;
}

/* line 197, ../scss/base/_audio.scss */
#external_player.live .jp-current-time {
  color: #000;
  border: 0;
  left: 45px;
  margin-right: 0;
}

/* line 204, ../scss/base/_audio.scss */
#external_player.live .jp-duration {
  display: none;
}

/* line 208, ../scss/base/_audio.scss */
#external_player.live .jp-play-bar {
  display: none;
}

/* line 212, ../scss/base/_audio.scss */
#audio_troubleshooting {
  margin-top: 1em;
  float: left;
}
/* line 215, ../scss/base/_audio.scss */
#audio_troubleshooting a:visited, #audio_troubleshooting a:link {
  color: #222222;
}
/* line 218, ../scss/base/_audio.scss */
#audio_troubleshooting a:hover, #audio_troubleshooting a:active {
  color: #ef4738;
}

/* line 224, ../scss/base/_audio.scss */
#external_player.live .jp-progress {
  background-color: #e6e7e8;
}

/* line 1, ../scss/base/_google-maps.scss */
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-top: 15px;
}
/* line 8, ../scss/base/_google-maps.scss */
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 13, ../scss/base/_bookshelf.scss */
.article-body .list-container,
.intro-text-mod .list-container,
.segment-body .list-container {
  margin-bottom: 6em;
}
/* line 16, ../scss/base/_bookshelf.scss */
.article-body .list-container > p,
.intro-text-mod .list-container > p,
.segment-body .list-container > p {
  margin-bottom: 1.5em;
}

/* line 9, ../scss/base/_contact.scss */
div.wpcf7 {
  margin: 0;
  padding: 0;
}

/* line 14, ../scss/base/_contact.scss */
div.wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 1em 1em;
}

/* line 19, ../scss/base/_contact.scss */
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 30, ../scss/base/_contact.scss */
div.wpcf7-mail-sent-ok {
  background-color: #F9F9F9;
  border: 1px solid #EBECED;
  border-radius: 0.25em;
}

/* line 36, ../scss/base/_contact.scss */
div.wpcf7-mail-sent-ng {
  border: 1px solid #ed1c24;
  border-radius: 0.25em;
}

/* line 41, ../scss/base/_contact.scss */
div.wpcf7-spam-blocked {
  border: 1px solid #ed1c24;
  border-radius: 0.25em;
}

/* line 46, ../scss/base/_contact.scss */
div.wpcf7-validation-errors {
  border: 1px solid #ed1c24;
  border-radius: 0.25em;
}

/* line 51, ../scss/base/_contact.scss */
span.wpcf7-form-control-wrap {
  position: relative;
}

/* line 55, ../scss/base/_contact.scss */
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
  margin-top: 7px;
}

/* line 62, ../scss/base/_contact.scss */
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

/* line 72, ../scss/base/_contact.scss */
span.wpcf7-list-item {
  margin-left: 0.5em;
}

/* line 76, ../scss/base/_contact.scss */
.wpcf7-display-none {
  display: none;
}

/* line 80, ../scss/base/_contact.scss */
div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

/* line 86, ../scss/base/_contact.scss */
div.wpcf7 div.ajax-error {
  display: none;
}

/* line 90, ../scss/base/_contact.scss */
div.wpcf7 .placeheld {
  color: #888;
}

/* line 9, ../scss/base/_upbase-override.scss */
body, select, input, textarea {
  color: #222222;
}

/* line 13, ../scss/base/_upbase-override.scss */
::-moz-selection {
  background: #a43827;
  color: #FFF;
  text-shadow: none;
}

/* line 14, ../scss/base/_upbase-override.scss */
::selection {
  background: #a43827;
  color: #FFF;
  text-shadow: none;
}

/* line 16, ../scss/base/_upbase-override.scss */
a:link {
  -webkit-tap-highlight-color: #a43827;
}

/* line 20, ../scss/base/_upbase-override.scss */
body {
  -webkit-overflow-scrolling: none;
}

/* line 23, ../scss/base/_upbase-override.scss */
html.touch {
  overflow-y: scroll;
}

@media print {
  /* line 5, ../scss/base/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 12, ../scss/base/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 18, ../scss/base/_print.scss */
  pre,
  blockquote {
    page-break-inside: avoid;
    margin: 1.5em 10px;
  }

  /* line 24, ../scss/base/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 28, ../scss/base/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 33, ../scss/base/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 1cm;
    height: 10in !important;
  }
  /* line 42, ../scss/base/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3 !important;
    widows: 3 !important;
  }

  /* line 49, ../scss/base/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 54, ../scss/base/_print.scss */
  .title-hdr-img-mod,
  .ui-block-inner,
  .site-ftr,
  .title-header-nav-mod,
  .pagination-mod,
  .ad-bigad,
  .social-nav,
  #comments,
  #disqus_thread,
  .page-end-block,
  .play-button-block,
  .button-time-mod,
  .art-bd,
  .book-img,
  .button-purchase,
  .article-trigger,
  .fancy-rule,
  .article-controls-mod,
  .video-mod,
  .swiper-slide,
  #related,
  #photos,
  #video,
  #tags,
  .meta-list-items {
    display: none !important;
  }

  /* line 83, ../scss/base/_print.scss */
  .article-block img {
    width: 90%;
  }

  /* line 91, ../scss/base/_print.scss */
  .page-main,
  .article-block,
  .text-lg {
    width: 6.5in !important;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px !important;
    line-height: 1.4em;
  }

  /* line 102, ../scss/base/_print.scss */
  #content {
    margin-top: 0px;
  }

  /* line 105, ../scss/base/_print.scss */
  #transcript,
  #highlights {
    margin-top: 10px;
    padding-top: 10px;
  }

  /* line 112, ../scss/base/_print.scss */
  .footer {
    padding: 0;
  }
}
/* line 1, ../scss/base/_disqus.scss */
a.publisher-anchor-color:link, a.publisher-anchor-color:visited {
  color: #ed1c24 !important;
  text-decoration: none;
}

/* line 6, ../scss/base/_disqus.scss */
a.publisher-anchor-color:hover, a.publisher-anchor-color:active {
  color: #ed1c24 !important;
  text-decoration: underline !important;
}

/* line 11, ../scss/base/_disqus.scss */
.active .publisher-nav-color:after {
  color: #ed1c24 !important;
}

/* line 15, ../scss/base/_disqus.scss */
#disqus_thread a:link, #disqus_thread a:visited {
  color: #ed1c24 !important;
  text-decoration: none !important;
}

/* line 20, ../scss/base/_disqus.scss */
#disqus_thread a:hover, #disqus_thread a:active {
  color: #ed1c24 !important;
  text-decoration: underline !important;
}

/* line 1, ../scss/base/_player.scss */
.button-time-mod {
  background-color: #f6f6f7 !important;
  margin: 2em 1em !important;
}

/* line 6, ../scss/base/_player.scss */
.mejs-container .mejs-controls {
  background-color: #f6f6f7 !important;
  background: none repeat scroll 0 0 #f6f6f7 !important;
  bottom: 0 !important;
  height: 30px !important;
  left: 0 !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 100% !important;
}

/* line 19, ../scss/base/_player.scss */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none repeat scroll 0 0 #f6f6f7 !important;
}

/* line 23, ../scss/base/_player.scss */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ef4738 !important;
}

/* line 27, ../scss/base/_player.scss */
.mejs-container .mejs-controls .mejs-time span {
  color: #2f2f2f !important;
  display: block !important;
  float: left !important;
  font-size: 11px !important;
  line-height: 1em !important;
  margin: 1px 2px 0 0 !important;
  width: auto !important;
}

/* line 37, ../scss/base/_player.scss */
.mejs-controls div.mejs-time-rail {
  direction: ltr !important;
  padding-top: 0px !important;
}

/* line 42, ../scss/base/_player.scss */
.mejs-controls .mejs-time-rail span {
  border-radius: 0px !important;
  height: 30px !important;
}

/* line 47, ../scss/base/_player.scss */
.mejs-container .mejs-controls .mejs-time {
  box-sizing: content-box !important;
  color: #000 !important;
  display: block !important;
  height: 10px !important;
  overflow: hidden !important;
  padding: 9px 3px 0 !important;
  text-align: center !important;
  width: auto !important;
}

/* line 58, ../scss/base/_player.scss */
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #f6f6f7 !important;
  margin: 0 5px !important;
}

/* line 63, ../scss/base/_player.scss */
.mejs-controls .mejs-button button {
  /*background: url("https://s3.amazonaws.com/static.wamu.org/g/programs/drs_player_icons.svg") no-repeat scroll 0 0 transparent !important;*/
  background: url("https://s3.amazonaws.com/static.wamu.org/g/programs/kns_player_icons.svg") no-repeat scroll 0 0 transparent !important;
  border: 0 none !important;
  cursor: pointer !important;
  display: block !important;
  font-size: 0 !important;
  height: 30px !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  text-decoration: none !important;
  width: 28px !important;
}

/* line 79, ../scss/base/_player.scss */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

/* line 83, ../scss/base/_player.scss */
.mejs-controls .mejs-pause button {
  background-position: 0 -35px !important;
}

/* line 87, ../scss/base/_player.scss */
.mejs-controls .mejs-mute button {
  background-position: -42px -2px !important;
}

/* line 91, ../scss/base/_player.scss */
.mejs-controls .mejs-unmute button {
  background-position: -42px -33px !important;
}

/* line 95, ../scss/base/_player.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: #f6f6f7 !important;
}

/* line 99, ../scss/base/_player.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  background: #ef4738 !important;
}

/* line 103, ../scss/base/_player.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  background: #9D9FA2 !important;
}

/* line 107, ../scss/base/_player.scss */
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #ef4738 !important;
}

/* line 111, ../scss/base/_player.scss */
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 10px 2px 2px;
}

/* line 115, ../scss/base/_player.scss */
.volume_icon {
  width: 16px;
  height: 30px;
  background: url("https://s3.amazonaws.com/static.wamu.org/g/programs/kns_volume_icon.png") no-repeat scroll 0 0 #e6e7e8;
  /* transparent  !important;*/
}

/* line 11, ../scss/base/_blog.scss */
.article-content .article-body .wp-caption img {
  max-width: 100% !important;
}

/* line 15, ../scss/base/_blog.scss */
.article-content .article-body img {
  max-width: 100% !important;
}

/* line 19, ../scss/base/_blog.scss */
.wp-caption.alignleft {
  float: left;
}

/* line 23, ../scss/base/_blog.scss */
.wp-caption.alignright {
  float: right;
}

/* line 27, ../scss/base/_blog.scss */
.wp-caption.alignleft.size-thumbnail {
  margin-right: 2em;
  margin-bottom: .5em;
  max-width: 100%;
}

/* line 33, ../scss/base/_blog.scss */
.wp-caption.alignleft.size-medium {
  margin-right: 2em;
  margin-bottom: .5em;
  max-width: 100%;
}

/* line 39, ../scss/base/_blog.scss */
.wp-caption.alignright.size-thumbnail {
  margin-left: 2em;
  margin-bottom: .5em;
  max-width: 100%;
}

/* line 45, ../scss/base/_blog.scss */
.wp-caption.alignright.size-medium {
  margin-left: 2em;
  margin-bottom: .5em;
  max-width: 100%;
}

/* line 51, ../scss/base/_blog.scss */
.article-content .article-body img.alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: .5em;
}

/* line 57, ../scss/base/_blog.scss */
.article-content .article-body img.alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: .5em;
}

@media (max-width: 420px) {
  /* line 66, ../scss/base/_blog.scss */
  .wp-caption.alignleft.size-thumbnail {
    margin-right: 2em;
    max-width: 100%;
  }

  /* line 71, ../scss/base/_blog.scss */
  .wp-caption.alignleft.size-medium {
    margin-right: 0em;
    max-width: 100%;
  }

  /* line 76, ../scss/base/_blog.scss */
  .article-content .article-body img.alignleft {
    float: left;
    margin-right: 0em;
  }

  /* line 81, ../scss/base/_blog.scss */
  .wp-caption.alignright.size-thumbnail {
    margin-left: 2em;
    max-width: 100%;
  }

  /* line 86, ../scss/base/_blog.scss */
  .wp-caption.alignright.size-medium {
    margin-left: 0em;
    max-width: 100%;
  }

  /* line 91, ../scss/base/_blog.scss */
  .article-content .article-body img.alignright {
    float: right;
    margin-left: 0em;
  }

  /* line 96, ../scss/base/_blog.scss */
  article.post-type-post img[class^="wp-image"], article.post-type-post img[class*=" wp-image"] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }

  /* line 102, ../scss/base/_blog.scss */
  .article-content .article-body img.alignleft.size-thumbnail {
    width: 150px !important;
    height: 150px !important;
    margin-right: 2em;
    margin-bottom: .5em;
  }

  /* line 109, ../scss/base/_blog.scss */
  .article-content .article-body img.alignright.size-thumbnail {
    width: 150px !important;
    height: 150px !important;
    margin-left: 2em;
    margin-bottom: .5em;
  }
}
/* line 9, ../scss/base/_podcasts.scss */
.podcast_left {
  float: left;
  width: 20%;
  margin-right: 5%;
}

/* line 15, ../scss/base/_podcasts.scss */
.podcast_left img {
  max-width: 100%;
  border: 1px solid #e6e7e8;
}

/* line 20, ../scss/base/_podcasts.scss */
.podcast_right {
  float: left;
  width: 75%;
  margin-bottom: 4em;
}

/* line 1, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign {
  background-color: #91435c;
  border-color: #b15673;
  color: white;
}
/* line 5, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign .featured-inner {
  background-color: #91435c;
}
/* line 9, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign .fancy-section-hdr-mod {
  margin-top: 1em;
}
/* line 12, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign .fancy-section-hdr-mod .fancy-section-hdr {
  margin-bottom: 1em;
  color: white;
}
/* line 17, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign .fancy-section-hdr-mod .fancy-section-hdr::before, .hp-featured.hp-block.campaign .fancy-section-hdr-mod .fancy-section-hdr::after {
  background-color: white;
}
/* line 22, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign p {
  text-align: center;
  font-family: "adelle", Georgia, Times, Times New Roman, serif;
  line-height: 1.4em;
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 1em;
  padding: 0 1.5em;
}
/* line 30, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign p:first-of-type {
  margin-top: 1.2em;
  font-size: 1.25em;
}
/* line 36, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign p a {
  color: #fff;
}
/* line 40, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign .button-lg {
  font-family: "adelle-sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 1em;
  margin: 1em auto;
  background-color: #f26722;
  border-color: #f26722;
}
/* line 48, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign .button-lg:link {
  color: #fff;
}
/* line 51, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign .button-lg:visited {
  color: #fff;
}
/* line 54, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign .button-lg:hover {
  color: #fff;
  background-color: #ed580e;
  border-color: #ed580e;
}
/* line 59, ../scss/base/_campaign.scss */
.hp-featured.hp-block.campaign .button-lg:active {
  color: #fff;
  background-color: #de520d;
  border-color: #de520d;
  text-shadow: 0 -1px #bc460b;
}
@media (max-width: 50.25em) {
  /* line 1, ../scss/base/_campaign.scss */
  .hp-featured.hp-block.campaign {
    margin-bottom: 6em;
    padding: 2em 1.25em;
  }
}

/* line 73, ../scss/base/_campaign.scss */
.hp-featured.campaign::before {
  background-color: #91435c;
}

/* line 78, ../scss/base/_campaign.scss */
.hp-featured.campaign:after {
  background-color: #b15673;
}

/* line 12, ../scss/base/_adspots.scss */
.ad-site-topper {
  width: 100%;
  background-color: #58595B;
  text-align: center;
  /* For DFP: Padding on second child div (added by DFP) to prevent loading flash when empty */
}
/* line 18, ../scss/base/_adspots.scss */
.ad-site-topper > div > div {
  padding: 4px 0;
}

/* line 35, ../scss/base/_adspots.scss */
.ad-sponsorship-spot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* line 40, ../scss/base/_adspots.scss */
.ad-sponsorship-spot label {
  margin-right: 10px;
  font-size: 10px;
  color: #555;
}
/* line 46, ../scss/base/_adspots.scss */
.ad-sponsorship-spot .ad-sponsorship-spot-image {
  max-width: 145px;
}
/* line 49, ../scss/base/_adspots.scss */
.ad-sponsorship-spot .ad-sponsorship-spot-image.ad-sponsorship-spot-image--default-light {
  -webkit-filter: grayscale(100%) brightness(4);
  filter: grayscale(100%) brightness(4);
}

/* line 65, ../scss/base/_adspots.scss */
.ad-main-column-topper {
  background-color: rgba(246, 246, 247, 0.75);
  position: relative;
  /* For DFP: Padding on second child div (added by DFP) to prevent loading flash when empty */
}
/* line 69, ../scss/base/_adspots.scss */
.ad-main-column-topper:before {
  background-color: rgba(246, 246, 247, 0.75);
  top: 0;
  bottom: 0;
}
/* line 75, ../scss/base/_adspots.scss */
.ad-main-column-topper:before, .ad-main-column-topper:after {
  content: '';
  position: absolute;
  width: 9999em;
  right: 100%;
}
@media (max-width: 50.25em) {
  /* line 65, ../scss/base/_adspots.scss */
  .ad-main-column-topper {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
  /* line 83, ../scss/base/_adspots.scss */
  .ad-main-column-topper:before {
    display: none;
  }
}
/* line 91, ../scss/base/_adspots.scss */
.ad-main-column-topper > div > div {
  padding: 7px 10px;
}

/* line 97, ../scss/base/_adspots.scss */
.ad-todays-shows, .ad-upcoming-shows {
  background-color: #eee;
  /* For DFP: Padding on second child div (added by DFP) to prevent loading flash when empty */
}
/* line 101, ../scss/base/_adspots.scss */
.ad-todays-shows > div > div, .ad-upcoming-shows > div > div {
  padding: 7px 10px;
}

/* line 107, ../scss/base/_adspots.scss */
.ad-todays-shows {
  /* So this ad covers the rule at the end of Today's Shows, otherwise reveals the rule when empty */
  margin-top: -8px;
  min-height: 8px;
}
/* line 111, ../scss/base/_adspots.scss */
.ad-todays-shows > div {
  border-top: 1px solid #e6e7e8;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 4px 4px;
}

/* line 117, ../scss/base/_adspots.scss */
.ad-upcoming-shows > div {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 129, ../scss/base/_adspots.scss */
.ad-segment-meta {
  position: relative;
  overflow: hidden;
  background-color: #eee;
  width: 100%;
  text-align: center;
  padding: 0 1.25em;
  /* For DFP: Padding on second child div (added by DFP) to prevent loading flash when empty */
}
/* line 137, ../scss/base/_adspots.scss */
.ad-segment-meta:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e6e7e8;
}
/* line 149, ../scss/base/_adspots.scss */
.ad-segment-meta > div {
  margin: 0 auto;
}
@media (min-width: 65em) {
  /* line 149, ../scss/base/_adspots.scss */
  .ad-segment-meta > div {
    max-width: 68.75em;
  }
}
/* line 158, ../scss/base/_adspots.scss */
.ad-segment-meta > div > div {
  padding: 7px 10px;
}

/* line 164, ../scss/base/_adspots.scss */
.ad-segment-guests {
  /* For DFP: Padding on second child div (added by DFP) to prevent loading flash when empty */
}
/* line 166, ../scss/base/_adspots.scss */
.ad-segment-guests > div {
  background-color: #eee;
  border-top: 1px solid #e6e7e8;
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 4px 4px;
}
/* line 173, ../scss/base/_adspots.scss */
.ad-segment-guests > div > div {
  padding: 7px 10px;
}

/* line 179, ../scss/base/_adspots.scss */
.ad-segment-media {
  /* For DFP: Padding on second child div (added by DFP) to prevent loading flash when empty */
}
/* line 181, ../scss/base/_adspots.scss */
.ad-segment-media > div {
  background-color: #222222;
}
/* line 186, ../scss/base/_adspots.scss */
.ad-segment-media > div > div {
  padding: 7px 10px;
}

/* line 10, ../scss/base/_style-guide.scss */
.sg-describe {
  border-top: 2px solid #f6f6f7;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 2em;
  font-size: 11px;
  font-color: #464646;
}
/* line 17, ../scss/base/_style-guide.scss */
.sg-describe span {
  color: red;
  margin-right: 5px;
}
/* line 21, ../scss/base/_style-guide.scss */
.sg-section-head + .sg-describe {
  border-top: none;
  margin-top: 0;
}

/* line 27, ../scss/base/_style-guide.scss */
.sg-section-head {
  font-family: "adelle", Georgia, Times, Times New Roman, serif;
  font-size: 1em;
  margin: 3em 0 0;
  background-color: black;
  color: #fff;
  padding: 0.5em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 38, ../scss/base/_style-guide.scss */
.dummy-box {
  background-color: #f6f6f7;
  padding: 1em;
  height: 200px;
}
