@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* Site wide Variables */
/* Link Colors */
/* Header */
/* Header - Nav */
/* Footer */
body {
  position: relative;
  background-color: #E6E6E6;
  font-size: 13px;
  line-height: 1.4em;
  font-family: helvetica, arial, 'clean', sans-serif;
  width: 100%;
  /* Keep the footer on the bottom when we have short content */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body #content {
  padding: 10px 0px;
  margin: 0px auto;
  width: 960px;
  /* Keep the footer on the bottom when we have short content */
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

a {
  color: #0A6582;
  text-decoration: none;
}

a:hover,
a:active,
a.active {
  color: #ec2f09;
}

p {
  margin: 0;
}

/*  */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

#pbs_dh {
  min-width: 960px;
}

/* Highlighted Text */
::-moz-selection {
  background: #6fc2f6;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #6fc2f6;
  color: #fff;
  text-shadow: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.entry-image-left {
  display: block;
  float: left;
  width: auto;
  margin: 3px 10px 3px 0;
}

.post-subtitle {
  font-weight: bold;
  font-size: 19px;
  color: #999;
  margin-top: 20px;
}

.post-navigation {
  list-style: none;
  margin: -10px 0px 0px;
  padding: 15px;
  background-color: #f2f2f2;
}

.post-navigation li {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.post-navigation li + li {
  border-left: 1px solid #999;
  padding: 0px 5px 0px 10px;
}

.hmenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.hmenu li {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.hmenu li + li {
  border-left: 1px solid #999;
  padding: 0px 5px 0px 10px;
}

.content-divder, .tax-pov_film .main-center .film-synopsis, .tax-pov_film .additional-videos {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c3c3c3;
}

.section-title, .widget-title, .main-left .widget-title, .main-left .overview-link, .pov_layout-485px.page .main-right .widget-title {
  padding: 0.7em 1em 0.5em;
  font-size: 90%;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.section-title-gray, .main-left .widget-title, .main-left .overview-link, .pov_layout-485px.page .main-right .widget-title, .page-tabs ul li a {
  background-color: #e9e9e9;
  background-image: url("../images/linear-gradient-light-gray.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  /* Using CSS3 to make gradient */
  /* background-image: repeating-linear-gradient(
    45deg, 
    #e9e9e9,
    #e9e9e9 $gradient-width,
    #d9d9d9 $gradient-width,
    #d9d9d9 $gradient-width * 2
  ); */
}

.section-title-blue, .widget-title {
  background-color: #edf7f9;
  background-image: url("../images/linear-gradient-blue.png");
  /* Using CSS3 to make gradient */
  /* background-image: repeating-linear-gradient(45deg, #d4dee0, #d4dee0 .5%, rgba(237, 247, 249, 0.7) 1%, rgba(237, 247, 249, 0.7) 2%); */
}

.section-title-active, .page-tabs ul li a.active {
  background-color: transparent;
  background-image: none;
}

.section-title-none, .page-tabs ul li ul a {
  background-color: transparent;
  background-image: none;
}

.site-search-input {
  box-sizing: border-box;
  padding: 6px 5px 4px 5px;
  margin-right: -4px;
  width: 200px;
  border: 0;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.5);
  vertical-align: top;
}

.site-search-submit {
  box-sizing: border-box;
  background-color: #096783;
  background-image: url("../images/btn-banner-search.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 28px;
  height: 24px;
  font-size: 0px;
  border: 0px;
}

.addthis-share-this-buttons {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.addthis-share-this-buttons li {
  margin: 0px 5px;
}

.header {
  background: #BBDCE8;
  background-image: url("../images/pov-header-banner-diags-fade.png"), url("../images/pov-header-banner.png");
  background-position: 0 0, 50% 50%;
  background-repeat: repeat, no-repeat;
  height: 142px;
  min-width: 960px;
}

.header-wrap {
  width: 960px;
  margin: 0px auto;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0px 20px;
}

.header #logo {
  display: inline-block;
  width: 151px;
  height: 64px;
  background: #231F20;
  background-image: url("../images/pov-logo-header.jpg");
  background-repeat: no-repeat;
  font-size: 0px;
  color: #000;
  vertical-align: top;
}

.header #tagline {
  display: inline-block;
  vertical-align: bottom;
  margin: 0px 0px 15px 15px;
}

.header-search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 250px;
  width: 250px;
}

.header-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-social > div + div {
  margin-left: 10px;
}

.header-social-facebook {
  height: 25px;
}

.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

.header-nav-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav-list li + li {
  border-left: 1px solid #FFF;
}

.header-nav-list li a {
  display: block;
  text-align: center;
  background-color: #000;
  text-transform: uppercase;
  /*padding: 0.4em 2.45em;*/
  padding: 0.4em 1.5em;
  color: #EEE;
  font-size: 88%;
  font-weight: 100;
  letter-spacing: 0.04em;
  -webkit-transition: background-color 100ms ease-in-out;
          transition: background-color 100ms ease-in-out;
}

.header-nav-list li a:hover,
.header-nav-list li a:active,
.header-nav-list li a.active {
  background-color: #EC2F09;
}

.footer {
  border-top: 1px solid #fff;
  padding: 20px 0px;
  background: #DCEBF0;
  min-width: 960px;
}

.footer-wrap {
  width: 960px;
  margin: 0px auto;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer-logo {
  width: 100px;
  height: 42px;
  text-indent: -5000px;
  background: url("../images/pov-logo-footer.png") 0 0 no-repeat;
  float: left;
  margin-right: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.footer-support {
  font-size: 123.1%;
  font-weight: bold;
  color: #464648;
  padding: 3px 0 3px 0;
  margin: 0px;
}

.footer-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav ul li + li {
  margin-left: 10px;
  font-size: 93%;
}

.footer-press-link {
  margin-top: 20px;
}

.footer-press-link a {
  display: block;
  color: #fff;
  background: #0a6582;
  padding: 5px 6px;
  font-weight: bold;
  font-size: 93%;
}

.footer-press-link a:hover,
.footer-press-link a:active,
.footer-press-link a.active {
  background: #ec2f09;
}

.footer-copyrights {
  border-top: 1px solid #fff;
  padding-top: 16px;
  text-align: center;
  margin-top: 20px;
}

.flex-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 67.5%;
  position: relative;
}

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

.error404 .page-content {
  padding: 10px;
  font-size: 110%;
}

.contactus label {
  display: block;
  font-weight: bold;
}

.contactus input.text-input {
  width: 250px;
  margin-bottom: 8px;
  padding: 3px;
}

.contactus textarea {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  max-height: 500px;
}

.contactus .buttons button[type="submit"] {
  background-color: #0a6582;
  text-transform: uppercase;
  border: 0px;
  color: #fff;
  padding: 8px 10px;
  font-size: 85%;
  letter-spacing: 1px;
  cursor: pointer;
}

.contactus .buttons button[type="submit"]:active,
.contactus .buttons button[type="submit"]:hover {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.contactus .buttons button[disabled] {
  opacity: 0.7;
}

.contactus .status-message {
  padding: 10px;
  display: none;
}

.contactus #sucessMessage {
  background-color: #dff0d8;
}

.contactus #showError,
.contactus #errorMessage {
  background-color: #f2dede;
}

.vertical-form label {
  display: block;
  font-weight: bold;
}

.overview-3col .vertical-form {
  background: url(../images/dashes-horizontal.png) bottom left repeat-x;
}

.vertical-form fieldset {
  padding: 0 10px 16px;
}

.vertical-form h3 {
  color: #333;
  margin: 0 0 4px 12px;
  font-size: 167%;
}

.vertical-form label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.vertical-form label span {
  text-transform: lowercase;
  color: #666;
}

.vertical-form input.text-input {
  width: 250px;
  margin-bottom: 8px;
  padding: 3px;
}

.overview-3col .vertical-form textarea {
  width: 435px;
}

.site-search.search-form {
  text-align: right;
  position: relative;
}

.site-search.search-form .search-form-input {
  box-sizing: border-box;
  padding: 5px 5px 5px 5px;
  width: 100%;
  height: 28px;
  border: 1px solid #999;
  vertical-align: top;
}

.site-search.search-form .search-form-submit {
  width: 28px;
  height: 28px;
  font-size: 0px;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.site-search.search-form .search-form-submit:before, .site-search.search-form .search-form-submit::before {
  content: "\00bb";
  background-color: #096783;
  color: #FFF;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  font-size: 22px;
  line-height: 1.2em;
}

.content-search.search-form {
  margin: 10px 0px;
}

.content-search.search-form .search-form-input {
  width: 200px;
  padding: 5px;
  border: 1px solid #ccc;
}

.content-search.search-form .search-form-input:active,
.content-search.search-form .search-form-input:hover,
.content-search.search-form .search-form-input:focus {
  /*box-shadow: 0px 0px 3px #999;*/
}

/*Widget Styles */
.widget-content {
  margin: 10px;
}

.widget ul {
  padding: 0px;
}

.widget ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
}

.widget ul li + li {
  border-top: 1px solid #fff;
}

.widget ul li a {
  display: block;
  padding: 0.7em 1em 0.5em;
  color: #0A6582;
}

.widget ul li a.active {
  background-color: transparent;
  color: #EC2F09;
}

.widget ul.no-style li a {
  display: initial;
  background-color: transparent;
  margin-bottom: initial;
  padding: initial;
}

.widget .review-excerpt {
  padding: 5px 0 0;
  position: relative;
  quotes: "“" "”" "‘" "’";
}

.widget .review-excerpt::before {
  content: open-quote;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 3em;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1em;
}

.widget .review-excerpt::after {
  content: close-quote;
  color: transparent;
}

.widget .review-excerpt p {
  margin: 0 15px 5px;
}

.widget .review-excerpt p.review-attribution {
  text-align: right;
}

.widget .related-film-link {
  max-width: 200px;
  margin: 0 auto 10px;
}

.widget .related-film-link a {
  display: block;
}

.widget .filmmakers-name {
  font-weight: bold;
  font-size: 108%;
  vertical-align: top;
}

.widget .filmmakers-image {
  margin-right: 10px;
  margin-bottom: 10px;
}

.widget .watch-now {
  margin: 0 auto;
  text-align: center;
}

.widget .watch-now a {
  display: inline-block;
}

.widget.widget_rss img {
  display: none;
}

.widget.widget_rss ul li {
  padding: 0.7em 1em 0.5em;
}

.widget.widget_rss ul li a {
  background-color: transparent;
  padding: 0;
}

.widget.widget_rss ul li .rssSummary {
  margin: 5px 0px;
}

.widget.widget_rss ul li .rss-date {
  font-size: 90%;
  text-transform: uppercase;
}

.widget.widget_rss ul li cite {
  text-align: right;
  display: block;
}

.main-right .widget ul {
  padding: 0px;
  margin: 0px 0px 0px 10px;
}

.main-right .widget ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.main-right .widget ul li a {
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0px;
}

.additional-videos {
  padding: 0px 12px;
}

.additional-videos * {
  -webkit-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out;
}

.additional-videos-title {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 8px;
}

.additional-videos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.additional-videos .additional-video {
  border: 1px solid #eee;
  max-width: 140px;
  margin: 5px;
}

.additional-videos .additional-video-image a {
  display: inline-block;
  width: 138px;
  height: 77px;
  overflow: hidden;
}

.additional-videos .additional-video-image img {
  width: 138px;
  height: auto;
}

.additional-videos .additional-video-title {
  margin: 5px;
}

.additional-videos .additional-video-title a {
  display: block;
  font-size: 110%;
}

.additional-videos .additional-video-type {
  margin: 5px;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: bold;
  color: #666;
}

.widget .buy-the-film .dvd-image {
  display: none;
}

.main-right .widget .buy-the-film .dvd-image {
  display: inline-block;
  float: left;
  width: 80px;
  margin: 0px 10px;
}

.widget .pov-film-quote {
  margin: 0px;
  font-size: 123.1%;
  font-weight: bold;
  padding: 1.3em 0.7em 0em;
  line-height: 1.6;
  position: relative;
  quotes: "“" "”" "‘" "’";
}

.widget .pov-film-quote::before {
  content: open-quote;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 7em;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1em;
}

.widget .pov-film-quote::after {
  /* Don't show the closing quote but we need to close the quote so next quote is not single quote */
  content: close-quote;
  color: transparent;
  position: absolute;
  font-size: 0px;
}

.widget .pov-film-quote .review-attribution,
.widget .pov-film-quote .attribution {
  font-weight: normal;
  font-size: 80%;
  text-align: right;
}

/* Layouts */
.fb-like.fb_iframe_widget {
  height: 25px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container .broadcast-info span + span {
  border-left: 1px solid #C3C3C3;
  padding-left: 10px;
  margin-left: 10px;
}

.container .broadcast-info .premier-date {
  font-weight: bold;
}

.main-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-wrap * {
  box-sizing: border-box;
}

.main-content-title-wrap {
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px;
}

.main-content-title-text {
  font-size: 263%;
  color: #ec2f09;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

.pov_layout-770px .main-center {
  width: 770px;
  border-right: none;
}

.pov_layout-770px .main-right {
  display: none;
}

.page-header {
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-header-cell {
  padding: 16px 20px;
  position: relative;
}

.page-header h1, .page-header .page-title {
  color: #EC2F09;
  font-size: 260%;
  font-weight: bold;
  display: inline;
  vertical-align: baseline;
  line-height: 1.2em;
}

.page-header h1 a, .page-header .page-title a {
  color: #EC2F09;
  display: inline;
}

.page-header p.page-subtitle {
  font-weight: bold;
  font-size: 110%;
}

.page-header .page-hashtag {
  display: inline;
  font-size: 22px;
  font-weight: bold;
  color: #999;
  vertical-align: baseline;
  margin-left: 5px;
}

.page-header .broadcast-info {
  margin-top: 5px;
}

.page-header .watch-trailer-wrap {
  min-width: 200px;
  padding: 0px;
}

.page-header .watch-trailer {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 0px;
  font-size: 138.5%;
  padding: 7px;
  background-color: #0a6582;
}

.page-header .watch-trailer:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -11px;
  border-top: 17px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 11px solid #0a6582;
}

.page-header .watch-trailer a {
  color: #fff;
  background: url("../images/icn-camera-circle.png") 0 50% no-repeat;
  padding: 2px 0px 2px 30px;
}

.main-left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 185px;
  float: none;
}

.main-left-wrap {
  background-color: #fff;
  padding: 8px;
}

.main-left ul {
  margin: 0px;
}

.main-left .widget + .widget {
  margin-top: 8px;
}

.main-left .overview-link {
  padding: 0px;
}

.main-left .overview-link.active {
  background-color: #EC2F09;
  background-image: none;
}

.main-left .overview-link.active a {
  color: #fff;
  font-weight: lighter;
  letter-spacing: 1px;
}

.main-left .overview-link a {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 15px;
  color: #317b92;
}

.main-center {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 550px;
  margin-left: 10px;
  background-color: #fff;
  padding: 8px;
  float: none;
  border-right: 1px dotted #C3C3C3;
}

.main-center p {
  line-height: 1.4em;
  margin-bottom: 10px;
  font-size: 108%;
}

.main-right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  float: none;
  width: 220px;
  background-color: #edf7f9;
  border: 8px solid;
  border-color: #fff;
}

.main-right .widget-title {
  margin-bottom: 10px;
}

.main-right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.main-right ul li {
  margin: 0px 12px 4px;
  padding: 0px;
  list-style: none;
}

.main-right .addthis_toolbox ul li {
  margin: 0px;
  padding: 0px 4px;
}

.main-right .widget {
  margin: 4px 4px 24px 4px;
}

.main-right .widget ul li {
  background-color: transparent;
  border-top: none;
}

.pov_layout-485px.page .main-center {
  width: 485px;
  border-right: none;
}

.pov_layout-485px.page .main-right {
  width: 230px;
  background-color: #fff;
  border: none;
  margin-left: 8px;
}

.pov_layout-485px.page .main-left {
  width: 230px;
}

.pov_layout-485px.page .main-left .widget ul li {
  background-color: transparent;
  border-bottom: 1px solid #ededed;
}

.pov_layout-485px.page .main-left .widget ul li a:hover,
.pov_layout-485px.page .main-left .widget ul li a:active {
  color: #EC2F09;
}

.pov_layout-960px .main-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pov_layout-960px .main-left,
.pov_layout-960px .main-right {
  display: none;
}

.pov_layout-960px .main-center {
  width: 100%;
  margin: 0px;
  border-right: none;
}

/*Common style */
.film-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.film-cards .film-card--padding, .film-cards .film-card--filmmaker, .film-cards .film-card--category, .film-cards .film-card--date-premiere, .film-cards .film-card--streaming, .film-cards .film-card--description, .film-cards .film-card--film_name {
  padding-right: 10px;
  padding-left: 10px;
}

.film-cards .film-card {
  width: 230px;
  margin: 10px 9px;
}

.film-cards .film-card--image a {
  display: block;
  /* 16:9 aspect ratio in px */
  width: 230px;
  height: 130px;
  overflow: hidden;
  background-color: #E6E6E6;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.film-cards .film-card--image img {
  display: none;
  width: 100%;
  height: 100%;
}

.film-cards .film-card--film_title {
  display: block;
  font-size: 138.5%;
  font-weight: bold;
  background: #f3fcff;
  padding: 12px 10px;
  margin-bottom: 2px;
}

.film-cards .film-card--filmmaker {
  font-weight: bold;
}

.film-cards .film-card--category {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 70%;
  color: #333;
}

.film-cards .film-card--description {
  margin-top: 10px;
}

.film-cards .film-card--film_name {
  margin-top: 5px;
}

/* Design per page */
.tax-pov_film .broadcast-info {
  background-color: #f2f2f2;
  padding: 8px 10px;
}

.tax-pov_film .main-center .film-synopsis {
  padding: 12px;
  background: none;
  width: initial;
}

.tax-pov_film .main-center .film-synopsis h3 {
  font-size: 153.9%;
  color: #333;
  margin-bottom: 8px;
}

.tax-pov_film .main-right {
  width: 270px;
}

.page-discover .filters {
  background: #f8f8f8;
  padding: 8px 10px 3px;
}

.pov_layout-770px.page .main-content-title-wrap {
  background-color: #f3fdff;
  margin-bottom: 0px;
  border-bottom: 1px dotted #ddd;
}

.pov_layout-770px.page .main-content-title-text {
  color: #000;
}

.page-video .main-center {
  width: 100%;
  padding: 4px;
}

.page-video .film-card {
  margin: 10px 4px;
}

.page-video .video-page-subtitle {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.5em;
}

.page-video .video-not-found {
  background-color: #000;
  padding: 150px 200px;
  margin-bottom: 10px;
  color: #fff;
}

.page-video .video-not-found p {
  font-size: 120%;
  margin-top: 15px;
  line-height: 1.5em;
}

.page-tabs ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: none;
      -ms-flex-wrap: none;
          flex-wrap: none;
  margin: 0px;
  padding: 0px;
}

.page-tabs ul li {
  position: relative;
}

.page-tabs ul li + li {
  margin-left: 4px;
}

.page-tabs ul li ul {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  width: 150px;
}

.page-tabs ul li ul li + li {
  margin-left: 0px;
}

.page-tabs ul li ul a {
  padding: 7px 10px;
  font-weight: normal;
  text-transform: none;
}

.page-tabs ul li:hover ul,
.page-tabs ul li:active ul {
  display: block;
}

.page-tabs ul li a {
  display: block;
  padding: 7px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-tabs ul li a.active {
  border-top: 2px solid #EC2F09;
  padding-top: 5px;
}

.filters-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.filters-box div {
  padding: 15px 5px;
}

.filters-box label {
  font-weight: bold;
}

.filters-box select {
  margin: 5px 0px;
}

.search-box input[type="search"] {
  padding: 5px;
}

.video-wrap {
  margin: 0px 0px 20px;
}

.video-wrap .video-player {
  padding: 10px 0px;
  background-color: black;
  text-align: center;
}

.video-wrap .video-info {
  background-color: white;
  padding: 20px 0px;
}

.video-wrap .video-info .video-info-content {
  max-width: 640px;
  margin: 0 auto;
}

.video-wrap .video-info h3 {
  font-size: 150%;
  color: #ec2f09;
  margin-bottom: 10px;
  font-weight: bold;
}

.video-wrap .video-info p {
  font-size: 108%;
  margin-bottom: 10px;
}

.video-wrap .video-info .category {
  font-size: 70%;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0px;
}

.main-center .lesson-plan--card {
  border-bottom: 1px dotted #aaa;
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-center .lesson-plan--card:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.main-center .lesson-plan--image img {
  max-width: 145px;
  width: 145px;
  height: auto;
}

.main-center .lesson-plan--info {
  margin-left: 10px;
}

.main-center .lesson-plan--info-film_name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 5px;
}

.main-center .lesson-plan--info-film_name a {
  text-transform: none;
}

.main-center .lesson-plan--info-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.main-center .lesson-plan--info-excerpt {
  margin-bottom: 10px;
}

.main-center .lesson-plan--info-grade-levels {
  font-weight: bold;
  font-size: 85%;
}

.main-center .lesson-plan--info-subjects {
  font-weight: bold;
  font-size: 85%;
  margin-bottom: 10px;
}

.main-center .lesson-plan--info-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.main-center .lesson-plan--info-links li {
  padding: 0px 5px;
}

.main-center .lesson-plan--info-links li + li {
  list-style: none;
  border-left: 1px solid #aaa;
}

.page-educators .filters {
  padding: 15px 0px;
}

.page-educators .page-links-footer {
  border-bottom: none;
}

.contributornote, .gallery-credit {
  margin: 10px 0px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
}

.page-links-footer a,
.page-links-header a {
  display: inline-block;
  margin: 0px 5px;
  padding: 5px 8px;
  background-color: #e6eef9;
  font-size: inital;
  box-shadow: 0px 0px 1px rgba(49, 123, 146, 0.5);
}

.page-links-header {
  margin: 12px 0px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-links-footer {
  border-bottom: 1px dotted #ddd;
  padding: 10px;
  text-align: center;
  margin: 12px 0px 20px;
}

.discussion-guide-imagechar {
  width: 100%;
}

.gallery-image {
  text-align: center;
}

.gallery-title {
  font-weight: bold;
}

/* Lesson Plan Download Style */
.lesson-plan-download {
  float: right;
  position: relative;
  margin: 0px;
  width: 100px;
}

.lesson-plan-download::before {
  content: "";
  background: url("../images/lg-pdf-icon.gif") no-repeat top center;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 38px;
}

.lesson-plan-download::after {
  clear: both;
}

.lesson-plan-download a {
  margin-top: 40px;
  font-size: 85%;
  text-align: center;
  display: inline-block;
}
