/* START WP PATTERN ACCESS */
.site-editor-php .edit-site-layout__view-mode-toggle.components-button, /* Logo that takes you back to the general editor menu */
.site-editor-php .editor-document-bar__command.components-button /* navigation bar that allows for nav between pages/layouts */ {
    pointer-events: none; /* Disable clicks */
}
.site-editor-php .editor-preview-dropdown__toggle.components-button, /* responsiveness preview */ .site-editor-php .interface-pinned-items .components-button, .site-editor-php .editor-header__settings .components-dropdown-menu {
	display: none; /* Hide */
}
.site-editor-php .wp-block-html {
	display: none; /* Prevents custom HTML blocks from showing */
}
/* END WP PATTERN ACCESS */

/* Match category lozenge to home */
.single {
  overflow-x: hidden; /* Temp to prevent scrollbar */
}
.single .wp-block-post-terms.is-style-pill a {
  border-radius: 0.5em !important;
  line-height: 1;
}
.single .content-wrapper .wp-block-post-terms.is-style-pill a {
  margin-left: 0.5rem;
}
.single .content-wrapper .wp-block-post-terms.is-style-pill {
  margin-left: -0.5rem;
}
@media (max-width: 600px) {
  .single .wp-block-post-terms.is-style-pill a {
    padding: 0.4em 0.4em 0.3em !important;
  }
}
.single .wp-block-post-terms.is-style-pill .wp-block-post-terms__separator {
  display: none;
}

/* Floating share icons */
#share,
#share-mobile {
  padding: 0;
}
@media (max-width: 600px) {
  #share,
  #share-mobile {
    top: calc(100vh - 77px) !important;
    bottom: auto;
    position: sticky;
    background-color: var(--wp--preset--color--base);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    padding: 0.5rem 0 0.75rem 0;
  }
  #share p,
  #share-mobile p {
    margin-bottom: 0.25em;
    line-height: 1.2;
  }
}
@media (min-width: 600px) {
  #share,
  #share-mobile {
    z-index: 5;
  }
  #share .wp-block-jetpack-sharing-buttons,
  #share-mobile .wp-block-jetpack-sharing-buttons {
    background: var(--wp--preset--color--base);
    border: 0.5rem solid var(--wp--preset--color--base);
    left: -0.5rem;
  }
}
#share.is-position-sticky,
#share-mobile.is-position-sticky {
  top: calc(65.43px + 1.5rem);
  position: sticky;
}
#share .wp-block-jetpack-sharing-buttons,
#share-mobile .wp-block-jetpack-sharing-buttons {
  display: inline-flex;
  gap: 0.5rem;
  margin: 0;
  top: 0;
  position: relative;
}
@media (max-width: 600px) {
  #share .wp-block-jetpack-sharing-buttons,
  #share-mobile .wp-block-jetpack-sharing-buttons {
    flex-direction: row;
  }
}
#share .jetpack-sharing-button__button,
#share-mobile .jetpack-sharing-button__button {
  border-radius: 0;
  font-size: 21px;
  margin: 0;
  padding: 0.375em;
  top: 0;
}
#share .jetpack-sharing-button__button svg,
#share-mobile .jetpack-sharing-button__button svg {
  height: 1em;
  width: 1em;
}
#share + div,
#share-mobile + div {
  margin-top: 0;
}

.content-wrapper {
  justify-content: space-between !important;
}
@media (max-width: 600px) {
  .content-wrapper {
    display: block !important;
  }
}

@media (max-width: 600px) {
  #share-mobile + * {
    margin-top: -77px !important;
  }
}
/* Override inline styles */
.wp-block-post-content,
.wp-block-term-description {
  color: var(--wp--preset--color--contrast);
}
.wp-block-post-content *,
.wp-block-term-description * {
  color: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  text-align: left !important;
  text-decoration: none !important;
}
.wp-block-post-content strong,
.wp-block-term-description strong {
  font-weight: 800 !important;
}
.wp-block-post-content em,
.wp-block-term-description em {
  font-style: italic !important;
}
.wp-block-post-content a:not(.wp-block-button__link),
.wp-block-term-description a:not(.wp-block-button__link) {
  text-decoration: underline !important;
}
.wp-block-post-content hr,
.wp-block-term-description hr {
  display: none;
}
.wp-block-post-content .wp-block-heading,
.wp-block-term-description .wp-block-heading {
  display: block !important;
  margin-top: 2.25rem;
}
.wp-block-post-content .wp-block-heading::after,
.wp-block-term-description .wp-block-heading::after {
  display: none !important;
}
@media (max-width: 600px) {
  .wp-block-post-content a,
  .wp-block-term-description a {
    font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.306, 1.12rem) !important;
    word-break: break-all;
  }
}
.wp-block-post-content h2,
.wp-block-term-description h2 {
  font-size: clamp(1.48rem, 1.48rem + (1vw - 0.2rem) * 0.813, 2rem) !important;
  font-weight: 800 !important;
}
.wp-block-post-content h3,
.wp-block-term-description h3 {
  font-size: var(--wp--preset--font-size--large) !important;
  font-weight: 800 !important;
}
.wp-block-post-content h4,
.wp-block-term-description h4 {
  font-size: clamp(1.1rem, 1.1rem + (1vw - 0.2rem) * 0.767, 1.5rem) !important;
  font-weight: 800 !important;
}
.wp-block-post-content .wp-block-pullquote,
.wp-block-term-description .wp-block-pullquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0 0 0 0;
}
.wp-block-post-content .wp-block-pullquote blockquote,
.wp-block-term-description .wp-block-pullquote blockquote {
  margin: 0;
  padding-left: 1.5rem;
}
.wp-block-post-content .wp-block-pullquote blockquote strong,
.wp-block-term-description .wp-block-pullquote blockquote strong {
  font-weight: inherit !important;
}
.wp-block-post-content .wp-block-pullquote blockquote p,
.wp-block-term-description .wp-block-pullquote blockquote p {
  font-size: clamp(1.1rem, 1.1rem + (1vw - 0.2rem) * 0.767, 1.5rem) !important;
  font-weight: 600 !important;
  font-style: italic !important;
  line-height: 1.2 !important;
}
.wp-block-post-content .wp-block-pullquote blockquote cite,
.wp-block-term-description .wp-block-pullquote blockquote cite {
  font-weight: 800 !important;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.306, 1.12rem) !important;
  display: block;
  font-style: normal !important;
  margin-top: 1rem;
}
.wp-block-post-content > blockquote,
.wp-block-term-description > blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  font-size: clamp(1.1rem, 1.1rem + (1vw - 0.2rem) * 0.767, 1.5rem) !important;
  font-weight: 600 !important;
  font-style: italic !important;
  line-height: 1.2 !important;
}
.wp-block-post-content > blockquote *,
.wp-block-term-description > blockquote * {
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  line-height: inherit !important;
}
.wp-block-post-content p:has(img), .wp-block-post-content div:has(img), .wp-block-post-content div:has(iframe), .wp-block-post-content p:has(iframe), .wp-block-post-content p:has(.wp-embedded-content), .wp-block-post-content h5:has(img),
.wp-block-term-description p:has(img),
.wp-block-term-description div:has(img),
.wp-block-term-description div:has(iframe),
.wp-block-term-description p:has(iframe),
.wp-block-term-description p:has(.wp-embedded-content),
.wp-block-term-description h5:has(img) {
  text-align: center !important;
}
.wp-block-post-content figure,
.wp-block-term-description figure {
  max-width: 100%;
}
.wp-block-post-content img,
.wp-block-term-description img {
  display: block !important;
}
.wp-block-post-content img + em,
.wp-block-term-description img + em {
  display: block !important;
  text-align: center !important;
}

@media (max-width: 600px) {
  .single .featured .wp-block-post-terms {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
/* Images */
.single {
  /* Captions underneath featured images */
}
.single .wp-block-post-content p a img {
  margin-top: 0.5rem !important;
}
.single .wp-block-post-content figure:not(.wp-block-pullquote) {
  margin-top: 1.5rem;
}
@media (max-width: 600px) {
  .single .wp-block-post-content figure:not(.wp-block-pullquote) {
    margin-bottom: 1.5rem;
  }
}
.single .wp-block-post-content figure:not(.wp-block-pullquote):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}
.single .wp-block-post-content figure:not(.wp-block-pullquote) figcaption {
  color: var(--wp--preset--color--contrast-2) !important;
  font-size: 0.8rem !important;
  font-style: italic !important;
  margin-bottom: 0 !important;
  margin-top: 0.25em;
}
.single .wp-block-post-content figure:not(.wp-block-pullquote) + em {
  margin-top: 1.5rem !important;
}
@media (min-width: 600px) {
  .single .wp-block-post-content figure:not(.wp-block-pullquote).alignleft {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    display: inline-block !important;
  }
  .single .wp-block-post-content figure:not(.wp-block-pullquote).alignright {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    display: inline-block !important;
  }
}
.single .wp-block-post-featured-image figcaption {
  color: var(--wp--preset--color--contrast-2) !important;
  font-size: 0.8rem !important;
  font-style: italic !important;
  margin-bottom: 0 !important;
  margin-top: 0.25em !important;
}
.single .wp-block-post-featured-image figcaption a {
  display: inline;
}

.single .wp-block-post-content .g img {
  margin-top: 0;
  margin-bottom: 0;
}

/* Injected ads */
.single-post .wp-block-post-content .g {
  background-color: var(--wp--preset--color--base-2);
  box-shadow: 0 0 0 100vmax var(--wp--preset--color--base-2);
  clip-path: inset(0 -100vmax);
  display: flex;
  gap: calc(var(--wp--preset--spacing--30) * 1.2) !important;
  max-width: var(--wp--style--global--wide-size);
  overflow-x: hidden;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  margin-top: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--30);
}
@media (max-width: 600px) {
  .single-post .wp-block-post-content .g {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 600px) {
  .single-post .wp-block-post-content .g {
    flex-direction: row;
    left: 50%;
    transform: translateX(calc(-50% - 1.5rem));
    width: 100dvw;
  }
}
@media (min-width: 600px) and (max-width: 1600px) {
  .single-post .wp-block-post-content .g {
    padding-right: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--40);
  }
}
@media (max-width: 600px) {
  .single-post .wp-block-post-content .g .g-col {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .single-post .wp-block-post-content .g .g-col {
    max-width: 50%;
  }
}
.single-post .wp-block-post-content .g .g-col a {
  width: 100%;
  display: block;
}
.single-post .wp-block-post-content .g .g-col img {
  width: 675px;
  max-width: 100%;
  height: auto;
}

/* Embeds */
.single p + iframe {
  margin-top: 1.5rem !important;
}
.single .wp-block-post-content iframe {
  max-width: 100%;
}
.single .wp-block-post-content > p:has(iframe[src^="https://www.youtube.com"]), .single .wp-block-post-content > div:has(iframe[src^="https://www.youtube.com"]), .single .wp-block-post-content > p:has(iframe[src^="https://player.vimeo.com"]), .single .wp-block-post-content > div:has(iframe[src^="https://player.vimeo.com"]), .single .wp-block-post-content > p:has(iframe[src^="https://www.google.com/maps"]), .single .wp-block-post-content > div:has(iframe[src^="https://www.google.com/maps"]) {
  position: relative;
  padding-top: 56.25%; /* 16:9 ratio */
}
.single .wp-block-post-content > p iframe[src^="https://www.youtube.com"], .single .wp-block-post-content > div iframe[src^="https://www.youtube.com"], .single .wp-block-post-content > p iframe[src^="https://player.vimeo.com"], .single .wp-block-post-content > div iframe[src^="https://player.vimeo.com"], .single .wp-block-post-content > p iframe[src^="https://www.google.com/maps"], .single .wp-block-post-content > div iframe[src^="https://www.google.com/maps"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

/* Title */
@media (max-width: 600px) {
  .single .wp-block-post-title,
  .page .wp-block-post-title {
    text-align: left !important;
    max-width: none !important;
  }
}
@media (max-width: 600px) {
  .single .wp-block-post-content h3:is(:has(a)),
  .single .wp-block-post-content h3:is(:has(a)) * {
    font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.306, 1.12rem) !important;
  }
}
.editor-styles-wrapper h1 {
  font-size: clamp(1.665rem, 1.665rem + (1vw - 0.2rem) * 0.813, 2.25rem) !important;
  line-height: 1.2;
}

.wp-block-image.alignright img,
.wp-block-image.alignleft img {
  max-width: 388px;
}

.wp-caption-dd {
  color: var(--wp--preset--color--contrast-2) !important;
  font-size: 0.8rem !important;
  font-style: italic !important;
  margin-bottom: 0 !important;
  margin-top: 0.25em;
}/*# sourceMappingURL=admin-style.css.map */