@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  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: #fff;
  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: 1;
  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: 1;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  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 .25s, visibility 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;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

.fancybox-slide--next {
  z-index: 99995; }

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  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;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

.fancybox-iframe {
  vertical-align: top; }

.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;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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 {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

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

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

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

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

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

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

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

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

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

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

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

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

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

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

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

/* 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 .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: #fff;
  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: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  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 .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

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

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*
 * jQuery FlexSlider v2.6.3
 * 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
 * ====================================================================================================================*/
/* ====================================================================================================================
 * 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 {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden; }

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

.flexslider .slides:after {
  content: "\0020";
  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;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

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

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

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

.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-nav {
  position: absolute;
  bottom: -36px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0;
  margin: 0; }

.flex-control-nav li {
  margin: 0 7px;
  padding: 0;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 18px;
  background: rgba(46, 62, 59, 0.15); }

.flex-control-paging li a:hover {
  background: #FC6E56; }

.flex-control-paging li a.flex-active {
  background: #FC6E56;
  cursor: default; }

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

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

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

.flex-control-thumbs img:hover {
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.flickity-button-icon {
  fill: currentColor; }

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

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

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

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

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

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

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

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

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

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

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

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

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

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

td,
th {
  padding: 0; }

.container {
  position: relative;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box; }

/* For devices larger than 400px */
.row {
  width: 100%;
  display: flex; }
  .row.left [class*="col-"] {
    margin: 0; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  padding: 0 16px;
  margin: 0 auto; }

@media (max-width: 1024px) {
  .container {
    padding: 0 17px;
    width: 100%; }

  [class*="col-"] {
    width: 100%;
    padding: 0 17px; } }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #555;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
::-webkit-input-placeholder, header.dark.off-top ::-webkit-input-placeholder, header.dark .overlay-open ::-webkit-input-placeholder {
  color: #AAAAAA; }

:-moz-placeholder, header.dark.off-top :-moz-placeholder, header.dark .overlay-open :-moz-placeholder {
  color: #AAAAAA; }

::-moz-placeholder, header.dark.off-top ::-moz-placeholder, header.dark .overlay-open ::-moz-placeholder {
  color: #AAAAAA; }

:-ms-input-placeholder, header.dark.off-top :-ms-input-placeholder, header.dark .overlay-open :-ms-input-placeholder {
  color: #AAAAAA; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin: 0;
  padding: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf:after, .content-inner:after {
  content: "";
  display: table;
  clear: both; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 14px;
  line-height: 20px;
  font-family: "inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2E3E3B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-overflow {
    overflow-y: hidden !important;
    height: 100% !important; }

* {
  box-sizing: border-box; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

h1 {
  font-size: 48px;
  line-height: 58px;
  color: #f5f5f5;
  padding-bottom: 24px; }

h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  padding-bottom: 30px;
  color: #FC6E56; }

h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  padding-bottom: 30px; }

p {
  margin: 0;
  padding-bottom: 30px; }
  p.remove-p {
    padding-bottom: 0; }
  p.intro {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500; }

p:last-child {
  padding: 0 !important; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #2E3E3B;
  text-decoration: none; }

a:hover {
  color: #FC6E56; }

p a {
  transition: color 0.4s ease;
  text-decoration: underline; }
  p a:hover {
    color: #FC6E56; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, input[type="submit"] {
  display: inline-flex;
  position: relative;
  line-height: 1;
  align-items: center;
  transition: all ease 0.4s;
  color: #FC6E56;
  font-size: 14px;
  text-decoration: none;
  width: fit-content;
  padding: 10px 10px;
  background: transparent;
  border: 1px solid #FC6E56;
  border-radius: 5px;
  margin-right: 10px; }
  .button:hover, .button.active, input[type="submit"]:hover, input[type="submit"].active {
    color: #fff;
    background: #FC6E56; }
  .button.back, input[type="submit"].back {
    position: relative;
    padding-left: 30px; }
    .button.back:before, .button.back:after, input[type="submit"].back:before, input[type="submit"].back:after {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      display: block;
      width: 11px;
      height: 19px;
      background: url("../images/icon-back-arrow.svg") 0 0 no-repeat;
      margin-right: 10px;
      transition: opacity 0.4s ease; }
    .button.back:after, input[type="submit"].back:after {
      opacity: 0;
      background: url("../images/icon-back-arrow-white.svg") 0 0 no-repeat;
      background-size: 100% auto; }
    .button.back:hover:before, input[type="submit"].back:hover:before {
      opacity: 0; }
    .button.back:hover:after, input[type="submit"].back:hover:after {
      opacity: 1; }

.copy ul, .flexible-content-events .copy-wrap ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 20px; }
  .copy ul li, .flexible-content-events .copy-wrap ul li {
    margin-bottom: 5px; }
    .copy ul li:last-child, .flexible-content-events .copy-wrap ul li:last-child {
      margin: 0; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

.flex {
  display: flex;
  width: 100%; }

.bg-video, .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .bg-video video, .bg-image video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-bg-auto video {
  width: auto;
  height: 100vh; }

.bg-image {
  background-size: cover;
  background-position: center center; }

header {
  position: fixed;
  background: #2E3E3B;
  height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 100; }
  header .inner {
    justify-content: space-between; }
    header .inner .logo img {
      width: 155px; }
    header .inner .menu-header-menu-container ul {
      list-style: none;
      padding: 0;
      margin: 8px 0 0 auto;
      display: flex; }
      header .inner .menu-header-menu-container ul li {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.02em;
        margin-left: 18px; }
        header .inner .menu-header-menu-container ul li a {
          color: #fff;
          transition: color 0.4s ease; }
          header .inner .menu-header-menu-container ul li a:hover {
            color: #FC6E56; }
        header .inner .menu-header-menu-container ul li.current_page_item a {
          color: #FC6E56; }

footer {
  background: #2E3E3B;
  color: #F7F5F1;
  padding: 80px 0; }
  footer p {
    padding: 0; }
  footer a {
    transition: color 0.4s ease;
    color: #F7F5F1; }
  footer .inner {
    max-width: 1086px;
    margin: 0 auto; }
    footer .inner .top {
      padding: 0 0 25px 0;
      border-bottom: 1px solid #F7F5F1; }
      footer .inner .top .logo-wrap {
        margin-bottom: 10px; }
      footer .inner .top .column-wrap {
        justify-content: space-between;
        align-items: flex-end;
        width: 100%; }
        footer .inner .top .column-wrap .left {
          width: 50%; }
          footer .inner .top .column-wrap .left a {
            text-decoration: none; }
        footer .inner .top .column-wrap .right {
          width: 50%;
          justify-content: flex-end; }
      footer .inner .top .subscribe {
        align-items: center;
        justify-content: center;
        padding: 0 20px; }
        footer .inner .top .subscribe .button {
          margin-left: 20px; }
      footer .inner .top .socials {
        list-style: none;
        padding: 0;
        margin: 0 0 0 20px;
        display: flex; }
        footer .inner .top .socials li {
          margin-left: 10px; }
          footer .inner .top .socials li a {
            display: block;
            width: 23px;
            height: 23px;
            text-indent: -9999px;
            overflow: hidden;
            opacity: 0.8;
            transition: opacity ease 0.4s; }
            footer .inner .top .socials li a:hover {
              opacity: 1; }
            footer .inner .top .socials li a.instagram {
              background: url("../images/icon-instagram.svg") 0 0 no-repeat; }
            footer .inner .top .socials li a.linkedin {
              background: url("../images/icon-linkedin.svg") 0 0 no-repeat; }
            footer .inner .top .socials li a.x {
              width: 25px;
              background: url("../images/icon-x.svg") 0 0 no-repeat; }
            footer .inner .top .socials li a.bluesky {
              width: 25px;
              background: url("../images/icon-bluesky.svg") 0 0 no-repeat;
              background-size: 100% auto; }
            footer .inner .top .socials li a.youtube {
              width: 32px;
              background: url("../images/icon-youtube.svg") 0 0 no-repeat; }
    footer .inner .bottom {
      justify-content: space-between;
      padding: 25px 0 0 0; }
      footer .inner .bottom #menu-footer-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-end; }
        footer .inner .bottom #menu-footer-menu li {
          margin-left: 25px; }
          footer .inner .bottom #menu-footer-menu li.current_page_item a {
            color: #FC6E56; }
      footer .inner .bottom .right {
        width: 300px;
        text-align: right; }
        footer .inner .bottom .right a {
          text-decoration: underline; }

.fs-s1 .flex-direction-nav, .fs-s2 .flex-direction-nav {
  position: absolute;
  width: 100%;
  height: 33px;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }
  .fs-s1 .flex-direction-nav .flex-nav-prev, .fs-s1 .flex-direction-nav .flex-nav-next, .fs-s2 .flex-direction-nav .flex-nav-prev, .fs-s2 .flex-direction-nav .flex-nav-next {
    position: absolute;
    width: 19px;
    height: 33px; }
    .fs-s1 .flex-direction-nav .flex-nav-prev a, .fs-s1 .flex-direction-nav .flex-nav-next a, .fs-s2 .flex-direction-nav .flex-nav-prev a, .fs-s2 .flex-direction-nav .flex-nav-next a {
      display: block;
      width: 19px;
      height: 33px;
      transition: opacity ease 0.4s;
      pointer-events: auto;
      text-indent: -9999px; }
      .fs-s1 .flex-direction-nav .flex-nav-prev a.flex-disabled, .fs-s1 .flex-direction-nav .flex-nav-next a.flex-disabled, .fs-s2 .flex-direction-nav .flex-nav-prev a.flex-disabled, .fs-s2 .flex-direction-nav .flex-nav-next a.flex-disabled {
        opacity: 0;
        pointer-events: none; }
  .fs-s1 .flex-direction-nav .flex-nav-prev, .fs-s2 .flex-direction-nav .flex-nav-prev {
    left: 0; }
    .fs-s1 .flex-direction-nav .flex-nav-prev a, .fs-s2 .flex-direction-nav .flex-nav-prev a {
      background: url("../images/icon-flex-left.svg") 0 0 no-repeat; }
  .fs-s1 .flex-direction-nav .flex-nav-next, .fs-s2 .flex-direction-nav .flex-nav-next {
    right: 0; }
    .fs-s1 .flex-direction-nav .flex-nav-next a, .fs-s2 .flex-direction-nav .flex-nav-next a {
      background: url("../images/icon-flex-right.svg") 0 0 no-repeat; }

.fs-s2 .flex-direction-nav .flex-nav-prev {
  left: -60px; }
.fs-s2 .flex-direction-nav .flex-nav-next {
  right: -60px; }

#nav-trigger {
  display: none; }

.page-content {
  padding-top: 80px; }

.bg-grey {
  background: #F7F5F1; }

.bg-green {
  background: #2E3E3B;
  color: #fff; }
  .bg-green p a, .bg-green li a {
    color: #fff; }
  .bg-green .button-row .button-group--cells li {
    border-color: #fff !important; }
  .bg-green .button-row .button-group--cells li.is-selected {
    background: #FC6E56 !important;
    border-color: #FC6E56 !important; }
  .bg-green .button-row .flickity-arrow.button--previous {
    background: url(../images/icon-flex-left-white.svg) 0 0 no-repeat !important; }
  .bg-green .button-row .flickity-arrow.button--next {
    background: url(../images/icon-flex-right-white.svg) 0 0 no-repeat !important; }
  .bg-green .fs-s1 .flex-direction-nav .flex-nav-prev a, .bg-green .fs-s2 .flex-direction-nav .flex-nav-prev a {
    background: url(../images/icon-flex-left-white.svg) 0 0 no-repeat !important; }
  .bg-green .fs-s1 .flex-direction-nav .flex-nav-next a, .bg-green .fs-s2 .flex-direction-nav .flex-nav-next a {
    background: url(../images/icon-flex-right-white.svg) 0 0 no-repeat !important; }
  .bg-green .flex-control-paging li a {
    background: #fff; }
  .bg-green .flex-control-paging li a.flex-active, .bg-green .flex-control-paging li a:hover {
    background: #FC6E56; }

.bg-white {
  background: #fff; }

.inner.reduced {
  max-width: 1086px;
  margin: 0 auto; }

.hero-block .inner {
  position: relative;
  height: 546px; }
  .hero-block .inner .gradient {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(269.89deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
  .hero-block .inner .copy-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%); }
    .hero-block .inner .copy-wrap .copy {
      background: rgba(247, 245, 241, 0.85);
      max-width: 600px;
      margin-left: 44px;
      padding: 30px; }
    .hero-block .inner .copy-wrap h1 {
      color: #FC6E56; }
    .hero-block .inner .copy-wrap p {
      color: #2E3E3B;
      font-size: 20px;
      line-height: 30px;
      font-weight: 500; }

.flexible-content .block {
  padding: 100px 0 100px 0; }
  .flexible-content .block.p-top {
    padding: 100px 0 0 0; }
  .flexible-content .block.p-bottom {
    padding: 0 0 100px 0; }
  .flexible-content .block.p-none {
    padding: 0; }
  .flexible-content .block .inner {
    max-width: 1086px;
    margin: 0 auto 0 auto; }
  .flexible-content .block h2 {
    font-weight: 500; }
.flexible-content .copy-image-block .inner {
  justify-content: space-between; }
  .flexible-content .copy-image-block .inner.pos-left .copy-wrap {
    order: 1; }
  .flexible-content .copy-image-block .inner.pos-left .image-wrap {
    order: 0; }
.flexible-content .copy-image-block .copy-wrap {
  width: calc(50% - 12px);
  max-width: 438px; }
.flexible-content .copy-image-block .image-wrap {
  width: calc(50% - 12px); }
  .flexible-content .copy-image-block .image-wrap .image.img-2 {
    margin-top: 24px; }
.flexible-content .logos-block .logo-wrap {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  list-style: none;
  padding: 0; }
  .flexible-content .logos-block .logo-wrap li {
    width: 200px;
    display: flex;
    align-items: center;
    padding: 10px 30px; }
    .flexible-content .logos-block .logo-wrap li a {
      pointer-events: auto; }
.flexible-content .image-block {
  position: relative; }
  .flexible-content .image-block.img-single-full {
    height: 700px; }
  .flexible-content .image-block.img-double .inner {
    justify-content: space-between; }
    .flexible-content .image-block.img-double .inner .image {
      width: calc(50% - 12px); }
  .flexible-content .image-block.img-triple .inner {
    justify-content: space-between; }
    .flexible-content .image-block.img-triple .inner .image {
      width: calc(33.33% - 12px); }
.flexible-content .copy-icon-block {
  text-align: center; }
  .flexible-content .copy-icon-block .copy-wrap {
    max-width: 900px;
    margin: 0 auto; }
    .flexible-content .copy-icon-block .copy-wrap.above {
      margin-bottom: 60px; }
    .flexible-content .copy-icon-block .copy-wrap.below {
      margin-top: 60px; }
  .flexible-content .copy-icon-block .icon-wrap {
    flex-wrap: wrap; }
    .flexible-content .copy-icon-block .icon-wrap.row-4 .icon {
      width: calc(25% - 30px); }
    .flexible-content .copy-icon-block .icon-wrap .icon {
      width: calc(33.33% - 30px);
      margin: 15px; }
      .flexible-content .copy-icon-block .icon-wrap .icon .image img {
        margin: 0 auto; }
      .flexible-content .copy-icon-block .icon-wrap .icon .text {
        padding: 30px 10% 0 10%; }
.flexible-content .copy-block {
  text-align: center; }
  .flexible-content .copy-block .copy-wrap {
    max-width: 700px;
    margin: 0 auto; }
  .flexible-content .copy-block.form-block {
    background: #F7F5F1;
    text-align: left; }
    .flexible-content .copy-block.form-block .copy-wrap {
      margin-bottom: 60px; }
    .flexible-content .copy-block.form-block .form-wrap {
      max-width: 700px;
      margin: 0 auto; }
      .flexible-content .copy-block.form-block .form-wrap h3 {
        padding: 10px 0 10px 0; }
.flexible-content .testimonial-block .carousel-cell {
  width: 50%;
  text-align: center;
  opacity: 0.5; }
  .flexible-content .testimonial-block .carousel-cell.is-selected {
    opacity: 1; }
  .flexible-content .testimonial-block .carousel-cell .image {
    width: 112px;
    height: 112px;
    border-radius: 100%;
    margin: 0 auto 30px auto;
    overflow: hidden; }
  .flexible-content .testimonial-block .carousel-cell .copy-wrap {
    max-width: 700px;
    margin: 0 auto; }
  .flexible-content .testimonial-block .carousel-cell .quote h3 {
    font-weight: 400;
    padding-bottom: 20px; }
  .flexible-content .testimonial-block .carousel-cell .caption p {
    padding: 0; }
    .flexible-content .testimonial-block .carousel-cell .caption p.name {
      font-weight: 700; }
.flexible-content .testimonial-block .button-row {
  margin: 80px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .flexible-content .testimonial-block .button-row .flickity-arrow {
    display: block;
    width: 19px;
    height: 33px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer; }
    .flexible-content .testimonial-block .button-row .flickity-arrow.button--previous {
      background: url("../images/icon-flex-left.svg") 0 0 no-repeat; }
    .flexible-content .testimonial-block .button-row .flickity-arrow.button--next {
      background: url("../images/icon-flex-right.svg") 0 0 no-repeat; }
  .flexible-content .testimonial-block .button-row .button-group--cells {
    display: flex;
    list-style: none;
    margin: 0 20px;
    padding: 0; }
    .flexible-content .testimonial-block .button-row .button-group--cells li {
      margin: 0 10px;
      height: 12px;
      width: 12px;
      border-radius: 12px;
      text-indent: -9999px;
      overflow: hidden;
      border: 1px solid #2E3E3B;
      cursor: pointer; }
      .flexible-content .testimonial-block .button-row .button-group--cells li.is-selected {
        background: #FC6E56;
        border-color: #FC6E56; }
.flexible-content .connections-block h2 {
  padding-bottom: 60px; }
.flexible-content .location-block .inner {
  justify-content: space-between; }
.flexible-content .location-block .copy-wrap {
  width: calc(45% - 12px);
  padding-right: 50px; }
  .flexible-content .location-block .copy-wrap .key-wrap {
    margin: 50px 0 0 0; }
    .flexible-content .location-block .copy-wrap .key-wrap h2 {
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      padding-bottom: 15px;
      color: #2E3E3B; }
    .flexible-content .location-block .copy-wrap .key-wrap h3 {
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      padding-bottom: 8px;
      display: flex;
      align-items: center; }
      .flexible-content .location-block .copy-wrap .key-wrap h3 span {
        display: block;
        width: 15px;
        height: 15px;
        margin: 0 10px 0 0; }
    .flexible-content .location-block .copy-wrap .key-wrap .column-wrap {
      display: flex;
      justify-content: space-between; }
      .flexible-content .location-block .copy-wrap .key-wrap .column-wrap .left, .flexible-content .location-block .copy-wrap .key-wrap .column-wrap .right {
        width: calc(50% - 20px); }
    .flexible-content .location-block .copy-wrap .key-wrap ol {
      list-style: decimal-leading-zero;
      padding-left: 25px;
      margin-bottom: 30px; }
      .flexible-content .location-block .copy-wrap .key-wrap ol li {
        margin-bottom: 3px; }
.flexible-content .location-block .image-wrap {
  width: calc(55% - 12px); }
.flexible-content .stats-block h2 {
  padding-bottom: 60px; }
.flexible-content .stats-block .stats-wrap {
  justify-content: center; }
  .flexible-content .stats-block .stats-wrap .stat-item {
    width: 25%;
    padding: 0 20px;
    text-align: center;
    border-left: 1px solid #2E3E3B; }
    .flexible-content .stats-block .stats-wrap .stat-item .stat {
      color: #FC6E56;
      font-size: 52px;
      line-height: 1;
      margin-bottom: 10px; }
    .flexible-content .stats-block .stats-wrap .stat-item:first-child {
      border-left: 0; }

#home .hero-block-home .inner {
  position: relative;
  height: 546px; }
  #home .hero-block-home .inner .gradient {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(269.89deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
  #home .hero-block-home .inner .copy-wrap {
    position: absolute;
    bottom: auto;
    left: 0;
    bottom: 120px;
    width: 100%; }
    #home .hero-block-home .inner .copy-wrap .copy {
      width: 50%;
      max-width: 654px; }
      #home .hero-block-home .inner .copy-wrap .copy p {
        color: #f5f5f5;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -2%;
        font-weight: 500; }
#home .cta-block {
  padding: 0 0 96px 0; }
  #home .cta-block .inner {
    margin: -54px auto 0 auto; }
    #home .cta-block .inner .boxes-wrap {
      justify-content: space-between; }
      #home .cta-block .inner .boxes-wrap .box {
        width: calc(33.33% - 13.33px);
        background: #F7F5F1;
        display: flex;
        flex-direction: column; }
        #home .cta-block .inner .boxes-wrap .box .title {
          height: 54px;
          display: flex;
          align-items: center;
          background: #FC6E56; }
          #home .cta-block .inner .boxes-wrap .box .title h2 {
            color: #F7F5F1;
            padding: 0 24px;
            font-size: 24px;
            line-height: 1;
            font-weight: 500; }
        #home .cta-block .inner .boxes-wrap .box .copy-wrap {
          padding: 24px;
          color: #000;
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
#home .events-block {
  background: #2E3E3B;
  padding: 80px 0 76px 0; }
  #home .events-block .inner {
    justify-content: space-between; }
    #home .events-block .inner .grid-wrap {
      flex-wrap: wrap; }
    #home .events-block .inner .event-item {
      background: #F7F5F1;
      aspect-ratio: 531 / 310;
      width: 100%;
      margin: 0; }
    #home .events-block .inner .left {
      width: calc(50% - 12px);
      margin-bottom: 24px;
      margin-right: 12px; }
      #home .events-block .inner .left .copy-wrap {
        margin-bottom: 24px;
        color: #F7F5F1;
        max-width: 440px; }
      #home .events-block .inner .left h2 {
        color: #FC6E56; }
      #home .events-block .inner .left ul {
        list-style: none;
        margin: 0 0 30px 0;
        padding: 0; }
        #home .events-block .inner .left ul li {
          padding-left: 30px;
          margin-bottom: 20px;
          background: url("../images/icon-list-tick.svg") 0 0 no-repeat; }
    #home .events-block .inner .right {
      width: calc(50% - 12px);
      margin-bottom: 24px;
      margin-left: 12px; }
#home .city-block {
  background: #F7F5F1;
  padding: 80px 0 100px 0; }
  #home .city-block .inner {
    max-width: 1086px;
    margin: 0 auto;
    justify-content: space-between; }
    #home .city-block .inner .left {
      width: calc(50% - 12px);
      flex-direction: column;
      justify-content: space-between; }
      #home .city-block .inner .left .copy-wrap {
        margin-bottom: 24px;
        max-width: 360px; }
      #home .city-block .inner .left h2 {
        color: #FC6E56; }
    #home .city-block .inner .right {
      width: calc(50% - 12px); }

.connect-block {
  padding: 110px 0;
  background: #2E3E3B; }
  .connect-block .inner {
    max-width: 650px;
    margin: 0 auto;
    text-align: center; }
    .connect-block .inner h2 {
      color: #FC6E56; }
    .connect-block .inner p, .connect-block .inner p a {
      color: #F7F5F1;
      line-height: 21px; }

#leasing .hero-block .inner .copy-wrap .copy {
  background: transparent;
  margin: 0;
  padding: 0; }
  #leasing .hero-block .inner .copy-wrap .copy h1, #leasing .hero-block .inner .copy-wrap .copy p {
    color: #f5f5f5; }
  #leasing .hero-block .inner .copy-wrap .copy .button {
    color: #f5f5f5;
    border: 1px solid #f5f5f5; }
#leasing .building-block {
  padding: 100px 0 0 0; }
  #leasing .building-block h2 {
    padding-left: 8%; }
  #leasing .building-block #leasing_plan_wrapper {
    max-width: 900px;
    margin: 0 auto; }
    #leasing .building-block #leasing_plan_wrapper .popup, #leasing .building-block #leasing_plan_wrapper .overlay_eye {
      cursor: pointer; }
#leasing .agent-block {
  padding: 100px 0; }
  #leasing .agent-block .inner {
    max-width: 1086px;
    margin: 0 auto; }
  #leasing .agent-block .downloads-wrap {
    justify-content: center;
    padding-bottom: 30px; }
    #leasing .agent-block .downloads-wrap .button {
      margin: 0 15px; }
  #leasing .agent-block .agents-wrap .agent {
    margin-top: 50px;
    justify-content: space-between;
    align-items: flex-end; }
    #leasing .agent-block .agents-wrap .agent .logo {
      width: 100px; }
    #leasing .agent-block .agents-wrap .agent .contacts-wrap {
      width: calc(100% - 130px);
      display: flex;
      align-items: flex-end; }
      #leasing .agent-block .agents-wrap .agent .contacts-wrap .contact {
        width: 25%;
        padding-right: 30px;
        margin-top: 20px; }
        #leasing .agent-block .agents-wrap .agent .contacts-wrap .contact:nth-child(1), #leasing .agent-block .agents-wrap .agent .contacts-wrap .contact:nth-child(2) {
          margin: 0; }
        #leasing .agent-block .agents-wrap .agent .contacts-wrap .contact p strong {
          color: #FC6E56; }
        #leasing .agent-block .agents-wrap .agent .contacts-wrap .contact a {
          text-decoration: none; }
          #leasing .agent-block .agents-wrap .agent .contacts-wrap .contact a:hover {
            color: #FC6E56; }

#lease_content_wrapper .popup {
  display: none;
  width: 346px;
  background: #F7F5F1;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4)); }
  #lease_content_wrapper .popup .copy-wrap {
    padding: 25px; }

.leasing-overlay {
  pointer-events: auto; }
  .leasing-overlay .img-swap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .leasing-overlay #typical-floor-1 {
    display: block; }
  .leasing-overlay .content-wrap {
    position: relative;
    aspect-ratio: 14 / 9; }
  .leasing-overlay .floor-plan-cta {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    margin-left: 35px;
    transform: translateY(-50%); }
    .leasing-overlay .floor-plan-cta a {
      margin: 5px 0; }

#venues .venues-block .venue-wrap {
  max-width: 1086px;
  margin: 0 auto;
  padding: 50px 0;
  flex-wrap: wrap; }
#venues .venues-block .venue-overlay {
  display: none;
  position: fixed;
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F7F5F1;
  z-index: 10;
  width: 90%;
  max-width: 1280px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4)); }
  #venues .venues-block .venue-overlay .close {
    position: absolute;
    top: 30px;
    right: 30px;
    padding-right: 30px;
    background: url(../images/icon-close.svg) right center no-repeat; }
  #venues .venues-block .venue-overlay.open {
    display: block; }
  #venues .venues-block .venue-overlay .inner {
    padding: 80px 50px 80px 100px;
    justify-content: space-between; }
    #venues .venues-block .venue-overlay .inner .copy-wrap {
      padding-right: 40px;
      width: calc(33.33%); }
      #venues .venues-block .venue-overlay .inner .copy-wrap h2 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        padding-bottom: 5px; }
      #venues .venues-block .venue-overlay .inner .copy-wrap h3 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        font-weight: 500;
        padding-bottom: 18px; }
      #venues .venues-block .venue-overlay .inner .copy-wrap p {
        padding-bottom: 20px; }
    #venues .venues-block .venue-overlay .inner .flexslider {
      width: calc(66.66%);
      padding: 0 45px;
      margin-bottom: 36px; }
#venues .venues-block .venue-item {
  width: calc(33.33% - 20px);
  margin: 20px 10px; }
  #venues .venues-block .venue-item .image-wrap {
    position: relative;
    aspect-ratio: 3 / 2;
    margin-bottom: 20px; }
    #venues .venues-block .venue-item .image-wrap .title {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-flex;
      background: #FC6E56;
      color: #f5f5f5;
      padding: 10px 15px;
      font-weight: 500; }
    #venues .venues-block .venue-item .image-wrap .capacity {
      position: absolute;
      bottom: 0;
      left: 0;
      display: inline-flex;
      color: #f5f5f5;
      padding: 10px 15px 10px 40px;
      font-weight: 500;
      background: #2E3E3B url("../images/icon-capacity.svg") left 10px center no-repeat; }

#overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2E3E3B;
  opacity: 0.85;
  z-index: 5; }

#whats-on .main-wrap {
  background: #F7F5F1;
  padding: 80px 0 65px 0; }
  #whats-on .main-wrap .inner {
    max-width: 1086px;
    margin: 0 auto; }
#whats-on .filter-nav {
  display: flex;
  border-bottom: 1px solid #2E3E3B;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-end; }
  #whats-on .filter-nav li {
    margin-right: 5px; }
    #whats-on .filter-nav li a {
      display: inline-flex;
      padding: 10px;
      background: transparent;
      color: #2E3E3B;
      font-size: 14px;
      line-height: 1;
      border-top: 1px solid #2E3E3B;
      border-left: 1px solid #2E3E3B;
      border-right: 1px solid #2E3E3B;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      transition: all ease 0.4s; }
      #whats-on .filter-nav li a.active, #whats-on .filter-nav li a:hover {
        background: #2E3E3B;
        color: #fff;
        font-weight: 700;
        padding: 12px 10px; }
#whats-on .events-wrap {
  padding: 35px 0 0 0;
  flex-wrap: wrap;
  display: none; }
  #whats-on .events-wrap.active {
    display: flex; }

.event-item {
  background: #fff;
  width: calc(50% - 15px);
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px; }
  .event-item:nth-child(odd) {
    margin-right: 15px; }
  .event-item:nth-child(even) {
    margin-left: 15px; }
  .event-item .copy .date {
    display: inline-flex;
    background: #FC6E56;
    padding: 10px 25px;
    color: #F7F5F1; }
  .event-item .copy h3 {
    padding: 20px;
    font-weight: 500; }
  .event-item .copy p {
    margin: 0 20px; }
  .event-item .button {
    margin: 40px 20px 20px 20px; }

#single .left {
  width: 68%;
  background: #F7F5F1;
  padding-left: calc(((100vw - 1086px) / 2)); }
  #single .left .content-wrap {
    padding: 80px 80px 0 0; }
  #single .left h1 {
    color: #FC6E56;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500; }
  #single .left .flexible-content-events .block {
    padding-bottom: 80px;
    color: #2E3E3B; }
    #single .left .flexible-content-events .block:last-child {
      padding: 0; }
  #single .left .flexible-content-events .caption {
    margin-top: 10px; }
    #single .left .flexible-content-events .caption p {
      padding: 0; }
      #single .left .flexible-content-events .caption p.name {
        font-weight: 700; }
  #single .left .flexible-content-events .copy-block {
    max-width: 530px; }
  #single .left .flexible-content-events .speakers-block {
    padding-bottom: 60px; }
    #single .left .flexible-content-events .speakers-block .speakers-wrap {
      width: calc(100% + 20px);
      margin-left: -10px; }
      #single .left .flexible-content-events .speakers-block .speakers-wrap .speaker {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px 10px; }
  #single .left .flexible-content-events .fs-s1 .flex-direction-nav .flex-nav-prev {
    left: -45px; }
  #single .left .flexible-content-events .fs-s1 .flex-direction-nav .flex-nav-next {
    right: -45px; }
  #single .left .flexible-content-events .video-block .videos-wrap {
    width: calc(100% + 20px);
    margin-left: -10px; }
  #single .left .flexible-content-events .video-block .video-wrap {
    display: block;
    position: relative;
    margin: 0 10px; }
    #single .left .flexible-content-events .video-block .video-wrap .play {
      /*width: 40px;
      height: 40px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: url("../images/icon-play.svg") 0 0 no-repeat;*/
      width: 110px;
      height: 110px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url(../images/icon-play.svg) 0 0 no-repeat;
      opacity: 0.9; }
  #single .left .cta-wrap {
    margin: 80px 0; }
#single .right {
  width: 32%;
  background: #fff;
  padding-right: calc((100vw - 1440px) / 2); }
  #single .right .content-wrap {
    padding: 80px 0 0 60px; }
    #single .right .content-wrap .item {
      display: flex; }
      #single .right .content-wrap .item p {
        width: 65%;
        padding-left: 15px;
        padding-bottom: 20px; }
      #single .right .content-wrap .item p.title {
        width: 35%;
        font-weight: 700;
        padding-left: 0; }
    #single .right .content-wrap .past-wrap {
      margin: 20px 0 40px 0; }
      #single .right .content-wrap .past-wrap p {
        padding-bottom: 20px; }
    #single .right .content-wrap .button.booking {
      width: 100%;
      max-width: 250px;
      margin: 30px 0;
      justify-content: center;
      background: #FC6E56;
      color: #fff; }
      #single .right .content-wrap .button.booking:hover {
        background: transparent;
        color: #FC6E56; }
    #single .right .content-wrap .logo-wrap {
      width: 250px; }
      #single .right .content-wrap .logo-wrap .image {
        padding: 0 25px;
        margin: 30px auto; }

.strip-wrap {
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  pointer-events: none;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox, Safari 18.2+, Chromium 121+ */ }

.dir-right .strip-wrap {
  justify-content: !important flex-end; }

#enquiry-overlay, #subscribe-overlay, #register-overlay, .leasing-overlay {
  display: none;
  background: #F7F5F1;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 99; }
  #enquiry-overlay .container, #subscribe-overlay .container, #register-overlay .container, .leasing-overlay .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100dvh - 80px); }
  #enquiry-overlay .close, #subscribe-overlay .close, #register-overlay .close, .leasing-overlay .close {
    position: absolute;
    top: 30px;
    right: 30px;
    padding-right: 30px;
    background: url(../images/icon-close.svg) right center no-repeat;
    z-index: 10; }
  #enquiry-overlay .inner, #subscribe-overlay .inner, #register-overlay .inner, .leasing-overlay .inner {
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
    height: 100%;
    overflow-y: auto;
    padding: 40px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox, Safari 18.2+, Chromium 121+ */ }
    #enquiry-overlay .inner .intro-wrap, #subscribe-overlay .inner .intro-wrap, #register-overlay .inner .intro-wrap, .leasing-overlay .inner .intro-wrap {
      max-width: 760px;
      margin: 0 auto 30px auto;
      text-align: center; }
      #enquiry-overlay .inner .intro-wrap h2, #subscribe-overlay .inner .intro-wrap h2, #register-overlay .inner .intro-wrap h2, .leasing-overlay .inner .intro-wrap h2 {
        font-weight: 500; }

#enquiry-overlay input[type="email"], #enquiry-overlay input[type="number"], #enquiry-overlay input[type="tel"], #enquiry-overlay input[type="text"], #enquiry-overlay textarea, #enquiry-overlay select, #enquiry-overlay .select2-container .select2-selection--single .select2-selection__rendered, #subscribe-overlay input[type="email"], #subscribe-overlay input[type="number"], #subscribe-overlay input[type="tel"], #subscribe-overlay input[type="text"], #subscribe-overlay textarea, #subscribe-overlay select, #subscribe-overlay .select2-container .select2-selection--single .select2-selection__rendered, #register-overlay input[type="email"], #register-overlay input[type="number"], #register-overlay input[type="tel"], #register-overlay input[type="text"], #register-overlay textarea, #register-overlay select, #register-overlay .select2-container .select2-selection--single .select2-selection__rendered, .leasing-overlay input[type="email"], .leasing-overlay input[type="number"], .leasing-overlay input[type="tel"], .leasing-overlay input[type="text"], .leasing-overlay textarea, .leasing-overlay select, .leasing-overlay .select2-container .select2-selection--single .select2-selection__rendered, .flexible-content .copy-block.form-block input[type="email"], .flexible-content .copy-block.form-block input[type="number"], .flexible-content .copy-block.form-block input[type="tel"], .flexible-content .copy-block.form-block input[type="text"], .flexible-content .copy-block.form-block textarea, .flexible-content .copy-block.form-block select, .flexible-content .copy-block.form-block .select2-container .select2-selection--single .select2-selection__rendered {
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0; }
#enquiry-overlay textarea, #subscribe-overlay textarea, #register-overlay textarea, .leasing-overlay textarea, .flexible-content .copy-block.form-block textarea {
  min-height: 200px; }
#enquiry-overlay select, #enquiry-overlay .select2-container .select2-selection--single .select2-selection__rendered, #subscribe-overlay select, #subscribe-overlay .select2-container .select2-selection--single .select2-selection__rendered, #register-overlay select, #register-overlay .select2-container .select2-selection--single .select2-selection__rendered, .leasing-overlay select, .leasing-overlay .select2-container .select2-selection--single .select2-selection__rendered, .flexible-content .copy-block.form-block select, .flexible-content .copy-block.form-block .select2-container .select2-selection--single .select2-selection__rendered {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/icon-dd.svg);
  background-position: right 10px center;
  background-size: 17px auto;
  background-repeat: no-repeat; }
#enquiry-overlay input[type="checkbox"], #subscribe-overlay input[type="checkbox"], #register-overlay input[type="checkbox"], .leasing-overlay input[type="checkbox"], .flexible-content .copy-block.form-block input[type="checkbox"] {
  border-radius: 0; }
#enquiry-overlay .select2-container--default .select2-selection--single, #subscribe-overlay .select2-container--default .select2-selection--single, #register-overlay .select2-container--default .select2-selection--single, .leasing-overlay .select2-container--default .select2-selection--single, .flexible-content .copy-block.form-block .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  min-height: 38px; }
#enquiry-overlay .select2-container .select2-selection--single .select2-selection__rendered, #subscribe-overlay .select2-container .select2-selection--single .select2-selection__rendered, #register-overlay .select2-container .select2-selection--single .select2-selection__rendered, .leasing-overlay .select2-container .select2-selection--single .select2-selection__rendered, .flexible-content .copy-block.form-block .select2-container .select2-selection--single .select2-selection__rendered {
  min-height: 38px;
  line-height: 38px; }
#enquiry-overlay .select2-selection__arrow, #subscribe-overlay .select2-selection__arrow, #register-overlay .select2-selection__arrow, .leasing-overlay .select2-selection__arrow, .flexible-content .copy-block.form-block .select2-selection__arrow {
  display: none; }
#enquiry-overlay .gform-theme--foundation .gform_fields, #subscribe-overlay .gform-theme--foundation .gform_fields, #register-overlay .gform-theme--foundation .gform_fields, .leasing-overlay .gform-theme--foundation .gform_fields, .flexible-content .copy-block.form-block .gform-theme--foundation .gform_fields {
  column-gap: 20px;
  row-gap: 20px; }
#enquiry-overlay .gform_required_legend, #subscribe-overlay .gform_required_legend, #register-overlay .gform_required_legend, .leasing-overlay .gform_required_legend, .flexible-content .copy-block.form-block .gform_required_legend {
  margin-bottom: 20px; }
#enquiry-overlay .gform_description, #subscribe-overlay .gform_description, #register-overlay .gform_description, .leasing-overlay .gform_description, .flexible-content .copy-block.form-block .gform_description {
  padding: 0; }
#enquiry-overlay textarea::-webkit-input-placeholder, #enquiry-overlay input::-webkit-input-placeholder, #subscribe-overlay textarea::-webkit-input-placeholder, #subscribe-overlay input::-webkit-input-placeholder, #register-overlay textarea::-webkit-input-placeholder, #register-overlay input::-webkit-input-placeholder, .leasing-overlay textarea::-webkit-input-placeholder, .leasing-overlay input::-webkit-input-placeholder, .flexible-content .copy-block.form-block textarea::-webkit-input-placeholder, .flexible-content .copy-block.form-block input::-webkit-input-placeholder {
  color: rgba(46, 62, 59, 0.5); }
#enquiry-overlay textarea:-moz-placeholder, #enquiry-overlay input:-moz-placeholder, #subscribe-overlay textarea:-moz-placeholder, #subscribe-overlay input:-moz-placeholder, #register-overlay textarea:-moz-placeholder, #register-overlay input:-moz-placeholder, .leasing-overlay textarea:-moz-placeholder, .leasing-overlay input:-moz-placeholder, .flexible-content .copy-block.form-block textarea:-moz-placeholder, .flexible-content .copy-block.form-block input:-moz-placeholder {
  color: rgba(46, 62, 59, 0.5); }
#enquiry-overlay textarea::-moz-placeholder, #enquiry-overlay input::-moz-placeholder, #subscribe-overlay textarea::-moz-placeholder, #subscribe-overlay input::-moz-placeholder, #register-overlay textarea::-moz-placeholder, #register-overlay input::-moz-placeholder, .leasing-overlay textarea::-moz-placeholder, .leasing-overlay input::-moz-placeholder, .flexible-content .copy-block.form-block textarea::-moz-placeholder, .flexible-content .copy-block.form-block input::-moz-placeholder {
  color: rgba(46, 62, 59, 0.5); }
#enquiry-overlay textarea:-ms-input-placeholder, #enquiry-overlay input:-ms-input-placeholder, #subscribe-overlay textarea:-ms-input-placeholder, #subscribe-overlay input:-ms-input-placeholder, #register-overlay textarea:-ms-input-placeholder, #register-overlay input:-ms-input-placeholder, .leasing-overlay textarea:-ms-input-placeholder, .leasing-overlay input:-ms-input-placeholder, .flexible-content .copy-block.form-block textarea:-ms-input-placeholder, .flexible-content .copy-block.form-block input:-ms-input-placeholder {
  color: rgba(46, 62, 59, 0.5); }
#enquiry-overlay textarea:focus::-webkit-input-placeholder, #subscribe-overlay textarea:focus::-webkit-input-placeholder, #register-overlay textarea:focus::-webkit-input-placeholder, .leasing-overlay textarea:focus::-webkit-input-placeholder, .flexible-content .copy-block.form-block textarea:focus::-webkit-input-placeholder {
  color: rgba(46, 62, 59, 0); }
#enquiry-overlay textarea:focus:-moz-placeholder, #subscribe-overlay textarea:focus:-moz-placeholder, #register-overlay textarea:focus:-moz-placeholder, .leasing-overlay textarea:focus:-moz-placeholder, .flexible-content .copy-block.form-block textarea:focus:-moz-placeholder {
  color: rgba(46, 62, 59, 0); }
#enquiry-overlay textarea:focus::-moz-placeholder, #subscribe-overlay textarea:focus::-moz-placeholder, #register-overlay textarea:focus::-moz-placeholder, .leasing-overlay textarea:focus::-moz-placeholder, .flexible-content .copy-block.form-block textarea:focus::-moz-placeholder {
  color: rgba(46, 62, 59, 0); }
#enquiry-overlay textarea:focus:-ms-input-placeholder, #subscribe-overlay textarea:focus:-ms-input-placeholder, #register-overlay textarea:focus:-ms-input-placeholder, .leasing-overlay textarea:focus:-ms-input-placeholder, .flexible-content .copy-block.form-block textarea:focus:-ms-input-placeholder {
  color: rgba(46, 62, 59, 0); }
#enquiry-overlay button, #subscribe-overlay button, #register-overlay button, .leasing-overlay button, .flexible-content .copy-block.form-block button {
  display: inline-flex !important;
  position: relative !important;
  line-height: 1 !important;
  align-items: center !important;
  transition: all ease 0.4s !important;
  color: #FC6E56 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  width: fit-content !important;
  padding: 6px 10px !important;
  background: transparent !important;
  border: 1px solid #FC6E56 !important;
  border-radius: 5px !important; }
  #enquiry-overlay button:hover, #enquiry-overlay button.active, #subscribe-overlay button:hover, #subscribe-overlay button.active, #register-overlay button:hover, #register-overlay button.active, .leasing-overlay button:hover, .leasing-overlay button.active, .flexible-content .copy-block.form-block button:hover, .flexible-content .copy-block.form-block button.active {
    color: #fff !important;
    background: #FC6E56 !important; }
#enquiry-overlay .gform-theme--foundation .gform_footer, #subscribe-overlay .gform-theme--foundation .gform_footer, #register-overlay .gform-theme--foundation .gform_footer, .leasing-overlay .gform-theme--foundation .gform_footer, .flexible-content .copy-block.form-block .gform-theme--foundation .gform_footer {
  justify-content: center; }
#enquiry-overlay .gform-theme--framework .gform_validation_errors, #enquiry-overlay .gform-theme--framework .gform_validation_errors:focus, #subscribe-overlay .gform-theme--framework .gform_validation_errors, #subscribe-overlay .gform-theme--framework .gform_validation_errors:focus, #register-overlay .gform-theme--framework .gform_validation_errors, #register-overlay .gform-theme--framework .gform_validation_errors:focus, .leasing-overlay .gform-theme--framework .gform_validation_errors, .leasing-overlay .gform-theme--framework .gform_validation_errors:focus, .flexible-content .copy-block.form-block .gform-theme--framework .gform_validation_errors, .flexible-content .copy-block.form-block .gform-theme--framework .gform_validation_errors:focus {
  border-radius: 0 !important;
  border: 0 !important;
  outline: 0 !important; }
#enquiry-overlay .select2-container--default .select2-selection--single, #subscribe-overlay .select2-container--default .select2-selection--single, #register-overlay .select2-container--default .select2-selection--single, .leasing-overlay .select2-container--default .select2-selection--single, .flexible-content .copy-block.form-block .select2-container--default .select2-selection--single {
  position: relative; }

.select2-dropdown {
  border: 0 !important;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4)) !important; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #FC6E56; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 260px; }

/*#subscribe-overlay{
	width: auto;
	height: auto;
	padding: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 4px 4px rgba(0,0,0,0.4));
	
	.container{
		height: auto;
		width: 100%;
		padding: 0;
	}
	
	.content-wrap{
		max-width: 400px;
		margin: 0 auto;
	}
	.inner{
		.logo{
            margin-bottom: 30px;
        }
		.intro-wrap{
			text-align: left;
			margin-bottom: 30px;
		}
	}
}*/
#default {
  padding: 160px 0 100px 0; }
  #default h1 {
    color: #FC6E56; }
  #default h3 {
    font-size: 22px;
    padding: 10px 0 20px 0; }

.mobile-only, .sdgs-wrap-mobile {
  display: none; }

.desktop-only {
  display: block; }

.desktop-only-flex {
  display: flex; }

#nav-trigger {
  position: relative;
  color: #f5f5f5;
  cursor: pointer;
  transition: transform .5s ease;
  width: 24px;
  display: none;
  height: 18px;
  z-index: 12;
  margin: 0 0 0 36px; }
  #nav-trigger .menu {
    background: #f5f5f5;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    transition: background .5s ease;
    width: 24px; }
    #nav-trigger .menu:after, #nav-trigger .menu:before {
      background: #f5f5f5;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      transition: transform .3s ease,top .3s ease,bottom .3s ease;
      width: 24px; }
    #nav-trigger .menu:before {
      top: -8px; }
    #nav-trigger .menu:after {
      bottom: -8px;
      top: auto; }
  #nav-trigger.open .menu {
    background: 0 0;
    transition: none; }
  #nav-trigger.open .menu:before {
    transform: rotate(45deg);
    width: 24px;
    top: 0; }
  #nav-trigger.open .menu:after {
    top: 12px;
    width: 24px;
    bottom: auto;
    transform: translateY(-12px) rotate(-45deg); }

@media only screen and (max-width: 1290px) {
  #single .left {
    padding-left: calc(5% + 40px); }

  #single .right .content-wrap {
    padding-right: 40px; } }
@media only screen and (max-width: 1199px) {
  .container {
    width: 100%; }

  #leasing .agent-block .agents-wrap .agent .contacts-wrap {
    flex-wrap: wrap; }

  #leasing .agent-block .agents-wrap .agent .contacts-wrap .contact {
    width: 50%; }

  #leasing .agent-block .agents-wrap .agent .logo {
    width: 200px; }

  #leasing .agent-block .agents-wrap .agent .contacts-wrap {
    width: calc(100% - 230px); } }
@media only screen and (max-width: 1019px) {
  header {
    height: 60px; }

  .menu-header-menu-container {
    display: none; }

  #nav-trigger {
    display: block; }

  header .inner .logo img {
    width: 100px; }

  .menu-header-menu-container {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #2E3E3B;
    padding: 0 20px 20px 20px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4)); }

  .menu-header-menu-container.open {
    display: block; }

  header .inner .menu-header-menu-container ul {
    display: block; }

  header .inner .menu-header-menu-container ul li {
    margin: 15px 0; }

  .page-content {
    padding-top: 60px; }

  #single .left {
    padding-left: 40px; }

  #single .left .content-wrap {
    padding: 40px 40px 0 0; }

  #single .right .content-wrap {
    padding: 40px; }

  #single .right .content-wrap .item {
    flex-direction: column;
    margin-bottom: 15px; }

  #single .right .content-wrap .item p.title {
    width: 100%;
    padding-bottom: 5px; }

  #single .right .content-wrap .logo-wrap {
    width: 100%; }

  #single .left .flexible-content-events .block {
    padding-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  .tablet-desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  h1 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px; }

  h2, #home .hero-block-home .inner .copy-wrap .copy p, #home .cta-block .inner .boxes-wrap .box .title h2, h3, #venues .venues-block .venue-overlay .inner .copy-wrap h2 {
    font-size: 20px;
    line-height: 26px; }

  .hero-block .inner .copy-wrap p, #venues .venues-block .venue-overlay .inner .copy-wrap h3, p.intro {
    font-size: 16px;
    line-height: 22px; }

  h2, p, .flexible-content .connections-block h2 {
    padding-bottom: 20px; }

  .button {
    margin-bottom: 10px; }

  footer {
    padding: 40px 0; }

  footer .inner .top .column-wrap {
    flex-direction: column; }

  footer .inner .top .column-wrap .left {
    width: 100%;
    margin-bottom: 30px; }

  footer .inner .top .subscribe {
    display: block;
    margin-bottom: 40px; }

  footer .inner .top .subscribe .button {
    margin: 10px 0 0 0; }

  footer .inner .top .column-wrap .right {
    display: block;
    width: 100%; }

  footer .inner .top .socials {
    margin: 0; }

  footer .inner .top .socials li {
    margin: 0 10px 0 0; }

  footer .inner .bottom {
    display: block; }

  footer .inner .bottom .left {
    display: block; }

  footer .inner .bottom .left p {
    margin-bottom: 20px; }

  footer .inner .bottom #menu-footer-menu {
    margin-bottom: 20px; }

  footer .inner .bottom #menu-footer-menu li {
    margin: 0 25px 0 0; }

  footer .inner .bottom .right {
    width: 100%;
    text-align: left; }

  #home .hero-block-home .inner .copy-wrap .copy {
    width: 80%; }

  #home .hero-block-home .inner .copy-wrap {
    bottom: 100px; }

  #home .cta-block {
    padding: 0 0 40px 0; }

  #home .cta-block .inner .boxes-wrap {
    flex-direction: column; }

  #home .cta-block .inner .boxes-wrap .box {
    width: 100%;
    margin-bottom: 30px; }

  #home .events-block {
    padding: 40px 0; }

  #home .events-block .inner .left, #home .events-block .inner .right {
    width: 100%;
    margin: 0 0 30px 0; }

  #home .events-block .inner .grid-wrap .item:last-child {
    margin: 0; }

  #home .events-block .inner .event-item {
    aspect-ratio: 512 / 299;
    min-height: inherit; }

  .flexible-content .block {
    padding: 40px 0; }

  .flexible-content .block.p-bottom {
    padding: 0 0 40px 0; }

  .flexible-content .block.p-top {
    padding: 40px 0 0 0; }

  .copy-image-block .inner {
    flex-direction: column; }

  .copy-image-block .inner .copy-wrap, .flexible-content .copy-image-block .inner.pos-left .copy-wrap {
    width: 100%;
    order: 0;
    margin-bottom: 30px; }

  .copy-image-block .inner .image-wrap {
    width: 100%;
    order: 1;
    margin-bottom: 0; }

  .flexible-content .image-block.img-single-full {
    height: 300px; }

  .hero-block .inner .copy-wrap {
    top: auto;
    bottom: 30px;
    transform: none; }

  .hero-block .inner .copy-wrap .copy {
    padding: 20px;
    margin: 0; }

  .flexible-content .copy-icon-block .icon-wrap {
    flex-direction: column; }

  .flexible-content .copy-icon-block .icon-wrap .icon, .flexible-content .copy-icon-block .icon-wrap.row-4 .icon {
    width: 100%;
    margin: 15px 0; }

  .flexible-content .copy-icon-block .copy-wrap.above {
    margin-bottom: 30px; }

  .flexible-content .copy-icon-block .copy-wrap.below {
    margin-top: 30px; }

  .flexible-content .testimonial-block .carousel-cell {
    width: 100%;
    padding: 0 20px; }

  #venues .venues-block .venue-item {
    width: 100%;
    margin: 20px 0; }

  #venues .venues-block .venue-wrap {
    padding: 30px 0; }

  #venues .venues-block .venue-overlay .inner {
    padding: 60px 20px 40px 20px; }

  #venues .venues-block .venue-overlay .inner .content-wrap {
    display: block; }

  #venues .venues-block .venue-overlay .inner .copy-wrap {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0; }

  #venues .venues-block .venue-overlay .inner .flexslider {
    width: 100%; }

  .flexible-content .location-block .inner {
    flex-direction: column; }

  .flexible-content .location-block .copy-wrap {
    width: 100%;
    margin-bottom: 30px;
    padding: 0; }

  .flexible-content .location-block .image-wrap {
    width: 100%; }

  .flexible-content .stats-block h2 {
    padding-bottom: 30px; }

  .flexible-content .stats-block .stats-wrap {
    display: block; }

  .flexible-content .stats-block .stats-wrap .stat-item {
    width: 100%;
    border-bottom: 1px solid #2E3E3B;
    padding: 0 20px 20px 20px;
    border-left: 0;
    max-width: 300px;
    margin: 0 auto 20px auto; }

  .flexible-content .stats-block .stats-wrap .stat-item .stat {
    font-size: 30px; }

  #leasing .building-block {
    padding: 40px 0 0 0; }

  .flexslider, #venues .venues-block .venue-overlay .inner .flexslider {
    margin: 0 0 40px;
    padding: 0 20px; }

  .fs-s1 .flex-direction-nav, .fs-s2 .flex-direction-nav {
    width: 100%; }

  .fs-s1 .flex-direction-nav .flex-nav-prev, .fs-s2 .flex-direction-nav .flex-nav-prev, #single .left .flexible-content-events .fs-s1 .flex-direction-nav .flex-nav-prev {
    left: -10px; }

  .fs-s1 .flex-direction-nav .flex-nav-next, .fs-s2 .flex-direction-nav .flex-nav-next, #single .left .flexible-content-events .fs-s1 .flex-direction-nav .flex-nav-next {
    right: -10px; }

  .flexible-content .testimonial-block .button-row {
    margin: 30px 0 0 0; }

  #whats-on .event-item {
    width: 100%; }

  #single {
    flex-direction: column; }

  #single .left {
    width: 100%;
    padding: 0; }

  #single .left .content-wrap {
    padding: 40px 20px; }

  #single .right {
    width: 100%;
    padding: 0; }

  #single .right .content-wrap {
    padding: 40px 20px; }

  #single .left .flexible-content-events .block {
    padding-bottom: 30px; }

  #single .left .flexible-content-events .speakers-block {
    padding-bottom: 10px; }

  #single .left .cta-wrap {
    margin: 30px 0 0 0; }

  #single .right .content-wrap .logo-wrap {
    margin: 0 auto; }

  #single .right .content-wrap .button.booking {
    margin: 20px auto; }

  #single .right .content-wrap .logo-wrap .image img {
    margin: 0 auto 2px auto; }

  #single .left .flexible-content-events .copy-block {
    max-width: none; }

  #single .right .content-wrap .item {
    flex-direction: row; }

  #single .right .content-wrap .item p.title {
    width: 35%; }

  #single .left .flexible-content-events .video-block .video-wrap .play {
    width: 50px;
    height: 50px; }

  #leasing .agent-block {
    padding: 40px 0; }

  #leasing .agent-block .downloads-wrap {
    padding-bottom: 0; }

  #leasing .agent-block .agents-wrap .agent {
    margin-top: 30px;
    display: block; }

  #leasing .agent-block .agents-wrap .agent .logo {
    width: 70px; }

  #leasing .agent-block .agents-wrap .agent .contacts-wrap {
    width: 100%;
    margin-top: 20px; } }
@media only screen and (max-width: 500px) {
  .hero-block .inner {
    height: 420px; }

  #single .left .flexible-content-events .speakers-block .speakers-wrap {
    width: 100%;
    margin: 0;
    flex-direction: column; }

  #single .left .flexible-content-events .speakers-block .speakers-wrap .speaker {
    width: 100%;
    margin: 0 0 30px 0; }

  #single .left .flexible-content-events .video-block .videos-wrap {
    width: 100%;
    margin: 0;
    flex-direction: column; }

  #single .left .flexible-content-events .video-block .video-wrap {
    width: 100%;
    margin: 0 0 30px 0; }

  #leasing .agent-block .agents-wrap .agent .contacts-wrap .contact:nth-child(2) {
    margin-top: 20px; }

  #leasing .agent-block .agents-wrap .agent .contacts-wrap .contact {
    width: 100%; } }
