/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS and IE text size adjust after device orientation change,
     *    without disabling user zoom.
     */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
     * Remove default margin.
     */
body {
  margin: 0; }

/* HTML5 display definitions
       ========================================================================== */
/**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11
     * and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
       * Address `[hidden]` styling not present in IE 8/9/10.
       */
[hidden] {
  display: none; }

/**
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */
template {
  display: none; }

/* Links
       ========================================================================== */
/**
       * Remove the gray background color from active links in IE 10.
       */
a {
  background-color: transparent; }

/**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
     */
abbr[title] {
  border-bottom: 1px dotted; }

/**
     * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
     */
b,
strong {
  font-weight: bold; }

/**
     * Address styling not present in Safari and Chrome.
     */
dfn {
  font-style: italic; }

/**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

/**
       * Address styling not present in IE 8/9.
       */
mark {
  background: #ff0;
  color: #000; }

/**
     * Address inconsistent and variable font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
       ========================================================================== */
/**
       * Remove border when inside `a` element in IE 8/9/10.
       */
img {
  border: 0; }

/**
     * Correct overflow not hidden in IE 9/10/11.
     */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
       ========================================================================== */
/**
       * Address margin not present in IE 8/9 and Safari.
       */
figure {
  margin: 1.5em 40px; }

/**
     * Address differences between Firefox and other browsers.
     */
hr {
  box-sizing: content-box;
  height: 0; }

/**
     * Contain overflow in all browsers.
     */
pre {
  overflow: auto; }

/**
     * Address odd `em`-unit font size rendering in all browsers.
     */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
       ========================================================================== */
/**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */
/**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 5. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */
button {
  overflow: visible; }

/**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */
button,
select {
  text-transform: none; }

/**
     * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
     *    and `video` controls.
     * 2. Correct inability to style clickable `input` types in iOS.
     * 3. Improve usability and consistency of cursor style between image-type
     *    `input` and others.
     * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
     *    Known issue: inner spacing remains in IE 6.
     */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
     * Re-set default cursor for disabled elements.
     */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
     * Remove inner padding and border in Firefox 4+.
     */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
     * Address Firefox 4+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */
input {
  line-height: normal; }

/**
       * It's recommended that you don't attempt to style these elements.
       * Firefox's implementation doesn't respect box-sizing, padding, or width.
       *
       * 1. Address box sizing set to `content-box` in IE 8/9/10.
       * 2. Remove excess padding in IE 8/9/10.
       * 3. Remove excess padding in IE 7.
       *    Known issue: excess padding remains in IE 6.
       */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
     */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
       * Remove inner padding and search cancel button in Safari and Chrome on OS X.
       * Safari (but not Chrome) clips the cancel button when the search input has
       * padding (and `textfield` appearance).
       */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * Define consistent border, margin, and padding.
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct `color` not being inherited in IE 8/9/10/11.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     * 3. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */
textarea {
  overflow: auto; }

/**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */
optgroup {
  font-weight: bold; }

/* Tables
       ========================================================================== */
/**
     * Remove most spacing between table cells.
     */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after, .two-up-image-block:after, .four-up-image-block:after, .six-up-image-block:after, .project-list:after, .video-gallery .gallery-header:after, .video-gallery .gallery-thumbnails-slider:after {
  content: " ";
  display: table;
  clear: both; }

/*
 * MOBILE MULTIPLY RATIO
 */
*, *:before, *:after {
  box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Adelle W01 Thin", arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #A7A7A7;
  background-color: #212121; }

h1, h2, h3, h4, h5, h6 {
  color: #FF3333;
  font-family: "Futura BT W01 Book", arial, sans-serif;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase; }

hr {
  background-color: #393939; }

input, select, textarea {
  font-family: "Futura BT W01 Book", arial, sans-serif;
  border-radius: 0; }

a {
  text-decoration: none; }

iframe {
  border: none; }

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle; }
  .icon.icon-search {
    width: 23px;
    height: 23px;
    background-image: url("../assets/icons/icon-search.svg"); }
    @media only screen and (max-width: 767px) {
      .icon.icon-search {
        height: 18px;
        width: 18px; } }
  .icon.icon-search-black {
    width: 23px;
    height: 23px;
    background-image: url("../assets/icons/icon-search-black.svg"); }
    @media only screen and (max-width: 767px) {
      .icon.icon-search-black {
        width: 18px;
        height: 18px; } }
  .icon.icon-filter {
    width: 25px;
    height: 27px;
    background-image: url("../assets/icons/icon-filter.svg"); }
  .icon.icon-close {
    width: 26px;
    height: 26px;
    background-image: url("../assets/icons/icon-close.svg"); }
    @media only screen and (max-width: 767px) {
      .icon.icon-close {
        width: 18px;
        height: 18px; } }
  .icon.icon-close-black {
    width: 22px;
    height: 22px;
    background-image: url("../assets/icons/icon-close-black.svg"); }
    @media only screen and (max-width: 767px) {
      .icon.icon-close-black {
        width: 18px;
        height: 18px; } }
  .icon.icon-social {
    background-position: center center;
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px; }
  .icon.icon-facebook {
    background-image: url("../assets/icons/icon-social-facebook.svg");
    height: 20px;
    width: 9px; }
    .icon.icon-facebook-black {
      background-image: url("../assets/icons/icon-social-facebook-black.svg"); }
    .icon.icon-facebook-gray {
      background-image: url("../assets/icons/icon-social-facebook-gray.svg");
      height: 20px;
      width: 9px; }
    @media only screen and (min-width: 1025px) {
      .footer a:hover .icon.icon-facebook {
        background-image: url("../assets/icons/icon-social-facebook-black.svg"); } }
  .icon.icon-twitter {
    background-image: url("../assets/icons/icon-social-twitter.svg");
    height: 16px;
    width: 21px; }
    .icon.icon-twitter-black {
      background-image: url("../assets/icons/icon-social-twitter-black.svg"); }
    .icon.icon-twitter-gray {
      background-image: url("../assets/icons/icon-social-twitter-gray.svg");
      height: 16px;
      width: 20px; }
    @media only screen and (min-width: 1025px) {
      .footer a:hover .icon.icon-twitter {
        background-image: url("../assets/icons/icon-social-twitter-black.svg"); } }
  .icon.icon-vimeo {
    background-image: url("../assets/icons/icon-social-vimeo.svg");
    height: 20px;
    width: 24px; }
    .icon.icon-vimeo-black {
      background-image: url("../assets/icons/icon-social-vimeo-black.svg"); }
    @media only screen and (min-width: 1025px) {
      .footer a:hover .icon.icon-vimeo {
        background-image: url("../assets/icons/icon-social-vimeo-black.svg"); } }
  .icon.icon-lbb {
    background-image: url("../assets/icons/icon-social-lbb.svg");
    height: 34px;
    width: 22px; }
    .icon.icon-lbb-black {
      background-image: url("../assets/icons/icon-social-lbb-black.svg"); }
    @media only screen and (min-width: 1025px) {
      .footer a:hover .icon.icon-lbb {
        background-image: url("../assets/icons/icon-social-lbb-black.svg"); } }
  .icon.icon-email-gray {
    background-image: url("../assets/icons/icon-social-email-gray.svg");
    height: 16px;
    width: 24px; }
  .icon.icon-linkedin {
    background-image: url("../assets/icons/icon-social-linkedin.svg");
    height: 18px;
    width: 21px; }
    .icon.icon-linkedin-black {
      background-image: url("../assets/icons/icon-social-linkedin-black.svg"); }
    .icon.icon-linkedin-gray {
      background-image: url("../assets/icons/icon-social-linkedin-gray.svg");
      height: 18px;
      width: 20px; }
    @media only screen and (min-width: 1025px) {
      .footer a:hover .icon.icon-linkedin {
        background-image: url("../assets/icons/icon-social-linkedin-black.svg"); } }
  .icon.icon-play {
    background-image: url("../assets/icons/icon-play.svg");
    width: 73px;
    height: 74px; }
  .icon.icon-arrow-left {
    background-image: url("../assets/icons/icon-arrow-right.svg");
    width: 11px;
    height: 18px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .broadcast-project-details-page .icon.icon-arrow-left {
      background-image: url("../assets/icons/icon-arrow-right-white.svg"); }
  .icon.icon-arrow-right {
    background-image: url("../assets/icons/icon-arrow-right.svg");
    width: 11px;
    height: 18px; }
    .broadcast-project-details-page .icon.icon-arrow-right {
      background-image: url("../assets/icons/icon-arrow-right-white.svg"); }
  .icon.icon-arrow-red {
    background-image: url("../assets/icons/icon-arrow-red.svg");
    height: 13px;
    width: 8px; }

body {
  overflow-y: hidden;
  overflow-x: hidden; }
  body.no-overflow {
    overflow: hidden !important; }

.site-content-wrapper {
  position: relative;
  transition: opacity 0.5s ease-in-out;
  opacity: 0; }
  .pace-done .site-content-wrapper {
    opacity: 1; }
  body.menu-open .site-content-wrapper {
    -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
            transform: translateX(200px); }
    @media only screen and (max-width: 767px) {
      body.menu-open .site-content-wrapper {
        -webkit-transform: translateY(200px);
            -ms-transform: translateY(200px);
                transform: translateY(200px); } }

.pace-done {
  overflow-y: auto; }

.red-bar-line {
  background: #FF3333;
  height: 22px;
  width: 100%; }

.col-half {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .col-half {
      width: 100%; } }

.col-one-third {
  width: 33.3333%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .col-one-third {
      width: 100%; } }

.overflow-hidden {
  overflow: hidden; }

.sliding {
  opacity: 0;
  transition: opacity 700ms, -webkit-transform 700ms ease-out;
  transition: opacity 700ms, transform 700ms ease-out;
  transition: opacity 700ms, transform 700ms ease-out, -webkit-transform 700ms ease-out; }

.pace-inactive {
  display: none; }

.pace {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 70;
  background-color: #212121;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.pace-progress {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 8px;
  z-index: 71;
  background-color: #FF3333; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -ms-grid-row-align: flex-start;
      align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.article-social {
  border-top: 1px solid #393939;
  margin-top: 60px;
  padding: 30px 0 30px; }
  @media only screen and (max-width: 767px) {
    .article-social {
      padding: 20px 0 30px; } }
  .article-social ul {
    margin: 0;
    text-align: center;
    padding: 0; }
    .article-social ul li {
      display: inline-block;
      margin: 0 5px; }
      .article-social ul li a {
        display: inline-block;
        padding: 0 5px;
        text-align: center;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
        .article-social ul li a:hover {
          -webkit-transform: translateY(-3px);
              -ms-transform: translateY(-3px);
                  transform: translateY(-3px); }
      .article-social ul li:first-child {
        margin-left: 0; }
      .article-social ul li:last-child {
        margin-right: 0; }

.article-content {
  width: 100%;
  max-width: 1155px;
  margin: 0 auto; }
  .article-content.narrow {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    padding: 0; }
    @media (max-width: 925px) {
      .article-content.narrow {
        padding: 0 20px; } }
  @media (max-width: 1210px) {
    .article-content {
      padding: 0 20px; } }

.intro-block {
  text-align: center;
  margin: 60px 0; }
  @media only screen and (max-width: 767px) {
    .intro-block {
      margin: 40px 0; } }
  .intro-block h1 {
    font-size: 28px;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .intro-block h1 {
        font-size: 22px; } }
  .intro-block .rich-text p {
    font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .intro-block .rich-text p {
        font-size: 16px; } }

.image-tile {
  padding: 10px; }
  .image-tile img {
    width: 100%;
    display: block; }

.image-block img, .full-bleed-image-block img, .two-up-image-block img, .four-up-image-block img, .six-up-image-block img {
  width: 100%;
  display: block; }

.image-block, .full-bleed-image-block {
  margin: 60px 0; }
  @media only screen and (max-width: 767px) {
    .image-block, .full-bleed-image-block {
      margin: 40px 0; } }

.two-up-image-block, .four-up-image-block, .six-up-image-block {
  margin: 50px -10px; }
  @media only screen and (max-width: 767px) {
    .two-up-image-block, .four-up-image-block, .six-up-image-block {
      margin: 30px -10px; } }

.embed-block {
  margin: 60px 0;
  height: 0;
  position: relative;
  padding-bottom: 56.25%; }
  .embed-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.filter-dropdown {
  position: absolute;
  z-index: 10;
  font-family: "Futura BT W01 Book", arial, sans-serif;
  display: none;
  opacity: 0;
  right: 0;
  transition: opacity 300ms;
  min-width: 400px;
  top: 110px;
  margin-right: 60px; }
  @media only screen and (max-width: 767px) {
    .filter-dropdown {
      min-width: 0;
      top: 92px;
      padding: 0 20px;
      margin-right: 0;
      width: 100%; } }
  .filter-dropdown.active {
    opacity: 1; }
  .filter-dropdown .filter-dropdown-element {
    display: block;
    background: #101010;
    color: #fff;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    font-size: 22px;
    padding: 20px 30px; }
    @media only screen and (max-width: 767px) {
      .filter-dropdown .filter-dropdown-element {
        padding: 10px 20px;
        font-size: 18px; } }
    .filter-dropdown .filter-dropdown-element:hover, .filter-dropdown .filter-dropdown-element.active {
      color: #212121;
      background: #A7A7A7;
      text-decoration: none; }
      .broadcast-project-list-page .filter-dropdown .filter-dropdown-element:hover, .broadcast-project-list-page .filter-dropdown .filter-dropdown-element.active {
        background: #fff; }

.no-results {
  display: block;
  margin-left: 45px;
  margin-bottom: 185px;
  font-size: 22px;
  font-family: "Futura BT W01 Book", arial, sans-serif;
  min-height: 400px; }
  @media only screen and (max-width: 767px) {
    .no-results {
      font-size: 16px;
      margin-left: 45px;
      margin-bottom: 95px;
      margin-top: 10px; } }
  .broadcast-project-list-page .no-results {
    color: #fff; }

.footer {
  background: #FF3333;
  color: #fff;
  float: left;
  font-family: "Futura BT W01 Book", arial, sans-serif;
  padding: 48px 30px 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 22px 20px 0; } }
  .footer .footer-content {
    border-bottom: 1px solid #fff;
    float: left;
    min-height: 253px;
    padding-bottom: 20px;
    width: 100%; }
    .footer .footer-content .footer-column {
      float: left;
      font-size: 22px;
      line-height: 38px;
      min-width: 250px;
      padding: 0 30px;
      width: 32%; }
      .footer .footer-content .footer-column .footer-column-social {
        display: none; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .footer .footer-content .footer-column .footer-column-social {
            display: block;
            float: left;
            margin: 10px 0  0 -4px; } }
      @media only screen and (max-width: 767px) {
        .footer .footer-content .footer-column {
          font-size: 18px;
          line-height: 30px;
          margin-bottom: 14px;
          padding: 0;
          width: 100%; } }
      .footer .footer-content .footer-column a {
        border-bottom: 1px solid #FF3333;
        color: #fff;
        transition: border-bottom .5s ease-in-out; }
        .footer .footer-content .footer-column a:hover {
          text-decoration: none;
          border-bottom: 1px solid;
          transition: border-bottom .5s ease-in-out; }
      .footer .footer-content .footer-column:first-child {
        min-width: 390px; }
        @media only screen and (max-width: 767px) {
          .footer .footer-content .footer-column:first-child {
            min-width: 0; } }
      @media only screen and (max-width: 767px) {
        .footer .footer-content .footer-column .logo {
          margin-bottom: 16px;
          display: block; } }
      .footer .footer-content .footer-column .logo img {
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          .footer .footer-content .footer-column .logo img {
            width: 97px; } }
      .footer .footer-content .footer-column p {
        color: #fff;
        margin: 0;
        padding: 0; }
    .footer .footer-content .footer-column-social {
      float: right;
      padding-left: 0;
      min-width: 200px;
      text-align: right;
      width: 243px; }
      @media only screen and (max-width: 767px) {
        .footer .footer-content .footer-column-social {
          float: left;
          margin: 4px 0 5px;
          text-align: left; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .footer .footer-content .footer-column-social {
          display: none; } }
      .footer .footer-content .footer-column-social ul {
        display: inline-block;
        margin: 2px 0 0 0;
        padding: 0;
        list-style-type: none;
        cursor: default; }
        .footer .footer-content .footer-column-social ul li {
          display: inline-block;
          margin: 0 5px; }
          .footer .footer-content .footer-column-social ul li a {
            border-bottom: 0;
            display: inline-block;
            padding: 0 5px;
            text-align: center; }
            .footer .footer-content .footer-column-social ul li a .icon {
              transition: all 300ms ease-in-out; }
            .footer .footer-content .footer-column-social ul li a:hover {
              border-bottom: 0; }
              .footer .footer-content .footer-column-social ul li a:hover .icon {
                transition: all 300ms ease-in-out; }
          .footer .footer-content .footer-column-social ul li:first-child {
            margin-left: 0; }
          .footer .footer-content .footer-column-social ul li:last-child {
            margin-right: 0; }
  .footer .footer-copyright-text {
    float: right;
    font-size: 16px;
    padding: 24px 30px 20px 0; }
    @media only screen and (max-width: 767px) {
      .footer .footer-copyright-text {
        font-size: 12px;
        padding: 15px 0 12px 0; } }
  .footer .footer-black-fix {
    display: none; }

.header-bg {
  z-index: 25; }
  @media only screen and (max-width: 767px) {
    .header-bg {
      background: #303030; } }
  body.solid-header .header-bg {
    background: #303030; }

.header, .header-bg {
  width: 100%;
  pointer-events: none;
  height: 80px;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 400ms, background 400ms, -webkit-transform 400ms ease-in-out;
  transition: opacity 400ms, background 400ms, transform 400ms ease-in-out;
  transition: opacity 400ms, background 400ms, transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out; }
  @media only screen and (max-width: 767px) {
    .header, .header-bg {
      height: 60px; } }
  .collapsed-header .header, .collapsed-header .header-bg {
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px); }
    @media only screen and (max-width: 767px) {
      .collapsed-header .header, .collapsed-header .header-bg {
        -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
                transform: translateY(-50px); } }
  .pace-done .header, .pace-done .header-bg {
    opacity: 1; }

.header {
  z-index: 40; }
  .header .menu-btn {
    float: left;
    margin-top: 27px;
    color: white;
    font-family: "Futura BT W01 Book", arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-left: 64px;
    cursor: pointer;
    pointer-events: all; }
    @media only screen and (max-width: 767px) {
      .header .menu-btn {
        line-height: 18px;
        margin-top: 21px;
        margin-left: 18px;
        font-size: 18px; } }
    .header .menu-btn .element-container {
      overflow: hidden;
      position: relative; }
    .header .menu-btn .open-element {
      display: inline-block; }
      body.menu-open .header .menu-btn .open-element {
        -webkit-transform: translateX(60px);
            -ms-transform: translateX(60px);
                transform: translateX(60px); }
        @media only screen and (max-width: 767px) {
          body.menu-open .header .menu-btn .open-element {
            -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                    transform: translateY(100%); } }
    .header .menu-btn .close-element {
      display: block;
      position: absolute;
      font-size: 0;
      top: 0;
      left: 0;
      width: 26px;
      height: 26px;
      -webkit-transform: translateX(-60px);
          -ms-transform: translateX(-60px);
              transform: translateX(-60px); }
      @media only screen and (max-width: 767px) {
        .header .menu-btn .close-element {
          -webkit-transform: translateY(-105%);
              -ms-transform: translateY(-105%);
                  transform: translateY(-105%);
          width: 18px;
          height: 18px; } }
      body.menu-open .header .menu-btn .close-element {
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0); }
  .header .breadcrumb-btn {
    float: left;
    margin-top: 27px;
    font-family: "Futura BT W01 Book", arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-left: 10px;
    pointer-events: all; }
    @media only screen and (max-width: 767px) {
      .header .breadcrumb-btn {
        display: none; } }
    .header .breadcrumb-btn .element-container {
      overflow: hidden;
      position: relative; }
    .header .breadcrumb-btn a {
      color: #FF3333; }
      .header .breadcrumb-btn a .icon {
        position: relative;
        top: -3px;
        margin-right: 5px;
        margin-left: 3px;
        transition: -webkit-transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
      .header .breadcrumb-btn a:hover .icon {
        -webkit-transform: translateX(-3px);
            -ms-transform: translateX(-3px);
                transform: translateX(-3px); }
    .header .breadcrumb-btn .open-element {
      display: inline-block; }
      body.menu-open .header .breadcrumb-btn .open-element {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
  .header .logo {
    float: right;
    margin-top: 29px;
    margin-right: 64px;
    overflow: hidden;
    pointer-events: all; }
    @media only screen and (max-width: 767px) {
      .header .logo {
        margin-top: 22.5px;
        margin-right: 18px; } }
    @media only screen and (max-width: 767px) {
      body.menu-open .header .logo {
        pointer-events: none; } }
    .header .logo a {
      display: block; }
      @media only screen and (max-width: 767px) {
        body.menu-open .header .logo a {
          -webkit-transform: translateY(100%);
              -ms-transform: translateY(100%);
                  transform: translateY(100%); } }
      .header .logo a img {
        height: 22px;
        width: 142px;
        display: block; }
        @media only screen and (max-width: 767px) {
          .header .logo a img {
            height: 15px;
            width: 97px; } }

.mobile-breadcrumb {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  background: #212121;
  opacity: 0;
  transition: opacity 400ms, -webkit-transform 400ms ease-in-out;
  transition: opacity 400ms, transform 400ms ease-in-out;
  transition: opacity 400ms, transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  z-index: 20; }
  @media only screen and (max-width: 767px) {
    .mobile-breadcrumb {
      display: block; } }
  .collapsed-header .mobile-breadcrumb {
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px); }
  .pace-done .mobile-breadcrumb {
    opacity: 1; }
  .mobile-breadcrumb a {
    color: #FF3333;
    float: left;
    font-family: "Futura BT W01 Book", arial, sans-serif;
    margin-left: 64px; }
    @media only screen and (max-width: 767px) {
      .mobile-breadcrumb a {
        line-height: 18px;
        margin-top: 21px;
        margin-left: 18px;
        font-size: 18px; } }
    .mobile-breadcrumb a .icon {
      position: relative;
      top: -2px;
      margin-right: 5px; }

.project-list-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .project-list-hero-content h1 {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
    margin: 10px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .project-list-hero-content h1 {
        font-size: 24px; } }
  .project-list-hero-content .watch-btn {
    cursor: pointer;
    font-family: "Futura BT W01 Book", arial, sans-serif;
    font-size: 20px;
    transition: color 300ms, border 300ms;
    border-bottom: 1px solid transparent; }
    .project-list-hero-content .watch-btn:hover {
      color: white;
      border-bottom: 1px solid white; }

.hero-section {
  overflow: hidden;
  position: relative; }

.hero-background-image {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: opacity 500ms; }

.hero-background-image-wide:after {
  content: '';
  display: block;
  height: 0;
  padding-bottom: 41.66666%; }

.hero-background-image-fitted {
  height: 100vh; }
  @media only screen and (max-width: 767px) {
    .hero-background-image-fitted {
      margin-top: 60px;
      height: calc(100vh - 60px); } }

.hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  pointer-events: none; }

.home-hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .home-hero-content {
      top: 41%; } }
  .home-hero-content h1 {
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 52px; }
    @media only screen and (max-width: 767px) {
      .home-hero-content h1 {
        font-size: 24px; } }
    .home-hero-content h1 .wrapper {
      overflow: hidden;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .home-hero-content h1 .wrapper {
          display: block; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .home-hero-content h1 .wrapper {
          display: block; } }
      .home-hero-content h1 .wrapper .element {
        opacity: 0;
        transition: all 0.5s ease-in-out;
        transition-delay: 0.5s;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          .home-hero-content h1 .wrapper .element {
            line-height: 46px;
            display: block; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .home-hero-content h1 .wrapper .element {
            line-height: 74px;
            display: block; } }
        .pace-done .home-hero-content h1 .wrapper .element {
          opacity: 1; }

.home-hero-nav {
  position: absolute;
  left: 0%;
  bottom: 23%;
  width: 100%;
  color: #999999;
  font-size: 22px;
  text-align: center;
  font-family: "Futura BT W01 Book", arial, sans-serif; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home-hero-nav {
      bottom: 19%; } }
  @media only screen and (max-width: 767px) {
    .home-hero-nav {
      bottom: 25%; } }
  @media only screen and (max-width: 767px) and (orientation: landscape) {
    .home-hero-nav {
      bottom: 5%; } }
  .home-hero-nav .wrapper {
    display: block;
    opacity: 0;
    transition: opacity 0.5s;
    transition-delay: 1s; }
    .pace-done .home-hero-nav .wrapper {
      opacity: 1; }
    .home-hero-nav .wrapper.broadcast {
      margin-bottom: 30px; }
    .home-hero-nav .wrapper a {
      display: inline-block;
      color: #999999;
      transition: color 300ms, border 300ms;
      border-bottom: 1px solid transparent; }
      @media only screen and (min-width: 768px) {
        .home-hero-nav .wrapper a:hover {
          color: #ffffff;
          border-bottom: 1px solid #ffffff; } }

.menu-content-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 720px;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 30;
  background: #303030; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-content-wrapper {
      width: 500px; } }
  @media only screen and (max-width: 767px) {
    .menu-content-wrapper {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      width: 100%; } }
  body.menu-open .menu-content-wrapper {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); }
  .menu-content-wrapper .menu-content {
    padding-left: 150px;
    padding-top: 180px;
    font-family: "Futura BT W01 Book", arial, sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .menu-content-wrapper .menu-content {
        padding-top: 140px;
        padding-left: 64px; } }
    @media only screen and (max-width: 767px) {
      .menu-content-wrapper .menu-content {
        padding-top: 100px;
        padding-left: 40px; } }
  .menu-content-wrapper .menu-item {
    opacity: 0;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    .menu-content-wrapper .menu-item.active {
      opacity: 1;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .menu-content-wrapper .menu-item a {
      color: #999999;
      font-size: 32px;
      line-height: 1.8; }
      @media only screen and (max-width: 767px) {
        .menu-content-wrapper .menu-item a {
          font-size: 24px; } }
      @media only screen and (min-width: 1025px) {
        .menu-content-wrapper .menu-item a {
          transition: all 0.3s ease-in-out;
          position: relative; }
          .menu-content-wrapper .menu-item a:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 0;
            height: 2px;
            background: #999999;
            -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            transition: all 0.3s ease-in-out; }
          .menu-content-wrapper .menu-item a:hover {
            text-decoration: none;
            padding-left: 45px; }
            .menu-content-wrapper .menu-item a:hover:before {
              width: 40px; } }
      .menu-content-wrapper .menu-item a:hover {
        text-decoration: none;
        color: #ffffff; }
  .menu-content-wrapper .search-btn {
    position: absolute;
    top: 28.5px;
    right: 64px;
    font-family: "Futura BT W01 Book", arial, sans-serif;
    color: #999999;
    cursor: pointer;
    font-size: 22px;
    line-height: 23px;
    transition: color 0.2s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0; }
    @media only screen and (max-width: 767px) {
      .menu-content-wrapper .search-btn {
        font-size: 18px;
        line-height: 18px;
        top: 21px;
        right: 18px; } }
    .menu-content-wrapper .search-btn.active {
      opacity: 1; }
    .menu-content-wrapper .search-btn:hover {
      color: #ffffff; }
    .menu-content-wrapper .search-btn .icon-search {
      margin-top: -5px;
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .menu-content-wrapper .search-btn .icon-search {
          margin-top: -4px; } }

.menu-social-links {
  opacity: 0;
  transition: opacity 1000ms;
  list-style: none;
  padding: 0;
  font-size: 0;
  margin-top: 40px; }
  .menu-social-links.active {
    opacity: 1; }
  .menu-social-links li {
    display: inline-block;
    margin-right: 20px; }

.news-list {
  background: #212121;
  padding: 128px 15px 90px; }
  @media only screen and (max-width: 767px) {
    .news-list {
      padding: 60px 0 0; } }
  .news-list .project-tile .project-tile-inside .project-description {
    padding-top: 40px; }
    @media only screen and (max-width: 767px) {
      .news-list .project-tile .project-tile-inside .project-description {
        padding: 30px 0 0; } }
    .news-list .project-tile .project-tile-inside .project-description .links {
      top: 35px !important;
      bottom: auto !important; }
  .news-list .inner {
    border-bottom: 2px solid #A7A7A7; }
  .news-list .news-info-outside {
    padding-left: 30px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .news-list .news-info-outside {
        padding-left: 8px; } }
    .news-list .news-info-outside h3 {
      color: #fff;
      font-size: 22px;
      line-height: 48px;
      margin: 8px 0 0; }
      .news-list .news-info-outside h3 a {
        color: #fff;
        border-bottom: 1px solid transparent;
        transition: border 0.2s ease-out; }
        .news-list .news-info-outside h3 a:hover {
          text-decoration: none;
          border-bottom: 1px solid #fff; }
      @media only screen and (max-width: 767px) {
        .news-list .news-info-outside h3 {
          font-size: 18px;
          line-height: 40px;
          margin: 8px 0 0 0; } }
    .news-list .news-info-outside .news-info-date {
      color: #A7A7A7;
      font-family: "Futura BT W01 Book", arial, sans-serif;
      font-size: 18px;
      padding-bottom: 27px; }
      @media only screen and (max-width: 767px) {
        .news-list .news-info-outside .news-info-date {
          font-size: 14px;
          padding-bottom: 13px; } }

.project-list {
  padding: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .project-list {
      padding: 10px; } }
  @media only screen and (max-width: 767px) {
    .project-list {
      padding: 5px; } }
  .project-list h2 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .project-list h2 {
        font-size: 20px; } }

.project-tile {
  padding: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .project-tile {
      padding: 10px; } }
  @media only screen and (max-width: 767px) {
    .project-tile {
      padding: 5px; } }

.project-tile-inside {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%; }
  .project-tile-inside img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .project-tile-inside .background-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .project-tile-inside .title {
    text-transform: none;
    color: white;
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 28px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .project-tile-inside .title {
        top: 15px;
        left: 20px;
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .project-tile-inside .title {
        top: 15px;
        left: 20px;
        font-size: 18px; } }
    .col-one-third .project-tile-inside .title {
      font-size: 22px; }
      @media only screen and (max-width: 767px) {
        .col-one-third .project-tile-inside .title {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .col-one-third .project-tile-inside .title {
          font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .project-tile-inside:hover .project-description, .project-tile-inside.tapped .project-description {
      opacity: 1; }
      .project-tile-inside:hover .project-description .links, .project-tile-inside.tapped .project-description .links {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }

.project-tile-vignette {
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.project-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #A7A7A7;
  font-family: "Futura BT W01 Book", arial, sans-serif;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  padding: 30px; }
  @media only screen and (max-width: 767px) {
    .project-description {
      padding: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .project-description {
      padding: 20px; } }
  .project-description .links {
    position: absolute;
    bottom: 30px;
    font-size: 22px;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px); }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .project-description .links {
        font-size: 16px;
        bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .project-description .links {
        font-size: 16px;
        bottom: 20px; } }
    .col-one-third .project-description .links {
      font-size: 16px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .col-one-third .project-description .links {
          font-size: 14px; }
          .col-one-third .project-description .links a {
            margin-right: 23px; } }
    .project-description .links a {
      color: white;
      transition: border 0.2s ease-in-out;
      border-bottom: 1px solid transparent; }
      .project-description .links a:not(:last-child) {
        margin-right: 25px; }
      .project-description .links a:hover {
        text-decoration: none;
        border-bottom: 1px solid #fff; }

.quick-view-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 60;
  display: none;
  opacity: 0;
  transition: opacity 500ms; }
  .quick-view-overlay .close-btn {
    position: absolute;
    top: 0;
    right: -46px;
    width: 26px;
    height: 26px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .quick-view-overlay .close-btn {
        width: 18px;
        height: 18px;
        right: 0;
        top: -38px; } }
  .quick-view-overlay .outer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 200px); }
    @media only screen and (max-width: 767px) {
      .quick-view-overlay .outer {
        width: calc(100% - 50px); } }
    @media (max-width: 479px) {
      .quick-view-overlay .outer {
        width: calc(100% - 20px); } }
  .quick-view-overlay .inner {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
  .quick-view-overlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rich-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .rich-text p {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 20px; } }

.rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-top: 60px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
      margin-top: 40px;
      margin-bottom: 20px; } }

.rich-text h2 {
  font-size: 28px; }
  @media only screen and (max-width: 767px) {
    .rich-text h2 {
      font-size: 21px; } }

.rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  font-size: 28px; }
  @media only screen and (max-width: 767px) {
    .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
      font-size: 18px; } }

.rich-text ul, .rich-text ol {
  margin: 0; }
  .rich-text ul li, .rich-text ol li {
    font-size: 18px; }

.rich-text hr {
  border: 0;
  height: 1px;
  margin: 50px 0 60px; }
  @media only screen and (max-width: 767px) {
    .rich-text hr {
      margin: 28px 0 0; } }

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  font-family: "Futura BT W01 Book", arial, sans-serif; }
  .search-overlay .search-overlay-inside {
    position: relative;
    width: 100%;
    height: 100%;
    background: #E5E5E5;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    padding: 12% 60px 55px; }
    @media only screen and (max-width: 767px) {
      .search-overlay .search-overlay-inside {
        padding: 85px 20px 85px; } }
    .search-overlay .search-overlay-inside.active {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
  .search-overlay .close-btn {
    position: fixed;
    cursor: pointer;
    top: 55px;
    right: 60px; }
    @media only screen and (max-width: 767px) {
      .search-overlay .close-btn {
        top: 20px;
        right: 20px; } }
  .search-overlay h3 {
    color: #212121;
    margin: 0;
    font-size: 32px; }
    @media only screen and (max-width: 767px) {
      .search-overlay h3 {
        font-size: 16px; } }
  .search-overlay .search-form {
    margin: 40px 0 20px; }
    @media only screen and (max-width: 767px) {
      .search-overlay .search-form {
        margin: 20px 0px 50px; } }
    .search-overlay .search-form .search-input {
      width: 100%;
      background: none;
      color: #A7A7A7;
      border: 0;
      border-left: 3px solid #A7A7A7;
      border-radius: 0;
      font-size: 64px;
      padding: 5px 15px; }
      @media only screen and (max-width: 767px) {
        .search-overlay .search-form .search-input {
          font-size: 37px;
          padding: 3px 5px 3px 10px; } }
      .search-overlay .search-form .search-input ::-webkit-input-placeholder {
        color: #ABABAB; }
      .search-overlay .search-form .search-input :-moz-placeholder {
        color: #ABABAB; }
      .search-overlay .search-form .search-input ::-moz-placeholder {
        color: #ABABAB; }
      .search-overlay .search-form .search-input :-ms-input-placeholder {
        color: #ABABAB; }
      .search-overlay .search-form .search-input:focus {
        outline: none; }
  .search-overlay .search-results {
    font-size: 22px; }
    @media only screen and (max-width: 767px) {
      .search-overlay .search-results {
        font-size: 16px; } }
    .search-overlay .search-results ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      float: left;
      max-width: 50%;
      padding-right: 160px; }
      @media only screen and (max-width: 767px) {
        .search-overlay .search-results ul {
          width: 100%;
          max-width: 100%;
          padding-right: 0; } }
      .search-overlay .search-results ul li {
        margin: 6px 20px 6px 9px;
        text-overflow: ellipsis; }
        @media only screen and (max-width: 767px) {
          .search-overlay .search-results ul li {
            margin: 10px 20px 9px 9px;
            float: left;
            clear: both; } }
        .search-overlay .search-results ul li a {
          color: inherit;
          transition: color 0.2s ease-in-out; }
          .search-overlay .search-results ul li a:before {
            content: "-";
            margin-left: -9px; }
          .search-overlay .search-results ul li a:hover {
            text-decoration: none;
            color: #8E8E8E; }

.search-bar-container {
  background: #A7A7A7;
  position: relative;
  height: 110px; }
  @media only screen and (max-width: 767px) {
    .search-bar-container {
      height: 92px; } }

.search-bar {
  background: #A7A7A7;
  font-family: "Futura BT W01 Book", arial, sans-serif;
  position: relative;
  height: 88px;
  padding: 0px 60px; }
  @media only screen and (max-width: 767px) {
    .search-bar {
      height: 70px;
      padding: 0 20px; } }
  .search-bar .search-form {
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .search-bar .search-form {
        padding: 26px 0; } }
    .search-bar .search-form .search-btn {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      color: #212121;
      transition: color 200ms ease-in-out;
      cursor: pointer;
      font-size: 22px; }
      @media only screen and (max-width: 767px) {
        .search-bar .search-form .search-btn {
          font-size: 18px;
          padding: 26px 0; } }
      .search-bar .search-form .search-btn:hover {
        color: #666666; }
      .search-bar .search-form .search-btn i.icon {
        margin-right: 10px;
        margin-top: -5px; }
    .search-bar .search-form .filter-btn {
      height: 100%;
      color: #212121;
      position: absolute;
      right: 0px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      transition: color 200ms ease-in-out;
      font-size: 22px;
      line-height: 88px;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .search-bar .search-form .filter-btn {
          font-size: 18px;
          line-height: 70px; } }
      .search-bar .search-form .filter-btn:active {
        outline: 0; }
      .search-bar .search-form .filter-btn:hover {
        color: #666666; }
      .search-bar .search-form .filter-btn span {
        margin: 0 10px; }
      .search-bar .search-form .filter-btn .icon {
        vertical-align: middle;
        margin-top: -4px; }

.video-file-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .video-file-player video {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.video-gallery {
  margin: 0 auto;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .video-gallery {
      padding-bottom: 30px; } }
  .video-gallery .player {
    position: relative;
    height: 0;
    padding-bottom: 56.25%; }
    .video-gallery .player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video-gallery .player img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video-gallery .player .icon-play {
      cursor: pointer;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .video-gallery .gallery-header {
    margin: 60px 0 30px; }
    @media only screen and (max-width: 767px) {
      .video-gallery .gallery-header {
        margin: 30px 0; } }
    .video-gallery .gallery-header h4 {
      font-size: 20px;
      line-height: 38px;
      color: #FF3333; }
      @media only screen and (min-width: 768px) {
        .video-gallery .gallery-header h4 {
          float: left; } }
      @media only screen and (max-width: 767px) {
        .video-gallery .gallery-header h4 {
          text-align: center;
          font-size: 18px; } }
    .video-gallery .gallery-header .gallery-header-film-name, .video-gallery .gallery-header .gallery-header-separator {
      color: #A7A7A7; }
      .broadcast-project-details-page .video-gallery .gallery-header .gallery-header-film-name, .broadcast-project-details-page .video-gallery .gallery-header .gallery-header-separator {
        color: #4D4D4D; }
    @media only screen and (min-width: 768px) {
      .video-gallery .gallery-header .arrows {
        float: right; } }
    @media only screen and (max-width: 767px) {
      .video-gallery .gallery-header .arrows {
        text-align: center; } }
    .video-gallery .gallery-header .arrows .gallery-arrow-left {
      transition: -webkit-transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
      .video-gallery .gallery-header .arrows .gallery-arrow-left:hover {
        -webkit-transform: translateX(-3px);
            -ms-transform: translateX(-3px);
                transform: translateX(-3px); }
    .video-gallery .gallery-header .arrows .gallery-arrow-right {
      transition: -webkit-transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out;
      transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
      .video-gallery .gallery-header .arrows .gallery-arrow-right:hover {
        -webkit-transform: translateX(3px);
            -ms-transform: translateX(3px);
                transform: translateX(3px); }
    .video-gallery .gallery-header .arrows .icon-container {
      display: inline-block;
      cursor: pointer;
      padding: 10px 20px; }
      .video-gallery .gallery-header .arrows .icon-container i {
        position: relative; }
  .video-gallery .gallery-thumbnails {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px; }
  .video-gallery .gallery-thumbnails-slider {
    width: 400%; }
    @media only screen and (max-width: 767px) {
      .video-gallery .gallery-thumbnails-slider {
        width: 800%; } }
    .video-gallery .gallery-thumbnails-slider[data-offset='0'] {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .video-gallery .gallery-thumbnails-slider[data-offset='1'] {
      -webkit-transform: translateX(-25%);
          -ms-transform: translateX(-25%);
              transform: translateX(-25%); }
    .video-gallery .gallery-thumbnails-slider[data-offset='2'] {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .video-gallery .gallery-thumbnails-slider[data-offset='3'] {
      -webkit-transform: translateX(-75%);
          -ms-transform: translateX(-75%);
              transform: translateX(-75%); }
    @media only screen and (max-width: 767px) {
      .video-gallery .gallery-thumbnails-slider[data-offset='0'] {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .video-gallery .gallery-thumbnails-slider[data-offset='1'] {
        -webkit-transform: translateX(-12.5%);
            -ms-transform: translateX(-12.5%);
                transform: translateX(-12.5%); }
      .video-gallery .gallery-thumbnails-slider[data-offset='2'] {
        -webkit-transform: translateX(-25%);
            -ms-transform: translateX(-25%);
                transform: translateX(-25%); }
      .video-gallery .gallery-thumbnails-slider[data-offset='3'] {
        -webkit-transform: translateX(-37.5%);
            -ms-transform: translateX(-37.5%);
                transform: translateX(-37.5%); }
      .video-gallery .gallery-thumbnails-slider[data-offset='4'] {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .video-gallery .gallery-thumbnails-slider[data-offset='5'] {
        -webkit-transform: translateX(-62.5%);
            -ms-transform: translateX(-62.5%);
                transform: translateX(-62.5%); }
      .video-gallery .gallery-thumbnails-slider[data-offset='6'] {
        -webkit-transform: translateX(-75%);
            -ms-transform: translateX(-75%);
                transform: translateX(-75%); }
      .video-gallery .gallery-thumbnails-slider[data-offset='7'] {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); } }
  .video-gallery .gallery-thumbnail {
    width: 6.25%;
    float: left;
    padding: 10px;
    position: relative; }
    .video-gallery .gallery-thumbnail.active .inner:after, .video-gallery .gallery-thumbnail:hover .inner:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #FF3333; }
    .video-gallery .gallery-thumbnail .inner {
      cursor: pointer;
      height: 0;
      padding-bottom: 56.25%;
      position: relative; }
    .video-gallery .gallery-thumbnail img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.error-404 .header {
  display: block; }

.error-404 .menu-btn {
  display: none; }

.error-404 .error-404-content {
  background: #212121;
  float: left;
  min-height: 600px !important;
  text-align: center;
  width: 100%; }
  .error-404 .error-404-content h1, .error-404 .error-404-content h2 {
    font-size: 52px;
    line-height: 52px;
    margin: 0;
    text-align: center; }
  .error-404 .error-404-content h1 {
    color: #FF3333;
    margin: 200px 0 17px; }
  .error-404 .error-404-content h2 {
    color: #fff; }
  .error-404 .error-404-content a {
    color: #fff;
    display: inline-block;
    font-family: "Futura BT W01 Book", arial, sans-serif;
    font-size: 22px;
    margin-top: 53px;
    border-bottom: 1px solid #212121;
    transition: border-bottom .5s ease-in-out; }
    .error-404 .error-404-content a:hover {
      transition: border-bottom .5s ease-in-out;
      border-bottom: 1px solid;
      text-decoration: none; }

.about-page {
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    .about-page {
      margin-top: 60px; } }
  .about-page .hero-mask {
    display: none; }
  .about-page .article-social {
    padding-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .about-page .article-social {
        padding-bottom: 40px; } }

.contact-data {
  background: #212121;
  color: #fff;
  display: inline-block;
  min-height: 480px;
  padding: 80px 30px 40px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .contact-data {
      padding: 80px 20px 20px; } }
  .contact-data .contact-head {
    color: #FF3333;
    font-size: 32px;
    margin: 57px 0 23px;
    padding-left: 30px; }
    @media only screen and (max-width: 767px) {
      .contact-data .contact-head {
        font-size: 21px;
        margin: 7px 0 10px;
        padding-left: 0; } }
  .contact-data .contact-column {
    float: left;
    font-size: 22px;
    line-height: 1.8;
    min-width: 440px;
    padding: 0 30px;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .contact-data .contact-column {
        font-size: 18px;
        margin-bottom: 15px;
        min-width: 0;
        padding: 0;
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .contact-data .contact-column {
        margin-bottom: 38px; } }
    .contact-data .contact-column p {
      margin: 0;
      padding: 0; }
    .contact-data .contact-column a {
      border-bottom: 1px solid #212121;
      color: inherit;
      transition: border-bottom .5s ease-in-out; }
      .contact-data .contact-column a:hover {
        text-decoration: none;
        border-bottom: 1px solid;
        transition: border-bottom .5s ease-in-out; }
  .contact-data .email-addresses {
    color: #A7A7A7;
    font-family: "Futura BT W01 Book", arial, sans-serif; }
    .contact-data .email-addresses h3, .contact-data .email-addresses a {
      color: #A7A7A7; }
  .contact-data .contact-data-address {
    color: #A7A7A7;
    font-family: "Adelle W01 Thin", arial, sans-serif; }
  .contact-data .broadcast-contact-data,
  .contact-data .branded-entertainment-contact-data {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .contact-data .broadcast-contact-data,
      .contact-data .branded-entertainment-contact-data {
        margin-bottom: 10px; } }

.contact-map {
  height: 600px;
  min-height: 600px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .contact-map {
      height: 320px;
      min-height: 0; } }

.google-maps-marker {
  background: url("../assets/icons/icon-map-pin.svg");
  height: 63px;
  width: 38px; }

.director-page {
  margin-top: 110px; }
  .director-page .project-list {
    margin-top: -30px; }

.latest-news-page {
  margin-top: 110px; }
  @media only screen and (max-width: 767px) {
    .latest-news-page {
      margin-top: 60px; } }

.news-article-page {
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    .news-article-page {
      margin-top: 120px; } }
  .news-article-page .article-social {
    padding-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .news-article-page .article-social {
        padding-bottom: 40px; } }
  .news-article-page h1 {
    font-size: 28px;
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .news-article-page h1 {
        font-size: 21px;
        margin-top: 20px;
        margin-bottom: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .news-article-page h1 {
        margin-top: 20px;
        margin-bottom: 0px; } }
  .news-article-page .date-container {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .news-article-page .date-container .date {
      color: white;
      font-family: "Futura BT W01 Book", arial, sans-serif;
      font-size: 20px;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      position: absolute;
      top: 110px;
      left: 13px; }
      @media only screen and (max-width: 767px) {
        .news-article-page .date-container .date {
          font-size: 21px;
          position: relative;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg);
          left: 0;
          top: 0;
          margin: 27px 0 0 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .news-article-page .date-container .date {
          font-size: 21px;
          position: relative;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg);
          left: 0;
          top: 0;
          margin: 18px 0 0 18px; } }

.project-details-page {
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .project-details-page {
      padding-bottom: 20px;
      margin-top: 50px; } }
  .project-details-page .project-list {
    padding-top: 20px; }

.project-details-top {
  padding-top: 70px; }

.broadcast-project-details-page .project-details-top {
  background-color: #181818; }

.branded-entertainment-project-details-page {
  color: #181818;
  background-color: #212121;
  transition: background 1000ms; }
  .branded-entertainment-project-details-page.pace-done {
    background-color: white; }
  .branded-entertainment-project-details-page .project-details-top {
    background-color: #E5E5E5; }
  .branded-entertainment-project-details-page hr {
    background-color: #A7A7A7; }
  .branded-entertainment-project-details-page .article-social {
    border-top: 1px solid #A7A7A7; }

@media only screen and (max-width: 767px) {
  .broadcast-project-list-page {
    margin-top: 60px; } }

.broadcast-project-list-page .rich-text {
  color: #A7A7A7; }

.branded-entertainment-project-list-page {
  color: #181818;
  background-color: #212121;
  transition: background 1000ms; }
  .branded-entertainment-project-list-page .watch-btn {
    color: #A7A7A7; }
  @media only screen and (max-width: 767px) {
    .branded-entertainment-project-list-page {
      margin-top: 60px; } }
  .branded-entertainment-project-list-page.pace-done {
    background-color: white; }
