/*! normalize.css v3.0.2 | 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=Source+Sans+Pro:300,400,600,700,400italic");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-nra8kl");
  src: url("../fonts/icomoon.eot?#iefix-nra8kl") format("embedded-opentype"), url("../fonts/icomoon.woff?-nra8kl") format("woff"), url("../fonts/icomoon.ttf?-nra8kl") format("truetype"), url("../fonts/icomoon.svg?-nra8kl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ic_accordion_open:before {
  content: "\e600"; }

.icon-ic_audio_play:before {
  content: "\e604"; }

.icon-ic_audio_pause:before {
  content: "\e603"; }

.icon-ic_audio_back:before {
  content: "\e601"; }

.icon-ic_audio_next:before {
  content: "\e602"; }

.icon-ic_email:before {
  content: "\e605"; }

.icon-ic_facebook:before {
  content: "\e606"; }

.icon-ic_twitter:before {
  content: "\e609"; }

.icon-ic_slideshow:before {
  content: "\e607"; }

.icon-ic_sound:before {
  content: "\e608"; }

html,
body,
td,
p {
  font-size: 18px;
  line-height: 1.64em;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif; }

@media (min-width: 650px) {
  p {
    font-size: 1.2222222em;
    line-height: 1.7em; } }
a,
a:visited,
a:hover,
a:active {
  color: #fff; }

a:hover {
  font-weight: 700; }

h1 {
  line-height: 1.4em;
  font-weight: 300;
  font-size: 3.95em;
  color: #fff; }
  h1 a, h1 a:visited, h1 a:hover, h1 a:active {
    font-weight: 300;
    color: #fff;
    text-decoration: none; }

h2,
h3,
h4,
h5,
h6 {
  color: #A6A4A4; }
  h2 a, h2 a:visited, h2 a:hover, h2 a:active,
  h3 a,
  h3 a:visited,
  h3 a:hover,
  h3 a:active,
  h4 a,
  h4 a:visited,
  h4 a:hover,
  h4 a:active,
  h5 a,
  h5 a:visited,
  h5 a:hover,
  h5 a:active,
  h6 a,
  h6 a:visited,
  h6 a:hover,
  h6 a:active {
    color: #A6A4A4;
    text-decoration: none; }

h2 {
  font-weight: 400;
  font-size: 1.33em;
  line-height: 1.25em; }
  @media (min-width: 650px) {
    h2 {
      font-size: 1.7em; } }

.interview.list h2 {
  margin: 1em 0 0; }

@media (min-width: 650px) {
  .caption * {
    font-size: 1em; } }
.home #content {
  margin-top: 8em; }
  @media (min-width: 650px) {
    .home #content {
      margin-top: 1em; } }

.inner, .page-header {
  padding: 0 0.5em; }
  @media (min-width: 500px) {
    .inner, .page-header {
      padding: 0 1em; } }

.home-tile .page-header {
  padding: 0; }

.maxwidth {
  max-width: 66.6666666667em;
  margin-left: auto;
  margin-right: auto; }

.center {
  margin-left: auto;
  margin-right: auto; }

.left-text {
  text-align: left; }

.hidden {
  display: none; }

.clear {
  overflow: hidden;
  *zoom: 1;
  clear: both; }

.sponsor {
  margin-bottom: 0.85em; }

.share-container {
  margin-top: 0.5em; }
  @media print, (min-width: 960px) {
    .share-container {
      margin-top: 0; } }

.share-container label {
  line-height: 50px;
  float: left; }
  @media print, (min-width: 960px) {
    .share-container label {
      padding: 0 0.5em; } }

.caption {
  padding: 0 1em;
  text-align: left; }

@media print, (min-width: 960px) {
  .slideshow .slideshow-container {
    margin-top: 12em; } }

.slideshow-container {
  clear: both;
  position: relative;
  max-width: 1044px;
  margin: 0 auto; }

.owl-theme .owl-controls {
  position: absolute;
  top: 0;
  width: 100%; }

.slide {
  width: 100%;
  text-align: center;
  background-color: #4B4A4B; }
  .slide .slide-image-container {
    max-width: 1044px;
    max-height: 783px; }
    .slide .slide-image-container img {
      width: 100%; }

.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  margin: auto;
  top: 10em;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1044px;
  height: 85px; }
  @media (min-width: 400px) {
    .owl-theme .owl-controls .owl-buttons {
      top: 15em; } }
  @media (min-width: 500px) {
    .owl-theme .owl-controls .owl-buttons {
      top: 20em; } }
  @media (min-width: 650px) {
    .owl-theme .owl-controls .owl-buttons {
      top: 30em; } }
  .owl-theme .owl-controls .owl-buttons .owl-next, .owl-theme .owl-controls .owl-buttons .owl-prev {
    text-indent: -999em;
    width: 60px;
    height: 106px; }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    float: right;
    background: transparent url("../img/graphics/arrow_right.png") top right no-repeat; }
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    float: left;
    background: transparent url("../img/graphics/arrow_left.png") top right no-repeat; }

.tile-item {
  width: 145px; }
  @media (min-width: 500px) {
    .tile-item {
      width: 182px; } }
  @media (min-width: 650px) {
    .tile-item {
      width: 307px; } }
  @media print, (min-width: 960px) {
    .tile-item {
      width: 302px; } }
  @media (min-width: 1280px) {
    .tile-item {
      width: 302px; } }

a.button.home-tile-nav:link {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  height: 2em;
  line-height: 2.0;
  margin-right: 0.25em;
  padding: 0 .84em; }

a.button.home-tile-nav:hover {
  background-color: #F7D895; }

a.button.home-tile-nav.twitter {
  padding: 0 0.4em; }
  a.button.home-tile-nav.twitter:hover {
    background-color: #F7D895; }

.tile {
  margin-bottom: 9px;
  border-top: 3px solid #F2BE47;
  background-color: #fff; }
  @media (min-width: 650px) {
    .tile {
      margin-bottom: 18px; } }
  .tile .quote {
    margin: 0.4em 0.45em 1.2em 0.45em;
    color: #4B4A4B;
    font-weight: 200;
    font-size: 0.8888889em; }
    @media (min-width: 650px) {
      .tile .quote {
        font-size: 1.444444em;
        margin-bottom: 0.75em; } }
  .tile p, .tile .slideshow .quote {
    font-size: 0.77777778em;
    line-height: 1.28571429em; }
    @media (min-width: 650px) {
      .tile p, .tile .slideshow .quote {
        font-size: 1em; } }
  .tile .slideshow .quote {
    font-weight: 400; }
  @media (min-width: 650px) {
    .tile {
      border-top-width: 6px; } }
  .tile:hover {
    background-color: #A6A4A4; }
  .tile .poster {
    width: 100%;
    position: relative; }
    .tile .poster img {
      vertical-align: bottom;
      width: 100%; }
  .tile.slideshow .poster:before, .tile.interview .poster:before {
    color: #3B3B3B;
    background-color: #F2BE47;
    content: ' ';
    border-radius: 50%;
    font-size: .7em;
    height: 22px;
    width: 22px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -11px;
    line-height: 22px;
    text-align: center; }
    @media (min-width: 650px) {
      .tile.slideshow .poster:before, .tile.interview .poster:before {
        font-size: 1em;
        height: 30px;
        line-height: 30px;
        top: -15px;
        width: 30px; } }
  .tile.slideshow .poster:before {
    content: "\e607"; }
  .tile.interview .poster:before {
    content: "\e608"; }
  .tile.image {
    cursor: pointer; }

.home > .page-header {
  display: none; }

.tiles .sponsor-tile {
  background-color: #4B4A4B;
  border: none;
  margin: 0 auto 9px auto;
  width: 15.65em; }
  @media (min-width: 400px) {
    .tiles .sponsor-tile {
      text-align: center;
      width: 100%; } }
  @media (min-width: 400px) {
    .tiles .sponsor-tile {
      text-align: center;
      width: 100%; } }
  @media (min-width: 650px) {
    .tiles .sponsor-tile {
      width: 16.666666667em;
      margin-bottom: 18px; } }
  .tiles .sponsor-tile .sponsor-tile {
    margin: 0; }

.tiles .home-tile {
  width: 300px;
  margin-bottom: 9px; }
  @media (min-width: 650px) {
    .tiles .home-tile {
      margin-bottom: 18px;
      width: 16.666666667em; } }

.home-tile .page-header {
  background-color: #4B4A4B; }
  .home-tile .page-header h1 {
    font-size: 3.8em;
    padding-right: 0; }
    @media (min-width: 650px) {
      .home-tile .page-header h1 {
        font-size: 4.2em; } }
  .home-tile .page-header h2 {
    padding-top: 0;
    font-size: 1.9em; }
    .home-tile .page-header h2 a {
      display: inline-block; }
  .home-tile .page-header .inspired {
    margin-top: 0; }

.tiles {
  margin: 0 auto;
  width: 300px; }
  @media (min-width: 500px) {
    .tiles {
      width: 382px; } }
  @media (min-width: 650px) {
    .tiles {
      width: 632px; } }
  @media print, (min-width: 960px) {
    .tiles {
      width: 942px; } }
  @media (min-width: 1280px) {
    .tiles {
      width: 1262px; } }

.gutter-sizer {
  visibility: false;
  width: 9px; }
  @media (min-width: 500px) {
    .gutter-sizer {
      width: 18px; } }

.pop {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .pop .pop-inner {
    background-color: rgba(75, 75, 75, 0.9);
    border-top: 3px solid #F2BE47;
    left: 1%;
    position: absolute;
    text-align: center;
    top: 65px;
    width: 98%; }
    .pop .pop-inner img {
      -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.25);
      height: auto;
      width: 60%;
      margin: 2% auto; }
    .pop .pop-inner .caption {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1em 2em; }
    @media print, (min-width: 960px) {
      .pop .pop-inner {
        height: 80%;
        left: 15%;
        overflow: hidden;
        width: 70%; }
        .pop .pop-inner img {
          height: 90%;
          width: auto;
          margin: 2% auto; }
        .pop .pop-inner .caption {
          bottom: 0;
          left: 0;
          position: absolute;
          z-index: 2; } }
  .pop .close {
    font-size: 1.4em;
    font-weight: 300;
    height: 1.3em;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.6em;
    z-index: 1; }

.pop-off {
  position: fixed; }

.pop-enter {
  opacity: 0.1; }
  .pop-enter.pop-enter-active {
    transition: all 1s ease-in;
    opacity: 1.0; }

.pop-leave {
  opacity: 1.0; }
  .pop-leave.pop-leave-active {
    transition: all 0.5s linear;
    opacity: 0; }

#footer {
  margin-top: 2em;
  background-color: #A6A4A4;
  color: #4B4A4B;
  text-align: center;
  /* make sure that on the desktop, you can see the rest of things */
  padding-bottom: 5em; }
  #footer a, #footer p {
    color: #4B4A4B; }

.footer-nav-bottom .wgbh-copyright {
  background-image: none;
  padding: 2em 1em 1em;
  position: relative;
  text-align: center;
  display: block; }
  @media print, (min-width: 960px) {
    .footer-nav-bottom .wgbh-copyright {
      padding-top: 1em;
      text-align: left;
      display: inline-block; } }

.legal {
  margin-top: 1.5em;
  width: 90%; }
  @media (min-width: 500px) {
    .legal {
      margin-top: 2.5em; } }

.top-footer-nav, .sponsor-list {
  margin-top: 2em; }
  @media (min-width: 500px) {
    .top-footer-nav, .sponsor-list {
      margin-top: 3em; } }

.sponsor-list {
  text-align: center;
  margin-bottom: 1em; }
  @media print, (min-width: 960px) {
    .sponsor-list {
      width: 75%;
      margin: 0 auto; } }
  @media (min-width: 1280px) {
    .sponsor-list {
      margin-bottom: 5em; } }
  .sponsor-list img {
    padding: 1em;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    transform: scale(0.75); }
    .sponsor-list img:hover {
      transform: scale(0.8); }
    @media print, (min-width: 960px) {
      .sponsor-list img {
        transform: scale(0.95); }
        .sponsor-list img:hover {
          transform: scale(1); } }

.engagement-partners {
  width: 100%;
  margin: 1.3em auto;
  float: left;
  line-height: 1em; }
  .engagement-partners.caam span {
    margin-top: 0.5em; }
  .engagement-partners img {
    vertical-align: top;
    padding-top: 1em; }
  .engagement-partners span {
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center; }
  @media print, (min-width: 960px) {
    .engagement-partners {
      margin: 3em auto;
      width: 50%; } }
  @media (min-width: 1280px) {
    .engagement-partners span {
      display: inline-block;
      padding-top: 1.2em;
      text-align: right;
      padding-right: 0.5em; } }

@media (min-width: 500px) {
  /* Footer area */
  .footer-nav-top,
  .footer-nav-bottom {
    display: block;
    width: 100%;
    clear: both; } }
@media print, (min-width: 960px) {
  .wgbh-copyright {
    padding: 0; }

  .footer-credit-sponsor {
    list-style: none;
    float: left;
    padding-top: 0;
    margin-right: 23px;
    position: relative;
    top: -12px; } }
.page-header {
  background-color: #3B3B3B;
  padding-bottom: 0.5em;
  padding-top: 8em; }
  @media (min-width: 650px) {
    .page-header {
      padding-top: 0; } }
  .page-header h1, .page-header h2 {
    margin: 0; }
  .page-header h1 {
    padding-right: 0.25em;
    line-height: 1em;
    padding-bottom: 0.25em; }
  .page-header h2 {
    text-transform: uppercase;
    color: #4B4A4B;
    letter-spacing: 0.05em;
    font-size: 2.1em;
    padding-top: 0; }
    .page-header h2 a, .page-header h2 a:visited, .page-header h2 a:hover, .page-header h2 a:active {
      color: #4B4A4B; }
    @media (min-width: 650px) {
      .page-header h2 {
        padding-top: 0.17em;
        font-size: 2.95em; } }
    .page-header h2 .story {
      padding: 0 0.1em; }
      .page-header h2 .story:hover {
        font-weight: 400; }

.inspired {
  font-size: 0.9em;
  margin-bottom: 0;
  margin-top: 0; }
  @media (min-width: 650px) {
    .inspired {
      padding-top: 1em; } }

.home-tile .inspired {
  padding-top: 0; }

.tagline {
  clear: both;
  font-size: 1.05em;
  font-style: italic;
  margin: .5em 0;
  line-height: 1.2em; }
  @media (min-width: 650px) {
    .tagline {
      font-size: 1.3888888889em; } }

.collaboration {
  padding-bottom: .2em; }
  @media print, (min-width: 960px) {
    .collaboration {
      position: absolute;
      right: 0;
      top: 3em;
      padding-right: 2em; } }
  .collaboration p {
    font-size: 0.94em;
    color: #A6A4A4;
    margin-bottom: 0.25em; }
  @media (min-width: 650px) {
    .collaboration {
      padding-bottom: .5em; } }

.storycorps img {
  width: 125px;
  height: auto; }
  @media (min-width: 500px) {
    .storycorps img {
      width: 141px; } }

.american-experience img {
  width: 220px;
  height: auto; }
  @media (min-width: 500px) {
    .american-experience img {
      width: 241px; } }

.home-tile .collaboration {
  position: static;
  padding-right: 0; }
  .home-tile .collaboration p {
    margin-top: .25em; }

@media print, (min-width: 960px) {
  button.interview, .share {
    float: left; } }

button.interview {
  padding-right: 2em;
  position: relative; }
  button.interview:before {
    position: absolute;
    right: 0.5em;
    top: 0.8em; }

.interviewees {
  font-size: 1.2em;
  color: #A6A4A4;
  margin-top: 0.3em;
  margin-bottom: 0.6em;
  font-weight: 600; }
  @media (min-width: 500px) {
    .interviewees {
      font-size: 1.6em; } }
  @media (min-width: 650px) {
    .interviewees {
      width: 70%; } }

.transcript {
  margin-bottom: 2em;
  margin-top: 1.5em; }

.transcript h2 {
  background-color: #F2BE47;
  color: #3B3B3B;
  font-weight: 600;
  padding: 0.25em 0.5em;
  font-size: 1em;
  line-height: 1.25em; }
  @media print, (min-width: 960px) {
    .transcript h2 {
      font-size: 1.2222222em; } }
  .transcript h2:before {
    display: inline-block;
    float: left;
    line-height: 1.35em;
    margin-right: 0.5em;
    transition: transform 0.5s; }
  .transcript h2.open:before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg); }

@media print, (min-width: 960px) {
  .description, .transcript, .unedited-interview {
    float: left;
    width: 48%;
    clear: left; } }
.interview-photo {
  width: 100%; }
  @media print, (min-width: 960px) {
    .interview-photo {
      width: 48%;
      float: right;
      clear: left;
      padding-top: 1.5em;
      text-align: right;
      padding-right: 1.6em; } }
  .interview-photo img {
    width: 100%; }

.detail header {
  min-height: 10em; }

.detail header h1, .list header h1 {
  margin-bottom: 0;
  font-size: 2em; }
  @media (min-width: 500px) {
    .detail header h1, .list header h1 {
      font-size: 3.3em;
      margin-top: 0.3em; } }
  @media print, (min-width: 960px) {
    .detail header h1, .list header h1 {
      width: 70%; } }

.detail .icon.email {
  padding-left: 0.2em; }

@media print, (min-width: 960px) {
  .sponsor {
    position: absolute;
    right: 2.8em;
    top: 19em; } }
.detail .share-container, .list .share-container {
  color: #909090;
  margin-bottom: 0.5em; }
  @media print, (min-width: 960px) {
    .detail .share-container label, .list .share-container label {
      margin-left: 1em; } }
  .detail .share-container .icon, .detail .share-container .icon a, .detail .share-container .icon a:hover, .list .share-container .icon, .list .share-container .icon a, .list .share-container .icon a:hover {
    color: #F2BE47;
    background-color: transparent !important;
    width: 30px; }
    .detail .share-container .icon .email, .detail .share-container .icon a .email, .detail .share-container .icon a:hover .email, .list .share-container .icon .email, .list .share-container .icon a .email, .list .share-container .icon a:hover .email {
      width: 45px; }
  .detail .share-container a.icon:hover, .list .share-container a.icon:hover {
    font-weight: 400;
    color: #F7D895; }

@media (min-width: 650px) {
  article {
    width: 70%; } }
@media print, (min-width: 960px) {
  article {
    width: 60%; } }
@media (min-width: 1280px) {
  article {
    width: 50%; } }

article.slideshow,
article.interview {
  width: auto; }

@media (min-width: 650px) {
  .interview.list .sponsor {
    position: absolute;
    right: 1em;
    top: 22em; } }
@media print, (min-width: 960px) {
  .interview.list .sponsor {
    top: 16em; } }

@media (min-width: 650px) {
  .interview.list .share-container {
    float: right;
    margin-top: 10em; }

  .interview.list .description {
    float: left;
    width: 65%; } }
.interview.list section, .interview.list nav {
  clear: both;
  float: left; }

.interview.list nav {
  float: left; }
  @media print, (min-width: 960px) {
    .interview.list nav {
      font-size: 1.25em; } }
  @media (min-width: 1280px) {
    .interview.list nav {
      font-size: 1.5em; } }
  .interview.list nav .letter {
    float: left;
    padding-right: 1em; }

.interview.list .group {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 650px) {
    .interview.list .group {
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2;
      -webkit-column-gap: 18px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 18px;
      /* Firefox */
      column-gap: 18px; } }

body {
  background-color: #4B4A4B; }

button, a.button, a.button:link, .button {
  background-color: #F2BE47;
  border: none;
  color: #3B3B3B;
  font-size: 1.111111111em;
  height: 50px;
  padding: 0 0.75em;
  font-weight: 600;
  text-decoration: none; }
  button .small, a.button .small, a.button:link .small, .button .small {
    font-size: 1em; }
  button .big, a.button .big, a.button:link .big, .button .big {
    font-size: 1.33333333em; }

button:hover, .icon:hover {
  background-color: #F7D895 !important; }

.yellow-background {
  background-color: #F2BE47; }

.legal {
  font-size: 0.7777777778em; }
  @media (min-width: 650px) {
    .legal {
      font-size: 0.6363636364em; } }

.icon {
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 1.25em;
  text-decoration: none; }

.scrubber-container {
  min-height: 23px;
  position: relative;
  top: 0.45em;
  width: 85%; }
  @media (min-width: 500px) {
    .scrubber-container {
      width: 90%; } }
  @media (min-width: 650px) {
    .scrubber-container {
      width: 80%; } }
  @media (min-width: 840px) {
    .scrubber-container {
      width: 85%; } }
  @media (min-width: 1280px) {
    .scrubber-container {
      width: 90%; } }
  .scrubber-container .scrubber-background {
    background-color: #a0a0a0;
    width: 100%;
    height: 50%;
    top: 25%;
    position: absolute; }
  .scrubber-container .scrubber-foreground {
    background-color: #ccc;
    width: 0;
    height: 50%;
    top: 25%;
    position: absolute; }
  .scrubber-container .scrubber-playhead {
    width: 10px;
    background-color: #F2BE47;
    height: 85%;
    top: 7.5%;
    position: absolute; }

.audio-controls {
  padding: 0.5em 0;
  position: fixed;
  width: 100%;
  top: 3em;
  z-index: 9;
  color: #3B3B3B;
  background-color: #909090; }
  .audio-controls a {
    color: #3B3B3B; }
  @media (min-width: 650px) {
    .audio-controls {
      top: auto;
      bottom: 0; } }
  .audio-controls .audio-controls-container {
    margin: 0 1em; }
  .audio-controls .title-and-scrubber-container {
    float: left;
    height: 50px;
    -webkit-transition: width 2s;
    /* Safari */
    transition: width 2s;
    width: 100%;
    position: relative; }
    @media (min-width: 650px) {
      .audio-controls .title-and-scrubber-container {
        width: 25%;
        position: absolute;
        left: 220px; } }
    @media (min-width: 840px) {
      .audio-controls .title-and-scrubber-container {
        width: 32%; } }
    @media print, (min-width: 960px) {
      .audio-controls .title-and-scrubber-container {
        width: 40%; } }
    .audio-controls .title-and-scrubber-container .title {
      line-height: 1em;
      height: 1.1em;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .audio-controls .title-and-scrubber-container .audio-duration {
      position: absolute;
      right: 0;
      bottom: 0; }
  .audio-controls .nav-buttons {
    clear: left;
    padding-top: 1em; }
    @media (min-width: 650px) {
      .audio-controls .nav-buttons {
        clear: none;
        padding-top: 0; } }
  .audio-controls button {
    height: 30px; }
  .audio-controls .button, .audio-controls .icon {
    float: left;
    background-color: #F2BE47;
    margin-right: 0.25em; }
  .audio-controls .audio-controls-container button,
  .audio-controls .audio-controls-container .icon {
    height: 30px;
    line-height: 32px; }
    @media (min-width: 650px) {
      .audio-controls .audio-controls-container button,
      .audio-controls .audio-controls-container .icon {
        height: 50px;
        line-height: 50px; } }
  .audio-controls .audio-controls-container .icon {
    font-size: .9em; }
    @media (min-width: 650px) {
      .audio-controls .audio-controls-container .icon {
        font-size: 1.25em;
        line-height: 55px; } }
  .audio-controls .share-buttons {
    float: right;
    font-size: 0.7em; }
    @media (min-width: 650px) {
      .audio-controls .share-buttons {
        float: none;
        position: absolute;
        right: 0; } }
    @media (min-width: 400px) {
      .audio-controls .share-buttons {
        font-size: 1em; } }
    .audio-controls .share-buttons .share-button {
      float: right; }
      @media (min-width: 650px) {
        .audio-controls .share-buttons .share-button {
          display: none; } }
    @media (max-width: 650px) {
      .audio-controls .share-buttons .share-container.share-hover {
        background-color: #fff;
        position: absolute;
        top: 8.5em;
        right: 1em;
        padding: 0.5em;
        z-index: 99; }
        .audio-controls .share-buttons .share-container.share-hover:before {
          content: ' ';
          height: 20px;
          width: 20px;
          background-color: #fff;
          -ms-transform: rotate(45deg);
          /* IE 9 */
          -webkit-transform: rotate(45deg);
          /* Chrome, Safari, Opera */
          transform: rotate(45deg);
          position: absolute;
          top: -10px;
          left: 75%;
          z-index: -1; } }
    @media (min-width: 500px) {
      .audio-controls .share-buttons .share-container.share-hover {
        top: 6em; } }
    .audio-controls .share-buttons .share-container {
      display: none; }
      @media (min-width: 650px) {
        .audio-controls .share-buttons .share-container {
          display: block !important;
          width: 320px;
          margin-top: 0; } }
      .audio-controls .share-buttons .share-container label {
        display: none; }
        @media (min-width: 650px) {
          .audio-controls .share-buttons .share-container label {
            display: block;
            padding: 0 0.5em; } }
    .audio-controls .share-buttons .more {
      float: right;
      margin-right: 0.25em; }
      @media (min-width: 650px) {
        .audio-controls .share-buttons .more {
          float: left; } }

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
