/* 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;
}

html {
  font-size: 62.5%;
  font-smoothing: antialiased;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #64a282;
}
body.menu-active {
  overflow: hidden;
}
body ::selection {
  background-color: rgb(132, 181, 156);
  color: white;
}
body.gallery-open {
  overflow: hidden;
}

p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
p strong {
  font-weight: 600;
}

.outer {
  position: relative;
}
.outer .inner {
  position: relative;
  width: calc(100vw - 160px);
  max-width: 1484px;
  margin: 0 auto;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  .outer .inner {
    width: calc(100% - 20px);
  }
}

#banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99999;
  background-color: rgba(214, 95, 61, 0.8);
}
#banner .inner {
  padding: 5.25rem 0 4.5rem 0;
  position: relative;
  height: 3rem;
}
#banner h1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition-duration: 0.5s;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #banner h1 {
    width: 210px;
  }
}
#banner h1 a {
  font-family: "new-spirit", serif;
  font-weight: 300;
  color: white;
  font-size: 3.4rem;
  line-height: 2.4rem;
  padding: 0 0 0 12rem;
  position: relative;
  display: block;
  text-align: right;
  box-sizing: border-box;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #banner h1 a {
    font-size: 2rem;
    padding-left: 6rem;
  }
}
#banner h1 a:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 130px;
  height: 140px;
  background-image: url("../images/happy-valley-vector.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #banner h1 a:before {
    width: 60px;
    height: 80px;
    top: -10px;
  }
}
#banner h1 .established {
  margin-top: 1rem;
  display: block;
  color: white;
  font-size: 2rem;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #banner h1 .established {
    margin-top: 0.4rem;
    font-size: 1.4rem;
  }
}
#banner h1:hover {
  transform: translate(0, -50%) scale(1.04);
}
#banner nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
#banner nav li {
  display: inline-block;
  margin-left: 20px;
}
#banner nav li a {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
}
#banner nav li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 2px;
  width: 0%;
  opacity: 0;
  background-color: white;
  transition-duration: 0.2s;
}
#banner nav li a:hover:after {
  opacity: 1;
  width: 100%;
}
#banner #menu-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, calc(-50% - 4px));
  height: 30px;
  width: 36px;
  box-sizing: border-box;
  text-indent: -99999px;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: all;
}
#banner #menu-button a {
  position: absolute;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition-duration: 0.2s;
}
#banner #menu-button a:before, #banner #menu-button a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: white;
}
#banner #menu-button a:before {
  top: 0;
}
#banner #menu-button a:after {
  bottom: 0;
}
#banner #menu-button:hover {
  height: 36px;
}
#banner #menu-button:before, #banner #menu-button:after {
  background-color: white;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 100%;
  height: 4px;
  border-radius: 4px;
  transition-duration: 0.2s;
}
.menu-active #banner #menu-button {
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
.menu-active #banner #menu-button a {
  opacity: 0;
}
.menu-active #banner #menu-button:before {
  transform: rotate(-45deg);
}
.menu-active #banner #menu-button:after {
  transform: rotate(45deg);
}

#main-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: rgb(214, 95, 61);
  transition-duration: 0.2s;
  transition-property: all;
}
.menu-active #main-menu {
  height: 100vh;
  z-index: 999;
  opacity: 1;
}
.menu-active #main-menu nav {
  opacity: 1;
}
#main-menu nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 0px));
  width: 25vw;
  min-width: 280px;
  text-align: center;
  opacity: 0;
  transition-duration: 0.1s;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #main-menu nav {
    transform: translate(-50%, -50%);
  }
}
#main-menu nav li {
  margin-bottom: 0.4rem;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #main-menu nav li {
    margin-bottom: 0.2rem;
  }
}
#main-menu nav li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.5rem;
  line-height: 4rem;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #main-menu nav li a {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#main-menu nav li a:after {
  content: "";
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 2px;
  opacity: 0;
  transition-duration: 0.3s;
}
#main-menu nav li a:hover {
  color: white;
}
#main-menu nav li a:hover:after {
  opacity: 1;
  width: 100%;
}

#page-title {
  margin: 16rem 0 0 0;
}
#page-title h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
}

.padding-std {
  padding: 8rem 0 0 0;
}

.hero {
  background-color: rgb(132, 181, 156);
}
.hero .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.hero .slide .text {
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: white;
}
.hero .slide .text h3 {
  font-size: 8rem;
  font-weight: 100;
  line-height: 10rem;
  font-family: "new-spirit", serif;
  margin-bottom: 6rem;
  font-style: italic;
}
.hero .slide .text h4 {
  font-family: basic-sans, sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 3.75rem;
  line-height: 3.5rem;
  margin-bottom: 4rem;
}
.hero .slide .text p {
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 100;
}
.hero .slide .text p.button a {
  display: inline-block;
  padding: 1rem 3rem;
  background-color: rgb(132, 181, 156);
  color: white;
  outline: none;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
.hero .slide .text p.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgb(132, 181, 156);
  z-index: -1;
  transition-duration: 0.4s;
  transform: translate(-50%, -50%);
}
.hero .slide .text p.button a:hover:after {
  width: calc(100% + 20px);
  height: calc(100% + 10px);
}
.hero .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.hero.full {
  width: 100vw;
  height: 70vh;
}
.hero.carousel {
  height: calc(100vh - 15rem);
}
.hero.carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  background-color: transparent;
  text-indent: -99999px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 99;
  opacity: 0.7;
}
.hero.carousel .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 30px;
  height: 30px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}
.hero.carousel .slick-arrow.slick-next {
  right: 80px;
}
.hero.carousel .slick-arrow.slick-next:before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hero.carousel .slick-arrow.slick-prev {
  left: 80px;
}
.hero.carousel .slick-arrow.slick-prev:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.columns .column h3 {
  color: #a4c8b6;
  font-family: "new-spirit", serif;
  font-style: italic;
  font-size: 5rem;
  line-height: 5rem;
  margin-bottom: 5rem;
  padding: 2rem 0 3.5rem 0;
  border-top: 1px solid #e4eee9;
  border-bottom: 1px solid #e4eee9;
}
.columns .column h4 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.5rem;
  margin-bottom: 3rem;
}
.columns .column p {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 3rem;
}
.columns .column p.large {
  font-size: 3rem;
  line-height: 4.5rem;
}
.columns.single-column .inner .column {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  .columns.single-column .inner .column {
    width: 100%;
  }
}
.columns.two-columns .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.columns.two-columns .inner .column {
  width: 30%;
  margin: 0 32px;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  .columns.two-columns .inner .column {
    width: 100%;
  }
}

.tiles .tile-group {
  display: flex;
  padding-bottom: 4rem;
  justify-content: center;
  flex-wrap: wrap;
}
.tiles .tile-group .tile {
  width: 33%;
  height: 0;
  padding-top: 33%;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  .tiles .tile-group .tile {
    width: 100%;
    padding-top: 80%;
  }
}
.tiles .tile-group .tile .image {
  position: absolute;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  transition-duration: 0.3s;
}
.tiles .tile-group .tile .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.1;
  transition-duration: 0.5s;
}
.tiles .tile-group .tile h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "new-spirit", serif;
  font-style: italic;
  text-align: center;
  font-size: 3rem;
  line-height: 3.6rem;
}
.tiles .tile-group .tile h4 a {
  color: white;
}
.tiles .tile-group .tile:hover .image {
  transform: translate(-50%, -50%) scale(1.025);
}
.tiles .tile-group .tile:hover .image:before {
  background-color: rgb(132, 181, 156);
  opacity: 0.8;
}

.hero {
  max-height: calc(100vh - 140px);
}
.hero .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery .inner {
  width: calc(100vw - 128px);
  max-width: 1516px;
  margin: 0 auto;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  .gallery .inner {
    width: 100%;
  }
}
.gallery .inner .swiper-wrapper {
  width: 100%;
  height: 60vh;
  min-height: 640px;
}
.gallery .inner .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(132, 181, 156, 0.3);
}
.gallery .inner .swiper-slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 2rem);
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 2rem;
  color: white;
  text-align: center;
}
.gallery .inner swiper-button-next,
.gallery .inner .swiper-button-prev {
  z-index: 99999;
}
.gallery .inner .swiper-navigation {
  position: absolute;
  bottom: 5.4rem;
  right: 3.4rem;
  width: 7.8rem;
  height: 3.4rem;
}
.gallery .inner .swiper-navigation .swiper-button-next,
.gallery .inner .swiper-navigation .swiper-button-prev {
  width: 3.4rem;
  height: 3.4rem;
  background: white;
  border-radius: 1.7rem;
  margin-top: 0;
  top: 0;
  transition-duration: 0.2s;
}
.gallery .inner .swiper-navigation .swiper-button-next:before,
.gallery .inner .swiper-navigation .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: rgb(132, 181, 156);
}
.gallery .inner .swiper-navigation .swiper-button-next:after,
.gallery .inner .swiper-navigation .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid rgb(132, 181, 156);
  border-right: 2px solid rgb(132, 181, 156);
  text-indent: -99999px;
  transform: translate(calc(-50% - 1px), -50%) rotate(45deg);
}
.gallery .inner .swiper-navigation .swiper-button-next:hover,
.gallery .inner .swiper-navigation .swiper-button-prev:hover {
  background-color: rgb(132, 181, 156);
}
.gallery .inner .swiper-navigation .swiper-button-next:hover:before,
.gallery .inner .swiper-navigation .swiper-button-prev:hover:before {
  background-color: white;
}
.gallery .inner .swiper-navigation .swiper-button-next:hover:after,
.gallery .inner .swiper-navigation .swiper-button-prev:hover:after {
  border-color: white;
}
.gallery .inner .swiper-navigation .swiper-button-next {
  right: 0;
}
.gallery .inner .swiper-navigation .swiper-button-prev {
  left: auto;
}
.gallery .inner .swiper-navigation .swiper-button-prev:after {
  transform: translate(calc(-50% + 1px), -50%) rotate(-135deg);
}

#gallery-popup {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(31, 52, 42, 0.75);
  transition-duration: 0.4s;
  z-index: 999;
}
.hidden-gallery #gallery-popup {
  opacity: 0;
}
#gallery-popup .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #gallery-popup .image {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}

#footer-strapline {
  margin-top: 5rem;
  padding: 4rem 0;
  text-align: left;
  font-family: "new-spirit", serif;
  font-size: 3.2rem;
  font-weight: 100;
  background-color: rgb(214, 95, 61);
  color: white;
}
#footer-strapline .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer-strapline .inner .telephone,
#footer-strapline .inner .strapline {
  width: 50%;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #footer-strapline .inner .telephone,
  #footer-strapline .inner .strapline {
    width: 100% !important;
  }
}
#footer-strapline .telephone {
  text-align: right;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #footer-strapline .telephone {
    margin-top: 2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #footer-strapline {
    text-align: center;
    padding: 2rem 0rem;
    font-size: 1.8rem;
  }
}

#footer-logos {
  padding: 5rem 0 0 0;
}
#footer-logos ul {
  text-align: center;
}
#footer-logos ul li {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5rem;
}
#footer-logos ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#footer {
  background-color: rgb(132, 181, 156);
  box-shadow: 0 50vh 0 50vh rgb(132, 181, 156);
  padding: 4rem 0;
  color: white;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #footer {
    padding: 2rem 0rem;
    text-align: center;
  }
}
#footer p {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  text-align: right;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #footer p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    word-break: break-all;
  }
}
#footer p.large {
  font-size: 3rem;
  line-height: 4.5rem;
}
@media only screen and (min-width: 100px) and (max-width: 960px) {
  #footer p.large {
    font-size: 1.8rem;
  }
}
#footer p a {
  color: white;
}
#footer p span {
  color: rgb(132, 181, 156);
  display: inline-block;
  width: 1px;
  height: 2rem;
  transform: translate(0, 3px);
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
}
