@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("http://fonts.googleapis.com/css?family=Oswald");
@import url("http://fonts.googleapis.com/css?family=Oswald:400,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  background: #e6e3c8 url("../images/bg-01.jpg");
  color: #111111; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

button, input[type="submit"]:not(.btn) {
  border: none;
  background: none;
  -webkit-font-smoothing: antialiased; }

header, section, footer {
  position: relative; }

section {
  border-bottom: 2px solid #111111;
  overflow: hidden;
  padding: 2rem 0; }
  @media (min-width: 768px) {
    section {
      padding: 6rem 0; } }

.share {
  margin-top: 3rem; }
  .share p {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px; }

html {
  font-size: 62.5%; }

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 3rem 0 2rem; }
  h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
    margin-top: 0; }

h1 {
  font-size: 2.8rem; }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 2.2rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.8rem; }

.lead {
  font-size: 2.2rem; }

.label {
  text-align: center; }
  @media (min-width: 768px) {
    .label {
      background: #111111;
      color: white;
      font-size: 1.6rem;
      width: 20rem;
      padding: 1rem 6rem;
      display: block;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 2.4rem;
      left: -5rem; } }

p {
  max-width: 86rem;
  margin-bottom: 1.4rem; }
  p.center {
    text-align: center;
    font-style: italic;
    margin: 0 auto 3rem; }
    p.center:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 768px) {
      p.center {
        margin-bottom: 5rem; } }

.loud {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 100%; }

a {
  color: #111111;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  a:visited {
    color: #12110e; }
  a:hover, a:focus {
    color: #4c473a; }

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0; }
  ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0; }

ul.default {
  list-style-type: disc;
  padding-left: 2rem; }
  ul.default ul {
    list-style-type: disc;
    padding-left: 2rem; }

ol.default {
  list-style-type: decimal;
  padding-left: 2rem; }
  ol.default ol {
    list-style-type: decimal;
    padding-left: 2rem; }

dl {
  margin-bottom: 2rem; }
  dl dd {
    margin: 0; }

blockquote {
  border-left: 2px solid #dbdbdb;
  color: #2b2b2b;
  margin: 2rem 0;
  padding-left: 2rem; }
  blockquote footer {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2rem; }
    blockquote footer:before {
      content: "— "; }

address {
  margin-bottom: 2rem; }

abbr[title] {
  cursor: help; }

hr {
  border: none;
  border-bottom: 1px solid #dbdbdb;
  margin: 2rem 0; }

img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block; }

.container, .modal .modal-inner {
  margin: 0 auto;
  max-width: 140rem;
  width: 90%; }

.row, .audio .list-audio {
  margin-right: -2rem;
  margin-left: -2rem; }
  .row:after, .audio .list-audio:after {
    content: "";
    display: table;
    clear: both; }

.col-full,
.col-three-fourths,
.col-two-thirds,
.col-three-fifths,
.col-one-half,
.audio li,
.video,
.nav-footer li,
.modal-about .person,
.col-two-fifths,
.col-one-third,
.col-one-fourth {
  width: 100%;
  float: left;
  padding-left: 2rem;
  padding-right: 2rem;
  min-height: 1px; }

@media (min-width: 768px) {
  .container, .modal .modal-inner {
    padding: 0 6rem; }

  .col-full {
    width: 100%; }

  .col-three-fourths {
    width: 75%; }

  .col-two-thirds {
    width: 66.66666%; }

  .col-three-fifths {
    width: 60%; }

  .col-one-half, .audio li, .video, .nav-footer li, .modal-about .person {
    width: 50%; }

  .col-two-fifths {
    width: 40%; }

  .col-one-third {
    width: 33.33333%; }

  .col-one-fourth {
    width: 25%; }

  .col-flow-opposite {
    float: right; } }
fieldset {
  border: none;
  padding: 0;
  margin: 0 0 2rem 0; }
  fieldset p {
    margin: 0; }
  fieldset span {
    font-weight: normal; }

legend {
  font-weight: bold; }

label {
  display: block;
  margin-bottom: 0.6rem;
  font-weight: bold; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"]
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="number"],
input[type="file"] {
  font-size: 1.6rem;
  color: #111111;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  height: 4.2rem;
  padding: 0.9rem 1.2rem;
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  input[type="number"]:focus,
  input[type="file"]:focus {
    border-color: #32abc9; }

textarea {
  height: auto; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0.4rem;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  font-size: 1.4rem;
  width: 100%;
  height: auto; }

.form-help {
  color: #777777;
  font-size: 1.4rem;
  margin-top: 0.6rem; }

.btn {
  border-radius: 0;
  background: #111111;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: white;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  padding: 0.8rem 2rem;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    background: #4c473a;
    color: white; }
  .btn:visited {
    color: white; }

.btn-light {
  background: #e6e3c9;
  color: #111111; }

.btn-next {
  font-size: 2.4rem;
  float: right; }
  .btn-next:after {
    content: '';
    background: url("../images/icon-forward.png") no-repeat scroll center left/3rem 3rem;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-left: 2rem;
    position: relative;
    top: .4rem; }
  .btn-next:hover, .btn-next:focus {
    background: white;
    color: #111111; }
  .btn-next:visited {
    color: #111111; }

table {
  max-width: 100%;
  background-color: #e6e3c8; }

th {
  text-align: left; }

table {
  width: 100%;
  margin-bottom: 2rem; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 1.2rem;
    vertical-align: top;
    border-top: 1px solid #dbdbdb; }
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dbdbdb; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #dbdbdb; }
  table table {
    background-color: #e6e3c8; }

.modal {
  background: rgba(17, 17, 17, 0.97);
  text-align: center;
  color: #e6e3c9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  -webkit-overflow-scrolling: touch; }
  .modal .modal-header {
    text-align: center; }
    .modal .modal-header .sr-logo {
      margin-top: 1rem;
      display: none; }
  .modal .modal-inner {
    text-align: left;
    display: inline-block;
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .modal .modal-content {
    padding: 2rem 0 4rem; }
  .modal .close {
    background: url("../images/icon-close.png") no-repeat scroll top left/40px 40px;
    text-indent: -999999px;
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    top: 3rem;
    right: 3rem;
    z-index: 100; }
    .modal .close:hover, .modal .close:focus {
      opacity: .7; }
  .modal a:not(.btn) {
    color: #e6e3c9; }
    .modal a:not(.btn):visited {
      color: #c6bf83; }
    .modal a:not(.btn):hover {
      color: white; }

:target {
  display: block; }

.modal-open {
  overflow: hidden; }

@media (min-width: 768px) {
  .modal .sr-logo {
    float: right; }
  .modal .modal-content {
    padding-top: 8rem; } }
.modal-about h1, .modal-episode h1 {
  font-size: 3.8rem; }
.modal-about h1, .modal-episode h1 {
  border-bottom: 3px solid #e6e3c9;
  padding-bottom: .4rem;
  margin-bottom: 4rem; }
  .modal-about h1:after, .modal-episode h1:after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e3c9;
    position: relative;
    bottom: -1.3rem; }
.modal-about h2, .modal-about .modal-footer, .modal-episode h2, .modal-episode .modal-footer {
  font-size: 2.8rem;
  text-align: center;
  border-top: 3px solid #e6e3c9;
  border-bottom: 3px solid #e6e3c9;
  padding: 1.8rem 0;
  margin: 6rem 0 8rem;
  position: relative; }
  .modal-about h2:before, .modal-about h2:after, .modal-about .modal-footer:before, .modal-about .modal-footer:after, .modal-episode h2:before, .modal-episode h2:after, .modal-episode .modal-footer:before, .modal-episode .modal-footer:after {
    content: '';
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e3c9;
    position: absolute;
    right: 0;
    left: 0; }
  .modal-about h2:before, .modal-about .modal-footer:before, .modal-episode h2:before, .modal-episode .modal-footer:before {
    top: -0.9rem; }
  .modal-about h2:after, .modal-about .modal-footer:after, .modal-episode h2:after, .modal-episode .modal-footer:after {
    bottom: -0.9rem; }
.modal-about h3, .modal-episode h3 {
  margin-top: 6rem; }
.modal-about p, .modal-episode p {
  font-size: 1.6rem; }
.modal-about img, .modal-episode img {
  margin-bottom: 2rem; }
.modal-about .modal-footer, .modal-episode .modal-footer {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 4rem; }
  .modal-about .modal-footer .share, .modal-episode .modal-footer .share {
    margin: 0 2rem 3rem 0; }
    .modal-about .modal-footer .share .addthis_custom_sharing, .modal-episode .modal-footer .share .addthis_custom_sharing {
      display: inline-block; }
  .modal-about .modal-footer .static-link, .modal-episode .modal-footer .static-link {
    border: 2px solid #e6e3c9;
    font-size: 1.6rem;
    padding: 1rem;
    display: inline-block;
    max-width: 100%; }

header {
  text-align: center;
  padding: 2rem 0 1rem; }
  header .container, header .modal .modal-inner, .modal header .modal-inner {
    position: relative; }
  header h1 {
    font-family: "Avenir", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 1rem;
    display: block; }
  @media (min-width: 768px) {
    header {
      padding-top: 4rem; }
      header h1 {
        font-size: 4rem;
        margin-bottom: 3rem; }
      header .sr-logo {
        position: absolute;
        top: 0;
        right: 0; } }
  @media (min-width: 1024px) {
    header h1 {
      font-size: 5rem; } }

.sr-logo {
  width: 130px;
  display: inline-block;
  margin-bottom: .5rem; }
  .sr-logo:hover, .sr-logo:focus {
    opacity: .7; }
  @media (min-width: 1024px) {
    .sr-logo {
      width: 170px; } }

.hero {
  text-align: center;
  padding-top: 1rem; }
  .hero .hero-video, .hero .rss-widget {
    margin: 0 auto 2rem;
    max-width: 78rem; }
    .hero .hero-video:after, .hero .rss-widget:after {
      content: "";
      display: table;
      clear: both; }
  .hero .loud {
    font-style: normal; }

.nav-episodes {
  text-align: center;
  width: 100%;
  margin-bottom: 0; }
  .nav-episodes li {
    display: inline-block; }
  .nav-episodes .btn {
    min-width: 24rem;
    padding: 3rem 1rem;
    margin: 0 2rem 1rem;
    display: inline-block; }
    .nav-episodes .btn strong {
      font-weight: 400;
      font-size: 2rem;
      display: block; }
    .nav-episodes .btn span {
      font-size: 2.8rem; }
    @media (min-width: 1024px) {
      .nav-episodes .btn {
        min-width: 30rem; }
        .nav-episodes .btn span {
          font-size: 3rem; } }

.episodes {
  background: rgba(17, 17, 17, 0.15); }

.folders .container, .folders .modal .modal-inner, .modal .folders .modal-inner {
  width: 100%;
  padding: 0; }
.folders p.center {
  padding: 0 2rem; }

.list-folders-outer {
  text-align: center;
  width: 100%;
  padding: 2rem 0 0rem 5rem;
  margin-bottom: 3rem;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 1024px) {
    .list-folders-outer {
      padding: 0; } }

.list-folders {
  text-align: center;
  width: 600rem;
  padding-left: 9rem;
  margin: 0;
  display: inline-block; }
  .list-folders li {
    display: inline-block;
    float: left; }
  .list-folders a {
    background: url("../images/folder-small-01.png") no-repeat top left/100% 100%;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    text-decoration: none;
    width: 20rem;
    height: 13.4rem;
    padding: .7rem 0 67% 1rem;
    margin-left: -9rem;
    display: block;
    position: relative;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    transition: top 0.2s ease; }
    .list-folders a.color-2 {
      background-image: url("../images/folder-small-02.png"); }
    .list-folders a.color-3 {
      background-image: url("../images/folder-small-03.png"); }
    .list-folders a.color-4 {
      background-image: url("../images/folder-small-04.png"); }
    .list-folders a.color-5 {
      background-image: url("../images/folder-small-05.png"); }
    .list-folders a:hover, .list-folders a:focus {
      -webkit-transform: translateY(-8px);
      -moz-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      -o-transform: translateY(-8px);
      transform: translateY(-8px);
      opacity: 1; }
  @media (min-width: 1024px) {
    .list-folders {
      width: 100rem; }
      .list-folders li {
        float: none; }
      .list-folders .row-folders {
        margin-top: -9rem;
        display: block; }
        .list-folders .row-folders:first-of-type {
          margin: 0; }
      .list-folders .row-1 {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7); }
      .list-folders .row-2 {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75); }
      .list-folders .row-3 {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8); }
      .list-folders .row-4 {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85); }
      .list-folders .row-5 {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }
      .list-folders .row-6 {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95); }
      .list-folders .row-7 {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }

.audio .list-audio {
  margin-bottom: 0; }
.audio li {
  margin-bottom: 3rem; }
  .audio li h3 {
    margin-bottom: 1rem; }
@media (min-width: 1024px) {
  .audio .description, .audio .media {
    width: 50%;
    float: left; }
  .audio .media {
    padding-left: 2rem; } }

.nav-about-register {
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  position: relative; }
  .nav-about-register li {
    display: inline-block; }
  .nav-about-register a {
    border-bottom: 1px dotted #111111;
    text-decoration: none;
    padding: 0 1rem;
    margin: 1rem 2rem;
    display: inline-block; }
    .nav-about-register a:hover, .nav-about-register a:hover {
      border-bottom: 1px solid #111111;
      color: #111111; }

.ethnicity h2 {
  margin-bottom: 6rem; }
.ethnicity .folder {
  display: block; }
.ethnicity .download-pdf {
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 2rem 0 2rem 5rem;
  position: relative; }
  .ethnicity .download-pdf img {
    width: 3rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.8rem; }
  .ethnicity .download-pdf:hover, .ethnicity .download-pdf:hover {
    text-decoration: underline;
    color: #111111; }

.video {
  position: relative; }
  .video img {
    width: auto; }
  .video .video-wrapper {
    margin-bottom: 2rem; }
  .video:first-of-type {
    margin-bottom: 2rem; }

footer {
  background: #403d32 url("../images/bg-footer.jpg");
  text-align: center;
  padding: 5rem 0 1rem;
  overflow: hidden; }
  footer .sr-logo {
    display: inline-block;
    margin-bottom: 2rem; }
  footer p.center {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2rem; }
  footer .feed-link {
    font-size: 1rem; }
  footer .share {
    background: #111111;
    color: white;
    padding: 1rem 2rem .7rem;
    margin-top: 0; }
    footer .share p {
      margin: 0 2rem 0 0; }
    footer .share p, footer .share .addthis_custom_sharing {
      display: inline-block;
      vertical-align: middle; }
    footer .share .addthis_custom_sharing {
      margin-top: .3rem; }

.nav-footer {
  margin-bottom: 2rem;
  overflow: hidden; }
  .nav-footer .btn {
    padding: 1.6rem 2rem;
    margin-bottom: 2rem;
    display: block; }

.modal-folder .modal-inner {
  height: 100%;
  padding: 8rem 1rem 3rem; }
.modal-folder .modal-content {
  height: 100%;
  display: table; }
.modal-folder .modal-content-center {
  display: table-cell;
  vertical-align: middle; }
.modal-folder .description dt {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem; }

.folder-outer {
  text-decoration: none; }

a.folder-outer:hover, a.folder-outer.focus {
  opacity: .8; }

.folder {
  border-radius: 5px 0 5px 5px;
  background: #e6e3c8 url("../images/bg-folder.jpg");
  font-family: "Special Elite", "Times New Roman", Times, serif;
  color: #111111;
  min-width: 28rem;
  padding: 3rem 1rem 3rem 1rem;
  margin: 4rem 0 3rem;
  position: relative; }
  .folder .number {
    background: url("../images/folder-tab.png") no-repeat scroll top right/auto 100%;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 3.2rem;
    text-align: right;
    letter-spacing: 1px;
    width: 100%;
    height: 4rem;
    padding: 0.5rem 3rem 2rem;
    display: block;
    position: absolute;
    top: -4rem;
    right: 0; }
  .folder .line {
    display: block;
    width: 100%;
    border-top: 1px solid #111111;
    margin-bottom: 1px; }
  .folder ul {
    font-size: 1.7rem;
    width: 100%;
    padding: 0.6rem 1rem;
    display: table;
    border-top: 2px solid #111111;
    border-bottom: 2px solid #111111; }
    .folder ul li {
      display: table-cell; }
  .folder strong {
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.7rem; }
  .folder .title {
    padding: 0 1rem;
    margin-bottom: 0; }
  .folder p {
    background: url("../images/line-dotted.png");
    line-height: 2.8rem;
    padding: 0.6rem 1rem 2.8rem;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .folder-description {
    display: table; }
    .folder-description .folder-outer, .folder-description .description {
      display: table-cell;
      vertical-align: top; }
    .folder-description .folder-outer {
      width: 50%;
      min-width: 32rem; }
    .folder-description .folder-outer {
      padding-right: 2rem; }
    .folder-description .description {
      padding-left: 2rem; } }
.modal-episode iframe {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 3rem 0; }

.modal-about .person {
  max-width: 40rem; }
  .modal-about .person:after {
    content: "";
    display: table;
    clear: both; }
  .modal-about .person img {
    max-width: 32rem; }
.modal-about .radioleaks {
  max-width: 30rem; }
