@charset "UTF-8";
/**
 * Restrict sizing to the page width in all browsers (opinionated).
 */
:where(iframe, img, input, video, select, textarea) {
  height: auto;
  max-width: 100%;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
:where(button, input, select, textarea) {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(select) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Don't show the arrow for multiple choice selects
 */
:where(select[multiple]) {
  background-image: none;
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
:where([type=color i], [type=range i]) {
  border-width: 0;
  padding: 0;
}

/*
 * 1. Remove animations when motion is reduced (opinionated).
 * 2. Remove fixed background attachments when motion is reduced (opinionated).
 * 3. Remove timed scrolling behaviors when motion is reduced (opinionated).
 * 4. Remove transitions when motion is reduced (opinionated).
 */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important; /* 1 */
    animation-duration: 1ms !important; /* 1 */
    animation-iteration-count: 1 !important; /* 1 */
    background-attachment: initial !important; /* 2 */
    scroll-behavior: auto !important; /* 3 */
    transition-delay: 0s !important; /* 4 */
    transition-duration: 0s !important; /* 4 */
  }
}
/**
 * Add the correct system-ui font-family in Firefox.
 */
@font-face {
  font-family: system-ui;
  src: local(".AppleSystemUIFont"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("HelveticaNeue");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  src: local(".AppleSystemUIFont"), local("Segoe UI Italic"), local("Ubuntu-Italic"), local("Roboto-Italic"), local("HelveticaNeue-Italic");
}
@font-face {
  font-family: system-ui;
  font-weight: bold;
  src: local(".AppleSystemUIFont"), local("Segoe UI Bold"), local("Ubuntu-Bold"), local("Roboto-Bold"), local("HelveticaNeue-Bold");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: bold;
  src: local(".AppleSystemUIFont"), local("Segoe UI Bold Italic"), local("Ubuntu-BoldItalic"), local("Roboto-BoldItalic"), local("HelveticaNeue-BoldItalic");
}
/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: ui-monospace, "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Add the correct system-ui font-family in Chrome, Edge, and Firefox.
 */
@font-face {
  font-family: ui-monospace;
  src: local(".AppleSystemUIFontMonospaced-Regular"), local("Segoe UI Mono"), local("UbuntuMono"), local("Roboto-Mono"), local("Menlo");
}
@font-face {
  font-family: ui-monospace;
  font-style: italic;
  src: local(".AppleSystemUIFontMonospaced-RegularItalic"), local("Segoe UI Mono Italic"), local("UbuntuMono-Italic"), local("Roboto-Mono-Italic"), local("Menlo-Italic");
}
@font-face {
  font-family: ui-monospace;
  font-weight: bold;
  src: local(".AppleSystemUIFontMonospaced-Bold"), local("Segoe UI Mono Bold"), local("UbuntuMono-Bold"), local("Roboto-Mono-Bold"), local("Menlo-Bold");
}
@font-face {
  font-family: ui-monospace;
  font-style: italic;
  font-weight: bold;
  src: local(".AppleSystemUIFontMonospaced-BoldItalic"), local("Segoe UI Mono Bold Italic"), local("UbuntuMono-BoldItalic"), local("Roboto-Mono-BoldItalic"), local("Menlo-BoldItalic");
}
* {
  box-sizing: border-box;
}

.background-alto,
.has-alto-background-color {
  background-color: #ddd;
}

.color-alto,
.has-alto-color {
  color: #ddd;
}

.wp-block-button__link.has-text-color.has-alto-color {
  color: #ddd;
}

.fill-alto {
  fill: #ddd;
}

.background-black,
.has-black-background-color {
  background-color: #000;
}

.color-black,
.has-black-color {
  color: #000;
}

.wp-block-button__link.has-text-color.has-black-color {
  color: #000;
}

.fill-black {
  fill: #000;
}

.background-blue,
.has-blue-background-color {
  background-color: #046095;
}

.color-blue,
.has-blue-color {
  color: #046095;
}

.wp-block-button__link.has-text-color.has-blue-color {
  color: #046095;
}

.fill-blue {
  fill: #046095;
}

.background-cod-gray,
.has-cod-gray-background-color {
  background-color: #111;
}

.color-cod-gray,
.has-cod-gray-color {
  color: #111;
}

.wp-block-button__link.has-text-color.has-cod-gray-color {
  color: #111;
}

.fill-cod-gray {
  fill: #111;
}

.background-dove-gray,
.has-dove-gray-background-color {
  background-color: #666;
}

.color-dove-gray,
.has-dove-gray-color {
  color: #666;
}

.wp-block-button__link.has-text-color.has-dove-gray-color {
  color: #666;
}

.fill-dove-gray {
  fill: #666;
}

.background-gallery,
.has-gallery-background-color {
  background-color: #eee;
}

.color-gallery,
.has-gallery-color {
  color: #eee;
}

.wp-block-button__link.has-text-color.has-gallery-color {
  color: #eee;
}

.fill-gallery {
  fill: #eee;
}

.background-gray-alt,
.has-gray-alt-background-color {
  background-color: #929292;
}

.color-gray-alt,
.has-gray-alt-color {
  color: #929292;
}

.wp-block-button__link.has-text-color.has-gray-alt-color {
  color: #929292;
}

.fill-gray-alt {
  fill: #929292;
}

.background-gray,
.has-gray-background-color {
  background-color: #686868;
}

.color-gray,
.has-gray-color {
  color: #686868;
}

.wp-block-button__link.has-text-color.has-gray-color {
  color: #686868;
}

.fill-gray {
  fill: #686868;
}

.background-light-yellow,
.has-light-yellow-background-color {
  background-color: #fff9c0;
}

.color-light-yellow,
.has-light-yellow-color {
  color: #fff9c0;
}

.wp-block-button__link.has-text-color.has-light-yellow-color {
  color: #fff9c0;
}

.fill-light-yellow {
  fill: #fff9c0;
}

.background-mineshaft,
.has-mineshaft-background-color {
  background-color: #333;
}

.color-mineshaft,
.has-mineshaft-color {
  color: #333;
}

.wp-block-button__link.has-text-color.has-mineshaft-color {
  color: #333;
}

.fill-mineshaft {
  fill: #333;
}

.background-red,
.has-red-background-color {
  background-color: #d00505;
}

.color-red,
.has-red-color {
  color: #d00505;
}

.wp-block-button__link.has-text-color.has-red-color {
  color: #d00505;
}

.fill-red {
  fill: #d00505;
}

.background-silver-chalice,
.has-silver-chalice-background-color {
  background-color: #aaa;
}

.color-silver-chalice,
.has-silver-chalice-color {
  color: #aaa;
}

.wp-block-button__link.has-text-color.has-silver-chalice-color {
  color: #aaa;
}

.fill-silver-chalice {
  fill: #aaa;
}

.background-silver,
.has-silver-background-color {
  background-color: #ccc;
}

.color-silver,
.has-silver-color {
  color: #ccc;
}

.wp-block-button__link.has-text-color.has-silver-color {
  color: #ccc;
}

.fill-silver {
  fill: #ccc;
}

.background-tundora,
.has-tundora-background-color {
  background-color: #454545;
}

.color-tundora,
.has-tundora-color {
  color: #454545;
}

.wp-block-button__link.has-text-color.has-tundora-color {
  color: #454545;
}

.fill-tundora {
  fill: #454545;
}

.background-white,
.has-white-background-color {
  background-color: #fff;
}

.color-white,
.has-white-color {
  color: #fff;
}

.wp-block-button__link.has-text-color.has-white-color {
  color: #fff;
}

.fill-white {
  fill: #fff;
}

.background-whitesmoke,
.has-whitesmoke-background-color {
  background-color: #fafafa;
}

.color-whitesmoke,
.has-whitesmoke-color {
  color: #fafafa;
}

.wp-block-button__link.has-text-color.has-whitesmoke-color {
  color: #fafafa;
}

.fill-whitesmoke {
  fill: #fafafa;
}

* {
  box-sizing: border-box;
}

.screen-reader-text {
  height: 0.0625rem;
  width: 0.0625rem;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  padding: 0.9375rem 1.4375rem 0.875rem;
  height: auto;
  width: auto;
  background-color: #fafafa;
  border-radius: 3px;
  box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.5);
  clip: auto;
  color: #046095;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  left: 0.3125rem;
  line-height: normal;
  text-decoration: none;
  top: 0.3125rem;
  z-index: 100000;
}

.alignleft {
  margin: 0 1.5rem 0 0;
  display: block;
  float: left;
}

.alignright {
  margin: 0 0 0 1.5rem;
  display: block;
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

:root {
  --white-space: (100% - 100vw + var(--scrollbar-width, 15px));
}

.alignwide {
  margin-left: calc(var(--white-space) / 6);
  margin-right: calc(var(--white-space) / 6);
}

.alignfull {
  margin-left: calc(var(--white-space) / 2);
  margin-right: calc(var(--white-space) / 2);
}

embed,
iframe,
object {
  max-width: 100%;
}

hr {
  margin: 0 0 1.5rem;
  height: 1px;
  width: auto;
  background-color: #ccc;
  border: 0;
}

figure {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0 0 1.5rem 1.875rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem 0;
}

table {
  margin: 0 0 1.5rem;
  height: auto;
  width: 100%;
}

th {
  font-weight: 700;
}

th.rotate {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

.litugricalColor {
  color: var(--font-color);
}

.litugricalColor.colorWhite {
  background: var(--liturgical-color-white);
  border-color: var(--liturgical-color-white);
}

.litugricalColor.colorGreen {
  background: var(--liturgical-color-green);
  border-color: var(--liturgical-color-green);
}

.litugricalColor.colorRed {
  background: var(--liturgical-color-red);
  border-color: var(--liturgical-color-red);
  color: var(--font-color-inverse);
}

.litugricalColor.colorViolet {
  background: var(--liturgical-color-violet);
  border-color: var(--liturgical-color-violet);
  color: var(--font-color-inverse);
}

.litugricalColor.colorPink {
  background: var(--liturgical-color-pink);
  border-color: var(--liturgical-color-pink);
}

.litugricalColor.colorBlack {
  background: #3c3c3c;
  border-color: #3c3c3c;
  color: var(--font-color-inverse);
}

a:not(.button) {
  color: var(--link-color);
  opacity: 1;
  transition: opacity 150ms ease-in-out;
  text-decoration: underline;
  text-decoration-color: var(--link-underline);
}

a:not(.button):visited {
  color: var(--link-color);
}

a:not(.button):hover, a:not(.button):active {
  color: var(--link-hover);
  text-decoration-style: dashed;
  text-decoration-color: var(--link-color);
}

a:not(.button):focus {
  color: var(--link-focus);
  text-decoration: none;
}

a.button {
  display: inline-block;
  color: var(--link-button-color);
  background-color: transparent;
  border: 3px solid var(--link-button-border);
  font-family: gitan-latin, sans-serif;
  font-weight: 600;
  line-height: 1.1em;
  outline: none;
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  margin: 0.4rem 0.4rem;
  transition: 0.3s;
}

a.button.full-width {
  width: 100%;
  margin: 0.4rem 0;
  text-align: center;
}

a.button svg {
  display: inline-block;
  height: 1em;
}

a.button svg.colorized * {
  fill: var(--link-button-color);
}

a.button.font-colored {
  color: var(--font-color);
  border-color: var(--font-color);
}

a.button.font-colored svg.colorized * {
  fill: var(--font-color);
}

a.button[href]:not(.disabled):hover, a.button[href]:not(.disabled):focus, a.button[href]:not(.disabled):active {
  padding: 0.6rem 0.8rem;
  margin: 0.2rem 0.2rem;
  background: var(--link-button-background-hover);
  color: var(--link-button-color-hover);
  animation: button-glow-accent 0.75s;
  animation-fill-mode: both;
}

a.button[href]:not(.disabled):hover.full-width, a.button[href]:not(.disabled):focus.full-width, a.button[href]:not(.disabled):active.full-width {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-left: 0;
  margin-right: 0;
}

a.button[href]:not(.disabled):hover svg.colorized *, a.button[href]:not(.disabled):focus svg.colorized *, a.button[href]:not(.disabled):active svg.colorized * {
  fill: var(--link-button-color-hover);
}

a.button[href]:not(.disabled):hover.font-colored, a.button[href]:not(.disabled):focus.font-colored, a.button[href]:not(.disabled):active.font-colored {
  background: var(--font-color);
  animation: button-glow-font-color 0.75s;
  animation-fill-mode: both;
}

a.button[href]:not(.disabled):hover.font-colored svg.colorized *, a.button[href]:not(.disabled):focus.font-colored svg.colorized *, a.button[href]:not(.disabled):active.font-colored svg.colorized * {
  fill: var(--link-button-color-hover);
}

a.button.disabled, a.button:not([href]) {
  background: var(--button-color-transparent);
  border-color: transparent;
  color: var(--button-disabled-color);
  cursor: default;
}

@keyframes button-glow-accent {
  from {
    box-shadow: 0 0 0 var(--link-button-background-hover);
  }
  to {
    box-shadow: 0 0 1rem var(--link-button-background-hover);
  }
}
@keyframes button-glow-font-color {
  from {
    box-shadow: 0 0 0 var(--font-color);
  }
  to {
    box-shadow: 0 0 1rem var(--font-color);
  }
}
.social-media-icons a {
  border: none;
}

.social-media-icons svg * {
  transition: all 0.15s ease-in-out;
}

.social-media-icons a:not(:hover, :focus, :active) * {
  fill: var(--color-accent);
}

.social-media-icons a:not(:hover, :focus, :active) .yt-st0,
.social-media-icons a:not(:hover, :focus, :active) .tt-st2,
.social-media-icons a:not(:hover, :focus, :active) .tt-st1,
.social-media-icons a:not(:hover, :focus, :active) .fb-st1 {
  opacity: 0;
}

.social-media-icons a:not(:hover, :focus, :active) #tiktok-logo .monochrome {
  opacity: 1;
}

.social-media-icons a:not(:hover, :focus, :active) #tiktok-logo .full-color {
  opacity: 0;
}

body.dark .social-media-icons a:hover #tiktok-logo .tt-st2,
body.dark .social-media-icons a:hover #threads-logo .thr-st0, body.dark .social-media-icons a:focus #tiktok-logo .tt-st2,
body.dark .social-media-icons a:focus #threads-logo .thr-st0, body.dark .social-media-icons a:active #tiktok-logo .tt-st2,
body.dark .social-media-icons a:active #threads-logo .thr-st0 {
  fill: var(--font-color);
}

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

.img-caption {
  margin: 0 0 1.5rem;
  max-width: 100%;
}

.img-caption img[class*=wp-image-] {
  margin: 0 auto;
  display: block;
}

.img-caption.aligncenter {
  margin: 0 auto 1.5rem;
}

.img-caption.alignleft {
  margin-right: 1.5rem;
}

.img-caption.alignright {
  margin-left: 1.5rem;
}

.img-caption .img-caption-text {
  margin: 0.75rem 0;
}

.img-caption-text {
  text-align: center;
}

.gallery {
  margin: 0 0 1.5rem;
}

.gallery-item {
  height: auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.fluid-embed,
.is-provider-wistia-inc {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.fluid-embed embed,
.fluid-embed object,
.fluid-embed iframe,
.is-provider-wistia-inc embed,
.is-provider-wistia-inc object,
.is-provider-wistia-inc iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.jetpack-video-wrapper {
  margin-left: -2.1875rem;
  max-width: calc(100% + 70px);
  width: calc(100% + 70px);
}

@media screen and (min-width: 900px) {
  .jetpack-video-wrapper {
    margin-left: -7.1875rem;
    max-width: calc(100% + 230px);
    width: calc(100% + 230px);
  }
}
.image-as-background {
  overflow: hidden;
  position: relative;
}

.video-background,
.image-background {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  display: block;
  transform: translateY(-50%);
  z-index: -1;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video-background,
  .image-background {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.video-background {
  -o-object-position: center top;
     object-position: center top;
}

.image-background {
  -o-object-position: center center;
     object-position: center center;
}

.image-background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ie .video-background,
.edge .video-background {
  height: auto;
}

.svg-defs {
  display: none;
}

html {
  font-size: 18px;
}

body,
button,
input,
select,
textarea {
  -moz-font-feature-settings: "liga", "kern";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: var(--font-color);
  font-family: adobe-jenson-pro, serif;
  font-feature-settings: "liga", "kern";
  font-size: 18px;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
}

:root {
  --background-color: #ffffff;
  --content-background-color: #fff;
  --navigation-background: #fff;
  --navigation-border: #929292;
  --color-gray: #686868;
  --color-accent: #a95617;
  --color-accent-lite: hsl(25.89, 43.4514285714%, 65.8875%);
  --color-accent-dark: hsl(25.89, 114.06%, 25.1%);
  --color-success: #2e6900;
  --font-color: #000;
  --font-color-inverse: #fff;
  --font-gray-color: #ddd;
  --font-red-color: #d00505;
  --badge-background: #d00505;
  --badge-color: #fff;
  --liturgical-color-green: #2e6900;
  --liturgical-color-green-lite: rgba(46, 105, 0, 0.5);
  --liturgical-color-violet: #881388;
  --liturgical-color-violet-lite: rgba(136, 19, 136, 0.5);
  --liturgical-color-red: #d00505;
  --liturgical-color-red-lite: rgba(208, 5, 5, 0.5);
  --liturgical-color-pink: #ffbdc9;
  --liturgical-color-white: #f8f5ec;
  --liturgical-color-black: #3c3c3c;
  --code-text: #000;
  --code-background: #eeeeee;
  --code-tabs: #929292;
  --link-color: #046095;
  --link-underline: #929292;
  --link-visited: #046095;
  --link-hover: #046095;
  --link-focus: #046095;
  --link-button-color: #a95617;
  --link-button-color-hover: #fff;
  --link-button-border: #a95617;
  --link-button-background-hover: #a95617;
  --form-field-text: #000;
  --form-accent-gray: #ddd;
  --form-focus: #ddd;
  --form-required: #d00505;
  --form-comment-background: #eeeeee;
  --form-error: #d00505;
  --form-error-background: #ffcccc;
  --form-disabled: #eeeeee;
  --form-disabled-accent: #ddd;
  --form-submit-background: #a95617;
  --button-color: #fff;
  --button-color-hover: #22314e;
  --button-background: #a95617;
  --button-background-hover: hsl(25.89, 43.4514285714%, 65.8875%);
  --button-disabled-color: #fff;
  --button-color-transparent: rgba(0, 0, 0, 0.5);
  --button-disabled-color-transparent: rgba(255, 255, 255, 0.5);
  --cutout-color: #fff;
  --cutout-background: #000;
  --cutout-blend-mode: multiply;
}

body.dark {
  --background-color: #000;
  --content-background-color: #000;
  --navigation-background: hsl(30, 13%, 10%);
  --navigation-border: #929292;
  --color-gray: #686868;
  --color-accent: #a95617;
  --color-accent-lite: hsl(25.89, 43.4514285714%, 65.8875%);
  --color-accent-dark: hsl(25.89, 114.06%, 25.1%);
  --color-success: #2e6900;
  --font-color: #fff;
  --font-form-color: #111;
  --font-gray-color: #707070;
  --font-red-color: #d00505;
  --badge-background: #d00505;
  --badge-color: #000;
  --code-text: #fff;
  --code-background: #1d1c1c;
  --code-tabs: #929292;
  --link-color: #cfdfff;
  --link-underline: #929292;
  --link-visited: #cfdfff;
  --link-hover: #cfdfff;
  --link-focus: #cfdfff;
  --link-button-color: #a95617;
  --link-button-color-hover: #000;
  --link-button-border: #a95617;
  --link-button-background-hover: #a95617;
  --form-field-text: #000;
  --form-accent-gray: #707070;
  --form-focus: #707070;
  --form-required: #d00505;
  --form-comment-background: #1d1c1c;
  --form-error: #d00505;
  --form-error-background: #d00505;
  --form-disabled: #1d1c1c;
  --form-disabled-accent: #ddd;
  --form-submit-background: #a95617;
  --button-color: #fff;
  --button-disabled-color: #000;
  --button-color-transparent: rgba(255, 255, 255, 0.5);
  --button-disabled-color-transparent: rgba(0, 0, 0, 0.5);
  --cutout-color: #000;
  --cutout-background: #fff;
  --cutout-blend-mode: screen;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #000;
    --content-background-color: #000;
    --navigation-background: hsl(30, 13%, 10%);
    --navigation-border: #929292;
    --color-gray: #686868;
    --color-accent: #a95617;
    --color-accent-lite: hsl(25.89, 43.4514285714%, 65.8875%);
    --color-accent-dark: hsl(25.89, 114.06%, 25.1%);
    --color-success: #2e6900;
    --font-color: #fff;
    --font-form-color: #111;
    --font-gray-color: #707070;
    --font-red-color: #d00505;
    --badge-background: #d00505;
    --badge-color: #000;
    --code-text: #fff;
    --code-background: #1d1c1c;
    --code-tabs: #929292;
    --link-color: #cfdfff;
    --link-underline: #929292;
    --link-visited: #cfdfff;
    --link-hover: #cfdfff;
    --link-focus: #cfdfff;
    --link-button-color: #a95617;
    --link-button-color-hover: #000;
    --link-button-border: #a95617;
    --link-button-background-hover: #a95617;
    --button-color: #fff;
    --button-disabled-color: #000;
    --button-color-transparent: rgba(255, 255, 255, 0.5);
    --button-disabled-color-transparent: rgba(0, 0, 0, 0.5);
    --cutout-color: #000;
    --cutout-background: #fff;
    --cutout-blend-mode: screen;
  }
}
h1,
.h1 {
  font-weight: 500;
  font-family: adobe-jenson-pro, serif;
  margin-top: 1.75em;
  margin-bottom: 0;
  line-height: 1.2em;
}

h2,
.h2 {
  font-weight: 500;
  font-family: adobe-jenson-pro, serif;
  margin-top: 1.75em;
  margin-bottom: 0;
  line-height: 1.2em;
}

h3, blockquote,
q,
.h3 {
  font-weight: 500;
  font-family: adobe-jenson-pro, serif;
  margin-top: 1.75em;
  margin-bottom: 0;
  line-height: 1.2em;
}

h4, h6,
.h6, h5,
.h5,
.h4 {
  font-weight: 500;
  font-family: adobe-jenson-pro, serif;
  margin-top: 1.75em;
  margin-bottom: 0;
  line-height: 1.2em;
}

h5,
.h5 {
  font-weight: 500;
  font-family: adobe-jenson-pro, serif;
  margin-top: 1.75em;
  margin-bottom: 0;
  line-height: 1.2em;
}

h6,
.h6 {
  font-weight: 500;
  font-family: adobe-jenson-pro, serif;
  margin-top: 1.75em;
  margin-bottom: 0;
  line-height: 1.2em;
}

h1,
.h1,
.text-large {
  font-size: 3.5rem;
}

h2,
.h2 {
  font-size: 2.7rem;
}

h3, blockquote,
q,
.h3 {
  font-size: 2.4rem;
}

h4, h6,
.h6, h5,
.h5,
.h4,
.text-medium {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-weight: 700;
  font-style: italic;
}

h6,
.h6 {
  font-style: italic;
}

.liturgical-fill-white {
  background: var(--liturgical-color-white);
  color: var(--liturgical-color-black);
}

.liturgical-fill-green {
  background: var(--liturgical-color-green);
  color: var(--background-color);
}

.liturgical-fill-violet {
  background: var(--liturgical-color-violet);
  color: var(--background-color);
}

.liturgical-fill-red {
  background: var(--liturgical-color-red);
  color: var(--background-color);
}

.liturgical-fill-pink {
  background: var(--liturgical-color-pink);
  color: var(--liturgical-color-black);
}

.liturgical-fill-black {
  background: var(--liturgical-color-black);
  color: var(--liturgical-color-white);
}

p {
  margin: 0 0 1.5rem;
}

p:last-child {
  margin: 0;
}

.text-huge {
  font-size: 6rem;
}

.text-normal {
  font-size: 1rem;
}

.text-small {
  font-size: 0.8rem;
}

.text-tiny {
  font-size: 0.5rem;
}

b,
strong {
  font-weight: 700;
}

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

blockquote,
q {
  margin: 0 1.5rem 1.5rem;
  font-style: italic;
  quotes: '" "';
}

blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

blockquote {
  border-left: 4px solid var(--font-gray-color);
  font-style: italic;
  margin-left: 0;
  padding-left: 1.25rem;
}

blockquote:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.as-narrative {
  margin: 0 0 1.5rem;
  line-height: 1.3em;
  text-align: justify;
  text-justify: inter-word;
  text-indent: 0;
}

.as-narrative.dropcap .spacer-tab {
  display: none;
}

.as-narrative.indent,
.as-narrative *.indent {
  text-indent: 2em;
}

.as-narrative.dropcap.indent > *:first-child {
  text-indent: 0;
}

.as-poetry {
  margin: 0 0 1.5rem;
  line-height: 1.3em;
}

.as-poetry .spacer-tab {
  white-space-collapse: collapse;
  font-size: 0.1em;
  height: 1rem;
  width: 20em;
  display: inline-block;
}

.as-poetry.hanging-indent > * {
  padding-left: 4em;
  text-indent: -4em;
}

.as-poetry.hanging-indent > *.indent {
  padding-left: 4em;
  text-indent: -2em;
}

.as-poetry.hanging-indent > * .spacer-tab {
  width: 0.1rem;
}

.as-narrative,
.as-poetry {
  padding-top: 0.5em;
}

.as-narrative.dropcap::first-letter,
.as-poetry.dropcap::first-letter {
  display: block;
  float: left;
  font-size: 3.5em;
  font-weight: 900;
  margin-top: -0.15em;
  line-height: 0.8em;
  margin-right: 0.15rem;
  text-transform: capitalize;
  text-indent: 0;
  padding: 0.3rem 0.6rem 0.1rem;
  background-color: var(--color-accent);
  color: var(--background-color);
  border-radius: 0 0.15em;
  text-shadow: -1px -1px 0 var(--color-accent), 1px -1px 0 var(--color-accent), -1px 1px 0 var(--color-accent), 1px 1px 0 var(--color-accent);
}

.as-narrative.dropcap-red::first-letter,
.as-poetry.dropcap-red::first-letter {
  background-color: var(--font-red-color);
  text-shadow: -1px -1px 0 var(--font-red-color), 1px -1px 0 var(--font-red-color), -1px 1px 0 var(--font-red-color), 1px 1px 0 var(--font-red-color);
}

.as-narrative.hanging-indent > *:first-child,
.as-poetry.hanging-indent > *:first-child {
  margin-left: 0;
  text-indent: 0;
  padding-left: 0;
}

.as-narrative.hanging-indent > *:nth-child(2),
.as-poetry.hanging-indent > *:nth-child(2) {
  margin-left: 0;
  text-indent: 0;
  padding-left: 2em;
}

.as-narrative.hanging-indent > *.indent:nth-child(2),
.as-poetry.hanging-indent > *.indent:nth-child(2) {
  padding-left: 4em;
}

.paragraph-start {
  margin-block-start: 1em;
}

.paragraph-end {
  margin-block-end: 1em;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  background-color: var(--code-background);
  border: 1px solid var(--navigation-border);
  margin: 0 0 1.5rem;
  padding: 1rem 1.5rem;
  color: var(--font-color);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9rem;
  line-height: 1.1;
  overflow: auto;
  white-space: pre-wrap;
  word-break: normal;
  word-wrap: normal;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9em;
}

kbd {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125rem #fff inset;
  display: inline-block;
  margin: 0 0.1875rem;
  padding: 0.125rem 0.5rem;
}

code {
  color: var(--font-color);
  padding: 0.125rem 0.25rem;
}

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

.nowrap {
  white-space: nowrap;
}

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
  word-break: keep-all;
  word-wrap: break-word;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.cutoutText {
  padding: 0.25rem;
  text-align: center; /* Center text */
  background-color: var(--cutout-background);
  color: var(--cutout-color);
  mix-blend-mode: var(--cutout-blend-mode);
}

.not-ready {
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  visibility: hidden;
}

.ready .not-ready {
  opacity: 1;
  visibility: visible;
}

html, body {
  min-height: 100%;
  outline-color: var(--color-accent);
  margin: 0;
}

body {
  background-color: var(--background-color);
  color: var(--font-color);
}
body.site-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-column-gap: 1rem;
  grid-template-areas: "header" "main" "footer";
  min-height: 100vh;
}
body .script-holder {
  display: none !important;
}
body .hidden {
  display: none;
}

main.site-main {
  width: 100%;
  max-width: 100%;
  grid-area: main;
}

.content-background {
  background-color: var(--content-background-color);
  color: var(--font-color);
}

.pad-all {
  padding: 2.5rem;
}

.pad-top {
  padding-top: 2.5rem;
}

.pad-left {
  padding-left: 2.5rem;
}

.pad-right {
  padding-right: 2.5rem;
}

.pad-bottom {
  padding-bottom: 2.5rem;
}

.pad-all-more {
  padding: 5rem;
}

.pad-top-more {
  padding-top: 5rem;
}

.pad-left-more {
  padding-left: 5rem;
}

.pad-right-more {
  padding-right: 5rem;
}

.pad-bottom-more {
  padding-bottom: 5rem;
}

.pad-all-less {
  padding: 0.625rem;
}

.pad-top-less {
  padding-top: 0.625rem;
}

.pad-left-less {
  padding-left: 0.625rem;
}

.pad-right-less {
  padding-right: 0.625rem;
}

.pad-bottom-less {
  padding-bottom: 0.625rem;
}

.container,
.full-width > *:not(.full-width) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 1500px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .container,
  .full-width > *:not(.full-width) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.site-main .full-width {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  max-width: 100%;
}
.site-main .full-width > *:not(.full-width) {
  max-width: calc(1500px - 1.25rem);
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 600px) {
  .site-main .full-width > *:not(.full-width) {
    max-width: calc(1500px - 2.5rem);
  }
}
.site-main .full-width .full-width:not(.content-block) {
  width: 100%;
  max-width: 100%;
}

.site-main .container.half-width {
  margin: 2.5rem auto;
  max-width: 750px;
  width: 100%;
}

.display-flex {
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  width: 100%;
  gap: 0.625rem 1.25rem;
}
@media screen and (min-width: 900px) {
  .display-flex {
    gap: 1.25rem 2.5rem;
  }
}
.display-flex > div {
  border-radius: 0.5rem;
}
.display-flex.justify-center {
  justify-content: center;
}
.display-flex.space-between {
  justify-content: space-between;
}
.display-flex.flex-start {
  align-items: flex-start;
}
.display-flex.align-center {
  align-items: center;
}
.display-flex .half {
  flex: 12 12 100%;
}
@media screen and (min-width: 900px) {
  .display-flex .half {
    flex: 6 6 calc(50% - 2.5rem);
  }
}
.display-flex .third {
  flex: 12 12 100%;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .display-flex .third {
    flex: 6 6 calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 900px) {
  .display-flex .third {
    flex: 4 4 calc(33.33% - 2.5rem);
  }
}
.display-flex .two-thirds {
  flex: 12 12 100%;
}
@media screen and (min-width: 900px) {
  .display-flex .two-thirds {
    flex: 8 8 calc(66.66% - 2.5rem);
  }
}
.display-flex .quarter {
  flex: 12 12 100%;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .display-flex .quarter {
    flex: 6 6 calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 900px) {
  .display-flex .quarter {
    flex: 3 3 calc(25% - 2.5rem);
  }
}
.display-flex .three-quarters {
  flex: 12 12 100%;
}
@media screen and (min-width: 900px) {
  .display-flex .three-quarters {
    flex: 9 9 calc(75% - 2.5rem);
  }
}
@media screen and (min-width: 900px) {
  .display-flex .left-two-thirds {
    flex: 8 8 calc(66.66% - 2.5rem);
  }
}
@media screen and (min-width: 900px) {
  .display-flex .right-third {
    flex: 4 4 30%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .display-flex .left-third {
    flex-basis: 33%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0;
    width: 33%;
  }
}
@media screen and (min-width: 900px) {
  .display-flex .right-two-thirds {
    flex-basis: calc(66.66% - 3.75rem);
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: auto;
    width: calc(66.66% - 3.75rem);
  }
}

.has-sidebar .sidebar {
  grid-area: sidebar;
}
.has-sidebar.site-wrapper {
  grid-template-areas: "header header header" "main main sidebar" "footer footer footer";
}
@media screen and (max-width: 899px) {
  .has-sidebar.site-wrapper {
    grid-template-areas: "header header header" "main main sidebar" "sidebar sidebar sidebar" "footer footer footer";
  }
}
@media screen and (max-width: 899px) {
  .has-sidebar.page-template-template-sidebar-left.site-wrapper {
    grid-template-areas: "header header header" "sidebar main main" "footer footer footer";
  }
}
.has-sidebar .grid-wrapper {
  margin: 2.5rem auto;
  max-width: 1500px;
}
.has-sidebar .site-main {
  margin-top: 0;
  margin-bottom: 0;
}

header.site-header {
  grid-area: header;
  background-color: var(--navigation-background);
  position: sticky;
  top: 0;
  z-index: 10;
}
body.not-sticky header.site-header {
  position: relative;
}
header.site-header button {
  all: unset;
}
header.site-header div.site-header-top {
  align-items: center;
  display: flex;
  height: 5.5rem;
  justify-content: space-between;
}
header.site-header div.site-header-top button.site-header-menu-button,
header.site-header div.header-mobile-navigation button.site-header-menu-button {
  cursor: pointer;
  height: 1.5rem;
  position: relative;
  transition: 0.25s ease;
  width: 2.7rem;
  z-index: 20;
  display: block;
}
header.site-header div.site-header-top button.site-header-menu-button:after,
header.site-header div.header-mobile-navigation button.site-header-menu-button:after {
  display: none;
  content: none;
}
header.site-header div.site-header-top button.site-header-menu-button span,
header.site-header div.header-mobile-navigation button.site-header-menu-button span {
  background-color: var(--navigation-border);
  display: block;
  height: 2pt;
  opacity: 1;
  position: absolute;
  right: 0;
  transform: rotate(0deg);
  transition: all 0.15s ease-in-out;
  width: 100%;
}
header.site-header div.site-header-top button.site-header-menu-button span:first-child,
header.site-header div.header-mobile-navigation button.site-header-menu-button span:first-child {
  top: 0;
}
header.site-header div.site-header-top button.site-header-menu-button span:nth-child(2), header.site-header div.site-header-top button.site-header-menu-button span:nth-child(3),
header.site-header div.header-mobile-navigation button.site-header-menu-button span:nth-child(2),
header.site-header div.header-mobile-navigation button.site-header-menu-button span:nth-child(3) {
  top: 10px;
  width: 1.7rem;
  right: 0.5rem;
}
header.site-header div.site-header-top button.site-header-menu-button span:nth-child(4),
header.site-header div.header-mobile-navigation button.site-header-menu-button span:nth-child(4) {
  top: 20px;
}
body.nav-menu-open header.site-header div.site-header-top button.site-header-menu-button span:first-child, body.nav-menu-open header.site-header div.site-header-top button.site-header-menu-button span:nth-child(4),
body.nav-menu-open header.site-header div.header-mobile-navigation button.site-header-menu-button span:first-child,
body.nav-menu-open header.site-header div.header-mobile-navigation button.site-header-menu-button span:nth-child(4) {
  opacity: 0;
}
body.nav-menu-open header.site-header div.site-header-top button.site-header-menu-button span:nth-child(2), body.nav-menu-open header.site-header div.site-header-top button.site-header-menu-button span:nth-child(3),
body.nav-menu-open header.site-header div.header-mobile-navigation button.site-header-menu-button span:nth-child(2),
body.nav-menu-open header.site-header div.header-mobile-navigation button.site-header-menu-button span:nth-child(3) {
  width: 32px;
}
body.nav-menu-open header.site-header div.site-header-top button.site-header-menu-button span:nth-child(2),
body.nav-menu-open header.site-header div.header-mobile-navigation button.site-header-menu-button span:nth-child(2) {
  transform: rotate(-45deg);
}
body.nav-menu-open header.site-header div.site-header-top button.site-header-menu-button span:nth-child(3),
body.nav-menu-open header.site-header div.header-mobile-navigation button.site-header-menu-button span:nth-child(3) {
  transform: rotate(45deg);
}
@media screen and (min-width: 900px) {
  header.site-header div.site-header-top button.site-header-menu-button {
    display: none;
  }
  header.site-header div.header-mobile-navigation-wrapper {
    display: none;
  }
}
header.site-header .header-navigation-wrapper {
  border-top: 1px solid var(--navigation-border);
  width: 100%;
}
@media screen and (min-width: 900px) {
  header.site-header .header-navigation-wrapper {
    border-bottom: 1px solid var(--navigation-border);
  }
  header.site-header .header-navigation-wrapper .header-navigation {
    display: flex;
  }
}
header.site-header .header-navigation {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  height: 1.8rem;
  font-family: gitan-latin, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 2em;
}
header.site-header .header-navigation .daily-navigation,
header.site-header .header-navigation .classic-navigation {
  display: flex;
  -moz-column-gap: 0;
       column-gap: 0;
  height: 100%;
}
header.site-header .header-navigation .daily-navigation {
  border-right: 1px solid var(--navigation-border);
  border-left: 1px solid var(--navigation-border);
  text-align: center;
}
header.site-header .header-navigation .daily-navigation > div {
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
header.site-header .header-navigation .daily-navigation span.Date {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
header.site-header .header-navigation .daily-navigation > div:nth-child(2):before {
  content: "•";
  font-family: adobe-jenson-pro, serif;
  line-height: 1.4rem;
  position: absolute;
  left: -0.35rem;
  font-size: 1.8rem;
  color: var(--navigation-border);
}
header.site-header .Branding {
  align-items: center;
  display: inline-grid;
  grid-template-columns: min-content min-content;
  grid-template-areas: "logo brand";
  justify-items: stretch;
  gap: 0 0.5rem;
  padding: 0 0.5rem;
}
header.site-header .Branding .site-brand a,
header.site-header .Branding .site-logo a {
  color: currentcolor;
}
header.site-header .Branding .site-logo {
  grid-area: logo;
  width: 4rem;
  height: 4rem;
}
header.site-header .Branding .site-logo svg {
  fill: var(--font-color);
}
header.site-header .Branding .site-brand {
  grid-area: brand;
  text-align: left;
}
header.site-header .Branding .site-brand a {
  height: -moz-fit-content;
  height: fit-content;
}
header.site-header .Branding .site-brand svg.typeface {
  height: 2rem;
  max-width: 35vw;
  fill: var(--font-color);
}
header.site-header .Branding .site-brand svg.typeface.lang-en.monastics {
  margin-top: -1rem;
}
header.site-header .Branding .site-brand svg.typeface.lang-fr.urbain {
  margin-top: -0.7rem;
}
header.site-header .Branding .site-brand svg.typeface.lang-ln.monachis {
  margin-top: -1rem;
}
@media screen and (min-width: 600px) {
  header.site-header .Branding {
    align-items: center;
    display: grid;
    flex-wrap: nowrap;
    justify-content: left;
    grid-template-columns: min-content min-content;
    grid-template-areas: "logo brand";
  }
  header.site-header .Branding .site-logo {
    opacity: 1;
  }
  header.site-header .Branding .site-logo,
  header.site-header .Branding .site-brand {
    flex: initial;
  }
}

footer.site-footer {
  grid-area: footer;
  padding-top: 4rem;
  border-color: var(--navigation-border);
}
footer.site-footer .footer-etoile-logo {
  vertical-align: bottom;
}
footer.site-footer .footer-etoile-logo .etoile-fill {
  fill: var(--navigation-border);
}
body.dark footer.site-footer .etoile-fill {
  fill: white;
}
footer.site-footer .stripe {
  text-align: center;
  margin-top: 2.5rem;
  border-bottom: 1px solid var(--navigation-border);
}
footer.site-footer .stripe .logo-holder {
  display: inline-block;
  width: 8rem;
  border-radius: 50%;
}
footer.site-footer .stripe .logo-holder .etoile-fill {
  fill: var(--navigation-border);
}
footer.site-footer .stripe .dev-env-left,
footer.site-footer .stripe .dev-env-right {
  color: #ddd;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
footer.site-footer .social-media-icons a {
  padding: 0.2rem;
}
footer.site-footer .social-media-icons a svg {
  width: 2rem;
  height: 2rem;
  transition: all 0.1s ease-in-out;
}
footer.site-footer .social-media-icons a:hover svg, footer.site-footer .social-media-icons a:focus svg, footer.site-footer .social-media-icons a:active svg {
  scale: 1.2;
}
footer.site-footer .motto {
  border-bottom: 1px solid var(--navigation-border);
  color: var(--navigation-border);
  justify-self: stretch;
  grid-column: span 4;
  padding: 0.5rem 0;
}
footer.site-footer .motto h2 {
  color: var(--color-gray);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  margin: 0;
  display: grid;
  gap: 0.2rem;
  grid-template-columns: 1fr;
}
footer.site-footer .motto h2 *:nth-child(2) {
  display: none;
}
@media screen and (min-width: 600px) {
  footer.site-footer .motto h2 {
    grid-template-columns: 1fr min-content 1fr;
    gap: 0.5rem;
    padding: 0;
  }
  footer.site-footer .motto h2 *:nth-child(1) {
    text-align: right;
  }
  footer.site-footer .motto h2 *:nth-child(2) {
    display: block;
  }
  footer.site-footer .motto h2 *:nth-child(3) {
    text-align: left;
  }
}
footer.site-footer section.container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
  justify-content: stretch;
  margin-top: 3rem;
  color: var(--navigation-border);
  grid-template-areas: "logo" "socials" "links";
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  footer.site-footer section.container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "logo logo" "socials links";
  }
  footer.site-footer section.container .footer-logo svg.seal {
    display: flex;
  }
}
@media screen and (min-width: 900px) {
  footer.site-footer section.container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "socials logo logo links";
  }
  footer.site-footer section.container .footer-logo svg.seal {
    display: flex;
  }
}
footer.site-footer section.container .footer-logo {
  grid-area: logo;
  grid-column: span 2;
  text-align: center;
  margin-top: -2rem;
}
footer.site-footer section.container .footer-logo .typeface {
  max-width: 400px;
  display: flex;
  justify-self: center;
}
footer.site-footer section.container .footer-logo .seal {
  display: none;
  justify-self: center;
  max-width: 250px;
  width: 50%;
  margin-top: 1rem;
}
footer.site-footer section.container .social-media {
  grid-area: socials;
}
footer.site-footer section.container .social-media h2 {
  border-bottom: 1px solid var(--navigation-border);
  line-height: 1em;
  margin-bottom: 0;
  font-size: 1.8rem;
}
footer.site-footer section.container .social-media .social-media-icons {
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  gap: 0.75em;
  flex-wrap: wrap;
  align-content: center;
}
footer.site-footer section.container .association {
  margin-top: 2rem;
}
footer.site-footer section.container .links {
  grid-area: links;
}
footer.site-footer section.container .links .sites {
  margin-bottom: 1rem;
}
footer.site-footer section.container .links .sites a {
  font-size: 1.4rem;
}
footer.site-footer section.container .links .policies {
  text-align: right;
}
footer.site-footer section.container .links .policies a {
  white-space: nowrap;
}
footer.site-footer .PlatformLocation {
  display: inline-block;
}
footer.site-footer .dates-and-rights {
  text-align: center;
  line-height: 1.1em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--navigation-border);
  border-top: 1px solid var(--navigation-border);
  padding-top: 0.7rem;
}
footer.site-footer .dates-and-rights .enjoiner {
  display: none;
}
@media screen and (min-width: 600px) {
  footer.site-footer .dates-and-rights .since-where,
  footer.site-footer .dates-and-rights .enjoiner,
  footer.site-footer .dates-and-rights .rights-date {
    display: inline-block;
  }
}

header.site-header div.user .title-cell,
header.site-header div.user-mobile .title-cell {
  font-family: gitan-latin, sans-serif;
}

header.site-header .header-navigation div.daily-navigation .liturgical-time {
  display: none;
}
header.site-header nav.primary {
  font-family: gitan-latin, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  display: none;
  height: 100%;
}
@media screen and (min-width: 900px) {
  header.site-header nav.primary {
    display: block;
  }
}
header.site-header nav.primary a {
  text-decoration: none;
}
header.site-header nav.primary ul {
  background: var(--navigation-background);
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.site-header nav.primary li {
  background: var(--navigation-background);
  border-left: 1px solid var(--navigation-border);
  display: block;
  height: 100%;
  float: left;
  position: relative;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.25s;
}
header.site-header nav.primary li:last-child {
  border-right: 1px solid var(--navigation-border);
}
header.site-header nav.primary li a {
  display: inline-block;
  height: 100%;
  padding: 0 0.5rem;
}
header.site-header nav.primary li a:-moz-any-link {
  color: var(--font-color);
  cursor: pointer;
}
header.site-header nav.primary li a,
header.site-header nav.primary li a:any-link {
  color: var(--font-color);
  cursor: pointer;
}
header.site-header nav.primary li:hover,
header.site-header nav.primary li:focus-within {
  background: var(--color-accent);
  color: var(--background-color);
}
header.site-header nav.primary li:hover > a:-moz-any-link li:focus-within > a:-moz-any-link {
  color: var(--background-color);
}
header.site-header nav.primary li:hover > a,
header.site-header nav.primary li:focus-within > a,
header.site-header nav.primary li:hover > a:any-link li:focus-within > a:any-link {
  color: var(--background-color);
}
header.site-header nav.primary li:focus-within a {
  outline: none;
}
header.site-header nav.primary ul li ul {
  background: var(--navigation-background);
  border-top: 1px solid var(--navigation-border);
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  left: -1px;
  min-width: 5rem;
  margin-top: 1.8rem;
  transition: all 0.25s ease;
  z-index: 1;
}
header.site-header nav.primary ul ul li a {
  color: var(--font-color);
  width: 100%;
}
header.site-header nav.primary ul li:hover > ul,
header.site-header nav.primary ul li:focus-within > ul,
header.site-header nav.primary ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  height: auto;
}
header.site-header nav.primary ul li ul li {
  clear: both;
  width: 100%;
  white-space: nowrap;
  border-left: 1px solid var(--navigation-border);
  border-right: 1px solid var(--navigation-border);
}
header.site-header nav.primary ul li ul li:last-child {
  border-bottom: 1px solid var(--navigation-border);
}
header.site-header div.user {
  cursor: pointer;
  align-self: center;
  align-items: center;
  height: 100%;
  display: none;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: var(--color-accent);
  color: var(--background-color);
}
@media screen and (min-width: 900px) {
  header.site-header div.user {
    display: flex;
  }
}
header.site-header div.user a:not(.button),
header.site-header div.user a:not(.button):visited {
  color: var(--liturgical-color-white);
  text-decoration: none;
}
header.site-header div.user .topline {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 0.5rem;
  height: 100%;
}
header.site-header div.user .topline .button-collapse-menu {
  display: none;
}
header.site-header div.user .topline figure.avatar {
  display: flex;
  align-self: center;
  margin: 0;
  padding: 0;
}
header.site-header div.user .topline figure.avatar img.user-avatar {
  height: 1.7rem;
  width: 1.7rem;
}
header.site-header div.user nav.user-menu {
  background: var(--color-accent);
  border: 1px solid var(--navigation-border);
  visibility: hidden;
  opacity: 0;
  display: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 20px;
  min-width: 5rem;
  margin-top: 1.8rem;
  transition: all 0.25s ease;
  z-index: 1;
}
header.site-header div.user nav.user-menu > div {
  text-align: right;
  font-size: 0.8rem;
}
header.site-header div.user nav.user-menu > div a:-moz-any-link {
  color: var(--background-color);
  width: 100%;
  display: inline-block;
  padding: 0 0.5rem;
  line-height: 2em;
}
header.site-header div.user nav.user-menu > div a:any-link {
  color: var(--background-color);
  width: 100%;
  display: inline-block;
  padding: 0 0.5rem;
  line-height: 2em;
}
header.site-header div.user nav.user-menu > div a:-moz-any-link:hover, header.site-header div.user nav.user-menu > div a:-moz-any-link:focus, header.site-header div.user nav.user-menu > div a:-moz-any-link:active, header.site-header div.user nav.user-menu > div a:-moz-any-link:focus-within {
  background: var(--background-color);
  color: var(--font-color);
}
header.site-header div.user nav.user-menu > div a:any-link:hover, header.site-header div.user nav.user-menu > div a:any-link:focus, header.site-header div.user nav.user-menu > div a:any-link:active, header.site-header div.user nav.user-menu > div a:any-link:focus-within {
  background: var(--background-color);
  color: var(--font-color);
}
header.site-header div.user:hover > nav.user-menu, header.site-header div.user:focus-within > nav.user-menu, header.site-header div.user nav.user-menu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  height: auto;
}

body.nav-menu-open {
  overflow: hidden;
}
body.nav-menu-open header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation {
  right: 0;
}
body.nav-menu-open header.site-header .header-mobile-navigation-wrapper .header-mobile-backdrop {
  display: block;
  opacity: 1;
}

header.site-header .header-mobile-navigation-wrapper {
  overflow: hidden;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation {
  border-top: 1px solid var(--navigation-border);
  border-left: 1px solid var(--navigation-border);
  z-index: 40;
  position: fixed;
  background: var(--background-color);
  right: 0;
  top: 0;
  min-height: 100vh;
  height: 100vh;
  max-width: 95vw;
  width: 25rem;
  overflow-y: scroll;
  transition: 250ms ease-in-out;
  right: -25rem;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .title-cell {
  font-size: 1.2rem;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation li a:-moz-any-link {
  color: var(--font-color);
  cursor: pointer;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation li a,
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation li a:any-link {
  color: var(--font-color);
  cursor: pointer;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile {
  font-family: gitan-latin, sans-serif;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li a:-moz-any-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li a,
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li a:any-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li a:-moz-any-link:hover, header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li a:-moz-any-link:focus {
  color: var(--color-accent);
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li a:hover,
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li a:focus,
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li a:any-link:hover,
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li a:any-link:focus {
  color: var(--color-accent);
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li {
  min-height: 1.5em;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 700;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation nav.mobile ul li li {
  font-size: 1.4rem;
  font-weight: 400;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .logo-holder {
  text-align: center;
  padding: 0 0;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .logo-holder svg {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  width: 30%;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .logo-holder svg .etoile-fill {
  fill: var(--navigation-border);
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .site-brand {
  padding-top: 2rem;
  margin-bottom: 1rem;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .site-brand a {
  display: inline-block;
  padding: 0 10%;
  max-width: 100%;
  width: 100%;
  color: var(--navigation-border);
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .site-brand a svg.typeface {
  max-width: 100%;
  width: 100%;
  height: auto;
  fill: var(--navigation-border);
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation div.daily-navigation {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3em;
  padding: 0.5rem 1rem;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation div.daily-navigation .celebration {
  border-top: 1px solid var(--navigation-border);
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile {
  background-color: var(--color-accent);
  color: var(--background-color);
  padding: 0.25rem 1rem 0;
  position: relative;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile a {
  color: var(--background-color);
  text-decoration: none;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile .topline {
  display: grid;
  grid-template-columns: 1fr min-content max-content;
  gap: 0.5rem;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile .topline .title-cell {
  font-size: 1.5rem;
  align-self: center;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile .topline .title-cell a {
  display: inline-block;
  width: 100%;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile .topline span.button-collapse-menu {
  align-self: center;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile figure.avatar {
  margin-top: -1.5rem;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile figure.avatar .user-avatar {
  border: var(--background-color) 2px solid;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu {
  height: 0;
  overflow: hidden;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div {
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div:focus-within, header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div:hover {
  margin: 0 -1rem;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div a:-moz-any-link {
  width: 100%;
  display: inline-block;
  padding: 0.2rem 0;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div a:any-link {
  width: 100%;
  display: inline-block;
  padding: 0.2rem 0;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div a:-moz-any-link:hover, header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div a:-moz-any-link:focus, header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div a:-moz-any-link:active, header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div a:-moz-any-link:focus-within {
  background: var(--background-color);
  color: var(--font-color);
  margin: 0 -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div a:any-link:hover, header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div a:any-link:focus, header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div a:any-link:active, header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile nav.user-menu > div a:any-link:focus-within {
  background: var(--background-color);
  color: var(--font-color);
  margin: 0 -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation .user-mobile.button-collapse-menu-open nav.user-menu {
  height: auto;
  overflow: visible;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-navigation button.site-header-menu-button {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  scale: 0.8;
}
header.site-header .header-mobile-navigation-wrapper .header-mobile-backdrop {
  -webkit-backdrop-filter: blur(0.45rem) saturate(25%);
          backdrop-filter: blur(0.45rem) saturate(25%);
  z-index: 20;
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: color-mix(in srgb, var(--background-color) 50%, transparent);
  transition: 250ms ease;
  opacity: 0;
}

nav.navigation-after-title {
  font-size: 1.5rem;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 2rem;
}
nav.navigation-after-title a.button {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  order: 0;
  flex: 0 1 0px;
}
nav.navigation-after-title a.button.today {
  justify-content: center;
  order: -1;
}
nav.navigation-after-title a.button > span {
  display: flex;
  flex-direction: column;
  line-height: 1.1em;
  flex: 1 1 0px;
}
nav.navigation-after-title a.button > span .title {
  font-variant: small-caps;
  font-size: 1.1rem;
  line-height: 1.1em;
  font-weight: 900;
  text-decoration: underline;
  padding-bottom: 0.1rem;
  display: none;
}
nav.navigation-after-title a.button > span .details {
  font-size: 1.1rem;
  line-height: 1.1em;
}
nav.navigation-after-title a.button.left-button > span {
  margin-right: 2.2rem;
}
nav.navigation-after-title a.button.right-button > span {
  margin-left: 2.2rem;
}
nav.navigation-after-title a.button svg.arrow-left,
nav.navigation-after-title a.button svg.arrow-right {
  align-self: center;
  height: auto;
  width: 0.9rem;
  transition: width 0.8s, margin 0.8s;
}
nav.navigation-after-title a.button svg.arrow-left {
  margin-right: 1rem;
  margin-left: 0.2rem;
}
nav.navigation-after-title a.button svg.arrow-right {
  margin-left: 1rem;
  margin-right: 0.2rem;
}
nav.navigation-after-title a.button[href]:not(.disabled):hover svg.arrow-left, nav.navigation-after-title a.button[href]:not(.disabled):focus svg.arrow-left, nav.navigation-after-title a.button[href]:not(.disabled):active svg.arrow-left {
  width: 1.4rem;
  margin-right: 0.8rem;
  margin-left: -0.1rem;
}
nav.navigation-after-title a.button[href]:not(.disabled):hover svg.arrow-right, nav.navigation-after-title a.button[href]:not(.disabled):focus svg.arrow-right, nav.navigation-after-title a.button[href]:not(.disabled):active svg.arrow-right {
  width: 1.4rem;
  margin-left: 0.8rem;
  margin-right: -0.1rem;
}
@media screen and (min-width: 600px) {
  nav.navigation-after-title {
    grid-template-columns: 1fr max-content 1fr;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  nav.navigation-after-title a.button {
    text-align: center;
    justify-content: space-between;
    order: 0;
  }
  nav.navigation-after-title a.button.today {
    order: 0;
  }
  nav.navigation-after-title a.button > span {
    flex: 1 1 0;
  }
  nav.navigation-after-title a.button.left-button > span, nav.navigation-after-title a.button.right-button > span {
    margin: 0;
  }
}

header.page-title h1, header.page-title h2, header.page-title h3, header.page-title h4, header.page-title h5, header.page-title h6 {
  margin: 0;
}

header.page-title {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid var(--navigation-border);
  margin-bottom: 2rem;
}
header.page-title h1 {
  text-align: center;
  font-size: 3.5rem;
  margin: 0 0.5rem;
  line-height: 1em;
  color: var(--font-color);
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  header.page-title h1 {
    font-size: 5rem;
    margin: 0 2rem;
  }
}
@media screen and (min-width: 900px) {
  header.page-title h1 {
    font-size: 7rem;
    margin: 0 2rem;
  }
}
header.page-title h2 {
  text-align: center;
  color: var(--navigation-border);
  font-size: 1.8rem;
  line-height: 1em;
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  header.page-title h2 {
    font-size: 2.8rem;
    margin: 0 2rem;
  }
}
@media screen and (min-width: 900px) {
  header.page-title h2 {
    font-size: 4rem;
    margin: 0 2rem;
  }
}

.content.prayer-title section.page-title {
  display: inline-grid;
  grid-column-gap: 0;
  grid-template-areas: "Office Office" "Ecclesial Gregorian" "Proper Proper";
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
}
.content.prayer-title section.page-title > * {
  border-right: solid 5px;
  border-bottom: solid 5px;
}
.content.prayer-title section.page-title > *:first-of-type {
  border-left: solid 5px;
}
.content.prayer-title section.page-title .officeTitle {
  grid-area: Office;
  border: none;
}
.content.prayer-title section.page-title .properTitle {
  grid-area: Proper;
  border: none;
}
.content.prayer-title section.page-title .Gregorian {
  grid-area: Gregorian;
}
.content.prayer-title section.page-title .Ecclesial {
  grid-area: Ecclesial;
}

.site-main.with-preferences {
  margin-top: 0;
}

figure.avatar {
  display: inline-block;
  position: relative;
}
figure.avatar img {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}
figure.avatar div.badge {
  z-index: 1;
}

div.badge {
  display: inline-block;
  padding: 0.1rem;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  background-color: var(--badge-background);
  color: var(--badge-color);
  text-align: center;
  line-height: 1.2rem;
  font-family: gitan-latin, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hide-badge-count div.badge {
  content: "";
  color: transparent;
  height: 0.5rem;
  width: 0.5rem;
  padding: 0;
}

body button,
body input[type=button],
body input[type=reset],
body input[type=submit] {
  background-color: var(--color-accent);
  border-radius: 0.5rem;
  text-align: center;
  color: var(--background-color);
  outline: 0;
  border: none;
  font-family: gitan-latin, sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0.4em 1em 0.6em;
  line-height: 1.1em;
  position: relative;
  transition: all 150ms ease-in-out;
}
body button:after,
body input[type=button]:after,
body input[type=reset]:after,
body input[type=submit]:after {
  background-color: var(--font-gray-color);
  border-radius: 0.5rem;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0.4em, 0.3em);
  transition: all 150ms ease-in-out;
  z-index: -1;
}
body button:hover, body button:focus,
body input[type=button]:hover,
body input[type=button]:focus,
body input[type=reset]:hover,
body input[type=reset]:focus,
body input[type=submit]:hover,
body input[type=submit]:focus {
  color: var(--background-color);
}
body button:hover:after, body button:focus:after,
body input[type=button]:hover:after,
body input[type=button]:focus:after,
body input[type=reset]:hover:after,
body input[type=reset]:focus:after,
body input[type=submit]:hover:after,
body input[type=submit]:focus:after {
  transform: translate(0.2em, 0.15em);
  background-color: var(--font-color);
}
body button:active,
body input[type=button]:active,
body input[type=reset]:active,
body input[type=submit]:active {
  box-shadow: inset 6px 5px 5px 0px var(--liturgical-color-black);
}
body button:active:after,
body input[type=button]:active:after,
body input[type=reset]:active:after,
body input[type=submit]:active:after {
  transform: translate(0, 0);
}
body button::-moz-focus-inner,
body input[type=button]::-moz-focus-inner,
body input[type=reset]::-moz-focus-inner,
body input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}
body button:disabled,
body input[type=button]:disabled,
body input[type=reset]:disabled,
body input[type=submit]:disabled {
  background: var(--form-disabled-accent);
  color: transparent;
  text-shadow: 0 0 0.15rem var(--background-color);
}
body button:disabled:after,
body input[type=button]:disabled:after,
body input[type=reset]:disabled:after,
body input[type=submit]:disabled:after {
  background-color: var(--form-disabled);
}
body button:disabled:hover:after, body button:disabled:focus:after,
body input[type=button]:disabled:hover:after,
body input[type=button]:disabled:focus:after,
body input[type=reset]:disabled:hover:after,
body input[type=reset]:disabled:focus:after,
body input[type=submit]:disabled:hover:after,
body input[type=submit]:disabled:focus:after {
  transform: translate(0.4em, 0.3em);
}
body button:disabled:active,
body input[type=button]:disabled:active,
body input[type=reset]:disabled:active,
body input[type=submit]:disabled:active {
  box-shadow: none;
}

span.button-collapse-menu {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  border: var(--navigation-border) 0.3rem solid;
  border-right: none;
  border-top: none;
  rotate: -45deg;
  border-bottom-left-radius: 0.2rem;
  margin-top: -0.7rem;
  transition: 200ms ease;
}
.button-collapse-menu-open span.button-collapse-menu {
  transform: rotate(180deg);
  margin-top: 0.6rem;
}

.collapse-menu-trigger {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: adobe-jenson-pro, serif;
  outline-width: 0.2rem;
  transition: outline-color 0.25s ease;
  outline-color: var(--color-accent);
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-style: solid;
}

fieldset {
  border: none;
}
fieldset:has(legend) {
  padding: 1.25rem 1.5rem;
  border-left: 0.1rem solid var(--font-gray-color);
  border-bottom: 0.1rem solid var(--font-gray-color);
}

legend {
  font-weight: 700;
  font-size: 1.7rem;
  font-family: gitan-latin, sans-serif;
  padding: 0 0.25rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
legend::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 0.1rem;
  margin-bottom: 0.65rem;
  margin-left: -1.85rem;
  margin-right: 0.5rem;
  background-color: var(--font-gray-color);
}

.requiredMark {
  color: var(--font-red-color);
  font-weight: 900;
  font-family: gitan-latin, sans-serif;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

div.form-element-container.required label {
  font-weight: 700;
}

div.form-element-container[class*=form-button-container] {
  text-align: center;
}

div.form-element-container {
  margin-bottom: 1.25rem;
  position: relative;
}
div.form-element-container .form-border {
  border-left: 0.2rem solid;
  border-bottom: 0.2rem solid;
  transition: border 150ms ease-in-out;
}
div.form-element-container .field-comment, div.form-element-container.input-invalid .field-error {
  font-size: 1.2rem;
  padding: 0.25rem;
  padding-left: 1rem;
  position: relative;
  height: auto;
}
div.form-element-container .field-comment {
  background: var(--form-comment-background);
  border-right: 0.2rem solid;
}
div.form-element-container .field-comment.password-requirements ul {
  display: inline;
  padding: 0;
}
div.form-element-container .field-comment.password-requirements ul li {
  display: inline;
}
div.form-element-container .field-comment.password-requirements ul li:not(:last-of-type):after {
  content: ",";
}
div.form-element-container .field-comment.password-requirements ul li.fulfilled {
  color: var(--color-gray);
  font-style: italic;
}
div.form-element-container .field-error {
  background: var(--form-error-background);
  border-right: 0.2rem solid var(--form-error);
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 150ms ease-in-out;
}
div.form-element-container .form-border,
div.form-element-container .field-comment {
  border-color: var(--font-gray-color);
}
div.form-element-container:focus-within .form-border {
  border-color: var(--color-accent);
}
div.form-element-container:has(input.invalid) .form-border, div.form-element-container.input-invalid .form-border, div.form-element-container.input-invalid .field-comment {
  border-color: var(--form-error);
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  border: none;
}

input[type=text]::-ms-clear,
input[type=search]::-ms-clear {
  display: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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],
select,
textarea {
  padding: 0.3rem 1rem;
  font-size: 1.3rem;
  padding-top: 1.7rem;
  line-height: 1.2em;
  outline-offset: -0.2rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--background-color);
  border: none;
  border-radius: 0;
  color: var(--font-color);
  width: 100%;
  max-width: 100%;
  font-size: 1.3rem;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--font-color);
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--font-color);
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--font-color);
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--font-color);
}
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,
select:focus,
textarea:focus {
  color: var(--font-color);
}

textarea {
  width: 100%;
  height: auto;
  overflow: auto;
  vertical-align: top;
}

select {
  background-position: calc(100% - 20rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
}
select::-ms-expand {
  display: none;
}

.type-checkbox {
  height: 2rem;
}
.type-checkbox .the-checkbox {
  position: relative;
}
.type-checkbox .the-checkbox input[type=checkbox] {
  height: 1.8rem;
  width: 1.8rem;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline-offset: 0;
  border-radius: 10%;
}
.type-checkbox .the-checkbox input[type=checkbox]:focus, .type-checkbox .the-checkbox input[type=checkbox]:focus-visible {
  outline-offset: 0;
}
.type-checkbox .the-checkbox input[type=checkbox]:checked + label {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.type-checkbox .the-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.type-checkbox .the-checkbox label.visible-checkbox {
  background-color: var(--background-color);
  border: 1px solid var(--font-gray-color);
  border-radius: 10%;
  cursor: pointer;
  height: 1.8rem;
  width: 1.8rem;
  display: block;
  z-index: 1;
  margin: 0;
}
.type-checkbox .the-checkbox label.visible-checkbox:after {
  border: 2px solid var(--background-color);
  border-top: none;
  border-left: none;
  content: "";
  height: 1rem;
  width: 0.5rem;
  left: 10px;
  top: 3px;
  opacity: 0;
  position: absolute;
  transform: rotate(45deg);
}
.type-checkbox label.checkbox-label {
  display: inline-block;
  font-size: 1rem;
  height: 2rem;
  line-height: 1.9rem;
  margin-left: 2.5rem;
  margin-bottom: 0;
  position: relative;
  top: 0rem;
  cursor: pointer;
  min-width: 50%;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--font-gray-color);
  border-radius: 50%;
  padding: 0.5rem;
  position: relative;
}

input[type=radio] {
  border-radius: 75rem;
}

input[type=radio]:checked::after {
  background-color: var(--font-gray-color);
  border-radius: 50%;
  content: "";
  display: block;
}

.search-form .search-field {
  min-width: 0;
  width: calc(100% - 98rem);
}
.search-form .search-submit {
  width: 100rem;
}

body.developers div.code-container {
  position: relative;
  margin: 0.5rem 0 2rem;
}
body.developers div.code-container .code-sample .language-title {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 1.5rem;
  line-height: 1.3rem;
  background: var(--code-tabs);
  color: var(--font-color);
  padding: 0.2rem 0.6rem 0;
  border-bottom: 0;
  margin-right: 0.4rem;
}
body.developers div.code-container .code-sample .language-title.active {
  background-color: var(--code-background);
  border: 1px solid var(--navigation-border);
  border-bottom: none;
  margin-bottom: -1px;
  height: calc(1.5rem + 1px);
}
body.developers div.code-container .code-example {
  border: 1px solid var(--navigation-border);
  border-bottom: none;
  padding: 1rem 1.5rem 2.5rem;
  margin-bottom: -1.5rem;
}
body.developers div.code-container .code-example .example-heading {
  color: var(--navigation-border);
  font-family: gitan-latin, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5em;
  margin-top: -0.8rem;
  margin-bottom: 0.5rem;
}
body.developers div.code-container .code-example .quarter, body.developers div.code-container .code-example .half, body.developers div.code-container .code-example .third, body.developers div.code-container .code-example .two-thirds, body.developers div.code-container .code-example .three-quarters {
  background: var(--code-background);
  border: 1px solid var(--navigation-border);
  padding: 1rem;
}
body.developers div.code-container pre {
  position: relative;
}
body.developers div.code-container pre code {
  display: block;
}
body.developers div.code-container .copy-code {
  color: var(--color-gray);
  font-family: gitan-latin, sans-serif;
  position: absolute;
  line-height: 1em;
  top: 0;
  right: 0;
  padding: 0.3rem 0.6rem 0.6rem;
  border-bottom-left-radius: 0.7em;
  text-transform: lowercase;
  transition: all 0.2s ease;
  cursor: pointer;
}
body.developers div.code-container .copy-code:hover:not(.success, .failure), body.developers div.code-container .copy-code:focus:not(.success, .failure) {
  background: var(--navigation-border);
}
body.developers div.code-container .copy-code.success {
  background: var(--color-success);
  color: var(--code-background);
}
body.developers div.code-container .copy-code.failure {
  background: var(--color-error);
  color: var(--code-background);
}
body.developers div.code-container .copy-code svg {
  height: 1.5rem;
  width: 1.5rem;
}
