/*! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  /* 2 */

}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

h2 {
  margin: 0.83em 0;
  font-size: 1.5em;
}

h3 {
  margin: 1em 0;
  font-size: 1.17em;
}

h4 {
  margin: 1.33em 0;
  font-size: 1em;
}

h5 {
  margin: 1.67em 0;
  font-size: 0.83em;
}

h6 {
  margin: 2.33em 0;
  font-size: 0.75em;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
  color: #000;
  background: #ff0;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  padding: 0;
  *margin-left: -7px;
  white-space: normal;
  border: 0;
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  *overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  *width: 13px;
  *height: 13px;
  padding: 0;
  box-sizing: border-box;
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Univers LT Std';
  font-style: normal;
  font-weight: normal;
  src: url('/wgbh/pages/frontline/app/assets/typefaces/UniversLTStd/UniversLTStd-Cn.otf');
}

@font-face {
  font-family: 'Univers LT Std';
  font-style: normal;
  font-weight: 300;
  src: url('/wgbh/pages/frontline/app/assets/typefaces/UniversLTStd/UniversLTStd-LightCn.otf');
}

@font-face {
  font-family: 'Univers LT Std';
  font-style: normal;
  font-weight: bold;
  src: url('/wgbh/pages/frontline/app/assets/typefaces/UniversLTStd/UniversLTStd-BoldCn.otf');
}

#pbsnav {
  display: block;
  width: 1024px;
  height: 60px;
  border: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #pbsNav {
    width: 768px;
  }
}

* {
  cursor: default;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
}

html {
  padding: 0;
  margin: 0;
  border: 0;
}

#pbs_dh_wrap {
  height: 60px;
}

#main.ng-enter {
  display: block !important;
  opacity: 0;
  -webkit-transition: all ease 1s;
}

#main.ng-enter-active {
  display: block !important;
  opacity: 1;
}

.fade {
  opacity: 0;
  -webkit-transition: all ease .5s;
}

.fade.in {
  opacity: 1;
}

.fade.in-add {
  opacity: 0;
}

.fade.in-add-active {
  opacity: 1;
}

body {
  width: 100%;
  height: 672px;
  padding: 0;
  padding-top: 54px !important;
  margin: 6px 0 0 0;
  overflow: hidden;
  font-family: 'Univers LT Std';
  font-size: 12px;
  background: #ffffff;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

#frontline-nav {
  position: relative;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 800;
  width: 1024px;
  height: 43px;
  color: white;
}

#frontline-nav.black {
  background: #000;
}

#frontline-nav.textBlack {
  color: black;
}

#frontline-nav * {
  padding: 0;
  margin: 0;
  border: 0;
}

#frontline-nav h1 {
  position: relative;
  width: 128px;
  height: 43px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url('/wgbh/pages/frontline/app/assets/images/logos/frontline-logo@2x.png');
  background-size: 128px 43px;
}

#frontline-nav ol {
  position: absolute;
  top: 0;
  right: 120px;
  left: 150px;
  text-align: center;
}

#frontline-nav ol li {
  position: relative;
  display: inline-block;
}

#frontline-nav ol li a {
  display: inline-block;
  padding: 5px 20px 0;
  font-size: 15px;
  line-height: 43px;
  text-transform: uppercase;
  vertical-align: middle;
}

#frontline-nav ol.returnHome {
  text-align: left;
}

#frontline-nav ol.returnHome li a {
  padding: 2px 0 0 0;
}

#frontline-nav #navBackToFilm {
  position: absolute;
  top: 0;
  right: 86px;
  padding: 15px 10px 11px 0px;
  font-size: 15px;
  text-transform: uppercase;
}

#frontline-nav #navInfo {
  position: absolute;
  top: 0;
  right: 43px;
  width: 43px;
  height: 43px;
}

#frontline-nav #navInfo:after {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 23px;
  height: 21px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -122px 21px;
  background-size: 359px 156px;
  content: "";
}

#frontline-nav #navShare {
  position: absolute;
  top: 0;
  right: 0px;
  width: 43px;
  height: 43px;
}

#frontline-nav #navShare:after {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 20px;
  height: 20px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -145px 21px;
  background-size: 359px 156px;
  content: "";
}

#frontline {
  position: relative;
  width: 100%;
  height: 672px;
}

#frontline > div:first-child {
  left: 0;
  z-index: 200;
  width: 100%;
  height: 612px;
}

#modal {
  position: fixed;
  top: 0px;
  z-index: 20000;
  width: 1024px;
  height: 672px;
}

#modal:not([class~='visible']) {
  display: none;
}

*.ng-click-active::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #frontline {
    height: 930px;
  }
  #frontline > div:first-child {
    height: 870px;
  }
  #modal {
    width: 768px;
  }
  #frontline-nav {
    width: 768px;
  }
  body {
    height: 930px;
  }
}

#showroom {
  width: 1024px;
  margin-top: -43px;
  overflow: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #showroom {
    width: 768px;
  }
}

#showroom .covers {
  float: left;
  width: 1024px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

#showroom .covers li {
  position: relative;
  float: left;
}

#showroom .covers li::after {
  position: absolute;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(191, 64, 64, 0.5);
  content: '';
}

#showroom .covers li.ng-click-active::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

#showroom .covers li holder {
  position: absolute;
  z-index: 40;
  width: 100%;
  height: 100%;
}

#showroom .covers li holder img {
  position: absolute;
  z-index: 40;
  width: 100%;
  height: 100%;
}

#showroom .covers li holder img.cover_main {
  display: block;
}

#showroom .covers li holder img.cover_main_portrait {
  display: none;
}

#showroom .covers li holder::after {
  position: absolute;
  z-index: 40;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  content: "";
}

#showroom .covers li hgroup {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 200px;
  margin: 0 0 10px 18px;
  font-weight: 300;
  color: #ffffff;
}

#showroom .covers li hgroup h1 {
  padding: 0 0 8px 0;
  margin: 0;
  font-size: 24px;
  font-weight: inherit;
  line-height: 26px;
  text-transform: uppercase;
  border: 0;
}

#showroom .covers li hgroup h2 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: inherit;
  line-height: 1.35em;
  border: 0;
}

#showroom .covers li:nth-child(1) {
  width: 768px;
  height: 576px;
}

#showroom .covers li:nth-child(1)::after {
  top: 8px;
  left: 8px;
  width: 760px;
  height: 560px;
  pointer-events: none;
}

#showroom .covers li:nth-child(1) hgroup {
  width: 375px;
  margin-bottom: 18px;
  margin-left: 26px;
}

#showroom .covers li:nth-child(1) hgroup h1 {
  padding-bottom: 8px;
  font-size: 50px;
  line-height: 46px;
}

#showroom .covers li:nth-child(1) hgroup h2 {
  font-size: 15px;
  font-weight: normal;
}

#showroom .covers li:nth-child(1) img,
#showroom .covers li:nth-child(1) holder::after {
  clip: rect(8px, 768px, 568px, 8px);
}

#showroom .covers li:nth-child(2) {
  width: 256px;
  height: 384px;
}

#showroom .covers li:nth-child(2)::after {
  top: 8px;
  left: 1px;
  width: 247px;
  height: 376px;
}

#showroom .covers li:nth-child(2) img,
#showroom .covers li:nth-child(2) holder::after {
  clip: rect(8px, 248px, 384px, 1px);
}

#showroom .covers li:nth-child(3) {
  width: 256px;
  height: 192px;
}

#showroom .covers li:nth-child(3)::after {
  top: 1px;
  left: 1px;
  width: 247px;
  height: 183px;
}

#showroom .covers li:nth-child(3) hgroup {
  margin-bottom: 18px;
}

#showroom .covers li:nth-child(3) img,
#showroom .covers li:nth-child(3) holder::after {
  clip: rect(1px, 248px, 184px, 1px);
}

#navShadow {
  position: absolute;
  top: 8px;
  left: 9px;
  z-index: 100;
  width: 1006px;
  height: 162px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), transparent);
}

#allfilmsheader {
  position: relative;
  width: 100%;
  height: 97px;
}

#allfilmsheader ol.filmTeasers {
  height: 77px;
  padding: 20px 0 0 0;
  margin: 0 0 0 20px;
  overflow: hidden;
  list-style: none;
  border: 0;
}

#allfilmsheader ol.filmTeasers li {
  float: left;
  width: 245px;
  height: 148px;
  padding: 0;
  margin: 0 1px 0 0;
  border: 0;
}

#allfilmsheader ol.filmTeasers li img {
  width: 245px;
  height: 138px;
  background: rgba(191, 64, 64, 0.3);
}

#allfilmsheader ol.filmTeasers:after {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

#allfilmsheader a {
  position: absolute;
  top: 8px;
  display: block;
  width: 1024px;
  padding: 13px 0 0 0;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.7;
}

#allfilmsheader a:after {
  position: absolute;
  width: 10px;
  height: 8px;
  margin-top: 1px;
  margin-left: 2px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: 0px 8px;
  background-size: 359px 156px;
  content: "";
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #showroom .covers {
    width: 768px;
  }
  #showroom .covers li holder img.cover_main {
    display: none;
  }
  #showroom .covers li holder img.cover_main_portrait {
    display: block;
  }
  #showroom .covers li:nth-child(1) {
    width: 768px;
    height: 415px;
  }
  #showroom .covers li:nth-child(1)::after {
    width: 760px;
    height: 407px;
  }
  #showroom .covers li:nth-child(1) img,
  #showroom .covers li:nth-child(1) holder::after {
    clip: rect(8px, 760px, 415px, 8px);
  }
  #showroom .covers li:nth-child(2) {
    width: 384px;
    height: 207.5px;
  }
  #showroom .covers li:nth-child(2)::after {
    width: 376px;
    height: 198.5px;
  }
  #showroom .covers li:nth-child(2) img,
  #showroom .covers li:nth-child(2) holder::after {
    clip: rect(1px, 384px, 207.5px, 8px);
  }
  #showroom .covers li:nth-child(3) {
    width: 384px;
    height: 207.5px;
  }
  #showroom .covers li:nth-child(3)::after {
    width: 375px;
    height: 198.5px;
  }
  #showroom .covers li:nth-child(3) img,
  #showroom .covers li:nth-child(3) holder::after {
    clip: rect(1px, 376px, 207.5px, 1px);
  }
  #navShadow {
    width: 750px;
  }
  #allfilmsheader {
    height: 308px;
  }
  #allfilmsheader ol.filmTeasers {
    height: 288px;
  }
  #allfilmsheader a {
    width: 768px;
  }
}

#annotatedFilm {
  position: relative;
  height: 100%;
}

#annotatedFilm #filmView {
  position: absolute;
  width: 1024px;
}

#annotatedFilm #scriptView {
  position: absolute;
  top: 0px;
  display: none;
}

#annotatedFilm #scriptView.active {
  z-index: 1000;
  display: block;
}

#annotatedFilm #scriptView.active-add {
  z-index: 1000;
  display: block !important;
  opacity: 0;
  -webkit-transition: all ease 1s;
}

#annotatedFilm #scriptView.active-add-active {
  display: block !important;
  opacity: 1;
}

#annotatedFilm #scriptView.active-remove {
  display: block !important;
  -webkit-transition: all ease 1s;
}

#annotatedFilm #scriptView.active-remove-active {
  opacity: 0;
}

#videotargetHolder {
  position: relative;
  width: 1024px;
  height: 576px;
}

#videotargetHolder #videotarget {
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.3);
}

#videotargetHolder #videotarget > iframe {
  display: block;
}

#videotargetHolder #videotarget.smallbox {
  padding-top: 0px;
  -webkit-transform: scale(0.44, 0.44) translate(-550px, -269px);
}

#videotargetHolder #videotarget.hidden {
  width: 0px;
  height: 0px;
  margin-top: 0;
  overflow: hidden;
}

#filmOverlay {
  position: absolute;
  top: 43px;
  left: 0;
  width: 1024px;
  height: 576px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}

#filmOverlay.ng-hide-add,
#filmOverlay.ng-hide-remove {
  display: block!important;
  -webkit-transition: all ease .5s;
     -moz-transition: all ease .5s;
       -o-transition: all ease .5s;
          transition: all ease .5s;
}

#filmOverlay.ng-hide-add.ng-hide-add-active,
#filmOverlay.ng-hide-remove {
  opacity: 0;
}

#filmOverlay.ng-hide-add,
#filmOverlay.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

#filmShadow {
  position: absolute;
  top: 43px;
  left: 0;
  width: 1024px;
  height: 162px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), transparent);
}

#filmShadow.ng-hide-add,
#filmShadow.ng-hide-remove {
  display: block!important;
  -webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
       -o-transition: all ease 0.5s;
          transition: all ease 0.5s;
}

#filmShadow.ng-hide-add.ng-hide-add-active,
#filmShadow.ng-hide-remove {
  opacity: 0;
}

#filmShadow.ng-hide-add,
#filmShadow.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

#filmInfo {
  position: absolute;
  top: 43px;
  left: 260px;
  width: 504px;
  color: white;
  pointer-events: none;
  text-align: center;
}

#filmInfo.ng-hide-add,
#filmInfo.ng-hide-remove {
  display: block!important;
  -webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
       -o-transition: all ease 0.5s;
          transition: all ease 0.5s;
}

#filmInfo.ng-hide-add.ng-hide-add-active,
#filmInfo.ng-hide-remove {
  opacity: 0;
}

#filmInfo.ng-hide-add,
#filmInfo.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

#filmInfo p {
  font-size: 1.2em;
  font-style: normal;
  font-weight: 100;
}

#filmInfo h1 {
  font-size: 5em;
  font-style: normal;
  font-weight: 100;
  text-transform: uppercase;
}

#filmDetails {
  position: absolute;
  top: 420px;
  left: 260px;
  width: 504px;
  height: 198px;
  color: white;
  text-align: center;
}

#filmDetails.ng-hide-add,
#filmDetails.ng-hide-remove {
  display: block!important;
  -webkit-transition: all ease 0.5s;
     -moz-transition: all ease 0.5s;
       -o-transition: all ease 0.5s;
          transition: all ease 0.5s;
}

#filmDetails.ng-hide-add.ng-hide-add-active,
#filmDetails.ng-hide-remove {
  opacity: 0;
}

#filmDetails.ng-hide-add,
#filmDetails.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

#filmDetails h2 {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 100;
}

#filmDetails collaboration > img {
  margin-bottom: -10px;
}

#filmDetails .extraTeaser {
  position: absolute;
  bottom: 8px;
  width: 100%;
  font-size: 1.2em;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

#endslate {
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
  height: 619px;
  background: rgba(0, 0, 0, 0.7);
}

#endslate #endslateNav {
  position: absolute;
  width: 1024px;
  height: 43px;
  color: white;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.7);
}

#endslate #endslateNav h1 {
  width: 128px;
  height: 43px;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url('/wgbh/pages/frontline/app/assets/images/logos/frontline-logo@2x.png');
  background-size: 128px 43px;
}

#endslate #endslateNav .title {
  position: absolute;
  top: 16px;
  left: 138px;
  font-size: 1.2em;
  font-weight: 100;
}

#endslate #endslateNav .backButton {
  position: absolute;
  top: 0px;
  right: 88px;
  width: 100px;
  height: 15px;
  padding-top: 16px;
  padding-right: 10px;
  font-size: .9em;
  text-align: right;
}

#endslate #endslateNav .infoButton {
  position: absolute;
  top: 0px;
  right: 44px;
  width: 44px;
  height: 43px;
}

#endslate #endslateNav .infoButton::after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 23px;
  height: 23px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -122px 23px;
  background-size: 359px 156px;
  content: "";
}

#endslate #endslateNav .shareButton {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 43px;
}

#endslate #endslateNav .shareButton::after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 23px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -145px 23px;
  background-size: 359px 156px;
  content: "";
}

#endslate .closeButton {
  position: absolute;
  top: 43px;
  width: 44px;
  height: 44px;
  background: green;
}

#endslate .featured {
  position: absolute;
  top: 87px;
  right: 44px;
  width: 450px;
  height: 300px;
  overflow: hidden;
  color: white;
}

#endslate .featured .featureType {
  font-size: .9em;
  font-weight: 100;
  text-transform: uppercase;
}

#endslate .featured h1 {
  margin: 15px 0 15px 0;
  font-size: 3.2em;
  font-style: normal;
  font-weight: 100;
  text-transform: uppercase;
}

#endslate .featured .caption {
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 100;
}

#endslate .featured a {
  padding: 7px 9px 5px 9px;
  font-size: .9em;
  text-transform: uppercase;
  background: #0860ba;
}

#endslateExtras {
  position: absolute;
  bottom: 60px;
  bottom: 8px;
  left: 0px;
  width: 1024px;
  height: 196px;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: left;
  background: transparent;
}

#endslateExtras > .holder {
  margin-right: auto;
  margin-left: 0;
  border-collapse: collapse;
  border-spacing: 0px;
}

#endslateExtras td.extra {
  position: relative;
  display: table-cell;
  height: 152px;
  max-width: 260px;
  min-width: 260px;
  padding-left: 44px;
  white-space: nowrap;
  vertical-align: top;
}

#endslateExtras td.extra.film {
  max-width: 229px;
  min-width: 229px;
  padding-top: 25px;
  padding-left: 7px;
}

#endslateExtras td.extra.film.first {
  padding-top: 0;
  padding-left: 44px;
}

#endslateExtras td.extra.film .date {
  position: absolute;
  top: 75px;
  right: 0px;
  width: 189px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: .8em;
  font-weight: 100;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

#endslateExtras td.extra.film .title {
  position: absolute;
  top: 90px;
  right: 0px;
  width: 189px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.5em;
  font-weight: 100;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

#endslateExtras td.extra:nth-of-type(1) {
  border-left: 0px;
}

#endslateExtras td.extra:nth-last-of-type(1) {
  border-right: 0px;
}

#endslateExtras td.extra .callToAction {
  margin-bottom: 10px;
  color: white;
  text-transform: uppercase;
}

#endslateExtras td.extra .imageHolder {
  position: relative;
  width: 229px;
  height: 134px;
}

#endslateExtras td.extra .imageHolder img {
  position: absolute;
  width: 229px;
  height: 134px;
}

#endslateExtras td.extra .imageHolder::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 229px;
  height: 134px;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

#endslateExtras td.extra .details {
  position: absolute;
  display: block;
  height: 72px;
  white-space: normal;
}

#endslateExtras td.extra .details .date {
  margin-bottom: 6px;
  font-size: .9em;
  font-weight: normal;
  color: white;
}

#endslateExtras td.extra .details h1 {
  margin: 0 0 10px 0;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 100;
  color: white;
}

#endslateExtras td.extra .details .caption {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 100;
  color: white;
}

#endslateExtras td.extra .details .tagline {
  color: red;
  text-transform: uppercase;
}

#endslateExtras td.extra:nth-of-type(n+6) {
  display: table-cell;
}

endslateToggle {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 3000;
  width: 100px;
  height: 100px;
  background: blue;
}

#infomodal {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  width: 1024px;
  height: 673px;
  background: rgba(0, 0, 0, 0.8);
}

#infomodal.visible {
  display: block;
}

#infomodal.ng-click-active::after {
  width: 0;
  height: 0;
}

#infomodal #infobox {
  position: absolute;
  top: 43px;
  left: 256px;
  width: 512px;
  height: 558px;
  background: white;
  border-top: 4px #ec1c23 solid;
}

#infomodal #infobox.ng-click-active::after {
  width: 0;
  height: 0;
}

#infomodal #infobox #infonav {
  display: block;
  width: 100%;
  height: 43px;
}

#infomodal #infobox #infonav .navbutton {
  position: relative;
  float: left;
  padding: 14px 22px 9px 22px;
  font-size: 1.4em;
  color: gray;
  text-transform: uppercase;
}

#infomodal #infobox #infonav .navbutton.selected {
  color: #ec1c23;
}

#infomodal #infobox #infonav .close {
  position: relative;
  float: right;
  width: 43px;
  height: 43px;
}

#infomodal #infobox #infonav .close:after {
  position: relative;
  top: 10px;
  left: 12px;
  display: block;
  width: 19px;
  height: 22px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -72px 22px;
  background-size: 359px 156px;
  content: '';
}

#infomodal #infobox infomain {
  display: block;
  width: 468px;
  height: 471px;
  padding: 22px;
  background: #f7f7f7;
}

#infomodal #infobox infomain #infotrailertarget {
  width: 473px;
  height: 266px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#infomodal #infobox infomain heading {
  font-size: 1.3em;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}

#infomodal #infobox infomain p {
  font-size: 1.1em;
}

#infomodal #infobox infomain leftcol {
  float: left;
  width: 292px;
  margin-top: 5px;
}

#infomodal #infobox infomain rightcol {
  float: right;
  width: 158px;
  margin-top: 5px;
}

#infomodal #infobox infomain actionbutton {
  display: inline-block;
  padding: 8px;
  margin-top: 5px;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
  background: #0860ba;
}

#infomodal #infobox infomain infosection {
  display: block;
  width: 428px;
  padding: 20px;
  background: white;
}

#infomodal #infobox infomain .creditsText {
  height: 100%;
  overflow: scroll;
}

#gotoannotatedscript {
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 54px;
  text-align: center;
  background: black;
}

#gotoannotatedscript a {
  display: inline-block;
  min-width: 420px;
  padding: 19px 40px 18px 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #0860ba;
  -webkit-transition: 1s ease all;
          transition: 1s ease all;
}

#gotoannotatedscript a.playing {
  background: #222222;
}

#frontline-nav #navShare.active {
  background: #ec1c23;
}

#frontline-nav .shareModal {
  position: absolute;
  top: 43px;
  right: 0;
  width: 285px;
  height: 65px;
  padding: 20px;
  background: white;
}

#frontline-nav .shareModal .shareButton {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 65px;
  margin-left: 15px;
  background: white;
}

#frontline-nav .shareModal .shareButton:first-child {
  margin-left: 0;
}

#frontline-nav .shareModal .shareButton.copyLink::after {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  background: url('/wgbh/pages/frontline/app/assets/images/icons/copy_link@2x.png');
  background-size: 45px 45px;
  content: "";
}

#frontline-nav .shareModal .shareButton.email::after {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  background: url('/wgbh/pages/frontline/app/assets/images/icons/email@2x.png');
  background-size: 45px 45px;
  content: "";
}

#frontline-nav .shareModal .shareButton.facebook::after {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  background: url('/wgbh/pages/frontline/app/assets/images/icons/facebook@2x.png');
  background-size: 45px 45px;
  content: "";
}

#frontline-nav .shareModal .shareButton.twitter::after {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  background: url('/wgbh/pages/frontline/app/assets/images/icons/twitter@2x.png');
  background-size: 45px 45px;
  content: "";
}

#frontline-nav .shareModal .shareButton.google::after {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  background: url('/wgbh/pages/frontline/app/assets/images/icons/google@2x.png');
  background-size: 45px 45px;
  content: "";
}

#frontline-nav .shareModal .shareButton .shareText {
  position: absolute;
  bottom: 0;
  width: 45px;
  font-size: .8em;
  font-weight: 300;
  color: black;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #annotatedFilm #filmView {
    width: 768px;
  }
  #annotatedFilm #scriptView {
    top: 432px;
    display: block;
    width: 768px;
    height: 498px;
  }
  #videotargetHolder {
    width: 768px;
    height: 415px;
  }
  #videotargetHolder .videoPlaceholder {
    width: 768px;
    height: 432px;
  }
  #videotargetHolder #videotarget {
    -webkit-transform: scale(0.75, 0.75) translate(-128px, -96px);
  }
  #filmOverlay {
    width: 768px;
    height: 432px;
  }
  #filmShadow {
    width: 768px;
  }
  #filmInfo {
    left: 132px;
  }
  #filmDetails {
    top: 377px;
    left: 132px;
  }
  #endslate {
    -webkit-transform: scale(0.75, 0.75) translate(-171px, -90px);
  }
  #endslate #endslateNav {
    width: 768px;
    height: 43px;
  }
  #gotoannotatedscript {
    display: none;
  }
  #filmInfo p {
    font-size: .9em;
    font-style: normal;
    font-weight: 100;
  }
  #filmInfo h1 {
    font-size: 4.4em;
  }
  #filmDetails {
    top: 277px;
    height: 108px;
  }
  #filmDetails h2 {
    font-size: 1em;
  }
  #filmDetails collaboration > img {
    margin-bottom: -8px;
  }
  #filmDetails .extraTeaser {
    display: none;
  }
  #videotarget.smallbox {
    -webkit-transform: scale(0.32, 0.32) translate(-710px, -510px);
  }
  #infomodal {
    top: 43px;
    width: 768px;
    height: 1033px;
  }
  #infomodal #infobox {
    left: 128px;
  }
}

#browser {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: white;
}

#browser.ng-enter {
  display: block !important;
  opacity: 0;
  -webkit-transition: all ease 10s;
}

#browser.ng-enter-active {
  display: block !important;
  opacity: 1;
}

#browser > #navBackground {
  height: 43px;
  background: #e6e6e6;
}

#browser #filterSection {
  position: relative;
  z-index: 1;
  width: 1024px;
  height: 90px;
  background: white;
}

#browser #filterSection.open::before {
  position: absolute;
  display: block;
  width: 1024px;
  height: 576px;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

#browser > content {
  z-index: 0;
  display: block;
  height: 538px;
  overflow: scroll;
}

#browser > content #adholder {
  float: right;
  width: 300px;
  height: 272px;
  margin: 0px 15px 45px 15px;
  border: #e6e6e6 5px solid;
}

#browser > content #adholder.search {
  float: none;
  margin: 0px 0px 20px 0px;
}

#browser > content #adholder .header {
  height: 10px;
  padding-top: 6px;
  padding-right: 15px;
  padding-bottom: 6px;
  padding-left: 15px;
  font-size: .916em;
  color: white;
  background: #262626;
}

#browser #categorySelector {
  position: absolute;
  top: 67px;
  left: 50%;
  z-index: 2;
  width: 542px;
  margin-left: -271px;
  overflow: scroll;
  background: #FAFAFA;
}

#browser #categorySelector ul.categories {
  float: left;
  width: 192px;
  color: black;
}

#browser #categorySelector ul.categories li {
  width: 271px;
  height: 35px;
  text-align: left;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #browser {
    height: 870px;
  }
  #browser #filterSection {
    width: 768px;
  }
  #browser > content {
    height: 796px;
  }
  #browser > content #adholder {
    width: 195px;
    height: 182.24px;
    margin-bottom: 53px;
  }
  #browser > content #adholder .ad {
    -webkit-transform: translateY(-46px) translateX(-34px) scale(0.65);
  }
}

#browser .filter {
  position: absolute;
  left: 50%;
  z-index: 1;
  display: block;
  width: 542px;
  padding: 10px 0 0 0;
  margin-top: 20px;
  margin-left: -271px;
  font-size: 13px;
  color: grey;
  text-align: center;
  text-transform: uppercase;
  background: white;
  border: none;
}

#browser .filter:after {
  position: absolute;
  top: 10px;
  left: 304px;
  width: 11px;
  height: 8px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -237px 14px;
  background-size: 359px 156px;
  content: "";
}

#browser .filter.open:after {
  background-position: -237px 22px;
}

#browser .selectedCategory {
  position: absolute;
  top: 44px;
  left: 50%;
  z-index: 1;
  width: 542px;
  padding-top: 9px;
  padding-bottom: 8px;
  margin-left: -271px;
  font-size: 20px;
  font-weight: bold;
  color: red;
  text-align: center;
  text-transform: uppercase;
  background: white;
}

#browser ol.films {
  padding: 20px 0 0 0;
  margin: 0 0 0 20px;
  overflow: auto;
  list-style: none;
  border: 0;
}

#browser ol.films.maximized {
  margin-top: 90px;
}

#browser ol.films li {
  position: relative;
  float: left;
  width: 245px;
  height: 245px;
  padding: 0;
  margin: 0 1px 0 0;
  border: 0;
}

#browser ol.films li img {
  width: 245px;
  height: 138px;
  background: rgba(191, 64, 64, 0.3);
}

#browser ol.films li h1 {
  padding: 5px 24px 0;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: black;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}

#browser ol.films li time {
  display: block;
  padding: 4px 0 0 0;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

#browser ol.films li #caption {
  display: none;
}

#browser ol.films li:nth-of-type(1),
#browser ol.films li:nth-of-type(2) {
  width: 327px;
  height: 327px;
}

#browser ol.films li:nth-of-type(1) img,
#browser ol.films li:nth-of-type(2) img {
  width: 327px;
  height: 200px;
}

#browser ol.films li a.watchButton {
  position: relative;
  display: none;
  float: left;
  width: 142px;
  padding: 8px 0 6px 10px;
  margin: 0 5px 0 0;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: left;
  text-transform: uppercase;
  background: #0860ba;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/action_arrow_white@2x.png');
  background-position: 134px 9px;
  background-repeat: no-repeat;
  background-size: 7px 9px;
}

#browser ol.films li a.watchButton:first-child {
  display: inline-block;
}

#browser ol.films li a.watchButton:nth-of-type(2) {
  color: #0860ba;
  background: white;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/action_arrow_blue@2x.png');
  background-position: 134px 9px;
  background-repeat: no-repeat;
  background-size: 7px 9px;
}

#browser .toggler {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 200px;
  height: 44px;
}

#browser .toggler .gridButton {
  position: absolute;
  top: 0;
  right: 36px;
  width: 36px;
  height: 44px;
}

#browser .toggler .gridButton:after {
  position: absolute;
  top: 13px;
  left: 9px;
  width: 17px;
  height: 17px;
  background-image: url("/wgbh/pages/frontline/app/assets/images/sprites/frontline.png");
  background-position: -165px 21px;
  background-size: 359px 156px;
  content: "";
}

#browser .toggler .gridButton.selected:after {
  background-position: -182px 21px;
}

#browser .toggler .listButton {
  position: absolute;
  top: 0;
  right: 0px;
  width: 36px;
  height: 44px;
}

#browser .toggler .listButton:after {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 19px;
  height: 17px;
  background-image: url("/wgbh/pages/frontline/app/assets/images/sprites/frontline.png");
  background-position: -199px 21px;
  background-size: 359px 156px;
  content: "";
}

#browser .toggler .listButton.selected:after {
  background-position: -218px 21px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #browser #filterSection.open::before {
    width: 768px;
    height: 930px;
  }
  #browser ol.films li {
    float: left;
    width: 183.75px;
    height: 183.75px;
    padding: 0;
    margin: 0 1px 0 0;
    border: 0;
  }
  #browser ol.films li img {
    width: 183.75px;
    height: 103.5px;
  }
  #browser ol.films li h1 {
    font-size: 1.125em;
  }
  #browser ol.films li:nth-of-type(1),
  #browser ol.films li:nth-of-type(2) {
    width: 245.25px;
    height: 245.25px;
  }
  #browser ol.films li:nth-of-type(1) img,
  #browser ol.films li:nth-of-type(2) img {
    width: 245.25px;
    height: 150px;
  }
  #browser ol.films li a.watchButton {
    width: 106.5px;
    font-size: 0.75em;
  }
}

#browser ol.films.list li {
  position: relative;
  float: none;
  width: 673px;
  height: 139px;
  padding: 0;
  margin: 0 1px 0 0;
  border: 0;
}

#browser ol.films.list li img {
  float: left;
  width: 245px;
  height: 138px;
  background: rgba(191, 64, 64, 0.3);
}

#browser ol.films.list li h1 {
  float: left;
  width: 404px;
  padding: 5px 0px 0 0;
  margin: 0;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  color: black;
  text-align: left;
  text-transform: uppercase;
  border: 0;
}

#browser ol.films.list li time {
  display: block;
  float: left;
  width: 404px;
  padding: 4px 0 0 0;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

#browser ol.films.list li #caption {
  display: block;
  float: left;
  width: 404px;
  padding: 4px 0 0 0;
  margin-left: 15px;
  font-size: 12px;
  text-align: left;
}

#browser ol.films.list li a.watchButton {
  display: block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #browser ol.films.list li {
    width: 500px;
    height: 105px;
  }
  #browser ol.films.list li img {
    width: 184px;
    height: 104px;
  }
  #browser ol.films.list li h1 {
    width: 296px;
    margin-left: 10px;
    font-size: 14px;
  }
  #browser ol.films.list li time {
    width: 296px;
    margin-left: 10px;
    font-size: 10px;
  }
  #browser ol.films.list li #caption {
    width: 296px;
    margin-left: 10px;
    font-size: 10px;
  }
  #browser ol.films.list li a.watchButton {
    margin-top: 4px;
  }
}

.pausedFilmImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  overflow: hidden;
  clip: rect(0px, 80px, 43px, 0px);
}

.pausedFilm {
  position: absolute;
  top: 17px;
  left: 95px;
  font-size: 1.1em;
  font-style: italic;
  color: white;
  text-transform: uppercase;
}

.pausedFilm:after {
  position: absolute;
  top: 0px;
  left: -58px;
  width: 14px;
  height: 18px;
  font-size: 1.2em;
  font-style: normal;
  color: white;
  pointer-events: none;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/action_arrow_white@2x.png');
  content: '';
}

.backToFilm {
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: .9em;
  color: white;
  text-transform: uppercase;
}

#extras > header {
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 43px;
  background: black;
}

#extras > header.ng-click-active {
  background: #262626;
}

#extras > header a {
  display: block;
  padding: 20px 0 0 0;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

#extras ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

#extras ol li {
  position: relative;
}

#extras #annotatedScript {
  width: 1024px;
  height: 633px;
  background: white;
}

#extras #annotatedScript > header {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 0px;
  color: white;
}

#extras #annotatedScript > header .script {
  position: relative;
  display: inline-block;
  width: 635px;
  height: 100%;
  padding-right: 15px;
  padding-left: 44px;
  color: black;
  text-transform: uppercase;
  background: #e9e9e9;
}

#extras #annotatedScript > header .script.max {
  display: block;
  width: 965px;
}

#extras #annotatedScript > header .script.max .textSize {
  top: 15px;
}

#extras #annotatedScript > header .script.max .scrollToTime {
  top: 75px;
}

#extras #annotatedScript > header .script.max .notes {
  top: 15px;
}

#extras #annotatedScript > header .script.max .definitionDetail {
  top: 15px;
}

#extras #annotatedScript > header .script > .textSize {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 44px;
  height: 44px;
  background-color: black;
}

#extras #annotatedScript > header .script > .textSize:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -253px -134px;
  background-size: 359px 156px;
  content: "";
}

#extras #annotatedScript > header .script > .textSize.ng-click-active {
  background: #666666;
}

#extras #annotatedScript > header .script > .scrollToTime {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 44px;
  height: 44px;
  background-color: black;
}

#extras #annotatedScript > header .script > .scrollToTime:after {
  position: absolute;
  width: 44px;
  height: 44px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/scroll_to_time@2x.png');
  background-size: 44px 44px;
  content: "";
}

#extras #annotatedScript > header .script > .scrollToTime.ng-click-active {
  background: #666666;
}

#extras #annotatedScript > header .script > .definitionDetail {
  position: absolute;
  top: -30px;
  left: 70px;
  z-index: 1000;
  width: 325px;
  padding: 15px;
  font-family: 'Univers LT Std';
  font-weight: normal;
  color: black;
  text-transform: none;
  background: #ddebff;
}

#extras #annotatedScript > header .script > .definitionDetail .closeButton {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
}

#extras #annotatedScript > header .script > .definitionDetail .closeButton:after {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  margin: 14px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/note_close.png');
  background-size: 7px 7px;
  content: "";
}

#extras #annotatedScript > header .script > .definitionDetail > .typeHeader {
  padding-bottom: 3px;
  font-size: .8em;
  text-transform: uppercase;
}

#extras #annotatedScript > header .script > .definitionDetail > .title {
  padding-bottom: 10px;
  font-size: 1.5em;
}

#extras #annotatedScript > header .script > .definitionDetail > .caption {
  font-size: 1.1em;
}

#extras #annotatedScript > header .script > .title {
  position: absolute;
  top: 16px;
  left: 44px;
  font-size: 1.2em;
}

#extras #annotatedScript > header .script > .title:before {
  position: absolute;
  top: -14px;
  left: -30px;
  width: 18px;
  height: 30px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -12px -126px;
  background-size: 359px 156px;
  content: "";
}

#extras #annotatedScript > header .script > .notes {
  position: absolute;
  top: -30px;
  right: 8px;
  width: 60px;
  height: 56px;
}

#extras #annotatedScript > header .script > .notes .toggle {
  position: relative;
  width: 59px;
  height: 40px;
  font-size: .9em;
  font-style: italic;
  color: white;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  background: #ec1c23;
}

#extras #annotatedScript > header .script > .notes .toggle > div {
  padding-top: 8px;
}

#extras #annotatedScript > header .script > .notes .exampleNote {
  position: absolute;
  top: 0px;
  left: -135px;
  width: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-style: normal;
  color: #0860ba;
  text-align: left;
  text-transform: none;
  background: #ddebff;
}

#extras #annotatedScript > header .script > .notes .exampleNote .closeButton {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
}

#extras #annotatedScript > header .script > .notes .exampleNote .closeButton:after {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  margin: 14px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/note_close.png');
  background-size: 7px 7px;
  content: "";
}

#extras #annotatedScript > header .script > .notes .exampleNote > .title {
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  font-size: 1.5em;
  color: black;
}

#extras #annotatedScript > header .script > .notes .exampleNote > .caption {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 1.2em;
  font-weight: 100;
  color: black;
}

#extras #annotatedScript > header .script > .notes .exampleNote > .actionItem {
  padding-left: 15px;
}

#extras #annotatedScript > header .script > .notes .exampleNote > .actionItem:after {
  background-image: none;
}

#extras #annotatedScript > header .script > .notes .exampleNote:before {
  position: absolute;
  top: 15px;
  left: 120px;
  display: block;
  width: 7px;
  height: 13px;
  background: url('/wgbh/pages/frontline/app/assets/images/icons/note_arrow@2x.png');
  background-size: 7px 13px;
  content: "";
}

#extras #annotatedScript > header .related {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 330px;
  height: 44px;
  background: #0860ba;
}

#extras #annotatedScript > header .related:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 44px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/rail_shadow.png');
  content: "";
}

#extras #annotatedScript > header .related.min {
  display: none;
  width: 0px;
}

#extras #annotatedScript > header .related.min:after {
  display: none;
}

#extras #annotatedScript > header .related .title {
  position: absolute;
  top: 16px;
  left: 44px;
  font-size: 1.2em;
  text-transform: uppercase;
}

#extras #annotatedScript > header .related .title:before {
  position: absolute;
  top: -13px;
  left: -29px;
  width: 21px;
  height: 30px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -29px -126px;
  background-size: 359px 156px;
  content: "";
}

#extras #annotatedScript #script {
  position: relative;
  float: left;
  width: 694px;
  height: 100%;
  overflow: overlay;
  background: white;
}

#extras #annotatedScript #script.max {
  width: 1024px;
}

#extras #annotatedScript #script ol.paragraphs {
  position: relative;
}

#extras #annotatedScript #script ol.paragraphs:before {
  position: absolute;
  right: 34px;
  width: 3px;
  height: 100%;
  border-left: 1px dotted #ddebff;
  content: "";
}

#extras #annotatedScript #script.mediumText .definition .typeHeader {
  font-size: 1em;
}

#extras #annotatedScript #script.mediumText .definition .title {
  font-size: 1.6em;
}

#extras #annotatedScript #script.mediumText .definition .caption {
  font-size: 1.1em;
}

#extras #annotatedScript #script.mediumText .speaker {
  font-size: 1em;
}

#extras #annotatedScript #script.mediumText .dialogue {
  font-size: 1.6em;
}

#extras #annotatedScript #script.mediumText .expanded-note > .type-header {
  font-size: 1em;
}

#extras #annotatedScript #script.mediumText .expanded-note > .title {
  font-size: 1.6em;
}

#extras #annotatedScript #script.mediumText .expanded-note > .caption {
  font-size: 1.1em;
}

#extras #annotatedScript #script.mediumText .expanded-note > .actionItem {
  font-size: 1.1em;
}

#extras #annotatedScript #script.largeText .definition .typeHeader {
  font-size: 1em;
}

#extras #annotatedScript #script.largeText .definition .byline {
  font-size: 1.4em;
}

#extras #annotatedScript #script.largeText .definition .title {
  padding-bottom: 10px;
  font-size: 2em;
}

#extras #annotatedScript #script.largeText .definition .caption {
  font-size: 1.4em;
}

#extras #annotatedScript #script.largeText .speaker {
  font-size: 1.1em;
}

#extras #annotatedScript #script.largeText .dialogue {
  font-size: 1.8em;
}

#extras #annotatedScript #script.largeText .expanded-note > .type-header {
  font-size: 1.2em;
}

#extras #annotatedScript #script.largeText .expanded-note > .byline {
  font-size: 1.4em;
}

#extras #annotatedScript #script.largeText .expanded-note > .title {
  font-size: 1.8em;
}

#extras #annotatedScript #script.largeText .expanded-note > .caption {
  font-size: 1.4em;
}

#extras #annotatedScript #script.largeText .expanded-note > .actionItem {
  font-size: 1.4em;
}

#extras #annotatedScript #script .titleBlock {
  width: 386px;
  margin-top: 50px;
  margin-left: 175px;
}

#extras #annotatedScript #script .titleBlock .header {
  margin-bottom: 15px;
  text-transform: uppercase;
}

#extras #annotatedScript #script .titleBlock .title {
  margin-bottom: 15px;
  font-size: 2.7em;
  font-style: italic;
  font-weight: 300;
}

#extras #annotatedScript #script .titleBlock .byline .role {
  margin-bottom: 10px;
}

#extras #annotatedScript #script .titleBlock .byline .credit {
  margin-bottom: 15px;
  font-family: 'Times New Roman';
  font-style: italic;
}

#extras #annotatedScript #related {
  position: relative;
  float: right;
  width: 330px;
  height: 100%;
  overflow: scroll;
  background: white;
}

#extras #annotatedScript #related.min {
  width: 0px;
}

#extras #annotatedScript #related ol.related {
  position: relative;
  margin-top: 43px;
}

#extras #annotatedScript #related ol.related:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/rail_shadow.png');
  content: "";
}

#extras #annotatedScript #related ol.related li.header {
  height: 10px;
  padding-top: 6px;
  padding-right: 15px;
  padding-bottom: 6px;
  padding-left: 15px;
  font-size: .916em;
  color: white;
  background: #262626;
}

#extras #annotatedScript #related ol.related li img {
  width: 100%;
}

#extras #annotatedScript #related ol.related li.features .title {
  position: relative;
  padding: 15px;
  font-size: 1.5em;
  text-transform: uppercase;
}

#extras #annotatedScript #related ol.related li.features .title .icon {
  position: absolute;
  top: -48px;
  left: -1px;
  width: 44px;
  height: 44px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -135px -45px;
  background-size: 359px 156px;
}

#extras #annotatedScript #related ol.related li.features .title .icon.documents {
  background-position: 0px -45px;
}

#extras #annotatedScript #related ol.related li.features .title .icon.article {
  background-position: -45px -45px;
}

#extras #annotatedScript #related ol.related li.features .title .icon.slideshow {
  background-position: -90px -45px;
}

#extras #annotatedScript #related ol.related li.features .title .icon.video {
  background-position: -135px -45px;
}

#extras #annotatedScript #related ol.related li.features .title .icon.interactive {
  background-position: -180px -45px;
}

#extras #annotatedScript #related ol.related li.features .title .icon.producerNote {
  background-position: -225px -45px;
}

#extras #annotatedScript #related ol.related li.features .title .icon.audio {
  background-positon: -270px -45px;
}

#extras #annotatedScript #related ol.related li.features .title .icon.collection {
  background-position: -315px -45px;
}

#extras #annotatedScript #related ol.related li.storyUpdate {
  padding: 15px;
  background: #ededed;
  border-bottom: 1px solid white;
}

#extras #annotatedScript #related ol.related li.storyUpdate .dateline {
  padding-bottom: 10px;
  font-size: 1.1em;
  color: #666666;
}

#extras #annotatedScript #related ol.related li.storyUpdate .title {
  padding-bottom: 10px;
  font-size: 1.5em;
  color: black;
}

#extras #annotatedScript #related ol.related li.storyUpdate .caption {
  font-size: 1.1;
  color: black;
}

#extras #annotatedScript #related ol.related li.relatedFilms {
  position: relative;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#extras #annotatedScript #related ol.related li.relatedFilms img {
  display: block;
  width: 100%;
}

#extras #annotatedScript #related ol.related li.relatedFilms .details {
  position: absolute;
  top: 72px;
  left: 10%;
  width: 80%;
  color: white;
}

#extras #annotatedScript #related ol.related li.relatedFilms .details .dateline {
  width: 100%;
  margin-bottom: 10px;
  font-size: .95em;
  text-align: center;
}

#extras #annotatedScript #related ol.related li.relatedFilms .details .title {
  width: 100%;
  font-size: 1.8em;
  text-align: center;
  text-transform: uppercase;
}

#extras #annotatedScript .definition {
  display: inline;
  color: #0860ba;
}

#extras #annotatedScript .definition.ng-click-active {
  background: rgba(0, 0, 0, 0.2);
}

#extras #annotatedScript .definition.ng-click-active::after {
  display: none;
}

#extras #annotatedScript .paragraph {
  padding-top: 15px;
  padding-bottom: 15px;
}

#extras #annotatedScript .paragraph .speaker {
  display: inline-block;
  width: 140px;
  padding-top: 4px;
  padding-left: 15px;
  font-size: .9em;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
}

#extras #annotatedScript .paragraph .dialogue {
  display: inline-block;
  width: 386px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Times New Roman';
  font-size: 1.4em;
  text-align: left;
  vertical-align: top;
}

#extras #annotatedScript .paragraph .dialogue.narration {
  font-weight: bold;
}

#extras #annotatedScript .paragraph .notes {
  float: right;
  width: 103px;
  vertical-align: top;
}

#extras #annotatedScript .paragraph .notes .note {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin-left: 44px;
  color: #0860ba;
  background: #ddebff;
}

#extras #annotatedScript .paragraph .notes .note.open {
  color: #ddebff;
  background: #0860ba;
}

#extras #annotatedScript .paragraph .notes .note.documents {
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: 0px 0px;
  background-size: 359px 156px;
}

#extras #annotatedScript .paragraph .notes .note.documents.open {
  background-position: 0px -45px;
}

#extras #annotatedScript .paragraph .notes .note.article {
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -45px 0px;
  background-size: 359px 156px;
}

#extras #annotatedScript .paragraph .notes .note.article.open {
  background-position: -45px -45px;
}

#extras #annotatedScript .paragraph .notes .note.slideshow {
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -90px 0px;
  background-size: 359px 156px;
}

#extras #annotatedScript .paragraph .notes .note.slideshow.open {
  background-position: -90px -45px;
}

#extras #annotatedScript .paragraph .notes .note.video {
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -135px 0px;
  background-size: 359px 156px;
}

#extras #annotatedScript .paragraph .notes .note.video.open {
  background-position: -135px -45px;
}

#extras #annotatedScript .paragraph .notes .note.interactive {
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -180px 0px;
  background-size: 359px 156px;
}

#extras #annotatedScript .paragraph .notes .note.interactive.open {
  background-position: -180px -45px;
}

#extras #annotatedScript .paragraph .notes .note.producerNote {
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -225px 0px;
  background-size: 359px 156px;
}

#extras #annotatedScript .paragraph .notes .note.producerNote.open {
  background-position: -225px -45px;
}

#extras #annotatedScript .paragraph .notes .note.audio {
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -270px 0px;
  background-size: 359px 156px;
}

#extras #annotatedScript .paragraph .notes .note.audio.open {
  background-position: -270px -45px;
}

#extras #annotatedScript .paragraph .notes .note.collection {
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -315px 0px;
  background-size: 359px 156px;
}

#extras #annotatedScript .paragraph .notes .note.collection.open {
  background-position: -315px -45px;
}

#extras #annotatedScript .paragraph .notes .expanded-note {
  position: relative;
  top: -19px;
  left: -271px;
  width: 256px;
  padding-bottom: 15px;
  color: #0860ba;
  background: #ddebff;
}

#extras #annotatedScript .paragraph .notes .expanded-note .closeButton {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
}

#extras #annotatedScript .paragraph .notes .expanded-note .closeButton:after {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  margin: 14px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/note_close.png');
  background-size: 7px 7px;
  content: "";
}

#extras #annotatedScript .paragraph .notes .expanded-note > img {
  width: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

#extras #annotatedScript .paragraph .notes .expanded-note > .type-header {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 15px;
  font-size: .8em;
  color: black;
  text-transform: uppercase;
}

#extras #annotatedScript .paragraph .notes .expanded-note > .title {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 1.5em;
}

#extras #annotatedScript .paragraph .notes .expanded-note > .byline {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 1em;
  font-style: italic;
  color: black;
}

#extras #annotatedScript .paragraph .notes .expanded-note > .caption {
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 1em;
  color: black;
}

#extras #annotatedScript .paragraph .notes .expanded-note > .actionItem {
  padding-left: 15px;
}

#extras #annotatedScript .paragraph .notes .expanded-note:before {
  position: absolute;
  top: 15px;
  left: 256px;
  display: block;
  width: 7px;
  height: 13px;
  background: url('/wgbh/pages/frontline/app/assets/images/icons/note_arrow@2x.png');
  background-size: 7px 13px;
  content: "";
}

#extras #annotatedScript .paragraph .inline-notes {
  width: 386px;
  margin-left: 190px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note {
  width: 100%;
  padding-left: 15px;
  margin-top: 30px;
  border-left: 2px solid #ddebff;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder {
  position: relative;
  min-height: 44px;
  margin-bottom: 15px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder > img {
  display: block;
  width: 378px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder > .type-icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 44px;
  height: 44px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-size: 359px 156px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder > .type-icon.documents {
  background-position: 0px -45px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder > .type-icon.article {
  background-position: -45px -45px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder > .type-icon.slideshow {
  background-position: -90px -45px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder > .type-icon.video {
  background-position: -135px -45px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder > .type-icon.interactive {
  background-position: -180px -45px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder > .type-icon.producerNote {
  background-position: -225px -45px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder > .type-icon.audio {
  background-positon: -270px -45px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .imgHolder > .type-icon.collection {
  background-position: -315px -45px;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .type-header {
  position: relative;
  margin-bottom: 3px;
  font-size: .8em;
  color: black;
  text-transform: uppercase;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .byline {
  margin-bottom: 10px;
  font-size: 1em;
  font-style: italic;
  color: black;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .title {
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #0860ba;
}

#extras #annotatedScript .paragraph .inline-notes .inline-note > .caption {
  margin-bottom: 15px;
  font-size: 1em;
  color: black;
}

#notesDots {
  position: fixed;
  top: 180px;
  width: 20px;
}

#notesDots .dot {
  position: absolute;
  width: 4px;
  height: 4px;
  margin: 7px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.speaker .withId {
  position: relative;
  color: #0860ba;
}

.speaker .withId .expandedSpeaker {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 3;
  width: 396px;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  background: #ddebff;
}

.speaker .withId .expandedSpeaker .closeButton {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
}

.speaker .withId .expandedSpeaker .closeButton:after {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  margin: 14px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/note_close.png');
  background-size: 7px 7px;
  content: "";
}

.speaker .withId .expandedSpeaker .imgHolder {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  vertical-align: top;
}

.speaker .withId .expandedSpeaker .imgHolder .img {
  width: 50px;
  height: 50px;
}

.speaker .withId .expandedSpeaker .detailsHolder {
  padding: 15px;
  vertical-align: top;
}

.speaker .withId .expandedSpeaker .detailsHolder .name {
  font-size: 1.5em;
  color: black;
}

.speaker .withId .expandedSpeaker .detailsHolder .name:before {
  display: block;
  padding-bottom: 5px;
  font-size: .6em;
  color: black;
  text-transform: uppercase;
  content: "more about:";
}

.speaker .withId .expandedSpeaker .detailsHolder .caption {
  font-size: 1.5em;
  font-style: italic;
  color: black;
}

.speaker .withId .expandedSpeaker .detailsHolder .description {
  padding-top: 5px;
  font-size: 1.2em;
  line-height: 145%;
  color: black;
}

.speaker .withId .expandedSpeaker .detailsHolder .full_interview {
  margin-top: 5px;
  font-size: 1em;
  font-size: 1.2em;
  font-weight: bold;
  color: #0860ba;
  text-transform: uppercase;
}

.speaker .withId .expandedSpeaker .detailsHolder .full_interview:after {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: 0 -136px;
  background-size: 359px 156px;
  content: "";
}

.actionItem {
  font-size: 1em;
  font-weight: bold;
  color: #0860ba;
  text-transform: uppercase;
}

.actionItem:after {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: 0 -136px;
  background-size: 359px 156px;
  content: "";
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #extras {
    -webkit-transform: scale(0.75, 0.75) translate(-128px, -48px);
  }
  #extras > header {
    display: none;
  }
}

#modalContent {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#modalContent > .modalNav {
  width: 100%;
  height: 44px;
  background: #ddebff;
}

#modalContent > .modalNav > .closeButton {
  float: left;
  width: 75px;
  height: 13px;
  padding-top: 16px;
  padding-bottom: 15px;
  font-size: 1.1em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background: #0860ba;
}

#modalContent > .modalNav > .title {
  position: absolute;
  width: 824px;
  height: 13px;
  padding-top: 16px;
  padding-bottom: 15px;
  margin-right: 100px;
  margin-left: 100px;
  font-size: 1.1em;
  color: #0860ba;
  text-align: center;
  text-transform: uppercase;
}

#modalContent > .modalNav > .popOutButton {
  position: relative;
  float: right;
  width: 44px;
  height: 44px;
  background: #ddebff;
}

#modalContent > .modalNav > .popOutButton:after {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
  width: 15px;
  height: 18px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -92px -135px;
  background-size: 359px 156px;
  content: "";
}

#modalContent > .modalFrame {
  width: 994px;
  height: 100%;
  padding-top: 15px;
  margin-left: 15px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#modalContent > .modalFrame > iframe {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #modalContent {
    height: 930px;
  }
  #modalContent > .modalNav > .title {
    width: 568px;
  }
  #modalContent > .modalFrame {
    width: 738px;
    height: 868px;
  }
}

#search {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  background: #ec1c23;
}

#search #searchButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 43px;
  background: transparent;
}

#search:after {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -50px 21px;
  background-size: 359px 156px;
  content: "";
}

#search.active {
  width: 256px;
}

#search.active input {
  display: block;
  width: 213px;
  padding-left: 0px;
  margin-left: 43px;
}

#search ::-webkit-input-placeholder {
  color: white;
}

#search input {
  width: 0px;
  height: 38px;
  padding-top: 5px;
  padding-left: 43px;
  font-family: 'Univers LT Std';
  font-size: 1.3em;
  font-weight: 100;
  color: white;
  background: transparent;
  -webkit-user-select: auto !important;
}

#connectmodal {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 1024px;
  height: 679px;
  background: rgba(0, 0, 0, 0.8);
}

#connectmodal infobox {
  position: absolute;
  top: 173px;
  left: 254.5px;
  width: 515px;
  height: 295px;
  background: white;
  border-top: 4px #ec1c23 solid;
}

#connectmodal infobox infonav {
  position: relative;
  display: block;
  width: 100%;
  height: 43px;
  background: white;
}

#connectmodal infobox infonav navbutton {
  position: absolute;
  left: 157.5px;
  width: 200px;
  padding: 14px 0px 9px 0px;
  font-size: 1.4em;
  color: black;
  text-align: center;
  text-transform: uppercase;
}

#connectmodal infobox infonav close {
  position: absolute;
  right: 0px;
  width: 43px;
  height: 43px;
}

#connectmodal infobox infonav close:after {
  position: relative;
  top: 10px;
  left: 12px;
  display: block;
  width: 19px;
  height: 22px;
  background-image: url('/wgbh/pages/frontline/app/assets/images/sprites/frontline.png');
  background-position: -72px 22px;
  background-size: 359px 156px;
  content: '';
}

#connectmodal infobox infomain {
  display: block;
  width: 471px;
  height: 208px;
  padding: 22px;
  background: #f7f7f7;
}

#connectmodal infobox infomain heading {
  font-size: 1.3em;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}

#connectmodal infobox infomain p {
  font-size: 1.1em;
}

#connectmodal infobox infomain p.asterisk {
  position: absolute;
  bottom: 5px;
  left: 22px;
  margin: 0;
  font-size: .8em;
  color: grey;
}

#connectmodal infobox infomain leftcol {
  float: left;
  width: 225px;
  height: 120px;
  margin-top: 5px;
}

#connectmodal infobox infomain rightcol {
  float: right;
  width: 225px;
  height: 120px;
  margin-top: 5px;
}

#connectmodal infobox infomain bottomsection {
  width: 471px;
  height: 100px;
}

#connectmodal infobox infomain input {
  font-family: 'Univers LT Std';
  border: none;
}

#connectmodal infobox infomain input[type=text] {
  width: 204px;
  height: 22px;
  padding: 10px;
  font-size: 1.2em;
  background: #e6e6e6;
}

#connectmodal infobox infomain input[type=submit] {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 90px;
  height: 21px;
  padding: 0;
  padding-top: 4px;
  margin: 0;
  font-size: 1.2em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background: #0860ba;
  box-sizing: content-box;
}

#connectmodal infobox infomain cancelbutton {
  position: absolute;
  right: 105px;
  bottom: 5px;
  width: 90px;
  height: 21px;
  padding: 0;
  padding-top: 4px;
  margin: 0;
  font-size: 1.2em;
  color: #0860ba;
  text-align: center;
  text-transform: uppercase;
  background: white;
}

#connectmodal infobox infomain shareOptions {
  display: block;
  height: 30px;
}

#connectmodal infobox infomain shareOptions a.share {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

#connectmodal infobox infomain shareOptions a.share.facebook {
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/facebook@2x.png');
  background-size: 30px 30px;
}

#connectmodal infobox infomain shareOptions a.share.twitter {
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/twitter@2x.png');
  background-size: 30px 30px;
}

#connectmodal infobox infomain shareOptions a.share.google {
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/google@2x.png');
  background-size: 30px 30px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #connectmodal {
    width: 768px;
  }
  #connectmodal infobox {
    left: 126.5px;
  }
}

#browser .searchResultsTitle {
  padding: 20px;
  font-size: 1.4em;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

#browser .searchResultsTitle .searchTerm {
  margin-left: 5px;
  font-weight: bold;
  color: #ec1c23;
}

#browser .searchResultsCounts {
  position: relative;
  width: 100%;
  height: 28px;
  font-size: 1.4em;
  font-weight: 100;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
}

#browser .searchResultsCounts .count {
  margin-right: 5px;
  font-weight: bold;
  color: #ec1c23;
}

#browser .searchResultsCounts .filmCount {
  position: absolute;
  top: 8px;
  left: 300px;
}

#browser .searchResultsCounts .relatedCount {
  position: absolute;
  top: 8px;
  left: 780px;
}

#browser ol.films.list.search {
  float: left;
}

#browser ol.films.list.search li {
  width: 630px;
}

#browser ol.films.list.search li h1 {
  width: 370px;
}

#browser ol.films.list.search li time {
  width: 370px;
}

#browser ol.films.list.search li #caption {
  width: 370px;
}

#browser ol.films.list.search li a.watchButton {
  margin-top: 6px;
}

#browser ol.searchRelated {
  float: right;
  width: 327px;
  padding-top: 96px;
  overflow: auto;
  list-style: none;
}

#browser ol.searchRelated li {
  float: none;
  width: 256px;
  height: 232px;
  margin-left: 71px;
  background: #f5f5f5;
}

#browser ol.searchRelated li img {
  width: 256px;
  height: 150px;
}

#browser ol.searchRelated li h1 {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 1.4em;
  font-weight: 100;
  text-transform: uppercase;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #browser .searchResultsCounts .filmCount {
    left: 180px;
  }
  #browser .searchResultsCounts .relatedCount {
    left: 580px;
  }
  #browser #adholder.search {
    float: none;
    margin: 0px 0px 20px 0px;
  }
  #browser ol.films.list.search li {
    width: 500px;
    height: 105px;
  }
  #browser ol.films.list.search li img {
    width: 184px;
    height: 104px;
  }
  #browser ol.films.list.search li h1 {
    width: 296px;
    margin-left: 10px;
    font-size: 14px;
  }
  #browser ol.films.list.search li time {
    width: 296px;
    margin-left: 10px;
    font-size: 10px;
  }
  #browser ol.films.list.search li #caption {
    width: 296px;
    margin-left: 10px;
    font-size: 10px;
  }
  #browser ol.films.list.search li a.watchButton {
    margin-top: 4px;
  }
  #browser ol.searchRelated {
    width: 200px;
    padding-top: 6px;
    padding-right: 20px;
    padding-left: 0px;
  }
  #browser ol.searchRelated li {
    width: 192px;
    height: 174px;
    margin-left: 28px;
  }
  #browser ol.searchRelated li img {
    width: 192px;
    height: 112.5px;
  }
  #browser ol.searchRelated li h1 {
    margin-top: 3.75px;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
    margin-left: 7.5px;
    font-size: 1.0499999999999998em;
  }
}

#showroom .feature {
  float: left;
  width: 1024px;
  height: 576px;
}

#showroom .feature section {
  position: relative;
  float: left;
}

#showroom .feature section * {
  z-index: 100;
}

#showroom .feature section::after {
  position: absolute;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(191, 64, 64, 0.5);
  content: '';
}

#showroom .feature section holder {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#showroom .feature section holder img {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

#showroom .feature section holder::after {
  position: absolute;
  z-index: 40;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  content: "";
}

#showroom .feature section hgroup {
  position: absolute;
  bottom: 0;
  margin: 0 0 15px 15px;
}

#showroom .feature section hgroup h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
}

#showroom .feature section hgroup h2 {
  display: none;
  font-weight: 300;
  color: #ffffff;
}

#showroom .feature section hgroup nav {
  margin: 7px 0 0 0;
}

#showroom .feature section hgroup nav a {
  display: inline-block;
  display: none;
  width: 142px;
  padding: 8px 0 6px 10px;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: left;
  text-transform: uppercase;
  background: #0860ba;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/action_arrow_white@2x.png');
  background-position: 134px 9px;
  background-repeat: no-repeat;
  background-size: 7px 9px;
}

#showroom .feature section hgroup nav a:first-child {
  display: inline-block;
}

#showroom .feature section hgroup nav a:nth-of-type(2) {
  color: #0860ba;
  background: white;
  background-image: url('/wgbh/pages/frontline/app/assets/images/icons/action_arrow_blue@2x.png');
  background-position: 134px 9px;
  background-repeat: no-repeat;
  background-size: 7px 9px;
}

#showroom .feature section:nth-of-type(1):nth-last-child(1) {
  width: 100%;
  height: 100%;
}

#showroom .feature section:nth-of-type(1):nth-last-child(1)::after {
  top: 8px;
  left: 8px;
  width: 1008px;
  height: 560px;
}

#showroom .feature section:nth-of-type(1):nth-last-child(1) img,
#showroom .feature section:nth-of-type(1):nth-last-child(1) holder::after {
  clip: rect(8px, 1016px, 568px, 8px);
}

#showroom .feature section:nth-of-type(1):nth-last-child(1) hgroup {
  bottom: 200px;
  left: 50%;
  width: 635px;
  margin-left: -307px;
}

#showroom .feature section:nth-of-type(1):nth-last-child(1) hgroup h1 {
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}

#showroom .feature section:nth-of-type(1):nth-last-child(1) hgroup h2 {
  display: -webkit-box;
  padding-right: 61px;
  padding-left: 61px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#showroom .feature section:nth-of-type(1):nth-last-child(1) hgroup nav {
  display: block;
  margin-top: 0;
  text-align: center;
}

#showroom .feature section:nth-of-type(1):nth-last-child(1) hgroup nav a {
  display: inline-block;
}

#showroom .feature section:nth-of-type(1):nth-last-child(1) .relatedFilmContent {
  position: absolute;
  width: 200px;
  margin-top: 3px;
  color: white;
  text-align: left;
  text-transform: uppercase;
}

#showroom .feature section:nth-of-type(1):nth-last-child(1) .relatedFilmContent:after {
  margin-left: 4px;
  font-size: 1.2em;
  color: #0860ba;
  content: '+';
}

#showroom .feature section:nth-of-type(1):nth-last-child(3),
#showroom .feature section:nth-of-type(1):nth-last-child(4),
#showroom .feature section:nth-of-type(1):nth-last-child(5) {
  width: 512px;
  height: 100%;
}

#showroom .feature section:nth-of-type(1):nth-last-child(3)::after,
#showroom .feature section:nth-of-type(1):nth-last-child(4)::after,
#showroom .feature section:nth-of-type(1):nth-last-child(5)::after {
  top: 8px;
  left: 8px;
  width: 504px;
  height: 560px;
}

#showroom .feature section:nth-of-type(1):nth-last-child(3) img,
#showroom .feature section:nth-of-type(1):nth-last-child(4) img,
#showroom .feature section:nth-of-type(1):nth-last-child(5) img,
#showroom .feature section:nth-of-type(1):nth-last-child(3) holder::after,
#showroom .feature section:nth-of-type(1):nth-last-child(4) holder::after,
#showroom .feature section:nth-of-type(1):nth-last-child(5) holder::after {
  clip: rect(8px, 1024px, 568px, 8px);
}

#showroom .feature section:nth-of-type(1):nth-last-child(3) hgroup,
#showroom .feature section:nth-of-type(1):nth-last-child(4) hgroup,
#showroom .feature section:nth-of-type(1):nth-last-child(5) hgroup {
  margin-bottom: 23px;
  margin-left: 23px;
}

#showroom .feature section:nth-of-type(1):nth-last-child(3) hgroup h1,
#showroom .feature section:nth-of-type(1):nth-last-child(4) hgroup h1,
#showroom .feature section:nth-of-type(1):nth-last-child(5) hgroup h1 {
  font-size: 30px;
}

#showroom .feature section:nth-of-type(1):nth-last-child(3) hgroup h2,
#showroom .feature section:nth-of-type(1):nth-last-child(4) hgroup h2,
#showroom .feature section:nth-of-type(1):nth-last-child(5) hgroup h2 {
  display: block;
  width: 350px;
  font-size: 15px;
}

#showroom .feature section:nth-of-type(1):nth-last-child(3) hgroup nav,
#showroom .feature section:nth-of-type(1):nth-last-child(4) hgroup nav,
#showroom .feature section:nth-of-type(1):nth-last-child(5) hgroup nav {
  display: none;
}

#showroom .feature section:nth-of-type(2):nth-last-child(2),
#showroom .feature section:nth-of-type(3):nth-last-child(1) {
  width: 512px;
  height: 288px;
}

#showroom .feature section:nth-of-type(2):nth-last-child(2) img,
#showroom .feature section:nth-of-type(2):nth-last-child(2) holder::after {
  clip: rect(8px, 504px, 288px, 1px);
}

#showroom .feature section:nth-of-type(3):nth-last-child(1) img,
#showroom .feature section:nth-of-type(3):nth-last-child(1) holder::after {
  clip: rect(1px, 504px, 280px, 1px);
}

#showroom .feature section:nth-of-type(2):nth-last-child(3) {
  width: 512px;
  height: 288px;
}

#showroom .feature section:nth-of-type(2):nth-last-child(3) img,
#showroom .feature section:nth-of-type(2):nth-last-child(3) holder::after {
  clip: rect(8px, 504px, 288px, 1px);
}

#showroom .feature section:nth-of-type(3):nth-last-child(2),
#showroom .feature section:nth-of-type(4):nth-last-child(1) {
  width: 256px;
  height: 288px;
}

#showroom .feature section:nth-of-type(3):nth-last-child(2) img,
#showroom .feature section:nth-of-type(3):nth-last-child(2) holder::after {
  clip: rect(1px, 256px, 280px, 1px);
}

#showroom .feature section:nth-of-type(4):nth-last-child(1) img,
#showroom .feature section:nth-of-type(4):nth-last-child(1) holder::after {
  clip: rect(1px, 248px, 280px, 1px);
}

#showroom .feature section:nth-of-type(2):nth-last-child(4),
#showroom .feature section:nth-of-type(3):nth-last-child(3),
#showroom .feature section:nth-of-type(4):nth-last-child(2),
#showroom .feature section:nth-of-type(5):nth-last-child(1) {
  width: 256px;
  height: 288px;
}

#showroom .feature section:nth-of-type(2):nth-last-child(4)::after,
#showroom .feature section:nth-of-type(3):nth-last-child(3)::after,
#showroom .feature section:nth-of-type(4):nth-last-child(2)::after,
#showroom .feature section:nth-of-type(5):nth-last-child(1)::after {
  left: 1px;
  height: 280px;
}

#showroom .feature section:nth-of-type(2):nth-last-child(4)::after,
#showroom .feature section:nth-of-type(3):nth-last-child(3)::after {
  top: 8px;
}

#showroom .feature section:nth-of-type(4):nth-last-child(2)::after,
#showroom .feature section:nth-of-type(5):nth-last-child(1)::after {
  top: 1px;
  height: 279px;
}

#showroom .feature section:nth-of-type(4):nth-last-child(2) hgroup,
#showroom .feature section:nth-of-type(5):nth-last-child(1) hgroup {
  margin-bottom: 23px;
}

#showroom .feature section:nth-of-type(2):nth-last-child(4)::after {
  width: 255px;
}

#showroom .feature section:nth-of-type(2):nth-last-child(4) img,
#showroom .feature section:nth-of-type(2):nth-last-child(4) holder::after {
  clip: rect(8px, 256px, 288px, 1px);
}

#showroom .feature section:nth-of-type(3):nth-last-child(3)::after {
  width: 247px;
}

#showroom .feature section:nth-of-type(3):nth-last-child(3) img,
#showroom .feature section:nth-of-type(3):nth-last-child(3) holder::after {
  clip: rect(8px, 248px, 288px, 1px);
}

#showroom .feature section:nth-of-type(4):nth-last-child(2)::after {
  width: 255px;
}

#showroom .feature section:nth-of-type(4):nth-last-child(2) img,
#showroom .feature section:nth-of-type(4):nth-last-child(2) holder::after {
  clip: rect(1px, 256px, 280px, 1px);
}

#showroom .feature section:nth-of-type(5):nth-last-child(1)::after {
  width: 247px;
}

#showroom .feature section:nth-of-type(5):nth-last-child(1) img,
#showroom .feature section:nth-of-type(5):nth-last-child(1) holder::after {
  clip: rect(1px, 248px, 280px, 1px);
}

#showroom .feature section .extras {
  position: absolute;
  bottom: 70px;
  left: 8px;
  width: 1008px;
  height: 76px;
  text-align: center;
}

#showroom .feature section .extras > .holder {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0px;
}

#showroom .feature section .extras td.extra {
  position: relative;
  width: 134px;
  height: 74px;
  padding: 0px;
  border: 1px solid white;
}

#showroom .feature section .extras td.extra extraholder {
  position: absolute;
  top: 0;
  display: block;
  width: 134px;
  height: 74px;
}

#showroom .feature section .extras td.extra extraholder > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 134px;
  height: 74px;
  clip: auto;
}

> #showroom .feature section .extras td.extra extraholder::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 134px;
  height: 74px;
  clip: auto;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  content: "";
}

#showroom .feature section .extras td.extra:nth-of-type(n+6) {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-width: 768px) {
  #showroom {
    height: 623px;
    overflow: auto;
  }
  #showroom .feature {
    width: 768px;
    height: 415px;
  }
  #showroom .feature section:nth-of-type(1):nth-last-child(1)::after {
    width: 752px;
    height: 399px;
  }
  #showroom .feature section:nth-of-type(1):nth-last-child(1) img {
    clip: rect(8px, 760px, 407px, 8px);
  }
  #showroom .feature section:nth-of-type(1):nth-last-child(1) hgroup {
    bottom: 100px;
  }
  #showroom .feature section:nth-of-type(1):nth-last-child(1) hgroup h1 {
    font-size: 40px;
  }
  #showroom .feature section:nth-of-type(1):nth-last-child(3),
  #showroom .feature section:nth-of-type(1):nth-last-child(4),
  #showroom .feature section:nth-of-type(1):nth-last-child(5) {
    width: 768px;
    height: 415px;
  }
  #showroom .feature section:nth-of-type(1):nth-last-child(3)::after,
  #showroom .feature section:nth-of-type(1):nth-last-child(4)::after,
  #showroom .feature section:nth-of-type(1):nth-last-child(5)::after {
    width: 760px;
    height: 406px;
  }
  #showroom .feature section:nth-of-type(1):nth-last-child(3) img,
  #showroom .feature section:nth-of-type(1):nth-last-child(4) img,
  #showroom .feature section:nth-of-type(1):nth-last-child(5) img,
  #showroom .feature section:nth-of-type(1):nth-last-child(3) holder::after,
  #showroom .feature section:nth-of-type(1):nth-last-child(4) holder::after,
  #showroom .feature section:nth-of-type(1):nth-last-child(5) holder::after {
    clip: rect(8px, 760px, 414px, 8px);
  }
  #showroom .feature section:nth-of-type(2):nth-last-child(3) {
    width: 512px;
    height: 288px;
  }
  #showroom .feature section:nth-of-type(2):nth-last-child(3) img,
  #showroom .feature section:nth-of-type(2):nth-last-child(3) holder::after {
    clip: rect(8px, 504px, 288px, 1px);
  }
  #showroom .feature section:nth-of-type(3):nth-last-child(2),
  #showroom .feature section:nth-of-type(4):nth-last-child(1) {
    width: 256px;
    height: 288px;
  }
  #showroom .feature section:nth-of-type(3):nth-last-child(2) img,
  #showroom .feature section:nth-of-type(3):nth-last-child(2) holder::after {
    clip: rect(1px, 256px, 280px, 1px);
  }
  #showroom .feature section:nth-of-type(4):nth-last-child(1) img,
  #showroom .feature section:nth-of-type(4):nth-last-child(1) holder::after {
    clip: rect(1px, 248px, 280px, 1px);
  }
  #showroom .feature section:nth-of-type(2):nth-last-child(2),
  #showroom .feature section:nth-of-type(3):nth-last-child(1) {
    width: 384px;
    height: 207.5px;
  }
  #showroom .feature section:nth-of-type(2):nth-last-child(2) img,
  #showroom .feature section:nth-of-type(2):nth-last-child(2) holder::after {
    clip: rect(1px, 383px, 199.5px, 8px);
  }
  #showroom .feature section:nth-of-type(3):nth-last-child(1) img,
  #showroom .feature section:nth-of-type(3):nth-last-child(1) holder::after {
    clip: rect(1px, 376px, 199.5px, 1px);
  }
  #showroom .feature section:nth-of-type(2):nth-last-child(3) {
    width: 384px;
    height: 207.5px;
  }
  #showroom .feature section:nth-of-type(2):nth-last-child(3) img,
  #showroom .feature section:nth-of-type(2):nth-last-child(3) holder::after {
    clip: rect(1px, 383px, 199.5px, 8px);
  }
  #showroom .feature section:nth-of-type(3):nth-last-child(2),
  #showroom .feature section:nth-of-type(4):nth-last-child(1) {
    width: 192px;
    height: 207.5px;
  }
  #showroom .feature section:nth-of-type(3):nth-last-child(2) img,
  #showroom .feature section:nth-of-type(3):nth-last-child(2) holder::after {
    clip: rect(1px, 192px, 199.5px, 1px);
  }
  #showroom .feature section:nth-of-type(4):nth-last-child(1) img,
  #showroom .feature section:nth-of-type(4):nth-last-child(1) holder::after {
    clip: rect(1px, 184px, 199.5px, 1px);
  }
  #showroom .feature section:nth-of-type(2):nth-last-child(4),
  #showroom .feature section:nth-of-type(3):nth-last-child(3),
  #showroom .feature section:nth-of-type(4):nth-last-child(2),
  #showroom .feature section:nth-of-type(5):nth-last-child(1) {
    width: 192px;
    height: 207.5px;
  }
  #showroom .feature section:nth-of-type(2):nth-last-child(4)::after,
  #showroom .feature section:nth-of-type(3):nth-last-child(3)::after,
  #showroom .feature section:nth-of-type(4):nth-last-child(2)::after,
  #showroom .feature section:nth-of-type(5):nth-last-child(1)::after {
    top: 1px;
    left: 1px;
    height: 198.5px;
  }
  #showroom .feature section:nth-of-type(4):nth-last-child(2)::after,
  #showroom .feature section:nth-of-type(5):nth-last-child(1)::after {
    top: 1px;
    height: 198.5px;
  }
  #showroom .feature section:nth-of-type(2):nth-last-child(4)::after {
    top: 1px;
    left: 8px;
    width: 183px;
  }
  #showroom .feature section:nth-of-type(2):nth-last-child(4) img,
  #showroom .feature section:nth-of-type(2):nth-last-child(4) holder::after {
    clip: rect(1px, 192px, 199.5px, 8px);
  }
  #showroom .feature section:nth-of-type(3):nth-last-child(3)::after {
    top: 1px;
    width: 191px;
  }
  #showroom .feature section:nth-of-type(3):nth-last-child(3) img,
  #showroom .feature section:nth-of-type(3):nth-last-child(3) holder::after {
    clip: rect(1px, 192px, 199.5px, 1px);
  }
  #showroom .feature section:nth-of-type(4):nth-last-child(2)::after {
    width: 191px;
  }
  #showroom .feature section:nth-of-type(4):nth-last-child(2) img,
  #showroom .feature section:nth-of-type(4):nth-last-child(2) holder::after {
    clip: rect(1px, 192px, 199.5px, 1px);
  }
  #showroom .feature section:nth-of-type(5):nth-last-child(1)::after {
    width: 183px;
  }
  #showroom .feature section:nth-of-type(5):nth-last-child(1) img,
  #showroom .feature section:nth-of-type(5):nth-last-child(1) holder::after {
    clip: rect(1px, 184px, 199.5px, 1px);
  }
}