@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/*! normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

figure {
  margin: 0;
}

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

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-inner {
  padding: var(--wp--custom--layout--block-gap-large) 0;
}
.site-inner::after {
  content: "";
  display: block;
  clear: both;
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* 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;
  ;
}

.screen-reader-text:focus,
.screen-reader-shortcut: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);
}

/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary .widget + .widget {
  margin-top: 32px;
}

@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: 1fr var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 var(--wp--style--block-gap);
}

p.is-style-heading {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--custom--typography--heading--font-family);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  text-transform: var(--wp--custom--typography--heading--text-transform);
}

:any-link:where(:focus, :hover) {
  text-decoration: none;
}

:is(h1, h2, h3, h4, h5, h6).split-text em {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: clamp(1rem, 2vw, 1.25rem);
  text-transform: lowercase;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  :is(h1, h2, h3, h4, h5, h6).split-text em {
    display: block;
  }
}

/* List
--------------------------------------------- */
ul.is-style-fancy li {
  list-style-type: none;
  position: relative;
}
ul.is-style-fancy li::before {
  content: "⦿";
  position: absolute;
  left: -20px;
}

ol.is-style-fancy {
  counter-reset: li;
}
ol.is-style-fancy li {
  list-style-type: none;
  position: relative;
}
ol.is-style-fancy li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -32px;
  top: 2px;
  width: 24px;
  height: 24px;
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: rgba(23, 73, 125, 0.3);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

hr.wp-block-separator {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  width: min(265px, 100%);
}

.block-area-sidebar hr.wp-block-separator {
  width: 100%;
}

/* Button
--------------------------------------------- */
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 10px 15px;
}

.wp-element-button.is-style-fill,
.wp-block-button.is-style-fill > .wp-block-button__link {
  padding: 11px 16px;
  border: none;
}
.wp-element-button.is-style-fill:focus, .wp-element-button.is-style-fill:hover,
.wp-block-button.is-style-fill > .wp-block-button__link:focus,
.wp-block-button.is-style-fill > .wp-block-button__link:hover {
  filter: brightness(1.3);
}
.wp-element-button.is-style-fill:not(.has-background),
.wp-block-button.is-style-fill > .wp-block-button__link:not(.has-background) {
  background-color: var(--cwp-fill-button-bg, var(--wp--preset--color--primary));
}
.wp-element-button.is-style-fill:not(.has-text-color),
.wp-block-button.is-style-fill > .wp-block-button__link:not(.has-text-color) {
  color: var(--cwp-fill-button-text, var(--wp--preset--color--white));
}

.wp-block-buttons[style*=font-weight] .wp-element-button,
.wp-block-button[style*=font-weight] .wp-element-button {
  font-weight: inherit;
}

.wp-element-button.is-style-arrow,
.wp-block-button.is-style-arrow .wp-block-button__link {
  background: transparent;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
.wp-element-button.is-style-arrow::after,
.wp-block-button.is-style-arrow .wp-block-button__link::after {
  content: " →";
}
.wp-element-button.is-style-arrow:not(.has-text-color),
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}
.wp-element-button.is-style-arrow:hover,
.wp-block-button.is-style-arrow .wp-block-button__link:hover {
  text-decoration: underline;
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
  border-radius: none;
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

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

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

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

::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

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

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Blockquote
--------------------------------------------- */
blockquote:not([class*=has-text-align-]),
.wp-block-quote:not([class*=has-text-align-]) {
  text-align: center;
}
blockquote > *:first-child,
.wp-block-quote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child,
.wp-block-quote > *:last-child {
  margin-bottom: 0;
}

blockquote,
.wp-block-quote,
.wp-block-quote.has-background,
.editor-styles-wrapper .wp-block-quote.has-background {
  padding: 40px;
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--foreground);
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  flex-direction: row-reverse;
  border-radius: var(--wp--custom--border-radius--small);
  background-color: var(--wp--preset--color--background);
  border-color: var(--wp--preset--color--primary);
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button {
  margin-left: 0;
}

.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__button svg {
  transform: scaleX(-1);
  width: 44px;
  height: 44px;
}

.wp-block-search__input::placeholder {
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--custom--color--link);
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
  border-color: transparent;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignfull > * {
  margin-left: auto;
  margin-right: auto;
}

.is-layout-flow.alignfull > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  --cwp-color: var(--wp--preset--color--foreground);
  color: var(--cwp-color);
  --wp--custom--button--text: var(--wp--preset--color--primary);
  --wp--custom--button--text-state: var(--wp--preset--color--primary);
  --wp--custom--button--bg: transparent;
  --wp--custom--button--bg-state: var(--wp--preset--color--tertiary);
  --cwp-faq-border: rgb(23 73 125 / 0.3);
  --cwp-logo-color: invert(10%) sepia(76%) saturate(1903%) hue-rotate(196deg) brightness(98%) contrast(91%);
  --cwp-social-bg: var(--wp--custom--color--secondary-alt);
  --cwp-social-icon-state: var(--cwp-social-bg);
  --cwp-fill-button-bg: var(--wp--preset--color--primary);
  --cwp-fill-button-text: var(--wp--preset--color--white);
}

.has-primary-background-color,
.has-secondary-background-color,
.has-foreground-background-color {
  --cwp-color: var(--wp--preset--color--white);
  --wp--custom--button--text: var(--cwp-color);
  --wp--custom--button--text-state: var(--wp--preset--color--primary);
  --cwp-faq-border: var(--cwp-color);
  --cwp-logo-color: invert(100%) sepia(0%) saturate(1%) hue-rotate(282deg) brightness(105%) contrast(101%);
}

.has-primary-background-color {
  --cwp-fill-button-bg: var(--wp--preset--color--foreground);
}

.has-secondary-background-color {
  --wp--custom--button--text-state: var(--wp--preset--color--white);
  --wp--custom--button--bg-state: var(--wp--custom--color--secondary-alt);
  --cwp-social-bg: var(--wp--preset--color--primary);
}

.has-tertiary-background-color {
  --wp--custom--button--text-state: var(--wp--preset--color--white);
  --wp--custom--button--bg-state: var(--wp--preset--color--primary);
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 0.9375rem;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: 0;
  text-transform: var(--wp--custom--typography--interface--text-transform);
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  max-width: var(--wp--custom--layout--page);
  color: var(--wp--custom--color--link);
  display: flex;
  justify-content: center;
}
.breadcrumb > span {
  white-space: nowrap;
  ;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
  color: var(--wp--preset--color--foreground);
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:where(:focus, :hover) {
  text-decoration: underline;
}
.breadcrumb + h1 {
  margin-top: 0.9375rem;
}

.schema-faq {
  background-color: var(--wp--preset--color--quaternary);
}
.schema-faq summary {
  cursor: pointer;
  list-style-type: none;
}
.schema-faq summary svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.schema-faq summary::-webkit-details-marker {
  display: none;
}
.schema-faq .summary__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.schema-faq-section {
  padding: 24px;
  border: none;
}

details.schema-faq-section svg {
  display: inline-block;
  flex-shrink: 0;
}
details.schema-faq-section svg.close {
  display: none;
}
details.schema-faq-section[open] svg.close {
  display: inline-block;
}
details.schema-faq-section[open] svg.open {
  display: none;
}

.schema-faq-section:not(:first-child) {
  border-top: 1px solid var(--cwp-faq-border, rgba(23, 73, 125, 0.3));
}

.schema-faq-question {
  display: block;
  font-weight: 700;
}

.schema-faq-answer {
  margin: 8px 0 0;
}

.yoast-table-of-contents {
  background: var(--wp--preset--color--quaternary);
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--tiny);
  border: 1px solid var(--wp--preset--color--foreground);
}
.yoast-table-of-contents h2 {
  font-family: var(--wp--preset--font-family--system-sans-serif);
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: var(--wp--custom--letter-spacing--loose);
  list-style-type: none;
  padding: 13px 16px;
  margin: 0;
}
.yoast-table-of-contents > ul {
  border-top: 1px solid var(--wp--preset--color--foreground);
  margin: 0;
  padding: 14px 16px 14px 32px;
}
.yoast-table-of-contents ul ul {
  padding-inline-start: 20px;
}
.yoast-table-of-contents li a {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}
.yoast-table-of-contents li a:hover {
  text-decoration: underline;
}
.yoast-table-of-contents__reveal {
  background-color: var(--wp--preset--color--primary);
  border: none;
  box-shadow: none;
  color: var(--wp--preset--color--background);
  cursor: pointer;
  display: block;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 16px;
}

/* WP Recipe Maker
--------------------------------------------- */
.wprm-recipe-rating .wprm-recipe-rating-details {
  font-size: inherit;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-family: var(--wp--custom--typography--heading--font-family);
  letter-spacing: var(--wp--custom--letter-spacing--looser);
  text-transform: var(--wp--custom--typography--heading--text-transform);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
  color: var(--wp--preset--color--foreground);
  background-color: var(--wp--preset--color--background);
  border: 1px solid;
  border-radius: var(--wp--custom--border-radius--small);
  ;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field input, div.wpforms-container .wpforms-field textarea, div.wpforms-container .wpforms-field select {
  border: none;
  max-width: none;
}
@media (min-width: 601px) {
  div.wpforms-container .wpforms-field:has(.wpforms-field-medium) {
    max-width: 60%;
  }
}
.has-secondary-background-color div.wpforms-container .wpforms-field {
  border-color: var(--wp--preset--color--background);
}
div.wpforms-container .wpforms-field-label {
  font-size: var(--wp--custom--font--size-1);
  font-weight: 600;
  padding-top: 9px;
  padding-left: 12px;
  text-align: left;
  text-transform: uppercase;
}
div.wpforms-container .wpforms-field-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
}

/* FacetWP
--------------------------------------------- */
.facetwp-filters {
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
  min-height: 66px;
  font-size: var(--wp--preset--font-size--tiny);
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}
.facetwp-filters .facetwp-facet {
  margin: 0 0 16px;
  width: 100%;
}
.facetwp-filters .fs-label-wrap {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.facetwp-filters .fs-wrap {
  display: block;
  position: relative;
}
.facetwp-filters .fs-open .fs-label-wrap,
.facetwp-filters .fs-dropdown {
  background: var(--wp--custom--color--neutral-100);
}
.facetwp-filters .fs-dropdown {
  margin: 0;
  width: 100%;
}
.facetwp-filters .fs-option {
  padding-top: 16px;
  padding-bottom: 16px;
}
.facetwp-filters__toggle {
  background: var(--wp--preset--color--primary);
  border: none;
  box-shadow: none;
  color: #fff;
  display: block;
  padding: 16px;
  font-size: var(--wp--preset--font-size--medium);
  width: 100%;
}
@media (max-width: 767px) {
  .facetwp-filters:not(.active) .facetwp-filters__inner {
    display: none;
  }
  .facetwp-filters.active .facetwp-filters__toggle {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .facetwp-filters__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
  }
  .facetwp-filters__toggle {
    display: none;
  }
}

/* Top Hat
---------------------------------------------------------------------------------------------------- */
.top-hat {
  background: var(--wp--preset--color--tertiary);
  text-align: center;
  padding: 10px 0;
}
.top-hat p {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--small);
}
.top-hat p img {
  max-width: 44px;
}
.top-hat a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.top-hat a:hover {
  text-decoration: underline;
}

.top-hat--has-image {
  padding: 0;
}
.top-hat--has-image p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media (min-width: 768px) {
  .top-hat--has-socials {
    padding: 0;
    text-align: left;
  }
  .top-hat--has-socials .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-hat--has-socials ul.social-links {
  margin: 0;
}
@media (max-width: 767px) {
  .top-hat--has-socials ul.social-links {
    display: none;
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--background);
  position: relative;
  --cwp-logo-svg-width: 208;
  --cwp-logo-svg-height: 41;
  --cwp-logo-width: 220px;
  --cwp-logo-height: calc(var(--cwp-logo-width) * (var(--cwp-logo-svg-height)/var(--cwp-logo-svg-width)));
}
@media (max-width: 1180px) {
  .site-header {
    --cwp-logo-width: 207px;
  }
}
.site-header .wrap {
  display: grid;
  grid-template-columns: minmax(0, var(--cwp-logo-width)) 1fr;
  align-items: center;
}
@media (max-width: 1180px) {
  .site-header .wrap {
    padding: 0;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-auto-flow: dense;
    column-gap: var(--wp--custom--layout--padding);
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 1180px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
  }
}
.site-header__logo {
  display: block;
  max-width: var(--cwp-logo-width);
  width: 100%;
  height: var(--cwp-logo-height);
  justify-self: center;
  margin: 16px 0;
}
@media (max-width: 1180px) {
  .site-header__logo {
    margin: 10px 0;
  }
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 1181px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 1180px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 30px;
  height: 30px;
  fill: var(--wp--custom--color--link);
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

.menu-toggle {
  order: -1;
}
@media (min-width: 1181px) {
  .menu-toggle {
    display: none;
  }
}

.header-search {
  grid-column: 1/-1;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  border-top: 2px solid var(--wp--preset--color--tertiary);
  background-color: var(--wp--preset--color--background);
  padding: 24px var(--wp--custom--layout--padding);
}
.header-search .wp-block-search {
  max-width: var(--wp--custom--layout--wide);
  width: 100%;
  margin: 0 auto;
}
.header-search .wp-block-search__inside-wrapper {
  border: none;
  padding: 0;
  flex-direction: row-reverse;
}
.header-search .wp-block-search__input {
  padding-left: 0;
}
.header-search .wp-block-search__input::placeholder {
  text-transform: uppercase;
  font-weight: 600;
}
.header-search .wp-element-button {
  margin-left: 0;
  margin-right: 0.5rem;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .header-search {
    right: 16px;
  }
}
@media (min-width: 1181px) {
  .header-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
@media (max-width: 1180px) {
  .header-search {
    display: block;
  }
}
.header-search:not(.active) {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/*
body {

	.site-header {

		@supports( position: sticky ) {
			position: sticky;
			top: 0;
			transition: transform 0.3s;
			z-index: 10;
		}
	}

	&.admin-bar {
		.site-header {
			@supports( position: sticky ) {
				top: 32px;

				@include media("<=782px") {
					top: 0px;
				}
			}
		}
	}

	&.nav-up {

		.site-header {

			@supports( position: sticky ) {
				transform: translateY(-100%);
			}
		}
	}
}
*/
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
  line-height: var(--wp--custom--line-height--small);
}
.nav-menu .menu-item a:where(:focus, :hover) {
  text-decoration: underline;
}
@media (max-width: 1180px) {
  .nav-menu .menu-item a {
    text-align: center;
  }
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item.menu-item-favorite a {
  padding: 0;
  display: flex;
}
.nav-menu .menu-item .sub-menu a:where(:focus, :hover) {
  background-color: var(--wp--preset--color--tertiary);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
.nav-menu .submenu-expand svg {
  fill: currentColor;
}
@media (min-width: 1181px) {
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 1180px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    border-top: 2px solid var(--wp--preset--color--tertiary);
  }
  .nav-menu .menu-item-search,
.nav-menu .menu-item-favorite {
    display: none;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

.post-header {
  background: var(--wp--preset--color--tertiary);
  padding: 34px 0 44px;
  text-align: center;
}
.post-header .wrap > *:last-child {
  margin-bottom: 0;
}
.post-header .breadcrumb {
  margin-bottom: 0.9375rem;
}
.post-header__info {
  --cwp-post-header-gap: 20px;
  font-size: 0.8125rem;
  line-height: var(--wp--custom--line-height--small);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  border-top: 1px solid rgba(23, 73, 125, 0.3);
  border-bottom: 1px solid rgba(23, 73, 125, 0.3);
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 435px) {
  .post-header__info {
    --cwp-post-header-gap: 5px;
  }
}
.post-header__info .entry-avatar {
  flex-shrink: 0;
}
.post-header__info .entry-avatar img {
  border-radius: 50%;
}
.post-header__info a {
  text-decoration: none;
}
.post-header__info a:where(:focus, :hover) {
  text-decoration: underline;
}
.post-header__info a.is-style-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: var(--wp--custom--color--secondary-alt);
  text-transform: uppercase;
  --cwp-social-text: var(--wp--preset--color--white);
  --cwp-social-bg: var(--wp--custom--color--secondary-alt);
}
.post-header__info a.is-style-link svg {
  background-color: var(--cwp-social-bg);
  fill: var(--cwp-social-text);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--cwp-social-bg);
  vertical-align: middle;
  margin-right: 8px;
  flex-shrink: 0;
}
.post-header__info a.is-style-link:where(:focus, :hover) {
  --cwp-social-text: var(--wp--custom--color--secondary-alt);
  --cwp-social-bg: var(--wp--preset--color--white);
}
.post-header__author {
  flex-shrink: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.post-header__author .entry-author {
  max-width: min-content;
}
.post-header__date {
  margin: 0;
  font-weight: 600;
}
.post-header__date span {
  display: block;
}
.post-header__meta, .post-header__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--cwp-post-header-gap);
}
.post-header__meta > * + *, .post-header__links > * + * {
  border-left: 1px solid rgba(23, 73, 125, 0.3);
  padding-left: var(--cwp-post-header-gap);
}
.post-header__rating {
  border-left: 1px solid rgba(23, 73, 125, 0.3);
  padding-left: var(--cwp-post-header-gap);
}
.post-header__rating #wprm-recipe-user-rating-0 .wprm-rating-star.wprm-rating-star-full svg * {
  fill: var(--wp--preset--color--secondary);
  stroke: var(--wp--preset--color--secondary);
}
@media only screen and (max-width: 435px) {
  .post-header__rating .wprm-recipe-rating-details {
    display: none;
  }
}
.post-header__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}
.post-header__actions .social-share,
.post-header__actions .post-header__print,
.post-header__actions .post-header__favorite {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  color: var(--wp--preset--color--foreground);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--tiny);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .post-header__lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .post-header__info {
    column-gap: var(--cwp-post-header-gap);
  }
  .post-header__links:not(:empty) {
    border-right: 1px solid rgba(23, 73, 125, 0.3);
    padding-right: var(--cwp-post-header-gap);
  }
  .post-header__links > * {
    min-height: 32px;
  }
}
@media (max-width: 767px) {
  .post-header__info {
    display: block;
  }
  .post-header__meta {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(23, 73, 125, 0.3);
  }
  .post-header__links, .post-header__meta {
    padding-left: var(--cwp-post-header-gap);
    padding-right: var(--cwp-post-header-gap);
  }
}
@media (max-width: 374px) {
  .post-header__info {
    --cwp-post-header-gap: 12px;
  }
}

.aff-disc {
  font-size: var(--wp--preset--font-size--min);
}
.aff-disc p {
  margin: 0;
}

.post-header__favorite {
  line-height: 0;
}
.post-header__favorite .saved {
  display: none;
}
.post-header__favorite.active .saved {
  display: inline;
}
.post-header__favorite.active .save {
  display: none;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--tertiary);
  padding: 34px 0 44px;
  text-align: center;
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
}

.archive-header h1 {
  margin-top: 0.9375rem;
}

.archive-description {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.archive-description::before {
  content: "";
  display: block;
  max-width: 265px;
  border-top: 1px solid rgba(23, 73, 125, 0.3);
  margin: 1.875rem auto;
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: 0.9375rem;
}

/* Archive Post Listing
--------------------------------------------- */
.archive-recent-header {
  max-width: var(--wp--custom--layout--page);
  margin: var(--wp--custom--layout--block-gap-large) auto 0;
  text-align: center;
}

.archive-recent-header h2 {
  text-transform: uppercase;
  letter-spacing: var(--wp--custom--letter-spacing--looser);
}

.archive .site-main > .block-post-listing {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.archive .site-main > .block-area > .alignfull.has-background:first-child, .archive .site-main > .block-area > .block-post-listing.layout-1up-featured:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid transparent;
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
  width: 18px;
  height: 18px;
}
.pagination ul li a:where(:focus, :hover) {
  border-color: var(--wp--preset--color--primary);
}
.pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
  border-color: var(--wp--preset--color--primary);
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.entry-content > *,
.block-area > *,
.cwp-inner > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull,
.cwp-inner > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + *,
.cwp-inner > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child), .entry-content > .cwp-large:not(:first-child), .entry-content > .wprm-recipe-template-cwp-roundup:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child),
.block-area > .cwp-large:not(:first-child),
.block-area > .wprm-recipe-template-cwp-roundup:not(:first-child),
.cwp-inner > .alignfull:not(:first-child),
.cwp-inner > .wp-block-separator:not(:first-child),
.cwp-inner > .cwp-large:not(:first-child),
.cwp-inner > .wprm-recipe-template-cwp-roundup:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child), .entry-content > .cwp-large:not(:last-child), .entry-content > .wprm-recipe-template-cwp-roundup:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child),
.block-area > .cwp-large:not(:last-child),
.block-area > .wprm-recipe-template-cwp-roundup:not(:last-child),
.cwp-inner > .alignfull:not(:last-child),
.cwp-inner > .wp-block-separator:not(:last-child),
.cwp-inner > .cwp-large:not(:last-child),
.cwp-inner > .wprm-recipe-template-cwp-roundup:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background,
.cwp-inner > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child,
.content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child,
.content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-header .wp-block-buttons {
  margin-bottom: 1.5rem;
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin: 32px 0;
}

/* Comments
--------------------------------------------- */
.entry-comments .comments-title {
  background-color: var(--wp--preset--color--quaternary);
  margin-bottom: 0;
  text-align: center;
  padding-top: 24px;
  letter-spacing: var(--wp--custom--letter-spacing--looser);
  text-transform: capitalize;
}
.entry-comments .comment-list {
  background-color: var(--wp--preset--color--quaternary);
  margin: 0;
  padding: 16px 20px;
}
.entry-comments .comment-list li {
  list-style-type: none;
}
.entry-comments .comment-list li + li {
  padding-top: 12px;
}
.entry-comments .comment-list li article {
  padding: 20px;
  position: relative;
  background-color: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--border-radius--small);
}
.entry-comments .comment-list li.staff {
  padding-bottom: 8px;
}
.entry-comments .comment-list li.staff:last-child {
  padding-bottom: 0;
}
.entry-comments .comment-list li.staff > article {
  background-color: var(--wp--preset--color--quaternary);
  padding: 0 20px;
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  ;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-body {
  font-weight: 500;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--tiny);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author .fn {
  font-weight: inherit;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  text-transform: capitalize;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: 0.8125rem;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  font-weight: inherit;
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content {
  font-size: 0.875rem;
  line-height: var(--wp--custom--line-height--medium);
  margin-top: 12px;
}
.entry-comments .comment-list .comment-content .wprm-comment-rating {
  margin-bottom: 12px;
}
.entry-comments .comment-list .comment-content p:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin-bottom: 0;
}
.entry-comments .comment-list .reply {
  margin-top: 12px;
}
.entry-comments .comment-list .comment-reply-link {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
  color: inherit;
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 12px 0 0;
}
.entry-comments .comment-list ol.children li.staff:first-child {
  padding-top: 8px;
}
.entry-comments .comment-list ol.children li.staff:last-child {
  padding-bottom: 8px;
}
.entry-comments .comment-list .comment-respond {
  margin: 20px 0;
}
.entry-comments .comment-list .comment-respond .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}
.entry-comments .comment-navigation {
  background-color: var(--wp--preset--color--quaternary);
  padding-top: 20px;
  padding-bottom: 44px;
}
@media (max-width: 767px) {
  .entry-comments {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
  }
}

.comment-respond {
  text-align: center;
  margin: var(--wp--custom--layout--block-gap-large) 0;
  padding: 0 20px;
}
.comment-respond .comment-reply-title {
  letter-spacing: var(--wp--custom--letter-spacing--looser);
  text-transform: capitalize;
  margin-bottom: 0;
}
.comment-respond .logged-in-as,
.comment-respond .comment-notes {
  font-size: var(--wp--preset--font-size--tiny);
  font-style: italic;
  margin: 8px 0 20px;
}
.comment-respond .logged-in-as::after,
.comment-respond .comment-notes::after {
  content: "";
  display: block;
  max-width: 600px;
  height: 1px;
  margin: 28px auto 16px;
  background-color: rgba(23, 73, 125, 0.3);
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  margin: 8px 0 0;
  border: 1px solid;
  border-radius: var(--wp--custom--border-radius--small);
  ;
  background-color: var(--wp--preset--color--background);
}
.comment-respond .comment-form-comment input, .comment-respond .comment-form-comment textarea, .comment-respond .comment-form-comment select,
.comment-respond .comment-form-author input,
.comment-respond .comment-form-author textarea,
.comment-respond .comment-form-author select,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-email textarea,
.comment-respond .comment-form-email select {
  border: none;
}
.comment-respond .comment-form-comment textarea,
.comment-respond .comment-form-author textarea,
.comment-respond .comment-form-email textarea {
  display: block;
}
.comment-respond .comment-form-comment label,
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label {
  padding: 9px 0 0 14px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
  text-align: left;
}
.comment-respond .comment-form-wprm-rating {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0.25rem;
  margin: 20px 0;
}
.comment-respond .comment-form-wprm-rating label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.nav-links a {
  display: block;
  text-transform: uppercase;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: 0 var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.site-footer {
  background: var(--wp--preset--color--background);
  font-size: var(--wp--custom--font--size-2);
  padding: 0;
  position: relative;
}
.site-footer .backtotop-circle {
  --cwp-size: 48px;
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--cwp-size);
  height: var(--cwp-size);
  position: absolute;
  top: calc(var(--cwp-size) / -2);
  left: 50%;
  margin-left: calc(var(--cwp-size) / -2);
}
.site-footer .backtotop-circle svg {
  fill: #fff;
}
.site-footer .backtotop-link {
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
}
.site-footer__logo {
  display: inline-flex;
}
.site-footer ul.social-links {
  justify-content: center;
}
.site-footer__top {
  padding-top: 48px;
  padding-bottom: 48px;
}
.site-footer__top .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--custom--layout--padding);
}
@media (max-width: 767px) {
  .site-footer__top {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .site-footer__top .wrap {
    flex-direction: column;
  }
}
.site-footer__social-links {
  flex: 36;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .site-footer__social-links {
    justify-content: center;
  }
  .site-footer__social-links .social-links {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .site-footer__social-links:not(:only-child) {
    justify-content: flex-end;
  }
}
.site-footer__social-links .site-footer__social-text {
  margin: 0;
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: var(--wp--custom--letter-spacing--looser);
  text-transform: uppercase;
}
.site-footer__middle {
  color: var(--wp--preset--color--white);
  padding-top: 39px;
  padding-bottom: 39px;
}
.site-footer__middle .wpforms-container {
  width: 100%;
  flex: 64;
  margin-bottom: 0;
  text-align: center;
}
.site-footer__middle .wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
}
.site-footer__middle .wpforms-container .wpforms-field {
  border-color: var(--wp--preset--color--background);
}
.site-footer__middle .wpforms-container .wpforms-field input, .site-footer__middle .wpforms-container .wpforms-field textarea {
  padding: 4px 12px;
}
@media (min-width: 768px) {
  .site-footer__middle .wpforms-container .wpforms-form {
    display: grid;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  .site-footer__middle .wpforms-container .wpforms-form > * {
    flex-grow: 1;
    flex-basis: calc((40rem - 100%) * 999);
  }
  .site-footer__middle .wpforms-container .wpforms-title {
    margin-bottom: 0;
  }
  .site-footer__middle .wpforms-container .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex-grow: 2.5;
  }
  .site-footer__middle .wpforms-container .wpforms-field-container .wpforms-field {
    margin-bottom: 0;
    flex-grow: 1;
  }
  .site-footer__middle .wpforms-container .wpforms-submit-container {
    margin-top: 0;
    align-self: stretch;
  }
  .site-footer__middle .wpforms-container .wpforms-submit-container .wpforms-submit {
    height: 100%;
  }
}
@media (min-width: 1049px) {
  .site-footer__middle .wpforms-container .wpforms-title,
.site-footer__middle .wpforms-container .wpforms-submit-container {
    text-align: left;
  }
}
.site-footer__middle .social-links {
  margin: 0;
}
.site-footer__middle .social-links a {
  background-color: var(--wp--preset--color--primary);
}
.site-footer__middle .social-links a:where(:focus, :hover) {
  background-color: var(--wp--preset--color--background);
}
.site-footer__middle .social-links a:where(:focus, :hover) svg {
  fill: var(--wp--preset--color--primary);
}
.site-footer__middle .social-links svg {
  fill: var(--wp--preset--color--white);
}
.site-footer__middle .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--custom--layout--padding);
}
@media (max-width: 767px) {
  .site-footer__middle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-footer__middle .wrap {
    flex-direction: column;
  }
}
.site-footer__links a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
.site-footer__links a:where(:focus, :hover) {
  text-decoration: underline;
}
.site-footer__copyright {
  margin-right: 1ch;
}
.site-footer__bottom {
  padding-top: 24px;
  padding-bottom: 24px;
}
.site-footer__bottom .wrap > :first-child {
  margin-top: 0;
}
.site-footer__bottom .wrap > :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
  .site-footer__copyright {
    display: block;
    margin-right: 0;
  }
}

.nav-footer {
  flex-wrap: wrap;
  justify-content: center;
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--small);
}
.nav-footer ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
}
.nav-footer li {
  list-style-type: none;
}
.nav-footer a {
  color: var(--wp--preset--color--foreground);
  font-weight: 600;
  text-decoration: none;
  padding: 6px 0;
  display: block;
}
.nav-footer a:hover {
  text-decoration: underline;
}
.nav-footer__details {
  visibility: hidden;
}
.nav-footer__details .nav-footer {
  visibility: visible;
}
.nav-footer__toggle {
  background-color: transparent;
  border: none;
  color: inherit;
  display: flex;
  padding: 24px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  text-align: left;
  gap: 1rem;
}
.nav-footer__toggle svg {
  fill: currentColor;
  vertical-align: middle;
  margin-left: auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .nav-footer__toggle {
    display: none;
  }
}
.nav-footer__toggle.active ~ .nav-footer {
  display: block;
}
.nav-footer__toggle.active svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .nav-footer__toggle-wrap {
    background-color: var(--wp--preset--color--primary);
    border-radius: 4px;
    color: var(--wp--preset--color--white);
    width: 100%;
  }
  .nav-footer__toggle-wrap .nav-footer {
    display: none;
  }
  .nav-footer__toggle-wrap .nav-footer .menu {
    display: block;
    border-top: 1px solid;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nav-footer__toggle-wrap .nav-footer .menu li {
    text-align: left;
  }
  .nav-footer__toggle-wrap .nav-footer .menu li a {
    padding: 12px 24px;
    color: inherit;
  }
}
.nav-footer.nav-footer-secondary {
  font-size: var(--wp--custom--font--size-2);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}
@media (min-width: 768px) {
  .nav-footer.nav-footer-secondary {
    border-left: 1px solid rgba(23, 73, 125, 0.3);
    padding-left: 3rem;
  }
}

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