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

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

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Signifier";
  src: url("../fonts/signifier-regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Signifier";
  src: url("../fonts/signifier-bold.woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Signifier";
  src: url("../fonts/signifier-regular-italic.woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Signifier";
  src: url("../fonts/signifier-bold-italic.woff2");
  font-weight: 600;
  font-style: italic;
}
html {
  font-size: 62.5%;
  font-smoothing: antialiased;
  font-smooth: always;
}
@media only screen and (min-width: 769px) and (max-width: 1420px), only screen and (min-width: 561px) and (max-width: 768px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "english-grotesque", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  overflow-x: hidden;
}
body.menu-open {
  height: 100vh;
  overflow: hidden;
}
body img {
  opacity: 1;
  transition-duration: 0.7s;
  transform: translate(0, 0);
}
body img.lazy {
  transform: translate(0, 6rem);
  opacity: 0;
}
body ::selection {
  opacity: 1;
  color: white;
  background-color: #311A25;
}
body a {
  transition-duration: 0.3s;
}
body .link-button a {
  font-family: "Signifier", serif;
}
body p {
  font-family: "Signifier", serif;
  font-size: 2.5rem;
  line-height: 3.6rem;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  body p {
    font-size: 2.3rem;
    line-height: 3.3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  body p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
body p strong {
  font-size: 3.2rem;
  font-family: "english-grotesque", sans-serif;
  font-weight: bold;
}
body p em {
  font-style: italic;
}
body h2 {
  font-size: 5.4rem;
  line-height: 5.4rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  body h2 {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 3rem;
  }
}
body h3 {
  color: #311A25;
}
body form input[type=text], body form input[type=email] {
  margin: 0;
  border: none;
  font-size: 2rem;
  padding: 2rem;
  font-family: "Signifier", serif;
  color: #311A25;
}
body form input[type=text]:hover, body form input[type=email]:hover {
  outline-width: 1px;
  outline-color: rgba(49, 26, 37, 0.5);
  outline-offset: 0;
  outline-style: solid;
}
body form input[type=text]:focus, body form input[type=email]:focus {
  outline-width: 1px;
  outline-color: #311A25;
  outline-offset: 0;
  outline-style: solid;
}
body form input[type=text]::placeholder, body form input[type=email]::placeholder {
  font-family: "Signifier", serif;
}
body form input.input-50 {
  width: calc(50% - 2.4rem);
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  body form input.input-50 {
    width: 100%;
    margin-bottom: 3rem;
  }
}
body form input.input-100 {
  width: 100%;
}
body form input[type=submit] {
  border: none;
  background-color: #D79222;
  font-family: "english-grotesque", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 2.8rem;
  padding: 1.6rem 6rem;
  cursor: pointer;
  transition-duration: 0.3s;
}
body form input[type=submit]:hover {
  background-color: #311A25;
}
body #banner-alert {
  position: relative;
  z-index: 9999999;
  background-color: #D79222;
  padding: 1rem 0 3rem 0;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}
body #banner-alert p.alert-text {
  color: #311A25;
  font-family: "english-grotesque", sans-serif !important;
}

#md-bg {
  position: fixed;
  top: 0;
  left: -99999px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.modal-on #md-bg {
  left: 0;
  opacity: 1;
}

.outer {
  width: 100vw;
  position: relative;
}
.outer.white {
  background-color: white;
  color: black;
}
.outer.white h4 {
  color: rgba(49, 26, 37, 0.7);
}
.outer.grey {
  background-color: #859A9A;
  color: white;
}
.outer.brown {
  background-color: #311A25;
  color: white;
}
.outer.orange {
  background-color: #D79222;
  color: white;
}
.outer.red {
  background-color: #B83940;
  color: white;
}
.outer.red h3 {
  color: #E1C885;
}
.outer.red h4 {
  color: white;
}
.outer.sand {
  background-color: #E1C885;
}
.outer.blue {
  background-color: #374253;
  color: white;
}
.outer.green {
  background-color: #162C1B;
  color: white;
}
.outer.green h3 {
  color: #E1C885;
}
.outer.beige {
  background-color: #CFD1C5;
  color: #162C1B;
}
.outer .inner {
  margin: 0 auto;
  position: relative;
  width: calc(100vw - 14rem);
  max-width: 146.4rem;
  min-width: 28rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .outer .inner {
    width: calc(100vw - 7.2rem);
  }
}

#banner {
  position: fixed;
  height: 11rem;
  z-index: 999;
  transition-duration: 0.3s;
}
.small-banner #banner {
  height: 7rem;
  background: rgba(0, 0, 0, 0.05);
}
.small-banner #banner.alert {
  top: 0;
}
.banner-hide #banner {
  transform: translate(0, -11rem);
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #banner {
    position: absolute;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #banner {
    position: absolute;
    z-index: 1001;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .menu-open #banner {
    position: fixed;
  }
}
#banner header {
  position: relative;
  padding-top: 2.5rem;
}
.small-banner #banner header #banner-quick-links {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  #banner header #banner-quick-links {
    display: none;
  }
}
#banner header #banner-quick-links li {
  font-family: "english-grotesque", sans-serif;
  display: inline-block;
  margin-right: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  #banner header #banner-quick-links li {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .menu-open #banner header #banner-quick-links li {
    opacity: 0;
  }
}
#banner header #banner-quick-links li a {
  text-transform: uppercase;
  color: white;
  transition-duration: 0.2s;
}
#banner header #banner-quick-links li a:hover {
  color: #D79222;
}
#banner header #website-title {
  position: absolute;
  top: 2.8rem;
  left: calc(50% - 10.2rem);
  width: 20.6rem;
  height: 6rem;
  transition-delay: 0.1s;
  transition-duration: 0.3s;
}
.small-banner #banner header #website-title {
  left: calc(50% - 8rem);
  width: 16rem;
  height: 5rem;
  top: 1.3rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  #banner header #website-title {
    width: 17.3rem;
    height: 6rem;
    left: 0;
  }
}
#banner header #website-title a {
  display: block;
  width: 20.6rem;
  height: 6.2rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition-delay: 0.1s;
  transition-duration: 0.3s;
}
.small-banner #banner header #website-title a {
  width: 16rem;
  height: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  #banner header #website-title a {
    width: 17.3rem;
    height: 5rem;
  }
}
.menu-open #banner header #website-title {
  left: calc(50% - 22.4rem);
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 1420px) {
  .menu-open #banner header #website-title {
    left: 0;
  }
}
#banner header #website-title.logo-1 a {
  background-image: url("../images/tt-logos/logo-1.svg");
}
#banner header #website-title.logo-2 a {
  background-image: url("../images/tt-logos/logo-2.svg");
}
#banner header #website-title.logo-3 a {
  background-image: url("../images/tt-logos/logo-3.svg");
}
#banner header #website-title.logo-4 a {
  background-image: url("../images/tt-logos/logo-4.svg");
}
#banner header #website-title.logo-5 a {
  background-image: url("../images/tt-logos/logo-5.svg");
}
#banner header #website-title.logo-6 a {
  background-image: url("../images/tt-logos/logo-6.svg");
}
#banner header #website-title.logo-7 a {
  background-image: url("../images/tt-logos/logo-7.svg");
}
#banner header #website-title.logo-8 a {
  background-image: url("../images/tt-logos/logo-8.svg");
}
#banner header .social {
  position: absolute;
  top: 2.8rem;
  right: 7rem;
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #banner header .social {
    right: 10rem;
  }
}
.small-banner #banner header .social {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #banner header .social {
    display: none;
  }
}
#banner header .social ul li {
  display: inline-block;
}
#banner header .social ul li a {
  display: block;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.2s;
}
#banner header .social ul li a:hover {
  opacity: 0.8;
}
#banner header .social ul li.twitter {
  margin-left: 2.5rem;
}
#banner header .social ul li.twitter a {
  width: 3rem;
  height: 2.7rem;
  background-image: url("../images/twitter-white.svg");
}
#banner header .social ul li.facebook a {
  width: 1.4rem;
  height: 2.7rem;
  background-image: url("../images/facebook-white.svg");
}

#menu-control {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100vw - 14rem);
  max-width: 146.4rem;
  min-width: 28rem;
  z-index: 1002;
  transition-duration: 0.3s;
}
#menu-control.alert {
  top: 5rem;
}
.small-banner #menu-control {
  top: -1.5rem;
}
.banner-hide #menu-control {
  transform: translate(-50%, -11rem);
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #menu-control {
    width: calc(100vw - 7.2rem);
  }
}
.menu-open #menu-control {
  position: fixed;
}
#menu-control #main-menu-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  width: 3.8rem;
  height: 5.7rem;
  position: absolute;
  top: 2.5rem;
  right: 0;
  overflow: hidden;
  z-index: 1001;
}
#menu-control #main-menu-button svg {
  width: 3.8rem;
  height: 4.4rem;
  position: absolute;
  top: 0;
  left: 0;
  fill: white;
}
#menu-control #main-menu-button i {
  color: white;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, 0);
  transition-property: all;
  transition-duration: 0.2s;
  font-size: 1.4rem;
  font-weight: 600;
}
#menu-control #main-menu-button .castle,
#menu-control #main-menu-button .bar.bottom {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#menu-control #main-menu-button .bar.mid {
  transition-duration: 0.25s;
}
#menu-control #main-menu-button .bar.mid.left {
  transform-origin: bottom left;
}
#menu-control #main-menu-button .bar.mid.right {
  transform-origin: bottom right;
}
#menu-control #main-menu-button:hover .castle {
  transform: translate(0, -3px);
}
#menu-control #main-menu-button:hover .bar.bottom {
  transform: translate(0, 3px);
}
#menu-control #main-menu-button:hover i {
  bottom: 0;
}
.menu-open #menu-control #main-menu-button i {
  bottom: -1.4rem;
  transition-delay: 0s;
}
.menu-open #menu-control #main-menu-button .castle {
  transform: translate(0, -1.3rem);
  transition-delay: 0s;
}
.menu-open #menu-control #main-menu-button .bar.bottom {
  transform: translate(0, 1.4rem);
  transition-delay: 0s;
}
.menu-open #menu-control #main-menu-button .bar.mid.left {
  transform: translate(-1rem, -1.9rem) rotate(45deg);
}
.menu-open #menu-control #main-menu-button .bar.mid.right {
  transform: translate(1rem, -1.9rem) rotate(-45deg);
}

#main-menu {
  font-family: "english-grotesque", sans-serif;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50vw;
  width: calc(50vw - 22.2rem);
  padding-left: 22.2rem;
  height: 100vh;
  background-color: #859A9A;
  transition-delay: 0.1s;
  transition-duration: 0.3s;
  transition-property: right opacity;
  opacity: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1420px), only screen and (min-width: 561px) and (max-width: 768px) {
  #main-menu {
    width: calc(50vw - 6rem);
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #main-menu {
    right: -200vw;
    width: 100vw;
  }
}
#main-menu ul {
  margin: 10rem 0 0 0;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  #main-menu ul {
    margin: 12rem auto 0 auto;
    min-width: 28rem;
    width: calc(100vw - 7.2rem);
  }
}
#main-menu ul li {
  font-size: 4rem;
  line-height: 5rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1420px), only screen and (min-width: 561px) and (max-width: 768px) {
  #main-menu ul li {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #main-menu ul li {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}
#main-menu ul li a {
  color: #CFD1C5;
  transition-duration: 0.2s;
}
#main-menu ul li a:hover {
  color: white;
}
.menu-open #main-menu {
  right: 0;
  opacity: 1;
}
.menu-open #main-menu ul {
  transition-delay: 0.3s;
  opacity: 1;
}

#title-bar {
  width: 100vw;
  height: 50rem;
  min-height: 30vw;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#title-bar.bottom {
  background-position: center bottom;
}
#title-bar.center {
  background-position: center center;
}
#title-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  #title-bar {
    height: 44rem;
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #title-bar {
    height: 32rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #title-bar {
    height: 32rem;
    background-size: cover;
  }
}
#title-bar h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 4rem;
  z-index: 10;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  #title-bar h1 {
    line-height: 3rem;
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #title-bar h1 {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #title-bar h1 {
    left: 0;
    transform: none;
    text-align: center;
    width: calc(100vw - 8rem);
    margin: 0 auto;
    line-height: 2rem;
    position: relative;
  }
}
#title-bar h1 .single-line {
  text-transform: uppercase;
  color: #E1C885;
  font-size: 9.5rem;
  display: block;
  width: 105%;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  #title-bar h1 .single-line {
    font-size: 6.5rem;
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #title-bar h1 .single-line {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #title-bar h1 .single-line {
    width: 100%;
    font-size: 4rem;
  }
}
#title-bar h1 .line1 {
  text-transform: uppercase;
  font-size: 9.5rem;
  display: block;
  transform: translate(-5%, 0);
  width: 125%;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  #title-bar h1 .line1 {
    font-size: 6.5rem;
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #title-bar h1 .line1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #title-bar h1 .line1 {
    text-align: left;
    font-size: 4rem;
    width: 90%;
    transform: translate(0, 0);
  }
}
#title-bar h1 .line2 {
  font-family: "Signifier", serif;
  color: white;
  font-weight: 200;
  font-size: 9rem;
  display: block;
  width: 125%;
  transform: translate(5%, 0);
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  #title-bar h1 .line2 {
    font-size: 6.2rem;
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #title-bar h1 .line2 {
    font-size: 4.75rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #title-bar h1 .line2 {
    margin-left: 10%;
    transform: translate(0, 0);
    font-size: 4rem;
    width: 90%;
    text-align: right;
  }
}
#title-bar h1 span.white {
  color: white;
}
#title-bar h1 span.sand {
  color: #E1C885;
}
#title-bar h1 span.red {
  color: #B83940;
}
#title-bar h1 span.brown {
  color: #311A25;
}

.overlay.crosses {
  position: absolute;
  width: 20vw;
  height: 40vw;
  max-width: 33.2rem;
  max-height: 66.4rem;
  min-width: 14.3rem;
  min-height: 28.6rem;
  background-image: url("../images/turton-crosses.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.overlay.crosses.red-crosses {
  background-image: url("../images/turton-red-crosses.svg");
}
.overlay.diamonds {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  transform: translate(0, -15%);
  width: 20vw;
  height: 60vw;
  background-image: url("../images/turton-diamonds.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -4rem top;
}

#home-title {
  display: none;
}

#carousel {
  width: 100vw;
  height: 100vh;
  min-height: 40vw;
  overflow: visible;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #carousel {
    min-height: 0;
  }
}
#carousel .slides {
  width: 100%;
  height: 100%;
}
#carousel .slides .slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#carousel .slides .slide:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: black;
  opacity: 0.2;
}
#carousel .slides .slide .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  z-index: 1006;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #carousel .slides .slide .text {
    transform: translate(0, -30%);
  }
}
#carousel .slides .slide .text h3 {
  transform: translate(-50%, 0);
  color: #E1C885;
  font-size: 16.6rem;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  #carousel .slides .slide .text h3 {
    font-size: 14rem;
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #carousel .slides .slide .text h3 {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #carousel .slides .slide .text h3 {
    font-size: 5rem;
  }
}
#carousel .slides .slide .text h4 {
  font-family: "Signifier", serif;
  color: white;
  font-size: 6.6rem;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  #carousel .slides .slide .text h4 {
    font-size: 5.5rem;
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #carousel .slides .slide .text h4 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #carousel .slides .slide .text h4 {
    transform: translate(-30%, 0);
    font-size: 2.75rem;
  }
}
#carousel .slides .slide .text h4 em {
  font-family: "english-grotesque", sans-serif;
  font-size: 7rem;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  #carousel .slides .slide .text h4 em {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #carousel .slides .slide .text h4 em {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #carousel .slides .slide .text h4 em {
    font-size: 3rem;
  }
}
#carousel .overlay {
  right: 7rem;
  bottom: 0;
  transform: translate(0, 50%);
  z-index: 998;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  #carousel .overlay {
    right: 0;
    transform: translate(0, 33%);
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  #carousel .overlay {
    background-size: cover;
    background-position: left top;
    width: 25vw;
    height: 60vw;
    min-width: 12rem;
    max-width: 24rem;
    right: 0;
    transform: translate(0, 14rem);
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #carousel .overlay {
    background-size: cover;
    background-position: left top;
    width: 15vw;
    height: 50vw;
    min-width: 5rem;
    max-width: 12rem;
    right: 0;
    transform: translate(0, 9rem);
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #carousel {
    height: 78vh;
  }
}

.module:last-child.sand {
  position: relative;
}
.module:last-child.sand:after {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  height: 5px;
  background-color: #162C1B;
  content: "";
  z-index: 99999;
  border-top: 5px dotted #E1C885;
}
.module h3 {
  font-size: 5.4rem;
  line-height: 4rem;
  margin: 6rem 0 4rem 0;
  color: #311A25;
  text-transform: uppercase;
}
.module h3 + h4 {
  margin-bottom: 0;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module h3 {
    font-size: 3.6rem;
    line-height: 3rem;
  }
}
.module h4 {
  font-size: 4.4rem;
  line-height: 4rem;
  color: rgba(49, 26, 37, 0.7);
  font-family: "english-grotesque", sans-serif;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module h4 {
    font-size: 2.8rem;
    line-height: 2.4rem;
  }
}
.module.green h4 {
  color: #E1C885;
}
.module.iframe-embed iframe {
  max-width: 100%;
}
.module.columns {
  padding: 5.4rem 0 5.4rem 0;
}
.module.columns:first-child {
  padding-top: 10rem;
}
.module.columns:last-child {
  padding-bottom: 10rem;
}
.module.columns p, .module.columns li {
  font-family: "Signifier", serif;
  font-size: 2.5rem;
  line-height: 3.6rem;
  margin-bottom: 3.6rem;
}
.module.columns p strong, .module.columns li strong {
  font-size: 2.9rem;
}
.module.columns p.large, .module.columns li.large {
  font-size: 3.4rem;
  line-height: 4.8rem;
}
.module.columns p.small, .module.columns li.small {
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module.columns p, .module.columns li {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.module.columns p a, .module.columns li a {
  color: #162C1B;
  text-decoration: underline;
  transition-duration: 0.2s;
}
.module.columns p a:hover, .module.columns li a:hover {
  color: rgba(22, 44, 27, 0.7);
}
.module.columns ul {
  margin-bottom: 4.2rem;
}
.module.columns ul li {
  margin-bottom: 1.2rem;
  list-style: disc;
}
.module.columns blockquote {
  margin: 6.2rem 0 6.2rem 3rem;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module.columns blockquote {
    margin: 4rem 0 4rem 3rem;
  }
}
.module.columns blockquote:before, .module.columns blockquote:after {
  content: "";
  width: 2.4rem;
  height: 6rem;
  background-color: white;
  position: absolute;
  top: -1rem;
  left: -8.9rem;
  transform: skewX(-15deg);
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module.columns blockquote:before, .module.columns blockquote:after {
    width: 1.2rem;
    height: 3rem;
    left: -3rem;
  }
}
.module.columns blockquote:after {
  left: -5rem;
}
.module.columns blockquote p {
  font-family: "english-grotesque", sans-serif;
  font-size: 4rem;
  color: #859A9A;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module.columns blockquote p {
    font-size: 2.6rem;
  }
}
.module.columns .single-column {
  width: 82.7868852459%;
  margin: 0 auto;
}
.module.columns .single-column .column {
  width: 71.7488789238%;
  margin: 6rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module.columns .single-column .column {
    width: 100%;
  }
}
.module.columns .single-column.centred .column {
  margin: 0 auto;
}
.module.columns .two-columns {
  width: 82.7868852459%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module.columns .two-columns {
    display: block;
  }
}
.module.columns .two-columns .column {
  width: calc(50% - 2.4rem);
  margin: 6rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module.columns .two-columns .column {
    width: 100%;
  }
}
.module.call-to-action .inner {
  width: 100%;
  max-width: 160rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .module.call-to-action .inner {
    display: block;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .module.call-to-action .inner .image {
    width: 100%;
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .module.call-to-action .inner .text {
    width: calc(100% - 8rem) !important;
    margin: 0 auto;
  }
}
.module.call-to-action.text-image .inner {
  flex-direction: row-reverse;
}
.module.call-to-action.text-image .inner .text {
  margin-left: 6.8rem;
  margin-right: 0;
  width: calc(43.625% - 11.6rem);
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .module.call-to-action.text-image .inner .text {
    width: calc(55% - 11.6rem);
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .module.call-to-action.text-image .inner .text {
    margin: 0 auto !important;
  }
}
.module.call-to-action .image {
  width: 56.4375%;
  transform: translate(0, -9rem);
  position: relative;
  z-index: 100;
  /*
  			@media only screen and (min-width: 561px) and (max-width: 768px) {
  				transform: translate(0, -6rem);
  			}	

  */
}
@media only screen and (min-width: 1px) and (max-width: 560px) , only screen and (min-width: 561px) and (max-width: 768px) {
  .module.call-to-action .image {
    width: 100%;
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .module.call-to-action .image {
    width: 45%;
    transform: translate(0, -8rem);
  }
}
.module.call-to-action .image img {
  width: 100%;
  height: auto;
}
.module.call-to-action .text {
  margin-right: 6.8rem;
  padding: 14rem 0;
  width: calc(43.625% - 11.6rem);
  box-sizing: border-box;
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 0.4s;
}
.module.call-to-action .text.fadeup {
  transform: translate(0, 6rem);
  opacity: 0;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .module.call-to-action .text {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .module.call-to-action .text {
    padding: 11rem 0 16rem 0;
    width: calc(55% - 11.6rem);
  }
}
.module.call-to-action .text h4 {
  margin-bottom: 4rem;
}
.module.call-to-action .text p {
  margin-bottom: 4rem;
}
.module.featured-call-to-action {
  height: 90vh;
  max-height: 80vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .module.featured-call-to-action {
    max-height: none;
    height: 100vh;
  }
}
.module.featured-call-to-action .overlay {
  background-position: right bottom;
  background-size: 40rem;
  height: 50%;
}
.module.featured-call-to-action .inner {
  height: 100%;
}
.module.featured-call-to-action .inner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -150%);
  color: white;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .module.featured-call-to-action .inner .title {
    left: 0;
    width: 60%;
    transform: translate(0, -200%);
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .module.featured-call-to-action .inner .title {
    width: calc(100vw - 4rem);
  }
}
.module.featured-call-to-action .inner .title p {
  font-size: 4rem;
  line-height: 2rem;
  /*
  					@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  						font-size: 3rem;
  					}
  */
}
.module.featured-call-to-action .inner .title p em {
  font-style: normal;
  display: block;
  text-align: left;
}
.module.featured-call-to-action .inner .title p strong {
  margin-top: 4rem;
  font-size: 13rem;
  text-transform: uppercase;
  color: #E1C885;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .module.featured-call-to-action .inner .title p strong {
    text-align: right;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .module.featured-call-to-action .inner .title p strong {
    font-size: 7rem;
  }
}
.module.featured-call-to-action .inner .description {
  position: absolute;
  right: 0;
  bottom: 12.8rem;
  width: 31%;
}
.module.featured-call-to-action .inner .description p {
  color: white;
}
.module.featured-call-to-action .inner .description .link-button {
  margin-top: 5rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .module.featured-call-to-action .inner .description .link-button {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .module.featured-call-to-action .inner .description {
    width: calc(100vw - 8rem);
    bottom: 2rem;
  }
}
.module.full-width-image.normal img {
  width: 100%;
  height: auto;
}
.module.full-width-image.background-scroll {
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}
.module.full-width-image.background-scroll.height25 {
  height: 25vh;
}
.module.full-width-image.background-scroll.height50 {
  height: 50vh;
}
.module.introduction {
  color: white;
  padding: 6rem 0 12rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module.introduction {
    padding: 5rem 0 6rem 0;
  }
}
.module.introduction .text {
  width: calc(50% - 4.8rem);
  max-width: 70.8rem;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .module.introduction .text {
    width: calc(75% - 4.8rem);
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px), only screen and (min-width: 1px) and (max-width: 560px) {
  .module.introduction .text {
    width: calc(100% - 7.2rem);
  }
}
.module.introduction .text h2 {
  color: #E1C885;
  text-align: center;
}
.module.introduction .text p {
  margin-bottom: 3.6rem;
}
.module.highlights {
  position: relative;
  z-index: 2;
  padding-bottom: 30rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module.highlights {
    padding-bottom: 10rem;
  }
}
.module.highlights h2 {
  padding: 15rem 0 0 0;
  color: #311A25;
  text-align: right;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .module.highlights h2 {
    padding: 5rem 0 0 0;
  }
}
.module.highlights h2 a {
  color: #311A25;
}
.module.highlights h2 a svg {
  transform: translate(0, 0.4rem);
  fill: #311A25;
  transition-delay: 0.1s;
  transition-duration: 0.4s;
}
.module.highlights h2 a:hover {
  color: white;
}
.module.highlights h2 a:hover svg {
  fill: white;
  transform: translate(1rem, 0.4rem);
}
.module.highlights .tiles {
  position: relative;
  z-index: 99;
}

#events-filter {
  padding: 10rem 0;
  background-color: #374253;
  z-index: 699;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  #events-filter {
    padding: 4rem 0;
  }
}
#events-filter ul {
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
}
#events-filter ul li {
  padding: 0 6rem 0 5rem;
  display: inline-block;
  color: #E1C885;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  #events-filter ul li {
    padding: 0 3rem 0 3rem;
    font-size: 2rem;
  }
}
#events-filter ul li:before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 0rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: white;
  border: 3px solid #311A25;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  #events-filter ul li:before {
    width: 16px;
    height: 16px;
  }
}
#events-filter ul li.active:before {
  background-color: #D79222;
}

#events-listing {
  padding: 10rem 0 20rem 0;
}

.overview {
  background-color: #374253;
  padding: 4rem 0;
}
.overview .inner {
  margin: 0 auto;
  position: relative;
  max-width: 96rem;
  min-width: 28rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .overview .inner {
    width: calc(100vw - 14.4rem);
  }
}
.overview .inner p {
  color: #E1C885;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  .overview .inner p {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
}

#event-details {
  padding: 15rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  #event-details {
    padding: 6rem 0;
  }
}

.main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .main-content {
    display: block;
  }
}
.main-content .column {
  box-sizing: border-box;
}
.main-content .column p {
  color: #311A25;
  font-size: 3rem;
  line-height: 4.2rem;
  margin-bottom: 4.2rem;
  /*
  			@media only screen and (min-width: 1px) and (max-width: 560px) {
  				font-size: 2.4rem;
  				line-height: 3.2rem;
  				margin-bottom: 3.2rem;
  			}
  */
}
.main-content .column p a {
  color: #CFD1C5;
}
.main-content .column h4 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 3.6rem;
  color: #E1C885;
  text-transform: uppercase;
}
.main-content .spacer-column {
  width: calc((100vw - 96rem) / 2);
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .main-content .spacer-column {
    width: calc((100vw - 84rem) / 2);
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  .main-content .spacer-column {
    width: calc((100vw - 72rem) / 2);
  }
}
.main-content .wide-column {
  width: 50%;
  max-width: 73.2rem;
  padding: 0 2.4rem 0 0;
}
@media only screen and (min-width: 1281px) {
  .main-content .wide-column {
    background-color: transparent;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .main-content .wide-column {
    width: 100%;
    max-width: calc(100vw - 8rem);
    margin: 0 auto;
  }
}
.main-content .narrow-column {
  padding-left: 2.4rem;
  width: 32rem;
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  .main-content .narrow-column {
    width: 32rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .main-content .narrow-column {
    width: 30rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .main-content .narrow-column {
    padding-left: 0;
    width: 100%;
    max-width: calc(100vw - 8rem);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1281px) {
  .main-content .narrow-column {
    width: 32rem;
  }
}
.main-content .narrow-column#event-sidebar p {
  color: white;
}

.link-button a {
  font-family: "english-grotesque", sans-serif !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 1.5rem 4.8rem;
  background-color: #D79222;
  color: white !important;
  font-size: 2.8rem;
  text-transform: uppercase;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 769px) and (max-width: 1420px), only screen and (min-width: 561px) and (max-width: 768px) {
  .link-button a {
    padding: 1rem 3rem;
    font-size: 2rem;
    line-height: 2rem;
  }
}
.link-button a:hover {
  background-color: #311A25;
  color: white !important;
}

.tiles.square-tiles {
  padding: 5rem 0;
  width: calc(100vw - 9.4rem);
  max-width: 150.4rem;
  min-width: 28rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.tiles.square-tiles .tile {
  width: 33.33333333%;
  height: 0;
  padding: 2.4rem 2.4rem calc(33.33333333% - 2.4rem) 2.4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .tiles.square-tiles .tile {
    width: 100%;
    padding: 0 0 100% 0;
    margin-bottom: 2.4rem;
  }
}
.tiles.square-tiles .tile .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) and (max-width: 1420px), only screen and (min-width: 1px) and (max-width: 560px) {
  .tiles.square-tiles .tile .title h3 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
.tiles.square-tiles .tile .title .line-1 {
  text-align: center;
}
.tiles.square-tiles .tile .title .line-1.shift {
  display: block;
  text-align: left;
  transform: translate(-2rem, 0);
}
.tiles.square-tiles .tile .title .line-2 {
  text-transform: none;
  font-family: "Signifier", serif;
  display: block;
  text-align: right;
  transform: translate(2rem, 0);
}
.tiles.square-tiles .tile .title a {
  color: white;
}
.tiles.square-tiles .tile .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 4.8rem);
  height: calc(100% - 4.8rem);
  transform: translate(-50%, -50%) scale(1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  z-index: -1;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .tiles.square-tiles .tile .image {
    width: 100%;
    height: 100%;
  }
}
.tiles.square-tiles .tile:hover .image {
  transform: translate(-50%, -50%) scale(1.05);
}
.tiles.event-tiles {
  width: calc(100vw - 9.4rem);
  max-width: 150.4rem;
  min-width: 28rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  .tiles.event-tiles {
    width: calc(100vw - 4rem);
  }
}
.tiles.event-tiles .tile {
  width: 33.33333333%;
  padding: 2.4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .tiles.event-tiles .tile {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.tiles.event-tiles .tile.hidden {
  display: none;
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  .tiles.event-tiles .tile {
    width: 50%;
  }
}
.tiles.event-tiles .tile:before {
  content: "";
  width: calc(100% - 5rem);
  height: calc(100% - 5rem);
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.2s;
  z-index: -1;
}
.tiles.event-tiles .tile .thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 50.4386%;
  background: #374253;
  background-size: cover;
  background-position: center center;
}
.tiles.event-tiles .tile .text {
  box-sizing: border-box;
  min-height: 25rem;
  background-color: white;
  padding: 2.4rem 3.2rem 6.4rem 3.2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .tiles.event-tiles .tile .text {
    padding: 1.6rem 2.4rem 4.8rem 2.4rem;
    min-height: 20rem;
  }
}
.tiles.event-tiles .tile .text .title {
  min-height: 10rem;
}
.tiles.event-tiles .tile .text .title h4 {
  font-size: 3.2rem;
  line-height: 3.8rem;
  text-transform: uppercase;
  color: #311A25;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .tiles.event-tiles .tile .text .title h4 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .tiles.event-tiles .tile .text .title h4 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.tiles.event-tiles .tile .text .title h5 {
  color: #311A25;
  font-family: "Signifier", serif;
  font-size: 3.2rem;
  line-height: 3.8rem;
}
@media only screen and (min-width: 769px) and (max-width: 1420px) {
  .tiles.event-tiles .tile .text .title h5 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .tiles.event-tiles .tile .text .title h5 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.tiles.event-tiles .tile .text p {
  font-size: 2.2rem;
  line-height: 2.9rem;
  color: #859A9A;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  .tiles.event-tiles .tile .text p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.tiles.event-tiles .tile .link-button {
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  transform: translate(0, 50%);
}
.tiles.event-tiles .tile:hover:before {
  width: calc(100% - 2.4rem);
  height: calc(100% - 2.4rem);
}
.tiles.event-tiles .tile:hover .link-button a {
  background-color: #311A25;
}

#newsletter-signup {
  padding: 9rem 0 14rem 0;
  position: relative;
  z-index: 799;
}
#newsletter-signup .inner {
  max-width: 96rem;
}
#newsletter-signup .inner .introduction {
  width: 48rem;
  max-width: calc(100vw - 16rem);
  margin: 0 auto 4.8rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #newsletter-signup .inner .introduction {
    max-width: calc(100vw - 8rem);
  }
}
#newsletter-signup .inner .introduction h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#newsletter-signup .inner .introduction p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #newsletter-signup .inner .introduction p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#newsletter-signup .inner form #newsletter-name {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  #newsletter-signup .inner form #newsletter-name {
    margin-bottom: 0;
  }
}
#newsletter-signup .inner form #newsletter-submit {
  text-align: center;
  margin: 4.8rem auto 0 auto;
  display: block;
}

footer {
  padding: 8rem 0;
  background-color: #859A9A;
  color: white;
  position: relative;
  z-index: 800;
}
footer .footer-logo #turton-tower-footer {
  display: block;
  width: 20.4rem;
  height: 5.9rem;
  text-indent: -999px;
  background-image: url("../images/turton-tower-logo-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 6.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px), only screen and (min-width: 561px) and (max-width: 768px) {
  footer .footer-logo #turton-tower-footer {
    width: 17.3rem;
    height: 5rem;
  }
}
footer .bwd {
  height: 12rem;
  position: relative;
}
footer .bwd #bwd-logo {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 9.3rem;
  height: 10.5rem;
  text-indent: -99999px;
  color: rgba(255, 255, 255, 0);
  background-image: url("../images/bwd-crest.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
footer .columns {
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  line-height: 2.6rem;
}
footer .columns .column {
  min-width: 16rem;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  footer .columns .column {
    margin: 0 auto;
  }
}
footer .columns .column.col4 {
  width: 34.4262295%;
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  footer .columns .column.col4 {
    width: 50%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  footer .columns .column.col4 {
    width: 100%;
  }
}
footer .columns .column.col4 h3 {
  color: #311A25;
  text-transform: uppercase;
  font-weight: 600;
}
footer .columns .column.col4 p {
  width: 65.47619%;
  margin-bottom: 2.6rem;
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  footer .columns .column.col4 p {
    width: 80%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  footer .columns .column.col4 p {
    width: 100%;
  }
}
footer .columns .column.col2 {
  width: 17.21311475%;
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  footer .columns .column.col2 {
    width: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 560px) {
  footer .columns .column nav {
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
footer .columns .column nav li {
  text-transform: uppercase;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
}
footer .columns .column nav li a {
  color: white;
}
footer .columns .column nav li a:hover {
  color: #CFD1C5;
}
