/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--wp--preset--font-family--arial);
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

h1 {
  font-size: 128px;
  line-height: 130%;
}

@media (max-width: 600px) {
  h1 {
    font-size: 36px;
    line-height: 130%;
  }
}

h5 {
  font-size: 32px;
  line-height: 140%;
}

@media (max-width: 600px) {
  h5 {
    font-size: 24px;
    line-height: 130%;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/* Normalize
--------------------------------------------- */

/*! 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;
  -webkit-text-size-adjust: 100%;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  width: 100%;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

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

html {
  box-sizing: border-box;
}

p a:hover {
  background-color: var(--wp--preset--color--yellow);
  color: black
}

p a:focus {
  border: 2px solid #000;
}

html,
body {
  min-height: 100vh;
}

.wp-block-post-title {
  line-height: 1;
}

.page h1.wp-block-post-title {
  line-height: 1;
  letter-spacing: -0.05em;
}

.page h2.wp-block-post-title {
  line-height: 1;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

.page .label-light {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.3rem;
  text-transform: uppercase;
  opacity: 0.6;
}

p {
  max-width: 65ch;
}

/** Spacing & border between sections **/

.page .wp-block-post-content h2 {
  letter-spacing: -0.025em;
}

.page .wp-block-post-content>* {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.page .entry-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.page-template-archive-workinggroup .entry-content {
  display: none;
}

.page-template-archive-event .wp-block-query ul.columns-3 li:not(.has-post-thumbnail),
.page-template-archive-workinggroup .wp-block-query ul.columns-3 li:not(.has-post-thumbnail),
.page-template-archive-article .wp-block-query ul.columns-3 li:not(.has-post-thumbnail) {
  border-top-width: 1px;
}

@media only screen and (max-width : 600px) {
  .wp-block-group.page-template-archive-event .wp-block-query ul.columns-3 li:not(.has-post-thumbnail),.wp-block-group
.page-template-archive-workinggroup .wp-block-query ul.columns-3 li:not(.has-post-thumbnail),.wp-block-group
.page-template-archive-article .wp-block-query ul.columns-3 li:not(.has-post-thumbnail) {
    margin-top: 40px;
    padding-top: 60px;
  }
}

/* Hide single meta fields on archive */

.page-template-archive-chapter .single-meta {
  display: none;
}

/* Hide extract meta fields on single */

.single-chapter .extract-meta {
  display: none;
}

.archive-footer {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -100px;
  padding: 1.25rem;
}

/* reset default gap on grids */

.wp-block-query.architecture-lobby-block-query-gap ul.wp-block-post-template {
  -moz-column-gap: var(--wp--preset--spacing--40);
       column-gap: var(--wp--preset--spacing--40);
  row-gap: var(--wp--preset--spacing--80);
}

.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
  width: calc(33.33333% - 40px);
}

.wp-block-post-template.is-flex-container.columns-2 {
  flex-wrap: nowrap !important;
  margin-bottom: 80px;
}

;

.wp-block-post-terms__prefix {
  margin-left: var(--wp--preset--spacing--10);
  margin-right: var(--wp--preset--spacing--10);
}

.event-details {
  gap: 10px !important;
  flex-direction: column;
  align-items: flex-start !important;
}

@media (min-width: 640px) {
  body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-template-page-about .wp-block-post-content>* {
    /* Border fullwidth but content not*/
    padding-left: 0%;
    padding-right: 0%;
  }

  .page-template-archive-workinggroup .entry-content {
    display: block;
  }
}

/* About page template styles */

.padding-left-0 {
  padding-left: 0px !important;
}

/* only display the AL contact details in a row if screen can fit it */

.about-page-hero-section {
  flex-direction: column;
}

@media (min-width: 1280px) {
  .about-page-hero-section {
    flex-direction: row;
  }

  ;
}

/* style about page specific sub navigation menu buttons */

.about-page-sub-navigation .wp-block-button .wp-block-button__link {
}

.about-page-sub-navigation .wp-block-button .wp-block-button__link:hover,
.about-page-sub-navigation .wp-block-button .wp-block-button__link:focus {
}

.highlight-box {
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
}

.query-loop-with-top-border {
  width: 100%
}

.query-loop-with-top-border li {
  border-top: 2px solid black;
  padding-top: 40px;
}

.wp-block-read-more {
  display: flex !important;
  gap: 3px;
  padding-top: 8px !important;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px !important;
}

.wp-block-post-terms__separator {
  margin-left: 10px;
  margin-right: 10px;
}

.mobile-featured-image {
  display: none;
}

@media (min-width: 1024px) {
  .front-page-description {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}

.front-page-description--buttons .wp-element-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 242px;
}

/* Make sure link icon doesn't wrap to new line */

.wp-block-button .wp-block-button__link img {
  display: inline-block;
}

/* Join Us page template styles */

.join-us-cta {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.join-us-grid {
  align-items: flex-start !important;
  row-gap: 80px !important;
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.join-us-grid h5 {
  max-width: 400px;
}

.join-us-button {
  width: 200px !important;
  background-color: var(--wp--preset--color--yellow);
  text-align: center;
}

/* mobile overrides */

@media only screen and (max-width : 600px) {
  .mobile-padding-left-0 {
    padding-left: 0px !important;
  }

  .mobile-padding-right-0 {
    padding-right: 0px !important;
  }

  .mobile-margin-left-0 {
    margin-left: 0px !important;
  }

  .mobile-padding-top-40 {
    padding-top: 40px !important;
  }

  .mobile-padding-bottom-60 {
    padding-bottom: 60px !important;
  }

  .mobile-padding-bottom-40 {
    padding-bottom: 40px !important;
  }

  .mobile-padding-top-60 {
    padding-top: 46px !important;
  }

  .mobile-margin-bottom-60 {
    margin-bottom: 60px !important;
  }

  .mobile-margin-bottom-40 {
    margin-bottom: 40px !important;
  }

  .mobile-margin-top-60 {
    margin-top: 60px !important;
  }

  .mobile-h2 {
    font-size: 36px;
  }

  .mobile-h3 {
    font-size: 32px;
  }

  .mobile-h4 {
    font-size: 24px;
    margin-bottom: 20px !important;
  }

  .mobile-h5 {
    font-size: 20px !important;
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: 100%;
  }

  .wp-block-post-template.is-flex-container.columns-2 {
    flex-wrap: wrap !important;
    margin-bottom: 60px;
  }

  .query-loop-with-top-border li {
    max-width: none;
    width: 100% !important;
    padding-top: 20px;
  }

  .mobile-featured-image {
    display: block;
    min-width: 50%;
    max-width: 50%;
  }

  .desktop-featured-image {
    display: none;
  }

  .mobile-image-wrapper {
    align-items: flex-start !important;
    justify-content: space-between;
  }

  .mobile-padding-20 {
    padding: 0px 20px 20px 20px !important;
  }

  .mobile-padding-top-60 {
    padding-top: 40px !important;
  }

  .wp-block-group.border-t {
    margin-top: 40px;
    padding-top: 60px;
  }

  .highlight-box {
    flex-wrap: wrap !important;
  }

  .join-us-cta {
    justify-content: flex-start !important;
    padding: 20px !important;
  }

  .join-us-grid {
    row-gap: 60px !important;
  }

  .join-us-grid-item {
    gap: 10px !important;
  }
}

.architecture-lobby-block-query.news-query> :first-child,
.architecture-lobby-block-query.news-query> :nth-child(2) {
  width: 100%;
}

.architecture-lobby-block-query> :first-child .mobile-image-wrapper,
.architecture-lobby-block-query.news-query> :nth-child(2) .mobile-image-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.architecture-lobby-block-query .wp-block-post-excerpt {
  display: none;
}

.architecture-lobby-block-query.events-query> :first-child .wp-block-post-excerpt {
  display: block;
}

.architecture-lobby-block-query.news-query> :first-child .wp-block-post-excerpt,
.architecture-lobby-block-query.news-query> :nth-child(2) .wp-block-post-excerpt {
  display: block;
}

.architecture-lobby-block-query> :first-child .mobile-image-wrapper .mobile-featured-image {
  max-width: 100%;
}

@media only screen and (min-width : 600px) {
  .architecture-lobby-block-query.events-query> :first-child {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 40px !important;
    align-items: flex-start;
  }

  .architecture-lobby-block-query.events-query> :first-child .desktop-featured-image {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .architecture-lobby-block-query> :first-child h3 {
    font-size: 48px !important;
  }

  .architecture-lobby-block-query.events-query> :first-child .wp-block-group.is-vertical:first-of-type {
    width: calc(50% - 40px) !important;
    align-items: flex-end;
  }

  .event-details {
    width: 100% !important;
  }

  .desktop-featured-image {
    margin-bottom: 40px !important;
    margin-top: -40px !important;
    width: 100%;
  }

  .architecture-lobby-block-query.events-query .wp-block-group.is-layout-flow {
    width: 100% !important;
  }

  .architecture-lobby-block-query.news-query> :first-child,
  .architecture-lobby-block-query.news-query> :nth-child(2) {
    width: calc(50% - 40px) !important;
    flex-direction: column;
  }
}

@media only screen and (min-width : 1200px) {
  .architecture-lobby-block-query.events-query> :first-child {
    flex-direction: row-reverse;
    align-items: flex-end;
  }

  .architecture-lobby-block-query.events-query> :first-child .wp-block-post-featured-image {
    width: 50%;
  }
}

.home .architecture-lobby-block-query> :first-child {
  border-top: none;
}

.filter-events-block, .filter-news-block {
  display: flex;
  flex-direction: column;
}

.filter-news-block figure {
  margin-bottom: 20px;
}

.filter-events-block li, .hero-item-content  {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (min-width : 600px) {
  .filter-events-block, .filter-news-block {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .filter-events-block figure {
    margin-bottom: 20px;
  }

  .filter-events-block li:first-child {
    flex-direction: row-reverse;
    width: 100% !important;
    justify-content: space-between;
  }

  .filter-events-block li:first-child figure {
    flex-basis: 33.3%;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* Mobile first */

body,
button,
input,
select,
optgroup,
textarea {
  font-family: var(--wp--preset--font-family--arial);
  font-size: var(--wp--preset--font-size--small);
  line-height: 140%;
}

.single-article h1 {
  font-size: var(--wp--preset--font-size--x-large-3);
  text-transform: none;
}

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

p {
  margin-bottom: 1.2rem;
}

.page-template-archive-chapter .entry-content .wp-block-group > p,
.page-template-archive-workinggroup .entry-content .wp-block-group > p {
  font-size: var(--wp--preset--font-size--x-large-4);
  line-height: normal;
}

a {
  margin: 0px;
  text-decoration: underline;
}

/* Teaser lists & category tags */

.wp-block-query a,
.taxonomy-category a {
  text-decoration: none;
}

a:hover,
a:active {
  background-color: var(--wp--preset--color--yellow);
}

a:focus {
  border: 0px solid var(--wp--preset--color--tal-black);
  margin: 0x;
}

address {
  font-style: normal;
}

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

blockquote {
  font-family: var(--wp--preset--font-family--arial-narrow);
  font-size: var(--wp--preset--font-size--base);
  line-height: 140%;
  text-align: left;
}

.wp-block-pullquote {
  margin: 0;
  padding:0;
}

blockquotep:first-child {
  margin-top: 0px;
}

blockquote p:not(p + *) {
  margin-bottom: 0px;
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
}

ul {
  list-style-position: inside;
  list-style-type: disc;
}

.working-group-description {
  line-height: 140%;
  font-size: var(--wp--preset--font-size--x-large);
}

.chapter-meta-data {
  flex-direction: row !important;
}

.page-template-archive-event .wp-block-button__link {
  background-color: var(--Yellow, #FFFF92);
  color: black;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: black;
  color: #F9F9F9;
}

.wp-block-button .wp-block-button__link:focus {
  border: 2px solid var(--Black, #000);
}

/* Modifications for mobile screen widths */

@media (max-width: 600px) {
  body {
    /* Overwrite theme.json produced spacings to tighten up look on mobile viewports */
    --wp--preset--spacing--40: 20px;
    --wp--preset--spacing--80: 60px;
    --wp--preset--spacing--120: 60px;
    --wp--preset--font-size--x-large-3: 32px;
  }

  .front-page-description {
    font-size: 32px;
    font-family: Arial Narrow;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  .front-page-description .wp-block-button__link.wp-element-button {
    width: 100%;
  }

  .front-page-description .wp-block-button {
    width: 100%;
  }

  .front-page-description--buttons {
    flex-direction: column;
  }

  .front-page-description--buttons .wp-block-button {
    font-size: 16px !important;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    width: 100% !important;
  }

  .front-page-description--buttons  .wp-block-button__link.wp-element-button {
    align-items: center;
    display: flex;
    height: 46px;
    justify-content: center;
    padding: 8px 14px !important;
  }

  .front-page-description--buttons  .join-button a.wp-block-button__link.wp-element-button  {
    color: white !important;
    background-color: black !important;
  }

  .wp-block-post-title{
    font-size: var(--wp--preset--font-size--x-large-2);
  }

  .wp-block-group.is-layout-flow {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }

  .wp-block-query.architecture-lobby-block-query-gap ul.wp-block-post-template {
    gap: 60px;
  }

  .wp-block-button__link.wp-element-button {
    font-size: 16px;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 8px 14px;
  }

  .wp-block-post-template.is-layout-flow h2 {
    max-width: 332px !important;
  }

  div.front-page-description {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }

  .taxonomy-category.wp-block-post-terms a {
    font-size: 16px;
  }

  .chapter-meta-data {
    flex-direction: column !important;
  }

  h2.wp-block-heading {
    font-size: 36px !important;
  }

  .event-details {
    padding-top: 20px;
  }

  .the-architecture-lobby-logo {
    font-size: 16px !important;
  }

  .footer-gapping h2.wp-block-heading {
    font-size: 16px !important;
  }

  .working-group-description {
    font-size: 20px !important;
    line-height: 140% !important;
  }
}

/* Alterations for screens larger than 640px */

@media (min-width: 640px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: var(--wp--preset--font-size--base);
  }

  h1 {
    font-size: var(--wp--preset--font-size--x-large-8);
  }

  h2 {
    font-size: var(--wp--preset--font-size--x-large-4);
    letter-spacing: 0.02em;
  }

  h3 {
    font-size: var(--wp--preset--font-size--x-large-3);
  }

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

  h6 {
    font-size: var(--wp--preset--font-size--base);
    letter-spacing: 0.02em;
  }

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

  .chapter-archive-page-small-text {
    font-size: 20px !important;
  }
}

@media (min-width: 600px) {
  .working-group-category-label {
    font-size: 20px !important;
  }
}

.wp-block-navigation__responsive-close {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.current-page {
  background-color: var(--wp--preset--color--yellow) !important;
}

.fortypixel-gapping .wp-block-post-template.is-flex-container  {
  gap: 40px !important;
}

.wp-block-navigation__container {
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media (min-width: 1000px) and (max-width:1100px){
  .wp-block-navigation__container {
    flex-wrap: wrap;
  }
}

@media (min-width: 1000px) and (max-width:1600px){
  header nav li a {
    padding: 1rem 0.5rem 1rem 0.5em !important;
    font-size: clamp(12px, 2vw, 18px);
    text-wrap: nowrap;
  }
}

/* Make header navigation take up whole screen width on largest screen */

@media (min-width: 1601px) {
  .header-nav-menu {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding: 0px 46px 0px 46px;
  }

  header nav li a {
    font-size: 18px;
  }

  .wp-block-navigation-item__content {
    padding: 20px 46px 20px 46px;
  }
}

/* Override the default breakpoint for mobile menu */

@media (max-width: 1000px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown){
    display: block;
  }

  div:not([aria-modal="true"]) >  #modal-1-content {
    display: none;
  }
}

@media (max-width: 600px) {
  .footer-fine-print {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

/* tailwind components */

header nav li a {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

header nav li:last-child a {
  background-color: var(--wp--preset--color--tal-black) !important;
  color: var(--wp--preset--color--tal-white) !important;
}

header nav li:last-child a:hover {
  background-color: var(--wp--preset--color--yellow) !important;
  color: var(--wp--preset--color--tal-black) !important;
}

header nav li a {
  text-wrap:nowrap;
}

footer a {
  text-decoration-line: underline !important;
}

footer a:hover {
  color: var(--wp--preset--color--tal-black) !important;
}

.socials {
  width: 100%;
  text-align: center;
}

.socials li {
  list-style-type: none;
}

.socials li a {
  margin-bottom: 1.25rem;
  display: block;
  width: 100%;
  background-color: var(--wp--preset--color--yellow);
  font-size: var(--wp--preset--font-size--base);
  line-height: 1.4rem;
  color: var(--wp--preset--color--tal-black);
  text-decoration-line: none !important;
  line-height: 140%;
  padding: 8px 14px;
}

/* tailwind utilities */

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.-m-2 {
  margin: -1.25rem;
}

.my-2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-2 {
  margin-bottom: 1.25rem;
}

.ml-2 {
  margin-left: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.w-7 {
  width: 6rem;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.border-t {
  border-top-width: 1px;
}

.border-white {
  border-color: var(--wp--preset--color--tal-white);
}

.bg-yellow {
  background-color: var(--wp--preset--color--yellow);
}

.p-2 {
  padding: 1.25rem;
}

.px-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-1 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.pt-6 {
  padding-top: 5rem;
}

.text-base {
  font-size: var(--wp--preset--font-size--base);
  line-height: 1.4rem;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Override aggressive overrides done by Tailwind */

/* Custom styles for substack sign up embed */

.substack-form-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}

.success,
.error {
  color: var(--wp--preset--color--tal-white) !important;
  font-family: var(--wp--preset--font-family--arial) !important;
  font-size: var(--wp--preset--font-size--small) !important;
}

.custom-substack-widget {
  border: none !important;
  display: block !important;
  border-radius: 0px !important;
  font-family: var(--wp--preset--font-family--arial) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  max-width: 760px !important;
}

.custom-substack-widget input {
  background-color: var(--wp--preset--color--tal-white) !important;
  color: var(--wp--preset--color--tal-black) !important;
  outline: none !important;
  padding: 8px 14px !important;
  flex: 1 !important;
}

.custom-substack-widget button {
  background-color: var(--wp--preset--color--yellow) !important;
  font-family: Arial !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 130% !important;
  width: 100% !important;
  padding: 8px 14px !important;
}

@media (min-width: 640px) {
  .substack-form-wrapper .custom-substack-widget {
    flex-direction: row !important;
  }

  .substack-form-wrapper .custom-substack-widget button {
    max-width: 200px !important;
  }

  .substack-form-wrapper {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    margin-bottom: 80px;
  }

  .substack-form-wrapper h3 {
    font-size: 48px !important;
    margin-bottom: 80px !important;
  }

  .substack-form-wrapper p {
    font-size: 20px !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 20px !important;
  }
}

.filters,
.filters-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.filters-form label {
  color: var(--Black, #000);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}

.filters-form select {
  border: 2px solid var(--Black, #000);
  padding: 8px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tZG93biI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik05LjAwMDA1IDEwLjczNDZMOC42NDY1IDEwLjM4MTFMNS42ODI4NSA3LjQxNzQzQzUuNjgyODMgNy40MTc0MSA1LjY4MjgyIDcuNDE3MzkgNS42ODI4IDcuNDE3MzhDNS42MDc3OSA3LjM0MjQyIDUuNTA2MDkgNy4zMDAzMSA1LjQwMDA1IDcuMzAwMzFDNS4yOTQwNCA3LjMwMDMxIDUuMTkyMzYgNy4zNDI0IDUuMTE3MzYgNy40MTczMkM1LjExNzMyIDcuNDE3MzYgNS4xMTcyOSA3LjQxNzM5IDUuMTE3MjUgNy40MTc0M005LjAwMDA1IDEwLjczNDZMNS4xMTcyNSA3LjQxNzQzTTkuMDAwMDUgMTAuNzM0Nkw5LjM1MzYxIDEwLjM4MTFMMTIuMzE3MyA3LjQxNzM4TDEyLjMxNzQgNy40MTc0M0wxMi4zMjM0IDcuNDExMThDMTIuMzYwMyA3LjM3Mjk3IDEyLjQwNDQgNy4zNDI1IDEyLjQ1MzIgNy4zMjE1NEMxMi41MDIgNy4zMDA1NyAxMi41NTQ1IDcuMjg5NTQgMTIuNjA3NiA3LjI4OTA4QzEyLjY2MDcgNy4yODg2MiAxMi43MTM0IDcuMjk4NzQgMTIuNzYyNiA3LjMxODg1QzEyLjgxMTcgNy4zMzg5NiAxMi44NTY0IDcuMzY4NjYgMTIuODk0IDcuNDA2MjJDMTIuOTMxNSA3LjQ0Mzc4IDEyLjk2MTIgNy40ODg0NCAxMi45ODEzIDcuNTM3NkMxMy4wMDE0IDcuNTg2NzYgMTMuMDExNiA3LjYzOTQzIDEzLjAxMTEgNy42OTI1NEMxMy4wMTA2IDcuNzQ1NjUgMTIuOTk5NiA3Ljc5ODE0IDEyLjk3ODYgNy44NDY5NEMxMi45NTc3IDcuODk1NzQgMTIuOTI3MiA3LjkzOTg4IDEyLjg4OSA3Ljk3Njc4TDEyLjg4ODkgNy45NzY3MkwxMi44ODI4IDcuOTgyODdMOS4yODI4NSAxMS41ODI4QzkuMjgyODMgMTEuNTgyOCA5LjI4MjgyIDExLjU4MjkgOS4yODI4IDExLjU4MjlDOS4yMDc3OSAxMS42NTc4IDkuMTA2MDkgMTEuNjk5OSA5LjAwMDA1IDExLjY5OTlDOC44OTQwMSAxMS42OTk5IDguNzkyMzEgMTEuNjU3OCA4LjcxNzMxIDExLjU4MjlDOC43MTcyOSAxMS41ODI5IDguNzE3MjcgMTEuNTgyOCA4LjcxNzI1IDExLjU4MjhMNS4xMTczNiA3Ljk4MjkyTTkuMDAwMDUgMTAuNzM0Nkw1LjExNzM2IDcuOTgyOTJNNS4xMTcyNSA3LjQxNzQzQzUuMDQyMzMgNy40OTI0MyA1LjAwMDI0IDcuNTk0MTEgNS4wMDAyNCA3LjcwMDEyQzUuMDAwMjQgNy44MDYxNiA1LjA0MjM1IDcuOTA3ODYgNS4xMTczMSA3Ljk4Mjg3TTUuMTE3MjUgNy40MTc0M0w1LjExNzMxIDcuOTgyODdNNS4xMTczMSA3Ljk4Mjg3TDUuMTE3MzYgNy45ODI5Mk01LjExNzMxIDcuOTgyODdMNS4xMTczNiA3Ljk4MjkyIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJibGFjayIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat;
  background-position: right 14px center;
}

.filter-section {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.filters-toggle {
  text-align: left;
  color: var(--wp--preset--color--tal-white);
  padding: 8px 14px;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tZG93biI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik01LjExNzMxIDcuOTgyODdDNS4wNDIzNSA3LjkwNzg2IDUuMDAwMjQgNy44MDYxNiA1LjAwMDI0IDcuNzAwMTJDNS4wMDAyNCA3LjU5NDExIDUuMDQyMzMgNy40OTI0MyA1LjExNzI1IDcuNDE3NDNDNS4xMTcyNyA3LjQxNzQxIDUuMTE3MjkgNy40MTczOSA1LjExNzMxIDcuNDE3MzhDNS4xMTczMiA3LjQxNzM2IDUuMTE3MzQgNy40MTczNCA1LjExNzM2IDcuNDE3MzJDNS4xOTIzNiA3LjM0MjQgNS4yOTQwNCA3LjMwMDMxIDUuNDAwMDUgNy4zMDAzMUM1LjUwNjA5IDcuMzAwMzEgNS42MDc3OSA3LjM0MjQyIDUuNjgyOCA3LjQxNzM4QzUuNjgyODIgNy40MTczOSA1LjY4MjgzIDcuNDE3NDEgNS42ODI4NSA3LjQxNzQzTDguNjQ2NSAxMC4zODExTDkuMDAwMDUgMTAuNzM0Nkw5LjM1MzYxIDEwLjM4MTFMMTIuMzE3MyA3LjQxNzM4TDEyLjMxNzQgNy40MTc0M0wxMi4zMjM0IDcuNDExMThDMTIuMzYwMyA3LjM3Mjk3IDEyLjQwNDQgNy4zNDI1IDEyLjQ1MzIgNy4zMjE1NEwxMi4yNTcgNi44NjQ4M0wxMi40NTMyIDcuMzIxNTRDMTIuNTAyIDcuMzAwNTcgMTIuNTU0NSA3LjI4OTU0IDEyLjYwNzYgNy4yODkwOEMxMi42NjA3IDcuMjg4NjIgMTIuNzEzNCA3LjI5ODc0IDEyLjc2MjYgNy4zMTg4NUMxMi44MTE3IDcuMzM4OTYgMTIuODU2NCA3LjM2ODY2IDEyLjg5NCA3LjQwNjIyTDEzLjI0NzIgNy4wNTMwMUwxMi44OTQgNy40MDYyMkMxMi45MzE1IDcuNDQzNzggMTIuOTYxMiA3LjQ4ODQ0IDEyLjk4MTMgNy41Mzc2QzEzLjAwMTQgNy41ODY3NiAxMy4wMTE2IDcuNjM5NDMgMTMuMDExMSA3LjY5MjU0QzEzLjAxMDYgNy43NDU2NSAxMi45OTk2IDcuNzk4MTQgMTIuOTc4NiA3Ljg0Njk0QzEyLjk1NzcgNy44OTU3NCAxMi45MjcyIDcuOTM5ODggMTIuODg5IDcuOTc2NzhMMTIuODg4OSA3Ljk3NjcyTDEyLjg4MjggNy45ODI4N0w5LjI4Mjg1IDExLjU4MjhDOS4yODI4MyAxMS41ODI4IDkuMjgyODIgMTEuNTgyOSA5LjI4MjggMTEuNTgyOUM5LjIwNzc5IDExLjY1NzggOS4xMDYwOSAxMS42OTk5IDkuMDAwMDUgMTEuNjk5OUM4Ljg5NDAxIDExLjY5OTkgOC43OTIzMSAxMS42NTc4IDguNzE3MzEgMTEuNTgyOUM4LjcxNzI5IDExLjU4MjkgOC43MTcyNyAxMS41ODI4IDguNzE3MjUgMTEuNTgyOEw1LjExNzM2IDcuOTgyOTJNNS4xMTczMSA3Ljk4Mjg3TDQuNzYzNzUgOC4zMzY0Mkw1LjExNzM2IDcuOTgyOTJNNS4xMTczMSA3Ljk4Mjg3QzUuMTE3MzIgNy45ODI4OSA1LjExNzM0IDcuOTgyOSA1LjExNzM2IDcuOTgyOTJNNS4xMTczMSA3Ljk4Mjg3TDUuMTE3MzYgNy45ODI5MiIgZmlsbD0iI0Y5RjlGOSIgc3Ryb2tlPSIjRjlGOUY5Ii8+CjwvZz4KPC9zdmc+Cg==") no-repeat;
  background-color: var(--wp--preset--color--tal-black);
  background-position: right 14px center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.filters-form select {
  color: var(--Dark-Gray, #646464);
}

@media (min-width: 640px) {
  .filters-toggle {
    display: none;
  }

  .filters-form {
    flex-direction: row;
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .filter-section {
    width: 100%;
    gap: 10px
  }

  .filters-form label {
    font-size: 20px;
    letter-spacing: 0.4px;
  }

  .filters-form select {
    font-size: 20px;
  }
}

.filters-toggle.filters-open {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImNoZXZyb24tZG93biI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xMi44ODI3IDExLjAxNzFDMTIuOTU3NiAxMS4wOTIxIDEyLjk5OTggMTEuMTkzOCAxMi45OTk4IDExLjI5OTlDMTIuOTk5OCAxMS40MDU5IDEyLjk1NzcgMTEuNTA3NiAxMi44ODI3IDExLjU4MjZDMTIuODgyNyAxMS41ODI2IDEyLjg4MjcgMTEuNTgyNiAxMi44ODI3IDExLjU4MjZDMTIuODgyNyAxMS41ODI2IDEyLjg4MjcgMTEuNTgyNyAxMi44ODI2IDExLjU4MjdDMTIuODA3NiAxMS42NTc2IDEyLjcwNiAxMS42OTk3IDEyLjU5OTkgMTEuNjk5N0MxMi40OTM5IDExLjY5OTcgMTIuMzkyMiAxMS42NTc2IDEyLjMxNzIgMTEuNTgyNkMxMi4zMTcyIDExLjU4MjYgMTIuMzE3MiAxMS41ODI2IDEyLjMxNzEgMTEuNTgyNkw5LjM1MzUgOC42MTg5Mkw4Ljk5OTk1IDguMjY1MzdMOC42NDY0IDguNjE4OTJMNS42ODI2OSAxMS41ODI2TDUuNjgyNjQgMTEuNTgyNkw1LjY3NjYgMTEuNTg4OEM1LjYzOTcgMTEuNjI3IDUuNTk1NTcgMTEuNjU3NSA1LjU0Njc3IDExLjY3ODVMNS43NDI5NSAxMi4xMzUyTDUuNTQ2NzYgMTEuNjc4NUM1LjQ5Nzk2IDExLjY5OTQgNS40NDU0OCAxMS43MTA1IDUuMzkyMzYgMTEuNzEwOUM1LjMzOTI1IDExLjcxMTQgNS4yODY1OCAxMS43MDEzIDUuMjM3NDIgMTEuNjgxMkM1LjE4ODI2IDExLjY2MSA1LjE0MzYgMTEuNjMxMyA1LjEwNjA1IDExLjU5MzhMNC43NTI4MyAxMS45NDdMNS4xMDYwNCAxMS41OTM4QzUuMDY4NDkgMTEuNTU2MiA1LjAzODc5IDExLjUxMTYgNS4wMTg2NyAxMS40NjI0QzQuOTk4NTYgMTEuNDEzMiA0Ljk4ODQ0IDExLjM2MDYgNC45ODg5IDExLjMwNzVDNC45ODkzNiAxMS4yNTQzIDUuMDAwNCAxMS4yMDE5IDUuMDIxMzYgMTEuMTUzMUM1LjA0MjMzIDExLjEwNDMgNS4wNzI4IDExLjA2MDEgNS4xMTEgMTEuMDIzMkw1LjExMTA2IDExLjAyMzNMNS4xMTcyIDExLjAxNzFMOC43MTcxNSA3LjQxNzE4QzguNzE3MTcgNy40MTcxNyA4LjcxNzE4IDcuNDE3MTUgOC43MTcyIDcuNDE3MTNDOC43OTIyMSA3LjM0MjE4IDguODkzOTEgNy4zMDAwNyA4Ljk5OTk1IDcuMzAwMDdDOS4xMDU5OSA3LjMwMDA3IDkuMjA3NjkgNy4zNDIxOCA5LjI4MjY5IDcuNDE3MTNDOS4yODI3MSA3LjQxNzE1IDkuMjgyNzMgNy40MTcxNyA5LjI4Mjc1IDcuNDE3MThMMTIuODgyNiAxMS4wMTcxTTEyLjg4MjcgMTEuMDE3MUwxMy4yMzYyIDEwLjY2MzZMMTIuODgyNiAxMS4wMTcxTTEyLjg4MjcgMTEuMDE3MUMxMi44ODI3IDExLjAxNzEgMTIuODgyNyAxMS4wMTcxIDEyLjg4MjYgMTEuMDE3MU0xMi44ODI3IDExLjAxNzFMMTIuODgyNiAxMS4wMTcxIiBmaWxsPSIjRjlGOUY5IiBzdHJva2U9IiNGOUY5RjkiLz4KPC9nPgo8L3N2Zz4K") no-repeat;
  background-color: var(--wp--preset--color--tal-black);
  background-position: right 14px center;
}

.custom-taxonomies {
  font-family: Arial;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
}

.custom-taxonomies span:not(:last-child):after {
  content: ' • ';
}

.wp-block-post-terms span:not(:last-child):not(.wp-block-post-terms__separator):after {
  content: ' • ';
}

@media (min-width: 640px) {
  .custom-taxonomies {
    font-size: 20px;
  }
}

.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
}