@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Ovo");
* {
    box-sizing: border-box
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body,
html {
    height: 100%
}

a img {
    border: none
}

blockquote {
    quotes: none
}

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

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

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

button {
    padding: 0;
    border: 0;
    cursor: pointer
}

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fonts-loaded body {
    font-family: Lora, serif
}

a {
    transition: color .2s ease-in-out;
    text-decoration: none
}

a:link,
a:visited {
    color: #bc9c71
}

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

.button-Green-solid {
    border: 2px solid transparent;
    color: #fff;
    background-color: #bc9c71;
    font-family: Ovo, serif;
    text-decoration: none;
    transition: background .2s ease-in;
    display: inline-block;
    line-height: 1.2;
    font-size: .875em
}

.button-Green-solid:link,
.button-Green-solid:visited {
    color: #fff
}

.button-Green-solid:hover {
    background-color: #95453e;
    color: #fff;
    border-color: transparent
}

.button-Black {
    border: 2px solid #262626;
    color: #262626;
    background-color: transparent;
    font-family: Ovo, serif;
    text-decoration: none;
    transition: background .2s ease-in;
    display: inline-block;
    line-height: 1.2;
    font-size: .875em
}

.button-Black:link,
.button-Black:visited {
    color: #262626
}

.button-Black-solid,
.button-Black:hover {
    background-color: #262626;
    color: #fff
}

.button-Black-solid {
    border: 2px solid transparent;
    font-family: Ovo, serif;
    text-decoration: none;
    transition: background .2s ease-in;
    display: inline-block;
    line-height: 1.2;
    font-size: .875em
}

.button-Black-solid:link,
.button-Black-solid:visited {
    color: #fff
}

.button-Black-solid:hover {
    background-color: #95453e;
    color: #fff;
    border-color: transparent
}

.button-Kahki-solid {
    border: 2px solid transparent;
    color: #fff;
    background-color: #887966;
    font-family: Ovo, serif;
    text-decoration: none;
    transition: background .2s ease-in;
    display: inline-block;
    line-height: 1.2;
    font-size: .875em
}

.button-Kahki-solid:link,
.button-Kahki-solid:visited {
    color: #fff
}

.button-Kahki-solid:hover {
    background-color: #95453e;
    color: #fff;
    border-color: transparent
}

.button-Grey {
    border: 2px solid #a6a6a6;
    background-color: transparent;
    font-family: Ovo, serif;
    text-decoration: none;
    transition: background .2s ease-in;
    display: inline-block;
    line-height: 1.2;
    font-size: .875em
}

.button-Grey,
.button-Grey:link,
.button-Grey:visited {
    color: #a6a6a6
}

.button-Grey:hover {
    background-color: #a6a6a6;
    color: #fff
}

.button-Tiny {
    padding: .55em 1.5em;
    font-size: .875em
}

.button-Small {
    padding: .75em 2.5em;
    font-size: 1em
}

.button-Med {
    padding: .85em 3.5em;
    font-size: 1.063em
}

.button-Large {
    padding: .85em 3.5em;
    font-size: 1.25em
}

.contain {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.875em;
    padding-right: 1.875em
}

.contain:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width:64.375em) {
    .contain {
        padding-left: 0;
        padding-right: 0
    }
}

.contain.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contain_small {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding-left: 1.875em;
    padding-right: 1.875em
}

@media (min-width:45.625em) {
    .contain_small {
        padding-left: 0;
        padding-right: 0
    }
}

.contain_tiny {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding-left: 1.875em;
    padding-right: 1.875em
}

@media (min-width:48em) {
    .contain_tiny {
        padding-left: 0;
        padding-right: 0
    }
}

.contain--table {
    display: table;
    width: 100%;
    max-width: 980px;
    margin: 0 auto
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: a
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 4;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    background: #2c2822;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pswp__bg,
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img,
.pswp__item {
    position: absolute;
    left: 0;
    top: 0
}

.pswp__img {
    width: auto;
    height: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #574f44
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(/dist/images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(/dist/images/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 6;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 7;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    transform: translateY(6px);
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    font-size: 1.2em;
    padding: 2em 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(/dist/images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: b .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: c 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@keyframes b {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes c {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-140deg)
    }
    to {
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 5
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.pushy {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    background: #887966;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    font-family: Lora, serif;
    font-weight: 400
}

.pushy .contact-Details {
    border-top: 1px solid #262626;
    color: #fff;
    margin-top: 1em;
    padding-top: .75em
}

.pushy .contact-Details ul {
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: 0
}

.pushy a {
    display: block;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    outline: 0;
    line-height: 1
}

.pushy .close-btn {
    font-size: 26px
}

.pushy .close-btn a {
    padding: 0;
    color: #fff
}

.pushy .branding {
    padding: 30px
}

.pushy .branding svg {
    fill: #fff
}

.pushy a:hover {
    color: #fff
}

.pushy>ul {
    padding: 0;
    margin: 1em 0
}

.pushy>ul>li {
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    font-size: 1.728em;
    border-bottom: 1px solid #5c5245;
    padding: 1em 0
}

.pushy>ul>li:last-child {
    border-bottom: none
}

.pushy ul:first-child {
    margin-top: 10px
}

.pushy.pushy-left {
    left: 0
}

.pushy.pushy-right {
    right: 0
}

.pushy-left {
    transform: translate3d(-100%, 0, 0)
}

.pushy-open-left #container,
.pushy-open-left .push,
.pushy-right {
    transform: translate3d(100%, 0, 0)
}

.pushy-open-right #container,
.pushy-open-right .push {
    transform: translate3d(-100%, 0, 0)
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
    transform: translateZ(0)
}

#container,
.push,
.pushy {
    transition: transform .2s cubic-bezier(.16, .68, .43, .99)
}

.site-overlay {
    display: none
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, .5);
    animation: d .5s
}

@keyframes d {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.pushy-submenu ul {
    padding: 0;
    margin: 0;
    font-size: .625em;
    text-align: center
}

.pushy-submenu ul li {
    line-height: 1.4
}

.pushy-submenu ul li a:before {
    content: "- "
}

.pushy-submenu ul .pushy-link {
    transition: opacity .2s ease-in-out
}

.pushy-submenu ul .pushy-link a {
    color: #fff
}

.pushy-submenu>a {
    position: relative
}

.pushy-submenu-open ul {
    max-height: 1000px
}

.pushy-submenu-open .pushy-link {
    opacity: 1
}

.pushy-submenu-open a:after {
    transform: translateY(-50%) rotate(90deg)
}

.no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.fonts-loaded h1,
.fonts-loaded h2,
.fonts-loaded h3,
.fonts-loaded h4,
.fonts-loaded h5,
.fonts-loaded h6 {
    font-family: Ovo, serif
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    text-transform: capitalize
}

h1 {
    font-size: 2.98598em;
    line-height: 1.2;
    margin-bottom: .8em
}

h2 {
    font-size: 2.0736em;
    line-height: 1.4;
    margin-bottom: 1em
}

h3 {
    font-size: 1.728em;
    line-height: 1.6
}

h3,
h4 {
    margin-bottom: .625em
}

h4 {
    font-size: 1.44em
}

h4,
h5 {
    line-height: 1.4
}

h5 {
    font-size: 1.2em;
    margin-bottom: 1em
}

h6 {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: .75em
}

.grandiose {
    font-size: 2.48832em;
    line-height: 1.2;
    margin-bottom: 0
}

@media (min-width:39.375em) {
    .grandiose {
        font-size: 3.58318em
    }
}

@media (min-width:56.25em) {
    .grandiose {
        font-size: 5.15978em
    }
}

.staggered {
    font-size: 3.58318em
}

.staggered span {
    font-size: .419em;
    display: block;
    margin-top: .2em;
    color: inherit
}

.opening {
    font-size: 1.125em;
    line-height: 1.8
}

p {
    margin-bottom: 1.44em
}

p:last-child {
    margin-bottom: 0
}

.block-Paragraph p~h1,
.block-Paragraph p~h2,
.block-Paragraph p~h3,
.block-Paragraph p~h4,
.block-Paragraph p~h5,
.block-Paragraph p~h6 {
    margin-top: 1.728em
}

.p-Entry p~h1,
.p-Entry p~h2,
.p-Entry p~h3,
.p-Entry p~h4,
.p-Entry p~h5,
.p-Entry p~h6 {
    margin-top: 4.29982em
}

strong {
    font-weight: 700
}

em {
    font-style: none
}

sup {
    vertical-align: super;
    font-size: smaller
}

.footer,
.footer a {
    color: #fff
}

.footer a {
    text-decoration: none
}

.footer a:hover {
    color: #bc9c71
}

.footer .fb-link:hover svg {
    fill: #95453e
}

.footer .fb-link svg {
    width: 7.75em;
    height: 1.5em;
    display: block;
    fill: #887966;
    transition: fill .2s ease-in-out
}

.footer h3 {
    color: #bc9c71;
    border-bottom: 1px solid #4c4c4c
}

.footer-Top {
    background-color: #262626
}

.footer-Top .useful {
    margin-bottom: 2em
}

.footer-Top .useful:after,
.footer-Top .useful:before {
    content: "";
    display: table
}

.footer-Top .useful:after {
    clear: both
}

@media (min-width:45.625em) {
    .footer-Top .useful {
        width: 35.64356%;
        float: left;
        margin-right: 2.9703%
    }
}

.footer-Top .useful ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%
}

.footer-Top .useful ul li {
    list-style: none
}

@media (min-width:45.625em) {
    .footer-Top .contact {
        width: 61.38614%;
        float: right;
        margin-right: 0
    }
}

.footer-Top .contact .cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:30em) {
    .footer-Top .contact .cols {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer-Top .contact .cols .left {
    margin-bottom: 1em
}

@media (min-width:30em) {
    .footer-Top .contact .cols .left {
        margin-bottom: 0
    }
}

.footer-Top .contact ul {
    margin: 0;
    padding: 0
}

.footer-Top .contact ul li {
    list-style: none
}

.footer-Top .contact ul li:nth-child(3) {
    padding-top: 1em
}

.footer-Bottom {
    background-color: #171717;
    font-size: .875em;
    color: #404040;
    text-align: center
}

.footer-Bottom .contain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:50em) {
    .footer-Bottom .contain {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer-Bottom a {
    color: #404040
}

.footer-Bottom a:hover {
    color: #bc9c71
}

.footer-Bottom p {
    margin-bottom: 0
}

.footer-Bottom .icon {
    margin-top: 1em
}

@media (min-width:50em) {
    .footer-Bottom .icon {
        margin-top: 0
    }
}

.footer-Bottom svg {
    width: 12.357em;
    height: 2.6em;
    display: block;
    margin-left: 1em
}

.footer-Bottom svg:hover .cls-1 {
    fill: #887966
}

.footer-Bottom svg .cls-1 {
    fill: #887966;
    transition: fill .2s ease-in-out
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3em
}

.header-Controls {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:39.375em) {
    .header-Controls {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header-Controls .branding {
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:39.375em) {
    .header-Controls .branding {
        -ms-flex-order: 1;
        order: 1
    }
}

.header-Controls .branding a {
    display: block
}

.header-Controls .branding svg {
    width: 12.5em;
    height: 4.313em;
    display: block;
    margin: 0 auto
}

.header-Controls .branding svg .st0 {
    fill: #fff
}

@media (min-width:39.375em) {
    .header-Controls .navigation {
        -ms-flex-order: 2;
        order: 2
    }
}

.header-Controls .navigation .menu-Button {
    padding-bottom: 1em
}

.header-Controls .navigation .menu-Button svg {
    margin: 0 auto
}

.page-Banner {
    height: 100%;
    max-height: 62.5em;
    min-height: 38.75em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    color: #fff
}

.page-Banner.sub-Banner {
    height: 26.25em;
    min-height: auto;
    text-align: center;
    padding-top: 6em
}

@media (min-width:37.5em) {
    .page-Banner.sub-Banner {
        height: 31.25em;
        padding-top: 0
    }
}

.page-Banner.sub-Banner .banner-Text {
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 0
}

.page-Banner.sub-Banner .banner-Text h1:after {
    content: none
}

.page-Banner_Container {
    height: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.875em;
    padding-right: 1.875em
}

.page-Banner_Container:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width:82.5em) {
    .page-Banner_Container {
        padding-left: 0;
        padding-right: 0
    }
}

.page-Banner .banner-Text {
    margin-top: 18%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 0;
    padding: 0 0 3em
}

@media (min-width:39.375em) {
    .page-Banner .banner-Text {
        width: 61.38614%;
        float: left;
        margin-right: 2.9703%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 0
    }
}

.page-Banner .banner-Text p {
    font-size: 1.125em;
    line-height: 1.8
}

.page-Banner .banner-Text h1 {
    color: #fff;
    margin-bottom: .4em
}

.page-Banner .banner-Text h1:after {
    content: "";
    height: 4px;
    display: block;
    width: 1.296em;
    background-color: #bc9c71;
    margin-top: .3em
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%
}

.flex.flex_centered {
    -ms-flex-pack: center;
    justify-content: center
}

ol,
ul {
    padding-left: 1em;
    margin-bottom: 1.44em
}

.padding-xxl {
    padding-top: 9.063em;
    padding-bottom: 9.063em
}

.padding-xl {
    padding-top: 4.563em;
    padding-bottom: 4.563em
}

.padding-l {
    padding-top: 2em;
    padding-bottom: 2em
}

.padding-m {
    padding-top: 1em;
    padding-bottom: 1em
}

@media (min-width:47.5em) {
    .column-Left {
        width: 61.38614%;
        float: left;
        margin-right: 2.9703%
    }
}

.column-Right {
    margin-top: 2.5em
}

@media (min-width:47.5em) {
    .column-Right {
        width: 35.64356%;
        float: right;
        margin-right: 0;
        margin: 0
    }
}

@media (min-width:47.5em) {
    .intro-Content .intro {
        width: 61.38614%;
        float: left;
        margin-right: 2.9703%
    }
}

.intro-Content .host-Info {
    padding: 2em 1em;
    text-align: center;
    color: #fff;
    font-size: 1.2em
}

@media (min-width:39.375em) {
    .intro-Content .host-Info {
        font-size: inherit
    }
}

@media (min-width:48em) {
    .intro-Content .host-Info {
        font-size: 1.5em
    }
}

.intro-Content .fb-link {
    width: 9.95em;
    height: 1.875em;
    display: block;
    background-image: url(/dist/images/fb_icon.png);
    background-size: cover;
    background-position: 50%;
    margin: 2em auto auto
}

.cta-Membership {
    margin-bottom: 3em;
    padding-left: 1.875em;
    padding-right: 1.875em
}

@media (min-width:61.25em) {
    .cta-Membership {
        padding-left: 0;
        padding-right: 0
    }
}

.cta-Membership_Contain {
    position: relative;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 2em 3.428em;
    color: #fff;
    background-color: #887966;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.cta-Membership_Contain:after {
    content: " ";
    clear: both
}

@media (min-width:34.375em) {
    .cta-Membership_Contain {
        text-align: left;
        -ms-flex-line-pack: left;
        align-content: left;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.cta-Membership_Contain:after {
    content: "";
    display: block;
    width: 100%;
    height: 23px;
    background-color: #262626;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition-property: height, background;
    transition-duration: .2s;
    transition-timing-function: ease-in-out
}

.cta-Membership_Contain.has-Focus:after {
    background-color: #95453e;
    height: 6px
}

.cta-Membership .link {
    z-index: 3
}

@media (min-width:34.375em) {
    .cta-Membership .link {
        position: absolute;
        bottom: 0;
        right: 0
    }
}

.cta-Membership h1 {
    margin: 0 0 .4em;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (min-width:34.375em) {
    .cta-Membership h1 {
        margin: 0;
        -ms-flex: 1 10em;
        flex: 1 10em
    }
}

.cta-Membership p {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 0 2em
}

@media (min-width:51.25em) {
    .cta-Membership p {
        margin: 0
    }
}

.gallery-Entry {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden
}

.gallery-Entry .text {
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 7em
}

@media (min-width:48em) {
    .gallery-Entry .text {
        width: 35.64356%;
        margin-bottom: 0
    }
}

.gallery-Entry .text h1 {
    margin-bottom: .8em
}

.gallery-Entry .text p {
    font-size: 1.125em;
    margin-bottom: 2.5em
}

.gallery-Entry .pc_1 {
    position: absolute;
    top: -450px;
    left: -250px;
    background-image: url(/dist/images/oldtext_1.png);
    width: 1015px;
    height: 633px
}

.gallery-Entry .pc_2 {
    position: absolute;
    bottom: -340px;
    left: 290px;
    background-image: url(/dist/images/oldtext_2.png);
    width: 793px;
    height: 616px
}

.gallery-Entry .photos {
    background-image: url(/dist/images/photos.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 500px;
    height: 311.34259259259px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media (min-width:56.25em) {
    .gallery-Entry .photos {
        width: 650px;
        height: 404.74537037037px
    }
}

@media (min-width:82.5em) {
    .gallery-Entry .photos {
        width: 864px;
        height: 538px
    }
}

.gallery-Entry .pc_3 {
    position: absolute;
    top: -100px;
    right: -270%;
    background-image: url(/dist/images/oldtext_1.png);
    width: 1015px;
    height: 633px;
    z-index: 0
}

@media (min-width:30em) {
    .gallery-Entry .pc_3 {
        right: -150%
    }
}

@media (min-width:43.75em) {
    .gallery-Entry .pc_3 {
        right: -80%
    }
}

@media (min-width:56.25em) {
    .gallery-Entry .pc_3 {
        right: -40%
    }
}

blockquote {
    quotes: "“" "”" "‘" "’"
}

blockquote:before {
    content: open-quote;
    float: left;
    margin: 0 .5em 0 0
}

.block:after,
.block:before {
    content: "";
    display: table
}

.block:after {
    clear: both
}

.block-Quote {
    font-size: 1.44em;
    font-style: italic;
    padding: 1em 1em 2em;
    line-height: 1.6
}

.block-Signature {
    width: 100%;
    text-align: center;
    padding-top: 1em
}

.block-Signature:before {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 0 auto 1em
}

.block-Signature h5 {
    font-weight: 700
}

.block-Signature span {
    font-size: .75em;
    color: #f2f2f2;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .2em;
    display: block;
    font-weight: 400
}

.block-Image_Single {
    margin: 2em 0;
    position: relative
}

.block-Image_Single figcaption {
    font-size: .875em;
    color: #a6a6a6
}

@media (min-width:71.875em) {
    .block-Image_Single figcaption {
        position: absolute;
        top: 0;
        left: 100%;
        width: 15em;
        padding-left: 1em;
        margin-top: 2em
    }
}

.block-Paragraph {
    margin-bottom: 1.6em
}

.block-Paragraph ol li,
.block-Paragraph ul li {
    margin-bottom: .5em
}

.block-Paragraph:last-of-type,
.block-Paragraph ol li:last-child,
.block-Paragraph ul li:last-child {
    margin-bottom: 0
}

.block-Paragraph.emphasis-Paragraph {
    background-color: #eae0d5;
    padding: 2em;
    position: relative
}

.block-Paragraph.emphasis-Paragraph:before {
    content: "";
    position: absolute;
    top: .5em;
    left: .5em;
    bottom: .5em;
    right: .5em;
    border: 1px solid #95453e
}

.block-Paragraph.emphasis-Paragraph:after {
    content: "";
    position: absolute;
    top: -.5em;
    left: -.5em;
    bottom: -.5em;
    right: -.5em;
    border: 1px solid #574f44
}

.block-Paragraph.emphasis-Paragraph a {
    color: #262626;
    position: relative;
    z-index: 2
}

.block-Paragraph.opening-Paragraph {
    font-size: 1.44em;
    line-height: 1.8
}

.block-Paragraph.opening-Paragraph span {
    color: #95453e;
    float: left;
    font-style: italic;
    font-size: 3.906em;
    line-height: 78px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px
}

.block-Paragraph.is-Cta {
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.block-Paragraph.is-Cta a {
    color: #bc9c71
}

.block-Paragraph.is-Cta .pre {
    font-size: 1.25em
}

.block-Paragraph.is-Cta:before {
    content: "";
    width: 5em;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 1em
}

.block-Paragraph.is-Column:after,
.block-Paragraph.is-Column:before {
    content: "";
    display: table
}

.block-Paragraph.is-Column:after {
    clear: both
}

@media (min-width:37.5em) {
    .block-Paragraph.is-Column .columns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.block-Paragraph.is-Column .column:nth-child(2) {
    margin-top: 1em;
    margin-right: 0
}

@media (min-width:37.5em) {
    .block-Paragraph.is-Column .column {
        margin-top: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: 0 2em 0 0
    }
    .block-Paragraph.is-Column .column:nth-child(2) {
        margin-top: 0
    }
}

.block-Paragraph.is-Column .column p:first-child {
    margin-bottom: .5em
}

.block-Paragraph.is-Column .column p span {
    display: block
}

@media (min-width:37.5em) {
    .block-Paragraph.is-Column .column p span {
        display: inline-block
    }
}

.social-Wrapper {
    text-align: center
}

.social-Wrapper a {
    display: inline-block;
    margin-bottom: 1em
}

.social-Wrapper:hover svg {
    fill: #95453e
}

.social-Wrapper svg {
    width: 7.75em;
    height: 1.5em;
    display: block;
    fill: #3b5998;
    transition: fill .2s ease-in-out
}

.events__date {
    font-style: italic;
    margin: .5em 0 2em;
    color: #a6a6a6
}

.events__return {
    text-align: right
}

.events .no--marg {
    margin-bottom: 0
}

.events .more__msg {
    display: block;
    text-align: right
}

@media (min-width:40em) {
    .events .more__msg {
        position: absolute;
        top: 1em;
        right: 1em;
        text-align: left
    }
}

.events__list {
    margin: 0;
    padding: 0;
    max-width: 37.5em;
    margin-left: auto;
    margin-right: auto
}

.events__list:after {
    content: " ";
    display: block;
    clear: both
}

.events__list li {
    list-style: none;
    margin-bottom: .8em;
    position: relative
}

.events__list li a {
    color: #262626;
    text-decoration: none;
    outline: none;
    padding: 1em;
    background-color: rgba(87, 79, 68, .1);
    display: block;
    transition: background .3s cubic-bezier(.3, .79, .71, .55)
}

@media (min-width:40em) {
    .events__list li a {
        padding: 1em 5em 1em 1em
    }
}

.events__list li a:hover {
    color: #fff;
    background-color: #95453e
}

.events__list li h2 {
    margin-bottom: 0
}

.events__list li time {
    font-style: italic
}

.committee {
    background-color: #d7d1ca;
    background-image: url(/dist/images/slimbridge_bg4.jpg);
    background-position: 50%;
    background-size: cover;
    margin-bottom: 2em
}

.committee__header {
    text-align: center
}

.committee__list {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.committee__list li {
    list-style: none;
    background-color: #fff;
    padding: .5em;
    width: 19.375em;
    box-shadow: 0 4px 10px rgba(38, 38, 38, .2);
    margin: 0 .5em 1em;
    text-align: center
}

.committee__list li h5 {
    font-weight: 700;
    margin-bottom: 0
}

.committee__list li .position {
    color: #887966;
    font-style: italic
}

.gallery__grid {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 1em;
    padding-right: 1em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.gallery__grid:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width:80em) {
    .gallery__grid {
        padding: 0
    }
}

.gallery__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: auto;
    padding: .5em
}

@media (min-width:32.5em) {
    .gallery__item {
        -ms-flex: 0 2 50%;
        flex: 0 2 50%
    }
}

@media (min-width:40em) {
    .gallery__item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%
    }
}

@media (min-width:60em) {
    .gallery__item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

.gallery__item a {
    display: block;
    height: 0;
    padding-bottom: 62.25%;
    position: relative
}

.gallery__item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center
}

.gallery__item figcaption {
    display: none
}

.contact__left {
    margin-top: 2em
}

@media (min-width:47.5em) {
    .contact__left {
        width: 61.38614%;
        float: left;
        margin-right: 2.9703%;
        margin-top: 0
    }
}

.page-Display.has-Form {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto
}

.page-Display.has-Form:after {
    content: " ";
    display: block;
    clear: both
}

.page-Display.is-Map {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto
}

.page-Display.is-Map:after {
    content: " ";
    display: block;
    clear: both
}

.page-Display_Map {
    position: relative;
    margin-top: 2em
}

.page-Display_Map:before {
    content: "";
    padding-top: 100%;
    display: block
}

@media (min-width:48em) {
    .page-Display_Map:before {
        padding-top: 80%
    }
}

.page-Display_Map #map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.has--decor {
    padding: 1.5em;
    background-color: #eae0d5;
    position: relative
}

.has--decor:before {
    content: "";
    position: absolute;
    top: .5em;
    left: .5em;
    bottom: .5em;
    right: .5em;
    border: 1px solid #95453e
}

.has--decor:after {
    content: "";
    position: absolute;
    top: -.5em;
    left: -.5em;
    bottom: -.5em;
    right: -.5em;
    border: 1px solid #574f44
}

.has--decor a {
    color: #262626;
    position: relative;
    z-index: 2
}

.news.is--post h1 {
    margin-bottom: .2em
}

.news.is--post h1 a {
    color: #262626
}

.news.is--post time {
    display: block;
    font-style: italic;
    color: #a6a6a6;
    border-bottom: 1px solid #ccc;
    padding: 0 0 1em
}

.news.is--post .meta {
    margin-bottom: 2em
}

.news.is--archive h1 {
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em
}

.news.is--archive h1 span:first-child {
    font-size: .5em;
    margin-bottom: .3em;
    display: block;
    color: #a6a6a6;
    font-style: italic;
    font-family: Lora, serif
}

.news.is--archive h1 span:nth-child(2) {
    display: inline-block;
    background-color: rgba(227, 181, 5, .4);
    padding: .3em
}

.news .listing h3 a {
    color: #262626
}

.news .listing h3 a:hover {
    color: #bc9c71
}

.news .column-Left article {
    list-style: none;
    margin-bottom: 2em
}

.news .column-Left article:last-child,
.news .column-Left article>h3 {
    margin-bottom: 0
}

.news .column-Left article time {
    margin-bottom: 1em;
    display: block;
    font-style: italic;
    color: #a6a6a6
}

.news .column-Left article .button,
.paging {
    margin-top: 2em
}

.paging {
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    border-top: 1px solid hsla(0, 0%, 80%, .5);
    -ms-flex-pack: center;
    justify-content: center
}

.paging .next {
    margin-left: .5em
}

.paging .previous {
    margin-right: .5em
}

.paging ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex
}

.paging ul li {
    list-style: none;
    margin: 0 .5em
}

.navigation .menu-Button {
    display: block;
    cursor: pointer
}

@media (min-width:85em) {
    .navigation .menu-Button {
        display: none
    }
}

.navigation .menu-Button span {
    display: block
}

.navigation .menu-Button svg {
    width: 1.3em;
    height: 1.3em;
    display: block;
    fill: #fff
}

.navigation ul {
    margin: 0;
    padding: 0;
    display: none
}

@media (min-width:85em) {
    .navigation ul {
        display: -ms-flexbox;
        display: flex
    }
}

.navigation ul li {
    list-style: none;
    margin-left: 2em;
    font-size: 1.125em;
    position: relative
}

.navigation ul li.active--hover a:after {
    visibility: visible;
    transform: scaleX(1)
}

.navigation ul li:hover>ul {
    display: block
}

.navigation ul li:first-child {
    margin-left: 0
}

.navigation ul li a {
    color: #fff;
    text-decoration: none;
    padding: .5em 0
}

.navigation ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .2s ease-in-out 0s
}

.navigation ul li a:hover:after {
    visibility: visible;
    transform: scaleX(1)
}

.navigation ul li>ul {
    position: absolute;
    top: 1.8em;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 9.444em;
    display: none;
    box-shadow: 0 4px 10px rgba(38, 38, 38, .8)
}

.navigation ul li>ul li {
    font-size: 1em;
    margin: 0;
    text-align: center
}

.navigation ul li>ul li a {
    background-color: #fff;
    display: block;
    color: #262626;
    padding: .4em;
    transition-property: background, color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out
}

.navigation ul li>ul li a:after {
    content: none
}

.navigation ul li>ul li a:hover {
    background-color: #95453e;
    color: #fff
}

.navigation ul li>ul li a:hover:after {
    content: none
}

.navigation ul li:last-child>ul {
    left: auto;
    right: 0
}

.close-btn {
    position: absolute;
    right: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.close-btn svg {
    width: .8em;
    height: .8em;
    display: block;
    fill: #fff
}

.pushy-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em
}

.pushy-header .menu-logo svg {
    display: block;
    width: 12.3em;
    height: 4.3em;
    margin: 0 auto
}

.pushy-header .menu-logo svg .hl1 {
    fill: #fff
}

.pushy-header .menu-logo svg .clear-fill {
    fill: none
}

.qrcode .header{
    position: relative;
    top: initial;
    left: initial;
}

.qrcode .navigation ul li a{ color: #262626; }

.qrcode .header-Controls .branding svg .st0{
    fill: #262626;
}

.qrcode .navigation .menu-Button svg{
    fill: #262626;
}