/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../../fonts/flexslider-icon.eot");
  src: url("../../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../../fonts/flexslider-icon.woff") format("woff"), url("../../fonts/flexslider-icon.ttf") format("truetype"), url("../../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
  height: 100%;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 80px;
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-paging li a {
  width: 13px;
  height: 13px;
  display: block;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 1px solid #fff;
}

.flex-control-paging li a:hover {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.flex-control-paging li a.flex-active {
  background: #fff;
  border: 1px solid #fff;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
  display: flex;
}

.flex-control-thumbs li {
  width: 15%;
  float: left;
  margin: 0;
}
.flex-control-thumbs li img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.flex-control-thumbs img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.ol-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    display: none;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
    display: none;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  /*@supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
      }
  }*/
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/*font-weight: 200;
font-weight: 300;
font-weight: 400;
font-weight: 500;*/
*,
*::after,
*::before {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  text-align: center;
  font-family: nobel, sans-serif;
  font-style: normal;
  font-weight: 200;
  background-color: #FFFFFF;
  overflow-x: hidden;
  color: #000000;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.bg-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
}

.content-full {
  flex: 0 0 auto;
  width: 100%;
}

.full-width-image {
  flex: 0 0 auto;
  width: 100%;
}
.full-width-image img {
  width: 100%;
}

.content-large {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .content-large {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.content-narrow {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .content-narrow {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .content-narrow {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 1300px) {
  .content-narrow {
    margin-left: 25%;
    flex: 0 0 auto;
    width: 50%;
  }
}

.content-small {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-small {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .content-small {
    margin-left: 29.1666666667%;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

.plus {
  width: 30px;
  height: 30px;
  background-image: url("../../img/misc/plus.svg");
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  transition: transform 0.8s ease-in;
}
@media (min-width: 992px) {
  .plus {
    width: 50px;
    height: 50px;
  }
}

.triangle {
  width: 60px;
  height: 60px;
  position: absolute;
  background-image: url("../../img/misc/triangle.svg");
  background-size: cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .triangle {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .triangle {
    width: 80px;
    height: 80px;
  }
}
.triangle.top-right {
  top: -1px;
  right: -1px;
}
.triangle.bottom-left {
  transform: rotate(180deg);
  bottom: -1px;
  left: -1px;
}
.triangle.top-left {
  transform: rotate(-90deg);
  top: -1px;
  left: -1px;
}
.triangle.bottom-right {
  transform: rotate(90deg);
  bottom: -1px;
  right: -1px;
}

.enlarge a {
  width: 100%;
  height: 100%;
}
.enlarge a:hover .plus {
  transform: rotate(90deg);
}

.scroll-icon {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .scroll-icon {
    bottom: 30px;
  }
}

.scroll-icon-bottom {
  padding-bottom: 100px !important;
}
@media (min-width: 1300px) {
  .scroll-icon-bottom {
    padding-bottom: 140px !important;
  }
}

.scroll-line {
  position: relative;
  display: block;
  width: 1px;
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
}
.scroll-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5EE7C1;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    top: 0;
    height: 0;
  }
  30% {
    top: 0;
    height: 100%;
  }
  100%, 70% {
    top: 100%;
    height: 100%;
  }
}
.annotation {
  text-align: left;
  color: #000000;
}

.scroll-text {
  display: block;
  margin-top: 10px;
  color: #5EE7C1;
  font-size: 16px;
}
@media (min-width: 768px) {
  .scroll-text {
    font-size: 18px;
  }
}

.section-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 200%;
  transform-origin: right top;
  transform: rotate(45deg);
  z-index: -1;
}
.section-line:after, .section-line:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #5EE7C1;
}
.section-line:before {
  top: 0;
}
.section-line:after {
  bottom: 0;
}

.two-column-split {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .two-column-split {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 80px;
  }
}
@media (min-width: 1300px) {
  .two-column-split {
    margin-top: 200px;
    margin-bottom: 60px;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
.two-column-split.in-view:after {
  height: 75px;
}
.two-column-split.in-view p {
  opacity: 1;
  transform: translateY(0);
}
.two-column-split:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
  background-color: #5EE7C1;
  transform-origin: center;
  transform: translateY(100%) rotate(45deg);
  transition: height 1.4s 0.4s;
}
.two-column-split p {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-top: 20px;
  font-size: 14px;
  color: #8C9091;
  opacity: 0;
  transition: opacity 1.4s;
}
@media (min-width: 768px) {
  .two-column-split p {
    font-size: 16px;
  }
}
.two-column-split p:nth-of-type(1) {
  transition-delay: 0.2s;
}
.two-column-split p:nth-of-type(2) {
  transition-delay: 0.4s;
}
.two-column-split p:nth-of-type(3) {
  transition-delay: 0.6s;
}
.two-column-split p:nth-of-type(4) {
  transition-delay: 0.8s;
}
.two-column-split p:nth-of-type(5) {
  transition-delay: 1s;
}
.two-column-split p:nth-of-type(6) {
  transition-delay: 1.2s;
}
.two-column-split p:nth-of-type(7) {
  transition-delay: 1.4s;
}
.two-column-split p:nth-of-type(8) {
  transition-delay: 1.6s;
}
.two-column-split p:nth-of-type(9) {
  transition-delay: 1.8s;
}
.two-column-split p:first-of-type {
  margin-top: 0;
}

.generic-heading {
  position: relative;
  width: 100%;
  padding: 0 15px;
  text-align: left;
}
.generic-heading.margin-top {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .generic-heading.margin-top {
    margin-top: 80px;
  }
}
@media (min-width: 1600px) {
  .generic-heading.margin-top {
    margin-top: 120px;
  }
}
.generic-heading h2 {
  color: #5EE7C1;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .generic-heading h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .generic-heading h2 {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .generic-heading h2 {
    font-size: 38px;
  }
}

.hidden-content {
  display: none;
}

.main-overlay {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s, z-index 0s 0.4s;
}
@media (min-width: 768px) {
  .main-overlay {
    justify-content: center;
  }
}
.main-overlay.active {
  display: flex;
  opacity: 1;
  z-index: 101;
  transition: opacity 0.8s;
}
.main-overlay.active .section-line:before {
  height: 100%;
  transition: height 2s 0.4s;
}
.main-overlay.active .overlay-text * {
  opacity: 1;
  transform: translateY(0);
}
.main-overlay .section-line {
  left: 80%;
}
@media (min-width: 768px) {
  .main-overlay .section-line {
    left: calc(50% + 237px);
  }
}
.main-overlay .section-line:before {
  height: 0;
}
.main-overlay .section-line:after {
  display: none;
}

.main-overlay-inner {
  width: 100%;
  padding: 15px 0;
  overflow: auto;
}
@media (min-width: 768px) {
  .main-overlay-inner {
    padding: 80px 0;
  }
}

.overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .overlay-content {
    flex-direction: row;
  }
}

.overlay-images {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
  flex: 1 1 auto;
  height: 250px;
}
@media screen and (min-width: 500px) {
  .overlay-images {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .overlay-images {
    flex: 0 0 auto;
    width: 50%;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .overlay-images {
    flex: 0 0 auto;
    width: 58.3333333333%;
    height: 500px;
  }
}
@media (min-width: 1300px) {
  .overlay-images {
    height: 600px;
  }
}
@media (min-width: 1600px) {
  .overlay-images {
    flex: 0 0 auto;
    width: 66.6666666667%;
    height: 700px;
  }
}
.overlay-images .flex-viewport,
.overlay-images .slide,
.overlay-images .slide-img,
.overlay-images .slides {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.overlay-images .slide-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay-text {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
  flex: 1 1 auto;
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .overlay-text {
    flex: 0 0 auto;
    width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .overlay-text {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 1600px) {
  .overlay-text {
    flex: 0 0 auto;
    width: 25%;
  }
}
.overlay-text * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.overlay-text * :nth-child(1) {
  transition-delay: 0.2s;
}
.overlay-text * :nth-child(2) {
  transition-delay: 0.4s;
}
.overlay-text * :nth-child(3) {
  transition-delay: 0.6s;
}
.overlay-text * :nth-child(4) {
  transition-delay: 0.8s;
}
.overlay-text * :nth-child(5) {
  transition-delay: 1s;
}
.overlay-text * :nth-child(6) {
  transition-delay: 1.2s;
}
.overlay-text * :nth-child(7) {
  transition-delay: 1.4s;
}
.overlay-text * :nth-child(8) {
  transition-delay: 1.6s;
}
.overlay-text * :nth-child(9) {
  transition-delay: 1.8s;
}

.overlay-name {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8c8c8c;
}
@media (min-width: 992px) {
  .overlay-name {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .overlay-name {
    font-size: 30px;
  }
}

.overlay-title {
  margin-top: 5px;
  color: #5EE7C1;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .overlay-title {
    margin-top: 10px;
    font-size: 17px;
  }
}

.overlay-main-content {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .overlay-main-content {
    margin-top: 40px;
  }
}
.overlay-main-content p {
  margin-top: 20px;
  font-size: 14px;
  color: #8C9091;
}
@media (min-width: 992px) {
  .overlay-main-content p {
    font-size: 16px;
  }
}
.overlay-main-content p:first-of-type {
  margin-top: 0;
}

.overlay-details {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .overlay-details {
    margin-top: 40px;
  }
}

.overlay-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
}
.overlay-detail:first-of-type {
  margin-top: 0;
}
.overlay-detail:first-of-type:before {
  display: none;
}
.overlay-detail:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #8C9091;
}

.overlay-detail-title {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8C9091;
  font-size: 14px;
}
@media (min-width: 992px) {
  .overlay-detail-title {
    font-size: 16px;
  }
}

.overlay-detail-content {
  font-weight: 300;
  color: #8C9091;
  font-size: 12px;
}
@media (min-width: 768px) {
  .overlay-detail-content {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .overlay-detail-content {
    margin-top: 5px;
  }
}

.main-overlay-close {
  position: absolute;
  top: 30px;
  right: 45px;
  width: 30px;
  height: 30px;
  background-color: rgba(140, 140, 140, 0.6);
  z-index: 10;
}
@media (min-width: 768px) {
  .main-overlay-close {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
}
.main-overlay-close:after, .main-overlay-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .main-overlay-close:after, .main-overlay-close:before {
    width: 30px;
  }
}
.main-overlay-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.main-overlay-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.generic-sub-heading {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .generic-sub-heading {
    margin-top: 40px;
  }
}

.generic-sub-heading-content {
  width: 100%;
  padding: 0 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .generic-sub-heading-content {
    width: 70%;
    margin-left: 30%;
  }
}
@media (min-width: 992px) {
  .generic-sub-heading-content {
    width: 60%;
    margin-left: 40%;
  }
}
@media (min-width: 1300px) {
  .generic-sub-heading-content {
    width: 50%;
    margin-left: 50%;
  }
}
.generic-sub-heading-content h3 {
  color: #8C9091;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media (min-width: 768px) {
  .generic-sub-heading-content h3 {
    font-size: 20px;
  }
}
.generic-sub-heading-content h3 strong {
  color: #CCD855;
}

.triple-column-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .triple-column-content {
    flex-direction: row;
  }
}
.triple-column-content.in-view h4,
.triple-column-content.in-view p {
  opacity: 1;
  transform: translateY(0);
}
.triple-column-content .column:nth-of-type(1) h4 {
  transition-delay: 0.1s;
}
.triple-column-content .column:nth-of-type(1) p {
  transition-delay: 0.2s;
}
.triple-column-content .column:nth-of-type(2) h4 {
  transition-delay: 0.2s;
}
.triple-column-content .column:nth-of-type(2) p {
  transition-delay: 0.4s;
}
.triple-column-content .column:nth-of-type(3) h4 {
  transition-delay: 0.3s;
}
.triple-column-content .column:nth-of-type(3) p {
  transition-delay: 0.6s;
}
.triple-column-content .column:nth-of-type(4) h4 {
  transition-delay: 0.4s;
}
.triple-column-content .column:nth-of-type(4) p {
  transition-delay: 0.8s;
}
.triple-column-content .column:nth-of-type(5) h4 {
  transition-delay: 0.5s;
}
.triple-column-content .column:nth-of-type(5) p {
  transition-delay: 1s;
}
.triple-column-content .column:nth-of-type(6) h4 {
  transition-delay: 0.6s;
}
.triple-column-content .column:nth-of-type(6) p {
  transition-delay: 1.2s;
}
.triple-column-content .column:nth-of-type(7) h4 {
  transition-delay: 0.7s;
}
.triple-column-content .column:nth-of-type(7) p {
  transition-delay: 1.4s;
}
.triple-column-content .column:nth-of-type(8) h4 {
  transition-delay: 0.8s;
}
.triple-column-content .column:nth-of-type(8) p {
  transition-delay: 1.6s;
}
.triple-column-content .column:nth-of-type(9) h4 {
  transition-delay: 0.9s;
}
.triple-column-content .column:nth-of-type(9) p {
  transition-delay: 1.8s;
}
.triple-column-content .column {
  margin-top: 40px;
  width: 100%;
  padding: 0 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .triple-column-content .column {
    width: 33.3334%;
  }
}
@media (min-width: 768px) {
  .triple-column-content .column {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .triple-column-content .column {
    padding: 0 40px;
  }
}
.triple-column-content .column:first-of-type {
  margin-top: 0;
}
.triple-column-content h4,
.triple-column-content p {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.triple-column-content h4 {
  color: #8c8c8c;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .triple-column-content h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .triple-column-content h4 {
    font-size: 24px;
  }
}
.triple-column-content p {
  margin-top: 15px;
  color: #8C9091;
  font-size: 14px;
}
@media (min-width: 768px) {
  .triple-column-content p {
    margin-top: 20px;
    font-size: 16px;
  }
}

.fancy-overlay {
  position: fixed;
  background: red;
  z-index: 9999;
}
.fancy-overlay.active {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  transition: all 0.8s ease;
}

.hidden-images {
  display: none;
}

.left-top {
  background-position: left top !important;
}

.left-center {
  background-position: 22% center !important;
}

.left-bottom {
  background-position: left bottom !important;
}

.center-top {
  background-position: center top !important;
}

.center-center {
  background-position: center center !important;
}

.center-bottom {
  background-position: center bottom !important;
}

.right-top {
  background-position: right top !important;
}

.right-center {
  background-position: right center !important;
}

.right-bottom {
  background-position: right bottom !important;
}

.page-template-page-home header {
  background-color: transparent;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  z-index: 299;
  background-color: #FFFFFF;
  transition: transform 0.4s ease;
}
@media (min-width: 992px) {
  header {
    padding: 40px 40px;
  }
}
@media (min-width: 1300px) {
  header {
    padding: 40px 40px;
  }
}

.header-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-nav .menu-item {
  display: none;
  margin-left: 30px;
}
@media (min-width: 992px) {
  .header-nav .menu-item {
    display: block;
  }
}
.header-nav .menu-item a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}
.header-nav .menu-item a:hover {
  color: #0000FF;
}
@media (min-width: 992px) {
  .header-nav .menu-item a {
    font-size: 16px;
  }
}
.header-nav .menu-item.current-menu-item {
  color: #5EE7C1;
}

.nav-logo {
  display: block;
  width: 100px;
  height: 40px;
}
.nav-logo img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .nav-logo {
    width: 135px;
    height: 58px;
  }
}
@media (min-width: 992px) {
  .nav-logo {
    width: 135px;
    height: 58px;
  }
}

.nav-contact {
  display: none;
  color: #FFFFFF;
  font-size: 16px;
}
@media (min-width: 992px) {
  .nav-contact {
    display: block;
  }
}
@media (min-width: 1600px) {
  .nav-contact {
    font-size: 18px;
  }
}

.menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menu li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.menu li a {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}
.menu li.meaningful-art a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../../img/header/meaningful-menu-icon.svg");
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
  background-size: cover;
  margin-bottom: 5px;
}
.menu li.something-menu a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../../img/header/something-menu-icon.svg");
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
  background-size: cover;
  margin-bottom: 5px;
}
.menu li.building-menu a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../../img/header/building-menu-icon.svg");
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
  background-size: cover;
  margin-bottom: 5px;
}
.menu li.local-menu a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../../img/header/local-menu-icon.svg");
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
  background-size: cover;
  margin-bottom: 5px;
}
.menu li.downloads-menu a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../../img/header/downloads-menu-icon.svg");
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
  background-size: cover;
  margin-bottom: 5px;
}
.menu li.contact-menu a:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("../../img/header/contact-menu-icon.svg");
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
  background-size: cover;
  margin-bottom: 5px;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s, z-index 0s 0.4s;
}
.mobile-nav.active {
  opacity: 1;
  z-index: 300;
  transition: opacity 0.8s, z-index 0s;
}
@media (min-width: 992px) {
  .mobile-nav.active {
    opacity: 1;
  }
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .mobile-nav ul {
    padding: 0 30px;
  }
}
.mobile-nav li {
  margin: 10px 0;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .mobile-nav li {
    margin: 20px 0;
  }
}
.mobile-nav li:first-of-type {
  margin-top: 0;
}
.mobile-nav li:last-of-type {
  margin-bottom: 0;
}
.mobile-nav li a {
  color: #FFFFFF;
  font-size: 22px;
  font-family: nobel, sans-serif;
  font-style: normal;
  font-weight: 200;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .mobile-nav li a {
    font-size: 22px;
  }
}

.close-mobile-nav {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 46px;
  height: 46px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .close-mobile-nav {
    top: 40px;
    left: 40px;
  }
}
.close-mobile-nav:after, .close-mobile-nav:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 4px;
  background-color: #0000FF;
  transform: translate(-50%, -50%);
}
.close-mobile-nav:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-mobile-nav:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 65px;
  height: 45px;
}
.mobile-nav-toggle span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0000FF;
}

#menuToggle {
  display: block;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
@media (min-width: 992px) {
  #menuToggle {
    top: 40px;
    left: 50px;
  }
}

#menuToggle input {
  display: block;
  width: 76px;
  height: 56px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  transition: opacity 0.4s ease;
  opacity: 1;
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom: 8px;
  position: relative;
  background: #0000FF;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media (min-width: 992px) {
  #menuToggle span {
    padding: 0px 0px 0 0px;
    width: 66px;
    margin-bottom: 17px;
  }
}

#menuToggle span:first-child {
  transform-origin: 0 0;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 0px);
  background: #0000FF;
}
@media (min-width: 992px) {
  #menuToggle input:checked ~ span {
    transform: rotate(45deg) translate(0px, -2px);
  }
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 0px);
}
@media (min-width: 992px) {
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
}

nav {
  z-index: 300;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
}

#menu {
  position: absolute;
  width: 100vw;
  margin: -100px 0 0 -30px;
  padding: 125px 0px 0 30px;
  height: 120vh;
  overflow-x: hidden;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0 0;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: #000000;
}
@media (min-width: 768px) {
  #menu {
    margin: -100px 0 0 -50px;
    padding: 125px 0px 0 50px;
    width: 330px;
  }
}
#menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #menu ul {
    align-items: flex-start;
  }
}
#menu li {
  margin: 10px 0;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  #menu li {
    margin: 20px 0;
  }
}
#menu li:first-of-type {
  margin-top: 0;
}
#menu li:last-of-type {
  margin-bottom: 0;
}
#menu li a {
  color: #FFFFFF;
  font-size: 22px;
  font-family: nobel, sans-serif;
  font-style: normal;
  font-weight: 200;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  #menu li a {
    font-size: 22px;
  }
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ #menu {
  transform: none;
}

.footer {
  position: relative;
  padding: 30px 0;
  background-color: #0000FF;
  z-index: 1;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .footer {
    padding: 60px 0;
    margin-top: 60px;
  }
}

.wt-cli-ckyes-footer-section {
  display: none !important;
}

.cli-switch input:checked + .cli-slider {
  background-color: #FFFFFF;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #0000FF;
  color: #ffffff;
  border-radius: 0;
}

.cli-switch .cli-slider:before {
  background-color: #0000FF;
  bottom: 2px;
  content: "";
  height: 15px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
  width: 15px;
}

.cli-privacy-overview {
  text-align: center;
}

#cookie-law-info-bar {
  border: 10px solid #0000FF;
}

.cli-modal .cli-modal-close {
  border-radius: 0 !important;
  background-color: #FFFFFF !important;
}

.cli-modal-content {
  background-image: url("../../img/misc/top-cookie.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  border: 10px solid #0000FF;
  padding: 60px;
}

.cc-revoke, .cc-window {
  font-family: nobel, sans-serif;
  font-weight: 300;
  text-align: left;
}

.cc-revoke.cc-bottom {
  display: none !important;
}

.footer-content {
  width: 100%;
  padding: 0 15px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-content {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.footer-content .nav {
  text-align: center;
}
.footer-content .nav ul {
  margin-top: 30px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer-content .nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.footer-content .nav .menu-item:last-of-type a:after {
  content: "";
  display: none;
}
.footer-content .nav .menu-item a {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer-content .nav .menu-item a {
    font-size: 12px;
  }
  .footer-content .nav .menu-item a:after {
    content: "|";
    color: #000000;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer-content .nav .menu-item a:after {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .footer-content .nav .menu-item a {
    font-size: 14px;
  }
}
.footer-content .nav .menu-item a:before {
  display: none;
}
@media (min-width: 992px) {
  .footer-content .nav .menu-item a {
    font-size: 16px;
  }
}
.footer-content .oxford-logo-footer {
  margin-top: 20px;
  width: 120px;
  height: 35px;
  /* margin-bottom: -60px; */
}
.footer-content .oxford-logo-footer img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .footer-content .oxford-logo-footer {
    margin-top: 0px;
    position: absolute;
    right: 20px;
    top: -20px;
  }
}

.page-template-page-downloads .text-header {
  position: relative;
  width: 100%;
  padding: 0px 0 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-template-page-downloads .text-header {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 180px 0 120px 0;
  }
}
.page-template-page-downloads .text-header.in-view .icon {
  opacity: 1;
  transform: translateY(0);
}
.page-template-page-downloads .text-header.in-view h1 {
  opacity: 1;
  transform: translateY(0);
}
.page-template-page-downloads .text-header.in-view h2 {
  opacity: 1;
  transform: translateY(0);
}

.text-header {
  position: relative;
  width: 100%;
  padding: 0px 0 0px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-header.connections-header {
  height: auto;
  padding-top: 120px;
  padding: 120px 0 0px 0;
}
.text-header.connections-header .text-content h1 {
  font-size: 39px;
  color: #000000;
  text-align: center;
  margin: 40px 0 100px 0px;
  opacity: 1;
  transform: translateY(10px);
  line-height: 1;
  transition: opacity 1.4s 0.4s, transform 1.4s 0.4s;
  font-weight: 200;
  padding: 0 0px;
}
@media (min-width: 768px) {
  .text-header.connections-header .text-content h1 br {
    padding: 0 0;
    display: none;
  }
}
@media (min-width: 992px) {
  .text-header.connections-header .text-content h1 {
    margin: 40px 0;
    font-size: 40px;
  }
  .text-header.connections-header .text-content h1 br {
    display: none;
  }
}
@media (min-width: 1300px) {
  .text-header.connections-header .text-content h1 {
    margin: 40px 0;
    font-size: 50px;
  }
}
.text-header.connections-header .text-content h1 strong {
  font-family: balboa-plus-fill, sans-serif;
  font-style: normal;
  color: #000000;
  font-weight: 400;
}
.text-header.arts {
  height: auto;
  padding-top: 0;
}
.text-header.food-header {
  height: auto;
  padding-top: 0;
}
.text-header.food-header .text-content {
  padding: 0 15px 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .text-header.food-header .text-content {
    padding: 0 15px;
  }
  .text-header.food-header .text-content h2 {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .text-header {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 180px 0 0px 0;
  }
}
.text-header.local-header {
  padding-bottom: 0px;
}
.text-header .text-content {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .text-header .text-content {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .text-header .text-content {
    width: 100%;
  }
}
.text-header .text-content .icon {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s 0s, transform 1.4s 0s;
}
.text-header .text-content .icon img {
  height: 98px;
  width: auto;
}
@media (min-width: 992px) {
  .text-header .text-content .icon img {
    height: 155px;
    width: auto;
  }
}
.text-header .text-content h1 {
  font-size: 50px;
  color: #000000;
  text-align: center;
  margin: 60px 0 60px 0px;
  opacity: 0;
  transform: translateY(10px);
  line-height: 1;
  transition: opacity 1.4s 0.4s, transform 1.4s 0.4s;
  font-weight: 100;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .text-header .text-content h1 br {
    padding: 0 0;
    display: none;
  }
}
@media (min-width: 992px) {
  .text-header .text-content h1 {
    margin: 40px 0;
    font-size: 40px;
  }
  .text-header .text-content h1 br {
    display: none;
  }
}
@media (min-width: 1300px) {
  .text-header .text-content h1 {
    margin: 40px 0;
    font-size: 50px;
  }
}
.text-header .text-content h1 strong {
  font-family: balboa-plus-fill, sans-serif;
  font-style: normal;
  color: #000000;
  font-weight: 400;
}
.text-header .text-content h2 {
  color: #000000;
  font-size: 18px;
  opacity: 0;
  text-align: center;
  flex: 0 0 auto;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  font-weight: 200;
  transform: translateY(15px);
  transition: opacity 1.4s 0.8s, transform 1.4s 0.8s;
}
@media (min-width: 768px) {
  .text-header .text-content h2 {
    text-align: center;
    flex: 0 0 auto;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .text-header .text-content h2 {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 25%;
  }
}
.text-header.wide-text {
  padding: 0 15px 80px 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .text-header.wide-text {
    padding: 40px 0 90px 0;
  }
}
@media (min-width: 992px) {
  .text-header.wide-text h2 {
    flex: 0 0 auto;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1300px) {
  .text-header.wide-text h2 {
    flex: 0 0 auto;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
.text-header.in-view .icon {
  opacity: 1;
  transform: translateY(0);
}
.text-header.in-view h1 {
  opacity: 1;
  transform: translateY(0);
}
.text-header.in-view h2 {
  opacity: 1;
  transform: translateY(0);
}

.header-text {
  position: relative;
  width: 100%;
  padding: 0px 0 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .header-text {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 0 40px 0;
  }
}
.header-text .text-content {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-text .text-content {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .header-text .text-content {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .header-text .text-content {
    width: 60%;
    margin-left: 20%;
  }
}
.header-text .text-content h2 {
  color: #000000;
  font-size: 22px;
  opacity: 0;
  flex: 0 0 auto;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  text-align: center;
  font-weight: 200;
  transform: translateY(15px);
  transition: opacity 1.4s, transform 1.4s;
}
@media (min-width: 768px) {
  .header-text .text-content h2 {
    text-align: center;
    flex: 0 0 auto;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1300px) {
  .header-text .text-content h2 {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 25%;
  }
}
.header-text .text-content h2.availability {
  font-size: 22px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-family: balboa-condensed, sans-serif;
  margin-bottom: 0px;
  line-height: 1;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s 0.4s, transform 1.4s 0.4s;
}
@media (min-width: 768px) {
  .header-text .text-content h2.availability {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .header-text .text-content h2.availability {
    font-size: 43px;
  }
}
.header-text.wide-text {
  padding: 80px 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .header-text.wide-text {
    padding: 90px 0 90px 0;
  }
}
@media (min-width: 992px) {
  .header-text.wide-text h2 {
    flex: 0 0 auto;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1300px) {
  .header-text.wide-text h2 {
    flex: 0 0 auto;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
.header-text.in-view .icon {
  opacity: 1;
  transform: translateY(0);
}
.header-text.in-view h1 {
  opacity: 1;
  transform: translateY(0);
}
.header-text.in-view h2 {
  opacity: 1;
  transform: translateY(0);
}
.header-text.in-view h2.availability {
  opacity: 1;
  transform: translateY(0);
}

.text-header-local {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .text-header-local {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 180px 0;
  }
}
.text-header-local .text-content {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .text-header-local .text-content {
    width: 70%;
  }
}
@media (min-width: 1300px) {
  .text-header-local .text-content {
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .text-header-local .text-content {
    width: 60%;
  }
}
.text-header-local .text-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s 0.4s, transform 1.4s 0.4s;
}
@media (min-width: 768px) {
  .text-header-local .text-content h1 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .text-header-local .text-content h1 {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .text-header-local .text-content h1 {
    font-size: 30px;
  }
}
.text-header-local .text-content h1 span {
  text-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
  box-shadow: 0 -3px 0 0 white inset, 0 -5px 0 0 #5EE7C1 inset;
}
@media (min-width: 1300px) {
  .text-header-local .text-content h1 span {
    box-shadow: 0 -7px 0 0 white inset, 0 -11px 0 0 #5EE7C1 inset;
  }
}
.text-header-local.in-view h1 {
  opacity: 1;
  transform: translateY(0);
}

.banner-image {
  background-size: cover;
  background-position: top center;
  height: 387px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .banner-image {
    background-position: top left;
  }
}
@media (min-width: 992px) {
  .banner-image {
    background-position: top center;
    height: 590px;
    background-attachment: fixed;
    justify-content: center;
  }
}
.banner-image .image-text {
  height: 128px;
  margin-top: 40px;
  text-align: left;
}
.banner-image .image-text img {
  width: 80%;
  height: auto;
}
@media (min-width: 992px) {
  .banner-image .image-text {
    margin-top: 0;
    margin-bottom: 120px;
  }
  .banner-image .image-text img {
    width: 100%;
    height: auto;
  }
}
.banner-image.local-area {
  margin-top: 100px;
  align-items: center;
  justify-content: center;
}
.banner-image.local-area .image-text {
  margin-top: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.banner-image.local-area .image-text img {
  width: 100%;
  height: auto;
}
.banner-image .banner-text {
  padding-left: 100px;
  text-align: left;
}
@media (min-width: 768px) {
  .banner-image .banner-text {
    padding-left: 50px;
  }
}
.banner-image .banner-text.desktop {
  display: none;
}
@media (min-width: 768px) {
  .banner-image .banner-text.desktop {
    display: block;
  }
}
.banner-image .banner-text h2 {
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 768px) {
  .banner-image .banner-text h2 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .banner-image .banner-text h2 {
    font-size: 18px;
  }
}

.banner-text.mobile {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .banner-text.mobile {
    display: none;
  }
}
.banner-text.mobile h2 {
  line-height: 1.8;
}

.banner-image-top {
  background-size: cover;
  background-position: top center;
  padding: 60px 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  .banner-image-top {
    height: 590px;
    background-attachment: fixed;
    justify-content: center;
  }
}
.banner-image-top .image-text {
  height: 128px;
  margin-top: 40px;
  text-align: left;
}
.banner-image-top .image-text img {
  width: 80%;
  height: auto;
}
@media (min-width: 992px) {
  .banner-image-top .image-text {
    margin-top: 0;
    margin-bottom: 120px;
  }
  .banner-image-top .image-text img {
    width: 100%;
    height: auto;
  }
}
.banner-image-top .banner-text {
  text-align: center;
}
@media (min-width: 768px) {
  .banner-image-top .banner-text {
    padding-left: 50px;
  }
}
.banner-image-top .banner-text.desktop {
  display: none;
}
@media (min-width: 768px) {
  .banner-image-top .banner-text.desktop {
    display: block;
  }
}
.banner-image-top .banner-text h2 {
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-weight: 200;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s 0.4s, transform 1.4s 0.4s;
}
@media (min-width: 768px) {
  .banner-image-top .banner-text h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .banner-image-top .banner-text h2 {
    font-size: 33px;
  }
}
.banner-image-top .banner-text h3 {
  font-size: 22px;
  line-height: 2;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-family: balboa-plus-fill, sans-serif;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s 0.4s, transform 1.4s 0.4s;
}
@media (min-width: 768px) {
  .banner-image-top .banner-text h3 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .banner-image-top .banner-text h3 {
    font-size: 43px;
  }
}
.banner-image-top .banner-text .graphic {
  width: 220px;
  height: 14px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s 0.4s, transform 1.4s 0.4s;
}
.banner-image-top .banner-text .graphic img {
  width: 220px;
  height: 14px;
}
.banner-image-top.in-view .graphic {
  opacity: 1;
  transform: translateY(0);
}
.banner-image-top.in-view h2 {
  opacity: 1;
  transform: translateY(0);
}
.banner-image-top.in-view h3 {
  opacity: 1;
  transform: translateY(0);
}

.header-video-building {
  height: auto;
  width: 100%;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .header-video-building {
    min-height: 1000px;
  }
}
@media (min-width: 992px) {
  .header-video-building {
    display: block;
    height: 100%;
  }
}
.header-video-building .header-video-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 10;
}
.header-video-building .header-video-inner video {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .header-video-building .header-video-inner {
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .header-video-building .header-video-inner {
    right: 0;
    bottom: 0;
    height: auto;
  }
}
.header-video-building .header-video-inner .bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  /* min-height: 100%; */
  width: 100%;
  /* height: auto; */
  /* -webkit-transform: translate(-50%, -50%); */
  transform: translate(-50%, -50%);
}
.header-video-building .stopfade {
  opacity: 0.5;
}

.sound-icon {
  z-index: 30;
  width: 100px;
  height: 100px;
  background-color: #0000FF;
  position: absolute;
  left: 48px;
  top: 20%;
}

.mute-video {
  background: #0000FF;
  background-size: 32px;
  border: 0;
  width: 32px;
  height: 32px;
}
.mute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f028";
  color: #FFFFFF;
}

.unmute-video {
  background: #0000FF;
  background-size: 32px;
}
.unmute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f6a9";
  color: #FFFFFF;
}

.mobile-video-building {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .mobile-video-building {
    display: none;
  }
}
.mobile-video-building .mobile-video-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 90%;
  overflow: hidden;
}
.mobile-video-building .mobile-video-inner video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-master-wrap {
  margin-bottom: 50px;
}
.btn-master-wrap a.btn-master {
  border: 1px solid #0000FF;
  display: inline-block;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 25px;
  transition: background-color 0.3s ease;
  color: #0000FF;
  padding: 15px 20px;
  background-color: #FFFFFF;
}
.btn-master-wrap a.btn-master img {
  margin-right: 20px;
  margin-bottom: -10px;
}
.btn-master-wrap a.btn-master:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
}

.building-nav {
  width: 100%;
  background-color: #FFFFFF;
  z-index: 100;
  height: 40px;
  display: none;
}
@media (min-width: 768px) {
  .building-nav {
    height: auto;
    display: block;
  }
}
.building-nav .pagination {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 100;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 30px 15px 50px;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
.building-nav .pagination li {
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  text-align: right;
  background-image: url("../../img/misc/bg-lines.svg");
}
.building-nav .pagination li.active a {
  background-color: #0000FF;
  border: 1px solid #0000FF;
}
.building-nav .pagination li a {
  border: 1px solid #0000FF;
  display: inline-block;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 20px;
  transition: background-color 0.3s ease;
  color: #0000FF;
  padding: 10px 15px;
  background-color: #FFFFFF;
}
.building-nav .pagination li a:hover {
  background-color: #0000FF;
  border: 1px solid #0000FF;
  color: #FFFFFF;
}
.building-nav .pagination li a.mPS2id-highlight {
  color: #FFFFFF;
  background-color: #0000FF;
  border: 1px solid #0000FF;
}
@media (min-width: 768px) {
  .building-nav .pagination {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
  }
  .building-nav .pagination li {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
    background-image: none;
  }
  .building-nav .pagination li a {
    border: 1px solid #0000FF;
    display: block;
    font-family: balboa-plus-fill, sans-serif;
    font-size: 12px;
    transition: background-color 0.3s ease;
    color: #0000FF;
    padding: 10px;
    background-color: #FFFFFF;
  }
  .building-nav .pagination li a:hover {
    background-color: #0000FF;
  }
}
@media (min-width: 992px) {
  .building-nav .pagination {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
  }
  .building-nav .pagination.pagination-top {
    padding-bottom: 0px;
  }
  .building-nav .pagination.pagination-top li {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .building-nav .pagination.pagination-bottom {
    padding-top: 0px;
  }
  .building-nav .pagination.pagination-bottom li {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .building-nav .pagination li {
    flex: 0 0 auto;
    width: 20%;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
    background-image: none;
  }
  .building-nav .pagination li a {
    border: 1px solid #0000FF;
    display: block;
    font-family: balboa-plus-fill, sans-serif;
    font-size: 20px;
    transition: background-color 0.3s ease;
    color: #0000FF;
    padding: 10px 15px;
    background-color: #FFFFFF;
  }
  .building-nav .pagination li a:hover {
    background-color: #0000FF;
  }
  .building-nav .pagination li a.mPS2id-highlight {
    background-color: #0000FF;
  }
}

.building-nav-mobile {
  width: 100%;
  background-color: #FFFFFF;
  z-index: 100;
}
@media (min-width: 768px) {
  .building-nav-mobile {
    display: none;
  }
}
.building-nav-mobile .pagination {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 100;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
.building-nav-mobile .pagination li {
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  text-align: right;
  background-image: url("../../img/misc/bg-lines.svg");
  background-size: cover;
}
.building-nav-mobile .pagination li a {
  border: 1px solid #0000FF;
  display: inline-block;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 20px;
  transition: background-color 0.3s ease;
  color: #0000FF;
  padding: 10px 15px;
  background-color: #FFFFFF;
}
.building-nav-mobile .pagination li a:hover {
  background-color: #0000FF;
  color: #FFFFFF;
}
.building-nav-mobile .pagination li a.mPS2id-highlight {
  background-color: #0000FF;
  color: #FFFFFF;
}

a.download {
  border: 1px solid #0000FF;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 14px;
  transition: background-color 0.3s ease;
  color: #0000FF;
  padding: 10px 15px 10px 60px;
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
  align-self: flex-end;
}
@media (min-width: 768px) {
  a.download {
    padding: 10px 15px 10px 40px;
  }
}
@media (min-width: 992px) {
  a.download {
    padding: 10px 15px 10px 60px;
    font-size: 20px;
  }
}
a.download:hover {
  background-color: #0000FF;
  color: #FFFFFF;
}
a.download:hover:before {
  background: transparent url("../../img/misc/download-icon-white.svg") scroll 0 0 no-repeat;
}
a.download:before {
  background: transparent url("../../img/misc/download-icon.svg") scroll 0 0 no-repeat;
  content: "";
  width: 20px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 10px;
  background-size: contain;
}
@media (min-width: 768px) {
  a.download:before {
    left: 8px;
  }
}
@media (min-width: 992px) {
  a.download:before {
    left: 15px;
    width: 29px;
    height: 27px;
  }
}

.building-diagram {
  background-color: #FFFFFF;
  padding: 0;
  top: 290px !important;
  width: 80%;
  position: sticky;
  margin: auto;
}
@media (min-width: 992px) {
  .building-diagram {
    padding: 0 40px;
    width: 80%;
  }
  .building-diagram svg {
    max-height: 65vh;
  }
}
.building-diagram polygon {
  fill: #d8d8d8;
  stroke-width: 10px;
  stroke: transparent;
}
.building-diagram .active {
  display: block;
}
.building-diagram .active polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
}
.building-diagram .active .select-arrow {
  display: block;
}
.building-diagram .active .select-arrow polygon {
  fill: #000000 !important;
}
.building-diagram g {
  pointer-events: bounding-box;
  stroke-width: 10px;
  stroke: transparent;
}
.building-diagram g a:hover {
  cursor: pointer;
}
.building-diagram g a:hover polygon {
  fill: #000000 !important;
}
.building-diagram #icons:hover {
  cursor: pointer;
}
.building-diagram #icons:hover path {
  fill: #d8d8d8 !important;
}
.building-diagram #icons:hover polygon {
  fill: #d8d8d8 !important;
}

.select-arrow {
  display: none;
}

.landing {
  position: relative;
  margin-top: 0;
  z-index: 101;
  background-color: #FFFFFF;
}
.landing .landing-wrap {
  position: relative;
}
.landing.landing-no-margin-top {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .landing {
    margin-top: 100px;
  }
}

.building-slider,
.building-slider-two {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.building-slider a.download,
.building-slider-two a.download {
  position: absolute;
  right: 0;
  margin-top: 15px;
}
.building-slider .graphic,
.building-slider-two .graphic {
  position: absolute;
  right: 0;
  margin-top: 15px;
  text-align: right;
}
.building-slider .slides,
.building-slider-two .slides {
  width: 100%;
  height: 230px;
}
@media (min-width: 768px) {
  .building-slider .slides,
  .building-slider-two .slides {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .building-slider .slides,
  .building-slider-two .slides {
    height: 450px;
  }
}
.building-slider .slides li,
.building-slider-two .slides li {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.building-slider .slides li:before,
.building-slider-two .slides li:before {
  display: none;
}
.building-slider .flex-control-nav,
.building-slider-two .flex-control-nav {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  z-index: 10;
}
.building-slider .flex-control-nav li,
.building-slider-two .flex-control-nav li {
  margin-left: 0 !important;
  margin-right: 15px !important;
  max-height: 72px;
}
.building-slider .flex-direction-nav,
.building-slider-two .flex-direction-nav {
  display: none;
}
.building-slider .flex-control-nav li,
.building-slider-two .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.slide-text {
  font-family: balboa-plus-fill, sans-serif;
  color: #000000;
  font-size: 16px;
  position: absolute;
  padding: 15px;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .slide-text {
    font-size: 32px;
  }
}
.slide-text.below {
  font-size: 22px;
  padding: 0;
  bottom: -39px;
}

.full-page-split-content .content {
  padding: 0;
  margin-bottom: 30px;
}
.full-page-split-content .content.with-graphic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.full-page-split-content .content.with-graphic img {
  width: 80px;
  height: auto;
}
@media (min-width: 992px) {
  .full-page-split-content .content.with-graphic img {
    width: auto;
  }
}
.full-page-split-content .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #0000FF;
  position: relative;
}
.full-page-split-content .title:after {
  content: "";
  height: 4px;
  width: 120px;
  background-color: #0000FF;
  position: absolute;
  bottom: -5px;
}
.full-page-split-content .title h2 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
  color: #000000;
  text-align: left;
  transition: opacity 1.4s;
}
@media (min-width: 768px) {
  .full-page-split-content .title h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .full-page-split-content .title h2 {
    font-size: 26px;
  }
}
.full-page-split-content .title h2 strong {
  font-weight: 600;
}
.full-page-split-content .sub-title {
  padding-bottom: 20px;
  position: relative;
}
.full-page-split-content .sub-title h2 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  color: #000000;
  text-align: left;
  transition: opacity 1.4s;
}
@media (min-width: 768px) {
  .full-page-split-content .sub-title h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .full-page-split-content .sub-title h2 {
    font-size: 32px;
  }
}
.full-page-split-content .sub-title h2 br {
  display: none;
}
@media (min-width: 768px) {
  .full-page-split-content .sub-title h2 br {
    display: block;
  }
}
.full-page-split-content .sub-title h2 strong {
  font-family: balboa-plus-fill, sans-serif;
  color: #000000;
  font-size: 20px;
}
@media (min-width: 768px) {
  .full-page-split-content .sub-title h2 strong {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .full-page-split-content .sub-title h2 strong {
    font-size: 36px;
  }
}
.full-page-split-content p {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-top: 20px;
  font-size: 16px;
  color: #000000;
  transition: opacity 1.4s;
}
.full-page-split-content p br {
  display: none;
}
@media (min-width: 768px) {
  .full-page-split-content p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .full-page-split-content p {
    font-size: 22px;
  }
  .full-page-split-content p br {
    display: block;
  }
}

#section-seven .building-slider {
  margin-bottom: 80px;
}
#section-one #graphic {
  margin-bottom: 30px;
}
#section-one #graphic img {
  width: 100%;
  height: auto;
}
#section-one #two {
  display: block;
  cursor: pointer;
}
#section-one #two polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
  transition: fill 1.4s ease;
}
#section-one #two .select-arrow {
  display: block;
}
#section-one #two .select-arrow polygon {
  fill: #000000 !important;
}

#section-two #graphic {
  margin: 60px 0 0;
}
#section-two #graphic img {
  width: 100%;
  height: auto;
}
#section-two #four {
  display: block;
  cursor: pointer;
}
#section-two #four polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
  transition: fill 1.4s ease;
}
#section-two #four .select-arrow {
  display: block;
}
#section-two #four .select-arrow polygon {
  fill: #000000 !important;
}

#section-fourth #graphic {
  margin: 60px 0 0;
}
#section-fourth #graphic img {
  width: 100%;
  height: auto;
}
#section-fourth #six {
  display: block;
  cursor: pointer;
}
#section-fourth #six polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
  transition: fill 1.4s ease;
}
#section-fourth #six polygon#Fill-106, #section-fourth #six polygon#Fill-117, #section-fourth #six polygon#Fill-116 {
  display: none;
}
#section-fourth #six .select-arrow {
  display: block;
}
#section-fourth #six .select-arrow polygon {
  fill: #000000 !important;
}

#section-fifth #graphic {
  margin: 60px 0 0;
}
#section-fifth #graphic img {
  width: 100%;
  height: auto;
}
#section-fifth #seven {
  display: block;
  cursor: pointer;
}
#section-fifth #seven polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
  transition: fill 1.4s ease;
}
#section-fifth #seven .select-arrow {
  display: block;
}
#section-fifth #seven .select-arrow polygon {
  fill: #000000 !important;
}

#section-three h3 {
  font-family: balboa-plus-fill, sans-serif;
  color: #000000;
  font-size: 22px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #section-three h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  #section-three h3 {
    font-size: 36px;
  }
}
#section-three #three {
  display: block;
  padding-right: 100px;
  cursor: pointer;
}
#section-three #three polygon {
  fill: #e894f0 !important;
  stroke-width: 10px;
  stroke: transparent;
  transition: fill 6s ease;
}
#section-three #three .select-arrow {
  display: block;
}
#section-three #three .select-arrow polygon {
  fill: #e894f0 !important;
}

#section-seventh .four-graphic {
  width: 141px;
  height: auto;
}
#section-seventh .four-graphic img {
  width: 100%;
  height: auto;
}
#section-seventh #nine {
  display: block;
  padding-right: 100px;
  cursor: pointer;
}
#section-seventh #nine polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
  transition: fill 6s ease;
}
#section-seventh #nine .select-arrow {
  display: block;
}
#section-seventh #nine .select-arrow polygon {
  fill: #000000 !important;
}

#section-sixth .four-graphic {
  width: 141px;
  height: auto;
}
#section-sixth .four-graphic img {
  width: 100%;
  height: auto;
}
#section-sixth #eight {
  display: block;
  padding-right: 100px;
  cursor: pointer;
}
#section-sixth #eight polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
  transition: fill 6s ease;
}
#section-sixth #eight .select-arrow {
  display: block;
}
#section-sixth #eight .select-arrow polygon {
  fill: #000000 !important;
}

#section-four .four-graphic {
  width: 141px;
  height: auto;
}
#section-four .four-graphic img {
  width: 100%;
  height: auto;
}
#section-four #twelve {
  display: block;
  padding-right: 100px;
  cursor: pointer;
}
#section-four #twelve polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
  transition: fill 6s ease;
}
#section-four #twelve .select-arrow {
  display: block;
}
#section-four #twelve .select-arrow polygon {
  fill: #000000 !important;
}

#section-five #graphic {
  width: 100%;
  margin-top: 60px;
}
#section-five #graphic img {
  width: 100%;
  height: auto;
}
#section-five #twelve {
  display: block;
  padding-right: 100px;
  cursor: pointer;
}
#section-five #twelve polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
  transition: fill 6s ease;
}
#section-five #twelve .select-arrow {
  display: block;
}
#section-five #twelve .select-arrow polygon {
  fill: #000000 !important;
}
#section-five .communal-text h2 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
  color: #000000;
  text-align: left;
  transition: opacity 1.4s;
}
@media (min-width: 768px) {
  #section-five .communal-text h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  #section-five .communal-text h2 {
    font-size: 22px;
  }
}
#section-five .communal-text p {
  margin-top: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  #section-five .communal-text p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #section-five .communal-text p {
    font-size: 18px;
  }
}
#section-five .sub-title {
  margin-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
#section-five .sub-title h2 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 17px;
  color: #000000;
  text-align: left;
  transition: opacity 1.4s;
}
@media (min-width: 768px) {
  #section-five .sub-title h2 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  #section-five .sub-title h2 {
    font-size: 42px;
  }
}
#section-five .sub-title h2 strong {
  font-family: balboa-plus-fill, sans-serif;
  color: #000000;
  font-size: 17px;
}
@media (min-width: 768px) {
  #section-five .sub-title h2 strong {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  #section-five .sub-title h2 strong {
    font-size: 42px;
  }
}

.specs {
  margin-top: 40px;
  align-items: flex-start;
}
.specs .download {
  align-self: flex-start;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .specs .download {
    align-self: flex-end;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .specs {
    display: flex;
    flex-direction: row;
  }
}
.specs li {
  font-size: 16px;
  list-style: none;
  position: relative;
  padding: 4px 0 4px 36px;
  color: #000000;
}
@media (min-width: 768px) {
  .specs li {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .specs li {
    font-size: 22px;
  }
}
.specs li:before {
  background: transparent url("../../img/misc/arrow-bullet.svg") scroll 0 0 no-repeat;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 8px;
}
.specs .half {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.specs .half h3 {
  font-family: balboa-plus-fill, sans-serif;
  color: #000000;
  font-size: 22px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .specs .half h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .specs .half h3 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .specs .half.first {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .specs .half.first {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .specs .half.second {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .specs .half.second {
    width: 50%;
  }
}
.specs .half img {
  display: none;
}
@media (min-width: 768px) {
  .specs .half img {
    display: block;
  }
}

#section-six h3 {
  font-family: balboa-plus-fill, sans-serif;
  color: #000000;
  font-size: 22px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #section-six h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  #section-six h3 {
    font-size: 36px;
  }
}
#section-six #twelve {
  display: block;
  padding-right: 100px;
  cursor: pointer;
}
#section-six #twelve polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
}
#section-six #twelve .select-arrow {
  display: block;
}
#section-six #twelve .select-arrow polygon {
  fill: #000000 !important;
}

#section-seven #thirteen {
  display: block;
  padding-right: 100px;
  cursor: pointer;
}
#section-seven #thirteen polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
}
#section-seven #thirteen .select-arrow {
  display: block;
}
#section-seven #thirteen .select-arrow polygon {
  fill: #000000 !important;
}

#section-eight #one {
  display: block;
  padding-right: 100px;
  cursor: pointer;
}
#section-eight #one polygon {
  fill: #000000 !important;
  stroke-width: 10px;
  stroke: transparent;
}
#section-eight #one .select-arrow {
  display: block;
}
#section-eight #one .select-arrow polygon {
  fill: #000000 !important;
}
#section-eight .graphic img {
  width: 100%;
  height: auto;
}
#section-eight li {
  font-size: 16px;
  list-style: none;
  position: relative;
  padding: 4px 0 4px 36px;
  color: #000000;
}
@media (min-width: 768px) {
  #section-eight li {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #section-eight li {
    font-size: 22px;
  }
}
#section-eight li:before {
  background: transparent url("../../img/misc/arrow-bullet.svg") scroll 0 0 no-repeat;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 8px;
}

.landing .full-page-section.opposite .full-page-split-content-wrap {
  align-items: flex-start;
  order: 2;
}
.landing .full-page-section .graphic {
  width: 100%;
  display: inline-block;
}
.landing .full-page-section {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .landing .full-page-section {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .landing .full-page-section {
    display: flex;
    align-items: flex-start;
  }
}
.landing .full-page-inner {
  padding: 15px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .landing .full-page-inner {
    padding: 30px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .landing .full-page-inner {
    padding: 50px;
  }
}
.landing .full-page-split-content-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .landing .full-page-split-content-wrap .vertical-inner {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .landing .full-page-split-content-wrap {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .landing .full-page-split-content-wrap {
    padding-top: 0;
    width: 60%;
  }
}
.landing .full-page-split-img-wrap {
  height: 50%;
  background-color: #FFFFFF;
  display: none;
  z-index: 9;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .landing .full-page-split-img-wrap {
    display: block;
    height: 100%;
    width: 50%;
    float: left;
    border-right: 1px solid #FFFFFF;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 40%;
    margin-bottom: 0;
  }
}
.landing .full-page-split-content {
  text-align: left;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .landing .full-page-split-content {
    margin-bottom: 40px;
    padding: 0 60px;
    min-height: 500px;
  }
}
.landing .full-page-split-content p a {
  margin-top: 20px;
  padding: 10px 40px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  border: 1px solid #000000;
  font-weight: 600;
  display: inline-block;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
@media (min-width: 768px) {
  .landing .full-page-split-content p a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .landing .full-page-split-content p a {
    font-size: 14px;
  }
}
.landing .full-page-split-content p a:hover {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.landing .full-page-img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .landing .full-page-img {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .landing .full-page-img {
    padding: 50px;
  }
}

.mPS2id-target .full-page-split-img-wrap {
  opacity: 1;
  z-index: 10;
}

.meaningful-split .video-play {
  width: 60px;
  height: 60px;
  background-image: url("../../img/misc/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.meaningful-split .video-play img {
  display: none;
  width: 60px;
  height: auto;
  opacity: 0;
}
.meaningful-split .video-play a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.meaningful-split .graphic {
  width: 100%;
}
.meaningful-split .graphic img {
  width: 100%;
  height: auto;
}
.meaningful-split .meaningful-slider {
  position: relative;
}
@media (min-width: 992px) {
  .meaningful-split .meaningful-slider {
    width: 50%;
  }
}
.meaningful-split .meaningful-slider a.download {
  position: absolute;
  right: 0;
  margin-top: 15px;
}
.meaningful-split .meaningful-slider .graphic {
  position: absolute;
  right: 0;
  margin-top: 15px;
  text-align: right;
}
.meaningful-split .meaningful-slider .slides {
  width: 100%;
  height: 230px;
}
@media (min-width: 768px) {
  .meaningful-split .meaningful-slider .slides {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .meaningful-split .meaningful-slider .slides {
    height: 350px;
  }
}
@media (min-width: 1300px) {
  .meaningful-split .meaningful-slider .slides {
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .meaningful-split .meaningful-slider .slides {
    height: 450px;
  }
}
.meaningful-split .meaningful-slider .slides li {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-position: center;
}
.meaningful-split .meaningful-slider .slides li:before {
  display: none;
}
.meaningful-split .meaningful-slider .flex-control-nav {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  z-index: 10;
}
.meaningful-split .meaningful-slider .flex-control-nav li {
  margin-left: 0 !important;
  margin-right: 15px !important;
  height: 40px;
}
@media (min-width: 992px) {
  .meaningful-split .meaningful-slider .flex-control-nav li {
    height: 72px;
  }
}
.meaningful-split .meaningful-slider .flex-direction-nav {
  display: none;
}
.meaningful-split .meaningful-slider .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.meaningful-split .slide-text {
  font-family: balboa-plus-fill, sans-serif;
  color: #000000;
  font-size: 16px;
  position: absolute;
  padding: 15px;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .meaningful-split .slide-text {
    font-size: 32px;
  }
}
.meaningful-split .slide-text.below {
  font-size: 22px;
  padding: 0;
  bottom: -39px;
}
.meaningful-split .full-page-split-content {
  display: flex;
  flex-direction: column;
  padding: 0 0 30px;
  margin: 0 20px;
  background-image: url("../../img/misc/meaningful-graphic-below.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (min-width: 992px) {
  .meaningful-split .full-page-split-content {
    flex-direction: row;
    padding: 0 0 100px;
    margin: 0 60px;
  }
}
.meaningful-split .full-page-split-content.opposite {
  background-image: url("../../img/misc/meaningful-graphic-below-opposite.svg");
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .meaningful-split .full-page-split-content.opposite {
    margin-top: 40px;
    margin-bottom: 0;
    flex-direction: row-reverse;
  }
}
.meaningful-split .full-page-split-content.opposite .text-section {
  padding-left: 0;
}
@media (min-width: 992px) {
  .meaningful-split .full-page-split-content.opposite .text-section {
    padding-right: 50px;
  }
}
.meaningful-split .full-page-split-content.opposite .triangle.top-right {
  transform: rotate(-90deg);
  top: -1px;
  left: -1px;
  bottom: auto;
  z-index: 10;
}
.meaningful-split .full-page-split-content:last-of-type {
  background-image: none;
}
.meaningful-split .full-page-split-content .text-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .meaningful-split .full-page-split-content .text-section {
    padding-left: 50px;
    width: 50%;
    flex-direction: row-reverse;
  }
}
.meaningful-split .full-page-split-content .content {
  padding: 0;
}
.meaningful-split .full-page-split-content .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #0000FF;
  position: relative;
}
.meaningful-split .full-page-split-content .title:after {
  content: "";
  height: 4px;
  width: 120px;
  background-color: #0000FF;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.meaningful-split .full-page-split-content .title h2 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
  color: #000000;
  text-align: left;
  transition: opacity 1.4s;
}
@media (min-width: 768px) {
  .meaningful-split .full-page-split-content .title h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .meaningful-split .full-page-split-content .title h2 {
    font-size: 26px;
  }
}
.meaningful-split .full-page-split-content .sub-title {
  padding-bottom: 20px;
  position: relative;
}
.meaningful-split .full-page-split-content .sub-title h2 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  color: #000000;
  text-align: left;
  transition: opacity 1.4s;
}
@media (min-width: 768px) {
  .meaningful-split .full-page-split-content .sub-title h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .meaningful-split .full-page-split-content .sub-title h2 {
    font-size: 32px;
  }
}
.meaningful-split .full-page-split-content .sub-title h2 br {
  display: none;
}
@media (min-width: 768px) {
  .meaningful-split .full-page-split-content .sub-title h2 br {
    display: block;
  }
}
.meaningful-split .full-page-split-content .sub-title h2 strong {
  font-family: balboa-plus-fill, sans-serif;
  color: #000000;
  font-size: 20px;
}
@media (min-width: 768px) {
  .meaningful-split .full-page-split-content .sub-title h2 strong {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .meaningful-split .full-page-split-content .sub-title h2 strong {
    font-size: 36px;
  }
}
.meaningful-split .full-page-split-content p {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-top: 20px;
  font-size: 16px;
  color: #000000;
  transition: opacity 1.4s;
  text-align: left;
}
.meaningful-split .full-page-split-content p br {
  display: none;
}
@media (min-width: 768px) {
  .meaningful-split .full-page-split-content p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .meaningful-split .full-page-split-content p {
    font-size: 22px;
  }
  .meaningful-split .full-page-split-content p br {
    display: block;
  }
}
.meaningful-split .mPS2id-target .full-page-split-img-wrap {
  opacity: 1;
  z-index: 10;
}

.three-image-split {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}
.three-image-split .image-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .three-image-split .image-wrapper {
    flex-direction: row;
  }
}
.three-image-split .image-wrapper .image-block {
  height: 280px;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .three-image-split .image-wrapper .image-block {
    height: 220px;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .three-image-split .image-wrapper .image-block {
    height: 387px;
  }
}
@media (min-width: 768px) {
  .three-image-split .image-wrapper .image-block.middle {
    border-right: 10px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
  }
}
@media (min-width: 992px) {
  .three-image-split .image-wrapper .image-block.middle {
    border-right: 20px solid #FFFFFF;
    border-left: 20px solid #FFFFFF;
  }
}

.connection-times {
  display: flex;
  flex-direction: row;
  text-align: left;
}
@media (min-width: 992px) {
  .connection-times {
    padding: 0px 0;
  }
}
.connection-times .left-column {
  position: relative;
  padding-top: 40px;
  width: 100px;
}
.connection-times .left-column img {
  width: 200px;
  height: auto;
  z-index: 11;
  position: relative;
}
@media (min-width: 768px) {
  .connection-times .left-column img {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .connection-times .left-column img {
    width: 639px;
  }
}
@media (min-width: 768px) {
  .connection-times .left-column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .connection-times .left-column {
    flex: 0 0 auto;
    width: 50%;
  }
}
.connection-times .left-column .box {
  position: absolute;
  width: 92px;
  height: 100%;
  left: 0;
  top: 0px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .connection-times .left-column .box {
    width: 184px;
  }
}
@media (min-width: 992px) {
  .connection-times .left-column .box {
    width: 295px;
  }
}
.connection-times .right-column {
  padding-top: 350px;
  width: 100%;
  padding-right: 15px;
  padding-left: 40px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .connection-times .right-column {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .connection-times .right-column {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 120px;
  }
}
.connection-times .right-column .travel-title {
  flex: 0 0 auto;
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 60px;
}
.connection-times .right-column .travel-title.amenity {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #000000;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .connection-times .right-column .travel-title.amenity {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .connection-times .right-column .travel-title.amenity {
    width: 60%;
  }
}
.connection-times .right-column .travel-title.amenity .icon {
  margin-bottom: 10px;
}
.connection-times .right-column .travel-title.amenity .icon.cycle {
  width: 40px;
  height: auto;
}
.connection-times .right-column .travel-title.amenity .icon.cycle img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .connection-times .right-column .travel-title.amenity .icon.cycle {
    width: 65px;
    height: 43px;
  }
  .connection-times .right-column .travel-title.amenity .icon.cycle img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .connection-times .right-column .travel-title.amenity {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .connection-times .right-column .travel-title.amenity {
    font-size: 22px;
  }
}
.connection-times .right-column .travel-title .icon {
  display: inline-block;
  width: 21px;
  height: 31px;
  margin-right: 20px;
}
.connection-times .right-column .travel-title .icon img {
  width: 21px;
  height: 31px;
}
@media (min-width: 992px) {
  .connection-times .right-column .travel-title .icon {
    width: 31px;
    height: 41px;
    margin-right: 20px;
  }
  .connection-times .right-column .travel-title .icon img {
    width: 31px;
    height: 41px;
  }
}
.connection-times .right-column .travel-title h2 {
  display: inline-block;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 992px) {
  .connection-times .right-column .travel-title h2 {
    font-size: 40px;
  }
}

.amenity-table {
  margin-top: 30px;
  margin-bottom: 30px;
}

.right-column .text-content {
  justify-content: flex-start;
  color: #000000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .right-column .text-content {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .right-column .text-content {
    width: 60%;
  }
}
.right-column .text-content h2 {
  display: inline-block;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 22px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .right-column .text-content h2 {
    font-size: 40px;
  }
}
.right-column .text-content p {
  font-size: 13px;
}
@media (min-width: 768px) {
  .right-column .text-content p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .right-column .text-content p {
    font-size: 22px;
  }
}

.times-table-content {
  justify-content: flex-start;
  color: #000000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .times-table-content {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .times-table-content {
    width: 60%;
  }
}
.times-table-content.amenities {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .times-table-content.amenities {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .times-table-content.amenities {
    font-size: 22px;
  }
}
.times-table-content.amenities .left {
  font-weight: 300;
}
.times-table-content.amenities .right {
  font-weight: 200;
}

.times-table-heading {
  position: relative;
  margin-bottom: 30px;
  color: #000000;
  border-bottom: 1px solid #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .times-table-heading {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .times-table-heading {
    font-size: 22px;
  }
}
.times-table-heading h3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.times-table-heading img {
  float: right;
  display: block;
  width: 85px;
  height: 85px;
}
.times-table-heading .left {
  text-transform: uppercase;
  font-weight: 300;
}

.times-table-row {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
}
@media (min-width: 992px) {
  .times-table-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.times-table-row .icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .times-table-row .icon {
    width: 32px;
    height: 32px;
  }
}
.times-table-row .name {
  color: #000000;
  text-align: left;
  font-size: 13px;
}
@media (min-width: 992px) {
  .times-table-row .name {
    font-size: 22px;
  }
}

.times-table-row-left {
  flex: 0 0 auto;
  width: 41.6666666667%;
  font-family: "itc_cheltenhambook";
  font-size: 16px;
}
@media (min-width: 768px) {
  .times-table-row-left {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .times-table-row-left {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .times-table-row-left {
    font-size: 23px;
  }
}

.times-table-row-right {
  flex: 0 0 auto;
  width: 16.6666666667%;
  font-size: 23px;
  color: #8c8c8c;
  font-size: 16px;
}
@media (min-width: 768px) {
  .times-table-row-right {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .times-table-row-right {
    font-size: 23px;
  }
}

.times-table-row-icons {
  margin-top: 10px;
  font-size: 0;
  text-align: left;
}
.times-table-row-icons img {
  margin-right: 5px;
  height: 10px;
}
@media (min-width: 992px) {
  .times-table-row-icons img {
    height: 13px;
    width: 195px;
  }
}
@media (min-width: 1300px) {
  .times-table-row-icons img {
    height: 16px;
    width: 202px;
  }
}

.area-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid #000000;
  margin-top: -1px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .area-navigation {
    flex-wrap: nowrap;
  }
}
.area-navigation a.area-nav {
  border: 1px solid #0000FF;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 16px;
  transition: background-color 0.3s ease;
  color: #FFFFFF;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
  align-self: flex-end;
  margin: -20px 6px 30px 6px;
  background-color: #0000FF;
  width: 40%;
}
.area-navigation a.area-nav:hover {
  background-color: #FFFFFF;
  color: #0000FF;
}
@media (min-width: 768px) {
  .area-navigation a.area-nav {
    font-size: 20px;
    width: auto;
    margin: -26px 15px 30px 15px;
  }
}
.area-navigation a.area-nav.with-icon {
  padding: 10px 15px 10px 60px;
}
.area-navigation a.area-nav.with-icon:before {
  background: transparent url("../../img/misc/arrow-left-white.svg") scroll 0 0 no-repeat;
  content: "";
  width: 29px;
  height: 27px;
  position: absolute;
  left: 15px;
  top: 12px;
}
@media (min-width: 768px) {
  .area-navigation a.area-nav.with-icon:before {
    top: 15px;
  }
}
.area-navigation a.area-nav.with-icon:hover:before {
  background: transparent url("../../img/misc/arrow-left-blue.svg") scroll 0 0 no-repeat;
  content: "";
}

.pin-location {
  width: 30px;
  height: 30px;
  color: #0000FF;
}

.midtown-info {
  color: black;
}

.grid-gallery-item {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.grid-gallery-item h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
.grid-gallery-item p {
  font-size: 18px;
  line-height: 1.2;
}
.grid-gallery-item .distance {
  font-family: balboa-plus-fill, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.grid-gallery-item .distance:before {
  content: "";
  width: 23px;
  height: 30px;
  background: transparent url("../../img/misc/walking-icon-blue.svg") scroll 0 0 no-repeat;
  display: inline-block;
  margin-right: 20px;
  background-size: cover;
}
@media (min-width: 768px) {
  .grid-gallery-item {
    width: 50%;
    height: 250px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .grid-gallery-item {
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .grid-gallery-item {
    display: block !important;
  }
}
.grid-gallery-item:hover .grid-gallery-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
.grid-gallery-item:hover .grid-gallery-hover {
  display: flex;
}

.text-header.arts {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .text-header.arts {
    padding-bottom: 80px;
  }
}
.text-header.food-header {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .text-header.food-header {
    padding-bottom: 80px;
  }
}

.food-header {
  background-image: url("../../img/local/text-bg-lines.svg");
  background-position: right 10% !important;
  background-size: 40px !important;
}
@media (min-width: 768px) {
  .food-header {
    background-size: unset !important;
    background-position: center right !important;
  }
}

.bottom-graphic {
  width: 100%;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .bottom-graphic {
    display: none;
  }
}
.bottom-graphic img {
  width: 100%;
  height: auto;
}

.blue-triangles {
  padding-left: 30px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .blue-triangles {
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-top: 80px;
  }
}
.blue-triangles img {
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  .blue-triangles img {
    width: 120px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .blue-triangles img {
    width: 170px;
    height: 85px;
  }
}

.grid-gallery-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.4s ease;
}

.grid-gallery-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 15px;
  width: 100%;
  height: 100%;
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .grid-gallery-hover {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .grid-gallery-hover {
    padding: 15px 30px;
  }
}
@media (min-width: 1300px) {
  .grid-gallery-hover {
    padding: 15px 40px;
  }
}
.grid-gallery-hover p {
  margin: 20px 0;
}

.grid-gallery-hover-colour {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.grid-gallery-wrapper {
  flex: 0 0 auto;
  width: 100%;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding: 60px 30px 0 30px;
}
@media (min-width: 768px) {
  .grid-gallery-wrapper.fine-dining .title {
    background-image: url("../../img/local/dining-graphic.svg");
    background-position: center left !important;
    background-size: unset !important;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .grid-gallery-wrapper.caffeine-fix .title {
    background-image: url("../../img/local/caffeine-graphic.svg");
    background-position: center right !important;
    background-size: unset !important;
    background-repeat: no-repeat;
  }
}
.grid-gallery-wrapper .title {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.grid-gallery-wrapper .title h2 {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
}

.grid-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .grid-gallery {
    flex-direction: row;
  }
}

.area-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .area-links {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.area-links .area-link {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.area-links .area-link .triangle {
  z-index: 2;
}
.area-links .area-link:first-of-type .triangle {
  transform: rotate(-90deg);
  top: -1px;
  left: -1px;
}
.area-links .area-link:last-of-type .triangle {
  transform: rotate(90deg);
  bottom: -1px;
  right: -1px;
}
.area-links .area-link:nth-of-type(2) {
  border-top: 10px solid #FFFFFF;
  border-bottom: 10px solid #FFFFFF;
}
.area-links .area-link:nth-of-type(2) .triangle {
  display: none;
}
@media (min-width: 768px) {
  .area-links .area-link:nth-of-type(2) {
    border-top: 0 solid #FFFFFF;
    border-bottom: 0 solid #FFFFFF;
    border-right: 10px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
  }
}
@media (min-width: 992px) {
  .area-links .area-link:nth-of-type(2) {
    border-right: 20px solid #FFFFFF;
    border-left: 20px solid #FFFFFF;
  }
}
.area-links .area-link:hover .area-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
.area-links .area-link h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.area-links .area-link p {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .area-links .area-link {
    width: 33.333%;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .area-links .area-link {
    width: 33.333%;
    height: 380px;
  }
}
@media (min-width: 1300px) {
  .area-links .area-link {
    display: block !important;
  }
}
.area-links .area-link:hover .grid-gallery-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
.area-links .area-link:hover .grid-gallery-hover {
  display: flex;
}
.area-links .area-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.area-links .area-inner .text-link {
  border: 1px solid #FFFFFF;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 22px;
  color: #FFFFFF;
}

.area-graphic {
  width: 100%;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .area-graphic {
    display: block;
  }
}
.area-graphic img {
  width: 500%;
  height: auto;
}
@media (min-width: 768px) {
  .area-graphic img {
    display: block;
    width: 100%;
  }
}

.area-graphic-mobile {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.area-graphic-mobile img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .area-graphic-mobile img {
    display: none;
    width: 80%;
  }
}

.image-text-split {
  width: 100%;
}
.image-text-split .full {
  display: flex;
  padding: 0 30px;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .image-text-split .full {
    padding: 0;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    height: 287px;
  }
}
@media (min-width: 992px) {
  .image-text-split .full {
    padding: 0;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    height: 412px;
  }
}
.image-text-split .image-block {
  position: relative;
  background-size: cover;
  background-position: top right;
  min-height: 300px;
  order: 2;
  overflow: hidden;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .image-text-split .image-block {
    min-height: 200px;
    order: 1;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .image-text-split .image-block {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}
.image-text-split .image-block .image-block-inner {
  background-size: cover;
  background-position: top right;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
}
.image-text-split .image-block:hover .image-block-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
.image-text-split .arts-intro-text {
  position: relative;
  align-self: flex-start;
  flex: 0 0 auto;
  width: 100%;
  order: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .image-text-split .arts-intro-text {
    background: transparent url("../../img/arts-graphics/arts-text-graphic.svg") no-repeat;
    background-position: bottom left;
    margin-left: 30px;
    align-self: flex-end;
    order: 2;
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .image-text-split .arts-intro-text {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}
.image-text-split .arts-intro-text h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 200;
  text-align: left;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .image-text-split .arts-intro-text h2 {
    padding-bottom: 60px;
    font-size: 33px;
  }
}
@media (min-width: 992px) {
  .image-text-split .arts-intro-text h2 {
    font-size: 33px;
  }
}

.two-columns {
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .two-columns {
    padding: 30px;
  }
}
.two-columns .left-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  flex: 0 0 auto;
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .two-columns .left-column {
    order: 1;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .two-columns .left-column {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
.two-columns .left-column .image-block {
  position: relative;
  background-size: cover;
  background-position: top right;
  height: 292px;
  margin-bottom: 30px;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .two-columns .left-column .image-block {
    display: block;
  }
}
.two-columns .left-column .image-block .image-block-inner {
  background-size: cover;
  background-position: top right;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
}
.two-columns .left-column .image-block:hover .image-block-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
.two-columns .left-column .text-block {
  position: relative;
  background-position: bottom left;
}
@media (min-width: 768px) {
  .two-columns .left-column .text-block {
    margin-left: 30px;
    align-self: flex-end;
  }
}
.two-columns .left-column .text-block h2 {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 26px;
  color: #000000;
}
@media (min-width: 768px) {
  .two-columns .left-column .text-block h2 {
    text-align: right;
  }
}
.two-columns .left-column .text-block li,
.two-columns .left-column .text-block p {
  text-align: center;
  font-size: 22px;
}
@media (min-width: 768px) {
  .two-columns .left-column .text-block li,
  .two-columns .left-column .text-block p {
    text-align: right;
  }
}
.two-columns .left-column .text-block li {
  margin-bottom: 2px;
}
.two-columns .right-column {
  order: 1;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .two-columns .right-column {
    order: 2;
    padding: 0 0 0 30px;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .two-columns .right-column {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
.two-columns .right-column .large-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 292px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .two-columns .right-column .large-image {
    margin-top: 0px;
    margin-bottom: 30px;
    height: 510px;
  }
}
.two-columns .right-column .large-image .image-block-inner {
  background-size: cover;
  background-position: top right;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}
.two-columns .right-column .large-image:hover .image-block-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
@media (min-width: 768px) {
  .two-columns .right-column .large-image {
    height: 430px;
  }
}
@media (min-width: 992px) {
  .two-columns .right-column .large-image {
    height: 510px;
  }
}
.two-columns .right-column .image-block-mobile {
  position: relative;
  background-size: cover;
  background-position: top right;
  height: 292px;
  margin-bottom: 30px;
  overflow: hidden;
}
.two-columns .right-column .image-block-mobile .triangle {
  display: none;
}
@media (min-width: 768px) {
  .two-columns .right-column .image-block-mobile {
    display: none;
  }
}
.two-columns .right-column .image-block-mobile .image-block-inner {
  background-size: cover;
  background-position: top right;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
}
.two-columns .right-column .image-block-mobile:hover .image-block-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
.two-columns .right-column .two-images {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .two-columns .right-column .two-images {
    height: 410px;
    flex-direction: row;
  }
}
.two-columns .right-column .two-images .one {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  margin-bottom: 15px;
  overflow: hidden;
  order: 3;
}
@media (min-width: 768px) {
  .two-columns .right-column .two-images .one {
    order: 1;
  }
}
.two-columns .right-column .two-images .one .image-block-inner {
  background-size: cover;
  background-position: top right;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
}
.two-columns .right-column .two-images .one:hover .image-block-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
@media (min-width: 768px) {
  .two-columns .right-column .two-images .one {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .two-columns .right-column .two-images .one {
    margin-bottom: 0;
    margin-right: 15px;
    width: 50%;
  }
}
.two-columns .right-column .two-images .two {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  overflow: hidden;
  order: 1;
}
@media (min-width: 768px) {
  .two-columns .right-column .two-images .two {
    order: 2;
  }
}
.two-columns .right-column .two-images .two .image-block-inner {
  background-size: cover;
  background-position: top right;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}
.two-columns .right-column .two-images .two:hover .image-block-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
@media (min-width: 992px) {
  .two-columns .right-column .two-images .two {
    margin-left: 15px;
    width: 50%;
  }
}

.google-map-filter {
  padding-left: 15px;
  padding-right: 15px;
}

.google-map-filter-container {
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) {
  .google-map-filter-container {
    height: 640px;
  }
}
@media (min-width: 992px) {
  .google-map-filter-container {
    height: 700px;
  }
}
@media (min-width: 1300px) {
  .google-map-filter-container {
    height: 800px;
  }
}

#map-filter {
  width: 100%;
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #map-filter {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
#map-filter ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #map-filter ul {
    padding-left: 0;
    padding-right: 0;
  }
}
#map-filter li {
  padding: 5px;
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 768px) {
  #map-filter li {
    flex: 0 0 auto;
    width: 32.5%;
    margin-top: 15px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #map-filter li {
    flex: 0 0 auto;
    width: 15.8333333333%;
    margin-top: 0;
  }
}
#map-filter li #filter-clear,
#map-filter li label {
  display: block;
  background-color: #FFFFFF;
  color: #0000FF;
  border: 2px solid #0000FF;
  padding: 0 12px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 16px;
}
@media (min-width: 992px) {
  #map-filter li #filter-clear,
  #map-filter li label {
    font-size: 18px;
  }
}
#map-filter li #filter-clear,
#map-filter li label {
  border: 2px solid #0000FF;
}
#map-filter li input[type=checkbox] {
  display: none;
}
#map-filter li input[type=checkbox]:checked + label {
  background-color: #0000FF !important;
  color: #FFFFFF;
  border: 2px solid #0000FF;
}

.occupiers-section {
  position: relative;
  padding-bottom: 60px;
  padding-top: 0px;
}
@media (min-width: 768px) {
  .occupiers-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.occupiers-section h2 {
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-size: 26px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .occupiers-section h2 {
    font-size: 26px;
  }
}
.occupiers-section.in-view .occupier {
  opacity: 1;
  transform: translateY(0);
}
.occupiers-section.in-view h2 {
  opacity: 1;
  transform: translateY(0);
}
.occupiers-section .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .occupiers-section .logos {
    flex: 0 0 auto;
    width: 75%;
    margin-left: 12.5%;
  }
}
.occupiers-section .occupier {
  display: block;
  width: 50%;
  margin-top: 40px;
  padding: 0;
  text-align: left;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.occupiers-section .occupier:nth-of-type(9) {
  order: 8;
}
.occupiers-section .occupier:nth-of-type(8) {
  order: 9;
}
.occupiers-section .occupier img {
  width: 40%;
  height: auto;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .occupiers-section .occupier img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.occupiers-section .occupier:nth-of-type(1) {
  transition-delay: 0.2s;
}
.occupiers-section .occupier:nth-of-type(2) {
  transition-delay: 0.4s;
}
.occupiers-section .occupier:nth-of-type(3) {
  transition-delay: 0.6s;
}
.occupiers-section .occupier:nth-of-type(4) {
  transition-delay: 0.8s;
}
.occupiers-section .occupier:nth-of-type(5) {
  transition-delay: 1s;
}
.occupiers-section .occupier:nth-of-type(6) {
  transition-delay: 1.2s;
}
.occupiers-section .occupier:nth-of-type(7) {
  transition-delay: 1.4s;
}
.occupiers-section .occupier:nth-of-type(8) {
  transition-delay: 1.6s;
}
.occupiers-section .occupier:nth-of-type(9) {
  transition-delay: 1.8s;
}
.occupiers-section .occupier:nth-of-type(10) {
  transition-delay: 2s;
}
.occupiers-section .occupier:nth-of-type(11) {
  transition-delay: 2.2s;
}
.occupiers-section .occupier:nth-of-type(12) {
  transition-delay: 2.4s;
}
.occupiers-section .occupier:nth-of-type(13) {
  transition-delay: 2.6s;
}
.occupiers-section .occupier:nth-of-type(14) {
  transition-delay: 2.8s;
}
.occupiers-section .occupier:nth-of-type(15) {
  transition-delay: 3s;
}
.occupiers-section .occupier:nth-of-type(16) {
  transition-delay: 3.2s;
}
.occupiers-section .occupier:nth-of-type(17) {
  transition-delay: 3.4s;
}
.occupiers-section .occupier:nth-of-type(18) {
  transition-delay: 3.6s;
}
.occupiers-section .occupier:nth-of-type(19) {
  transition-delay: 3.8s;
}
@media screen and (min-width: 500px) {
  .occupiers-section .occupier {
    width: 50%;
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 768px) {
  .occupiers-section .occupier img {
    width: 30%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .occupiers-section .occupier {
    width: 20%;
  }
  .occupiers-section .occupier img {
    width: 50%;
    height: auto;
  }
}
.occupiers-section .occupier:nth-of-type(8) img {
  width: 90%;
}
.occupiers-section .occupier:nth-of-type(5) img {
  width: 80%;
}

.bottom-graphic-desktop {
  margin-bottom: 100px;
  text-align: right;
}
.bottom-graphic-desktop .row {
  align-items: flex-end;
  justify-content: flex-end;
}
.bottom-graphic-desktop img {
  width: 100%;
}
@media (min-width: 992px) {
  .bottom-graphic-desktop img {
    width: auto;
  }
}

.arts-bottom-graphic {
  margin-bottom: 100px;
  text-align: right;
}
.arts-bottom-graphic .row {
  align-items: flex-end;
  justify-content: flex-end;
}
.arts-bottom-graphic img {
  width: 100%;
}
@media (min-width: 992px) {
  .arts-bottom-graphic img {
    width: 443px;
    height: auto;
  }
}

.arts-graphic-mobile {
  margin-bottom: 30px;
  text-align: right;
}
.arts-graphic-mobile .row {
  align-items: flex-end;
  justify-content: flex-end;
}
.arts-graphic-mobile img {
  width: 100%;
}
@media (min-width: 768px) {
  .arts-graphic-mobile {
    display: none;
  }
  .arts-graphic-mobile img {
    width: auto;
  }
}

.arts-graphic-mobile-two {
  margin-bottom: 30px;
  text-align: right;
  margin-top: 30px;
  order: 2;
}
.arts-graphic-mobile-two .row {
  align-items: flex-end;
  justify-content: flex-end;
}
.arts-graphic-mobile-two img {
  width: 100%;
}
@media (min-width: 768px) {
  .arts-graphic-mobile-two {
    display: none;
  }
  .arts-graphic-mobile-two img {
    width: auto;
  }
}

.downloads {
  width: 100%;
}
@media (min-width: 992px) {
  .downloads {
    margin-bottom: 120px;
  }
}

.downloads-content {
  width: 100%;
}
@media (min-width: 992px) {
  .downloads-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.download-item {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .download-item {
    width: 33.3334%;
    margin-bottom: 0;
  }
}
.download-item:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -60px;
  left: 15px;
  height: 6px;
  background-image: url("../../img/misc/divider-lines.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 992px) {
  .download-item:after {
    top: 100px;
    right: -3px;
    bottom: auto;
    left: auto;
    width: 6px;
    height: 266px;
    background-image: url("../../img/misc/divider-lines-vertical.svg");
    transform: translateY(-50%);
  }
}
.download-item:last-of-type {
  margin-bottom: 0;
}
.download-item:last-of-type:after {
  display: none;
}

.download-icon {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 85px;
}
@media (min-width: 992px) {
  .download-icon {
    height: 120px;
  }
}

.download-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .download-buttons {
    margin-top: 50px;
  }
}

.download-button {
  display: inline-flex;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #0000FF;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 16px;
  color: #0000FF;
  cursor: pointer;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease;
}
@media (min-width: 992px) {
  .download-button {
    font-size: 20px;
  }
}
.download-button:last-of-type {
  margin-right: 0;
}
.download-button:hover {
  background-color: #0000FF;
  color: #FFFFFF;
}

.video-outer {
  width: 100%;
}

.something-bg {
  width: 100%;
  position: absolute;
  top: 0;
  background-size: contain;
}
.something-bg img {
  width: 100%;
  height: auto;
}

.something-header {
  position: relative;
  padding-top: 0;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .something-header {
    margin-top: 200px;
  }
}
.something-header.in-view .icon {
  opacity: 1;
  transform: translateY(0);
}
.something-header.in-view h1 {
  opacity: 1;
  transform: translateY(0);
}
.something-header.in-view h2 {
  opacity: 1;
  transform: translateY(0);
}
.something-header .text-header {
  height: auto;
}
@media (min-width: 768px) {
  .something-header .text-header {
    height: auto;
  }
}
.something-header .text-content h1 {
  font-size: 39px;
  color: #000000;
  text-align: center;
  margin: 100px 0 40px 0px;
  opacity: 1;
  transform: translateY(10px);
  line-height: 1;
  transition: opacity 1.4s 0.4s, transform 1.4s 0.4s;
  font-weight: 100;
  padding: 0 0px;
}
@media (min-width: 768px) {
  .something-header .text-content h1 br {
    padding: 0 0;
    display: block;
  }
}
@media (min-width: 992px) {
  .something-header .text-content h1 {
    margin: 40px 0;
    font-size: 40px;
  }
  .something-header .text-content h1 br {
    display: block;
  }
}
@media (min-width: 1300px) {
  .something-header .text-content h1 {
    margin: 40px 0;
    font-size: 50px;
  }
}
.something-header .text-content h1 strong {
  font-family: nobel, sans-serif;
  font-style: normal;
  color: #000000;
  font-weight: 300;
}

.header-video-something {
  height: auto;
  width: 100%;
  position: relative;
  display: none;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .header-video-something {
    display: block;
    margin: 60px auto 100px auto;
    width: 80%;
  }
}
.header-video-something .header-video-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 10;
}
.header-video-something .header-video-inner video {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .header-video-something .header-video-inner {
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .header-video-something .header-video-inner {
    right: 0;
    bottom: 0;
    height: auto;
  }
}
.header-video-something .header-video-inner .bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  /* min-height: 100%; */
  width: 100%;
  /* height: auto; */
  /* -webkit-transform: translate(-50%, -50%); */
  transform: translate(-50%, -50%);
}
.header-video-something .stopfade {
  opacity: 0.5;
}

.sound-icon {
  z-index: 30;
  width: 100px;
  height: 100px;
  background-color: #0000FF;
  position: absolute;
  left: 40px;
  top: 40px;
}

.mute-video {
  background: #0000FF;
  background-size: 32px;
  border: 0;
  width: 32px;
  height: 32px;
}
.mute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f028";
  color: #FFFFFF;
}

.unmute-video {
  background: #0000FF;
  background-size: 32px;
}
.unmute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f6a9";
  color: #FFFFFF;
}

.mobile-video-something {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .mobile-video-something {
    display: none;
  }
}
.mobile-video-something .mobile-video-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 90%;
  overflow: hidden;
}
.mobile-video-something .mobile-video-inner video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.something-split {
  width: 100%;
  margin-bottom: 50px;
}
.something-split:nth-of-type(odd) .split-content .image-content {
  order: 2;
}
.something-split:nth-of-type(odd) .split-content .text-content {
  order: 1;
}
.something-split .something-slider {
  position: relative;
  width: 100%;
}
.something-split .something-slider a.download {
  position: absolute;
  right: 0;
  margin-top: 15px;
}
.something-split .something-slider .graphic {
  position: absolute;
  right: 0;
  margin-top: 15px;
  text-align: right;
}
.something-split .something-slider .slides {
  width: 100%;
  height: 230px;
}
@media (min-width: 768px) {
  .something-split .something-slider .slides {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .something-split .something-slider .slides {
    height: 483px;
  }
}
@media (min-width: 1600px) {
  .something-split .something-slider .slides {
    height: 600px;
  }
}
.something-split .something-slider .slides li {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.something-split .something-slider .slides li:before {
  display: none;
}
.something-split .something-slider .flex-control-nav {
  width: 100%;
  text-align: center;
  z-index: 10;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 0 20px 30px;
  display: flex;
}
.something-split .something-slider .flex-direction-nav {
  display: none;
}
.something-split .something-slider .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.something-split .split-content {
  width: 100%;
}
@media (min-width: 992px) {
  .something-split .split-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.something-split .split-content .image-content {
  width: 100%;
}
@media (min-width: 992px) {
  .something-split .split-content .image-content {
    width: 50%;
  }
}
.something-split .split-content .text-content {
  padding: 30px 30px 130px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .something-split .split-content .text-content {
    padding: 30px 100px 0 0;
    width: 50%;
  }
}
.something-split .split-content .text-content .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .something-split .split-content .text-content .text-wrapper {
    width: 60%;
  }
}
.something-split .split-content .text-content .text-wrapper p {
  font-size: 18px;
  text-align: left;
}
.something-split .split-content .text-content .text-wrapper h2 {
  font-family: balboa-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 992px) {
  .something-split .split-content .text-content .text-wrapper h2 {
    font-size: 70px;
  }
}
@media (min-width: 1300px) {
  .something-split .split-content .text-content .text-wrapper h2 {
    font-size: 80px;
  }
}
.something-split.collaboration .text-content {
  background-image: url("../../img/something/collaboration-bottom-graphic.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.something-split.collaboration .white-semi-circle {
  position: absolute;
  background-size: contain;
  background: url("../../img/something/white-half-circle.svg");
  height: 60%;
  width: 100%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: top right;
}
@media (min-width: 992px) {
  .something-split.collaboration .white-semi-circle {
    height: 260px;
  }
}
@media (min-width: 1300px) {
  .something-split.collaboration .white-semi-circle {
    height: 363px;
  }
}
.something-split.collaboration .blue-semi-circle {
  position: absolute;
  background-size: contain;
  background: url("../../img/something/blue-half-circle.svg");
  height: 160px;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .something-split.collaboration .blue-semi-circle {
    height: 260px;
  }
}
@media (min-width: 1300px) {
  .something-split.collaboration .blue-semi-circle {
    height: 363px;
  }
}
.something-split.community .something-slider .slider-graphic {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  height: 100%;
}
.something-split.community .something-slider .slider-graphic img {
  height: 100%;
  width: auto;
}
.something-split.community .top-graphic {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: auto;
}
.something-split.community .top-graphic img {
  height: 60px;
  width: auto;
}
@media (min-width: 992px) {
  .something-split.community .top-graphic {
    height: 120px;
    width: auto;
  }
  .something-split.community .top-graphic img {
    height: 120px;
    width: auto;
  }
}
.something-split.community .bottom-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.something-split.community .bottom-corner img {
  height: 140px;
  width: auto;
}
@media (min-width: 992px) {
  .something-split.community .bottom-corner img {
    height: 348px;
  }
}
.something-split.community .image-content {
  width: 100%;
}
@media (min-width: 992px) {
  .something-split.community .image-content {
    width: 45%;
  }
}
.something-split.community .text-content {
  padding: 100px 30px 60px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  background-color: #0000FF;
}
@media (min-width: 992px) {
  .something-split.community .text-content {
    padding: 30px 30px 60px 100px;
    width: 55%;
  }
}
.something-split.community .text-content .text-wrapper {
  margin-right: auto;
}
@media (min-width: 992px) {
  .something-split.community .text-content .text-wrapper {
    margin: 0 auto;
  }
}
.something-split.community .text-content .text-wrapper h2 {
  color: #FFFFFF;
}
.something-split.community .text-content .text-wrapper p {
  color: #FFFFFF;
}
.something-split.culture .text-content {
  padding: 30px 30px 220px 0;
}
@media (min-width: 992px) {
  .something-split.culture .text-content {
    padding: 30px 100px 0 0;
  }
}
.something-split.culture .text-content .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .something-split.culture .text-content .text-wrapper {
    width: 40%;
  }
}
.something-split.culture .something-slider .slider-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.something-split.culture .something-slider .slider-graphic img {
  height: 40px;
  width: auto;
}
@media (min-width: 992px) {
  .something-split.culture .something-slider .slider-graphic img {
    height: 58px;
  }
}
.something-split.culture .text-graphic {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.something-split.culture .text-graphic img {
  width: 100%;
  height: auto;
}
.something-split.bankside .text-content {
  padding: 30px 30px 50px 0;
}
@media (min-width: 992px) {
  .something-split.bankside .text-content {
    padding: 30px 100px 0 0;
  }
}
.something-split.bankside .text-content .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .something-split.bankside .text-content .text-wrapper {
    width: 36%;
    margin-left: 180px;
  }
}
.something-split.bankside .text-content .text-wrapper h2 {
  color: #000000;
}
.something-split.bankside .text-content .text-wrapper p {
  color: #000000;
}
.something-split.bankside .blue-triangles-one {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  height: 100%;
  display: none;
}
@media (min-width: 992px) {
  .something-split.bankside .blue-triangles-one {
    display: block;
  }
}
.something-split.bankside .blue-triangles-one img {
  height: 100%;
  width: auto;
}
.something-split.bankside .something-slider .slider-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.something-split.bankside .something-slider .slider-graphic img {
  height: 120px;
  width: auto;
}
@media (min-width: 992px) {
  .something-split.bankside .something-slider .slider-graphic img {
    height: 213px;
  }
}
.something-split.bankside .something-slider .blue-triangles-two {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  z-index: 1;
  height: 100%;
}
.something-split.bankside .something-slider .blue-triangles-two img {
  height: 100%;
  width: auto;
}
.something-split.bankside .text-graphic {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.something-split.bankside .text-graphic img {
  width: auto;
  height: 100%;
}
.something-split.connections .image-content {
  width: 100%;
}
@media (min-width: 992px) {
  .something-split.connections .image-content {
    width: 40%;
  }
}
.something-split.connections .text-content {
  background-color: #0000FF;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 60px 40px 100px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .something-split.connections .text-content {
    width: 60%;
    padding: 60px 80px 0 0;
  }
}
.something-split.connections .text-content .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .something-split.connections .text-content .text-wrapper {
    width: 40%;
  }
}
.something-split.connections .text-content .text-wrapper h2 {
  color: #FFFFFF;
}
.something-split.connections .text-content .text-wrapper p {
  color: #FFFFFF;
}
.something-split.connections .white-triangle {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  height: 100%;
  width: 50px;
}
@media (min-width: 992px) {
  .something-split.connections .white-triangle {
    width: auto;
  }
}
.something-split.connections .white-triangle img {
  height: 100%;
  width: auto;
}
.something-split.connections .something-slider .slider-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
}
.something-split.connections .something-slider .slider-graphic img {
  width: auto;
  height: 50px;
}
@media (min-width: 992px) {
  .something-split.connections .something-slider .slider-graphic {
    height: 93px;
  }
  .something-split.connections .something-slider .slider-graphic img {
    width: auto;
    height: 93px;
  }
}
.something-split.connections .text-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60px;
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .something-split.connections .text-graphic {
    height: 118px;
  }
}
.something-split.connections .text-graphic img {
  width: auto;
  height: 60px;
}
@media (min-width: 992px) {
  .something-split.connections .text-graphic img {
    height: 118px;
  }
}
.something-split.amenities {
  position: relative;
}
.something-split.amenities .image-content {
  width: 100%;
}
@media (min-width: 992px) {
  .something-split.amenities .image-content {
    width: 50%;
  }
}
.something-split.amenities .text-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 30px 0 100px;
  width: 100%;
}
@media (min-width: 992px) {
  .something-split.amenities .text-content {
    padding: 60px 0px 0 200px;
    width: 50%;
  }
}
.something-split.amenities .text-content .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .something-split.amenities .text-content .text-wrapper {
    width: 50%;
  }
}
.something-split.amenities .text-content .text-wrapper h2 {
  color: #000000;
}
.something-split.amenities .text-content .text-wrapper p {
  color: #000000;
}
.something-split.amenities .centre-graphic {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 50%;
  display: none;
}
@media (min-width: 992px) {
  .something-split.amenities .centre-graphic {
    display: block;
    width: 100%;
    height: 100%;
  }
  .something-split.amenities .centre-graphic img {
    height: 100%;
    width: auto;
  }
}
.something-split.amenities .centre-graphic img {
  height: 100%;
  width: auto;
}
.something-split.amenities .something-slider .slider-graphic {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: 71px;
  z-index: 1;
}
.something-split.amenities .something-slider .slider-graphic img {
  height: auto;
  width: 71px;
}
.something-split.amenities .text-graphic {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.something-split.amenities .text-graphic img {
  width: 91px;
  height: auto;
}
.something-split.wellness {
  position: relative;
}
.something-split.wellness .image-content {
  width: 100%;
}
@media (min-width: 992px) {
  .something-split.wellness .image-content {
    width: 45%;
  }
}
.something-split.wellness .text-content {
  background-color: #0000FF;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 0px 100px 60px;
  width: 100%;
}
@media (min-width: 992px) {
  .something-split.wellness .text-content {
    width: 55%;
    padding: 100px 0px 0 200px;
  }
}
.something-split.wellness .text-content .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .something-split.wellness .text-content .text-wrapper {
    width: 50%;
  }
}
.something-split.wellness .text-content .text-wrapper h2 {
  color: #FFFFFF;
}
.something-split.wellness .text-content .text-wrapper p {
  color: #FFFFFF;
}
.something-split.wellness .something-slider .slider-graphic {
  position: absolute;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 1;
}
.something-split.wellness .something-slider .slider-graphic img {
  height: auto;
  width: 100%;
}
.something-split.wellness .black-block {
  position: absolute;
  width: 10%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #FF8F7A;
}
.something-split.wellness .text-graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.something-split.wellness .text-graphic img {
  width: auto;
  height: 100%;
}
.something-split.environment {
  position: relative;
}
.something-split.environment .image-content {
  width: 100%;
}
@media (min-width: 992px) {
  .something-split.environment .image-content {
    width: 50%;
  }
}
.something-split.environment .text-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px 60px 60px;
  width: 100%;
}
@media (min-width: 992px) {
  .something-split.environment .text-content {
    width: 50%;
    padding: 0px 0px 0 200px;
  }
}
.something-split.environment .text-content .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-left: 0;
}
@media (min-width: 992px) {
  .something-split.environment .text-content .text-wrapper {
    width: 65%;
    margin-left: 0px;
  }
}
.something-split.environment .text-content .text-wrapper h2 {
  color: #0000FF;
}
.something-split.environment .text-content .text-wrapper p {
  color: #0000FF;
}
.something-split.environment .something-slider .slider-graphic {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 1;
}
.something-split.environment .something-slider .slider-graphic img {
  height: auto;
  width: 100%;
}
.something-split.environment .something-slider .slider-curve {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 100px;
  height: 100px;
  z-index: 1;
}
@media (min-width: 992px) {
  .something-split.environment .something-slider .slider-curve {
    width: 253px;
    height: 253px;
  }
}
.something-split.environment .something-slider .slider-curve img {
  height: 100%;
  width: 100%;
}
.something-split.environment .text-graphic-top {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  width: 70px;
}
.something-split.environment .text-graphic-top img {
  width: 70px;
  height: 70px;
}
@media (min-width: 992px) {
  .something-split.environment .text-graphic-top {
    height: 110px;
    width: 110px;
  }
  .something-split.environment .text-graphic-top img {
    width: 110px;
    height: 110px;
  }
}
.something-split.environment .text-graphic {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.something-split.environment .text-graphic img {
  width: 100%;
  height: auto;
}

.bottom-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .bottom-links {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bottom-links .bottom-link {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bottom-links .bottom-link .triangle {
  z-index: 2;
}
.bottom-links .bottom-link:first-of-type .triangle {
  transform: rotate(-90deg);
  top: -1px;
  left: -1px;
}
.bottom-links .bottom-link:last-of-type .triangle {
  transform: rotate(90deg);
  bottom: -1px;
  right: -1px;
}
.bottom-links .bottom-link:nth-of-type(1) {
  border-top: 10px solid #FFFFFF;
  border-bottom: 10px solid #FFFFFF;
}
@media (min-width: 768px) {
  .bottom-links .bottom-link:nth-of-type(1) {
    border-top: 0 solid #FFFFFF;
    border-bottom: 0 solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
  }
}
@media (min-width: 992px) {
  .bottom-links .bottom-link:nth-of-type(1) {
    border-right: 10px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
  }
}
.bottom-links .bottom-link:nth-of-type(2) {
  border-top: 10px solid #FFFFFF;
  border-bottom: 10px solid #FFFFFF;
}
@media (min-width: 768px) {
  .bottom-links .bottom-link:nth-of-type(2) {
    border-top: 0 solid #FFFFFF;
    border-bottom: 0 solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-left: 5px solid #FFFFFF;
  }
}
@media (min-width: 992px) {
  .bottom-links .bottom-link:nth-of-type(2) {
    border-right: 0px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
  }
}
.bottom-links .bottom-link:hover .bottom-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
.bottom-links .bottom-link h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.bottom-links .bottom-link p {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .bottom-links .bottom-link {
    width: 50%;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .bottom-links .bottom-link {
    width: 50%;
    height: 380px;
  }
}
@media (min-width: 1300px) {
  .bottom-links .bottom-link {
    display: block !important;
  }
}
.bottom-links .bottom-link:hover .grid-gallery-inner {
  transform: scale(1.1);
  transform-origin: center center;
}
.bottom-links .bottom-link:hover .grid-gallery-hover {
  display: flex;
}
.bottom-links .bottom-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bottom-links .bottom-inner .text-link {
  border: 1px solid #FFFFFF;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-family: balboa-plus-fill, sans-serif;
  font-size: 22px;
  color: #FFFFFF;
}

.home-main {
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: auto;
  min-height: 100% !important;
  padding: 100px 15px 0;
}
@media (min-width: 992px) {
  .home-main {
    padding: 100px 30px 0;
    height: 100%;
    min-height: 820px !important;
  }
}
.home-main img {
  width: 100%;
  height: auto;
}

.header-video {
  height: 100%;
  width: 100%;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .header-video {
    min-height: 700px;
  }
}
@media (min-width: 992px) {
  .header-video {
    display: block;
    height: 100%;
  }
}
.header-video .header-video-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 768px) {
  .header-video .header-video-inner {
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .header-video .header-video-inner {
    right: 0;
    bottom: 0;
    height: auto;
  }
}
.header-video .header-video-inner .bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  /* min-height: 100%; */
  width: 100%;
  /* height: auto; */
  /* -webkit-transform: translate(-50%, -50%); */
  transform: translate(-50%, -48%);
}
.header-video .stopfade {
  opacity: 0.5;
}

.mobile-video {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .mobile-video {
    display: none;
  }
}
.mobile-video .mobile-video-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 193%;
  overflow: hidden;
}
.mobile-video .mobile-video-inner video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-graphics {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .home-graphics {
    padding-top: 0px;
  }
}
.home-graphics .home-block {
  cursor: pointer;
  position: relative;
}
.home-graphics .home-block .hidden-image {
  opacity: 0;
  transition: opacity 1s 0s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  z-index: 1;
}
.home-graphics .home-block:hover .hidden-image {
  opacity: 1;
  transition: opacity 1s 0s;
}
.home-graphics .main-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  position: relative;
}
.home-graphics .top-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  align-items: flex-start;
  position: relative;
  z-index: 200;
}
.home-graphics .top-wrapper .left-wrap .left-top {
  justify-content: flex-end;
}
.home-graphics .text-wrap {
  text-align: left;
  width: 60%;
  position: absolute;
  left: 24%;
}
@media (min-width: 992px) {
  .home-graphics .text-wrap {
    left: 18%;
  }
}
.home-graphics .text-wrap h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1;
}
.home-graphics .text-wrap h1 strong {
  font-weight: 300;
}
@media (min-width: 768px) {
  .home-graphics .text-wrap h1 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .home-graphics .text-wrap h1 {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .home-graphics .text-wrap h1 {
    font-size: 54px;
  }
}
.home-graphics .text-wrap h2 {
  font-family: balboa-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
}
@media (min-width: 768px) {
  .home-graphics .text-wrap h2 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .home-graphics .text-wrap h2 {
    font-size: 70px;
  }
}
@media (min-width: 1300px) {
  .home-graphics .text-wrap h2 {
    font-size: 120px;
  }
}
.home-graphics .text-wrap .text-description {
  opacity: 0;
  transition: opacity 1s 0s;
}
.home-graphics .text-wrap .text-description.active {
  opacity: 1;
  transition: opacity 1s 0s;
}
.home-graphics .left-wrap {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media (min-width: 992px) {
  .home-graphics .left-wrap {
    width: 30%;
  }
}
.home-graphics .left-wrap .left-top {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.home-graphics .left-wrap .left-top .home-block {
  width: 50%;
  font-size: 0;
}
.home-graphics .left-wrap .left-top .home-block img {
  width: 100%;
  height: 100%;
}
.home-graphics .left-wrap .left-bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.home-graphics .left-wrap .left-bottom .home-block {
  font-size: 0;
  width: 50%;
}
.home-graphics .left-wrap .left-bottom .home-block img {
  width: 100%;
  height: 100%;
}
.home-graphics .right-wrap {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media (min-width: 992px) {
  .home-graphics .right-wrap {
    width: 30%;
  }
}
.home-graphics .right-wrap .right-top {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.home-graphics .right-wrap .right-top .home-block {
  width: 50%;
  font-size: 0;
}
.home-graphics .right-wrap .right-top .home-block img {
  width: 100%;
  height: 100%;
}
.home-graphics .right-wrap .right-bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.home-graphics .right-wrap .right-bottom .home-block {
  font-size: 0;
  width: 50%;
}
.home-graphics .right-wrap .right-bottom .home-block img {
  width: 100%;
  height: 100%;
}

.image-banner {
  position: relative;
  z-index: 1;
}
.image-banner.centered .image-banner-inner {
  justify-content: center;
  padding: 0;
}
.image-banner.in-view h3 {
  opacity: 1;
  transform: translateY(0);
}

.image-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.image-banner-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .image-banner-inner {
    padding: 80px 0;
  }
}
@media (min-width: 1300px) {
  .image-banner-inner {
    padding: 120px 0;
  }
}
.image-banner-inner .container,
.image-banner-inner .row {
  height: 100%;
}
.image-banner-inner .row {
  display: flex;
  align-items: center;
}
.image-banner-inner .image-content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .image-banner-inner .image-content {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .image-banner-inner .image-content {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 1600px) {
  .image-banner-inner .image-content {
    margin-left: 20.8333333333%;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}
.image-banner-inner h3 {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
@media (min-width: 768px) {
  .image-banner-inner h3 {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .image-banner-inner h3 {
    font-size: 30px;
  }
}

.contact-section {
  position: relative;
}
.contact-section .contact-content {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  text-align: left;
  padding: 0 15px;
}
.contact-section .contact-content hr {
  width: 100%;
  display: none;
  border: 0;
}
.contact-section .contact-content hr:nth-of-type(2) {
  display: block;
}
.contact-section .contact-content a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.contact-section .contact-content h2 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  color: #000000;
  font-size: 26px;
  font-weight: 200;
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 1.4s;
}
@media (min-width: 992px) {
  .contact-section .contact-content h2 {
    margin-bottom: 80px;
  }
}
.contact-section .contact-content h2:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 210px;
  height: 19px;
  background-image: url("../../img/misc/contacts-line.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.contact-section .contact-content h2.oxford {
  margin-top: 100px;
}
.contact-section .contact-content h2.oxford:after {
  background-image: url("../../img/misc/contacts-line-opposite.svg");
}
.contact-section .contact-content p {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  font-weight: 200;
}
@media (min-width: 768px) {
  .contact-section .contact-content p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-content p {
    font-size: 23px;
  }
}
.contact-section .contact-content p strong {
  font-weight: 300;
}
.contact-section .location-collective {
  margin-top: 80px;
  margin-bottom: 80px;
}
.contact-section .location-collective .agent-logo {
  width: 60%;
  height: auto;
  margin: 100px auto 50px auto;
  opacity: 0;
  transition: opacity 1.4s;
}
.contact-section .location-collective .agent-logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .contact-section .location-collective .agent-logo {
    margin: 50px auto 20px auto;
    width: 200px;
    height: 147px;
  }
}
.contact-section .hire-enquiries {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .contact-section .hire-enquiries h2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .contact-section .hire-enquiries h2 {
    margin-bottom: 80px;
  }
}
.contact-section .hire-enquiries .graysons-logo {
  width: 60%;
  height: auto;
  margin: 100px auto;
  opacity: 0;
  transition: opacity 1.4s;
}
.contact-section .hire-enquiries .graysons-logo a {
  display: block;
}
.contact-section .hire-enquiries .graysons-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .contact-section .hire-enquiries .graysons-logo {
    margin: 30px auto;
    width: 197px;
    height: 80px;
  }
}
.contact-section .contact-image {
  position: relative;
  background-size: cover;
  display: flex;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 1.4s, transform 1.4s;
  min-height: 400px;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-section .contact-image {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}
.contact-section .contact-image img {
  width: 100%;
  height: auto;
}
.contact-section .contact-text {
  padding-left: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-section .contact-text {
    margin-top: 0;
    flex: 0 0 auto;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
.contact-section .agent {
  margin: 0 50px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.contact-section .agent:nth-of-type(1) {
  transition-delay: 0.2s;
}
.contact-section .agent:nth-of-type(2) {
  transition-delay: 0.4s;
}
.contact-section .agent:nth-of-type(3) {
  transition-delay: 0.6s;
}
.contact-section .agent:nth-of-type(4) {
  transition-delay: 0.8s;
}
.contact-section .agent:nth-of-type(5) {
  transition-delay: 1s;
}
.contact-section .agent:nth-of-type(6) {
  transition-delay: 1.2s;
}
.contact-section .agent:nth-of-type(7) {
  transition-delay: 1.4s;
}
.contact-section .agent:nth-of-type(8) {
  transition-delay: 1.6s;
}
.contact-section .agent:nth-of-type(9) {
  transition-delay: 1.8s;
}
.contact-section .agent:nth-of-type(10) {
  transition-delay: 2s;
}
.contact-section .agent:nth-of-type(11) {
  transition-delay: 2.2s;
}
.contact-section .agent:nth-of-type(12) {
  transition-delay: 2.4s;
}
.contact-section .agent:nth-of-type(13) {
  transition-delay: 2.6s;
}
.contact-section .agent:nth-of-type(14) {
  transition-delay: 2.8s;
}
.contact-section .agent:nth-of-type(15) {
  transition-delay: 3s;
}
.contact-section .agent:nth-of-type(16) {
  transition-delay: 3.2s;
}
.contact-section .agent:nth-of-type(17) {
  transition-delay: 3.4s;
}
.contact-section .agent:nth-of-type(18) {
  transition-delay: 3.6s;
}
.contact-section .agent:nth-of-type(19) {
  transition-delay: 3.8s;
}
.contact-section.in-view .contact-image {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.contact-section.in-view .agent {
  opacity: 1;
  transform: translateY(0);
}
.contact-section.in-view .agent-logo {
  opacity: 1;
}
.contact-section.in-view .oxford-logo {
  opacity: 1;
}
.contact-section.in-view .graysons-logo {
  opacity: 1;
}
.contact-section.in-view .contact-text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.contact-section.in-view .section-box-right {
  opacity: 1;
  width: 10%;
  transform: translateX(0);
}
@media (min-width: 992px) {
  .contact-section.in-view .section-box-right {
    width: 10%;
  }
}
.contact-section.in-view h3 {
  transition-delay: 0.8s;
}
.contact-section.in-view h2 {
  opacity: 1;
}
.contact-section.in-view p {
  opacity: 1;
}
.contact-section .agent-logo {
  width: 60%;
  height: auto;
  margin: 100px auto 50px auto;
  opacity: 0;
  transition: opacity 1.4s;
}
.contact-section .agent-logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .contact-section .agent-logo {
    margin: 100px auto 50px auto;
    width: 239px;
    height: 51px;
  }
}
.contact-section .oxford-logo {
  width: 60%;
  height: auto;
  margin: 100px auto;
  opacity: 0;
  transition: opacity 1.4s;
}
.contact-section .oxford-logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .contact-section .oxford-logo {
    margin: 30px auto;
    width: 197px;
    height: 56px;
  }
}
.contact-section .small-text {
  flex: 0 0 auto;
  width: 100%;
}
.contact-section .small-text p {
  text-align: center;
}
@media (min-width: 768px) {
  .contact-section .small-text p {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .contact-section .small-text {
    flex: 0 0 auto;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.contact-footer {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media (min-width: 1300px) {
  .contact-footer {
    margin-top: 80px;
  }
}
