@media screen and (min-width: 1441px) {
    /***************** GENERAL STYLES  ********************/
    html, body {
        max-width: 1440px;
        margin: 0 auto;
        padding: 0;
        color: #fff;
        background: #fff;
        border: none;
        font-size: 16px;
        font-family: "Open Sans", "Helvetica";
        text-align: left;
        line-height: 1.625em;
    }

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

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

    table {
        border: none;
    }

    table a {
        color: #C9000F;
    }

    form {
        margin: 0;
    }

    h2 {
        font-size: 1.3em;
    }

    h2, p {
        color: #fff;
    }

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

    button {
        background-color: #159;
    }

    /************** END OF GENERAL STYLES **************/
    /************** CONTAINER STYLES *****************/
    .container {
        width: 100%;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 50%;
        background-position-y: 50%;
        position: relative;
        overflow: hidden;
    }

    .container.image:before {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        z-index: 0;
    }

    .container > .snippet {
        display: table;
        width: 100%;
        height: 100%;
    }

    .container > .snippet > .cell {
        vertical-align: middle;
        display: table-cell;
        text-align: left;
        padding: 30px 30px;
        position: relative;
    }

    .container > .snippet > .cell > div {
        display: inline-block;
        width: 100%;
    }

    .container > .snippet > .cell > div.container-theme {
        display: none;
    }

    .container > .snippet > .cell > div.text-plugin {
        padding: 0;
        box-sizing: border-box;
        width: 40%;
        margin-left: 60px;
    }

    /************** END OF CONTAINER STYLES ************/
    /************** HEADING UNDERLINE ************/
    .section-header, .header, .pg_container .pg_title {
        color: white!important;
        background: transparent!important;
        font-size: 1.5em;
        line-height: 1.625em;
        text-align: left;
        font-weight: 600;
        padding: 10px 0 10px 3.25%;
        position: relative;
        display: block;
    }

    .section-header:after, .custom-enhanced-promo h1:after, .custom-enhanced-promo .header:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: 5px;
        left: 0;
        border-bottom: 3px #e62529 solid;
        -webkit-border-image: -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
        -webkit-border-image: -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
        -o-border-image: -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
        -moz-border-image: -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    }

    /**************** END OF SECTION UNDERLINE ****************/
    /*************** NAVIGATION DOTS **************/
    .nav-container {
        position: fixed;
        top: 44%;
        display: inline-block;
        z-index: 1000;
        height: 100%;
    }

    .nav-container > .nav > ul li {
        list-style-type: none;
        margin-bottom: 16px;
        position: relative;
        display: block;
        height: 8px;
    }

    .nav-container > .nav > ul li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        background-color: transparent;
        border: 1px solid white;
        border-radius: 20px;
    }

    .nav-container > .nav > ul li.active a {
        background-color: #8F0C1A;
        border: 2px solid #6b0709;
    }

    /***************** END OF NAVIGATION DOTS ****************/
    /***************** TOOLTIP *********************/
    .tooltip .tooltip-inner {
        width: 150px;
        font-family: "open sans", helvetica, sans-serif;
        font-size: 1.2em;
        text-transform: uppercase;
        letter-spacing: .1em;
        padding: 5px;
        background-color: #8F0C1A;
        border-radius: 0;
    }

    /**************** END OF TOOLTIP ******************/
    /*************** ACTUAL BODY OF PAGE ***************/
    #container1 {
        height: 93vh;
    }

    /*************** ABOUT ******************/
    #container2 > .snippet > .cell {
        height: 60vh;
    }

    #container2.container > .snippet > .cell {
        vertical-align: top;
        display: table-cell;
        text-align: left;
        padding: 30px 0;
        position: relative;
    }

    #container2 .section-header, .custom-enhanced-promo h1 {
        font-size: 32px;
        letter-spacing: .09em;
        margin-bottom: 1%;
        margin-left: 1%;
        width: 22%;
    }

    #container2 .text-plugin.clearfix.box {
        position: relative;
        display: block;
        width: 70%;
    }

    #container2 h2 {
        font-weight: 400;
        font-size: 1.6em;
        text-align: left;
        letter-spacing: .08em;
    }

    #container2 p {
        font-size: 1.3em;
        line-height: 1.625em;
        float: left;
    }

    #container2 p:nth-of-type(5) {
        font-size: 2.3em
    }

    /******************* PREVIEW *******************/
    #container3 > .snippet > .cell {
        height: 55vh;
    }

    #container3 .section-header, .custom-enhanced-promo h1 {
        font-size: 32px;
        font-family: "open sans", helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: .06em;
        margin-bottom: 1%;
        width: 50%;
    }

    #container3 article {
        float: left;
        width: 50%;
    }

    #container3 .player-large {
        width: 100%;
        margin-left: 30px;
    }

    #container3 p {
        font-size: 1.3em;
        line-height: 1.625em;
    }

    #container3 a:hover {
        color: #8F0C1A;
        background-color: white;
    }

    /******************* NEWSLETTER ******************/
    #container4 {
        height: 10vh;
        background-color: #000;
    }

    #container4 .vietnam-newsletter-section {
        background-color: #000;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 50px 30px 20px;
        max-width: 1440px;
    }

    #container4 #email-address {
        float: left;
        margin-right: 25px;
    }

    #mce-EMAIL {
        width: 370px;
        height: 42px;
        border-radius: 2px;
        font-size: 16px;
        padding-left: 16px;
        margin-top: 14px;
    }

    #mc-embedded-subscribe {
        background-color: transparent;
        color: #fff;
        width: 110px;
        font-size: 18px;
        padding: 14px;
        border: 2px solid #fff;
        border-radius: 3px;
        margin-top: 13px;
    }

    #mc-embedded-subscribe:hover {
        background-color: #0E5891;
    }

    #mc_embed_signup h2 {
        font-size: 32px;
        font-weight: 400;
        float: left;
        padding: 30px 0 0 40px;
        margin-right: 5%;
    }

    .social-icons {
        position: absolute;
        right: 8%;
        bottom: 15%;
    }

    .social-icons img {
        height: 32px;
        margin-left: 30px;
    }

    /***************** VOICES FROM FILM ********************/
    #container5 .section-header, .custom-enhanced-promo h1 {
        font-size: 32px;
        font-family: "open sans", helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: .06em;
        margin-bottom: 1%;
        width: 30%;
    }

    #container5 .section-header:after, #container5 .custom-enhanced-promo h1:after, #container5 .custom-enhanced-promo .header:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: 5px;
        left: 0;
        border-bottom: 3px #e62529 solid;
        -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1; -webkit-border-image: -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
        -o-border-image: -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
        -moz-border-image: -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    }

    #container5 .text-plugin.clearfix.box {
        width: 80%;
    }

    #container5 a {
        font-size: 24px;
    }

    #container5 a:hover {
        background-color: white;
        color: #8F0C1A;
    }

    /********************* FILMMMAKERS ********************/
    #container6 .section-header, .custom-enhanced-promo h1 {
        font-size: 32px;
        font-family: "open sans", helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: .06em;
        margin-bottom: 1%;
        width: 30%;
    }

    #container6 .section-header:after, #container6 .custom-enhanced-promo h1:after, #container6 .custom-enhanced-promo .header:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: 5px;
        left: 0;
        border-bottom: 3px #e62529 solid;
        -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1; -webkit-border-image: -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
        -o-border-image: -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
        -moz-border-image: -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    }

    #container6 .filer-image-container {
        position: relative;
        display: block;
        max-width: 100%;
        float: left;
        height: 30vh;
        margin-top: 2%;
        margin-right: 3.6%;
    }

    #container6 .filer-image-container .img-details {
        background: transparent;
        border: none;
        margin-top: 0 !important;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 1px;
        font-weight: 400;
        padding: 0;
        position: relative;
        bottom: 0;
        box-sizing: border-box;
        webkit-box-sizing: border-box;
        moz-box-sizing: border-box;
        max-width: 100%;
    }

    #container6 .filer-image-container.has-caption .img-details .img-caption {
        display: block;
        font-size: 20px;
        text-align: center;
    }

    #container6 .text-plugin.clearfix.box {
        width: 80%;
    }

    #container6 p {
        font-size: 24px;
    }

    #container6 p a:hover {
        background-color: white;
        color: #8F0C1A;
    }

    /************************* SHOP PROMO *************************/
    #container7 a {
        text-decoration: none;
        font-size: 1.1em;
        font-family: "open sans", helvetica, sans-serif;
    }

    #container7 p a:hover {
        color: #8F0C1A !important;
        background-color: #fff !important;
    }

    #container7 a img {
        float: left;
        width: 60%;
    }

    #container7 p {
        font-family: "open sans", helvetica, sans-serif;
        font-size: 36px;
        margin-top: 7%;
        line-height: 150%;
        text-align: left;
    }

    #container7.container.image:before {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0;
        z-index: 0;
        background-color: rgba(0,0,0,.8);
    }

    /************************** PRESS HIGHLIGHTS **************************/
    #container8 .section-header, .custom-enhanced-promo h1 {
        font-size: 32px;
        font-family: "open sans", helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: .06em;
        margin-bottom: 2%;
    }

    #container8 .section-header:after, #container8 .custom-enhanced-promo h1:after, #container8 .custom-enhanced-promo .header:after {
        position: absolute;
        content: "";
        width: 25%;
        height: 0;
        bottom: 5px;
        left: 0;
        border-bottom: 3px #e62529 solid;
        -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1; -webkit-border-image: -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
        -o-border-image: -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
        -moz-border-image: -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    }

    #container8 .text-plugin a {
        text-decoration: underline;
        font-size: 1.3em;
    }

    #container8 .text-plugin a:hover {
        color: #8F0C1A;
        background-color: #fff;
    }

    /***************** FUNDER FOOTER *****************/
    footer, footer[class*="span"] {
        margin: 0;
        width: 100%;
        position: relative;
        position: relative;
        clear: both;
        box-sizing: border-box;
        background-color: #0f0f0f;
    }

    #flexi-links {
        max-width: 1440px;
        margin-left: 18%;
    }

    footer #flexi-links .span12, footer[class*="span"] #flexi-links .span12 {
        width: auto;
    }

    footer #flexi-links ul, footer[class*="span"] #flexi-links ul {
        overflow: hidden;
    }

    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;
    }

    footer #flexi-links li:first-child, footer[class*="span"] #flexi-links li:first-child {
        border-left: none;
    }

    footer #flexi-links li a, footer[class*="span"] #flexi-links li a {
        color: white;
        background: transparent;
    }

    footer #flexi-copyright {
        display: block;
    }

    footer #flexi-copyright, footer[class*="span"] #flexi-copyright {
        width: auto;
        color: white;
        font-size: 12px;
        text-align: center;
    }

    .vietnamfooter {
        background-color: #0f0f0f;
        text-align: left;
        padding-left: 3%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 24px 12px;
    }

    .vietnamfooter a {
        color: white;
        text-decoration: none;
    }

    .vietnamfooter p:nth-of-type(4) {
        width: 70%;
        margin-left: 15%;
    }

    .vietnamfooter p:nth-of-type(7) {
        width: 70%;
        margin-left: 15%;
        line-height: 1.625em;
    }

    footer img {
        margin-right: 40px;
        margin-bottom: 20px;
    }

    #firstfunders {
        margin-left: 7%;
    }

    #firstfunders img:nth-last-child(5) {
        margin-right: 0;
    }

    #secondfunders {
        margin-left: 15%;
    }

    #secondfunders img {
        margin-right: 10%;
    }

    #secondfunders img:nth-last-child(8) {
        margin-right: 0;
    }
}

/* *********************************

 MAX SCREEN SIZE --- 1440px

************************** */

@media screen and (max-width: 1440px) {
  html,body{
    background-color:#fff;
    font-family: "open sans", helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.625em;
  }
  .container {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    position: relative;
    overflow: hidden;
  }
  a {
    color: #fff;
    font-weight: 600;
  }
  a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  h2, p {
    color: #fff;
  }
  .container > .snippet {
    display: table;
    width: 100%;
    height: 100%;
  }
  .container > .snippet > .cell {
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    padding: 40px 50px;
    position: relative;
  }
  .container > .snippet > .cell > div {
    display: inline-block;
    width: 100%;
  }
  .container > .snippet > .cell > div.container-theme {
    display: none;
  }
  .container > .snippet > .cell > div.text-plugin {
    background-color: transparent;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
  }

  /****************** NAVIGATION DOTS ****************/
  .nav-container {
    position: fixed;
    top: 40%;
    right: 0;
    display: inline-block;
    z-index: 1000;
    height: 100%;
  }
  .nav-container > .nav {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .nav-container > .nav > ul {
    display: inline-block;
    padding: 0 30px 0 0;
  }
  .nav-container > .nav > ul li {
    list-style-type: none;
    margin-bottom: 18px;
    position: relative;
    display: block;
    height: 8px;
  }
  .nav-container > .nav > ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 20px;
  }
  .nav-container > .nav > ul li.active a {
    background-color: #8F0C1A;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }

/**************** TOOLTIP ***************/
  .tooltip .tooltip-inner {
    border-radius: 0;
    font-family: 'PBSExplorer-Light';
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 14px;
    width: 150px;
    background-color: #8F0C1A;
  }
  .tooltip.top .tooltip-arrow {
    border-top-color: #8F0C1A;
  }
  .tooltip.left .tooltip-arrow {
    border-left-color: #8F0C1A;
  }
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #8F0C1A;
  }
  .tooltip.right .tooltip-arrow {
    border-right-color: #8F0C1A;
  }
  .tooltip-inner {
    background-color: #8F0C1A;
  }

  /******************* POSTER ***************/
  #container1 {
    height: 100vh;
  }

  /***************** ABOUT ****************/
  #container2 > .snippet > .cell {
    height: 60vh;
  }
  #container2.container > .snippet > .cell {
    vertical-align: top;
    display: table-cell;
    text-align: left;
    padding: 30px 0 0;
    position: relative;
  }
  #container2 .section-header, .custom-enhanced-promo h1 {
    font-size: 1.7em;
    margin-left: 4%;
    width: 20%;
    padding-bottom: 1%;
  }
  #container2 .section-header:after {
    position:absolute;
    content:"";
    width: 75%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }

  #container2 h2 {
    font-size: 1.5em;
    text-align: left;
    font-weight: 400;
  }
  #container2 p {
    font-size: 1.2em;
    line-height: 1.625em;
    margin: 0 0 12px;
    width: 93%
  }

  /***************** PREVIEW ********************/

  #container3 .section-header, .custom-enhanced-promo h1 {
    font-size: 1.7em;
    margin-left: 4%;
    width: 40%;
    padding-bottom: 1%;
  }
  #container3 .section-header:after {
    position:absolute;
    content:"";
    width: 100%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }

  #container3 article {
    width: 95%;
  }
  #container3 .player-large {
    width: 100%;
    margin-left: 30px;
  }
  #container3 .text-plugin.clearfix.box {
    width: 80%;
    padding: 27% 0 0 0;
    margin-left: 60px;
  }

  #container3 a:hover {
    color: #8F0C1A;
    background-color: white;
  }

  /******************** NEWSLETTER ******************/
  #container4 {
    height: 17vh;
  }
  #container4 .vietnam-newsletter-section {
    background-color: #000;
    position: absolute;
    left:0;
    bottom: 0;
    padding: 20px 30px 0 30px;
    max-width: 1440px;
  }
  #container4 #email-address {
    float: left;
    margin-right: 25px;
  }
  #mce-EMAIL {
    width: 357px;
    height: 41px;
    border-radius: 2px;
    font-size: 16px;
    padding-left: 15px;
    float: left;
    margin-top: 13px;
  }
  #mc-embedded-subscribe {
    background-color: #126EB5;
    color: #fff;
    width: 110px;
    font-size: 18px;
    padding: 15px;
    border-radius: 2px;
    border-style: none;
    margin-top: 13px;
  }
  #mc-embedded-subscribe:hover {
    background-color: #0E5891;
  }
  #mc_embed_signup h2 {
    float: left;
    padding: 25px 0 0 40px;
    margin-right: 30px;
  }
  .social-icons {
    position: absolute;
    right: 8%;
    bottom: 35%;
  }
  .social-icons img {
    height: 32px;
    margin-left: 30px;
  }
  #container5 .section-header:after, #container5 .custom-enhanced-promo h1:after, #container5 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width: 18%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }

  #container5 .text-plugin {
    padding: 30px;
  }

  #container5 .text-plugin a {
    text-decoration: underline;
  }
  #container5 .text-plugin a:hover {
    color: #8F0C1A;
    background-color: #fff;
  }


  #container6 {
    background-color: #191919;
  }

  #container6 > a.image-link img {
    float: left;
    margin-right: 40px;
  }
  #container6 > a.image-link img:nth-child(last) {
    float: left;
    margin-right: 0;
  }
  #container6 .section-header:after, #container6 .custom-enhanced-promo h1:after, #container6 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width: 1%;
    min-width:260px;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container6 .text-plugin {
    padding: 4px;
  }
  #container6 .text-plugin a {
    text-decoration: underline;
  }
  #container6 .text-plugin a:hover {
    color: #8F0C1A;
    background-color: #fff;
  }
  #container6 .filer-image-container {
    margin-bottom: 12px;
    position: relative;
    display: block;
    max-width: 100%;
    float: left;
    margin-top: 3%;
    margin-right: 6%;
  }
  #container6 .filer-image-container:first-child {
    margin-left: 7%;
  }
  #container6 .filer-image-container .img-details {
    background: transparent;
    border: none;
    margin-top: 0 !important;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0;
    position: relative;
    bottom: 0;
    box-sizing: border-box;
    webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    max-width: 100%;
  }
  #container6 .filer-image-container.has-caption .img-details .img-caption {
    display: block;
    font-size: 20px;
    text-align: center;
  }

  }
  #container7 a {
    text-decoration: none;
  }
  #container7 .cell p a:hover {
    color: #8F0C1A;
    background-color: #fff;
  }
  #container7 a img {
    float: left;
    width: 60%;
  }
  #container7 p {
    font-family: "Bourgeois", "open sans", helvetica, sans-serif;
    font-size: 36px;
    margin-top: 7%;
    line-height: 150%;
    text-align: left;
  }
  #container8 .section-header:after, #container8 .custom-enhanced-promo h1:after, #container8 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width: 13%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container8 .read-more a {
   font-size: 1.5em;
  }
  #container8 .read-more {
    text-align: right;
  }
  #container8 .icon-angle-right {
    display: none;
  }
  #container8 p,
  #container8 h5 > a {
    color: #fff;
  }
  #container8 .text-plugin {
    background: rgba(255,255,255,0.9);
    width: 48%;
    margin-right: 2%;
  }
  #container8 .text-plugin {
    background: transparent;
    width: 100%;
  }
  #container8 .text-plugin a {
    text-decoration: underline;
  }
  #container8 .text-plugin a:hover {
    color: #8F0C1A;
    background-color: #fff;
  }
  #container8 h2 a {
    font-size: .8em;
    font-weight: 400;
  }
  #container8.container.image:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.8;
    z-index: 0;
    background-color: rgba(0,0,0,.8);
  }
  .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: #0f0f0f;
     height: 420px;
  }
  .has-video-bg > .snippet {
    position: absolute;
    background-image: none;
    z-index: 2;
  }
  .row-fluid {
    position: relative;
  }
  /* 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;
  }
  li.active {
    background-color: #8F0C1A;
  }
  .social-label {
    color: #fff !important;
    font-weight: normal !important;
  }
  .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;
  }
  table {
    width: 100% !important;
    border: #fff;
  }
  /* line 182, ../sass/producer_preview.scss */
  footer, footer[class*="span"] {
    margin: 0;
    width: 100%;
    position: relative;
    position: relative;
    clear: both;
    box-sizing: border-box;
    background-color: #0f0f0f;
  }
  /* 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;
  }
  /* 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;
  }
  footer #flexi-copyright {
    display: block;
  }
  /* 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;
  }
  .vietnamfooter {
    background-color: #0f0f0f;
    text-align: left;
    padding-left:3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:24px 12px;
  }
  .vietnamfooter a {
    color: white;
    text-decoration: none;
  }
  footer p {
    text-align: left;
  }
  footer p:nth-of-type(3) {
    width: 100%;
    text-align: left;
    clear:both;
  }
  footer img {
    margin-right: 40px;
    margin-bottom: 20px;
  }
  #firstfunders img{
    margin-right: 70px;
  }
  #firstfunders img:nth-last-child(5){
    margin-right: 0;
  }
  #secondfunders img {
    margin-right: 16px;
  }
  #secondfunders img:nth-last-child(8){
    margin-right: 0;
  }
  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 a span {
    margin-right: 5px;
  }
  /* 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 #fff !important;
    bottom: 15%;
  }
  .marquee-promo .arrow i {
    color: #fff !important;
  }

  footer #flexi-links, footer[class*="span"] #flexi-links{
    margin-left: 0px!important;
    font-weight: 400!important;
  }

  footer #flexi-copyright, footer[class*="span"] #flexi-copyright {
    margin-left: 0px!important;
  }

  .explorer.passport footer, .explorer.passport footer a, .explorer.passport footer .nav li {
    background-color: #212121;
    color: white!important;
  }
  .explorer.passport footer {
    margin: 20px 0 0 0;
    width: 100%;
    }
  #flexi-links, #flexi-copyright {
    padding-left: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container.image:before {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .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 {
  }
  .name-fields {
    width: 60%;
    font-size:16px;
    display: inline-block;
  }

  .section-header, .header, .pg_container .pg_title {
  display:block;
  position:relative;
  /* padding: 8px 0 10px 2.25%; */
  background: transparent!important;
  color: white!important;
  font-size: 22px;
  line-height: 41px;
  text-align: left;
  font-weight: 600;
  }
  #funder_logos_col1{
    float: left;
    width: 22%;
  }
  #funder_logos_col2, #funder_logos_col3{
    float: left;
    width: 17%;
  }
  #better_angels{
    width: 95%;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1439px) {
  #container2 #PreviewText {
    display: inline-block;
    width: 54%;
    margin-left: 30px;
    margin-top: 20px;
  }
  #container2 #PreviewText p {
    margin-bottom: 12%;
  }
  #container2 .vietnam-newsletter-section {
    max-width: 1440px;
  }
  .social-icons {
    right: 8%;
    top: 25px;
  }
  #container4 .filer-image-container {
    margin-right: 3.8%;
  }

  #container6 .text-plugin a {
    text-decoration: underline;
  }
  #container6 .text-plugin a:hover {
    color: #8F0C1A;
    background-color: #fff;
  }
  #container6.container.image:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0;
    z-index: 0;
    background-color: rgba(0,0,0,.8);
  }
  #better_angels {
    width: 98%
  }
}

@media screen and (max-width: 1280px) {
   #container2 > .snippet > .cell {
    height: 50vh;
  }
  #container2.container > .snippet > .cell {
    vertical-align: top;
    display: table-cell;
    text-align: left;
    padding: 30px 30px 0 30px;
    position: relative;
  }
  #container2 .section-header, .custom-enhanced-promo h1 {
    margin-bottom: 1%;
    margin-left: 2%;
    width: 15%;
  }
  #container2 .section-header:after, #container2 .custom-enhanced-promo h1:after, #container2 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width:100%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container2 .text-plugin {
    background-color: transparent;
    color: #fff !important;
    padding-bottom: 20px;
    /* float: left; */
  }
  #container2 .text-plugin.clearfix.box {
    position: relative;
    display: block;
    /* float: left; */
    width: 100%;
  }
  #container2 h2 {
    font-weight: 300;
    font-size: 1.3em;
    text-align: left;
    font-weight: 400;
  }
  #container2 p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 12px;
    /* float: left; */
  }
  #container3 .text-plugin.clearfix.box {
    width: 80%;
    padding: 25% 0 0 0;
    margin-left: 60px;
}
  #container3 .section-header, .custom-enhanced-promo h1 {
    margin-bottom: 3%;
    margin-left: 2%;
    width: 40%;
  }
  #container3 .section-header:after, #container3 .custom-enhanced-promo h1:after, #container3 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width:100%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container3 p:nth-child(2){
    font-size: 35px;
    font-weight: 500;
    padding-top: 20px;
  }
  #container3 .player-large {
    width: 100%;
    margin-left: 30px;
  }
   .social-icons {
    position: absolute;
    right: 8%;
    bottom: 25%;
  }


  #container6 .filer-image-container {
    margin-right: 3.4%;
  }
  #container8 .text-plugin a {
    text-decoration: underline;
  }
  #container8 .text-plugin a:hover {
    color: #8F0C1A;
    background-color: #fff;
  }
  #container8.container.image:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.8;
    z-index: 0;
    background-color: rgba(0,0,0,.8);
  }
  #firstfunders img {
    margin-right: 40px;
  }
  #secondfunders{
    margin-left: 14%;
  }
  #secondfunders img {
    margin-right: 90px;
  }
  #funder_logos_col1, #funder_logos_col2, #funder_logos_col3 {
    width: 33%;
  }
  #better_angels{
    clear:left;
  }
}


@media screen and (max-width: 1024px) {
  #container2 > .snippet > .cell {
    height: 60vh;
  }
  #container2.container > .snippet > .cell {
    vertical-align: top;
    display: table-cell;
    text-align: left;
    padding: 30px 30px 0 30px;
    position: relative;
  }
  #container2 .section-header, .custom-enhanced-promo h1 {
    margin-bottom: 0%;
    margin-left: 2%;
    width: 20%;
  }
  #container2 .section-header:after, #container2 .custom-enhanced-promo h1:after, #container2 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width:100%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container2 .text-plugin {
    background-color: transparent;
    color: #fff !important;
    padding-bottom: 20px;
    /* float: left; */
  }
  #container2 .text-plugin.clearfix.box {
    position: relative;
    display: block;
    /* float: left; */
    width: 100%;
  }
  #container2 h2 {
    font-weight: 300;
    font-size: 1.3em;
    text-align: left;
    font-weight: 400;
  }
  #container2 p {
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 12px;
    /* float: left; */
  }
  #container3 .section-header, .custom-enhanced-promo h1 {
    margin-bottom: 3%;
    margin-left: 2%;
    width: 50%;
  }
  #container3 .section-header:after, #container3 .custom-enhanced-promo h1:after, #container3 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width:100%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container3 p:nth-child(2){
    font-size: 35px;
    font-weight: 500;
    padding-top: 20px;
  }
  #container3 .player-large {
    width: 100%;
    margin-left: 30px;
  }
    .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: #0f0f0f;
     height: 400px;
  }
  #container3 .text-plugin.clearfix.box {
    width: 80%;
    padding: 20% 0 0 0;
    margin-left: 60px;
}
  #container4 .vietnam-newsletter-section {
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 30px 30px 30px;
    max-width: 1440px;
}
  #mce-EMAIL {
    width: 257px;
    height: 41px;
    border-radius: 2px;
    font-size: 16px;
    padding-left: 15px;
    float: left;
    margin-top: 13px;
}
.social-icons{
  top: 24px;
}


  #container6 .filer-image-container {
    margin-right: 12%;
    margin-left: 12%;
  }
  #container7 a img {
    float: none;
    width: 100%;
  }
  #container7 p {
    font-family: "Bourgeois", "open sans", helvetica, sans-serif;
    font-size: 36px;
    margin-top: 5%;
    margin-left: 25%;
  }
  #container8 .text-plugin a {
    text-decoration: underline;
  }
  #container8 .text-plugin a:hover {
    color: #8F0C1A;
    background-color: #fff;
  }
  #container8.container.image:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.8;
    z-index: 0;
    background-color: rgba(0,0,0,.8);
  }
  /* 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 {
    margin-left: 0;
  }
  /* line 57, ../sass/producer_preview.scss */
  .container > .snippet > .cell {
    padding: 80px 18px;
  }
  /* line 52, ../sass/producer_preview.scss */
  .container > .snippet {
    height: 100%;
  }
  .nav-container {
    display: none;
  }
  /* line 280, ../sass/producer_preview.scss */
  .span12.page-content .pbs-playlist-player .bar {
    height: 100% !important;
  }
  #flexi-sponsors > .span12 > .funders > .funder-image > a > img {
    height: 25px !important;
  }
}

/* table view for smaller screens */
@media screen and (max-width: 768px) {
  #container2 > .snippet > .cell {
    height: 60vh;
  }
  #container2.container > .snippet > .cell {
    vertical-align: top;
    display: table-cell;
    text-align: left;
    padding: 30px 30px 0 30px;
    position: relative;
  }
  #container2 .section-header, .custom-enhanced-promo h1 {
    margin-bottom: 0%;
    margin-left: 2%;
    width: 25%;
  }
  #container2 .section-header:after, #container2 .custom-enhanced-promo h1:after, #container2 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width: 91%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container2 .text-plugin {
    background-color: transparent;
    color: #fff !important;
    padding-bottom: 20px;
    float: left;
  }
  #container2 .text-plugin.clearfix.box {
    position: relative;
    display: block;
    float: none;
    width: 100%;
  }
  #container2 h2 {
    font-weight: 300;
    font-size: 1.3em;
    text-align: left;
    font-weight: 400;
  }
  #container2 p {
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 12px;
    float: left;
  }
  #container3 .section-header, .custom-enhanced-promo h1 {
    margin-bottom: 3%;
    margin-left: 2%;
    width: 100%;
  }
  #container3 .section-header:after, #container3 .custom-enhanced-promo h1:after, #container3 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width: 65%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container3 p:nth-child(2){
    font-size: 35px;
    font-weight: 500;
    padding-top: 20px;
  }
  #container3 .player-large {
    width: 100%;
    margin-left: 30px;
  }
    .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: #0f0f0f;
     height: 400px;
  }
  #container3 article{
    float:none;
    width: 90%;
  }
  #container3 .text-plugin.clearfix.box {
    width: 100%;
    padding: 20px 20px 0;
    margin-left: 0;
  }
  #container4 .vietnam-newsletter-section {
    padding: 30px 0 0 0;
  }
  #mc_embed_signup h2 {
    float: none;
    padding: 10px 0 0 30px;
    margin-right: 30px;
  }
  #mce-EMAIL {
    width: 330px;
    height: 41px;
    border-radius: 2px;
    font-size: 16px;
    padding-left: 15px;
    margin-top: 13px;
    margin-left: 30px;
  }
  .social-icons {
      top: 35%;
      bottom: 0;
      right: 30px;
  }

   #container5 .section-header:after, #container5 .custom-enhanced-promo h1:after, #container5 .custom-enhanced-promo .header:after {
    position: absolute;
    content: "";
    width: 33%;
    height: 0;
    bottom: 5px;
    left: 0;
    border-bottom: 3px #e62529 solid;
    -webkit-border-image: -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image: -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image: -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
}
  #container5 p {
    margin-left: 18%;
  }


  #container6 .filer-image-container {
    margin-right: 10%;
    margin-left: 5%;
  }
  #container6 .text-plugin a {
    text-decoration: underline;
  }
  #container6 .text-plugin a:hover {
    color: #8F0C1A;
    background-color: #fff;
  }
  #container6.container.image:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0;
    z-index: 0;
    background-color: rgba(0,0,0,.8);
  }
  #container8 .section-header:after, #container8 .custom-enhanced-promo h1:after, #container8 .custom-enhanced-promo .header:after {
    position: absolute;
    content: "";
    width: 25%;
    height: 0;
    bottom: 5px;
    left: 0;
    border-bottom: 3px #e62529 solid;
    -webkit-border-image: -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image: -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image: -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
}
  /* line 212, ../sass/producer_preview.scss */
  footer .marquee-promo .snippet-body .logo, footer[class*="span"] .marquee-promo .snippet-body .logo {
    margin: 0;
  }
  .container:nth-child(1) {
    background-image: url(http://pbs.bento.storage.s3.amazonaws.com/hostedbento-prod/filer_public/kenburnsvietnam/Splash%20Site%20Images/SplashpageReflectionImageSmall2.jpg)!important;
    height: auto;
  }
  /* line 212, ../sass/producer_preview.scss */
  footer .marquee-promo .snippet-body .logo, footer[class*="span"] .marquee-promo .snippet-body .logo {
    margin-bottom: 20px;
	max-width: 50%;
  }
  footer p:nth-of-type(2) {
    margin-top: -15px;
  }
  p {
    text-align: left;
  }
  .container > .snippet > .cell:first-child .marquee-promo .arrow {
    display: none;
  }
  /* line 57, ../sass/producer_preview.scss */
  .container > .snippet > .cell {
    padding: 60px 18px;
  }
  #container2.container > .snippet > .cell > .text-plugin {
    /* margin-top: 5%; */
    width: auto !important;
  }
  td {
    display: block;
    border: 0;
    width: 100%;

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

  table {
    min-width: 100%;
  }

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


@media screen and (min-width: 415px) and (max-width: 560px) {
  #container1 {
    height: 93vh;
  }
  #container2.container > .snippet > .cell {
    padding: 20px;
  }
  #container2 h2 {
    text-align: center;
  }
  #container2 .section-header, .custom-enhanced-promo h1 {
    margin-bottom: 0%;
    margin-left: 2%;
    width: 100%;
}
  #container2 .section-header:after, #container2 .custom-enhanced-promo h1:after, #container2 .custom-enhanced-promo .header:after {
    width: 100%;
  }
  .section-header:after, .custom-enhanced-promo h1:after, .custom-enhanced-promo .header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 5px;
    left: 0;
    border-bottom: 3px #e62529 solid;
    -webkit-border-image: -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image: -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image: -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container2.container > .snippet > .cell > .text-plugin {
    margin-top: 0;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;
  }

  #container2 h2, #container3 h2, #container4 h2 {
    text-align: center;
  }
  #container3 .section-header:after, #container3 .custom-enhanced-promo h1:after, #container3 .custom-enhanced-promo .header:after {
    width: 100%;
  }
  #container3 h2.vid-title {
    text-align: left;
  }
  #container3 p {
    line-height: 1.625em;
  }
  #container3 a:hover {
    color: #e62529;
    background-color: white;
  }
  #container4 {
    height: 45vh;
}
  #container4 .section-header:after, #container4 .custom-enhanced-promo h1:after, #container4 .custom-enhanced-promo .header:after {
    width: 100%;
  }
  #mce-EMAIL {
    width: 480px;
    height: 41px;
    border-radius: 2px;
    font-size: 16px;
    padding-left: 15px;
    margin-top: 16px;
    margin-left: 30px;
}
#mc-embedded-subscribe{
    float: none;
    width: 90%;
    margin-left: 30px;
  }
  .social-icons{
    position: relative;
    left: 40%;
    margin-bottom: 4%;
  }
  #container5 .section-header, .custom-enhanced-promo h1 {
    margin-bottom: 0%;
    margin-left: 2%;
    width: 100%;
    text-align: center;
}
#container5 .section-header:after, .custom-enhanced-promo h1:after, .custom-enhanced-promo .header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 5px;
    left: 0;
    border-bottom: 3px #e62529 solid;
    -webkit-border-image: -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image: -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image: -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container5 .vid-shortdesc {
    text-align:left;
    margin: 0;
  }


  #container6 .section-header:after, #container6 .custom-enhanced-promo h1:after, #container6 .custom-enhanced-promo .header:after {
    width: 100%;
  }
  #container6 .filer-image-container {
    margin-right: 0%;
    margin-left: 2%;
}
  #container6 .text-plugin a {
    text-decoration: underline;
  }
  #container6 .text-plugin a:hover {
    color: #8F0C1A;
    background-color: #fff;
  }
  #container6.container.image:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.8;
    z-index: 0;
    background-color: rgba(0,0,0,.8);
  }
}


@media screen and (max-width: 414px) {
  p {
    text-align: left;
    line-height: 1.625em;
  }
  a {
    color: white;
    text-decoration: underline;
  }
  a:hover {
    color: #C92927;
    background-color: white;
  }
  .container > .snippet > .cell > div.text-plugin {
    margin: 0;
  }
  #container1 {
    height: 80vh;
  }
  #container2.container > .snippet > .cell {
    vertical-align: top;
    display: table-cell;
    text-align: left;
    padding: 0;
    position: relative;
  }
  #container2 .section-header, .custom-enhanced-promo h1 {
    margin-top: 7%;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  #container2 .section-header:after, #container2 .custom-enhanced-promo h1:after, #container2 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width:100%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container2 .text-plugin {
    background-color: transparent;
    color: #fff !important;
    padding-bottom: 20px;
    /* float: left; */
  }
  #container2 .text-plugin.clearfix.box {
    position: relative;
    display: block;
    /* float: left; */
    width: 100%;
    padding:20px;
  }
  #container2 h2 {
    font-weight: 300;
    font-size: 1.3em;
    text-align: left;
    font-weight: 400;
  }
  #container2 p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 12px;
    /* float: left; */
  }

  #container3 .section-header, .custom-enhanced-promo h1 {
    margin-bottom: 3%;
    margin-left: 2%;
    width: 100%;
  }
  #container3 .section-header:after, #container3 .custom-enhanced-promo h1:after, #container3 .custom-enhanced-promo .header:after {
    position:absolute;
    content:"";
    width:100%;
    height:0;
    bottom:5px;
    left:0;
    border-bottom:3px #e62529 solid;
    -webkit-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -webkit-border-image:
    -webkit-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -o-border-image:
    -o-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
    -moz-border-image:
    -moz-linear-gradient(left, transparent 0%, #e62529 25%, #e62529 75%, transparent 100%) 100% 1;
  }
  #container3 article {
    width: 100%;
    float: none;
}
  #container3 .player-large {
    width: 100%;
    margin-left: 0;
  }
  #container3 .text-plugin.clearfix.box {
    width: 96%;
    padding: 30px 0 0 20px;
    margin-left: 10px;
}
  #container3 > .snippet > .cell {
    padding: 20px 0;
  }
  #container3 h2 {
    text-align: center;
  }
  #container3 h2.vid-title {
    text-align: left;
  }
  #container3 .section-header:after, #container3 .custom-enhanced-promo h1:after, #container3 .custom-enhanced-promo .header:after {
    width: 100%;
  }
  .player-large.player-wrapper .partner-player-wrapper {
      background-color: #0f0f0f;
      height: 280px;
  }
  #container4 {
      height: 50vh;
  }
  #container4 .vietnam-newsletter-section {
    background-color: #000;
    position: absolute;
    left:0;
    bottom: 0;
    padding: 0px;
    max-width: 1440px;
  }
  #container4 #email-address {
    float: none;
    margin-right: 0;
    width: 90%
  }
  #mce-EMAIL {
    width: 350px;
    height: 41px;
    border-radius: 2px;
    font-size: 16px;
    padding-left: 15px;
    float: left;
    margin-top: 16px;
    margin-left: 20px;
  }
  #mc-embedded-subscribe {
    background-color: #126EB5;
    color: #fff;
    width: 90%;
    font-size: 18px;
    padding: 16px;
    border-radius: 2px;
    border-style: none;
    margin-top: 16px;
    margin-left: 20px;
  }
  #mc-embedded-subscribe:hover {
    background-color: #0E5891;
  }
  #mc_embed_signup h2 {
    /* float: left; */
    padding: 25px 0 0 40px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .social-icons {
    position: relative;
    right: 0;
    bottom: 0;
    left: 33%;
    margin-bottom: 10%;
    margin-top: 13%;
  }
  .social-icons img {
    height: 32px;
    margin-left: 30px;
  }

  #container4 {
    text-align: left;
  }
  #container4 h2 {
    text-align: center;
  }

  #container5 h2 {
    margin-bottom: 3%;
  }
  #container5 .pbs-playlist-player {
    margin: 0;
  }


  #container6 h2 {
    text-align: center;
  }
  #container6 .filer-image-container {
    margin-right: 0%;
    margin-left: 15%;
}
  #container6 .section-header:after, #container6 .custom-enhanced-promo h1:after, #container6 .custom-enhanced-promo .header:after {
    width: 100%;
  }
  #container6 .text-plugin {
    padding: 20px 0 0 0;
  }
  #container6 .text-plugin a {
    text-decoration: underline;
  }
  #container6.container.image:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0;
    z-index: 0;
    background-color: rgba(0,0,0,.8);
  }
  #container7 p {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.2em;
  }
  footer p:nth-of-type(3) {
    width: 100%;
  }
  #funder_logos_col1, #funder_logos_col2, #funder_logos_col3 {
    float: none;
    width: 100%;
  }
  footer #flexi-links li:first-child, footer[class*="span"] #flexi-links li:first-child {
    margin-left: 20px;
  }
  footer #flexi-links li, footer[class*="span"] #flexi-links li {
    float: none;
    padding-left: 0;
    border-left: none;
    margin-top: 5%;
    margin-bottom: 25%;
    margin-left: 20px;
  }
}
