@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  /* Font Family */
  --global--font-primary: "Inter", sans-serif;
  --global--font-secondary: "Inter", sans-serif;
  /* Font Size */
  --global--font-size-base: 1.25rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: 1.25rem;
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2.25rem;
  --global--font-size-xxl: 4rem;
  --global--font-size-xxxl: 5rem;
  --global--font-size-page-title: var(--global--font-size-xxl);
  --global--letter-spacing: normal;
  /* Line Height */
  --global--line-height-body: 1.7;
  --global--line-height-heading: 1.3;
  --global--line-height-page-title: 1.1;
  /* Headings */
  --heading--font-family: var(--global--font-primary);
  --heading--font-size-h6: var(--global--font-size-xs);
  --heading--font-size-h5: var(--global--font-size-sm);
  --heading--font-size-h4: var(--global--font-size-lg);
  --heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
  --heading--font-size-h2: var(--global--font-size-xl);
  --heading--font-size-h1: var(--global--font-size-page-title);
  --heading--letter-spacing-h6: 0.05em;
  --heading--letter-spacing-h5: 0.05em;
  --heading--letter-spacing-h4: var(--global--letter-spacing);
  --heading--letter-spacing-h3: var(--global--letter-spacing);
  --heading--letter-spacing-h2: var(--global--letter-spacing);
  --heading--letter-spacing-h1: var(--global--letter-spacing);
  --heading--line-height-h6: var(--global--line-height-heading);
  --heading--line-height-h5: var(--global--line-height-heading);
  --heading--line-height-h4: var(--global--line-height-heading);
  --heading--line-height-h3: var(--global--line-height-heading);
  --heading--line-height-h2: var(--global--line-height-heading);
  --heading--line-height-h1: var(--global--line-height-page-title);
  --heading--font-weight: normal;
  --heading--font-weight-page-title: 300;
  --heading--font-weight-strong: 600;
  /* Block: Latest posts */
  --latest-posts--title-font-family: var(--heading--font-family);
  --latest-posts--title-font-size: var(--heading--font-size-h3);
  --latest-posts--description-font-family: var(--global--font-secondary);
  --latest-posts--description-font-size: var(--global--font-size-sm);
  --list--font-family: var(--global--font-secondary);
  --definition-term--font-family: var(--global--font-primary);
  /* Colors */
  --global--color-black: #000;
  --global--color-dark-gray: #28303d;
  --global--color-gray: #39414d;
  --global--color-light-gray: #f0f0f0;
  --global--color-green: #d1e4dd;
  --global--color-blue: #d1dfe4;
  --global--color-purple: #d1d1e4;
  --global--color-red: #e4d1d1;
  --global--color-orange: #e4dad1;
  --global--color-yellow: #eeeadd;
  --global--color-white: #fff;
  --global--color-white-50: rgba(255, 255, 255, 0.5);
  --global--color-white-90: rgba(255, 255, 255, 0.9);
  --global--color-primary: var(--global--color-dark-gray); /* Body text color, site title, footer text color. */
  --global--color-secondary: var(--global--color-gray); /* Headings */
  --global--color-primary-hover: var(--global--color-primary);
  --global--color-background: var(--global--color-green); /* Mint, default body background */
  --global--color-border: var(--global--color-primary); /* Used for borders (separators) */
  /* Spacing */
  --global--spacing-unit: 20px;
  --global--spacing-measure: unset;
  --global--spacing-horizontal: 25px;
  --global--spacing-vertical: 30px;
  /* Elevation */
  --global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  /* Forms */
  --form--font-family: var(--global--font-secondary);
  --form--font-size: var(--global--font-size-sm);
  --form--line-height: var(--global--line-height-body);
  --form--color-text: var(--global--color-dark-gray);
  --form--color-ranged: var(--global--color-secondary);
  --form--label-weight: 500;
  --form--border-color: var(--global--color-secondary);
  --form--border-width: 3px;
  --form--border-radius: 0;
  --form--spacing-unit: calc(0.5 * var(--global--spacing-unit));
  /* Cover block */
  --cover--height: calc(15 * var(--global--spacing-vertical));
  --cover--color-foreground: var(--global--color-white);
  --cover--color-background: var(--global--color-black);
  /* Buttons */
  --button--color-text: var(--global--color-background);
  --button--color-text-hover: var(--global--color-secondary);
  --button--color-text-active: var(--global--color-secondary);
  --button--color-background: var(--global--color-secondary);
  --button--color-background-active: var(--global--color-background);
  --button--font-family: var(--global--font-primary);
  --button--font-size: var(--global--font-size-base);
  --button--font-weight: 500;
  --button--line-height: 1.5;
  --button--border-width: 3px;
  --button--border-radius: 0;
  --button--padding-vertical: 15px;
  --button--padding-horizontal: calc(2 * var(--button--padding-vertical));
  /* entry */
  --entry-header--color: var(--global--color-primary);
  --entry-header--color-link: currentColor;
  --entry-header--color-hover: var(--global--color-primary-hover);
  --entry-header--color-focus: var(--global--color-secondary);
  --entry-header--font-size: var(--heading--font-size-h2);
  --entry-content--font-family: var(--global--font-secondary);
  --entry-author-bio--font-family: var(--heading--font-family);
  --entry-author-bio--font-size: var(--heading--font-size-h4);
  /* Header */
  --branding--color-text: var(--global--color-primary);
  --branding--color-link: var(--global--color-primary);
  --branding--color-link-hover: var(--global--color-secondary);
  --branding--title--font-family: var(--global--font-primary);
  --branding--title--font-size: var(--global--font-size-lg);
  --branding--title--font-size-mobile: var(--heading--font-size-h4);
  --branding--title--font-weight: normal;
  --branding--title--text-transform: uppercase;
  --branding--description--font-family: var(--global--font-secondary);
  --branding--description--font-size: var(--global--font-size-sm);
  --branding--logo--max-width: 300px;
  --branding--logo--max-height: 100px;
  --branding--logo--max-width-mobile: 96px;
  --branding--logo--max-height-mobile: 96px;
  /* Main navigation */
  --primary-nav--font-family: var(--global--font-secondary);
  --primary-nav--font-family-mobile: var(--global--font-primary);
  --primary-nav--font-size: var(--global--font-size-md);
  --primary-nav--font-size-sub-menu: var(--global--font-size-xs);
  --primary-nav--font-size-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-sub-menu-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-button: var(--global--font-size-xs);
  --primary-nav--font-style: normal;
  --primary-nav--font-style-sub-menu-mobile: normal;
  --primary-nav--font-weight: normal;
  --primary-nav--font-weight-button: 500;
  --primary-nav--color-link: var(--global--color-primary);
  --primary-nav--color-link-hover: var(--global--color-primary-hover);
  --primary-nav--color-text: var(--global--color-primary);
  --primary-nav--padding: calc(0.66 * var(--global--spacing-unit));
  --primary-nav--border-color: var(--global--color-primary);
  /* Pagination */
  --pagination--color-text: var(--global--color-primary);
  --pagination--color-link-hover: var(--global--color-primary-hover);
  --pagination--font-family: var(--global--font-secondary);
  --pagination--font-size: var(--global--font-size-lg);
  --pagination--font-weight: normal;
  --pagination--font-weight-strong: 600;
  /* Footer */
  --footer--color-text: var(--global--color-primary);
  --footer--color-link: var(--global--color-primary);
  --footer--color-link-hover: var(--global--color-primary-hover);
  --footer--font-family: var(--global--font-primary);
  --footer--font-size: var(--global--font-size-sm);
  /* Block: Pull quote */
  --pullquote--font-family: var(--global--font-primary);
  --pullquote--font-size: var(--heading--font-size-h3);
  --pullquote--font-style: normal;
  --pullquote--letter-spacing: var(--heading--letter-spacing-h4);
  --pullquote--line-height: var(--global--line-height-heading);
  --pullquote--border-width: 3px;
  --pullquote--border-color: var(--global--color-primary);
  --pullquote--color-foreground: var(--global--color-primary);
  --pullquote--color-background: var(--global--color-background);
  --quote--font-family: var(--global--font-secondary);
  --quote--font-size: var(--global--font-size-md);
  --quote--font-size-large: var(--global--font-size-xl);
  --quote--font-style: normal;
  --quote--font-weight: 700;
  --quote--font-weight-strong: bolder;
  --quote--font-style-large: normal;
  --quote--font-style-cite: normal;
  --quote--line-height: var(--global--line-height-body);
  --quote--line-height-large: 1.35;
  --separator--border-color: var(--global--color-border);
  --separator--height: 1px;
  /* Widgets */
  --widget--line-height-list: 1.9;
  --widget--line-height-title: 1.4;
  --widget--font-weight-title: 700;
  --widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));
  /* Admin-bar height */
  --global--admin-bar--height: 0px;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}
@media only screen and (min-width: 652px) {
  :root {
    --global--font-size-xl: 2.5rem;
    --global--font-size-xxl: 6rem;
    --global--font-size-xxxl: 9rem;
    --heading--font-size-h3: 2rem;
    --heading--font-size-h2: 3rem;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration-style: dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
/**
 * Root Media Query Variables
 */
:root {
  --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
  --responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
    --responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    --responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
  }
}
@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
  }
}
/**
 * Extends
 */
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.widget-area,
.pagination,
.comments-pagination,
.post-navigation,
.site-footer,
.site-header,
.alignwide,
.wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.alignfull,
.wp-block-group .wp-block-group__inner-container > *.alignfull,
.full-max-width {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 482px) {
  .alignfull,
  .full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-header .post-thumbnail,
.singular .post-thumbnail,
.alignfull [class*=inner-container] > .alignwide,
.alignwide [class*=inner-container] > .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: var(--responsive--alignwide-width);
  max-width: var(--responsive--alignfull-width);
}

@media only screen and (min-width: 482px) {
  .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: var(--responsive--alignleft-margin);
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
  }
}
@media only screen and (min-width: 482px) {
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
    /*rtl:ignore*/
    margin-right: var(--responsive--alignright-margin);
  }
}
/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */
/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */
.site-header,
.site-main,
.widget-area,
.site-footer {
  padding-top: var(--global--spacing-vertical);
  padding-bottom: var(--global--spacing-vertical);
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  padding-top: calc(0.75 * var(--global--spacing-vertical));
  padding-bottom: calc(2 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .site-header {
    padding-bottom: calc(3 * var(--global--spacing-vertical));
  }
}
/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */
.site-main > * {
  margin-top: calc(3 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.site-main > *:first-child {
  margin-top: 0;
}

.site-main > *:last-child {
  margin-bottom: 0;
}

/**
 * Set the default maximum responsive content-width
 */
/**
 * Set the wide maximum responsive content-width
 */
/**
 * Set the full maximum responsive content-width
 */
/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
  margin-top: var(--global--spacing-vertical);
  margin-right: auto;
  margin-bottom: var(--global--spacing-vertical);
  margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .site-main > article > *,
  .site-main > .not-found > *,
  .entry-content > *,
  [class*=inner-container] > *,
  .wp-block-template-part > *,
  .wp-block-post-template :where(li > *) {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*=inner-container] > *:first-child,
.wp-block-template-part > *:first-child,
.wp-block-post-template :where(li > *):first-child {
  margin-top: 0;
}

.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*=inner-container] > *:last-child,
.wp-block-template-part > *:last-child,
.wp-block-post-template :where(li > *):last-child {
  margin-bottom: 0;
}

.site-footer > *,
.widget-area > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {
  .site-footer > *,
  .widget-area > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.widget > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}

.entry-header > *:first-child,
.post-thumbnail > *:first-child,
.page-content > *:first-child,
.comment-content > *:first-child,
.widget > *:first-child {
  margin-top: 0;
}

.entry-header > *:last-child,
.post-thumbnail > *:last-child,
.page-content > *:last-child,
.comment-content > *:last-child,
.widget > *:last-child {
  margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull.has-background {
  margin-top: 0;
}

.entry-content > *:last-child,
.entry-content > *.alignfull.has-background {
  margin-bottom: 0;
}

.entry-content > *.alignfull + .alignleft,
.entry-content > *.alignfull + .alignright {
  margin-top: var(--global--spacing-vertical);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
.timeline .timeline-list > li .response-section h3,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--global--font-secondary);
  line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-weight: normal;
  text-align: left;
}

button {
  cursor: pointer;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  white-space: pre;
  overflow-x: auto;
}

.entry-content > code {
  display: block;
}

body .site {
  font-family: "Inter", sans-serif !important;
}
body .site h1, body .site h1.page-title {
  font-size: 3rem;
  color: #212529;
  font-weight: 600;
  line-height: 1.3;
  margin: 32px 0;
}
body .site h2, body .site .timeline .timeline-list > li .response-section h3, .timeline .timeline-list > li .response-section body .site h3 {
  font-size: 2.5rem;
  color: #1D2F99;
  font-weight: 500;
  line-height: 1.2;
  margin: 60px 0 24px;
}
body .site h3 {
  font-size: 1.125rem;
  color: #0C1A66;
  font-weight: 500;
  line-height: 1.55;
  margin: 24px 0;
}
body .site h3.subtitle2 {
  color: #000000;
  font-weight: 700;
}
body .site .body1, body .site .timeline .timeline-list > li .response-section ol li, .timeline .timeline-list > li .response-section ol body .site li, body .site .timeline .timeline-list > li .response-section ul:not(.timeline-list) li, .timeline .timeline-list > li .response-section ul:not(.timeline-list) body .site li, body .site .timeline .timeline-list > li .response-section p, .timeline .timeline-list > li .response-section body .site p, body .site #gform_wrapper_1 .gform_description, #gform_wrapper_1 body .site .gform_description, body .site a, body .site .body3, body .site .single-meeting .meeting-content .meeting-positions li::marker, .single-meeting .meeting-content .meeting-positions body .site li::marker, body .site .body2, body .site #gform_wrapper_1 .gfield_label, #gform_wrapper_1 body .site .gfield_label, body .site .button-primary-outline, body .site .button-green-outline, body .site .button-green, body .site .button-red-outline, body .site .button-red, body .site .button-primary, body .site #gform_wrapper_1 .gform_footer .gform_button, #gform_wrapper_1 .gform_footer body .site .gform_button, body .site p {
  color: #212529;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
body .site p {
  margin: 0 0 16px;
}
body .site .body2, body .site #gform_wrapper_1 .gfield_label, #gform_wrapper_1 body .site .gfield_label, body .site .button-primary-outline, body .site .button-green-outline, body .site .button-green, body .site .button-red-outline, body .site .button-red, body .site .button-primary, body .site #gform_wrapper_1 .gform_footer .gform_button, #gform_wrapper_1 .gform_footer body .site .gform_button {
  font-weight: 500;
}
body .site .body3, body .site .single-meeting .meeting-content .meeting-positions li::marker, .single-meeting .meeting-content .meeting-positions body .site li::marker {
  font-weight: 600;
}
body .site a {
  color: #556AEB;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
body .site a:hover {
  color: #0C1A66;
  font-weight: 600;
}
body .site .button-primary, body .site #gform_wrapper_1 .gform_footer .gform_button, #gform_wrapper_1 .gform_footer body .site .gform_button {
  display: inline-block;
  padding: 4px 18px;
  background-color: #556AEB !important;
  color: #FFFFFF;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
body .site .button-primary:hover, body .site #gform_wrapper_1 .gform_footer .gform_button:hover, #gform_wrapper_1 .gform_footer body .site .gform_button:hover, body .site .button-primary:active, body .site #gform_wrapper_1 .gform_footer .gform_button:active, #gform_wrapper_1 .gform_footer body .site .gform_button:active {
  background-color: #1D2F99;
  color: #FFFFFF;
  outline: none;
}
body .site .button-primary:focus, body .site #gform_wrapper_1 .gform_footer .gform_button:focus, #gform_wrapper_1 .gform_footer body .site .gform_button:focus {
  outline: none;
}
body .site .button-red {
  display: inline-block;
  padding: 4px 18px;
  background-color: #A8071A !important;
  color: #FFFFFF;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
body .site .button-red:hover, body .site .button-red:active {
  background-color: #A8071A;
  color: #FFFFFF;
  outline: none;
}
body .site .button-red:focus {
  outline: none;
}
body .site .button-red-outline {
  display: inline-block;
  padding: 4px 10px;
  background-color: transparent !important;
  color: #A8071A;
  border: 1px solid #A8071A;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
body .site .button-red-outline:hover, body .site .button-red-outline:active {
  border-color: rgb(119.04, 4.96, 18.4228571429);
  color: rgb(119.04, 4.96, 18.4228571429);
  outline: none;
}
body .site .button-red-outline:focus {
  outline: none;
}
body .site .button-green {
  display: inline-block;
  padding: 4px 18px;
  background-color: #376500 !important;
  color: #FFFFFF;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
body .site .button-green:hover, body .site .button-green:active {
  background-color: #376500;
  color: #FFFFFF;
  outline: none;
}
body .site .button-green:focus {
  outline: none;
}
body .site .button-green-outline {
  display: inline-block;
  padding: 4px 10px;
  background-color: transparent !important;
  color: #376500;
  border: 1px solid #376500;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
body .site .button-green-outline:hover, body .site .button-green-outline:active {
  border-color: rgb(27.2277227723, 50, 0);
  color: rgb(27.2277227723, 50, 0);
  outline: none;
}
body .site .button-green-outline:focus {
  outline: none;
}
body .site .button-primary-outline {
  display: inline-block;
  padding: 4px 18px;
  background-color: transparent;
  color: #556AEB;
  border: 1px solid #556AEB;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
body .site .button-primary-outline:hover, body .site .button-primary-outline:active {
  border-color: #1D2F99;
  color: #1D2F99;
  outline: none;
}
body .site .button-primary-outline:focus {
  outline: none;
}

.site {
  background: #EBEFFF;
  padding: 0 10px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .site {
    padding: 0 27px;
  }
}
.site .site-header {
  padding-bottom: 40px;
  max-width: 950px;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .site .site-header {
    max-width: 50%;
  }
}
.site .site-header .site-branding .site-title {
  color: #556AEB;
  text-decoration: none;
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
.site .site-header .site-branding .site-title a {
  color: #556AEB;
  text-decoration: none;
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
.site .site-header .site-branding .site-title a:hover {
  color: #1D2F99;
}
.site .site-header .primary-navigation .menu-item a {
  color: #343A40;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.3s ease-in-out;
}
.site .site-header .primary-navigation .menu-item a:hover {
  color: #556AEB;
}
.site .site-header .primary-navigation .menu-item.current-menu-item a {
  color: #556AEB;
  text-decoration: none;
}
.site .site-content {
  background: #FFFFFF;
  border-radius: 20px 20px 0 0;
  padding: 0 20px;
  flex: 1 0 auto;
}
.site .site-content .content-area {
  padding: 40px 0;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .site .site-content .content-area {
    max-width: 50%;
  }
}
.site .site-content .content-area .site-main {
  padding: 40px 0;
}
.site .site-content .content-area .page-header {
  padding: 0;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 60px;
}
.site .site-content .content-area .page-header .page-header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#expand-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #556AEB;
  padding: 15px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(41, 51, 64, 0.1);
  margin: 0;
}
#expand-button:hover, #expand-button:active {
  background: #1D2F99;
  border: none;
  outline: none;
}
#expand-button:focus {
  outline: none;
}
#expand-button svg {
  width: 100%;
  height: 100%;
}

.site-content.expanded {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
}

.site.expanded {
  padding: 0;
}

.site-header.expanded {
  display: none;
}

#expand-button svg.not-expanded {
  display: block;
}
#expand-button svg.expanded {
  display: none;
}

#expand-button.expanded svg.not-expanded {
  display: none;
}
#expand-button.expanded svg.expanded {
  display: block;
}

.meeting-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.meeting-list .meeting-item {
  padding: 20px 26px;
  border-radius: 10px;
  border: 1px solid #E9ECEF;
  box-shadow: 0px 0px 10px 0px rgba(41, 51, 64, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.meeting-list .meeting-item h3 {
  margin: 0;
}

/*Meeting single page styles*/
.single-meeting .meeting-content {
  margin: 0;
}
.single-meeting .meeting-content .meeting-positions {
  margin: 0;
}
.single-meeting .meeting-content .meeting-positions li::marker {
  margin-right: 0.5em;
}
.single-meeting .meeting-content .meeting-positions li h3 {
  display: inline;
}
.single-meeting .meeting-content .meeting-positions li p {
  margin: 20px 0;
}
.single-meeting .meeting-content .button-primary, .single-meeting .meeting-content #gform_wrapper_1 .gform_footer .gform_button, #gform_wrapper_1 .gform_footer .single-meeting .meeting-content .gform_button {
  margin-top: 60px;
}

/*Ask a question styles*/
#gform_wrapper_1 .gform_description {
  margin-bottom: 40px;
}
#gform_wrapper_1 .gfield_label .gfield_required {
  display: none;
}
#gform_wrapper_1 .ginput_container_textarea .textarea {
  border-radius: 4px;
  border: 1px solid #ced4da;
  box-shadow: 1px 2px 2px 0px rgba(41, 51, 64, 0.1);
}
.response-section {
  display: none;
}
.response-section.active {
  display: block;
}

.timeline .timeline-list {
  padding-left: 0;
  list-style: none;
}
.timeline .timeline-list li:first-child {
  padding-top: 0;
}
.timeline .timeline-list li:last-child {
  padding-bottom: 0;
}
.timeline .timeline-list > li {
  line-height: 1;
  padding: 14px 0 14px 20px;
  position: relative;
}
.timeline .timeline-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  top: 4px;
  height: calc(100% + 14px);
  background: #556AEB;
}
.timeline .timeline-list > li a {
  line-height: 1;
}
.timeline .timeline-list > li::before {
  content: "";
  position: absolute;
  left: -7.5px;
  width: 16px;
  height: 16px;
  border: 1px solid #556AEB;
  border-radius: 50%;
  background: #FFFFFF;
  transition: background 0.3s, transform 0.3s;
  margin-top: 3px;
  z-index: 999;
}
.timeline .timeline-list > li.active::before {
  background-image: radial-gradient(circle at center, #556AEB 5px, transparent 6px);
}
.timeline .timeline-list > li.active .timeline-slug {
  display: none;
}
.timeline .timeline-list > li .response-section {
  margin-left: 60px;
}
.timeline .timeline-list > li .response-section h2, .timeline .timeline-list > li .response-section h3 {
  margin-top: 0;
  line-height: 1;
}
.timeline .timeline-list > li .response-section h3 {
  margin-top: 0 !important;
  line-height: 1 !important;
}
.timeline .timeline-list > li .response-section ol, .timeline .timeline-list > li .response-section ul:not(.timeline-list) {
  padding-left: 20px;
}
.timeline .timeline-list > li .response-section ol li, .timeline .timeline-list > li .response-section ul:not(.timeline-list) li {
  padding: 0;
  margin-bottom: 10px;
}
.timeline .timeline-list > li .response-section ol li p, .timeline .timeline-list > li .response-section ul:not(.timeline-list) li p {
  margin: 0;
}
.timeline .timeline-list > li .response-section .gpt-section-nav {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}

.gpt-container {
  margin: 0;
}

.page-id-589 header {
  display: none;
}
.page-id-589 footer {
  display: none;
}
.page-id-589 li, .page-id-589 ol {
  list-style: none;
}

.vote-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.vote-buttons .vote-btn {
  background-color: #0C1A66 !important;
  font-size: 24px;
  border: none !important;
  border-radius: 100px;
}
.vote-buttons .vote-btn:hover {
  color: #FFFFFF !important;
}

.vote-btn-wrapper {
  display: flex;
  align-items: flex-end;
}
.vote-btn-wrapper #close-voting-btn {
  margin-top: 40px;
}