@charset "UTF-8";
/*
Theme Name: Gregynog
Author: Hybrid Studio Ltd
Author URI: https://thisishybrid.com
Description: Gregynog WordPress theme with WPML
Version: 1.1
License: © Copyright Hybrid Studio Ltd


Gregynog is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global variables
# Responsive breakpoints
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Sitemap plugin
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: 'Ambit SemiBold';
  src: url("assets/fonts/Ambit-SemiBoldItalic.woff2") format("woff2"), url("assets/fonts/Ambit-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Ambit SemiBold';
  src: url("assets/fonts/Ambit-SemiBold.woff2") format("woff2"), url("assets/fonts/Ambit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ambit';
  src: url("assets/fonts/Ambit-Bold.woff2") format("woff2"), url("assets/fonts/Ambit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-family: 'Ambit', sans-serif;
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #191918;
  font-family: 'Ambit SemiBold', sans-serif;
  font-size: 18px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ambit SemiBold', sans-serif;
  clear: both;
  letter-spacing: -0.01em; }

main {
  margin-top: 55px; }
  @media (min-width: 768px) {
    main {
      margin-top: 90px; } }
  @media (min-width: 1260px) {
    main {
      margin-top: 125px; } }
  main .content-block-row a {
    word-break: break-word; }
  main .content-block-row h2 {
    margin-bottom: 30px;
    margin-top: 60px; }
    main .content-block-row h2:first-of-type {
      margin-top: 0; }
  main .content-block-row {
    margin-bottom: 60px; }
    main .content-block-row.sub-page-list {
      width: 100%;
      margin: 0 0 60px 0; }
  main h2 {
    font-family: 'Ambit SemiBold', sans-serif;
    font-size: 1.7em !important;
    line-height: 1.1em;
    margin: 0 0 20px; }
    @media (min-width: 576px) {
      main h2 {
        font-size: 2.7em !important; } }
  main h3 {
    font-family: 'Ambit', sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 30px 0 10px; }
    @media (min-width: 576px) {
      main h3 {
        font-size: 1.4em; } }
  main h4 {
    font-family: 'Ambit', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 30px 0 10px; }
  main ul, main ol {
    margin: 0;
    padding: 0; }
  main .standard-ul ul, main .color-ul ul {
    list-style-type: disc;
    font-size: 1.1em; }
    @media (min-width: 576px) {
      main .standard-ul ul, main .color-ul ul {
        font-size: 1.2em; } }
  main .standard-ul ol, main .color-ul ol {
    list-style-type: decimal;
    font-size: 1.1em; }
    @media (min-width: 576px) {
      main .standard-ul ol, main .color-ul ol {
        font-size: 1.2em; } }
  main .standard-ul ul, main .standard-ul ol, main .color-ul ul, main .color-ul ol {
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 30px; }
    main .standard-ul ul li, main .standard-ul ol li, main .color-ul ul li, main .color-ul ol li {
      padding-left: 5px;
      margin-bottom: 13.33333px; }
  main .color-ul li::marker {
    color: #628202; }
  main .standard-ul ul ul, main .standard-ul ol ol, main .color-ul ul ul, main .color-ul ol ol {
    margin-left: 30px !important;
    margin-bottom: 0;
    font-size: 1em; }

p {
  margin: 0 0 1em;
  font-size: 1.1em;
  line-height: 1.5em !important; }
  @media (min-width: 576px) {
    p {
      font-size: 1.2em;
      line-height: 1.4em !important; } }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote, .blockquote {
  margin: 0 0 30px 0;
  padding: 45px 30px;
  background-color: #E4F4CE; }
  @media (min-width: 576px) {
    blockquote, .blockquote {
      padding: 60px 60px 75px; } }
  blockquote p, .blockquote p {
    font-size: 1.5em;
    line-height: 1.2em !important;
    margin: 0;
    /*
		&:after {
			content: '’';
			display: inline-block;
			margin-left: $small-margin/4;
		}
*/ }
    @media (min-width: 576px) {
      blockquote p, .blockquote p {
        font-size: 2em;
        line-height: 1.2em !important; } }
  blockquote:before, .blockquote:before {
    background-image: url("assets/img/quotemarks.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 50px;
    height: 50px; }
    @media (min-width: 576px) {
      blockquote:before, .blockquote:before {
        width: 100px;
        height: 100px; } }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #191918;
  border: 0;
  height: 2px;
  margin: 60px 0 30px; }

ul,
ol {
  margin: 0 0 1.5em 30px; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 600; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  width: 800px; }
  @media (min-width: 768px) {
    embed,
    iframe,
    object {
      min-height: 450px; } }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.content-block-row table, th, td {
  border: 1px solid #999;
  border-collapse: collapse;
  margin-top: 20px; }

th, td {
  padding: 10px;
  font-size: 0.9em; }

/* Links
--------------------------------------------- */
a {
  color: #DE479C;
  transition: 0.3s; }

a:hover,
a:focus,
a:active {
  color: inherit; }

a:focus {
  outline: thin dotted; }

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

.invert a {
  color: inherit; }
  .invert a:hover {
    color: #A6DD5D; }

.anchor {
  display: block;
  position: relative;
  top: -170px;
  visibility: hidden; }

.primary, button.primary {
  font-family: 'Ambit SemiBold', sans-serif;
  font-size: 1.2em;
  text-decoration: none !important;
  text-align: left;
  color: #191918 !important;
  background-color: #FED833;
  border-radius: 0 !important;
  padding: 24px;
  transition: 0.3s;
  width: 100%;
  display: inline-block;
  padding-right: 90px !important;
  background-image: url("assets/img/icon-arrow.svg");
  background-position-x: 92%;
  background-position-y: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  background-size: 50px; }
  @media (min-width: 576px) {
    .primary, button.primary {
      width: auto; } }
  .primary:hover, .primary:focus, button.primary:hover, button.primary:focus {
    background-color: #A6DD5D;
    cursor: pointer; }
  .primary:hover, button.primary:hover {
    background-position-x: 95%; }
  @media (min-width: 992px) {
    .primary, button.primary {
      background-position-x: 90%; }
      .primary:hover, button.primary:hover {
        background-position-x: 92%; } }

.secondary {
  font-family: 'Ambit SemiBold', sans-serif;
  font-size: 1.2em;
  text-decoration: none !important;
  text-align: left;
  color: #191918 !important;
  background-color: #FED833;
  border-radius: 0 !important;
  padding: 24px;
  transition: 0.3s;
  width: 100%;
  display: inline-block;
  padding-right: 90px !important;
  background-image: url("assets/img/icon-arrow.svg");
  background-position-x: 92%;
  background-position-y: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  background-size: 50px;
  background-image: url("assets/img/icon-arrow-light.svg");
  color: #fff !important;
  background-color: #345335; }
  @media (min-width: 576px) {
    .secondary {
      width: auto; } }
  .secondary:hover, .secondary:focus {
    background-color: #A6DD5D;
    cursor: pointer; }
  .secondary:hover {
    background-position-x: 95%; }
  @media (min-width: 992px) {
    .secondary {
      background-position-x: 90%; }
      .secondary:hover {
        background-position-x: 92%; } }
  .secondary:hover, .secondary:focus {
    background-color: #191918;
    cursor: pointer; }
  .secondary.events {
    background-color: #411C67; }

.tertiary {
  font-family: 'Ambit SemiBold', sans-serif;
  font-size: 1.2em;
  text-decoration: none !important;
  text-align: left;
  color: #191918 !important;
  background-color: #FED833;
  border-radius: 0 !important;
  padding: 24px;
  transition: 0.3s;
  width: 100%;
  color: #fff !important;
  background-color: #345335; }
  @media (min-width: 576px) {
    .tertiary {
      width: auto; } }
  .tertiary:hover, .tertiary:focus {
    background-color: #A6DD5D;
    cursor: pointer; }
  .tertiary:hover, .tertiary:focus {
    background-color: #191918;
    cursor: pointer; }

.ghost {
  font-family: 'Ambit SemiBold', sans-serif;
  font-size: 1.2em;
  text-decoration: none !important;
  text-align: left;
  color: #191918 !important;
  background-color: #FED833;
  border-radius: 0 !important;
  padding: 24px;
  transition: 0.3s;
  width: 100%;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  border-width: 1px;
  border-color: #fff;
  border-style: solid; }
  @media (min-width: 576px) {
    .ghost {
      width: auto; } }
  .ghost:hover, .ghost:focus {
    background-color: #A6DD5D;
    cursor: pointer; }
  .ghost:hover, .ghost:focus {
    border-color: #fff;
    background-color: white;
    color: #191918 !important;
    cursor: pointer; }
  .ghost.dark {
    color: #191918 !important;
    border-color: #191918;
    background-color: rgba(25, 25, 24, 0); }
    .ghost.dark:hover, .ghost.dark:focus {
      border-color: #191918;
      background-color: #191918;
      color: #fff !important; }

button.jumbo-cta {
  font-size: 0.9em;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px !important;
  background-image: none !important; }
  @media (min-width: 576px) {
    button.jumbo-cta {
      font-size: 1.2em;
      padding-right: 100px !important; } }
  button.jumbo-cta:before {
    display: inline-block;
    margin-right: 10px;
    transform: scale(0.6); }
    @media (min-width: 576px) {
      button.jumbo-cta:before {
        margin-right: 10px;
        padding: 20px !important;
        transform: scale(1); } }

button.jumbo-cta.download {
  background-position-x: 93%; }
  @media (min-width: 576px) {
    button.jumbo-cta.download {
      background-image: url("assets/img/icon-arrow-light-download.svg") !important; } }
  button.jumbo-cta.download:hover {
    background-position-y: 60%; }
  button.jumbo-cta.download:before {
    content: url("assets/img/icon-document.svg"); }

@media (min-width: 576px) {
  button.jumbo-cta.book-place {
    background-image: url("assets/img/icon-arrow-light-lrg.svg") !important; } }

button.jumbo-cta.book-place:before {
  content: url("assets/img/icon-calendar.svg"); }

button.jumbo-cta.apply-now {
  background-color: #FED833; }
  @media (min-width: 576px) {
    button.jumbo-cta.apply-now {
      background-image: url("assets/img/icon-arrow-light-lrg.svg") !important; } }
  button.jumbo-cta.apply-now:before {
    content: url("assets/img/icon-list.svg"); }
  button.jumbo-cta.apply-now:hover {
    background-color: #411C67; }

a:has( > .feature-link) {
  text-decoration: none !important; }

a .feature-link, .feature-link a, a .cta-1 {
  font-size: 1.3em;
  color: #191918;
  text-align: left;
  text-decoration: none;
  margin: 20px 0;
  background-color: #FED833;
  padding: 30px 90px 30px 30px;
  width: 100%;
  display: block;
  cursor: pointer;
  background-image: url("assets/img/icon-arrow.svg");
  background-position-x: calc(100% - 30px);
  background-position-y: center;
  background-repeat: no-repeat;
  transition: 0.3s; }
  a .feature-link:hover, .feature-link a:hover, a .cta-1:hover {
    background-color: #A6DD5D;
    background-position-x: calc(100% - 20px); }

@media (min-width: 768px) {
  .tile {
    margin-bottom: 30px; } }

.tile a {
  color: #333;
  text-decoration: none;
  margin-bottom: 30px;
  position: relative;
  /*
		display: flex;
		flex-direction: column;
*/ }
  @media (min-width: 768px) {
    .tile a {
      margin-bottom: 0; } }
  .tile a .image-wrapper {
    background-color: #FED833;
    margin-bottom: 6.66667px;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative; }
    .tile a .image-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: block;
      transition: 0.3s; }
  .tile a .post-date {
    font-size: 1em;
    display: block; }
  .tile a .post-category {
    position: relative;
    top: 34px;
    z-index: 1; }
    .tile a .post-category ul {
      margin: 0 !important; }
      .tile a .post-category ul li {
        list-style: none;
        display: inline-block !important;
        font-size: 14px !important;
        line-height: 1em;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block !important;
        border: solid #191918 1px;
        color: #E4F4CE;
        background-color: #191918;
        padding: 13.33333px 10px 10px 10px;
        margin-right: 5px;
        background-color: #191918;
        border: none;
        padding: 10px !important;
        color: #fff;
        width: auto; }
  .tile a .post-title {
    font-size: 1.7em;
    line-height: 1.1em;
    display: block;
    max-width: 90%;
    padding: 10px 0 20px;
    flex-grow: 1; }
    .tile a .post-title.arrow-after:after {
      display: inline-block;
      margin-left: 10px;
      content: url("assets/img/icon-arrow.svg");
      transition: 0.3s; }
  .tile a .post-excerpt {
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    margin-bottom: 20px; }
  .tile a button {
    width: 100%; }
  .tile a:hover .title {
    text-decoration: underline;
    color: #FED833; }
  .tile a:hover button {
    color: #fff !important;
    background-color: #191918 !important; }
  .tile a:hover .post-title:after {
    margin-left: 24px; }
  .tile a:hover img {
    transform: scale(1.1);
    transition: 0.3s; }
  .tile a:hover button.arrow {
    background-position-x: 93%; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  padding: 0.6em 1em 0.4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #333;
  border: 2px solid #ccc;
  border-radius: 0;
  padding: 10px 15px; }

.search-form input[type="search"] {
  border-color: #fff;
  border-color: #eee; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  background-color: white;
  border: solid 2px #191918;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  color: #333;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 100%;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

select:focus {
  border-color: #FED833;
  outline: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 576px) {
    .content-wrapper {
      padding: 0 30px; } }

.entry-content .content-wrapper, .page-content .content-wrapper {
  width: auto;
  max-width: 100%;
  margin: 0; }
  @media (min-width: 992px) {
    .entry-content .content-wrapper, .page-content .content-wrapper {
      width: 60%;
      max-width: 850px; } }

.entry-content .content-wrapper:has( > .content-block-row) {
  padding-top: 60px; }

.entry-content .content-wrapper .content-block-row a img {
  transform: scale(1);
  transition: 0.3s; }
  .entry-content .content-wrapper .content-block-row a img:hover {
    transform: scale(1.02); }

.entry-content .content-wrapper .thumbnail-caption {
  display: block;
  margin-bottom: 30px; }

.video-wrapper {
  padding: 56.25% 0 0 0;
  position: relative; }

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

.two-column {
  display: flex;
  flex-direction: column;
  row-gap: 30px; }
  @media (min-width: 992px) {
    .two-column {
      flex-direction: row;
      gap: 20px; } }
  @media (min-width: 992px) {
    .two-column .left-column, .two-column .right-column {
      width: 50%; } }
  .two-column .left-column img, .two-column .right-column img {
    display: block; }
  .two-column .left-column {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .two-column .left-column {
        margin-bottom: 0; } }
    .two-column .left-column .wp-caption {
      margin-bottom: 0; }

ul.two-column {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0; }
  @media (min-width: 576px) {
    ul.two-column {
      flex-direction: row; } }
  @media (min-width: 768px) {
    ul.two-column li {
      width: 48%; } }

.three-column {
  display: flex;
  gap: 20px;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row; }
  .three-column li {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .three-column li {
        width: 48%;
        max-width: 48%; } }
    @media (min-width: 992px) {
      .three-column li {
        width: 31.9%;
        max-width: 31.9%; } }
    .three-column li a {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      margin-bottom: 0; }

.four-column {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  flex-direction: row; }
  .four-column li {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    @media (min-width: 576px) {
      .four-column li {
        max-width: 49%; } }
    @media (min-width: 992px) {
      .four-column li {
        max-width: 32%; } }
    @media (min-width: 1260px) {
      .four-column li {
        max-width: 24%; } }
    .four-column li a {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }

#additional-featured-links {
  margin: 0 -9999rem 30px !important;
  /* add back negative margin value */
  padding: 60px 9999rem 60px;
  background: rgba(249, 249, 249, 0.5); }
  @media (min-width: 992px) {
    #additional-featured-links {
      margin: 0 -9999rem 90px;
      padding: 120px 9999rem 90px; } }

#additional-form {
  margin: 0 -9999rem 30px !important;
  /* add back negative margin value */
  padding: 60px 9999rem 60px;
  background: #eee;
  flex: auto; }
  @media (min-width: 992px) {
    #additional-form {
      margin: 0 -9999rem 90px;
      padding: 120px 9999rem 90px; } }

.additional-content #featured-links-content {
  padding: 0 30px 120px;
  margin: 0; }
  @media (min-width: 992px) {
    .additional-content #featured-links-content {
      margin: 0 0 120px 0; } }
  .additional-content #featured-links-content h3 {
    margin: 0 0 30px; }
  .additional-content #featured-links-content .three-column li {
    width: auto;
    display: flex;
    align-items: stretch; }
    @media (min-width: 576px) {
      .additional-content #featured-links-content .three-column li {
        width: 48%;
        max-width: 48%;
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .additional-content #featured-links-content .three-column li {
        width: 32%;
        max-width: 32%;
        margin-bottom: 30px; } }
    .additional-content #featured-links-content .three-column li a {
      font-size: 0.8em;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }

.additional-content .footer-form {
  padding: 0 30px;
  max-width: 800px;
  margin: 0 0 120px; }

header#masthead {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #eee;
  z-index: 999; }

header.entry-header {
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-color: #345335;
  position: relative; }
  header.entry-header .two-column {
    padding: 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 1260px) {
      header.entry-header .two-column {
        gap: 0;
        padding: 0 30px; } }
    header.entry-header .two-column .left-column {
      padding: 60px 20px 0; }
      @media (min-width: 576px) {
        header.entry-header .two-column .left-column {
          padding: 30px 40px 30px 30px; } }
      @media (min-width: 1260px) {
        header.entry-header .two-column .left-column {
          padding-left: 0; } }
    header.entry-header .two-column .right-column h1, header.entry-header .two-column .right-column ul li {
      font-size: 1.2em; }
    header.entry-header .two-column .right-column ul li {
      border-bottom: 2px solid #191918; }
      header.entry-header .two-column .right-column ul li a {
        text-decoration: none;
        color: #191918; }
  header.entry-header #breadcrumbs {
    display: none; }
    @media (min-width: 576px) {
      header.entry-header #breadcrumbs {
        display: block;
        font-size: 1em; } }
    header.entry-header #breadcrumbs a {
      color: #fff;
      text-decoration: none;
      border-bottom: solid #fff 2px; }
      header.entry-header #breadcrumbs a:hover {
        color: #A6DD5D;
        border-color: #A6DD5D; }
  header.entry-header h1 {
    color: #A6DD5D;
    font-size: 2.1em;
    line-height: 1.1em;
    margin-top: 0; }
    @media (min-width: 576px) {
      header.entry-header h1 {
        margin: 120px 0 30px 0;
        font-size: 3em;
        line-height: 1em;
        max-width: 800px; } }
    @media (min-width: 768px) {
      header.entry-header h1 {
        font-size: 4.2em; } }
  header.entry-header .standfirst {
    display: block;
    color: #fff;
    margin-bottom: 40px;
    font-size: 1.1em;
    line-height: 1.3em; }
    @media (min-width: 576px) {
      header.entry-header .standfirst {
        font-size: 1.3em;
        line-height: 1.3em;
        max-width: 550px; } }
  header.entry-header :has( > #not-hero) {
    min-height: 300px; }
  header.entry-header #not-hero {
    padding-top: 30px; }
    header.entry-header #not-hero h1 {
      margin-top: 60px;
      padding-bottom: 60px;
      display: inline-block; }
  header.entry-header :has( > #hero) {
    min-height: 300px; }
    @media (min-width: 576px) {
      header.entry-header :has( > #hero) {
        min-height: 500px; } }
  @media (min-width: 576px) {
    header.entry-header #hero a {
      display: inline-block; } }
  header.entry-header #hero button:first-of-type {
    margin-bottom: 20px;
    margin-right: 0; }
    @media (min-width: 576px) {
      header.entry-header #hero button:first-of-type {
        margin-right: 20px;
        margin-bottom: 0; } }
  header.entry-header #hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #345335;
    mix-blend-mode: multiply; }
    @media (min-width: 992px) {
      header.entry-header #hero-overlay {
        width: 70%; } }
    @media (min-width: 1260px) {
      header.entry-header #hero-overlay {
        width: 50%; } }

aside {
  margin: 0;
  padding: 40px 20px 0;
  border-top: solid 4px #191918; }
  @media (min-width: 576px) {
    aside {
      padding: 40px 30px 30px; } }
  @media (min-width: 768px) {
    aside {
      width: 100%;
      order: 0; } }
  @media (min-width: 992px) {
    aside {
      border: none;
      padding: 0 30px 0 0;
      width: 23%; } }
  @media (min-width: 1260px) {
    aside {
      width: 27%; } }
  aside.push-down {
    margin-top: 60px; }
    @media (min-width: 992px) {
      aside.push-down {
        width: 36%;
        max-width: 360px; } }
  aside.colour-bg {
    background: none;
    align-self: flex-start;
    width: 100%;
    max-width: none;
    padding: 45px 20px 0; }
    @media (min-width: 576px) {
      aside.colour-bg {
        padding: 45px 30px 0; } }
    @media (min-width: 992px) {
      aside.colour-bg {
        width: 36%;
        max-width: none;
        padding: 60px;
        border-bottom-left-radius: 140px;
        background: #A6DD5D; } }
    @media (min-width: 1260px) {
      aside.colour-bg {
        padding: 60px 100px; } }
  aside h1 {
    font-family: 'Ambit', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
    margin: 0 0 5px 0; }
    aside h1:after {
      content: "";
      display: block;
      padding-bottom: 10px;
      border-bottom: solid 2px #191918;
      width: 100%; }
  aside h2 {
    font-size: 1.1em !important;
    margin: 0; }
  aside .ul {
    padding: 15px 0 0 0;
    margin-bottom: 30px; }
  aside ul {
    list-style: none;
    margin-bottom: 30px; }
    aside ul .current_page_item .children {
      border-left: solid 3px #FED833; }
    aside ul .children {
      margin: 10px 0 20px 0;
      border-left: solid 3px #666;
      padding: 0 0 0 13.33333px !important; }
      aside ul .children .children {
        padding: 0;
        margin-bottom: 0; }
  aside #sidebar-menu {
    margin-bottom: 60px; }
    aside #sidebar-menu li {
      padding-bottom: 10px;
      border-bottom: solid 2px #191918;
      padding: 0;
      border-color: rgba(25, 25, 24, 0.2); }
      aside #sidebar-menu li:hover {
        transition: 0.3s;
        border-color: #191918; }
        aside #sidebar-menu li:hover a {
          color: #191918 !important; }
      aside #sidebar-menu li a {
        font-size: 1.2em;
        line-height: 1.36em;
        display: block;
        text-decoration: none;
        padding: 6.66667px 0; }
      aside #sidebar-menu li.current_page_item {
        border-color: #191918 !important; }
        aside #sidebar-menu li.current_page_item a:before {
          display: inline-block;
          position: relative;
          top: 2px;
          content: url("assets/img/icon-arrow.svg");
          transition: 0.3s;
          transform: scale(60%);
          margin-left: -10px; }
    aside #sidebar-menu #key-information {
      margin-bottom: 60px; }
      aside #sidebar-menu #key-information .key-info-times {
        font-family: 'Ambit', sans-serif; }
      aside #sidebar-menu #key-information .call-to-action {
        display: block;
        margin-top: 20px; }
    aside #sidebar-menu #recent {
      margin-bottom: 60px; }
      aside #sidebar-menu #recent a {
        display: block;
        text-decoration: none;
        font-size: 1em; }
        aside #sidebar-menu #recent a .post-category {
          display: inline-block; }
        aside #sidebar-menu #recent a .post-title {
          display: block;
          font-size: 1.2em;
          line-height: 1.3em;
          margin-bottom: 10px;
          text-decoration: underline; }
    aside #sidebar-menu #categories {
      margin-bottom: 60px; }
    aside #sidebar-menu button {
      width: 100%; }

.single-team .page-item-16374 {
  border-color: #191918 !important; }
  .single-team .page-item-16374 a:before {
    display: inline-block;
    position: relative;
    top: 2px;
    content: url("assets/img/icon-arrow.svg");
    transition: 0.3s;
    transform: scale(60%);
    margin-left: -10px; }

footer {
  color: #fff;
  background-color: #191918; }
  footer #level-one {
    padding: 30px 0 30px;
    background-color: #30302F;
    /*
		nav#footer-internal-navigation ul li a {
			color: red;
		}
*/ }
    @media (min-width: 992px) {
      footer #level-one {
        padding: 15px 0; } }
    footer #level-one .content-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: column;
      gap: 10px; }
      @media (min-width: 768px) {
        footer #level-one .content-wrapper {
          gap: 40px; } }
      @media (min-width: 768px) {
        footer #level-one .content-wrapper {
          flex-wrap: nowrap;
          flex-direction: row; } }
      footer #level-one .content-wrapper #footer-address {
        font-size: 0.8em;
        text-transform: uppercase;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        @media (min-width: 992px) {
          footer #level-one .content-wrapper #footer-address {
            justify-content: space-between; } }
        footer #level-one .content-wrapper #footer-address .address {
          margin-right: 30px; }
      footer #level-one .content-wrapper #footer-secondary {
        padding-right: 15px;
        width: auto; }
        footer #level-one .content-wrapper #footer-secondary ul {
          display: inline-flex;
          flex-direction: column; }
          @media (min-width: 576px) {
            footer #level-one .content-wrapper #footer-secondary ul {
              flex-direction: row; } }
          footer #level-one .content-wrapper #footer-secondary ul li {
            margin: 20px 0 0 0; }
            @media (min-width: 576px) {
              footer #level-one .content-wrapper #footer-secondary ul li {
                margin: 0 30px 0 0; } }
            @media (min-width: 768px) {
              footer #level-one .content-wrapper #footer-secondary ul li {
                margin: 0 0 0 30px; } }
            @media (min-width: 992px) {
              footer #level-one .content-wrapper #footer-secondary ul li a:hover, footer #level-one .content-wrapper #footer-secondary ul li a:focus {
                border-color: #A6DD5D; } }
            footer #level-one .content-wrapper #footer-secondary ul li ul.sub-menu {
              display: flex;
              flex-direction: column;
              padding-top: 10px;
              margin-left: -10px;
              box-shadow: none; }
              footer #level-one .content-wrapper #footer-secondary ul li ul.sub-menu li {
                text-wrap: nowrap;
                margin: 0; }
                footer #level-one .content-wrapper #footer-secondary ul li ul.sub-menu li a {
                  padding: 6.66667px 10px;
                  background-color: #333; }
      footer #level-one .content-wrapper #external {
        width: 100%;
        margin-top: 30px; }
        @media (min-width: 576px) {
          footer #level-one .content-wrapper #external {
            margin-top: 0;
            width: 50%; } }
        @media (min-width: 992px) {
          footer #level-one .content-wrapper #external {
            padding-right: 30px;
            width: 25%; } }
        footer #level-one .content-wrapper #external li:after {
          content: url("assets/img/icon-external-link.svg");
          padding-left: 10px;
          top: 2px;
          position: relative; }
  footer #level-two {
    padding: 0 0 50px; }

footer #level-two .content-wrapper {
  /*
				display: flex;
				justify-content: space-between;
*/ }
    footer #level-two .content-wrapper .first-row {
      display: flex;
      justify-content: space-between;
      margin: 45px 0 90px;
      flex-direction: column;
      gap: 30px; }
      @media (min-width: 768px) {
        footer #level-two .content-wrapper .first-row {
          flex-direction: row; } }
      footer #level-two .content-wrapper .first-row .footer-branding {
        display: block;
        max-width: 400px;
        /*
					svg {
						width: 100%;
					}
*/ }
      @media (min-width: 768px) {
        footer #level-two .content-wrapper .first-row #email-signup {
          margin-right: 15px; } }
    footer #level-two .content-wrapper #social {
      width: 100%;
      margin-top: 60px; }
      @media (min-width: 576px) {
        footer #level-two .content-wrapper #social {
          width: 100%;
          margin-top: 45px; } }
      @media (min-width: 992px) {
        footer #level-two .content-wrapper #social {
          margin-top: 0;
          width: 40%; } }
      footer #level-two .content-wrapper #social ul {
        display: flex;
        align-items: center;
        gap: 25px; }
      footer #level-two .content-wrapper #social a {
        border-bottom: none; }
      footer #level-two .content-wrapper #social .svg-icon {
        fill: #fff;
        max-width: 30px; }
        footer #level-two .content-wrapper #social .svg-icon:hover {
          fill: #A6DD5D;
          transition: 0.3s; }
    footer #level-two .content-wrapper #footer-tertiary {
      color: #999; }
      footer #level-two .content-wrapper #footer-tertiary ul {
        display: flex;
        flex-direction: column; }
        @media (min-width: 576px) {
          footer #level-two .content-wrapper #footer-tertiary ul {
            flex-direction: row; } }
        footer #level-two .content-wrapper #footer-tertiary ul li {
          margin-right: 20px; }
          footer #level-two .content-wrapper #footer-tertiary ul li a {
            font-size: 0.9em; }
    footer #level-two .content-wrapper #site-info {
      margin-top: 30px;
      color: #999; }
      @media (min-width: 992px) {
        footer #level-two .content-wrapper #site-info {
          margin-top: 0; } }
      footer #level-two .content-wrapper #site-info #copyright {
        font-size: 0.9em;
        display: inline; }
      footer #level-two .content-wrapper #site-info p {
        font-size: 0.9em;
        margin: 0;
        display: inline; }

#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between; }

/* Content Blocks
--------------------------------------------- */
.content-block-row {
  margin-bottom: 30px; }

.featured {
  background-color: #FED833;
  margin: 0 0 30px 0;
  padding: 45px 30px; }
  @media (min-width: 576px) {
    .featured {
      padding: 60px; } }
  .featured h2 {
    border-bottom-color: #fff !important;
    margin-bottom: 20px !important; }
  .featured p {
    font-size: 1.2em;
    line-height: 1.5em !important;
    margin: 0 0 20px 0;
    /*
		@include sm {
			font-size: 1.8em;
			line-height: 1.2em !important;
		}
*/ }
  .featured.search {
    padding-top: 45px;
    background-color: #345335; }
    .featured.search p {
      font-size: 1.8em;
      line-height: 1.2em !important;
      color: #fff; }
      @media (min-width: 576px) {
        .featured.search p {
          font-size: 2em; } }

.feature-content {
  background-color: #345335;
  padding-top: 45px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 576px) {
    .feature-content {
      padding-top: 60px; } }
  .feature-content h2, .feature-content p {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 576px) {
      .feature-content h2, .feature-content p {
        padding-left: 60px;
        padding-right: 60px; } }
  .feature-content h2 {
    color: #A6DD5D; }
  .feature-content p {
    color: #fff; }
    .feature-content p:last-of-type {
      margin-bottom: 60px; }
  .feature-content .wp-caption {
    background-color: #fff;
    margin: 0; }
    .feature-content .wp-caption p {
      color: #191918;
      margin: 0;
      padding: 0; }

.download-links li:not(:last-child) {
  margin-bottom: 2px; }

.download-links li a {
  font-size: 0.9em;
  text-decoration: none;
  line-height: 1.25em;
  padding: 20px;
  background-color: rgba(166, 221, 93, 0.1);
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .download-links li a {
      flex-wrap: nowrap;
      padding: 30px;
      justify-content: space-between; } }
  .download-links li a:hover {
    background-color: rgba(166, 221, 93, 0.3);
    cursor: pointer;
    transition: 0.3s;
    color: inherit; }
  .download-links li a .left {
    margin-bottom: 10px;
    border: none !important;
    width: 100%; }
    @media (min-width: 576px) {
      .download-links li a .left {
        margin-bottom: 0;
        width: 70%; } }

.download-links .right {
  position: relative;
  text-decoration: underline; }

.download-links span {
  display: block; }

.download-links .title {
  margin-bottom: 5px;
  font-family: 'Ambit', sans-serif; }

.accordion.download-links .accordion-content-panel {
  padding: 0; }

.sub-page-list {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 576px) {
    .sub-page-list {
      padding: 0 30px; } }
  .sub-page-list .news-home {
    margin-bottom: 120px; }
    .sub-page-list .news-home .tile a .post-category ul li {
      background-color: #191918; }
    .sub-page-list .news-home .tile a .post-tag ul li {
      font-size: 14px !important;
      line-height: 1em;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block !important;
      border: solid #191918 1px;
      color: #E4F4CE;
      background-color: #191918;
      padding: 13.33333px 10px 10px 10px;
      margin-right: 5px;
      width: auto;
      border: solid 1px #191918;
      color: #191918;
      background-color: rgba(25, 25, 24, 0); }

.footnote {
  padding-top: 20px;
  border-top: 1px solid #666;
  margin-top: 30px;
  line-height: 1em; }
  .footnote h1, .footnote p {
    font-size: 0.8em;
    line-height: 0;
    color: #999 !important;
    display: inline; }
  .footnote h1 {
    font-family: 'Ambit', sans-serif; }

.content-block-row.footnote {
  border-top: 1px solid #666;
  margin-top: 90px; }
  .content-block-row.footnote h1, .content-block-row.footnote p {
    color: #191918 !important; }

.nf-before-form-content {
  margin: 10px 0 20px 0; }

.nf-form-content {
  padding: 0 !important; }

.nf-form-content input[type=submit] {
  font-family: 'Ambit SemiBold', sans-serif;
  font-size: 1.2em;
  text-decoration: none !important;
  text-align: left;
  color: #191918 !important;
  background-color: #FED833;
  border-radius: 0 !important;
  padding: 24px;
  transition: 0.3s;
  width: 100%;
  color: #fff !important;
  background: #191918 !important;
  height: auto !important;
  width: 100% !important;
  text-align: center; }
  @media (min-width: 576px) {
    .nf-form-content input[type=submit] {
      width: auto; } }
  .nf-form-content input[type=submit]:hover, .nf-form-content input[type=submit]:focus {
    background-color: #A6DD5D;
    cursor: pointer; }
  .nf-form-content input[type=submit]:hover {
    color: #fff !important;
    background-color: #345335 !important; }

.nf-form-content input:not([type=submit]), .nf-form-content textarea {
  color: #191918 !important;
  border-color: #191918 !important; }

.nf-field-description {
  margin-bottom: 15px;
  margin-top: -5px; }
  .nf-field-description p {
    line-height: 1.5em;
    margin-bottom: 10px !important; }
  .nf-field-description ul {
    margin-bottom: 10px; }
    .nf-field-description ul li {
      margin-bottom: 5px !important; }

.nf-field .checkbox-wrap {
  flex-direction: column !important;
  row-gap: 20px; }

.nf-field-label label {
  line-height: 1.3em !important; }

.nf-field-description {
  font-size: 0.8em !important; }
  .nf-field-description a {
    color: #191918; }
    .nf-field-description a:hover {
      color: #FED833; }

.checkbox-wrap .nf-field-label label:after, .checkbox-wrap .nf-field-label label.nf-checked-label:after {
  border-color: #191918 !important;
  margin-top: 2px; }

.nf-error .nf-field-element .ninja-forms-field {
  border-color: #DE479C !important; }

.nf-error.field-wrap .nf-field-element:after {
  background: #DE479C !important; }

.nf-error-msg {
  color: #DE479C !important; }

.nf-error-field-errors {
  color: #fff !important;
  padding: 20px;
  background-color: #DE479C; }

.nf-response-msg {
  color: #191918 !important; }
  .nf-response-msg p:last-child {
    margin-bottom: 0; }

ul.carousel-text {
  /*
	border: 2px solid $accent-color-1;
	padding: $small-margin / 2 $standard-margin $standard-margin;

	@include md {
		padding: $small-margin / 2 $small-margin * 2 $small-margin * 2;
	}
*/ }
  ul.carousel-text .blockquote {
    margin-bottom: 30px; }
  ul.carousel-text .blockquote:after {
    margin-top: 30px; }
  ul.carousel-text .quote p {
    font-family: 'Ambit SemiBold', sans-serif;
    font-size: 1.4em;
    line-height: 1.1em;
    margin-bottom: 10px !important; }
    @media (min-width: 768px) {
      ul.carousel-text .quote p {
        margin-bottom: 20px;
        font-size: 2em; } }
  ul.carousel-text .attribute {
    display: block;
    margin-top: 30px;
    font-size: 1.2em; }
  ul.carousel-text .position {
    font-size: 1.2em;
    display: block; }
  ul.carousel-text .slick-dots {
    margin-bottom: 30px;
    position: relative;
    text-align: left; }

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  content: '●';
  top: -1px;
  opacity: 1; }

.slick-dots li button:before {
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: -15px;
  width: 20px;
  height: 20px;
  content: '○';
  text-align: center;
  color: #191918;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  content: '●';
  top: -1px;
  color: #191918; }

.accordion-content {
  margin: 0;
  padding: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }

.accordion-content h3 {
  margin: 0;
  padding: 0; }

.accordion-content.focus h3 {
  background-color: #f9f9f9; }

.accordion-content > * + * {
  border-top: 1px solid #d1d1d1; }

.accordion-content-trigger {
  background: none;
  color: #212121;
  display: block;
  font-size: 1rem;
  margin: 0;
  padding: 1em;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none; }
  @media (min-width: 576px) {
    .accordion-content-trigger {
      padding: 1em 1.5em; } }

.accordion-content-trigger:focus,
.accordion-content-trigger:hover {
  background: #E4F4CE;
  cursor: pointer; }

button {
  border-style: none; }

.accordion-content button::-moz-focus-inner {
  border: 0; }

.accordion-content-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  border-radius: 5px;
  padding: 0.25em 30px 0.25em 0;
  outline: none;
  line-height: 1.2em; }

.accordion-content-trigger:focus .accordion-content-title {
  border-color: #79adfb; }

.accordion-content-icon {
  border: solid #333;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem; }
  @media (min-width: 576px) {
    .accordion-content-icon {
      right: 2em; } }

.accordion-content-trigger:focus .accordion-content-icon,
.accordion-content-trigger:hover .accordion-content-icon {
  border-color: #333; }

.accordion-content-trigger[aria-expanded="true"] .accordion-content-icon {
  transform: translateY(-50%) rotate(-135deg); }

.accordion-content-panel {
  margin: 0;
  padding: 1em 1.5em; }

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-content-panel[hidden] {
  display: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input {
  border: 1px solid #9e9e9e;
  border-radius: 0.3em;
  display: block;
  font-size: inherit;
  padding: 0.3em 0.5em; }

#search-locations {
  padding: 30px 30px;
  background-color: #eee;
  /*
	input {
		width: 100%;
	}
*/ }

.search-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px; }
  @media (min-width: 576px) {
    .search-form {
      flex-direction: row; } }
  .search-form label, .search-form input {
    flex-grow: 1; }
  .search-form input[type="search"] {
    width: 100%;
    font-size: 1.2em;
    padding: 24px; }
  .search-form input[type="submit"] {
    background-color: #FED833;
    border: none;
    text-align: center;
    padding: 24px !important; }
    .search-form input[type="submit"]:hover, .search-form input[type="submit"]:focus {
      background-color: #A6DD5D;
      cursor: pointer; }
  @media (min-width: 576px) {
    .search-form .search-submit {
      max-width: 200px; } }

.search-results .page-content .content-wrapper {
  width: auto;
  max-width: 1000px; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }
  .acf-map img {
    max-width: inherit !important; }
  .acf-map .gm-style-iw-t button {
    top: 5px !important;
    right: 20px !important;
    width: 30px !important;
    height: 30px !important; }
    .acf-map .gm-style-iw-t button img {
      width: 24px !important;
      height: 24px !important; }
  .acf-map .gm-style .gm-style-iw-c {
    border-radius: 0; }
  .acf-map .gm-style-iw-d {
    padding: 6.66667px 20px 20px 10px;
    font-size: 1.2em;
    line-height: 1.6em;
    font-family: 'Ambit SemiBold', sans-serif;
    max-width: 370px; }
    .acf-map .gm-style-iw-d h4 {
      margin: 0; }
    .acf-map .gm-style-iw-d .address {
      line-height: 1.3em;
      margin-bottom: 10px; }
    .acf-map .gm-style-iw-d .notes {
      color: #666; }
    .acf-map .gm-style-iw-d .details {
      margin-top: 5px; }

.phone, .email, .website {
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 5px;
  padding-left: 24px; }
  .phone .details, .email .details, .website .details {
    display: block; }
  .phone .notes, .email .notes, .website .notes {
    font-size: 0.8em;
    display: block; }

.phone {
  background-image: url("assets/img/icon-phone.svg");
  color: #FED833; }

.email {
  background-image: url("assets/img/icon-email.svg"); }

.website {
  background-image: url("assets/img/icon-external-link.svg"); }

.location-list ul {
  margin: 0; }
  .location-list ul li {
    margin-bottom: 120px; }
    .location-list ul li ul li {
      margin-bottom: 60px; }

.location-list h3 {
  font-family: 'Ambit SemiBold', sans-serif;
  padding-bottom: 10px;
  border-bottom: 4px solid; }

.location-list h4 {
  margin: 40px 0 10px; }

.location-list .address {
  margin-bottom: 20px; }

.location-list .notes {
  margin: 5px 0 20px; }

.location-list .phone, .location-list .email, .location-list .website {
  background-size: 22px;
  padding-left: 38px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: none; }
  @media (min-width: 1260px) {
    .main-navigation {
      display: block;
      width: 100%; } }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  @media (min-width: 1260px) {
    .main-navigation ul {
      display: flex; } }
  .main-navigation ul.menu .menu-item-has-children a {
    padding-right: 20px !important;
    background-image: url("assets/img/menu-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center; }
    .main-navigation ul.menu .menu-item-has-children a:hover {
      filter: invert(82%) sepia(11%) saturate(1920%) hue-rotate(38deg) brightness(99%) contrast(90%); }
  .main-navigation ul.sub-menu .menu-item a {
    padding-right: inherit !important;
    background-image: none; }

.main-navigation ul li.menu-item {
  display: none; }
  @media (min-width: 1260px) {
    .main-navigation ul li.menu-item {
      display: list-item; } }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul li:last-of-type:hover > ul,
.main-navigation ul li:last-of-type.focus > ul {
  right: 0; }

.main-navigation li {
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.content-wrapper:has(#search-bar-wrapper) {
  max-width: none;
  padding: 0;
  background-color: #000;
  display: none; }
  @media (min-width: 768px) {
    .content-wrapper:has(#search-bar-wrapper) {
      display: block; } }
  .content-wrapper:has(#search-bar-wrapper) #search-bar-wrapper {
    max-width: 1440px;
    padding: 10px 20px;
    margin: 0 auto;
    color: #fff; }
    @media (min-width: 576px) {
      .content-wrapper:has(#search-bar-wrapper) #search-bar-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px; } }
    .content-wrapper:has(#search-bar-wrapper) #search-bar-wrapper #header-info {
      font-size: 0.7em;
      text-transform: uppercase; }
      .content-wrapper:has(#search-bar-wrapper) #search-bar-wrapper #header-info .address {
        font-weight: bold;
        margin-right: 30px; }

#logo-nav-wrapper {
  display: flex; }

.site-branding {
  flex-wrap: wrap;
  align-content: center;
  max-width: 210px;
  display: flex; }
  @media (min-width: 768px) {
    .site-branding {
      max-width: 280px; } }
  .site-branding .sml {
    display: block; }
    @media (min-width: 1260px) {
      .site-branding .sml {
        display: none; } }
  .site-branding .lrg {
    display: none; }
    @media (min-width: 1260px) {
      .site-branding .lrg {
        display: block; } }
  .site-branding a {
    display: block; }
    .site-branding a svg {
      display: block;
      width: 100%; }
      .site-branding a svg path {
        transition: 0.3s; }
    .site-branding a:hover svg path {
      fill: #A6DD5D; }

/* Primary navigation
--------------------------------------------- */
#primary-navigation {
  display: flex;
  justify-content: flex-end; }
  #primary-navigation ul#primary-menu {
    justify-content: flex-end;
    gap: 20px;
    position: relative;
    padding-right: 15px; }
  #primary-navigation li {
    position: static; }
    #primary-navigation li a {
      font-family: 'Ambit SemiBold', sans-serif;
      font-size: 1.2em;
      line-height: 1.2em;
      color: #191918;
      padding: 28px 0;
      position: static; }
  #primary-navigation li.emphasis a {
    color: #FED833; }
  #primary-navigation li.two-column ul {
    column-count: 2;
    column-gap: 20px; }
  #primary-navigation ul .sub-menu {
    background-color: #fff;
    padding: 0;
    margin-top: -17px;
    display: block;
    column-count: 1;
    column-gap: 0; }
    #primary-navigation ul .sub-menu li {
      position: relative; }
    #primary-navigation ul .sub-menu a {
      font-size: 0.9em;
      color: #191918;
      font-family: 'Ambit SemiBold', sans-serif;
      padding: 15px;
      border-bottom: solid rgba(25, 25, 24, 0.1) 2px;
      min-width: 250px;
      /*
			display: inline-block;
			width: 100%;
*/ }
      #primary-navigation ul .sub-menu a:hover {
        color: #A6DD5D;
        border-bottom: solid #A6DD5D 2px;
        filter: inherit; }
  #primary-navigation ul ul li:hover > ul {
    left: 100%; }
  #primary-navigation ul ul .sub-menu {
    width: fit-content;
    border: none;
    margin: 0; }

/* Secondary navigation (Search bar above Primary)
--------------------------------------------- */
#secondary-navigation {
  display: none; }
  @media (min-width: 576px) {
    #secondary-navigation {
      display: block; } }
  #secondary-navigation ul.menu {
    display: flex;
    margin: 0;
    padding-right: 6.66667px; }
    #secondary-navigation ul.menu li a {
      color: #fff;
      text-decoration: none;
      font-size: 0.85em;
      padding: 10px;
      display: block; }
      #secondary-navigation ul.menu li a:hover, #secondary-navigation ul.menu li a:focus {
        background-color: #345335; }
  #secondary-navigation ul .wpml-ls-item a {
    display: initial; }

/*
.wpml-ls-item a {
	padding: 0;
	margin: $small-margin 0;
	@include xl {
		margin: $small-margin*1.8 0 $standard-margin $small-margin;	
	}

	&:hover .wpml-ls-flag {
		border: solid 2px $primary-color;
	}
	.wpml-ls-flag {
		border: solid 2px $grey-light;
		height: 30px;
		transition: $transition;
	}
}
*/
/*
.search {
	display: none;
	@include xl {
		display: block;
		padding: $small-margin*2;
		border-left: solid $grey-light 2px;
	}
	&:hover {
		background-color: $secondary-color;
		border-left: solid $secondary-color 2px;
	}
	input {
		border: none;
		opacity: 0.4;
		transition: $transition;
		border-radius: 0;
		padding: 0;
	    position: relative;
		opacity: 1;
		&:hover {
			@include orangefilter();
		}
	}
}
*/
/* Small menu / Mobile navigation
--------------------------------------------- */
#small-menu {
  float: right; }
  @media (min-width: 1260px) {
    #small-menu {
      display: none; } }
  #small-menu button {
    cursor: pointer; }
  #small-menu li.emphasis {
    padding: 0; }
    #small-menu li.emphasis a {
      color: #fff;
      border: 2px solid #fff;
      padding: 20px 15px;
      text-align: center;
      width: 95%;
      position: absolute;
      bottom: -90px; }
      #small-menu li.emphasis a:hover {
        background-color: #fff;
        border: 2px solid #fff;
        color: #FED833; }

.rmp_menu_trigger {
  top: 0px !important;
  right: -15px !important; }
  @media (min-width: 768px) {
    .rmp_menu_trigger {
      right: 00px !important; } }

.responsive-menu-pro-inner {
  border-radius: 0 !important; }
  .responsive-menu-pro-inner:before {
    border-radius: 0 !important; }
  .responsive-menu-pro-inner:after {
    border-radius: 0 !important; }

.rmp-menu-open {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2); }

ul.rmp-menu .rmp-menu-item {
  padding: 10px 0; }

.rmp-menu-item-link {
  color: #191918 !important; }
  .rmp-menu-item-link:hover {
    color: #628202 !important; }

ul.rmp-menu .rmp-menu-top-level-item {
  border-bottom: solid 2px rgba(25, 25, 24, 0.2); }

ul.rmp-submenu {
  margin-top: 10px !important; }
  ul.rmp-submenu .rmp-menu-item {
    padding: 0; }
    ul.rmp-submenu .rmp-menu-item a {
      padding-left: 0 !important; }

.rmp-menu-subarrow {
  right: 8px !important;
  transform: scale(0.6); }

/* Footer navigation
--------------------------------------------- */
.footer-navigation ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-navigation li {
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .footer-navigation li {
      margin-bottom: 10px; } }

/* Feature content panels (using feature_panel CPT)
----------------------------------------------*/
.feature-content-panel {
  background-color: #345335;
  margin: 0;
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .feature-content-panel.right .two-column {
      flex-direction: row-reverse; } }
  .feature-content-panel.light {
    background-color: #A6DD5D; }
    .feature-content-panel.light h2, .feature-content-panel.light .text {
      color: #191918 !important; }
  .feature-content-panel .two-column {
    max-width: 1440px;
    margin: 0 auto;
    gap: 0; }
    .feature-content-panel .two-column .left-column {
      display: flex; }
    .feature-content-panel .two-column img {
      display: flex;
      width: 100%;
      object-fit: cover; }
  .feature-content-panel .text-content {
    padding: 30px 30px 60px; }
    @media (min-width: 576px) {
      .feature-content-panel .text-content {
        padding: 60px; } }
    .feature-content-panel .text-content h2 {
      text-align: left;
      font-size: 2.2em !important;
      color: #A6DD5D; }
      @media (min-width: 576px) {
        .feature-content-panel .text-content h2 {
          font-size: 3em !important; } }
    .feature-content-panel .text-content .text {
      display: block;
      color: #fff;
      margin-bottom: 50px; }
      .feature-content-panel .text-content .text ul {
        font-size: 1.2em;
        line-height: 1.4em !important;
        list-style: disc;
        margin-left: 30px; }
        .feature-content-panel .text-content .text ul li {
          margin-bottom: 10px; }
          .feature-content-panel .text-content .text ul li::marker {
            color: #A6DD5D; }

/* Plan your visit panel
----------------------------------------------*/
#plan-your-visit {
  margin: 0 -9999rem 30px !important;
  /* add back negative margin value */
  padding: 60px 9999rem 60px;
  background-color: #fff;
  padding-top: 30px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }
  @media (min-width: 992px) {
    #plan-your-visit {
      margin: 0 -9999rem 90px;
      padding: 120px 9999rem 90px; } }
  #plan-your-visit h2 {
    margin: 30px 0 60px 0 !important; }
  #plan-your-visit ul.four-column {
    justify-content: space-between; }
    #plan-your-visit ul.four-column li {
      width: 100%; }
      @media (min-width: 576px) {
        #plan-your-visit ul.four-column li {
          width: 49%;
          max-width: 49%; } }
      @media (min-width: 992px) {
        #plan-your-visit ul.four-column li {
          width: 24%;
          max-width: 24%; } }
      #plan-your-visit ul.four-column li.tile a {
        margin-bottom: 13.33333px; }
        #plan-your-visit ul.four-column li.tile a .image-wrapper {
          padding-top: 100%; }
        #plan-your-visit ul.four-column li.tile a .title-overlay {
          position: absolute;
          left: 50%;
          top: 50%;
          Transform: translate(-50%, -50%);
          font-size: 1.6em;
          color: #fff;
          line-height: 1.1em;
          text-align: center; }
          @media (min-width: 768px) {
            #plan-your-visit ul.four-column li.tile a .title-overlay {
              font-size: 2em; } }
          @media (min-width: 992px) {
            #plan-your-visit ul.four-column li.tile a .title-overlay {
              font-size: 1.4em; } }
          @media (min-width: 1260px) {
            #plan-your-visit ul.four-column li.tile a .title-overlay {
              font-size: 1.8em; } }

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  padding: 0 0 60px; }
  @media (min-width: 992px) {
    .page-content,
    .entry-content,
    .entry-summary {
      padding: 60px 0 60px; } }

.entry-content {
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .entry-content {
      padding-top: 0;
      padding-bottom: 60px; } }

.entry-meta #meta-bar {
  margin-bottom: 20px; }

.post-date {
  text-transform: none;
  font-size: 1.4em;
  line-height: 1em;
  display: inline-block;
  margin: 13.33333px 0 0; }

.post-category ul {
  margin: 0 !important;
  padding: 0 !important; }
  .post-category ul li {
    list-style: none;
    max-width: none;
    display: inline-block;
    padding-left: 0 !important; }

.post-category a {
  font-size: 14px !important;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block !important;
  border: solid #191918 1px;
  color: #E4F4CE;
  background-color: #191918;
  padding: 13.33333px 10px 10px 10px;
  margin-right: 5px; }
  .post-category a:hover {
    color: #191918;
    background-color: rgba(25, 25, 24, 0); }

.single-events blockquote {
  background: rgba(65, 28, 103, 0.2); }

.single-events .post-category ul li a {
  color: #D9D2E1; }
  .single-events .post-category ul li a:hover {
    color: #191918; }

.single-events #expired {
  text-align: center;
  padding: 30px 40px;
  color: #fff;
  background-color: red;
  margin: 0 0 30px;
  display: block;
  font-size: 1.2em; }
  @media (min-width: 576px) {
    .single-events #expired {
      font-size: 1.4em;
      margin: 70px 0 0;
      width: fit-content; } }

.post-tag ul {
  margin: 0 !important;
  padding: 0 !important; }
  .post-tag ul li {
    list-style: none;
    display: inline-block; }
    .post-tag ul li a {
      font-size: 14px !important;
      line-height: 1em;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block !important;
      border: solid #191918 1px;
      color: #E4F4CE;
      background-color: #191918;
      padding: 13.33333px 10px 10px 10px;
      margin-right: 5px;
      color: #191918;
      background-color: #E4F4CE; }
      .post-tag ul li a:hover {
        color: #E4F4CE;
        background-color: #191918; }

.single header.entry-header .content-wrapper {
  min-height: 0 !important; }

.single .entry-content .post-thumbnail {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .single .entry-content .content-wrapper {
    padding-right: 0; } }

.single .entry-content .content-wrapper #post-content {
  padding-right: 0; }

.page-content, .entry-content {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (min-width: 992px) {
    .page-content, .entry-content {
      margin: 0 auto;
      max-width: 1440px;
      flex-direction: row;
      justify-content: space-between; } }

aside {
  order: 5; }
  @media (min-width: 992px) {
    aside {
      order: 0; } }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.post-navigation, .posts-navigation, .pagination {
  margin: 60px 0 120px !important; }

.posts-navigation a, .pagination a, .pagination .current, .next, .prev {
  font-family: 'Ambit SemiBold', sans-serif;
  font-size: 1.2em;
  text-decoration: none !important;
  text-align: left;
  color: #191918 !important;
  background-color: #FED833;
  border-radius: 0 !important;
  padding: 24px;
  transition: 0.3s;
  width: 100%;
  display: inline-block;
  padding: 30px !important; }
  @media (min-width: 576px) {
    .posts-navigation a, .pagination a, .pagination .current, .next, .prev {
      width: auto; } }
  .posts-navigation a:hover, .posts-navigation a:focus, .pagination a:hover, .pagination a:focus, .pagination .current:hover, .pagination .current:focus, .next:hover, .next:focus, .prev:hover, .prev:focus {
    background-color: #A6DD5D;
    cursor: pointer; }

.pagination ul {
  position: relative;
  padding-top: 30px;
  text-align: center; }
  .pagination ul li {
    display: inline; }
    .pagination ul li a:not(.prev, .next) {
      display: inline-block;
      text-align: center;
      font-size: 1.2em; }
    .pagination ul li a:hover {
      cursor: pointer; }
    .pagination ul li .prev, .pagination ul li .next {
      border: solid 2px #191918;
      width: auto !important;
      text-align: center;
      display: block; }
      .pagination ul li .prev:hover, .pagination ul li .next:hover {
        border: solid 2px #411C67; }
    .pagination ul li .prev {
      display: block;
      width: fit-content;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .pagination ul li .prev {
          position: absolute;
          left: 0;
          margin-top: 0;
          margin-bottom: 10px; } }
    .pagination ul li .next {
      display: block;
      margin-top: 20px;
      width: fit-content; }
      @media (min-width: 576px) {
        .pagination ul li .next {
          margin-top: 0;
          position: absolute;
          right: 0;
          top: 30px; } }
    .pagination ul li .current {
      color: #fff !important;
      background-color: #FED833;
      display: inline-block;
      text-align: center;
      font-size: 1.2em;
      transition: 0.3s; }
      .pagination ul li .current:hover {
        cursor: pointer; }

.post-navigation .nav-links {
  padding-top: 30px;
  gap: 20px;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .post-navigation .nav-links {
      flex-wrap: nowrap;
      justify-content: space-between; } }
  .post-navigation .nav-links .nav-previous {
    margin-right: auto; }
  .post-navigation .nav-links .nav-next {
    margin-left: auto; }
  .post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
    background: none;
    border: solid 2px #191918; }
    @media (min-width: 768px) {
      .post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
        max-width: 50%; } }
    .post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
      display: block;
      color: #191918;
      text-decoration: none;
      padding: 20px 20px 30px 20px; }
      .post-navigation .nav-links .nav-previous a .nav-subtitle, .post-navigation .nav-links .nav-next a .nav-subtitle {
        color: #FED833;
        display: inline-block; }
      .post-navigation .nav-links .nav-previous a .nav-title, .post-navigation .nav-links .nav-next a .nav-title {
        display: block; }
    .post-navigation .nav-links .nav-previous:hover, .post-navigation .nav-links .nav-next:hover {
      cursor: pointer;
      color: #fff;
      border: solid 2px #191918;
      background-color: #191918;
      transition: 0.3s; }
      .post-navigation .nav-links .nav-previous:hover a, .post-navigation .nav-links .nav-next:hover a {
        color: #FED833;
        text-decoration: none; }
        .post-navigation .nav-links .nav-previous:hover a .nav-title, .post-navigation .nav-links .nav-next:hover a .nav-title {
          color: #fff; }
        .post-navigation .nav-links .nav-previous:hover a .nav-subtitle, .post-navigation .nav-links .nav-next:hover a .nav-subtitle {
          color: #FED833; }
  .post-navigation .nav-links .nav-previous {
    flex: 1 0 50%; }
  .post-navigation .nav-links .nav-next {
    flex: 1 1 50%;
    text-align: start; }
    @media (min-width: 576px) {
      .post-navigation .nav-links .nav-next {
        text-align: end; } }

#recent-post-tiles {
  margin: 60px 0;
  border-top: solid 2px #191918;
  padding-top: 60px;
  padding: 60px 0 0; }
  #recent-post-tiles h2 {
    text-align: center; }
  #recent-post-tiles ul.three-column {
    list-style: none;
    margin: 0; }
    #recent-post-tiles ul.three-column li {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      #recent-post-tiles ul.three-column li a {
        display: flex;
        flex-direction: column;
        flex-grow: 1; }

#contact-form {
  padding-top: 60px;
  border-top: solid 2px #191918; }
  #contact-form.fullwidth {
    border: none !important;
    margin: 0 -9999rem 30px !important;
    /* add back negative margin value */
    padding: 60px 9999rem 60px;
    background-color: #E4F4CE;
    margin-bottom: 0 !important;
    padding-bottom: 30px !important; }
    @media (min-width: 992px) {
      #contact-form.fullwidth {
        margin: 0 -9999rem 90px;
        padding: 120px 9999rem 90px; } }
  #contact-form .content-block-row {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      #contact-form .content-block-row {
        flex-direction: row;
        justify-content: space-between; } }
    #contact-form .content-block-row #form-left, #contact-form .content-block-row #form-right {
      width: 100%; }
      @media (min-width: 768px) {
        #contact-form .content-block-row #form-left, #contact-form .content-block-row #form-right {
          width: 45%; } }

.home header.entry-header {
  padding: 0; }
  .home header.entry-header .two-column {
    padding: 0;
    gap: 0; }
    @media (min-width: 1260px) {
      .home header.entry-header .two-column {
        padding: 0 30px 75px 30px; } }
    .home header.entry-header .two-column .left-column {
      padding: 30px 20px 0; }
      @media (min-width: 576px) {
        .home header.entry-header .two-column .left-column {
          padding: 30px; } }
      @media (min-width: 992px) {
        .home header.entry-header .two-column .left-column {
          width: 70%; } }
      @media (min-width: 1260px) {
        .home header.entry-header .two-column .left-column {
          width: 50%;
          padding: 20px 40px 0 0;
          border: none; } }
  .home header.entry-header h1 {
    font-size: 3em;
    line-height: 1em;
    margin: 40px 0 40px; }
    @media (min-width: 576px) {
      .home header.entry-header h1 {
        font-size: 4em;
        margin-bottom: 60px; } }
    @media (min-width: 768px) {
      .home header.entry-header h1 {
        font-size: 4em; } }
    @media (min-width: 992px) {
      .home header.entry-header h1 {
        font-size: 4.4em; } }
    @media (min-width: 1260px) {
      .home header.entry-header h1 {
        margin-top: 90px; } }
    @media (min-width: 1281px) {
      .home header.entry-header h1 {
        font-size: 5em;
        margin-bottom: 60px; } }
  .home header.entry-header .standfirst {
    font-size: 1.1em; }
    @media (min-width: 576px) {
      .home header.entry-header .standfirst {
        font-size: 1.3em; } }

.home h2 {
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .home h2 {
      margin-bottom: 60px; } }

.home .entry-content {
  max-width: none;
  display: block;
  padding-top: 30px;
  padding-bottom: 0; }
  @media (min-width: 576px) {
    .home .entry-content {
      padding-top: 60px; } }
  .home .entry-content .content-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    /*
		    padding-left: 0;
		    padding-right: 0;
*/
    padding-top: 0; }
    @media (min-width: 992px) {
      .home .entry-content .content-wrapper {
        padding-bottom: 0; } }
    @media (min-width: 1260px) {
      .home .entry-content .content-wrapper {
        padding-bottom: 0; } }

.home #plan-your-visit {
  padding-top: 0 !important; }
  .home #plan-your-visit h2 {
    margin: 0 0 30px !important; }
    @media (min-width: 576px) {
      .home #plan-your-visit h2 {
        margin-bottom: 60px !important; } }

.home #history {
  margin: 0 -9999rem 30px !important;
  /* add back negative margin value */
  padding: 60px 9999rem 60px;
  background-color: #A6DD5D;
  background-image: url("assets/img/bg-gwendoline.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  max-width: none;
  text-align: center;
  color: #191918;
  margin-top: 60px !important; }
  @media (min-width: 992px) {
    .home #history {
      margin: 0 -9999rem 90px;
      padding: 120px 9999rem 90px; } }
  @media (min-width: 576px) {
    .home #history {
      margin-top: 45px !important; } }
  .home #history .quote p {
    font-size: 2.2em;
    line-height: 1.1em !important;
    max-width: 1150px;
    margin: 0 auto 15px; }
    .home #history .quote p:before {
      content: '‘'; }
    .home #history .quote p:after {
      content: '’'; }
    @media (min-width: 576px) {
      .home #history .quote p {
        font-size: 2.7em;
        line-height: 1.2em !important; } }
    @media (min-width: 768px) {
      .home #history .quote p {
        font-size: 3.3em;
        line-height: 1.2em !important; } }
  .home #history .attribute {
    display: block;
    margin-bottom: 60px; }
  .home #history .text {
    display: block;
    margin: 60px auto;
    max-width: 830px; }
    .home #history .text p {
      font-size: 1.4em; }

.home #feature-content-panels ul li:not(:last-child) {
  margin-bottom: 30px; }

.home #whats-on {
  margin: 75px 0; }
  .home #whats-on h2 {
    font-size: 2.5em !important;
    margin-bottom: 45px; }
  .home #whats-on ul {
    margin-bottom: 30px; }

.home #social-feed {
  margin: 0 -9999rem 30px !important;
  /* add back negative margin value */
  padding: 60px 9999rem 60px;
  background: #E4F4CE;
  margin-bottom: 0 !important;
  padding-top: 60px !important;
  padding-bottom: 120px !important; }
  @media (min-width: 992px) {
    .home #social-feed {
      margin: 0 -9999rem 90px;
      padding: 120px 9999rem 90px; } }

.page-template-section-landing .entry-content {
  display: block;
  padding-bottom: 60px; }
  @media (min-width: 576px) {
    .page-template-section-landing .entry-content {
      padding-bottom: 120px; } }
  @media (min-width: 768px) {
    .page-template-section-landing .entry-content {
      display: flex;
      flex-direction: row;
      padding-bottom: 60px; } }

.blog header.entry-header, .archive header.entry-header, .single header.entry-header {
  color: #191918;
  background-color: #E4F4CE; }
  .blog header.entry-header :has( > #hero), .archive header.entry-header :has( > #hero), .single header.entry-header :has( > #hero) {
    min-height: 400px; }
  .blog header.entry-header h1, .blog header.entry-header .standfirst, .archive header.entry-header h1, .archive header.entry-header .standfirst, .single header.entry-header h1, .single header.entry-header .standfirst {
    color: #191918; }
  .blog header.entry-header h1, .archive header.entry-header h1, .single header.entry-header h1 {
    margin-top: 60px; }
  .blog header.entry-header #breadcrumbs a, .archive header.entry-header #breadcrumbs a, .single header.entry-header #breadcrumbs a {
    color: #191918;
    border-bottom-color: #191918; }
    .blog header.entry-header #breadcrumbs a:hover, .archive header.entry-header #breadcrumbs a:hover, .single header.entry-header #breadcrumbs a:hover {
      color: #DE479C;
      border-bottom-color: #DE479C; }

.blog header.entry-header .right-column, .archive header.entry-header .right-column {
  background-color: #A6DD5D;
  padding: 0 20px 60px;
  display: flex;
  flex-direction: row;
  gap: 20px; }
  @media (min-width: 576px) {
    .blog header.entry-header .right-column, .archive header.entry-header .right-column {
      padding: 0 30px 60px; } }
  @media (min-width: 992px) {
    .blog header.entry-header .right-column, .archive header.entry-header .right-column {
      padding: 75px 60px; } }
  .blog header.entry-header .right-column h1, .archive header.entry-header .right-column h1 {
    font-family: 'Ambit', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 2px #191918;
    margin-bottom: 0; }
  .blog header.entry-header .right-column #categories, .blog header.entry-header .right-column #tags, .archive header.entry-header .right-column #categories, .archive header.entry-header .right-column #tags {
    width: 100%;
    max-width: 550px; }
  .blog header.entry-header .right-column ul li, .archive header.entry-header .right-column ul li {
    border-bottom: none; }
    .blog header.entry-header .right-column ul li a, .archive header.entry-header .right-column ul li a {
      display: block;
      border-bottom: solid 2px rgba(25, 25, 24, 0.2);
      padding: 5px 0; }
      .blog header.entry-header .right-column ul li a:hover, .archive header.entry-header .right-column ul li a:hover {
        border-color: #191918; }

.single article {
  background-color: #E4F4CE; }

.single .entry-content h1.entry-title {
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
  font-size: 2em;
  line-height: 1em; }
  @media (min-width: 576px) {
    .single .entry-content h1.entry-title {
      padding: 60px 0 0 0;
      margin: 0 0 60px 0;
      font-size: 3.2em;
      line-height: 1em; } }
  @media (min-width: 768px) {
    .single .entry-content h1.entry-title {
      font-size: 4em;
      line-height: 1em; } }

.single .entry-content .entry-meta .post-date {
  width: 100%;
  border-bottom: solid 2px #191918;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1em; }
  @media (min-width: 576px) {
    .single .entry-content .entry-meta .post-date {
      font-size: 1.4em; } }

.single .entry-content .entry-meta #meta-bar {
  display: flex; }

.page-id-150 .sub-page-list {
  /*
	padding: 0 $small-margin;
	@include sm {
		padding: 0 $standard-margin;
	}
*/ }

.page-id-150 header.entry-header, .page-id-16897 header.entry-header, .tax-event_categories header.entry-header {
  min-height: inherit;
  color: #191918;
  background-color: #D9D2E1; }
  .page-id-150 header.entry-header :has( > #hero), .page-id-16897 header.entry-header :has( > #hero), .tax-event_categories header.entry-header :has( > #hero) {
    min-height: 500px; }
  .page-id-150 header.entry-header h1, .page-id-150 header.entry-header .standfirst, .page-id-16897 header.entry-header h1, .page-id-16897 header.entry-header .standfirst, .tax-event_categories header.entry-header h1, .tax-event_categories header.entry-header .standfirst {
    color: #191918; }
  .page-id-150 header.entry-header h1, .page-id-16897 header.entry-header h1, .tax-event_categories header.entry-header h1 {
    margin-top: 60px; }
  .page-id-150 header.entry-header #breadcrumbs a, .page-id-16897 header.entry-header #breadcrumbs a, .tax-event_categories header.entry-header #breadcrumbs a {
    color: #191918;
    border-bottom-color: #191918; }
    .page-id-150 header.entry-header #breadcrumbs a:hover, .page-id-16897 header.entry-header #breadcrumbs a:hover, .tax-event_categories header.entry-header #breadcrumbs a:hover {
      color: #DE479C;
      border-bottom-color: #DE479C; }
  .page-id-150 header.entry-header .left-column, .page-id-16897 header.entry-header .left-column, .tax-event_categories header.entry-header .left-column {
    padding: 0 20px; }
    @media (min-width: 576px) {
      .page-id-150 header.entry-header .left-column, .page-id-16897 header.entry-header .left-column, .tax-event_categories header.entry-header .left-column {
        padding: 30px 30px; } }
    @media (min-width: 1260px) {
      .page-id-150 header.entry-header .left-column, .page-id-16897 header.entry-header .left-column, .tax-event_categories header.entry-header .left-column {
        padding: 30px 0; } }
  .page-id-150 header.entry-header .right-column, .page-id-16897 header.entry-header .right-column, .tax-event_categories header.entry-header .right-column {
    background-color: #411C67;
    padding: 0 20px 60px;
    display: flex;
    flex-direction: row;
    gap: 20px; }
    @media (min-width: 576px) {
      .page-id-150 header.entry-header .right-column, .page-id-16897 header.entry-header .right-column, .tax-event_categories header.entry-header .right-column {
        padding: 0 30px 60px; } }
    @media (min-width: 992px) {
      .page-id-150 header.entry-header .right-column, .page-id-16897 header.entry-header .right-column, .tax-event_categories header.entry-header .right-column {
        padding: 75px 60px; } }
    .page-id-150 header.entry-header .right-column h1, .page-id-16897 header.entry-header .right-column h1, .tax-event_categories header.entry-header .right-column h1 {
      font-family: 'Ambit', sans-serif;
      font-weight: bold;
      padding-bottom: 10px;
      border-bottom: solid 2px #191918;
      color: #fff;
      border-color: #fff;
      margin-bottom: 0; }
    .page-id-150 header.entry-header .right-column #categories, .page-id-16897 header.entry-header .right-column #categories, .tax-event_categories header.entry-header .right-column #categories {
      width: 100%;
      max-width: 550px; }
    .page-id-150 header.entry-header .right-column ul, .page-id-16897 header.entry-header .right-column ul, .tax-event_categories header.entry-header .right-column ul {
      column-count: 2; }
      .page-id-150 header.entry-header .right-column ul li, .page-id-16897 header.entry-header .right-column ul li, .tax-event_categories header.entry-header .right-column ul li {
        border-bottom: none; }
        .page-id-150 header.entry-header .right-column ul li.current_page_item a, .page-id-16897 header.entry-header .right-column ul li.current_page_item a, .tax-event_categories header.entry-header .right-column ul li.current_page_item a {
          border-color: white; }
          .page-id-150 header.entry-header .right-column ul li.current_page_item a:before, .page-id-16897 header.entry-header .right-column ul li.current_page_item a:before, .tax-event_categories header.entry-header .right-column ul li.current_page_item a:before {
            display: inline-block;
            position: relative;
            top: 2px;
            content: url("assets/img/icon-arrow.svg");
            transition: 0.3s;
            transform: scale(60%);
            margin-left: -10px;
            filter: invert(100%) sepia(93%) saturate(27%) hue-rotate(55deg) brightness(108%) contrast(107%); }
        .page-id-150 header.entry-header .right-column ul li a, .page-id-16897 header.entry-header .right-column ul li a, .tax-event_categories header.entry-header .right-column ul li a {
          display: block;
          color: #fff;
          border-bottom: solid 2px rgba(255, 255, 255, 0.2);
          padding: 5px 0; }
          .page-id-150 header.entry-header .right-column ul li a:hover, .page-id-16897 header.entry-header .right-column ul li a:hover, .tax-event_categories header.entry-header .right-column ul li a:hover {
            border-color: white; }

.single-events header.entry-header {
  background-color: #D9D2E1; }

.single-events article {
  background-color: #D9D2E1; }

ul.team .post-title {
  padding-bottom: 0; }

ul.team .post-position {
  font-size: 1.7em;
  color: #628202; }

.single-team article {
  background-color: #fff; }
  .single-team article header.entry-header {
    background-color: #fff; }
    .single-team article header.entry-header #breadcrumbs a:hover {
      color: #A6DD5D;
      border-bottom-color: #A6DD5D; }
    .single-team article header.entry-header .content-wrapper {
      min-height: 0 !important; }
  .single-team article .entry-content .entry-title {
    padding-bottom: 10px;
    border-bottom: solid 2px #191918;
    padding-bottom: 30px;
    margin-bottom: 0; }
  .single-team article .entry-content .position {
    font-size: 1.7em;
    color: #628202;
    margin: 20px 0; }
  .single-team article .entry-content #post-content {
    padding-bottom: 10px;
    border-bottom: solid 2px #191918;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .single-team article aside.colour-bg {
    position: relative;
    margin-top: 90px; }
    @media (min-width: 992px) {
      .single-team article aside.colour-bg {
        margin-top: 0;
        top: -75px;
        padding-top: 135px; } }

.feature-link-block#vacancy {
  margin-top: 90px;
  margin-bottom: 0;
  display: flex;
  order: 2; }
  .feature-link-block#vacancy .text-content {
    padding: 30px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .feature-link-block#vacancy .text-content {
        padding: 45px; } }
    .feature-link-block#vacancy .text-content .text {
      flex-grow: 1; }
    .feature-link-block#vacancy .text-content a {
      align-self: flex-end;
      width: 100%; }
      .feature-link-block#vacancy .text-content a button {
        margin: 0; }

.contact h2 {
  padding-bottom: 10px;
  border-bottom: solid 2px #191918;
  margin-bottom: 30px; }

.contact ul.two-column.colour-block {
  margin-bottom: 90px;
  row-gap: 20px; }
  .contact ul.two-column.colour-block li {
    background-color: #A6DD5D;
    padding: 20px 30px 30px 20px; }
    @media (min-width: 576px) {
      .contact ul.two-column.colour-block li {
        width: 48%; } }
    .contact ul.two-column.colour-block li span {
      display: block; }
      .contact ul.two-column.colour-block li span.title {
        font-size: 1.2em; }
      .contact ul.two-column.colour-block li span p {
        font-size: 1.2em !important;
        line-height: 1.3em !important; }
      .contact ul.two-column.colour-block li span.telephone {
        font-size: 1.2em !important; }
    .contact ul.two-column.colour-block li a {
      color: #191918;
      font-size: 1.2em !important; }
      .contact ul.two-column.colour-block li a:hover {
        color: #FED833; }

.search-results .page-content article, .archive .page-content article {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  justify-content: space-between; }
  @media (min-width: 576px) {
    .search-results .page-content article, .archive .page-content article {
      margin-bottom: 120px; } }

.search-results .page-content .entry-header, .archive .page-content .entry-header {
  background: none;
  color: #333;
  margin-bottom: 20px;
  padding: 0;
  min-height: 0;
  width: 100%; }
  .search-results .page-content .entry-header #post-type, .archive .page-content .entry-header #post-type {
    border-bottom: 4px solid #eee;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    color: #191918;
    font-size: 0.8em;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .search-results .page-content .entry-header #post-type, .archive .page-content .entry-header #post-type {
        margin: 0 0 30px 0; } }
  .search-results .page-content .entry-header h2 a, .archive .page-content .entry-header h2 a {
    font-size: 1.2em;
    line-height: 1.1em;
    color: #333; }
    .search-results .page-content .entry-header h2 a:hover, .archive .page-content .entry-header h2 a:hover {
      color: #A6DD5D;
      text-decoration: underline; }
  .search-results .page-content .entry-header .entry-meta, .archive .page-content .entry-header .entry-meta {
    margin-bottom: 0; }

.search-results .page-content .image-wrapper, .archive .page-content .image-wrapper {
  margin-top: 0;
  width: auto;
  align-self: flex-start;
  background-color: #A6DD5D; }
  @media (min-width: 576px) {
    .search-results .page-content .image-wrapper, .archive .page-content .image-wrapper {
      margin-top: 5px;
      width: 25%; } }
  .search-results .page-content .image-wrapper.full, .archive .page-content .image-wrapper.full {
    flex-basis: content;
    width: 100%; }
  .search-results .page-content .image-wrapper a, .archive .page-content .image-wrapper a {
    display: flex; }
  .search-results .page-content .image-wrapper:hover img, .archive .page-content .image-wrapper:hover img {
    opacity: 0.3;
    transition: 0.3s; }

.search-results .page-content .entry-summary, .archive .page-content .entry-summary {
  width: auto;
  margin: 0;
  padding: 0; }
  @media (min-width: 576px) {
    .search-results .page-content .entry-summary, .archive .page-content .entry-summary {
      width: 72%; } }
  .search-results .page-content .entry-summary.full, .archive .page-content .entry-summary.full {
    width: 100%; }

.search-results .page-content .entry-footer, .archive .page-content .entry-footer {
  width: 100%;
  /*
		    padding-top: $small-margin / 2;
		    margin: $standard-margin 0 $standard-margin * 2 0;
		    color: $primary-color;
		    font-weight: 600;
			text-transform: uppercase;
*/
  background: none; }
  .search-results .page-content .entry-footer .cat-links, .archive .page-content .entry-footer .cat-links {
    border-left: 2px solid #eee;
    padding-left: 10px;
    margin-left: 10px; }

.search-results .page-content .featured p, .archive .page-content .featured p {
  margin-bottom: 30px; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 5px 0 0; }

.wp-caption-text {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5em;
  max-width: 660px; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: block;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Sitemap plugin
--------------------------------------------------------------*/
.simple-sitemap-container.tab-enabled {
  margin-top: 60px;
  margin-bottom: 60px; }
  .simple-sitemap-container.tab-enabled label {
    border-radius: 5px 5px 0 0 !important;
    background-color: #fff !important;
    border-color: #345335 !important;
    border: solid 2px;
    border-bottom: none;
    transition: 0.3s;
    float: none;
    margin-right: 0;
    padding: 10px 9.09091px; }
    @media (min-width: 576px) {
      .simple-sitemap-container.tab-enabled label {
        padding: 10px 20px; } }
    @media (min-width: 768px) {
      .simple-sitemap-container.tab-enabled label {
        float: left;
        margin-right: 5px; } }
    .simple-sitemap-container.tab-enabled label:hover {
      background-color: #345335 !important; }
      .simple-sitemap-container.tab-enabled label:hover h3 {
        color: #fff; }
    .simple-sitemap-container.tab-enabled label h3 {
      color: #191918;
      font-size: 0.8em;
      font-family: 'Ambit SemiBold', sans-serif; }
      @media (min-width: 576px) {
        .simple-sitemap-container.tab-enabled label h3 {
          font-size: 1.15em; } }
  .simple-sitemap-container.tab-enabled input:checked + label {
    background-color: #345335 !important; }
    .simple-sitemap-container.tab-enabled input:checked + label h3 {
      color: #fff; }
  .simple-sitemap-container.tab-enabled .panel {
    border-top: 4px solid #345335 !important;
    border-radius: 0; }
  .simple-sitemap-container.tab-enabled ul.main {
    margin: 20px !important; }
    @media (min-width: 576px) {
      .simple-sitemap-container.tab-enabled ul.main {
        margin: 45px !important; } }
    .simple-sitemap-container.tab-enabled ul.main li {
      margin-bottom: 10px;
      font-size: 0.9em; }
      @media (min-width: 576px) {
        .simple-sitemap-container.tab-enabled ul.main li {
          font-size: 1em;
          margin-bottom: 5px; } }
      .simple-sitemap-container.tab-enabled ul.main li a {
        color: #191918; }
        .simple-sitemap-container.tab-enabled ul.main li a:hover {
          color: #DE479C; }

.simple-sitemap-wrap:not(:first-of-type) {
  margin-top: 0; }

/*--------------------------------------------------------------
# Instagram feed plugin
--------------------------------------------------------------*/
#sbi_load {
  padding-top: 30px; }

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a {
  border-radius: 0 !important;
  font-family: 'Ambit SemiBold', sans-serif !important;
  font-size: 1.1em !important;
  text-decoration: none !important;
  text-align: left;
  color: #345335 !important;
  background-color: rgba(52, 83, 53, 0) !important;
  border: solid 1px #345335 !important;
  border-radius: 0 !important;
  padding: 20px 30px !important;
  transition: 0.3s !important; }
  @media (min-width: 576px) {
    #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a {
      width: auto; } }
  #sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram #sbi_load .sbi_load_btn:focus, #sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus {
    color: #fff !important;
    background-color: #345335 !important;
    cursor: pointer !important;
    box-shadow: none !important; }

#sb_instagram .sbi_follow_btn a, #sb_instagram .sbi_follow_btn a {
  color: #fff !important;
  background-color: #345335 !important; }
  #sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus {
    color: #fff !important;
    background-color: #191918 !important; }

#sb_instagram svg:not(:root).svg-inline--fa {
  height: 1.3em !important; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text highlight colour */
::selection {
  color: #191918;
  background: #E4F4CE; }

::-moz-selection {
  color: #191918;
  background: #E4F4CE; }

.light-bg-1 {
  background-color: #E4F4CE; }

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  margin-right: 0;
  float: none; }
  @media (min-width: 768px) {
    .alignleft {
      float: left;
      /*rtl:ignore*/
      margin-right: 1.5em; } }

.alignright {
  margin-left: 0;
  float: none; }
  @media (min-width: 768px) {
    .alignright {
      float: right;
      /*rtl:ignore*/
      margin-left: 1.5em; } }

@media (min-width: 576px) {
  .alignleft, .alignright {
    /*rtl:ignore*/
    margin-bottom: 1.5em; } }

.alignleft img, .alignright img {
  width: 100%; }
  @media (min-width: 576px) {
    .alignleft img, .alignright img {
      width: auto; } }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.centred {
  text-align: center; }
