@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * 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
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
a {
  transition: all 0.1s ease-in-out;
}

/*! 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);
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: 40px 0 0;
}

.site-container {
  overflow: hidden;
}

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

/* Post Layouts
--------------------------------------------- */
.single .content-area {
  max-width: 736px;
  margin: 2rem auto 0;
}
@media (min-width: 993px) {
  .single .content-area {
    margin-top: 3rem;
  }
}

/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary {
  padding-top: 50px;
}

.sidebar-primary .widget + .widget {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: 1fr var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--custom--layout--column-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 {
  font-family: var(--wp--preset--font-family--system-font);
  line-height: var(--wp--custom--line-height--tiny);
  margin: 0 0 1rem;
  font-weight: bold;
}

h1 {
  font-size: var(--wp--preset--font-size--gigantic);
  line-height: 1;
}

h2 {
  font-size: var(--wp--preset--font-size--jumbo);
}

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

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

h5 {
  font-size: var(--wp--preset--font-size--normal);
}

h6 {
  font-size: var(--wp--preset--font-size--small);
}

.has-gargantuan-font-size {
  line-height: 0.9;
}

/*Alternate Headings*/
h1.is-style-alt, h2.is-style-alt, h3.is-style-alt, h4.is-style-alt, h5.is-style-alt, h6.is-style-alt {
  font-family: var(--wp--preset--font-family--system-font-serif);
}

/*All Caps Headings*/
.is-style-all-caps {
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--system-font);
  /*  ~ h1, ~ h2, ~ h3, ~ h4, ~ h5, ~ h6 {
      margin-top: 0;
    }*/
}

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

h2 + .wp-block-image.alignright, h2 .wp-block-image.alignleft, h3 + .wp-block-image.alignright, h3 .wp-block-image.alignleft {
  margin-top: var(--wp--style--block-gap);
}

.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-table figcaption {
  font-size: 16px;
  color: var(--wp--preset--font-size--tiny);
}
@media (min-width: 601px) {
  .wp-block-image.alignleft,
  .wp-block-video.alignleft,
  .wp-block-table.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,
  .wp-block-video.alignright,
  .wp-block-table.alignright {
    float: right;
    margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .wp-block-image.alignleft,
  .content .wp-block-video.alignleft,
  .content .wp-block-table.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,
  .content .wp-block-video.alignright,
  .content .wp-block-table.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,
  .full-width-content .wp-block-video.alignleft,
  .full-width-content .wp-block-table.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,
  .full-width-content .wp-block-video.alignright,
  .full-width-content .wp-block-table.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

.wp-block-gallery ul {
  flex-grow: 1;
}

/* Circle Image */
.wp-block-image.is-style-circle {
  overflow: hidden;
}
.wp-block-image.is-style-circle img {
  border-radius: 9999px;
}

/* Link
--------------------------------------------- */
a {
  color: var(--wp--custom--color--link);
  text-decoration: underline;
  text-decoration-color: var(--wp--custom--color--link);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-weight: bold;
}
a:hover {
  color: var(--wp--custom--color--link-hover);
  text-decoration-color: var(--wp--custom--color--link);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

/* Button
--------------------------------------------- */
.wp-element-button, .wp-block-button > .wp-block-button__link, .wp-block-button__submit, .gform_button, .gform-button {
  font-family: var(--wp--preset--font-family--system-font);
  display: inline-block;
  padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  border: none;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  transition: 0.2s all ease-in-out;
}
.wp-element-button:hover, .wp-element-button:focus, .wp-block-button > .wp-block-button__link:hover, .wp-block-button > .wp-block-button__link:focus, .wp-block-button__submit:hover, .wp-block-button__submit:focus, .gform_button:hover, .gform_button:focus, .gform-button:hover, .gform-button:focus {
  background: var(--wp--custom--color--primary-darken) !important;
}
.wp-element-button.has-primary-background-color:hover, .wp-element-button.has-primary-background-color:focus, .wp-block-button > .wp-block-button__link.has-primary-background-color:hover, .wp-block-button > .wp-block-button__link.has-primary-background-color:focus, .wp-block-button__submit.has-primary-background-color:hover, .wp-block-button__submit.has-primary-background-color:focus, .gform_button.has-primary-background-color:hover, .gform_button.has-primary-background-color:focus, .gform-button.has-primary-background-color:hover, .gform-button.has-primary-background-color:focus {
  background: var(--wp--custom--color--primary-darken) !important;
}
.wp-element-button.has-secondary-background-color, .wp-block-button > .wp-block-button__link.has-secondary-background-color, .wp-block-button__submit.has-secondary-background-color, .gform_button.has-secondary-background-color, .gform-button.has-secondary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-secondary-background-color:hover, .wp-element-button.has-secondary-background-color:focus, .wp-block-button > .wp-block-button__link.has-secondary-background-color:hover, .wp-block-button > .wp-block-button__link.has-secondary-background-color:focus, .wp-block-button__submit.has-secondary-background-color:hover, .wp-block-button__submit.has-secondary-background-color:focus, .gform_button.has-secondary-background-color:hover, .gform_button.has-secondary-background-color:focus, .gform-button.has-secondary-background-color:hover, .gform-button.has-secondary-background-color:focus {
  background: var(--wp--custom--color--secondary-darken) !important;
}
.wp-element-button.has-tertiary-background-color, .wp-block-button > .wp-block-button__link.has-tertiary-background-color, .wp-block-button__submit.has-tertiary-background-color, .gform_button.has-tertiary-background-color, .gform-button.has-tertiary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-tertiary-background-color:hover, .wp-element-button.has-tertiary-background-color:focus, .wp-block-button > .wp-block-button__link.has-tertiary-background-color:hover, .wp-block-button > .wp-block-button__link.has-tertiary-background-color:focus, .wp-block-button__submit.has-tertiary-background-color:hover, .wp-block-button__submit.has-tertiary-background-color:focus, .gform_button.has-tertiary-background-color:hover, .gform_button.has-tertiary-background-color:focus, .gform-button.has-tertiary-background-color:hover, .gform-button.has-tertiary-background-color:focus {
  background: var(--wp--custom--color--tertiary-darken) !important;
}
.wp-element-button.has-quaternary-background-color, .wp-block-button > .wp-block-button__link.has-quaternary-background-color, .wp-block-button__submit.has-quaternary-background-color, .gform_button.has-quaternary-background-color, .gform-button.has-quaternary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-quaternary-background-color:hover, .wp-element-button.has-quaternary-background-color:focus, .wp-block-button > .wp-block-button__link.has-quaternary-background-color:hover, .wp-block-button > .wp-block-button__link.has-quaternary-background-color:focus, .wp-block-button__submit.has-quaternary-background-color:hover, .wp-block-button__submit.has-quaternary-background-color:focus, .gform_button.has-quaternary-background-color:hover, .gform_button.has-quaternary-background-color:focus, .gform-button.has-quaternary-background-color:hover, .gform-button.has-quaternary-background-color:focus {
  background: var(--wp--custom--color--quaternary-darken) !important;
}
.wp-element-button.has-quinary-background-color, .wp-block-button > .wp-block-button__link.has-quinary-background-color, .wp-block-button__submit.has-quinary-background-color, .gform_button.has-quinary-background-color, .gform-button.has-quinary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-quinary-background-color:hover, .wp-element-button.has-quinary-background-color:focus, .wp-block-button > .wp-block-button__link.has-quinary-background-color:hover, .wp-block-button > .wp-block-button__link.has-quinary-background-color:focus, .wp-block-button__submit.has-quinary-background-color:hover, .wp-block-button__submit.has-quinary-background-color:focus, .gform_button.has-quinary-background-color:hover, .gform_button.has-quinary-background-color:focus, .gform-button.has-quinary-background-color:hover, .gform-button.has-quinary-background-color:focus {
  background: var(--wp--custom--color--quinary-darken) !important;
}
.wp-element-button.has-senary-background-color, .wp-block-button > .wp-block-button__link.has-senary-background-color, .wp-block-button__submit.has-senary-background-color, .gform_button.has-senary-background-color, .gform-button.has-senary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-senary-background-color:hover, .wp-element-button.has-senary-background-color:focus, .wp-block-button > .wp-block-button__link.has-senary-background-color:hover, .wp-block-button > .wp-block-button__link.has-senary-background-color:focus, .wp-block-button__submit.has-senary-background-color:hover, .wp-block-button__submit.has-senary-background-color:focus, .gform_button.has-senary-background-color:hover, .gform_button.has-senary-background-color:focus, .gform-button.has-senary-background-color:hover, .gform-button.has-senary-background-color:focus {
  background: var(--wp--custom--color--senary-darken) !important;
}
.wp-element-button.has-septenary-background-color:hover, .wp-element-button.has-septenary-background-color:focus, .wp-block-button > .wp-block-button__link.has-septenary-background-color:hover, .wp-block-button > .wp-block-button__link.has-septenary-background-color:focus, .wp-block-button__submit.has-septenary-background-color:hover, .wp-block-button__submit.has-septenary-background-color:focus, .gform_button.has-septenary-background-color:hover, .gform_button.has-septenary-background-color:focus, .gform-button.has-septenary-background-color:hover, .gform-button.has-septenary-background-color:focus {
  background: var(--wp--custom--color--septenary-darken) !important;
}
.wp-element-button.has-foreground-background-color, .wp-block-button > .wp-block-button__link.has-foreground-background-color, .wp-block-button__submit.has-foreground-background-color, .gform_button.has-foreground-background-color, .gform-button.has-foreground-background-color {
  color: var(--wp--preset--color--background);
}
.wp-element-button.has-foreground-background-color:hover, .wp-element-button.has-foreground-background-color:focus, .wp-block-button > .wp-block-button__link.has-foreground-background-color:hover, .wp-block-button > .wp-block-button__link.has-foreground-background-color:focus, .wp-block-button__submit.has-foreground-background-color:hover, .wp-block-button__submit.has-foreground-background-color:focus, .gform_button.has-foreground-background-color:hover, .gform_button.has-foreground-background-color:focus, .gform-button.has-foreground-background-color:hover, .gform-button.has-foreground-background-color:focus {
  background: var(--wp--custom--color--gray-900) !important;
}

.gform_button, .gform-button {
  background: var(--wp--preset--color--foreground);
}
.gform_button:hover, .gform_button:focus, .gform-button:hover, .gform-button:focus {
  background: var(--wp--custom--color--gray-900-darken) !important;
}

@media (max-width: 767px) {
  .wp-block-button.is-style-large .wp-block-button__link {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-large .wp-block-button__link {
    padding: 24px 36px;
  }
}
@media (max-width: 767px) {
  .wp-block-button.is-style-small .wp-block-button__link {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-small .wp-block-button__link {
    font-size: 16px;
    padding: 17px 37px;
  }
}
.wp-block-button.is-style-extra-small .wp-block-button__link {
  font-size: 14px;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-extra-small .wp-block-button__link {
    padding: 15px 31px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-extra-small .wp-block-button__link {
    padding: 15px 35px;
  }
}

div.wp-block-buttons {
  gap: 16px;
}

.has-tertiary-background-color .wp-element-button, .has-tertiary-background-color .wp-block-button > .wp-block-button__link, .has-tertiary-background-color .wp-block-button__submit, .has-tertiary-background-color .gform_button, .has-tertiary-background-color .gform-button, .has-septenary-background-color .wp-element-button, .has-septenary-background-color .wp-block-button > .wp-block-button__link, .has-septenary-background-color .wp-block-button__submit, .has-septenary-background-color .gform_button, .has-septenary-background-color .gform-button {
  background: var(--wp--preset--color--foreground);
}
.has-tertiary-background-color .wp-element-button:hover, .has-tertiary-background-color .wp-element-button:focus, .has-tertiary-background-color .wp-element-button:active, .has-tertiary-background-color .wp-block-button > .wp-block-button__link:hover, .has-tertiary-background-color .wp-block-button > .wp-block-button__link:focus, .has-tertiary-background-color .wp-block-button > .wp-block-button__link:active, .has-tertiary-background-color .wp-block-button__submit:hover, .has-tertiary-background-color .wp-block-button__submit:focus, .has-tertiary-background-color .wp-block-button__submit:active, .has-tertiary-background-color .gform_button:hover, .has-tertiary-background-color .gform_button:focus, .has-tertiary-background-color .gform_button:active, .has-tertiary-background-color .gform-button:hover, .has-tertiary-background-color .gform-button:focus, .has-tertiary-background-color .gform-button:active, .has-septenary-background-color .wp-element-button:hover, .has-septenary-background-color .wp-element-button:focus, .has-septenary-background-color .wp-element-button:active, .has-septenary-background-color .wp-block-button > .wp-block-button__link:hover, .has-septenary-background-color .wp-block-button > .wp-block-button__link:focus, .has-septenary-background-color .wp-block-button > .wp-block-button__link:active, .has-septenary-background-color .wp-block-button__submit:hover, .has-septenary-background-color .wp-block-button__submit:focus, .has-septenary-background-color .wp-block-button__submit:active, .has-septenary-background-color .gform_button:hover, .has-septenary-background-color .gform_button:focus, .has-septenary-background-color .gform_button:active, .has-septenary-background-color .gform-button:hover, .has-septenary-background-color .gform-button:focus, .has-septenary-background-color .gform-button:active {
  background: var(--wp--custom--color--gray-900) !important;
}

/*CTA Button*/
.is-style-cta .wp-block-button__link {
  display: flex;
  align-items: center;
  padding: var(--wp--custom--layout--padding);
}
.is-style-cta .wp-block-button__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.293 16.707a1 1 0 0 1-.083-1.32l.083-.094L17.585 13 4 13a1 1 0 0 1-.117-1.993L4 11l13.586.001-2.293-2.294a1 1 0 0 1 1.32-1.497l.094.083 4 4 .054.058.071.094.043.07.054.114.035.105.03.148L21 12l-.003.075-.017.126-.03.111-.044.111-.052.098-.064.092c-.029.037-.055.066-.083.094l-4 4a1 1 0 0 1-1.414 0Z' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

/*Disabled Button*/
.button--disabled, button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*All Caps Button*/
.button--caps {
  text-transform: uppercase;
}

/*Callout Link*/
.wp-block-button.is-style-text-link .wp-block-button__link {
  padding: 0;
  margin: var(--wp--custom--layout--padding) 0;
  background: none;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--tertiary);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  color: var(--wp--preset--color--tertiary);
  align-items: center;
  font-size: 16px;
  transition: 0.2s all ease-in-out;
}
.wp-block-button.is-style-text-link .wp-block-button__link:hover, .wp-block-button.is-style-text-link .wp-block-button__link:focus, .wp-block-button.is-style-text-link .wp-block-button__link:active {
  color: var(--wp--custom--color--tertiary-darken);
  background: none !important;
}
.wp-block-button.is-style-text-link .wp-block-button__link:hover::before, .wp-block-button.is-style-text-link .wp-block-button__link:focus::before, .wp-block-button.is-style-text-link .wp-block-button__link:active::before {
  transform: translateX(2px) translateY(0px);
}

/* Seperator
--------------------------------------------- */
.wp-block-separator, .block-area .wp-block-separator {
  border-bottom: none;
  border-color: var(--wp--custom--color--gray-300);
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: var(--wp--custom--layout--block-gap-large) 0;
  clear: both;
  /*No Padding  Style Group*/
  /*Rounded Style Group*/
  /*Callout Style Group*/
  /*Rounded Style Group*/
  /*Bordered Group*/
  /*Rounded Style Group*/
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: var(--wp--custom--layout--block-gap-large) 0;
  }
}
.wp-block-group > * {
  width: 95%;
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group h1 + p, .wp-block-group h1 + ul, .wp-block-group h1 + ol, .wp-block-group h2 + p, .wp-block-group h2 + ul, .wp-block-group h2 + ol, .wp-block-group h3 + p, .wp-block-group h3 + ul, .wp-block-group h3 + ol, .wp-block-group h4 + p, .wp-block-group h4 + ul, .wp-block-group h4 + ol, .wp-block-group h5 + p, .wp-block-group h5 + ul, .wp-block-group h5 + ol, .wp-block-group h6 + p, .wp-block-group h6 + ul, .wp-block-group h6 + ol {
  margin-top: 0.5rem;
}
.wp-block-group[class*=-gradient-background] {
  color: #fff;
}
.wp-block-group.has-background {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .wp-block-group.has-background {
    padding: 60px var(--wp--custom--layout--block-gap-large);
  }
}
.wp-block-group + .wp-block-group {
  margin-top: 1.5rem;
}
.wp-block-group.is-style-no-spacing {
  padding: 0;
}
.wp-block-group.is-style-minimal-padding {
  padding: var(--wp--style--block-gap) var(--wp--custom--layout--padding);
}
.wp-block-group.is-style-callout {
  padding: var(--wp--custom--layout--padding);
}
@media (min-width: 768px) {
  .wp-block-group.is-style-callout {
    padding: var(--wp--style--block-gap);
  }
}
.wp-block-group.is-style-rounded {
  border-radius: var(--wp--custom--border-radius--small);
}
.wp-block-group.is-style-bordered {
  padding: var(--wp--style--block-gap);
  box-shadow: var(--wp--custom--box-shadow--normal);
  border: 2px solid var(--wp--preset--color--primary);
}
.wp-block-group.is-style-bordered.is-style-extra-padding {
  padding: 3em 2em;
}
.wp-block-group.is-style-rounded {
  padding: var(--wp--style--block-gap);
  border-radius: var(--wp--custom--border-radius--small);
}

/* Columns
--------------------------------------------- */
.wp-block-columns {
  /*Callout Style*/
  /* Swap Order on Mobile*/
  /* Wide Gap*/
}
.wp-block-columns.is-style-callout {
  padding: var(--wp--style--block-gap);
}
@media (max-width: 782px) {
  .wp-block-columns.is-style-swap-order .wp-block-column:first-child {
    order: 2;
  }
  .wp-block-columns.is-style-swap-order .wp-block-column:nth-child(2) {
    order: 1;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.is-style-wide-gap.is-layout-flex {
    gap: 48px;
  }
}

/* Cover
--------------------------------------------- */
.wp-block-cover {
  padding: 3em 0;
}
.wp-block-cover.alignfull {
  width: 100vw;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: var(--wp--custom--layout--wide);
  max-width: 95%;
}

/* Blockquote
--------------------------------------------- */
blockquote, .blockquote--default, .wp-block-quote {
  margin: var(--wp--custom--layout--padding-large) 0 var(--wp--custom--layout--padding);
  position: relative;
  font-size: var(--wp--preset--font-size--medium);
  background: var(--wp--preset--color--quinary);
  color: var(--wp--preset--color--foreground);
  padding: 60px var(--wp--custom--layout--padding) var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
  text-align: center;
}
blockquote::before, .blockquote--default::before, .wp-block-quote::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.151 22.363c0 3.284-2.469 5.397-5.481 5.397-3.605 0-6.42-2.852-6.42-7.23 0-6.136 4.667-10.77 9.926-10.77 1.185 0 2.074.611 2.074 1.731 0 .917-.667 1.604-1.58 1.655-3.383.178-5.877 2.368-6.593 5.729.716-1.095 1.827-1.655 3.235-1.655 2.79 0 4.84 2.037 4.84 5.143Zm13.5 0c0 3.284-2.494 5.397-5.506 5.397-3.58 0-6.395-2.852-6.395-7.23 0-6.136 4.667-10.77 9.926-10.77 1.185 0 2.074.611 2.074 1.731 0 .917-.667 1.604-1.605 1.655-3.358.153-5.852 2.368-6.568 5.729.716-1.12 1.827-1.655 3.235-1.655 2.79 0 4.84 2.037 4.84 5.143Z' fill='%230D70D3'/%3E%3C/svg%3E");
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--custom--layout--padding);
  position: absolute;
  margin-left: -18px;
  left: 50%;
  top: 16px;
}
blockquote cite, blockquote .wp-block-quote__citation, .blockquote--default cite, .blockquote--default .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote .wp-block-quote__citation {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  font-size: 75%;
  letter-spacing: 0.05em;
  margin-top: var(--wp--custom--layout--padding);
  color: var(--wp--preset--color--septenary);
}
blockquote p:first-child, .blockquote--default p:first-child, .wp-block-quote p:first-child {
  margin-top: 0;
}
blockquote p:last-of-type, .blockquote--default p:last-of-type, .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wide-content blockquote, .wide-content .blockquote--default, .wide-content .wp-block-quote {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}
/* Accessible Colors
--------------------------------------------- */
.has-primary-background-color,
.has-septenary-background-color,
.has-gray-900-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}
.has-primary-background-color a, .has-primary-background-color .yoast-breadcrumbs, .has-primary-background-color .yoast-breadcrumbs a,
.has-septenary-background-color a,
.has-septenary-background-color .yoast-breadcrumbs,
.has-septenary-background-color .yoast-breadcrumbs a,
.has-gray-900-background-color a,
.has-gray-900-background-color .yoast-breadcrumbs,
.has-gray-900-background-color .yoast-breadcrumbs a,
.has-foreground-background-color a,
.has-foreground-background-color .yoast-breadcrumbs,
.has-foreground-background-color .yoast-breadcrumbs a {
  color: var(--wp--preset--color--white);
  text-decoration-color: var(--wp--preset--color--white);
}
.has-primary-background-color .gform_confirmation_wrapper,
.has-septenary-background-color .gform_confirmation_wrapper,
.has-gray-900-background-color .gform_confirmation_wrapper,
.has-foreground-background-color .gform_confirmation_wrapper {
  color: var(--wp--preset--color--foreground);
}

.has-white-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-quaternary-background-color,
.has-quinary-background-color,
.has-senary-background-color,
.has-background-background-color {
  color: var(--wp--preset--color--foreground);
}

/* Search : =search
--------------------------------------------- */
.wp-block-search__label {
  display: block;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 900;
  line-height: var(--wp--custom--line-height--small);
  text-transform: lowercase;
  margin-bottom: 12px;
}

.wp-block-search__button {
  background: url(../icons/utility/search-fat.svg) no-repeat center;
  background-size: 24px;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  display: block;
  width: 44px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
}

.wp-block-search__inside-wrapper {
  background: #fff;
  border: 1px solid var(--wp--custom--color--gray-300);
  border-radius: var(--wp--custom--border-radius--tiny);
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-search__inside-wrapper {
    max-width: 400px;
  }
}

.wp-block-search__input {
  border: none;
  background: transparent;
  min-height: 44px;
}

.wp-block-search__input::placeholder {
  color: var(--wp--custom--color--gray-500);
  font-weight: 400;
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb, .yoast-breadcrumbs {
  max-width: var(--wp--custom--layout--wide);
  font-size: 12px;
  color: var(--wp--custom--color--gray-300);
  margin: 1em auto 2em;
}
.breadcrumb a, .yoast-breadcrumbs a {
  font-weight: normal;
  color: var(--wp--custom--color--link);
}
.breadcrumb a, .breadcrumb .breadcrumb_last, .yoast-breadcrumbs a, .yoast-breadcrumbs .breadcrumb_last {
  padding: 0 0.25rem;
}
.breadcrumb .breadcrumb_last, .yoast-breadcrumbs .breadcrumb_last {
  color: var(--wp--custom--color--gray-700);
}
.content .breadcrumb, .content .yoast-breadcrumbs {
  max-width: var(--wp--custom--layout--content);
}
.single .breadcrumb, .single .yoast-breadcrumbs {
  margin-left: 0;
}
.archive .breadcrumb, .archive .yoast-breadcrumbs {
  text-align: center;
}

/* Gravity Forms
--------------------------------------------- */
.wp-block-group script + p {
  margin: 0;
}

.gform_wrapper {
  margin: 0;
}
.gform_wrapper .gform_title {
  font-size: var(--wp--preset--font-size--huge);
  text-align: center;
}
.gform_wrapper + p, .gform_wrapper form + p {
  margin: 0;
}

/*Hide GF required legend*/
.gform_required_legend {
  display: none;
}

.gform_wrapper {
  margin: 1em 0;
}

.gform_wrapper.gravity-theme .gfield .gfield_label {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.gfield label + p {
  display: none;
}

.gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_footer br {
  display: none;
}
.gform_footer p {
  margin: 0;
}

.gform_button.button {
  width: inherit;
  margin: 0 auto;
  color: var(--wp--preset--color--background);
}

.gform_wrapper.gravity-theme .ginput_complex legend {
  font-size: 15px;
}

/*Price Styling*/
.ginput_product_price_wrapper {
  display: flex;
  gap: 4px;
}

.gfield--type-total {
  padding: 0.5em;
  margin-bottom: 1em;
  background: var(--wp--preset--color--quinary);
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.gfield--type-total .gform-field-label {
  margin-bottom: 0 !important;
}

/*Confirmation Message*/
.gform_confirmation_message {
  background: rgba(0, 0, 0, 0.4);
  color: var(--wp--preset--color--background);
  padding: var(--wp--custom--layout--padding);
  border-radius: var(--wp--custom--border-radius--small);
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: var(--wp--preset--color--primary);
  width: 30px;
  height: 30px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 6px;
  display: inline-block;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}

.shared-counts-wrap.after_content {
  text-align: center;
  margin: var(--wp--custom--spacing--l);
}
.shared-counts-wrap.after_content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.shared-counts-wrap.after_content.style-icon .shared-counts-button {
  padding: 0.75em;
}
.shared-counts-wrap.after_content svg {
  fill: var(--wp--preset--color--primary);
  width: 30px;
  height: 30px;
}

/* Yoast FAQ : =faq
--------------------------------------------- */
.site-container .wp-block-yoast-faq-block .schema-faq-question {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--display);
  display: block;
}
.site-container .wp-block-yoast-faq-block .schema-faq-answer {
  margin: 0;
}
@media (max-width: 767px) {
  .site-container .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: var(--wp--custom--layout--block-gap);
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
    margin-bottom: 0;
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .site-container .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: var(--wp--custom--layout--block-gap-large);
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
    margin-bottom: 0;
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 10px;
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: relative;
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  box-shadow: var(--wp--custom--box-shadow--1);
}
.site-header .wrap {
  max-width: var(--wp--custom--layout--wide);
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  margin: 0 auto;
}
@media (min-width: 1169px) {
  .site-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
  margin-left: auto;
}
@media (max-width: 1168px) {
  .site-header .nav-menu {
    grid-column: span 2;
    width: 100%;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 2 * var(--wp--custom--layout--padding));
  }
}
@media (min-width: 1169px) {
  .site-header .nav-menu {
    display: flex;
    flex-flow: row wrap;
  }
  .site-header .nav-menu .menu {
    display: flex;
    align-items: center;
  }
}
.site-header__logo-container {
  padding: 12px 0;
}
.site-header__logo {
  display: block;
  width: 200px;
  height: 28px;
  text-indent: -9999em;
  background-image: url("../images/sitelogo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
@media (min-width: 1169px) {
  .site-header__logo {
    width: 306px;
    height: 44px;
    padding: 0;
  }
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 3px;
  width: 78px;
  margin-left: auto;
}
.site-header__toggles svg {
  fill: var(--wp--preset--color--foreground);
}
@media (min-width: 1169px) {
  .site-header__toggles {
    display: none;
  }
}
.site-header .search-toggle, .site-header .menu-toggle {
  background: var(--wp--preset--color--background);
  border-radius: 3px;
  border: none;
  box-shadow: none;
  line-height: 0;
  text-align: center;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .search-toggle svg, .site-header .menu-toggle svg {
  width: 24px;
  height: 24px;
}
.site-header .search-toggle .close, .site-header .menu-toggle .close {
  display: none;
}
.site-header .search-toggle:hover, .site-header .menu-toggle:hover {
  background: var(--wp--preset--color--quinary);
}
.site-header .search-toggle.active, .site-header .menu-toggle.active {
  background: var(--wp--custom--color--quinary-darken);
}
.site-header .search-toggle.active .close, .site-header .menu-toggle.active .close {
  display: inline;
  fill: var(--wp--preset--color--foreground);
}
.site-header .search-toggle.active .open, .site-header .menu-toggle.active .open {
  display: none;
}

/* Toggles
--------------------------------------------- */
.site-header__toggles .search-toggle, .site-header__toggles .menu-toggle {
  position: absolute;
  top: 2px;
  width: 48px;
  height: 48px;
}
@media (min-width: 1169px) {
  .site-header__toggles .search-toggle, .site-header__toggles .menu-toggle {
    display: none;
  }
}

.site-header__toggles > .menu-toggle {
  right: 10px;
}

.site-header__toggles > .search-toggle {
  right: 60px;
  z-index: 10000;
}

/* Header Search : =search
--------------------------------------------- */
.header-search {
  overflow: hidden;
  width: 100%;
  width: calc(100% + 32px);
  background: var(--wp--preset--color--quinary);
  height: 100%;
  z-index: 1000;
  color: #fff;
  padding: 10px 0;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}
.header-search form {
  align-self: flex-start;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.header-search form input {
  padding: 1em;
}
.header-search form .wp-block-search__inside-wrapper {
  position: relative;
}
.header-search form .wp-block-search__button {
  position: absolute;
  right: 12px;
  top: 50%;
  height: 48px;
  width: 48px;
  margin-top: -24px;
  text-indent: -9999em;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' fill='%23333' d='M11 3a8 8 0 016.32 12.905L20.415 19a1 1 0 01-1.32 1.497L19 20.414l-3.095-3.093A8 8 0 1111 3zm0 2a6 6 0 100 12 6 6 0 000-12z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 30px 30px;
}
.header-search .search-form {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .header-search form {
    max-width: 100%;
  }
  .header-search form .wp-block-search__inside-wrapper {
    max-width: 100%;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
.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 .nav-primary .menu-item {
  list-style: none;
  position: relative;
  font-family: var(--wp--preset--font-family--system-font);
}
.nav-menu .nav-primary .menu-item a {
  border: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  position: relative;
  padding: var(--wp--custom--layout--padding) 8px;
  text-decoration: none;
}
.nav-menu .nav-primary .menu-item.menu-item-has-children > a {
  /*padding-right: calc( var(--wp--custom--layout--padding) * 2 );*/
}
.nav-menu .nav-primary .menu-item.menu-item--button {
  border-bottom: none;
  text-align: center;
  max-width: 200px;
}
.nav-menu .nav-primary .menu-item.menu-item--button > a {
  color: var(--wp--preset--color--foreground);
  background-color: var(--wp--preset--color--quaternary);
  padding: 1.1em var(--wp--custom--layout--padding) 1em;
  border-radius: 3px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  border-bottom: none !important;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-menu .nav-primary .menu-item.menu-item--button:hover > a, .nav-menu .nav-primary .menu-item.menu-item--button:focus > a, .nav-menu .nav-primary .menu-item.menu-item--button:active > a {
  color: white;
  background-color: var(--wp--custom--color--quaternary-darken);
}
@media (max-width: 1167px) {
  .nav-menu .nav-primary .menu-item.menu-item--button {
    margin-left: 16px;
    margin-top: 12px;
    text-transform: uppercase;
  }
}
.nav-menu .nav-primary .menu-item.menu-item--minimal > a {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--foreground);
}
.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: 10px;
}
.nav-menu .submenu-expand svg {
  fill: var(--wp--preset--color--foreground);
  height: 18px;
  width: 18px;
}
@media (min-width: 1169px) {
  .nav-menu {
    /*Top Level Menu Items*/
    /*Hover/Current States (border)*/
    /*Desktop Search*/
  }
  .nav-menu .menu > .menu-item a {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .nav-menu .menu > .menu-item {
    float: left;
    margin: 0 0.5rem;
  }
  .nav-menu .menu > .menu-item.menu-item-search .active {
    position: relative;
    z-index: 10000;
    background: var(--wp--preset--color--background);
  }
  .nav-menu .submenu-expand {
    display: none; /*hide dropdown arrow on desktop*/
  }
  .nav-menu .menu > .menu-item:hover > a, .nav-menu .menu > .menu-item:focus-within > a {
    background: var(--wp--preset--color--quinary);
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .menu > .menu-item:hover > .sub-menu, .nav-menu .menu > .menu-item:focus-within > .sub-menu {
    left: 0;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item.menu-item-has-children > a {
    display: flex;
    gap: 6px;
  }
  .nav-menu .menu > .menu-item.menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M5.293 9.707a1 1 0 011.32-1.497l.094.083L12 13.585l5.293-5.292a1 1 0 011.32-.083l.094.083a1 1 0 01.083 1.32l-.083.094-6 6a1 1 0 01-1.32.083l-.094-.083-6-6z'/%3E%3C/svg%3E");
  }
  .nav-menu .menu > .menu-item.menu-item-has-children:hover > a, .nav-menu .menu > .menu-item.menu-item-has-children:focus-within > a {
    background: var(--wp--preset--color--quinary);
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .menu-item-search {
    transform: translateY(-5px);
    padding-left: 0;
    padding-right: 0;
  }
  .nav-menu .menu-item-search form {
    max-width: 193px;
  }
  .nav-menu .menu-item-search form ::-webkit-input-placeholder {
    font-size: 14px;
    color: #000000;
  }
  .nav-menu .menu-item-search form :-moz-placeholder {
    font-size: 14px;
    color: #000000;
  }
  .nav-menu .menu-item-search form ::-moz-placeholder {
    font-size: 14px;
    color: #000000;
  }
  .nav-menu .menu-item-search form :-ms-input-placeholder {
    font-size: 14px;
    color: #000000;
  }
  .nav-menu .menu-item-search form .wp-block-search__inside-wrapper {
    border: none;
    border-radius: var(--wp--custom--border-radius--tiny);
    background-color: var(--wp--preset--color--quinary);
    padding-left: 8px;
  }
  .nav-menu .menu-item-search form .wp-block-search__inside-wrapper .wp-block-search__input {
    font-family: var(--wp--preset--font-family--system-font);
    font-size: 14px;
    min-height: 52px;
    border: none;
  }
  .nav-menu .menu-item-search form .wp-block-search__inside-wrapper .wp-block-search__button {
    top: 6px;
    right: 7px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    /*background: url(../icons/utility/search-fat.svg) no-repeat center;*/
    background-size: 20px;
    border: none;
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--quinary);
    box-shadow: var(--wp--custom--box-shadow--1);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 200px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
    font-weight: normal;
    font-size: 14px;
  }
  .nav-menu .sub-menu .menu-item a {
    color: var(--wp--preset--color--foreground);
    font-weight: normal;
    text-transform: none;
  }
  .nav-menu .sub-menu .menu-item.current-menu-item > a .current-menu-item a, .nav-menu .sub-menu .menu-item.current-menu-parent > a .current-menu-item a {
    border-bottom: none;
  }
  .nav-menu .sub-menu .menu-item:hover, .nav-menu .sub-menu .menu-item:focus, .nav-menu .sub-menu .menu-item:active {
    background: var(--wp--custom--color--quinary-darken);
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 1168px) {
  .nav-menu {
    display: none;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .nav-menu.active {
    display: block;
    clear: both;
    overflow: scroll;
    max-height: 100vh;
    max-height: calc(100vh - 60px);
    z-index: 100;
    background: var(--wp--preset--color--quinary);
    padding-bottom: 1em;
  }
  .nav-menu .nav-secondary {
    padding-bottom: 16px;
  }
  .nav-menu .nav-primary .search-toggle, .nav-menu .nav-secondary .search-toggle {
    display: none;
  }
  .nav-menu .nav-primary .menu > .menu-item.callout, .nav-menu .nav-secondary .menu > .menu-item.callout {
    border-bottom: none;
  }
  .nav-menu .nav-primary .menu > .menu-item.callout > a, .nav-menu .nav-secondary .menu > .menu-item.callout > a {
    color: var(--wp--preset--color--foreground);
    padding-left: 20px;
    padding-right: 20px;
    margin: 16px 26px 0;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-search, .nav-menu .nav-secondary .menu > .menu-item.menu-item-search {
    display: none;
  }
  .nav-menu .nav-primary .menu > .menu-item > .sub-menu, .nav-menu .nav-secondary .menu > .menu-item > .sub-menu {
    padding-bottom: 10px;
  }
  .nav-menu .nav-primary .menu > .menu-item > a, .nav-menu .nav-secondary .menu > .menu-item > a {
    padding: 20px 16px 16px !important;
    color: var(--wp--preset--color--foreground);
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item--button > a, .nav-menu .nav-secondary .menu > .menu-item.menu-item--button > a {
    color: var(--wp--preset--color--background);
  }
  .nav-menu .nav-primary .sub-menu, .nav-menu .nav-secondary .sub-menu {
    display: none;
  }
  .nav-menu .nav-primary .sub-menu .menu-item a, .nav-menu .nav-secondary .sub-menu .menu-item a {
    padding: 9px 26px 16px 40px;
    font-size: 14px;
    color: var(--wp--preset--color--foreground);
    font-weight: normal;
    text-transform: none;
  }
  .nav-menu .nav-primary .submenu-expand, .nav-menu .nav-secondary .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .nav-primary .submenu-expand svg, .nav-menu .nav-secondary .submenu-expand svg {
    width: 28px;
    height: 28px;
  }
  .nav-menu .nav-primary .submenu-expand:not(.expanded) .close, .nav-menu .nav-secondary .submenu-expand:not(.expanded) .close {
    display: none;
  }
  .nav-menu .nav-primary .submenu-expand.expanded + .sub-menu, .nav-menu .nav-secondary .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .nav-primary .submenu-expand.expanded .open, .nav-menu .nav-secondary .submenu-expand.expanded .open {
    display: none;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > a, .nav-menu .nav-secondary .mega > .sub-menu > li > a {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--wp--preset--color--primary);
    padding-bottom: calc(var(--wp--custom--layout--padding) / 2);
  }
  .nav-menu .nav-secondary .menu > .menu-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

/* Profile Navigation
--------------------------------------------------------------------------------------- */
.nav--profile__container {
  position: relative;
  padding: 0.5em;
  margin-left: var(--wp--custom--layout--padding);
}
.nav--profile__container .nav-menu {
  margin-left: 0;
}
@media (max-width: 1168px) {
  .nav--profile__container {
    order: 2;
  }
}
.nav--profile__container .avatar {
  border-radius: 16px;
}
.nav--profile__container .nav-profile {
  display: none;
}
@media (min-width: 1169px) {
  .nav--profile__container {
    display: block;
  }
}
.nav--profile__container:hover.nav--profile__loggedin {
  background: var(--wp--custom--color--primary-darken);
}
.nav--profile__container:hover .nav-profile {
  display: block;
  opacity: 1;
}

.nav-profile {
  /*hidden until avatar is hovered, inherits styles from .sub-menu class*/
  position: absolute;
  top: 48px;
  right: 0;
  background: var(--wp--custom--color--primary-darken);
  width: 200px;
  z-index: 100;
}
.nav-profile ul, .nav-profile li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-profile .menu-item {
  float: none;
  font-weight: normal;
  font-size: 14px;
}
.nav-profile .menu-item a {
  display: block;
  color: var(--wp--preset--color--background);
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  padding: var(--wp--custom--layout--padding);
}
.nav-profile .menu-item a:hover {
  background: var(--wp--custom--color--gray-900);
}

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

.archive .site-inner > .block-area > .wp-block-group.alignfull:first-child {
  margin-top: -40px;
}

.archive-header {
  background: var(--wp--preset--color--quinary);
  padding: 3rem var(--wp--custom--layout--padding) 2rem;
}
.archive-header .breadcrumb {
  text-align: left;
}
.archive-header .archive-header__container {
  display: grid;
}
.archive-header .archive-header__container .archive-description {
  order: 3;
}
.archive-header .archive-header__container .archive-image {
  order: 2;
  margin: 0 auto var(--wp--custom--layout--block-gap);
  width: 100%;
  max-width: 435px;
}
@media (min-width: 768px) {
  .archive-header .archive-header__container {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 0px;
  }
  .archive-header .archive-header__container .archive-header__title {
    grid-area: 1/1/2/2;
  }
  .archive-header .archive-header__container .archive-description {
    grid-area: 2/1/3/2;
  }
  .archive-header .archive-header__container .archive-image {
    grid-area: 1/2/3/3;
  }
}
@media (min-width: 1200px) {
  .archive-header .archive-header__container {
    grid-template-columns: 1fr 435px;
  }
}

.full-width-content .archive-header__title .breadcrumb {
  text-align: left;
}

.archive-image img {
  border: 2px solid var(--wp--preset--color--primary);
}
.archive-description {
  width: 100%;
  max-width: var(--wp--custom--layout--content);
  margin: 0 auto;
}
.archive-description > *:first-child {
  margin-top: 0;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

/*Archive Home*/
.blog .archive-header {
  padding-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  position: relative;
}
.search-form .search-field {
  padding-right: 40px;
}
.search-form .search-submit {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 48px;
  width: 48px;
  margin-top: -24px;
  text-indent: -9999em;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' fill='%23333' d='M11 3a8 8 0 016.32 12.905L20.415 19a1 1 0 01-1.32 1.497L19 20.414l-3.095-3.093A8 8 0 1111 3zm0 2a6 6 0 100 12 6 6 0 000-12z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 30px 30px;
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  text-align: center;
  padding-top: 22px;
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
  font-family: var(--wp--preset--font-family--display);
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--primary);
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
  border: none;
}
.pagination ul li:not(.pagination-next):not(.pagination-previous):not(.active):hover > a {
  background: var(--wp--preset--color--quinary);
}
.pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  font-weight: bold;
}
.full-width-content .pagination {
  max-width: var(--wp--custom--layout--wide);
}

/* Archive Recent Header
--------------------------------------------- */
.archive-recent-header {
  max-width: var(--wp--custom--layout--wide);
  margin: var(--wp--custom--layout--block-gap) auto 0;
}
@media (min-width: 768px) {
  .archive-recent-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}

.archive-recent-search {
  background: var(--wp--custom--color--gray-200);
  border-radius: var(--wp--custom--border-radius--small);
  padding: 6px 6px 6px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  color: var(--wp--preset--color--foreground);
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

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

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

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

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

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

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

/* Entry Content
--------------------------------------------- */
.entry-content {
  /*Styled Numbers*/
  /*Checklist Bullets*/
  /*Column List*/
}
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .entry-content ol.wp-block-gallery, .entry-content ol.blocks-gallery-grid {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ul.blocks-gallery-grid li, .entry-content ol.wp-block-gallery li, .entry-content ol.blocks-gallery-grid li {
  padding-bottom: 0;
}
.entry-content ol {
  padding-left: 30px;
  counter-reset: advanced-list-counter;
}
.entry-content ol li {
  list-style-type: none;
  list-style-position: outside;
}
.entry-content ol li::before {
  counter-increment: advanced-list-counter;
  content: counter(advanced-list-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-weight: 700;
  margin: 4px 0 0 -30px;
  border-radius: 100%;
  border: 0;
  background: var(--wp--preset--color--primary);
  color: #ffffff;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 12px;
}
.entry-content .is-style-checklist li, .entry-content .list-item__check {
  list-style-type: none;
}
.entry-content .is-style-checklist li::before, .entry-content .list-item__check::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 4.39a1 1 0 0 1 1.656 1.116l-.07.104-10 13a1 1 0 0 1-1.475.122l-.086-.092-5-6a1 1 0 0 1 1.45-1.372l.086.092L9.97 16.4l9.238-12.01Z' fill='%230D70D3'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-left: -35px;
  margin-right: 10px;
  margin-bottom: -5px;
}
.entry-content .has-primary-background-color .is-style-checklist li, .entry-content .has-primary-background-color .list-item__check,
.entry-content .has-secondary-background-color .is-style-checklist li,
.entry-content .has-secondary-background-color .list-item__check,
.entry-content .has-gray-900-background-color .is-style-checklist li,
.entry-content .has-gray-900-background-color .list-item__check,
.entry-content .has-foreground-background-color .is-style-checklist li,
.entry-content .has-foreground-background-color .list-item__check {
  list-style-type: none;
}
.entry-content .has-primary-background-color .is-style-checklist li::before, .entry-content .has-primary-background-color .list-item__check::before,
.entry-content .has-secondary-background-color .is-style-checklist li::before,
.entry-content .has-secondary-background-color .list-item__check::before,
.entry-content .has-gray-900-background-color .is-style-checklist li::before,
.entry-content .has-gray-900-background-color .list-item__check::before,
.entry-content .has-foreground-background-color .is-style-checklist li::before,
.entry-content .has-foreground-background-color .list-item__check::before {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 4.39a1 1 0 0 1 1.656 1.116l-.07.104-10 13a1 1 0 0 1-1.475.122l-.086-.092-5-6a1 1 0 0 1 1.45-1.372l.086.092L9.97 16.4l9.238-12.01Z' fill='%23FFFFFF'/%3E%3C/svg%3E") 50% 50% no-repeat;
}
@media (min-width: 993px) {
  .entry-content .is-style-columns {
    column-count: 2;
    column-gap: 60px;
  }
  .entry-content .is-style-columns li {
    break-inside: avoid;
  }
}
.entry-content .wp-block-group.has-background.alignfull:last-child {
  margin-bottom: -3em;
}

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

.content-area .type-post .entry-content > *,
.content-area .type-post .block-area > * {
  margin-left: 0;
  margin-right: 0;
}
.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--content);
}
body.full-width-content .entry-content > *, .entry-content > *.alignwide,
body.full-width-content .block-area > *,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
body.full-width-content .entry-content > *.alignfull, .entry-content > *.alignfull,
body.full-width-content .block-area > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (min-width: 992px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    /*margin-left: calc( -1 * var(--wp--custom--layout--padding) );*/
    /*margin-right: calc( -1 * var(--wp--custom--layout--padding) );*/
    max-width: 100vw;
  }
}
.entry-content .wp-block-group.alignfull.has-background + .alignfull.has-background,
.block-area .wp-block-group.alignfull.has-background + .alignfull.has-background {
  margin-top: 0;
}
.entry-content .wp-block-group.alignfull.has-background + .wp-block-group.alignfull.has-background, .entry-content .wp-block-group.alignfull.has-background + .wp-block-cover.alignfull, .entry-content .wp-block-cover.alignfull + .wp-block-group.alignfull.has-background, .entry-content .wp-block-cover.alignfull + .wp-block-cover.alignfull,
.block-area .wp-block-group.alignfull.has-background + .wp-block-group.alignfull.has-background,
.block-area .wp-block-group.alignfull.has-background + .wp-block-cover.alignfull,
.block-area .wp-block-cover.alignfull + .wp-block-group.alignfull.has-background,
.block-area .wp-block-cover.alignfull + .wp-block-cover.alignfull {
  margin-top: 0;
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
@media (min-width: 992px) {
  .entry-content > div + section, .entry-content > section + section, .entry-content > section + div, .entry-content > div + div,
  .block-area > div + section,
  .block-area > section + section,
  .block-area > section + div,
  .block-area > div + div {
    margin-top: 3rem;
  }
}

/* Post Header
--------------------------------------------- */
.single .site-inner {
  padding-top: 0;
}

.post-header {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: var(--wp--custom--layout--padding);
  background: var(--wp--preset--color--quinary);
}
.post-header .breadcrumb {
  text-align: left;
}
.post-header .breadcrumb a {
  text-decoration-color: var(--wp--preset--color--gray-100);
}
.post-header .post-title {
  margin-bottom: 0;
}

.post-header__author__info {
  display: flex;
  gap: 12px;
  align-items: center;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--custom--color--gray-700);
}
.post-header__author__info > * + * {
  display: flex;
  gap: 12px;
}
.post-header__author__info > * + *::before {
  content: "•";
  display: flex;
  align-items: center;
}

.post-header__author p {
  margin: 0;
}
.post-header__author img {
  border-radius: 50%;
  margin-right: 10px;
}
.post-header__author .entry-author {
  color: var(--wp--custom--color--link);
}
@media (min-width: 992px) {
  .post-header__author {
    padding: 0;
  }
}

.post-header__editorial {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-header__editorial a {
  font-weight: normal;
}

.post-header__inner {
  padding: 1.5rem 16px;
  max-width: 736px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .post-header__inner {
    padding: 3rem 0;
  }
}

.post-header__info {
  margin-top: 12px;
}
@media (min-width: 992px) {
  .post-header__info {
    padding: 0;
    display: flex;
    gap: var(--wp--custom--layout--block-gap);
    align-items: center;
  }
}

.post-header__date p {
  margin: 0;
  font-style: normal;
  padding: 3px 0;
}
.post-header__date p time {
  font-weight: bold;
  color: var(--wp--custom--color--gray-800);
}

.full-width-content .post-header__inner .breadcrumb {
  text-align: left;
}

.post-header__image {
  flex-grow: 1;
  margin-left: -16px;
  margin-right: -16px;
  height: 300px;
  overflow: hidden;
  padding: var(--wp--custom--layout--block-gap) 0;
}
.post-header__image img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .post-header__image {
    height: 100%;
    margin: 0;
  }
}

/* Entry Header
--------------------------------------------- */
.entry-header > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.content .entry-header > * {
  max-width: var(--wp--custom--layout--content);
}
.entry-header .entry-header__meta {
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .entry-header .entry-header__meta > div {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .entry-header .entry-header__meta > div:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .entry-header .entry-header__meta {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .entry-header .entry-header__meta > div {
      margin-left: 0;
      width: 100%;
    }
    .entry-header .entry-header__meta header, .entry-header .entry-header__meta nav, .entry-header .entry-header__meta aside, .entry-header .entry-header__meta footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .entry-header .entry-header__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.entry-header .entry-meta {
  position: relative;
  padding-left: 70px;
  min-height: 60px;
  color: #424242;
  display: flex;
  align-content: center;
  flex-flow: row wrap;
}
.entry-header .entry-meta p {
  margin: 0;
}
.entry-header .entry-meta > * {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .entry-header .entry-meta {
    grid-column: 1/-1;
  }
}
.entry-header .entry-meta .entry-author {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 14px;
}
.entry-header .entry-meta .entry-author img {
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
}
.entry-header .entry-meta .entry-author a {
  font-size: 14px;
}
.entry-header .entry-date {
  color: #424242;
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .entry-header .shared-counts-wrap {
    text-align: right;
  }
}
.entry-header .shared-counts-wrap:last-child {
  grid-column: 1/-1;
}
.entry-header .wprm-recipe-rating {
  text-align: right;
  grid-area: 2/2/3/3;
}
.entry-header .wprm-recipe-rating span {
  margin-left: 3px;
}
.entry-header .wprm-recipe-rating svg {
  width: 28px;
  height: 28px;
}
.entry-header .recipe-actions {
  text-align: center;
  margin: var(--wp--custom--spacing--l) 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.entry-header .recipe-actions a {
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  font-family: var(--wp--custom--font-family--display);
  color: var(--wp--preset--color--primary);
  padding: var(--wp--custom--spacing--s);
  background: var(--wp--preset--color--quaternary);
  text-decoration: none;
  text-align: left;
  width: 100%;
  flex-basis: 33%;
  max-width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-header .recipe-actions svg {
  fill: var(--wp--preset--color--primary);
  vertical-align: middle;
  margin-right: 6px;
}
@media (min-width: 992px) {
  .entry-header .recipe-actions {
    gap: 32px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Background Header*/
.has-bg-header .entry-header {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  margin-bottom: 0;
}
.has-bg-header .breadcrumb {
  color: var(--wp--custom--color--gray-400);
}
.has-bg-header .breadcrumb a {
  color: var(--wp--custom--color--gray-400);
  text-decoration-color: var(--wp--custom--color--gray-600);
}

/* Single Post
--------------------------------------------- */
.content-area .type-post .wp-block-group:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.image__featured {
  margin: 0 0 var(--wp--custom--layout--block-gap);
}
@media (min-width: 992px) {
  .image__featured {
    float: right;
    max-width: 40%;
    margin: 0 0 var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap);
  }
}

.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
.entry-footer h2, .entry-footer h3,
.after-entry h2,
.after-entry h3,
.entry-comments h2,
.entry-comments h3 {
  color: var(--wp--preset--color--foreground);
}

.block-area-after-post::before {
  content: "";
  display: block;
  width: 80%;
  max-width: 225px;
  height: 2px;
  background: #E0E0E0;
  margin: 3rem auto 2rem;
}

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

/*Tighten post listings within post content*/
.single .entry-content .block-post-listing {
  margin-top: var(--wp--custom--spacing--s);
}
.single .entry-content .block-post-listing .block-post-listing__inner {
  grid-column-gap: 6px;
}
.single .entry-content .block-post-listing .block-post-listing__inner .post-summary__content {
  padding: 8px;
}
.single .entry-content .block-post-listing .block-post-listing__inner .entry-category {
  margin-bottom: 2px;
}
.single .entry-content .block-post-listing .block-post-listing__inner .post-summary__title {
  margin-bottom: 0;
}

/*Related Posts*/
.after-entry .block-post-listing {
  margin-top: 3rem;
}

/* Comments
--------------------------------------------- */
.comment-content img.wprm-comment-rating {
  filter: invert(9%) sepia(85%) saturate(5309%) hue-rotate(317deg) brightness(66%) contrast(103%);
  width: 120px !important;
  height: 24px !important;
  margin-bottom: 1rem;
}

.entry-comments {
  margin-top: 3rem;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: var(--wp--preset--color--foreground);
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  color: #757575;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #757575;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  margin-top: 1rem;
  display: block;
  font-size: 14px;
}
.entry-comments .comment-list ol.children {
  margin: 0;
}
.entry-comments .comment-list ol.children li {
  border: none;
  border-top: 1px solid #EEEEEE;
}
.entry-comments .form-submit .wp-block-button__link {
  display: inline-block;
  padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
  background: var(--wp--preset--color--primary);
  border: none;
  border-radius: 3px;
  color: var(--wp--preset--color--background);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  transition: 0.2s all ease-in-out;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-respond {
  margin: 45px 0 30px;
  /*Reply Comment*/
}
@media (min-width: 992px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment .comment-respond {
  padding: 1em;
  margin-top: 0;
}
.comment-respond .comment-reply-title small {
  margin-left: 16px;
}
.comment-respond .comment-reply-title small a {
  font-size: 16px;
  color: brand-color("primary", "darken");
}
.comment-respond .comment-reply-title small a:hover, .comment-respond .comment-reply-title small a:active {
  text-decoration: underline;
  color: brand-color("primary");
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond .wprm-comment-ratings-container input {
  color: var(--wp--preset--color--primary);
}
.comment-respond label {
  font-family: var(--wp--preset--font-family--display);
  display: block;
  margin-right: 12px;
  font-weight: bold;
  line-height: 28px;
  font-size: 16px;
  color: #424242;
}
.comment-respond input[type=submit] {
  width: auto;
}

/* Page
---------------------------------------------------------------------------- */
/* Page Header
--------------------------------------------- */
.page .site-inner {
  padding-top: 0;
}
.page .entry-header {
  padding: 1rem 0 var(--wp--custom--layout--padding);
}

/*	.entry-header {
		background: var(--wp--preset--color--foreground);
		color: var(--wp--preset--color--background);
		padding: 3rem var(--wp--custom--layout--padding) 2rem;
		margin-left: calc(-1 * var(--wp--custom--layout--padding));
		margin-right: calc(-1 * var(--wp--custom--layout--padding));
	}
	.breadcrumb {
		color: #fff;

		a {
			color: #fff;
		}
	}
*/
/* Aside/Sidebar
---------------------------------------------------------------------------------------------------- */
.widget {
  position: relative;
}
.widget h1 {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--tiny);
}
.widget h2 {
  font-size: var(--wp--preset--font-size--large);
}
.widget h3 {
  font-size: var(--wp--preset--font-size--large);
}
.widget h4 {
  font-size: var(--wp--preset--font-size--medium);
}
.widget h5 {
  font-size: var(--wp--preset--font-size--normal);
}
.widget h6 {
  font-size: var(--wp--preset--font-size--normal);
}

@media (min-width: 992px) {
  .block-area-sidebar > div + section, .block-area-sidebar > section + section, .block-area-sidebar > section + div, .block-area-sidebar > div + div {
    margin-top: 1.5rem;
  }
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  padding: 2rem 0 0;
  background: var(--wp--preset--color--septenary);
  color: var(--wp--preset--color--background);
  /*Footer Icon*/
  /*Navigation*/
}
.site-footer a {
  color: var(--wp--preset--color--background);
}
.site-footer .footer__content {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .site-footer .footer__content .site-footer__content {
    display: grid;
    grid-template-columns: 60% 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.site-footer .site-footer__icon {
  width: 300px;
  height: 45px;
  display: block;
  background-image: url("../images/sitelogo-reverse.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-decoration: none;
  position: relative;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .site-footer .site-footer__icon {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.site-footer ul a {
  color: var(--wp--preset--color--background);
  font-weight: bold;
  font-family: var(--wp--preset--font-family--system-font);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 14px;
  padding: 0.5em 1.5em;
  display: block;
}
@media (min-width: 992px) {
  .site-footer ul {
    text-align: left;
  }
}
.site-footer .social-links {
  justify-content: center;
  margin: var(--wp--custom--layout--block-gap) 0;
}
.site-footer .social-links a {
  padding: 7px;
  width: 46px;
  height: 46px;
}
.site-footer .social-links svg {
  fill: var(--wp--preset--color--primary);
  width: 32px;
  height: 32px;
}
.site-footer .social-links a:hover svg {
  fill: var(--wp--custom--color--primary-darken);
  opacity: 0.85;
}

.footer__content {
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  margin: 0 auto;
  padding: 2rem 0 0.5rem;
  text-align: center;
  font-size: 14px;
}
.footer__content .footer-nav, .footer__content .footer-nav-social {
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .footer__content {
    text-align: left;
  }
  .footer__content .footer-nav {
    max-width: 75%;
    flex-basis: 75%;
  }
  .footer__content .footer-nav-social {
    max-width: 20%;
    flex-basis: 20%;
  }
}

.footer-widget-area p {
  margin-top: 0;
}

.nav-footer-legal {
  font-size: 12px;
}
.nav-footer-legal ul {
  display: flex;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .nav-footer-legal ul {
    justify-content: flex-start;
  }
}
.nav-footer-legal .sub-menu {
  display: none;
}

.site-footer__copyright {
  padding: 2rem var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap);
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  text-align: center;
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
}
.site-footer__copyright p {
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: var(--wp--preset--color--foreground);
  padding: 0;
}
.site-footer__copyright a {
  text-decoration: underline;
  font-weight: normal;
}
@media (min-width: 992px) {
  .site-footer__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
