/* line 6, ../sass/producer_preview.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Helvetica";
  background-color: #fff;
}

/* line 14, ../sass/producer_preview.scss */
.container {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  position: relative;
  overflow: hidden;
}


#container1 {
  /* there are some odd breakpoints where there is space under the video, this masks that a bit*/
  height: 100vh;
}

@media (max-width: 400px) {
  #container1 {
    height: 720px;
  }
}

@media (max-width: 700px) and (orientation: landscape){
  #container1 {
    height: 720px;
  }
}


#container1 {
  background-image: url("http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/Black%20Panthers/PBS-BlackPanthers_1280_RGB.png");
}

@media (max-width: 770px) {
  #container6 .promo {
    width: 100%;
    display: block;
    text-align: center;
  }
}


#container6 .read-more a {
 font-size: 1.5em;
}

 #container6 .read-more {
  text-align: right;
}

#container6 .icon-angle-right {
  display: none;
}

#container6 p,
#container6 h5 > a {
  color: #4a4a4a;
}

#container6 img {
width: 100%; }

#container6 .text-plugin {
  padding-top: 0;
  padding-bottom: 20px;
}

#container6 h5 {
  font-size: 2.5em;
  font-weight: 400;
  text-transform: none;
  color: #000;
  padding-top: 5%;
}

#container6 h2 a {
  font-size: .8em;
  font-weight: 400;
}

#container1 p,
#container9 p {
  text-align: center;
}

#container1 > .snippet > .cell {
  background-color: rgba(27,10,1,.7);
}

/* line 28, ../sass/producer_preview.scss */
.container h1 {
  font-family: "Open Sans", "Helvetica";
  text-transform: uppercase;
  text-align: center;
}

/* line 36, ../sass/producer_preview.scss */
.container img {
  max-width: 100%;
}

/* line 40, ../sass/producer_preview.scss */
.container.image:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 0;
}
/* line 52, ../sass/producer_preview.scss */
.container > .snippet {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 57, ../sass/producer_preview.scss */
.container > .snippet > .cell {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  padding: 40px 50px;
  position: relative;
}


@media (max-width: 1024px) {
  /* line 57, ../sass/producer_preview.scss */
  .container > .snippet > .cell {
    padding: 80px 18px;
  }
}
@media (max-width: 480px) {
  /* line 57, ../sass/producer_preview.scss */
  .container > .snippet > .cell {
    padding: 60px 18px;
  }
}
/* line 69, ../sass/producer_preview.scss */
.container > .snippet > .cell > div {
  display: inline-block;
  text-align: left;
  width: 100%;
}
/* line 75, ../sass/producer_preview.scss */
.container > .snippet > .cell > div.container-theme {
  display: none;
}

/* line 79, ../sass/producer_preview.scss */


.container > .snippet > .cell > div.text-plugin {
  background-color: #fff;
  padding: 50px;
  width: 70%;
  box-sizing: border-box;
}

#container8 > .snippet > .cell > div.text-plugin {
  padding-top: 0;
  padding-bottom: 20px;
}

#container2,
#container8,
#container9 {
  height: 100%;
}

#container3.text-plugin {
  width: 60%;
}

#container5 .text-plugin {
  width: 50%;
}

#container4 > .snippet > .cell > div.text-plugin {
  width: 90%;
}

#container5 h2 {
  font-family: "Open Sans", "Helvetica";
}

.player-large.player-wrapper .partner-player-wrapper {
   /*when the window resizes, there is odd space around the poster in the video player. this makes this look a little more intentional */
  background-color: black;
}
.has-video-bg > .snippet {
  position: absolute;
  background-image: none;
  z-index: 2;
}

.row-fluid {
  position: relative;

}

.bp-button {
  background-color: #7BB994;
  color: white;
  font-size: 16px;
  width: 248px;
  height: 53px;
  margin: 0 auto;
  border-radius: 3px;
  line-height: 2em;
}

.bp-button p {
  color: white;
  font-size: 20px;
  padding-top: 6%;
}

#container9 > .snippet > .cell > a > .bp-button {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

a {
  color: #C9000F;
  font-weight: 600;
}

table a {
  color: #C9000F;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

p {
  color: #4a4a4a;
}

@media (min-width: 600px) {
  p {
    text-align: justify;
  }
}

@media (max-height: 650px) {
  .container > .snippet > .cell:first-child .marquee-promo .arrow {
    display: none;
  }
}

video {
  min-width: 100%;
  min-height: 100%;
}


table {
  border: none;
}



button {
  background-color: #7BB994;
}


/* line 85, ../sass/producer_preview.scss */
.container > .snippet > .cell > div.row-fluid {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
/* line 91, ../sass/producer_preview.scss */
.container > .snippet > .cell > div.row-fluid .ad p {
  line-height: 41px;
  margin-bottom: 15px;
}
/* line 98, ../sass/producer_preview.scss */
.container > .snippet > .cell > div.pbs-twitter-widget {
  display: inline-block;
  width: auto;
  margin-right: 24px;
}
@media (max-width: 1024px) {
  /* line 52, ../sass/producer_preview.scss */
  .container > .snippet {
    height: 100%;
  }
}

/* line 111, ../sass/producer_preview.scss */
.light {
  background-color: #fff;
}
/* line 113, ../sass/producer_preview.scss */
.light h1, .light p, .light span {
  /* color: #212121; */
}

/* line 117, ../sass/producer_preview.scss */
.dark {
  background-color: #212121;
}
/* line 119, ../sass/producer_preview.scss */
.dark h1, .dark p, .dark span {
  color: #fff;
}

/* line 123, ../sass/producer_preview.scss */
.nav-container {
  position: fixed;
  top: 0;
  right: 0;
  display: table;
  z-index: 1000;
  height: 100%;
}
@media (max-width: 1024px) {
  /* line 123, ../sass/producer_preview.scss */
  .nav-container {
    display: none;
  }
}
/* line 134, ../sass/producer_preview.scss */
.nav-container > .nav {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* line 139, ../sass/producer_preview.scss */
.nav-container > .nav > ul {
  display: inline-block;
  padding: 0 30px 0 0;
}
/* line 142, ../sass/producer_preview.scss */
.nav-container > .nav > ul li {
  list-style-type: none;
  margin-bottom: 18px;
  position: relative;
  display: block;
  height: 8px;
}
/* line 148, ../sass/producer_preview.scss */
.nav-container > .nav > ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  border-radius: 6px;
}
/* line 161, ../sass/producer_preview.scss */
.nav-container > .nav > ul li.active a {
  background-color: #7BB994;
  border: 1px solid rgba(0, 0, 0, 0.2);
}


/* line 172, ../sass/producer_preview.scss */
.tooltip .tooltip-inner {
  border-radius: 0;
  font-family: 'PBSExplorer-Light';
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 14px;
  background-color: rgba(123,185,148,1);
}

.tooltip.top .tooltip-arrow {
  border-top-color: #7BB994;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #7BB994;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #7BB994;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #7BB994;
}

.tooltip-inner {
  background-color: #7BB994;
}



li.active {
  background-color: #7BB994;
}


.social-label {
  color: #D3B199 !important;
  font-weight: normal !important;
}


#container10 > .snippet > .cell > .text-plugin > h2 {
  text-transform: uppercase;
  font-size: 25px;
}

#container10 .text-plugin .clearfix .box {
  margin-left: -40% !important;
}

#container10 > .snippet > .cell > .text-plugin > h3 {
  text-transform: uppercase;
    padding-top: 35px;
    font-weight: 500;
}

#container10 p {
  font-size: 18px;
}

#container2 .player-large {
  width: 80%;
  margin: 0 auto;
}


.produced,
.funded {
  display: inline-block;
  color: #EED8A9;
  font-size: 16px;
  padding-right: 20px;
}

.funders.clearfix {
  position: relative;
}

#flexi-sponsors{
    position: absolute;
    text-align: center;
    bottom: 0;
    display: block;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(43,21,20,.5);
    max-width: 100%;
    width: 100%;
}

.clearfix.bordered {
  display: none;
}

.funder-image {

  display: inline;
  padding-right: 25px;
}

@media (max-width: 975px) {
  #flexi-sponsors > .span12 > .funders > .funder-image > a > img {
    height: 25px !important;
  }

}

@media (max-width: 774px) {
  .funder-image:nth-of-type(3) {
    margin-right: 0px;
  }

  .funders {
    margin: 0 auto;
  }

  .funder-image {
    display: inline-block;
    margin-bottom: 20px;
  }

  .produced,
  .funded {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .container > .snippet > .cell:first-child .marquee-promo .arrow {
    display: none;
  }

}

@media (max-width: 600px) {

  .container > .snippet > .cell > .text-plugin {
    padding: 5%;
    width: auto !important;
  }


}

@media (max-width: 400px) {
  #container1 > .snippet > .cell > .marquee-promo > .snippet-body .logo {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #container1 .bp-button {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #flexi-sponsors {
    position: absolute;
    text-align: center;
    bottom: 0;
    display: block;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(43,21,20,.5);
    width: 100%;
  }

  .produced,
  .funded {
    display: inline;
    font-size: 10px;
  }

  .funders {
    margin-top: -20px;
  }

  #flexi-sponsors > .span12 > .funders > .funder-image > a > img {
    height: 15px !important;
    margin-bottom: 5px !important;
  }

  .funder-image:nth-of-type(2):after {
    content:"\a";
  }

  #container4 {
    text-align: justify;
    text-justify: none;
  }
}

@media (min-width: 775px) {
  .funder-image:nth-of-type(3) {
    margin-right: 5% !important;
  }
}


table {
  width: 100% !important;
  border: #fff;
}

/* table view for smaller screens */
@media (max-width: 768px) {
  td {
    display: block;
    border: 0;
    width: 100%;

  }

  tr:nth-child(1) {
    margin-top: 20px; }

  table {
    min-width: 100%;
  }

  .container h1 {
    font-size: 30px;
  }
}

/* table view for larger screens */
@media (min-width: 769px) {

  #container4 h1,
  #container6 h1,
  #container7 h1,
  #container8 h1,
  #container9 h1 h2 h3 {
    font-family: "Open Sans", "Helvetica";
  }

  #container4 td {
    vertical-align: top;
    padding: 0 5px 0 5px;
  }

  #container4 table:nth-of-type(1) > tr > td:nth-of-type(1) {
    width: 20%;
  }

  #container4 table:nth-of-type(1) > tr > td:nth-of-type(2) {
    width: 50%;
  }

  #container4 table:nth-of-type(1) > tr > td:nth-of-type(3) {
    width: 30%;
  }

/*  #container4.text-plugin {
    margin-top: 10%;
  }

  #container4 .clearfix {
    margin-top: 10%;
  }

  #container4 .box {
    margin-top: 10%;
  }

  #container4 > .snippet > .cell > .text-plugin {
    margin-top: 10%;
  }
  #container4 .text-plugin {
    margin-top: 10%;
  }
  #container4 div.text-plugin {
    margin-top: 10%;
  }
  #container4 .text-plugin.clearfix.box {
    margin-top: 10%;
  }
  #container4 > .snippet > .cell > div.text-plugin.clearfix.box {
    margin-top: 10%;
  }
  #container4 > .snippet > .cell > .text-plugin.clearfix.box {
    margin-top: 10%;
  }*/
}

#container7 li {
  padding: 0 0 10% 0;
  font-size: 1.2em;
}
#container7 .text-forms {
  margin-top: 5px;
}
#container7 ul {
  width: 100%;
}


/* line 182, ../sass/producer_preview.scss */
footer, footer[class*="span"] {
  height: 130px;
  margin: 0;
  width: 100%;
  position: relative;
  padding: 25px 50px;
  position: relative;
  clear: both;
  box-sizing: border-box;
}
@media (max-width: 728px) {
  /* line 182, ../sass/producer_preview.scss */
  footer, footer[class*="span"] {
    padding: 25px 18px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 182, ../sass/producer_preview.scss */
  footer, footer[class*="span"] {
    height: auto;
  }
}
/* line 199, ../sass/producer_preview.scss */
footer .marquee-promo .social-icons, footer[class*="span"] .marquee-promo .social-icons {
  position: inherit;
  float: right;
  clear: right;
}
/* line 203, ../sass/producer_preview.scss */
footer .marquee-promo .social-icons .social-label, footer[class*="span"] .marquee-promo .social-icons .social-label {
  font-size: 15px;
  font-weight: bold;
  color: #EED8A9;
}
/* line 208, ../sass/producer_preview.scss */
footer .marquee-promo .snippet-body, footer[class*="span"] .marquee-promo .snippet-body {
  float: left;
  margin: 0;
  clear: left;
}
/* line 212, ../sass/producer_preview.scss */
footer .marquee-promo .snippet-body .logo, footer[class*="span"] .marquee-promo .snippet-body .logo {
  max-width: 75px;
  margin: 0;
}
@media (max-width: 768px) {
  /* line 212, ../sass/producer_preview.scss */
  footer .marquee-promo .snippet-body .logo, footer[class*="span"] .marquee-promo .snippet-body .logo {
    margin: 0;
  }
}
@media (max-width: 480px) {
  /* line 212, ../sass/producer_preview.scss */
  footer .marquee-promo .snippet-body .logo, footer[class*="span"] .marquee-promo .snippet-body .logo {
    margin: 0;
  }
}
/* line 225, ../sass/producer_preview.scss */
footer #flexi-links .span12, footer[class*="span"] #flexi-links .span12 {
  width: auto;
}
/* line 228, ../sass/producer_preview.scss */
footer #flexi-links ul, footer[class*="span"] #flexi-links ul {
  overflow: hidden;
}
/* line 231, ../sass/producer_preview.scss */
footer #flexi-links li, footer[class*="span"] #flexi-links li {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  padding-left: 20px;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-left: 1px solid white;
}
/* line 241, ../sass/producer_preview.scss */
footer #flexi-links li:first-child, footer[class*="span"] #flexi-links li:first-child {
  border-left: none;
}
/* line 245, ../sass/producer_preview.scss */
footer #flexi-links li a, footer[class*="span"] #flexi-links li a {
  color: white;
  background: transparent;
}
@media only screen and (max-width: 1024px) {
  /* line 224, ../sass/producer_preview.scss */
  footer #flexi-links, footer[class*="span"] #flexi-links {
    clear: both;
    padding-top: 20px;
  }
  /* line 254, ../sass/producer_preview.scss */
  footer #flexi-links li:first-child, footer[class*="span"] #flexi-links li:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}
/* line 260, ../sass/producer_preview.scss */
footer #flexi-copyright, footer[class*="span"] #flexi-copyright {
  width: auto;
  margin-left: 100px;
  color: white;
  font-size: 12px;
}
/* line 266, ../sass/producer_preview.scss */
footer #flexi-copyright .span12, footer[class*="span"] #flexi-copyright .span12 {
  width: auto;
}
/* line 269, ../sass/producer_preview.scss */
footer #flexi-copyright ul, footer[class*="span"] #flexi-copyright ul {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 260, ../sass/producer_preview.scss */
  footer #flexi-copyright, footer[class*="span"] #flexi-copyright {
    margin-left: 0;
  }
}

footer p {
  text-align: right;
  padding: 5px 10px 0 10px;
  width: 50%;
}

footer p:nth-of-type(2) {
  margin-left: 50%;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 526px) {
  footer p:nth-of-type(2) {
    margin-top: -15px;
  }
}

@media (max-width: 525px) {
  footer p:nth-of-type(2) {
    margin-top: 15px;
  }
}

footer p:nth-of-type(3) {
  margin-top: 30px;
  width: 100%;
  text-align: left;
}

footer #flexi-links {
  display: none;
}

footer #flexi-copyright {
  display: none;
}

footer img {
  padding-left: 5px;
  max-height: 50px;
}

footer > div > p:nth-of-type(1) > span {
  padding-right: 20px;
}

footer > div > p:nth-of-type(2) > span {
  padding-right: 10px;
}

footer > div > p:nth-of-type(1) > span:nth-of-type(3){
  margin-top: -10px;
}

footer {
  background-color: #1E0C12 !important;
}

footer a span {
  margin-right: 5px;
}


@media only screen and (min-width: 961px) {
  /* line 280, ../sass/producer_preview.scss */
  .span12.page-content .pbs-playlist-player .bar {
    height: 100% !important;
  }
}

@media (min-width: 1100px) {
  #container3,
  #container5 {
    height: 100vh !important;
  }
}

/* line 284, ../sass/producer_preview.scss */
.pbs-playlist-player .videos-nr, .pbs-playlist-player .videos-nr span {
  color: #4a4a4a;
}

.container > .snippet > .cell:first-child .marquee-promo .arrow{
  border: 2px solid #EED8A9 !important;
  bottom: 15%;
}

.marquee-promo .arrow i {
  color: #EED8A9 !important;
}

#container2 .text-plugin {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 20px;
}

#container3 .text-plugin {
  width: 50%;
}


#container9 < ul {
  text-align: center;
  width: 100%;
  list-style-type: none;
}

#container9 < li {
  display: inline-block;
}

#container9 < ul < li {
  width: 100%;
}

#container9 < ul < li < ul {
  display: inline-block;
  width: 60%;
  text-align: left;
}

#container9 < ul < li < ul < li {
  margin-right: 10%;
}

#container9.text-plugin {
  padding-bottom: 10% ;

}

#container9 td a {
  color: #D60E0D;
  font-weight: 900;
}

#container9 table {
  width: 50% !important;
}

#container9 h3 {
  margin-bottom: 30px;
  text-align: center;
}

#container9 strong {
  font-weight: 900;
}

#container9 td {
  text-align: center;
}

#container9 h3 {
  font-weight: 700;
}

#container10 .text-plugin {
  background-color: transparent;
  width: 100%;
  padding-left: 0;
}

/* newsletter sign up form */
.mailing-list {
  margin: 0 auto 20px auto;
  max-width: 700px;
}

.mailing-list [type="text"],
.mailing-list [type="email"] {
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
  background: white;
  font-size: 20px;
    font-family: "Open Sans", "Helvetica";

}
.mailing-list__title {
  color: white;
}

.mailing-list__intro {
  color: white;
  text-align: center;
}


.name-fields {
  width: 60%;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .text-forms {
    float: left;
    width: 60%;
    margin-right: 8%;
  }

  .input-group {
    float: left;
    width: 30%;
  }

}

.input-group ul {
  list-style-type: none;
  font-size: 20px;
  color: white;
}

.input-group label {
  display: inline;
}

.submit-button {
  margin: 0 auto;
  display: block;

  background-color: #7BB994;
  border: 0;
  border-radius: 3px;
  padding: 10px 40px 10px 40px;
  color: #fff;
  font-family: 'Open Sans', 'Helvetica';
  font-size: 14px;
}

h1 > span,
.mailing-list__title,
#container10 h2 > span {
  font-weight: 600 !important;
}

#container10 p > span {
  font-size: 16px !important;
  font-weight: 300 !important;
}

/* @group Helper Classes */


/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

.clear {
  clear: both;
}

#container8 > .snippet > .cell > .pg_container > .some_class > .dthumbs > .galleria-container > .galleria-stage > .galleria-images > .galleria-image > img {
  min-width: 80% !important;
  max-height: 80% !important;
  height: auto !important;
}

.galleria-theme-bento .galleria-info span {
  color: #d1d2d4;
}

.press-header {
  background-color: #29181E;
}

/* Styles for V2 page header with newsletter sign-up */

.bp-header {
  background-color: #261016;
  color: #D3B199;
  position:absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
}

.bp-header .social-icons {
  display: block;
  width: 160px;
  margin: 0 auto;
  padding-left: 20px;
  padding-top: 10px;
}

.bp-header .social-label {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  display: none;
}

.bp-header .social {
  padding-right: 10px;
  color: transparent !important;
}

.bp-header #mc_embed_signup {
  width: 280px;
  padding-top: 20px;
  margin: 0 auto;
}

.bp-header input {
  font-size: 16px !important;
  text-align: center !important;
  width: 280px !important;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
}

.bp-header button {
  background-color: #7BB994;
  color: white;
  font-size: 18px;
  margin: 0 auto !important;
  border-radius: 3px;
}


@media (min-width: 750px) {
  .bp-header {
    height: 110px;
  }

  .bp-header .social-icons {
    position: absolute;
    width: 160px;
    top: 12px;
    right: 45px;
  }

  .bp-header .social-label {
    display: block;
    padding-bottom: 10px;
  }

  .bp-header input {
    text-align: left !important;
  }

  .bp-header button {
    position: absolute;
    left: 320px;
    top: 0px;
  }

  .bp-header #mc_embed_signup {
    position: absolute;
    padding-top: 0;
    top: 35px;
    left: 35px;
  }

}

@media (min-width: 980px) {
  .bp-header {
    height: 100px;
  }

  .bp-header .social-icons {
    position: absolute;
    top: 25px;
    right: 45px;
  }

  .bp-header .social-label {
    position: absolute;
    width: 120px;
    top: 15px;
    right: 170px;
  }

  .bp-header #mc_embed_signup {
    top: 25px;
    left: 45px;
  }

  .bp-header input {
    padding: 10px;
    width: 280px !important;
  }

  .bp-header button {
    left: 320px;
    top: 0px;
    width: 200px;
  }
}
