@charset "UTF-8";
/*! # Bootstrap Biscuits Genesis Child Theme  
Theme Name: C&B Genesis
Theme URI: https://www.charityandbiscuits.com 
Description: A custom child theme created for the Genesis Framework.   
Author: Charity & Biscuits
Author URI: https://www.charityandbiscuits.com 
Template: genesis  
Text Domain:  biscuit-genesis


/* Variables
------------------------------------------------------------ */
/* Editor stylesheet + Front end
------------------------------------------------------------ */
/** Needs to be body not :root as thheme-json variables not defined until body */
body {
  --gap-regular: 1rem;
  --gap-large: 1.75rem;
  --card-color: var(--wp--preset--color--card-background);
  --card-title-font: var(--wp--preset--font-family--system-sans-serif);
  --card-spacing: 1.5rem;
  --card-spacing-regular: 1rem;
  --card-spacing-large: 1.75rem;
  --card-spacing-xl: 2.5rem;
  --block-vertical-gap: 1.25rem;
  --root-padding:0.75rem;
  --block-border-radius:0em;
  --card-border-color: #eaebe6;
  --desktop-cols:3;
  --mobile-cols:1;
}

/* ## Grid breakpoints
--------------------------------------------- */
/* ## Typography
--------------------------------------------- */
.entry-content > * {
  margin-top: 0;
}

p, .wp-block-list li, .entry-content > ul > li, .entry-content > ol > li {
  line-height: 1.625;
}

p, .wp-block-list {
  margin-bottom: var(--block-vertical-gap);
  margin-top: 0;
}

ol,
ul {
  margin-inline: 0;
  padding: 0;
}

section p a,
section li a {
  color: var(--wp--preset--color--dark);
}

article.entry .entry-content p a:not(.btn):not(.wp-block-button__link) {
  text-decoration: underline;
  text-decoration-color: currentColor;
}

.line-height-small, .lh-sm {
  line-height: 1.2;
}

.lh-1 {
  line-height: 1;
}

/* TITLES
---------------------------------------------------------------------------------------------------------------*/
.entry h1.entry-title,
h1.archive-title {
  font-family: "Lora", sans-serif;
  position: relative;
  margin-bottom: 3rem;
  line-height: 1.2;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .entry h1.entry-title,
  h1.archive-title {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .entry h1.entry-title,
  h1.archive-title {
    margin-bottom: 3.6rem;
  }
}

h1.entry-title, h1.archive-title {
  text-align: center;
}

.page h1.entry-title, .blog h1.entry-title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page h1.entry-title, .blog h1.entry-title {
    font-size: 3rem;
  }
}

.single-post h1.entry-title, .single-news h1.entry-title {
  text-transform: none;
}
@media (min-width: 768px) {
  .single-post h1.entry-title, .single-news h1.entry-title {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .single-post h1.entry-title, .single-news h1.entry-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.single-post h1.entry-title:before, .single-news h1.entry-title:before {
  content: none;
}

.single-event h1.entry-title, .single-publication h1.entry-title {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
}

/** Page Header titles  ***/
.hero-image-bg p {
  background: var(--wp--preset--color--dark);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  letter-spacing: 1px;
  border: 1px solid #666;
  display: inline-block;
  margin-inline: auto;
  font-size: var(--wp--preset--font-size--small);
}
@media (min-width: 768px) {
  .hero-image-bg p {
    font-size: var(--wp--preset--font-size--large);
  }
}

@media (max-width: 479.98px) {
  .single-service .hero-image-bg h1.entry-title {
    font-size: 1.4rem;
  }
}

.hero-image-bg h1.entry-title {
  color: var(--wp--preset--color--white);
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--x-large);
}
@media (min-width: 768px) {
  .hero-image-bg h1.entry-title {
    font-size: var(--wp--preset--font-size--big);
  }
}

.meta-title, .block-recent-posts .post-type, .is-style-meta-title {
  font-family: "DM Sans", sans-serif;
  text-transform: lowercase;
  font-variant-caps: small-caps;
  font-size: 1.25rem;
  letter-spacing: 1px;
  position: relative;
}

.card-title, .is-style-card-title {
  background: color-mix(in srgb, #fff 70%, transparent);
  font-size: 1.2em;
  display: inline-block;
  padding: 9px 10px 7px 35px;
  margin-left: -30px !important;
  border-radius: 0 3px 3px 0;
}

.is-style-underlined {
  background-image: linear-gradient(var(--wp--preset--color--secondary), var(--wp--preset--color--tertiary));
  background-size: 50px 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 12px;
}

.is-style-underlined.has-text-align-center {
  background-position: center bottom;
}

.is-style-underlined.has-text-align-right {
  background-position: right bottom;
}

.is-style-underlined.has-white-color {
  background-image: linear-gradient(#fff, #fff);
}

/* ## Lists inside content
--------------------------------------------- */
ul.dotty-list {
  padding: 0.7em 0 1.8em 16px;
  list-style-position: outside;
}
ul.dotty-list li {
  padding-bottom: 1rem;
  position: relative;
}
ul.dotty-list li:before {
  position: absolute;
  top: 6px;
  margin: 4px 0 0 -16px;
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
  content: "";
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 1rem;
  padding-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: var(--wp--preset--color--dark);
  color: #eee;
}

ul.flat-list {
  margin: 0;
  padding: 0;
}
ul.flat-list li {
  list-style-type: none;
}
ul.flat-list li p:last-of-type {
  margin-bottom: 0;
}
ul.flat-list li:before {
  content: none;
}
ul.flat-list li a:not(.btn) {
  border-bottom: none;
  color: var(--wp--preset--color--primary);
}

ul.shortcode-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.shortcode-list li {
  padding: 15px 0;
  list-style-type: none;
  margin-bottom: 0;
}
ul.shortcode-list li:before {
  position: relative;
  height: 0;
  width: 0;
}
ul.shortcode-list li a {
  text-decoration: none !important;
}
ul.shortcode-list li .shortcode-title {
  margin-bottom: 5px;
}
ul.shortcode-list li .shortcode-meta {
  font-size: 85%;
}
ul.shortcode-list li:not(:last-of-type) {
  border-bottom: 1px dashed var(--wp--preset--color--dark);
}
ul.shortcode-list li.current_page_item > a {
  color: var(--wp--preset--color--secondary);
}

.entry-content ol,
.wysi-flex-box ol,
.flexible-content-wp-content .entry ol {
  list-style-position: outside;
}
.entry-content ol li,
.wysi-flex-box ol li,
.flexible-content-wp-content .entry ol li {
  position: relative;
}

ol.numbered-list {
  padding-left: 40px;
}
ol.numbered-list li {
  list-style-type: decimal;
}

.svg-icon {
  font-size: 1rem;
  line-height: 1;
  fill: currentColor;
}

.has-white-link-color a {
  color: #fff;
}

.page:not(.home) .site-inner, .blog .site-inner, .archive .site-inner {
  padding-top: 0;
  padding-bottom: 20px;
}
.page:not(.home) .site-inner .entry-content, .blog .site-inner .entry-content, .archive .site-inner .entry-content {
  padding-top: 40px;
}
@media (max-width: 479.98px) {
  .page:not(.home) .site-inner .entry-content, .blog .site-inner .entry-content, .archive .site-inner .entry-content {
    padding-top: 0;
  }
}
.page:not(.home) .site-inner .entry-content:has(> .wp-block-cover:first-child), .blog .site-inner .entry-content:has(> .wp-block-cover:first-child), .archive .site-inner .entry-content:has(> .wp-block-cover:first-child) {
  padding-top: 0;
}
.page:not(.home) main .entry-header, .page:not(.home) main .archive-description, .blog main .entry-header, .blog main .archive-description, .archive main .entry-header, .archive main .archive-description {
  text-align: center;
}
.page:not(.home) main .entry-header h1.entry-title, .page:not(.home) main .entry-header h1.archive-title, .page:not(.home) main .archive-description h1.entry-title, .page:not(.home) main .archive-description h1.archive-title, .blog main .entry-header h1.entry-title, .blog main .entry-header h1.archive-title, .blog main .archive-description h1.entry-title, .blog main .archive-description h1.archive-title, .archive main .entry-header h1.entry-title, .archive main .entry-header h1.archive-title, .archive main .archive-description h1.entry-title, .archive main .archive-description h1.archive-title {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .page:not(.home) main .entry-header h1.entry-title, .page:not(.home) main .entry-header h1.archive-title, .page:not(.home) main .archive-description h1.entry-title, .page:not(.home) main .archive-description h1.archive-title, .blog main .entry-header h1.entry-title, .blog main .entry-header h1.archive-title, .blog main .archive-description h1.entry-title, .blog main .archive-description h1.archive-title, .archive main .entry-header h1.entry-title, .archive main .entry-header h1.archive-title, .archive main .archive-description h1.entry-title, .archive main .archive-description h1.archive-title {
    padding-top: 3rem;
  }
}

/* ## Common styling to use across the site
--------------------------------------------- */
.shadow {
  box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.1);
}

/* ## Positioning 
------------------------------------------------- */
.stretched-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  content: "";
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

/* ## Sizing 
------------------------------------------------- */
.pad-none {
  padding: 0;
}

.pad-xs {
  padding: 0.5rem;
}

.pad-sm {
  padding: 0.75rem;
}

.pad-md {
  padding: 1rem;
}

.pad-lg {
  padding: 1.5rem;
}

.pad-xl {
  padding: 2rem;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mb-1 {
  margin-bottom: 0.75rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.75rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
    margin-top: 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
}

/* ## Typography
--------------------------------------------- */
.caps {
  text-transform: uppercase;
}

.regular {
  font-weight: 400;
}

.heavy {
  font-weight: 700;
}

.sans {
  font-family: "DM Sans", sans-serif;
}

.serif {
  font-family: "Lora", sans-serif;
}

.title-underline {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}

.small {
  font-size: 85%;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.text-primary, .has-primary-color {
  color: var(--wp--preset--color--primary);
}

.text-secondary, .has-secondary-color {
  color: var(--wp--preset--color--secondary);
}

.text-light, .has-light-color {
  color: var(--wp--preset--color--card-background);
}

.text-dark, .has-dark-color {
  color: var(--wp--preset--color--dark);
}

a.tdn, .tdn > a {
  text-decoration: none !important;
}

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

.bg-dark {
  color: #fff;
  background: var(--wp--preset--color--dark);
}

.bg-white {
  background: #fff;
}

/* Common text and block styling*/
.background-cover {
  background-size: cover;
  background-position: center;
}

.fit-content {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hover-card:hover {
  box-shadow: 0px 0px 1px 2px var(--wp--preset--color--primary);
}
.hover-card:hover img {
  transform: scale(1.03);
  transition: transform 0.2s ease;
}

.hover-card .image-wrap {
  overflow: hidden;
}
.hover-card .image-wrap img {
  transition: transform 0.2s ease;
}

.mpu-aspect {
  aspect-ratio: 380/254;
}

.square-aspect {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.square-aspect img {
  height: 100%;
  object-fit: cover;
}

.has-white-color .has-link-color a:hover {
  color: #fff !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--card-spacing);
}
.card-row > * {
  flex-basis: calc(100% / var(--mobile-cols) - var(--card-spacing) / var(--mobile-cols) * (var(--mobile-cols) - 1));
}
@media (min-width: 768px) {
  .card-row > * {
    flex-basis: calc(100% / var(--desktop-cols) - var(--card-spacing) / var(--desktop-cols) * (var(--desktop-cols) - 1));
  }
}

.card-row[data-grid-gap=large] {
  gap: var(--gap-large);
}

/* ── Carousel shell ─────────────────────────────────────── */
.carousel-wrapper {
  position: relative; /* anchor for absolute buttons */
}

/* Track wrapper fills full width — buttons sit on top of it */
.carousel-track-wrapper {
  overflow: hidden;
  width: 100%;
}

/* ── Arrow buttons (absolutely positioned) ──────────────── */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 13px));
  z-index: 2;
  display: grid;
  place-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: var(--wp--preset--color--tertiary);
  color: #fff; /* opaque so it doesn't bleed into cards */
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.carousel-btn:focus {
  color: #fff;
}

.carousel-btn--prev {
  left: -26px;
}

.carousel-btn--next {
  right: -26px;
}

.carousel-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.carousel-btn:not(:disabled):hover {
  background: rgba(0, 0, 0, 0.8);
}

/* ── The card row — carousel mode layered on top ────────── */
.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--card-spacing);
}
.card-row > * {
  flex-basis: calc(100% / var(--mobile-cols) - 1rem / var(--mobile-cols) * (var(--mobile-cols) - 1));
}
@media (min-width: 768px) {
  .card-row > * {
    flex-basis: calc(100% / var(--desktop-cols) - var(--card-spacing) / var(--desktop-cols) * (var(--desktop-cols) - 1));
  }
}

.card-row[data-grid-gap=large] {
  gap: var(--gap-large);
}

/* ── Carousel overrides (only when inside .carousel-wrapper) */
.carousel-wrapper .card-row {
  --card-spacing:1.5rem;
  flex-wrap: nowrap; /* single row, no wrapping */
  justify-content: flex-start;
  transition: transform 0.35s ease;
  will-change: transform;
  /* 
      Override flex-basis for carousel — always 4 columns.
      We replicate your gap formula but with a hardcoded 4.
      If the gap is "large" the CSS below handles it.
  */
}
.carousel-wrapper .card-row > * {
  flex: 0 0 calc(25% - var(--card-spacing) / 4 * 3);
  max-width: calc(25% - var(--card-spacing) / 4 * 3);
}
@media (min-width: 768px) {
  .carousel-wrapper .card-row > * {
    flex: 0 0 calc(100% / var(--desktop-cols) - var(--card-spacing) / var(--desktop-cols) * (var(--desktop-cols) - 1));
    max-width: calc(100% / var(--desktop-cols) - var(--card-spacing) / var(--desktop-cols) * (var(--desktop-cols) - 1));
  }
}

/* Large gap variant — same formula, different spacing variable */
.carousel-wrapper .card-row[data-grid-gap=large] > * {
  flex: 0 0 calc(25% - var(--gap-large) / 4 * 3);
  max-width: calc(25% - var(--gap-large) / 4 * 3);
}

/* ── Optional: nudge track wrapper to make room for buttons  */
/* 
    If you want cards to clear the arrows rather than sit behind them,
    add horizontal padding to the wrapper and pull the arrows inward.
    Uncomment and adjust the value to match your button width + gap:

.carousel-track-wrapper {
    padding: 0 3rem;
}
.carousel-btn--prev { left: 0; }
.carousel-btn--next { right: 0; }
*/
.wpcard {
  --radius: 5px;
  --padding: 0rem;
  --body-padding: 1.5rem;
  --nested-radius: calc(var(--radius) - var(--padding));
  --flow-space: 0.75rem;
  --shadow: 1px 1px 8px 2px rgba(0,0,0,0.1);
  --card-spacing: 1.5rem;
  display: flex;
  flex-direction: column;
  background: var(--card-color);
  padding: var(--padding);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  min-height: 100%;
  box-shadow: var(--shadow);
}
.wpcard[data-bg-color=white] {
  background: white;
}

.wpcard.active .card-body {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}

.wp-card-title-wrap {
  background: var(--card-color);
}

.wpcard img {
  border-radius: var(--nested-radius) var(--nested-radius) 0 0;
  width: 100%;
}

.horizontal-card img {
  border-radius: var(--nested-radius) 0 0 var(--nested-radius);
  width: 100%;
}

.wpcard .card-body {
  padding: calc(var(--body-padding) / 1) var(--body-padding) var(--body-padding);
  background: var(--card-color);
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wpcard .card-header {
  padding: 10px var(--body-padding) 7px;
}

.b-w-card img {
  filter: saturate(0);
}

.b-w-card:hover img {
  filter: saturate(1);
}

.wpcard .card-body > * {
  margin-bottom: 0;
}

.wpcard.featured-publication .card-body {
  background: var(--wp--preset--color--accent);
}

@media (max-width: 479.98px) {
  .wpcard .card-excerpt {
    display: none;
  }
}

.card-title {
  font-size: var(--wp--preset--font-size--large);
}

.wpcard .card-title-wrap {
  padding: 1.5rem 0.5rem;
  border-top: 1px solid #fff;
  z-index: 3;
  position: relative;
}

.card-description {
  font-size: var(--wp--preset--font-size--small);
}

.wpcard[data-card-font=sans-serif] .card-title {
  font-family: var(--card-title-font);
  font-weight: 600;
}

.wpcard[data-card-color=white] {
  --card-color: var(--wp--preset--color--white);
}

.wpcard[data-card-color=light] {
  --card-color: var(--wp--preset--color--card-background);
}

.wpcard[data-card-color=primary] {
  --card-color: var(--wp--preset--color--primary);
  color: #fff;
}

.is-carousel .wpcard {
  margin-right: 30px;
}

.is-carousel[data-desktop-cols="3"] .wpcard {
  width: calc((100% - 75px) / 3);
}

.is-carousel[data-desktop-cols="4"] .wpcard {
  width: calc((100% - 90px) / 4);
}

@media (max-width: 479.98px) {
  .is-carousel[data-mobile-cols="2"] .wpcard {
    width: calc((100% - 30px) / 2);
  }
  .is-carousel[data-mobile-cols="1"] .wpcard {
    width: calc((100% - 30px) / 1);
  }
}
.wpcard dl {
  display: grid;
  grid-gap: 4px 16px;
  grid-template-columns: max-content;
}
.wpcard dt {
  font-weight: bold;
}
.wpcard dd {
  margin: 0;
  grid-column-start: 2;
}

/*
.block-featured-content-areas	.wpcard{
		position: relative;
		overflow: hidden;
		&:hover{

      filter:saturate(40%) !important;
			box-shadow: 1px 1px 1px rgba(#f2dede, 0.4);
			.card-img-top{
				transform:scale(1.03);
			}
			.card-title-wrap{
			}
      .card-body{
        background-color:darken(#f0f0f0, 2%) !important;
      }
		}
    .card-img-top{
      // z-index: -1;
      margin-top: 0;
      overflow: hidden;
      transform:scale(1);
      transition: transform 0.2s ease;
    }
	}

	*/
.pagination-card {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0.7rem;
  background: var(--wp--preset--color--card-background);
  border-radius: 6px;
  justify-content: start;
}

.post-pagination-image {
  width: 75px;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  border-radius: 3px;
}

.grid-flow {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

.muted {
  opacity: 0.7;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.d-block {
  display: block;
}

.d-ib {
  display: inline-block;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

/** Flex options **/
.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mh-0, .mh-0 .wp-block-media-text__media {
  min-height: 0 !important;
}

.card-grid, .card-grid-3 {
  display: grid;
  gap: var(--card-spacing);
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 480px) {
  .card-grid, .card-grid-3 {
    gap: var(--card-spacing);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .card-grid, .card-grid-3 {
    gap: var(--card-spacing);
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 480px) {
  .card-grid-2 {
    gap: var(--card-spacing);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .card-grid-2 {
    gap: var(--card-spacing);
    grid-template-columns: repeat(2, 1fr);
  }
}

.horizontal-card {
  display: grid;
  grid-template-columns: 2fr 3fr;
}

.shadow-sm {
  box-shadow: 1px 1px 12px 1px rgba(123, 139, 157, 0.1);
}
.shadow-sm:hover {
  box-shadow: 1px 1px 4px 1px rgba(123, 139, 157, 0.3);
}

.publication-download-card {
  flex-direction: row;
}
.publication-download-card .card-thumb {
  width: 150px;
  flex: 0 0 150px;
}
@media (min-width: 768px) {
  .publication-download-card .card-thumb {
    width: 225px;
    flex: 0 0 225px;
  }
}
.publication-download-card .card-thumb img {
  height: 100%;
  object-fit: cover;
}
.publication-download-card .card-body {
  flex: 1;
  justify-content: center;
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("Fonts/lato-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("Fonts/lato-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kodchasan-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kodchasan";
  font-style: normal;
  font-weight: 400;
  src: url("Fonts/kodchasan-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kodchasan-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kodchasan";
  font-style: normal;
  font-weight: 600;
  src: url("Fonts/kodchasan-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Blocks - compiled into back-end and front-end stylesheet
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--dark-teal);
}

a {
  color: var(--wp--preset--color--tertiary);
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.entry-content > *, .entry-footer > *, .archive-description > *, .post .entry-header > *, .news .entry-header > * {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: var(--block-vertical-gap);
  max-width: var(--wp--style--global--content-size);
}

.full-width-content .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

@media (min-width: 480px) {
  .full-width-content .alignfull {
    max-width: none;
    margin-left: calc(-1 * var(--root-padding));
    margin-right: calc(-1 * var(--root-padding));
  }
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size);
}

.wp-block-group > *, .wp-block-media-text__content > *, .wp-block-cover > * {
  margin-bottom: var(--block-vertical-gap);
}

/* Paragraph
--------------------------------------------- */
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: inherit;
  line-height: 1.2;
  font-family: var(--wp--preset--font-family--system-serif);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus {
  outline: none;
}

.h1 {
  font-size: var(--wp--preset--font-size--big);
}

.h2 {
  font-size: var(--wp--preset--font-size--x-large);
}

.h3 {
  font-size: var(--wp--preset--font-size--large);
}

.h4, .h5, .h6 {
  font-size: var(--wp--preset--font-size--medium);
}

.spaced-text {
  letter-spacing: 0.03em;
}

/* Button
--------------------------------------------- */
.btn {
  white-space: normal;
}

.wp-block-button.is-style-large .wp-block-button__link {
  padding: 0.8rem 1.5rem;
}

.wp-block-button.is-style-block .wp-block-button__link {
  width: 100%;
}

.wp-block-button.is-style-large-block .wp-block-button__link {
  width: 100%;
}

.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.9;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  margin: 40px auto;
}
blockquote .block-cite, blockquote cite, blockquote .wp-block-quote__citation, blockquote .wp-block-pullquote__citation,
blockquote.wp-block-quote .block-cite,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation,
blockquote.wp-block-quote .wp-block-pullquote__citation {
  font-style: normal;
  color: currentColor;
  font-size: 16px;
  margin-left: 20px !important;
  display: block;
}
blockquote .block-cite:before, blockquote cite:before, blockquote .wp-block-quote__citation:before, blockquote .wp-block-pullquote__citation:before,
blockquote.wp-block-quote .block-cite:before,
blockquote.wp-block-quote cite:before,
blockquote.wp-block-quote .wp-block-quote__citation:before,
blockquote.wp-block-quote .wp-block-pullquote__citation:before {
  content: "— ";
  margin-left: -20px;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

blockquote.wp-block-quote {
  padding: 56px 28px 28px 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 479.98px) {
  blockquote.wp-block-quote {
    padding-left: 20px;
  }
}
blockquote.wp-block-quote p:first-of-type {
  position: relative;
}
blockquote.wp-block-quote:not(.is-style-quotemarks-alt) > p:first-of-type::before {
  content: "“";
  font-family: "Lora", sans-serif;
  color: currentColor;
  display: block;
  font-size: 8rem;
  height: 0;
  left: -65px;
  position: relative;
  line-height: 1;
  top: -30px;
}
@media (max-width: 479.98px) {
  blockquote.wp-block-quote:not(.is-style-quotemarks-alt) > p:first-of-type::before {
    font-size: 80px;
    font-size: 8rem;
    left: -4px;
    top: -50px;
  }
}

blockquote.wp-block-quote.is-style-quotemarks-alt {
  padding: 14px 14px 2rem 14px;
}
@media (min-width: 768px) {
  blockquote.wp-block-quote.is-style-quotemarks-alt {
    padding: 28px 28px 2rem 100px;
  }
  blockquote.wp-block-quote.is-style-quotemarks-alt::before {
    top: 32px;
    left: 19px;
  }
}
blockquote.wp-block-quote.is-style-quotemarks-alt {
  border: 9px double var(--wp--preset--color--primary);
  position: relative;
}
blockquote.wp-block-quote.is-style-quotemarks-alt::before {
  content: "\f10d";
  font: var(--fa-font-solid);
  color: currentColor;
  padding: 20px 20px;
  background: transparent;
  width: fit-content;
  top: 20px;
  left: -4px;
  font-size: 4rem;
  position: absolute;
  line-height: 0.5;
}
/* Pull Quote
--------------------------------------------- */
figure.wp-block-pullquote {
  border-top: none;
  border-bottom: none;
  padding: 20px 0;
}
figure.wp-block-pullquote blockquote {
  background: none;
  border-left: none;
  border-top: 2px solid var(--wp--preset--color--primary);
  border-bottom: 2px solid var(--wp--preset--color--primary);
  text-align: center;
}
figure.wp-block-pullquote blockquote.has-theme-primary-color {
  border-color: var(--wp--preset--color--primary);
}
figure.wp-block-pullquote blockquote.has-theme-secondary-color {
  border-color: var(--wp--preset--color--secondary);
}
figure.wp-block-pullquote blockquote.has-theme-tertiary-color {
  border-color: var(--wp--preset--color--tertiary);
}
figure.wp-block-pullquote blockquote cite {
  text-align: center;
}

/* Column Block Tweaks
--------------------------------------------- */
.wp-block-columns.is-style-rounded .wp-block-column {
  overflow: hidden;
  border-radius: var(--block-border-radius);
}

/* Separator
--------------------------------------------- */
hr.wp-block-separator,
hr {
  opacity: 1;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 4px;
}
hr.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  border: 0;
}
hr.wp-block-separator:not(.is-style-brand-stripe):not(.is-style-dots),
hr:not(.is-style-brand-stripe):not(.is-style-dots) {
  width: 100%;
  background: transparent;
  height: 8px;
}
hr.wp-block-separator:not(.is-style-brand-stripe):not(.is-style-dots)::before,
hr:not(.is-style-brand-stripe):not(.is-style-dots)::before {
  content: "";
  display: block;
  height: 8px;
  background: var(--wp--preset--color--light-blue-grey);
  margin: 0 20%;
  border-radius: 3px;
}
hr.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: currentColor;
  font-size: 32px;
  letter-spacing: 12px;
  padding-left: 12px;
}
hr.wp-block-separator.is-style-brand-stripe,
hr.is-style-brand-stripe {
  height: 8px;
  opacity: 1;
}
hr.wp-block-separator.is-style-dots,
hr.is-style-dots {
  height: 32px;
}

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

figcaption {
  color: #666;
  text-align: center;
  font-size: 14px;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 2px;
  background-color: var(--wp--preset--color--card-background);
}

figure.is-style-blend-mode img {
  mix-blend-mode: darken;
}

.wp-block-media-text.blend-mode figure img {
  mix-blend-mode: darken;
}

.entry-content ul.blocks-gallery-grid {
  margin-left: 0;
  padding-left: 0;
}
.entry-content ul.blocks-gallery-grid > li:last-of-type {
  margin-bottom: 16px;
}

.wp-block-gallery.centred-images {
  align-items: center;
}
.wp-block-gallery.centred-images .blocks-gallery-item figure {
  justify-content: center;
  padding: 4px;
  align-items: center;
}

.wp-block-gallery.has-nested-images {
  padding-left: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: inherit;
}
.wp-block-gallery.has-nested-images > li:last-of-type {
  margin-bottom: 16px;
}

.wp-block-gallery.gallery-logo-grid {
  align-items: center !important;
  border-radius: 0px;
  justify-content: center;
}
.wp-block-gallery.gallery-logo-grid figure {
  justify-content: center;
  padding: 4px;
  align-items: center;
  justify-content: center;
  margin-bottom: inherit !important;
}
.wp-block-gallery.gallery-logo-grid figure img {
  max-height: 150px;
}

/* Tables
--------------------------------------------- */
.table,
.wp-block-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.table th,
.table td,
.wp-block-table th,
.wp-block-table td {
  padding: 16px;
  border-top: 1px solid currentColor;
}
.table thead th,
.wp-block-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid currentColor;
}
.table tbody + tbody,
.wp-block-table tbody + tbody {
  border-top: 2px solid currentColor;
}

/* Media And Text
--------------------------------------------- */
@media (max-width: 479.98px) {
  .wp-block-media-text.is-stacked-on-mobile {
    min-height: fit-content !important;
    grid-template-columns: 1fr;
    grid-template-areas: "media-text-media" "media-text-content" !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 20px;
  }
}

.wp-block-media-text.has-background {
  border-radius: var(--block-border-radius);
  overflow: hidden;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding-top: 30px;
  padding-bottom: 25px;
}

.wp-block-group.full-width-media-text {
  padding: 0 !important;
}
.wp-block-group.full-width-media-text .wp-block-media-text {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-group.full-width-media-text .wp-block-media-text figure {
  height: 100%;
}
.wp-block-group.full-width-media-text .wp-block-media-text img {
  height: 100%;
  object-fit: cover;
}
.wp-block-group.full-width-media-text .wp-block-media-text__content {
  max-width: 830px;
}
.wp-block-group.full-width-media-text .has-media-on-the-right .wp-block-media-text__content {
  margin-left: auto;
}

/**
File download block
---------------------------------------------*/
.wp-block-file {
  background: var(--wp--preset--color--card-background);
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 700;
  border: 2px solid var(--wp--preset--color--tertiary);
}
.wp-block-file a {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--medium);
}
.wp-block-file a.wp-block-file__button {
  margin-left: auto;
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 5px;
  border-color: currentColor;
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--white);
  flex: 0 0 auto;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  text-decoration: none !important;
}

.wp-block-file[data-wp-interactive="core/file"] {
  flex-wrap: wrap;
}

/* Cover block
--------------------------------------------- */
.wp-block-cover .wp-block-cover__background {
  margin-bottom: 0;
}

@media (max-width: 479.98px) {
  .wp-block-cover.is-style-mobile-stacked-columns {
    min-height: fit-content !important;
    display: block;
    padding: 0;
  }
  .wp-block-cover.is-style-mobile-stacked-columns .wp-block-cover__inner-container {
    padding: 0;
  }
  .wp-block-cover.is-style-mobile-stacked-columns img.wp-block-cover__image-background, .wp-block-cover.is-style-mobile-stacked-columns video.wp-block-cover__video-background {
    position: relative !important;
  }
}
/* Group Block tweaks
----------------------------------------------- */
.full-width-content .wp-group-block.alignfull .wp-block-group__inner-container {
  max-width: 100%;
}

.wp-block-group.has-background {
  padding-top: var(--block-vertical-gap);
  padding-bottom: var(--block-vertical-gap);
  border-radius: 0.2rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .wp-block-group.has-background {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .wp-block-group.has-background {
    padding: 40px 30px;
  }
}
.wp-block-group.has-background > .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.alignfull.has-background {
  border-radius: 0;
}

@media (min-width: 1024px) {
  .wp-block-group.is-style-two-cols {
    position: relative;
    column-count: 2;
    column-gap: 6rem;
    margin: 40px auto;
  }
  .wp-block-group.is-style-two-cols p {
    break-inside: avoid;
  }
}
/**
Featured Page / Post block 
---------------------------------------------*/
.block-featured-page-block .flex {
  max-width: 600px;
}
.block-featured-page-block .image-wrap {
  padding-top: 56%;
}
@media (min-width: 768px) {
  .block-featured-page-block .image-wrap {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .block-featured-page-block.image-order-1 .flex {
    margin-left: 8.333333%;
  }
  .block-featured-page-block.image-order-3 .flex {
    margin-left: 8.333333%;
  }
}
.block-featured-page-block.alignfull .row {
  margin-right: 0;
  margin-left: 0;
}

/* Latest posts Block
-------------------------------------*/
.block-recent-posts .post-type {
  display: block;
  text-align: center;
  background: var(--wp--preset--color--card-background);
  padding-bottom: 3px;
}

/* Featured publication Block
-------------------------------------*/
.block-featured-publication-block .resource-image {
  height: 100%;
  width: auto;
  border-radius: 0.2rem 0 0 0.2rem;
  background-size: cover;
}

/*** Related pages block *****/
.block-related-pages-boxes {
  border-top: 2px solid #ACCFC2;
  border-bottom: 2px solid #ACCFC2;
  padding-top: 20px;
}
.block-related-pages-boxes ul {
  list-style-type: none;
  padding-left: 0 !important;
}
.block-related-pages-boxes ul li {
  margin-bottom: 5px;
}
.block-related-pages-boxes ul a {
  text-decoration: none !important;
}

/* ## 
Fact Box Group 
--------------------------------------------- */
.wp-block-group.has-background.is-style-fact-box {
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-group.has-background.is-style-fact-box {
    padding-top: 40px;
    padding-left: 100px;
  }
}
.wp-block-group.has-background.is-style-fact-box:before {
  display: none;
}
@media (min-width: 768px) {
  .wp-block-group.has-background.is-style-fact-box:before {
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    content: url(/wp-content/themes/biscuit-gutenberg/assets/icons/info-circle.svg);
    width: 40px;
    height: 40px;
  }
  @supports (mask: url(/wp-content/themes/biscuit-gutenberg/assets/icons/info-circle.svg)) {
    .wp-block-group.has-background.is-style-fact-box:before {
      content: "";
      mask: url(/wp-content/themes/biscuit-gutenberg/assets/icons/info-circle.svg);
      -webkit-mask: url(/wp-content/themes/biscuit-gutenberg/assets/icons/info-circle.svg);
      background-color: currentColor;
      mask-size: cover;
      -webkit-mask-size: cover;
    }
  }
}

/* ## Card / Tile Group
--------------------------------------------- */
.wp-block-group.is-style-card {
  font-size: medium;
  border-radius: 5px;
  line-height: 1.2;
  padding: 20px 30px;
  background: var(--wp--preset--color--card-background);
}
.wp-block-group.is-style-card > * {
  margin-bottom: 10px;
  margin-top: 10px;
}
.wp-block-group.is-style-card > h2, .wp-block-group.is-style-card > h3, .wp-block-group.is-style-card > h4 {
  background: color-mix(in srgb, #fff 70%, transparent);
  font-size: large;
  display: inline-block;
  padding: 7px 10px 5px 30px;
  margin-left: -30px !important;
  border-radius: 0 3px 3px 0;
}
.wp-block-group.is-style-card p, .wp-block-group.is-style-card li {
  line-height: 1.3;
}

/* ## List block
--------------------------------------------- */
ul.wp-block-list li {
  margin-bottom: 0;
}

/* ## Large numbers ol styling
--------------------------------------------- */
ol.is-style-large-numbers {
  counter-reset: cb-counter;
  list-style-type: none;
  padding-left: 50px !important;
}
ol.is-style-large-numbers > li {
  counter-increment: cb-counter;
  position: relative;
  margin-bottom: 15px;
  list-style-type: none !important;
}
ol.is-style-large-numbers > li:before {
  content: counter(cb-counter);
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -40px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: 0;
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
  text-align: center;
}

ul.is-style-large-bullets {
  list-style-type: none;
}
ul.is-style-large-bullets li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  line-height: 1.3 !important;
}
ul.is-style-large-bullets li:before {
  content: "•";
  font-size: 4rem;
  line-height: 1rem;
  margin-right: 0.5rem;
  margin-top: -6px;
  color: var(--wp--preset--color--secondary);
}

ul.is-style-chevron-list, ul.simpletoc-list {
  padding-left: 20px !important;
  margin-top: 0;
}
ul.is-style-chevron-list li, ul.simpletoc-list li {
  padding: 3px 0;
  align-items: center;
}
ul.is-style-chevron-list li a, ul.simpletoc-list li a {
  text-decoration: none;
  color: currentColor;
}
ul.is-style-chevron-list li::marker, ul.simpletoc-list li::marker {
  content: "\f054  ";
  font-family: "FontAwesome";
  font-size: small;
  padding-left: 0;
  padding-right: 3px;
}
ul.is-style-chevron-list li li:hover::marker, ul.simpletoc-list li li:hover::marker {
  content: " \f054  ";
  padding-left: 3px;
  padding-right: 0;
}

/***** Author bio block ****/
@media (min-width: 768px) {
  .author-bio-box {
    display: flex;
    gap: 0.75rem;
  }
}
.author-bio-box .photo-title-wrap {
  text-align: center;
  flex: 1 0 220px;
}
.author-bio-box .photo-title-wrap img {
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  object-fit: cover;
}

/* Related pages - inline block */
.wp-block-acf-related-pages-inline, .block-featured-posts.text-layout {
  display: flex;
  flex-direction: column;
}
.wp-block-acf-related-pages-inline h3, .block-featured-posts.text-layout h3 {
  color: var(--wp--preset--color--tertiary);
  border-bottom: 3px solid var(--wp--preset--color--tertiary);
  margin-bottom: 5px;
}
.wp-block-acf-related-pages-inline ul, .block-featured-posts.text-layout ul {
  margin-left: auto;
  padding-right: 15px;
}

/** Report download block ***/
.block-publication-download img {
  max-width: 200px;
  object-fit: cover;
}
.block-publication-download .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.block-child-pages-manual h3 a {
  color: currentColor;
  text-decoration: none;
}
.block-child-pages-manual > ul {
  columns: 2;
  line-height: 1.6;
}
.block-child-pages-manual ul li a {
  text-decoration: none !important;
  color: currentColor;
}
.block-child-pages-manual ul li.page_item_has_children {
  break-inside: avoid;
}
.block-child-pages-manual ul li.current_page_item > a {
  font-weight: bold;
  cursor: initial;
  opacity: 0.6;
}
.block-child-pages-manual ul li.current_page_item > a:before {
  content: "\f054  ";
  font-family: "FontAwesome";
  font-size: small;
  padding-right: 4px;
}
.block-child-pages-manual ul.children {
  margin: 5px 0;
  padding-left: 30px;
  font-size: 80%;
  line-height: 1.4;
}

/*** FONT AWESOME LIST BLOCK ******************/
.block-font-awesome-list ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}
.block-font-awesome-list li {
  background: #fde082;
  padding: 0.5rem 1rem;
  border: solid 1px #f6d15b;
  border-radius: 5px;
  box-sizing: border-box;
  flex-basis: 100%;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 3px rgba(243, 185, 0, 0.568627451);
}
@media (min-width: 768px) {
  .block-font-awesome-list li {
    flex-basis: calc(50% - 6px);
  }
}
.block-font-awesome-list li:hover {
  background: rgb(255, 230.7627118644, 145);
  box-shadow: none;
}
.block-font-awesome-list li.fa-current-page {
  background: #fcd65b;
}
.block-font-awesome-list li.fa-current-page i {
  color: #fff2c4;
}
.block-font-awesome-list li.fa-current-page a:hover {
  cursor: initial;
}
.block-font-awesome-list i {
  color: #f3b900;
  font-size: 1.9rem;
  margin-right: 15px;
  text-align: center;
  width: 1.25em;
}
.block-font-awesome-list a {
  text-decoration: none !important;
  color: var(--wp--preset--color--dark);
}
.block-font-awesome-list h3 {
  display: inline-block;
  padding: 7px 10px 5px 35px;
  margin-left: -1.5rem !important;
  border-radius: 0 3px 3px 0;
  background: #ffeaa7;
}

/* Source block */
.block-source {
  background: var(--wp--preset--color--card-background);
  padding: 10px;
  border-radius: 5px;
  font-size: 85%;
}
@media (min-width: 768px) {
  .block-source {
    padding: 15px;
  }
}
.block-source li a {
  text-decoration: none;
}
.block-source svg.title-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  fill: var(--wp--preset--color--primary);
}

.wp-block-table.is-style-pace-green th {
  background: var(--wp--preset--color--primary);
  color: #fff;
  border-color: #fff;
}

/* Email newsletter signup block
--------------------------------------------*/
.block-email-signup-block {
  text-align: center;
}
.block-email-signup-block input {
  width: auto;
  border-radius: 6px;
}
.block-email-signup-block button[type=submit] {
  padding: 15px 20px;
  margin-bottom: 0;
  border-radius: 6px;
  background-color: var(--wp--preset--color--dark-alt);
}
@media (min-width: 768px) {
  .block-email-signup-block form {
    padding: 20px 0;
  }
}

/* ## Images
--------------------------------------------- */
img {
  height: auto;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}

@media (min-width: 768px) {
  figure.alignleft, img.alignleft {
    float: left;
    text-align: left;
    margin-right: 20px !important;
    margin-left: 0;
    margin-top: 5px !important;
  }
  figure.alignright, img.alignright {
    float: right;
    text-align: right;
    margin-left: 20px !important;
    margin-right: calc(50% - 380px) !important;
    margin-top: 5px !important;
  }
  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0 24px 24px 0;
  }
  a.alignright,
  img.alignright,
  .wp-caption.alignright {
    margin: 0 0 24px 24px;
  }
}
a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

.hero-image-half-bg {
  display: grid;
  background: var(--wp--preset--color--primary);
}
@media (min-width: 768px) {
  .hero-image-half-bg {
    grid-template-columns: 60vw 40vw;
    clip-path: ellipse(100% 65% at 50% 33.01%);
  }
}
.hero-image-half-bg img {
  max-height: 400px;
  object-fit: cover;
}

.hero-title .title-wrap {
  color: white;
  display: grid;
  place-content: center;
  height: 100%;
  max-width: calc(570px - 10vw);
  padding: 4vw;
  text-align: center;
  /* 1140/2 = 570
  570 is half width, need to take off the 10vw*/
}

@media (max-width: 479.98px) {
  .entry img.alignleft,
  .entry img.alignright {
    clear: both;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: var(--wp--preset--color--dark);
  font-size: 14px;
  font-size: 1.4rem;
  background: var(--wp--preset--color--card-background);
  padding: 3px 0;
  color: #666;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/* Style images in polaroid style */
figure.is-style-framed img, img.is-style-framed {
  border: 2px solid var(--wp--preset--color--card-background);
  padding: 6px;
}

.circle-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 4px solid #fff;
}

img.no-border,
.no-border {
  border: none !important;
}

.object-fit-cover {
  object-fit: cover;
}

/**** Header image ***********/
.hero-image-bg {
  display: grid;
  grid-template: "hero-image-bg";
  place-items: center;
  place-content: center;
  overflow: hidden;
  position: relative;
  background-color: var(--wp--preset--color--primary);
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 479.98px) {
  .hero-image-bg.is-style-mobile-stacked-columns {
    position: relative;
  }
  .hero-image-bg.is-style-mobile-stacked-columns .wp-block-columns {
    position: absolute;
    bottom: -180px;
    width: 100%;
  }
}
.hero-image-bg > * {
  grid-area: 1/1;
}
.hero-image-bg img {
  width: 100vw;
  height: auto;
  object-fit: cover;
  position: relative;
  object-position: center;
}
.hero-image-bg .hero-img.bg-pos-top {
  object-position: top;
}
.hero-image-bg .hero-img.bg-pos-bottom {
  object-position: bottom;
}
.hero-image-bg .hero-title-wrap {
  width: var(--wp--style--global--wide-size);
}
.hero-image-bg .hero-image-title {
  z-index: 9;
  position: relative;
}
.hero-image-bg .hero-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--wp--preset--color--dark-alt);
  opacity: 0.6;
  z-index: 2;
}

@keyframes parallax {
  to {
    transform: translateY(calc(var(--parallax-speed) * 30px));
  }
}
.hero-container {
  display: grid;
  grid-template-columns: 1fr; /* Single column stack */
  grid-template-rows: 1fr; /* Single row stack */
  width: 100%;
  place-items: center;
  margin-bottom: 1rem;
}

.hero-image {
  grid-area: 1/1; /* Position at row 1, col 1 */
  width: 100%;
  height: 100%;
  object-fit: cover; /* Mimics 'background-size: cover' */
  z-index: 1;
}

.hero-overlay {
  grid-area: 1/1; /* Position at row 1, col 1 (same as image) */
  z-index: 2;
  /* Creates the 1140px centered track */
}
@media (max-width: 479.98px) {
  .hero-overlay {
    grid-area: unset;
  }
}

.hero-content-wrap {
  grid-column: 2; /* Keeps the title within the 1140px width */
  display: flex;
  align-items: center; /* Pushes title to the bottom */
  justify-content: flex-start; /* Aligns title to the left */
  padding-bottom: 0px; /* Margin from the bottom edge */
}

.hero-title {
  color: var(--wp--preset--color--dark-teal);
  padding: clamp(1.5rem, 2vw, 2.5rem);
  font-size: clamp(1.5rem, 2.9vw, 3rem); /* Fluid typography */
  margin: 0;
  line-height: 1.1;
  text-align: center;
}

.hero-image.bg-pos-top {
  object-position: top;
}

.hero-image.bg-pos-bottom {
  object-position: bottom;
}

/* Mixins
------------------------------------------------------------ */
/* Typography
------------------------------------------------------------ */
/* Components
------------------------------------------------------------ */
/* ## Super-Side Me plugin styling
--------------------------------------------- */
#slide-menu {
  background: var(--wp--preset--color--primary);
  border-radius: 5px;
  order: 10;
  height: fit-content;
  color: #fff;
  right: 15px;
}
#slide-menu span.label {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
#slide-menu:focus, #slide-menu:visited {
  color: #fff;
}

#side-menu {
  border-left: 1px solid black;
  background: var(--wp--preset--color--primary);
}
#side-menu a {
  color: #fff;
}
#side-menu ul.side-nav li {
  font-size: 16px;
  font-size: 1rem;
}
#side-menu .search-form-input {
  background: var(--wp--preset--color--card-background);
}
#side-menu .supersideme.widget-area {
  padding: 0 10px;
}
#side-menu .supersideme.widget-area p, #side-menu .supersideme.widget-area a {
  color: var(--wp--preset--color--orange) !important;
}

/******************************* DEFAULT GENESIS MENU BEHAVIOUR ************************************/
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

.genesis-nav-menu .menu-item {
  position: relative;
  line-height: 1.1;
  list-style-type: none;
}
.genesis-nav-menu .menu-item > a:hover {
  text-decoration: none;
  color: currentColor;
}
.genesis-nav-menu .menu-item:hover .sub-menu, .genesis-nav-menu .menu-item:hover .sub-menu .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu .menu-item .sub-menu,
.genesis-nav-menu .menu-item .sub-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  padding: 0;
}
.genesis-nav-menu .menu-item .sub-menu {
  width: 250px;
}
.genesis-nav-menu .menu-item .sub-menu a {
  display: block;
  position: relative;
  font-size: 90%;
}
.genesis-nav-menu .menu-item .sub-menu a.sf-with-ul:after {
  content: " >";
  position: absolute;
  right: 10px;
}
.genesis-nav-menu .menu-item .sub-menu .sub-menu {
  margin: -47px 0 0 249px;
}

/******************************* DESKTOP MENU ************************************/
@media only screen and (min-width: 821px) {
  .nav-primary {
    z-index: 20;
    padding: 0rem;
    text-decoration: none;
    position: relative;
  }
  .nav-primary .genesis-nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    color: var(--wp--preset--color--dark);
  }
  .nav-primary .genesis-nav-menu > li.menu-item {
    max-width: 200px;
  }
  .nav-primary .genesis-nav-menu > li.menu-item:hover {
    background-color: var(--wp--preset--color--card-background);
  }
  .nav-primary .genesis-nav-menu > li.menu-item > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: var(--wp--preset--color--dark);
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-align: center;
  }
  .nav-primary .genesis-nav-menu > li.menu-item ul.sub-menu {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-top: 1px solid var(--wp--preset--color--card-background);
    font-size: 1.1rem;
  }
  .nav-primary .genesis-nav-menu > li.menu-item ul.sub-menu li:hover {
    background-color: var(--wp--preset--color--card-background);
  }
  .nav-primary .genesis-nav-menu > li.menu-item ul.sub-menu li a {
    padding: 15px;
    text-decoration: none;
    color: var(--wp--preset--color--dark);
  }
  .nav-primary .genesis-nav-menu > li.current_page_ancestor,
  .nav-primary .genesis-nav-menu > li.current_page_item,
  .nav-primary .genesis-nav-menu > li.current-menu-item,
  .nav-primary .genesis-nav-menu > li.current-menu-parent {
    background-color: var(--wp--preset--color--card-background);
  }
  .nav-primary .genesis-nav-menu > li.menu-item.donate a {
    color: #fff;
  }
  .nav-primary .genesis-nav-menu > li.menu-item.donate a span {
    background: var(--wp--preset--color--tertiary);
    padding: 10px 15px;
    border-radius: 4px;
  }
  .nav-primary .genesis-nav-menu .menu-item-pop-left .sub-menu {
    left: unset;
    right: 0;
  }
  .nav-primary .genesis-nav-menu .menu-item-pop-left .sub-menu .sub-menu {
    left: auto;
    right: 200px;
  }
  .nav-secondary {
    width: 100%;
    background: var(--wp--preset--color--card-background);
    z-index: 9;
  }
  .nav-secondary .genesis-nav-menu {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .nav-secondary .genesis-nav-menu > li.menu-item:hover {
    background-color: var(--wp--preset--color--white);
  }
  .nav-secondary .genesis-nav-menu > li.menu-item > a {
    display: block;
    padding: 15px;
  }
}
.nav-tertiary {
  background: #FFF;
}
.nav-tertiary .genesis-nav-menu {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.nav-tertiary .genesis-nav-menu > li.menu-item:hover {
  background-color: var(--wp--preset--color--card-background);
}
.nav-tertiary .genesis-nav-menu > li.menu-item > a {
  display: block;
  padding: 15px 15px;
  letter-spacing: 1px;
  font-size: 1rem;
  text-decoration: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
}
.site-header > .wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .site-header > .wrap {
    display: flex;
    align-items: center;
  }
}
.site-header .title-area {
  flex: 1 1 auto;
}
.site-header .nav-primary {
  flex: 10 10 auto;
}

/*sticky header position*/
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

/* ## Title Area - Logo image title
--------------------------------------------- */
/*** SET SIZE HERE IF USING 2x SIZE LOGO FOR RETINA SCREENS */
.site-title img {
  vertical-align: top;
  width: 179px;
  height: 131px;
}

.site-header .site-title {
  margin-bottom: 0;
}
.site-header .title-area {
  text-align: center;
}
.site-header .title-area img {
  height: auto;
}

@media only screen and (min-width: 821px) {
  .site-header {
    display: block;
  }
  .site-header > .container {
    padding-top: 10px;
  }
  .site-header .title-area {
    text-align: left;
  }
}
.title-area-wrap {
  display: flex;
  justify-content: flex-start;
  flex: 0 1 calc(100% - 92px);
  align-items: center;
}
@media (min-width: 768px) {
  .title-area-wrap {
    flex: 0 1 310px;
    align-items: center;
  }
}
.title-area-wrap #slide-menu {
  order: 2;
  flex: 0 1 100px;
  padding: 5px;
}
.title-area-wrap a {
  display: flex;
  align-items: center;
}
.title-area-wrap img {
  float: left;
  margin-right: 5px;
  width: auto;
  height: 60px;
}
@media (min-width: 768px) {
  .title-area-wrap img {
    width: auto;
    height: 110px;
    margin-right: 20px;
  }
}
.title-area-wrap p.site-tagline {
  display: none;
  font-family: "Lora", sans-serif;
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 1.2;
  max-width: 100px;
  color: var(--wp--preset--color--dark-teal);
  float: left;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .title-area-wrap p.site-tagline {
    display: none;
  }
}
@media (min-width: 1024px) {
  .title-area-wrap p.site-tagline {
    display: none;
    font-size: 1rem;
    line-height: 1.2;
    max-width: 150px;
  }
}
.title-area-wrap a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .tertiary-menu-wrap {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.nav-tertiary-inline {
  display: none;
}
@media (min-width: 821px) {
  .nav-tertiary-inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 10 0 auto;
  }
}

body {
  overflow-x: hidden;
}

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

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

/* Make sure form elements fit their containers */
input,
textarea,
select {
  max-width: 100%;
}

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

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}
*/
/* ## Set up flexbox layout
--------------------------------------------- */
.site-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
}

.site-inner {
  flex: 1 1 auto;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  word-wrap: break-word;
  clear: both;
  overflow-x: clip;
  overflow-y: visible;
}
@media (min-width: 480px) {
  .site-inner {
    padding-top: 1rem;
  }
}

.cover-block-last .site-inner {
  padding-bottom: 0 !important;
}

.has-beacon-header-image .site-inner {
  padding-top: 1rem;
}

/* ## Mobile size content ordering - make sure content always comes before sidebars
--------------------------------------------- */
.sidebar-content .content {
  order: 1;
}
.sidebar-content .sidebar-primary {
  order: 2;
}
@media (min-width: 768px) {
  .sidebar-content .content {
    order: 2;
  }
  .sidebar-content .sidebar-primary {
    order: 1;
  }
}

.sidebar-content .content-sidebar-wrap, .content-sidebar .content-sidebar-wrap {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 30vw);
  gap: 2rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

figure {
  margin: 0;
}

/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
}

.entry-content {
  padding-left: var(--root-padding);
  padding-right: var(--root-padding);
}

.site-inner {
  padding-top: 2rem;
}

.has-custom-page-top-image .site-inner {
  padding-top: 4rem;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
  padding-bottom: 0;
}

/** Gutenberg block/page widths */
@media (min-width: 768px) {
  .page .entry-header, .page .entry-footer, .page .search-result, .single .entry-header, .single .entry-footer, .single .search-result, .search .entry-header, .search .entry-footer, .search .search-result {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479.98px) {
  .page .site-inner,
  .archive .site-inner,
  .post .site-inner,
  .single .site-inner {
    padding-top: 5px;
  }
}

/* ## Genesis
--------------------------------------------- */
.after-entry,
.author-box {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  padding: 60px;
}

.archive-description {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
}

.entry-content .search-form input[type=submit] {
  font-family: "Font Awesome 6 Pro";
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 1rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px auto;
}
.pagination ul {
  text-align: center;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}
.archive-pagination a {
  background-color: #fff;
  color: var(--wp--preset--color--dark);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination a:hover, .archive-pagination a:focus {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
.archive-pagination .active a {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  *:before, *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.breadcrumb,
article {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* ## Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  display: none;
}
@media (min-width: 821px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb {
  background-color: #ffffff;
  font-size: 0.9rem;
  padding: 15px 0;
  margin-bottom: 1rem;
}
.breadcrumb .wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}
.breadcrumb span {
  margin: 0 5px;
}
.breadcrumb a {
  text-decoration: none;
}
@media (min-width: 480px) {
  .breadcrumb .container * {
    margin: 0 5px;
  }
  .breadcrumb {
    margin-bottom: 1rem;
  }
}

.site-footer figure.footer-logomark {
  display: none;
}
@media (min-width: 768px) {
  .site-footer {
    position: relative;
  }
  .site-footer figure.footer-logomark {
    display: block;
  }
}
.site-footer .footer-meta-wrap {
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .site-footer .footer-meta-wrap {
    flex-wrap: nowrap;
  }
}
.site-footer .footer-meta-wrap .footer-meta-links {
  text-align: center;
}

/* ## Genesis Forms Styling
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: var(--wp--preset--color--dark);
  padding: 16px;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox], input[type=image], input[type=radio] {
  width: auto;
}

::-moz-placeholder {
  color: var(--wp--preset--color--dark);
  opacity: 1;
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--dark);
}

button {
  background-color: var(--wp--preset--color--primary);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

input[type=button], input[type=reset], input[type=submit] {
  background-color: var(--wp--preset--color--secondary);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:hover {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
}

input:hover[type=button], input:hover[type=reset], input:hover[type=submit] {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
}

.button:hover {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
}

input:focus[type=button], input:focus[type=reset], input:focus[type=submit] {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
}

.button:focus {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
}

.entry-content .button:hover, .entry-content .button:focus {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small {
  padding: 8px 16px;
}

input[type=button].small, input[type=reset].small, input[type=submit].small {
  padding: 8px 16px;
}

.site-container button:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
.site-container button:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
.site-container input:disabled, .site-container input[type=button]:disabled, .site-container input[type=reset]:disabled, .site-container input[type=submit]:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
.site-container input:disabled:hover, .site-container input[type=button]:disabled:hover, .site-container input[type=reset]:disabled:hover, .site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

/* MC embed form */
.indicates-required {
  margin-bottom: 30px;
}

.mc-field-group {
  margin-bottom: 20px;
}
.mc-field-group br {
  display: none;
}

/* GF donation form  */
.biscuits-donation-form .donation-radio .gfield_radio {
  flex-direction: row;
  gap: 40px;
}
.biscuits-donation-form .donation-amount-input input[type=text] {
  font-size: 30px;
  padding: 30px;
}
.biscuits-donation-form input.gform_button[type=submit] {
  font-size: 24px !important;
  padding: 15px 30px !important;
}
.biscuits-donation-form .gsection {
  padding: 0;
}
.biscuits-donation-form .gsection h3.gsection_title {
  margin-bottom: 0;
}

body .gform_wrapper form.biscuits-donation-form .top_label div.ginput_container {
  margin-top: 0;
}
body .gform_wrapper form.biscuits-donation-form .donation-amount-input input {
  font-size: 30px !important;
  font-weight: 700;
  max-width: 180px;
  padding: 3px;
}
body .gform_wrapper form.biscuits-donation-form label.gfield_label {
  font-size: 85%;
}
body .gform_wrapper form.biscuits-donation-form .gfield_checkbox li label,
body .gform_wrapper form.biscuits-donation-form .gfield_radio li label {
  font-size: 17px;
  margin-left: 15px;
}
body .gform_wrapper form.biscuits-donation-form .gfield_radio li {
  margin-bottom: 0;
}
body .gform_wrapper form.biscuits-donation-form .gift-aid-calculator {
  background: var(--wp--preset--color--card-background);
  padding: 15px;
  text-align: center;
  margin-bottom: 0;
  margin-right: 16px;
}
body .gform_wrapper form.biscuits-donation-form .gift-aid-form {
  padding: 65px 15px 15px;
  position: relative;
  background: #fff;
  margin-top: 0;
  margin-right: 16px;
}
body .gform_wrapper form.biscuits-donation-form .gift-aid-form .gfield_label {
  text-indent: -9999px;
  background-image: url(/wp-content/themes/biscuit-gutenberg/images/gift-aid-logo.png);
  display: block;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 5px;
}
body .gform_wrapper form.biscuits-donation-form .gift-aid-form li {
  display: flex;
  align-items: center;
}
body .gform_wrapper form.biscuits-donation-form .gift-aid-form li input {
  flex: 1 0 25px;
}
body .gform_wrapper form.biscuits-donation-form .gift-aid-form li label {
  flex: 1 1 auto;
}
body .gform_wrapper form.biscuits-donation-form .donation-radio .ginput_container .gfield_radio {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
body .gform_wrapper form.biscuits-donation-form .donation-radio .ginput_container .gfield_radio > div {
  flex: 0 1 48%;
  text-align: center;
  border: 1px solid var(--wp--preset--color--primary);
  display: block;
}
body .gform_wrapper form.biscuits-donation-form .donation-radio .ginput_container .gfield_radio label {
  padding: 13px 0;
  height: 100%;
  width: 100%;
  display: block;
  margin: 0;
  max-width: 100%;
}
body .gform_wrapper form.biscuits-donation-form .donation-radio .ginput_container .gfield_radio input {
  left: -10001px;
  position: absolute;
}
body .gform_wrapper form.biscuits-donation-form .donation-radio .ginput_container .gfield_radio input[type=radio]:checked + label {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
body .gform_wrapper form.biscuits-donation-form .gchoice:hover {
  cursor: pointer;
}

/* ## Blog and News styling
--------------------------------------------- */
.archive .archive-description,
.blog .archive-description {
  padding: 0;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .archive .archive-description,
  .blog .archive-description {
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
  }
}

.single .entry-header .entry-meta {
  text-align: center;
  font-family: var(--wp--preset--font-family--system-serif);
  padding: 5px 7px;
  color: var(--wp--preset--color--primary);
  border-bottom: 2px solid var(--wp--preset--color--card-background);
}

.single .entry-footer .entry-meta {
  background: var(--wp--preset--color--card-background);
  padding: 5px 7px;
}

/** Search results page **/
.search-result:not(:last-of-type) {
  padding: 20px 0;
  border-bottom: 1px dashed var(--wp--preset--color--secondary);
}

.search-content p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 821px) {
  .page-template-landing .site-inner {
    margin-top: 0;
  }
}

.announcement-bar p:last-of-type {
  margin-bottom: 0;
}
.announcement-bar a {
  color: #fff;
  text-decoration: underline;
}

.wp-block-button__link.has-white-background-color {
  border-color: #fff;
}

.wp-block-button__link.has-tertiary-background-color {
  border-color: var(--wp--preset--color--tertiary);
}

.header-search a {
  content: url("/wp-content/themes/biscuit-gutenberg/assets/icons/search.svg");
  width: 36px;
  height: 36px;
  color: #fff;
  padding: 4px svg path;
  padding-fill: #fff !important;
}

.home-caries-person {
  position: absolute;
  bottom: -39px;
  right: 50px;
  transform: rotateY(180deg);
  mix-blend-mode: saturation;
  width: 400px;
}

.chapter-news-facets .facetwp-type-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.chapter-news-facets .facetwp-type-checkboxes .facetwp-checkbox {
  margin: 0 6px 5px;
}
.chapter-news-facets .fs-wrap {
  min-width: 300px;
}

.facetwp-type-pager {
  margin: 0 auto;
  text-align: center;
}
.facetwp-type-pager .facetwp-page {
  text-decoration: none !important;
  background: var(--wp--preset--color--mid-teal);
  padding: 10px;
  border-bottom: none;
  color: var(--wp--preset--color--card-background);
}
.facetwp-type-pager .facetwp-page.active {
  background: var(--wp--preset--color--dark-teal);
  color: #fff;
}

ul.biblio-listing {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.biblio-listing li {
  padding: 6px 8px;
  font-size: 15px;
  background: var(--wp--preset--color--card-background);
  border: 1px solid #f1f2f6;
  line-height: 1.3;
  margin-bottom: 8px;
}

ul.biblio-listing li .biblio-title {
  font-weight: bold;
  font-style: italic;
}

ul.biblio-listing li .biblio-available, ul.biblio-listing li .biblio-available a {
  color: #666;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

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