/*   =======   Fox Searchlight Base   =======   */


/*   =======   RESET    =======   */
/* HTML5 ✰ Boilerplate | http://html5boilerplate.com/  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/** { box-sizing: border-box; }*/

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a {color: #ba9e69;}
a:visited {
  color: #b08f4e;
}
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img {border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
::-webkit-input-placeholder  { color:#000; }
-webkit-font-smoothing:antialiased;
input:-moz-placeholder { color:#000; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*   =======   @font-face    =======   */


@font-face {
    font-family: 'SanchezRegular';
    src: url('../../../fonts/Sanchez-Regular-webfont.eot');
    src: url('../../../fonts/Sanchez-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/Sanchez-Regular-webfont.woff') format('woff'),
         url('../../../fonts/Sanchez-Regular-webfont.ttf') format('truetype'),
         url('../../../fonts/Sanchez-Regular-webfont.svg#SanchezRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FilmotypeGlenlake';
    src: url('../../../fonts/24682C_0_0.eot');
    src: url('../../../fonts/24682C_0_0.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/24682C_0_0.woff') format('woff'),
         url('../../../fonts/24682C_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* ==|== primary styles ===================================================== */

/* == Base == */

html, body {height: 100%;}

html { font-size: 10px; /* used for rem font sizing */ }

body {
    position: relative;
    font-family: "brandon-grotesque", Gotham,Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #000000;
    text-align: center;
    width: 100%;
    background: #fbf7ee;
    min-height: 100%;

    background: unset;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 16px;
    line-height: 1.5;
    color: #5b5a58;
    font-weight: normal;
    font-family: "brandon-grotesque", Gotham, Helvetica, Arial, sans-serif;
}
h1  { font-size: 36px; }
h2  { font-size: 24px; }
h3  { font-size: 20px; }
h4  { font-size: 18px; }
h5  { font-size: 16px; }
h6  { font-size: 14px; }
p   {
    /* font-family: Sanchez, serif;; */
    font-family: "brandon-grotesque", Gotham, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.75;
    margin: 0 0 16px;
    font-weight: 400;
}

a, a:link, a:visited, a:active {
    /* color: #229cfe; */
    text-decoration: none;
}
a:hover { color: #000000; text-decoration: none; }
a:active, a:focus { outline: none; }

.left   { float: left }
.right  { float: right }
.center { text-align: center; }
.hide   { display: none; }
.upperC { text-transform: uppercase; }
.noBorder   { border: none !important; }
.alignleft  { float: left; margin: 5px 20px 5px 0; }
.alignright { float: right; margin: 5px 0 5px 20px; }
form input, form textarea, form select, form {  font-family: Helvetica, Arial, sans-serif; }

.blue_button, a.blue_button {
  display: block;
  height: 30px;
  line-height: 31px;
  color: #b08a43;
  /* background: #229dfe; */
  /* padding: 0 20px; */
  width: auto;
  border: 1px solid #b08a43;
  text-transform: uppercase;
  text-align: center;
  /* font-family: Gotham; */
}
.blue_button.disabled, a.blue_button.disabled {
  background: #f0f0f0;
  cursor: default;
  display: none;
}
a.read_more {
  display: block;
  float: right;
  font-weight: bold;
  color: #000;
  padding-right: 14px;
  background: url(../../../images/icon_read_more.png) no-repeat right center;
}
a.read_more:hover {
  color: #a9a9a9;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  a.read_more { background: url(../../../images/icon_read_more@2x.png) no-repeat no-repeat right center; background-size: 10px 6px; }
}

/* == Layout == */


#header {
  /* width: 100%; */
  /*background: #fff url(../../../images/bg_header_shadow.png) no-repeat center bottom;*/
  background-color: white;
  height: 65px;
  /* position: fixed; */
  z-index: 980;
  /* float: left; */
  /* margin: 0; */
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}
  #header .inner {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 1140px;
    /* width: 92%; */
    position: absolute;
  }

#header_lock_shadow {
  display: none;
  position: fixed;
  top: 88px;
  background: none !important;
  height: 6px;
  width: 100%;
  margin: 0;
  z-index: 100;
}
  #header_lock_shadow span {
    display: block;
    width: 1140px;
    border-top: 1px solid #d1d1d1;
    height: 1px;
    margin: 0 auto;
  }
  .fyc_page #header_lock_shadow span {
    border-top-color: #f3f3f3;
  }

#page_wrap {
  clear: both;
  height: 100%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  /* width: calc(100% - 100px);
  padding: 0 50px; */
  background: #fbf7ee;
}
#page {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    float: left;
    /* background: url(../../../images/bg_content_shadow.png) no-repeat center 88px; */
}
.fyc_page #page {
  /* background: url(../../../images/bg_content_shadow_fyc.png) no-repeat center 88px; */
}
  #page_shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    /* background: url(../../../images/bg_page_shadow.png) repeat-y center top; */
  }

#content, #footer {
  text-align: left;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 2;
  /* width: 1140px; */
  /* padding: 0 12px; */
  width: 100%;
  padding: 0;
}
#content {
  min-height: 100%;
  /* margin: 88px auto 0; */
  /* margin: 66px auto 0; */
  /* margin: -15px auto 0; */
  margin: 0;
}

@media(max-width: 800px) {
  #content{
    /* padding:88px auto 0; */
    width: 100%;
  }
}

#footer {
  height: 100%;
  background-color: white;
}

.col2_wrap {
  width: 100%;
  background: url(../../../images/bg_2col.png) repeat-y center top;
  border-top: 1px solid #d1d1d1;
  float: left;
}
  .col2_wrap .col1 {
    width: 50%;
    border-right: 0px solid transparent;
    float: left;
    background: url(../../../images/bg_yellow_corner_offset.png) no-repeat right top;
  }
  .col2_wrap .col2 {
    width: 50%;
    float: left;
    background: url(../../../images/bg_yellow_corner.png) no-repeat right top;
  }
    .col2_wrap > section > .inner {
      width: auto;
      padding: 20px 0 0;
      float: left;
    }

.col3_wrap {
  width: 100%;
  background: #f7f7f7;
  border-top: 1px solid #d1d1d1;
  float: left;
}
  .col3_wrap .col {
    float: left;
    border-right: 1px solid #d1d1d1;
    min-height: 420px;
    background: url(../../../images/bg_yellow_corner.png) no-repeat right top;
  }
  .col3_wrap .col1 {
    width: 372px;
  }
  .col3_wrap .col2 {
    width: 393px;
  }
  .col3_wrap .col3 {
    width: 373px;
    border: none;
  }
.col3_wrap .inner {
  padding: 20px;
}

.col_single {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 auto;
  background: #fbf7ee;
}

#early {
  margin-top:200px;
}

#early .title_centered {
  font-size: 25px;
  color: #5b5a58;
  margin-bottom: 25px;
}

#early .title_centered:nth-of-type(2){
  font-size: 20px;
}

.col2_blog {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background: #f0f0f0;
}
  .col2_blog .col1 {
    width: 766px;
    border-right: 1px solid #d1d1d1;
    background: #fff;
    float: left;
    position: relative;
  }
  .col2_blog .col2 {
    width: 373px;
    float: right;
    background: #f0f0f0;
    position: relative;
  }


/* == Header == */

#logo {
  display: block;
  /*margin: 6px 0 0 16px;*/
  width: 179px;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 10;
}
  #logo a {
    display: block;
    height: 82px;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 0;
  }
    #logo a img {
      display: block;
      width: 100%;
      height: auto;
    }

#nav {
  float: left;
  margin: 32px 0 0 -65px;
  height: 56px;
  width: 467px;
  display: block;
  background: url(../../../images/bg_nav.png) no-repeat right bottom;
  position: relative;
  z-index: 1;
}
  #nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 65px;
    width: auto;
  }
    #nav ul li {
      list-style: none;
      display: block;
      float: left;
      background: url(../../../images/bg_nav_divider.png) no-repeat left center;
      padding-left: 1px;
    }
    #nav ul li:first-child { background: none; padding: 0; }
      #nav ul li a {
        display: block;
        height: 56px;
        padding: 0 23px;
        text-align: center;
        font-family: 'FilmotypeGlenlake';
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 58px;
        text-transform: uppercase;
        overflow: hidden;
        color: #5c5c5c;
        -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
      }
      #nav ul li a:hover { color: #a9a9a9; }
      #nav ul li.nav_films a.active { background-color: #e8e8e8; }

      #nav ul li .drop {
        background: #f0f0f0;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: auto;
      }

  #drop {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 110;
    top: 88px;
    left: auto;
    background: #f0f0f0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
    #drop .col {
      width: 25%;
      float: left;
      position: relative;
      background: url(../../../images/bg_greyborder.png) repeat-y right top;
    }
    #drop .col.col3 {
      width: 50%;
      background: none;
    }
    #drop h3 {
      display: block;
      width: auto;
      text-align: left;
      background: #e8e8e8;
      height: 60px;
      line-height: 60px;
      padding: 0 0 0 20px;
      margin: 0;
    }
    #drop ul {
      list-style: none;
      padding: 20px;
      margin: 0;
      display: block;
    }
      #drop ul .inner {
        width: 50%;
        float: left;
        margin-bottom: 1em;
      }
      #drop ul .inner2 {
        width: 45%;
        padding-left: 5%;
      }
      #drop ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 1.25;
      }
        #drop ul li a {
          display: block;
          margin: 0 0 .5em;
          font-size: 18px;
          font-family: 'SanchezRegular';
        }
    #drop .see_more {
      display: block;
      position: absolute;
      right: 20px;
      bottom: 20px;
      font-family: 'SanchezRegular';
      color: #fff;
      text-transform: uppercase;
      height: 30px;
      line-height: 30px;
      min-width: 130px;
      text-align: center;
      background: #229dfe;
    }

#social_top {
  float: left;
  margin: 41px 0 0 10px;
  width: 350px;
}
  #social_top h4 {
    font-size: 18px;
    text-transform: none;
    margin: 0;
    padding: 2.75% 0 0;
    line-height: 1;
    width: 90px;
    color: #000;
    float: left;
    text-align: right;
  }
  #social_top ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 198px;
  }
    #social_top ul li {
      list-style: none;
      display: block;
      float: left;
      width: 19%;
      padding: 0 0 0 6%;
    }
      #social_top ul li a {
        display: block;
        height: 38px;
        width: 37px;
      }
        #social_top ul li a img {
          display: block;
          width: 100%;
          height: auto;
        }

#search {
  float: right;
  width: 208px;
  margin: 44px 0 0;
  background: #e8e8e8;
}
  #search .text {
    float: left;
    display: block;
    height: 34px;
    line-height: 34px;
    background: #e8e8e8;
    border: none;
    width: 162px;
    margin: 0;
    padding: 0 0 0 12px;
    font-size: 14px;
    color: #000;
  }
  #search .submit {
    float: right;
    display: block;
    width: 34px;
    text-align: center;
    text-indent: 100%;
    overflow: hidden;
    border: none;
    background: #e8e8e8;
    height: 34px;
    margin: 0;
    padding: 0;
    background: #e8e8e8 url(../../../images/icon_search.png) no-repeat center center;
  }

/* == Footer == */

#footer_wrap {
  width: 100%;
  clear: both;
  overflow: hidden;
  float: left;
}
#footer .col3_wrap h3 {
  line-height: 1.125;
}
#email_signup {
  position: relative;
}
  #email_signup input.text {
    width: 95%;
    padding: 0 2.25%;
    border: 1px solid #e3e3e3;
    background: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 1em;
    color: #000;
    margin: 0 0 6%;
    display: block;
  }
  #email_signup input.submit {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: #229dfe;
    width: 100px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-family: SanchezRegular;
  }

  #social_list ul {
    margin: 0 -3%;
    padding: 0;
    list-style: none;
  }
    #social_list ul li {
      width: 19%;
      margin: 0 3% 6%;
      float: left;
    }
      #social_list ul li a {
        width: 100%;
        display: block;
      }
        #social_list ul li a img {
          width: 100%;
          height: auto;
        }

#footer_base {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #d1d1d1;
    text-align: center;
    padding: 20px 0;
    clear: both;
    float: left;
}
#footer_base p {
    color: #949494;
    display: inline-block;
    font-size: .6875em;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-transform: uppercase;
}

#footer_base .spacer {
    display: inline-block;
    height: 30px;
    border-left: 1px solid #949494;
    margin: 0 20px;
    vertical-align: middle;
}

#footer_nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#footer_nav li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 6px;
    line-height: 1em;
    border-left: 1px solid #949494;
}
#footer_nav li:first-child { border: none; }
#footer_nav li a {
    font-size: 0.6875em;
    color: #b08a43;
    line-height: 1em;
    text-transform: uppercase;
}
#footer_nav li a:hover { text-decoration: underline; }

#footer .rating_block {
    margin: 23px 0 0 0;
}
#footer ul.footer_links {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    margin: -14px 0 0 -6px;
    padding: 0;
}
#footer ul.footer_links li {
    display: block;
    float: left;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

#footer ul.footer_links li a,
#footer ul.footer_links li a:visited,
#footer ul.footer_links li a:link,
#footer ul.footer_links li a:active,
#footer ul.footer_links li a:hover {
    color: #949494;
    text-decoration: underline;
    font-size: 0.7em;
}


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

.rs-carousel .rs-carousel-mask {
    overflow: hidden;
}
  .rs-carousel .rs-carousel-runner {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
  }
    .rs-carousel.rs-carousel-horizontal .rs-carousel-item {
        float: left;
        display: block;
      vertical-align: top;
    }
        .rs-carousel-action-next, .rs-carousel-action-prev {
          cursor: pointer;
        }
        .rs-carousel-action-disabled {
          cursor: default;
        }


/*   =======   Fox Searchlight - FYC Site  =======   */


/* == FYC == */

#page {
  padding-bottom: 70px;
}

#video_intro {

}

#replay_intro {
  clear: both;
  text-align: center;
  float: left;
  width: 100%;
  margin: 45px auto 0;
}
  #replay_intro a {
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    color: #5c5c5c;
    font-family: 'SanchezRegular';
    cursor: pointer;
    padding-left: 50px;
    background: url(../../../images/replay.png) no-repeat 0 0;
  }

#fyc_header {
  padding: 20px 4%;
  position: relative;
  /* float: left; */
  /* background: url(../../../images/bg_yellow_corner.png) no-repeat top right; */
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}
  .fyc_back {
    font-size: 14px;
    line-height: 1em;
    /* background: url(../../../images/icon_back_arrow.png) no-repeat left center; */
    /* padding-left: 14px; */
    color: #c29f69 !important;
    font-weight: bold;
    float: left;
    width: auto;
    clear: both;
  }
/*  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .fyc_back { background: url(../../../images/icon_back_arrow@2x.png) no-repeat left center; background-size: 10px 6px; }
  }*/
  #fyc_header h1 {
    font-size: 2em;
    line-height: 1.3;
    margin: 20px 0 50px 0;
    float: left;
    clear: both;
    text-transform: uppercase;
  }
  #fyc_header h1.title_centered {
    text-align: center;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 0.199em;
  }

#footer_wrap {
  height: 70px;
  margin-top: -70px;
}

#fyc_nav {
  /* width: 100%; */
  /* width: calc(100% - 40px); */
  /* background: #fff; */
  /* padding: 0 20px; */
  /* margin: 0 auto; */
  /* border-bottom: 1px solid #d1d1d1; */
  /* clear: both; */
  /* float: left; */
  width: 92%;
  max-width: 1280px;
  padding: 0 4% 50px;
  margin: 0 auto;
}
  #fyc_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
    #fyc_nav ul li {
      display: block;
      list-style: none;
      margin: 0;
      padding: 0;
      float: left;
      border: 1px solid #ba9e69;
      border-right: 0px;

      flex-grow: 1;
    }
    #fyc_nav ul li:last-of-type {
      border: 1px solid #ba9e69;

    }

      #fyc_nav ul li a,
      #fyc_nav ul li span {
        display: block;
        /* line-height: 50px; */
        /* height: 50px; */
        /* padding: 4px 31.9px; */
        padding: 4px 10px;
        font-size: 0.8em;
        color: #c19c60;
        /*font-family: "brandon-grotesque", Gotham;*/
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
      }
      #fyc_nav ul li a:hover,  #fyc_nav ul li a.active {
        color: #fbf7ee;
        background: #ba9e69;
      }

      #fyc_nav ul li a.disabled:hover {
        color: #ba9e69;
        cursor: default!important;
        background-color: transparent;
      }

a.blue_button.download_script, a.blue_button.download_schedule, a.blue_button.download_song {
  position: absolute;
  top: 18px;
  /* right: 20px; */
  right: 4%;
  font-size: .8em;
  /* height: 30px; */
  color: #BA9E69;
  /* line-height: 31px; */
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border: none;
}

@media(min-width: 1280px){
  a.blue_button.download_script, a.blue_button.download_schedule, a.blue_button.download_song {
    right: calc( (100% - 1280px) / 2);
  }
}

a.blue_button.download_schedule {
  top: 35px;
  border: none;
  font-size: .8em;
}

a.blue_button.download_song {
  top: 0px;
}

#film_posters {
  width: 100%;
  padding: 20px 0;
  float: left;
  clear: both;
}
  #film_posters ul {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align:center;
  }
    #film_posters ul li {
      display: inline-block;
      width: 250px;
      margin: 20px 0;
      padding: 0 16px;
      text-align: center;
      vertical-align: top;
    }
      #film_posters ul li a {
        display: block;
        width: 242px;
      }
        #film_posters ul li a img {
          display: block;
          width: 100%;
          height: auto;
          margin-bottom: 15px;
        }
      #film_posters ul li h2 {
        font-size: 1em;
        line-height: 1.25;
        margin: 10px 0 0;
        color: #b09a43;
      }
  #film_posters .helper_text {
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0 -20px 0;
    padding: 20px 0 20px 0;
    font-size: 1.25em;
    text-align: center;
    /* border-top: 1px solid #d3d3d3; */
    line-height: 1;
    background: #F1EDE5;
    font-size: 25.09px;
    letter-spacing: 0.15em;
    text-align: center;
    border: none;
    line-height: 36px;
    background: #F1EDE5;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    text-transform: uppercase;

    width: 98.89vw;
    left: -49px;
    /* overflow: visible; */
    position: relative;
    display: block;
  }

.award_synopsis {
  clear: both;
  padding: 20px 0;
  max-width: 640px;
}

@media(max-width: 800px) {
  #film_posters ul li{
    width: 38%;
  }

  
}

#fyc_videos {
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
  margin: 0;
}
  #fyc_videos #video_stage {
    width: auto;
    height: 458px;
    padding: 20px 0;
    max-height: 100%;
    max-width: 100%;
    background: #efece6;
    text-align: center;
  }
    #fyc_videos #video_player {
      width: auto;
      height: 458px;
    }
      #fyc_videos #video_player iframe {
        height: 458px;
        width: auto;
        min-width: 814px;
      }

  #fyc_videos .video_nav {
    width: auto;
    margin: 20px 0;
    padding: 0 66px;
    min-height: 75px;
    position: relative;
  }
    .video_nav .rs-carousel-mask {
      /* width: 1008px; */
      position: relative;
      overflow: hidden;
      margin: 0 auto;
      max-width: 1088px;
    }
    .video_nav ul {
      list-style: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
    }
      .video_nav ul li {
        display: block;
        float: left;
        position: relative;
        padding: 0 14px;
        margin: 0;
        width: 140px;
      }
        .video_nav ul li a {
          display: block;
          position: relative;
          width: auto;
          border: 3px solid transparent;
          cursor: pointer;
          z-index: 1;
        }
        .video_nav ul li a.active, .video_nav ul li a:hover {
          border: 3px solid #b99e69;
        }
          .video_nav ul li a img {
            display: block;
            border: 1px solid #d5d5d5;
          }
          .video_nav .caption {
            font-size: 12px;
            font-weight: 500;
          }
          .video_nav ul li a .overlay {
            position: absolute;
            z-index: 5;
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            height: 100%;
            /* background: url(../../../images/video_overlay_play.png) no-repeat center center; */
            background: url(../../../images/video_overlay_play_2.png) no-repeat center center;
            background-size: auto 50%;
          }
      .video_nav .rs-carousel-action-next, .video_nav .rs-carousel-action-prev {
        width: 26px;
        height: 35px;
        overflow: hidden;
        display: block;
        position: absolute;
        text-indent: 100%;
        top: 25px;
      }
      .video_nav .rs-carousel-action-prev {
        left: 30px;
        background: url(../../../images/scroll_arrow_l.png) no-repeat left top;
      }
      .video_nav .rs-carousel-action-next {
        right: 30px;
        background: url(../../../images/scroll_arrow_r.png) no-repeat right top;
      }
      .video_nav .rs-carousel-action-disabled {
        background-position: left bottom;
      }
      .video_nav .rs-carousel-action-next.rs-carousel-action-disabled {
        background-position: right bottom;
      }


#fyc_awards_nominations {
  /* width: 100%;
  float: left; */
  width: 92%;
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
  background: #fbf7ee;
  padding-bottom: 20px;

  display: flex;
  flex-wrap: wrap;
}
#fyc_awards_nominations h2 {
  font-size: 1.875em;
  margin: 20px 0 0 0px;
  text-transform: uppercase;
  width: 100%;
}
  #fyc_awards_nominations .col {
    min-width: 530px;
    /* padding: 0 20px; */
    float: left;
  }
  @media(max-width:799px){
    #fyc_awards_nominations .col {
      min-width: unset;
      width: 100%;
      /* padding: 0 20px; */
      float: left;
    }
  }
    .award_nom_item {
      display: block;
      /* width: 100%; */
      /* width: 50%;
      margin: 20px 0 0; */
      width: 48%;
      margin: 20px 1% 0 0;
    }
    @media(max-width: 900px) {
      .award_nom_item {
        width: 100%;
      }
    }
      .award_nom_item h3 {
        font-size: 1.1em;
        color: #000;
        line-height: 1;
        margin: 0 0 5px;
        /* max-width: 500px; */
        text-transform: uppercase;
      }
      .award_nom_item p {
        font-weight: 300;
        line-height: 1.25;
        margin: 0 0 10px;

      }
      .award_nom_item ul {
        display: block;
        margin: 0;
        padding: 0;
        /* max-width: 500px; */
      }

        .award_nom_item ul li {
          display: block;
          margin: 0;
          padding: 0;
          list-style: none;
          /* line-height: 1.1; */
          line-height: 1.5;
        }
          .award_nom_item li h5, .award_nom_item li p {
            font-size: 14px;
            /* font-family: Helvetica, Arial, sans-serif; */
            font-family: "brandon-grotesque", Gotham, Helvetica, Arial, sans-serif;
            display: inline;
            line-height: 1.1;
            color: #000;
            
          }
          .award_nom_item li h5 {
            font-weight: bold;
          }



#fyc_images {
  /* float: left;
  clear: both; */
  padding: 0 0 0px;

  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}
  #fyc_images #images_stage {
    width: 100%;
    min-height: 458px;
    max-height: 100%;
    max-width: 100%;
    background: #F1EDE5;
    text-align: center;
  }
  #fyc_images .images_nav {
    width: auto;
    margin: 20px 0;
    padding: 0 66px;
    min-height: 75px;
    position: relative;
  }
    .images_nav .rs-carousel-mask {
      width: 1008px;
      position: relative;
      overflow: hidden;
    }
    .images_nav ul {
      list-style: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
    }
      .images_nav ul li {
        display: block;
        float: left;
        position: relative;
        padding: 0 14px;
        margin: 0;
        width: 140px;
        height: 83px;
      }
        .images_nav ul li a {
          display: block;
          position: relative;
          width: auto;
          border: 3px solid transparent;
          cursor: pointer;
          z-index: 1;
        }
        .images_nav ul li a.active, .images_nav ul li a:hover {
          border: 3px solid #b99e69;
        }
          .images_nav ul li a img {
            display: block;
            border: 1px solid #d5d5d5;
          }
      .images_nav .rs-carousel-action-next, .images_nav .rs-carousel-action-prev {
        width: 26px;
        height: 35px;
        overflow: hidden;
        display: block;
        position: absolute;
        text-indent: 100%;
        top: 25px;
      }
      .images_nav .rs-carousel-action-prev {
        left: 30px;
        background: url(../../../images/scroll_arrow_l.png) no-repeat left top;
      }
      .images_nav .rs-carousel-action-next {
        right: 30px;
        background: url(../../../images/scroll_arrow_r.png) no-repeat right top;
      }
      .images_nav .rs-carousel-action-disabled {
        background-position: left bottom;
      }
      .images_nav .rs-carousel-action-next.rs-carousel-action-disabled {
        background-position: right bottom;
      }

#fyc_soundtrack {
  /* width: 100%;
  float: left;
  clear: both; */
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
  #song_info {
    float: left;
    width: 455px;
    margin: 20px 0 0 20px;
  }

  @media(max-width: 1231px) {
    #song_info{
      height: 108px;
    }    
  }
    #song_info .song_thumbnail {
      display: block;
      float: left;
      max-width: 105px;
      margin-right: 20px;
      overflow: hidden;
    }
      #song_info .song_thumbnail img {
        display: block;
        width: 100%;
        height: auto;
      }
    #song_info .now_playing_title {
      font-size: 2.25em;
      line-height: 1em;
      color: #717171;
      margin: 0 0 8px;
    }
    @media(max-width: 900px) {
      #song_info .now_playing_title {
        font-size: 2em;
      }
    }
    .now_playing {
      /* font-size: 1.25em; */
      font-size: 0.85em;
      color: #000;
      line-height: 1.2;
    }
      .now_playing span {
        display: block;
      }

@media(max-width: 540px) {
  #fyc_soundtrack .now_playing span {
    max-width: 300px;
  }
}
a.buy_link {
  clear: both;
  float: right;
  margin: -5px 20px 20px 0;
}

.jp-playlist-item span.jp-artist {
  right: 0px !important;
}

@media (max-width: 1415px) {
  #fyc_soundtrack .jp-playlist-item span.jp-artist {
    left: 58vw !important;
  }
}


@media (max-width: 900px) {
  div.jp-type-playlist div.jp-playlist a {
    max-width: 200px;
  }
}


#fyc_screenings {
  width: 100%;
  background: #fff;
  position: relative;
  float: left;
  clear: both;
}
  #fyc_screening_nav {
    width: 92%;
    max-width: 1280px;
    padding: 10px 4% 45px;
    /* float: left; */
    /* clear: both; */
    background: #fff;
    position: relative;
    margin: 0 auto;
    list-style: none;
  }
    #fyc_screening_nav li {
      list-style: none;
      padding: 0;
      margin: 0;
      color: #717171;
      font-size: 16px;
      font-family: SanchezRegular;
      float: left;
      height: 34px;
      line-height: 34px;
    }
    #fyc_screening_nav li:first-child {
      padding-right: 18px;
    }
      #fyc_screening_nav li a {
        display: block;
        height: 34px;
        line-height: 34px;
        color: #ba9e69;
        padding: 0 18px;
      }
      #fyc_screening_nav li a:hover {
        color: #000;
      }

  .fyc_screening_city {
    width: 100%;
    clear: both;
    float: left;
    padding: 20px 0 10px;
    /* border-top: 1px solid #d1d1d1; */
    /* background: url(../../../images/bg_yellow_corner.png) no-repeat top right; */
  }
    .fyc_screening_city h2 {
      display: block;
      /* float: left; */
      margin: 20px 0 10px 0;
      line-height: 1em;
      font-size: 30px;
      width: 92%;
      max-width: 1280px;
      padding: 10px 4%;
      margin: 0 auto;
    }
    .fyc_screening_city .contact_info {
      /* float: right; */
      line-height: 22px;
      font-size: 20px;
      color: #717171;
      font-family: SanchezRegular;
      margin: 28px 20px 0 0;
      width: 92%;
      max-width: 1280px;
      padding: 0 4%;
      margin: 0 auto;
      text-align: right;
    }
    .contact_info.phone {
      background: url(../../../images/icon_phone.png) no-repeat left center;
      padding-left: 27px;
      display: none;
    }
    .contact_info.email {
      background: url(../../../images/icon_email.png) no-repeat left center;
      padding-left: 33px;
      background-position-x: 67%;
      display: none;
    }

      .contact_info span {
        color: #000;
      }
  .fyc_screening_city .theater_showtimes {
    width: 100%;
    /* clear: both;
    float: left; */
    /* border-top: 1px solid #d1d1d1; */
    width: 92%;
    max-width: 1280px;
    padding: 10px 4%;
    margin: 0 auto;
  }
  .fyc_screening_city .contact_info + .theater_showtimes, .fyc_screening_city h2 + .theater_showtimes {
    border: none;
  }
    .theater_showtimes .theater_info {
      display: block;
      float: left;
      clear: left;
      width: 222px;
      margin: 0;
      /* padding: 18px 0 18px 20px; */
      padding: 18px 0;
    }
      .theater_info h6 {
        margin: 0;
        /* font-family: Helvetica, Arial, sans-serif; */
        font-weight: bold;
        color: #000;

        font-size: 16px;
      }
      .theater_info p {
        margin: 0;
        /* font-family: Helvetica, Arial, sans-serif; */
      }
    .theater_showtimes .theater_listings {
      /* width: 800px; */
      padding: 0 45px 0 43px;
      margin: 0;
      /* float: right; */
      float: left;
      overflow: hidden;
      position: relative;
    }
    .theater_listings .scroll_wrap {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: relative;
    }
      .theater_listings ul {
        width: auto;
        list-style: none;
        left: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        min-height: 84px;
      }
        .theater_listings ul li {
          display: block;
          float: left;
          padding: 20px 9px;
          font-weight: bold;
          font-size: 14px;
          width: 135px;
          line-height: 1.5;
          text-align: left;
        }
         .theater_listings ul li span {
          font-weight: normal;
          display: block;
          margin: 5px 0 0;
          line-height: 1.25;
         }
      .theater_listings .rs-carousel-action-next, .theater_listings .rs-carousel-action-prev {
        width: 26px;
        height: 35px;
        overflow: hidden;
        display: block;
        position: absolute;
        text-indent: 100%;
        top: 24px;
      }
      .theater_listings .rs-carousel-action-prev {
        left: 10px;
        background: url(../../../images/scroll_arrow_l.png) no-repeat left top;
      }
      .theater_listings .rs-carousel-action-next {
        right: 20px;
        background: url(../../../images/scroll_arrow_r.png) no-repeat right top;
      }
      .theater_listings .rs-carousel-action-disabled {
        background-position: left bottom;
      }
      .theater_listings .rs-carousel-action-disabled {
        background-position: right bottom;
      }

.fyc_searchlight_awards {

}
.fyc_searchlight_awards #fyc_header {

}
  .fyc_searchlight_awards #fyc_header h1.title_centered  {
    font-size: 1.875em;
    line-height: 1.25;
  }
    .fyc_searchlight_awards #fyc_header h1.title_centered span {
      font-size: 1.35em;
      display: block;
      line-height: 2;
    }

    .fyc_searchlight_awards #film_posters {
      padding-top: 0;
    }
    .fyc_searchlight_awards #film_posters ul li a {
      width: auto;
    }
    #film_posters .link_list {
      display: block;
      /* border-top: 1px solid #d1d1d1; */
      /* border-bottom: 1px solid #d1d1d1; */
      padding: 10px 0;
      /* margin: 0 0 20px; */
      /* min-height: 150px; */
      text-align: center;
      overflow: hidden;
    }
    .fyc_searchlight_awards #film_posters .link_list a,
    .fyc_searchlight_awards #film_posters .link_list .placeholder {
      display: block;
      padding-right: 15px;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      font-size: 0.775em;
      color: #b08a43;
      font-weight: bold;
      border: none;
    }
      .fyc_searchlight_awards #film_posters .link_list a span {
        display: none;
        /* background: url(../../../images/icon_read_more.png) no-repeat right center; */
        /* width: 15px; */
        /* min-height: 6px; */
      }
    .fyc_searchlight_awards #film_posters a.blue_button {
      text-align: center;
      display: inline-block;
      margin: 10px auto 0;
      font-size: .75em;
    }
    .fyc_searchlight_awards #film_posters .helper_text {
      padding: 1em 0 1em 0;
      border: none;
      background: #f1ede5;
    }

.legal_text {
  padding: 20px 20px 0;
  display: block;
  clear: both;
  font-size: 14px;
  color: #949494;
  /* line-height: 1.25; */
  margin: 2em 0 0;
}


/* == Modal Base For Intro Only == */

.modal-overlay {
    z-index:990;
    background:rgba(0, 0, 0, 0.85);
}

.modal-wrapper {
    z-index:995;
    background:transparent;
    height: auto;
    width: 814px;
    height: 478px;
}
    .modal-content {
        padding:0;
    }
    .modal-close {
        position:absolute;
        bottom: -40px;
        right:0;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        z-index:320;
        font-size:1em;
        cursor:pointer;
    }
    .modal-close .blue_button {
     display: inline-block;
     text-align: center;
     margin: auto;
     min-width: 100px;
    }

/* ==2016 new RSVP/Screenings == */

.btn {
    border: 1px solid #b08f4e;
    color: #b08f4e;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 14px;
    display: block;
    text-align: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
}
.theater_listings ul > li .rsvp {
    width: 85px;
    max-width: none;
    margin: 15px 0 10px;
}
.theater_listings ul > li.closed {
    /* opacity: .6; */
    opacity: 0.5;
}

#rsvp a.rsvp,
#rsvp a:hover,
#rsvp a:active,
#rsvp a:link,
#rsvp a:visited,
#rsvp li.closed a:hover,
#rsvp li.closed a:active {
    color: #b08f4e;
    text-decoration: none;
}

.theater_listings a:hover,
.theater_listings a:active {
    color: #866d3b;
}

#rsvp {
  padding: 70px 0;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: auto; }
  #rsvp h2 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: black;
    font-size: 48px;
    text-transform: uppercase; }
  #rsvp .return {
    position: absolute;
    top: 70px;
    right: 0;
    font-family: "ff-tisa-web-pro", serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em; }
  #rsvp .theater_info {
    width: 32.52788%;
    display: inline-block; }
    #rsvp .theater_info h6 {
      margin: 0;
      font-family: "ff-tisa-web-pro", serif;
      font-weight: 700;
      letter-spacing: 0.05em;
      color: #4c5b5c;
      font-size: 16px;
      text-transform: uppercase; }
    #rsvp .theater_info p {
      margin: 0;
      font-family: "ff-tisa-web-pro", serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.05em;
      color: #4c5b5c; }
  #rsvp .success {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 66.9145%; }
    #rsvp .success h3 {
      font-family: "brandon-grotesque", sans-serif;
      font-weight: 500;
      font-size: 25.09px;
      letter-spacing: 0.15em;
      text-transform: uppercase; }
    #rsvp .success p {
      font-family: "ff-tisa-web-pro", serif;
      font-weight: 700;
      color: #4c5b5c;
      font-size: 14px;
      letter-spacing: 0.05em;
      max-width: 500px;
      margin: 0 auto 115px; }
    #rsvp .success .btn {
      width: auto;
      display: inline-block;
      padding: 5px 35px; }

#rsvp-form {
  display: inline-block;
  width: 66.9145%;
  vertical-align: top;
  text-align: right; }
  #rsvp-form input, #rsvp-form select {
    width: 29.16667%; }
    #rsvp-form input:not(.btn), #rsvp-form select:not(.btn) {
      background-color: #fff;
      border: 1px solid rgba(176, 143, 78, 0.3);
      margin-bottom: 30px;
      padding: 5px 0 5px 10px;
      font-family: "ff-tisa-web-pro", serif;
      font-weight: 700;
      font-size: 12px;
      color: #4c5b5c;
      letter-spacing: 0.05em;
      margin-right: 4.86111%; }
      #rsvp-form input:not(.btn):nth-child(2n), #rsvp-form select:not(.btn):nth-child(2n) {
        margin-right: 0; }

        #rsvp-form input:not(.btn):nth-child(6), #rsvp-form select:not(.btn):nth-child(6) {
          margin-right: 5.866111%; }

    #rsvp-form input[type="text"]::-webkit-input-placeholder, #rsvp-form select[type="text"]::-webkit-input-placeholder {
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      font-family: "ff-tisa-web-pro", serif;
      font-weight: 700;
      font-size: 12px;
      color: #4c5b5c;
      letter-spacing: 0.05em; }
    #rsvp-form input[type="text"]:-moz-placeholder, #rsvp-form select[type="text"]:-moz-placeholder {
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      font-family: "ff-tisa-web-pro", serif;
      font-weight: 700;
      font-size: 12px;
      color: #4c5b5c;
      letter-spacing: 0.05em; }
    #rsvp-form input[type="text"]::-moz-placeholder, #rsvp-form select[type="text"]::-moz-placeholder {
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      font-family: "ff-tisa-web-pro", serif;
      font-weight: 700;
      font-size: 12px;
      color: #4c5b5c;
      letter-spacing: 0.05em; }
    #rsvp-form input[type="text"]:-ms-input-placeholder, #rsvp-form select[type="text"]:-ms-input-placeholder {
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      font-family: "ff-tisa-web-pro", serif;
      font-weight: 700;
      font-size: 12px;
      color: #4c5b5c;
      letter-spacing: 0.05em; }
    #rsvp-form input[type="text"]:focus::-webkit-input-placeholder, #rsvp-form select[type="text"]:focus::-webkit-input-placeholder {
      opacity: 0; }
    #rsvp-form input[type="text"]:focus:-moz-placeholder, #rsvp-form select[type="text"]:focus:-moz-placeholder {
      opacity: 0; }
    #rsvp-form input[type="text"]:focus::-moz-placeholder, #rsvp-form select[type="text"]:focus::-moz-placeholder {
      opacity: 0; }
    #rsvp-form input[type="text"]:focus:-ms-input-placeholder, #rsvp-form select[type="text"]:focus:-ms-input-placeholder {
      opacity: 0; }
    #rsvp-form input.error, #rsvp-form select.error {
      color: red;
      border-color: red; }
      #rsvp-form input.error::-webkit-input-placeholder, #rsvp-form select.error::-webkit-input-placeholder {
        color: red; }
      #rsvp-form input.error:-moz-placeholder, #rsvp-form select.error:-moz-placeholder {
        color: red; }
      #rsvp-form input.error::-moz-placeholder, #rsvp-form select.error::-moz-placeholder {
        color: red; }
      #rsvp-form input.error:-ms-input-placeholder, #rsvp-form select.error:-ms-input-placeholder {
        color: red; }
  #rsvp-form .status.error {
    color: red;
    margin-bottom: 10px;
    font-family: "ff-tisa-web-pro", serif;
    font-weight: 700; }
    #rsvp-form .status.error ~ input:not(.btn):nth-child(3n), #rsvp-form .status.error ~ select:not(.btn):nth-child(3n) {
      margin-right: 4.86111%; }
    #rsvp-form .status.error ~ input:not(.btn):nth-child(3n+1), #rsvp-form .status.error ~ select:not(.btn):nth-child(3n+1) {
      margin-right: 0; }
  #rsvp-form .btn {
    display: inline-block; }

.fyc_page .helper_text {
    margin: 0 auto;
    font-size: 25.09px;
    letter-spacing: 0.15em;
    text-align: center;
    border: none;
    line-height: 36px;
    background: #F1EDE5;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 50px 7.83699%;
}

.fyc_page .legal_text {
    margin-bottom: 45px;
}

/* resp 10-10-2018 */
@media(max-width: 900px){
  #page_wrap {
    padding: 0;
    width: 100%;
  }
  #content {
    padding:0;
  }
  #fyc_header {
    width: 90%;
    padding: 20px 5%;
  }
  #fyc_header h1 {
    margin: 45px 0 50px 0;
  }
  #film_posters ul li a {
    width: 100%;
  }

  #film_posters .helper_text {
    font-size: 1.3em;
    line-height: 1.3;
    width: 100%;
    left: 0;
  }

  #footer {
    width: 100%;
    padding:0;
  }
  #footer_base {
    padding: 10px 0;
  }
  #footer_base p {
    margin: 0 0 1px 0;
  }
  #footer_base .spacer {
    display: none;
  }
  #footer_nav li a {
    font-size: .5em;
  }
  #footer_nav {
    padding: initial;
    margin: 0 auto;
  }

  .fyc_back {
    margin-top: 5px;
  }
  a.blue_button.download_schedule {
    width: 47%;
    line-height: 1em;
    text-align: right;
    margin-top: 15px;
  }

  a.blue_button.download_script, a.blue_button.download_schedule, a.blue_button.download_song {
    right: 5%;
  }  
  #fyc_nav {
    margin: 0 auto 15px;
    /* width: 100%; */
    width: calc(100% - 30px);
  }
  #fyc_nav ul li {
    width: 90%;
    /* margin: 5px 5%; */
    margin: 5px 10px;
    border: 1px solid #d0a969;
  }

  #fyc_awards_nominations .award_nom_item li {
    line-height: 1.5;
  }

  #fyc_awards_nominations .award_nom_item li h5 {
    line-height: .75;
  }

  #fyc_awards_nominations h2 {
      font-size: 1.875em;
      margin: 20px 0px;
      line-height: 1;
      text-transform: uppercase;
  }

  #fyc_videos .video_nav .rs-carousel-mask {
    width: 100%;
  }
  #fyc_videos #video_stage {
    /* max-height: 100%; */
    /* height: auto; */
    max-height: 55vw;
    background-color:transparent;
  }
  #fyc_videos #video_player {
    /* width: auto; */
    /* height: auto; */
    height: 100%;
    width: 90%;
    margin: 0 auto;
  }
  #fyc_videos #video_player iframe {
    min-height: 211px;
    width: 100%;
    /* height: auto; */
    height: 100%;
    min-width: 100%;
  }
  #fyc_videos .video_nav {
    margin: 20px 0 0;
  }

  #fyc_awards_synopsis .award_synopsis p{
    margin: 0 5% 0;
  }
  #fyc_awards_nominations {
    margin: 0 5%;
    width: 90%;
  }
  #fyc_images {
    width: 100%;
  }
  #fyc_images #images_stage {
    min-height: auto;
  }
  #fyc_images #images_stage img {
    width: 100%;
  }
  #fyc_images .images_nav {
    padding: 0 12%;
  }
  /* #fyc_images .images.nav ul li {
    width: 100px;
  }
  #fyc_images .images.nav ul li a img{
    width: 100%;
  } */
  #fyc_images .images_nav .rs-carousel-mask {
    width: 100%;
  }
  .rs-carousel.rs-carousel-horizontal .rs-carousel-item {
    /* padding: 0px; */
    width: 100px;
    display: block;
    float: none;
  }
  .rs-carousel.rs-carousel-horizontal .rs-carousel-item img {
    width: 100%;
  }
  .images_nav .rs-carousel-action-next {
    right: 10px;
    top: 13px;
  }
  .images_nav .rs-carousel-action-prev {
    left: 10px;
    top: 13px;
  }

  #fyc_soundtrack div.jp-playlist-header .playlist-header-title {
    width: 100%;
  }
  div.jp-playlist-header .playlist-header-artist {
    display: none;
  }
  .award_nom_item {
    margin: 20px 3px 0;
  }

  .award_nom_item {
    margin: 0 2px 16px;
  }

  .theater_showtimes .theater_listings {
    width: 100%;
    padding: 0px 0px 0px 11px;
    margin: 0;
    float: left;
    overflow: hidden;
    position: relative;
  }
}

#fyc_awards_synopsis {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}

#fyc_awards_synopsis article.award_synopsis {
  margin: 0 auto;
}

#fyc_soundtrack .jp-audio ul.jp-controls {
  float: left;
  left: 21px;
  
}

@media(max-width: 730px){
  #fyc_soundtrack .jp-audio ul.jp-controls {
    margin-bottom: 20px;
  }
}



#rsvp .theater_info .guest-speakers {
  padding:0;
  list-style: none;
}
#rsvp .theater_info .guest-speakers li h4 {
  color:#4c5b5c;
}

#fyc_screenings .guest-speakers li {
  padding: 0;
}

#fyc_screenings .guest-speakers li h4 {
  margin: 20px 0 10px;
  font-family: "brandon-grotesque", Gotham, Helvetica, Arial, sans-serif;
  font-weight: 700;
  /* color: #4c5b5c; */
  color: black;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

#fyc_screenings .guest-speakers li p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

#fyc_screenings #rs-carousel {
  padding: 0;
}

#fyc_screenings .rs-carousel-runner {
  margin: 0;
}

#fyc_screenings .rs-carousel-action {
  display: none;
}
