@import url(https://use.typekit.net/bxk1ozr.css);
@charset "UTF-8";
.content-tags-bkp p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: 'calluna';
}
.content-tags-bkp strong {
  font-weight: bold;
  font-family: 'calluna';
}
.content-tags-bkp ul,
.content-tags-bkp ol {
  padding-left: 18px;
  margin-bottom: 10px;
  font-family: 'calluna';
}
.content-tags-bkp ul li,
.content-tags-bkp ol li {
  line-height: 1.5;
}
.content-tags-bkp a {
  color: inherit;
  font-family: 'calluna';
}
@media all and (max-width:1024px) {
  .content-tags iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: calc(56.25vw - 40px);
  }
}
.content-tags h1,
.content-tags h2,
.content-tags h3,
.content-tags h4 {
  margin-bottom: 15px;
  line-height: 1.2;
}
@media all and (max-width:1024px) {
  .content-tags h1,
  .content-tags h2,
  .content-tags h3,
  .content-tags h4 {
    margin-bottom: 15px;
  }
}
.content-tags h1 {
  font-size: 2.5em;
}
.content-tags h2 {
  font-size: 2em;
}
.content-tags h3 {
  font-size: 1.8em;
}
.content-tags p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: 'calluna';
}
.content-tags strong {
  font-weight: bold;
  font-family: 'calluna';
}
.content-tags ul,
.content-tags ol {
  padding-left: 18px;
  margin-bottom: 10px;
  font-family: 'calluna';
}
.content-tags ul li,
.content-tags ol li {
  line-height: 1.5;
}
.content-tags a {
  color: inherit;
  font-family: 'calluna';
}
.content-tags blockquote {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 1.05em;
  font-weight: 600;
  padding-left: 25px;
  border-left: 4px solid #eee;
}
@media all and (max-width:1024px) {
  .content-tags blockquote {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.content-tags img {
  max-width: 100%;
  height: auto;
}
.content-tags img.alignleft {
  float: left;
  margin: 8px 20px 20px 0;
}
@media all and (max-width:1024px) {
  .content-tags img.alignleft {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.content-tags img.alignright {
  float: right;
  margin: 8px 0 20px 20px;
}
@media all and (max-width:1024px) {
  .content-tags img.alignright {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.content-tags img.aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .content-tags img.aligncenter {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.content-tags .wp-caption.alignleft {
  float: left;
  margin: 8px 20px 20px 0;
}
.content-tags .wp-caption.alignleft img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .content-tags .wp-caption.alignleft {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 20px 0;
  }
}
.content-tags .wp-caption.alignright {
  float: right;
  margin: 8px 0 20px 20px;
}
.content-tags .wp-caption.alignright img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .content-tags .wp-caption.alignright {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 20px 0;
  }
}
.content-tags .wp-caption.aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 100% !important;
  width: 100% !important;
}
.content-tags .wp-caption.aligncenter img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .content-tags .wp-caption.aligncenter {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 20px 0;
  }
}
.content-tags .wp-caption-text {
  font-size: 0.8em;
  color: #888;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  color: #222;
  border-radius: 0px;
  border: 0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 1.2em;
  font-weight: normal;
  max-width: 150px;
  width: 100%;
  min-width: 100%;
  outline: none;
  padding: 20px 30px 20px 20px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  font-family: 'Lato';
}
@media all and (max-width:1024px) {
  .nice-select {
    width: 100%;
    max-width: auto;
    min-width: 100%;
  }
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  background: url(../../img/chev.svg) no-repeat center;
  background-size: 12px 12px;
  content: '';
  display: block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
}
.nice-select.open:after {
  transform: rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  max-height: 185px;
  overflow: scroll;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
span.current {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.28571429%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #243f50;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #243f50;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #222;
  background: #fff;
  box-shadow: none;
  border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
* {
  -webkit-font-smoothing: antialiased;
  outline: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
  font-weight: inherit;
}
input[type=submit],
input[type=button],
input[type=search],
input[type=password],
input[type=text],
input[type=email],
input[type=tel] {
  -webkit-appearance: none;
  border-radius: 0;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA_A.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UXtHA_A.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptserif/v17/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
}
@font-face {
  font-family: 'Galano Classic';
  src: url('../../assets/fonts/384941_0_0.eot');
  src: url('../../assets/fonts/384941_0_0.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/384941_0_0.woff2') format('woff2'), url('../../assets/fonts/384941_0_0.woff') format('woff'), url('../../assets/fonts/384941_0_0.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Galano Classic';
  src: url('../../assets/fonts/GalanoClassic-SemiBold.woff2') format('woff2'), url('../../assets/fonts/GalanoClassic-SemiBold.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'JupiterProRegular';
  src: url('../../assets/fonts/jupiter_pro-webfont.eot');
  src: url('../../assets/fonts/jupiter_pro-webfont.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/jupiter_pro-webfont.woff') format('woff'), url('../../assets/fonts/jupiter_pro-webfont.ttf') format('truetype'), url('../../assets/fonts/jupiter_pro-webfont.svg#JupiterProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JupiterProBold';
  src: url('../../assets/fonts/jupiterprobold-webfont.eot');
  src: url('../../assets/fonts/jupiterprobold-webfont.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/jupiterprobold-webfont.woff') format('woff'), url('../../assets/fonts/jupiterprobold-webfont.ttf') format('truetype'), url('../../assets/fonts/jupiterprobold-webfont.svg#JupiterProBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../../assets/fonts/Montserrat-Light.eot');
  src: url('../../assets/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Montserrat-Light.woff') format('woff'), url('../../assets/fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-ExtraLight';
  src: url('../../assets/fonts/Montserrat-ExtraLight.eot');
  src: url('../../assets/fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/Montserrat-ExtraLight.woff') format('woff'), url('../../assets/fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../../assets/fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/BebasNeue.otf');
}
body {
  background-color: #e7e7e2;
  color: #243f50;
  font-family: 'Lato';
  font-size: 16px;
}
body.customize-support {
  margin-top: 46px;
}
.nav {
  display: flex;
  justify-content: center;
  position: sticky;
  left: 0;
  right: 0;
  z-index: 99;
  top: 0;
  color: #222;
  box-shadow: none;
  text-transform: none;
  font-family: 'Lato';
  transition: transform 0.5s;
  font-size: 15px;
}
.nav ul {
  list-style-type: none;
}
.nav--hidden {
  transform: translateY(-100px);
}
.nav__wrapper {
  display: flex;
  width: 100%;
}
.nav__mobile {
  flex-basis: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  background: #243f50;
}
@media all and (max-width:1024px) {
  .nav__mobile {
    display: flex;
  }
}
.nav__logo {
  height: 25px;
  width: 200px;
  margin: 10px 15px;
}
@media all and (max-width:1024px) {
  .nav__logo {
    width: 80%;
  }
}
.nav__logo-image {
  min-height: 25px;
  max-height: 25px;
  width: auto;
}
.nav__hamburger {
  width: 63px;
  height: 63px;
  background: url(../img/hamburger.svg) no-repeat center;
  background-size: 32px 32px;
  cursor: pointer;
}
.nav__hamburger--open {
  background: url(../img/hamburger-close.svg) no-repeat center;
  background-size: 32px 32px;
}
.nav__li--mobile {
  display: none;
}
@media all and (max-width:1024px) {
  .nav__li--mobile {
    display: block;
  }
}
.nav__menu {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
}
@media all and (max-width:1024px) {
  .nav__menu {
    display: none;
  }
}
.nav__menu--open {
  display: flex;
  flex-flow: row wrap;
}
.nav__main {
  flex-basis: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  background-color: #243f50;
}
@media all and (max-width:1024px) {
  .nav__main {
    flex-basis: 100%;
  }
}
.nav__secondary {
  flex-basis: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
}
@media all and (max-width:1024px) {
  .nav__secondary {
    flex-basis: 100%;
  }
}
.nav__select {
  background: #e9e9f0;
  position: relative;
  font-size: 0.8em;
  cursor: pointer;
  min-width: 100px;
}
.nav__select-list {
  list-style: none;
  padding: 7px 0;
}
.nav__select-label {
  color: #494857;
  border-bottom: 1px solid #d9d8d8;
  padding: 7px 28px 7px 14px;
  background: #e9e9f0 url(../../img/select_tip.png) no-repeat right 10px center;
}
.nav__select-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #e9e9f0;
  border-bottom: 1px solid #d9d8d8;
  display: none;
}
.nav__select-list--open {
  display: block;
}
.nav__select-link {
  padding: 7px 14px;
  display: flex;
  color: #494857;
}
.hero {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.hero--both {
  padding: 10px 0 30px;
}
.hero--top {
  padding-top: 10px;
}
.hero--bottom {
  padding-bottom: 30px;
}
.hero__wrapper {
  width: 100%;
  height: 70vw;
  max-height: 90vh;
  max-width: 1600px;
  position: relative;
}
.hero__wrapper--alt {
  align-items: center;
}
@media all and (max-width:1024px) {
  .hero__wrapper {
    height: 90vh;
  }
}
.hero__head {
  flex-basis: 100%;
  z-index: 9;
  color: #fff;
  text-align: center;
}
.hero__head--bottom {
  height: 20vw;
  max-height: 30vh;
}
@media all and (max-width:1024px) {
  .hero__head--bottom {
    height: auto;
    max-height: none;
    align-items: flex-start;
  }
}
.hero__head--top {
  height: 30vw;
  max-height: 40vh;
}
@media all and (max-width:1024px) {
  .hero__head--top {
    height: auto;
    max-height: none;
    align-items: flex-start;
  }
}
.hero__heading {
  flex-grow: 1;
  flex-basis: 100%;
  font-size: 4.5em;
  letter-spacing: 0em;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: 'calluna';
}
@media all and (max-width:1024px) {
  .hero__heading {
    font-size: 3.3em;
  }
}
.hero__subheading {
  flex-grow: 1;
  flex-basis: 100%;
  font-size: 2em;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.1;
  text-transform: none;
  font-family: 'calluna';
}
@media all and (max-width:1024px) {
  .hero__subheading {
    font-size: 2em;
    margin-top: 0px;
  }
}
.hero__logo {
  flex-basis: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  z-index: 9;
}
@media all and (max-width:1024px) {
  .hero__logo {
    max-width: 100%;
    display: none;
  }
}
.hero__logo-image {
  max-height: 70px;
  width: auto;
}
@media all and (max-width:1024px) {
  .hero__logo-image {
    max-height: 15vw;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.hero__sliders {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero__slider {
  width: 100%;
  height: 70vw;
  max-height: 90vh;
  max-width: 1600px;
}
@media all and (max-width:1024px) {
  .hero__slider {
    height: 90vh;
  }
}
.hero__slide {
  width: 100%;
  height: 70vw;
  max-height: 90vh;
  max-width: 1600px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: row wrap;
  padding: 20px;
}
.hero__slide--middle {
  align-items: center;
}
@media all and (max-width:1024px) {
  .hero__slide {
    height: 90vh;
    align-items: center;
  }
}
.hero__button {
  color: #243f50;
  background: #e7e7e2;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 0.8em;
  text-decoration: none;
  letter-spacing: 0.2em;
  display: flex;
  text-align: center;
  justify-content: center;
  line-height: 1.2;
  display: inline-block;
  margin-top: 20px;
}
.hero__button:hover {
  background: #fefefe;
}
.blocks {
  display: flex;
  justify-content: center;
}
.blocks__wrapper {
  background: #e7e7e2;
  padding: 0px 100px;
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
@media all and (max-width:1024px) {
  .blocks__wrapper {
    padding: 1%;
  }
}
.blocks__breadcrumbs {
  flex-basis: 100%;
  flex-grow: 1;
  padding: 10px 1%;
  width: 100%;
  max-width: 1170px;
  font-size: 0.85em;
  margin-top: -30px;
}
@media all and (max-width:1024px) {
  .blocks__breadcrumbs {
    margin: 0;
  }
}
.blocks__breadcrumbs a {
  color: inherit;
}
.blocks__row {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1170px;
}
@media all and (max-width:1024px) {
  .blocks__row {
    flex-flow: row wrap;
  }
}
.blocks__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  flex-basis: 100%;
}
.blocks__content--dark {
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
}
.blocks__content--dark.blocks__content--big {
  background: transparent;
}
.blocks__content--light {
  background: rgba(255, 255, 255, 0.4);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
}
.blocks__content--light.blocks__content--big {
  background: transparent;
}
.blocks__content--medium {
  padding: 25% 20px 20px 20px;
}
.blocks__content--small {
  padding: 25% 20px 20px 20px;
}
.blocks__block {
  background: #9f6349;
  height: 440px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  overflow: hidden;
}
.blocks__block--dark {
  background: #9f6349;
  color: #eeedf0;
}
.blocks__block--light {
  background: #eeedf0;
  color: #9f6349;
}
.blocks__block--big {
  width: calc(100% - 20px);
  margin: 10px;
  align-items: center;
}
@media all and (max-width:1024px) {
  .blocks__block--big {
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.blocks__block--medium {
  width: calc(66.666% - 20px);
  margin: 10px;
  align-items: flex-end;
}
@media all and (max-width:1024px) {
  .blocks__block--medium {
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.blocks__block--small {
  width: calc(33.333% - 20px);
  margin: 10px;
  align-items: flex-end;
}
@media all and (max-width:1024px) {
  .blocks__block--small {
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.blocks__block--content {
  align-items: center;
  padding: 40px;
}
@media all and (max-width:1024px) {
  .blocks__block--content {
    height: auto;
  }
}
.blocks__text {
  text-align: center;
  font-size: 1.2em;
  font-family: 'calluna';
  color: inherit;
}
.blocks__text p {
  line-height: 1.3;
  margin-bottom: 20px;
  color: inherit;
}
.blocks__heading {
  flex-basis: 100%;
  justify-content: center;
  font-size: 3em;
  margin-bottom: 30px;
  text-transform: none;
  text-align: center;
  line-height: 1.2;
  font-family: 'calluna';
  letter-spacing: 0em;
}
@media all and (max-width:1024px) {
  .blocks__heading {
    font-size: 2.5em;
  }
}
.blocks__heading small {
  font-size: 0.7em;
  display: block;
}
.blocks__heading--light {
  color: #222;
}
.blocks__heading--dark {
  color: #fff;
}
.blocks__heading--medium {
  font-size: 1.4em;
  margin-bottom: 25px;
}
.blocks__heading--small {
  font-size: 1.4em;
  margin-bottom: 25px;
}
.blocks__link {
  background: #222;
  color: #fff;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.2em;
  display: flex;
  text-align: center;
  justify-content: center;
  line-height: 1.2;
  letter-spacing: 0.25em;
}
.blocks__link--light {
  color: #fff;
  background: #243f50;
}
.blocks__link--light:hover {
  background: #345b73;
}
.blocks__link--dark {
  color: #243f50;
  background: #e7e7e2;
}
.blocks__link--dark:hover {
  background: #d0d0c6;
}
.blocks__link--medium {
  font-size: 0.8em;
  margin-bottom: 25px;
}
.blocks__link--small {
  font-size: 0.8em;
  margin-bottom: 25px;
}
.form {
  width: 100%;
  max-width: 1170px;
  display: flex;
  flex-flow: row wrap;
  font-size: 0.75em;
  padding: 10px;
}
.form form {
  flex-basis: 1;
  width: 100%;
}
.form__heading {
  flex-flow: 100%;
  flex-grow: 1;
  margin-bottom: 20px;
  justify-content: center;
  line-height: 1.3;
  font-size: 34px;
  text-align: center;
  font-family: 'calluna';
  font-style: normal;
  color: #243f50;
  letter-spacing: 0em;
  background-color: #e7e7e2;
  margin: 0 auto -21px;
  display: flex;
  z-index: 1;
  max-width: 425px;
  white-space: nowrap;
}
@media all and (max-width:1280px) {
  .form__heading {
    margin-top: 20px;
  }
}
@media all and (max-width:1024px) {
  .form__heading {
    max-width: 345px;
    font-size: 28px;
    margin-bottom: -17px;
  }
}
.form__form-area {
  background: #243f50;
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
  padding: 20px 10px;
}
@media all and (max-width:1280px) {
  .form__form-area {
    flex-flow: row wrap;
  }
}
.form__form-line {
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 1;
  height: 45px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media all and (max-width:1280px) {
  .form__form-line {
    justify-content: space-between;
  }
}
.form__form-column {
  flex-grow: 1;
  max-width: 20%;
  flex-shrink: 0;
  margin: 10px;
  flex-basis: 20px;
}
@media all and (max-width:1280px) {
  .form__form-column {
    margin: 0 10px;
    max-width: none;
  }
}
.form__form-column--big {
  flex-basis: 20%;
  display: flex;
  align-items: center;
}
@media all and (max-width:1280px) {
  .form__form-column--big {
    padding-left: 0;
    padding-right: 20px;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.form #input-date {
  content: '';
  background-image: url(/wp-content/themes/base/assets/img/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6%;
  background-position: 96% 50%;
  cursor: pointer;
}
.form .chevron-up {
  background-image: url(/wp-content/themes/base/assets/img/chevron-up.png) !important;
  border-color: #999;
}
.form__form-check {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  margin-right: 20px;
}
.form__form-check:checked {
  position: relative;
}
.form__form-check:checked:after {
  content: " ";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  top: 5px;
  left: 5px;
}
.form__form-submit {
  flex-grow: 1;
  background: #8ca195;
  color: #fff;
  border: 0;
  flex-basis: 100%;
  padding: 20px;
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-family: 'Lato';
}
.form__form-submit--small {
  padding: 10px 15px;
  margin-top: 0;
}
.form__form-submit:active {
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
  background: #7e9688;
}
@media all and (max-width:1280px) {
  .form__form-submit {
    flex-basis: 100%;
    margin-top: 5px;
  }
}
.form__form-label {
  margin-right: 15px;
  display: flex;
  color: #fff;
  flex-grow: 1;
  flex-basis: calc(30% - 15px);
}
.form__form-text {
  border: 0;
  padding: 10px;
  background: #fff;
  font-family: 'Lato';
  font-size: 1.2em;
  width: auto;
  flex-grow: 1;
  flex-basis: 60%;
  max-width: 60%;
}
@media all and (max-width:1280px) {
  .form__form-text {
    width: 70%;
    max-width: auto;
    font-size: 1.2em;
  }
}
.form .list {
  width: 100%;
}
.form__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media all and (max-width:1024px) {
  .form__wrapper {
    flex-direction: column;
  }
}
.form__wrapper .wplp-success {
  margin-top: 0;
}
.form__area {
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
  height: 100%;
  padding: 30px;
  flex-flow: row wrap;
  background-color: transparent;
  border: 1px solid #CBCDCF;
  flex-basis: 20%;
}
.form__area input {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.form__area input::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.form__area input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
@media all and (max-width:1280px) {
  .form__area {
    padding: 10px;
  }
}
@media all and (max-width:1024px) {
  .form__area {
    padding: 34px 10px 10px;
  }
}
.form__column {
  padding: 10px;
  flex-grow: 1;
  display: flex;
  position: relative;
}
@media all and (max-width:1280px) {
  .form__column {
    padding: 5px;
  }
}
.form__submit {
  background-color: #243F50;
  color: #E4F5FF !important;
  border: 0;
  flex-basis: 100%;
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 200px;
  min-width: 100%;
  letter-spacing: 0.05em;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
@media all and (max-width:1280px) {
  .form__submit {
    padding: 15px;
  }
}
@media all and (max-width:1024px) {
  .form__submit {
    width: 100%;
    max-width: auto;
    min-width: 100%;
  }
}
.form__txt {
  background: #fff url(../../img/chev.svg) no-repeat center right 12px;
  background-size: 12px 12px;
  font-family: 'Lato';
  border: 0;
  flex-basis: 100%;
  padding: 20px 30px 20px 20px;
  text-align: left;
  font-size: 1.2em;
  width: 100%;
  max-width: 200px;
  min-width: 100%;
  position: relative;
  line-height: normal;
  letter-spacing: 0.05em;
  border: 1px solid #CCD1CF;
}
@media all and (max-width:1280px) {
  .form__txt {
    padding: 15px 30px 15px 15px;
  }
}
@media all and (max-width:1024px) {
  .form__txt {
    width: 100%;
    max-width: auto;
    min-width: 100%;
  }
}
.form__txt--clean {
  background: #fff;
  width: 100%;
  max-width: 200px;
  min-width: 100%;
}
@media all and (max-width:1280px) {
  .form__txt--clean {
    padding: 15px;
  }
}
@media all and (max-width:1024px) {
  .form__txt--clean {
    width: 100%;
    max-width: auto;
    min-width: 100%;
  }
}
.form__select {
  display: flex;
  align-items: center;
  font-family: 'Lato';
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #CCD1CF;
}
.form__select::after {
  content: '';
  background-image: url('/wp-content/themes/base/assets/img/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.form__select span.current {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.wplf-error,
.wplf-success {
  padding: 20px;
  margin-top: 10px;
  background: #f3f3f0;
  text-align: center;
  width: 100%;
  font-size: 1.3em;
}
.rooms {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
}
.rooms__wrapper {
  flex-basis: calc(100% - 20px);
  max-width: 1147px;
  margin: 10px;
  display: flex;
}
@media all and (max-width:1024px) {
  .rooms__wrapper {
    min-width: 98%;
    max-width: 98%;
    display: block;
  }
}
.rooms__wrapper .rslides_nav {
  position: absolute;
  top: 50%;
  z-index: 98 !important;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 25px;
}
.rooms__wrapper .rslides_nav.prev {
  left: 10px;
  background: rgba(0, 0, 0, 0.6) url(../img/arrow-prev.svg) no-repeat center;
  background-size: 35px 35px;
}
.rooms__wrapper .rslides_nav.next {
  right: 10px;
  background: rgba(0, 0, 0, 0.6) url(../img/arrow-next.svg) no-repeat center;
  background-size: 35px 35px;
}
.rooms__gallery {
  min-width: 55%;
  max-width: 55%;
  flex-grow: 1;
  height: 440px;
  max-height: 440px;
  min-height: 440px;
  background: #222;
  list-style: none;
  position: relative;
}
@media all and (max-width:1024px) {
  .rooms__gallery {
    min-width: 100%;
    max-width: 100%;
    display: block;
    height: 250px;
    max-height: 250px;
    min-height: 250px;
  }
}
.rooms__gallery-image {
  width: 45%;
  background: #222;
  height: 440px;
  max-height: 440px;
  min-height: 440px;
  position: relative;
}
@media all and (max-width:1024px) {
  .rooms__gallery-image {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
  }
}
.rooms__content {
  min-width: 45%;
  max-width: 45%;
  flex-grow: 1;
  background: #fff;
  padding: 50px 40px;
  color: #222;
  height: 440px;
  max-height: 440px;
  min-height: 440px;
}
@media all and (max-width:1024px) {
  .rooms__content {
    min-width: 100%;
    max-width: 100%;
  }
}
.rooms__heading {
  font-family: 'calluna';
  margin-bottom: 20px;
  line-height: 1.3;
  flex-basis: 100%;
  flex-grow: 1;
  font-size: 1.9em;
}
.rooms__text {
  flex-basis: 100%;
  flex-grow: 1;
  margin-bottom: 20px;
}
@media all and (max-width:1024px) {
  .rooms__text iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: calc(56.25vw - 40px);
  }
}
.rooms__text h1,
.rooms__text h2,
.rooms__text h3,
.rooms__text h4 {
  margin-bottom: 15px;
  line-height: 1.2;
}
@media all and (max-width:1024px) {
  .rooms__text h1,
  .rooms__text h2,
  .rooms__text h3,
  .rooms__text h4 {
    margin-bottom: 15px;
  }
}
.rooms__text h1 {
  font-size: 2.5em;
}
.rooms__text h2 {
  font-size: 2em;
}
.rooms__text h3 {
  font-size: 1.8em;
}
.rooms__text p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: 'calluna';
}
.rooms__text strong {
  font-weight: bold;
  font-family: 'calluna';
}
.rooms__text ul,
.rooms__text ol {
  padding-left: 18px;
  margin-bottom: 10px;
  font-family: 'calluna';
}
.rooms__text ul li,
.rooms__text ol li {
  line-height: 1.5;
}
.rooms__text a {
  color: inherit;
  font-family: 'calluna';
}
.rooms__text blockquote {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 1.05em;
  font-weight: 600;
  padding-left: 25px;
  border-left: 4px solid #eee;
}
@media all and (max-width:1024px) {
  .rooms__text blockquote {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.rooms__text img {
  max-width: 100%;
  height: auto;
}
.rooms__text img.alignleft {
  float: left;
  margin: 8px 20px 20px 0;
}
@media all and (max-width:1024px) {
  .rooms__text img.alignleft {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.rooms__text img.alignright {
  float: right;
  margin: 8px 0 20px 20px;
}
@media all and (max-width:1024px) {
  .rooms__text img.alignright {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.rooms__text img.aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .rooms__text img.aligncenter {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.rooms__text .wp-caption.alignleft {
  float: left;
  margin: 8px 20px 20px 0;
}
.rooms__text .wp-caption.alignleft img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .rooms__text .wp-caption.alignleft {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 20px 0;
  }
}
.rooms__text .wp-caption.alignright {
  float: right;
  margin: 8px 0 20px 20px;
}
.rooms__text .wp-caption.alignright img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .rooms__text .wp-caption.alignright {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 20px 0;
  }
}
.rooms__text .wp-caption.aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 100% !important;
  width: 100% !important;
}
.rooms__text .wp-caption.aligncenter img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .rooms__text .wp-caption.aligncenter {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 20px 0;
  }
}
.rooms__text .wp-caption-text {
  font-size: 0.8em;
  color: #888;
}
.rooms__features {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-flow: row wrap;
}
.rooms__feature {
  padding: 7px 10px;
  background: #888;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.8em;
}
.page {
  position: relative;
  display: flex;
  justify-content: center;
}
.page__hero {
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 110px);
  display: flex;
  justify-content: center;
  position: absolute;
}
@media all and (max-width:1024px) {
  .page__hero {
    display: none;
  }
}
.page__bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page__logo {
  flex-basis: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  z-index: 5;
}
@media all and (max-width:1024px) {
  .page__logo {
    max-width: 100%;
  }
}
.page__sidebar-wrap {
  padding-top: 15px;
}
.page__logo-image {
  max-height: 70px;
  width: auto;
}
.page__paper {
  position: relative;
  width: 1200px;
  min-height: 1000px;
  background: #fff;
  color: #243f50;
  z-index: 9;
}
.page__paper--dark {
  background: #8ca195;
  color: #fff;
}
.page__paper--open {
  margin-top: 0;
}
.page__content {
  display: flex;
  flex-flow: row wrap;
}
.page__content--alt {
  justify-content: center;
}
.page__breadcrumbs {
  flex-basis: 100%;
  flex-grow: 1;
  padding: 20px 0 70px 0;
  font-size: 0.85em;
  margin-left: -80px;
  line-height: 1.2;
  font-weight: 100;
}
@media all and (max-width:1024px) {
  .page__breadcrumbs {
    margin: 0;
    padding: 20px 0 40px 0;
  }
}
.page__breadcrumbs a {
  color: inherit;
}
.page__blocks {
  flex-basis: 75%;
  flex-grow: 1;
  max-width: 75%;
  padding: 0 100px 0 0;
}
@media all and (max-width:1024px) {
  .page__blocks {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.page__blocks--alt {
  max-width: 80%;
  width: 80%;
}
@media all and (max-width:1024px) {
  .page__blocks--alt {
    max-width: 100%;
  }
}
.page__blocks--contact {
  max-width: 75%;
  width: 75%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media all and (max-width:1024px) {
  .page__blocks--contact {
    max-width: 100%;
  }
}
.page__blocks--gallery {
  padding-right: 65px;
  max-width: 100%;
}
@media all and (max-width:1024px) {
  .page__blocks--gallery {
    padding: 0;
  }
}
.page__startsida-link {
  color: #243f50;
  padding: 0 0 17px 0;
  display: flex;
  flex-grow: 1;
  text-decoration: none;
  margin-bottom: 10px;
}
.page__startsida-link--dark {
  color: #fff;
}
.page__sidebar-button {
  margin-top: 40px;
  padding: 17px;
  display: block;
  flex-grow: 1;
  flex-basis: 100%;
  letter-spacing: 0.15em;
  width: 100%;
  color: #fff;
  background: #243f50;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.9em;
}
.page__heading {
  font-family: 'calluna';
  margin-bottom: 20px;
  flex-grow: 1;
  flex-basis: 100%;
  font-size: 2.5em;
  text-align: left;
}
.page__sidebar {
  flex-basis: 25%;
  max-width: 25%;
  flex-grow: 1;
  padding: 0 0 0 30px;
}
@media all and (max-width:1024px) {
  .page__sidebar {
    padding: 20px 0;
    border-left: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.page__sidebar ul {
  list-style: none;
}
.page__sidebar ul li a {
  color: inherit;
  padding: 5px;
  display: flex;
  text-decoration: none;
  margin-bottom: 5px;
}
.page__sidebar ul li > a {
  font-size: 1.4em;
  font-weight: 700 !important;
}
.page__sidebar ul li .current_page_item > a {
  font-weight: 700 !important;
}
.page__sidebar ul li ul {
  font-weight: normal;
}
.page__sidebar ul li ul li a {
  font-size: 1em;
  font-weight: 100 !important;
}
.page__sidebar ul li ul li ul {
  padding-left: 10px;
}
.page__sidebar ul li ul li ul li.page_item_has_children a {
  font-weight: 900 !important;
}
.page__text {
  border-bottom: 1px solid #e9ecee;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media all and (max-width:1024px) {
  .page__text iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: calc(56.25vw - 40px);
  }
}
.page__text h1,
.page__text h2,
.page__text h3,
.page__text h4 {
  margin-bottom: 15px;
  line-height: 1.2;
}
@media all and (max-width:1024px) {
  .page__text h1,
  .page__text h2,
  .page__text h3,
  .page__text h4 {
    margin-bottom: 15px;
  }
}
.page__text h1 {
  font-size: 2.5em;
}
.page__text h2 {
  font-size: 2em;
}
.page__text h3 {
  font-size: 1.8em;
}
.page__text p {
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: 'calluna';
}
.page__text strong {
  font-weight: bold;
  font-family: 'calluna';
}
.page__text ul,
.page__text ol {
  padding-left: 18px;
  margin-bottom: 10px;
  font-family: 'calluna';
}
.page__text ul li,
.page__text ol li {
  line-height: 1.5;
}
.page__text a {
  color: inherit;
  font-family: 'calluna';
}
.page__text blockquote {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 1.05em;
  font-weight: 600;
  padding-left: 25px;
  border-left: 4px solid #eee;
}
@media all and (max-width:1024px) {
  .page__text blockquote {
    margin-bottom: 15px;
    font-size: 1em;
  }
}
.page__text img {
  max-width: 100%;
  height: auto;
}
.page__text img.alignleft {
  float: left;
  margin: 8px 20px 20px 0;
}
@media all and (max-width:1024px) {
  .page__text img.alignleft {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.page__text img.alignright {
  float: right;
  margin: 8px 0 20px 20px;
}
@media all and (max-width:1024px) {
  .page__text img.alignright {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.page__text img.aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .page__text img.aligncenter {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.page__text .wp-caption.alignleft {
  float: left;
  margin: 8px 20px 20px 0;
}
.page__text .wp-caption.alignleft img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .page__text .wp-caption.alignleft {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 20px 0;
  }
}
.page__text .wp-caption.alignright {
  float: right;
  margin: 8px 0 20px 20px;
}
.page__text .wp-caption.alignright img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .page__text .wp-caption.alignright {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 20px 0;
  }
}
.page__text .wp-caption.aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 100% !important;
  width: 100% !important;
}
.page__text .wp-caption.aligncenter img {
  margin: 0;
  max-width: 100% !important;
  width: 100% !important;
}
@media all and (max-width:1024px) {
  .page__text .wp-caption.aligncenter {
    float: none;
    max-width: 100% !important;
    width: 100% !important;
    margin: 20px 0;
  }
}
.page__text .wp-caption-text {
  font-size: 0.8em;
  color: #888;
}
.page__text--dark {
  border-bottom: 1px solid #98aaa0;
}
.page__text--alt {
  border: 0;
  text-align: center;
}
.page__text--left {
  align-self: flex-start;
  flex-basis: 100%;
  flex-grow: 1;
}
.page__text-heading {
  font-family: 'calluna';
  margin-bottom: 20px;
  font-size: 1.6em;
}
.page__images {
  height: 440px;
  width: 100%;
  margin: 10px 0;
  display: flex;
}
@media all and (max-width:1024px) {
  .page__images {
    margin: 0;
    height: auto;
    flex-flow: row wrap;
  }
}
.page__image {
  background: yellow;
  flex-grow: 1;
}
@media all and (max-width:1024px) {
  .page__image {
    display: flex;
    flex-basis: 100%;
    height: 60vw;
    flex-flow: row wrap;
    margin-bottom: 10px;
  }
}
.page__image--one {
  margin-right: 5px;
}
@media all and (max-width:1024px) {
  .page__image--one {
    margin: 0;
    margin-bottom: 10px;
    height: 120vw;
  }
}
.page__image--two {
  margin-left: 5px;
}
@media all and (max-width:1024px) {
  .page__image--two {
    height: 120vw;
    margin: 0;
    margin-bottom: 10px;
  }
}
.page__404 {
  padding: 100px;
  width: 100%;
  text-align: center;
  height: 900px;
  max-width: 1600px;
  margin: 0 auto;
  background: url(../../img/404.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page__404-text {
  margin-top: 100px;
}
.page__404-text h2 {
  font-size: 3em;
  font-family: 'Montserrat-Light';
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page__404-text p {
  font-size: 1.8em;
  font-family: 'Playfair Display';
  margin-bottom: 30px;
}
.page__404-text a {
  background: #8ca195;
  color: #fff;
  padding: 17px 40px;
  display: inline-block;
  text-decoration: none;
}
.page__404-text a:hover {
  background: #8ca195;
}
.page__map {
  flex-basis: 100%;
  flex-grow: 1;
}
.page__map iframe {
  width: 100%;
}
.page__form {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  flex-basis: 100%;
}
.page__form form {
  display: flex;
  justify-content: center;
  width: 70%;
}
@media all and (max-width:1024px) {
  .page__form form {
    max-width: 100%;
    width: 100%;
  }
}
.page__form-wrapper {
  display: flex;
  flex-flow: row wrap;
  max-width: 70%;
  align-self: center;
  justify-content: center;
  width: 70%;
}
@media all and (max-width:1024px) {
  .page__form-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.page__form-line {
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 100%;
  width: 100%;
  display: flex;
}
.page__form-line--smaller {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  align-self: center;
}
@media all and (max-width:1024px) {
  .page__form-line--smaller {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.page__form-line--extra-margin {
  margin-bottom: 20px;
}
.page__form-column {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  flex-basis: 100%;
  padding: 10px;
  align-items: center;
}
.page__form-column--smaller {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
@media all and (max-width:1024px) {
  .page__form-column {
    padding: 5px;
  }
}
.page__form-label {
  flex-grow: 1;
  margin-bottom: 15px;
  font-size: 0.8em;
  text-transform: uppercase;
}
.page__form-label--check {
  margin-bottom: 0;
}
.page__form-field {
  width: 100%;
  flex-grow: 1;
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-size: 1em;
  font-family: 'Lato';
}
.page__form-submit {
  color: #fff;
  background: #243f50;
  padding: 16px 20px;
  border: 0;
  font-size: 1em;
  font-family: 'Lato';
  align-self: center;
  display: flex;
  font-size: 0.9em;
  text-transform: uppercase;
}
.page__form-check {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ddd;
  margin-right: 10px;
}
.page__form-check:checked {
  position: relative;
}
.page__form-check:checked:after {
  content: " ";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  top: 4px;
  left: 4px;
}
.page__social {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  padding-bottom: 20px;
}
.page__social-item {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.page__social-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.page__social-icon--instagram {
  background: url(../../img/instagram.png) no-repeat center;
  background-size: cover;
}
.page__social-icon--facebook {
  background: url(../../img/facebook.png) no-repeat center;
  background-size: cover;
}
.page__gallery {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  flex-basis: 100%;
}
.page__gallery-image {
  width: calc(33.333% - 30px);
  padding-bottom: calc(33.333% - 30px);
  min-height: 320px;
  margin: 15px;
}
@media all and (max-width:1024px) {
  .page__gallery-image {
    width: calc(50% - 20px);
    padding-bottom: calc(50% - 20px);
    min-height: auto;
    margin: 10px;
  }
}
.page__form .wplf-error,
.page__form .wplf-success {
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #222;
  background: transparent;
  text-align: center;
  width: 100%;
  font-size: 1em;
}
.footer {
  display: flex;
  color: #243f50;
  justify-content: center;
  flex-flow: row wrap;
  font-size: 1.1em;
  position: relative;
}
.footer__wrapper {
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
  max-width: 1170px;
}
@media all and (max-width:1024px) {
  .footer__wrapper {
    flex-flow: row wrap;
  }
}
.footer__main {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  flex-grow: 1;
  font-family: 'calluna';
  background: #8ca195;
  padding: 40px 10px;
}
.footer__nav {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  flex-grow: 1;
  font-family: 'calluna';
  background: #243f50;
  color: #fff;
  padding: 40px 10px;
  font-size: 0.9em;
}
.footer__nav ul {
  width: 100%;
  -moz-column-count: 1;
       column-count: 1;
  list-style: none;
  font-family: 'Lato';
  color: #fff;
}
@media all and (max-width:1024px) {
  .footer__nav ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.footer__nav ul li {
  line-height: 1.5;
  display: block;
  margin-bottom: 15px;
}
.footer__nav ul li a {
  text-decoration: underline;
  color: inherit;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 8px;
  margin-right: 15px;
}
.footer__nav ul li ul {
  display: block;
}
.footer__nav ul li ul li {
  margin-bottom: 0;
  display: inline-block;
}
.footer__nav ul li ul li a {
  padding-right: 15px;
  text-decoration: none;
  font-weight: normal;
  border-right: 1px solid #476069;
}
.footer__nav ul li ul li:last-child a {
  border: 0;
}
.footer__col {
  flex-grow: 1;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
}
.footer__col--first {
  border-right: 1px solid #9aaca2;
  width: 65%;
  max-width: 65%;
  display: block;
}
@media all and (max-width:1024px) {
  .footer__col--first {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-grow: 1;
    flex-basis: 100%;
    border: 0;
    order: 0;
  }
}
.footer__col--second {
  width: 35%;
  max-width: 35%;
}
@media all and (max-width:1024px) {
  .footer__col--second {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-grow: 1;
    flex-basis: 100%;
  }
}
.footer__col--noline {
  border: 0;
}
.footer__col--center {
  justify-content: center;
}
.footer__line {
  border-bottom: 1px solid #9aaca2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  flex-grow: 1;
  flex-basis: 100%;
}
.footer__line p {
  line-height: 2;
}
.footer__line a {
  color: #243f50;
}
.footer__line strong {
  font-weight: bold;
}
.footer__form {
  flex-basis: 100%;
  flex-grow: 1;
}
.footer__form-label {
  flex-basis: 100%;
  flex-grow: 1;
}
.footer__form-line {
  flex-basis: 100%;
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
}
.footer__form-input {
  flex-basis: 50%;
  border: 0;
  padding: 20px 25px;
  font-size: 0.9em;
  font-family: 'Lato';
  background: #fff;
}
@media all and (max-width:1024px) {
  .footer__form-input {
    flex-basis: 100%;
  }
}
.footer__form-label {
  margin-bottom: 15px;
}
.footer__form-submit {
  flex-basis: 20%;
  padding: 20px 25px;
  font-size: 0.9em;
  font-family: 'Lato';
  background: #243f50;
  color: #fff;
  border: 0;
}
@media all and (max-width:1024px) {
  .footer__form-submit {
    flex-basis: 100%;
  }
}
.footer__logo {
  flex-basis: 100%;
  flex-grow: 1;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__badges {
  flex-basis: 100%;
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.footer__badge {
  width: 25%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  color: #243f50;
}
.footer__badge-icon {
  height: 60px;
  width: 60px;
  background: #ddd;
}
.footer__badge-label {
  flex-basis: 100%;
  flex-grow: 1;
  padding: 5px;
  justify-content: center;
  font-size: 0.7em;
  display: flex;
  text-align: center;
  line-height: 1.3;
  font-family: 'Lato';
}
.footer__venues {
  max-width: 80%;
  flex-grow: 1;
  margin: 0 auto;
}
@media all and (max-width:1024px) {
  .footer__venues {
    max-width: 100%;
  }
}
.footer__venue {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #506573;
  justify-content: center;
  flex-flow: row wrap;
  color: #929fa8;
}
.footer__venue:last-child {
  border: 0;
}
.footer__venue-link {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
  font-size: 0.8em;
}
.footer__venue-logo {
  height: 30px;
  flex-basis: 100%;
  flex-grow: 1;
  margin-bottom: 15px;
}
.footer__venues-heading {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.footer__social {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  padding-bottom: 20px;
  margin-top: 20px;
}
.footer__social-item {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.footer__social-item a {
  color: inherit;
}
.footer__social-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.footer__social-icon--instagram {
  background: url(../../img/instagram-white.png) no-repeat center;
  background-size: cover;
}
.footer__social-icon--facebook {
  background: url(../../img/facebook-white.png) no-repeat center;
  background-size: cover;
}
.footer__group {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.nav-menu-mixin {
  font-size: 0.9em;
}
.nav-menu-mixin ul {
  width: 100%;
  -moz-column-count: 1;
       column-count: 1;
  list-style: none;
  font-family: 'Lato';
  color: #fff;
}
@media all and (max-width:1024px) {
  .nav-menu-mixin ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.nav-menu-mixin ul li {
  line-height: 1.5;
  display: block;
  margin-bottom: 15px;
}
.nav-menu-mixin ul li a {
  text-decoration: underline;
  color: inherit;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 8px;
  margin-right: 15px;
}
.nav-menu-mixin ul li ul {
  display: block;
}
.nav-menu-mixin ul li ul li {
  margin-bottom: 0;
  display: inline-block;
}
.nav-menu-mixin ul li ul li a {
  padding-right: 15px;
  text-decoration: none;
  font-weight: normal;
  border-right: 1px solid #476069;
}
.nav-menu-mixin ul li ul li:last-child a {
  border: 0;
}
.cookie {
  display: none;
  justify-content: center;
  background: #eee;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 1000;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
  align-items: center;
}
.cookie--active {
  display: flex;
}
.cookie__wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 1440px;
  color: #222;
  display: flex;
  justify-content: center;
}
.cookie__text {
  display: flex;
  align-items: center;
}
.cookie__button {
  background: #222;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 10px;
}
.imagecontent {
  max-width: calc(1600px + 40px);
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
  display: grid;
  gap: 20px;
  scroll-behavior: smooth;
}
.imagecontent p {
  font-family: 'PT Serif';
  font-size: 18px;
  line-height: 24px;
}
.imagecontent__wrapper h1,
.imagecontent__wrapper h2,
.imagecontent__wrapper h3 {
  font-family: 'calluna';
  font-weight: 600;
}
.imagecontent__wrapper h2 {
  font-size: 40px;
  line-height: 44px;
}
@media all and (max-width:1024px) {
  .imagecontent__wrapper h2 {
    font-size: 24px;
    line-height: 25px;
  }
}
.imagecontent a {
  text-decoration: none;
  margin-top: auto;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'Lato';
}
.imagecontent p,
.imagecontent h2 {
  color: inherit;
  max-width: 90%;
}
@media all and (max-width:1024px) {
  .imagecontent p,
  .imagecontent h2 {
    max-width: unset;
  }
}
.imagecontent__wrapper {
  position: relative;
  overflow: hidden;
  max-width: calc(1600px + 40px);
  width: 100%;
}
.imagecontent__wrapper .slider_title {
  font-size: 48px;
  margin: 40px 0 20px;
  text-align: center;
  font-family: 'calluna';
}
@media all and (max-width:1024px) {
  .imagecontent__wrapper .slider_title {
    font-size: 40px;
  }
}
.imagecontent__next,
.imagecontent__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  border-radius: 100%;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
}
.imagecontent__next--mobile,
.imagecontent__prev--mobile {
  display: none;
}
@media all and (max-width:1024px) {
  .imagecontent__next--mobile,
  .imagecontent__prev--mobile {
    display: initial;
  }
}
.imagecontent__visible {
  cursor: pointer;
  opacity: 1 !important;
  pointer-events: initial;
}
.imagecontent__next {
  right: 25px;
  background: url(../img/arrows-next.svg) no-repeat center, rgba(0, 0, 0, 0.3);
}
.imagecontent__prev {
  background: url(../img/arrows-prev.svg) no-repeat center, rgba(0, 0, 0, 0.3);
  left: 25px;
}
.imagecontent__slider {
  display: flex;
  overflow-x: auto;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.imagecontent__slider .imagecontent__button--wrapper {
  justify-content: center !important;
}
.imagecontent__slider::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  -webkit-appearance: none;
}
.imagecontent__slider::after,
.imagecontent__slider::before {
  background: #e7e7e2;
  width: 20px;
  position: absolute;
  pointer-events: none;
  content: "";
  height: 100%;
}
@media all and (max-width:1024px) {
  .imagecontent__slider::after,
  .imagecontent__slider::before {
    height: 0%;
  }
}
.imagecontent__slider::before {
  left: 0;
}
.imagecontent__slider::after {
  right: 0;
}
@media all and (max-width:1024px) {
  .imagecontent__slider {
    max-width: 100vw;
  }
}
.imagecontent__slider .imagecontent__button a {
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
}
.imagecontent__slider .imagecontent__button:hover {
  filter: brightness(1.2);
}
.imagecontent__slider .imagecontent__card {
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  grid-template-areas: "image" "content";
  grid-template-columns: 1fr;
  height: unset;
  min-width: 320px;
}
@media all and (max-width:624px) {
  .imagecontent__slider .imagecontent__card {
    min-width: 95%;
  }
}
.imagecontent__slider .imagecontent__card h2 {
  font-size: 26px;
  line-height: 28px;
}
@media all and (max-width:1024px) {
  .imagecontent__slider .imagecontent__card h2 {
    font-size: 24px;
    line-height: 25px;
  }
}
.imagecontent__slider .imagecontent__card h2,
.imagecontent__slider .imagecontent__card p {
  max-width: unset;
}
.imagecontent__slider .imagecontent__card img {
  width: 100%;
  height: auto;
}
.imagecontent__slider .imagecontent__content {
  max-height: unset;
}
.imagecontent__card {
  width: 100%;
  display: grid;
  grid-template-areas: "image content";
  height: 500px;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
}
.imagecontent__card img {
  vertical-align: bottom;
  height: 100%;
  width: auto;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width:1024px) {
  .imagecontent__card img {
    height: auto;
    width: 100%;
  }
}
.imagecontent__card--smallimage {
  grid-template-columns: 1fr 2fr;
}
.imagecontent__card--invertandsmall {
  grid-template-areas: "content image";
  grid-template-columns: 2fr 1fr;
}
.imagecontent__card--smallimage .imagecontent__button--wrapper,
.imagecontent__card--invertandsmall .imagecontent__button--wrapper {
  justify-content: flex-start;
}
.imagecontent__card--invert {
  grid-template-areas: "content image";
}
@media all and (max-width:1280px) {
  .imagecontent__card {
    height: 400px;
  }
}
@media all and (max-width:1024px) {
  .imagecontent__card {
    grid-template-areas: "image" "content";
    grid-template-columns: 1fr;
    height: unset;
  }
}
.imagecontent__content {
  gap: 20px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  max-height: 500px;
  height: 100%;
  grid-area: content;
}
@media all and (max-width:1280px) {
  .imagecontent__content {
    max-height: 400px;
  }
}
@media all and (max-width:1024px) {
  .imagecontent__content {
    max-height: unset;
  }
}
.imagecontent__image {
  grid-area: image;
  overflow: hidden;
}
.imagecontent__button {
  padding: 20px 30px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}
@media all and (max-width:624px) {
  .imagecontent__button {
    width: 100%;
  }
}
.imagecontent__button:hover {
  filter: brightness(1.2);
}
.imagecontent__button--wrapper {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.page__paper {
  padding: 0 100px 40px;
  overflow: hidden;
  margin: 100px 0;
}
@media all and (max-width:1024px) {
  .page__paper {
    margin: 0;
    padding: 0;
  }
}
.page__paper .page__text h3 {
  padding-top: 20px;
}
.page .blocks {
  margin: 20px 0;
  overflow: hidden;
}
.page .blocks__breadcrumbs {
  max-width: 1600px;
}
.page__text,
.page__images,
.page .imagecontent {
  padding: 0;
}
@media all and (max-width:1024px) {
  .page__text,
  .page__images,
  .page .imagecontent {
    padding: 0 20px;
  }
}
.page__heading {
  padding-top: 10px;
  font-size: 3.5rem;
}
@media all and (max-width:1024px) {
  .page__heading {
    padding: 10px 20px 0;
  }
}
.page__breadcrumbs {
  padding: 20px 20px 40px;
}
.page__alt .page__blocks {
  max-width: 100%;
  padding: 0;
}
.page__alt .page__blocks .page__heading,
.page__alt .page__blocks .page__text {
  max-width: 75%;
}
@media all and (max-width:1024px) {
  .page__alt .page__blocks .page__heading,
  .page__alt .page__blocks .page__text {
    max-width: unset;
  }
}
.hero--top,
.hero--both {
  padding-top: 78px;
}
@media all and (max-width:1024px) {
  .hero--top,
  .hero--both {
    padding-top: 16px;
  }
}
.hero__wrapper {
  padding: 0;
}
.no-scroll {
  overflow: hidden;
  padding-right: 12px;
}
@media all and (max-width:1024px) {
  .no-scroll {
    padding-right: 0;
  }
}
.blocks__row {
  max-width: 1600px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 10px 0;
}
@media all and (max-width:1024px) {
  .blocks__row {
    grid-template-columns: 1fr;
  }
}
.blocks__row--medium {
  grid-template-columns: repeat(8, 1fr);
}
.blocks__wrapper {
  padding: 0 20px;
  max-width: calc(1600px + 40px);
}
.blocks__block {
  margin: 0 !important;
}
.blocks__block--small {
  grid-column: span 2;
}
.blocks__block--medium {
  grid-column: span 4;
}
.blocks__block--big {
  grid-column: span 6;
  min-height: 40vw;
}
.blocks__block--small,
.blocks__block--medium,
.blocks__block--big {
  width: unset;
}
@media all and (max-width:1024px) {
  .blocks__block--small,
  .blocks__block--medium,
  .blocks__block--big {
    grid-column: span 1;
  }
}
.form {
  padding: 10px 0;
  max-width: calc(1600px + 20px);
}
.customize-support {
  margin-top: 0 !important;
}
#widgetContainer {
  font-family: 'Lato';
  background: #CCD1CF;
  padding: 91px 212px 44px 212px !important;
  z-index: 2;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1600px;
  margin: 10px auto;
}
@media all and (max-width:1024px) {
  #widgetContainer {
    padding: 91px 20px 44px 20px !important;
  }
}
#widgetContainer::after {
  position: absolute;
  font-family: 'calluna';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 37px;
  text-align: center;
  color: #243f50;
  top: 34px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media all and (max-width:1024px) {
  #widgetContainer::after {
    font-size: 30px;
  }
}
#widgetContainer .bv-lbl-title {
  display: none;
}
#widgetContainer .bv-type {
  background-color: #243F50;
  padding: 10px 34px 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  z-index: 1;
}
#widgetContainer .bv-js-search-container {
  display: flex;
  justify-content: center;
}
@media all and (max-width:1024px) {
  #widgetContainer .bv-js-search-container {
    display: block;
  }
}
#widgetContainer .bv-placeholder {
  color: #1E1E1E;
}
#widgetContainer .bv-js-startdate,
#widgetContainer .bv-js-enddate {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  color: #1E1E1E;
}
#widgetContainer .bv-js-datepicker-input,
#widgetContainer .bv-js-guestpicker-input,
#widgetContainer .bv-js-guestsummary {
  height: 100% !important;
}
@media all and (max-width:1024px) {
  #widgetContainer .bv-js-datepicker-input,
  #widgetContainer .bv-js-guestpicker-input,
  #widgetContainer .bv-js-guestsummary {
    min-height: 56px;
  }
}
#widgetContainer .bv-js-datepicker-input span,
#widgetContainer .bv-js-guestpicker-input span,
#widgetContainer .bv-js-guestsummary span {
  height: 100% !important;
  display: flex;
  align-items: center;
  color: #000000;
  padding-left: 34px;
}
@media all and (max-width:1024px) {
  #widgetContainer .bv-js-datepicker-input span,
  #widgetContainer .bv-js-guestpicker-input span,
  #widgetContainer .bv-js-guestsummary span {
    padding-left: 18px;
  }
}
@media all and (max-width:1024px) {
  #widgetContainer .bv-js-datepicker-input span,
  #widgetContainer .bv-js-guestpicker-input span,
  #widgetContainer .bv-js-guestsummary span {
    min-height: 56px;
  }
}
#widgetContainer .bv-item-date,
#widgetContainer .bv-item-guests {
  max-width: 370px;
}
#widgetContainer .bv-js-guestsummary {
  display: flex;
  align-items: center;
  padding-left: 34px;
}
@media all and (max-width:1024px) {
  #widgetContainer .bv-js-guestsummary {
    padding-left: 18px;
  }
}
#widgetContainer .bv-js-guestsummary::after {
  display: none;
}
#widgetContainer .bv-js-staylength {
  background: #fff !important;
}
#widgetContainer .bv-item-add a {
  background: #fff !important;
}
#widgetContainer .bv-js-widget-button {
  width: 233px;
  color: #243F50 !important;
  text-transform: none;
  position: relative;
  margin-top: 0px !important;
}
@media all and (max-width:1024px) {
  #widgetContainer .bv-js-widget-button {
    width: 100%;
  }
}
#widgetContainer .bv-js-widget-button::after {
  content: 'Boka weekend »';
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #E4F5FF;
  position: absolute;
}
#widgetContainer .bv-js-guestsummary {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
#widgetContainer .bv-js-guestsummary::after {
  background-image: url('/wp-content/themes/base/assets/img/chevron-down.svg') !important;
  border: none;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 33%;
}
#widgetContainer .bv-js-startweekday,
#widgetContainer .bv-js-endweekday,
#widgetContainer .bv-js-startmonth,
#widgetContainer .bv-js-endmonth {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1E1E1E;
}
#widgetContainer .bv-js-remove {
  background: #fff !important;
  height: 23px !important;
  margin: 0 !important;
  line-height: 0 !important;
  z-index: 9999 !important;
  top: 4px;
  border-radius: 50px;
  width: 24px;
}
#widgetContainer .bv-js-datepicker-next,
#widgetContainer .bv-js-datepicker-prev {
  height: 30px !important;
  top: 0 !important;
}
#widgetContainer .bv-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #243F50;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  height: 56px;
  margin-top: 2px;
  border: 0;
}
#widgetContainer .bv-dateboxes > div > div:first-child {
  margin-right: 24px;
  margin-bottom: 2px;
}
#widgetContainer .bv-dateboxes > div > div:first-child,
#widgetContainer .bv-section-inner > .bv-item.bv-item-date .bv-dateboxes > div > div {
  width: 141px;
  height: 141px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#widgetContainer span,
#widgetContainer a {
  font-family: 'Lato';
}
@media all and (max-width:1024px) {
  #widgetContainer {
    padding: 30px 16px;
    margin-bottom: 10px;
  }
}
.nav {
  overflow: hidden;
}
.nav a:hover {
  filter: brightness(90%);
}
.nav__menu {
  flex-flow: column;
  display: flex;
}
.nav__menu .menu a {
  height: 100%;
  background: inherit;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.nav__menu--open .nav__hamburger--menu {
  max-width: unset;
  opacity: 1;
  transform: translateX(0);
  pointer-events: initial;
}
@media all and (max-width:1024px) {
  .nav__menu--open .nav__hamburger--menu {
    transform: translateY(0);
  }
}
.nav__wrapper {
  background: transparent;
}
.nav__top {
  padding: 0.5rem 0;
  background: #1D2A34;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.nav__top > div {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media all and (max-width:1024px) {
  .nav__top {
    display: none;
  }
}
.nav__top div,
.nav__top ul,
.nav__top li {
  height: 100%;
}
.nav__top ul {
  display: flex;
  align-items: center;
}
.nav__top ul li,
.nav__top ul a {
  display: flex;
  align-items: center;
}
.nav__top ul a {
  font-size: 14px;
  color: #E7E7E2;
  padding: 0 30px;
}
.nav__main {
  position: relative;
  min-height: 80px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media all and (max-width:1024px) {
  .nav__main-menu {
    display: none;
  }
}
.nav__main-menu li:last-child a {
  padding: 15px 30px;
  margin-left: 30px;
  text-transform: uppercase;
  background: #8ca195;
  letter-spacing: 3px;
}
.nav__main ul {
  display: flex;
}
.nav__main ul li a {
  font-size: 1rem;
  color: #E7E7E2;
  padding: 0 30px;
}
@media all and (max-width:1024px) {
  .nav__main {
    min-height: 54px;
    justify-content: space-between;
    align-items: center;
  }
}
.nav__logo {
  cursor: pointer;
  width: 104px;
  height: 50px;
}
.nav__hamburger {
  background: url(../img/hamburger-offwhite.svg) no-repeat center;
}
.nav__hamburger--menu {
  position: fixed;
  top: 0;
  right: 12px;
  height: 100vh;
  width: 40vw;
  background: #243f50;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.4s ease-in-out;
  padding: 1rem 2rem;
  pointer-events: none;
}
.nav__hamburger--menu > div:last-of-type {
  overflow-y: auto;
  height: 85vh;
  padding-bottom: 1rem;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav__hamburger--menu > div:last-of-type::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  -webkit-appearance: none;
}
.nav__hamburger--menu a {
  color: #E7E7E2;
  padding: 0;
}
@media all and (max-width:1024px) {
  .nav__hamburger--menu {
    right: 0;
    width: 100vw;
    transform: translateY(-40px);
  }
}
.nav__hamburger--menu .hamburger__header {
  border-bottom: #E7E7E2 1px solid;
  padding: 1rem 0;
}
.nav__hamburger--menu > div {
  max-width: 500px;
  margin: 0 auto;
}
.nav__hamburger--menu .nav__hamburger {
  width: 100%;
  background: url(../img/hamburger-close-offwhite.svg) no-repeat right;
}
.nav__hamburger--menu .menu {
  display: initial;
  flex-flow: row wrap;
}
.nav__hamburger--menu .menu .menu-item-has-children > a {
  position: relative;
  width: 100%;
}
.nav__hamburger--menu .menu .menu-item-has-children > a::after {
  content: '';
  background: url(../img/arrow-next.svg) no-repeat center;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  right: 0;
  top: 18px;
  position: absolute;
  transform: rotate(90deg);
  transition: 0.35s all ease-in-out;
}
.nav__hamburger--menu .menu .menu-item-has-children--open::after {
  transform: rotate(270deg);
}
.nav__hamburger--menu .menu li {
  flex-basis: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E7E7E2;
}
.nav__hamburger--menu .menu li a {
  padding: 1.5rem 0;
  display: flex;
  font-weight: 600;
  font-size: 16px;
}
.nav__hamburger--menu .menu li ul {
  visibility: initial;
  position: initial;
  height: auto;
}
.nav__hamburger--menu .menu li ul li {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.nav__hamburger--menu .menu li ul li a {
  font-weight: 200;
  margin: 1rem 0;
  padding: 0;
  justify-content: flex-start;
}
.nav__hamburger--menu .menu .sub-menu {
  background: none;
  padding: 0;
  margin-left: 0;
  max-height: 0;
  transform: translateY(-20px);
  transform-origin: top;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nav__hamburger--menu .menu .sub-menu--open {
  padding-bottom: 1rem;
  pointer-events: initial;
  height: auto;
  max-height: none;
  transform: translateY(0);
  transition: 0.4s transform ease-in-out, opacity 0.4s ease-in-out 0.2s;
  opacity: 1;
}
.nav__hamburger--menu .menu > li:last-child {
  position: absolute;
  top: 2.5rem;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.nav__hamburger--menu .menu > li:last-child a {
  padding: 15px 30px;
  margin-left: 0;
  text-transform: uppercase;
  background: #8ca195;
  letter-spacing: 3px;
}
.nav--hidden {
  transform: translateY(-100%);
}

