@charset "UTF-8";
/**
 * Base
 * - Reset the browser
 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

pre {
  overflow: scroll;
}

/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
@media (min-width: 480px) {
  .wp-block[data-align=left],
.wp-block[data-align=right],
.wp-site-blocks .alignleft,
.wp-site-blocks .alignright {
    max-width: var(--wp--custom--alignment--aligned-max-width);
  }
}
.aligncenter {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*
 * Alignment styles - from TT2
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-columns.alignfull.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align=full] > .wp-block-group,
.is-root-container .wp-block[data-align=full] > .wp-block-columns.has-background,
.is-root-container .wp-block[data-align=full] > .wp-block-cover {
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align=full] {
  margin-left: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
  margin-right: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
  max-width: unset;
  width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align=full],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align=full] > *:not(.wp-block-group) .wp-block[data-align=full] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/* Spacing for group blocks with a background color. */
.wp-block-group.has-background {
  padding: var(--wp--custom--gap--vertical) var(--wp--custom--gap--horizontal);
}

.has-primary-background-color {
  background-color: var(--wp--custom--color--primary) !important;
}

.has-secondary-background-color {
  background-color: var(--wp--custom--color--secondary) !important;
}

.has-foreground-background-color {
  background-color: var(--wp--custom--color--foreground) !important;
}

.has-background-background-color {
  background-color: var(--wp--custom--color--background) !important;
}

.has-tertiary-background-color {
  background-color: var(--wp--custom--color--tertiary) !important;
}

.has-primary-color {
  color: var(--wp--custom--color--primary) !important;
}

.has-secondary-color {
  color: var(--wp--custom--color--secondary) !important;
}

.has-foreground-color {
  color: var(--wp--custom--color--foreground) !important;
}

.has-background-color {
  color: var(--wp--custom--color--background) !important;
}

.has-tertiary-color {
  color: var(--wp--custom--color--tertiary) !important;
}

@media (max-width: 599px) {
  .wp-site-blocks .site-header .site-brand {
    display: contents;
  }
  .wp-site-blocks .site-header .wp-block-site-logo {
    flex-basis: 100%;
    margin-bottom: calc(2 * var(--wp--custom--gap--vertical));
    margin-top: var(--wp--custom--gap--vertical);
    text-align: center;
  }
}

@media (max-width: 599px) {
  .wp-site-blocks .site-header-linear .site-words-stack-small {
    display: block;
  }
}

:root {
  --wpadmin-bar--height: 46px;
}

.wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-footer-container {
  margin-top: auto;
}

@media (min-width: 600px) {
  body.admin-bar {
    --wpadmin-bar--height: 32px;
  }
}
body.admin-bar .wp-site-blocks {
  min-height: calc(100vh - var(--wpadmin-bar--height));
}

.image-no-margin {
  margin: 0;
}
.image-no-margin * {
  vertical-align: bottom;
}

.has-background-no-padding.wp-block-columns.has-background {
  padding: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.gapless-group > * {
  margin-top: 0 !important;
}

/* 
Remove the normalized box-sizing: border-box when used with Woo's quantity field,
because Woo limits the field's width to 50px, 
which leaves no space for the context between 50px and 20px padding and the spinner arrows (that come from type=number)

See: https://github.com/Automattic/wp-calypso/issues/58958#issuecomment-1015263777
*/
.quantity .qty {
  box-sizing: content-box;
}

body main p a {
  font-weight: 600;
}

.bread {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bread li {
  display: inline-block;
}

.bread li.crumb:last-child a {
  text-decoration: none;
  pointer-events: none;
  color: inherit;
}

.wp-block-post .wp-block-post-title a {
  text-decoration: none;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.max_width {
  max-width: 1000px;
  margin: 0 auto;
}

.breadcrumb-block .bread {
  max-width: 1000px;
  margin: 0 auto;
}

.bread {
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 600;
}

body.has-featured-image.page main {
  margin-top: 0;
}
body.has-featured-image.page .wp-block-post-featured-image {
  margin-top: 0;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
body.has-featured-image.page .wp-block-post-featured-image img {
  z-index: 0;
}
body.has-featured-image.page .wp-block-post-featured-image::before {
  content: "";
  background: var(--wp--preset--gradient--purple-to-violet);
  opacity: 0.4;
  mix-blend-mode: multiply;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
body.has-featured-image.page .page-title {
  position: relative;
  width: 100%;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
}
body.has-featured-image.page .page-title .bread {
  position: absolute;
  bottom: -190px;
  color: white !important;
  z-index: 4;
}
body.has-featured-image.page .page-title .bread li {
  font-weight: 700;
}
body.has-featured-image.page .page-title .bread li:last-of-type {
  font-weight: 600;
}
body.has-featured-image.page .page-title .bread a {
  color: white !important;
}
body.has-featured-image.page .page-title .wp-block-post-title {
  position: absolute;
  bottom: -150px;
  text-align: center;
  color: white;
  font-size: 2.5em;
  font-weight: bold;
  z-index: 3;
}

body.has-featured-image.single-post .wp-block-post-featured-image {
  margin-top: calc(2.5 * var(--wp--custom--gap--baseline)) !important;
  margin-bottom: calc(var(--wp--custom--gap--baseline)) !important;
}

body.single-post.dssg-project .post-title-group .wp-block-column,
body.single-post:not(.has-featured-image) .post-title-group .wp-block-column {
  flex-basis: 100% !important;
}
body.single-post.dssg-project .post-title-group .wp-block-column:first-of-type,
body.single-post:not(.has-featured-image) .post-title-group .wp-block-column:first-of-type {
  display: none;
}

.single-member .wp-block-post-title {
  font-size: 1.5em;
}
.single-member .member_info {
  display: flex;
}
.single-member .member_info .headshot {
  width: 212px;
  height: 212px;
  overflow: hidden;
  margin: 0 20px 20px 0;
  background: white;
  padding: 5px;
  border: 1px solid #ddd;
}
.single-member .member_info .headshot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-member .member_info i {
  padding-right: 8px;
}
.single-member .member_info a {
  line-height: 2em;
}

.home main,
.page-template-header-footer-only main {
  margin-top: 0;
}

.blog-head {
  margin-top: 0;
}

.bread,
.wp-block-post-title {
  max-width: 1000px !important;
  font-size: 1em;
}

.wp-site-blocks {
  background: url("../assets/white-wave-bg.jpg") no-repeat;
}

ul {
  padding-left: 20px;
}

.testimonial {
  padding: 0 !important;
  display: flex;
  align-items: center !important;
}
.testimonial .testimonial-text {
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 0;
  color: var(--wp--custom--color--primary);
}
.testimonial .testimonial-text .quote {
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 800;
}

.wp-block-navigation__container {
  gap: 20px;
}

.wp-block-cover.angle {
  position: relative;
}
.wp-block-cover.angle .wp-block-cover__inner-container {
  position: absolute;
  left: 0px;
  width: 75%;
  padding: 40px;
}
.wp-block-cover.angle .wp-block-cover__inner-container:after {
  content: "";
  background-color: rgba(54, 35, 106, 0.8);
  width: 150%;
  display: block;
  position: absolute;
  right: 0;
  left: -50%;
  top: 0;
  bottom: 0;
  transform: skewX(-18deg);
  transform-origin: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}
.wp-block-cover.angle .wp-block-cover__inner-container .wp-block-group {
  position: relative;
  color: white !important;
}

.wp-block-image.feature-link {
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wp-block-image.feature-link a {
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-image.feature-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-image.feature-link figcaption {
  position: absolute;
  left: 0px;
  width: 75%;
  padding: 20px 30px;
  bottom: 0;
  z-index: 2;
  /* height: 100%; */
  color: white;
  font-family: var(--wp--preset--font-family--heading-font);
  text-align: left;
}
.wp-block-image.feature-link figcaption:after {
  content: "";
  background-color: #36236a;
  width: 150%;
  display: block;
  position: absolute;
  right: 0;
  left: -50%;
  top: 0;
  bottom: 0;
  transform: skewX(-18deg);
  transform-origin: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.wp-block-group.page-link figure {
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
.wp-block-group.page-link figure a {
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-group.page-link figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-group.page-link figure figcaption {
  background-color: #36236a;
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 6px 30px;
  bottom: -18px;
  z-index: 2;
  /* height: 100%; */
  color: white;
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 600;
  text-align: left;
  pointer-events: none;
}
.wp-block-group.page-link p {
  font-size: 0.8em;
  margin-top: 8px;
}

.q-and-a a {
  display: block;
  margin-top: 0;
}
.q-and-a a h4 {
  width: 100%;
  margin: 8px 0 0;
  padding: 15px 0 5px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.q-and-a a h4:before {
  content: "• ";
  margin-left: -10px;
}
.q-and-a a h4:after {
  position: absolute;
  display: inline-block;
  content: "+";
  text-align: center;
  line-height: 0.8em;
  right: 0;
  border: 2px solid #36236a;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  font-weight: 600;
}
.q-and-a a h4.expand:after {
  content: "–";
  line-height: 0.7em;
}
.q-and-a p {
  margin-top: 10px;
}

h1 + .accordion,
h2 + .accordion,
h3 + .accordion,
h4 + .accordion,
h5 + .accordion,
h6 + .accordion {
  margin-top: 0;
}

.accordion > .wp-block-buttons {
  justify-content: flex-end;
}
.accordion > .wp-block-buttons .wp-block-button {
  margin-right: 0;
}
.accordion > .wp-block-buttons .wp-block-button a {
  background: #aaa !important;
  color: #333 !important;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  content: "Close All";
}
.accordion > .wp-block-buttons .wp-block-button::after {
  display: none;
}
.accordion .accordion-panel {
  margin-top: 5px;
}
.accordion .panel-heading {
  color: var(--wp--custom--color--primary);
  padding: 15px 60px 15px 15px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.accordion .panel-heading::before {
  content: "";
  position: absolute;
  right: 15px;
  border: 2px solid var(--wp--custom--color--primary);
  width: 20px;
  height: 20px;
  border-radius: 99px;
}
.accordion .panel-heading::after {
  position: absolute;
  top: 15px !important;
  right: 17px !important;
  bottom: auto !important;
  left: auto !important;
  margin-top: -2px;
  font-weight: 900;
  content: "+";
  color: var(--wp--custom--color--primary);
  width: 20px;
  height: 20px;
  border-radius: 99px;
  text-align: center;
}
.accordion .open .panel-heading::after {
  content: "–";
  margin-top: -4px;
}
.accordion .panel-content {
  margin: 10px 0 30px;
  padding: 15px 15px 0;
}

.attribution {
  border-top: 2px solid #36236a;
}
.attribution .wp-block-columns > .wp-block-column:first-of-type {
  max-width: 150px;
}
.attribution figure {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.attribution figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

div:not(.block-editor-block-list__layout) .slideshow {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
}
div:not(.block-editor-block-list__layout) .slideshow .rslides_nav {
  text-align: center;
  text-decoration: none;
  line-height: 0.6em;
  font-weight: 600;
  font-size: 1.8em;
  position: absolute;
  margin: auto;
  background: white;
  width: 28px;
  height: 28px;
  border-radius: 99px;
  z-index: 99;
  opacity: 0.8;
}
div:not(.block-editor-block-list__layout) .slideshow .rslides_nav:hover {
  opacity: 1;
}
div:not(.block-editor-block-list__layout) .slideshow .prev {
  left: 10px;
  top: 0;
  bottom: 0;
}
div:not(.block-editor-block-list__layout) .slideshow .next {
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
}
div:not(.block-editor-block-list__layout) .slideshow .wp-block-gallery {
  display: block !important;
  position: relative;
  margin: 0;
  aspect-ratio: 3/2;
}
div:not(.block-editor-block-list__layout) .slideshow .wp-block-gallery figure {
  position: absolute !important;
  height: 100%;
}
div:not(.block-editor-block-list__layout) .slideshow .wp-block-gallery figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

header {
  z-index: 99;
}
header .site-header {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  padding-bottom: 0 !important;
  background: white;
}
header .uw-header-link {
  margin-bottom: 18px;
}
header .uw-header-link a {
  display: block;
  text-indent: -9999px;
  width: 130px;
  height: 90px;
  background: url(../assets/svg/uw-sprite.svg) no-repeat 0 0 transparent;
  z-index: 1;
}
header .uw-header-link a:hover {
  background: url(../assets/svg/uw-sprite-focus.svg) no-repeat 0 0 transparent;
}
header .wp-block-navigation {
  margin-top: 13px !important;
}
header .wp-block-navigation button {
  font-weight: 800 !important;
}

footer.site-footer-container {
  background: url("../assets/footer.jpg");
  margin-left: calc(var(--wp--custom--gap--horizontal) * -1);
  margin-right: calc(var(--wp--custom--gap--horizontal) * -1);
  margin-top: 80px;
  padding-bottom: 80px;
}
footer.site-footer-container .alignfull {
  margin: 0 !important;
}
footer.site-footer-container .uw-footer-link a {
  text-align: center;
  display: block;
  width: 335px;
  background: url(../assets/svg/uw-sprite.svg) no-repeat 0 -434px transparent;
  text-indent: -9999px;
  overflow: hidden;
  margin: 50px auto 0;
}
footer.site-footer-container .uw-footer-link a:hover {
  background: url(../assets/svg/uw-sprite-focus.svg) no-repeat 0 -434px transparent;
}
footer.site-footer-container .boundless-footer-link a {
  text-align: center;
  display: block;
  width: 169px;
  background: url(../assets/boundless.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto 50px;
}
footer.site-footer-container .boundless-footer-link a:hover {
  opacity: 0.65;
}
footer.site-footer-container .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  list-style: none;
}
footer.site-footer-container .footer-links li {
  margin: 0 0px;
  white-space: no-wap;
}
footer.site-footer-container .footer-links li::after {
  content: "/";
  padding: 0 10px;
  color: white;
}
footer.site-footer-container .footer-links li:last-child::after {
  content: "";
}
footer.site-footer-container .footer-links li a {
  color: white;
}

#mc_embed_signup #mc_embed_signup_scroll {
  display: flex;
  gap: 0.125em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#mc_embed_signup #mc-embedded-subscribe-form {
  text-align: center;
  margin: 0 auto;
}
#mc_embed_signup .mc-field-group label {
  display: none;
}
#mc_embed_signup .mc-field-group #mce-EMAIL {
  font-size: 1em;
  padding: 10px;
}
#mc_embed_signup .clear #mc-embedded-subscribe {
  background: var(--wp--custom--button--color--background);
  color: white;
  font-size: 1em;
  font-family: var(--wp--preset--font-family--body-font);
  font-weight: 700;
  cursor: pointer;
  border-width: 0;
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  font-weight: var(--wp--custom--button--typography--font-weight);
}
#mc_embed_signup .clear #mc-embedded-subscribe:hover {
  background: var(--wp--custom--button--hover--color--background);
}

.events-list div {
  margin: calc(0.5 * var(--wp--style--block-gap)) 0;
}
.events-list div a {
  font-size: 1.5em;
  font-weight: 600;
  font-family: var(--wp--preset--font-family--heading-font);
}
.events-list p {
  margin: 0 !important;
}

.single-post h1.single-events-heading {
  display: none;
}

.single-event .blog-head .wp-block-cover__inner-container h1,
.single-location .blog-head .wp-block-cover__inner-container h1 {
  font-size: 2em;
}
.single-event .blog-head .wp-block-cover__inner-container h1:first-of-type,
.single-location .blog-head .wp-block-cover__inner-container h1:first-of-type {
  display: none;
}

.single-event .em-item-image {
  display: none;
}

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

body.has-featured-image .featured-image-container,
body.editor-styles-wrapper .featured-image-container {
  display: block;
}

.single .bread,
.single-event .bread,
.single-location .bread,
.page-events-seminars .bread {
  text-align: center;
  margin: 0 auto;
}

.em-item-meta h3 {
  display: none;
}

.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date.colored a {
  font-weight: 900;
  font-family: var(--wp--preset--font-family--heading-font);
  color: var(--wp--custom--color--primary) !important;
}

.recent-news .wp-block-group {
  gap: calc(0.5 * var(--wp--custom--gap--vertical));
}
.recent-news li {
  margin-block-start: calc(0.75 * var(--wp--style--block-gap));
}
.recent-news .small-square a {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  width: 120px;
}
.recent-news .small-square a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-news h2 {
  margin-top: calc(0.25 * var(--wp--custom--gap--vertical)) !important;
}

.upcoming-events > a {
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: 1.25em;
  font-weight: 800;
}

header .site-header {
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
}
header .uw-header-link {
  margin-top: 0;
  margin-bottom: 18px;
  width: 110px;
  margin-left: -10px;
}
header .uw-header-link a {
  display: block;
  width: 130px;
  height: 90px;
  background: url(../assets/svg/uw-sprite.svg) no-repeat 0 0 transparent;
  z-index: 1;
}
header .uw-header-link a:hover {
  background: url(../assets/svg/uw-sprite-focus.svg) no-repeat 0 0 transparent;
}
header .wp-block-site-logo {
  margin-bottom: 10px;
}
header .wp-block-navigation {
  margin-top: 2px !important;
}
header .wp-block-navigation button {
  font-weight: 800 !important;
}

@media (max-width: 599px) {
  .site-header {
    padding-top: 0 !important;
  }

  header .wp-block-site-logo {
    margin-top: calc(0.75 * var(--wp--custom--gap--vertical)) !important;
    margin-bottom: calc(0.75 * var(--wp--custom--gap--vertical)) !important;
    margin-left: 15px !important;
    flex-basis: 70% !important;
    text-align: center !important;
  }

  .wp-site-blocks .site-header .wp-block-site-logo img {
    width: 300px;
    height: auto;
  }

  body.has-featured-image.single .wp-block-post-featured-image {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: calc(var(--wp--custom--gap--baseline)) !important;
    margin-bottom: calc(2 * var(--wp--custom--gap--baseline)) !important;
  }
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block !important;
  }
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
    width: 100% !important;
    position: relative !important;
    z-index: auto !important;
    background-color: inherit !important;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: block !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0 !important;
  }
}
@media (min-width: 1120px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    z-index: auto !important;
    background-color: inherit !important;
    margin-right: 20px;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0 !important;
  }

  .wp-block-navigation .wp-block-navigation-item {
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 800;
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    border: none !important;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container:before {
    content: "";
    height: 3px;
    width: 85%;
    background: linear-gradient(90deg, var(--wp--custom--color--primary) 0%, white 100%);
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container a {
    color: var(--wp--custom--color--primary) !important;
    font-size: 18px;
  }

  .has-child.ancestor-menu-item {
    position: relative;
  }
  .has-child.ancestor-menu-item::after {
    content: "";
    background: linear-gradient(90deg, var(--wp--custom--color--primary) 0%, white 100%);
    width: 70%;
    height: 3px;
    position: absolute;
    bottom: 0;
  }
  .has-child.ancestor-menu-item .ancestor-menu-item {
    background: #efefef;
  }
}
#open-search svg {
  width: 32px;
  height: 32px;
  fill: var(--wp--custom--color--primary) !important;
}

.wp-block-navigation .wp-block-search {
  position: absolute;
  top: 100%;
  right: -40px;
  background: white;
  padding: 15px;
  border-top: 1px solid #ddd;
  display: none;
}

.wp-block-navigation-item__content {
  white-space: nowrap;
}

@media (max-width: 1240px) {
  .wp-block-navigation .wp-block-navigation-item {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 800;
  }

  .has-child.ancestor-menu-item {
    position: relative;
  }
  .has-child.ancestor-menu-item::after {
    content: "";
    background: linear-gradient(90deg, var(--wp--custom--color--primary) -100%, white 100%);
    width: 70%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: -1px;
  }

  .wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
    width: 0.5em;
    height: 0.5em;
    margin-left: 0.2em;
  }
}
@media (max-width: 1119px) {
  .has-child.wp-block-navigation-item {
    border-bottom: 1px #eee solid;
  }

  .wp-block-navigation-item a {
    color: var(--wp--custom--color--primary) !important;
  }

  ul.wp-block-navigation__submenu-container {
    display: flex;
    font-size: 20px;
    flex-direction: row !important;
    flex-flow: row wrap;
    column-gap: 20px !important;
  }
  ul.wp-block-navigation__submenu-container li {
    display: inline-block;
    word-break: keep-all;
    font-weight: 600 !important;
  }

  .has-child.ancestor-menu-item {
    position: relative;
  }
  .has-child.ancestor-menu-item::after {
    content: "";
    background: none;
  }

  .has-child.ancestor-menu-item > a {
    position: relative;
  }
  .has-child.ancestor-menu-item > a::after {
    content: "";
    background: linear-gradient(90deg, var(--wp--custom--color--primary) -50%, white 100%);
    width: 80%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .has-child.ancestor-menu-item .ancestor-menu-item {
    background: #efefef !important;
    padding: 0 3px;
  }

  #open-search {
    display: none;
  }

  .wp-block-navigation .wp-block-search {
    position: relative;
    top: 0;
    right: 0;
    background: white;
    padding: 0;
    border-top: 0px solid #ddd;
    display: block;
  }

  header .site-header {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (max-width: 479px) {
  .has-child.wp-block-navigation-item {
    border-bottom: 1px #eee solid;
  }

  .wp-block-navigation-item a {
    color: var(--wp--custom--color--primary) !important;
  }

  ul.wp-block-navigation__submenu-container {
    display: flex;
    font-size: 18px;
    flex-direction: column !important;
    flex-flow: row wrap;
    row-gap: 2px !important;
  }
  ul.wp-block-navigation__submenu-container li {
    display: inline-block;
    word-break: keep-all;
    font-weight: 600 !important;
  }

  .has-child.ancestor-menu-item {
    position: relative;
  }
  .has-child.ancestor-menu-item::after {
    content: "";
    background: none;
  }

  .has-child.ancestor-menu-item > a {
    position: relative;
  }
  .has-child.ancestor-menu-item > a::after {
    content: "";
    background: linear-gradient(90deg, var(--wp--custom--color--primary) -50%, white 100%);
    width: 80%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .has-child.ancestor-menu-item .ancestor-menu-item {
    background: #efefef !important;
    padding: 0 3px;
  }

  .wp-site-blocks .site-header .wp-block-site-logo img {
    width: 250px;
  }

  header .site-header {
    flex-direction: column;
    justify-content: flex-start;
  }

  header .uw-header-link {
    transform: scale(0.5);
    margin-top: 0;
    margin-bottom: 18px;
    width: 65px;
    height: 30px;
    margin-left: -20px;
  }
  .wp-site-blocks .site-header .wp-block-site-logo {
    margin: calc(0.75 * var(--wp--custom--gap--vertical)) 0 calc(0.25 * var(--wp--custom--gap--vertical)) !important;
  }

  .wp-block-navigation {
    position: static;
  }

  .wp-block-navigation__responsive-container-open {
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    padding: 1rem;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 1.5rem;
  }

  body.has-featured-image.page .wp-block-post-featured-image {
    height: 120px;
  }
  body.has-featured-image.page .page-title {
    position: relative;
    width: 100%;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
  }
  body.has-featured-image.page .page-title .bread {
    bottom: -110px;
  }
  body.has-featured-image.page .page-title .wp-block-post-title {
    bottom: -80px;
  }
}
/**
 * Elements
 * - Styles for basic HTML elemants
 */
a,
.wp-block-navigation a {
  cursor: pointer;
  text-underline-offset: 0.15em;
  text-decoration: none;
}
a:hover, a:focus,
.wp-block-navigation a:hover,
.wp-block-navigation a:focus {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

main.block-editor-block-list__layout a,
.wp-block-post a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
main.block-editor-block-list__layout a:hover, main.block-editor-block-list__layout a:focus,
.wp-block-post a:hover,
.wp-block-post a:focus {
  text-decoration: none;
}

a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
  outline: 1px dotted currentColor;
  text-decoration: none;
}

input.wp-block-search__input,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  background: var(--wp--custom--form--color--background);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  border-radius: var(--wp--custom--form--border--radius);
  box-shadow: var(--wp--custom--form--color--box-shadow);
  color: var(--wp--custom--form--color--text);
  font-family: inherit;
  padding: var(--wp--custom--form--padding);
}
input.wp-block-search__input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: var(--custom--form--color--border);
  color: var(--wp--custom--form--color--text);
  outline: 1px dotted currentcolor;
  outline-offset: 2px;
}

input[type=checkbox]:focus,
input[type=submit]:focus,
button:focus {
  outline: 1px dotted currentcolor;
  outline-offset: 2px;
}
input[type=checkbox]::placeholder,
input[type=submit]::placeholder,
button::placeholder {
  color: var(--wp--custom--form--color--text);
  opacity: 0.66;
}

select {
  font-size: 100%;
}

textarea {
  width: 100%;
}

input[type=checkbox] + label {
  display: inline;
  margin-left: 0.5em;
  line-height: 1em;
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button.wp-block-button__link,
.wp-block-button .wp-block-button__link, .wp-block-button__link.wp-block-button__link,
.wp-block-button__link .wp-block-button__link {
  border-width: 0;
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  text-decoration: none;
  font-weight: var(--wp--custom--button--typography--font-weight);
}
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus, .wp-block-button__link.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button__link.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button__link.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button__link .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button__link .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button__link .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  --wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
  --wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
  --wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  border-color: var(--wp--custom--button--border--color);
}
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg, .wp-block-button__link.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button__link.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button__link.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button__link .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button__link .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button__link .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.is-style-outline.wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline.wp-block-button__link,
.wp-block-button__link.is-style-outline .wp-block-button__link {
  --wp--custom--button--color--text: var(--wp--custom--button--border--color);
  --wp--custom--button--color--background: transparent;
  border-style: var(--wp--custom--button--border--style);
  border-width: var(--wp--custom--button--border--width);
  padding-top: var(--wp--custom--button--spacing--padding--top);
  padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
  padding-left: var(--wp--custom--button--spacing--padding--left);
  padding-right: var(--wp--custom--button--spacing--padding--right);
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus, .wp-block-button__link.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button__link.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button__link.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
.wp-block-button__link.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.wp-block-button__link.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button__link.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
  --wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
  --wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
  --wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  border-color: var(--wp--custom--button--border--color);
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg, .wp-block-button__link.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover svg, .wp-block-button__link.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus svg, .wp-block-button__link.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-button__link.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover svg,
.wp-block-button__link.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus svg,
.wp-block-button__link.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.is-style-outline.wp-block-button__link svg,
.wp-block-button.is-style-outline .wp-block-button__link svg, .wp-block-button__link.is-style-outline.wp-block-button__link svg,
.wp-block-button__link.is-style-outline .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}

.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-calendar table caption {
  color: var(--wp--custom--color--primary);
}
.wp-block-calendar table th {
  background-color: var(--wp--custom--color--tertiary);
  border-color: var(--wp--custom--color--tertiary);
}
.wp-block-calendar table td {
  color: var(--wp--custom--color--primary);
  border-color: var(--wp--custom--color--tertiary);
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: var(--wp--custom--gallery--caption--font-size);
}

.wp-block-image {
  /*
  From what I can tell the below are styles regularly used by themes
  to fix the image block.  I believe these should go into the block's
  default styles.  It's difficult to say how this will land, however
  based on discussion found in (many) related issues here:
  https://github.com/WordPress/gutenberg/issues/28923
  https://github.com/WordPress/gutenberg/issues/29506
  */
  text-align: center;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-author {
  color: var(--wp--custom--latest-posts--meta--color--text);
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  background-color: var(--wp--custom--navigation--submenu--color--background);
  border: var(--wp--custom--navigation--submenu--border--width) var(--wp--custom--navigation--submenu--border--style) var(--wp--custom--navigation--submenu--border--color);
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container a {
  color: var(--wp--custom--navigation--submenu--color--text);
}
.wp-block-navigation.is-responsive:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--custom--color--background);
  color: var(--wp--custom--color--foreground);
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}
.wp-block-navigation.is-responsive ul.wp-block-social-links {
  margin: 0;
  gap: var(--wp--custom--gap--baseline);
}
.wp-block-navigation.is-responsive .is-menu-open {
  font-size: var(--wp--preset--font-size--medium);
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation__container {
  row-gap: 0.5rem;
  align-items: flex-start;
  flex: unset;
  padding-bottom: 0;
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation-item {
  align-items: flex-start;
}
.wp-block-navigation.is-responsive .is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  font-size: var(--wp--custom--font-sizes--normal);
  padding-bottom: 0;
  padding-left: var(--wp--custom--gap--horizontal);
  padding-top: 0.5rem;
  row-gap: 0.5rem;
}
.wp-block-navigation.is-responsive .is-menu-open ul.wp-block-social-links {
  justify-content: flex-start;
}

/* Additional styling for header-minimal */
.wp-block-navigation.escienceblocktheme-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 200;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__container {
  row-gap: 1rem;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: flex-start;
  margin: 0 auto;
  max-width: 800px;
  flex-wrap: nowrap;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  row-gap: 0;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation-item > a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation-item.current-menu-item > a {
  text-decoration: underline;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  flex-grow: 1;
  justify-content: center;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container ul.wp-block-social-links {
  padding-bottom: calc(var(--wp--custom--gap--vertical) * 2);
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-minimal.is-responsive .is-menu-open.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  font-size: var(--wp--preset--font-size--medium);
}

/* Additional Styling for header-linear */
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear .wp-block-navigation-link a:hover {
  background: transparent;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear .wp-block-pages-list__item .wp-block-pages-list__item__link,
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear .wp-block-navigation-link__content {
  color: var(--wp--custom--color--foreground);
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear .wp-block-pages-list__item .wp-block-pages-list__item__link:hover,
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear .wp-block-navigation-link__content:hover {
  text-decoration: underline;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--custom--color--background);
  border-color: var(--wp--custom--color--tertiary);
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear .wp-block-navigation__mobile-menu-open-button {
  color: var(--wp--custom--color--primary);
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--custom--color--tertiary);
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item,
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item {
  font-size: var(--wp--custom--font-sizes--normal);
  line-height: 50px;
  margin: 0;
  align-items: flex-end;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-pages-list__item__link,
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation-link__content,
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-pages-list__item__link,
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-navigation-link__content {
  margin-right: 0;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container {
  gap: 0;
  padding: 0 19px 0 0;
  border-right: 1px solid var(--wp--custom--color--foreground);
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation__submenu-container .wp-block-pages-list__item__link,
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content,
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-pages-list__item__link,
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding: 0;
  font-size: var(--wp--custom--font-sizes--x-small);
  line-height: 40px;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__container {
  align-items: flex-end;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__responsive-container-content {
  flex-direction: row-reverse;
}
.wp-block-navigation.escienceblocktheme-responsive-navigation-linear.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-social-links {
  flex-direction: column;
}

p.has-drop-cap:not(:focus)::first-letter {
  font-size: var(--wp--custom--paragraph--dropcap--typography--font-size);
  font-weight: var(--wp--custom--paragraph--dropcap--typography--font-weight);
  margin: var(--wp--custom--paragraph--dropcap--margin);
}

.wp-block-post-author__name {
  font-weight: var(--wp--custom--post-author--font-weight);
}

.wp-block-post-comments label, .wp-block-post-comments .comment-meta {
  font-size: var(--wp--custom--form--label--typography--font-size);
}
.wp-block-post-comments .reply {
  margin-top: var(--wp--custom--gap--vertical);
  margin-bottom: 0;
}
.wp-block-post-comments .reply a {
  display: inline-block;
  text-decoration: underline;
}
.wp-block-post-comments .reply a:hover {
  text-decoration: none;
}
.wp-block-post-comments form {
  display: grid;
  column-gap: 1em;
  grid-template-rows: auto;
  grid-template-areas: "misc misc" "notes notes" "author author" "email url" "comment comment" "cookies-consent cookies-consent" "form-submit form-submit";
}
.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments form textarea {
  font-size: var(--wp--custom--font-sizes--normal);
  background: var(--wp--custom--color--background);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  width: 100%;
}
.wp-block-post-comments form textarea {
  vertical-align: top;
}
.wp-block-post-comments form label:not([for=wp-comment-cookies-consent]) {
  font-size: var(--wp--custom--form--label--typography--font-size);
  font-weight: var(--wp--custom--form--label--typography--font-weight);
  letter-spacing: var(--wp--custom--form--label--typography--letter-spacing);
  margin-bottom: var(--wp--custom--form--label--spacing--margin--bottom);
  text-transform: var(--wp--custom--form--label--typography--text-transform);
}
.wp-block-post-comments form p {
  margin-top: 0;
  margin-bottom: var(--wp--custom--gap--vertical);
}
.wp-block-post-comments form > * {
  grid-area: misc;
}
.wp-block-post-comments form .comment-notes {
  grid-area: notes;
}
.wp-block-post-comments form .comment-form-author {
  grid-area: author;
}
.wp-block-post-comments form .comment-form-email {
  grid-area: email;
}
.wp-block-post-comments form .comment-form-url {
  grid-area: url;
}
.wp-block-post-comments form .comment-form-comment {
  grid-area: comment;
}
.wp-block-post-comments form .comment-form-cookies-consent {
  grid-area: cookies-consent;
}
.wp-block-post-comments form .form-submit {
  grid-area: form-submit;
}
.wp-block-post-comments form .comment-form-cookies-consent input[type=checkbox] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  margin-left: 0;
}
.wp-block-post-comments form .comment-form-cookies-consent input[type=checkbox] + label {
  display: inline-block;
  line-height: calc(var(--wp--custom--form--checkbox--unchecked--sizing--height) + 2 * var(--wp--custom--form--border--width));
  margin-left: 0;
  padding-left: calc(var(--wp--custom--form--checkbox--unchecked--sizing--width) + var(--wp--custom--gap--baseline) / 1.5);
  position: relative;
}
.wp-block-post-comments form .comment-form-cookies-consent input[type=checkbox] + label::before, .wp-block-post-comments form .comment-form-cookies-consent input[type=checkbox] + label::after {
  box-sizing: border-box;
}
.wp-block-post-comments form .comment-form-cookies-consent input[type=checkbox] + ::before {
  content: var(--wp--custom--form--checkbox--unchecked--content);
  position: absolute;
  top: var(--wp--custom--form--checkbox--unchecked--position--top);
  left: var(--wp--custom--form--checkbox--unchecked--position--left);
  width: var(--wp--custom--form--checkbox--unchecked--sizing--width);
  height: var(--wp--custom--form--checkbox--unchecked--sizing--height);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
}
.wp-block-post-comments form .comment-form-cookies-consent input[type=checkbox]:checked + ::after {
  content: var(--wp--custom--form--checkbox--checked--content);
  position: absolute;
  top: var(--wp--custom--form--checkbox--checked--position--top);
  left: var(--wp--custom--form--checkbox--checked--position--left);
  width: var(--wp--custom--form--checkbox--checked--sizing--width);
  height: var(--wp--custom--form--checkbox--checked--sizing--height);
  font-size: var(--wp--custom--form--checkbox--checked--font-size);
}
.wp-block-post-comments form .comment-form-cookies-consent input[type=checkbox]:focus + ::before {
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}
.wp-block-post-comments .comment-reply-title small {
  float: right;
  font-size: 14px;
}
.wp-block-post-comments .commentlist {
  margin-bottom: calc(2 * var(--wp--style--block-gap));
}
.wp-block-post-comments .commentlist .comment p {
  font-size: var(--wp--custom--post-comment--typography--font-size);
  line-height: var(--wp--custom--post-comment--typography--line-height);
  margin-bottom: var(--wp--custom--gap--vertical);
  margin-top: var(--wp--custom--gap--vertical);
}
.wp-block-post-comments .comment-body {
  margin-bottom: calc(1.5 * var(--wp--style--block-gap));
}
.wp-block-post-comments .commentmetadata {
  margin-left: 0;
  margin-bottom: calc(0.75 * var(--wp--style--block-gap));
}
.wp-block-post-comments .comment-awaiting-moderation {
  display: inline-block;
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--custom--gap--baseline);
}

.wp-block-post-template {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote {
  text-align: var(--wp--custom--pullquote--typography--text-align);
}
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote p {
  font-size: 1em;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote blockquote cite {
  display: block;
  font-size: var(--wp--custom--pullquote--citation--typography--font-size);
  font-style: var(--wp--custom--pullquote--citation--typography--font-style);
  font-weight: var(--wp--custom--pullquote--citation--typography--font-weight);
  margin-top: var(--wp--custom--pullquote--citation--spacing--margin--top);
}
.wp-block-pullquote.is-style-solid-color.is-style-solid-color,
.wp-block-pullquote.is-style-solid-color {
  background-color: var(--wp--custom--color--foreground);
  color: var(--wp--custom--color--background);
}

div.wp-block-query-pagination {
  padding-top: 1.5em;
  justify-content: space-between;
  display: grid;
  grid-template-areas: "prev numbers next";
  grid-template-columns: 1fr 2fr 1fr;
}
@media (max-width: 599px) {
  div.wp-block-query-pagination {
    grid-template-areas: "prev next";
    grid-template-columns: 1fr 1fr;
  }
}
div.wp-block-query-pagination .wp-block-query-pagination-previous {
  justify-self: start;
  grid-area: prev;
}
div.wp-block-query-pagination .wp-block-query-pagination-next {
  justify-self: flex-end;
  grid-area: next;
}
div.wp-block-query-pagination .wp-block-query-pagination-numbers {
  grid-area: numbers;
  justify-self: center;
}
div.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
  text-decoration: underline;
}
@media (max-width: 599px) {
  div.wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: none;
  }
}

.wp-block-quote.is-style-large p,
.wp-block-quote p {
  font-style: unset;
  margin-top: 0px;
}
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite {
  font-size: var(--wp--custom--quote--citation--typography--font-size);
  font-style: var(--wp--custom--quote--citation--typography--font-style);
}

.wp-block-search {
  /* Block Styles */
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: var(--wp--custom--form--border--width);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  border-radius: var(--wp--custom--form--border--radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 var(--wp--custom--form--padding);
}
.wp-block-search .wp-block-search__input {
  padding: var(--wp--custom--form--padding);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search .wp-block-search__button {
  border-width: 0;
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: inherit;
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  border-radius: var(--wp--custom--button--border--radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button svg,
.wp-block-search .wp-block-search__button svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):hover,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):focus,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus {
  --wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
  --wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
  --wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  border-color: var(--wp--custom--button--border--color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover svg, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus svg, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):hover svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):focus svg,
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon,
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search .wp-block-search__input::placeholder {
  color: var(--wp--custom--form--color--text);
  opacity: 0.66;
}
.wp-block-search.is-style-small-search {
  --wp--custom--button--typography--font-size: calc( 0.8 * var(--wp--preset--font-size--small));
}
.wp-block-search.is-style-small-search .wp-block-search__input {
  padding: calc(0.5 * var(--wp--custom--form--padding));
}

.wp-block-separator {
  opacity: var(--wp--custom--separator--opacity);
}
.wp-block-separator:not(.is-style-wide) {
  width: var(--wp--custom--separator--width);
}
.wp-block-separator.is-style-dots {
  /*
  	We can solve this using including the Gutenberg block styles with: add_theme_support( 'wp-block-styles' )
  	but we decided not to add those styles to escienceblocktheme because of potential broad impact of those styles.
  */
  width: 100%;
}

p.wp-block-site-tagline {
  margin: 0;
}

.wp-block-file .wp-block-file__button {
  border-width: 0;
  padding-top: calc(var(--wp--custom--button--spacing--padding--top) + var(--wp--custom--button--border--width));
  padding-bottom: calc(var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
  padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
  padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
  font-weight: var(--wp--custom--button--typography--font-weight);
  font-family: inherit;
  font-size: var(--wp--custom--button--typography--font-size);
  line-height: var(--wp--custom--button--typography--line-height);
  text-decoration: none;
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  border-radius: var(--wp--custom--button--border--radius);
  display: inline-block;
}
.wp-block-file .wp-block-file__button svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus {
  --wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
  --wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
  --wp--custom--button--border--color: var(--wp--custom--button--hover--border--color);
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  border-color: var(--wp--custom--button--border--color);
}
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover svg, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus svg, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus svg {
  fill: var(--wp--custom--button--color--text);
}

.wp-block-table.is-style-stripes,
.wp-block-table {
  border-bottom: none;
}
.wp-block-table.is-style-stripes figcaption,
.wp-block-table figcaption {
  color: var(--wp--custom--color--primary);
  font-size: var(--wp--custom--table--figcaption--typography--font-size);
  text-align: center;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: calc(0.5 * var(--wp--custom--gap--vertical)) calc(0.5 * var(--wp--custom--gap--horizontal));
}

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

.wp-block-video figcaption {
  margin: var(--wp--custom--video--caption--margin);
  text-align: var(--wp--custom--video--caption--text-align);
}

.post-meta {
  row-gap: var(--wp--custom--gap--baseline) !important;
}

.is-style-post-author-icon,
.is-style-post-date-icon,
.is-style-post-category-icon,
.is-style-post-tag-icon {
  display: flex;
  flex-wrap: wrap;
}
.is-style-post-author-icon:before,
.is-style-post-date-icon:before,
.is-style-post-category-icon:before,
.is-style-post-tag-icon:before {
  align-self: center;
  content: "";
  display: inline-block;
  margin-right: calc(0.5 * var(--wp--custom--gap--baseline));
  height: 16px;
  width: 16px;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
}

.is-style-post-author-icon:before {
  -webkit-mask-image: url(svg/post-author.svg);
  mask-image: url(svg/post-author.svg);
}

.is-style-post-date-icon:before {
  -webkit-mask-image: url(svg/post-date.svg);
  mask-image: url(svg/post-date.svg);
}

.is-style-post-category-icon:before {
  -webkit-mask-image: url(svg/post-category.svg);
  mask-image: url(svg/post-category.svg);
}

.is-style-post-tag-icon:before {
  -webkit-mask-image: url(svg/post-tag.svg);
  mask-image: url(svg/post-tag.svg);
}

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