@charset "UTF-8";

@font-face {
  font-family: "ABC Arizona Plus Variable";

  src: url("./../fonts/ABCArizonaPlusVariable.woff2") format("woff2"), url("./../fonts/ABCArizonaPlusVariable.woff") format("woff"), url("./../fonts/ABCArizonaPlusVariable.ttf") format("ttf");
}

:root {
  --scrollbar-width: calc(100vw - 100%);
}

:root {
  --np-white: #f9f9f4;
  --np-brown: #6d5b49;
  --np-primary: #6d5b49;
  --np-light: #f9f9f4;
  --np-primary-rgb: 109, 91, 73;
  --np-light-rgb: 249, 249, 244;
  --np-white-rgb: 249, 249, 244;
  --np-black-rgb: 0, 0, 0;
  --np-body-color-rgb: 109, 91, 73;
  --np-body-bg-rgb: 223, 215, 205;
  --np-font-sans-serif: "ABC Arizona Plus Variable";
  --np-font-monospace: "ABC Arizona Plus Variable";
  --np-gradient: linear-gradient(180deg, rgba(249, 249, 244, 0.15), rgba(249, 249, 244, 0));
  --np-body-font-family: var(--np-font-sans-serif);
  --np-body-font-size: 1rem;
  --np-body-font-weight: 400;
  --np-body-line-height: 1.5;
  --np-body-color: #6d5b49;
  --np-body-bg: #dfd7cd;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--np-body-font-family);
  font-size: var(--np-body-font-size);
  font-weight: var(--np-body-font-weight);
  line-height: var(--np-body-line-height);
  color: var(--np-body-color);
  text-align: var(--np-body-text-align);
  background-color: var(--np-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.525rem + 1.546875vw);
}

@media (min-width: 2560px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: calc(1.375rem + 0.703125vw);
}

@media (min-width: 2560px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.28125vw);
}

@media (min-width: 2560px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.140625vw);
}

@media (min-width: 2560px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6d5b49;
  text-decoration: underline;
}

a:hover {
  color: #57493a;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--np-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #f9f9f4;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.140625vw);
  line-height: inherit;
}

@media (min-width: 2560px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root {
  --np-blank-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  --np-gutter-y: 0;
  --np-gutter-x: 12px;
  --np-gutter-outer-x: 24px;
}

@media (min-width: 992px) {
  :root {
    --np-gutter-x: 40px;
    --np-gutter-outer-x: 80px;
  }
}

body {
  --srff: 0;
  --wght: 442;
  font-variation-settings: "SRFF" var(--srff), "wght" var(--wght);
}

/* Categories 01 to 03 are the basics. */

/* Variables */

:root {
  /* Font Family */
  --global--font-primary: var(
    --font-headings,
    ABC Arizona Plus Variable,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --global--font-secondary: var(
    --font-base,
    ABC Arizona Plus Variable,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  /* Font Size */
  --global--font-variation-settings: "SRFF" 0, "wght" 442;
  --global--font-size-base: 1.25rem;
  /*
  --global--font-size-xs: 1rem; // 16px / 16px h6
  --global--font-size-sm: 1.25rem; // 20px / 16px h5
  --global--font-size-md: 1.5rem; // 24px / 16px h4
  --global--font-size-lg: 1.75rem; // 28px / 16px h3
  --global--font-size-xl: 2.5rem; // 40px / 16px h2
  --global--font-size-xxl: 4rem; // 64px / 16px h1
  --global--font-size-xxxl: 5rem; // 80px / 16px
  */
  --global--font-size-page-title: var(--global--font-size-xxl);
  --global--letter-spacing: normal;
  /* Line Height */
  --global--line-height-body: 1.4;
  --global--line-height-heading: 1.3;
  --global--line-height-page-title: 1.1;
  /* Headings */
  --heading--font-family: var(--global--font-primary);
  --heading--font-size-h6: var(--global--font-size-xs);
  --heading--font-size-h5: var(--global--font-size-sm);
  --heading--font-size-h4: var(--global--font-size-md);
  --heading--font-size-h3: var(--global--font-size-lg);
  --heading--font-size-h2: var(--global--font-size-xl);
  --heading--font-size-h1: var(--global--font-size-page-title);
  --heading--letter-spacing-h6: -0.01em;
  --heading--letter-spacing-h5: -0.01em;
  --heading--letter-spacing-h4: -0.01em;
  --heading--letter-spacing-h3: -0.01em;
  --heading--letter-spacing-h2: -0.02em;
  --heading--letter-spacing-h1: -0.02em;
  --heading--line-height-h6: var(--global--line-height-heading);
  --heading--line-height-h5: var(--global--line-height-heading);
  --heading--line-height-h4: var(--global--line-height-heading);
  --heading--line-height-h3: var(--global--line-height-heading);
  --heading--line-height-h2: var(--global--line-height-heading);
  --heading--line-height-h1: var(--global--line-height-page-title);
  --heading--font-weight: normal;
  --heading--font-weight-page-title: 300;
  --heading--font-weight-strong: 600;
  /* Block: Latest posts */
  --latest-posts--title-font-family: var(--heading--font-family);
  --latest-posts--title-font-size: var(--heading--font-size-h3);
  --latest-posts--description-font-family: var(--global--font-secondary);
  --latest-posts--description-font-size: var(--global--font-size-sm);
  --list--font-family: var(--global--font-secondary);
  --list--font-variation-settings: "SRFF" 100, "wght" 316;
  --list--font-size: 24px;
  --definition-term--font-family: var(--global--font-primary);
  /* Colors */
  --global--color-white: #f9f9f4;
  --global--color-brown-lighter: #dfd7cd;
  --global--color-brown-light: #d7cbbd;
  --global--color-brown: #6d5b49;
  --global--color-white-50: rgba($white, 0.5);
  --global--color-white-90: rgba($white, 0.9);
  --global--color-primary: #6d5b49;
  /* Body text color, site title, footer text color. */
  --global--color-secondary: #6d5b49;
  /* Headings */
  --global--color-primary-hover: var(--global--color-primary);
  --global--color-background: #dfd7cd;
  /* Default body background */
  --global--color-border: var(
    --global--color-primary
  );
  /* Used for borders (separators) */
  /* Spacing */
  --global--spacing-unit: 20px;
  --global--spacing-measure: unset;
  --global--spacing-horizontal: 20px;
  --global--spacing-vertical: 20px;
  /* Elevation */
  --global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  /* Forms */
  --form--font-family: var(--global--font-secondary);
  --form--font-size: 1rem;
  --form--line-height: var(--global--line-height-body);
  --form--font-variation-settings: "SRFF" 0, "wght" 442;
  --form--color-text: var(--global--color-primary);
  --form--color-background: #d7cdc1;
  --form--color-ranged: var(--global--color-secondary);
  --form--placeholder-color: rgba(109, 91, 73, 0.5);
  --form--label-font-size: 1.0666666667rem;
  --form--label-weight: 500;
  --form--label-font-variation-settings: "SRFF" 0, "wght" 571;
  --form--inline-label-font-variation-settings: "SRFF" 0, "wght" 400;
  --form--label-letter-spacing: -0.01em;
  --form--label-line-height: 1.4;
  --form--border-color: #d7cdc1;
  --form--border-width: 1px;
  --form--border-radius: 0;
  --form--spacing-unit: calc(0.5 * var(--global--spacing-unit));
  --form--spacing-unit-x: 14px;
  --form--spacing-unit-y: 9px;
  /* Cover block */
  --cover--height: calc(15 * var(--global--spacing-vertical));
  --cover--color-foreground: var(--global--color-white);
  --cover--color-background: var(--global--color-black);
  /* Buttons */
  --button--color-text: var(--global--color-background);
  --button--color-text-hover: var(--global--color-secondary);
  --button--color-text-active: var(--global--color-secondary);
  --button--color-background: var(--global--color-secondary);
  --button--color-background-active: var(--global--color-background);
  --button--font-family: var(--global--font-primary);
  --button--font-size: 1.125rem;
  --button--font-weight: 442;
  --button--line-height: 1;
  --button--font-variation-settings: "SRFF" 0, "wght" 442;
  --button--default-background-color: var(--global--color-white);
  --button--default-color: var(--global--color-brown);
  --button--border-width: 1px;
  --button--border-radius: 100px;
  --button--padding-vertical: 14px;
  --button--padding-horizontal: 40px;
  /* entry */
  --entry-header--color: var(--global--color-primary);
  --entry-header--color-link: currentColor;
  --entry-header--color-hover: var(--global--color-primary-hover);
  --entry-header--color-focus: var(--global--color-secondary);
  --entry-header--font-size: var(--heading--font-size-h2);
  --entry-content--font-family: var(--global--font-secondary);
  --entry-author-bio--font-family: var(--heading--font-family);
  --entry-author-bio--font-size: var(--heading--font-size-h4);
  /* Header */
  /*
  --branding--color-text: var(--global--color-primary);
  --branding--color-link: var(--global--color-primary);
  --branding--color-link-hover: var(--global--color-secondary);
  --branding--title--font-family: var(--global--font-primary);
  --branding--title--font-size: var(--global--font-size-lg);
  --branding--title--font-size-mobile: var(--heading--font-size-h4);
  --branding--title--font-weight: normal;
  --branding--title--text-transform: uppercase;
  --branding--description--font-family: var(--global--font-secondary);
  --branding--description--font-size: var(--global--font-size-sm);
  --branding--description--font-family: var(--global--font-secondary);

  --branding--logo--max-width: 300px;
  --branding--logo--max-height: 100px;
  --branding--logo--max-width-mobile: 96px;
  --branding--logo--max-height-mobile: 96px;
   */
  /* Main navigation */
  /*
  --primary-nav--font-family: var(--global--font-secondary);
  --primary-nav--font-family-mobile: var(--global--font-primary);
  --primary-nav--font-size: var(--global--font-size-md);
  --primary-nav--font-size-sub-menu: var(--global--font-size-xs);
  --primary-nav--font-size-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-sub-menu-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-button: var(--global--font-size-xs);
  --primary-nav--font-style: normal;
  --primary-nav--font-style-sub-menu-mobile: normal;
  --primary-nav--font-weight: normal;
  --primary-nav--font-weight-button: 500;
  --primary-nav--color-link: var(--global--color-primary);
  --primary-nav--color-link-hover: var(--global--color-primary-hover);
  --primary-nav--color-text: var(--global--color-primary);
  --primary-nav--padding: calc(0.66 * var(--global--spacing-unit));
  --primary-nav--border-color: var(--global--color-primary);
   */
  /* Pagination */
  /*
   --pagination--color-text: var(--global--color-primary);
  --pagination--color-link-hover: var(--global--color-primary-hover);
  --pagination--font-family: var(--global--font-secondary);
  --pagination--font-size: var(--global--font-size-lg);
  --pagination--font-weight: normal;
  --pagination--font-weight-strong: 600;
   */
  /* Footer */
  /*
  --footer--color-text: var(--global--color-primary);
  --footer--color-link: var(--global--color-primary);
  --footer--color-link-hover: var(--global--color-primary-hover);
  --footer--font-family: var(--global--font-primary);
  --footer--font-size: var(--global--font-size-sm);
   */
  /* Block: Pull quote */
  --pullquote--font-family: var(--global--font-primary);
  --pullquote--font-size: var(--heading--font-size-h3);
  --pullquote--font-style: normal;
  --pullquote--letter-spacing: var(--heading--letter-spacing-h4);
  --pullquote--line-height: var(--global--line-height-heading);
  --pullquote--border-width: 3px;
  --pullquote--border-color: var(--global--color-primary);
  --pullquote--color-foreground: var(--global--color-primary);
  --pullquote--color-background: var(--global--color-background);
  --quote--font-family: var(--global--font-secondary);
  --quote--font-size: var(--global--font-size-md);
  --quote--font-size-large: var(--global--font-size-xl);
  --quote--font-style: normal;
  --quote--font-weight: 700;
  --quote--font-weight-strong: bolder;
  --quote--font-style-large: normal;
  --quote--font-style-cite: normal;
  --quote--line-height: var(--global--line-height-body);
  --quote--line-height-large: 1.35;
  --separator--border-color: var(--global--color-border);
  --separator--height: 1px;
  /* Block: Table */
  --table--stripes-border-color: var(--global--color-light-gray);
  --table--stripes-background-color: var(--global--color-light-gray);
  --table--has-background-text-color: var(--global--color-dark-gray);
  /* Widgets */
  --widget--line-height-list: 1.9;
  --widget--line-height-title: 1.4;
  --widget--font-weight-title: 700;
  --widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));
  /* Admin-bar height */
  --global--admin-bar--height: 0px;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

@media only screen and (min-width: 652px) {
  :root {
    --global--font-size-xl: 2.5rem;
    --global--font-size-xxl: 6rem;
    --global--font-size-xxxl: 9rem;
    --heading--font-size-h3: 2rem;
    --heading--font-size-h2: 3rem;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

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

/**
 * Responsive Styles
 */

/**
 * Required Variables
 */

/**
 * Root Media Query Variables
 */

:root {
  --responsive--spacing-horizontal: calc(
    2.4 * var(--global--spacing-horizontal)
  );
  /*
  --responsive--aligndefault-width: calc(
    100vw - var(--responsive--spacing-horizontal)
  );
  --responsive--alignwide-width: calc(
    100vw - var(--responsive--spacing-horizontal)
  );
  */
  --responsive--aligndefault-width: min(
    610px,
    calc(100vw - (var(--np-gutter-outer-x) * 2) - var(--scrollbar-width))
  );
  /*
  --responsive--alignwide-width: min(
    1280px,
    calc(100vw - (var(--np-gutter-outer-x) * 2) - var(--scrollbar-width))
  );
  .site {
    @include media-breakpoint-if-super-wide-up() {
      --responsive--alignwide-width: min(
        2400px,
        calc(100vw - (var(--np-gutter-outer-x) * 2) - var(--scrollbar-width))
      );
    }
  }
  */
  --responsive--alignwide-width: min(
    2400px,
    calc(100vw - (var(--np-gutter-outer-x) * 2) - var(--scrollbar-width))
  );
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
  --responsive--aligndefault-adjusted-width: calc(
    var(--responsive--aligndefault-width) - var(--scrollbar-width, 0px)
  );
  --responsive--alignwide-adjusted-width: calc(
    var(--responsive--alignwide-width) - var(--scrollbar-width, 0px)
  );
}

@media only screen and (min-width: 576px) {
  :root {
    /*
    --responsive--aligndefault-width: min(
      calc(100vw - (4 * var(--global--spacing-horizontal))),
      610px
    );
    --responsive--alignwide-width: calc(
      100vw - (4 * var(--global--spacing-horizontal))
    );
    */
    --responsive--alignright-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    );
    --responsive--alignleft-margin: calc(
      0.5 * (100vw - var(--responsive--aligndefault-width))
    );
  }
}

@media only screen and (min-width: 1200px) {
  :root {
    /*
        --responsive--aligndefault-width: min(
          calc(100vw - (8 * var(--global--spacing-horizontal))),
          610px
        );
        --responsive--alignwide-width: min(
          calc(100vw - (8 * var(--global--spacing-horizontal))),
          calc(
       - 160px
    )
        );
        */
  }
}

/**
 * Extends
 */

.widget > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce):not(.wpforms-container),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce):not(.wpforms-container), .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.alignwide, .wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.alignfull, .wp-block-group .wp-block-group__inner-container > *.alignfull, .full-max-width {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 576px) {
  .alignfull, .full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.alignfull [class*=inner-container] > .alignwide, .alignwide [class*=inner-container] > .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: var(--responsive--alignwide-width);
  max-width: var(--responsive--alignfull-width);
}

@media only screen and (min-width: 576px) {
  .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: var(--responsive--alignleft-margin);
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
  }
}

@media only screen and (min-width: 576px) {
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
    /*rtl:ignore*/
    margin-right: var(--responsive--alignright-margin);
  }
}

/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */

/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */

.site-header,
.site-main,
.widget-area,
.site-footer {
  padding-top: var(--global--spacing-vertical);
  padding-bottom: var(--global--spacing-vertical);
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  padding-top: calc(0.75 * var(--global--spacing-vertical));
  padding-bottom: calc(2 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 576px) {
  .site-header {
    padding-bottom: calc(3 * var(--global--spacing-vertical));
  }
}

/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */

.site-main > * {
  margin-top: calc(3 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.site-main > *:first-child {
  margin-top: 0;
}

.site-main > *:last-child {
  margin-bottom: 0;
}

/**
 * Set the default maximum responsive content-width
 */

/**
 * Set the wide maximum responsive content-width
 */

/**
 * Set the full maximum responsive content-width
 */

/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */

.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
  margin-right: auto;
  margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */

.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 576px) {
  .site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*=inner-container] > *:first-child,
.wp-block-template-part > *:first-child,
.wp-block-post-template :where(li > *):first-child {
  margin-top: 0;
}

.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*=inner-container] > *:last-child,
.wp-block-template-part > *:last-child,
.wp-block-post-template :where(li > *):last-child {
  margin-bottom: 0;
}

.site-footer > *,
.widget-area > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 576px) {
  .site-footer > *,
.widget-area > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */

.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.widget > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}

.entry-header > *:first-child,
.post-thumbnail > *:first-child,
.page-content > *:first-child,
.comment-content > *:first-child,
.widget > *:first-child {
  margin-top: 0;
}

.entry-header > *:last-child,
.post-thumbnail > *:last-child,
.page-content > *:last-child,
.comment-content > *:last-child,
.widget > *:last-child {
  margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */

.entry-content > * {
  /* Reset alignleft and alignright margins after alignfull */
}

.entry-content > *.alignleft, .entry-content > *.alignright, .entry-content > *.alignleft:first-child + *, .entry-content > *.alignright:first-child + *, .entry-content > *.alignfull.has-background {
  margin-top: 0;
}

.entry-content > *:last-child, .entry-content > *.alignfull.has-background {
  margin-bottom: 0;
}

.entry-content > *.alignfull + .alignleft, .entry-content > *.alignfull + .alignright {
  margin-top: var(--global--spacing-vertical);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.content-info__bottom-row, .content-info__top-row, .content-info__row, .entry-singular-np-job .row,
.entry-singular-np-bjellcon .row {
  --np-gutter-x: 40px;
  --np-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--np-gutter-y));
  margin-right: calc(-0.5 * var(--np-gutter-x));
  margin-left: calc(-0.5 * var(--np-gutter-x));
}

.content-info__bottom-row > *, .content-info__top-row > *, .content-info__row > *, .entry-singular-np-job .row > *,
.entry-singular-np-bjellcon .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--np-gutter-x) * 0.5);
  padding-left: calc(var(--np-gutter-x) * 0.5);
  margin-top: var(--np-gutter-y);
}

.content-info__copy, .content-info__privacy-policy, .content-info__contact, .content-info__menu, .content-info__text-link, .entry-singular-np-job .col-content-custom,
.entry-singular-np-bjellcon .col-content-custom, .entry-singular-np-job .col-lead,
.entry-singular-np-bjellcon .col-lead {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .content-info__copy, .content-info__privacy-policy, .content-info__contact, .content-info__menu, .content-info__text-link, .entry-singular-np-job .col-content-custom,
.entry-singular-np-bjellcon .col-content-custom, .entry-singular-np-job .col-lead,
.entry-singular-np-bjellcon .col-lead {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .content-info__brand-col {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .content-info__bottom-offset-col, .content-info__nav-col {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .content-info__bottom-offset-col {
    margin-left: 33.33333333%;
  }
}

@media (min-width: 1200px) {
  .content-info__brand-col {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .content-info__bottom-offset-col, .content-info__nav-col {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .content-info__bottom-offset-col {
    margin-left: 41.66666667%;
  }
}

.page-enteries, .container {
  width: 100%;
  padding-right: var(--np-gutter-x, 20px);
  padding-left: var(--np-gutter-x, 20px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 2200px) {
  .page-enteries, .container {
    max-width: 2560px;
  }
}

.page-enteries, .container {
  --np-gutter-y: 0;
  --np-gutter-x: 12px;
  /*
  @include media-breakpoint-if-super-wide-up() {
    max-width: 2560px;
  }
  */
}

@media (min-width: 992px) {
  .page-enteries, .container {
    --np-gutter-y: 0;
    --np-gutter-x: 40px;
  }
}

.container--base-x, .page-enteries, .container--base {
  --np-gutter-x: 24px;
}

@media (min-width: 992px) {
  .container--base-x, .page-enteries, .container--base {
    --np-gutter-x: 80px;
  }
}

.container--base-y, .page-enteries, .container--base {
  --np-gutter-y: 80px;
}

@media (min-width: 992px) {
  .container--base-y, .page-enteries, .container--base {
    --np-gutter-y: 80px;
  }
}

.page-enteries, .page-header {
  --np-spacer-p-t: 80px;
  --np-spacer-p-b: 80px;
  padding-top: var(--np-spacer-p-t);
  padding-bottom: var(--np-spacer-p-b);
}

@media (min-width: 992px) {
  .page-enteries, .page-header {
    --np-spacer-p-t: 120px;
    --np-spacer-p-b: 120px;
  }
}

/*
%spacer-mb {
  --np-spacer-m-b: 40px;
  margin-bottom: calc(var(--np-spacer-m-b) / 2);
}

%spacer-mb-2 {
  --np-spacer-m-b: 80px;
  margin-bottom: var(--np-spacer-m-b);
}

%spacer-mb-3 {
  --np-spacer-m-b: 120px;
  margin-bottom: var(--np-spacer-m-b);
}
*/

.content-info__copy, .content-info__privacy-policy, :root .is-meta-text,
:root .has-meta-font-size, .entry-singular-np-job .subheading,
.entry-singular-np-bjellcon .subheading, :root .is-preamble-text,
:root .has-preamble-font-size, :root .is-paragraph-small-text,
:root .has-paragraph-small-font-size, .wp-block-image figcaption, .content-info__contact-paragraph, .entry-singular .entry-header .updated, :root .is-paragraph-text,
:root .has-paragraph-font-size, p, :root .is-heading-5-text,
:root .has-heading-5-font-size, h6,
.h6, h5,
.h5, .nav-footer .menu-item a, .post-password-form p:first-child, .entry-archived .entry-title, :root .is-heading-4-text,
:root .has-heading-4-font-size, h4,
.h4, :root .is-heading-3-text,
:root .has-heading-3-font-size, h3,
.h3, :root .is-heading-2-text,
:root .has-heading-2-font-size, h2,
.h2, .page-title, .entry-singular .entry-title, :root .is-heading-small-animated-text,
:root .has-heading-small-animated-text, :root .is-heading-animated-text,
:root .has-heading-animated-text, :root .is-heading-1-small-text,
:root .has-heading-1-small-font-size, :root .is-heading-1-text,
:root .has-heading-1-font-size, h1,
.h1 {
  font-family: "ABC Arizona Plus Variable";
  font-weight: var(--wght);
  font-variation-settings: "SRFF" var(--srff), "wght" var(--wght);
}

:root .is-heading-1-text,
:root .has-heading-1-font-size, h1,
.h1 {
  --srff: 100;
  --wght: 200;
  line-height: 0.9;
  letter-spacing: 0;
  /*
  font-size: $h1-font-size; // 64px;

  @include media-breakpoint-up(lg) {
    font-size: $h1-font-size-lg; // 115px;
  }

  @include media-breakpoint-if-super-wide-up() {
    font-size: $h1-font-size-xxl;
  }
  */
  font-size: calc(2.125rem + 4.921875vw);
}

@media (min-width: 2560px) {
  :root .is-heading-1-text,
:root .has-heading-1-font-size, h1,
.h1 {
    font-size: 10rem;
  }
}

:root .is-heading-1-small-text,
:root .has-heading-1-small-font-size {
  --srff: 100;
  --wght: 200;
  line-height: 0.9;
  letter-spacing: -0.02em;
  /*
  font-size: $h1-small-font-size; // 50px;

  @include media-breakpoint-up(lg) {
    font-size: $h1-small-font-size-lg; // 80px;
  }

  @include media-breakpoint-if-super-wide-up() {
    font-size: $h1-small-font-size-xxl;
  }
  */
  font-size: calc(1.8625rem + 3.4453125vw);
}

@media (min-width: 2560px) {
  :root .is-heading-1-small-text,
:root .has-heading-1-small-font-size {
    font-size: 7.375rem;
  }
}

:root .is-heading-animated-text,
:root .has-heading-animated-text {
  --srff: 100;
  --wght: 100;
  line-height: 0.9;
  letter-spacing: 0;
  /*
  font-size: $heading-animated-font-size; // 64px;

  @include media-breakpoint-up(lg) {
    font-size: $heading-animated-font-size-lg; // 115px;
  }

  @include media-breakpoint-if-super-wide-up() {
    font-size: $heading-animated-font-size-xxl; // 160px
  }
  */
  font-size: calc(2.125rem + 4.921875vw);
}

@media (min-width: 2560px) {
  :root .is-heading-animated-text,
:root .has-heading-animated-text {
    font-size: 10rem;
  }
}

.page-title, .entry-singular .entry-title, :root .is-heading-small-animated-text,
:root .has-heading-small-animated-text {
  --srff: 100;
  --wght: 100;
  line-height: 0.9;
  letter-spacing: 0;
  /*
  font-size: $heading-animated-small-font-size; // 50px;

  @include media-breakpoint-up(lg) {
    font-size: $heading-animated-small-font-size-lg; // 80px;
  }

  @include media-breakpoint-if-super-wide-up() {
    font-size: $heading-animated-small-font-size-xxl;
  }
  */
  font-size: calc(1.8625rem + 3.4453125vw);
}

@media (min-width: 2560px) {
  .page-title, .entry-singular .entry-title, :root .is-heading-small-animated-text,
:root .has-heading-small-animated-text {
    font-size: 7.375rem;
  }
}

:root .is-heading-2-text,
:root .has-heading-2-font-size, h2,
.h2 {
  --srff: 100;
  --wght: 316;
  line-height: 0.9;
  letter-spacing: -0.02em;
  /*
  @at-root {
    .super-wide {
      @include media-breakpoint-up(xxxl) {
        %heading-2 {
          @content;
        }
      }
    }
  }
  */
  font-size: calc(1.8625rem + 3.4453125vw);
}

@media (min-width: 992px) {
  :root .is-heading-2-text,
:root .has-heading-2-font-size, h2,
.h2 {
    --wght: 200;
  }
}

@media (min-width: 2560px) {
  :root .is-heading-2-text,
:root .has-heading-2-font-size, h2,
.h2 {
    font-size: 7.375rem;
  }
}

:root .is-heading-3-text,
:root .has-heading-3-font-size, h3,
.h3 {
  --srff: 0;
  --wght: 442;
  line-height: 1.1;
  letter-spacing: -0.01em;
  /*
  font-size: $h3-font-size; // 28px;

  @include media-breakpoint-up(lg) {
    font-size: $h3-font-size-lg; // 32px;
    line-height: 1.25;
  }

  @include media-breakpoint-if-super-wide-up() {
    font-size: $h3-font-size-xxl;
  }
  */
  font-size: calc(1.4rem + 0.84375vw);
}

@media (min-width: 2560px) {
  :root .is-heading-3-text,
:root .has-heading-3-font-size, h3,
.h3 {
    font-size: 2.75rem;
  }
}

.nav-footer .menu-item a, .post-password-form p:first-child, .entry-archived .entry-title, :root .is-heading-4-text,
:root .has-heading-4-font-size, h4,
.h4 {
  --srff: 100;
  --wght: 316;
  line-height: 1.18;
  letter-spacing: -0.01em;
  /*
  font-size: $h4-font-size; // 24px;

  @include media-breakpoint-if-super-wide-up() {
    font-size: $h4-font-size-xxl;
  }
  */
  font-size: calc(1.33125rem + 0.45703125vw);
}

@media (min-width: 2560px) {
  .nav-footer .menu-item a, .post-password-form p:first-child, .entry-archived .entry-title, :root .is-heading-4-text,
:root .has-heading-4-font-size, h4,
.h4 {
    font-size: 2.0625rem;
  }
}

:root .is-heading-5-text,
:root .has-heading-5-font-size, h6,
.h6, h5,
.h5 {
  --srff: 0;
  --wght: 700;
  font-size: 1.25rem;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.content-info__contact-paragraph, .entry-singular .entry-header .updated, :root .is-paragraph-text,
:root .has-paragraph-font-size, p {
  --srff: 0;
  --wght: 442;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-size: 1.25rem;
  /*
  @at-root {
    .super-wide {
      @include media-breakpoint-up(xxxl) {
        %paragraph {
          @content;
        }
      }
    }
  }
  */
}

@media (min-width: 992px) {
  .content-info__contact-paragraph, .entry-singular .entry-header .updated, :root .is-paragraph-text,
:root .has-paragraph-font-size, p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1880px) {
  .content-info__contact-paragraph, .entry-singular .entry-header .updated, :root .is-paragraph-text,
:root .has-paragraph-font-size, p {
    font-size: 1.375rem;
  }
}

:root .is-paragraph-small-text,
:root .has-paragraph-small-font-size, .wp-block-image figcaption {
  --srff: 0;
  --wght: 442;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-size: 1rem;
  /*
  @at-root {
    .super-wide {
      @include media-breakpoint-up(xxxl) {
        %paragraph-small {
          @content;
        }
      }
    }
  }
  */
}

@media (min-width: 992px) {
  :root .is-paragraph-small-text,
:root .has-paragraph-small-font-size, .wp-block-image figcaption {
    --wght: 442;
    font-size: 1.125rem;
  }
}

@media (min-width: 1880px) {
  :root .is-paragraph-small-text,
:root .has-paragraph-small-font-size, .wp-block-image figcaption {
    font-size: 1.25rem;
  }
}

.entry-singular-np-job .subheading,
.entry-singular-np-bjellcon .subheading, :root .is-preamble-text,
:root .has-preamble-font-size {
  --srff: 76;
  --wght: 316;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-size: 1.5rem;
  /*
  @at-root {
    .super-wide {
      @include media-breakpoint-up(xxxl) {
        %preamble {
          @content;
        }
      }
    }
  }
  */
}

@media (min-width: 992px) {
  .entry-singular-np-job .subheading,
.entry-singular-np-bjellcon .subheading, :root .is-preamble-text,
:root .has-preamble-font-size {
    font-size: 1.625rem;
  }
}

@media (min-width: 1880px) {
  .entry-singular-np-job .subheading,
.entry-singular-np-bjellcon .subheading, :root .is-preamble-text,
:root .has-preamble-font-size {
    font-size: 1.75rem;
  }
}

.content-info__copy, .content-info__privacy-policy, :root .is-meta-text,
:root .has-meta-font-size {
  --srff: 0;
  --wght: 571;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-size: 0.875rem;
  /*
  @at-root {
    .super-wide {
      @include media-breakpoint-up(xxxl) {
        %meta {
          @content;
        }
      }
    }
  }
  */
}

@media (min-width: 992px) {
  .content-info__copy, .content-info__privacy-policy, :root .is-meta-text,
:root .has-meta-font-size {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1880px) {
  .content-info__copy, .content-info__privacy-policy, :root .is-meta-text,
:root .has-meta-font-size {
    font-size: 1.1875rem;
  }
}

:root .is-heading-animated-text,
:root .has-heading-animated-text,
.page-title,
.entry-singular .entry-title,
:root .is-heading-small-animated-text,
:root .has-heading-small-animated-text {
  margin: 0;
}

:root .is-heading-animated-text .word-part-nowrap,
:root .has-heading-animated-text .word-part-nowrap,
.page-title .word-part-nowrap,
.entry-singular .entry-title .word-part-nowrap,
:root .is-heading-small-animated-text .word-part-nowrap,
:root .has-heading-small-animated-text .word-part-nowrap {
  white-space: nowrap;
}

:root .is-heading-animated-text .char,
:root .has-heading-animated-text .char,
.page-title .char,
.entry-singular .entry-title .char,
:root .is-heading-small-animated-text .char,
:root .has-heading-small-animated-text .char {
  font-variation-settings: "SRFF" calc(100 / (var(--char-total) - 1) * var(--char-index)), "wght" calc(100 + 800 / (var(--char-total) - 1) * (var(--char-total) - 1 - var(--char-index)));
  color: transparent !important;
}

:root .is-heading-animated-text .char::after,
:root .has-heading-animated-text .char::after,
.page-title .char::after,
.entry-singular .entry-title .char::after,
:root .is-heading-small-animated-text .char::after,
:root .has-heading-small-animated-text .char::after {
  font-variation-settings: "SRFF" calc(100 / (var(--char-total) - 1) * var(--char-index)), "wght" calc(100 + 800 / (var(--char-total) - 1) * (var(--char-total) - 1 - var(--char-index)));
}

:root .is-heading-animated-text .char::first-letter,
:root .has-heading-animated-text .char::first-letter,
.page-title .char::first-letter,
.entry-singular .entry-title .char::first-letter,
:root .is-heading-small-animated-text .char::first-letter,
:root .has-heading-small-animated-text .char::first-letter {
  position: absolute !important;
}

:root .is-heading-animated-text .char::after,
:root .has-heading-animated-text .char::after,
.page-title .char::after,
.entry-singular .entry-title .char::after,
:root .is-heading-small-animated-text .char::after,
:root .has-heading-small-animated-text .char::after {
  --animationDuration: 1500ms;
  visibility: visible;
  color: var(--animationColor, #6d5b49) !important;
}

:root .is-heading-animated-text .play .char::after,
:root .has-heading-animated-text .play .char::after,
.page-title .play .char::after,
.entry-singular .entry-title .play .char::after,
:root .is-heading-small-animated-text .play .char::after,
:root .has-heading-small-animated-text .play .char::after {
  --animationDuration: 1500ms;
  animation-name: slide-in, slide-out;
  animation-duration: var(--animationDuration), var(--animationDuration);
  animation-timing-function: ease-in-out, ease-in-out;
  animation-fill-mode: forwards, forwards;
  animation-iteration-count: 1, 1;
  animation-delay: calc(69ms * var(--char-index)), calc(69ms * var(--char-total) + 300ms + 69ms * (var(--char-total) - var(--char-index)));
}

@keyframes slide-in {
  50% {
    font-variation-settings: "SRFF" 0, "wght" 900;
  }

  100% {
    font-variation-settings: "SRFF" calc(100 / (var(--char-total) - 1) * (var(--char-total) - var(--char-index))), "wght" calc(100 + 800 / (var(--char-total) - 1) * (var(--char-total) - 1 - (var(--char-total) - var(--char-index))));
  }
}

@keyframes slide-out {
  /* 0% {
    font-variation-settings: 'SRFF'
        calc(
          100 / (var(--char-total) - 1) *
            (var(--char-total) - var(--char-index))
        ),
      'wght'
        calc(
          100 +
            (
              800 / (var(--char-total) - 1) *
                (
                  (var(--char-total) - 1) -
                    (var(--char-total) - var(--char-index))
                )
            )
        );
  } */

  50% {
    font-variation-settings: "SRFF" 0, "wght" 900;
  }

  100% {
    font-variation-settings: "SRFF" calc(100 / (var(--char-total) - 1) * var(--char-index)), "wght" calc(100 + 800 / (var(--char-total) - 1) * (var(--char-total) - 1 - var(--char-index)));
  }
}

.spacer-px-3 {
  --np-spacer-x-3: 120px;
  padding-left: var(--np-spacer-x-3) !important;
  padding-right: var(--np-spacer-x-3) !important;
}

.spacer-py-3 {
  --np-spacer-y-3: 120px;
  padding-top: var(--np-spacer-y-3) !important;
  padding-bottom: var(--np-spacer-y-3) !important;
}

.spacer-px-2 {
  --np-spacer-x-2: 80px;
  padding-left: var(--np-spacer-x-2) !important;
  padding-right: var(--np-spacer-x-2) !important;
}

.spacer-py-2 {
  --np-spacer-y-2: 80px;
  padding-top: var(--np-spacer-y-2) !important;
  padding-bottom: var(--np-spacer-y-2) !important;
}

.spacer-px {
  --np-spacer-x: 40px;
  padding-left: var(--np-spacer-x) !important;
  padding-right: var(--np-spacer-x) !important;
}

.spacer-py {
  --np-spacer-y: 40px;
  padding-top: var(--np-spacer-y) !important;
  padding-bottom: var(--np-spacer-y) !important;
}

/*
.heading-1 {
  @extend %heading-1;
}

.heading-1-small {
  @extend %heading-1-small;
}

.heading-animated {
  @extend %heading-animated;
}

.heading-small-animated {
  @extend %heading-small-animated;
}

.heading-2 {
  @extend %heading-2;
}

.heading-3 {
  @extend %heading-3;
}

.heading-4 {
  @extend %heading-4;
}

.heading-5 {
  @extend %heading-5;
}

.paragraph {
  @extend %paragraph;
}

.paragraph-small {
  @extend %paragraph-small;
}

.preamble {
  @extend %preamble;
}

.meta {
  @extend %meta;
}
*/

/*
.heading-1-transmutation {
  @extend %heading-1;

  .char {
    --srff: 100;
    --wght: 100;

    font-variation-settings: 'SRFF'
        calc(100 / (var(--char-total) - 1) * var(--char-index)),
      'wght'
        calc(
          100 +
            (
              800 / (var(--char-total) - 1) *
                ((var(--char-total) - 1) - var(--char-index))
            )
        );
  }
}
*/

/*
.heading-small-animated {
  @extend %heading-small-animated;
}

.heading-animated {
  @extend %heading-animated;
}
*/

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */

blockquote {
  padding: 0;
  position: relative;
  margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal);
}

blockquote > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}

blockquote > *:first-child {
  margin-top: 0;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote p {
  letter-spacing: var(--heading--letter-spacing-h4);
  font-family: var(--quote--font-family);
  font-size: var(--quote--font-size);
  font-style: var(--quote--font-style);
  font-weight: var(--quote--font-weight);
  line-height: var(--quote--line-height);
}

blockquote cite,
blockquote footer {
  font-weight: normal;
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  letter-spacing: var(--global--letter-spacing);
}

blockquote.alignleft, blockquote.alignright {
  padding-left: inherit;
}

blockquote.alignleft p, blockquote.alignright p {
  font-size: var(--heading--font-size-h5);
  max-width: inherit;
  width: inherit;
}

blockquote.alignleft cite,
blockquote.alignleft footer, blockquote.alignright cite,
blockquote.alignright footer {
  font-size: var(--global--font-size-xs);
  letter-spacing: var(--global--letter-spacing);
}

blockquote strong {
  font-weight: var(--quote--font-weight-strong);
}

blockquote:before {
  content: "“";
  font-size: var(--quote--font-size);
  line-height: var(--quote--line-height);
  position: absolute;
  left: calc(-0.5 * var(--global--spacing-horizontal));
}

blockquote .wp-block-quote__citation,
blockquote cite,
blockquote footer {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  font-style: var(--quote--font-style-cite);
}

@media only screen and (max-width: 575px) {
  blockquote {
    padding-left: calc(0.5 * var(--global--spacing-horizontal));
  }

  blockquote:before {
    left: 0;
  }
}

div.wpforms-container .wpforms-form input[type=date],
div.wpforms-container .wpforms-form input[type=datetime],
div.wpforms-container .wpforms-form input[type=datetime-local],
div.wpforms-container .wpforms-form input[type=email],
div.wpforms-container .wpforms-form input[type=month],
div.wpforms-container .wpforms-form input[type=number],
div.wpforms-container .wpforms-form input[type=password],
div.wpforms-container .wpforms-form input[type=range],
div.wpforms-container .wpforms-form input[type=search],
div.wpforms-container .wpforms-form input[type=tel],
div.wpforms-container .wpforms-form input[type=text],
div.wpforms-container .wpforms-form input[type=time],
div.wpforms-container .wpforms-form input[type=url],
div.wpforms-container .wpforms-form input[type=week],
div.wpforms-container .wpforms-form textarea,
.site input[type=text],
.site input[type=email],
.site input[type=url],
.site input[type=password],
.site input[type=search],
.site input[type=number],
.site input[type=tel],
.site input[type=date],
.site input[type=month],
.site input[type=week],
.site input[type=time],
.site input[type=datetime],
.site input[type=datetime-local],
.site input[type=color],
.site textarea {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  font-size: var(--form--font-size);
  font-variation-settings: var(--form--font-variation-settings);
  background-color: var(--form--color-background);
  padding: var(--form--spacing-unit-y) var(--form--spacing-unit-x);
  margin: 0;
  max-width: 100%;
  width: 100%;
  /* Edge */
  /* Internet Explorer 10-11 */
}

div.wpforms-container .wpforms-form input[type=date]:focus,
div.wpforms-container .wpforms-form input[type=datetime]:focus,
div.wpforms-container .wpforms-form input[type=datetime-local]:focus,
div.wpforms-container .wpforms-form input[type=email]:focus,
div.wpforms-container .wpforms-form input[type=month]:focus,
div.wpforms-container .wpforms-form input[type=number]:focus,
div.wpforms-container .wpforms-form input[type=password]:focus,
div.wpforms-container .wpforms-form input[type=range]:focus,
div.wpforms-container .wpforms-form input[type=search]:focus,
div.wpforms-container .wpforms-form input[type=tel]:focus,
div.wpforms-container .wpforms-form input[type=text]:focus,
div.wpforms-container .wpforms-form input[type=time]:focus,
div.wpforms-container .wpforms-form input[type=url]:focus,
div.wpforms-container .wpforms-form input[type=week]:focus,
div.wpforms-container .wpforms-form textarea:focus,
.site input[type=text]:focus,
.site input[type=email]:focus,
.site input[type=url]:focus,
.site input[type=password]:focus,
.site input[type=search]:focus,
.site input[type=number]:focus,
.site input[type=tel]:focus,
.site input[type=date]:focus,
.site input[type=month]:focus,
.site input[type=week]:focus,
.site input[type=time]:focus,
.site input[type=datetime]:focus,
.site input[type=datetime-local]:focus,
.site input[type=color]:focus,
.site textarea:focus {
  color: var(--form--color-text);
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
}

div.wpforms-container .wpforms-form input[type=date]:disabled,
div.wpforms-container .wpforms-form input[type=datetime]:disabled,
div.wpforms-container .wpforms-form input[type=datetime-local]:disabled,
div.wpforms-container .wpforms-form input[type=email]:disabled,
div.wpforms-container .wpforms-form input[type=month]:disabled,
div.wpforms-container .wpforms-form input[type=number]:disabled,
div.wpforms-container .wpforms-form input[type=password]:disabled,
div.wpforms-container .wpforms-form input[type=range]:disabled,
div.wpforms-container .wpforms-form input[type=search]:disabled,
div.wpforms-container .wpforms-form input[type=tel]:disabled,
div.wpforms-container .wpforms-form input[type=text]:disabled,
div.wpforms-container .wpforms-form input[type=time]:disabled,
div.wpforms-container .wpforms-form input[type=url]:disabled,
div.wpforms-container .wpforms-form input[type=week]:disabled,
div.wpforms-container .wpforms-form textarea:disabled,
.site input[type=text]:disabled,
.site input[type=email]:disabled,
.site input[type=url]:disabled,
.site input[type=password]:disabled,
.site input[type=search]:disabled,
.site input[type=number]:disabled,
.site input[type=tel]:disabled,
.site input[type=date]:disabled,
.site input[type=month]:disabled,
.site input[type=week]:disabled,
.site input[type=time]:disabled,
.site input[type=datetime]:disabled,
.site input[type=datetime-local]:disabled,
.site input[type=color]:disabled,
.site textarea:disabled {
  opacity: 0.7;
}

div.wpforms-container .wpforms-form input[type=date]::placeholder,
div.wpforms-container .wpforms-form input[type=datetime]::placeholder,
div.wpforms-container .wpforms-form input[type=datetime-local]::placeholder,
div.wpforms-container .wpforms-form input[type=email]::placeholder,
div.wpforms-container .wpforms-form input[type=month]::placeholder,
div.wpforms-container .wpforms-form input[type=number]::placeholder,
div.wpforms-container .wpforms-form input[type=password]::placeholder,
div.wpforms-container .wpforms-form input[type=range]::placeholder,
div.wpforms-container .wpforms-form input[type=search]::placeholder,
div.wpforms-container .wpforms-form input[type=tel]::placeholder,
div.wpforms-container .wpforms-form input[type=text]::placeholder,
div.wpforms-container .wpforms-form input[type=time]::placeholder,
div.wpforms-container .wpforms-form input[type=url]::placeholder,
div.wpforms-container .wpforms-form input[type=week]::placeholder,
div.wpforms-container .wpforms-form textarea::placeholder,
.site input[type=text]::placeholder,
.site input[type=email]::placeholder,
.site input[type=url]::placeholder,
.site input[type=password]::placeholder,
.site input[type=search]::placeholder,
.site input[type=number]::placeholder,
.site input[type=tel]::placeholder,
.site input[type=date]::placeholder,
.site input[type=month]::placeholder,
.site input[type=week]::placeholder,
.site input[type=time]::placeholder,
.site input[type=datetime]::placeholder,
.site input[type=datetime-local]::placeholder,
.site input[type=color]::placeholder,
.site textarea::placeholder {
  color: var(--form--placeholder-color);
}

div.wpforms-container .wpforms-form input[type=search]:focus,
.site input[type=search]:focus {
  outline-offset: -7px;
}

div.wpforms-container .wpforms-form input[type=color],
.site input[type=color] {
  padding: calc(var(--form--spacing-unit) / 2);
  height: calc(4 * var(--form--spacing-unit));
}

div.wpforms-container .wpforms-form input[type=email],
div.wpforms-container .wpforms-form input[type=url],
.site input[type=email],
.site input[type=url] {
  /*rtl:ignore*/
  direction: ltr;
}

div.wpforms-container .wpforms-form select,
.site select {
  border: var(--form--border-width) solid var(--form--border-color);
  color: var(--form--color-text);
  appearance: none;
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
  background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--form--spacing-unit) top 60%;
}

div.wpforms-container .wpforms-form select:focus,
.site select:focus {
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
}

.site textarea {
  width: 100%;
}

.site label {
  font-size: var(--form--label-font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 2);
  font-variation-settings: var(--form--label-font-variation-settings);
  letter-spacing: var(--form--label-letter-spacing);
  line-height: var(--form--label-line-height);
}

/**
https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/
https://codepen.io/aaroniker/pen/ZEYoxEY by Aaron Iker.
License: MIT.
*/

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  div.wpforms-container .wpforms-form input[type=checkbox],
div.wpforms-container .wpforms-form input[type=radio],
.site input[type=checkbox],
.site input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 25px;
    height: 25px;
    border: 2px solid var(--np-brown);
    background: var(--np-body-bg);
  }

  div.wpforms-container .wpforms-form input[type=checkbox]:disabled,
div.wpforms-container .wpforms-form input[type=radio]:disabled,
.site input[type=checkbox]:disabled,
.site input[type=radio]:disabled {
    opacity: 0.7;
  }

  div.wpforms-container .wpforms-form input[type=checkbox]:focus,
.site input[type=checkbox]:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--form--border-color);
  }

  div.wpforms-container .wpforms-form input[type=checkbox]:after,
.site input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 6px;
    top: 2px;
    position: absolute;
    width: 8px;
    height: 14px;
    border: 3px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
  }

  div.wpforms-container .wpforms-form input[type=checkbox]:checked,
.site input[type=checkbox]:checked {
    color: var(--form--color-text);
  }

  div.wpforms-container .wpforms-form input[type=checkbox]:checked:after,
.site input[type=checkbox]:checked:after {
    opacity: 1;
  }

  div.wpforms-container .wpforms-form input[type=radio],
.site input[type=radio] {
    border-radius: 50%;
  }

  div.wpforms-container .wpforms-form input[type=radio]:focus,
.site input[type=radio]:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--form--border-color);
  }

  div.wpforms-container .wpforms-form input[type=radio]:after,
.site input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--form--color-text);
  }

  div.wpforms-container .wpforms-form input[type=radio]:checked,
.site input[type=radio]:checked {
    border: 4px solid var(--form--border-color);
  }

  div.wpforms-container .wpforms-form input[type=radio]:checked:after,
.site input[type=radio]:checked:after {
    opacity: 1;
  }

  div.wpforms-container .wpforms-form input[type=radio]:checked:focus,
.site input[type=radio]:checked:focus {
    outline-offset: 4px;
    outline: 2px dotted var(--form--border-color);
  }
}

div.wpforms-container .wpforms-form input[type=checkbox] + label,
div.wpforms-container .wpforms-form input[type=radio] + label,
.site input[type=checkbox] + label,
.site input[type=radio] + label {
  display: inline;
  padding-left: 10px;
  font-size: var(--form--label-font-size);
  vertical-align: top;
  font-variation-settings: var(--form--inline-label-font-variation-settings);
}

/**
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
*/

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .site input[type=range] {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 100%;
    /* Specific width is required for Firefox. */
    height: 6px;
    background: var(--form--color-ranged);
    border-radius: 6px;
    outline-offset: 10px;
  }

  .site input[type=range]:disabled {
    opacity: 0.7;
  }

  .site input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid var(--form--color-ranged);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--global--color-background);
    cursor: pointer;
  }

  .site input[type=range]::-moz-range-thumb {
    border: 3px solid var(--form--color-ranged);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--global--color-background);
    cursor: pointer;
    box-sizing: border-box;
  }
}

.site input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  border-width: 19px 0;
  border-color: var(--global--color-background);
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.site input[type=range]::-ms-fill-upper {
  background: var(--form--color-ranged);
  border-radius: 6px;
}

.site input[type=range]::-ms-fill-lower {
  background: var(--form--color-ranged);
  border-radius: 6px;
}

.site input[type=range]::-ms-thumb {
  border: 3px solid var(--form--color-ranged);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: var(--global--color-background);
  cursor: pointer;
}

.site fieldset {
  display: grid;
  border-color: var(--global--color-secondary);
  padding: var(--global--spacing-horizontal);
}

.site fieldset legend {
  font-size: var(--global--font-size-lg);
}

.site fieldset input[type=submit] {
  max-width: max-content;
}

.site fieldset input:not([type=submit]) {
  margin-bottom: var(--global--spacing-unit);
}

.site fieldset input[type=radio], .site fieldset input[type=checkbox] {
  margin-bottom: 0;
}

.site fieldset input[type=radio] + label, .site fieldset input[type=checkbox] + label {
  font-size: var(--form--font-size);
  padding-left: 0;
  margin-bottom: var(--global--spacing-unit);
}

::-moz-placeholder {
  opacity: 1;
}

.post-password-message {
  font-size: var(--global--font-size-lg);
}

.post-password-form {
  display: flex;
  flex-wrap: wrap;
}

.post-password-form__label {
  width: 100%;
  margin-bottom: 0;
}

.post-password-form input[type=password] {
  flex-grow: 1;
  margin-top: calc(var(--global--spacing-vertical) / 3);
  margin-right: calc(0.66 * var(--global--spacing-horizontal));
}

.post-password-form__submit {
  margin-top: calc(var(--global--spacing-vertical) / 3);
}

@media only screen and (min-width: 768px) {
  .post-password-form__submit {
    margin-left: calc(0.4 * var(--global--spacing-horizontal));
  }
}

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

/* Classic editor images */

.entry-content img {
  max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Media captions */

figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
  color: currentColor;
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

.alignleft figcaption, .alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
  margin-bottom: 0;
}

/* WP Smiley */

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

/* Over here, place any elements that do not need to have their own file. */

b,
strong {
  font-weight: 700;
}

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

pre {
  white-space: pre;
  overflow-x: auto;
}

/*
 * text-underline-offset doesn't work in Chrome at all 👎
 * But looks nice in Safari/Firefox, so let's keep it and
 * maybe Chrome will support it soon.
 */

a {
  cursor: pointer;
  color: var(--wp--style--color--link, var(--global--color-primary));
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: all;
          text-decoration-skip-ink: all;
}

a:hover {
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.button) {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  -webkit-text-decoration: underline 1px dotted currentColor;
          text-decoration: underline 1px dotted currentColor;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.button) {
  background: rgba(0, 0, 0, 0.9);
  color: var(--wp--style--color--link, var(--global--color-white));
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.button) .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.button).skip-link {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  outline-offset: -2px;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.button).skip-link:focus {
  color: #21759b;
  background-color: #f1f1f1;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.button).custom-logo-link {
  background: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.button) img {
  outline: 2px dotted var(--wp--style--color--link, var(--global--color-primary));
}

.has-background .has-link-color a, .has-background.has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}

/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */

.wp-block-audio audio:focus {
  outline-offset: 5px;
  outline: 2px solid var(--global--color-primary);
}

/**
 * Button
 */

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
.site .button,
button,
input[type=submit],
input[type=reset],
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
  border: var(--button--border-width) solid transparent;
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-variation-settings: var(--button--font-variation-settings);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  text-align: center;
  font-size: var(--button--font-size);
  /*
  @at-root {
    .super-wide {
      @include media-breakpoint-up(xxxl) {
        %button, .site .button, button, input[type=submit], input[type=reset], .wp-block-search .wp-block-search__button, .wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button {
          @content;
        }
      }
    }
  }
  */
}

@media (min-width: 1880px) {
  div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
.site .button,
button,
input[type=submit],
input[type=reset],
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
    font-size: 22px;
  }
}

div.wpforms-container-full .wpforms-form button[type=submit]:not(:hover):not(:active):not(.has-text-color),
div.wpforms-container-full .wpforms-form .wpforms-page-button:not(:hover):not(:active):not(.has-text-color),
.site .button:not(:hover):not(:active):not(.has-text-color),
button:not(:hover):not(:active):not(.has-text-color),
input[type=submit]:not(:hover):not(:active):not(.has-text-color),
input[type=reset]:not(:hover):not(:active):not(.has-text-color),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button--default-color);
}

.has-background div.wpforms-container-full .wpforms-form .wpforms-page-button:not(:hover):not(:active):not(.has-text-color),
div.wpforms-container-full .wpforms-form .has-background .wpforms-page-button:not(:hover):not(:active):not(.has-text-color),
.has-background .site .button:not(:hover):not(:active):not(.has-text-color),
.has-background button:not(:hover):not(:active):not(.has-text-color),
.has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color),
.has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-background, var(--global--color-primary));
}

.has-background div.wpforms-container-full .wpforms-form .wpforms-page-button:not(:hover):not(:active):not(.has-text-color).has-background,
div.wpforms-container-full .wpforms-form .has-background .wpforms-page-button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--global--color-primary);
}

div.wpforms-container-full .wpforms-form button[type=submit]:not(:hover):not(:active):not(.has-background),
div.wpforms-container-full .wpforms-form .wpforms-page-button:not(:hover):not(:active):not(.has-background),
.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type=submit]:not(:hover):not(:active):not(.has-background),
input[type=reset]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--button--default-background-color);
}

.has-background div.wpforms-container-full .wpforms-form .wpforms-page-button:not(:hover):not(:active):not(.has-background),
div.wpforms-container-full .wpforms-form .has-background .wpforms-page-button:not(:hover):not(:active):not(.has-background),
.has-background .site .button:not(:hover):not(:active):not(.has-background),
.has-background button:not(:hover):not(:active):not(.has-background),
.has-background input[type=submit]:not(:hover):not(:active):not(.has-background),
.has-background input[type=reset]:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--local--color-primary, var(--button--default-background-color));
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
.site .button:hover,
.site .button:active,
button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:active,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active {
  background-color: transparent;
  border-color: currentColor;
  color: inherit;
}

div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}

div.wpforms-container-full .wpforms-form input[type=submit]:disabled,
div.wpforms-container-full .wpforms-form button[type=submit]:disabled,
div.wpforms-container-full .wpforms-form .wpforms-page-button:disabled,
.site .button:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
.wp-block-search .wp-block-search__button:disabled,
.wp-block-button .wp-block-button__link:disabled,
.wp-block-file a.wp-block-file__button:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
.site .button,
button,
input[type=submit],
input[type=reset] {
  display: inline-block;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color),
.site .button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color),
button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color),
input[type=submit]:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color),
input[type=reset]:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color) {
  color: var(--button--default-color);
}

.has-background div.wpforms-container-full .wpforms-form .wpforms-page-button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color),
div.wpforms-container-full .wpforms-form .has-background .wpforms-page-button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color),
.has-background .site .button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color),
.has-background button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color),
.has-background input[type=submit]:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color),
.has-background input[type=reset]:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-background, var(--button--default-color));
}

.has-background div.wpforms-container-full .wpforms-form .wpforms-page-button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color).has-background,
div.wpforms-container-full .wpforms-form .has-background .wpforms-page-button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .site .button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color).has-background,
.has-background button:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color).has-background,
.has-background input[type=submit]:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color).has-background,
.has-background input[type=reset]:not(.is-style-outline):not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--global--color-primary);
}

div.wpforms-container-full .wpforms-form .wpforms-page-button:not(.is-style-outline):not(:hover):not(:active):not(.has-background),
.site .button:not(.is-style-outline):not(:hover):not(:active):not(.has-background),
button:not(.is-style-outline):not(:hover):not(:active):not(.has-background),
input[type=submit]:not(.is-style-outline):not(:hover):not(:active):not(.has-background),
input[type=reset]:not(.is-style-outline):not(:hover):not(:active):not(.has-background) {
  background-color: var(--button--default-background-color);
}

.has-background div.wpforms-container-full .wpforms-form .wpforms-page-button:not(.is-style-outline):not(:hover):not(:active):not(.has-background),
div.wpforms-container-full .wpforms-form .has-background .wpforms-page-button:not(.is-style-outline):not(:hover):not(:active):not(.has-background),
.has-background .site .button:not(.is-style-outline):not(:hover):not(:active):not(.has-background),
.has-background button:not(.is-style-outline):not(:hover):not(:active):not(.has-background),
.has-background input[type=submit]:not(.is-style-outline):not(:hover):not(:active):not(.has-background),
.has-background input[type=reset]:not(.is-style-outline):not(:hover):not(:active):not(.has-background) {
  background-color: var(--local--color-primary, var(--button--default-background-color));
}

div.wpforms-container-full .wpforms-form input[type=submit]:not(.is-style-outline):hover,
div.wpforms-container-full .wpforms-form button[type=submit]:not(.is-style-outline):hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:not(.is-style-outline):hover, div.wpforms-container-full .wpforms-form input[type=submit]:not(.is-style-outline):active,
div.wpforms-container-full .wpforms-form button[type=submit]:not(.is-style-outline):active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:not(.is-style-outline):active,
.site .button:not(.is-style-outline):hover,
.site .button:not(.is-style-outline):active,
button:not(.is-style-outline):hover,
button:not(.is-style-outline):active,
input[type=submit]:not(.is-style-outline):hover,
input[type=submit]:not(.is-style-outline):active,
input[type=reset]:not(.is-style-outline):hover,
input[type=reset]:not(.is-style-outline):active {
  border-color: currentColor !important;
  background-color: transparent !important;
  color: inherit !important;
}

div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:not(:hover):not(:active):not(.has-text-color),
div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:not(:hover):not(:active):not(.has-background),
div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:not(:hover):not(:active).has-background,
.site .button.is-style-outline:not(:hover):not(:active):not(.has-text-color),
.site .button.is-style-outline:not(:hover):not(:active):not(.has-background),
.site .button.is-style-outline:not(:hover):not(:active).has-background,
button.is-style-outline:not(:hover):not(:active):not(.has-text-color),
button.is-style-outline:not(:hover):not(:active):not(.has-background),
button.is-style-outline:not(:hover):not(:active).has-background,
input[type=submit].is-style-outline:not(:hover):not(:active):not(.has-text-color),
input[type=submit].is-style-outline:not(:hover):not(:active):not(.has-background),
input[type=submit].is-style-outline:not(:hover):not(:active).has-background,
input[type=reset].is-style-outline:not(:hover):not(:active):not(.has-text-color),
input[type=reset].is-style-outline:not(:hover):not(:active):not(.has-background),
input[type=reset].is-style-outline:not(:hover):not(:active).has-background {
  border-color: currentColor;
}

div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:not(:hover):not(:active):not(.has-text-color),
.site .button.is-style-outline:not(:hover):not(:active):not(.has-text-color),
button.is-style-outline:not(:hover):not(:active):not(.has-text-color),
input[type=submit].is-style-outline:not(:hover):not(:active):not(.has-text-color),
input[type=reset].is-style-outline:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-primary);
}

.has-background div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:not(:hover):not(:active):not(.has-text-color),
div.wpforms-container-full .wpforms-form .has-background .is-style-outline.wpforms-page-button:not(:hover):not(:active):not(.has-text-color),
.has-background .site .button.is-style-outline:not(:hover):not(:active):not(.has-text-color),
.has-background button.is-style-outline:not(:hover):not(:active):not(.has-text-color),
.has-background input[type=submit].is-style-outline:not(:hover):not(:active):not(.has-text-color),
.has-background input[type=reset].is-style-outline:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-primary, var(--global--color-primary));
}

.has-background div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:not(:hover):not(:active).has-background:not(.has-text-color),
div.wpforms-container-full .wpforms-form .has-background .is-style-outline.wpforms-page-button:not(:hover):not(:active).has-background:not(.has-text-color),
.has-background .site .button.is-style-outline:not(:hover):not(:active).has-background:not(.has-text-color),
.has-background button.is-style-outline:not(:hover):not(:active).has-background:not(.has-text-color),
.has-background input[type=submit].is-style-outline:not(:hover):not(:active).has-background:not(.has-text-color),
.has-background input[type=reset].is-style-outline:not(:hover):not(:active).has-background:not(.has-text-color) {
  color: inherit;
}

div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:not(:hover):not(:active):not(.has-background),
.site .button.is-style-outline:not(:hover):not(:active):not(.has-background),
button.is-style-outline:not(:hover):not(:active):not(.has-background),
input[type=submit].is-style-outline:not(:hover):not(:active):not(.has-background),
input[type=reset].is-style-outline:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
}

div.wpforms-container-full .wpforms-form input.is-style-outline[type=submit]:hover,
div.wpforms-container-full .wpforms-form button.is-style-outline[type=submit]:hover,
div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:hover, div.wpforms-container-full .wpforms-form input.is-style-outline[type=submit]:active,
div.wpforms-container-full .wpforms-form button.is-style-outline[type=submit]:active,
div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:active,
.site .button.is-style-outline:hover,
.site .button.is-style-outline:active,
button.is-style-outline:hover,
button.is-style-outline:active,
input[type=submit].is-style-outline:hover,
input[type=submit].is-style-outline:active,
input[type=reset].is-style-outline:hover,
input[type=reset].is-style-outline:active {
  border-color: transparent !important;
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-background) !important;
}

.has-background div.wpforms-container-full .wpforms-form button.is-style-outline[type=submit]:hover,
div.wpforms-container-full .wpforms-form .has-background button.is-style-outline[type=submit]:hover,
.has-background div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .has-background .is-style-outline.wpforms-page-button:hover,
.has-background div.wpforms-container-full .wpforms-form button.is-style-outline[type=submit]:active,
div.wpforms-container-full .wpforms-form .has-background button.is-style-outline[type=submit]:active,
.has-background div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .has-background .is-style-outline.wpforms-page-button:active,
.has-background .site .button.is-style-outline:hover,
.has-background .site .button.is-style-outline:active,
.has-background button.is-style-outline:hover,
.has-background button.is-style-outline:active,
.has-background input[type=submit].is-style-outline:hover,
.has-background input[type=submit].is-style-outline:active,
.has-background input[type=reset].is-style-outline:hover,
.has-background input[type=reset].is-style-outline:active {
  background-color: var(--local--color-primary, var(--global--color-primary)) !important;
  color: var(--local--color-background, var(--global--color-background)) !important;
}

.has-text-color div.wpforms-container-full .wpforms-form button.is-style-outline[type=submit]:hover,
div.wpforms-container-full .wpforms-form .has-text-color button.is-style-outline[type=submit]:hover,
.has-text-color div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .has-text-color .is-style-outline.wpforms-page-button:hover,
.has-text-color div.wpforms-container-full .wpforms-form button.is-style-outline[type=submit]:active,
div.wpforms-container-full .wpforms-form .has-text-color button.is-style-outline[type=submit]:active,
.has-text-color div.wpforms-container-full .wpforms-form .is-style-outline.wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .has-text-color .is-style-outline.wpforms-page-button:active,
.has-text-color .site .button.is-style-outline:hover,
.has-text-color .site .button.is-style-outline:active,
.has-text-color button.is-style-outline:hover,
.has-text-color button.is-style-outline:active,
.has-text-color input[type=submit].is-style-outline:hover,
.has-text-color input[type=submit].is-style-outline:active,
.has-text-color input[type=reset].is-style-outline:hover,
.has-text-color input[type=reset].is-style-outline:active {
  color: var(--local--color-background, var(--global--color-background)) !important;
}

div.wpforms-container-full .wpforms-form input.is-style-squared[type=submit],
div.wpforms-container-full .wpforms-form button.is-style-squared[type=submit],
div.wpforms-container-full .wpforms-form .is-style-squared.wpforms-page-button,
.site .button.is-style-squared,
button.is-style-squared,
input[type=submit].is-style-squared,
input[type=reset].is-style-squared {
  border-radius: 0;
}

div.wpforms-container-full .wpforms-form button.is-style-outline[style*=radius][type=submit]:focus,
div.wpforms-container-full .wpforms-form .is-style-outline[style*=radius].wpforms-page-button:focus,
.site .button.is-style-outline[style*=radius]:focus,
button.is-style-outline[style*=radius]:focus,
input[type=submit].is-style-outline[style*=radius]:focus,
input[type=reset].is-style-outline[style*=radius]:focus {
  outline-offset: 2px;
  outline: 2px dotted var(--button--color-background);
}

/**
 * Block Options
 */

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button--default-color);
}

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-background, var(--button--default-color));
}

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--global--color-primary);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--button--default-background-color);
}

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--local--color-primary, var(--button--default-background-color));
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  border-color: currentColor !important;
  background-color: transparent !important;
  color: inherit !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background {
  border-color: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-primary);
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--local--color-primary, var(--global--color-primary));
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background:not(.has-text-color) {
  color: inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active {
  border-color: transparent !important;
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-background) !important;
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:hover, .has-background .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: var(--local--color-primary, var(--global--color-primary)) !important;
  color: var(--local--color-background, var(--global--color-background)) !important;
}

.has-text-color .wp-block-button.is-style-outline .wp-block-button__link:hover, .has-text-color .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: var(--local--color-background, var(--global--color-background)) !important;
}

.wp-block-button .is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.is-style-outline .wp-block-button__link[style*=radius]:focus,
.wp-block-button a.wp-block-button__link[style*=radius]:focus {
  outline-offset: 2px;
  outline: 2px dotted var(--button--color-background);
}

.wp-block-code {
  border-color: var(--global--color-border);
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  padding: var(--global--spacing-unit);
}

.wp-block-code code {
  color: var(--global--color-primary);
  white-space: pre;
  overflow-x: auto;
  display: block;
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
  clear: both;
}

.wp-block-columns .wp-block-column > * {
  margin-top: calc(0.66 * var(--global--spacing-vertical));
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 576px) {
  .wp-block-columns .wp-block-column > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 576px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: var(--global--spacing-vertical);
  }
}

@media only screen and (min-width: 1200px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}

.wp-block-columns.is-style-twentytwentyone-columns-overlap {
  justify-content: space-around;
}

@media only screen and (min-width: 992px) {
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
    margin-left: calc(-2 * var(--global--spacing-horizontal));
    margin-top: calc(2.5 * var(--global--spacing-horizontal));
    z-index: 2;
  }

  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) {
    background-color: var(--global--color-background);
    padding: var(--global--spacing-unit);
  }

  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) {
    padding-left: calc(2 * var(--global--spacing-horizontal));
  }

  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center {
    margin-top: 0;
  }
}

.wp-block-columns.alignfull .wp-block-column p:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-cover,
.wp-block-cover-image {
  background-color: var(--cover--color-background);
  min-height: var(--cover--height);
  margin-top: inherit;
  margin-bottom: inherit;
  /* default & custom background-color */
  /* Treating H2 separately to account for legacy /core styles */
  /* Block Styles */
  /* The background color class is used just for the overlay, and does not need to be applied to the inner container. */
}

.wp-block-cover:not(.alignwide):not(.alignfull),
.wp-block-cover-image:not(.alignwide):not(.alignfull) {
  clear: both;
}

.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: currentColor;
}

.wp-block-cover .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover .wp-block-cover-image-text .has-link-color a,
.wp-block-cover .wp-block-cover-text .has-link-color a,
.wp-block-cover-image .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover-image .wp-block-cover-image-text .has-link-color a,
.wp-block-cover-image .wp-block-cover-text .has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
  color: var(--cover--color-foreground);
}

.wp-block-cover h2,
.wp-block-cover-image h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  max-width: inherit;
  text-align: inherit;
  padding: 0;
}

.wp-block-cover h2.has-text-align-left,
.wp-block-cover-image h2.has-text-align-left {
  text-align: left;
}

.wp-block-cover h2.has-text-align-center,
.wp-block-cover-image h2.has-text-align-center {
  text-align: center;
}

.wp-block-cover h2.has-text-align-right,
.wp-block-cover-image h2.has-text-align-right {
  text-align: right;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: calc(100% - 2 * var(--global--spacing-vertical));
}

.wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-cover-image .wp-block-cover__inner-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 576px) {
  .wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-cover-image .wp-block-cover__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-cover.alignleft, .wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  margin-top: 0;
}

.wp-block-cover.alignleft > *, .wp-block-cover.alignright > *,
.wp-block-cover-image.alignleft > *,
.wp-block-cover-image.alignright > * {
  margin-top: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(2 * var(--global--spacing-vertical));
  padding-left: var(--global--spacing-horizontal);
  padding-right: var(--global--spacing-horizontal);
  width: 100%;
}

.wp-block-cover.has-left-content, .wp-block-cover.has-right-content,
.wp-block-cover-image.has-left-content,
.wp-block-cover-image.has-right-content {
  justify-content: center;
}

.wp-block-cover.is-style-twentytwentyone-border,
.wp-block-cover-image.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-cover[class*=-background-color][class] .wp-block-cover__inner-container,
.wp-block-cover-image[class*=-background-color][class] .wp-block-cover__inner-container {
  background-color: unset;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  opacity: inherit;
}

.wp-block-file a.wp-block-file__button {
  display: inline-block;
}

.wp-block-gallery {
  margin: 0 auto;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - var(--global--spacing-unit)) / 2);
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  color: var(--global--color-white);
  font-size: var(--global--font-size-xs);
}

.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a {
  color: var(--global--color-white);
}

.wp-block-gallery .blocks-gallery-image figcaption a:focus,
.wp-block-gallery .blocks-gallery-item figcaption a:focus {
  background-color: transparent;
  outline: 2px solid var(--wp--style--color--link, var(--global--color-primary));
  text-decoration: none;
}

.wp-block-gallery .blocks-gallery-image a:focus img,
.wp-block-gallery .blocks-gallery-item a:focus img {
  outline-offset: 2px;
}

.wp-block-group {
  display: block;
  clear: both;
  display: flow-root;
}

.wp-block-group:before, .wp-block-group:after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group .wp-block-group__inner-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 576px) {
  .wp-block-group .wp-block-group__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-group.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 576px) {
  .wp-block-group.has-background {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-group.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical);
}

.wp-block-group.has-background .wp-block-group__inner-container > .alignfull,
.wp-block-group.has-background .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull, .wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > .alignfull,
.wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull {
  max-width: calc(var(--responsive--alignfull-width) + 2 * var(--global--spacing-vertical));
  width: calc(var(--responsive--alignfull-width) + 2 * var(--global--spacing-vertical));
  margin-left: calc(-1 * var(--global--spacing-vertical));
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
}

h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-weight: var(--heading--font-weight-strong);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: var(--global--spacing-vertical);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-image {
  text-align: center;
}

.wp-block-image figcaption {
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

.wp-block-image .alignright {
  margin-left: var(--global--spacing-horizontal);
}

.wp-block-image .alignleft {
  margin-right: var(--global--spacing-horizontal);
}

.wp-block-image a:focus img {
  outline-offset: 2px;
}

.wp-block-image img {
  display: block;
}

.entry-content > *[class=wp-block-image],
.entry-content [class*=inner-container] > *[class=wp-block-image] {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content > *[class=wp-block-image] + *,
.entry-content [class*=inner-container] > *[class=wp-block-image] + * {
  margin-top: 0;
}

.wp-block-image.is-style-twentytwentyone-border img,
.wp-block-image.is-style-twentytwentyone-image-frame img {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-image.is-style-twentytwentyone-image-frame img {
  padding: var(--global--spacing-unit);
}

@media only screen and (min-width: 576px) {
  .entry-content > .wp-block-image > .alignleft,
.entry-content > .wp-block-image > .alignright {
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .entry-content > .wp-block-image > .alignleft,
.entry-content > .wp-block-image > .alignright {
    margin-left: 0;
    margin-right: 0;
  }
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  /* Vertical margins logic */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: var(--heading--font-family);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  margin: 0;
}

.wp-block-latest-posts {
  padding-left: 0;
}

.wp-block-latest-posts:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}

.wp-block-latest-posts:not(.is-grid) > li:first-child {
  margin-top: 0;
}

.wp-block-latest-posts:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}

.widget-area .wp-block-latest-posts:not(.is-grid) > li {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-latest-posts.is-grid {
  word-wrap: break-word;
  word-break: break-word;
}

.wp-block-latest-posts.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-grid > li:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1), .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li, .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1), .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li, .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1), .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li, .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1), .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li, .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1), .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
  margin-bottom: 0;
}

.wp-block-latest-posts > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-latest-posts > li > *:first-child {
  margin-top: 0;
}

.wp-block-latest-posts > li > *:last-child {
  margin-bottom: 0;
}

.wp-block-latest-posts > li > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.widget-area .wp-block-latest-posts > li > a {
  font-size: var(--global--font-size-sm);
  margin-bottom: 0;
}

.wp-block-latest-posts .wp-block-latest-posts__post-author {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}

[class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: currentColor;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}

.wp-block-latest-posts.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.entry-content [class*=inner-container] .wp-block-latest-posts.alignfull, .entry-content .has-background .wp-block-latest-posts.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
  border-top: calc(3 * var(--separator--height)) solid var(--global--color-border);
  border-bottom: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li {
  padding-bottom: var(--global--spacing-vertical);
  border-bottom: var(--separator--height) solid var(--global--color-border);
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
  box-shadow: inset 0 -1px 0 0 var(--global--color-border);
  border-bottom: calc(2 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
  margin: 0;
  padding-top: var(--global--spacing-vertical);
  padding-right: var(--global--spacing-horizontal);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}

@media screen and (min-width: 600px) {
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
    width: calc(100% / 2);
  }

  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
    width: calc(100% / 3);
  }

  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
    width: calc(100% / 4);
  }

  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
    width: calc(100% / 5);
  }

  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
    width: calc(100% / 6);
  }
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical) var(--global--spacing-horizontal);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li {
  margin-top: var(--global--spacing-horizontal);
  margin-bottom: var(--global--spacing-horizontal);
}

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

.gallery-item a {
  display: block;
}

.gallery-item a:focus img {
  outline-offset: -2px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

figure.wp-caption a:focus img {
  outline-offset: 2px;
}

ul,
ol {
  font-family: var(--list--font-family);
  font-variation-settings: var(--list--font-variation-settings);
  font-size: var(--list--font-size);
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}

ul.aligncenter,
ol.aligncenter {
  list-style-position: inside;
  padding: 0;
}

ul.alignright,
ol.alignright {
  list-style-position: inside;
  text-align: right;
  padding: 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

ol ul {
  list-style-type: circle;
}

li {
  margin-bottom: 20px;
}

dt {
  font-family: var(--definition-term--font-family);
  font-weight: bold;
}

dd {
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}

.wp-block-media-text {
  /**
   * Block Options
   */
}

.wp-block-media-text.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-media-text a:focus img {
  outline-offset: -1px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-media-text .wp-block-media-text__content > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 576px) {
  .wp-block-media-text .wp-block-media-text__content > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: var(--global--spacing-vertical);
    padding-bottom: var(--global--spacing-vertical);
  }
}

.wp-block-media-text.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-navigation .wp-block-navigation-link {
  padding: 0;
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
  padding: var(--primary-nav--padding);
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
  font-family: var(--primary-nav--font-family);
  font-size: var(--primary-nav--font-size);
  font-weight: var(--primary-nav--font-weight);
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon {
  padding: 0;
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
  display: inherit;
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
  border: none;
  left: 0;
  margin-left: var(--primary-nav--padding);
  min-width: max-content;
  opacity: 0;
  padding: 0;
  position: inherit;
  top: inherit;
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
  display: inline-block;
  padding: calc(0.5 * var(--primary-nav--padding)) var(--primary-nav--padding);
}

.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
  display: none;
}

.wp-block-navigation > .wp-block-navigation__container .has-child:hover .wp-block-navigation__container, .wp-block-navigation > .wp-block-navigation__container .has-child:focus-within .wp-block-navigation__container {
  display: block;
  opacity: 1;
  visibility: visible;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
  background: var(--global--color-background);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  border: 1px solid var(--primary-nav--border-color);
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:before, .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: -10px;
  left: var(--global--spacing-horizontal);
  border-style: solid;
  border-color: var(--primary-nav--border-color) transparent;
  border-width: 0 7px 10px 7px;
}

.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  top: -9px;
  border-color: var(--global--color-background) transparent;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background: var(--global--color-background);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
  background: var(--global--color-background);
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover, .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
  color: var(--primary-nav--color-link-hover);
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
  color: currentColor;
}

p {
  /*
  line-height: var(
    --wp--typography--line-height,
    var(--global--line-height-body)
  );
  */
  margin-bottom: 1.25rem;
}

p.has-background {
  padding: var(--global--spacing-unit);
}

p.has-text-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}

pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre;
}

.wp-block-pullquote {
  padding: calc(2 * var(--global--spacing-unit)) 0;
  text-align: center;
  border-width: var(--pullquote--border-width);
  border-bottom-style: solid;
  border-top-style: solid;
  color: currentColor;
  border-color: currentColor;
  position: relative;
  /**
   * Block Options
   */
}

.wp-block-pullquote blockquote::before {
  color: currentColor;
  content: "“";
  display: block;
  position: relative;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.wp-block-pullquote p {
  font-family: var(--pullquote--font-family);
  font-size: var(--pullquote--font-size);
  font-style: var(--pullquote--font-style);
  font-weight: 700;
  letter-spacing: var(--pullquote--letter-spacing);
  line-height: var(--pullquote--line-height);
  margin: 0;
}

.wp-block-pullquote a {
  color: currentColor;
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: currentColor;
  display: block;
  font-size: var(--global--font-size-xs);
  font-style: var(--pullquote--font-style);
  text-transform: none;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote:before,
.wp-block-pullquote.alignleft:not(.is-style-solid-color) cite {
  text-align: center;
}

.wp-block-pullquote.alignwide > p, .wp-block-pullquote.alignwide blockquote {
  max-width: var(--responsive--alignwide-width);
}

.wp-block-pullquote.alignfull:not(.is-style-solid-color) > p, .wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
  padding: 0 calc(2 * var(--global--spacing-unit));
}

.wp-block-pullquote.is-style-solid-color {
  color: var(--pullquote--color-foreground);
  padding: calc(2.5 * var(--global--spacing-unit));
  border-width: var(--pullquote--border-width);
  border-style: solid;
  border-color: var(--pullquote--border-color);
}

@media (min-width: 600px) {
  .wp-block-pullquote.is-style-solid-color {
    padding: calc(5 * var(--global--spacing-unit));
  }
}

.wp-block-pullquote.is-style-solid-color blockquote::before {
  text-align: left;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin: 0;
  max-width: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: var(--pullquote--font-size);
}

.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer {
  color: currentColor;
}

.wp-block-pullquote.is-style-solid-color.alignleft, .wp-block-pullquote.is-style-solid-color.alignright {
  padding: var(--global--spacing-unit);
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote, .wp-block-pullquote.is-style-solid-color.alignright blockquote {
  max-width: initial;
}

.wp-block-query.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 576px) {
  .wp-block-query.has-background {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-quote {
  border-left: none;
  /**
   * Block Options
   */
}

.wp-block-quote:before {
  content: "“";
  font-size: var(--quote--font-size);
  line-height: var(--quote--line-height);
  left: 8px;
}

.has-background .wp-block-quote .wp-block-quote__citation, [class*=background-color] .wp-block-quote .wp-block-quote__citation, [style*=background-color] .wp-block-quote .wp-block-quote__citation, .wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation,
.has-background .wp-block-quote cite,
[class*=background-color] .wp-block-quote cite,
[style*=background-color] .wp-block-quote cite,
.wp-block-cover[style*=background-image] .wp-block-quote cite,
.has-background .wp-block-quote footer,
[class*=background-color] .wp-block-quote footer,
[style*=background-color] .wp-block-quote footer,
.wp-block-cover[style*=background-image] .wp-block-quote footer {
  color: currentColor;
}

.wp-block-quote.has-text-align-right {
  margin: var(--global--spacing-vertical) var(--global--spacing-horizontal) var(--global--spacing-vertical) auto;
  padding-right: 0;
  border-right: none;
}

.wp-block-quote.has-text-align-right:before {
  display: none;
}

.wp-block-quote.has-text-align-right p:before {
  content: "”";
  font-size: var(--quote--font-size);
  font-weight: normal;
  line-height: var(--quote--line-height);
  margin-right: 5px;
}

.wp-block-quote.has-text-align-center {
  margin: var(--global--spacing-vertical) auto;
}

.wp-block-quote.has-text-align-center:before {
  display: none;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding-left: 0;
  padding-right: 0;
  /* Resetting margins to match _block-container.scss */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: var(--quote--font-size-large);
  font-style: var(--quote--font-style-large);
  line-height: var(--quote--line-height-large);
}

.wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
  font-size: var(--quote--font-size-large);
  line-height: var(--quote--line-height-large);
  left: calc(-1 * var(--global--spacing-horizontal));
}

.wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before {
  display: none;
}

.wp-block-quote.is-large.has-text-align-right p:before, .wp-block-quote.is-style-large.has-text-align-right p:before {
  content: "”";
  font-size: var(--quote--font-size-large);
  font-weight: normal;
  line-height: var(--quote--line-height-large);
  margin-right: 10px;
}

.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm);
}

@media only screen and (max-width: 575px) {
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding-left: var(--global--spacing-horizontal);
  }

  .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
    left: 0;
  }

  .wp-block-quote.is-large.has-text-align-right, .wp-block-quote.is-style-large.has-text-align-right {
    padding-left: 0;
    padding-right: var(--global--spacing-horizontal);
  }

  .wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before {
    right: 0;
  }

  .wp-block-quote.is-large.has-text-align-center, .wp-block-quote.is-style-large.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .wp-block-quote.has-text-align-right {
    padding-left: 0;
    padding-right: calc(0.5 * var(--global--spacing-horizontal));
  }

  .wp-block-quote.has-text-align-right:before {
    right: 0;
  }

  .wp-block-quote.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-rss {
  padding-left: 0;
}

.wp-block-rss > li {
  list-style: none;
}

.wp-block-rss:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}

.wp-block-rss:not(.is-grid) > li:first-child {
  margin-top: 0;
}

.wp-block-rss:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}

.wp-block-rss.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}

.wp-block-rss.is-grid > li:last-child {
  margin-bottom: 0;
}

.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1), .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li, .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1), .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li, .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1), .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li, .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1), .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li, .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1), .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
  margin-bottom: 0;
}

.wp-block-rss > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-rss > li > *:first-child {
  margin-top: 0;
}

.wp-block-rss > li > *:last-child {
  margin-bottom: 0;
}

.wp-block-rss .wp-block-rss__item-title > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-rss .wp-block-rss__item-author {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}

.wp-block-rss .wp-block-rss__item-publish-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}

[class*=inner-container] .wp-block-rss .wp-block-rss__item-publish-date, .has-background .wp-block-rss .wp-block-rss__item-publish-date {
  color: currentColor;
}

.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .wp-block-rss__item-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}

.wp-block-rss.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.entry-content [class*=inner-container] .wp-block-rss.alignfull, .entry-content .has-background .wp-block-rss.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-search {
  max-width: var(--responsive--aligndefault-width);
}

.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
  justify-content: center;
}

.wp-block-search .wp-block-search__label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

.wp-block-search .wp-block-search__input {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--form--line-height);
  max-width: inherit;
  margin-right: calc(-1 * var(--button--border-width));
  padding: var(--form--spacing-unit);
}

.wp-block-search .wp-block-search__input:focus {
  color: var(--form--color-text);
  border-color: var(--form--border-color);
}

.has-background .wp-block-search .wp-block-search__input {
  border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.wp-block-search button.wp-block-search__button {
  margin-left: 0;
  line-height: 1;
}

.wp-block-search button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}

.wp-block-search button.wp-block-search__button.has-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.has-background .wp-block-search button.wp-block-search__button:hover, .has-background .wp-block-search button.wp-block-search__button:active {
  background-color: var(--local--color-background, var(--global--color-background)) !important;
  color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.has-text-color .wp-block-search button.wp-block-search__button:hover, .has-text-color .wp-block-search button.wp-block-search__button:active {
  color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background-color: var(--global--color-white);
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  padding: var(--form--border-width);
}

.has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--form--spacing-unit);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  color: var(--form--color-text);
  outline-offset: -2px;
  outline: 2px dotted var(--form--border-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
  color: var(--global--color-dark-gray);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}

.wp-block-search__button {
  box-shadow: none;
}

hr {
  border-style: none;
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

hr.wp-block-separator {
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  opacity: 1;
  /**
   * Block Options
   */
}

hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
  max-width: var(--responsive--aligndefault-width);
}

hr.wp-block-separator:not(.is-style-dots).alignwide {
  max-width: var(--responsive--alignwide-width);
}

hr.wp-block-separator:not(.is-style-dots).alignfull {
  max-width: var(--responsive--alignfull-width);
}

hr.wp-block-separator.is-style-twentytwentyone-separator-thick {
  border-bottom-width: calc(3 * var(--separator--height));
}

hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
  background-color: transparent !important;
}

hr.wp-block-separator.is-style-dots.has-background:before, hr.wp-block-separator.is-style-dots.has-text-color:before {
  color: currentColor !important;
}

hr.wp-block-separator.is-style-dots:before {
  color: var(--separator--border-color);
  font-size: var(--global--font-size-xl);
  letter-spacing: var(--global--font-size-sm);
  padding-left: var(--global--font-size-sm);
}

.has-background hr.wp-block-separator, [class*=background-color] hr.wp-block-separator, [style*=background-color] hr.wp-block-separator, .wp-block-cover[style*=background-image] hr.wp-block-separator {
  border-color: currentColor;
}

.wp-block-social-links a:focus {
  color: var(--global--color-primary);
}

.wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
  color: var(--global--color-primary);
}

.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link, .wp-block-social-links.is-style-twentytwentyone-social-icons-color.has-icon-background-color.has-icon-background-color .wp-social-link {
  background: none;
}

.wp-block-spacer {
  display: block;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media only screen and (max-width: 575px) {
  .wp-block-spacer[style] {
    height: var(--global--spacing-unit) !important;
  }
}

table,
.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}

table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  text-align: center;
}

table th,
.wp-block-table th {
  font-family: var(--heading--font-family);
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: calc(0.5 * var(--global--spacing-unit));
  border: 1px solid;
}

table figcaption,
.wp-block-table figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
}

table.is-style-regular .has-background, table.is-style-stripes .has-background, table.is-style-stripes .has-background thead tr, table.is-style-stripes .has-background tfoot tr, table.is-style-stripes .has-background tbody tr,
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr {
  color: var(--table--has-background-text-color);
}

table.is-style-stripes,
.wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color);
}

table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-width: 0;
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--table--stripes-background-color);
}

table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: var(--global--color-white-90);
}

table.wp-calendar-table td,
table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}

table.wp-calendar-table th {
  font-weight: bold;
}

table.wp-calendar-table thead,
table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid;
}

table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--global--spacing-unit);
  color: currentColor;
}

.wp-calendar-nav {
  text-align: left;
  margin-top: calc(var(--global--spacing-unit) / 2);
}

.wp-calendar-nav svg {
  height: 1em;
  vertical-align: middle;
}

.wp-calendar-nav svg path {
  fill: currentColor;
}

.wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

.wp-block-tag-cloud.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-verse {
  font-family: var(--entry-content--font-family);
}

.wp-block-video figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

* > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

/* Block Alignments */

/**
 * These selectors set the default max width for content appearing inside a post or page.
 */

/**
 * .alignleft
 */

.alignleft {
  /*rtl:ignore*/
  text-align: left;
  margin-top: 0;
}

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 576px) {
  .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }

  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
  }
}

/**
 * .aligncenter
 */

.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/**
 * .alignright
 */

.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 576px) {
  .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
  }

  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}

[class*=inner-container] > .alignleft + *,
[class*=inner-container] > .alignright + * {
  margin-top: 0;
}

/**
 * .alignwide
 */

.alignwide {
  clear: both;
}

/**
 * .alignfull
 */

.alignfull {
  clear: both;
}

.has-left-content {
  justify-content: flex-start;
}

.has-right-content {
  justify-content: flex-end;
}

.has-parallax {
  background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
  font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

.desktop-only {
  display: none;
}

@media only screen and (min-width: 576px) {
  .desktop-only {
    display: block;
  }
}

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */

.no-results.not-found > *:first-child {
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.page-links {
  clear: both;
}

.page-links .post-page-numbers {
  display: inline-block;
  margin-left: calc(0.66 * var(--global--spacing-unit));
  margin-right: calc(0.66 * var(--global--spacing-unit));
  min-width: 44px;
  min-height: 44px;
}

.page-links .post-page-numbers:first-child {
  margin-left: 0;
}

.entry-archived {
  position: relative;
  width: 100%;
  max-width: 1024px;
}

.entry-archived .post-thumbnail {
  --paddingRatio: 50%;
  position: relative;
  margin-bottom: 12px;
  background: #d7cbbd;
}

.entry-archived .post-thumbnail--sm {
  --paddingRatio: 75%;
}

.entry-archived .post-thumbnail--md {
  --paddingRatio: 100%;
}

.entry-archived .post-thumbnail--lg {
  --paddingRatio: 133.25%;
}

.entry-archived .post-thumbnail:after {
  content: "";
  display: block;
  padding-bottom: var(--paddingRatio);
  width: 100%;
}

.entry-archived .entry-thumbnail-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.entry-archived .entry-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

.entry-singular .entry-header {
  max-width: calc(
      1060px + (var(--np-gutter-outer-x) * 2)
    );
  padding-left: var(--np-gutter-outer-x);
  padding-right: var(--np-gutter-outer-x);
  padding-top: 60px;
  text-align: center;
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .entry-singular .entry-header {
    padding-top: 80px;
  }
}

.entry-singular .entry-title {
  margin-bottom: 40px;
}

.entry-singular .post-thumbnail {
  position: relative;
  margin-top: 100px;
  width: 100%;
  min-height: 468px;
}

.entry-singular .post-thumbnail::after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
  width: 100%;
}

.entry-singular .entry-thumbnail-img,
.entry-singular .wp-post-image {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  background-position: 50% 50%;
}

.entry-singular .entry-content {
  margin-bottom: 120px;
}

@media (min-width: 992px) {
  .entry-singular .entry-content {
    margin-bottom: 240px;
  }
}

.entry-singular:not(.entry-singular-page) .entry-content {
  /*
  --responsive--aligndefault-width: min(
    1060px,
    calc(100vw - (var(--np-gutter-outer-x) * 2) - var(--scrollbar-width))
  );

  --responsive--alignwide-width: min(
    1280px,
    calc(100vw - (var(--np-gutter-outer-x) * 2) - var(--scrollbar-width))
  );
  */
  --responsive--aligndefault-width: min(
    1060px,
    var(--responsive--aligndefault-adjusted-width)
  );
  --responsive--alignwide-width: min(
    1060px,
    var(--responsive--alignwide-adjusted-width)
  );
}

.entry-singular-np-job .entry-header,
.entry-singular-np-bjellcon .entry-header {
  margin-bottom: 120px;
}

@media (min-width: 992px) {
  .entry-singular-np-job .entry-header,
.entry-singular-np-bjellcon .entry-header {
    margin-bottom: 180px;
  }
}

.entry-singular-np-job .col-lead,
.entry-singular-np-bjellcon .col-lead {
  margin-bottom: 40px;
}

.entry-singular-np-job .subheading,
.entry-singular-np-bjellcon .subheading {
  margin-bottom: 40px;
}

.page-header {
  --np-spacer-p-t: 60px;
}

@media (min-width: 992px) {
  .page-header {
    --np-spacer-p-t: 80px;
  }
}

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

.page-enteries {
  --np-spacer-p-t: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
  column-gap: calc(var(--np-gutter-x) / 2);
}

.page-enteries > .entry-archived {
  order: 0;
}

.page-enteries > .entry-archived:nth-child(n+9) {
  order: 2;
}

.page-enteries > .sidebar {
  order: 1;
}

.page-enteries > .navigation {
  order: 3;
  width: 100%;
  text-align: center;
}

.page-enteries > .navigation .nav-links {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}

@media (min-width: 576px) {
  .page-enteries {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 80px;
  }

  .page-enteries > .sidebar,
.page-enteries > .navigation {
    grid-column: 1/span 2;
  }
}

@media (min-width: 992px) {
  .page-enteries {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 120px;
  }

  .page-enteries > .sidebar,
.page-enteries > .navigation {
    grid-column: 1/span 4;
  }
}

.post-password-form {
  max-width: min(400px, var(--responsive--aligndefault-width)) !important;
  margin-top: 60px !important;
  margin-bottom: 100px !important;
}

@media (min-width: 992px) {
  .post-password-form {
    margin-top: 100px !important;
    margin-bottom: 180px !important;
  }
}

.post-password-form p {
  width: 100%;
}

.post-password-form label {
  display: block;
  margin-bottom: 40px;
}

.post-password-form input[type=submit] {
  width: 100%;
}

.custom-password-message {
  color: #dc3545;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--global--admin-bar--height, 0px));
}

.site .main {
  flex-grow: 1;
}

.banner {
  --banner-color: #6d5b49;
  padding: 20px 0 20px 30px;
  max-width: 100vw;
  display: flex;
  z-index: 100;
}

@media (min-width: 992px) {
  .banner {
    padding: 20px 30px;
  }
}

.banner--absolute {
  --banner-color: #f9f9f4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.banner.open {
  --banner-color: #f9f9f4;
}

.banner__brand {
  padding-top: 4px;
}

.banner__brand svg {
  width: 180px;
  height: 88px;
}

.banner__brand svg path {
  fill: var(--banner-color);
}

.banner__nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner-hamburger {
  background-color: transparent !important;
  border-style: none;
  border-width: 0;
  padding: 20px 30px 30px 30px;
  padding: 20px 30px 30px 30px;
  width: calc(48px + 60px);
  height: calc(24px + 10px + 40px);
  background-color: transparent;
  position: relative;
  transition: transform 0.2s ease-out;
}

.banner-hamburger::before {
  content: "";
  display: block;
  width: 48px;
  height: 24px;
  position: absolute;
  top: 20px;
  left: 30px;
  border-top: 1px solid var(--banner-color);
  border-bottom: 1px solid var(--banner-color);
}

.banner-hamburger::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: var(--banner-color);
  position: absolute;
  top: 32px;
  left: 30px;
}

.admin-bar .banner--absolute {
  top: 32px;
}

@media (max-width: 1200px) {
  .nav-primary {
    display: none;
  }
}

.nav-primary.open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6d5b49;
  color: var(--banner-color);
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  display: flex;
}

.nav-primary.open .nav-primary__nav {
  width: 100%;
}

.nav-primary.open .menu-item {
  font-family: "ABC Arizona Plus Variable";
  font-weight: var(--wght);
  font-variation-settings: "SRFF" var(--srff), "wght" var(--wght);
  --srff: 100;
  --wght: 316;
  line-height: 1.18;
  letter-spacing: -0.01em;
  /*
  font-size: $h4-font-size; // 24px;

  @include media-breakpoint-if-super-wide-up() {
    font-size: $h4-font-size-xxl;
  }
  */
  font-size: calc(1.33125rem + 0.45703125vw);
  color: var(--banner-color);
  width: 100%;
  text-align: center;
  margin: 0;
}

@media (min-width: 2560px) {
  .nav-primary.open .menu-item {
    font-size: 2.0625rem;
  }
}

.nav-primary.open .menu-item a {
  color: var(--banner-color);
  padding: 10px;
  display: block;
  text-decoration: none;
}

.nav-primary.open .menu-item a:hover, .nav-primary.open .menu-item a:focus {
  text-decoration: underline;
}

.nav-primary__nav {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .nav-primary:not(.open) {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-primary:not(.open) .nav-primary__nav {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    list-style: none;
  }

  .nav-primary:not(.open) + .banner-hamburger {
    display: none;
  }

  .nav-primary:not(.open) .menu-item {
    padding: 0 28px;
    margin: 0;
  }

  .nav-primary:not(.open) .menu-item:last-child {
    padding-right: 0;
  }

  .nav-primary:not(.open) .menu-item:first-child {
    padding-left: 0;
  }

  .nav-primary:not(.open) .menu-item a {
    font-family: "ABC Arizona Plus Variable";
    font-weight: var(--wght);
    font-variation-settings: "SRFF" var(--srff), "wght" var(--wght);
    --srff: 0;
    --wght: 442;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-size: 1.25rem;
    /*
    @at-root {
      .super-wide {
        @include media-breakpoint-up(xxxl) {
          .nav-primary:not(.open) .menu-item a {
            @content;
          }
        }
      }
    }
    */
    --wght: 442;
    text-decoration: none;
    color: var(--banner-color);
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  .nav-primary:not(.open) .menu-item a {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) and (min-width: 1880px) {
  .nav-primary:not(.open) .menu-item a {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .nav-primary:not(.open) .menu-item a:hover {
    text-decoration: underline;
  }
}

.content-info {
  background-color: #d7cbbd;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .content-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.content-info__top-row {
  margin-bottom: 80px;
}

@media (min-width: 992px) {
  .content-info__top-row {
    margin-bottom: 120px;
  }
}

.content-info__brand {
  display: block;
  margin-bottom: 60px;
}

.content-info__brand svg {
  width: 180px;
  height: 88px;
}

.content-info__brand svg path {
  fill: #6d5b49;
}

.content-info__text-link {
  text-decoration: none;
}

.content-info__text-link:hover {
  text-decoration: underline;
}

.content-info__menu {
  order: 1;
}

@media (min-width: 992px) {
  .content-info__menu {
    order: 0;
  }
}

.content-info__contact {
  margin-bottom: 40px;
  order: 0;
}

@media (min-width: 992px) {
  .content-info__contact {
    order: 1;
  }
}

.content-info__contact-heading {
  margin-bottom: 20px;
}

.content-info__contact-lines {
  margin-bottom: 15px;
}

.content-info__contact-paragraph {
  margin-bottom: 10px;
}

.content-info__social-links {
  padding-top: 4px;
}

.content-info__social-link {
  text-decoration: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: -2px;
  margin-right: 8px;
}

.content-info__social-link svg {
  display: block;
  width: 24px;
  height: 24px;
}

.content-info__bottom-row {
  row-gap: 20px;
}

.nav-footer__nav {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.nav-footer .menu-item {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  white-space: nowrap;
}

.nav-footer .menu-item:first-child {
  padding-top: 0;
}

.nav-footer .menu-item a {
  --wght: 316;
  text-decoration: none;
  color: var(--banner-color);
}

.nav-footer .menu-item a:hover {
  text-decoration: underline;
}

.has-brown-color[class] {
  color: var(--global--color-brown);
}

.has-brown-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-brown, #6d5b49);
  color: var(--local--color-primary);
}

.has-brown-light-color[class] {
  color: var(--global--color-brown-light);
}

.has-brown-light-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-brown-light, #d7cbbd);
  color: var(--local--color-primary);
}

.has-brown-lighter-color[class] {
  color: var(--global--color-brown-lighter);
}

.has-brown-lighter-color[class] > [class*=__inner-container] {
  --local--color-primary: var(
    --global--color-brown-lighter,
    #dfd7cd
  );
  color: var(--local--color-primary);
}

.has-white-color[class] {
  color: var(--global--color-white);
}

.has-white-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-white, #f9f9f4);
  color: var(--local--color-primary);
}

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor;
}

.has-brown-background-color[class] {
  background-color: var(--global--color-brown);
}

.has-brown-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-brown, #6d5b49);
  background-color: var(--local--color-background);
}

.has-brown-light-background-color[class] {
  background-color: var(--global--color-brown-light);
}

.has-brown-light-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(
    --global--color-brown-light,
    #d7cbbd
  );
  background-color: var(--local--color-background);
}

.has-brown-lighter-background-color[class] {
  background-color: var(--global--color-brown-lighter);
}

.has-brown-lighter-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(
    --global--color-brown-lighter,
    #dfd7cd
  );
  background-color: var(--local--color-background);
}

.has-white-background-color[class] {
  background-color: var(--global--color-white);
}

.has-white-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-white, #f9f9f4);
  background-color: var(--local--color-background);
}

.has-background:not(.has-text-color).has-brown-background-color[class] {
  color: var(--global--color-white);
}

.has-background:not(.has-text-color).has-brown-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-background, #f9f9f4);
  color: var(--local--color-primary, var(--global--color-primary));
}

.has-background:not(.has-text-color).has-brown-light-background-color[class], .has-background:not(.has-text-color).has-brown-lighter-background-color[class], .has-background:not(.has-text-color).has-white-background-color[class] {
  color: var(--global--color-dark-gray);
}

.has-background:not(.has-text-color).has-brown-light-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-brown-lighter-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-primary, #000000);
  color: var(--local--color-primary, var(--global--color-primary));
}

/*
.wp-core-ui .wpforms-submit.button.is-style-outline {
  @include button-style--outline();
}
*/

.wpforms-submit-container input[type=submit],
.wpforms-submit-container button[type=submit] {
  width: 100%;
}

div.wpforms-container .wpforms-form input[type=date].wpforms-error,
div.wpforms-container .wpforms-form input[type=datetime].wpforms-error,
div.wpforms-container .wpforms-form input[type=datetime-local].wpforms-error,
div.wpforms-container .wpforms-form input[type=email].wpforms-error,
div.wpforms-container .wpforms-form input[type=month].wpforms-error,
div.wpforms-container .wpforms-form input[type=number].wpforms-error,
div.wpforms-container .wpforms-form input[type=password].wpforms-error,
div.wpforms-container .wpforms-form input[type=range].wpforms-error,
div.wpforms-container .wpforms-form input[type=search].wpforms-error,
div.wpforms-container .wpforms-form input[type=tel].wpforms-error,
div.wpforms-container .wpforms-form input[type=text].wpforms-error,
div.wpforms-container .wpforms-form input[type=time].wpforms-error,
div.wpforms-container .wpforms-form input[type=url].wpforms-error,
div.wpforms-container .wpforms-form input[type=week].wpforms-error,
div.wpforms-container .wpforms-form textarea.wpforms-error {
  border: 1px solid #cc0000;
}

div.wpforms-container .wpforms-form input[type=checkbox] {
  margin: 0;
}

div.wpforms-container .wpforms-form input[type=radio] {
  margin: 0;
}

div.wpforms-container .wpforms-field-label {
  font-size: var(--form--label-font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 2);
  font-variation-settings: var(--form--label-font-variation-settings);
  letter-spacing: var(--form--label-letter-spacing);
  line-height: var(--form--label-line-height);
}

div.wpforms-container .wpforms-field-label-inline {
  font-size: var(--form--label-font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 2);
  font-variation-settings: var(--form--label-font-variation-settings);
  letter-spacing: var(--form--label-letter-spacing);
  line-height: var(--form--label-line-height);
}

div.wpforms-container .wpforms-required-label {
  color: currentColor;
}

div.wpforms-container .wpforms-field {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
}

div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
  overflow-x: initial;
}

div.wpforms-container .wpforms-field div.wpforms-uploader {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  font-size: var(--form--font-size);
  font-variation-settings: var(--form--font-variation-settings);
  background-color: var(--form--color-background);
  padding: var(--form--spacing-unit-y) var(--form--spacing-unit-x);
}

div.wpforms-container .wpforms-field div.wpforms-uploader .dz-message svg {
  fill: var(--form--placeholder-color);
}

div.wpforms-container .wpforms-field div.wpforms-uploader .dz-message {
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  font-size: var(--form--font-size);
  font-variation-settings: var(--form--font-variation-settings);
}

div.wpforms-container .wpforms-field div.wpforms-uploader .dz-message:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16.5986L12 12.5986L8 16.5986' stroke='%236D5B49' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12.5986V21.5986' stroke='%236D5B49' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3904 18.9886C21.3658 18.4569 22.1363 17.6155 22.5803 16.5972C23.0244 15.579 23.1167 14.4418 22.8427 13.3653C22.5686 12.2888 21.9439 11.3341 21.0671 10.6521C20.1903 9.97 19.1113 9.59935 18.0004 9.59862H16.7404C16.4378 8.42786 15.8736 7.34095 15.0904 6.41961C14.3072 5.49827 13.3253 4.76647 12.2185 4.27922C11.1118 3.79198 9.909 3.56198 8.70057 3.6065C7.49213 3.65102 6.30952 3.96892 5.24163 4.53628C4.17374 5.10365 3.24836 5.90572 2.53507 6.8822C1.82178 7.85868 1.33914 8.98415 1.12343 10.174C0.907718 11.3639 0.964554 12.5871 1.28966 13.7519C1.61477 14.9166 2.19969 15.9925 3.00045 16.8986' stroke='%236D5B49' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 16.5986L12 12.5986L8 16.5986' stroke='%236D5B49' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.wpforms-container .wpforms-field div.wpforms-uploader .dz-message svg {
  display: none;
}

div.wpforms-container .wpforms-field div.wpforms-uploader .dz-preview {
  border-bottom: 0 solid transparent;
}

div.wpforms-container .wpforms-field div.wpforms-uploader .dz-preview .dz-details .dz-size {
  color: var(--form--color-text);
}

div.wpforms-container .wpforms-field div.wpforms-uploader .dz-preview .dz-image {
  color: var(--form--color-text);
  background-color: var(--form--color-background);
  border-color: var(--form--color-text);
  background: url("data:image/svg+xml,%3Csvg fill='%236d5b49' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32px' height='32px'%3E%3Cpath d='M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

div.wpforms-container .wpforms-field div.wpforms-uploader .dz-preview .dz-remove::before, div.wpforms-container .wpforms-field div.wpforms-uploader .dz-preview .dz-remove::after {
  background-color: var(--form--color-text);
}

div.wpforms-container .wpforms-field div.wpforms-uploader .dz-preview .dz-progress {
  background-color: var(--np-body-bg);
}

div.wpforms-container .wpforms-field div.wpforms-uploader .dz-preview .dz-progress .dz-upload {
  width: 0;
  background-color: var(--form--color-text);
}

div.wpforms-container .wpforms-form .wpforms-field-checkbox .wpforms-field-required,
div.wpforms-container .wpforms-form .wpforms-field-gdpr-checkbox .wpforms-field-required {
  padding-left: 0;
}

div.wpforms-container .wpforms-form .wpforms-field-checkbox > ul,
div.wpforms-container .wpforms-form .wpforms-field-gdpr-checkbox > ul {
  padding-left: 0;
  font-size: var(--form--label-font-size);
}

div.wpforms-container .wpforms-form .wpforms-field-checkbox > ul > li,
div.wpforms-container .wpforms-form .wpforms-field-gdpr-checkbox > ul > li {
  padding-left: 1.9em;
  padding-top: 0.1em;
}

div.wpforms-container .wpforms-form .wpforms-field-checkbox > ul > li:not(:last-child),
div.wpforms-container .wpforms-form .wpforms-field-gdpr-checkbox > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}

div.wpforms-container .wpforms-form .wpforms-field-checkbox input[type=checkbox],
div.wpforms-container .wpforms-form .wpforms-field-gdpr-checkbox input[type=checkbox] {
  float: left;
  margin-left: -1.9em;
  margin-top: -0.1em;
}

div.wpforms-container .wpforms-form .wpforms-field-checkbox input[type=checkbox].wpforms-error,
div.wpforms-container .wpforms-form .wpforms-field-gdpr-checkbox input[type=checkbox].wpforms-error {
  border-color: #cc0000;
}

div.wpforms-container .wpforms-form .wpforms-field-checkbox .wpforms-field-label-inline,
div.wpforms-container .wpforms-form .wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
  padding-left: 0;
  font-variation-settings: var(--form--inline-label-font-variation-settings);
}

.wpforms-error {
  margin-top: 0.3rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
