html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  min-height: 100%;
}
html.no-overflow {
  overflow: hidden;
}

body {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

canvas {
  display: block;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

img {
  border: 0;
  vertical-align: middle;
}

p {
  margin: 1em 0;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input {
  -webkit-border-radius: 0;
  border-radius: 0;
}
input:focus {
  outline: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

sup {
  font-size: 40%;
}

.maintain-aspect-ratio {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.maintain-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .top {
  background-image: url(../img/top-gradient.png);
  background-image: contain;
  background-repeat: repeat-x;
  background-color: transparent;
  transition: all 0.5s ease;
  width: 100%;
}
body .top .inner {
  max-width: 1260px;
  margin: 0 4%;
  height: 106px;
}
@media (min-width: 768px) {
  body .top .inner {
    margin: 0 auto;
    width: 80%;
    height: 164px;
  }
}
body .top .inner .logo {
  width: 135px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  body .top .inner .logo {
    width: 218px;
  }
}
body.scrolled .top {
  position: fixed;
  background-image: none;
  background-color: #1b1b1b;
  border-bottom: 2px solid #3b3b3b;
  z-index: 1;
}
body.scrolled .top .logo {
  margin-top: 0px;
}
@media (min-width: 768px) {
  body.scrolled .top .logo {
    margin-top: 20px;
  }
}

#page-wrap #for-your-consideration {
  position: absolute;
  top: 38%;
  margin-top: -152px;
  left: 2.5%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 20px;
  height: 305px;
  background-image: url(../img/for-your-consideration.png);
  background-size: 20px 305px;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 1400px) {
  #page-wrap #for-your-consideration {
    display: block;
  }
}
#page-wrap .inner {
  max-width: 1260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #page-wrap .inner {
    margin: -50px auto 0;
  }
}
#page-wrap .inner #films {
  position: relative;
  padding: 170px 0 30px 0;
  color: #fff;
}
@media screen and (min-width: 950px) {
  #page-wrap .inner #films {
    padding: 25% 0 160px 0;
    min-height: 72vh;
  }
}
#page-wrap .inner #films .film-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#page-wrap .inner #films .film-list .film {
  margin: 0 20px 70px;
  vertical-align: top;
  min-width: 200px;
  text-align: center;
}
@media (min-width: 950px) {
  #page-wrap .inner #films .film-list .film {
    margin: 0 0 80px;
    padding: 0 20px;
  }
}
#page-wrap .inner #films .film-list .film a {
  transition: color 0.3s;
}
#page-wrap .inner #films .film-list .film a:hover {
  color: #dbd1d1;
}
#page-wrap .inner #films .film-list .film a .film-title {
  font-family: "Abril Fatface", cursive;
  font-size: 2.375em;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.2em;
  height: auto !important;
}
@media (min-width: 768px) {
  #page-wrap .inner #films .film-list .film a .film-title {
    font-size: 32px;
    line-height: 36px;
  }
}
#page-wrap .inner #films .film-list .film .buttons {
  margin-top: 20px;
  display: inline-block;
}
@media (min-width: 768px) {
  #page-wrap .inner #films .film-list .film .buttons {
    display: block;
  }
}
#page-wrap .inner #films .film-list .film .buttons li {
  display: block;
  width: 100%;
  min-width: 0px;
  margin: 0 auto 0;
  padding-bottom: 0;
}
#page-wrap .inner #films .film-list .film .buttons li a {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  width: 125px;
  font-family: proxima-nova-condensed, proxima-nova, sans-serif;
  color: #fff;
  padding: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  outline: 1px solid #fff;
  margin-bottom: 10px;
}
#page-wrap .inner #films .film-list .film .buttons li a:hover {
  background: #eb1212;
}
#page-wrap #footer {
  padding: 65px 5%;
  text-align: center;
  background-color: #000;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  #page-wrap #footer {
    padding: 100px 5%;
  }
}
#page-wrap #footer .for-your {
  letter-spacing: 0.02em;
  margin-bottom: 35px;
  font-size: 16px;
}
#page-wrap #footer .footerlogo {
  margin: 10px auto 40px;
}
#page-wrap #footer .footerlogo img {
  height: 50px;
}
#page-wrap #footer .links li {
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  #page-wrap #footer .links li {
    display: inline-block;
    margin: 0 10px 10px;
  }
}

#film #page-wrap #for-your-consideration {
  top: 50%;
}

#nav-overlay {
  transition: 0.3s ease;
}

#nav {
  position: fixed;
  height: 106px;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: transparent url(../img/top-gradient.png) top left repeat-x;
  z-index: 100;
  -webkit-transition: height 0.6s, background-color 0.6s;
  -moz-transition: height 0.6s, background-color 0.6s;
  transition: height 0.6s, background-color 0.6s;
}
@media (min-width: 701px) {
  #nav #nav {
    height: 164px;
  }
}
#nav .lockout {
  max-width: 1260px;
  position: relative;
  margin: 0 4%;
  height: 100%;
}
@media (min-width: 701px) {
  #nav .lockout {
    margin: 0 auto;
    width: 80%;
  }
}
#nav .lockout .right #hamburger {
  display: table-cell !important;
}
#nav .lockout .right .find-a-screening .btn .arrow {
  width: 25px;
  height: 13px;
  background-image: url(/awards/img/arrow-right-red.png);
  background-size: 25px 13px;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  margin-right: 11px;
  display: inline-block;
}

#contact {
  padding-top: 80px;
}
#contact #page-wrap {
  background-color: #111111;
}

.awardsForm-form,
.fui-form {
  background-color: white;
}

.fui-input {
  border-radius: 0;
}

.fui-page {
  padding: 12px 36px 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.awards-form-inner {
  padding: 60px 0;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  color: black;
}
.awards-form-inner .header-text {
  padding: 24px 0px 24px 0px;
  border-bottom: 1px solid #e3e3e3;
}
.awards-form-inner .header-text .form-header {
  font-family: "Lucida Grande", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.awards-form-inner .header-text .form-subHeader {
  margin-top: 3px;
  font-family: "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.awards-form-inner label {
  font-family: "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.awards-form-inner legend {
  font-family: "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.awards-form-inner .field {
  padding: 12px 36px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.awards-form-inner .field .errors {
  color: red;
}
.awards-form-inner input,
.awards-form-inner textarea {
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #eee inset;
  margin-top: 7px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: black;
  border-radius: 0;
  height: 40px;
}
.awards-form-inner select {
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #eee inset;
  margin-top: 7px;
  border-radius: 0;
}
.awards-form-inner #fields-address label:after {
  display: none;
}
.awards-form-inner #fields-message {
  width: 100%;
  max-width: 420px;
}
.awards-form-inner .submit {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  padding: 0px 36px 32px;
}
.awards-form-inner .submit button {
  font-family: "Lucida Grande", sans-serif;
  padding: 9px 15px;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #666;
  text-shadow: 0 1px #fff;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px rgb(221, 221, 221);
  background: #f5f5f5;
  background: linear-gradient(to top, #f5f5f5 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#eeeeee", GradientType=0);
}
.awards-form-inner .fui-submit {
  font-family: "Lucida Grande", sans-serif;
  padding: 9px 15px;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #666;
  text-shadow: 0 1px #fff;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px rgb(221, 221, 221);
  background: #f5f5f5;
  background: linear-gradient(to top, #f5f5f5 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#eeeeee", GradientType=0);
}
.awards-form-inner .fui-submit:hover {
  color: #666;
}
.awards-form-inner .sprout-address-country-fields > div,
.awards-form-inner .address-countrycode-field {
  padding: 12px 0;
}
.awards-form-inner .sprout-address-country-fields input,
.awards-form-inner .sprout-address-country-fields select {
  width: 265px;
}

.ua-safari .awards-form-inner select {
  width: 265px;
}

body {
  color: white;
  background-color: #181818;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

em {
  font-style: italic;
}

#page-wrap {
  background-color: #181818;
}

/*# sourceMappingURL=style.css.map */
