/*
VARIABLES --------------------
*/
/*
VW SIZING FUNCTION --------------------
*/
/*
FONT SIZE MIXIN FUNCTION --------------------
*/
/*
MIXINS --------------------
*/
/*
EXTEND / INHERITANCE --------------------
*/
.page-wrap#main-page .main-grid .grid-item.loader-tile {
  background: no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.site-loader-overlay img.loader-xyz, .image-viewer-overlay img.image-viewer-image, .page-wrap#main-page .main-grid .grid-item .hover-overlay img.zoom-icon {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/*
COLUMN SIZING --------------------
*/
.grid {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
}
.grid .col-1-12_lg {
  width: 7%;
}
.grid .col-2-12_lg {
  width: 15.454545%;
}
.grid .col-3-12_lg {
  width: 23.90909%;
}
.grid .col-4-12_lg {
  width: 32.363635%;
}
.grid .col-5-12_lg {
  width: 40.81818%;
}
.grid .col-6-12_lg {
  width: 49.272725%;
}
.grid .col-7-12_lg {
  width: 57.72727%;
}
.grid .col-8-12_lg {
  width: 66.181815%;
}
.grid .col-9-12_lg {
  width: 74.63636%;
}
.grid .col-10-12_lg {
  width: 83.090905%;
}
.grid .col-11-12_lg {
  width: 91.54545%;
}
.grid .col-12-12_lg {
  width: 99.999995%;
}
.grid .gutter_lg {
  width: 1.454545%;
}
.grid .gutter-margin-right_lg {
  margin-right: 1.454545%;
}
.grid .gutter-margin-right_lg:last-child {
  margin-right: 0px !important;
}
@media only screen and (max-width: 520px) {
  .grid .col-1-6_sm {
    width: 14.5%;
  }
  .grid .col-2-6_sm {
    width: 31.6%;
  }
  .grid .col-3-6_sm {
    width: 48.7%;
  }
  .grid .col-4-6_sm {
    width: 65.8%;
  }
  .grid .col-5-6_sm {
    width: 82.9%;
  }
  .grid .col-6-6_sm {
    width: 100%;
  }
  .grid .gutter_sm {
    width: 2.6%;
  }
  .grid .gutter-margin-right_sm {
    margin-right: 2.6%;
  }
  .grid .gutter-margin-right_sm:last-child {
    margin-right: 0px !important;
  }
}
/*
GENERAL STYLES --------------------
*/
html, html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #ffffff;
  background-color: #000000;
  text-rendering: optimizeLegibility;
  font-family: "BureauGrotesque";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
body a {
  color: #ffffff;
  text-decoration: none;
  transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
body a:hover {
  text-decoration: underline;
}
html.homepage-disabled {
  pointer-events: none !important;
}
html.homepage-disabled * {
  pointer-events: none !important;
}
/*
SITE WIDE CONTENT ------------------
*/
#content {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  /* 	min-height: 100vh; */
}
.content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.content-wrapper.visible {
  opacity: 1;
}
.page-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.lazyload-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
img, video, svg {
  display: block;
  width: 100%;
  height: auto;
}
.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.loading-overlay.black {
  background-color: #000000;
}
.loading-overlay.yellow {
  background-color: #ffff01;
}
/*
CONTENT WRAPS ------------------
*/
.outer-content-wrap {
  position: relative;
  width: calc(100% - 44px);
  width: -o-calc(100% - 44px);
  width: -ms-calc(100% - 44px);
  width: -moz-calc(100% - 44px);
  width: -webkit-calc(100% - 44px);
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 1441px) {
  .outer-content-wrap {
    width: calc(100% - 3.0555555556vw);
    width: -o-calc(100% - 3.0555555556vw);
    width: -ms-calc(100% - 3.0555555556vw);
    width: -moz-calc(100% - 3.0555555556vw);
    width: -webkit-calc(100% - 3.0555555556vw);
  }
}
@media only screen and (max-width: 520px) {
  .outer-content-wrap {
    width: calc(100% - 3.8647342995vw);
    width: -o-calc(100% - 3.8647342995vw);
    width: -ms-calc(100% - 3.8647342995vw);
    width: -moz-calc(100% - 3.8647342995vw);
    width: -webkit-calc(100% - 3.8647342995vw);
  }
}
/*
IN VIEWPORT CONTENT ------------------
*/
.out-of-opacity {
  transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms;
  opacity: 0;
}
.in-opacity {
  opacity: 1;
}
/*
TEXT STYLES CONTENT ------------------
*/
h1, h2, h3, h4, h5, h6, p {
  position: relative;
  font-family: "BureauGrotesque";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
h1 {
  font-family: "BureauGrotesque";
  font-size: 110px;
  line-height: 0.96em;
  margin-bottom: 0.5em;
  font-size: 50px;
}
@media (min-width: 375px) {
  h1 {
    font-size: calc(5.6338028169vw + 28.8732394366px);
  }
}
@media (min-width: 730px) {
  h1 {
    font-size: calc(5.7142857143vw + 28.2857142857px);
  }
}
@media (min-width: 1080px) {
  h1 {
    font-size: calc(5.5555555556vw + 30px);
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 110px;
  }
}
h2 {
  font-family: "BureauGrotesque";
  font-size: 75px;
  line-height: 0.96em;
  margin-bottom: 0.8em;
  font-size: 36px;
}
@media (min-width: 375px) {
  h2 {
    font-size: calc(3.661971831vw + 22.2676056338px);
  }
}
@media (min-width: 730px) {
  h2 {
    font-size: calc(3.7142857143vw + 21.8857142857px);
  }
}
@media (min-width: 1080px) {
  h2 {
    font-size: calc(3.6111111111vw + 23px);
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 75px;
  }
}
h3 {
  font-family: "BureauGrotesque";
  font-size: 55px;
  line-height: 0.96em;
  margin-bottom: 1em;
  font-size: 30px;
}
@media (min-width: 375px) {
  h3 {
    font-size: calc(2.2535211268vw + 21.5492957746px);
  }
}
@media (min-width: 730px) {
  h3 {
    font-size: calc(2.5714285714vw + 19.2285714286px);
  }
}
@media (min-width: 1080px) {
  h3 {
    font-size: calc(2.2222222222vw + 23px);
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 55px;
  }
}
h4 {
  font-family: "BureauGrotesque";
  font-size: 45px;
  line-height: 0.96em;
  margin-bottom: 1em;
  font-size: 28px;
}
@media (min-width: 375px) {
  h4 {
    font-size: calc(1.4084507042vw + 22.7183098592px);
  }
}
@media (min-width: 730px) {
  h4 {
    font-size: calc(1.4285714286vw + 22.5714285714px);
  }
}
@media (min-width: 1080px) {
  h4 {
    font-size: calc(1.9444444444vw + 17px);
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 45px;
  }
}
h5 {
  font-family: "BureauGrotesque";
  font-size: 35px;
  line-height: 1.1em;
  margin-bottom: 1em;
  font-size: 20px;
}
@media (min-width: 375px) {
  h5 {
    font-size: calc(1.4084507042vw + 14.7183098592px);
  }
}
@media (min-width: 730px) {
  h5 {
    font-size: calc(1.4285714286vw + 14.5714285714px);
  }
}
@media (min-width: 1080px) {
  h5 {
    font-size: calc(1.3888888889vw + 15px);
  }
}
@media (min-width: 1440px) {
  h5 {
    font-size: 35px;
  }
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0px !important;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea:focus, input:focus, select:focus {
  outline: 0;
}
@media only screen and (max-width: 520px) {
  h1 {
    font-size: 12.077294686vw;
  }
  h2 {
    font-size: 8.6956521739vw;
  }
  h3 {
    font-size: 7.2463768116vw;
  }
  h4 {
    font-size: 6.7632850242vw;
  }
  h5 {
    font-size: 4.8309178744vw;
  }
}
/*
SITE LOADER OVERLAY ------------------
*/
.site-loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 99999;
}
.site-loader-overlay img.loader-xyz {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 90%;
}
@media only screen and (max-width: 520px) {
  .site-loader-overlay img.loader-xyz {
    max-width: 80%;
  }
}
/*
HEADER CONTENT ------------------
*/
.header-wrap {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 20px 0 20px 0;
  background-color: #000000;
  transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: -ms-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 999;
}
.header-wrap.hidden {
  transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.header-wrap .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
@media only screen and (min-width: 1441px) {
  .header-wrap {
    padding: 1.3888888889vw 0 1.3888888889vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .header-wrap {
    padding: 2.4154589372vw 0 2.4154589372vw 0;
  }
}
.header-wrap .main-logo {
  position: relative;
  display: block;
  width: 62px;
  height: auto;
}
.header-wrap .main-logo img {
  -webkit-transition: -webkit-filter 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: -moz-filter 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: -ms-filter 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-filter 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: filter 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (min-width: 1441px) {
  .header-wrap .main-logo {
    width: 4.3055555556vw;
  }
}
@media only screen and (max-width: 520px) {
  .header-wrap .main-logo {
    width: 8.4541062802vw;
  }
}
.header-wrap .header-menu {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.header-wrap .header-menu a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none !important;
  z-index: 99;
}
.header-wrap .header-menu .button {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin-left: 20px;
  border: 3px solid #ffffff;
  color: #ffffff;
  transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-wrap .header-menu .button:first-child {
  margin-left: 0px !important;
}
@media only screen and (max-width: 520px) {
  .header-wrap .header-menu .button {
    margin-left: 2.4154589372vw;
    border: 2px solid #ffffff;
  }
}
.header-wrap .header-menu .button.hidden {
  opacity: 0;
  pointer-events: none;
}
.header-wrap .header-menu .button.disabled {
  cursor: not-allowed !important;
}
.header-wrap .header-menu .button.no-margin {
  margin-left: 0px !important;
}
.header-wrap .header-menu .button.negative-margin {
  margin-right: -3px;
}
@media only screen and (max-width: 520px) {
  .header-wrap .header-menu .button.negative-margin {
    margin-right: -2px;
  }
}
.header-wrap .header-menu .button.negative-margin-desktop {
  margin-right: -3px;
}
@media only screen and (max-width: 520px) {
  .header-wrap .header-menu .button.negative-margin-desktop {
    margin-right: 0px;
  }
}
.header-wrap .header-menu .button.solid {
  background-color: #ffffff;
  color: #000000;
}
.header-wrap .header-menu .button.icon-button svg {
  position: relative;
  display: block;
  width: auto !important;
  height: 100% !important;
}
.header-wrap .header-menu .button.icon-button svg * {
  transition: fill 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: fill 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: fill 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: fill 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: fill 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header-wrap .header-menu .button.text-button {
  padding: 5px 10px 4px 10px;
}
.header-wrap .header-menu .button.text-button h3 {
  line-height: 0.9em;
}
@media only screen and (min-width: 1441px) {
  .header-wrap .header-menu .button.text-button {
    padding: 0.3472222222vw 0.6944444444vw 0.2777777778vw 0.6944444444vw;
  }
}
@media only screen and (max-width: 520px) {
  .header-wrap .header-menu .button.text-button {
    padding: 0.3623188406vw 0.7246376812vw 0.1207729469vw 0.7246376812vw;
  }
}
.header-wrap .header-menu .button.hover-present {
  cursor: pointer;
}
.header-wrap .header-menu .button.hover-present:not(.disabled):hover {
  background-color: #ffffff;
}
.header-wrap .header-menu .button.hover-present:not(.disabled):hover.solid {
  background-color: transparent;
  color: #ffffff;
}
.header-wrap .header-menu .button.hover-present:not(.disabled):hover.icon-button svg * {
  fill: #000000;
}
.header-wrap .header-menu .button.hover-present:not(.disabled):hover.icon-button.solid svg * {
  fill: #ffffff;
}
@media only screen and (max-width: 520px) {
  .header-wrap .header-menu .button.zoom-title {
    display: none !important;
  }
}
.header-wrap .header-menu.hidden {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}
.header-wrap .header-menu.visible {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
.text-button-sizer {
  position: fixed;
  display: inline-block;
  width: auto;
  height: auto;
  border: 3px solid #ffffff;
  color: #ffffff;
  padding: 5px 10px 4px 10px;
  opacity: 0;
  z-index: -99;
  pointer-events: none;
}
.text-button-sizer h3 {
  line-height: 0.9em;
}
@media only screen and (min-width: 1441px) {
  .text-button-sizer {
    padding: 0.3472222222vw 0.6944444444vw 0.2777777778vw 0.6944444444vw;
  }
}
@media only screen and (max-width: 520px) {
  .text-button-sizer {
    padding: 0.3623188406vw 0.7246376812vw 0.1207729469vw 0.7246376812vw;
    border: 2px solid #ffffff;
  }
}
/*
IMAGE VIEWER OVERLAY ------------------
*/
.image-viewer-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity;
  z-index: 1000;
}
.image-viewer-overlay.visible {
  opacity: 1;
  pointer-events: all;
}
.image-viewer-overlay .background-colour {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: -1;
}
.image-viewer-overlay .image-viewer-menu {
  position: absolute;
  top: 20px;
  right: 22px;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.image-viewer-overlay .image-viewer-menu .menu-button {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  border: 3px solid #ffffff;
  background-color: #ffffff;
  transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer;
}
.image-viewer-overlay .image-viewer-menu .menu-button svg {
  position: relative;
  display: block;
  width: auto !important;
  height: 100% !important;
}
.image-viewer-overlay .image-viewer-menu .menu-button svg * {
  transition: fill 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: fill 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: fill 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: fill 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: fill 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.image-viewer-overlay .image-viewer-menu .menu-button.pin-image-button a.pin-it-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
}
.image-viewer-overlay .image-viewer-menu .menu-button:hover {
  background-color: transparent;
}
.image-viewer-overlay .image-viewer-menu .menu-button:hover svg * {
  fill: #ffffff;
}
.image-viewer-overlay img.image-viewer-image {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 75%;
  max-height: 88.8%;
  z-index: 1;
}
@media only screen and (min-width: 1441px) {
  .image-viewer-overlay .image-viewer-menu {
    top: 1.3888888889vw;
    right: 1.5277777778vw;
  }
  .image-viewer-overlay .image-viewer-menu .menu-button {
    margin-bottom: 1.3888888889vw;
  }
}
@media only screen and (max-width: 520px) {
  .image-viewer-overlay .image-viewer-menu {
    top: 2.4154589372vw;
    right: 2.4154589372vw;
    flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .image-viewer-overlay .image-viewer-menu .menu-button {
    margin-bottom: 0px;
    border-width: 2px;
    margin-left: 2.4154589372vw;
  }
  .image-viewer-overlay img.image-viewer-image {
    max-height: 70%;
    max-width: calc(100% - 3.8647342995vw);
    max-width: -o-calc(100% - 3.8647342995vw);
    max-width: -ms-calc(100% - 3.8647342995vw);
    max-width: -moz-calc(100% - 3.8647342995vw);
    max-width: -webkit-calc(100% - 3.8647342995vw);
  }
}
/*
FILTERS OVERLAY CONTENT ------------------
*/
.filter-overlay-wrap {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 20px;
  background-color: #000000;
  overflow: auto;
  z-index: 998;
}
@media only screen and (min-width: 1441px) {
  .filter-overlay-wrap {
    padding-bottom: 1.3888888889vw;
  }
}
@media only screen and (max-width: 520px) {
  .filter-overlay-wrap {
    padding-bottom: 4.8309178744vw;
  }
}
.filter-overlay-wrap .filters-menu {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: baseline;
  -o-align-items: baseline;
  -ms-align-items: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.filter-overlay-wrap .filters-menu .filter-menu-item {
  position: relative;
  border: 3px solid #ffffff;
  cursor: pointer;
  margin: 0 20px 20px 0;
  padding: 7px 15px 3px 15px;
  transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.filter-overlay-wrap .filters-menu .filter-menu-item:hover, .filter-overlay-wrap .filters-menu .filter-menu-item.active {
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 1441px) {
  .filter-overlay-wrap .filters-menu .filter-menu-item {
    margin: 0 1.3888888889vw 1.3888888889vw 0;
    padding: 0.4861111111vw 1.0416666667vw 0.2083333333vw 1.0416666667vw;
  }
}
@media only screen and (max-width: 520px) {
  .filter-overlay-wrap .filters-menu .filter-menu-item {
    border-width: 2px;
    margin: 0 2.4154589372vw 2.4154589372vw 0;
    padding: 0.6038647343vw 1.4492753623vw 0.1207729469vw 1.4492753623vw;
  }
}
/*
MAIN PAGE CONTENT ------------------
*/
.page-wrap#main-page {
  padding: 0 0 70px 0;
  overflow: hidden;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#main-page {
    padding: 0 0 4.8611111111vw 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#main-page {
    padding: 0 0 9.6618357488vw 0;
  }
}
.page-wrap#main-page .main-grid {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#main-page .main-grid .gutter-sizer {
  width: 1.454545%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#main-page .main-grid .gutter-sizer {
    width: 2.6%;
  }
}
.page-wrap#main-page .main-grid .grid-item {
  position: relative;
  display: block;
  margin-bottom: 1.454545%;
  cursor: pointer;
}
.page-wrap#main-page .main-grid .grid-item .hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 4;
  transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#main-page .main-grid .grid-item .hover-overlay img.zoom-icon {
  position: absolute;
  width: 13.8%;
  height: auto;
  max-width: 62px;
  height: auto;
  pointer-events: none;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#main-page .main-grid .grid-item .hover-overlay img.zoom-icon {
    max-width: 4.3055555556vw;
  }
}
.page-wrap#main-page .main-grid .grid-item.loader-tile {
  cursor: default;
}
.page-wrap#main-page .main-grid .grid-item.loader-tile:after {
  content: "";
  display: block;
  padding-bottom: 138.5%;
}
.page-wrap#main-page .main-grid .grid-item:hover .hover-overlay {
  opacity: 1;
}
@media only screen and (max-width: 520px) {
  .page-wrap#main-page .main-grid .grid-item {
    margin-bottom: 2.6%;
  }
}
html.zoom-level-01 .main-grid .grid-sizer, html.zoom-level-01 .main-grid .grid-item {
  width: 15.454545%;
}
@media only screen and (max-width: 520px) {
  html.zoom-level-01 .main-grid .grid-sizer, html.zoom-level-01 .main-grid .grid-item {
    width: 23.05%;
  }
}
html.zoom-level-02 .main-grid .grid-sizer, html.zoom-level-02 .main-grid .grid-item {
  width: 18.836364%;
}
@media only screen and (max-width: 520px) {
  html.zoom-level-02 .main-grid .grid-sizer, html.zoom-level-02 .main-grid .grid-item {
    width: 31.6%;
  }
}
html.zoom-level-03 .main-grid .grid-sizer, html.zoom-level-03 .main-grid .grid-item {
  width: 23.90909%;
}
@media only screen and (max-width: 520px) {
  html.zoom-level-03 .main-grid .grid-sizer, html.zoom-level-03 .main-grid .grid-item {
    width: 48.7%;
  }
}
html.zoom-level-04 .main-grid .grid-sizer, html.zoom-level-04 .main-grid .grid-item {
  width: 32.363635%;
}
@media only screen and (max-width: 520px) {
  html.zoom-level-04 .main-grid .grid-sizer, html.zoom-level-04 .main-grid .grid-item {
    width: 100%;
  }
}
html.zoom-level-05 .main-grid .grid-sizer, html.zoom-level-05 .main-grid .grid-item {
  width: 49.272725%;
}
@media only screen and (max-width: 520px) {
  html.zoom-level-05 .main-grid .grid-sizer, html.zoom-level-05 .main-grid .grid-item {
    width: 100%;
  }
}
/*
INFO PAGE CONTENT ------------------
*/
.page-wrap#info {
  padding: 0 0 25px 0;
}
.page-wrap#info .footer-credits {
  margin-top: 80px;
}
@media only screen and (min-width: 1441px) {
  .page-wrap#info {
    padding: 0 0 1.7361111111vw 0;
  }
  .page-wrap#info .footer-credits {
    margin-top: 5.5555555556vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#info {
    padding: 0 0 3.6231884058vw 0;
  }
  .page-wrap#info .footer-credits {
    margin-top: 9.6618357488vw;
  }
}
/*
LIGHT MODE SPECIFIC STYLES ------------------
*/
/*
html.light-bg {
	body {
		background-color: $colour-grey;
		color: $colour-black;
	}
	.header-wrap {
		background-color: $colour-grey;
	}
	.header-wrap .main-logo img {
		@include filter(invert(100%));	
	}
	.header-wrap .header-menu .button {
		border-color: $colour-black;
		color: $colour-black;
		
		//Solid
		&.solid {
			background-color: $colour-black;
			color: $colour-grey;
		}

		//Icon Button
		&.icon-button {
			svg {
				* { fill: $colour-black; }
			}
			&.solid {
				svg * {
					fill: $colour-grey;
				}
			}
		}

		//Hover Present
		&.hover-present {
			
			//Hover Effects
			&:hover {
				background-color: $colour-black;
				&.solid {
					background-color: transparent;
					color: $colour-black;
				}
				&.icon-button {
					svg * {
						fill: $colour-grey;
					}
					&.solid {
						svg * {
							fill: $colour-black;
						}
					}
				}
			}
			
		}
		
	}
	
	//Filters Overlay
	.filter-overlay-wrap {
		background-color: $colour-grey;
		
		.filters-menu .filter-menu-item {
			border-color: $colour-black;

			//Hover & Active
			&:hover, &.active {
				background-color: $colour-black;
				color: $colour-grey;
			}
						
		}
		
	}
	
	//Image Viewer Overlay
	.image-viewer-overlay {
		.background-colour {
			background-color: $colour-grey;
		}
		
		.image-viewer-menu .menu-button {
			border-color: $colour-black;
			background-color: $colour-black;

			svg * {
				fill: $colour-grey;
			}
						
			&:hover {
				background-color: transparent;

				svg * {
					fill: $colour-black;
				}

			}			
			
		}
		
	}
	
}
*/
