@font-face {
  font-family: 'AtlasGrotesk-Bold-Web';
  src: url("/media/fonts/AtlasGrotesk-Bold-Web.eot?#iefix");
  src: url("/media/fonts/AtlasGrotesk-Bold-Web.eot?#iefix") format("eot"), url("/media/fonts/AtlasGrotesk-Bold-Web.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

html {
  height: 100%; }

/**
 * Basic styling
 */
body {
  font-family: "AtlasGrotesk-Bold-Web", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
  color: #111;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 10px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

/**
 * Lists
 */
ul, ol {
  margin-left: 20px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

/**
 * Links
 */
a {
  text-decoration: none; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Clearfix
 */
body {
  font-size: 1em;
  background: black; }
  @media screen and (min-width: 1020px) {
    body {
      font-size: 0.875em; } }
  @media screen and (min-width: 1440px) {
    body {
      font-size: 1.125em; } }

.home-feature-title, .site-title, .page-title {
  font-size: 2.66667em;
  line-height: 1; }

.home-feature-content, .site-title, .home-about, .home-about-links, .home-pub, .home-pub-link, .home-feature-footer, .news-content, .jobs-content {
  padding: 15px 20px; }

.home-link {
  color: #111; }

.home, .page-site {
  height: 100%; }

.home-box-features {
  position: relative; }
  @media screen and (min-width: 1020px) {
    .home-box-features {
      float: left;
      width: 66.66667%; } }

.home-box-features {
  background: black; }
  @media screen and (min-width: 1020px) {
    .home-box-features {
      height: 100%; } }

.home-feature {
  background: black;
  color: white;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 150%;
  display: block; }
  @media screen and (min-width: 480px) {
    .home-feature {
      padding-bottom: 93.75%; } }
  @media screen and (min-width: 1020px) {
    .home-feature {
      height: 60%;
      padding-bottom: 0; } }
  @media screen and (min-width: 1440px) {
    .home-feature {
      height: 75%;
      padding-bottom: 0; } }
  .home-feature:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background: -webkit-linear-gradient(top, black, transparent);
    background: linear-gradient(to bottom, black, transparent);
    z-index: 1; }
    @media screen and (min-width: 480px) {
      .home-feature:before {
        height: 400px; } }

.home-feature-meta {
  color: yellow; }

.home-feature-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.4;
  width: 180%;
  max-width: none;
  margin-left: -40%; }
  @media screen and (min-width: 480px) {
    .home-feature-image {
      opacity: 0.9;
      width: 100%;
      margin: 0; } }

.home-feature-content {
  position: relative;
  z-index: 2; }

@media screen and (min-width: 480px) {
  .home-feature-description {
    max-width: 50%; } }

.site-title {
  margin: 0;
  color: yellow;
  position: relative;
  z-index: 4; }

.home-box-info {
  background: yellow; }
  @media screen and (min-width: 1020px) {
    .home-box-info {
      position: fixed;
      right: 0;
      top: 0;
      width: 33.33333%;
      height: 100%;
      min-height: 660px; } }
  @media screen and (min-width: 1440px) {
    .home-box-info {
      min-height: 670px; } }

.home-about {
  position: relative;
  padding-bottom: 5em;
  background: yellow; }
  @media screen and (min-width: 1020px) {
    .home-about {
      height: 50%; } }

.home-about-title {
  font-size: 1.25em; }

.home-about-links {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.875em; }

.home-about-contact {
  float: left;
  margin-right: 3%; }
  @media screen and (min-width: 480px) {
    .home-about-contact {
      margin-right: 5%; } }
  @media screen and (min-width: 1440px) {
    .home-about-contact {
      margin-right: 8%; } }

.home-about-social {
  float: right;
  margin-left: 5%; }
  .home-about-social img {
    width: 14px; }
    @media screen and (min-width: 1020px) {
      .home-about-social img {
        width: 16px; } }
    @media screen and (min-width: 1440px) {
      .home-about-social img {
        width: 21px; } }

.home-pub {
  padding-top: 20px;
  position: relative;
  width: 100%;
  height: 250px;
  background: white;
  display: block; }
  @media screen and (min-width: 480px) {
    .home-pub {
      width: 50%;
      float: left; } }
  @media screen and (min-width: 1020px) {
    .home-pub {
      height: 25%;
      width: 100%; } }

.home-pub--alt {
  background: #FAFAFA; }

.home-pub-link {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0; }

.home-pub-text {
  padding-top: 12px;
  font-size: 2vh;
  /* phones in landscape mode */ }
  @media screen and (min-width: 480px) {
    .home-pub-text {
      font-size: 1.5vh; } }
  @media screen and (max-height: 414px) {
    .home-pub-text {
      font-size: 3vh; } }

.spotlight-trailer-button {
  background: white;
  display: inline-block;
  margin-top: 1em;
  width: 40px; }
  @media screen and (min-width: 480px) {
    .spotlight-trailer-button {
      width: auto; } }

.page-title {
  /* phones in landscape mode */ }
  @media screen and (max-height: 414px) {
    .page-title {
      font-size: 8vh; } }

.page-site {
  height: auto; }

.page-site-base, .news-toc, .news-post, .jobs-list {
  background: black;
  color: white;
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 30px;
  display: block; }
  .page-site-base:before, .news-toc:before, .news-post:before, .jobs-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    z-index: 1; }
    @media screen and (min-width: 480px) {
      .page-site-base:before, .news-toc:before, .news-post:before, .jobs-list:before {
        height: 400px; } }

.page-note {
  font-size: 0.875em;
  margin-top: 1em; }
  @media screen and (min-width: 1020px) {
    .page-note {
      font-size: 0.75em; } }
  @media screen and (min-width: 1440px) {
    .page-note {
      font-size: 0.75em; } }

.home-box-features-cover, .home-pub-cover, .home-pub-cover--alt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@-webkit-keyframes home-box-features-reveal {
  0% {
    z-index: 3;
    background: yellow;
    height: 100%; }
  30% {
    z-index: 3;
    background: yellow;
    height: 100%; }
  100% {
    z-index: 3;
    background: yellow;
    height: 0%; } }

@keyframes home-box-features-reveal {
  0% {
    z-index: 3;
    background: yellow;
    height: 100%; }
  30% {
    z-index: 3;
    background: yellow;
    height: 100%; }
  100% {
    z-index: 3;
    background: yellow;
    height: 0%; } }
.home-box-features-cover {
  position: fixed;
  pointer-events: none;
  -webkit-animation: home-box-features-reveal 1s forwards;
          animation: home-box-features-reveal 1s forwards; }

@-webkit-keyframes home-pub-cover-reveal {
  0% {
    background: yellow;
    height: 100%; }
  50% {
    background: yellow;
    height: 100%; }
  100% {
    background: yellow;
    height: 0%; } }

@keyframes home-pub-cover-reveal {
  0% {
    background: yellow;
    height: 100%; }
  50% {
    background: yellow;
    height: 100%; }
  100% {
    background: yellow;
    height: 0%; } }
.home-pub-cover {
  pointer-events: none;
  z-index: 1;
  -webkit-animation: home-pub-cover-reveal 1200ms forwards;
          animation: home-pub-cover-reveal 1200ms forwards; }

.home-pub-cover--alt {
  pointer-events: none;
  z-index: 1;
  -webkit-animation: home-pub-cover-reveal 1600ms forwards;
          animation: home-pub-cover-reveal 1600ms forwards; }

@-webkit-keyframes home-pub-content-reveal {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes home-pub-content-reveal {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.home-pub-content {
  -webkit-animation: home-pub-content-reveal 3s forwards;
          animation: home-pub-content-reveal 3s forwards; }

.home-pub-content--alt {
  -webkit-animation: home-pub-content-reveal 3.5s forwards;
          animation: home-pub-content-reveal 3.5s forwards; }

@-webkit-keyframes home-feature-reveal {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes home-feature-reveal {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.home-feature {
  -webkit-animation: home-feature-reveal 2.5s forwards;
          animation: home-feature-reveal 2.5s forwards; }

@-webkit-keyframes home-feature-image-reveal-mobile {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  70% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6; } }

@keyframes home-feature-image-reveal-mobile {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  70% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6; } }
@-webkit-keyframes home-feature-image-reveal {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  70% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.9; } }
@keyframes home-feature-image-reveal {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  70% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.9; } }
.home-feature-image {
  -webkit-animation: home-feature-image-reveal-mobile 3s forwards;
          animation: home-feature-image-reveal-mobile 3s forwards; }
  @media screen and (min-width: 480px) {
    .home-feature-image {
      -webkit-animation: home-feature-image-reveal 3s forwards;
              animation: home-feature-image-reveal 3s forwards; } }

@-webkit-keyframes site-title-reveal {
  0% {
    color: black; }
  40% {
    color: black; }
  100% {
    color: yellow; } }

@keyframes site-title-reveal {
  0% {
    color: black; }
  40% {
    color: black; }
  100% {
    color: yellow; } }
.site-title {
  -webkit-animation: site-title-reveal 2s forwards;
          animation: site-title-reveal 2s forwards; }

@-webkit-keyframes home-about-reveal {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes home-about-reveal {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.home-about {
  -webkit-animation: home-about-reveal 3s forwards;
          animation: home-about-reveal 3s forwards; }

.home-feature a {
  color: #fff;
  text-decoration: none; }

.home-feature-footer {
  position: absolute;
  bottom: 0;
  font-size: 0.75em; }
  @media screen and (min-width: 480px) {
    .home-feature-footer {
      font-size: 1.125em; } }

#spotlight_academy_award_headline {
  width: 80%; }
  @media screen and (min-width: 480px) {
    #spotlight_academy_award_headline {
      width: 60%; } }
  @media screen and (min-width: 1020px) {
    #spotlight_academy_award_headline {
      width: 40%; } }

.news-toc .news-item {
  max-width: 93%;
  margin-top: 2.5em; }
.news-toc .title {
  font-size: 1.375em; }
.news-toc .date {
  font-size: 0.875em;
  font-style: italic; }
.news-toc .text {
  font-size: 1em; }
.news-toc a {
  color: white; }

.news-post .title {
  font-size: 2em;
  /* phones in landscape mode */ }
  @media screen and (max-height: 414px) {
    .news-post .title {
      font-size: 8vh; } }
.news-post .date {
  font-size: 0.875em;
  font-style: italic;
  margin-bottom: 1.25em; }
.news-post .text {
  font-size: 1em;
  max-width: 95%; }
  .news-post .text a {
    color: white;
    border-bottom: dotted 1px; }
.news-post .image {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.news-content {
  position: relative;
  z-index: 2; }
  .news-content .breadcrumb {
    font-size: 0.875em;
    margin-bottom: 1.5em; }
    .news-content .breadcrumb a {
      color: white;
      border-bottom: dotted 1px; }

.jobs-list .title {
  font-size: 1.375em; }
.jobs-list .date {
  font-size: 0.875em;
  font-style: italic; }
.jobs-list .text {
  font-size: 1.125em;
  margin-top: 2em;
  max-width: 80%; }
  @media screen and (min-width: 1440px) {
    .jobs-list .text {
      max-width: 65%; } }
.jobs-list a {
  color: white; }
.jobs-list .jobs-department {
  margin-top: 2em;
  margin-bottom: 2em; }
.jobs-list .jobs-position {
  padding-top: 5px; }
.jobs-list .jobs-link {
  color: white; }
.jobs-list .job-link-location {
  font-size: smaller; }

.jobs-content {
  position: relative;
  z-index: 2; }
  .jobs-content .breadcrumb {
    font-size: 0.875em;
    margin-bottom: 1.5em; }
    .jobs-content .breadcrumb a {
      color: white;
      border-bottom: dotted 1px; }
