/**
 * 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 */
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

.site-inner {
  padding: 0 0 0 var(--wp--custom--layout--block-gap-large);
}

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;
}
.wp-block-image.is-style-rounded img {
  border-radius: var(--wp--custom--border-radius--medium);
}
@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
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.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(85%);
}

.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--background);
}
.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--primary);
}

/* 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:not(.wp-block-media-text) {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background:not(.wp-block-media-text).alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.alignwide:not(.is-layout-constrained) > *.wp-block-media-text__content, .alignwide:not(.is-layout-constrained) > *.wp-block-media-text__media,
.alignfull:not(.is-layout-constrained) > *.wp-block-media-text__content,
.alignfull:not(.is-layout-constrained) > *.wp-block-media-text__media {
  margin-left: 0;
  margin-right: 0;
}

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

/* Cover custom blend
--------------------------------------------- */
.wp-block-cover__background {
  mix-blend-mode: multiply;
}

/* Details
--------------------------------------------- */
details summary::-webkit-details-marker,
details ::marker {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  details {
    interpolate-size: allow-keywords;
  }
}
details::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition: content-visibility 0.3s allow-discrete, opacity 0.3s, block-size 0.3s;
}
details[open]::details-content {
  opacity: 1;
  block-size: auto;
}

.wp-block-details {
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--small);
  padding: 0 !important;
  margin-top: var(--wp--custom--layout--block-gap);
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary {
  align-items: center;
  border-radius: var(--wp--custom--border-radius--small);
  color: var(--wp--preset--color--foreground);
  display: grid;
  grid-template-columns: 1fr 2.5rem;
  font-weight: 700;
  line-height: var(--wp--custom--line-height--medium);
  list-style-type: none;
  justify-content: space-between;
  padding: var(--wp--preset--spacing--40);
  position: relative;
}
.wp-block-details summary:before {
  background-color: var(--wp--preset--color--secondary);
  border-radius: var(--wp--custom--border-radius--large);
  content: "";
  height: 2rem;
  position: absolute;
  right: var(--wp--preset--spacing--40);
  width: 2rem;
}
.wp-block-details summary:after {
  content: "";
  background-color: var(--wp--preset--color--foreground);
  height: 2rem;
  justify-self: end;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(0.862161,0,0,0.862161,-2.67431,-2.03647)'%3E%3Cpath d='M20.5,26C20.309,26 20.129,25.971 19.962,25.914C19.795,25.857 19.639,25.76 19.496,25.622L12.895,19.302C12.632,19.05 12.5,18.729 12.5,18.34C12.5,17.95 12.632,17.63 12.895,17.378C13.158,17.126 13.493,17 13.899,17C14.306,17 14.641,17.126 14.904,17.378L20.5,22.737L26.096,17.378C26.36,17.126 26.694,17 27.101,17C27.508,17 27.842,17.126 28.105,17.378C28.369,17.63 28.5,17.95 28.5,18.34C28.5,18.729 28.369,19.05 28.105,19.302L21.505,25.622C21.361,25.76 21.206,25.857 21.038,25.914C20.871,25.971 20.691,26 20.5,26Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: 0.1s transform ease;
  width: 2rem;
}
.wp-block-details summary + * {
  margin-top: 0;
  padding-top: var(--wp--custom--layout--block-gap) !important;
}
.wp-block-details summary ~ *:not(.wp-block-list) {
  padding: 0 var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--40);
}
.wp-block-details summary ~ *:last-child {
  padding-bottom: var(--wp--preset--spacing--40);
}
.wp-block-details[open] summary {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-details[open] summary:after {
  transform: rotate(180deg);
}
.wp-block-details[open] summary:before {
  background-color: var(--wp--preset--color--white);
}
.wp-block-details + .wp-block-details {
  margin-top: 1rem;
}
.wp-block-details:last-of-type {
  margin-bottom: calc(2 * var(--wp--custom--layout--block-gap));
}

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

/* Testimonial rotator
--------------------------------------------- */
.wptww-testimonial-content {
  display: flex;
  flex-direction: column-reverse;
}

.wptww-testimonials-slidelist .slick-dots li button {
  background-color: var(--wp--preset--color--primary) !important;
  border: 0 none !important;
}

.wptww-testimonials-slidelist .slick-dots li.slick-active button {
  background-color: var(--wp--preset--color--gray-medium) !important;
  border: 0 none !important;
}

.wptww-testimonials-slidelist .slick-dots li button:hover,
.wptww-testimonials-slidelist .slick-dots li button:focus {
  background-color: var(--wp--preset--color--secondary) !important;
}

/* Action network backend
--------------------------------------------- */
.editor-styles-wrapper .action-network {
  background-color: #fff;
  padding-top: 75%;
  position: relative;
}
.editor-styles-wrapper .action-network:after {
  content: "Action Network embed please preview on frontend";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--background);
  position: relative;
}
.site-header .wrap {
  align-items: center;
  display: grid;
  grid-template-columns: 200px 1fr;
  padding-bottom: var(--wp--custom--layout--block-gap);
  padding-top: var(--wp--custom--layout--block-gap);
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 769px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
}
.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;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  padding: var(--wp--preset--spacing--30) var(--wp--custom--layout--padding);
  text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item.nav-button {
  text-align: center;
}
@media (min-width: 769px) {
  .nav-menu .menu-item.nav-button {
    margin-left: var(--wp--custom--layout--padding);
  }
}
.nav-menu .menu-item.nav-button a {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.nav-menu .menu-item.nav-button a:hover, .nav-menu .menu-item.nav-button a:focus {
  background-color: var(--wp--preset--color--tertiary);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 769px) {
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .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);
}

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

.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: 12px;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-category {
  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);
}

.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: 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-header.alignfull,
.entry-footer.alignfull,
.after-entry.alignfull,
.entry-comments.alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  overflow: clip;
  position: relative;
}
.entry-header.alignfull > img,
.entry-footer.alignfull > img,
.after-entry.alignfull > img,
.entry-comments.alignfull > img {
  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;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.entry-header.alignfull > .overlay,
.entry-footer.alignfull > .overlay,
.after-entry.alignfull > .overlay,
.entry-comments.alignfull > .overlay {
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
}
.entry-header.alignfull > .entry-title,
.entry-footer.alignfull > .entry-title,
.after-entry.alignfull > .entry-title,
.entry-comments.alignfull > .entry-title {
  color: var(--wp--preset--color--white);
  justify-self: center;
  margin: 7rem 0;
  padding: 0 var(--wp--custom--layout--block-gap);
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 4;
}
.entry-header.alignfull > .credit,
.entry-footer.alignfull > .credit,
.after-entry.alignfull > .credit,
.entry-comments.alignfull > .credit {
  bottom: 0;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--min);
  margin-top: 0;
  margin-bottom: 0.5rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 6;
}

.page-header {
  margin-bottom: var(--wp--preset--spacing--70);
}

.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 {
  background: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--small);
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.site-footer a {
  color: var(--wp--preset--color--secondary);
}
.site-footer a > svg {
  fill: var(--wp--preset--color--secondary);
}
.site-footer a:hover, .site-footer a:focus {
  color: var(--wp--preset--color--white);
}
.site-footer a:hover > svg, .site-footer a:focus > svg {
  fill: var(--wp--preset--color--white);
}
.site-footer .socials svg {
  margin: 0 0.5rem 1rem;
}

/* Change the form background color, text color, and typeface */
.can_embed #can_embed_form,
.can_embed #donate_auto_modal {
  background-color: transparent !important;
  border: 0 none !important;
  color: var(--wp--preset--color--foreground) !important;
  font-family: var(--wp--preset--font-family--body) !important;
  padding: 0 !important;
}

.can_embed #can_embed_form_inner *,
.can_embed #can_embed_form input,
.can_embed #can_embed_form textarea,
.can_embed #can_embed_form select {
  font-family: var(--wp--preset--font-family--body) !important;
}

/* Change link color */
.can_embed #can_embed_form a,
.can_embed #donate_auto_modal a {
  color: var(--wp--preset--color--primary) !important;
}

/* Heading colors and font */
.can_embed #can_embed_form h1,
.can_embed #donate_auto_modal h1,
.can_embed #can_embed_form h2,
.can_embed #donate_auto_modal h2,
.can_embed #can_embed_form h3,
.can_embed #donate_auto_modal h3,
.can_embed #can_embed_form h4,
.can_embed #donate_auto_modal h4,
.can_embed #can_embed_form h5,
.can_embed #donate_auto_modal h5,
.can_embed #can_embed_form h6,
.can_embed #donate_auto_modal h6 {
  color: var(--wp--preset--color--primary) !important;
  font-family: var(--wp--preset--font-family--headings) !important;
}

/* Welcome message background color */
.can_embed #can_embed_form #action_welcome_message #action_welcome_message_inner,
.can_embed #donate_auto_modal #action_welcome_message #action_welcome_message_inner {
  background-color: transparent !important;
  padding: 0 !important;
  /* This is black @ 10% opacity */
}

/* Remove the Action Network Logo and owner */
.can_embed #logo_wrap {
  display: none !important;
}

/* Remove underline on main title */
.can_embed.v5.form #can_embed_form_inner > h2 {
  border-bottom: 0 none !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0 !important;
}

#can_embed_form #d_sharing {
  border-top: 0 none !important;
}

/* Button Background Color */
.can_embed .can_button,
.can_embed #can_embed_form input[type=submit],
.can_embed #can_embed_form .button,
.can_embed #donate_auto_modal input[type=submit],
.can_embed #donate_auto_modal .button {
  background-color: var(--wp--preset--color--secondary) !important;
  border: 1px solid var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--foreground) !important;
  font-size: var(--wp--preset--fonnt-size--medium-large) !important;
  font-weight: 600 !important;
}

/* Button Background Color on Hover */
.can_embed .can_button:hover,
.can_embed #can_embed_form input[type=submit]:hover,
.can_embed #can_embed_form .button:hover,
.can_embed #donate_auto_modal input[type=submit]:hover,
.can_embed #donate_auto_modal .button:hover,
.can_embed .can_button:focus,
.can_embed #can_embed_form input[type=submit]:focus,
.can_embed #can_embed_form .button:focus,
.can_embed #donate_auto_modal input[type=submit]:focus,
.can_embed #donate_auto_modal .button:focus {
  background-color: var(--wp--preset--color--white) !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--primary) !important;
}

/* Thank You Page Header Background Color */
.can_embed #can_embed_form #can_thank_you,
.can_embed #donate_auto_modal #can_thank_you {
  background-color: transparent !important;
}

/* Thank You Page Header Text Color */
.can_embed #can_embed_form #can_thank_you,
.can_embed #donate_auto_modal #can_thank_you,
.can_embed #can_embed_form #can_thank_you h1,
.can_embed #donate_auto_modal #can_thank_you h1,
.can_embed #can_embed_form #can_thank_you h4,
.can_embed #donate_auto_modal #can_thank_you h4,
.can_embed #can_embed_form #can_thank_you #action_info .action_info_user,
.can_embed #donate_auto_modal #can_thank_you #action_info .action_info_user,
.can_embed #can_embed_form #can_thank_you #action_info .action_info_user a,
.can_embed #donate_auto_modal #can_thank_you #action_info .action_info_user a {
  color: var(--wp--preset--color--foreground) !important;
}

/* Thank You Page Divider Line */
.can_embed #can_embed_form #can_thank_you #action_info,
.can_embed #donate_auto_modal #can_thank_you #action_info {
  display: none !important;
}

/* make one column */
.can_embed #can_embed_form.can_float #form_col1, .can_embed #can_embed_form.can_float #form_col2 {
  float: none !important;
  width: 100% !important;
}

#can_embed_form .select2-container,
.can_embed_select2 .select2-container {
  background-color: #fff !important;
}

.can_embed #can_embed_form #d_sharing {
  border-top: 0 none !important;
}

.can_embed #can_embed_form label,
.can_embed #can_embed_form .floatlabel-label.floatlabel-label-active.floatlabel-label-focus,
#can_embed_form .can_thank_you-block:first-child > label.graytext {
  color: var(--wp--preset--color--tertiary) !important;
}

.can_embed #can_embed_form .floatlabel-label.floatlabel-label-active,
#can_embed_form .can_thank_you-block:first-child > label.graytext {
  background-color: var(--wp--preset--color--secondary) !important;
}
.can_embed #can_embed_form .floatlabel-label.floatlabel-label-active:after,
#can_embed_form .can_thank_you-block:first-child > label.graytext:after {
  background-color: var(--wp--preset--color--secondary) !important;
}

#can_embed_form .can_thank_you-block:first-child > label.block.graytext:after {
  background-color: var(--wp--preset--color--secondary) !important;
}

.can_embed #can_embed_form ::placeholder {
  color: #666 !important;
}

.can_embed #can_embed_form input[type=text]:focus,
.can_embed #can_embed_form input[type=password]:focus,
.can_embed #can_embed_form input[type=url]:focus,
.can_embed #can_embed_form input[type=email]:focus,
.can_embed #can_embed_form input[type=tel]:focus,
.can_embed #can_embed_form input[type=number]:focus,
.can_embed #can_embed_form .select2-container .select2-choice:focus,
.can_embed #can_embed_form .select2-container-active .select2-choice,
.can_embed #can_embed_form .select2-drop-active,
.can_embed .can_embed_select2 .select2-drop-active {
  border-color: var(--wp--preset--color--gray-medium) !important;
}

.can_embed .lined_after_title,
.can_embed #can_embed_form_inner > h2 + h4,
.can_embed #can_embed_form_inner > .last_line + h4,
.can_embed #can_embed_form .action_sidebar > h4:not(.sidebartitle),
.can_embed #can_embed_form #select_tickets > h4,
.can_embed #can_embed_form #letter-form > div > h4,
.can_embed #can_embed_form #letter-form #form_col1 > h4,
.can_embed #can_embed_form #letter-form #form_col2 > h4,
.can_embed #can_embed_form h3 + h4,
.can_embed .event_campaign #can_embed_form > h2 + h4,
.can_embed .letter #can_embed_form h2.line + h4 {
  letter-spacing: 0 !important;
  padding-bottom: 0 !important;
}
.can_embed .lined_after_title:after,
.can_embed #can_embed_form_inner > h2 + h4:after,
.can_embed #can_embed_form_inner > .last_line + h4:after,
.can_embed #can_embed_form .action_sidebar > h4:not(.sidebartitle):after,
.can_embed #can_embed_form #select_tickets > h4:after,
.can_embed #can_embed_form #letter-form > div > h4:after,
.can_embed #can_embed_form #letter-form #form_col1 > h4:after,
.can_embed #can_embed_form #letter-form #form_col2 > h4:after,
.can_embed #can_embed_form h3 + h4:after,
.can_embed .event_campaign #can_embed_form > h2 + h4:after,
.can_embed .letter #can_embed_form h2.line + h4:after {
  content: none !important;
}

.has-primary-background-color .can_embed #can_embed_form h2,
.has-tertiary-background-color .can_embed #can_embed_form h2,
.has-gray-medium-background-color .can_embed #can_embed_form h2,
.has-gray-dark-background-color .can_embed #can_embed_form h2 {
  color: #fff !important;
}

.can_embed #can_thank_you .can_thank_you-block {
  float: none !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/* Toggles in block */
.action-network.hide-main-title .can_embed.v5.form #can_embed_form_inner > h2, .action-network.hide-main-title .can_embed.v5.petition #can_embed_form_inner > h2 {
  display: none !important;
}
.action-network.hide-subtitle .can_embed #can_embed_form_inner > h4, .action-network.hide-subtitle .can_embed.petition #can_embed_form_inner > h4 {
  display: none !important;
}
.action-network.hide-target .can_embed #can_embed_form_inner > h3, .action-network.hide-target .can_embed.petition #can_embed_form_inner > h3 {
  display: none !important;
}
.action-network.hide-action-info .can_embed .action_owner {
  display: none !important;
}
.action-network.hide-sharing .can_embed #can_thank_you .can_thank_you-block {
  display: none !important;
}
.action-network.form-color-light .can_embed #can_embed_form_inner *,
.action-network.form-color-light .can_embed #can_embed_form h1,
.action-network.form-color-light .can_embed #can_embed_form h2,
.action-network.form-color-light .can_embed #can_embed_form h3,
.action-network.form-color-light .can_embed #can_embed_form h4,
.action-network.form-color-light .can_embed #can_embed_form h5,
.action-network.form-color-light .can_embed #can_embed_form h6,
.action-network.form-color-light .can_embed #donate_auto_modal h1,
.action-network.form-color-light .can_embed #donate_auto_modal h2,
.action-network.form-color-light .can_embed #donate_auto_modal h3,
.action-network.form-color-light .can_embed #donate_auto_modal h4,
.action-network.form-color-light .can_embed #donate_auto_modal h5,
.action-network.form-color-light .can_embed #donate_auto_modal h6,
.action-network.form-color-light .can_embed #can_embed_form #can_thank_you,
.action-network.form-color-light .can_embed #donate_auto_modal #can_thank_you,
.action-network.form-color-light .can_embed #can_embed_form #can_thank_you,
.action-network.form-color-light .can_embed #donate_auto_modal #can_thank_you,
.action-network.form-color-light .can_embed #can_embed_form #can_thank_you h1,
.action-network.form-color-light .can_embed #donate_auto_modal #can_thank_you h1,
.action-network.form-color-light .can_embed #can_embed_form #can_thank_you h4,
.action-network.form-color-light .can_embed #donate_auto_modal #can_thank_you h4,
.action-network.form-color-light .can_embed #can_embed_form #can_thank_you #action_info .action_info_user,
.action-network.form-color-light .can_embed #donate_auto_modal #can_thank_you #action_info .action_info_user,
.action-network.form-color-light .can_embed #can_embed_form #can_thank_you #action_info .action_info_user a,
.action-network.form-color-light .can_embed #donate_auto_modal #can_thank_you #action_info .action_info_user a,
.action-network.form-color-light .can_embed #can_embed_form label,
.action-network.form-color-light .can_embed #can_embed_form #action_welcome_message #action_welcome_message_inner,
.action-network.form-color-light .can_embed #donate_auto_modal #action_welcome_message #action_welcome_message_inner,
.action-network.form-color-light .can_embed #can_embed_form #action_welcome_message #action_welcome_message_inner a,
.action-network.form-color-light .can_embed #donate_auto_modal #action_welcome_message #action_welcome_message_inner a {
  color: #fff !important;
}
.action-network.form-color-light .can_embed #can_embed_form .can_thank_you-block:first-child > label.graytext {
  background-color: var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--tertiary) !important;
}
.action-network.form-color-light .can_embed #can_embed_form .can_thank_you-block:first-child > label.block.graytext:after {
  background-color: var(--wp--preset--color--secondary) !important;
}
.action-network.form-color-light .can_embed .can_button,
.action-network.form-color-light .can_embed #can_embed_form input[type=submit],
.action-network.form-color-light .can_embed #can_embed_form .button,
.action-network.form-color-light .can_embed #donate_auto_modal input[type=submit],
.action-network.form-color-light .can_embed #donate_auto_modal .button {
  color: var(--wp--preset--color--foreground) !important;
}

.action-network.form-color-light .can_embed #can_embed_form_inner .select2-container,
.action-network.form-color-light #can_embed_form .select2-container .select2-choice > .select2-chosen,
.action-network.form-color-light .can_embed_select2 .select2-container .select2-choice > .select2-chosen,
.action-network.form-color-light .can_embed #can_embed_form form input:not([type=submit]),
.action-network.form-color-light .can_embed #can_embed_form form select,
.action-network.form-color-light .can_embed #can_embed_form form input[type=text],
.action-network.form-color-light .can_embed #can_embed_form form input[type=url],
.action-network.form-color-light .can_embed #can_embed_form form input[type=tel],
.action-network.form-color-light .can_embed #can_embed_form form input[type=number],
.action-network.form-color-light .can_embed #can_embed_form form input[type=email] {
  color: var(--wp--preset--color--foreground) !important;
}

#embed_toggle-open {
  display: none !important;
}

.tt-uppercase {
  text-transform: uppercase;
}

.has-white-fill {
  fill: var(--wp--preset--color--white);
}

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

.top-alert {
  background-color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--tiny);
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--50);
  text-align: center;
}
.top-alert a {
  align-items: center;
  font-weight: 600;
  display: inline-flex;
  text-decoration: none;
}
.top-alert a:after {
  background-color: var(--wp--preset--color--primary);
  content: "";
  margin-left: 0.25rem;
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  height: 1rem;
  width: 1rem;
}

/* Blocks 
************************************************************************/
.timeline {
  display: flex;
  flex-direction: column;
  margin: var(--wp--preset--spacing--60) auto;
}
.timeline .timeline-item {
  border-radius: var(--wp--custom--border-radius--medium);
  margin-bottom: var(--wp--preset--spacing--50);
  display: flex;
}
@media (min-width: 992px) {
  .timeline .timeline-item {
    width: 90%;
  }
  .timeline .timeline-item.type-attack {
    align-self: flex-start;
  }
  .timeline .timeline-item.type-response {
    align-self: flex-end;
  }
}
.timeline .timeline-item .timeline-icon {
  width: 5%;
}
.timeline .timeline-item .timeline-icon svg {
  max-width: 100%;
}
.timeline .timeline-item .timeline-content {
  flex: 1;
  padding: 0 1rem;
}
.timeline .timeline-item .timeline-content .label {
  color: var(--wp--preset--color--gray-medium);
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--headings);
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: var(--wp--preset--spacing--20);
}
.timeline .timeline-item .timeline-content .timeline-text > *:first-child {
  margin-top: 0;
}
.timeline .timeline-item .timeline-link {
  align-self: flex-end;
}
.timeline .timeline-item .timeline-link a {
  background-color: var(--wp--preset--color--secondary);
  border-radius: var(--wp--custom--border-radius--large);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  width: 2.25rem;
  margin-bottom: 1rem;
}
.timeline .timeline-item .timeline-link a:hover, .timeline .timeline-item .timeline-link a:focus {
  background-color: var(--wp--preset--color--tertiary);
}
.timeline .timeline-item .timeline-link a:hover svg, .timeline .timeline-item .timeline-link a:focus svg {
  fill: var(--wp--preset--color--white);
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: var(--wp--preset--spacing--60) auto;
}
.logo-grid .logo-item {
  border-radius: var(--wp--custom--border-radius--small);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0.5rem;
  text-align: center;
  width: calc(50% - 0.75rem);
}
@media (min-width: 1200px) {
  .logo-grid .logo-item {
    padding: 2rem 1rem;
    width: calc(33.33% - 0.75rem);
  }
}
.logo-grid a {
  line-height: var(--wp--custom--line-height--medium);
  font-size: var(--wp--preset--font-size--medium);
  text-decoration: none;
}
.logo-grid a:hover, .logo-grid a:focus {
  color: var(--wp--preset--color--tertiary);
}
@media (min-width: 1200px) {
  .logo-grid a {
    font-size: var(--wp--preset--font-size--medium-large);
  }
}

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