@import url(//hello.myfonts.net/count/3d71f7);
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/** some modifications: barry@insidefoundry.co.uk */
/**
 * Imported from meyerweb reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**
 * 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

/* 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 5, 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.
 */
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+, 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 */
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 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.
 */
textarea {
  overflow: auto;
}

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

td,
th {
  padding: 0;
}

ol li {
  list-style: lower-roman inside;
}

ul li {
  list-style: none;
}

/* This can be killed by the font: inherit used in the resets above. */
em {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em 0;
  padding: 0;
}

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

.clearfix, .cf, .row {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after, .row:before, .row:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .row:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

img, iframe {
  max-width: 100%;
  height: auto;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Biennale-Regular";
  src: url("webfonts/BiennaleRegular/font.woff2") format("woff2"), url("webfonts/BiennaleRegular/font.woff") format("woff");
}
@font-face {
  font-family: "Biennale-Bold";
  src: url("webfonts/BiennaleBold/font.woff2") format("woff2"), url("webfonts/BiennaleBold/font.woff") format("woff");
}
@font-face {
  font-family: "Biennale-Medium";
  src: url("webfonts/BiennaleMedium/font.woff2") format("woff2"), url("webfonts/BiennaleMedium/font.woff") format("woff");
}
body {
  font-family: "Biennale-Regular";
}

div#page {
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
}

h1, h2, h3, h4, h5 {
  font-family: "Biennale-Bold";
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

h1 {
  font-size: 3.4rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 720px) {
  h1 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
}
h1.h1-headline {
  color: white;
  text-transform: uppercase;
  line-height: 4.1rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 720px) {
  h1.h1-headline {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
}

h2 {
  font-size: 2.6rem;
  line-height: 3rem;
  letter-spacing: 0.3rem;
  margin-bottom: 0px;
}
@media screen and (max-width: 720px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
h2:last-of-type {
  margin-bottom: 30px;
}

h3 {
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 30px;
}

h4 {
  font-size: 0.87rem;
  margin-bottom: 30px;
}

p {
  font-size: 1.25rem;
  line-height: 2.1rem;
}
@media screen and (max-width: 720px) {
  p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
p.p-small {
  font-size: 0.87rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 720px) {
  p.p-small {
    font-size: 0.64rem;
    line-height: 1rem;
  }
}
p.p-xsmall {
  font-size: 0.75rem;
  line-height: 1.1rem;
}
p.p-med {
  font-size: 1rem;
  line-height: 1.5rem;
}
p.p-medlrg {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
p.p-lrg {
  font-size: 2rem;
  letter-spacing: 0.3rem;
}
p.p-xlrg {
  font-size: 2rem;
}
p.p-spacesdata {
  font-size: 0.75rem;
  color: #b66822 !important;
}
p.p-spacesdata--line {
  border-bottom: 1px solid #b66822;
  padding: 6px 0;
}

.orange {
  color: #b66822 !important;
}

.bold {
  font-family: "Biennale-Bold";
}

.dark {
  color: #313f40 !important;
}

.light {
  color: #5b6869;
}

.white {
  color: white;
}

.whitelink {
  color: white;
  text-decoration: none;
}
.whitelink:hover {
  text-decoration: underline;
}

.tint {
  color: #5a6869;
}

.privacyterms {
  font-size: 0.87rem;
}

.pattern__divider {
  display: flex;
}
.pattern__divider--columnreverse {
  flex-direction: column-reverse;
}
.pattern__divider--column {
  flex-direction: column;
}
.pattern__divider--one {
  background-image: url("../../assets/pattern-1.svg");
  background-position: top;
  background-repeat: repeat-x;
  background-size: 1173px;
  height: 144px;
  width: 100%;
}
.pattern__divider--two {
  background-image: url("../../assets/pattern-1.svg");
  background-color: #313f40;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 1173px;
  height: 144px;
  width: 100%;
}
.pattern__divider--three {
  background-image: url("../../assets/pattern-6.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 2300px;
  height: 280px;
  width: 100%;
  position: relative;
}

.pattern-block-one {
  position: absolute;
  background-image: url("../../assets/hero-pattern.svg");
  background-position: bottom left;
  width: 37%;
  height: 1210px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 720px) {
  .pattern-block-one {
    display: none;
  }
}

.pattern-block-two {
  position: absolute;
  background-image: url("../../assets/pattern-2.svg");
  width: 835px;
  height: 764px;
  bottom: -600px;
  left: -70px;
  z-index: 1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 720px) {
  .pattern-block-two {
    display: none;
  }
}

.pattern-block-three {
  position: absolute;
  background-image: url("../../assets/pattern-3.svg");
  width: 680px;
  height: 500px;
  top: 700px;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 720px) {
  .pattern-block-three {
    width: 300px;
    height: 300px;
    background-size: 500px 300px;
  }
}

.pattern-block-five {
  position: absolute;
  background-image: url("../../assets/pattern-5.svg");
  width: 787px;
  height: 530px;
  top: 50px;
  right: -244px;
  z-index: 1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 720px) {
  .pattern-block-five {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

.container {
  margin: 0 auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .container {
    width: 544px;
  }
}
@media (min-width: 720px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 940px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1270px) {
  .container {
    width: 1270px;
  }
}
.container--sml {
  margin: 0 auto;
  max-width: 840px;
}
@media screen and (max-width: 720px) {
  .container--sml {
    padding: 0 40px;
  }
}

.container-flid {
  width: 100%;
}

.row {
  position: relative;
}
@media (min-width: 544px) {
  .row {
    margin: 0;
  }
}
.row .row {
  margin: 0;
}
.row:after {
  content: "";
  clear: both;
  display: table;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  float: left;
  padding: 0 15px;
  width: 100%;
  min-height: 1px;
}

.col-xs-1 {
  width: 8.333333333%;
}

.col-xs-2 {
  width: 16.666666666%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333333%;
}

.col-xs-5 {
  width: 41.666666666%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333%;
}

.col-xs-8 {
  width: 66.666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333333%;
}

.col-xs-11 {
  width: 91.666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .col-sm-1 {
    width: 8.333333333%;
  }

  .col-sm-2 {
    width: 16.666666666%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333333333%;
  }

  .col-sm-5 {
    width: 41.666666666%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333%;
  }

  .col-sm-8 {
    width: 66.666666666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333333333%;
  }

  .col-sm-11 {
    width: 91.666666666%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 720px) {
  .col-md-1 {
    width: 8.333333333%;
  }

  .col-md-2 {
    width: 16.666666666%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333333%;
  }

  .col-md-5 {
    width: 41.666666666%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333333%;
  }

  .col-md-8 {
    width: 66.666666666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333333333%;
  }

  .col-md-11 {
    width: 91.666666666%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 940px) {
  .col-lg-1 {
    width: 8.333333333%;
  }

  .col-lg-2 {
    width: 16.666666666%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333333333%;
  }

  .col-lg-5 {
    width: 41.666666666%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333%;
  }

  .col-lg-8 {
    width: 66.666666666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333333333%;
  }

  .col-lg-11 {
    width: 91.666666666%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1270px) {
  .col-xl-1 {
    width: 8.333333333%;
  }

  .col-xl-2 {
    width: 16.666666666%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.333333333%;
  }

  .col-xl-5 {
    width: 41.666666666%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.333333333%;
  }

  .col-xl-8 {
    width: 66.666666666%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.333333333%;
  }

  .col-xl-11 {
    width: 91.666666666%;
  }

  .col-xl-12 {
    width: 100%;
  }
}
.col-xs-offset-0 {
  margin-left: 8.333333333%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.666666666%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.666666666%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.666666666%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.666666666%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.666666666%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.666666666%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 720px) {
  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.666666666%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.666666666%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.666666666%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 940px) {
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.666666666%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.666666666%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.666666666%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1270px) {
  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.666666666%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.666666666%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.666666666%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.666666666%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none;
}

.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg, .hidden-xl {
  display: inherit;
}

@media (max-width: 544px) {
  .visible-xs {
    display: block;
  }

  .visible-sm, .visible-md, .visible-lg, .visible-xl {
    display: none;
  }

  .hidden-xs {
    display: none;
  }
}
@media (min-width: 544px) and (max-width: 720px) {
  .visible-sm {
    display: block;
  }

  .hidden-sm {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 940px) {
  .visible-md {
    display: block;
  }

  .hidden-md {
    display: none;
  }
}
@media (min-width: 940px) and (max-width: 1270px) {
  .visible-lg {
    display: block;
  }

  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1270px) {
  .visible-xl {
    display: block;
  }

  .hidden-xl {
    display: none;
  }
}
.siteheader {
  background-color: #313f40;
  display: flex;
  padding: 30px;
  justify-content: space-between;
}
.siteheader__nav {
  display: flex;
}
@media screen and (max-width: 1165px) {
  .siteheader__nav {
    display: none;
    width: 100%;
    left: 0;
  }
}
.siteheader__nav ul {
  display: flex;
  list-style: none;
  text-transform: uppercase;
  font-size: 1rem;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 1165px) {
  .siteheader__nav ul {
    width: 100%;
    flex-direction: column;
    background-color: #313f40;
    padding: 50px 0 100px;
  }
}
.siteheader__nav ul li {
  margin-right: 24px;
  text-align: center;
}
.siteheader__nav ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1165px) {
  .siteheader__nav ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.siteheader__nav ul li a {
  color: #dedede;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.siteheader__nav ul li a:hover {
  color: white;
}
.siteheader__nav.open {
  position: absolute;
  top: 115px;
  z-index: 10;
  display: flex;
}

.logo {
  transition: all 0.3s;
}
.logo:hover {
  opacity: 0.6;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 1165px) {
  .hamburger {
    display: initial;
  }
}
.hamburger:focus {
  outline: none;
  box-shadow: none;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 2px;
  background-color: white;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #b66822;
}

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  position: relative;
  display: flex;
  align-items: center;
}
.hero__slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: aliceblue;
}
.hero__slideshow__slide {
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__slideshow::before {
  content: "";
  background: linear-gradient(90deg, #5b6869 0, rgba(0, 0, 0, 0) 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s;
  opacity: 0.9;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  .hero__slideshow::before {
    background: linear-gradient(180deg, #5b6869 0, rgba(0, 0, 0, 0) 70%);
  }
}
.hero::before {
  content: "";
  background: linear-gradient(90deg, #5b6869 0, rgba(0, 0, 0, 0) 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s;
  opacity: 0.9;
}
@media screen and (max-width: 720px) {
  .hero::before {
    background: linear-gradient(180deg, #5b6869 0, rgba(0, 0, 0, 0) 70%);
  }
}
.hero .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 720px) {
  .hero .container {
    padding: 50px 25px;
  }
}
.hero__tag {
  position: absolute;
  bottom: 75px;
  left: 30px;
  transform: rotate(-90deg);
  z-index: 1;
}
.hero__tag p {
  color: white;
  position: relative;
  letter-spacing: 0.1rem;
}
.hero__tag p::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 19px;
  background-color: #b66822;
  transform: rotate(90deg);
  bottom: 2px;
  left: -20px;
}
.hero__enquire {
  background-image: url("../../assets/heromarker.svg");
  width: 138px;
  height: 138px;
  position: absolute;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 50%;
  margin-left: -69px;
  bottom: -69px;
  padding: 0 20px;
  z-index: 1;
  text-decoration: none;
}
.hero__enquire p {
  color: #313f40;
  font-family: "Biennale-Bold";
  letter-spacing: 0.1rem;
}
.hero__enquire p a {
  text-decoration: none;
}
.hero h1 {
  color: white;
  text-transform: uppercase;
  font-size: 3.4rem;
  line-height: 4.1rem;
  max-width: 550px;
  margin-bottom: 35px;
}
@media screen and (max-width: 720px) {
  .hero h1 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
}

.orange {
  color: #b66822;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
.btn, .footerenquiry .gform_footer.top_label .gform_button, .btn--hero, .btn--white, .btn--light, .btn--brand {
  display: inline-block;
  min-width: 228px;
  padding: 15px 23px;
  text-align: center;
  text-decoration: none;
  font-family: "Biennale-Bold";
  outline: none;
  color: #fff;
  background-color: #b66822;
  border: none;
  box-shadow: 8px 8px #6E4B2D;
  font-size: 0.87rem;
  transition: all 0.3s;
  letter-spacing: 0.1rem;
  position: relative;
  z-index: 1;
}
.btn:hover, .footerenquiry .gform_footer.top_label .gform_button:hover, .btn--hero:hover, .btn--white:hover, .btn--light:hover, .btn--brand:hover {
  background-color: #6E4B2D;
  box-shadow: 0 0 #6E4B2D;
  cursor: pointer;
}
.btn:active, .footerenquiry .gform_footer.top_label .gform_button:active, .btn--hero:active, .btn--white:active, .btn--light:active, .btn--brand:active {
  background-color: #6E4B2D;
  box-shadow: 0 0;
  transform: translateY(4px);
}
.btn--hero, .btn--white, .btn--light, .btn--brand {
  background-color: #fff;
  color: #b66822;
  border: 2px #b66822 solid;
  box-shadow: 8px 8px #b66822;
  text-transform: uppercase;
  padding: 15px 39px;
}
.btn--hero:hover, .btn--white:hover, .btn--light:hover, .btn--brand:hover {
  background-color: #b66822;
  box-shadow: 0 0 #b66822;
  color: #fff;
}
.btn--brand {
  background-color: #313f40;
  color: #fff;
}
.btn--light {
  color: #313f40;
}
.btn--light:hover {
  border: 2px #313f40 solid;
  background-color: #313f40;
  color: #fff;
}
.btn--white {
  border: 2px white solid;
  background-color: #313f40;
  box-shadow: 8px 8px white;
  color: #fff;
}
.btn--center {
  display: block;
  margin: 0 auto;
}
.btn__block {
  display: flex;
  justify-content: center;
}
.btn__block--ptsml {
  padding-top: 40px;
}
.btn-block {
  display: flex;
  padding: 60px 0;
}
.btn-block .btn:first-child, .btn-block .footerenquiry .gform_footer.top_label .gform_button:first-child, .footerenquiry .gform_footer.top_label .btn-block .gform_button:first-child, .btn-block .btn--hero:first-child, .btn-block .btn--brand:first-child, .btn-block .btn--light:first-child, .btn-block .btn--white:first-child {
  margin-right: 20px;
}

body.error404 {
  background-color: #313f40;
}

.block--brand {
  background-color: #313f40;
  color: #fff;
  position: relative;
}
.block--brand p {
  color: #dedede;
}
.block--orange {
  background-color: #b66822;
}
.block--white h1, .block--white h3 {
  color: #313f40;
}
.block--white p {
  color: #5b6869;
}
.block__fullimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block__fullimage__content {
  position: relative;
}
.block--ptlrg {
  padding-top: 160px;
}
@media screen and (max-width: 720px) {
  .block--ptlrg {
    padding-top: 40px;
  }
}
.block--ptsml {
  padding-top: 80px;
}
@media screen and (max-width: 720px) {
  .block--ptsml {
    padding-top: 20px;
  }
}
.block--pblrg {
  padding-bottom: 160px;
}
@media screen and (max-width: 720px) {
  .block--pblrg {
    padding-bottom: 40px;
  }
}
.block--pbsml {
  padding-bottom: 80px;
}
@media screen and (max-width: 720px) {
  .block--pbsml {
    padding-bottom: 20px;
  }
}
.block--pylrg {
  padding: 160px 0;
}
@media screen and (max-width: 720px) {
  .block--pylrg {
    padding: 60px 0;
  }
}
.block--pysml {
  padding: 80px 0;
}
@media screen and (max-width: 720px) {
  .block--pysml {
    padding: 30px 0;
  }
}
.block--pbxlrg {
  padding-bottom: 200px;
}
.block__intro {
  text-align: center;
}
@media screen and (max-width: 720px) {
  .block__intro {
    padding-top: 50px;
  }
}

.logogroup {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  /* border: 1px solid #4A4F53; */
  margin: 60px 0;
  padding: 10px;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
@media screen and (max-width: 720px) {
  .logogroup {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 720px) {
  .logogroup__item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 720px) {
  .logogroup__item:nth-child(5) {
    display: none;
  }
}

.splitlayout {
  display: flex;
}
@media screen and (max-width: 720px) {
  .splitlayout {
    flex-direction: column;
  }
}
.splitlayout__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 720px) {
  .splitlayout__img {
    height: 400px;
  }
}
.splitlayout--flip {
  flex-direction: row-reverse;
}
@media screen and (max-width: 720px) {
  .splitlayout--flip {
    flex-direction: column;
  }
}
.splitlayout__content {
  padding: 180px 100px;
}
@media screen and (max-width: 720px) {
  .splitlayout__content {
    padding: 40px;
  }
}
.splitlayout__content--center {
  text-align: center;
}
.splitlayout__content--center p {
  color: #5b6869;
}
.splitlayout__content--center h3 {
  color: #313f40;
}
.splitlayout--mblrg {
  margin-bottom: 160px;
}
@media screen and (max-width: 720px) {
  .splitlayout--mblrg {
    margin-bottom: 40px;
  }
}

.fullwidth {
  width: 100%;
  position: relative;
}
.fullwidth__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 658px;
}
.fullwidth__slideshow__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 658px;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 720px) {
  .gallery__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery__grid__item {
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 405px;
  align-items: flex-end;
}
.gallery__grid__info {
  background-color: white;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-right: 25px;
}
.gallery__grid__icon {
  height: 50px;
  width: 50px;
  background-color: #b66822;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.gallerycarousel {
  padding-bottom: 20px;
}
.gallerycarousel__container {
  position: relative;
}
@media screen and (max-width: 544px) {
  .gallerycarousel__container {
    margin-bottom: 100px;
  }
}
.gallerycarousel__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 560px;
}
@media screen and (max-width: 544px) {
  .gallerycarousel__image {
    height: 350px;
  }
}
.gallerycarousel__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -30px;
}
@media screen and (max-width: 544px) {
  .gallerycarousel__arrow {
    height: 350px;
  }
}
.gallerycarousel__arrow--prev {
  left: 300px;
  margin-left: -30px;
}
@media screen and (max-width: 544px) {
  .gallerycarousel__arrow--prev {
    top: 110%;
    left: 50px;
  }
}
.gallerycarousel__arrow--next {
  right: 300px;
  margin-right: -30px;
}
@media screen and (max-width: 544px) {
  .gallerycarousel__arrow--next {
    top: 110%;
    right: 50px;
  }
}
.gallerycarousel .slick-dots {
  margin-top: 30px;
}

.facilities {
  display: flex;
}
.facilities__intro {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 720px) {
  .facilities {
    flex-direction: column;
  }
}
.facilities__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.facilities__grid {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #4A4F53;
}
.facilities__grid--margin {
  margin: 60px 0;
}
.facilities__grid--grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.facilities__grid--grid-4 {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 544px) {
  .facilities__grid--grid-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}
.facilities__grid--item {
  border-bottom: 1px solid #4A4F53;
  display: flex;
  flex-direction: column;
  padding: 30px 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.facilities__grid--item:nth-child(odd) {
  border-right: 1px solid #4A4F53;
}
.facilities__grid--item img {
  width: auto;
  height: 50px;
  margin-bottom: 30px;
}
.facilities__grid--item p {
  font-weight: "Biennale-Regular";
}
.facilities__grid__imggallery {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 720px) {
  .facilities__grid__imggallery {
    margin: 60px 0;
  }
}
.facilities__grid__imggallery--img {
  border: 1px solid #4A4F53;
}
@media screen and (max-width: 720px) {
  .facilities__grid__imggallery--img {
    margin-bottom: 20px;
  }
}

.history__gallery {
  position: relative;
  padding-top: 80px;
}
.history__gallery::before {
  content: "";
  width: 100%;
  background-color: #313f40;
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 720px) {
  .history__gallery::before {
    top: 75%;
  }
}
.history__gallery .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history__gallery .container::after {
  display: none;
}
@media screen and (max-width: 720px) {
  .history__gallery .container {
    flex-direction: column;
    padding: 40px;
  }
}
.history__gallery--img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 621px;
  height: 800px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .history__gallery--img {
    width: 100%;
    height: 419px;
    margin-bottom: 40px;
  }
}
.history__gallery--img:last-child {
  width: 513px;
  height: 513px;
}
@media screen and (max-width: 720px) {
  .history__gallery--img:last-child {
    width: 100%;
    height: 325px;
  }
}

.historycarousel__block {
  padding-left: 20px;
  position: relative;
}
.historycarousel__line {
  width: 1px;
  height: 40px;
  background-color: #5b6869;
  left: 50%;
  position: relative;
}
.historycarousel__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
}
.historycarousel__img__border {
  border: 1px solid #5b6869;
  padding: 20px;
  width: 290px;
  height: 290px;
  margin: 0 auto;
}
.historycarousel__nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.historycarousel__arrow--prev, .historycarousel__arrow--next {
  margin: 0 5px;
}

.content {
  position: relative;
}
.content--center {
  text-align: center;
}

.diamond {
  width: 171px;
  height: 130px;
  margin: 0 42px;
}
@media screen and (max-width: 720px) {
  .diamond {
    width: 121px;
    height: 161px;
    margin: 0 20px;
  }
}
.diamond__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 74px 0 152px;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .diamond__container {
    padding: 60px 0 40px;
  }
}
.diamond__inner {
  width: 170px;
  height: 170px;
  border: 1px solid #4A4F53;
  transform: rotate(-45deg);
}
@media screen and (max-width: 720px) {
  .diamond__inner {
    width: 110px;
    height: 110px;
    border: 1px solid #b66822;
  }
}
.diamond__content {
  transform: rotate(45deg);
  text-align: center;
  color: white;
  position: absolute;
  height: 150px;
  top: 26px;
  left: -32px;
  padding: 0 29px;
}
@media screen and (max-width: 720px) {
  .diamond__content {
    top: 0;
    height: 136px;
  }
}
.diamond__content h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .diamond__content h2 {
    color: #b66822;
  }
}
.diamond__content p {
  text-transform: uppercase;
}

.diamond:nth-child(1) > .diamond__inner,
.diamond:nth-child(2) > .diamond__inner,
.diamond:nth-child(3) > .diamond__inner,
.diamond:nth-child(4) > .diamond__inner {
  border: 1px solid #b66822;
}

.diamond:nth-child(1) > .diamond__inner h2,
.diamond:nth-child(2) > .diamond__inner h2,
.diamond:nth-child(3) > .diamond__inner h2,
.diamond:nth-child(4) > .diamond__inner h2 {
  color: #b66822;
}

.map {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dedede;
}

.signup {
  background-image: url("../../assets/enquirybg.svg");
  background-repeat: repeat;
  background-color: #b66822;
  padding: 90px 0;
  color: white;
  background-size: 1000px;
}

.agency {
  background-color: #232B2C;
  padding: 0px 0 40px;
}
.agency .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .agency .row {
    flex-direction: column;
  }
}
.agency__block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .agency__block {
    flex-direction: column;
  }
}
.agency__block__logo {
  margin-right: 20px;
  display: flex;
}
@media screen and (max-width: 720px) {
  .agency__block__logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.agency__block__content {
  margin-right: 40px;
  color: #dedede;
}
@media screen and (max-width: 720px) {
  .agency__block__content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.agency__block__content:last-child {
  margin-right: 0;
}
.agency__block__content a {
  color: white;
  text-decoration: none;
}
.agency__block__content a:hover {
  text-decoration: underline;
}

.callout {
  background-image: url("../../assets/borderpattern.svg");
  background-repeat: repeat;
  padding: 30px;
  position: relative;
  border: 1px solid #b66822;
  background-position: center center;
}
.callout__content {
  position: relative;
  border: 1px solid #b66822;
  padding: 35px;
  background-color: #313f40;
}
.callout__header {
  margin-bottom: 25px;
}
.callout__copy {
  margin-bottom: 25px;
}

.pictureborder__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}
.pictureborder__pattern {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  background-image: url("../../assets/pattern-4.svg");
  background-position-y: 100px;
}
@media screen and (max-width: 720px) {
  .pictureborder__pattern {
    display: none;
  }
}

.twocolumn__headline {
  padding-right: 200px;
}
@media screen and (max-width: 720px) {
  .twocolumn__headline {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.neighbourhood--desktop {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1633px;
}
@media screen and (max-width: 2200px) {
  .neighbourhood--desktop {
    height: 1416px;
  }
}
@media screen and (max-width: 1900px) {
  .neighbourhood--desktop {
    height: 1026px;
  }
}
@media screen and (max-width: 1500px) {
  .neighbourhood--desktop {
    height: 954px;
  }
}
@media screen and (max-width: 1270px) {
  .neighbourhood--desktop {
    height: 800px;
  }
}
@media screen and (max-width: 940px) {
  .neighbourhood--desktop {
    height: 586px;
  }
}
@media screen and (max-width: 720px) {
  .neighbourhood--desktop {
    height: 439px;
  }
}
@media screen and (max-width: 544px) {
  .neighbourhood--desktop {
    height: 591px;
  }
}

.floorplans__container {
  padding-top: 80px;
}

.floorplans__overview {
  display: flex;
}
@media screen and (max-width: 544px) {
  .floorplans__overview {
    flex-direction: column-reverse;
  }
}

.floorplans {
  padding: 100px;
  background: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0 30px;
  width: 100%;
}
@media screen and (max-width: 544px) {
  .floorplans {
    padding: 20px;
    margin: 0;
  }
}
@media screen and (max-width: 544px) {
  .floorplans__buttons__group {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 30px;
  }
}
.floorplans__prevfloor {
  position: absolute;
  left: -36px;
  top: 55%;
  margin-top: -34px;
}
@media screen and (max-width: 544px) {
  .floorplans__prevfloor {
    left: 0;
  }
}
.floorplans__nextfloor {
  position: absolute;
  right: -36px;
  top: 55%;
  margin-top: -34px;
}
@media screen and (max-width: 544px) {
  .floorplans__nextfloor {
    right: 0;
  }
}
@media screen and (max-width: 544px) {
  .floorplans__prevfloor, .floorplans__nextfloor {
    position: relative;
    margin-top: 0;
    margin: 0 10px;
  }
}
.floorplans__prevfloor:hover, .floorplans__nextfloor:hover {
  cursor: pointer;
}

.spacesdata {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 544px) {
  .spacesdata {
    margin-bottom: 30px;
  }
}
.spacesdata__spec {
  text-transform: uppercase;
}
.spacesdata__spec__group {
  margin-top: 40px;
}
.spacesdata__details {
  margin-bottom: 60px;
}
.spacesdata__border {
  border-bottom: 1px solid #CBCBCB;
}
.spacesdata__border td {
  padding: 10px 0;
  color: #313f40;
}
.spacesdata__border th {
  padding: 10px 0;
}
.spacesdata .let, .spacesdata .space {
  display: inline-block;
  padding: 0 4px;
  color: white !important;
  font-size: 0.7rem;
  letter-spacing: 0.1rem;
  margin: 0;
  line-height: 1.6;
}
.spacesdata .let {
  background-color: #313f40;
}
.spacesdata .space {
  background-color: #b66822;
}

.logoblock {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 32px;
}

.spacegallery__tab {
  width: 100%;
}
.spacegallery__tab__content {
  display: none;
}
.spacegallery__tab__content.active {
  display: initial;
}
.spacegallery__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
}

.contactinfo__block {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}
.contactinfo__block__content {
  text-align: center;
  margin-bottom: 10px;
}
.contactinfo__block__logo {
  height: 80px;
  margin-bottom: 30px;
}
.contactinfo__block__logo img {
  height: 100%;
}

.gallerygrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}
.gallerygrid__content {
  padding-right: 50px;
}
@media screen and (max-width: 720px) {
  .gallerygrid__content {
    margin-bottom: 50px;
  }
}
.gallerygrid__item {
  height: 295px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallerygrid__item:first-child {
  grid-column: 1/3;
  height: 415px;
}

.text-center {
  text-align: center;
}

.no-margin {
  margin-bottom: 0;
}

.mb-lrg {
  margin-bottom: 50px;
}

.mb-sml {
  margin-bottom: 15px;
}

.mt-xsml {
  margin-top: 15px;
}

.mt-sml {
  margin-top: 30px;
}

.mt-neglrg {
  margin-top: -140px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  opacity: 0.7;
}

.pos-rel {
  position: relative;
}

@media screen and (max-width: 544px) {
  .mob-hide {
    display: none;
  }
}

.desktop-hide {
  display: none;
}
@media screen and (max-width: 544px) {
  .desktop-hide {
    display: flex;
  }
}

.slick-dots li.slick-active button:before {
  color: #b66822;
  opacity: 1;
  background-color: #313f40;
  border: 2px solid #b66822;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  font-size: 0;
}

.slick-dots li button:before {
  color: #b66822;
  opacity: 1;
  background-color: #b66822;
  border: 2px solid #b66822;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  font-size: 0;
}

/* the slides */
.gallerycarousel .slick-slide, .historycarousel__block .slick-slide {
  margin: 0 20px;
}

/* the parent */
.gallerycarousel .slick-list, .historycarousel__block .slick-list {
  margin: 0 -20px;
}

.slick-current .historycarousel__img__border {
  border: 1px solid #b66822;
}

.slick-current .historycarousel__line {
  background-color: #b66822;
}

.sitefooter {
  padding-top: 210px;
  background-color: #313f40;
  background-image: url("../../assets/footerpattern.svg");
  background-position: top;
  background-repeat: repeat-x;
  background-size: 1530px;
  position: relative;
}
.sitefooter .container {
  display: flex;
  justify-content: space-between;
}
.sitefooter .container::after {
  display: none;
}
@media screen and (max-width: 720px) {
  .sitefooter .container {
    flex-direction: column;
    padding: 0 40px;
  }
}
.sitefootersmlprint {
  margin-top: 30px;
}
.sitefooterbrand {
  margin-bottom: 40px;
}
@media screen and (max-width: 720px) {
  .sitefooterbrand {
    position: absolute;
    right: 30px;
  }
}
.sitefooter__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.sitefooter__nav ul {
  display: flex;
  list-style: none;
  text-transform: uppercase;
  font-size: 1rem;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 720px) {
  .sitefooter__nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sitefooter__nav ul li {
  margin-right: 24px;
}
.sitefooter__nav ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 720px) {
  .sitefooter__nav ul li {
    margin-bottom: 20px;
  }
}
.sitefooter__nav ul li a {
  color: #dedede;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.sitefooter__nav ul li a:hover {
  color: white;
}
.sitefootersub {
  border-top: 1px solid #4A4F53;
  padding: 22px 0;
}
@media screen and (max-width: 720px) {
  .sitefootersub {
    margin-top: 20px;
  }
}
.sitefootersub__nav {
  display: flex;
  justify-content: space-between;
}
.sitefootersub__nav ul {
  display: flex;
  list-style: none;
  text-transform: uppercase;
  font-size: 0.64rem;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 720px) {
  .sitefootersub__nav ul {
    flex-direction: column;
    align-items: self-start;
  }
}
.sitefootersub__nav ul li {
  margin-right: 24px;
}
@media screen and (max-width: 720px) {
  .sitefootersub__nav ul li {
    margin-bottom: 10px;
  }
}
.sitefootersub__nav ul li:last-child {
  margin-right: 0;
}
.sitefootersub__nav ul li a {
  color: #dedede;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.sitefootersub__nav ul li a:hover {
  color: white;
}

.social {
  display: flex;
}
.social a {
  margin-left: 20px;
}
@media screen and (max-width: 720px) {
  .social a {
    margin-left: 0;
    margin-right: 20px;
  }
}
.social svg {
  fill: #dedede;
}

.sitecredits {
  font-size: 0.64rem;
  color: #dedede;
  text-decoration: none;
  letter-spacing: 0.1rem;
}

.footerenquiry__input {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footerenquiry__input .ginput_container {
  display: flex;
  margin-top: 0 !important;
  width: 100%;
  justify-content: center;
}
.footerenquiry__input .ginput_container input, .footerenquiry__input .ginput_container textarea {
  max-width: 550px;
  background-color: #b66822;
  border: 1px solid white;
  padding: 10px !important;
  color: white;
}
.footerenquiry__input .ginput_container input::-moz-placeholder, .footerenquiry__input .ginput_container textarea::-moz-placeholder {
  color: white;
}
.footerenquiry__input .ginput_container input:-ms-input-placeholder, .footerenquiry__input .ginput_container textarea:-ms-input-placeholder {
  color: white;
}
.footerenquiry__input .ginput_container input::placeholder, .footerenquiry__input .ginput_container textarea::placeholder {
  color: white;
}
.footerenquiry__input .ginput_container select {
  background-color: transparent;
  padding: 10px 7px !important;
  border: 1px solid white;
  margin-top: 10px;
}
.footerenquiry .gform_footer.top_label {
  display: flex;
  justify-content: center;
}
.footerenquiry .gform_footer.top_label .gform_button {
  width: 406px;
  border: 1px solid white;
  border-radius: 0;
  text-transform: uppercase;
  box-shadow: 8px 8px white;
}

.toggle__group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 544px) {
  .toggle__group {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.toggle__tab {
  margin: 0 15px;
}
@media screen and (max-width: 544px) {
  .toggle__tab {
    margin-bottom: 15px;
  }
}
.toggle__tab:hover {
  cursor: pointer;
}
.toggle__tab.active {
  color: #b66822;
}
.toggle__tab__content {
  display: none;
}
.toggle__tab__content.active {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-toggletab {
  text-transform: uppercase;
  font-family: "Biennale-Bold";
  letter-spacing: 0.1rem;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
