@charset "UTF-8";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.clearfix, .project-detail .image-block, .activity-detail .image-block, .project-index .column-wrap {
  *zoom: 1; }
  .clearfix:before, .project-detail .image-block:before, .activity-detail .image-block:before, .project-index .column-wrap:before, .clearfix:after, .project-detail .image-block:after, .activity-detail .image-block:after, .project-index .column-wrap:after {
    content: " ";
    display: table; }
  .clearfix:after, .project-detail .image-block:after, .activity-detail .image-block:after, .project-index .column-wrap:after {
    clear: both; }

@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes anim-close {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); } }
/*========================================================================
 VENDOR
=========================================================================*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@font-face {
  font-family: flowplayer;
  src: url("../fonts/icons/flowplayer.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/flowplayer.woff2") format("woff2"), url("../../fonts/icons/flowplayer.woff") format("woff"); }
.fp-icon {
  display: inline-block; }

.fp-icon:before {
  font-family: flowplayer;
  font-size: 1.7em; }

.fp-airplay:before {
  content: "\e001"; }

.fp-fullscreen:before {
  content: "\e002"; }

.fp-checked:before {
  content: "\e003"; }

.fp-embed:before {
  content: "\e004";
  color: #fff; }

.fp-chromecast:before {
  content: "\e005"; }

.fp-email:before {
  content: "\e006"; }

.fp-playbtn:before {
  content: "\e007"; }

.fp-share:before {
  content: "\e009"; }

.fp-share2:before {
  content: "\e00a"; }

.fp-twitter:before {
  content: "\e00c";
  color: #1da1f2; }

.fp-facebook:before {
  content: "\e00a";
  color: #3b5998; }

.fp-volumebtn:before {
  content: "\e00b"; }

.fp-volume-off:before {
  content: "\e00d"; }

.fp-unload:before {
  content: "\e00f"; }

.fp-prevbtn:before {
  content: "\e011"; }

.fp-nextbtn:before {
  content: "\e012"; }

.flowplayer.is-mouseover .fp-captions, .flowplayer.is-paused .fp-captions {
  bottom: 3em; }

.flowplayer.is-poster .fp-engine {
  filter: alpha(opacity=0);
  opacity: 0; }

.flowplayer.is-loading .fp-engine {
  top: -9999em; }

.flowplayer.is-loading .fp-ui .fp-header, .flowplayer.is-loading .fp-ui .fp-controls {
  filter: alpha(opacity=0);
  opacity: 0; }

.flowplayer.is-splash .fp-ui > *, .flowplayer.is-poster .fp-ui > * {
  display: none; }

.flowplayer.is-splash .fp-ui > .fp-play, .flowplayer.is-poster .fp-ui > .fp-play {
  display: block; }

.flowplayer.is-splash.is-loading .fp-ui > .fp-play, .flowplayer.is-poster.is-loading .fp-ui > .fp-play {
  display: none; }

.flowplayer.is-splash.is-loading .fp-ui > .fp-waiting, .flowplayer.is-poster.is-loading .fp-ui > .fp-waiting {
  display: block; }

.flowplayer.is-poster .fp-engine {
  left: -9999em;
  top: -9999em; }

.flowplayer.is-poster .fp-captions {
  display: none !important; }

.flowplayer.is-disabled .fp-color {
  background-color: #999; }

.flowplayer.has-title .fp-header {
  top: 0;
  text-align: right; }

.flowplayer.is-fullscreen {
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  background-image: none !important;
  background-color: #333; }

.flowplayer.is-fullscreen .fp-player {
  background-color: #333; }

.flowplayer.is-fullscreen .fp-fullscreen:before {
  content: "\e016"; }

.flowplayer.is-fullscreen.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-minimal .fp-fullscreen:before {
  content: "\e216"; }

.flowplayer.is-fullscreen.fp-edgy .fp-fullscreen:before {
  content: "\e116"; }

.flowplayer.is-fullscreen.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-edgy.fp-minimal .fp-fullscreen:before {
  content: "\e316"; }

.flowplayer.is-fullscreen.is-mouseout.is-playing .fp-ui {
  cursor: none; }

.flowplayer.is-loading .fp-waiting, .flowplayer.is-seeking .fp-waiting {
  display: block !important; }

.flowplayer.is-loading .fp-waiting svg, .flowplayer.is-loading .fp-waiting p, .flowplayer.is-seeking .fp-waiting svg, .flowplayer.is-seeking .fp-waiting p {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.is-loading .fp-play, .flowplayer.is-seeking .fp-play {
  display: none !important; }

.flowplayer.is-playing {
  background-image: none !important; }

.flowplayer.is-playing .fp-playbtn:before {
  content: "\e008"; }

.flowplayer.is-playing.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-minimal .fp-playbtn:before {
  content: "\e208"; }

.flowplayer.is-playing.fp-edgy .fp-playbtn:before {
  content: "\e108"; }

.flowplayer.is-playing.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-edgy.fp-minimal .fp-playbtn:before {
  content: "\e308"; }

.flowplayer.is-muted .fp-volumebtn:before {
  content: "\e00d"; }

.flowplayer.is-muted.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-minimal .fp-volumebtn:before {
  content: "\e20d"; }

.flowplayer.is-muted.fp-edgy .fp-volumebtn:before {
  content: "\e10d"; }

.flowplayer.is-muted.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-edgy.fp-minimal .fp-volumebtn:before {
  content: "\e30d"; }

.flowplayer.is-inverted .fp-duration {
  display: none; }

.flowplayer.is-inverted .fp-remaining {
  display: block; }

.flowplayer.is-closeable .fp-header .fp-unload {
  display: block; }

.flowplayer.is-error {
  background-color: #aaa; }

.flowplayer.is-error .fp-ui {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.is-live .fp-timeline {
  visibility: hidden; }

.flowplayer.is-live .fp-bar > *.fp-buffer, .flowplayer.is-live .fp-bar-slider > *.fp-buffer {
  max-width: 100%; }

.flowplayer.is-live.is-dvr .fp-timeline {
  visibility: visible; }

.flowplayer.is-live.is-dvr.is-live-position .fp-duration {
  color: #00abcd; }

.flowplayer.is-flash-disabled .fp-waiting {
  display: none !important; }

.flowplayer.is-flash-disabled .fp-ui {
  height: auto;
  background: none;
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.is-flash-disabled .fp-ui .fp-header, .flowplayer.is-flash-disabled .fp-ui .fp-controls {
  display: none; }

.flowplayer.is-flash-disabled .fp-engine {
  top: 0; }

.flowplayer.is-tiny {
  font-size: .7em; }

.flowplayer.is-small {
  font-size: .8em; }

.flowplayer.no-buffer .fp-ui .fp-controls .fp-timeline .fp-buffer {
  display: none; }

.flowplayer.no-volume .fp-volumebar {
  display: none; }

.flowplayer.fp-mute .fp-volumebtn {
  display: inline-block; }

@-webkit-keyframes pulse {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }
@keyframes pulse {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }
.flowplayer .fp-chromecast-engine {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff; }

.flowplayer .fp-chromecast-engine .fp-chromecast-engine-status {
  font-size: 150%;
  text-align: center; }

.flowplayer .fp-chromecast-engine .fp-chromecast-engine-icon {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
  -webkit-mask-size: 100% 100%;
  background-color: #fff;
  margin: 10% auto 2em;
  height: 5em;
  width: 5em; }

.flowplayer.is-chromecast {
  background-color: #333; }

.flowplayer.is-chromecast .fp-chromecast-engine {
  display: block; }

.flowplayer.is-chromecast .fp-flash-disabled {
  display: none !important; }

.flowplayer.is-chromecast .fp-engine {
  left: -9999em;
  top: -9999em;
  bottom: auto;
  right: auto; }

.flowplayer.fp-default-playlist .fp-prev, .flowplayer.fp-default-playlist .fp-next {
  position: absolute;
  top: 45%;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.flowplayer.fp-default-playlist .fp-prev:before, .flowplayer.fp-default-playlist .fp-next:before {
  font-family: flowplayer;
  font-size: 2.8em; }

.flowplayer.fp-default-playlist .fp-prev {
  left: 0.4em; }

.flowplayer.fp-default-playlist .fp-prev:before {
  content: "\e011"; }

.flowplayer.fp-default-playlist .fp-next {
  right: 0.4em; }

.flowplayer.fp-default-playlist .fp-next:before {
  content: "\e012"; }

.flowplayer.fp-default-playlist .fp-playlist {
  position: absolute;
  right: 0.4em;
  bottom: 3em;
  width: 100%;
  text-align: center; }

.flowplayer.fp-default-playlist .fp-playlist a {
  background-color: #fff;
  height: 0.8em;
  border-radius: 50%;
  width: 0.8em;
  filter: alpha(opacity=70);
  opacity: 0.7;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.flowplayer.fp-default-playlist .fp-playlist a:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.flowplayer.fp-default-playlist .fp-playlist a.is-active {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.fp-default-playlist.fp-edgy .fp-prev:before {
  content: "\e111"; }

.flowplayer.fp-default-playlist.fp-edgy .fp-next:before {
  content: "\e112"; }

.flowplayer.fp-default-playlist.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-minimal .fp-prev:before {
  content: "\e211"; }

.flowplayer.fp-default-playlist.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-minimal .fp-next:before {
  content: "\e212"; }

.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-prev:before {
  content: "\e311"; }

.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-next:before {
  content: "\e312"; }

.flowplayer.fp-custom-playlist {
  overflow: visible; }

.flowplayer.fp-custom-playlist .fp-playlist, .flowplayer.fp-custom-playlist.is-splash .fp-playlist, .flowplayer.fp-custom-playlist.is-poster .fp-playlist, .flowplayer.fp-custom-playlist.is-loading .fp-playlist {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer.fp-edgy .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-fill {
  display: none !important; }

.flowplayer.fp-edgy .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-sharp-fill {
  display: block; }

.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-fill {
  display: none; }

.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-outline {
  display: block; }

.flowplayer.fp-edgy, .flowplayer.fp-edgy .fp-menu, .flowplayer.fp-edgy .fp-captions p, .flowplayer.fp-edgy .fp-textarea, .flowplayer.fp-edgy .fp-bar, .flowplayer.fp-edgy .fp-bar-slider, .flowplayer.fp-edgy .fp-bar > *, .flowplayer.fp-edgy .fp-bar-slider > *, .flowplayer.fp-edgy .fp-timestamp {
  border-radius: 0; }

.flowplayer.fp-edgy .fp-airplay:before {
  content: "\e101"; }

.flowplayer.fp-edgy .fp-fullscreen:before {
  content: "\e102"; }

.flowplayer.fp-edgy .fp-checked:before {
  content: "\e103"; }

.flowplayer.fp-edgy .fp-embed:before {
  content: "\e104"; }

.flowplayer.fp-edgy .fp-chromecast:before {
  content: "\e105"; }

.flowplayer.fp-edgy .fp-email:before {
  content: "\e106"; }

.flowplayer.fp-edgy .fp-playbtn:before {
  content: "\e107"; }

.flowplayer.fp-edgy .fp-share:before {
  content: "\e109"; }

.flowplayer.fp-edgy .fp-share2:before {
  content: "\e10a"; }

.flowplayer.fp-edgy .fp-twitter:before {
  content: "\e10c"; }

.flowplayer.fp-edgy .fp-facebook:before {
  content: "\e10a"; }

.flowplayer.fp-edgy .fp-volumebtn:before {
  content: "\e10b"; }

.flowplayer.fp-edgy .fp-volume-off:before {
  content: "\e10d"; }

.flowplayer.fp-edgy .fp-unload:before {
  content: "\e10f"; }

.flowplayer.fp-edgy .fp-prevbtn:before {
  content: "\e111"; }

.flowplayer.fp-edgy .fp-nextbtn:before {
  content: "\e112"; }

.flowplayer.fp-edgy.fp-outlined .fp-airplay:before, .flowplayer.fp-edgy.fp-minimal .fp-airplay:before {
  content: "\e301"; }

.flowplayer.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.fp-edgy.fp-minimal .fp-fullscreen:before {
  content: "\e302"; }

.flowplayer.fp-edgy.fp-outlined .fp-checked:before, .flowplayer.fp-edgy.fp-minimal .fp-checked:before {
  content: "\e303"; }

.flowplayer.fp-edgy.fp-outlined .fp-embed:before, .flowplayer.fp-edgy.fp-minimal .fp-embed:before {
  content: "\e304"; }

.flowplayer.fp-edgy.fp-outlined .fp-chromecast:before, .flowplayer.fp-edgy.fp-minimal .fp-chromecast:before {
  content: "\e305"; }

.flowplayer.fp-edgy.fp-outlined .fp-email:before, .flowplayer.fp-edgy.fp-minimal .fp-email:before {
  content: "\e306"; }

.flowplayer.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-playbtn:before {
  content: "\e307"; }

.flowplayer.fp-edgy.fp-outlined .fp-share:before, .flowplayer.fp-edgy.fp-minimal .fp-share:before {
  content: "\e309"; }

.flowplayer.fp-edgy.fp-outlined .fp-share2:before, .flowplayer.fp-edgy.fp-minimal .fp-share2:before {
  content: "\e30a"; }

.flowplayer.fp-edgy.fp-outlined .fp-twitter:before, .flowplayer.fp-edgy.fp-minimal .fp-twitter:before {
  content: "\e30c"; }

.flowplayer.fp-edgy.fp-outlined .fp-facebook:before, .flowplayer.fp-edgy.fp-minimal .fp-facebook:before {
  content: "\e30a"; }

.flowplayer.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.fp-edgy.fp-minimal .fp-volumebtn:before {
  content: "\e30b"; }

.flowplayer.fp-edgy.fp-outlined .fp-volume-off:before, .flowplayer.fp-edgy.fp-minimal .fp-volume-off:before {
  content: "\e30d"; }

.flowplayer.fp-edgy.fp-outlined .fp-unload:before, .flowplayer.fp-edgy.fp-minimal .fp-unload:before {
  content: "\e30f"; }

.flowplayer.fp-edgy.fp-outlined .fp-prevbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-prevbtn:before {
  content: "\e311"; }

.flowplayer.fp-edgy.fp-outlined .fp-nextbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-nextbtn:before {
  content: "\e312"; }

.flowplayer.no-svg .fp-ui .fp-header, .flowplayer.no-svg .fp-ui .fp-controls {
  background-color: #333; }

.flowplayer.no-svg .fp-ui .fp-play.fp-visible {
  background-color: #ccc;
  position: absolute;
  padding-top: 17%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.flowplayer.no-svg .fp-ui .fp-play.fp-visible svg {
  display: none; }

.flowplayer.no-svg .fp-ui .fp-play.fp-visible .fp-playbtn {
  display: inline; }

.flowplayer .fp-player, .flowplayer .fp-ui, .flowplayer .fp-header, .flowplayer .fp-captions, .flowplayer .fp-controls {
  position: absolute;
  width: 100%; }

.flowplayer {
  font-family: avenir, sans-serif;
  font-size: 16px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  border-radius: .24em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  zoom: 1 !important;
  width: 100%;
  display: inline-block; }

.flowplayer .fp-hidden {
  display: none; }

.flowplayer .fp-shown {
  display: block !important; }

.flowplayer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.flowplayer.is-ready:not(.is-poster) {
  background: none !important; }

.flowplayer .fp-engine {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.flowplayer video.fp-engine:not(.native-subtitles)::-webkit-media-controls {
  display: none !important; }

.flowplayer .fp-player {
  position: absolute;
  bottom: 0;
  top: 0; }

.flowplayer .fp-waiting {
  display: none; }

.flowplayer .fp-waiting p {
  filter: alpha(opacity=0);
  opacity: 0;
  color: #ccc;
  font-weight: bold; }

.flowplayer .fp-ui {
  height: 100%;
  top: 0;
  background-image: none;
  -webkit-transition: background-image .1s;
  transition: background-image .1s;
  text-align: center;
  cursor: pointer;
  color: #fff; }

.flowplayer .fp-ui a, .flowplayer .fp-ui strong {
  color: inherit !important;
  font-style: normal !important;
  text-decoration: none !important; }

.flowplayer .fp-ui strong {
  font-weight: bold !important; }

.flowplayer .fp-ui > * {
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  filter: alpha(opacity=0);
  opacity: 0; }

.flowplayer.fp-ui-shown .fp-ui, .flowplayer.is-paused .fp-ui, .flowplayer.is-mouseover .fp-ui, .flowplayer.is-loading .fp-ui {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(15%, transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), transparent 15%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 15%); }

.flowplayer.fp-ui-shown .fp-ui > *, .flowplayer.is-paused .fp-ui > *, .flowplayer.is-mouseover .fp-ui > *, .flowplayer.is-loading .fp-ui > * {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer .fp-header {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
  text-align: left;
  height: 3.6em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-left: .9em; }

.flowplayer .fp-header .fp-icon {
  margin: .9em .9em 0 0; }

.flowplayer .fp-header .fp-icon.fp-active {
  color: #ec6c4c; }

.flowplayer .fp-header .fp-fullscreen, .flowplayer .fp-header .fp-unload {
  float: right; }

.flowplayer .fp-header .fp-unload {
  display: none; }

.flowplayer .fp-help {
  display: none; }

.flowplayer .fp-message {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 1.2em;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  padding: .6em .9em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.flowplayer .fp-message.fp-shown {
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer .fp-message.fp-shown + .fp-header {
  filter: alpha(opacity=0);
  opacity: 0; }

.flowplayer .fp-textarea {
  background-color: rgba(0, 0, 0, 0.5);
  width: 80%;
  position: absolute;
  left: 10%;
  top: 15%;
  color: #fff;
  outline: 0;
  border-radius: .2em;
  border: 0;
  min-height: 60%; }

.flowplayer .fp-logo {
  position: absolute;
  bottom: 3em;
  left: 0.9em; }

.flowplayer .fp-logo img {
  width: 100%; }

.flowplayer .fp-captions {
  bottom: 1.2em;
  display: none;
  text-align: center;
  color: #fff; }

.flowplayer .fp-captions p {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: .2em;
  font-size: 110%;
  display: inline-block;
  padding: .1em .3em;
  margin: .1em; }

.flowplayer .fp-speed-flash {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 4em;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  filter: alpha(opacity=0) !important;
  opacity: 0 !important;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 4em;
  height: 2em;
  display: none; }

.flowplayer .fp-speed-flash.fp-hilite {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.flowplayer .fp-play .fp-playbtn, .flowplayer .fp-pause .fp-playbtn, .flowplayer .fp-waiting .fp-playbtn {
  display: none; }

.flowplayer .fp-play svg, .flowplayer .fp-pause svg, .flowplayer .fp-waiting svg {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 6em;
  height: 6em;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: auto;
  max-height: 30%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  transition: all .2s;
  display: none; }

.flowplayer .fp-play svg.fp-play-rounded-fill, .flowplayer .fp-play svg.fp-pause-rounded-fill, .flowplayer .fp-play svg.fp-loading-rounded-fill, .flowplayer .fp-pause svg.fp-play-rounded-fill, .flowplayer .fp-pause svg.fp-pause-rounded-fill, .flowplayer .fp-pause svg.fp-loading-rounded-fill, .flowplayer .fp-waiting svg.fp-play-rounded-fill, .flowplayer .fp-waiting svg.fp-pause-rounded-fill, .flowplayer .fp-waiting svg.fp-loading-rounded-fill {
  display: block; }

.flowplayer .fp-play.fp-visible svg, .flowplayer .fp-pause.fp-visible svg, .flowplayer .fp-waiting.fp-visible svg {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  filter: alpha(opacity=100);
  opacity: 1; }

.flowplayer .fp-remaining {
  display: none; }

.flowplayer .fp-controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  align-items: center;
  height: 2.4em;
  bottom: 0;
  z-index: 2;
  padding-left: 0.3em;
  padding-right: 0.3em; }

.flowplayer .fp-controls > * {
  margin: 0 .6em; }

.flowplayer .fp-controls > strong {
  letter-spacing: 1px; }

.flowplayer .fp-controls img {
  width: 1.2em; }

.flowplayer .fp-bar, .flowplayer .fp-bar-slider {
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  cursor: col-resize;
  height: .9em;
  border-radius: 0.24em;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1; }

.flowplayer .fp-bar > *, .flowplayer .fp-bar-slider > * {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  height: 100%;
  border-radius: 0.24em; }

.flowplayer .fp-bar > *.fp-progress.animated, .flowplayer .fp-bar-slider > *.fp-progress.animated {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

.flowplayer .fp-bar > *.fp-buffer, .flowplayer .fp-bar-slider > *.fp-buffer {
  -webkit-transition: width .25s linear;
  transition: width .25s linear; }

.flowplayer .fp-bar.no-animation > *, .flowplayer .no-animation.fp-bar-slider > * {
  -webkit-transition: none;
  transition: none; }

.flowplayer .fp-timeline {
  -webkit-transition: height .2s;
  transition: height .2s; }

.flowplayer .fp-cuepoint {
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 2px; }

.flowplayer .fp-timestamp {
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  border-radius: .2em;
  padding: .1em .3em;
  font-size: 90%;
  bottom: 1.4em;
  height: auto; }

.flowplayer .fp-timeline:hover .fp-timestamp {
  display: inline; }

.flowplayer .fp-volume {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center; }

.flowplayer .fp-volumebtn {
  display: none; }

.flowplayer .fp-bar-slider {
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: height .2s;
  transition: height .2s;
  white-space: nowrap;
  -ms-flex: 1 0 auto; }

.flowplayer .fp-bar-slider em {
  border-radius: 2px;
  display: inline-block;
  width: 5px;
  height: 100%;
  position: relative;
  vertical-align: top;
  margin-left: 3px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.flowplayer .fp-bar-slider em:hover {
  -webkit-transform: scaleY(1.35);
  -ms-transform: scaleY(1.35);
  transform: scaleY(1.35);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.flowplayer .fp-bar-slider em.fp-grey {
  background-color: rgba(255, 255, 255, 0.75); }

.flowplayer.no-flex .fp-controls {
  white-space: nowrap; }

.flowplayer.no-flex .fp-controls > * {
  display: inline-block;
  vertical-align: center;
  margin: 0 .3em; }

.flowplayer.no-flex .fp-timeline {
  width: 40%; }

.flowplayer.no-flex.fp-full .fp-timeline {
  margin-bottom: .6em;
  height: .9em; }

.flowplayer.no-flex.fp-fat .fp-bar, .flowplayer.no-flex.fp-playful .fp-bar, .flowplayer.no-flex.fp-fat .fp-bar-slider, .flowplayer.no-flex.fp-playful .fp-bar-slider {
  height: .9em !important; }

.flowplayer.fp-fat .fp-bar, .flowplayer.fp-playful .fp-bar, .flowplayer.fp-fat .fp-bar-slider, .flowplayer.fp-playful .fp-bar-slider {
  height: 100%;
  border-radius: 0; }

.flowplayer.fp-fat .fp-bar > *, .flowplayer.fp-playful .fp-bar > *, .flowplayer.fp-fat .fp-bar-slider > *, .flowplayer.fp-playful .fp-bar-slider > * {
  border-radius: 0; }

.flowplayer.fp-fat .fp-timestamp, .flowplayer.fp-playful .fp-timestamp {
  bottom: 3.2em; }

.flowplayer.fp-fat .fp-bar-slider em, .flowplayer.fp-playful .fp-bar-slider em {
  -webkit-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  transform: scaleY(0.6);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.flowplayer.fp-fat .fp-bar-slider em:hover, .flowplayer.fp-playful .fp-bar-slider em:hover {
  -webkit-transform: scaleY(0.75);
  -ms-transform: scaleY(0.75);
  transform: scaleY(0.75); }

.flowplayer.fp-slim .fp-timeline {
  height: .2em; }

.flowplayer.fp-slim .fp-controls:hover .fp-timeline {
  height: .9em; }

.flowplayer.fp-slim .fp-cue {
  width: 4px; }

.flowplayer.fp-slim .fp-bar-slider {
  height: .2em; }

.flowplayer.fp-slim .fp-controls:hover .fp-bar-slider {
  height: 0.9em; }

.flowplayer.fp-full .fp-timeline {
  position: absolute;
  height: .3em;
  bottom: 2.8em;
  margin: 0;
  width: 100%;
  border-radius: 0;
  overflow: inherit;
  left: 0; }

.flowplayer.fp-full .fp-timeline:before {
  content: "";
  width: 100%;
  height: 1.2em;
  position: absolute;
  top: -1.2em;
  left: 0; }

.flowplayer.fp-full .fp-controls {
  height: 2.8em; }

.flowplayer.fp-full .fp-controls:hover .fp-timeline {
  height: 1em; }

.flowplayer.fp-full .fp-volume {
  margin-right: auto; }

.flowplayer.fp-full .fp-duration, .flowplayer.fp-full .fp-remaining {
  margin-left: 0; }

.flowplayer.fp-full .fp-duration:before, .flowplayer.fp-full .fp-remaining:before {
  position: relative;
  content: "/";
  left: -.3em; }

.flowplayer.fp-minimal .fp-controls {
  background-color: transparent !important; }

.flowplayer.fp-minimal .fp-controls > * {
  display: none; }

.flowplayer.fp-minimal .fp-header > * {
  display: none; }

.flowplayer.fp-minimal .fp-header .fp-fullscreen {
  display: inherit; }

.flowplayer.fp-minimal .fp-timeline {
  height: .3em;
  max-width: 12em;
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.flowplayer.fp-playful .fp-color, .flowplayer.fp-playful .fp-color-play {
  background-color: #ec6c4c;
  fill: #ec6c4c; }

.flowplayer.fp-playful .fp-controls {
  background-color: #006680; }

.flowplayer .fp-selected:before {
  content: "✓ "; }

.flowplayer .fp-menu {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: .24em;
  position: absolute;
  width: 8em;
  right: .5em;
  z-index: 2;
  font-size: 90%;
  -webkit-transition: opacity .2s, height .2s, -webkit-transform .2s;
  transition: opacity .2s, height .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s, height .2s;
  transition: opacity .2s, transform .2s, height .2s, -webkit-transform .2s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  bottom: -100%;
  height: 0;
  filter: alpha(opacity=0) !important;
  opacity: 0 !important; }

.flowplayer .fp-menu.fp-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: auto;
  bottom: 3.2em;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important; }

.flowplayer .fp-menu > * {
  display: block;
  padding: .4em 1.2em;
  text-align: right; }

.flowplayer .fp-menu strong {
  display: block;
  padding: .7em 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: default;
  font-size: 90%; }

.flowplayer .fp-menu a {
  color: rgba(255, 255, 255, 0.8); }

.flowplayer .fp-menu a:hover:not(.fp-selected) {
  background-color: #000;
  color: #fff; }

.flowplayer .fp-menu .fp-icon {
  cursor: pointer; }

.flowplayer .fp-menu .fp-icon:before {
  margin-right: .1em;
  font-size: 1.5em;
  vertical-align: -0.1em; }

.flowplayer .fp-qsel-menu {
  width: auto; }

.flowplayer .fp-context-menu {
  width: auto;
  right: auto;
  bottom: auto !important;
  display: none; }

.flowplayer .fp-context-menu.fp-active {
  display: block; }

.flowplayer .fp-context-menu a, .flowplayer .fp-context-menu strong {
  text-align: left;
  color: #fff;
  white-space: nowrap; }

.flowplayer .fp-subtitle-menu {
  width: 9em; }

.flowplayer .fp-share-menu {
  width: 9em;
  padding-bottom: 0.2em; }

.flowplayer .fp-share-menu.fp-active {
  bottom: auto; }

.flowplayer .fp-share-menu a, .flowplayer .fp-share-menu strong {
  text-align: left; }

.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-fill {
  display: none; }

.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-outline {
  display: block; }

.flowplayer.fp-outlined .fp-airplay:before, .flowplayer.fp-minimal .fp-airplay:before {
  content: "\e201"; }

.flowplayer.fp-outlined .fp-fullscreen:before, .flowplayer.fp-minimal .fp-fullscreen:before {
  content: "\e202"; }

.flowplayer.fp-outlined .fp-checked:before, .flowplayer.fp-minimal .fp-checked:before {
  content: "\e203"; }

.flowplayer.fp-outlined .fp-embed:before, .flowplayer.fp-minimal .fp-embed:before {
  content: "\e204"; }

.flowplayer.fp-outlined .fp-chromecast:before, .flowplayer.fp-minimal .fp-chromecast:before {
  content: "\e205"; }

.flowplayer.fp-outlined .fp-email:before, .flowplayer.fp-minimal .fp-email:before {
  content: "\e206"; }

.flowplayer.fp-outlined .fp-playbtn:before, .flowplayer.fp-minimal .fp-playbtn:before {
  content: "\e207"; }

.flowplayer.fp-outlined .fp-share:before, .flowplayer.fp-minimal .fp-share:before {
  content: "\e209"; }

.flowplayer.fp-outlined .fp-share2:before, .flowplayer.fp-minimal .fp-share2:before {
  content: "\e20a"; }

.flowplayer.fp-outlined .fp-twitter:before, .flowplayer.fp-minimal .fp-twitter:before {
  content: "\e20c"; }

.flowplayer.fp-outlined .fp-facebook:before, .flowplayer.fp-minimal .fp-facebook:before {
  content: "\e20a"; }

.flowplayer.fp-outlined .fp-volumebtn:before, .flowplayer.fp-minimal .fp-volumebtn:before {
  content: "\e20b"; }

.flowplayer.fp-outlined .fp-volume-off:before, .flowplayer.fp-minimal .fp-volume-off:before {
  content: "\e20d"; }

.flowplayer.fp-outlined .fp-unload:before, .flowplayer.fp-minimal .fp-unload:before {
  content: "\e20f"; }

.flowplayer.fp-outlined .fp-prevbtn:before, .flowplayer.fp-minimal .fp-prevbtn:before {
  content: "\e211"; }

.flowplayer.fp-outlined .fp-nextbtn:before, .flowplayer.fp-minimal .fp-nextbtn:before {
  content: "\e212"; }

.flowplayer .fp-color {
  background-color: #00abcd;
  fill: rgba(0, 0, 0, 0.2); }

.flowplayer .fp-color-play {
  fill: transparent; }

.flowplayer.is-rtl {
  direction: rtl; }

.flowplayer.is-rtl .fp-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.flowplayer.is-rtl .fp-menu .fp-icon {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.flowplayer.-grayscale video.fp-engine {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.flowplayer.-sepia video.fp-engine {
  -webkit-filter: sepia(100%);
  filter: sepia(100%); }

.flowplayer.-blur video.fp-engine {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.fp-filters {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #fdf5cf;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fdf5cf, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*======================================================================
    Global Style
========================================================================*/
@media (max-width: 1024px) {
  .main-container {
    z-index: 999; } }

.main-container * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased; }
  html.disable-scroll {
    touch-action: none;
    overflow: hidden;
    height: calc(100vh + 44px); }
    html.disable-scroll body {
      height: calc(100vh + 44px);
      overflow: hidden; }
      html.disable-scroll body #main-wrapper {
        position: fixed;
        width: 100%; }
    html.disable-scroll.safari {
      height: calc(100vh + 44px); }
      html.disable-scroll.safari body {
        height: calc(100vh + 44px); }
    html.disable-scroll .section-pager .label {
      display: none !important; }

body {
  -webkit-tap-highlight-color: transparent;
  background: #1a2020; }
  body.loading {
    cursor: wait; }

.container {
  max-width: 1500px;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .container {
      padding: 0 100px; } }
  @media (max-width: 1024px) {
    .container {
      padding: 0 50px; } }
  @media (max-width: 667px) {
    .container {
      padding: 0 18px; } }

.column-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-flow: wrap;
  margin: 0 -25px; }
  @media (max-width: 667px) {
    .column-wrap {
      margin: 0; } }
  .column-wrap.end {
    justify-content: flex-end; }
  .column-wrap .column {
    padding: 0 25px; }
    @media (max-width: 667px) {
      .column-wrap .column {
        width: 100%;
        padding: 0; } }
  .column-wrap.one .column {
    width: 50%; }
    @media (max-width: 768px) {
      .column-wrap.one .column {
        width: 100%; } }
  .column-wrap.two .column {
    width: 50%; }
    @media (max-width: 667px) {
      .column-wrap.two .column {
        width: 100%; } }
  .column-wrap.reverse {
    flex-direction: row-reverse; }
  .column-wrap.baseline {
    align-items: baseline; }

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1a2020;
  z-index: 999;
  display: none; }

.main-content {
  background: #fff; }

.main-container #main-content.hide {
  opacity: 0; }

.back-link {
  font-weight: 700; }

.animating .label {
  display: none !important; }
.animating .bullet._active + label {
  display: block !important; }

.section-pager {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  z-index: 99;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .section-pager.show {
    opacity: 1; }
  @media (max-width: 1024px) {
    .section-pager {
      left: 0px;
      padding: 0 18px; } }
  @media (max-width: 667px) {
    .section-pager {
      display: none !important; } }
  .section-pager .bullet-wrap {
    position: relative;
    display: block;
    margin: 9px 0; }
    .section-pager .bullet-wrap.hidden .label {
      display: none !important; }
    .section-pager .bullet-wrap.hide .label {
      visibility: hidden !important; }
    .section-pager .bullet-wrap:hover .bullet {
      background: #565a5c; }
  .section-pager .bullet {
    width: 8px;
    height: 8px;
    background: #e8e8e8;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 3; }
    .section-pager .bullet + .bullet {
      margin-top: 20px; }
    .section-pager .bullet:hover {
      background: #565a5c;
      cursor: pointer; }
      .section-pager .bullet:hover + .label {
        opacity: 1; }
    .section-pager .bullet._active, .section-pager .bullet.active {
      background: #565a5c;
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
      .section-pager .bullet._active + .label, .section-pager .bullet.active + .label {
        display: block; }
  .section-pager .label {
    display: none;
    font-family: "Metric", sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    position: absolute;
    top: 3px;
    left: 0;
    padding-left: 20px;
    width: 100vh;
    color: #000000;
    line-height: 1;
    z-index: 1; }
    .section-pager .label.is-active {
      visibility: hidden;
      opacity: 0; }
    .section-pager .label span {
      background: #fff;
      display: inline-block;
      padding: 3px 3px 0px 3px; }
    .section-pager .label:hover {
      cursor: pointer; }

.firefox .section-pager .label span,
.ie11 .section-pager .label span {
  padding-top: 4px; }

.mobile-play-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  display: none; }
  .mobile-play-btn svg {
    width: 62px;
    height: 62px; }
  @media (max-width: 667px) {
    .mobile-play-btn {
      display: flex;
      justify-content: center;
      align-items: center; } }

textarea,
input[type="email"],
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

#search::-ms-clear {
  display: none; }

._404-page .hero-image-container {
  height: calc(100vh / 3 * 2);
  margin-bottom: 68px; }
  @media (max-width: 667px) {
    ._404-page .hero-image-container {
      height: calc(100vh / 3); } }
._404-page .hero-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }
._404-page .content {
  font-family: "belizio", serif;
  font-size: 2.25em;
  line-height: 1.5;
  padding: 72px 0 144px; }
  @media (max-width: 667px) {
    ._404-page .content {
      font-size: 1.5em;
      padding: 67px 0 67px; } }
._404-page .column-wrap .details > p {
  font-weight: 300; }
._404-page .column-wrap {
  padding-bottom: 138px; }
  ._404-page .column-wrap .column {
    width: 50%; }
    @media (max-width: 667px) {
      ._404-page .column-wrap .column {
        width: 100%; } }
  ._404-page .column-wrap h1 {
    font-family: "belizio", serif;
    font-size: 2.25em;
    font-weight: 400;
    margin: 0; }
    @media (max-width: 667px) {
      ._404-page .column-wrap h1 {
        font-size: 1.5em;
        margin-bottom: 44px; } }
  ._404-page .column-wrap .details h5 {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 600;
    margin: 0; }
  ._404-page .column-wrap .details .address {
    margin-bottom: 28px; }
    ._404-page .column-wrap .details .address p {
      font-weight: 300;
      margin: 0; }
      ._404-page .column-wrap .details .address p a {
        color: #000000;
        text-decoration: none; }
  ._404-page .column-wrap .details .address,
  ._404-page .column-wrap .details > p {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    color: #000000; }
    ._404-page .column-wrap .details .address a,
    ._404-page .column-wrap .details > p a {
      font-size: 18px;
      font-weight: 300;
      color: #000000; }
  ._404-page .column-wrap .details > p {
    margin: 0; }
  ._404-page .column-wrap a {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    text-decoration: none;
    color: #000000; }
  ._404-page .column-wrap .email-add {
    text-decoration: none; }
  ._404-page .column-wrap .other-info {
    border-top: 1px solid #000000;
    padding: 66px 0 0;
    margin-top: 66px; }
    @media (max-width: 667px) {
      ._404-page .column-wrap .other-info {
        padding: 50px 0 0;
        margin-top: 45px; } }
    ._404-page .column-wrap .other-info h5,
    ._404-page .column-wrap .other-info p {
      font-family: "Metric", sans-serif;
      font-size: 1.125em;
      margin: 0; }
    ._404-page .column-wrap .other-info h5 {
      font-weight: 600; }
    ._404-page .column-wrap .other-info div + div {
      margin-top: 28px; }
._404-page .email-link a {
  font-size: 18px;
  text-decoration: none; }

.viewport-checkpoint {
  display: block;
  width: 20px;
  height: 20px;
  position: fixed;
  bottom: 50%;
  left: 0;
  background: transparent;
  z-index: 9999; }

.text-block ol,
.text-block ul {
  font-family: "Metric", sans-serif;
  font-size: 1.125em;
  line-height: 27px;
  font-weight: 300; }

#nprogress .spinner {
  display: none !important; }

.inner-container:not(.activity) .caption {
  font-family: "Metric", sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }

.slider-block .slide p {
  display: none; }

.carousel-slider-block .lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .carousel-slider-block .lazy.loaded {
    opacity: 1; }

/* loader-ellips
------------------------- */
.project-index .page-load-status {
  margin-top: 72px; }
.project-index .loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto; }
.project-index .loader-ellips__dot {
  display: block;
  width: .7em;
  height: .7em;
  border-radius: 0.5em;
  background: #fff;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }
.project-index .loader-ellips__dot:nth-child(1),
.project-index .loader-ellips__dot:nth-child(2) {
  left: 0; }
.project-index .loader-ellips__dot:nth-child(3) {
  left: 1.5em; }
.project-index .loader-ellips__dot:nth-child(4) {
  left: 3em; }
@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }
@keyframes slide {
  to {
    transform: translateX(1.5em); } }
.project-index .loader-ellips__dot:nth-child(1) {
  animation-name: reveal; }
.project-index .loader-ellips__dot:nth-child(2),
.project-index .loader-ellips__dot:nth-child(3) {
  animation-name: slide; }
.project-index .loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse; }

@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-LightItalic.eot");
  src: url("../fonts/Metric-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Metric-LightItalic.woff2") format("woff2"), url("../fonts/Metric-LightItalic.woff") format("woff"), url("../fonts/Metric-LightItalic.ttf") format("truetype"), url("../fonts/Metric-LightItalic.svg#Metric-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-Light.eot");
  src: url("../fonts/Metric-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Metric-Light.woff2") format("woff2"), url("../fonts/Metric-Light.woff") format("woff"), url("../fonts/Metric-Light.ttf") format("truetype"), url("../fonts/Metric-Light.svg#Metric-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-Semibold.eot");
  src: url("../fonts/Metric-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Metric-Semibold.woff2") format("woff2"), url("../fonts/Metric-Semibold.woff") format("woff"), url("../fonts/Metric-Semibold.ttf") format("truetype"), url("../fonts/Metric-Semibold.svg#Metric-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-Regular.eot");
  src: url("../fonts/Metric-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Metric-Regular.woff2") format("woff2"), url("../fonts/Metric-Regular.woff") format("woff"), url("../fonts/Metric-Regular.ttf") format("truetype"), url("../fonts/Metric-Regular.svg#Metric-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-SemiboldItalic.eot");
  src: url("../fonts/Metric-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Metric-SemiboldItalic.woff2") format("woff2"), url("../fonts/Metric-SemiboldItalic.woff") format("woff"), url("../fonts/Metric-SemiboldItalic.ttf") format("truetype"), url("../fonts/Metric-SemiboldItalic.svg#Metric-SemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Metric';
  src: url("../fonts/Metric-RegularItalic.eot");
  src: url("../fonts/Metric-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Metric-RegularItalic.woff2") format("woff2"), url("../fonts/Metric-RegularItalic.woff") format("woff"), url("../fonts/Metric-RegularItalic.ttf") format("truetype"), url("../fonts/Metric-RegularItalic.svg#Metric-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic; }
/*======================================================================
    Sections
========================================================================*/
.masthead {
  position: relative;
  z-index: 9999; }
  .masthead .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
    @media (max-width: 1024px) {
      .masthead .overlay {
        background: rgba(0, 0, 0, 0.85); } }
  .masthead .site-logo {
    position: fixed;
    top: 38px;
    left: 25px;
    margin: 0;
    width: 170px;
    z-index: 9999;
    line-height: 0; }
    @media (max-width: 667px) {
      .masthead .site-logo {
        top: 18px;
        left: 18px; } }
    .masthead .site-logo a {
      display: block; }
    .masthead .site-logo span {
      font-size: 0;
      display: block;
      text-indent: -999px; }
    .masthead .site-logo svg {
      width: 100%;
      height: 34px;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
      .masthead .site-logo svg .cls-2 {
        fill: #fdf5cf;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear; }
      .masthead .site-logo svg .cls-4 {
        fill: #000; }
      .masthead .site-logo svg.black .cls-2 {
        fill: #000000; }
      .masthead .site-logo svg.black .cls-4 {
        fill: #ffffff; }
      .masthead .site-logo svg.cream .cls-2 {
        fill: #fdf5cf; }
      .masthead .site-logo svg.cream .cls-4 {
        fill: #000000; }
    .masthead .site-logo #Layer_1 {
      position: relative;
      z-index: 1; }
    .masthead .site-logo #Layer_2 {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      opacity: 0; }
      .masthead .site-logo #Layer_2 .cls-2 {
        fill: #000000; }
      .masthead .site-logo #Layer_2 .cls-4 {
        fill: #ffffff; }
  .masthead .site-nav {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    padding-left: 100px;
    padding-top: 15%;
    display: none; }
    @media (max-width: 960px) {
      .masthead .site-nav {
        padding-left: 50px;
        padding-top: 40%; } }
    @media (max-width: 667px) {
      .masthead .site-nav {
        padding-left: 36px;
        padding-top: 0; } }
    .masthead .site-nav > ul {
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      height: 100%;
      position: relative;
      max-width: 700px;
      border: 0;
      background: transparent; }
      @media (max-width: 667px) {
        .masthead .site-nav > ul {
          justify-content: center; } }
    .masthead .site-nav ul {
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent; }
    .masthead .site-nav li {
      list-style-type: none;
      list-style: none;
      border: 0;
      background: transparent; }
      .masthead .site-nav li:hover {
        cursor: pointer; }
        .masthead .site-nav li:hover a {
          color: #fff; }
      @media (max-width: 667px) {
        .masthead .site-nav li {
          position: relative; } }
      .masthead .site-nav li ul {
        position: absolute;
        left: 300px;
        top: 0;
        z-index: 3;
        display: none; }
        @media (max-width: 1024px) {
          .masthead .site-nav li ul {
            left: 290px; } }
        @media (max-width: 667px) {
          .masthead .site-nav li ul {
            left: 0;
            width: 100%;
            position: relative; } }
    .masthead .site-nav a {
      font-family: "belizio", serif;
      font-size: 2.25em;
      line-height: 48px;
      color: #fff;
      font-size: 30px;
      text-decoration: none;
      background-size: 0; }
      @media (max-width: 667px) {
        .masthead .site-nav a {
          font-size: 1.5em;
          line-height: 42px; } }
      @media (max-width: 480px) {
        .masthead .site-nav a {
          font-size: 1.375em;
          line-height: 38px; } }
      @media (max-width: 320px) {
        .masthead .site-nav a {
          font-size: 1.125em;
          line-height: 32px; } }
  @media (max-width: 667px) {
    .masthead .search-form-wrap {
      margin-right: 18px; } }
  @media (max-width: 320px) {
    .masthead .search-form-wrap {
      margin-top: -100px; } }
  .masthead .search-form-wrap form {
    position: relative; }
    .masthead .search-form-wrap form #search {
      font-family: "belizio", serif;
      font-size: 30px;
      font-style: italic;
      line-height: 48px;
      color: #fff;
      border: none;
      outline: 0;
      background: transparent; }
      @media (max-width: 960px) {
        .masthead .search-form-wrap form #search {
          font-size: 30px; } }
      @media (max-width: 667px) {
        .masthead .search-form-wrap form #search {
          font-size: 1.5em;
          line-height: 42px; } }
    .masthead .search-form-wrap form button {
      width: 50px;
      height: 30px;
      text-indent: -999px;
      overflow: hidden;
      background: url("../img/CBA_search_arrow.svg") no-repeat;
      background-size: contain;
      background-position: center center;
      border: none;
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 667px) {
        .masthead .search-form-wrap form button {
          width: 25px;
          height: 25px; } }

.menu-toggler {
  position: fixed;
  top: 51px;
  right: 20px;
  width: 56px;
  height: 19px;
  text-align: center;
  font-family: "Metric", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  z-index: 99999; }
  .menu-toggler:hover {
    border-bottom: 1px solid #fff; }
  @media (max-width: 667px) {
    .menu-toggler {
      top: 30px;
      display: none; } }
  .menu-toggler .mobile {
    display: none; }
    @media (max-width: 667px) {
      .menu-toggler .mobile {
        display: block; } }
  .menu-toggler.black {
    color: #000000; }
    .menu-toggler.black:hover {
      border-bottom: 1px solid #000000; }
      @media (max-width: 1024px) {
        .menu-toggler.black:hover {
          border-bottom: none; } }
  .menu-toggler > span {
    display: inline-block; }
    .menu-toggler > span.close {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: none; }
  .menu-toggler.menu-open {
    color: #fff; }
    .menu-toggler.menu-open:hover {
      border-bottom: 1px solid #fff; }
      @media (max-width: 1024px) {
        .menu-toggler.menu-open:hover {
          border-bottom: none; } }
  .menu-toggler:hover {
    cursor: pointer; }

.menu-icon {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 33px;
  height: 33px;
  display: block;
  cursor: pointer;
  transition: all 0.2s linear;
  z-index: 99999;
  background: #fdf5cf;
  display: none; }
  .menu-icon.black {
    background: #000000; }
    .menu-icon.black div,
    .menu-icon.black div:before,
    .menu-icon.black div:after {
      background: #fff; }
  @media (max-width: 667px) {
    .menu-icon {
      display: block; } }
  .menu-icon label {
    position: absolute;
    transition: all .5s;
    display: inline-block;
    cursor: pointer;
    height: 17px;
    margin: auto;
    width: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    .menu-icon label div,
    .menu-icon label div:before,
    .menu-icon label div:after {
      background: #000000;
      position: absolute;
      height: 2px;
      width: 20px;
      transition: all .5s; }
  .menu-icon label div:first-child {
    top: 0px; }
  .menu-icon label div:nth-child(2) {
    top: 7px; }
  .menu-icon label div:nth-child(3) {
    top: 14px; }
  .menu-icon #_menu {
    height: 33px;
    width: 33px;
    z-index: 1;
    display: inline-block;
    opacity: 0; }
  .menu-icon #_menu + label div:first-child {
    transition: top .15s .15s, transform .15s; }
  .menu-icon #_menu + label div:nth-child(2),
  .menu-icon #_menu + label div:nth-child(3) {
    transition: top .15s .15s, transform .15s; }
  .menu-icon #_menu:checked + label div:first-child {
    top: 8px;
    transform: rotate(45deg);
    transition: top .15s, transform .15s .15s; }
  .menu-icon #_menu:checked + label div:nth-child(2),
  .menu-icon #_menu:checked + label div:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
    transition: top .15s, transform .15s .15s; }
  .menu-icon svg {
    width: 20px;
    display: none; }
  .menu-icon:hover {
    cursor: pointer; }
  .menu-icon > div {
    position: relative;
    transition: all .3s;
    display: none; }
    .menu-icon > div div {
      transition: all .5s; }
    .menu-icon > div div,
    .menu-icon > div div:before,
    .menu-icon > div div:after {
      background: #000000;
      position: absolute;
      height: 1px;
      width: 20px;
      transition: all .3s; }
    .menu-icon > div div:first-child {
      top: 0px; }
    .menu-icon > div div:nth-child(2) {
      top: 16px; }
    .menu-icon > div div:nth-child(3) {
      top: 32px; }
  .menu-icon.opened > div div:first-child {
    top: 16px;
    transform: rotate(45deg);
    transition: top .25s, transform .25s .25s; }
  .menu-icon.opened > div div:nth-child(2),
  .menu-icon.opened > div div:nth-child(3) {
    top: 16px;
    transform: rotate(-45deg);
    transition: top .25s, transform .25s .25s; }

@-webkit-keyframes pulsate {
  0% {
    fill: #fdf5cf;
    opacity: 0; }
  50% {
    fill: #000000;
    opacity: 1; }
  100% {
    fill: #fdf5cf;
    opacity: 0; } }
@keyframes pulsate {
  0% {
    fill: #fdf5cf;
    opacity: 0; }
  50% {
    fill: #000000;
    opacity: 1; }
  100% {
    fill: #fdf5cf;
    opacity: 0; } }
@-webkit-keyframes pulsate_2 {
  0% {
    fill: #000000;
    opacity: 1; }
  50% {
    fill: #ffffff;
    opacity: 0; }
  100% {
    fill: #000000;
    opacity: 1; } }
@keyframes pulsate_2 {
  0% {
    fill: #000000;
    opacity: 0; }
  50% {
    fill: #ffffff;
    opacity: 1; }
  100% {
    fill: #000000;
    opacity: 0; } }
._mobile:not(.ipad) .menu-toggler {
  display: none !important; }
._mobile:not(.ipad) .menu-icon {
  display: block; }

@media screen and (max-device-width: 832px) and (orientation: landscape) {
  .iphone .masthead .site-nav,
  .android .masthead .site-nav {
    padding-top: 0; }
  .iphone .masthead .site-nav a,
  .android .masthead .site-nav a {
    font-size: 1.25em;
    line-height: 30px; }
  .iphone .masthead .site-nav li ul,
  .android .masthead .site-nav li ul {
    column-count: 2;
    position: relative;
    left: 0; }
  .iphone .menu-toggler,
  .android .menu-toggler {
    display: none; }
  .iphone .menu-icon,
  .android .menu-icon {
    display: block; }
  .iphone .masthead .site-logo,
  .android .masthead .site-logo {
    top: 18px; }
  .iphone .masthead .site-nav > ul,
  .android .masthead .site-nav > ul {
    justify-content: center; } }
@media screen and (max-device-width: 736px) and (orientation: landscape) {
  .home .main-content p {
    font-size: 1.25em;
    line-height: 30px; }

  .masthead .site-nav li ul {
    column-count: 2;
    position: relative;
    left: 0; }

  .menu-toggler {
    display: none; }

  .menu-icon {
    display: block; } }
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  .masthead .site-nav li ul {
    column-count: 2;
    position: relative;
    left: 0; } }
.home .masthead .site-logo a:hover {
  cursor: default; }

.home {
  position: absolute;
  width: 100%;
  height: 100%; }
  @media (max-width: 1024px) {
    .home {
      height: 100vh; } }
  .home .main-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    align-items: center;
    text-align: center;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 2; }
    .home .main-content:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 1; }
    @media (max-width: 767px) {
      .home .main-content {
        padding: 0 10%; } }
    .home .main-content p {
      font-family: "belizio", serif;
      font-size: 2.25em;
      line-height: 45px;
      max-width: 740px;
      margin: 0 auto;
      color: #fff;
      position: relative;
      z-index: 2; }
      @media (max-width: 960px) {
        .home .main-content p {
          max-width: 90%; } }
      @media screen and (max-device-width: 832px) and (orientation: landscape) {
        .home .main-content p {
          font-size: 1.875em; } }
      @media (max-width: 667px) {
        .home .main-content p {
          font-size: 1.5em;
          line-height: 30px; } }
      .home .main-content p a {
        color: #fff;
        display: inline-block;
        position: relative;
        text-decoration: none; }
        .home .main-content p a:after {
          content: "";
          position: absolute;
          bottom: 3px;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #fff; }

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

.featured--images,
.featured--image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.featured--images {
  z-index: 0;
  opacity: 0; }
  .featured--images.up {
    z-index: 3; }
  .featured--images .featured--image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 1; }

@media (max-width: 667px) {
  .carousel-slider-block {
    padding: 0 18px;
    margin-left: 0;
    margin-right: 0; } }
.carousel-slider-block img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center; }
.carousel-slider-block .caption {
  font-family: "Metric", sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-top: 18px; }
.carousel-slider-block .carousel-cell {
  width: 50%;
  margin-right: 18px;
  padding-bottom: 30%; }
  .carousel-slider-block .carousel-cell:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e8e8e8; }
  @media (max-width: 1024px) {
    .carousel-slider-block .carousel-cell {
      height: auto;
      padding-bottom: 35%; } }
  @media (max-width: 960px) {
    .carousel-slider-block .carousel-cell {
      width: 60%; } }
  @media (max-width: 667px) {
    .carousel-slider-block .carousel-cell {
      height: auto;
      width: 100%;
      padding-bottom: 100%; } }
  .carousel-slider-block .carousel-cell.portrait {
    width: calc(50% / 2); }
    @media (max-width: 667px) {
      .carousel-slider-block .carousel-cell.portrait {
        width: 70%; } }
.carousel-slider-block .flickity-viewport:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 15%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  z-index: 1; }
  @media (max-width: 667px) {
    .carousel-slider-block .flickity-viewport:before {
      display: none;
      background: none;
      filter: none; } }
.carousel-slider-block .flickity-viewport:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 15%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 */
  z-index: 1; }
  @media (max-width: 667px) {
    .carousel-slider-block .flickity-viewport:after {
      display: none;
      background: none;
      filter: none; } }
.carousel-slider-block .flickity-button {
  background: none;
  z-index: 2; }
  .carousel-slider-block .flickity-button svg {
    display: none; }
  .carousel-slider-block .flickity-button.previous {
    background: url("../img/CBA_left_arrow.svg") 50% 50% no-repeat;
    left: 10%; }
    @media (max-width: 667px) {
      .carousel-slider-block .flickity-button.previous {
        left: 10px; } }
  .carousel-slider-block .flickity-button.next {
    background: url("../img/CBA_right_arrow.svg") 50% 50% no-repeat;
    right: 10%; }
    @media (max-width: 667px) {
      .carousel-slider-block .flickity-button.next {
        right: 10px; } }

.project-category .main-content {
  background: #1a2020; }
.project-category .hero-image-container {
  height: 100vh;
  margin: 0 auto; }
  @media (max-width: 667px) {
    .project-category .hero-image-container.loaded {
      height: calc(100vh - 118px);
      border-top: 18px solid #1a2020;
      border-right: 18px solid #1a2020;
      border-left: 18px solid #1a2020;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
  .project-category .hero-image-container.tablet {
    display: none; }
    @media (max-width: 960px) {
      .project-category .hero-image-container.tablet {
        display: block; } }
    @media (max-width: 667px) {
      .project-category .hero-image-container.tablet.loaded {
        height: calc(100vh - 118px);
        border-top: 18px solid #1a2020;
        border-right: 18px solid #1a2020;
        border-left: 18px solid #1a2020;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
.project-category .hero-image {
  display: flex;
  height: 100%;
  width: 100%;
  -ms-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }
  @media (max-width: 1024px) {
    .project-category .hero-image {
      padding: 0 50px; } }
  .project-category .hero-image h1 {
    font-family: "belizio", serif;
    font-size: 3.75em;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 0 50px; }
    @media (max-width: 667px) {
      .project-category .hero-image h1 {
        font-size: 2.25em;
        padding: 0 25px; } }
.project-category .intro {
  color: #fff;
  max-width: 1050px;
  margin: 137px auto 137px;
  text-align: center;
  padding: 0 100px; }
  @media (max-width: 667px) {
    .project-category .intro {
      padding: 0 36px;
      margin: 67px 0px; } }
  .project-category .intro p {
    font-family: "belizio", serif;
    font-size: 2.25em;
    line-height: 45px; }
    @media (max-width: 667px) {
      .project-category .intro p {
        font-size: 1.5em;
        line-height: 30px; } }
    .project-category .intro p a {
      color: #fff; }
.project-category .projects {
  padding-bottom: 72px; }
  @media (max-width: 667px) {
    .project-category .projects {
      padding-bottom: 0; } }
  .project-category .projects .container > h3 {
    font-family: "Metric", sans-serif;
    font-size: 0.75em;
    padding: 0 0 10px;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid white;
    margin-bottom: 72px; }
  .project-category .projects .inner-wrap {
    overflow: hidden; }
  @media (max-width: 667px) {
    .project-category .projects .column-wrap {
      margin: 0 -9px; } }
  @media (max-width: 480px) {
    .project-category .projects .column-wrap {
      margin: 0; } }
  .project-category .projects .more-projects {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-flow: wrap;
    margin: 0 -25px;
    overflow: hidden;
    height: 0; }
  .project-category .projects .project-item {
    font-family: "Metric", sans-serif;
    font-size: 0.75em;
    line-height: 17.5px;
    width: calc(100% / 4);
    color: #fff;
    text-align: center;
    padding: 0 25px;
    overflow: hidden;
    margin-bottom: 54px;
    position: relative;
    display: none; }
    .project-category .projects .project-item .lazy {
      position: absolute;
      top: 0;
      left: 0; }
    @media (max-width: 960px) {
      .project-category .projects .project-item {
        width: calc(100% / 3); } }
    @media (max-width: 767px) {
      .project-category .projects .project-item {
        width: 50%; } }
    @media (max-width: 667px) {
      .project-category .projects .project-item {
        line-height: 14.4px;
        margin-bottom: 51px;
        padding: 0 9px; } }
    @media (max-width: 480px) {
      .project-category .projects .project-item {
        width: 100%;
        padding: 0; } }
    .project-category .projects .project-item .img-wrap {
      overflow: hidden;
      position: relative; }
      .project-category .projects .project-item .img-wrap a {
        display: block; }
    .project-category .projects .project-item img {
      width: 100%;
      display: block;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .project-category .projects .project-item a {
      color: #fff;
      text-decoration: none; }
    .project-category .projects .project-item:hover {
      cursor: pointer; }
      .project-category .projects .project-item:hover img {
        transform: scale(1.05); }
  .project-category .projects .cta-more-projects {
    text-align: center;
    margin: 10px 0 0; }
    @media (max-width: 667px) {
      .project-category .projects .cta-more-projects {
        margin-top: 15px;
        margin-bottom: 72px; } }
    .project-category .projects .cta-more-projects a {
      font-family: "Metric", sans-serif;
      font-size: .95em;
      line-height: 27px;
      color: #fff;
      text-decoration: none;
      /* border-bottom: 1px solid #fff; */
      background: #fff;
      color: #000;
      padding: 10px 10px 5px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .project-category .projects .cta-more-projects a:hover {
        color: #565a5c; }
      @media (max-width: 667px) {
        .project-category .projects .cta-more-projects a {
          font-size: 12px; } }
.project-category .project-item .desc {
  margin: 10px 0 0; }
  @media (max-width: 667px) {
    .project-category .project-item .desc {
      margin: 18px 0 0; } }
.project-category .project-item h3, .project-category .project-item p {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600; }
  @media (max-width: 1024px) {
    .project-category .project-item h3, .project-category .project-item p {
      font-size: 12px; } }
.project-category .project-item h3 {
  font-weight: 600; }
.project-category .slider-block {
  position: relative; }
  .project-category .slider-block .inner-wrap {
    position: relative; }
  .project-category .slider-block .cycle-slideshow {
    position: relative;
    z-index: 1;
    overflow: hidden; }
  .project-category .slider-block .slide {
    width: 100%;
    height: 100%; }
  .project-category .slider-block img {
    width: 100%; }
  .project-category .slider-block .slider-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    @media (max-width: 1024px) {
      .project-category .slider-block .slider-controls {
        width: auto;
        height: auto;
        position: initial; } }
    .project-category .slider-block .slider-controls > span {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 100%;
      width: 50%;
      z-index: 999; }
      .project-category .slider-block .slider-controls > span:hover {
        cursor: pointer; }
    .project-category .slider-block .slider-controls svg {
      display: none;
      width: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
      filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6)); }
    .project-category .slider-block .slider-controls .prev {
      left: 0; }
      @media (max-width: 1024px) {
        .project-category .slider-block .slider-controls .prev {
          bottom: 0;
          width: 40px; } }
      .project-category .slider-block .slider-controls .prev svg {
        left: 20px; }
      .project-category .slider-block .slider-controls .prev:before {
        content: "";
        display: block;
        width: 20px;
        height: 39px;
        position: absolute;
        top: 0;
        left: 20px;
        bottom: 0;
        margin: auto;
        background: transparent url("../img/CBA_left_arrow.svg") no-repeat;
        background-size: 100%;
        background-position: center center;
        -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        z-index: 99; }
    .project-category .slider-block .slider-controls .next {
      right: 0; }
      @media (max-width: 1024px) {
        .project-category .slider-block .slider-controls .next {
          bottom: 0;
          width: 40px; } }
      .project-category .slider-block .slider-controls .next svg {
        right: 20px;
        display: none;
        -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6)); }
      .project-category .slider-block .slider-controls .next:before {
        content: "";
        display: block;
        width: 20px;
        height: 39px;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        background: transparent url("../img/CBA_right_arrow.svg") no-repeat;
        background-size: 100%;
        background-position: center center;
        -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        z-index: 99; }
.project-category .carousel-slider-block .flickity-viewport:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 15%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  z-index: 1; }
.project-category .carousel-slider-block .flickity-viewport:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 15%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 */
  z-index: 1; }
.project-category .project-cat-info {
  padding: 48px 0px;
  background: #565a5c;
  color: #fff;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  .project-category .project-cat-info.white-bg {
    background-color: #fff; }
  @media (max-width: 667px) {
    .project-category .project-cat-info {
      padding: 52px 0; } }
  .project-category .project-cat-info h3 {
    border-bottom: 1px solid #fff; }
  .project-category .project-cat-info.white-bg {
    background: #fff;
    color: #000000; }
    .project-category .project-cat-info.white-bg h3 {
      border-bottom: 1px solid #000000; }
  .project-category .project-cat-info.gray-bg {
    background: #565a5c;
    color: #fff; }
    .project-category .project-cat-info.gray-bg h3 {
      border-bottom: 1px solid #fff; }
  .project-category .project-cat-info .column-wrap {
    justify-content: flex-end; }
    .project-category .project-cat-info .column-wrap .column {
      width: 50%; }
      @media (max-width: 960px) {
        .project-category .project-cat-info .column-wrap .column {
          width: 100%; } }
  .project-category .project-cat-info .text-block a {
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .project-category .project-cat-info .text-block a:hover {
      color: #000000;
      opacity: .3; }
  .project-category .project-cat-info .slider-block {
    margin: 119px 0 90px; }
    @media (max-width: 960px) {
      .project-category .project-cat-info .slider-block {
        margin: 119px 0 90px; } }
    @media (max-width: 667px) {
      .project-category .project-cat-info .slider-block {
        margin: 80px 0 17px; } }
  .project-category .project-cat-info .carousel-slider-block {
    margin-top: 119px;
    margin-bottom: 90px; }
    @media (max-width: 667px) {
      .project-category .project-cat-info .carousel-slider-block {
        margin-top: 81px;
        margin-bottom: 20px; } }
  .project-category .project-cat-info .video-block {
    padding: 124px 0; }
  .about .project-cat-info .video-block {
    padding: 124px 0; }
    @media (max-width: 667px) {
      .project-category .project-cat-info .video-block {
        margin: 0;
        padding: 80px 0 56px; } }
    .project-category .project-cat-info .video-block .inner-wrap {
      position: relative; }
    .project-category .project-cat-info .video-block video {
      display: block;
      width: 100%; }
    .about .project-cat-info .video-block {
        margin: 0;
        padding: 5px 0 56px; } 
    .about .project-cat-info .video-block .inner-wrap {
      position: relative; }
    .about .project-cat-info .video-block video {
      display: block;
      width: 100%; }
  .project-category .project-cat-info .text-block h2 {
    font-family: "belizio", serif;
    font-size: 2.25em;
    font-weight: 400;
    margin: 66px 0 62px;
    line-height: 45px; }
    @media (max-width: 667px) {
      .project-category .project-cat-info .text-block h2 {
        font-size: 1.5em;
        line-height: 30px;
        margin: 50px 0 46px; } }
  .project-category .project-cat-info .text-block p {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 27px;
    padding-right: 50px; }
    @media (max-width: 667px) {
      .project-category .project-cat-info .text-block p {
        padding-right: 0; } }
  .project-category .project-cat-info .text-block ul, .project-category .project-cat-info .text-block ol {
    font-family: "Metric", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300; }
  @media (max-width: 667px) {
    .project-category .project-cat-info .text-block .column {
      padding: 0; } }
  .project-category .project-cat-info h3 {
    font-family: "Metric", sans-serif;
    font-size: 0.75em;
    padding: 0 0 10px;
    text-transform: uppercase; }

.flowplayer {
  border-radius: 0;
  margin-bottom: -4px; }
  .flowplayer .fp-player > a {
    background-image: none !important; }
  .flowplayer .preview-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3; }
    .flowplayer .preview-image img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .flowplayer .preview-image:hover {
      cursor: pointer; }
  .flowplayer .fp-play,
  .flowplayer .fp-pause {
    display: none !important; }
  .flowplayer .fp-message {
    display: none; }
  .flowplayer .fp-header {
    background-image: none; }
  .flowplayer .fp-timeline {
    height: 2px;
    margin: 0 25px;
    position: relative;
    top: -60px; }
  .flowplayer .fp-playbtn:before {
    content: "\e107"; }
  .flowplayer.is-playing .fp-playbtn:before {
    content: "\e108"; }
  .flowplayer .fp-bar > *,
  .flowplayer .fp-bar-slider > * {
    background-color: #1a2020;
    border-radius: 0; }
  .flowplayer .fp-play.fp-visible svg,
  .flowplayer .fp-pause.fp-visible svg,
  .flowplayer .fp-waiting.fp-visible svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .flowplayer .fp-ui {
    position: relative; }
    .flowplayer .fp-ui + a {
      height: 0 !important;
      width: 0 !important;
      z-index: 0 !important; }
    @media (max-width: 667px) {
      .flowplayer .fp-ui {
        display: none; } }
    .flowplayer .fp-ui:after {
      content: "";
      height: 80px;
      width: 80px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: url("../img/CBA_play_button_outline.svg") no-repeat;
      background-size: cover;
      background-position: center center;
      opacity: 0; }
      @media (max-width: 767px) {
        .flowplayer .fp-ui:after {
          display: none;
          visibility: hidden; } }
    .flowplayer .fp-ui:hover:after {
      background: url("../img/CBA_play_button_fill.svg") no-repeat; }
      @media (max-width: 767px) {
        .flowplayer .fp-ui:hover:after {
          display: none;
          visibility: hidden; } }
    .flowplayer .fp-ui:after {
      content: "";
      display: block;
      width: 100px;
      height: 100px; }
      @media (max-width: 667px) {
        .flowplayer .fp-ui:after {
          height: 50px;
          width: 50px; } }
  .flowplayer.is-paused .fp-ui:after {
    opacity: 1; }
    .flowplayer.is-paused .fp-ui:after div {
      opacity: 1; }
  .flowplayer.fp-ui-shown .fp-ui, .flowplayer.is-paused .fp-ui, .flowplayer.is-mouseover .fp-ui, .flowplayer.is-loading .fp-ui {
    background-image: none; }
  .flowplayer .fp-header {
    display: none !important; }
  .flowplayer .fp-share {
    display: none !important; }
  .flowplayer .fp-color {
    background: #fff; }
  .flowplayer .fp-controls {
    padding: 0;
    margin-bottom: 0; }
    .flowplayer .fp-controls > .fp-duration {
      right: 25px; }
    .flowplayer .fp-controls > .fp-elapsed {
      left: 25px; }
    .flowplayer .fp-controls > .fp-duration,
    .flowplayer .fp-controls > .fp-elapsed {
      font-family: "Metric", sans-serif;
      font-size: 12px;
      margin: 0 36px;
      position: absolute;
      margin: 0;
      bottom: 50px; }
      @media (max-width: 767px) {
        .flowplayer .fp-controls > .fp-duration,
        .flowplayer .fp-controls > .fp-elapsed {
          margin: 0 18px; } }
    .flowplayer .fp-controls .fp-playbtn {
      margin: 0 0 0 36px;
      display: none; }
  .flowplayer.is-paused .fp-controls {
    display: none; }
  .flowplayer .fp-volume {
    display: none; }

.project-cat-hero {
  height: 100vh;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -ms-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }
  @media (max-width: 1024px) {
    .project-cat-hero {
      padding: 0 50px; } }
  .project-cat-hero .cat-title {
    font-family: "belizio", serif;
    font-size: 3.75em;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 0 50px; }
    @media (max-width: 667px) {
      .project-cat-hero .cat-title {
        font-size: 2.25em; } }

.cbk-vid {
  display: none; }
  @media (max-width: 667px) {
    .cbk-vid {
      display: block; } }

.project-detail .hero-image-container {
  height: 100vh; }
  @media (max-width: 667px) {
    .project-detail .hero-image-container.loaded {
      height: calc(100vh - 118px);
      border-top: 18px solid #fff;
      border-right: 18px solid #fff;
      border-left: 18px solid #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
  .project-detail .hero-image-container.tablet {
    display: none; }
    @media (max-width: 960px) {
      .project-detail .hero-image-container.tablet {
        display: block; } }
    @media (max-width: 667px) {
      .project-detail .hero-image-container.tablet.loaded {
        height: calc(100vh - 118px);
        border-top: 18px solid #fff;
        border-right: 18px solid #fff;
        border-left: 18px solid #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
.project-detail .hero-image {
  display: flex;
  height: 100%;
  width: 100%;
  -ms-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-color: #fff; }
.project-detail .main-content {
  background: #fff; }
.project-detail .contents {
  margin: 72px 0 0;
  position: relative; }
  @media (max-width: 1500px) {
    .project-detail .contents {
      max-width: 100%;
      padding: 72px 0 0; } }
  @media (max-width: 667px) {
    .project-detail .contents {
      padding: 0;
      margin-top: 0; } }
.project-detail .video-block video {
  width: 100%;
  display: block; }
.project-detail .video-block .inner-wrap {
  position: relative; }
.project-detail .main-info {
  -ms-display: flex;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin: 0 -25px 0;
  padding: 72px 0 48px;
  position: relative; }
  .project-detail .main-info .column p a, .project-detail .main-info .column ul a, .project-detail .main-info .column ol a {
    color: #000000;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .project-detail .main-info .column p a:hover, .project-detail .main-info .column ul a:hover, .project-detail .main-info .column ol a:hover {
      color: #000000;
      opacity: .3; }
  .project-detail .main-info .column ul, .project-detail .main-info .column ol {
    font-family: "Metric", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300; }
  .project-detail .main-info:before {
    content: " ";
    border-top: 1px solid #000000;
    width: calc(100% - 50px);
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto; }
    @media (max-width: 667px) {
      .project-detail .main-info:before {
        display: none; } }
  @media (max-width: 667px) {
    .project-detail .main-info {
      display: block;
      border-top: none;
      padding-bottom: 0;
      margin-bottom: 62px; } }
  .project-detail .main-info.reverse {
    flex-direction: row-reverse; }
  .project-detail .main-info .column {
    width: 50%;
    padding: 0 25px; }
    @media (max-width: 667px) {
      .project-detail .main-info .column {
        width: 100%;
        padding: 0; }
        .project-detail .main-info .column + .column {
          margin-top: 61px; } }
    .project-detail .main-info .column:last-child p,
    .project-detail .main-info .column:last-child div {
      font-size: 1em; }
    .project-detail .main-info .column:last-child div {
      font-family: "Metric", sans-serif;
      line-height: 27px;
      font-weight: 300;
      padding-right: 50px;
      margin: 0 0 18px; }
      .project-detail .main-info .column:last-child div h2 {
        font-size: 1em;
        line-height: 17.6px; }
      .project-detail .main-info .column:last-child div span {
        font-family: "Metric", sans-serif;
        line-height: 17.6px;
        margin: 0;
        display: block; }
        .project-detail .main-info .column:last-child div span.redactor-invisible-space {
          line-height: 27px; }
      .project-detail .main-info .column:last-child div.completion {
        display: none; }
      .project-detail .main-info .column:last-child div .label {
        font-weight: 600; }
      .project-detail .main-info .column:last-child div .value {
        font-weight: 300; }
        .project-detail .main-info .column:last-child div .value span {
          display: inline-block;
          line-height: 27px;
          text-transform: capitalize; }
          .project-detail .main-info .column:last-child div .value span a {
            text-transform: capitalize; }
        .project-detail .main-info .column:last-child div .value a {
          color: #000000;
          text-transform: capitalize;
          text-decoration: underline;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .project-detail .main-info .column:last-child div .value a:hover {
            color: #000000;
            opacity: .3; }
  .project-detail .main-info h1 {
    font-family: "belizio", serif;
    font-size: 2.25em;
    font-weight: 400;
    line-height: 45px;
    margin: -7px 0 72px; }
    @media (max-width: 667px) {
      .project-detail .main-info h1 {
        font-size: 1.5em;
        line-height: 30px;
        margin: 0 0 43px; } }
  .project-detail .main-info p {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 300;
    padding-right: 50px; }
    @media (max-width: 667px) {
      .project-detail .main-info p {
        padding-right: 0; } }
.project-detail span a {
  text-decoration: none; }
.project-detail p {
  margin: 0 0 18px; }
  .project-detail p span {
    font-family: "Metric", sans-serif;
    line-height: 17.6px;
    margin: 0;
    display: block; }
    .project-detail p span.redactor-invisible-space {
      line-height: 27px; }
  .project-detail p.completion {
    display: none; }
  .project-detail p .label {
    font-weight: 600; }
  .project-detail p .value {
    font-weight: 300; }
    .project-detail p .value span {
      display: inline-block;
      line-height: 27px;
      text-transform: capitalize; }
      .project-detail p .value span a {
        text-transform: capitalize; }
    .project-detail p .value a {
      text-transform: capitalize; }
  .project-detail p a {
    text-decoration: none; }
.project-detail .caption {
  margin-top: 18px; }
  @media (max-width: 667px) {
    .project-detail .caption {
      padding-right: 0; } }
.project-detail .half-width {
  width: 49.96%;
  float: left; }
  @media (max-width: 768px) {
    .project-detail .half-width {
      width: 100%;
      float: none; } }
  .project-detail .half-width img {
    width: 100%;
    display: block; }
  .project-detail .half-width p {
    padding-right: 50px; }
  .project-detail .half-width .caption {
    padding-right: 0; }
.project-detail .image-block img {
  width: 50%;
  float: left; }
  .project-detail .image-block img:first-child {
    padding-right: 25px; }
  .project-detail .image-block img:last-child {
    padding-left: 25px; }
.project-detail .slider-block {
  position: relative; }
  .project-detail .slider-block .inner-wrap {
    position: relative; }
  .project-detail .slider-block .cycle-slideshow {
    position: relative;
    z-index: 1;
    overflow: hidden; }
  .project-detail .slider-block .slide {
    width: 100%;
    height: 100%; }
    .project-detail .slider-block .slide .lazy {
      position: absolute;
      top: 0;
      left: 0; }
  .project-detail .slider-block img {
    width: 100%;
    display: block; }
  .project-detail .slider-block .slider-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    @media (max-width: 1024px) {
      .project-detail .slider-block .slider-controls {
        width: auto;
        position: initial;
        height: auto; } }
    .project-detail .slider-block .slider-controls > span {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 100%;
      width: 50%; }
      .project-detail .slider-block .slider-controls > span:hover {
        cursor: pointer; }
    .project-detail .slider-block .slider-controls svg {
      display: none;
      width: 20px;
      position: absolute;
      top: -36px;
      bottom: 0;
      margin: auto;
      z-index: 999;
      -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
      filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6)); }
    .project-detail .slider-block .slider-controls .prev {
      left: 25px; }
      @media (max-width: 1024px) {
        .project-detail .slider-block .slider-controls .prev {
          bottom: 0;
          width: 40px; } }
      @media (max-width: 667px) {
        .project-detail .slider-block .slider-controls .prev {
          left: 0;
          bottom: 0; } }
      .project-detail .slider-block .slider-controls .prev svg {
        left: 20px;
        -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6)); }
      .project-detail .slider-block .slider-controls .prev:before {
        content: "";
        display: block;
        width: 20px;
        height: 39px;
        position: absolute;
        top: -0;
        left: 20px;
        bottom: 0;
        margin: auto;
        background: transparent url("../img/CBA_left_arrow.svg") no-repeat;
        background-size: 100%;
        background-position: center center;
        -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        z-index: 99; }
    .project-detail .slider-block .slider-controls .next {
      right: 25px; }
      @media (max-width: 1024px) {
        .project-detail .slider-block .slider-controls .next {
          bottom: 0;
          width: 40px; } }
      @media (max-width: 667px) {
        .project-detail .slider-block .slider-controls .next {
          right: 0; } }
      .project-detail .slider-block .slider-controls .next svg {
        right: 20px; }
      .project-detail .slider-block .slider-controls .next:before {
        content: "";
        display: block;
        width: 20px;
        height: 39px;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        background: transparent url("../img/CBA_right_arrow.svg") no-repeat;
        background-size: 100%;
        background-position: center center;
        -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        z-index: 99; }
.project-detail blockquote {
  font-family: "belizio", serif;
  font-size: 2.25em;
  line-height: 45px;
  color: #1a2020;
  text-align: center;
  max-width: 867px;
  margin: 0 auto; }
  @media (max-width: 667px) {
    .project-detail blockquote {
      font-size: 1.5em;
      line-height: 30px; } }
  .project-detail blockquote span {
    font-family: "Metric", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 17.5px;
    display: block;
    margin-top: 36px; }
    @media (max-width: 667px) {
      .project-detail blockquote span {
        font-size: 18px;
        line-height: 27px; } }
.project-detail .text-block {
  font-family: "Metric", sans-serif;
  font-size: 1.125em;
  line-height: 27px;
  color: #1a2020;
  font-weight: 300; }
  .project-detail .text-block p {
    padding-right: 50px; }
    @media (max-width: 667px) {
      .project-detail .text-block p {
        padding-right: 0; } }
    .project-detail .text-block p .redactor-invisible-space,
    .project-detail .text-block p span {
      line-height: 27px; }
  .project-detail .text-block ul, .project-detail .text-block ol {
    font-size: 18px; }
  .project-detail .text-block a {
    color: #000000;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .project-detail .text-block a:hover {
      color: #000000;
      opacity: .3; }
.project-detail .two-column {
  display: block;
  column-count: 2;
  column-gap: 50px;
  margin: 140px 0 127px; }
  @media (max-width: 960px) {
    .project-detail .two-column {
      column-count: 1;
      column-gap: 0; } }
.project-detail .press-awards-block {
  background: #1a2020;
  padding: 72px 0 0; }
  .project-detail .press-awards-block .inner-wrap {
    border-bottom: 1px solid #565a5c;
    padding: 0 0 138px; }
    .project-detail .press-awards-block .inner-wrap > h3 {
      font-family: "Metric", sans-serif;
      font-size: 0.75em;
      text-transform: uppercase;
      color: #fff;
      padding: 0 0 10px;
      border-bottom: 1px solid #fff; }
      @media (max-width: 667px) {
        .project-detail .press-awards-block .inner-wrap > h3 {
          display: none; } }
  .project-detail .press-awards-block .column-wrap {
    -ms-display: flex;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    padding: 72px 0 0 0; }
    @media (max-width: 667px) {
      .project-detail .press-awards-block .column-wrap {
        display: block;
        padding: 0; } }
    .project-detail .press-awards-block .column-wrap .column {
      width: 50%;
      padding: 0 25px; }
      @media (max-width: 667px) {
        .project-detail .press-awards-block .column-wrap .column {
          width: 100%;
          padding: 0px; } }
      .project-detail .press-awards-block .column-wrap .column:first-child {
        padding-left: 75px; }
        @media (max-width: 667px) {
          .project-detail .press-awards-block .column-wrap .column:first-child {
            padding-left: 0px; } }
      @media (max-width: 667px) {
        .project-detail .press-awards-block .column-wrap .column + .column {
          margin-top: 72px; } }
  .project-detail .press-awards-block .column h3 {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    color: #fff;
    margin: 0 0 28px; }
    @media (max-width: 667px) {
      .project-detail .press-awards-block .column h3 {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 53px; } }
  .project-detail .press-awards-block .press-block {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 17.6px;
    color: #fff; }
    .project-detail .press-awards-block .press-block + .press-block {
      margin-top: 25px; }
    .project-detail .press-awards-block .press-block p {
      margin: 0; }
    .project-detail .press-awards-block .press-block + .related-links {
      margin-top: 36px; }
  .project-detail .press-awards-block .award-list ul {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    color: #fff;
    margin: 0;
    padding: 0; }
    .project-detail .press-awards-block .award-list ul li {
      list-style-type: none;
      line-height: 17.6px; }
      .project-detail .press-awards-block .award-list ul li + li {
        margin-top: 25px; }
  .project-detail .press-awards-block .award-list + .related-links {
    margin-top: 36px; }
  .project-detail .press-awards-block .related-links h4 {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 17.6px;
    color: #fff;
    margin: 0 0 28px; }
  .project-detail .press-awards-block .related-links .link-block {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 17.6px;
    color: #fff; }
    .project-detail .press-awards-block .related-links .link-block + .link-block {
      margin-top: 25px; }
    .project-detail .press-awards-block .related-links .link-block p {
      margin: 0; }
    .project-detail .press-awards-block .related-links .link-block a {
      text-decoration: underline; }
  .project-detail .press-awards-block a {
    color: #fdf5cf; }
.project-detail .con-inner-wrap {
  margin: 0 -25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: baseline; }
  @media (max-width: 667px) {
    .project-detail .con-inner-wrap {
      margin: 0; } }
.project-detail .content-block {
  margin: 72px 0; }
  @media (max-width: 667px) {
    .project-detail .content-block {
      margin: 36px 0; }
      .project-detail .content-block.main-info {
        margin-top: 0; } }
  .project-detail .content-block.main-info {
    margin: 0;
    width: 100%; }
  .project-detail .content-block.text-block.own-row {
    float: none;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .project-detail .content-block.text-block.own-row.half-width > div {
      width: 50%; }
      @media (max-width: 768px) {
        .project-detail .content-block.text-block.own-row.half-width > div {
          width: 100%; } }
    .project-detail .content-block.text-block.own-row.left-position {
      justify-content: flex-start; }
    .project-detail .content-block.text-block.own-row.right-position {
      justify-content: flex-end; }
  @media (max-width: 768px) {
    .project-detail .content-block.text-block .column {
      padding: 0; } }
  @media (max-width: 768px) {
    .project-detail .content-block.text-block + .text-block {
      margin-top: 0; } }
  @media (max-width: 667px) {
    .project-detail .content-block.text-block + .clearfix + .text-block {
      margin-top: -36px; } }
  @media (max-width: 667px) {
    .project-detail .content-block.text-block + .clearfix + .clearfix + .text-block {
      margin-top: -36px; } }
  .project-detail .content-block.image-wrap a {
    display: block; }
  .project-detail .content-block.image-wrap .img-inner-wrap {
    margin: 0 25px; }
    @media (max-width: 667px) {
      .project-detail .content-block.image-wrap .img-inner-wrap {
        margin: 0; } }
  .project-detail .content-block.image-wrap img {
    display: block; }
  .project-detail .content-block.image-wrap.own-row {
    width: 100%; }
    .project-detail .content-block.image-wrap.own-row > div {
      width: 50%;
      margin: 0;
      padding: 0 25px;
      display: inline-block; }
      @media (max-width: 768px) {
        .project-detail .content-block.image-wrap.own-row > div {
          padding: 0;
          width: 100%;
          display: block; } }
    @media (max-width: 768px) {
      .project-detail .content-block.image-wrap.own-row ~ .image-wrap {
        margin-top: 0; } }
    .project-detail .content-block.image-wrap.own-row.right-position {
      text-align: right; }
    .project-detail .content-block.image-wrap.own-row.left-position {
      text-align: left; }
  .project-detail .content-block.quote {
    margin: 134px 0; }
    @media (max-width: 667px) {
      .project-detail .content-block.quote {
        margin: 65px 0 63px; } }
  .project-detail .content-block.carousel-slider-block {
    width: 100vw;
    margin-left: calc(-50vw - 12.5px + 50%);
    margin-right: calc(-50vw - 12.5px + 50%); }
    @media (max-width: 667px) {
      .project-detail .content-block.carousel-slider-block {
        margin-left: 0;
        margin-right: 0;
        padding: 0; } }
  .project-detail .content-block.quote, .project-detail .content-block.video-block, .project-detail .content-block.slider-block, .project-detail .content-block.two-column {
    padding: 0 25px;
    width: 100%; }
    @media (max-width: 667px) {
      .project-detail .content-block.quote, .project-detail .content-block.video-block, .project-detail .content-block.slider-block, .project-detail .content-block.two-column {
        padding: 0; } }
@media (max-width: 768px) {
  .project-detail .image-wrap + .image-wrap {
    margin-top: 0; } }
@media (max-width: 667px) {
  .project-detail .quote {
    margin: 97px 0; }
    .project-detail .quote blockquote {
      margin: 0; } }

.social-media-share {
  margin-top: 72px;
  padding: 0 25px;
  width: 100%; }
  @media (max-width: 667px) {
    .social-media-share {
      padding: 0; } }
  .social-media-share .inner-wrap {
    border-top: 1px solid #1a2020;
    -ms-display: flex;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    padding: 72px 0; }
    @media (max-width: 667px) {
      .social-media-share .inner-wrap {
        display: block; } }
    .social-media-share .inner-wrap .column {
      width: 50%; }
      @media (max-width: 667px) {
        .social-media-share .inner-wrap .column {
          display: 100%; } }
      .social-media-share .inner-wrap .column:first-child {
        padding-right: 25px; }
        @media (max-width: 667px) {
          .social-media-share .inner-wrap .column:first-child {
            padding-right: 0px;
            margin-bottom: 72px; } }
      .social-media-share .inner-wrap .column:last-child {
        padding-left: 25px; }
        @media (max-width: 667px) {
          .social-media-share .inner-wrap .column:last-child {
            padding-left: 0px; } }
  .social-media-share a {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    color: #1a2020; }
  .social-media-share h4 {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 600;
    margin: 0 0 10px; }
  .social-media-share ul {
    margin: 0;
    padding: 0; }
    .social-media-share ul li {
      list-style-type: none; }
      .social-media-share ul li a {
        font-weight: 300;
        color: #000000;
        text-decoration: underline;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .social-media-share ul li a:hover {
          opacity: .3; }
      .social-media-share ul li .cbk-facebook {
        position: relative;
        display: inline-block; }
        .social-media-share ul li .cbk-facebook span {
          position: relative;
          z-index: 1; }
          .social-media-share ul li .cbk-facebook span + span {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            opacity: 0.01; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-with-zoom .mfp-close {
  display: none; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

.mfp-with-zoom.mfp-bg {
  z-index: 99999; }

.mfp-zoom-out-cur .mfp-wrap {
  z-index: 999999; }

.back-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .back-link:hover {
    color: #000000;
    opacity: .3; }
  .back-link span {
    text-transform: capitalize; }

.safari .project-detail .text-block p {
  margin: 0; }
  .safari .project-detail .text-block p + p {
    margin-top: 18px; }

.about .hero-image-container {
  height: calc(100vh / 3 * 2); }
  @media (max-width: 667px) {
    .about .hero-image-container {
      height: calc(100vh / 3); } }
.about .hero-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }
.about p a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .about p a:hover {
    color: #000000;
    opacity: .3; }
.about .section {
  padding: 144px 0; }
  @media (max-width: 667px) {
    .about .section {
      padding: 72px 0; } }
  .about .section .inner-wrap {
    border-top: 1px solid #fff; }
  .about .section .section-title {
    font-family: "belizio", serif;
    font-size: 2.25em;
    line-height: 45px;
    font-weight: 400;
    color: #fff;
    margin: 63px 0 132px; }
    @media (max-width: 667px) {
      .about .section .section-title {
        font-size: 1.5em;
        margin: 41px 0 17px; } }
  .about .section p {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    color: #fff; }
.about .intro {
  padding: 137px 0 133px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 667px) {
    .about .intro {
      padding: 64px 0 64px;
      max-width: 85%; } }
  .about .intro p {
    font-family: "belizio", serif;
    font-size: 2.25em;
    line-height: 45px;
    color: #1a2020;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 667px) {
      .about .intro p {
        font-size: 1.5em;
        line-height: 30px; } }
.about .one .column p {
  font-weight: 300; }
  .about .one .column p a {
    color: #fff; }
.about .process {
  background: #1a2020; }
  .about .process .inner-wrap {
    padding: 0 0 116px; }
    @media (max-width: 667px) {
      .about .process .inner-wrap {
        padding: 0 0 44px; } }
  .about .process .section-title {
    margin-bottom: 43px; }
    @media (max-width: 667px) {
      .about .process .section-title {
        margin-bottom: 20px; } }
  .about .process .column-wrap ol,
  .about .process .column-wrap ul {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 300; }
.about .place {
  background: url("../img/place.jpg") 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 116px;
  position: relative; }
  @media (max-width: 1024px) {
    .about .place {
      padding-bottom: 44px;
      background-attachment: initial; } }
  .about .place .section-title {
    margin-bottom: 43px; }
    @media (max-width: 667px) {
      .about .place .section-title {
        margin-bottom: 20px; } }
  .about .place:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .about .place .inner-wrap {
    padding-bottom: 0;
    position: relative;
    z-index: 1; }
  .about .place .column-wrap ol,
  .about .place .column-wrap ul {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 300; }
@media (max-width: 667px) {
  .about .people {
    padding-bottom: 16px; } }
.about .people .section-title {
  color: #1a2020; }
.about .people .inner-wrap {
  border-color: #1a2020; }
.about .people .column-outer-wrap + .column-outer-wrap {
  margin-top: 86px; }
@media (max-width: 767px) {
  .about .people .column-wrap {
    margin: 0 -9px; } }
.about .people .column {
  width: calc(100% / 4);
  margin-bottom: 50px; }
  @media (max-width: 960px) {
    .about .people .column {
      width: calc(100% / 3); } }
  @media (max-width: 767px) {
    .about .people .column {
      width: calc(100% / 2);
      padding: 0 9px; } }
  .about .people .column .img-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative; }
    .about .people .column .img-wrap a {
      display: block; }
  .about .people .column .loading-pic {
    display: block;
    width: 100%; }
  .about .people .column img.lazy {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0; }
  .about .people .column:hover {
    cursor: pointer; }
    .about .people .column:hover img {
      transform: scale(1.05);
      opacity: .5; }
  .about .people .column span {
    font-family: "Metric", sans-serif;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 17.5px;
    display: block;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1024px) {
      .about .people .column span {
        line-height: 14.4px; } }
    .about .people .column span.name {
      margin-top: 15px; }
  .about .people .column:hover {
    cursor: pointer; }
.about .people .column-outer-wrap > h5 {
  font-family: "Metric", sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 50px; }
  @media (max-width: 667px) {
    .about .people .column-outer-wrap > h5 {
      margin: 40px 0 49px; } }
  .about .people .column-outer-wrap > h5 span {
    margin: 0 5px;
    display: inline-block; }
    .about .people .column-outer-wrap > h5 span:hover {
      cursor: pointer; }
    .about .people .column-outer-wrap > h5 span.active {
      text-decoration: underline; }
.about .awards {
  background: #1a2020;
  padding-bottom: 134px;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  @media (max-width: 1024px) {
    .about .awards {
      padding-bottom: 44px;
      background-attachment: initial; } }
  @media (max-width: 667px) {
    .about .awards {
      padding-bottom: 72px; } }
  .about .awards:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .about .awards .column-wrap.one {
    margin-bottom: 72px; }
    .about .awards .column-wrap.one .column {
      padding-right: 100px; }
      @media (max-width: 768px) {
        .about .awards .column-wrap.one .column {
          padding-right: 0; } }
  .about .awards .section-title {
    margin-bottom: 61px; }
  .about .awards .inner-wrap {
    padding: 0;
    position: relative;
    z-index: 2; }
  @media (max-width: 667px) {
    .about .awards .column-wrap {
      margin-top: 54px; } }
  .about .awards .column.first .inner-wrap {
    padding-right: 100px;
    border: 0;
    margin: 0; }
    @media (max-width: 768px) {
      .about .awards .column.first .inner-wrap {
        padding-right: 0px; } }
  .about .awards h4 {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 100px 26px 0;
    margin: 0 0 36px;
    border-bottom: 1px solid #fff;
    position: relative; }
    @media (max-width: 667px) {
      .about .awards h4 {
        padding-right: 0;
        margin-bottom: 69px; } }
    .about .awards h4:after {
      content: "";
      width: 24px;
      height: 13px;
      position: absolute;
      top: 7px;
      right: 0;
      background: url("../img/CBK_down_arrow_white.svg") no-repeat;
      background-size: cover; }
    .about .awards h4.active:after {
      transform: rotate(180deg); }
    .about .awards h4:hover {
      cursor: pointer; }
  .about .awards ul {
    padding: 0;
    margin: 0;
    column-count: 5;
    display: none; }
    .about .awards ul li {
      list-style-type: none; }
      .about .awards ul li a {
        font-family: "Metric", sans-serif;
        font-size: 1.125em;
        line-height: 27px;
        font-weight: 600;
        color: #fff;
        text-decoration: none; }
  .about .awards .award-list {
    display: none;
    border: 0;
    background: transparent; }
    .about .awards .award-list h5 {
      font-family: "Metric", sans-serif;
      font-size: 1.125em;
      font-weight: 600;
      line-height: 27px;
      margin: 0;
      color: #fff; }
    .about .awards .award-list.active {
      display: block; }
  .about .awards .award-block {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    color: #fff; }
    .about .awards .award-block + .award-block {
      margin-top: 36px; }
    .about .awards .award-block a {
      display: inline-block;
      color: #fff; }
    .about .awards .award-block span {
      display: block; }
  .about .awards .column.last .award-list:first-child {
    display: block; }
.about .press {
  padding-bottom: 0; }
  .about .press .section-title {
    color: #1a2020;
    margin-bottom: 61px; }
  .about .press .inner-wrap {
    border-color: #000000;
    padding: 0; }
  @media (max-width: 667px) {
    .about .press .column-wrap {
      margin: 54px 0 0 0; } }
  .about .press .column.first .inner-wrap {
    padding-right: 100px;
    border: 0;
    margin: 0; }
    @media (max-width: 768px) {
      .about .press .column.first .inner-wrap {
        padding-right: 0; } }
  .about .press h4 {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
    padding: 0 100px 26px 0;
    margin: 0 0 36px;
    border-bottom: 1px solid #000000;
    position: relative; }
    @media (max-width: 667px) {
      .about .press h4 {
        padding-right: 0;
        margin-bottom: 69px; } }
    .about .press h4:after {
      content: "";
      width: 24px;
      height: 13px;
      position: absolute;
      top: 7px;
      right: 0;
      background: url("../img/CBK_down_arrow.svg") no-repeat;
      background-size: cover; }
    .about .press h4.active:after {
      transform: rotate(180deg); }
    .about .press h4:hover {
      cursor: pointer; }
  .about .press ul {
    padding: 0;
    margin: 0;
    column-count: 5;
    display: none; }
    .about .press ul li {
      list-style-type: none; }
      .about .press ul li a {
        font-family: "Metric", sans-serif;
        font-size: 1.125em;
        font-weight: 600;
        line-height: 27px;
        color: #000000;
        text-decoration: none; }
  .about .press .press-list {
    display: none; }
    .about .press .press-list h5 {
      font-family: "Metric", sans-serif;
      font-size: 1.125em;
      font-weight: 600;
      line-height: 27px;
      margin: 0;
      color: #000000; }
    .about .press .press-list.active {
      display: block; }
  .about .press .press-block {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    color: #000000; }
    .about .press .press-block + .press-block {
      margin-top: 36px; }
    .about .press .press-block a {
      display: inline-block;
      color: #000000; }
    .about .press .press-block span {
      display: block; }
  .about .press .column.last .press-list:first-child {
    display: block; }
.about .press-book {
  padding-bottom: 233px;
  padding-top: 134px; }
  @media (max-width: 667px) {
    .about .press-book {
      padding-bottom: 0;
      padding-top: 72px; } }
  .about .press-book .section-title {
    color: #1a2020; }
  .about .press-book .inner-wrap {
    border-color: #1a2020; }
    @media (max-width: 667px) {
      .about .press-book .inner-wrap {
        padding-bottom: 56px; } }
  @media (max-width: 667px) {
    .about .press-book .column-wrap {
      margin: 50px -9px 0 -9px; } }
  .about .press-book .book {
    text-align: center;
    width: 50%;
    padding: 0 25px;
    margin-bottom: 50px; }
    @media (max-width: 667px) {
      .about .press-book .book {
        margin-bottom: 30px;
        padding: 9px; } }
    .about .press-book .book .img-wrap {
      overflow: hidden;
      margin-bottom: 15px;
      position: relative; }
      .about .press-book .book .img-wrap a {
        display: block; }
    .about .press-book .book .loading-pic {
      width: 100%;
      display: block; }
    .about .press-book .book img.lazy {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .about .press-book .book:hover {
      cursor: pointer; }
      .about .press-book .book:hover img.lazy {
        transform: scale(1.05);
        opacity: .5; }
    .about .press-book .book h5 {
      margin: 0; }
    .about .press-book .book h5,
    .about .press-book .book span {
      font-family: "Metric", sans-serif;
      font-size: 0.75em;
      font-weight: 600;
      line-height: 17.5px;
      display: block;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        .about .press-book .book h5,
        .about .press-book .book span {
          line-height: 14.4px; } }

@media (max-width: 960px) {
  .cb-book,
  .cb-staff {
    position: fixed !important;
    top: 0 !important; } }
.cb-book .mfp-close,
.cb-staff .mfp-close {
  display: none; }
.cb-book .mfp-container,
.cb-staff .mfp-container {
  padding: 0 50px; }
  @media (max-width: 960px) {
    .cb-book .mfp-container,
    .cb-staff .mfp-container {
      padding: 0; } }
.cb-book .mfp-content,
.cb-staff .mfp-content {
  background: #fff;
  height: calc(100vh - 25%);
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  max-width: 1500px; }
  @media (max-width: 960px) {
    .cb-book .mfp-content,
    .cb-staff .mfp-content {
      height: 100vh;
      overflow-y: scroll; } }
  .cb-book .mfp-content .last ol,
  .cb-book .mfp-content .last ul,
  .cb-staff .mfp-content .last ol,
  .cb-staff .mfp-content .last ul {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 300; }
  .cb-book .mfp-content .last p a,
  .cb-staff .mfp-content .last p a {
    color: #000000; }
.cb-book .column-wrap,
.cb-staff .column-wrap {
  margin: 0;
  height: 100%; }
  @media (max-width: 960px) {
    .cb-book .column-wrap,
    .cb-staff .column-wrap {
      display: block;
      height: auto; } }
  .cb-book .column-wrap > div,
  .cb-staff .column-wrap > div {
    width: 50%; }
    @media (max-width: 960px) {
      .cb-book .column-wrap > div,
      .cb-staff .column-wrap > div {
        width: 100%; } }
    .cb-book .column-wrap > div:first-child,
    .cb-staff .column-wrap > div:first-child {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
      @media (max-width: 960px) {
        .cb-book .column-wrap > div:first-child,
        .cb-staff .column-wrap > div:first-child {
          height: calc(100vh / 1.5); } }
      @media (max-width: 767px) {
        .cb-book .column-wrap > div:first-child,
        .cb-staff .column-wrap > div:first-child {
          height: auto; } }
    .cb-book .column-wrap > div.last,
    .cb-staff .column-wrap > div.last {
      padding: 72px 100px 144px 50px;
      box-sizing: border-box;
      overflow-y: scroll;
      height: 100%; }
      @media (max-width: 960px) {
        .cb-book .column-wrap > div.last,
        .cb-staff .column-wrap > div.last {
          overflow-y: inherit;
          padding: 72px 25px 72px 25px; } }
      @media (max-width: 667px) {
        .cb-book .column-wrap > div.last,
        .cb-staff .column-wrap > div.last {
          padding: 72px 18px 72px 18px; } }
  .cb-book .column-wrap .col-header,
  .cb-staff .column-wrap .col-header {
    border-top: 1px solid #000;
    padding: 65px 0 39px; }
    @media (max-width: 960px) {
      .cb-book .column-wrap .col-header,
      .cb-staff .column-wrap .col-header {
        padding: 46px 0 24px; } }
  .cb-book .column-wrap .name,
  .cb-book .column-wrap .job-title,
  .cb-staff .column-wrap .name,
  .cb-staff .column-wrap .job-title {
    font-family: "belizio", serif;
    font-size: 2.25em;
    line-height: 45px;
    display: block; }
    @media (max-width: 960px) {
      .cb-book .column-wrap .name,
      .cb-book .column-wrap .job-title,
      .cb-staff .column-wrap .name,
      .cb-staff .column-wrap .job-title {
        font-size: 1.5em;
        line-height: 30px; } }
  .cb-book .column-wrap .name,
  .cb-staff .column-wrap .name {
    margin-top: 15px; }
  .cb-book .column-wrap p,
  .cb-book .column-wrap ul,
  .cb-book .column-wrap ol,
  .cb-staff .column-wrap p,
  .cb-staff .column-wrap ul,
  .cb-staff .column-wrap ol {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 27px; }
  .cb-book .column-wrap .feat-projs,
  .cb-staff .column-wrap .feat-projs {
    margin: 25px 0; }
  .cb-book .column-wrap .feat-projs,
  .cb-book .column-wrap .social-media,
  .cb-staff .column-wrap .feat-projs,
  .cb-staff .column-wrap .social-media {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px; }
    .cb-book .column-wrap .feat-projs h3,
    .cb-book .column-wrap .social-media h3,
    .cb-staff .column-wrap .feat-projs h3,
    .cb-staff .column-wrap .social-media h3 {
      font-size: 18px;
      font-weight: 600;
      margin: 0; }
    .cb-book .column-wrap .feat-projs span,
    .cb-book .column-wrap .social-media span,
    .cb-staff .column-wrap .feat-projs span,
    .cb-staff .column-wrap .social-media span {
      display: block; }
      .cb-book .column-wrap .feat-projs span a,
      .cb-book .column-wrap .social-media span a,
      .cb-staff .column-wrap .feat-projs span a,
      .cb-staff .column-wrap .social-media span a {
        font-weight: 300;
        color: #000000; }

@media (max-width: 767px) {
  .cb-book .mfp-content .first,
  .cb-staff .mfp-content .first {
    background-image: none !important; } }
.cb-book .mfp-content .first img,
.cb-staff .mfp-content .first img {
  display: none;
  width: 100%; }
  @media (max-width: 767px) {
    .cb-book .mfp-content .first img,
    .cb-staff .mfp-content .first img {
      display: block; } }

.cb-book .column-wrap .col-header {
  border-top: 1px solid #000;
  padding: 65px 0 39px; }
.cb-book .column-wrap h5 {
  font-weight: 400;
  margin: 0; }
.cb-book .column-wrap h5,
.cb-book .column-wrap span {
  font-family: "belizio", serif;
  font-size: 2.25em;
  line-height: 45px;
  display: block; }
  @media (max-width: 667px) {
    .cb-book .column-wrap h5,
    .cb-book .column-wrap span {
      font-size: 1.5em;
      line-height: 30px; } }
.cb-book .column-wrap p {
  font-family: "Metric", sans-serif;
  font-size: 1.125em;
  line-height: 27px; }
.cb-book .column-wrap .last ol,
.cb-book .column-wrap .last ul {
  font-family: "Metric", sans-serif;
  font-size: 1.125em;
  line-height: 27px;
  font-weight: 300; }

.select-year {
  position: relative; }

.select-wrap {
  display: none; }
  @media (max-width: 1024px) {
    .select-wrap {
      display: block;
      height: 53px;
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0; }
      .select-wrap select {
        height: 100%;
        width: 100%; } }

/*Edge*/
@supports (-ms-accelerator: true) {
  html {
    overflow: hidden;
    height: 100%; }

  body {
    overflow: auto;
    height: 100%; } }
/*Ie 10/11*/
.ie11 .about .place {
  background-attachment: local; }

.activity .activity-entries {
  padding-top: 112px; }
  .activity .activity-entries > h3 {
    font-family: "belizio", serif;
    font-size: 3.75em;
    font-weight: 400;
    padding: 0 0 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #000000;
    margin-bottom: 0; }
    @media (max-width: 667px) {
      .activity .activity-entries > h3 {
        font-size: 1.5em; } }
.activity .post-cat {
  font-family: "Metric", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  display: none; }
  @media (max-width: 667px) {
    .activity .post-cat {
      display: inline-block; } }
.activity .latest-post img {
  width: 100%; }
.activity .latest-post .column-wrap .column {
  width: 50%; }
  @media (max-width: 667px) {
    .activity .latest-post .column-wrap .column {
      width: 100%; }
      .activity .latest-post .column-wrap .column + .column {
        margin-top: 4px; } }
.activity .latest-post .column > a:first-child {
  font-family: "Metric", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  display: none; }
  @media (max-width: 667px) {
    .activity .latest-post .column > a:first-child {
      display: inline-block; } }
.activity .latest-post .meta-data {
  margin-top: 63px; }
  @media (max-width: 667px) {
    .activity .latest-post .meta-data .column:first-child span {
      display: none; } }
  @media (max-width: 667px) {
    .activity .latest-post .meta-data {
      margin-top: 42px; } }
  .activity .latest-post .meta-data > span + span {
    color: #565a5c; }
    .activity .latest-post .meta-data > span + span a {
      color: #565a5c; }
.activity .latest-post h1 {
  font-family: "belizio", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  margin: -2px 0 53px; }
  @media (max-width: 667px) {
    .activity .latest-post h1 {
      font-size: 24px;
      line-height: 30px;
      margin: 21px 0 43px; } }
  .activity .latest-post h1 a {
    color: #000000;
    text-decoration: none; }
.activity .latest-post p {
  font-family: "Metric", sans-serif;
  font-size: 18px;
  line-height: 27px;
  max-width: 500px; }
  @media (max-width: 667px) {
    .activity .latest-post p {
      max-width: 85%; } }
.activity .latest-post .readmore {
  font-family: "Metric", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #000000;
  display: inline-block;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .activity .latest-post .readmore:hover {
    color: #000000;
    opacity: .3; }
  @media (max-width: 667px) {
    .activity .latest-post .readmore {
      max-width: 100%;
      margin-top: 21px; } }
.activity .meta-data {
  font-family: "Metric", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 27px;
  color: #000000; }
  .activity .meta-data span {
    display: block; }
  .activity .meta-data span + span {
    color: #565a5c; }
  .activity .meta-data a {
    color: #565a5c;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .activity .meta-data a:hover {
      opacity: .3; }
.activity .post-category a {
  font-family: "Metric", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  display: none; }
  @media (max-width: 667px) {
    .activity .post-category a {
      display: inline-block; } }
@media (max-width: 667px) {
  .activity .activity-posts {
    margin-top: 63px; } }
.activity .post {
  width: 50%;
  padding: 0 25px; }
  @media (max-width: 667px) {
    .activity .post {
      padding: 0; } }
  .activity .post .mobile {
    display: none; }
    @media (max-width: 667px) {
      .activity .post .mobile {
        margin: 39px 0 35px; } }
    .activity .post .mobile p {
      font-family: "Metric", sans-serif;
      font-size: 18px;
      font-weight: 300;
      line-height: 27px;
      max-width: 400px; }
      @media (max-width: 667px) {
        .activity .post .mobile p {
          max-width: 85%; } }
  @media (max-width: 667px) {
    .activity .post {
      width: 100%; }
      .activity .post .mobile {
        display: block; } }
  .activity .post .inner-wrap {
    border-top: 1px solid #000000;
    padding: 72px 0 72px; }
    @media (max-width: 667px) {
      .activity .post .inner-wrap {
        padding: 54px 0 72px; } }
  @media (max-width: 667px) {
    .activity .post:first-child .inner-wrap {
      padding-top: 0; } }
  .activity .post:first-child .inner-wrap, .activity .post:nth-child(2) .inner-wrap {
    border-top: none; }
  @media (max-width: 667px) {
    .activity .post:nth-child(2) .inner-wrap {
      border-top: 1px solid #000000; } }
  .activity .post .img-wrap img {
    width: 100%;
    display: block; }
  .activity .post h3 {
    font-family: "belizio", serif;
    font-size: 2.25em;
    font-weight: 400;
    line-height: 45px;
    margin: 0; }
    @media (max-width: 667px) {
      .activity .post h3 {
        font-size: 1.5em;
        line-height: 30px;
        margin-top: 25px; } }
    .activity .post h3 a {
      color: #000000;
      text-decoration: none; }
  .activity .post .text-block {
    margin-top: 63px; }
    @media (max-width: 667px) {
      .activity .post .text-block {
        margin-top: 49px; } }
    .activity .post .text-block > a:first-child {
      font-family: "Metric", sans-serif;
      font-size: 12px;
      font-weight: 600;
      color: #000000;
      text-decoration: none;
      text-transform: uppercase;
      display: none; }
      @media (max-width: 667px) {
        .activity .post .text-block > a:first-child {
          display: inline-block; } }
    .activity .post .text-block .meta-data {
      margin: 26px 0 60px; }
      @media (max-width: 667px) {
        .activity .post .text-block .meta-data {
          display: none; } }
  .activity .post .readmore {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 600;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .activity .post .readmore:hover {
      opacity: .3; }
.activity .load-more {
  margin: 53px 0 130px;
  text-align: center; }
  @media (max-width: 667px) {
    .activity .load-more {
      margin: -11px 0 67px; } }
  .activity .load-more a {
    font-family: "Metric", sans-serif;
    font-size: .95em;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
    /* border-bottom: 1px solid #fff; */
    background: #000;
    padding: 10px 10px 5px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .activity .load-more a:hover {
      color: #fff; }
    @media (max-width: 667px) {
      .activity .load-more a {
        font-size: 12px; } }
  @media (max-width: 667px) {
    .activity .load-more span {
      display: none; } }
.activity .social-network {
  background: #e8e8e8;
  padding: 142px 0 144px; }
  @media (max-width: 960px) {
    .activity .social-network {
      padding: 142px 0 88px 0; } }
  @media (max-width: 667px) {
    .activity .social-network {
      padding: 72px 0 88px 0; } }
  .activity .social-network > div h3 {
    font-family: "Metric", sans-serif;
    font-size: 0.75em;
    line-height: 17.5px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    text-transform: uppercase;
    margin: 0 0 72px;
    padding-bottom: 10px; }
    @media (max-width: 667px) {
      .activity .social-network > div h3 {
        margin: 0 0 54px; } }
  .activity .social-network > div + div {
    margin-top: 137px; }
    @media (max-width: 667px) {
      .activity .social-network > div + div {
        margin-top: 84px;
        margin-top: 84px; } }
.activity .ig-posts {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin: 0 -25px; }
  @media (max-width: 667px) {
    .activity .ig-posts {
      margin: 0 -9px; } }
  .activity .ig-posts .ig-post {
    width: calc(100% / 4);
    padding: 0 25px; }
    @media (max-width: 960px) {
      .activity .ig-posts .ig-post {
        width: calc(100% / 2);
        margin-bottom: 50px; } }
    @media (max-width: 667px) {
      .activity .ig-posts .ig-post {
        padding: 0 9px;
        margin-bottom: 54px; } }
    .activity .ig-posts .ig-post .img-wrap {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      padding-bottom: 100%; }
    .activity .ig-posts .ig-post img {
      width: 100%;
      display: none; }
    .activity .ig-posts .ig-post .caption {
      font-family: "Metric", sans-serif;
      font-size: 1.125em;
      font-weight: 300;
      line-height: 27px;
      margin: 36px 0; }
      @media (max-width: 1024px) {
        .activity .ig-posts .ig-post .caption {
          height: 70px;
          overflow: hidden; } }
      @media (max-width: 667px) {
        .activity .ig-posts .ig-post .caption {
          height: 56px;
          line-height: 21px;
          overflow: hidden; } }
      .activity .ig-posts .ig-post .caption .ellipsis {
        display: none; }
        @media (max-width: 667px) {
          .activity .ig-posts .ig-post .caption .ellipsis {
            display: inline; } }
    .activity .ig-posts .ig-post a {
      font-family: "Metric", sans-serif;
      font-size: 0.875em;
      font-weight: 600;
      color: #000000;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 667px) {
        .activity .ig-posts .ig-post a {
          font-size: 12px; } }
      @media (max-width: 667px) {
        .activity .ig-posts .ig-post a .desktop {
          display: none; } }
      .activity .ig-posts .ig-post a .mobile {
        display: none; }
        @media (max-width: 667px) {
          .activity .ig-posts .ig-post a .mobile {
            display: block; } }
.activity .cb-twitter {
  margin-top: 136px; }
  @media (max-width: 960px) {
    .activity .cb-twitter {
      margin-top: 86px; } }
.activity .tw-posts {
  opacity: 0; }
.activity .tweet_list {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin: 0 -25px;
  padding: 0; }
  @media (max-width: 667px) {
    .activity .tweet_list {
      margin: 0 -9px; } }
  .activity .tweet_list .tweet_text {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 27px;
    margin: 0 0 36px;
    display: block; }
    @media (max-width: 1024px) {
      .activity .tweet_list .tweet_text {
        height: 70px;
        overflow: hidden; } }
    @media (max-width: 667px) {
      .activity .tweet_list .tweet_text {
        height: 56px;
        line-height: 21px;
        overflow: hidden; } }
    .activity .tweet_list .tweet_text a {
      color: #000000; }
  .activity .tweet_list .read-more {
    font-family: "Metric", sans-serif;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000; }
    @media (max-width: 667px) {
      .activity .tweet_list .read-more {
        font-size: 12px; } }
    @media (max-width: 667px) {
      .activity .tweet_list .read-more .desktop {
        display: none; } }
    .activity .tweet_list .read-more .mobile {
      display: none; }
      @media (max-width: 667px) {
        .activity .tweet_list .read-more .mobile {
          display: block; } }
  .activity .tweet_list li,
  .activity .tweet_list .tweet {
    list-style: none;
    width: calc(100% / 4);
    padding: 0 25px; }
    @media (max-width: 960px) {
      .activity .tweet_list li,
      .activity .tweet_list .tweet {
        width: calc(100% / 2);
        margin-bottom: 50px; } }
    @media (max-width: 667px) {
      .activity .tweet_list li,
      .activity .tweet_list .tweet {
        width: calc(100% / 2);
        padding: 0 9px;
        margin-bottom: 54px; } }
    .activity .tweet_list li ._wrap a,
    .activity .tweet_list .tweet ._wrap a {
      display: block; }
    .activity .tweet_list li .img-wrap,
    .activity .tweet_list .tweet .img-wrap {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      padding-bottom: 100%;
      background-color: #565a5c;
      display: none !important; }

.pagination {
  display: none; }

.page-load-status {
  font-family: "Metric", sans-serif;
  font-size: 1.125em;
  line-height: 27px;
  text-align: center;
  display: none; }
  .page-load-status .infinite-scroll-last {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    color: #fff; }

.activity-detail .hero-image-container {
  height: calc(100vh / 3 * 2); }
  @media (max-width: 667px) {
    .activity-detail .hero-image-container {
      height: calc(100vh / 3); } }
  .activity-detail .hero-image-container img {
    width: 100%;
    display: none; }
.activity-detail .mobile {
  display: none; }
  @media (max-width: 667px) {
    .activity-detail .mobile {
      display: block; }
      .activity-detail .mobile .meta-data {
        margin-bottom: 36px; } }
.activity-detail ._page-header {
  font-family: "Metric", sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 54px 0 -19px; }
.activity-detail .hero-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
.activity-detail ._mobile .hero-image {
  background-position: center center; }
.activity-detail .main-content {
  padding-bottom: 144px; }
  @media (max-width: 667px) {
    .activity-detail .main-content {
      padding-bottom: 62px; } }
.activity-detail .video-block video {
  width: 100%;
  display: block; }
.activity-detail .video-block .inner-wrap {
  position: relative; }
.activity-detail .main-info {
  -ms-display: flex;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin: 0 -25px 0;
  padding: 72px 0 48px;
  position: relative; }
  .activity-detail .main-info:before {
    content: " ";
    border-top: 1px solid #000000;
    width: calc(100% - 50px);
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto; }
    @media (max-width: 667px) {
      .activity-detail .main-info:before {
        display: none; } }
  @media (max-width: 667px) {
    .activity-detail .main-info {
      display: block;
      border-top: none;
      padding-bottom: 0;
      margin-bottom: 62px; } }
  .activity-detail .main-info.reverse {
    flex-direction: row-reverse; }
  .activity-detail .main-info .column {
    width: 50%;
    padding: 0 25px; }
    @media (max-width: 667px) {
      .activity-detail .main-info .column {
        width: 100%;
        padding: 0; }
        .activity-detail .main-info .column + .column {
          margin-top: 61px; } }
    .activity-detail .main-info .column:last-child p {
      font-size: 1em; }
  .activity-detail .main-info h1 {
    font-family: "belizio", serif;
    font-size: 2.25em;
    font-weight: 400;
    line-height: 45px;
    margin: 0 0 72px; }
    @media (max-width: 667px) {
      .activity-detail .main-info h1 {
        font-size: 1.5em;
        line-height: 30px;
        margin: 0 0 43px; } }
  .activity-detail .main-info p {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 300;
    padding-right: 50px; }
    @media (max-width: 667px) {
      .activity-detail .main-info p {
        padding-right: 0; } }
.activity-detail p {
  margin: 0 0 18px; }
  .activity-detail p span {
    font-family: "Metric", sans-serif;
    line-height: 21.6px;
    margin: 0;
    display: block; }
  .activity-detail p .label {
    font-weight: 600; }
  .activity-detail p .value {
    font-weight: 300; }
.activity-detail .caption {
  margin-top: 18px; }
  @media (max-width: 667px) {
    .activity-detail .caption {
      padding-right: 0; } }
.activity-detail .half-width {
  width: 50%;
  float: left; }
  @media (max-width: 768px) {
    .activity-detail .half-width {
      width: 100%;
      float: none; } }
  .activity-detail .half-width img {
    width: 100%;
    display: block; }
  .activity-detail .half-width p {
    padding-right: 50px; }
.activity-detail .image-block img {
  width: 50%;
  float: left; }
  .activity-detail .image-block img:first-child {
    padding-right: 25px; }
  .activity-detail .image-block img:last-child {
    padding-left: 25px; }
.activity-detail .slider-block {
  position: relative; }
  .activity-detail .slider-block .cycle-slideshow {
    position: relative;
    z-index: 1; }
  .activity-detail .slider-block .slide {
    width: 100%;
    height: 100%; }
  .activity-detail .slider-block img {
    width: 100%;
    display: block; }
  .activity-detail .slider-block .slider-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    @media (max-width: 1024px) {
      .activity-detail .slider-block .slider-controls {
        width: auto;
        height: auto;
        position: initial; } }
    .activity-detail .slider-block .slider-controls > span {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 100%;
      width: 50%;
      z-index: 999; }
      .activity-detail .slider-block .slider-controls > span:hover {
        cursor: pointer; }
    .activity-detail .slider-block .slider-controls svg {
      width: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .activity-detail .slider-block .slider-controls .prev {
      left: 25px; }
      @media (max-width: 1024px) {
        .activity-detail .slider-block .slider-controls .prev {
          bottom: 0;
          width: 40px; } }
      @media (max-width: 667px) {
        .activity-detail .slider-block .slider-controls .prev {
          left: 0; } }
      .activity-detail .slider-block .slider-controls .prev svg {
        left: 20px; }
      .activity-detail .slider-block .slider-controls .prev:before {
        content: "";
        display: block;
        width: 20px;
        height: 39px;
        position: absolute;
        top: 0;
        left: 20px;
        bottom: 0;
        margin: auto;
        background: transparent url("../img/CBA_left_arrow.svg") no-repeat;
        background-size: 100%;
        background-position: center center;
        -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6)); }
    .activity-detail .slider-block .slider-controls .next {
      right: 25px; }
      @media (max-width: 1024px) {
        .activity-detail .slider-block .slider-controls .next {
          bottom: 0;
          width: 40px; } }
      @media (max-width: 667px) {
        .activity-detail .slider-block .slider-controls .next {
          right: 0; } }
      .activity-detail .slider-block .slider-controls .next svg {
        right: 20px; }
      .activity-detail .slider-block .slider-controls .next:before {
        content: "";
        display: block;
        width: 20px;
        height: 39px;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        background: transparent url("../img/CBA_right_arrow.svg") no-repeat;
        background-size: 100%;
        background-position: center center;
        -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6));
        filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.6)); }
.activity-detail blockquote {
  font-family: "belizio", serif;
  font-size: 2.25em;
  line-height: 45px;
  color: #1a2020;
  text-align: center;
  max-width: 867px;
  margin: 0 auto; }
  @media (max-width: 667px) {
    .activity-detail blockquote {
      font-size: 1.5em;
      line-height: 30px; } }
  .activity-detail blockquote span {
    font-family: "Metric", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 17.5px;
    display: block;
    margin-top: 36px; }
    @media (max-width: 667px) {
      .activity-detail blockquote span {
        font-size: 18px;
        line-height: 27px; } }
.activity-detail .text-block {
  font-family: "Metric", sans-serif;
  font-size: 1.125em;
  line-height: 27px;
  color: #1a2020;
  font-weight: 300; }
  .activity-detail .text-block ul, .activity-detail .text-block ol {
    font-family: "Metric", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300; }
  .activity-detail .text-block p {
    padding-right: 50px; }
    @media (max-width: 667px) {
      .activity-detail .text-block p {
        padding-right: 0; } }
.activity-detail .two-column {
  display: block;
  column-count: 2;
  column-gap: 50px;
  margin: 140px 0 127px; }
  @media (max-width: 960px) {
    .activity-detail .two-column {
      column-count: 1;
      column-gap: 0; } }
.activity-detail .project-info {
  margin-bottom: 144px; }
  .activity-detail .project-info .inner-wrap {
    border-top: 1px solid #000000;
    margin-top: 72px;
    padding-top: 72px; }
    @media (max-width: 667px) {
      .activity-detail .project-info .inner-wrap {
        margin-top: 0;
        padding-top: 50px; } }
  .activity-detail .project-info .column p a, .activity-detail .project-info .column ul a, .activity-detail .project-info .column ol a {
    color: #000000;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .activity-detail .project-info .column p a:hover, .activity-detail .project-info .column ul a:hover, .activity-detail .project-info .column ol a:hover {
      color: #000000;
      opacity: .3; }
  .activity-detail .project-info h1 {
    font-family: "belizio", serif;
    font-size: 2.25em;
    font-weight: 400;
    line-height: 45px;
    padding-right: 100px;
    margin: 0 0 62px; }
    @media (max-width: 667px) {
      .activity-detail .project-info h1 {
        font-size: 1.5em;
        line-height: 30px;
        margin-bottom: 38px;
        padding-right: 0; } }
  .activity-detail .project-info p {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 300;
    padding-right: 50px; }
    @media (max-width: 667px) {
      .activity-detail .project-info p {
        padding-right: 0; } }
  .activity-detail .project-info .meta-data {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 27px;
    color: #000000; }
    @media (max-width: 667px) {
      .activity-detail .project-info .meta-data.column {
        display: none; } }
    .activity-detail .project-info .meta-data span {
      display: block; }
    .activity-detail .project-info .meta-data a {
      color: #000000;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .activity-detail .project-info .meta-data a:hover {
        opacity: .3; }
    .activity-detail .project-info .meta-data .tags,
    .activity-detail .project-info .meta-data .author {
      color: #565a5c; }
      .activity-detail .project-info .meta-data .tags a,
      .activity-detail .project-info .meta-data .author a {
        color: #565a5c; }
    .activity-detail .project-info .meta-data .tags {
      font-style: italic; }
      @media (max-width: 667px) {
        .activity-detail .project-info .meta-data .tags {
          display: none; } }
      .activity-detail .project-info .meta-data .tags a {
        text-transform: capitalize; }
.activity-detail .content-block {
  margin-bottom: 117px; }
.activity-detail .text-block {
  font-family: "Metric", sans-serif;
  font-size: 1.125em;
  line-height: 27px; }
  .activity-detail .text-block p {
    font-weight: 300;
    padding-right: 50px; }
    @media (max-width: 667px) {
      .activity-detail .text-block p {
        padding-right: 0; } }
  .activity-detail .text-block a {
    color: #000000;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .activity-detail .text-block a:hover {
      color: #000000;
      opacity: .3; }
  .activity-detail .text-block .column-wrap {
    display: block; }
  .activity-detail .text-block.half-width {
    width: 50%; }
    @media (max-width: 960px) {
      .activity-detail .text-block.half-width {
        width: 100%; } }
  .activity-detail .text-block.left-position {
    float: left; }
    @media (max-width: 667px) {
      .activity-detail .text-block.left-position {
        float: none; } }
    .activity-detail .text-block.left-position .inner-wrap {
      padding-right: 25px; }
  .activity-detail .text-block.right-position {
    float: right; }
    @media (max-width: 667px) {
      .activity-detail .text-block.right-position {
        float: none; } }
    .activity-detail .text-block.right-position .inner-wrap {
      padding-left: 25px; }
      @media (max-width: 667px) {
        .activity-detail .text-block.right-position .inner-wrap {
          padding-left: 0; } }
  .activity-detail .text-block.fullwidth .inner-wrap {
    column-count: 2;
    column-gap: 50px; }
    @media (max-width: 667px) {
      .activity-detail .text-block.fullwidth .inner-wrap {
        column-count: 1;
        column-gap: 0px; } }
.activity-detail .image-block.half-width {
  width: 50%; }
  @media (max-width: 667px) {
    .activity-detail .image-block.half-width {
      width: 100%; } }
  .activity-detail .image-block.half-width .column-wrap {
    display: block; }
  .activity-detail .image-block.half-width img {
    width: 100%;
    display: block; }
  .activity-detail .image-block.half-width.left-position {
    float: left; }
    @media (max-width: 667px) {
      .activity-detail .image-block.half-width.left-position {
        float: none; } }
    .activity-detail .image-block.half-width.left-position .inner-wrap {
      padding-right: 25px; }
      @media (max-width: 667px) {
        .activity-detail .image-block.half-width.left-position .inner-wrap {
          padding-right: 9px; } }
  .activity-detail .image-block.half-width.right-position {
    float: right; }
    @media (max-width: 667px) {
      .activity-detail .image-block.half-width.right-position {
        float: none; } }
    .activity-detail .image-block.half-width.right-position .inner-wrap {
      padding-left: 25px; }
      @media (max-width: 667px) {
        .activity-detail .image-block.half-width.right-position .inner-wrap {
          padding-left: 9px; } }
.activity-detail .con-inner-wrap {
  margin: 0 -25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: baseline; }
  @media (max-width: 667px) {
    .activity-detail .con-inner-wrap {
      margin: 0; } }
.activity-detail .content-block {
  margin: 72px 0; }
  @media (max-width: 667px) {
    .activity-detail .content-block {
      margin: 36px 0; }
      .activity-detail .content-block.main-info {
        margin-top: 0; } }
  .activity-detail .content-block.main-info {
    margin: 0; }
  .activity-detail .content-block.text-block.own-row {
    float: none;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .activity-detail .content-block.text-block.own-row.half-width > div {
      width: 50%; }
      @media (max-width: 768px) {
        .activity-detail .content-block.text-block.own-row.half-width > div {
          width: 100%; } }
    .activity-detail .content-block.text-block.own-row.left-position {
      justify-content: flex-start; }
    .activity-detail .content-block.text-block.own-row.right-position {
      justify-content: flex-end; }
  @media (max-width: 667px) {
    .activity-detail .content-block.text-block .column {
      padding: 0; } }
  @media (max-width: 768px) {
    .activity-detail .content-block.text-block + .text-block {
      margin-top: 0; } }
  @media (max-width: 667px) {
    .activity-detail .content-block.text-block + .clearfix + .text-block {
      margin-top: -36px; } }
  @media (max-width: 667px) {
    .activity-detail .content-block.text-block + .clearfix + .clearfix + .text-block {
      margin-top: -36px; } }
  .activity-detail .content-block.image-wrap a {
    display: block; }
  .activity-detail .content-block.image-wrap .img-inner-wrap {
    margin: 0 25px; }
    @media (max-width: 667px) {
      .activity-detail .content-block.image-wrap .img-inner-wrap {
        margin: 0; } }
  .activity-detail .content-block.image-wrap img {
    display: block; }
  .activity-detail .content-block.image-wrap.own-row {
    width: 100%; }
    .activity-detail .content-block.image-wrap.own-row > div {
      width: 50%;
      margin: 0;
      padding: 0 25px;
      display: inline-block; }
      @media (max-width: 768px) {
        .activity-detail .content-block.image-wrap.own-row > div {
          width: 100%;
          display: block; } }
      @media (max-width: 667px) {
        .activity-detail .content-block.image-wrap.own-row > div {
          padding: 0; } }
    @media (max-width: 667px) {
      .activity-detail .content-block.image-wrap.own-row ~ .image-wrap {
        margin-top: 0; } }
    .activity-detail .content-block.image-wrap.own-row.right-position {
      text-align: right; }
    .activity-detail .content-block.image-wrap.own-row.left-position {
      text-align: left; }
  .activity-detail .content-block.quote {
    margin: 134px 0; }
    @media (max-width: 667px) {
      .activity-detail .content-block.quote {
        margin: 65px 0 63px; } }
  .activity-detail .content-block.carousel-slider-block {
    width: 100vw;
    margin-left: calc(-50vw - 12.5px + 50%);
    margin-right: calc(-50vw - 12.5px + 50%); }
    @media (max-width: 667px) {
      .activity-detail .content-block.carousel-slider-block {
        margin-left: 0;
        margin-right: 0;
        padding: 0; } }
  .activity-detail .content-block.project-info, .activity-detail .content-block.quote, .activity-detail .content-block.video-block, .activity-detail .content-block.slider-block, .activity-detail .content-block.two-column {
    padding: 0 25px;
    width: 100%; }
    @media (max-width: 667px) {
      .activity-detail .content-block.project-info, .activity-detail .content-block.quote, .activity-detail .content-block.video-block, .activity-detail .content-block.slider-block, .activity-detail .content-block.two-column {
        padding: 0; } }
@media (max-width: 667px) {
  .activity-detail .content-block {
    margin: 36px 0; }
    .activity-detail .content-block.main-info {
      margin-top: 0; } }
@media (max-width: 768px) {
  .activity-detail .image-wrap + .image-wrap {
    margin-top: 0; } }
@media (max-width: 667px) {
  .activity-detail .quote {
    margin: 97px 0; }
    .activity-detail .quote blockquote {
      margin: 0; } }

.contact .map-container {
  height: calc((100vh / 3) * 2);
  margin-bottom: 68px; }
  @media (max-width: 667px) {
    .contact .map-container {
      height: calc(100vh / 3);
      margin-bottom: 48px; } }
.contact .column-wrap {
  padding-bottom: 138px; }
  .contact .column-wrap .column {
    width: 50%; }
    @media (max-width: 667px) {
      .contact .column-wrap .column {
        width: 100%; } }
  .contact .column-wrap h1 {
    font-family: "belizio", serif;
    font-size: 2.25em;
    font-weight: 400;
    margin: 0; }
    @media (max-width: 667px) {
      .contact .column-wrap h1 {
        font-size: 1.5em;
        margin-bottom: 44px; } }
  .contact .column-wrap .details h5 {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 600;
    margin: 0; }
  .contact .column-wrap .details .address {
    margin-bottom: 28px; }
    .contact .column-wrap .details .address p {
      font-weight: 300;
      margin: 0; }
      .contact .column-wrap .details .address p a {
        color: #000000;
        text-decoration: none; }
  .contact .column-wrap .details .address,
  .contact .column-wrap .details > p {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    color: #000000; }
    .contact .column-wrap .details .address a,
    .contact .column-wrap .details > p a {
      font-size: 18px;
      font-weight: 300;
      color: #000000; }
  .contact .column-wrap .details > p {
    margin: 0; }
  .contact .column-wrap a {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    text-decoration: none;
    color: #000000; }
  .contact .column-wrap .email-add {
    text-decoration: none; }
  .contact .column-wrap .other-info {
    border-top: 1px solid #000000;
    padding: 66px 0 0;
    margin-top: 66px; }
    @media (max-width: 667px) {
      .contact .column-wrap .other-info {
        padding: 50px 0 0;
        margin-top: 45px; } }
    .contact .column-wrap .other-info h5,
    .contact .column-wrap .other-info p {
      font-family: "Metric", sans-serif;
      font-size: 1.125em;
      margin: 0; }
    .contact .column-wrap .other-info h5 {
      font-weight: 600; }
    .contact .column-wrap .other-info div + div {
      margin-top: 28px; }
.contact .email-link a {
  font-size: 18px;
  text-decoration: none; }

.search-result .main-content {
  padding: 144px 0; }
  @media (max-width: 960px) {
    .search-result .main-content {
      padding: 144px 0; } }
  @media (max-width: 667px) {
    .search-result .main-content {
      padding: 72px 0; } }
  .search-result .main-content h1 {
    font-family: "belizio", serif;
    font-size: 2.25em;
    font-weight: 400;
    padding: 72px 0 144px 10px;
    border-top: 1px solid #000000; }
    @media (max-width: 667px) {
      .search-result .main-content h1 {
        font-size: 1.5em;
        margin: 0;
        padding: 67px 0 67px; } }
    .search-result .main-content h1 em {
      color: #565a5c; }
.search-result .result-cat h3 {
  font-family: "Metric", sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  margin: 0 0 54px;
  padding-bottom: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000; }
.search-result .result-cat + .result-cat {
  margin-top: 144px; }
  @media (max-width: 667px) {
    .search-result .result-cat + .result-cat {
      margin-top: 66px; } }
.search-result .result-cat .outer-wrap {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-end; }
  .search-result .result-cat .outer-wrap .item-found {
    width: 70%; }
    @media (max-width: 960px) {
      .search-result .result-cat .outer-wrap .item-found {
        width: 90%; } }
    @media (max-width: 667px) {
      .search-result .result-cat .outer-wrap .item-found {
        width: 100%; } }
.search-result .result-cat .item-found + .item-found {
  margin-top: 72px; }
.search-result .result-cat .item-found .wrap {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin: 0 -25px; }
  @media (max-width: 667px) {
    .search-result .result-cat .item-found .wrap {
      margin: 0 -9px; } }
  .search-result .result-cat .item-found .wrap > div {
    padding: 0 25px; }
    @media (max-width: 667px) {
      .search-result .result-cat .item-found .wrap > div {
        padding: 0 9px; } }
.search-result .result-cat .item-found .img-wrap {
  width: 30%; }
  @media (max-width: 667px) {
    .search-result .result-cat .item-found .img-wrap {
      width: 100%; } }
  .search-result .result-cat .item-found .img-wrap img {
    float: right;
    width: 50%;
    display: block; }
    @media (max-width: 1024px) {
      .search-result .result-cat .item-found .img-wrap img {
        width: 100%; } }
    @media (max-width: 667px) {
      .search-result .result-cat .item-found .img-wrap img {
        float: none;
        width: 100%; } }
.search-result .result-cat .item-found .default-thumb {
  display: none; }
.search-result .result-cat .item-found .no-content .default-thumb {
  display: block; }
.search-result .result-cat .item-found .no-content .project-thumb {
  display: none; }
.search-result .result-cat .item-found .text-block {
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-content: space-between; }
  @media (max-width: 667px) {
    .search-result .result-cat .item-found .text-block {
      width: 100%; } }
  .search-result .result-cat .item-found .text-block a {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 600;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .search-result .result-cat .item-found .text-block a:hover {
      color: #000000;
      opacity: .3; }
    @media (max-width: 1024px) {
      .search-result .result-cat .item-found .text-block a {
        margin-bottom: 18px; } }
    @media (max-width: 667px) {
      .search-result .result-cat .item-found .text-block a {
        margin: 50px 0 43px; } }
  .search-result .result-cat .item-found .text-block p {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 27px;
    margin: 0; }
    .search-result .result-cat .item-found .text-block p span {
      font-style: italic;
      text-decoration: underline; }
    .search-result .result-cat .item-found .text-block p a {
      font-weight: 300; }

.project-index .hero-image-container {
  height: calc(100vh / 3 * 2); }
  @media (max-width: 667px) {
    .project-index .hero-image-container {
      height: calc(100vh / 3); } }
.project-index .main-content .inner-wrap {
  background: #1a2020;
  padding: 144px 0 0; }
  @media (max-width: 960px) {
    .project-index .main-content .inner-wrap {
      padding: 144px 0 0; } }
  @media (max-width: 667px) {
    .project-index .main-content .inner-wrap {
      padding: 72px 0 0; } }
  .project-index .main-content .inner-wrap h1 {
    font-family: "belizio", serif;
    font-size: 2.25em;
    font-weight: 400;
    margin: 0 0 144px;
    border-top: 1px solid #fff;
    padding: 72px 0 0;
    color: #fff; }
    @media (max-width: 667px) {
      .project-index .main-content .inner-wrap h1 {
        font-size: 1.5em;
        margin-bottom: 66px; } }
.project-index .hero-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }
.project-index .column-wrap {
  display: block; }
  .project-index .column-wrap .content {
    width: 70%;
    float: right;
    padding: 0 25px; }
    @media (max-width: 767px) {
      .project-index .column-wrap .content {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 16px; } }
.project-index .content .header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-flow: wrap;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px; }
  @media (max-width: 768px) {
    .project-index .content .header {
      display: none; } }
  .project-index .content .header .col {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    color: #fff;
    width: 33%; }
.project-index .sidebar {
  width: 30%;
  will-change: min-height;
  float: left;
  background: #1a2020; }
  @media (max-width: 767px) {
    .project-index .sidebar {
      width: 100%;
      float: none; } }
  .project-index .sidebar .sidebar-inner {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    padding: 0 25px; }
    @media (max-width: 667px) {
      .project-index .sidebar .sidebar-inner {
        padding: 0; } }
  .project-index .sidebar h3 {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    color: #fff;
    margin: 0 0 36px;
    padding-bottom: 18px;
    border-bottom: 1px solid #fff; }
  .project-index .sidebar ul {
    margin: 0;
    padding: 0; }
    .project-index .sidebar ul li {
      list-style-type: none; }
      .project-index .sidebar ul li a {
        font-family: "Metric", sans-serif;
        font-size: 1.125em;
        line-height: 27px;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .project-index .sidebar ul li a:hover {
          color: #fdf5cf; }
        .project-index .sidebar ul li a.darken {
          color: #565a5c; }
      .project-index .sidebar ul li.active > a {
        color: #fdf5cf; }
    .project-index .sidebar ul ul {
      display: none;
      padding: 36px 0; }
      .project-index .sidebar ul ul a {
        text-transform: capitalize; }
  .project-index .sidebar .search-form {
    margin-top: 144px; }
    @media (max-width: 667px) {
      .project-index .sidebar .search-form {
        margin-top: 56px; } }
    .project-index .sidebar .search-form .wrap {
      position: relative; }
    .project-index .sidebar .search-form input[type="text"] {
      font-family: "Metric", sans-serif;
      font-size: 1.125em;
      font-weight: 600;
      line-height: 27px;
      border: none;
      border-bottom: 1px solid #fff;
      background: transparent;
      color: #fff;
      padding: 5px 0;
      outline: 0;
      width: 100%; }
    .project-index .sidebar .search-form button {
      position: absolute;
      right: 0;
      bottom: 6px;
      font-family: "Metric", sans-serif;
      font-size: 1.125em;
      font-weight: 600;
      color: #fff;
      background: transparent;
      border: none;
      display: none;
      padding: 0; }
.project-index .filtered-search {
  margin-top: 36px;
  opacity: 0; }
  @media (max-width: 667px) {
    .project-index .filtered-search {
      display: none;
      opacity: 1; } }
  .project-index .filtered-search .search-keyword {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    color: #565a5c;
    margin-bottom: 36px; }
    .project-index .filtered-search .search-keyword p {
      margin: 0; }
  .project-index .filtered-search .clear {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    color: #fff; }
@media (max-width: 768px) {
  .project-index .list-view {
    margin-top: -20px; } }
@media (max-width: 667px) {
  .project-index .list-view {
    margin-top: 0; } }
.project-index .list-view .item {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  border-bottom: 1px solid #565a5c;
  padding: 36px 0; }
  @media (max-width: 768px) {
    .project-index .list-view .item {
      border-bottom: 1px solid #fff; }
      .project-index .list-view .item:first-child {
        padding-top: 0; } }
  @media (max-width: 667px) {
    .project-index .list-view .item:first-child {
      padding-top: 36px; } }
  .project-index .list-view .item div {
    font-family: "Metric", sans-serif;
    font-size: 1.125em;
    color: #fff;
    width: 33%; }
    @media (max-width: 768px) {
      .project-index .list-view .item div {
        width: 100%;
        padding: 18px 0;
        display: flex; }
        .project-index .list-view .item div + div {
          border-top: 1px solid #565a5c; }
        .project-index .list-view .item div:nth-child(1):before {
          content: "Client";
          font-family: "Metric", sans-serif;
          font-size: 1.125em;
          color: #fff;
          width: 50%;
          display: inline-block; }
        .project-index .list-view .item div:nth-child(2):before {
          content: "Project";
          font-family: "Metric", sans-serif;
          font-size: 1.125em;
          color: #fff;
          width: 50%;
          display: inline-block; }
        .project-index .list-view .item div:nth-child(3):before {
          content: "Location";
          font-family: "Metric", sans-serif;
          font-size: 1.125em;
          color: #fff;
          width: 50%;
          display: inline-block; }
        .project-index .list-view .item div span {
          width: 50%; } }
    .project-index .list-view .item div:nth-child(2) {
      padding-right: 72px; }
      @media (max-width: 768px) {
        .project-index .list-view .item div:nth-child(2) {
          padding-right: 0; } }
    .project-index .list-view .item div a {
      color: white; }

.pre-footer {
  background: #1a2020;
  padding: 72px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 667px) {
    .pre-footer {
      display: none !important; } }
  .pre-footer ul {
    margin: 0;
    padding: 0; }
    .pre-footer ul li {
      list-style-type: none;
      display: block; }
      .pre-footer ul li a {
        font-family: "Metric", sans-serif;
        font-size: 0.75em;
        text-decoration: none;
        text-transform: uppercase; }
        .pre-footer ul li a.void {
          text-decoration: none; }
          .pre-footer ul li a.void:hover {
            cursor: default; }
        .pre-footer ul li a.search {
          text-decoration: none; }
          .pre-footer ul li a.search:hover {
            cursor: pointer; }
      .pre-footer ul li .address a.void:hover {
        cursor: pointer; }
  .pre-footer .footer-links {
    -ms-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -25px; }
    .pre-footer .footer-links > li {
      width: calc(100% / 4);
      margin-bottom: 36px;
      padding: 0 25px;
      box-sizing: border-box; }
      @media (max-width: 667px) {
        .pre-footer .footer-links > li {
          width: 100%; } }
      .pre-footer .footer-links > li > a {
        font-weight: 600;
        color: #fff; }
    .pre-footer .footer-links ul li a {
      font-weight: 400;
      color: #ccc;
      line-height: 21px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .pre-footer .footer-links ul li a:hover {
        color: #fff; }
    .pre-footer .footer-links .contact-info a {
      color: #ccc;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .pre-footer .footer-links .contact-info a:hover {
        color: #fff;
        opacity: 1; }
    .pre-footer .footer-links .address p {
      margin: 0;
      color: #565a5c; }
    .pre-footer .footer-links .contact-us {
      margin-top: 26px; }
      .pre-footer .footer-links .contact-us > span {
        display: block; }

.site-footer {
  background: #1a2020;
  position: relative;
  z-index: 1; }
  @media (max-width: 667px) {
    .site-footer._white-bg {
      background: #fff; }
      .site-footer._white-bg .inner-wrap {
        border-top: 1px solid #565a5c; }
        .site-footer._white-bg .inner-wrap a .cls-1 {
          fill: #000000; }
        .site-footer._white-bg .inner-wrap a:hover .cls-1 {
          fill: #565a5c; }
        .site-footer._white-bg .inner-wrap p {
          color: #000000; }
        .site-footer._white-bg .inner-wrap .mobile {
          color: #000000; } }
  @media (max-width: 667px) {
    .site-footer._gray-bg {
      background: #e8e8e8; }
      .site-footer._gray-bg .inner-wrap {
        border-top: 1px solid #565a5c; }
        .site-footer._gray-bg .inner-wrap a .cls-1 {
          fill: #000000; }
        .site-footer._gray-bg .inner-wrap a:hover .cls-1 {
          fill: #565a5c; }
        .site-footer._gray-bg .inner-wrap p {
          color: #000000; }
        .site-footer._gray-bg .inner-wrap .mobile {
          color: #000000; } }
  .site-footer .inner-wrap {
    border-top: 1px solid #565a5c;
    -ms-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 36px 0; }
    @media (max-width: 667px) {
      .site-footer .inner-wrap {
        display: block;
        border-top: 0; } }
    .site-footer .inner-wrap ul li {
      list-style: none;
      display: inline-block; }
      .site-footer .inner-wrap ul li + li {
        margin-left: 10px; }
    .site-footer .inner-wrap ul svg {
      width: 20px;
      height: 20px; }
    .site-footer .inner-wrap ul .cls-1 {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .site-footer .inner-wrap ul a:hover .cls-1 {
      fill: #fff; }
    .site-footer .inner-wrap .mobile {
      font-family: "Metric", sans-serif;
      font-size: 0.75em;
      font-weight: 600;
      color: #565a5c;
      text-decoration: none;
      display: none; }
      @media (max-width: 667px) {
        .site-footer .inner-wrap .mobile {
          display: block;
          margin: 31px 0; } }
    .site-footer .inner-wrap ul,
    .site-footer .inner-wrap p {
      margin: 0;
      padding: 0; }
    .site-footer .inner-wrap p {
      font-family: "Metric", sans-serif;
      font-size: 0.75em;
      font-weight: 600;
      color: #565a5c;
      text-transform: uppercase; }

@media (max-width: 767px) {
  .hero-image-container._desktop {
    display: none; } }
.hero-image-container._mobile {
  display: none; }
  @media (max-width: 767px) {
    .hero-image-container._mobile {
      display: block; } }

.android .project-category .project-cat-info .carousel-slider-block {
  display: none; }
.android .project-detail .carousel-slider-block {
  display: none; }
  .about .hero-image,
.careers .hero-image {
    display: flex;
    height: 100%;
    width: 100%;
    -ms-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.about .hero-image h1,
.careers .hero-image h1 {
    font-family: "belizio", serif;
    font-size: 3.75em;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 0 50px;
}

.careers .hero-image._top {
    align-items: baseline;
}

.careers .hero-image._bottom {
    align-items: end;
}

._empty { display: none !important; }

.careers.about [data-section-title="Openings"] {
    background: #fff;
}
.careers.about [data-section-title="Openings"] p,
.careers.about [data-section-title="Openings"] .section-title {
    color: #000;
}

.careers.about [data-section-title="Openings"] .inner-wrap {
    border-color: #000;
}

@media (max-width: 667px) {
      .careers .hero-image h1 {
        font-size: 2.25em;
        padding: 0 25px; } 

}

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



._gpt .the-content > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 32px;
}

._gpt .the-content ol,
._gpt .the-content ul {
        font-family: "Metric", sans-serif;
    font-size: 1.125em;
    line-height: 27px;
    font-weight: 300;
    padding-right: 50px;
}
._gpt .the-content ol li + li,
._gpt .the-content ul li + li {
  margin-top: 16px;
}

._gpt .the-content table {
    border-collapse: collapse;
    margin-bottom: 32px;
}

._gpt .the-content table tr {
  border: 1px solid #000;
}

._gpt .the-content table tr td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 15px;
}
._gpt .the-content table tr td ul,
._gpt .the-content table tr td ol {
  list-style :none;
}

._gpt .the-content p > br {
  display: none;
}

.gdpr-dialog-title.d-block.pulse {
    animation: pulse 0.5s ease-in-out;
}


@media (max-width: 1000px) {
    .the-content > h1,
    ._gpt .the-content ol, ._gpt .the-content ul,
    ._gpt .the-content p {
        padding-right: 0;
    }
    
    ._gpt .the-content table tr td {
        padding: 5px;
    }
} 

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.contact .hero-image-container {
  height: calc(100vh / 3 * 2); }
  @media (max-width: 667px) {
.contact .hero-image-container {
      height: calc(100vh / 3); } }
.contact .hero-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.column-wrap.one.end .column li {
  color: white !important;
}

.column-wrap.one.end .column li::marker {
  color: white !important;
}
