/* CAVIAR UTILS */
/*
 *  CROSS-BROWSER BORDER BOX
 *  Uses the Schepp box sizing polyfill - github.com/Schepp/box-sizing-polyfill
 */
* {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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;
  margin: 0.67em 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: 1em 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.
 */
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.
 */
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.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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.
 */
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;
}
.vertical-align-parent {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-align-child {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-hidden {
  display: none;
  visibility: hidden;
}
.is-visible {
  display: block;
  visibility: visible;
}
.no-js .is-visible-with-js,
.js .is-invisible-with-js {
  display: none;
  visibility: hidden;
}
.hide-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*ul/ol/dl*/
.inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline li {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "";
  src: url("//.eot");
  src: url("//.eot?#iefix") format("embedded-opentype"), url("//.svg#") format("svg"), url("//.woff") format("woff"), url("//.ttf") format("truetype");
  font-weight: "0";
  font-style: normal;
}
/* ELEMENT LEVEL STYLES */
/* @Usage:        Base styles
* @Description:  Styling of default elements. So no .classes and #id's.
* @Code style:   http://smacss.com/
// ---------------------------------------------------------------------- */
.cb-red-blue,
.cbb-red-blue-red,
.navigation a,
.navigation a:link,
.navigation .main-container li,
.navigation .button {
  color: #ff0000;
  background-color: #3399cc;
}
.cb-red-blue svg,
.cbb-red-blue-red svg,
.navigation .main-container li svg,
.navigation .button svg {
  fill: #ff0000;
  stroke: #ff0000;
}
.cb-red-orange,
.navigation a:hover,
.no-touch .navigation a:active,
.no-touch .navigation .button:active {
  color: #ff0000;
  background-color: #fc814f;
}
.cb-red-orange svg {
  fill: #ff0000;
  stroke: #ff0000;
}
.cb-red-darkblue,
.cbb-red-darkblue-red,
.no-touch .navigation a:hover,
.no-touch .navigation .button:hover {
  color: #ff0000;
  background-color: #27348b;
}
.cb-green-blue,
.cbb-green-blue-red,
.navigation .search-bar-container .text:focus,
.navigation .search-bar-container .text {
  color: #4fff00;
  background-color: #3399cc;
}
.cb-green-blue svg,
.cbb-green-blue-red svg,
.navigation .search-bar-container .text svg {
  fill: #4fff00;
  stroke: #4fff00;
}
.cb-green-darkgreen,
.headline.green-darkgreen,
.headline.green-darkgreen span,
.headline.green-darkgreen a {
  color: #4fff00;
  background-color: #2aba31;
}
.cb-blue-green,
.navigation .button.inverted.is-active,
.navigation.filter-is-open .filters-container .filter-toggle.inverted {
  color: #3399cc;
  background-color: #4fff00;
}
.cb-blue-darkblue,
.cbb-blue-darkblue-blue,
.navigation .button:active,
.navigation .input-container,
.navigation .label-container,
.navigation .label-container label,
.navigation .label-container a,
.navigation .button.inverted,
.no-touch .navigation .button.inverted:active,
.navigation .dropdown li {
  color: #3399cc;
  background-color: #27348b;
}
.cb-blue-darkblue svg,
.cbb-blue-darkblue-blue svg,
.navigation .button.inverted svg,
.no-touch .navigation .button.inverted:active svg,
.navigation .dropdown li svg {
  fill: #3399cc;
  stroke: #3399cc;
}
.cb-blue-orange,
.cbb-blue-orange-blue,
.navigation .label-container a:hover,
.navigation .dropdown li.is-hovered .input-container,
.navigation .dropdown li.is-hovered .label-container,
.navigation .dropdown li.is-hovered .label-container label,
.navigation .dropdown li.is-hovered .label-container a,
.no-touch .navigation .dropdown li:hover,
.no-touch .navigation .dropdown li:hover .input-container,
.no-touch .navigation .dropdown li:hover .input-container:hover,
.no-touch .navigation .dropdown li:hover .input-container:hover + .label-container,
.no-touch .navigation .dropdown li:hover .input-container:hover + .label-container label,
.no-touch .navigation .dropdown li:hover .label-container,
.no-touch .navigation .dropdown li:hover .label-container:hover,
.no-touch .navigation .dropdown li:hover .label-container label,
.no-touch .navigation .dropdown li:hover .label-container:hover label,
.no-touch .navigation .button.inverted:hover {
  color: #3399cc;
  background-color: #fc814f;
}
.cb-blue-orange svg,
.cbb-blue-orange-blue svg,
.no-touch .navigation .button.inverted:hover svg {
  fill: #3399cc;
  stroke: #3399cc;
}
.cb-darkblue-blue,
.headline.darkblue-blue,
.headline.darkblue-blue span,
.headline.darkblue-blue a,
.navigation .title,
.navigation label {
  color: #27348b;
  background-color: #3399cc;
}
.cb-orange-darkblue,
.headline.orange-darkblue,
.headline.orange-darkblue span,
.headline.orange-darkblue a {
  color: #fc814f;
  background-color: #27348b;
}
.cb-orange-red,
.headline.orange-red,
.headline.orange-red span,
.headline.orange-red a,
.headline.darkgreen-darkblue {
  color: #fc814f;
  background-color: #ff0000;
}
.cb-darkgreen-darkblue,
.headline.darkgreen-darkblue span,
.headline.darkgreen-darkblue a {
  color: #2aba31;
  background-color: #27348b;
}
.border {
  border-width: 4px;
  border-style: solid;
}
.cbb-red-blue-red,
.navigation .main-container li,
.navigation .button {
  border-color: #ff0000;
  border-width: 4px;
  border-style: solid;
}
.cbb-blue-darkblue-blue,
.navigation .button.inverted,
.no-touch .navigation .button.inverted:active,
.navigation .dropdown li {
  border-color: #3399cc;
  border-width: 4px;
  border-style: solid;
}
.cbb-blue-orange-blue,
.no-touch .navigation .button.inverted:hover {
  border-color: #3399cc;
  border-width: 4px;
  border-style: solid;
}
.cbb-red-darkblue-red,
.no-touch .navigation .button:hover {
  border-color: #ff0000;
  border-width: 4px;
  border-style: solid;
}
.cbb-green-blue-red,
.navigation .search-bar-container .text {
  border-color: #ff0000;
  border-width: 4px;
  border-style: solid;
}
/**************************/
/* Z-INDEX STACKING ORDER */
/**************************/
.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.horizontal > li {
  position: relative;
  float: left;
}
/**************************/
/* VERTICAL-ALIGNMENT - PSEUDO ELEMENT */
/**************************/
.vertical-position-container,
.work-selection .work-select > a,
.work-selection .work-select button,
.work-selection .work-select .city-selection {
  height: 100%;
}
.vertical-position-container:before,
.work-selection .work-select > a:before,
.work-selection .work-select button:before,
.work-selection .work-select .city-selection:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.vertical-center-container {
  display: inline-block;
  vertical-align: middle;
}
/**************************/
/* VERTICAL-ALIGNMENT - WITH TABLE */
/**************************/
.vertical-align-parent {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-align-child {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.static-container {
  position: fixed;
  width: 100%;
  height: 100%;
}
.scroll-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.column-container .column {
  word-wrap: break-word;
  position: relative;
  float: left;
  width: 100%;
  padding-right: 20px;
}
.column-container.columns-2 .column {
  width: 50%;
}
.column-container.columns-3 .column {
  width: 33.33%;
}
.column-container.columns-4 .column {
  width: 25%;
}
.column-container.columns-5 .column {
  width: 20%;
}
.column-container.columns-6 .column {
  width: 16.66%;
}
.overlay {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}
.read-more-link {
  width: 29px;
  height: 29px;
  border: 3px solid white;
  border: 3px solid rgba(255, 255, 255, 0.2);
  background-color: black;
  position: absolute;
  display: block;
  right: 18px;
  bottom: 18px;
  padding: 4px;
}
.read-more-link svg {
  width: 100%;
  height: 100%;
}
.read-more-link.collapse {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
a.text-link.white {
  color: white;
}
.button {
  width: 53px;
  height: 53px;
  border: 4px solid transparent;
}
/*****************/
/* MEDIA QUERIES */
/*****************/
@media (min-width: 768px) {
  .read-more-link {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1280px) {
  .read-more-link {
    border-width: 5px;
    width: 36px;
    height: 36px;
  }
}
html,
body {
  height: 100%;
  min-height: 100%;
  background-color: black;
}
body {
  background-color: black;
  color: white;
  font-family: "Interstate Condensed", Arial, sans-serif;
}
body:after {
  display: none;
  visibility: hidden;
  background-color: rosybrown;
  color: #fff;
  content: "mobile (0px - 321px)";
  top: 0;
  right: 10px;
  padding: 0.2em;
  position: fixed;
  z-index: 1000;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 321px) and (orientation: landscape) {
  body:after {
    background-color: seagreen;
    content: "mobile landscape (321px - 640px)";
  }
}
@media screen and (min-width: 640px) and (max-width: 736px) {
  body:after {
    background-color: mediumslateblue;
    content: "mobile-large (640px - 736px)";
  }
}
@media screen and (min-width: 640px) and (max-width: 736px) and (orientation: landscape) {
  body:after {
    background-color: lightseagreen;
    content: "mobile-large landscape (640px - 736px)";
  }
}
@media screen and (min-width: 736px) and (max-width: 768px) {
  body:after {
    background-color: lightskyblue;
    content: "mobile-xl (736px - 768px)";
  }
}
@media screen and (min-width: 736px) and (max-width: 768px) and (orientation: landscape) {
  body:after {
    background-color: tomato;
    content: "mobile-xl landscape (736px - 768px)";
  }
}
@media screen and (min-width: 768px) {
  body:after {
    background-color: orange;
    content: "tablet (768px - 1024px)";
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  body:after {
    background-color: hotpink;
    content: "tablet landscape (768px - 1024px)";
  }
}
@media screen and (min-width: 1024px) {
  body:after {
    background-color: dodgerblue;
    content: "tablet xl landscape (1024px - 1280px)";
  }
}
@media screen and (min-width: 1280px) {
  body:after {
    background-color: purple;
    content: "desktop (1280px - 1400px)";
  }
}
@media screen and (min-width: 1400px) {
  body:after {
    background-color: green;
    content: "desktop-xl (1400px+)";
  }
}
@media screen and (min-width: 1600px) {
  body:after {
    background-color: yellow;
    color: #000;
    content: "desktop-xl (1600px+)";
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {
  body:after {
    border-bottom: 5px solid magenta;
  }
}
body.debug:after {
  display: block;
}
body.debug.show-console:after {
  visibility: visible;
}
main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
/* :: BLOCK LEVEL ELEMENTS
// -------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Interstate Black Cond", "Arial Black", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Interstate Black Cond", "Arial Black", sans-serif;
  font-size: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h4,
h5,
h6 {
  font-family: "Interstate Black Cond", "Arial Black", sans-serif;
  font-size: 21px;
}
h2 {
  color: #3399cc;
}
h3 {
  color: #3399cc;
}
dd {
  margin: 0;
}
p {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
button {
  padding: 0;
  background-color: transparent;
  border: none;
}
button:focus {
  outline: none;
}
video {
  display: block;
}
/* :: INLINE ELEMENTS
// ----------------------------*/
a,
button {
  color: white;
  text-decoration: none;
}
label {
  cursor: pointer;
}
abbr[title] {
  border: none;
}
img {
  display: block;
}
iframe {
  display: block;
}
svg {
  stroke: #fff;
  stroke-width: 0;
  fill: #fff;
}
/* :: FORM ELEMENTS
// -------------------------*/
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="checkbox"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
  border-radius: 0;
}
select {
  color: #3399cc;
  background-color: #27348b;
}
/* Placeholder style - NOT Combined selectors because it disables styles in FF */
/* :: TABLE ELEMENTS
// -------------------------*/
/**
 * Typography settings for font-size
 */
/*************************/
/* LETTER SPACING */
/*************************/
.spacing-default,
h1,
h2,
h3,
h4,
h5,
h6,
body,
.search-result-header,
.search-result-client-label,
.block-item.people h3,
.body-copy,
.carousel-pagination-label,
.contact-subheading,
.gallery-department-label,
.weather-block-text,
.page-heading,
.department-label,
.remote-control .project-description .title,
.remote-control span,
.remote-control a,
.remote-control .project-description span,
.remote-control-heading,
.block-date,
.remote-control-description,
.director-selection .result-list a,
.director-selection .search-results ul a,
.search-results .column h2,
.search-results .column ul,
.accordion h2,
.results-label,
.block-item.gallery .content-container span,
.section-subheading,
.carousel-timeline-container,
.block-item.people h2,
.news-group .block-item.news .news-item-preview header .news-title,
.block-heading,
.block-heading-highlight,
.contact-heading,
.navigation .label-container button,
.navigation .label-container label,
.navigation .title,
.navigation .search-bar-container .text,
.navigation .main-container li a,
.navigation-label,
.block-item.weather h2,
.weather-heading,
.section-heading,
.work-selection-heading,
.director-selection .search-results ul a {
  letter-spacing: 0.1em;
}
/*************************/
/* LINE-HEIGHT */
/*************************/
.lineheight-default,
h1,
h2,
h3,
h4,
h5,
h6,
body,
.search-result-header,
.search-result-client-label,
.block-item.people h3,
.body-copy,
.carousel-pagination-label,
.contact-subheading,
.gallery-department-label,
.weather-block-text,
.page-heading,
.department-label,
.remote-control .project-description .title,
.remote-control span,
.remote-control a,
.remote-control .project-description span,
.remote-control-heading,
.block-date,
.remote-control-description,
.director-selection .result-list a,
.director-selection .search-results ul a,
.search-results .column h2,
.search-results .column ul,
.accordion h2,
.results-label,
.block-item.gallery .content-container span,
.section-subheading,
.carousel-timeline-container,
.block-item.people h2,
.news-group .block-item.news .news-item-preview header .news-title,
.block-heading,
.block-heading-highlight,
.contact-heading,
.navigation .label-container button,
.navigation .label-container label,
.navigation .title,
.navigation .search-bar-container .text,
.navigation .main-container li a,
.navigation-label,
.block-item.weather h2,
.weather-heading,
.section-heading,
.work-selection-heading,
.director-selection .search-results ul a {
  line-height: 1;
}
/*************************/
/* FONT FAMILIES */
/* !!!DO NOT USE THESE CLASSES IN YOUR HTML!!! */
/*************************/
.font-regular {
  font-family: "Interstate Condensed", Arial, sans-serif;
}
.font-bold {
  font-family: "Interstate Black Cond", "Arial Black", sans-serif;
}
/*************************/
/* BOLD */
/*************************/
.page-heading,
.department-heading,
.section-heading,
.section-subheading,
.block-heading,
.block-heading-bg,
.weather-heading,
.contact-heading,
.results-label,
.result-list a,
.search-results ul a,
.gallery-project-heading,
.gallery-department-label,
.work-selection-heading,
.navigation-label,
.remote-control-heading,
.carousel-pagination-label,
.search-results ul a {
  font-family: "Interstate Black Cond", "Arial Black", sans-serif;
}
/*************************/
/* REGULAR */
/*************************/
.search-result-header,
.search-result-client-label,
.body-copy,
.contact-department,
.remote-control-description {
  font-family: "Interstate Condensed", Arial, sans-serif;
}
/*************************/
/* GENERIC MOBILE FIRST */
/*************************/
body,
.search-result-header,
.search-result-client-label {
  font-size: 12px;
}
.block-item.people h3,
.body-copy,
.carousel-pagination-label,
.contact-subheading,
.gallery-department-label,
.weather-block-text,
.page-heading,
.department-label {
  font-size: 12px;
}
/*strong*/
.remote-control .project-description .title,
.remote-control span,
.remote-control a,
.remote-control .project-description span,
.remote-control-heading,
.block-date,
.remote-control-description {
  font-size: 17px;
}
.director-selection .result-list a,
.director-selection .search-results ul a,
.search-results .column h2,
.search-results .column ul,
.accordion h2,
.results-label,
.director-selection .search-results ul a {
  font-size: 19px;
}
.block-item.gallery .content-container span,
.section-subheading,
.carousel-timeline-container {
  font-size: 20px;
}
.block-item.people h2,
.news-group .block-item.news .news-item-preview header .news-title,
.block-heading,
.block-heading-highlight,
.contact-heading {
  font-size: 21px;
}
.navigation .label-container button,
.navigation .label-container label,
.navigation .title,
.navigation .search-bar-container .text,
.navigation .main-container li a,
.navigation-label {
  font-size: 25px;
}
.block-item.weather h2,
.weather-heading {
  font-size: 31px;
}
.section-heading {
  font-size: 35px;
}
.work-selection-heading {
  font-size: 40px;
}
/*************************/
/* LINE-HEIGHT */
/*************************/
body {
  line-height: 1;
}
.section-subheading {
  line-height: 0.6;
}
.director-selection .result-list a,
.director-selection .search-results ul a,
.director-selection .search-results ul a {
  line-height: 1.6356;
}
.block-item.gallery .content-container span {
  line-height: 1;
}
.block-item.gallery .content-container .project-categories {
  line-height: 1;
}
.block-item.weather .stats .text {
  line-height: 1;
}
.block-item.people h3,
.contact-details a {
  line-height: 0.583334;
}
/*strong*/
.remote-control .project-description .title,
.remote-control .project-description span,
.remote-control-heading {
  line-height: 0.941;
}
.block-item.contact .office-details a,
.block-item.contact .office-details span {
  line-height: 1.5;
}
/*************************/
/* TABLET */
/*************************/
@media screen and (min-width: 768px) {
  .block-item.weather .stats .text,
  .search-results ul li span,
  .search-result-header,
  .weather-block-text {
    font-size: 10px;
  }
  .news-group .block-item.news .news-item-preview header .date {
    font-size: 13px;
  }
  .remote-control-heading,
  .remote-control .project-description .title,
  .remote-control .project-description span,
  .block-date,
  .remote-control-heading,
  .remote-control-description {
    font-size: 14px;
  }
  .search-results .column h2,
  .search-results .column ul,
  .carousel-timeline-container .timeline li span,
  .carousel-timeline-container .carousel-progress .slide-description,
  .carousel-pagination-label {
    font-size: 15px;
  }
  .block-item.gallery .content-container span,
  .gallery-project-heading {
    font-size: 16px;
  }
  .block-item.people h2,
  .news-group .block-item.news .news-item-preview header .news-title,
  .block-heading,
  .block-heading-highlight,
  .contact-heading {
    font-size: 17px;
  }
  .block-item.weather h2,
  .navigation .label-container button,
  .navigation .label-container label,
  .navigation .title,
  .director-selection .result-list a,
  .director-selection .search-results ul a,
  .navigation .search-bar-container .text,
  .navigation .main-container li a,
  .navigation-label,
  .results-label,
  .director-selection .search-results ul a {
    font-size: 20px;
  }
  .weather-heading {
    font-size: 25px;
  }
  .section-heading {
    font-size: 40px;
  }
  .work-selection-heading {
    font-size: 50px;
  }
  /*************************/
  /* LINE-HEIGHT */
  /*************************/
  .section-heading {
    line-height: 0.875;
  }
  .work-selection-heading {
    line-height: 0.8;
  }
  .director-selection .result-list a,
  .director-selection .search-results ul a,
  .director-selection .search-results ul a {
    line-height: 1.1;
  }
  .block-item.contact .office-details {
    line-height: 1;
  }
  /*strong*/
  .remote-control .project-description .title,
  .remote-control .project-description span,
  .remote-control-heading {
    line-height: 1.071;
  }
  .block-item.people h3 {
    line-height: 0.5;
  }
  .contact-details a {
    line-height: 0.83334;
  }
  /*************************/
  /* SPACING */
  /*************************/
  .block-item.weather h2,
  .weather-heading {
    letter-spacing: 0.15em;
  }
  .carousel-timeline-container .timeline li span,
  .carousel-timeline-container .carousel-progress .slide-description {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .block-item.contact .office-details {
    font-size: 10px;
  }
}
/*************************/
/* TABLET XL LANDSCAPE */
/*************************/
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .block-item.contact .office-details {
    font-size: 10px;
  }
}
/*************************/
/* DESKTOP */
/*************************/
@media screen and (min-width: 1280px) {
  .block-item.contact .office-details,
  .block-item.contact {
    font-size: 12px;
  }
  .remote-control-heading,
  .remote-control .project-description .title,
  .remote-control .project-description span {
    font-size: 18px;
  }
  .contact-details a,
  .block-item.people h3,
  .block-item.weather .stats .text,
  .block-item.gallery .content-container .project-categories,
  .news-group .block-item.news .news-item-preview header .date,
  .search-results ul li span,
  body,
  .body-copy,
  .contact-subheading,
  .gallery-department-label,
  .page-heading,
  .block-date,
  .department-label,
  .remote-control-heading,
  .remote-control-description,
  .search-result-header,
  .search-result-client-label,
  .weather-block-text {
    font-size: 20px;
  }
  .carousel-timeline-container .timeline li span,
  .carousel-timeline-container .carousel-progress .slide-description,
  .navigation .search-bar-container .text,
  .navigation .main-container li a,
  .results-label,
  .gallery-project-heading,
  .block-heading,
  .navigation-label {
    font-size: 24px;
  }
  .block-item.people h2,
  .news-group .block-item.news .news-item-preview header .news-title,
  .block-heading-highlight,
  .contact-heading,
  .carousel-pagination-label {
    font-size: 26px;
  }
  .director-selection .result-list > li:before,
  .director-selection .search-results ul > li:before,
  .block-item.weather h2,
  .navigation .label-container button,
  .navigation .label-container label,
  .navigation .title,
  .block-item.gallery .content-container span,
  .director-selection .result-list a,
  .director-selection .search-results ul a,
  .search-results .column h2,
  .search-results .column ul,
  .section-subheading,
  .director-selection .search-results ul > li:before,
  .director-selection .search-results ul a {
    font-size: 30px;
  }
  .weather-heading {
    font-size: 50px;
  }
  .section-heading,
  .work-selection-heading {
    font-size: 80px;
  }
  /*************************/
  /* LINE-HEIGHT */
  /*************************/
  .section-heading {
    line-height: 0.875;
  }
  .section-subheading {
    line-height: 0.6667;
  }
  body,
  .body-copy {
    line-height: 0.9;
  }
  .work-selection-heading {
    line-height: 1;
  }
  .director-selection .result-list a,
  .director-selection .search-results ul a,
  .director-selection .search-results ul a {
    line-height: 1.467;
  }
  .block-item.contact .office-details {
    line-height: 1;
  }
  .block-item.people h3,
  .contact-details a {
    line-height: 0.4;
  }
  /*strong*/
  .remote-control .project-description .title,
  .remote-control .project-description span,
  .remote-control-heading {
    line-height: 1;
  }
}
@media screen and (min-width: 1600px) {
  .block-item.contact .office-details {
    font-size: 16px;
  }
}
.debug pre {
  width: 30%;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
/*************************/
/* ELEMENTS WITH THIS CLASS ARE TOGGLED BY visibilityTogglerView.js */
/*************************/
.js-ui-element {
  -webkit-transition: height 0s linear 0.6s, opacity 0.6s;
          transition: height 0s linear 0.6s, opacity 0.6s;
}
.js-ui-element.is-hidden-from-ui {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
/*************************/
/* HEADER WRAPS LOGO & NAV */
/*************************/
.header.is-invisible .caviar-logo,
.header.is-invisible .navigation {
  top: -53px;
}
/*************************/
/* THE LEFT CONTAINER ON CONTACT, ABOUT, PROJECT & DIRECTOR */
/*************************/
.page-container-main {
  width: auto;
  margin: 0 -4px;
  min-height: 100%;
  position: relative;
  z-index: 2;
  background-color: #000;
}
.page-container-main:after {
  content: "";
  display: table;
  clear: both;
}
.page-container-main .page-content {
  position: relative;
  z-index: 7;
}
.page-container-main .page-content:after {
  content: "";
  display: table;
  clear: both;
}
/*************************/
/* SCROLL INDICATOR */
/*************************/
.js-scrollable .scroll-indicator {
  width: 36px;
  min-height: 54px;
  top: 0;
  left: 50%;
  margin-left: -26px;
  position: fixed;
  display: none;
  -webkit-transition: opacity 0.15s;
          transition: opacity 0.15s;
  z-index: 8;
}
.js-scrollable .scroll-indicator:after {
  content: " ";
  display: block;
  background-color: #ff0000;
  width: 14px;
  min-height: 54px;
  height: 100%;
  margin-left: 11px;
  padding: 0;
  position: absolute;
  top: 0;
}
.js-scrollable .scroll-indicator.is-hidden-from-ui {
  display: none;
}
/*************************/
/* TOGGLER ON THE PROJECT PAGE */
/*************************/
.main-toggler {
  display: none;
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: opacity 0.2s, right 0.2s, left 0.2s;
          transition: opacity 0.2s, right 0.2s, left 0.2s;
}
.main-toggler.is-hidden-from-ui {
  opacity: 0;
}
.main-toggler.is-small {
  width: 150px;
  left: 0;
  right: auto;
  top: 0;
  margin-top: 0;
}
.main-toggler.is-small svg {
  display: inline;
}
.main-toggler svg {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  fill: #ffcb00;
}
.main-toggler svg:hover {
  fill: #4fff00;
}
.background-container {
  position: relative;
}
.background-container:after {
  content: "";
  display: table;
  clear: both;
}
.background-container .block-item {
  height: 100%;
  border: none;
}
.background-container .block-item .proportion-container {
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
/*************************/
/* MEDIA QUERIES */
/*************************/
@media screen and (min-width: 768px) {
  .header.is-invisible .caviar-logo,
  .header.is-invisible .navigation {
    top: -64px;
  }
}
@media screen and (min-width: 1280px) {
  .header.is-invisible .caviar-logo,
  .header.is-invisible .navigation {
    top: -128px;
  }
}
@media (orientation: landscape) and (min-width: 768px) {
  .page-container-main {
    width: 50%;
    border-right: 4px solid black;
    margin-right: 0;
  }
  .background-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .background-container .block-item {
    border: none;
  }
  .main-toggler,
  .js-scrollable .scroll-indicator {
    display: block;
  }
  .main-toggler.is-hidden,
  .js-scrollable .scroll-indicator.is-hidden {
    display: none;
  }
}
/* PROJECT STYLES */
.detail-contact .background-container .block-item {
  border-bottom: 4px solid black;
}
.detail-contact .map-fullscreen {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.detail-contact .map-fullscreen .map {
  width: 100%;
  height: 100%;
}
.detail-contact .location-details:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) and (orientation: landscape) {
  .detail-contact .map-fullscreen {
    left: 25%;
  }
  .detail-contact .background-container .block-item {
    border-bottom: none;
  }
}
@media (min-width: 1280px) {
  .detail-contact .map-fullscreen {
    left: 25%;
  }
  .detail-contact .background-container .block-item {
    border-bottom: none;
  }
}
#map-canvas .gm-style-iw {
  top: 80px !important;
  left: 26px !important;
}
#map-canvas .infowindow-content-container {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 26px;
  border: 4px solid #EC2527;
  background-color: #293988;
}
#map-canvas .infowindow-content-container h1 {
  margin: 0;
}
#map-canvas .infowindow-content-container .tooltip {
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -20px;
  width: 40px;
  height: 22px;
  overflow: hidden;
}
#map-canvas .infowindow-content-container .tooltip::after {
  content: "";
  overflow: hidden;
  position: absolute;
  width: 26px;
  height: 26px;
  top: -20px;
  left: 4px;
  background-color: #27348b;
  border: 4px solid #EC2527;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.detail-page {
  overflow-x: hidden;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.detail-page .block-item li.is-active figure figcaption {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url("../images/pattern_overlay.png");
}
.detail-page.panel-hidden .block-item li.is-active figure figcaption {
  background-color: transparent;
  background-image: none;
}
@media (min-width: 768px) {
  .background-container {
    display: block;
  }
  .background-container .background:after {
    content: " ";
    background-image: url("../images/pattern_overlay_25.png");
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .background-container .state-is-playing .background {
    display: none;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .detail-page {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .detail-page {
    padding-top: 0;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }
  .detail-page .page-container-main {
    border-top: none;
  }
  .detail-page.panel-hidden .background-container {
    cursor: default;
  }
  .detail-page .background-container {
    cursor: pointer;
    margin: 0;
  }
  .detail-page .background-container .block-item.videoplayer {
    width: 100%;
    height: 100%;
  }
  .detail-page .background-container .block-item.videoplayer .proportion-container {
    height: 100%;
  }
  .detail-page .section-generic {
    background: #000;
    z-index: 2;
  }
  .detail-page .section-generic.section-intro {
    padding-top: 0;
    border: none;
  }
  .detail-page .section-generic .block-item.intro:first-of-type {
    padding-top: 99px;
  }
  .detail-page .headline-container.remote-control {
    right: 26px;
    bottom: 26px;
  }
}
@media (min-width: 1280px) {
  .detail-page .background-container .block-item.videoplayer .video-controls .fullscreen {
    display: none;
  }
  .detail-page .headline-container.remote-control {
    right: 30px;
    bottom: 30px;
  }
  .detail-page .section-generic .block-item.intro:first-of-type {
    padding-top: 179px;
  }
  .detail-page .background-container .carousel-controls,
  .detail-page .block-item .carousel.description-is-visible li.is-active .project-info-container {
    opacity: 0;
  }
  .detail-page.panel-hidden .carousel-controls,
  .detail-page.panel-hidden .block-item .carousel.description-is-visible li.is-active .project-info-container {
    opacity: 1;
  }
}
.portfolio-container {
  padding-top: 49px;
}
.portfolio-container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .portfolio-container {
    padding-top: 79px;
  }
}
@media screen and (min-width: 1280px) {
  .portfolio-container {
    padding-top: 89px;
  }
}
.landing {
  height: 100%;
  overflow: hidden;
}
.landing .background-container {
  height: 100%;
}
.landing .remote-control {
  display: block;
}
@media screen and (orientation: landscape) {
  .landing {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .landing .remote-control {
    bottom: 62px;
  }
  .landing .remote-control .controller {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .landing {
    padding-top: 0;
  }
  .landing .headline-container.remote-control {
    right: 13px;
    bottom: 60px;
  }
  .landing .block-item .carousel figure cite {
    display: none;
  }
}
.search-results {
  padding: 132px 16px 40px 16px;
}
.search-results ul {
  margin-left: 10px;
}
.search-results ul li span {
  display: block;
}
.search-results .column:first-of-type h2 {
  margin-top: 0;
}
.search-results .results-label {
  margin-bottom: 1.2em;
}
.search-results .search-result-header {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .search-results {
    padding: 130px 80px 40px 80px;
  }
  .search-results .column-container .column {
    width: 33.33%;
  }
  .search-results h2 {
    margin-top: 0;
  }
  .search-results .result-list,
  .search-results .search-results ul {
    margin-left: 0;
  }
  .search-results .result-list > li,
  .search-results .search-results ul > li {
    margin-bottom: 1.12em;
  }
}
.work-selection {
  top: 0;
  height: 100%;
  width: 100%;
}
.work-selection .work-select {
  position: relative;
  height: 50%;
  color: #3399cc;
  background-color: #27348b;
}
.work-selection .work-select svg {
  fill: #3399cc;
  stroke: #3399cc;
}
.work-selection .work-select.portfolio {
  color: #4fff00;
  background-color: #2aba31;
}
.work-selection .work-select.portfolio a {
  color: #4fff00;
}
.work-selection .work-select.portfolio a:hover {
  color: #27348b;
}
.work-selection .work-select .city-selection {
  display: none;
  text-transform: uppercase;
}
.work-selection .work-select .city-selection .cities {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.work-selection .work-select > a,
.work-selection .work-select button,
.work-selection .work-select .city-selection {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
}
.work-selection .work-select a,
.work-selection .work-select button {
  color: #2aba31;
  text-transform: uppercase;
}
.work-selection .work-select a:hover,
.work-selection .work-select button:hover {
  color: #4fff00;
}
.work-selection .director-selection-overlay {
  display: none;
}
.work-selection .background-container {
  display: none;
  width: 100%;
  height: 100%;
  position: static;
}
.work-selection .background-container > div {
  width: 100%;
  height: 100%;
}
.director-selection {
  height: auto;
  padding: 173px 22px 20px 22px;
}
.director-selection .result-list > li:before,
.director-selection .search-results ul > li:before {
  visibility: hidden;
  content: attr(data-content);
  color: #ff0000;
  margin-right: 17px;
}
.director-selection .result-list > li.show-index-char:before,
.director-selection .search-results ul > li.show-index-char:before {
  visibility: visible;
}
.director-selection .result-list a,
.director-selection .search-results ul a {
  color: #3399cc;
}
.director-selection .result-list a:hover,
.director-selection .search-results ul a:hover {
  color: #4fff00;
}
.work-selection.state-is-directors .director-selection-overlay {
  display: block;
}
.work-selection.state-is-directors .work-select.directors {
  width: 100%;
  height: 100%;
  position: fixed;
}
.work-selection.state-is-directors .work-select.directors button {
  display: none;
}
.work-selection.state-is-directors .work-select.portfolio {
  display: none;
}
@media (min-width: 768px) {
  .work-selection .background-container {
    display: block;
  }
  .work-selection .background-container .background {
    background-size: cover;
  }
  .work-selection .background-container .background:after {
    content: " ";
    background-image: url("../images/pattern_overlay_25.png");
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .work-selection .work-select {
    float: left;
    width: 50%;
    height: 100%;
  }
  .work-selection .work-select > .work-selection-heading {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .work-selection .work-select > .work-selection-heading.state-is-cities,
  .work-selection .work-select > .work-selection-heading:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .work-selection .work-select.portfolio a {
    color: #2aba31;
  }
  .work-selection .work-select.portfolio a:hover {
    color: #4fff00;
  }
  .work-selection .work-select:hover .background-container .pattern-overlay {
    display: none;
  }
  .work-selection .work-select .city-selection .cities {
    margin-top: -2px;
  }
  .work-selection .work-select .city-selection .cities li {
    margin-bottom: 8px;
  }
  .director-selection {
    padding: 163px 52px 20px 52px;
  }
  .work-selection.state-is-cities .city-selection {
    display: block;
  }
  .work-selection.state-is-cities .directors button {
    display: none;
  }
}
@media (min-width: 1280px) {
  .director-selection {
    padding: 184px 110px 20px 110px;
  }
  .work-selection .work-select .city-selection .cities {
    margin-top: -16px;
  }
}
/**********************/
/* SECTION STYLING */
/* The sections are based on .block-item styling */
/**********************/
.section-generic {
  float: none;
  padding: 0;
}
.section-generic:after {
  content: "";
  display: table;
  clear: both;
}
.section-generic .block-item.videoplayer {
  padding: 0;
}
.section-generic .headline-container.remote-control {
  bottom: 27px;
  left: 27px;
}
.section-generic .block-item.intro {
  padding: 30px 12px 24px 12px;
  background-color: #27348b;
}
.section-generic .page-heading {
  margin-top: 0;
  margin-bottom: 18px;
}
.section-generic .page-heading,
.section-generic .department-list {
  color: #fc814f;
}
.section-generic .department-list {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-generic .section-heading {
  margin: 0 0 0.3em 0;
}
.section-generic .section-heading:first-child {
  margin-top: 0.64em;
}
.section-generic .section-heading:first-of-type {
  color: white;
}
.section-generic .section-heading .last-name {
  display: block;
}
@media (min-width: 768px) {
  .section-generic .video-container,
  .section-generic .block-item.videoplayer {
    width: 50%;
    float: left;
  }
  .section-generic .video-container .block-item.videoplayer {
    width: 100%;
  }
  .section-generic .block-item.intro {
    padding: 50px 20px 24px 20px;
  }
  .section-generic .page-heading {
    margin-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .section-generic .block-item.intro {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/**********************/
/* BRANDED CONTENT SECTION STYLING */
/* The sections are based on .block-item styling */
/**********************/
/**********************/
/* DIGITAL SECTION STYLING */
/* The sections are based on .block-item styling */
/**********************/
@media (min-width: 768px) {
  .section-digital .block-item.awards {
    width: 50%;
    float: left;
  }
}
/**********************/
/* FILM & TV SECTION STYLING */
/* The sections are based on .block-item styling */
/**********************/
/**********************/
/* GENERIC SECTION STYLING */
/* The sections are based on .block-item styling */
/**********************/
.page-container-main .page-content > :last-child,
.page-container-main .page-content > :last-child .block-item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .detail-page .section-intro .section-intro .block-item.intro {
    border: none;
  }
  .section-intro {
    border-top: none;
  }
  .section-intro .block-item.videoplayer {
    width: 100%;
  }
}
@media (min-width: 768px) and (orientation: landscape), (min-width: 1280px) {
  .block-item.intro {
    border-top: none;
  }
}
/**********************/
/* GENERIC SECTION STYLING */
/* The sections are based on .block-item styling */
/**********************/
/**********************/
/* POST PRODUCTION SECTION STYLING */
/* The sections are based on .block-item styling */
/**********************/
.remote-control {
  display: none;
  margin: 0;
  padding: 0;
  color: #2aba31;
  position: absolute;
  bottom: 13px;
  left: 13px;
  z-index: 11;
  font-family: "Interstate Black Cond", "Arial Black", sans-serif;
  min-width: 320px;
  margin: 0 0 15px 0;
}
.remote-control:after {
  content: "";
  display: table;
  clear: both;
}
.remote-control:after {
  content: "";
  display: table;
  clear: both;
}
.remote-control .copy-container {
  float: left;
}
.remote-control .copy-container:after {
  content: "";
  display: table;
  clear: both;
}
.remote-control a {
  color: #fff;
}
.remote-control a,
.remote-control span {
  display: block;
  padding: 4px 16px;
  border: 3px solid transparent;
  text-transform: uppercase;
  float: left;
}
.remote-control strong {
  font-weight: normal;
}
.remote-control a strong {
  font-weight: bold;
}
.remote-control .date {
  border-bottom: 0;
}
.remote-control .top,
.remote-control .bottom {
  float: left;
  clear: both;
}
.remote-control .bottom {
  margin-top: -3px;
}
.remote-control.green-darkgreen span,
.remote-control.green-darkgreen a {
  color: #4fff00;
  background-color: #2aba31;
  border-color: #2aba31;
}
.remote-control.green-darkgreen .controller {
  background-color: #2aba31;
}
.remote-control.darkblue-blue span,
.remote-control.darkblue-blue a {
  color: #27348b;
  background-color: #3399cc;
  border-color: #3399cc;
}
.remote-control.darkblue-blue .controller {
  background-color: #3399cc;
}
.remote-control.orange-darkblue span,
.remote-control.orange-darkblue a {
  color: #fc814f;
  background-color: #27348b;
  border-color: #27348b;
}
.remote-control.orange-darkblue .controller {
  background-color: #27348b;
}
.remote-control.orange-red span,
.remote-control.orange-red a {
  color: #fc814f;
  background-color: #ff0000;
  border-color: #ff0000;
}
.remote-control.orange-red .controller {
  background-color: #ff0000;
}
.remote-control.darkgreen-darkblue span,
.remote-control.darkgreen-darkblue a {
  color: #2aba31;
  background-color: #27348b;
  border-color: #2aba31;
}
.remote-control.darkgreen-darkblue .controller {
  background-color: #2aba31;
}
.remote-control span,
.remote-control a {
  color: #2aba31;
  background-color: #27348b;
  border-color: #2aba31;
}
.remote-control .controller {
  background-color: #2aba31;
}
.js .remote-control {
  display: block;
}
.remote-control.background-remote-control {
  margin-bottom: 0;
}
.remote-control .video-controls {
  display: none;
  height: 54px;
  float: left;
}
.remote-control .controller {
  width: 54px;
  height: 54px;
  margin: 0 4px 4px 0;
  border: none;
  float: left;
}
.remote-control .controller .icon {
  stroke: #ffcb00;
  fill: #ffcb00;
  position: relative;
  left: 0;
}
.remote-control .controller .icon:hover {
  fill: #4fff00;
  stroke: #4fff00;
}
.remote-control .controller .play {
  display: inline;
}
.remote-control .controller .pause {
  display: none;
}
.remote-control .controller.state-is-playing .play {
  display: none;
}
.remote-control .controller.state-is-playing .pause {
  display: inline;
}
.remote-control .controller.state-is-playing .icon {
  fill: #4fff00;
  stroke: #4fff00;
}
.remote-control .controller.state-is-playing .icon:hover {
  fill: #ffcb00;
  stroke: #ffcb00;
}
.remote-control .volume {
  position: relative;
  float: left;
  height: 54px;
  margin: 0 4px 0 0;
}
.remote-control .volume .mute {
  width: 36px;
  height: 100%;
  border: none;
  margin-right: 4px;
  padding: 0;
  position: static;
  float: left;
  background-color: transparent;
}
.remote-control .volume .mute svg {
  height: 100%;
  fill: #ffcb00;
}
.remote-control .volume .volume:hover svg {
  fill: #4fff00;
}
.remote-control .volume .volume:hover .volume-stages button {
  background-color: #4fff00;
}
.remote-control .volume .volume-stages {
  float: left;
  padding: 0;
  margin: 0;
  height: 100%;
}
.remote-control .volume .volume-stages li {
  list-style-type: none;
  display: inline-block;
  width: 24px;
  height: 100%;
  float: left;
  margin-left: 4px;
}
.remote-control .volume .volume-stages li:first-child {
  margin-left: 0;
}
.remote-control .volume .volume-stages li button {
  background-color: #ffcb00;
  opacity: 0.5;
  position: static;
  width: 100%;
  height: 100%;
}
.remote-control .volume .volume-stages li.is-active button {
  opacity: 1;
}
.remote-control .volume.show {
  display: block;
}
.remote-control.state-is-muted .volume-stages li.is-active button {
  opacity: 0.5;
}
.remote-control .project-description {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.remote-control .project-description span {
  font-family: "Interstate Condensed", Arial, sans-serif;
}
.remote-control .project-description .title {
  color: #fff;
}
.remote-control .project-description .director {
  margin-bottom: -3px;
}
.remote-control .project-description .client {
  margin-right: -3px;
  margin-bottom: -3px;
}
.remote-control.green-darkgreen .controller {
  background-color: #2aba31;
}
.remote-control.darkblue-blue .controller {
  background-color: #3399cc;
}
.remote-control.orange-darkblue .controller {
  background-color: #27348b;
}
.remote-control.orange-red .controller {
  background-color: #ff0000;
}
.remote-control.darkgreen-darkblue .controller {
  background-color: #2aba31;
}
@media screen and (min-width: 768px) {
  .remote-control a,
  .remote-control span {
    padding-top: 4px;
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .remote-control {
    left: auto;
    right: 20px;
    bottom: 72px;
  }
  .remote-control .video-controls {
    display: block;
  }
  .remote-control .play-pause {
    margin-right: 8px;
  }
  .remote-control.background-remote-control {
    display: block;
    position: fixed;
    padding-bottom: 0;
    top: auto;
    bottom: 73px;
  }
  .remote-control.background-remote-control .controller {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .remote-control {
    right: 60px;
  }
  .remote-control a,
  .remote-control span {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .remote-control .volume {
    height: 54px;
  }
  .remote-control .controller {
    width: 54px;
    height: 54px;
  }
  .remote-control .controller .icon {
    width: 34px;
    height: 38px;
  }
  .remote-control .bottom {
    padding-top: 1px;
  }
}
/*************************/
/* GENERAL BLOCK STYLING */
/*************************/
.block-item {
  width: 100%;
  position: relative;
  float: left;
  border: 4px solid black;
  word-break: break-word;
}
.block-item .proportion-container {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}
.block-item .position-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.block-item .position-container.vertical-centered:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.block-item .project-info-container {
  width: 100%;
  height: 100%;
  visibility: hidden;
  padding: 20px 20px 14px 20px;
  font-weight: bold;
  color: #3399cc;
  background-color: #27348b;
}
.block-item .project-info-container span:last-of-type {
  margin-bottom: 14px;
}
.block-item .project-info-container.multiple-directors span:last-of-type {
  margin-bottom: 4px;
}
.block-item figure {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
}
.block-item figure img {
  width: 100%;
}
.block-item figure figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.block-item figure p {
  margin: 0.2em 0;
}
.block-item figure cite {
  color: white;
  font-style: normal;
}
/*****************/
/* GALLERY BLOCK */
/*****************/
.block-item.gallery {
  overflow: hidden;
  background-color: #ff00ff;
  text-transform: uppercase;
}
.block-item.gallery a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-item.gallery .project-categories {
  max-width: 240px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fc814f;
}
.block-item.gallery .project-categories:after {
  content: "";
  display: table;
  clear: both;
}
.block-item.gallery .project-categories > li {
  margin: 0;
  padding: 0;
  border: none;
  float: none;
}
.block-item.gallery .content-container {
  position: absolute;
  bottom: 12px;
}
.block-item.gallery .content-container .project-categories {
  position: relative;
}
.block-item.gallery .content-container span {
  display: block;
}
.block-item.gallery figure figcaption {
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("../images/pattern_overlay.png");
}
.block-item.gallery:hover .project-info-container {
  visibility: visible;
}
/**************/
/* TEXT BLOCK */
/**************/
.block-item.text {
  background-color: black;
}
.block-item.text h2 {
  color: #3399cc;
  text-transform: uppercase;
}
.block-item.text p {
  color: white;
}
.block-item.text img {
  width: 100%;
  position: absolute;
  top: 0;
}
.block-item.text .visual {
  display: none;
}
.block-item.text .content-container {
  padding: 0 10px;
  margin: 0 0 66px 0;
}
.block-item.text .read-more-link svg polygon {
  fill: white;
}
.block-item.text.no-image {
  padding: 0 40px;
}
.block-item.text.no-image .visual {
  display: none;
}
.block-item.text.no-image .column {
  width: 100%;
}
/**************/
/* NEWS BLOCK */
/**************/
.news-group {
  width: 100%;
  position: relative;
}
.news-group:after {
  content: "";
  display: table;
  clear: both;
}
.news-group .block-item.news .news-item-preview {
  overflow: hidden;
}
.news-group .block-item.news .news-item-preview header {
  max-width: 75%;
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.news-group .block-item.news .news-item-preview header .news-title {
  margin: 0;
  padding: 1px 17px 1px 8px;
}
.news-group .block-item.news .news-item-preview header .date {
  display: inline-block;
  padding: 4px 11px 2px 8px;
}
.news-group .block-item.news .news-item-preview h4,
.news-group .block-item.news .news-item-preview .date {
  color: #4fff00;
  background-color: #2aba31;
}
.news-group .block-item.news .read-more-link {
  border-color: #4fff00;
  background-color: #2aba31;
}
.news-group .block-item.news .read-more-link svg polygon {
  fill: #4fff00;
}
.news-group .block-item.news .read-more-link:hover {
  border-color: #2aba31;
  background-color: #4fff00;
}
.news-group .block-item.news .read-more-link:hover svg polygon {
  fill: #2aba31;
}
.news-group .block-item.news .news-item-dropdown {
  background-color: #2aba31;
}
.news-group .block-item.news .news-item-dropdown {
  position: relative;
  height: 0;
  overflow-Y: hidden;
  background-color: #2aba31;
  padding: 0;
}
.news-group .block-item.news .read-more-link {
  bottom: 6px;
  right: 15px;
}
.news-group .block-item.news:nth-child(2n+0) .news-item-preview h4,
.news-group .block-item.news:nth-child(2n+0) .news-item-preview .date {
  color: #27348b;
  background-color: #3399cc;
}
.news-group .block-item.news:nth-child(2n+0) .read-more-link {
  border-color: #27348b;
  background-color: #3399cc;
}
.news-group .block-item.news:nth-child(2n+0) .read-more-link svg polygon {
  fill: #27348b;
}
.news-group .block-item.news:nth-child(2n+0) .read-more-link:hover {
  border-color: #3399cc;
  background-color: #27348b;
}
.news-group .block-item.news:nth-child(2n+0) .read-more-link:hover svg polygon {
  fill: #3399cc;
}
.news-group .block-item.news:nth-child(2n+0) .news-item-dropdown {
  background-color: #3399cc;
}
.no-js .block-item.news:hover .read-more-link,
.block-item.news.expanded .read-more-link {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.no-js .block-item.news:hover .news-item-dropdown,
.block-item.news.expanded .news-item-dropdown {
  padding: 3px 5px 35px 15px;
  height: auto;
  width: 100%;
}
/*****************/
/* WEATHER BLOCK */
/*****************/
.block-item.weather {
  background-color: #fc814f;
}
.block-item.weather .center-container {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.block-item.weather h2 {
  margin-bottom: 3px;
}
.block-item.weather .stats {
  width: 100%;
}
.block-item.weather .stats:after {
  content: "";
  display: table;
  clear: both;
}
.block-item.weather .stats > li {
  width: 50%;
}
.block-item.weather .stats .icon {
  position: relative;
  float: left;
  width: 18px;
  height: 18px;
}
.block-item.weather .stats .icon svg {
  width: 100%;
  height: 100%;
}
.block-item.weather .stats .icon svg #clock {
  display: initial;
}
.block-item.weather .stats .weather .icon {
  width: 30px;
}
.block-item.weather .stats .weather.snow .icon #snow {
  display: initial;
}
.block-item.weather .stats .weather.clouded-moon .icon #clouded-moon {
  display: initial;
}
.block-item.weather .stats .weather.fog .icon #fog {
  display: initial;
}
.block-item.weather .stats .weather.wind .icon #wind {
  display: initial;
}
.block-item.weather .stats .weather.rain .icon #rain {
  display: initial;
}
.block-item.weather .stats .weather.sun .icon #sun {
  display: initial;
}
.block-item.weather .stats .weather.cloud .icon #cloud {
  display: initial;
}
.block-item.weather .stats .weather.clouded-sun .icon #clouded-sun {
  display: initial;
}
.block-item.weather .stats .text {
  display: block;
  float: left;
  margin: 3px 0 0 6px;
}
.block-item.weather .js-toggle-units {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: 0;
}
.block-item.weather .text,
.block-item.weather h2 {
  color: #ff0000;
}
.block-item.weather svg {
  fill: #ff0000;
}
.block-item.weather .js-toggle-units {
  color: #fc814f;
  background-color: #ff0000;
}
.block-item.weather.darkblue-blue {
  background-color: #3399cc;
}
.block-item.weather.darkblue-blue .text,
.block-item.weather.darkblue-blue h2 {
  color: #27348b;
}
.block-item.weather.darkblue-blue svg {
  fill: #27348b;
}
.block-item.weather.darkblue-blue .js-toggle-units {
  color: #3399cc;
  background-color: #27348b;
}
.block-item.weather.blue-darkblue {
  background-color: #27348b;
}
.block-item.weather.blue-darkblue .text,
.block-item.weather.blue-darkblue h2 {
  color: #3399cc;
}
.block-item.weather.blue-darkblue svg {
  fill: #3399cc;
}
.block-item.weather.blue-darkblue .js-toggle-units {
  color: #27348b;
  background-color: #3399cc;
}
.block-item.weather.orange-red {
  background-color: #ff0000;
}
.block-item.weather.orange-red .text,
.block-item.weather.orange-red h2 {
  color: #fc814f;
}
.block-item.weather.orange-red svg {
  fill: #fc814f;
}
.block-item.weather.orange-red .js-toggle-units {
  color: #ff0000;
  background-color: #fc814f;
}
.block-item.weather.orange-darkblue {
  background-color: #27348b;
}
.block-item.weather.orange-darkblue .text,
.block-item.weather.orange-darkblue h2 {
  color: #fc814f;
}
.block-item.weather.orange-darkblue svg {
  fill: #fc814f;
}
.block-item.weather.orange-darkblue .js-toggle-units {
  color: #27348b;
  background-color: #fc814f;
}
/*****************/
/* CONTACT BLOCK */
/*****************/
.block-item.contact {
  color: #27348b;
  background-color: #3399cc;
}
.block-item.contact .center-container {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.block-item.contact .office-details > li {
  min-height: 1.33em;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.2em;
}
.block-item.contact .office-details > li:last-child {
  margin-bottom: 0;
}
.block-item.contact .office-details > li.address {
  margin-top: 1.2em;
}
.block-item.contact .office-details a,
.block-item.contact .office-details span {
  display: block;
  min-height: 1.33em;
}
.block-item.contact .icon:before {
  content: " ";
  width: 2em;
  height: 1.33em;
  margin: 0;
  position: absolute;
  left: 0;
  background-size: cover;
  background-image: url("/website/assets/images/contact-icons.svg");
  background-repeat: no-repeat;
}
.block-item.contact .icon.mail:before {
  background-position: 0 0;
}
.block-item.contact .icon.tel:before {
  background-position: 36% 0;
}
.block-item.contact .icon.fax:before {
  background-position: 74% 0;
}
.block-item.contact .address .icon:before {
  background-position: 112% 0.1em;
}
/******************/
/* PEOPLE BLOCK */
/******************/
.block-item.people h2 {
  margin: 0.75em 0 0.5em -7px;
  display: inline-block;
  padding: 5px 16px 5px 16px;
  text-transform: uppercase;
  color: #4fff00;
  background-color: #2aba31;
}
.block-item.people h3 {
  margin-top: 0.6em;
  color: #4fff00;
  text-transform: uppercase;
}
.block-item.people .proportion-container {
  height: 100%;
  width: 100%;
}
.block-item.people .position-container:after {
  content: "";
  display: table;
  clear: both;
}
.block-item.people .background {
  background-repeat: no-repeat;
  background-size: cover;
}
.block-item.people .names {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-item.people .names > li {
  position: relative;
  float: left;
}
.block-item.people .names:after {
  content: "";
  display: table;
  clear: both;
}
.block-item.people .names > li {
  width: 50%;
  padding: 0 8px 0 10px;
  margin-bottom: 20px;
  color: white;
}
.block-item.people .names > li:nth-child(2n+1) {
  padding: 0 10px 0 8px;
  clear: left;
}
/******************/
/* EMPLOYEE BLOCK */
/******************/
.block-item.employee .contact-details {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-item.employee .contact-details > li {
  margin: 0 0 10px -6px;
}
.block-item.employee .contact-details > li.email {
  padding-left: 20px;
}
.block-item.employee .contact-details > li.email:before {
  content: " ";
  width: 1.33em;
  height: 1.33em;
  margin: 0 0 0 -22px;
  position: absolute;
  background-size: cover;
  background-image: url("/website/assets/images/contact-icons.svg");
  background-position: -0.05em 0;
  background-repeat: no-repeat;
}
/******************/
/* MOVIE INFORMATION BLOCK */
/******************/
.block-item.movie-information ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-item.movie-information dt {
  font-family: "Interstate Black Cond", "Arial Black", sans-serif;
}
/*****************/
/* AWARDS BLOCK */
/*****************/
.block-item.awards figure {
  width: 33.33%;
  float: left;
  position: static;
}
.block-item.awards figure img {
  border-radius: 50%;
}
.block-item.awards h3 {
  color: #3399cc;
  text-transform: uppercase;
}
/*****************/
/* TOUCH STYLING */
/*****************/
.touch .block-item.gallery .project-info-container {
  visibility: visible;
  background-color: transparent;
}
/*****************/
/* MEDIA QUERIES */
/*****************/
@media screen and (min-width: 640px) {
  .block-item.movie-information .names > li {
    width: 33.33%;
  }
  .block-item.movie-information .names > li:nth-child(2n+1) {
    clear: none;
  }
}
@media (max-width: 768px) {
  .block-item.contact {
    border-bottom: none;
  }
  .block-item.employee {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .block-item {
    border: solid 4px black;
  }
  .block-item:after {
    content: "";
    display: table;
    clear: both;
  }
  .block-item.gallery {
    width: 50%;
  }
  .block-item.contact {
    width: 50%;
  }
  .block-item.weather {
    width: 50%;
  }
  .block-item.employee .contact-details > li {
    margin-left: 0;
  }
  .block-item.weather h2 {
    margin-bottom: 0;
  }
  .block-item.weather .stats .icon {
    height: 15px;
    width: 15px;
  }
  .block-item.weather .stats .weather .icon {
    width: 20px;
  }
  .news-group {
    border: 4px solid black;
  }
  .news-group .block-item.news {
    width: 50%;
    border: none;
  }
  .news-group .block-item.news img {
    height: 100%;
  }
  .news-group .block-item.news .read-more-link {
    bottom: 20px;
    right: 20px;
  }
  .news-group .block-item.news .news-item-preview header {
    bottom: 20px;
    left: 20px;
  }
  .news-group .block-item.news .news-item-preview header .news-title {
    padding: 1px 13px 1px 15px;
  }
  .news-group .block-item.news .news-item-preview header .date {
    padding: 4px 11px 0 15px;
  }
  .news-group .block-item.news .news-item-preview {
    border-left: 4px solid black;
  }
  .news-group .block-item.news:nth-child(odd) .news-item-preview {
    border-left: none;
    border-right: 4px solid black;
  }
  .no-js .block-item.news:hover .news-item-dropdown,
  .block-item.news.expanded .news-item-dropdown {
    padding-bottom: 44px;
    width: 200%;
  }
  .no-js .block-item.news:hover:nth-child(even) .news-item-dropdown,
  .block-item.news.expanded:nth-child(even) .news-item-dropdown {
    left: -100%;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .news-group {
    border: none;
  }
  .news-group .block-item.news {
    border: 4px solid black;
    width: 100%;
  }
  .news-group .block-item.news .news-item-preview {
    border: none;
  }
  .news-group .block-item.news:nth-child(odd) .news-item-preview {
    border-left: none;
    border-right: none;
  }
  .no-js .block-item.news:hover .news-item-dropdown,
  .block-item.news.expanded .news-item-dropdown {
    width: 100%;
  }
  .no-js .block-item.news:hover:nth-child(even) .news-item-dropdown,
  .block-item.news.expanded:nth-child(even) .news-item-dropdown {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .block-item.gallery {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .block-item.contact .center-container {
    width: 95%;
  }
}
@media (orientation: portrait) and (min-width: 768px) and (max-width: 1280px) {
  .block-item.weather {
    width: 100%;
  }
  .block-item.contact {
    width: 100%;
  }
  .block-item.text .visual {
    display: block;
  }
  .block-item.text .column {
    width: 49%;
    float: left;
  }
  .block-item.text .column:nth-child(odd) {
    margin-right: 1%;
  }
  .block-item.text .column:nth-child(even) {
    margin-left: 1%;
  }
}
@media (min-width: 1280px) {
  .block-item.gallery .project-info-container.long-title .project-categories > li {
    float: left;
  }
  .block-item.gallery .project-categories {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .block-item.gallery .project-categories > li {
    margin: 0 20px 0 0;
  }
  .block-item.gallery .content-container {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
  }
  .block-item.gallery .content-container .project-categories {
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
  .block-item.text .visual {
    display: block;
  }
  .block-item.text .column {
    width: 49%;
    float: left;
  }
  .block-item.text .column:nth-child(odd) {
    margin-right: 1%;
  }
  .block-item.text .column:nth-child(even) {
    margin-left: 1%;
  }
  .block-item.weather,
  .block-item.contact {
    width: 50%;
  }
  .block-item.weather .center-container,
  .block-item.contact .center-container {
    width: 95%;
  }
  .block-item.weather h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .block-item.weather .stats li.clock {
    width: 60%;
  }
  .block-item.weather .stats li.weather {
    width: 40%;
  }
  .block-item.weather .stats .icon {
    height: 30px;
    width: 30px;
  }
  .block-item.weather .stats .text {
    margin-top: 0;
    margin-left: 11px;
    line-height: 1.5em;
  }
  .block-item.weather .stats .weather .icon {
    width: 40px;
  }
  .block-item.weather .stats .weather .icon svg {
    margin-top: 2px;
  }
  .block-item.employee .proportion-container {
    padding-top: 56.25%;
  }
  .block-item.employee .position-container {
    position: absolute;
  }
  .block-item.employee h2 {
    margin-left: 0;
    padding: 8px 16px 5px 16px;
  }
  .block-item.employee .departments > li {
    width: 33%;
    padding: 0 16px;
  }
  .block-item.employee .departments > li:nth-child(2n+1) {
    padding: 0 16px;
    clear: none;
  }
  .block-item.employee .departments > li:nth-child(3n+1) {
    clear: left;
  }
  .block-item.employee .contact-details > li.email {
    padding-left: 36px;
  }
  .block-item.employee .contact-details > li.email:before {
    margin: 0 0 0 -36px;
  }
  .news-group {
    border: 4px solid black;
  }
  .news-group .block-item.news {
    border: none;
    width: 50%;
  }
  .news-group .block-item.news .news-item-preview header .news-title {
    padding: 0px 16px 2px 16px;
  }
  .news-group .block-item.news .news-item-preview header .date {
    padding: 6px 16px 1px 16px;
  }
  .news-group .block-item.news .news-item-preview {
    border-left: 4px solid black;
  }
  .news-group .block-item.news:nth-child(odd) .news-item-preview {
    border-left: none;
    border-right: 4px solid black;
  }
  .no-js .block-item.news:hover .news-item-dropdown,
  .block-item.news.expanded .news-item-dropdown {
    padding: 39px 57px 56px 57px;
    width: 200%;
  }
  .no-js .block-item.news:hover:nth-child(even) .news-item-dropdown,
  .block-item.news.expanded:nth-child(even) .news-item-dropdown {
    left: -100%;
  }
}
@media (min-width: 1400px) {
  .block-item.gallery {
    width: 25%;
  }
}
.carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
}
.carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carousel button {
  border: none;
}
.carousel button:focus {
  outline: transparent;
}
.block-item .carousel li.is-active .project-info-container {
  visibility: hidden;
  width: 100%;
  height: auto;
  padding: 0;
  position: absolute;
  bottom: 127px;
  z-index: 100;
  text-align: center;
  font-weight: normal;
  color: #4fff00;
  background-color: transparent;
}
.block-item .carousel figure cite {
  color: #4fff00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1280px) {
  .block-item .carousel.description-is-visible li.is-active .project-info-container {
    visibility: visible;
  }
}
@media screen and (min-width: 1400px) {
  .block-item .carousel li.is-active .project-info-container {
    position: fixed;
  }
}
.carousel .carousel-slides {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.carousel .carousel-slides:after {
  content: "";
  display: table;
  clear: both;
}
.carousel .carousel-slides > li {
  min-width: 416px;
  min-height: 234px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 1;
}
.carousel .carousel-slides > li.is-active {
  z-index: 10;
}
.carousel .carousel-slides > li.is-video {
  width: 100%;
  height: 100%;
}
.carousel .carousel-slides > li figure {
  position: static;
}
.carousel-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
}
.block-item .buttons-is-visible  .carousel-arrow {
  visibility: visible;
}
.block-item .pagination-is-visible  .carousel-pagination {
  visibility: visible;
}
.carousel .carousel-pagination {
  visibility: hidden;
  display: inline-block;
  height: 53px;
  position: relative;
  top: 100%;
  margin-top: -53px;
  padding-top: 15px;
}
.carousel .carousel-pagination:after {
  content: "";
  display: table;
  clear: both;
}
.carousel .carousel-pagination li {
  float: left;
}
.carousel .carousel-pagination li button {
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.carousel .carousel-pagination li button:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2aba31;
}
.carousel .carousel-pagination li:first-child button {
  margin-left: 0;
}
.carousel .carousel-pagination li.is-active button:after,
.carousel .carousel-pagination li:hover button:after {
  background-color: #4fff00;
}
.carousel-arrow {
  visibility: hidden;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  padding: 0;
  background-color: transparent;
}
.carousel-arrow svg {
  fill: #2aba31;
  margin-top: 6px;
}
.carousel-arrow.carousel-previous {
  left: 0;
}
.carousel-arrow.carousel-previous svg {
  margin-left: -18px;
}
.carousel-arrow.carousel-next {
  right: 0;
}
.carousel-arrow.carousel-next svg {
  margin-right: -18px;
}
.carousel-arrow:hover svg {
  fill: #4fff00;
}
/*************************/
/* MEDIA QUERIES */
/*************************/
@media screen and (min-width: 768px) {
  .carousel-controls {
    height: 53px;
  }
  .carousel-arrow {
    top: -16px;
    margin-top: 0;
  }
  .carousel-arrow svg {
    width: 12px;
    height: 18px;
  }
  .carousel-arrow.previous svg {
    margin-left: -14px;
  }
  .carousel-arrow.next svg {
    margin-right: -14px;
  }
  .carousel .carousel-pagination {
    top: 0;
    margin-top: -10px;
    padding-top: 0;
  }
  .carousel .carousel-pagination:after {
    content: "";
    display: table;
    clear: both;
  }
  .carousel .carousel-pagination li {
    margin-top: 0;
  }
  .carousel .carousel-pagination li button {
    width: 53px;
    height: 53px;
    margin-left: 1px;
  }
  .carousel .carousel-pagination li:first-child button {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .carousel-controls {
    min-width: 200px;
  }
  .carousel .carousel-pagination {
    margin-top: -24px;
    top: -2px;
  }
  .carousel .carousel-pagination li {
    margin-top: 0;
  }
  .carousel .carousel-pagination li button {
    margin-top: 0;
  }
  .carousel .carousel-pagination li button:after {
    width: 11px;
    height: 11px;
  }
  .carousel-arrow {
    position: relative;
    top: -20px;
    margin-top: 0;
  }
  .carousel-arrow svg {
    width: 12px;
    height: 18px;
  }
  .carousel-arrow.carousel-next {
    right: -36px;
  }
  .carousel-arrow.carousel-previous {
    left: -36px;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-pagination li button:after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .background-container .carousel-controls {
    position: fixed;
  }
  .carousel .carousel-pagination {
    top: -45px;
    margin-top: 0;
  }
  .carousel .carousel-pagination li {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 6px;
  }
  .carousel .carousel-pagination li:last-child {
    margin-right: 0;
  }
  .carousel .carousel-pagination li button,
  .carousel .carousel-pagination li button:after {
    width: 20px;
    height: 20px;
  }
  .carousel-arrow {
    top: -66px;
  }
  .carousel-arrow.carousel-next {
    right: -14px;
  }
  .carousel-arrow.carousel-previous {
    left: -13px;
  }
  .carousel-arrow.carousel-next svg {
    margin-right: -10px;
  }
  .carousel-arrow.carousel-previous svg {
    margin-left: -10px;
  }
  .carousel-arrow svg {
    width: 28px;
    height: 44px;
  }
  .project-page .carousel-controls {
    height: 50%;
    bottom: 0;
  }
  .project-page .carousel-controls .carousel-pagination {
    height: auto;
    vertical-align: bottom;
    top: auto;
    position: absolute;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .project-page .carousel-controls .carousel-arrow {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.carousel-timeline-container {
  display: none;
  width: 100%;
  height: 53px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
}
.carousel-timeline-container .timeline {
  height: 21px;
  line-height: 21px;
  position: relative;
  z-index: 1;
}
.carousel-timeline-container .timeline li {
  display: inline-block;
  text-align: center;
  position: absolute;
  font-family: "Interstate Black Cond", "Arial Black", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-timeline-container .timeline li span {
  display: inline-block;
  white-space: nowrap;
}
.carousel-timeline-container .carousel-progress {
  width: 0;
  height: 21px;
  margin-top: -19px;
  position: relative;
  z-index: 2;
  line-height: 21px;
  color: #ff0000;
  background-color: #3399cc;
  overflow: hidden;
}
.carousel-timeline-container .carousel-progress .slide-description {
  display: inline-block;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  color: #ff0000;
  font-family: "Interstate Black Cond", "Arial Black", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  .carousel-timeline-container {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-timeline-container {
    padding: 0 2%;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-timeline-container .timeline,
  .carousel-timeline-container .carousel-progress {
    height: 36px;
    line-height: 36px;
  }
  .carousel-timeline-container .carousel-progress {
    margin-top: -36px;
  }
}
.carousel.accordion {
  padding-top: 53px;
}
.carousel.accordion .carousel-slides {
  position: absolute;
  top: 53px;
  bottom: 0;
  height: auto;
  margin-top: -4px;
  margin-bottom: -4px;
}
.carousel.accordion .carousel-slides > li {
  position: relative;
  height: 20%;
  overflow: hidden;
  min-height: 0;
  min-width: 0;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
}
.carousel.accordion .carousel-slides > li div {
  position: absolute;
}
.carousel.accordion .carousel-slides > li h2 {
  padding-left: 22px;
  top: 50%;
  color: #4fff00;
  position: absolute;
  height: 18px;
  margin-top: -9px;
}
.carousel.accordion .carousel-slides > li .read-more-link {
  background-color: #2aba31;
  border: 3px solid #4fff00;
  top: 10%;
  margin-top: -15px;
  bottom: 0;
  display: none;
}
.carousel.accordion .carousel-slides > li .read-more-link svg {
  fill: #4fff00;
}
.carousel.accordion .carousel-slides > li.highlighted {
  border: none;
  height: 100%;
  width: 100%;
  z-index: 99;
  position: absolute;
}
.carousel.accordion .carousel-slides > li.highlighted h2 {
  top: 10%;
}
.carousel.accordion .carousel-slides > li.highlighted .read-more-link {
  display: block;
}
.headline {
  display: inline-block;
  padding: 7px 17px 5px 17px;
  text-transform: uppercase;
}
.headline.green-darkgreen {
  border-color: #2aba31;
}
.headline.green-darkgreen span,
.headline.green-darkgreen a {
  border-color: #2aba31;
}
.headline.green-darkgreen .controller {
  background-color: #2aba31;
}
.headline.darkblue-blue {
  border-color: #3399cc;
}
.headline.darkblue-blue span,
.headline.darkblue-blue a {
  border-color: #3399cc;
}
.headline.darkblue-blue .controller {
  background-color: #3399cc;
}
.headline.orange-darkblue {
  border-color: #27348b;
}
.headline.orange-darkblue span,
.headline.orange-darkblue a {
  border-color: #27348b;
}
.headline.orange-darkblue .controller {
  background-color: #27348b;
}
.headline.orange-red {
  border-color: #ff0000;
}
.headline.orange-red span,
.headline.orange-red a {
  border-color: #ff0000;
}
.headline.orange-red .controller {
  background-color: #ff0000;
}
.headline.darkgreen-darkblue {
  border-color: #2aba31;
}
.headline.darkgreen-darkblue span,
.headline.darkgreen-darkblue a {
  border-color: #2aba31;
}
.headline.darkgreen-darkblue .controller {
  background-color: #2aba31;
}
.headline-container {
  min-width: 320px;
  margin: 0 0 15px 0;
}
.headline-container:after {
  content: "";
  display: table;
  clear: both;
}
.headline-container .copy-container {
  float: left;
}
.headline-container .copy-container:after {
  content: "";
  display: table;
  clear: both;
}
.headline-container a {
  color: #fff;
}
.headline-container a,
.headline-container span {
  display: block;
  padding: 4px 16px;
  border: 3px solid transparent;
  text-transform: uppercase;
  float: left;
}
.headline-container strong {
  font-weight: normal;
}
.headline-container a strong {
  font-weight: bold;
}
.headline-container .date {
  border-bottom: 0;
}
.headline-container .top,
.headline-container .bottom {
  float: left;
  clear: both;
}
.headline-container .bottom {
  margin-top: -3px;
}
.headline-container.green-darkgreen span,
.headline-container.green-darkgreen a {
  color: #4fff00;
  background-color: #2aba31;
  border-color: #2aba31;
}
.headline-container.green-darkgreen .controller {
  background-color: #2aba31;
}
.headline-container.darkblue-blue span,
.headline-container.darkblue-blue a {
  color: #27348b;
  background-color: #3399cc;
  border-color: #3399cc;
}
.headline-container.darkblue-blue .controller {
  background-color: #3399cc;
}
.headline-container.orange-darkblue span,
.headline-container.orange-darkblue a {
  color: #fc814f;
  background-color: #27348b;
  border-color: #27348b;
}
.headline-container.orange-darkblue .controller {
  background-color: #27348b;
}
.headline-container.orange-red span,
.headline-container.orange-red a {
  color: #fc814f;
  background-color: #ff0000;
  border-color: #ff0000;
}
.headline-container.orange-red .controller {
  background-color: #ff0000;
}
.headline-container.darkgreen-darkblue span,
.headline-container.darkgreen-darkblue a {
  color: #2aba31;
  background-color: #27348b;
  border-color: #2aba31;
}
.headline-container.darkgreen-darkblue .controller {
  background-color: #2aba31;
}
.caviar-logo {
  display: block;
  max-width: 219px;
  max-height: 55px;
  margin: 0;
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 12;
  font-size: 0;
  -webkit-transition: top 0.2s ease-in-out;
          transition: top 0.2s ease-in-out;
}
.caviar-logo a {
  display: block;
}
.caviar-logo svg {
  fill: #ff0000;
  stroke: #ff0000;
}
@media screen and (min-width: 768px) {
  .caviar-logo {
    top: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .caviar-logo {
    top: 19px;
    right: 60px;
  }
  .caviar-logo svg {
    width: 217px;
    height: 53px;
  }
}
.navigation {
  min-width: 320px;
  width: 100%;
  max-width: 767px;
  min-height: 53px;
  position: fixed;
  top: 0;
  z-index: 10;
  font-family: "Interstate Black Cond", "Arial Black", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: top 0.2s ease-in-out;
          transition: top 0.2s ease-in-out;
  background-color: #000;
}
.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation li {
  min-height: 53px;
  margin: 0;
  border: none;
}
.js .navigation li select {
  display: none;
}
.navigation .main-container > li.is-active .label-container,
.navigation .main-container > li.is-active > a,
.navigation .dropdown li .label-container:hover,
.navigation .dropdown li .label-container:hover > a {
  background-color: #fc814f;
}
.navigation .main-container > li.is-active .label-container,
.navigation .main-container > li.is-active > a,
.navigation .dropdown li .label-container:hover,
.navigation .dropdown li .label-container:hover > a {
  background-color: #fc814f;
}
.navigation .title {
  margin: 10px 0 5px 0;
  padding: 7px 0 13px 21px;
  position: relative;
  top: 9px;
}
.navigation label {
  margin: 0;
  padding: 0 0 0 5px;
}
.navigation .main-container {
  display: none;
  width: 100%;
  position: absolute;
  top: 53px;
}
.navigation .main-container li {
  margin: -4px 0 0 0;
}
.navigation .main-container li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  line-height: 45px;
}
.no-js .navigation fieldset {
  min-height: 53px;
}
.no-touch .navigation a:focus {
  outline: #ff0000;
}
@media screen and (min-width: 768px) {
  .navigation {
    min-width: 410px;
    width: auto;
    min-height: 43px;
    margin: 20px;
    background-color: transparent;
  }
  .navigation .title {
    display: inline-block;
    min-height: 43px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 20px 0 16px;
    top: 0;
    float: left;
  }
  .navigation .main-container {
    width: auto;
    float: left;
    clear: none;
    position: relative;
    top: 0;
    left: 0;
  }
  .navigation .main-container li {
    min-height: 0;
    margin-top: 0;
  }
  .navigation .main-container > li {
    margin-top: 0;
    margin-left: 18px;
    float: left;
  }
  .navigation .main-container > li a {
    max-height: 35px;
    padding-top: 0;
    padding-left: 11px;
    padding-right: 11px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .no-js .navigation fieldset {
    min-height: 53px;
  }
  .navigation {
    min-width: 410px;
    max-width: none;
    min-height: 53px;
  }
  .navigation .title {
    min-height: 53px;
  }
  .navigation .main-container > li {
    border-width: 5px;
    margin-left: 26px;
  }
  .navigation .main-container > li a {
    max-height: none;
    line-height: 43px;
  }
  .navigation .main-container .dropdown li {
    margin-left: 0;
  }
}
.navigation .button {
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.1s linear 0, height 0.1s linear 0;
          transition: width 0.1s linear 0, height 0.1s linear 0;
}
.navigation .button:focus {
  outline: #ff0000;
}
.navigation .button.nav-toggle .icon-cross {
  display: none;
  margin: 0 0 0 -3px;
}
.navigation .button.back-button {
  display: none;
}
.navigation .button.search-toggle {
  top: 0;
  left: 49px;
}
.navigation .button.search-toggle .icon-magnifying-glass {
  width: 29px;
  height: 28px;
  margin: 5px 0 0 5px;
}
.navigation .button.search-toggle .icon-cross {
  display: none;
  margin: 0;
}
.navigation .button.filter-toggle {
  top: -53px;
  left: 102px;
}
.navigation .button.filter-toggle .icon-cross {
  display: none;
}
@media screen and (min-width: 768px) {
  .navigation button {
    width: 43px;
    height: 43px;
  }
  .navigation button [class^="icon-"] {
    width: 22px;
    height: 21px;
  }
  .navigation .button {
    position: static;
    left: auto;
    top: auto;
    float: left;
    margin-left: 18px;
  }
  .navigation .button:first-child {
    margin-left: 0;
  }
  .navigation .button.search-toggle .icon-magnifying-glass {
    margin-top: 6px;
  }
  .navigation .button.nav-toggle .icon-cross {
    margin-left: -1px;
  }
}
@media screen and (min-width: 1280px) {
  .navigation .button {
    width: 53px;
    height: 53px;
    margin-left: 26px;
    border-width: 5px;
  }
  .navigation .button.inverted,
  .navigation .button.inverted:hover {
    border-width: 5px;
  }
  .navigation .button [class^="icon-"] {
    width: 26px;
    height: 19px;
  }
  .navigation .button .icon-cross {
    width: 23px;
    height: 23px;
  }
  .navigation .button .icon-plus {
    width: 27px;
    height: 27px;
    margin: 3px 0 0 0px;
  }
  .navigation .button.search-toggle {
    top: auto;
    left: auto;
  }
  .navigation .button.filter-toggle .icon-cross {
    margin: 3px 0 0 0;
  }
  .no-touch .navigation .button:hover,
  .no-touch .navigation .button.inverted:hover,
  .no-touch .navigation .button.inverted:active {
    border-width: 5px;
  }
}
.navigation .input-container {
  max-width: 60px;
  min-height: 44px;
  float: left;
  text-align: center;
  position: relative;
}
.navigation .input-container .radio {
  margin: 16px 0 0 0;
}
.navigation .input-container .checkbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.navigation .input-container .checkbox-custom {
  display: block;
  width: 17px;
  height: 17px;
  margin: 14px 0 0 18px;
  color: #4fff00;
  background-color: #3399cc;
}
.navigation .input-container .checkbox-custom svg {
  fill: #4fff00;
}
.navigation .input-container .checkbox-custom .icon-cross {
  display: none;
  position: absolute;
  top: 17px;
  left: 21px;
  z-index: 1;
  cursor: pointer;
}
.navigation .input-container .checkbox:checked + .checkbox-custom .icon-cross,
.navigation .is-active .input-container .checkbox-custom .icon-cross {
  display: inline;
}
.navigation .label-container {
  width: 100%;
  min-height: 44px;
  padding-left: 0;
  float: left;
}
.navigation .label-container label {
  display: inline-block;
  width: 100%;
  line-height: 44px;
}
.navigation .label-container a {
  display: inline-block;
  width: 100%;
  min-height: 36px;
  padding-left: 18px;
  border: none;
  position: relative;
  bottom: 0;
}
.navigation .label-container button {
  width: auto;
  height: 39px;
  padding-left: 6px;
  border: none;
  position: relative;
  bottom: -3px;
  color: #3399cc;
  background-color: inherit;
}
.navigation .label-container button:focus {
  outline: inherit;
}
.touch .navigation .label-container button {
  bottom: -3px;
}
.navigation .dropdown {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.navigation .dropdown li {
  margin: -5px 0 0 0;
}
.navigation .dropdown li:first-child {
  margin: 0;
}
.js .navigation .dropdown li.is-active,
.js .navigation .dropdown li.is-active .input-container,
.js .navigation .dropdown li.is-active .label-container,
.js .navigation .dropdown li.is-active .label-container label,
.js .navigation .dropdown li.is-active .label-container a {
  background-color: #4fff00 !important;
}
.no-js .navigation .dropdown li.is-active,
.no-js .navigation .dropdown li.is-active .input-container,
.no-js .navigation .dropdown li.is-active .label-container,
.no-js .navigation .dropdown li.is-active .label-container label,
.no-js .navigation .dropdown li.is-active .label-container a {
  color: #4fff00;
}
.navigation .filters-container {
  display: none;
}
.navigation .filters-container .department,
.navigation .filters-container .location {
  border: none;
  background-color: transparent;
}
.navigation .filters-container .department .label-container {
  width: 85%;
}
.navigation .filters-container .location .dropdown .input-container {
  position: absolute;
  left: -999999em;
  overflow: hidden;
}
.no-js .navigation .filters-container .dropdown li {
  margin-top: 0;
}
.no-js .navigation .filters-container .dropdown li.is-active {
  border-color: #ff0000;
}
.no-js .navigation .filters-container .department .title {
  padding-top: 4px;
}
.no-js .navigation .filters-container select {
  width: 45%;
  margin: 18px 0 10px 21px;
}
.no-js .navigation .filters-container select + .submit {
  bottom: -3px;
}
.no-js .navigation .filters-container .submit {
  width: auto;
  height: auto;
  border: none;
  position: relative;
  bottom: -10px;
  color: #4fff00;
  background-color: transparent;
}
/*************************/
/* MEDIAQUERIES */
/*************************/
@media screen and (min-width: 768px) {
  .no-js .navigation .filters-container .dropdown {
    display: none;
  }
  .no-js .navigation .filters-container li:hover .dropdown,
  .no-js .navigation .filters-container h2:hover ~ .dropdown {
    display: block;
  }
  .no-js .navigation .filters-container .label-container label,
  .no-js .navigation .filters-container .submit {
    bottom: -16px;
  }
  .navigation .filters-container .department,
  .navigation .filters-container .location {
    margin-top: 0;
  }
  .navigation .filter-toggle {
    margin-left: 0;
    position: static;
    left: 0;
    top: 0;
  }
  .navigation .filter-toggle .icon-cross {
    margin: 0 0 0 1px;
  }
  .navigation .input-container,
  .navigation .label-container {
    width: auto;
    margin-top: -4px;
    border-color: #3399cc;
    border-width: 4px;
    border-style: solid;
  }
  .navigation .input-container {
    min-height: 43px;
    border-right: none;
  }
  .navigation .input-container .checkbox-custom {
    width: 14px;
    height: 14px;
    margin: 11px 0 0 13px;
  }
  .navigation .input-container .checkbox-custom .icon-cross {
    width: 10px;
    height: 10px;
    top: 13px;
    left: 15px;
  }
  .navigation .label-container {
    width: auto;
    min-height: 43px;
    padding-right: 13px;
  }
  .navigation .label-container label {
    display: inline-block;
    padding-top: 1px;
    padding-left: 15px;
    line-height: 34px;
  }
  .navigation .label-container button {
    height: 29px;
    padding: 0 0 0 15px;
  }
  .navigation .dropdown li {
    min-height: 0;
    clear: both;
    background-color: transparent;
    border: none;
  }
  .navigation .dropdown li:after {
    content: "";
    display: table;
    clear: both;
  }
  .navigation .dropdown li:first-child .input-container,
  .navigation .dropdown li:first-child .label-container {
    min-height: 39px;
    margin-top: 0;
    border-top: none;
  }
  .js .navigation .dropdown li.is-active,
  .js .navigation .dropdown li:hover,
  .navigation .dropdown li.is-active,
  .navigation .dropdown li:hover {
    background-color: transparent !important;
  }
  .navigation .department .dropdown li .label-container {
    width: auto;
    border-left: none;
  }
  .no-touch .navigation .department .dropdown li:hover .input-container,
  .no-touch .navigation .department .dropdown li:hover .label-container,
  .no-touch .navigation .department .dropdown li:hover .label-container:hover,
  .no-touch .navigation .department .dropdown li:hover .label-container label,
  .no-touch .navigation .department .dropdown li:hover .label-container:hover label {
    background-color: #27348b;
  }
  .no-touch .navigation .department .dropdown li.is-hovered .input-container,
  .no-touch .navigation .department .dropdown li.is-hovered .label-container,
  .no-touch .navigation .department .dropdown li.is-hovered .label-container label,
  .no-touch .navigation .department .dropdown li.is-hovered .label-container a,
  .no-touch .navigation .department .dropdown li:hover .input-container:hover,
  .no-touch .navigation .department .dropdown li:hover .input-container:hover + .label-container,
  .no-touch .navigation .department .dropdown li:hover .input-container:hover + .label-container label,
  .no-touch .navigation .department .dropdown li:hover .label-container:hover,
  .no-touch .navigation .department .dropdown li:hover .label-container:hover label {
    background-color: #fc814f;
  }
  .no-touch .navigation .location .dropdown li:hover .input-container,
  .no-touch .navigation .location .dropdown li:hover .label-container,
  .no-touch .navigation .location .dropdown li:hover .label-container:hover,
  .no-touch .navigation .location .dropdown li:hover .label-container label,
  .no-touch .navigation .location .dropdown li:hover .label-container:hover label {
    background-color: #27348b;
  }
  .no-touch .navigation .location .dropdown li.is-hovered .input-container,
  .no-touch .navigation .location .dropdown li.is-hovered .label-container,
  .no-touch .navigation .location .dropdown li.is-hovered .label-container label,
  .no-touch .navigation .location .dropdown li.is-hovered .label-container a,
  .no-touch .navigation .location .dropdown li:hover .label-container:hover,
  .no-touch .navigation .location .dropdown li:hover .label-container:hover a,
  .no-touch .navigation .location .dropdown li:hover .label-container:hover label {
    background-color: #fc814f;
  }
}
@media screen and (min-width: 1280px) {
  .no-js .navigation .filters-container {
    padding: 0 17px;
  }
  .no-js .navigation .filters-container li {
    margin-left: 9px;
  }
  .no-js .navigation .filters-container .dropdown li {
    margin-left: 0;
  }
  .no-js .navigation .filters-container select {
    width: auto;
    margin-left: 0;
  }
  .no-js .navigation .filters-container select + .submit {
    bottom: 0;
  }
  .no-js .navigation .filters-container .department .title {
    padding-top: 17px;
  }
  .no-js .navigation .filters-container .location {
    margin-left: 0;
  }
  .no-js .navigation .filters-container .location .filter-toggle {
    display: none;
  }
  .no-js .navigation.filter-on-location.filter-is-open .location fieldset {
    padding: 0 17px;
    background-color: #3399cc;
  }
  .navigation .dropdown li:first-child .input-container,
  .navigation .dropdown li:first-child .label-container {
    min-height: 48px;
  }
  .navigation .dropdown li a {
    height: 43px;
    bottom: 0;
  }
  .navigation .input-container,
  .navigation .label-container {
    min-height: 53px;
    margin-top: -5px;
    border-width: 5px;
  }
  .navigation .input-container .checkbox {
    top: 3px;
    left: 16px;
  }
  .navigation .input-container .checkbox-custom {
    width: 22px;
    height: 22px;
    margin: 11px 0 0 18px;
  }
  .navigation .input-container .checkbox-custom .icon-cross {
    width: 16px;
    height: 13px;
    top: 16px;
    left: 21px;
  }
  .navigation .label-container button {
    height: auto;
    line-height: 38px;
  }
  .no-touch .navigation .filters-container .dropdown .label-container label {
    line-height: 42px;
  }
  .no-js .navigation .department .dropdown li .label-container {
    border-left: 6px;
  }
  .no-js .navigation .department .dropdown li:first-child .label-container {
    position: absolute;
    top: 0;
    left: 210px;
    background-color: #3399cc;
  }
}
.navigation .search-bar-container {
  display: none;
}
.navigation .search-bar-container .text {
  width: 100%;
  min-height: 53px;
  padding: 0 0 0 20px;
  position: relative;
  bottom: -49px;
  text-transform: uppercase;
  line-height: 45px;
  /* Chrome */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE */
}
.navigation .search-bar-container .text:focus {
  outline: none;
}
.no-touch .navigation .search-bar-container .text:hover {
  background-color: #27348b;
}
.navigation .search-bar-container .text::-webkit-input-placeholder {
  color: #4fff00;
}
.navigation .search-bar-container .text:-moz-placeholder {
  color: #4fff00;
}
.navigation .search-bar-container .text::-moz-placeholder {
  color: #4fff00;
}
.navigation .search-bar-container .text:-ms-input-placeholder {
  color: #4fff00;
}
@media screen and (min-width: 768px) {
  .navigation .search-bar-container {
    max-width: none;
    margin-left: 18px;
    float: left;
  }
  .navigation .search-bar-container .text {
    padding-right: 19px;
    min-height: 43px;
    line-height: 35px;
    bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .navigation .search-bar-container {
    margin-left: 26px;
  }
  .navigation .search-bar-container .text {
    border-width: 5px;
    min-height: 53px;
  }
}
.navigation.is-closed .back,
.navigation.is-closed .filter-toggle,
.navigation.is-closed .search-bar-container,
.navigation.is-closed .main-container,
.navigation.is-closed .nav-toggle .icon-cross,
.navigation.is-closed .search-toggle .icon-cross {
  display: none;
}
.navigation.is-open {
  min-height: 200px;
}
.navigation.is-open .main-container {
  display: block;
}
.navigation.is-open .nav-toggle .icon-hamburger {
  display: none;
}
.navigation.is-open .nav-toggle .icon-cross,
.navigation.is-open.filter-is-closed .nav-toggle .icon-cross {
  display: inline;
}
.navigation.is-open .button.filter-toggle:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background-color: #ff0000;
}
@media screen and (min-width: 768px) {
  .navigation.is-open {
    min-height: 43px;
  }
  .navigation.is-open .button.filter-toggle:after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .navigation.is-open {
    min-height: 53px;
  }
  .navigation.is-open .button.filter-toggle:after {
    height: 6px;
  }
}
.navigation.filter-is-closed .back,
.navigation.filter-is-closed .filter-toggle .icon-cross,
.navigation.filter-is-closed .search-bar-container,
.navigation.filter-is-closed .main-container > li,
.navigation.filter-is-closed .main-container > li > a,
.navigation.filter-is-closed .main-container > li.work .filters-container .title,
.navigation.filter-is-closed .main-container > li.work .filters-container .dropdown,
.navigation.filter-is-closed .nav-toggle .icon-cross,
.navigation.filter-is-closed .search-toggle .icon-cross {
  display: none;
}
.navigation.filter-is-closed .filter-toggle,
.navigation.filter-is-closed .main-container,
.navigation.filter-is-closed .main-container > li.work,
.navigation.filter-is-closed .main-container .filters-container {
  display: block;
}
.navigation.filter-is-closed .main-container > li.work {
  min-height: 0;
  border: none;
}
.navigation.filter-is-closed .main-container > li.work .filters-container li {
  min-height: 0;
}
.navigation.filter-is-closed.filter-on-department .main-container > li.work .filters-container .location {
  display: none;
}
.navigation.filter-is-closed.filter-on-location .main-container > li.work .filters-container .department {
  display: none;
}
.navigation.filter-is-closed.is-open .main-container > li.work .filters-container .filter-toggle {
  display: none;
}
.navigation.filter-is-closed.is-open .main-container > li {
  display: block;
  min-height: 53px;
}
.navigation.filter-is-closed.is-open .main-container > li.work {
  border-width: 4px;
  border-style: solid;
  border-color: #ff0000;
}
.navigation.filter-is-closed.is-open .main-container > li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .navigation.filter-is-closed .main-container > li.work .filters-container .title {
    display: block;
  }
  .navigation.filter-is-closed.is-open .main-container > li {
    min-height: 43px;
  }
  .navigation.filter-is-closed .search-bar-container {
    margin-left: 18px;
  }
  .navigation.filter-is-closed .search-toggle {
    position: relative;
    left: 0;
  }
  .navigation.filter-is-closed.search-is-open .search-toggle {
    left: 0;
  }
  .navigation.filter-is-closed.is-open .main-container > li.work .filters-container .title,
  .navigation.filter-is-closed.is-open .main-container > li.work .filters-container .filter-toggle {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .navigation.filter-is-closed.is-open .main-container > li.work {
    border-width: 5px;
  }
  .navigation.filter-is-closed .filter-toggle {
    left: 26px;
  }
  .navigation.filter-is-closed .search-bar-container {
    margin-left: 26px;
  }
  .navigation.filter-is-closed.is-open .filter-toggle {
    right: -79px;
  }
}
.navigation.filter-is-open {
  min-height: 405px;
}
.navigation.filter-is-open.filter-on-department .location {
  display: none;
}
.navigation.filter-is-open.filter-on-location .department {
  display: none;
}
.navigation.filter-is-open .back,
.navigation.filter-is-open .filter-toggle .icon-plus,
.navigation.filter-is-open .search-bar-container,
.navigation.filter-is-open .main-container > li,
.navigation.filter-is-open .nav-toggle .icon-cross,
.navigation.filter-is-open .search-toggle .icon-cross {
  display: none;
}
.navigation.filter-is-open .filter-toggle,
.navigation.filter-is-open .main-container,
.navigation.filter-is-open .main-container .filters-container {
  display: block;
}
.no-js .navigation.filter-is-open .nav-filters-location {
  display: none;
}
.navigation.filter-is-open .filter-toggle .icon-cross {
  display: inline;
}
.navigation.filter-is-open .nav-toggle .icon-hamburger {
  display: inline;
}
.navigation.filter-is-open .main-container .button.filter-toggle {
  top: -47px;
}
.navigation.filter-is-open .main-container {
  top: 47px;
}
.navigation.filter-is-open .main-container > li.work {
  display: list-item;
  border-width: 0;
  margin-left: 0;
}
.navigation.filter-is-open .main-container > li.work > a {
  display: none;
}
@media screen and (min-width: 768px) {
  .navigation.filter-is-open {
    min-height: 277px;
  }
  .navigation.filter-is-open .main-container {
    margin-left: 18px;
    top: 0;
  }
  .navigation.filter-is-open .main-container > li.work {
    background-color: transparent;
  }
  .navigation.filter-is-open .filter-toggle.icon-plus {
    margin-top: 7px;
    margin-left: 1px;
  }
  .navigation.filter-is-open.filter-on-department .button.search-toggle {
    position: relative;
    left: -64px;
  }
}
@media screen and (min-width: 1280px) {
  .navigation.filter-is-open {
    min-height: 406px;
  }
  .navigation.filter-is-open .main-container {
    margin-left: 26px;
  }
  .navigation.filter-is-open .filter-toggle .icon-plus {
    margin-top: 12px;
    margin-left: 3px;
  }
  .navigation.filter-is-open.filter-on-department .button.search-toggle {
    left: -109px;
  }
  .navigation.filter-is-open.filter-on-location .button.search-toggle {
    left: -15px;
  }
}
.navigation.search-is-open {
  min-height: 102px;
}
.navigation.search-is-open .back,
.navigation.search-is-open .filter-toggle .icon-cross,
.navigation.search-is-open .search-toggle .icon-magnifying-glass,
.navigation.search-is-open .main-container,
.navigation.search-is-open .main-container > li,
.navigation.search-is-open .nav-toggle .icon-cross {
  display: none;
}
.navigation.search-is-open .search-toggle .icon-cross {
  display: inline;
}
.navigation.search-is-open .search-bar-container {
  display: block;
}
.navigation.search-is-open .button.filter-toggle:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background-color: #ff0000;
}
@media screen and (min-width: 768px) {
  .navigation.search-is-open {
    min-height: 43px;
  }
  .navigation.search-is-open .search-toggle {
    margin-left: -4px;
    float: left;
  }
  .navigation.search-is-open .button.filter-toggle:after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .navigation.search-is-open {
    min-height: 53px;
  }
  .navigation.search-is-open .button.filter-toggle:after {
    height: 6px;
  }
}
.block-item.videoplayer .content-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.video-display {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
.video-display iframe {
  position: relative;
}
.videoplayer-ui-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.videoplayer-ui-container svg {
  fill: #ffcb00;
}
.videoplayer-ui-container svg:hover {
  fill: #4fff00;
}
.videoplayer-ui-container .play-svg {
  display: none ;
}
.videoplayer-ui-container.state-is-fullscreen {
  position: fixed;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  border: none;
}
.videoplayer-ui-container.state-is-fullscreen .video-controls button.fullscreen {
  width: 74px;
  height: 74px;
}
.videoplayer-ui-container.state-is-fullscreen .fullscreen-svg {
  display: none;
}
.videoplayer-ui-container.state-is-fullscreen .minscreen-svg {
  display: block;
}
.videoplayer-ui-container.state-is-fullscreen .video-controls button.playpause .icon {
  width: 70px;
  height: 74px;
  margin: -35px 0 0 -37px;
}
.videoplayer-ui-container.state-is-fullscreen .play-svg,
.videoplayer-ui-container.state-is-fullscreen .pause-svg {
  width: 71px;
  height: 80px;
}
.videoplayer-ui-container.state-is-fullscreen .fullscreen-svg,
.videoplayer-ui-container.state-is-fullscreen .minscreen-svg {
  width: 74px;
  height: 74px;
}
.videoplayer-ui-container.state-is-fullscreen .proportion-container {
  position: static;
  padding: 0;
}
.videoplayer-ui-container.state-is-playing .play-svg {
  display: block;
}
.videoplayer-ui-container.state-is-playing .pause-svg {
  display: none;
}
.videoplayer-ui-container.state-is-idle.videoplayer-ui-container.state-is-playing .video-controls button {
  opacity: 0;
}
.videoplayer-ui-container .video-controls button {
  position: absolute;
  padding: 0;
  border: none;
  background: transparent;
}
.videoplayer-ui-container .video-controls .play-state {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.videoplayer-ui-container .video-controls .play-state .icon {
  position: absolute;
  width: 42px;
  height: 48px;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -21px;
}
.videoplayer-ui-container .video-controls .fullscreen {
  display: none;
  width: 42px;
  height: 42px;
  right: 24px;
  top: 14px;
}
.videoplayer-ui-container .video-controls .fullscreen .icon {
  width: 100%;
  height: 100%;
  background-position: 99.6% 0;
}
.videoplayer-ui-container .video-controls .playpause {
  display: none;
  height: 100%;
  width: 100%;
}
.videoplayer-ui-container .video-controls .playbar {
  display: none;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.25);
}
.videoplayer-ui-container .video-controls .playbar .bar {
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.videoplayer-ui-container .video-controls .playbar .bar.progress {
  background-color: #ffcb00;
}
.no-touch .videoplayer-ui-container .video-controls button {
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
  display: block;
}
.no-touch .videoplayer-ui-container .play-svg,
.no-touch .videoplayer-ui-container .pause-svg {
  width: 42px;
  height: 48px;
}
.no-touch .videoplayer-ui-container .fullscreen-svg,
.no-touch .videoplayer-ui-container .minscreen-svg {
  width: 42px;
  height: 42px;
}
.no-touch .videoplayer-ui-container.state-is-fullscreen .video-controls button.fullscreen {
  width: 148px;
  height: 148px;
}
.no-touch .videoplayer-ui-container.state-is-fullscreen .video-controls button.playpause .icon {
  width: 142px;
  height: 160px;
  margin: -69px 0 0 -73px;
}
.no-touch .videoplayer-ui-container.state-is-fullscreen .play-svg,
.no-touch .videoplayer-ui-container.state-is-fullscreen .pause-svg {
  width: 142px;
  height: 160px;
}
.no-touch .videoplayer-ui-container.state-is-fullscreen .fullscreen-svg,
.no-touch .videoplayer-ui-container.state-is-fullscreen .minscreen-svg {
  width: 148px;
  height: 148px;
}
@media (min-width: 768px) {
  .block-item.videoplayer {
    width: 50%;
  }
  .videoplayer-ui-container .video-controls .fullscreen {
    display: block;
  }
  .videoplayer-ui-container .video-controls .playbar {
    display: block;
  }
}
@media (orientation: portrait) and (min-width: 768px) and (max-width: 1280px) {
  .block-item.videoplayer {
    width: 100%;
  }
}
.column-container {
  width: 100%;
}
.column-container:after {
  content: "";
  display: table;
  clear: both;
}
.result-list,
.search-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.result-list:after,
.search-results ul:after {
  content: "";
  display: table;
  clear: both;
}
.result-list > li,
.search-results ul > li {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.result-list a,
.search-results ul a {
  color: #4fff00;
}
.result-list a:hover,
.search-results ul a:hover {
  color: #2aba31;
}
