/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  margin: 0;
}

/* Layout
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-variation-settings: "wght" 500;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

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

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

.site-inner,
.archive-header {
  padding: var(--wp--custom--layout--block-gap-large) 0;
  margin-top: calc(2 * var(--wp--custom--layout--padding) + 85px);
  margin-bottom: calc(4 * var(--wp--custom--layout--padding));
}

/* Remove margins when they are adjacent */
.archive-header + .site-inner {
  margin-top: 0; /* Remove top margin of .site-inner */
}

/* Remove bottom margin when .site-inner is immediately followed by .archive-header */
.archive-header:has(+ .site-inner) {
  padding-bottom: 0;
  margin-bottom: 0; /* Remove bottom margin of .archive-header */
}

/* Remove bottom margin when .site-inner is immediately followed by .archive-header */
/*
.site-inner:has(+ .archive-header) {
	margin-bottom: 0;
}
	*/
/* Remove top margin when .archive-header follows .site-inner */
/*
.archive-header:first-child {
	margin-top: 0;
}
*/
body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

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

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

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

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

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

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

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--foreground);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
.site-contact .nav-contact .menu-item a,
.nav-menu .nav-contact .menu-item a {
  display: inline-block;
  border-radius: var(--wp--custom--border-radius--tiny);
  border-width: 0px;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--medium);
  font-variation-settings: "wght" 600;
  line-height: var(--wp--custom--line-height--medium);
  /*padding: 11px 16px;*/
  text-decoration: none;
  border: 1px solid currentColor;
  padding: 10px 15px;
  color: var(--wp--preset--color--highlight);
}
.site-contact .nav-contact .menu-item a:hover, .site-contact .nav-contact .menu-item a:focus,
.nav-menu .nav-contact .menu-item a:hover,
.nav-menu .nav-contact .menu-item a:focus {
  /*filter: brightness(85%);*/
  color: #ffffff;
}

input[type=submit],
input[type=button],
input[type=reset],
button,
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
  background-color: var(--wp--preset--color--highlight);
  color: var(--wp--preset--color--foreground);
}
input[type=submit].has-background,
input[type=button].has-background,
input[type=reset].has-background,
button.has-background,
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
input[type=submit]:hover, input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
button:hover,
button:focus,
.wp-element-button:hover,
.wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
  filter: brightness(105%);
  /*background-color: #ffffff;*/
}

input[type=submit],
input[type=button],
input[type=reset] {
  border-width: 0px;
  border-radius: var(--wp--custom--border-radius--tiny);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
  cursor: pointer;
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--highlight);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--foreground);
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  color: var(--wp--preset--color--foreground);
  opacity: 1;
}

/* Links
--------------------------------------------- */
a {
  transition: all 0.5s ease-in;
}

.entry-content a:where(:not(.wp-element-button, .wp-social-link)) {
  color: currentColor;
  text-decoration: none;
  border-bottom: 2px solid var(--wp--preset--color--highlight);
}
.entry-content a:where(:not(.wp-element-button, .wp-social-link)):hover, .entry-content a:where(:not(.wp-element-button, .wp-social-link)):focus {
  background-color: var(--wp--preset--color--highlight);
  filter: brightness(105%);
}

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

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

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

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

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

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

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

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

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

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

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

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

.wp-block-search__button {
  flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

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

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

.alignfull:not(.is-layout-constrained) > * {
  max-width: 100vw;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--foreground);
}

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

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--primary);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.site-header .wrap {
  padding-top: var(--wp--custom--layout--padding);
  padding-bottom: var(--wp--custom--layout--padding);
  display: grid;
  grid-template-columns: 200px 1fr;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 951px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 950px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.page-home-2 .site-inner,
.home .site-inner {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-home-2 .site-header,
.home .site-header {
  z-index: 10;
}
@media (min-width: 951px) {
  .page-home-2 .site-header,
  .home .site-header {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .page-home-2 .site-header .nav-menu .menu-item a,
  .home .site-header .nav-menu .menu-item a {
    /*
    color: #ffffff;

    &:hover {
    	color: var(--wp--preset--color--highlight);
    }
    	*/
  }
}

.page-home-2 .nav-menu.active,
.home .nav-menu.active {
  background: transparent;
}
@media (max-width: 950px) {
  .page-home-2 .nav-menu.active,
  .home .nav-menu.active {
    padding-bottom: var(--wp--custom--layout--padding);
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Logo
---------------------------------------------------------------------------------------------------- */
.logo-wrap {
  position: relative;
  background-color: transparent;
}
.logo-wrap svg.logo-n-industries {
  height: 99%;
  width: 99%;
}

#logo-n-industries path.logo-n {
  fill: white;
}
#logo-n-industries path.logo-industries {
  fill: white;
}

.site-header__logo .logo-wrap {
  height: 32px;
  width: 172.972972973px;
}

@media (min-width: 783px) {
  .logo-wrap {
    margin-top: 6px;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.site-header .nav-menu {
  text-align: right;
}
.site-header .nav-menu .nav-primary,
.site-header .nav-menu .nav-contact {
  text-align: left;
}
.site-header .nav-menu .nav-contact {
  margin-top: var(--wp--custom--layout--padding);
  margin-left: calc(0.75 * var(--wp--custom--layout--padding));
  margin-right: calc(0.75 * var(--wp--custom--layout--padding));
  font-family: var(--wp--preset--font-family--din-2014-rounded-variable);
}
.site-header .nav-menu .nav-contact a {
  display: block;
  cursor: pointer;
  font-variation-settings: "wght" 600;
}
@media (min-width: 601px) {
  .site-header .nav-menu .nav-contact {
    width: auto;
    text-align: left;
  }
  .site-header .nav-menu .nav-contact a {
    display: inline-block;
  }
}
@media (min-width: 951px) {
  .site-header .nav-menu .nav-primary,
  .site-header .nav-menu .nav-contact {
    display: inline-block;
  }
  .site-header .nav-menu .nav-contact {
    margin-top: 0;
    margin-left: calc(0.75 * var(--wp--style--block-gap));
    margin-right: 0;
  }
  .site-header .nav-menu .nav-contact a {
    /*font-size: 1.05em;*/
  }
}

.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--highlight);
  display: block;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--din-2014-rounded-variable);
  font-variation-settings: "wght" 600;
  position: relative;
  padding: var(--wp--custom--layout--padding) calc(0.75 * var(--wp--custom--layout--padding));
  text-decoration: none;
}
.nav-menu .menu-item svg {
  fill: #ffffff;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item:hover > a {
  color: #ffffff;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 951px) {
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu-item svg {
    fill: #ffffff;
  }
  .nav-menu .menu-item a {
    /*font-size: 1.05em;*/
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: #ffffff;
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--primary);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (min-width: 1051px) {
  .nav-menu .menu-item a {
    padding: var(--wp--custom--layout--padding);
  }
  .nav-menu .nav-contact {
    margin-left: var(--wp--style--block-gap);
  }
}
@media (max-width: 950px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    grid-column: 1/-1;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--background);
  padding: 24px 0 40px;
}

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

@media screen and (min-width: 1240px) {
  .archive-header .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-left: -4px; /* minute adjustment for text/image alignment */
}

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

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

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Post Listing
--------------------------------------------- */
.archive .site-main {
  max-width: var(--wp--custom--layout--page);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .archive .site-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.post-summary__content {
  display: grid;
  gap: 8px;
  padding-top: var(--wp--custom--layout--block-gap);
  padding-bottom: var(--wp--custom--layout--block-gap);
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-category {
  display: none;
  font-size: var(--wp--preset--font-size--tiny);
}
.post-summary .entry-category a {
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}

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

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

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  margin-top: calc(2 * var(--wp--custom--layout--padding) + 85px);
}

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

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

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

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

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

/* Comments
--------------------------------------------- */
.entry-comments h2, .entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 32px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

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

.site-footer {
  color: var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--small);
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.site-footer .site-footer-bottom-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--wp--custom--layout--block-gap-large);
}
.site-footer .site-credits,
.site-footer .footer-nav-menu,
.site-footer .site-contact {
  width: 100%;
  text-align: left;
}
@media (min-width: 769px) {
  .site-footer .site-footer-bottom-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  .site-footer .site-credits,
  .site-footer .footer-nav-menu,
  .site-footer .site-contact {
    padding-right: var(--wp--custom--layout--block-gap-large);
  }
  .site-footer .site-credits {
    grid-column: 1/span 2;
    padding-right: 33%;
  }
  .site-footer .site-contact {
    text-align: right;
    padding-right: 0;
  }
}

.site-contact ul {
  list-style: none;
  padding-left: 0;
}

.site-footer__logo .logo-wrap {
  height: 24px;
  width: 129.7297297297px;
}

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

.nav-footer {
  text-align: left;
}
.nav-footer ul {
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-footer .menu-item {
  list-style: none;
  position: relative;
  display: block;
}
.nav-footer .menu-item a {
  border: none;
  color: var(--wp--preset--color--highlight);
  display: block;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  position: relative;
  padding: var(--wp--custom--layout--padding) 0;
  text-decoration: none;
}
.nav-footer .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-footer .menu-item:hover > a {
  color: #ffffff;
}
@media (min-width: 769px) {
  .nav-footer ul {
    line-height: var(--wp--custom--line-height--normal);
    padding-top: var(--wp--custom--layout--padding);
  }
  .nav-footer .menu-item a {
    padding: 0;
    /*text-decoration: underline;
    color: var(--wp--preset--color--primary);
    font-weight: 700; */
  }
  .nav-footer:hover > a {
    filter: brightness(105%);
  }
}

/* Custom Elements
// Additional blocks that are not part of the core theme, added in the block editor.
---------------------------------------------------------------------------------------------------- */
.splash {
  margin-top: 0 !important;
}
.splash img {
  animation: zoominoutsinglefeatured 20s infinite ease-in-out;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.splash h1, .splash p {
  background-color: var(--wp--preset--color--tertiary);
  font-family: var(--wp--preset--font-family--din-2014-rounded-variable);
  padding: 0 1rem;
  font-size: 1.5em !important;
  line-height: 1.2em;
}
@media screen and (min-width: 600px) {
  .splash h1, .splash p {
    font-size: 2em !important;
  }
}
@media screen and (min-width: 800px) {
  .splash h1, .splash p {
    font-size: 2.5em !important;
  }
}

.page-home-2 .entry-header,
.home .entry-header {
  display: none;
}

.splash-slider-wrap {
  height: 100vh;
  overflow: hidden;
  position: relative;
  max-width: 100vw;
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.splash-slider {
  position: absolute;
  max-width: 100vw;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  /*z-index: 1;*/
}
.splash-slider img {
  object-fit: cover;
  height: 100vh;
  width: 100vw;
}

.splash-slider__inner {
  position: relative;
  height: 100vh;
  width: 100vw;
}

.splash-slider__content {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  padding-top: 80px;
}
.splash-slider__content h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.splash-slider__content h1, .splash-slider__content p {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--background);
  font-family: var(--wp--preset--font-family--din-2014-rounded-variable);
  padding: 0 1rem;
  font-size: 1.5em !important;
  line-height: 1.2em;
}
@media screen and (min-width: 600px) {
  .splash-slider__content h1, .splash-slider__content p {
    font-size: 2em !important;
  }
}
@media screen and (min-width: 800px) {
  .splash-slider__content h1, .splash-slider__content p {
    font-size: 2.5em !important;
  }
}

@media screen and (min-width: 768px) {
  .splash-slider__content {
    padding: 0;
    padding-top: 100px;
  }
}
.splash-slider .slick-dots {
  bottom: 0;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
}
.splash-slider .slick-dots li button:before {
  color: white;
  font-size: 10px;
  opacity: 1;
}

/* Video element with smooth opacity transitions */
.splash {
  position: relative; /* Container must be relative for absolute positioning of videos */
}

.splash video {
  position: absolute;
  transition: opacity 1s ease-in-out; /* Smooth transition for opacity */
  opacity: 1; /* Default state */
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.splash video.fade-out {
  opacity: 0; /* Fade out effect */
}

.splash video.fade-in {
  opacity: 1; /* Fade in effect */
}

/*
h1.splash-header{
    font-size:12vw !important;

    @media screen and (min-width: 800px){
        font-size:10vw !important;
    }
    @media screen and (min-width: 1000px){
        font-size: 100px !important;
    }
}
    */
.checklist .wp-block-group.is-layout-flex {
  align-items: self-start;
  margin-top: 6px;
}

/* --------------------------------------------- */
/* homepage 2-up blocks */
.text-fit div div {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}

.butt {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-gutter {
  gap: 0;
}

/*
@media screen and (min-width: 1200px){
    .text-fit div:first-child div{
        max-width: 520px !important;
        margin-left: auto;
        margin-right: 60px;
    }
    .text-fit div:last-child div{
        max-width: 520px !important;
        margin-left: 60px;
        margin-right: auto;
    }

}
*/
.entry-content ul.wp-block-list {
  padding-left: calc(1 * var(--wp--custom--layout--padding));
}

.column-heading {
  display: block;
  width: 100%;
  line-height: 1;
}

.profile-pic {
  background-color: #FFFAE8;
}

.investment-panel .column-heading p.has-x-large-font-size {
  height: auto;
  min-height: 0;
}

.investment-panel p.has-x-large-font-size {
  min-height: 90px;
}

.entry-content .team-block {
  column-gap: calc(4 * var(--wp--style--block-gap));
  row-gap: calc(4 * var(--wp--style--block-gap));
}
.entry-content .team-block > div {
  /* padding-left: calc( 1.5 * var(--wp--custom--layout--padding));
   padding-right: calc( 1.5 * var(--wp--custom--layout--padding));*/
}
@media (max-width: 768px) {
  .entry-content .team-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .entry-content .team-block > div {
    padding-left: 0;
    padding-right: 0;
  }
}

.pullquote {
  margin-top: calc(1.5em + var(--wp--style--block-gap));
  margin-bottom: calc(1.5em + var(--wp--style--block-gap));
  padding: 1em 2.5em 1em 3em;
  position: relative;
  background-color: #FFFAE8;
  line-height: 1.4;
  font-weight: 500;
}
.pullquote:before, .pullquote:after {
  position: absolute;
  font-size: 3em;
  font-weight: 400;
}
.pullquote:before {
  content: open-quote;
  top: 0px;
  left: 24px;
}
.pullquote:after {
  content: close-quote;
  bottom: -28px;
  right: 24px;
}

.wp-block-social-links .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}

/* --------------------------------------------- */
/* Contact Form 7 styles */
body .wpcf7-list-item {
  margin-left: 0;
}

body .wpcf7-form-control-wrap input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  margin-right: 0.5em;
}
body .wpcf7-form-control-wrap input[type=checkbox]:before {
  content: "";
  color: transparent !important;
  background: transparent;
  display: block;
  width: 20px;
  height: 20px;
  /*border: 1px solid var(--wp--preset--color--foreground) !important;*/
}
body .wpcf7-form-control-wrap input[type=checkbox]:checked:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z'%3E%3C/path%3E%3C/svg%3E");
  color: var(--wp--preset--color--foreground) !important;
}

body .wpcf7-not-valid-tip {
  font-size: var(--wp--preset--font-size--small);
}

body.page-team .entry-header,
body.page-team .entry-content .team-header-group {
  max-width: var(--wp--custom--layout--wide);
}
body.page-team .entry-header h2, body.page-team .entry-header p,
body.page-team .entry-content .team-header-group h2,
body.page-team .entry-content .team-header-group p {
  margin-left: 0 !important;
}

body .wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  border: 2px solid var(--wp--preset--color--foreground);
}
body .wpcf7 form.sent .wpcf7-response-output {
  /*border-color: #46b450;*/ /* Green */
  border-color: var(--wp--preset--color--secondary);
}
body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
  /*border-color: #dc3232;*/ /* Red */
  border-color: var(--wp--preset--color--tertiary);
}
body .wpcf7 form.spam .wpcf7-response-output {
  /*border-color: #f56e28;*/ /* Orange */
  border-color: var(--wp--preset--color--tertiary);
}
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
  /*border-color: #ffb900;*/ /* Yellow */
  border-color: var(--wp--preset--color--highlight);
}
body .wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  /*color: var(--wp--preset--color--tertiary); */
}

/* Contact Form 7 article newsletter styles */
@media (min-width: 768px) {
  .article-footer__newsletter .wpcf7 form p {
    width: 49.5%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }
  .article-footer__newsletter .wpcf7 form p:nth-of-type(1) {
    padding-right: calc(0.5 * var(--wp--custom--layout--padding));
  }
  .article-footer__newsletter .wpcf7 form p:nth-of-type(2) {
    padding-left: calc(0.5 * var(--wp--custom--layout--padding));
  }
  .article-footer__newsletter .wpcf7 form p:last-of-type {
    width: 100%;
    display: block;
  }
}
.anchor {
  padding-top: calc(1.5 * var(--wp--custom--layout--padding));
  margin-top: calc(-1.5 * var(--wp--custom--layout--padding));
}

.investment-panel {
  background-color: #FFFAE8;
  padding-bottom: var(--wp--custom--layout--padding);
}
.investment-panel .column-heading {
  position: relative;
}
.investment-panel .column-content {
  background-color: #FFFAE8 !important;
}

/* Activate the chevron for screens wider than 768px */
@media (min-width: 768px) {
  .investment-panel .column-heading:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(-1 * var(--wp--custom--layout--block-gap));
    width: calc(1.5 * var(--wp--custom--layout--block-gap));
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' preserveAspectRatio='none'%3E%3Cpolygon points='100.02 0 .02 0 100 100 .02 200 100.02 200 200 100 100.02 0' style='fill:%23fffefa;stroke-width:0px'%2F%3E%3C%2Fsvg%3E");
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' preserveAspectRatio='none'%3E%3Cpolygon points='100.02 0 .02 0 100 100 .02 200 100.02 200 200 100 100.02 0' style='fill:%23fffae8;stroke-width:0px'%2F%3E%3C%2Fsvg%3E");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--background); /* Use the CSS variable to control fill */
    fill: var(--wp--preset--color--background); /* Use the CSS variable to control fill */
  }
  /* Prevent the chevron from appearing on the last column */
  .investment-panel .wp-block-group:last-child .column-heading:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .home .entry-content .wp-block-group-is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .home .entry-content .wp-block-group-is-layout-grid .contains-image {
    order: 1;
  }
  .entry-content .investment-panel {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
  }
  .entry-content .investment-panel .wp-block-group {
    width: 100%;
    margin-bottom: var(--wp--style--block-gap);
  }
  .entry-content ul.wp-block-list {
    padding-left: var(--wp--custom--layout--padding);
  }
}
@media (max-width: 768px) {
  .team-block .wp-block-column {
    padding-left: calc(1.5 * var(--wp--custom--layout--padding));
    padding-right: calc(1.5 * var(--wp--custom--layout--padding));
  }
}
/* Container for the video selector strip */
#video-selector {
  display: flex;
  margin-top: 0;
  max-width: 100vw;
  justify-content: center;
  gap: var(--wp--custom--layout--block-gap);
  padding: var(--wp--custom--layout--padding);
  background-color: var(--wp--preset--color--primary);
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
}

/* Style for each button */
.video-btn {
  background-color: var(--wp--preset--color--highlight);
  color: var(--wp--preset--color--foreground);
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover state for buttons */
.video-btn:hover {
  background-color: var(--wp--preset--color--tertiary);
}

/* Active (selected) button style */
.video-btn.active {
  background-color: white;
  font-weight: bold;
}

/* Ticker Tape */
.splash h1, .splash p {
  /* visibility: hidden;*/ /* Initially hide the text, but keep the background visible */
  width: 100%; /* Makes the elements take the full width */
}

/* Style for the blinking cursor */
.typing-cursor {
  display: inline-block;
  width: 1ch; /* Set cursor width to one character space */
  height: 1em; /* Set height equal to the line height */
  color: white; /* Cursor color */
}

/* Blink animation, customizable with variables */
@keyframes blink-animation {
  0%, 100% {
    opacity: 1; /* Fully visible at start and end */
  }
  50% {
    opacity: 0; /* Invisible at the middle */
  }
}
.cursor-blink {
  animation: blink-animation var(--blink-duration-ms) steps(1, start) var(--blink-count); /* Blink for set count and duration */
}

.post-navigation {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  display: flex;
  justify-content: space-between;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  margin: 0 !important;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  min-width: 200px;
}

.post-bio-group {
  padding-top: calc(1.5 * var(--wp--custom--layout--padding));
  padding-bottom: calc(1.5 * var(--wp--custom--layout--padding));
}

.article-footer .newsletter-header {
  font-weight: 600;
}
.article-footer .article-footer__contact-us {
  margin-top: calc(2 * var(--wp--style--block-gap));
}

.archive .site-main.article-footer-posts-home {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-top: calc(2 * var(--wp--style--block-gap));
}
@media (min-width: 768px) {
  .archive .site-main.article-footer-posts-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .archive .site-main.article-footer-posts-home .article-footer__newsletter .wpcf7 form p {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .archive .site-main.article-footer-posts-home .article-footer__newsletter .wpcf7 form p:first-of-type {
    padding-right: 0;
  }
  .archive .site-main.article-footer-posts-home .article-footer__newsletter .wpcf7 form p:nth-of-type(2) {
    padding-left: 0;
  }
}

/*
*  Restyle file download links
*/
.wp-block-file__button.wp-element-button {
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid var(--wp--preset--color--highlight);
  display: inline-block;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
}
.wp-block-file__button.wp-element-buttonhover, .wp-block-file__button.wp-element-button:focus {
  background-color: var(--wp--preset--color--highlight);
}
