@import url(https://use.typekit.net/uul8fht.css);
@import url(https://db.onlinewebfonts.com/c/8deebd62b68f3e612b67daa38ac25e62?family=Fancy+Cut+Pro);
@font-face {
    font-family: 'Albertus Nova';
    src: url('/wp-content/themes/cambria/fonts/AlbertusNova-Bold.woff2') format('woff2'),
         url('/wp-content/themes/cambria/fonts/AlbertusNova-Bold.woff') format('woff'),
         url('/wp-content/themes/cambria/fonts/AlbertusNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albertus Nova';
    src: url('/wp-content/themes/cambria/fonts/AlbertusNova.woff2') format('woff2'),
         url('/wp-content/themes/cambria/fonts/AlbertusNova.woff') format('woff'),
         url('/wp-content/themes/cambria/fonts/AlbertusNova.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@charset "UTF-8";
/*
Theme Name: Cambria
Theme URI:
Author: Brad Pickford
Author URI: http://noanchovies.com.au
Description: This is a sample theme created for the WordPress and Genesis: Building Child Themes from Scratch course at Lynda.com
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 
Text Domain: Cambria
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #333;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* Extras */
li {
  list-style: none;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

/* Colours */
/* Fonts */
/* Page Breaks */
/* Container widths */
/* Tables DIVs etc defaults */
/* Header */
/*buttons */
/* Tabs, Accordians */
/* Menu Icon */
/* dashes etc */
/* Transitions */
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
:root {
  font-size: 16px;
  font-size: 100%;
}

body,
input,
select,
textarea {
  color: #676767;
  font-family: "muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  clear: both;
  font-weight: normal;
  font-style: normal;
  color: #354e32;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2rem;
  font-family: "Albertus Nova", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

h2 {
  font-family: "Albertus Nova", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 1.8rem;
}

h3 {
  font-family: "Albertus Nova", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 1.6rem;
}

h4 {
  font-weight: 600;
  font-size: 1.4rem;
}

h5 {
  font-weight: 600;
  font-size: 1.2rem;
}

p {
  margin: 0;
  margin-bottom: 1em;
}

a {
  color: inherit;
}

ul.bullet-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2em;
  padding-left: 1em;
  padding-right: 1em;
}

.bullet-list li {
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 1em;
}
.bullet-list li:before {
  content: "+";
  position: absolute;
  left: 0;
  display: table-cell;
  font-family: "Albertus Nova", sans-serif;
  color: #f2d1a0;
}

.lead-paragraph {
  font-style: italic;
  font-size: 1.25rem;
}

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

.svg-responsive {
  width: 50%;
  height: 0;
  padding-top: 84.6357840095;
  position: relative;
}
.svg-responsive svg {
  position: absolute;
  top: 0;
  left: 0;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-1 {
    padding: 0 1em;
  }
}

.col-2 {
  flex: 0 0 16.6666666667%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-2 {
    padding: 0 1em;
  }
}

.col-3 {
  flex: 0 0 25%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-3 {
    padding: 0 1em;
  }
}

.col-4 {
  flex: 0 0 33.3333333333%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-4 {
    padding: 0 1em;
  }
}

.col-5 {
  flex: 0 0 41.6666666667%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-5 {
    padding: 0 1em;
  }
}

.col-6 {
  flex: 0 0 50%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-6 {
    padding: 0 1em;
  }
}

.col-7 {
  flex: 0 0 58.3333333333%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-7 {
    padding: 0 1em;
  }
}

.col-8 {
  flex: 0 0 66.6666666667%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-8 {
    padding: 0 1em;
  }
}

.col-9 {
  flex: 0 0 75%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-9 {
    padding: 0 1em;
  }
}

.col-10 {
  flex: 0 0 83.3333333333%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-10 {
    padding: 0 1em;
  }
}

.col-11 {
  flex: 0 0 91.6666666667%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-11 {
    padding: 0 1em;
  }
}

.col-12 {
  flex: 0 0 100%;
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .col-12 {
    padding: 0 1em;
  }
}

@media (min-width: 480px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-3 {
    flex: 0 0 25%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-6 {
    flex: 0 0 50%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-9 {
    flex: 0 0 75%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-sm-12 {
    flex: 0 0 100%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 75%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-3 {
    flex: 0 0 25%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-6 {
    flex: 0 0 50%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-9 {
    flex: 0 0 75%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-lg-12 {
    flex: 0 0 100%;
    padding: 0 1em;
  }
}
.col-offset-1 {
  margin-left: 8.3333333333%;
  padding: 0 1em;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
  padding: 0 1em;
}

.col-offset-3 {
  margin-left: 25%;
  padding: 0 1em;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
  padding: 0 1em;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
  padding: 0 1em;
}

.col-offset-6 {
  margin-left: 50%;
  padding: 0 1em;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
  padding: 0 1em;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
  padding: 0 1em;
}

.col-offset-9 {
  margin-left: 75%;
  padding: 0 1em;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
  padding: 0 1em;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
  padding: 0 1em;
}

.col-offset-12 {
  margin-left: 100%;
  padding: 0 1em;
}

@media (min-width: 480px) {
  .col-offset-sm-1 {
    margin-left: 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-2 {
    margin-left: 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-3 {
    margin-left: 25%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-4 {
    margin-left: 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-5 {
    margin-left: 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-6 {
    margin-left: 50%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-7 {
    margin-left: 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-8 {
    margin-left: 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-9 {
    margin-left: 75%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-10 {
    margin-left: 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-11 {
    margin-left: 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 480px) {
  .col-offset-sm-12 {
    margin-left: 100%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-1 {
    margin-left: 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-2 {
    margin-left: 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-3 {
    margin-left: 25%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-4 {
    margin-left: 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-5 {
    margin-left: 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-6 {
    margin-left: 50%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-7 {
    margin-left: 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-8 {
    margin-left: 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-9 {
    margin-left: 75%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-10 {
    margin-left: 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-11 {
    margin-left: 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  .col-offset-md-12 {
    margin-left: 100%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-1 {
    margin-left: 8.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-2 {
    margin-left: 16.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-3 {
    margin-left: 25%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-4 {
    margin-left: 33.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-5 {
    margin-left: 41.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-6 {
    margin-left: 50%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-7 {
    margin-left: 58.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-8 {
    margin-left: 66.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-9 {
    margin-left: 75%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-10 {
    margin-left: 83.3333333333%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-11 {
    margin-left: 91.6666666667%;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .col-offset-lg-12 {
    margin-left: 100%;
    padding: 0 1em;
  }
}
.container--default {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

.container--xsmall {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.container--small {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

.container--medium {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}

.container--large {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

section.header-feature-image {
  display: block;
}

section.header-feature-image {
  min-height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-full-width {
  flex: 0 0 100%; /* don’t grow or shrink, occupy 100% width */
  max-width: 100%; /* ensure it doesn’t exceed container width */
}

.content-container-margins {
  margin: 2em 0.5em;
}
@media (min-width: 768px) {
  .content-container-margins {
    margin: 2em 1em;
  }
}

[id^=attachment_] {
  max-width: 100%;
}

.aligncenter {
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0.5em;
}

.alignleft {
  float: left;
  margin: 0.5em;
}

p a {
  text-decoration: none;
  background-image: linear-gradient(to right, #ffdf6d 0, #ffdf6d 100%);
  background-size: 0 40%;
  background-repeat: no-repeat;
  transition: background 0.5s, color 0.2s;
  background-position: 0% 80%;
  color: inherit;
  font-weight: bold;
}
p a:hover {
  background-size: 100% 40%;
}

/* menu icon */
#header .menu-icon {
  cursor: pointer;
  display: block;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#header .menu-icon .navicon {
  transform: scale(0.8);
  background: #354e32;
  display: block;
  margin: 0 auto;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 50px;
}
#header .menu-icon .navicon:before, #header .menu-icon .navicon:after {
  background: #354e32;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
#header .menu-icon .navicon:before {
  top: 10px;
}
#header .menu-icon .navicon:after {
  top: -10px;
}

#mobile-menu {
  display: flex;
  justify-content: center;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu span {
  background-color: #354e32;
  width: 50px;
  height: 4px;
  margin: 6px 0;
  display: block;
  transition: all 0.4s ease;
  transform-origin: 0 0;
}

#toggle-menu:checked ~ #mobile-menu span:nth-child(1) {
  transform: rotate(30deg) translate(0, -5px);
}
#toggle-menu:checked ~ #mobile-menu span:nth-child(2) {
  transform: scaleX(0);
}
#toggle-menu:checked ~ #mobile-menu span:nth-child(3) {
  transform: rotate(-30deg) translate(0, 0);
}

.category-filter {
  display: flex;
  justify-content: center;
  margin: 1em auto 2em;
  width: 100%;
}
.category-filter select {
  display: block;
  -moz-text-align-last: center;
       text-align-last: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='arrow3' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 80.9 65.8' style='enable-background:new 0 0 80.9 65.8;' xml:space='preserve'> <style type='text/css'> .st0{fill:%23008675;} .st1{fill:none;stroke:%23008675;stroke-width:5;stroke-miterlimit:10;} </style> <g id='Component_4_1' transform='translate(3.536 1.768)'> <path id='Path_57_2_' class='st0' d='M53.7,25.1L37,41.8L20.2,25.1H53.7z'/> </g> <rect x='2.5' y='2.5' class='st1' width='75.9' height='60.8'/> </svg>");
  background-repeat: no-repeat;
  background-position-x: 103%;
  background-position-y: 50%;
  background-size: 3.1em;
  border-radius: 0;
  border: 3px solid #354e32;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 0.5em 3.5em 0.5em 0.6em;
  font-size: 1rem;
  max-height: 2.7em;
}
.category-filter select.active {
  color: white;
  background-color: #2f2f2f;
}

.pagination {
  display: block;
  text-align: center;
  margin: 2em auto;
}
.pagination > * {
  display: inline-block;
  background: #e0f3ff;
  text-decoration: none;
  color: #676767;
  padding: 1em 1.5em;
  line-height: 1;
}
.pagination .current {
  background-color: #e9f0f4;
  color: #c9d4da;
}

.tabs-submenu {
  margin-bottom: 3em;
  display: flex;
  justify-content: center;
}

.tab0, .tab1, .tab2, .tab3, .tab4, .tab5, .tab6 {
  display: none;
  transition: opacity 1s ease;
}

input#tab0:checked ~ .tab0, input#tab1:checked ~ .tab1, input#tab2:checked ~ .tab2, input#tab3:checked ~ .tab3, input#tab4:checked ~ .tab4, input#tab5:checked ~ .tab5, input#tab6:checked ~ .tab6 {
  display: block;
}

input#tab0:checked ~ nav label[for=tab0] h3, input#tab1:checked ~ nav label[for=tab1] h3, input#tab2:checked ~ nav label[for=tab2] h3, input#tab3:checked ~ nav label[for=tab3] h3, input#tab4:checked ~ nav label[for=tab4] h3, input#tab5:checked ~ nav label[for=tab5] h3, input#tab6:checked ~ nav label[for=tab6] h3 {
  background-color: #354e32;
  color: white;
}
input#tab0:checked ~ nav label[for=tab0] h3:hover, input#tab1:checked ~ nav label[for=tab1] h3:hover, input#tab2:checked ~ nav label[for=tab2] h3:hover, input#tab3:checked ~ nav label[for=tab3] h3:hover, input#tab4:checked ~ nav label[for=tab4] h3:hover, input#tab5:checked ~ nav label[for=tab5] h3:hover, input#tab6:checked ~ nav label[for=tab6] h3:hover {
  background-color: #c7ccba;
  color: #354e32;
}

.hidden {
  display: none;
}

nav.breadcrumbs {
  font-family: "Albertus Nova", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 3em;
}

.term-photo nav.breadcrumbs span, .term-video nav.breadcrumbs span {
  display: none;
}

#header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#header-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 1em;
  padding-top: 1em;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #header-container {
    justify-content: space-between;
  }
}

#header-logo-container {
  z-index: 2;
}
#header-logo-container svg {
  width: 9em;
  height: 100%;
}
.menu-main-menu-container {
  display: none;
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .menu-main-menu-container {
    display: block !important;
    margin-top: 0;
  }
}

#main-menu-container {
  width: 100%;
}
@media (min-width: 768px) {
  #main-menu-container {
    width: auto;
  }
}

#header-main-nav {
  font-family: "Albertus Nova", sans-serif;
}
@media (min-width: 768px) {
  #header-main-nav {
    display: block !important;
  }
}
#header-main-nav li {
  display: inline-block;
}
@media (min-width: 768px) {
  #header-main-nav li {
    margin-right: 1em;
  }
}
#header-main-nav li a {
  width: 100%;
  display: inline-block;
  color: #354e32;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5em 1em;
  border: 3px solid transparent;
  transition: all 0.4s ease-out;
  font-family: "Albertus Nova", sans-serif;
  padding: 0.7em 1em 0.5em;
  letter-spacing: 0.1em;
}
#header-main-nav li a:hover {
  background-color: #c7ccba;
  border-color: #c7ccba;
}
@media (min-width: 768px) {
  #header-main-nav li a {
    display: inline;
    width: auto;
  }
}
#header-main-nav .current-menu-item a {
  border-color: #354e32;
}

#header #header-main-nav-menu-icon {
  display: block;
}
@media (min-width: 768px) {
  #header #header-main-nav-menu-icon {
    display: none;
  }
}

ul#menu-main-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Albertus Nova", sans-serif;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  text-align: center;
  margin-top: 0.2em;
}
ul#menu-main-menu li {
  font-size: 1.5625rem;
  padding: 0.4em;
  width: 100%;
  border-bottom: 2px dotted #e4e7de;
}
ul#menu-main-menu li:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  ul#menu-main-menu {
    flex-direction: row;
  }
  ul#menu-main-menu li {
    font-size: 1.125rem;
    margin-right: 1.5em;
    padding: 0;
    width: auto;
    border-bottom: none;
  }
  ul#menu-main-menu li:last-child {
    margin-right: 0;
  }
}
ul#menu-main-menu a {
  color: #354e32;
  text-decoration: none;
}
ul#menu-main-menu .menu-item-has-children {
  flex-direction: column;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  ul#menu-main-menu .menu-item-has-children {
    align-items: flex-start;
  }
}
ul#menu-main-menu .sub-menu {
  display: none;
  font-family: "muli", sans-serif;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: visible;
  background-color: transparent;
  outline: none;
  margin-top: 0.3em;
  text-align: left;
}
ul#menu-main-menu .sub-menu li {
  position: relative;
  display: block;
  font-size: 1.25rem;
  width: 100%;
  padding: 0.4em;
  flex: 1 0 auto;
  border-bottom: 2px dotted #d7edfb;
}
ul#menu-main-menu .sub-menu li:before {
  content: "-";
  color: #354e32;
}
@media (min-width: 768px) {
  ul#menu-main-menu .sub-menu li:before {
    display: none;
  }
}
ul#menu-main-menu .sub-menu li a {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  ul#menu-main-menu .sub-menu li:first-of-type {
    padding-top: 0.7em;
  }
}
ul#menu-main-menu .sub-menu li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  ul#menu-main-menu .sub-menu li:last-of-type {
    padding-bottom: 0.8em;
  }
}
@media (min-width: 768px) {
  ul#menu-main-menu .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 999;
    border: 2px dotted #d7edfb;
    border-top: none;
    background-color: #e9f5fd;
    margin-top: 0;
  }
}
ul#menu-main-menu li.menu-item-has-children:hover .sub-menu {
  display: flex;
}

#footer {
  padding: 2em 0 3em;
  color: #354e32;
  overflow: hidden;
}

#footer--container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding-bottom: 1em;
  padding-top: 1em;
  width: 100%;
}

#footer-left {
  width: 30%;
}

#footer-right {
  width: 70%;
}

#footer-logo svg {
  width: 100%;
  max-height: 6em;
}

#footer-dragon--container {
  width: 200%;
}
@media (min-width: 768px) {
  #footer-dragon--container {
    width: 100%;
  }
}
#footer-dragon--container svg {
  width: 100%;
  height: 100%;
}

#footer-disclaimer {
  text-align: center;
  font-size: 0.8em;
}

section#archive-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.news-tabs-submenu li {
  display: inline-block;
  margin-right: 0.5em;
}
.news-tabs-submenu li:last-of-type {
  margin-right: 0;
}
.news-tabs-submenu a {
  color: #354e32;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5em 1em;
  border: 3px solid transparent;
  transition: all 0.4s ease-out;
  font-family: "Albertus Nova", sans-serif;
  border-color: #354e32;
  padding: 0.5em 0.9em 0.2em;
  display: inline-block;
}
.news-tabs-submenu a:hover {
  background-color: #c7ccba;
  border-color: #c7ccba;
}
.news-tabs-submenu .current-menu-item > a {
  background-color: #354e32;
  color: white;
}
.news-tabs-submenu .current-menu-item > a:hover {
  background-color: #c7ccba;
  color: #354e32;
}

.news-grid-container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.news-grid-image {
  width: 100%;
  height: 200px;
}
.news-grid-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.news-grid-item {
  width: 300px;
  background-color: #354e32;
  color: white;
  margin-bottom: 1em;
}
@media (min-width: 653px) {
  .news-grid-item {
    margin-right: 1em;
  }
}

.news-grid-content {
  padding: 1em;
  text-align: center;
}
.news-grid-content .news-grid-title {
  font-weight: 600;
  font-family: "Albertus Nova", sans-serif;
  margin: 0.5em 0 0.1em;
}
.news-grid-content .news-grid-title a {
  text-decoration: none;
  color: white;
}
.news-grid-content .news-grid-date {
  display: inline-block;
  color: #f2d1a0;
  font-size: 0.9em;
  margin-bottom: 0.8em;
}

.no-posts {
  text-align: center;
}

/* Woocommerce Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #f2d1a0;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  border-radius: 0;
  padding: 1em 1.5em;
  transition: background-color 0.3s ease;
  margin: 0 !important;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 0.4em;
}

form.cart button[type=submit]:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id) {
  height: unset !important;
  padding: 1em 1.5em !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #6684AD;
  color: white;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #6684AD;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  background-color: rgb(146, 173, 224);
  color: white;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  color: #85897B;
  font-size: 0.9em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0.5em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .price .amount {
  color: #6684AD;
}

.woosg-products .woosg-product .woosg-qty {
  width: 110px !important;
  flex: 0 0 110px !important;
}

section#post-image {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.single section {
  margin-bottom: 2em;
}

.post-content--container {
  width: 95%;
  max-width: 80ch;
  margin: 3em auto 2em;
}
.post-content--container h1 {
  margin-bottom: 0.6em;
  text-align: center;
}
.post-content--container #social-sharing {
  margin-top: 2.5em;
}
@media (min-width: 480px) {
  .post-content--container h1 {
    text-align: left;
  }
}

#post-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f2d1a0;
  margin-bottom: 2em;
}
#post-author h3 {
  font-size: 1.25rem;
}
#post-author span {
  font-size: 0.8125rem;
}

.author-content {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 2em 1em;
  margin-top: 1.5rem;
}
@media (min-width: 480px) {
  .author-content {
    padding: 2rem;
  }
}

.author-content--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 2px dotted;
}
.author-content--container:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 480px) {
  .author-content--container {
    flex-direction: row;
  }
}

.author-portrait {
  margin-bottom: 2em;
}
.author-portrait img {
  border-radius: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .author-portrait {
    margin-right: 2em;
  }
}

.author-details {
  font-size: 0.8125rem;
  width: 100%;
}
.author-details h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #676767;
  margin-bottom: 0.1rem;
  text-align: center;
}
.author-details h5 {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  text-align: center;
}
@media (min-width: 480px) {
  .author-details {
    width: 70%;
  }
  .author-details h4, .author-details h5 {
    text-align: left;
  }
}

.pagination-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
}
.pagination-nav a {
  text-decoration: none;
}
.pagination-nav a.next {
  order: -1;
}
@media (min-width: 768px) {
  .pagination-nav {
    flex-direction: row;
    justify-content: center;
  }
  .pagination-nav a {
    padding: 0.5em;
  }
  .pagination-nav a.next {
    order: initial;
  }
}

.pagination-btn {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #f2d1a0;
  padding: 1em;
}
.pagination-btn h4 {
  font-family: "Albertus Nova", sans-serif;
  color: #676767;
  font-size: 1.5625rem;
  margin-bottom: 0.2rem;
}
.pagination-btn [class$="--text"] {
  margin: 0 1em;
  text-align: center;
}
.pagination-btn [class$="--image"] {
  width: 120px;
  flex-shrink: 0;
}
.pagination-btn img {
  width: 100%;
}
.pagination-btn svg {
  width: 2em;
  height: auto;
  flex-shrink: 0;
  stroke-width: 3px;
}
.pagination-btn p {
  display: none;
}
@media (min-width: 768px) {
  .pagination-btn {
    padding: 0;
  }
  .pagination-btn [class$="--text"] {
    text-align: left;
  }
  .pagination-btn h4 {
    font-size: 1.875rem;
  }
  .pagination-btn p {
    display: block;
  }
}

#prev-btn > *:last-child {
  margin-right: 0;
}

#next-btn > *:last-child {
  margin-right: 0;
}
#next-btn svg {
  transform: rotateZ(180deg);
}

.homepage-entry {
  display: flex;
  flex-flow: column;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  .homepage-entry {
    flex-flow: row;
    flex-direction: unset;
  }
  .homepage-entry:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.homepage-text {
  padding: 3em;
}

.homepage-image {
  align-self: stretch;
  height: auto;
  min-width: 40vw;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.homepage-image img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 768px) {
  .homepage-image img {
    max-height: 100%;
  }
}

#nav-gallery-category a {
  color: #354e32;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5em 1em;
  border: 3px solid transparent;
  transition: all 0.4s ease-out;
  font-family: "Albertus Nova", sans-serif;
  border-color: #354e32;
  padding: 0.5em 0.9em 0.2em;
  display: inline-block;
  margin-right: 0.5em;
}
#nav-gallery-category a:hover {
  background-color: #c7ccba;
  border-color: #c7ccba;
}
#nav-gallery-category a:last-of-type {
  margin-right: 0;
}
#nav-gallery-category a.active {
  background-color: #354e32;
  color: white;
}
#nav-gallery-category a.active:hover {
  background-color: #c7ccba;
  color: #354e32;
}

a.gallery-thumb {
  width: 300px;
  height: 200px;
  position: relative;
  display: block;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  font-family: "Albertus Nova", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 1.2em;
  font-family: "Albertus Nova", sans-serif;
  text-align: center;
  /* overlay (hidden by default) */
  /* show/strongen overlay on parent hover */
}
@media (min-width: 652px) {
  a.gallery-thumb:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 652px) {
  a.gallery-thumb {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
}
a.gallery-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
a.gallery-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #354e32;
  z-index: 1;
  opacity: 0.5;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
a.gallery-thumb:hover::before {
  opacity: 0.9;
}
a.gallery-thumb h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%) scale(1); /* ✅ combine translate + scale */
  transform-origin: center center; /* ✅ scale from center */
  transition: transform 0.3s ease;
  z-index: 2;
  font-size: 1em;
}
a.gallery-thumb:hover h3 {
  transform: translate(-50%, -50%) scale(1.1); /* ✅ stays centered while scaling */
}

.gallery-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

a.gallery-category {
  width: 300px;
  height: 200px;
  position: relative;
  display: block;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  font-family: "Albertus Nova", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 1.2em;
  font-family: "Albertus Nova", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #354e32;
  text-decoration: none;
}
@media (min-width: 652px) {
  a.gallery-category:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 652px) {
  a.gallery-category {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
}

.gallery-videos--container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-video--container {
  margin-right: 0.4em;
  margin-bottom: 0.4em;
}
@media (min-width: 652px) {
  .gallery-video--container:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 652px) {
  .gallery-video--container {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 652px) {
  .gallery-video--container:last-of-type {
    margin-right: 0.5em;
  }
}

span.gallery-title {
  display: block;
  background: #354e32;
  padding: 0.5em;
  margin: 0;
  text-align: center;
  color: white;
  font-weight: 600;
  max-width: 320px;
}

.gallery-video {
  margin: 0;
  line-height: 0;
}

.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery a {
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  position: relative;
  width: 47%;
  max-width: 150px;
}
@media (min-width: 652px) {
  .gallery a:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 652px) {
  .gallery a {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
}
.gallery a img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .gallery a {
    width: auto;
  }
}

.history-table {
  margin: 0 auto;
}
.history-table td {
  padding-bottom: 0.5em;
}

td.history-year {
  font-weight: 600;
  padding-right: 1em;
}

td.history-month {
  padding-right: 1em;
  font-style: italic;
}

nav.history-nav label {
  display: inline-block;
  margin-right: 0.5em;
}
nav.history-nav label:last-of-type {
  margin-right: 0;
}
nav.history-nav label h3 {
  color: #354e32;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5em 1em;
  border: 3px solid transparent;
  transition: all 0.4s ease-out;
  font-family: "Albertus Nova", sans-serif;
  border-color: #354e32;
  padding: 0.5em 0.9em 0.2em;
  font-size: 1em;
}
nav.history-nav label h3:hover {
  background-color: #c7ccba;
  border-color: #c7ccba;
}

section#archive-content--container ul {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
section#archive-content--container li {
  margin-bottom: 0.3em;
}
section#archive-content--container li:before {
  content: "- ";
}

div#contact-details--container {
  max-width: 30ch;
  margin: 0 auto;
  margin-top: 4em;
}
div#contact-details--container > div {
  margin-bottom: 1.5em;
}

span.contact-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.2em;
}

span.contact-field {
  display: block;
  font-size: 1.25em;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .slider-container {
    display: block;
  }
}

.slider-text {
  font-family: "Albertus Nova", sans-serif;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Move back by half its own size */
  color: white;
  font-size: 1rem;
  text-align: center;
  width: 80%;
  font-weight: 700;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.4));
}
@media (min-width: 480px) {
  .slider-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .slider-text {
    max-width: 50ch;
    font-size: 2rem;
  }
}

li.lslide, .lSSlideWrapper, .lSSlideOuter, .slider-images {
  min-height: 300px;
  max-height: 450px;
  height: 100% !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  li.lslide, .lSSlideWrapper, .lSSlideOuter, .slider-images {
    min-height: 600px;
    max-height: 800px;
  }
}

li.lslide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-images {
  position: relative;
  z-index: -1;
}
.slider-images:before {
  content: "";
  position: absolute;
  z-index: 11;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.centre-top-div > div > div {
  display: flex;
  align-items: center;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper, .lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSSlide, .lSSlideWrapper.usingCss .lSFade > * {
  transition-timing-function: inherit !important;
  transition-duration: inherit !important;
}

.lSSlideOuter, .lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}

.lSSlideWrapper .lSSlide {
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition-property: transform, height;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../images/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}
@keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
.lSSlideOuter .rightEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/* Magnific Popup CSS */
.gallery a:before {
  content: "";
  background: #354e32;
  background-image: url(../images/magnify-glass.svg);
  background-size: 1em 1em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  width: 2em;
  height: 2em;
  bottom: 0;
  right: 0;
}
.gallery a:hover:before {
  width: 4em;
  height: 4em;
  transition: all 200ms ease;
}

.extra-video a:before {
  content: "";
  background: #354e32;
  background-image: url(../images/play2.svg);
  background-size: 1em 1em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  width: 2em;
  height: 2em;
  bottom: 0;
  right: 0;
}
.extra-video a:hover:before {
  width: 4em;
  height: 4em;
  transition: all 200ms ease;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=app.css.map*/