@charset "UTF-8";
* {
  box-sizing: border-box;
}

table.Calendar-List thead tr.MonthName {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--content-background-color);
  color: var(--font-color);
  z-index: 1;
  height: 3.6rem;
  vertical-align: bottom;
}
table.Calendar-List thead tr.MonthName td {
  vertical-align: bottom;
  padding-bottom: 0;
}
table.Calendar-List thead tr.MonthName td h2 {
  font-weight: 500;
  font-size: 2.5rem;
  margin-top: -0.5rem;
  margin-bottom: 0;
  padding: 0.5rem 0 0.3rem;
  line-height: 1em;
  text-align: center;
  background: var(--background-color);
  border-bottom: 1px solid var(--font-gray-color);
}
table.Calendar-List thead tr.tableHeader {
  display: none;
  position: sticky;
  top: 4.6rem;
  left: 0;
  right: 0;
  background-color: var(--content-background-color);
  z-index: 2;
}
table.Calendar-List thead tr.tableHeader th {
  min-width: -moz-max-content;
  min-width: max-content;
  vertical-align: bottom;
  font-size: 1.5rem;
  line-height: 1em;
  padding: 0;
  text-align: left;
}
table.Calendar-List thead tr.tableHeader th div {
  border-bottom: 2px solid var(--font-gray-color);
  padding: 0.4rem 0;
}
@media screen and (min-width: 900px) {
  table.Calendar-List thead tr.tableHeader {
    display: table-row;
  }
  table.Calendar-List thead tr.MonthName {
    height: 4.6rem;
  }
  table.Calendar-List thead tr.MonthName td h2 {
    font-size: 3.5rem;
  }
}
table.Calendar-List tr.Date-Details:not(:first-child) {
  border-top: 1px solid var(--font-gray-color);
}
table.Calendar-List tr.Date-Details td {
  vertical-align: top;
}
table.Calendar-List tr.Date-Details td.DayOfMonth {
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: right;
  width: 2.3em;
  vertical-align: top;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-right: 1px solid var(--font-gray-color);
}
table.Calendar-List tr.Date-Details td.Season {
  font-size: 1.2rem;
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
table.Calendar-List tr.Date-Details td.Season .dayTitle {
  display: inline-block;
}
table.Calendar-List tr.Date-Details td.Season .dayTitle .DayOfWeek,
table.Calendar-List tr.Date-Details td.Season .dayTitle .Season {
  font-weight: 700;
}
table.Calendar-List tr.Date-Details td.Season .dayType {
  font-style: italic;
  color: var(--font-gray-color);
}
table.Calendar-List tr.Date-Details td.Season .octave {
  display: block;
}
table.Calendar-List tr.Date-Details td.Season .Sanctorial {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--font-gray-color);
  max-width: 70vw;
  margin: 0.4rem auto;
  padding: 0.4rem 0;
}
table.Calendar-List tr.Date-Details td.Sanctorial,
table.Calendar-List tr.Date-Details td .Sanctorial {
  padding-left: 1rem;
  padding-right: 1rem;
}
table.Calendar-List tr.Date-Details td.Sanctorial .litugricalColor,
table.Calendar-List tr.Date-Details td .Sanctorial .litugricalColor {
  height: 1.2rem;
  width: 1.2rem;
  display: inline-block;
  border: 1px solid;
  vertical-align: middle;
  vertical-align: sub;
  border-radius: 50%;
}
table.Calendar-List tr.Date-Details td.Sanctorial .litugricalColor.colorWhite,
table.Calendar-List tr.Date-Details td .Sanctorial .litugricalColor.colorWhite {
  color: var(--font-gray-color);
}
table.Calendar-List tr.Date-Details td.Sanctorial .litugricalColor.colorBlack,
table.Calendar-List tr.Date-Details td .Sanctorial .litugricalColor.colorBlack {
  border: none;
}
table.Calendar-List tr.Date-Details td.Sanctorial .title,
table.Calendar-List tr.Date-Details td .Sanctorial .title {
  font-size: 1.2rem;
}
table.Calendar-List tr.Date-Details td.Sanctorial .terms,
table.Calendar-List tr.Date-Details td .Sanctorial .terms {
  color: var(--font-gray-color);
  font-style: italic;
  display: block;
  line-height: 1rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 900px) {
  table.Calendar-List tr.Date-Details td.Sanctorial .terms,
  table.Calendar-List tr.Date-Details td .Sanctorial .terms {
    margin-left: 3rem;
  }
}
table.Calendar-List tr.Date-Details td.Sanctorial .terms .term:not(:first-of-type)::before,
table.Calendar-List tr.Date-Details td .Sanctorial .terms .term:not(:first-of-type)::before {
  content: " · ";
}
table.Calendar-List tr.Date-Details td.Sanctorial .optional,
table.Calendar-List tr.Date-Details td .Sanctorial .optional {
  color: var(--font-gray-color);
}
table.Calendar-List tr.Date-Details td.psalterWeek {
  text-align: center;
  font-size: 1.4em;
  font-weight: 100;
}
table.Calendar-List tr.Date-Details td .StackedData {
  display: block;
}
table.Calendar-List tr.Date-Details td.Sanctorial, table.Calendar-List tr.Date-Details td.psalterWeek {
  display: none;
}
@media screen and (min-width: 900px) {
  table.Calendar-List tr.Date-Details td.Sanctorial, table.Calendar-List tr.Date-Details td.psalterWeek {
    display: table-cell;
  }
  table.Calendar-List tr.Date-Details td.Season {
    text-align: left;
  }
  table.Calendar-List tr.Date-Details td .StackedData {
    display: none;
  }
}
table.Calendar-List tr.Date-Offices {
  text-align: center;
  color: var(--font-gray-color);
  font-style: italic;
}
table.Calendar-List tr.Date-Offices td {
  display: none;
}
table.Calendar-List tbody {
  padding-bottom: 5rem;
}

section.content.prayer-title .page-title {
  font-weight: 700;
  line-height: 1em;
}
section.content.prayer-title .page-title .officeTitle,
section.content.prayer-title .page-title .properTitle {
  line-height: 0.9em;
  padding: 0.2em 0.6em;
  margin-top: 0;
}
section.content.prayer-title .page-title .officeTitle {
  font-size: 2.5rem;
  text-transform: uppercase;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
section.content.prayer-title .page-title .properTitle {
  font-size: 2.25rem;
  font-variant: small-caps;
  padding-top: 0;
}
section.content.prayer-title .page-title .Gregorian,
section.content.prayer-title .page-title .Ecclesial {
  padding: 0.5rem;
}
section.content.prayer-title .page-title .Gregorian {
  position: relative;
  min-height: 7.7rem;
}
section.content.prayer-title .page-title .Gregorian .DayOfWeek,
section.content.prayer-title .page-title .Gregorian .Day,
section.content.prayer-title .page-title .Gregorian .Month {
  padding-right: 2.3rem;
  line-height: 1em;
}
section.content.prayer-title .page-title .Gregorian .DayOfWeek,
section.content.prayer-title .page-title .Gregorian .Month {
  font-size: 1.7rem;
  line-height: 1em;
}
section.content.prayer-title .page-title .Gregorian .Day {
  font-size: 2.3rem;
  line-height: 1em;
  margin: 0.2rem 0px;
}
section.content.prayer-title .page-title .Gregorian .Year {
  font-size: 3rem;
  width: 2.9rem;
  line-height: 1em;
  height: 100%;
  top: 50%;
  transform: translateY(-50%) scale(var(--s, 1));
  right: 0;
  left: auto;
  position: absolute;
  text-transform: uppercase;
  font-family: sans-serif;
  writing-mode: vertical-lr;
}
section.content.prayer-title .page-title .Ecclesial {
  font-size: 1.5rem;
  line-height: 1em;
}
section.content.prayer-title .page-title .Ecclesial .SeasonWeek {
  font-size: 2rem;
  line-height: 1.3em;
  margin: 0.2rem 0px;
}
@media screen and (min-width: 600px) {
  section.content.prayer-title .page-title .Gregorian .Day {
    font-size: 3rem;
  }
  section.content.prayer-title .page-title .Ecclesial {
    font-size: 1.7rem;
  }
  section.content.prayer-title .page-title .Ecclesial .SeasonWeek {
    font-size: 2.3rem;
  }
}
section.content.prayer-title .office-graphic {
  max-height: 60vh;
  color: var(--font-color);
  fill: var(--font-color);
}
body.compline section.content.prayer-title .office-graphic #GrandEtoile {
  animation: spin-divine-office-etoile 20s linear infinite;
  transform-origin: 640px 250px;
}
body.lauds section.content.prayer-title .office-graphic #GrandEtoile {
  animation: spin-divine-office-etoile 20s linear infinite;
  transform-origin: 271.55px 305.15px;
}
body.terce section.content.prayer-title .office-graphic #GrandEtoile {
  animation: spin-divine-office-etoile 20s linear infinite;
  transform-origin: 418.55px 346.2px;
}
body.sext section.content.prayer-title .office-graphic #GrandEtoile {
  animation: spin-divine-office-etoile 20s linear infinite;
  transform-origin: 640px 258.5px;
}
body.midday section.content.prayer-title .office-graphic #GrandEtoile_Terce {
  animation: spin-divine-office-etoile-reverse 20s linear infinite;
  transform-origin: 418.55px 346.2px;
}
body.midday section.content.prayer-title .office-graphic #GrandEtoile_None {
  animation: spin-divine-office-etoile 20s linear infinite;
  transform-origin: 858.55px 346.15px;
}
body.none section.content.prayer-title .office-graphic #GrandEtoile {
  animation: spin-divine-office-etoile 20s linear infinite;
  transform-origin: 858.55px 346.15px;
}
body.vespers section.content.prayer-title .office-graphic #GrandEtoile {
  animation: spin-divine-office-etoile 20s linear infinite;
  transform-origin: 1008.55px 305.2px;
}

@keyframes spin-divine-office-etoile {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}
@keyframes spin-divine-office-etoile-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
section.content.prayer {
  font-size: 1.3em;
}
section.content.prayer section {
  position: relative;
}
section.content.prayer span.return,
section.content.prayer span.returnx2 {
  display: block;
}
section.content.prayer span.returnx2 {
  height: 2em;
}
section.content.prayer span.tab,
section.content.prayer span.tabx2 {
  display: inline-block;
  width: 2rem;
}
section.content.prayer span.tabx2 {
  width: 4em;
}
section.content.prayer .antiphona {
  margin-bottom: 1em;
}
section.content.prayer h1 {
  text-align: center;
}
section.content.prayer h2, section.content.prayer h3, section.content.prayer h4, section.content.prayer h5 {
  color: var(--font-gray-color);
}
section.content.prayer h3 {
  margin-top: 1.8em;
  margin-bottom: 0;
}
section.content.prayer h5 {
  margin-top: 1.3em;
  margin-bottom: 0;
}
section.content.prayer h2.sectionTitle {
  border-bottom: 1px solid;
  font-weight: 700;
  text-align: left;
  font-size: 1.8rem;
  font-variant: small-caps;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
  line-height: 1em;
  letter-spacing: -0.025em;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--content-background-color);
  z-index: 1;
}
@media (900px <= width < 1500px) {
  section.content.prayer h2.sectionTitle {
    margin: 0 -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1500px) {
  section.content.prayer h2.sectionTitle {
    margin: 0 calc(-1 * (100vw - 1500px + 1.25rem + 1.25rem) / 2);
    padding-left: calc((100vw - 1500px + 1.25rem + 1.25rem) / 2);
    padding-right: calc((100vw - 1500px + 1.25rem + 1.25rem) / 2);
  }
}
section.content.prayer .sectionTopSpacer {
  height: 1.5rem;
}
section.content.prayer .sectionBottomSpacer {
  height: 3rem;
}
section.content.prayer .header-psalm {
  color: var(--font-gray-color);
  text-align: center;
  padding-bottom: 0.5rem;
}
section.content.prayer .header-psalm h3.sectionTitle {
  margin-top: 0.2rem;
  font-weight: 700;
  font-size: 1.1em;
}
section.content.prayer .header-psalm .meta {
  line-height: 1em;
}
section.content.prayer .header-psalm .passage, section.content.prayer .header-psalm .translation {
  display: inline-block;
}
section.content.prayer .dropCap:first-letter {
  display: inline-block;
  line-height: 0.7em;
  padding: 0.7rem 0.1rem 0 0;
  font-size: 3.6em;
  float: left;
  color: var(--font-red-color);
  margin: 0;
  text-transform: capitalize;
}
section.content.prayer i[class^=symbol-] {
  font-style: normal;
}
section.content.prayer .symbol-star,
section.content.prayer i.symbol-star {
  color: var(--font-red-color);
  font-size: 1.3em;
  font-weight: 700;
  line-height: 0.6rem;
  vertical-align: middle;
}
section.content.prayer .symbol-cross,
section.content.prayer i.symbol-cross,
section.content.prayer .symbol-versicle,
section.content.prayer i.symbol-versicle,
section.content.prayer .symbol-response,
section.content.prayer i.symbol-response {
  color: var(--font-red-color);
}
section.content.prayer .symbol-dagger,
section.content.prayer i.symbol-dagger {
  color: var(--font-gray-color);
}
section.content.prayer .instructions {
  color: var(--font-gray-color);
  font-style: italic;
  font-weight: 700;
}
section.content.prayer section#examination {
  margin-top: 2em;
}
section.content.prayer section#examination .instructions {
  margin: 20vh 0;
  text-align: center;
}
section.content.prayer #response-to-reading {
  margin-bottom: 2em;
}
section.content.prayer #response-to-reading .response-response {
  font-weight: 700;
}
section.content.prayer #prayer-invocations section.intercession .part-part2,
section.content.prayer #prayer-petitions section.intercession .part-part2 {
  font-weight: 700;
}
section.content.prayer #prayer-invocations section.intercession .part-response,
section.content.prayer #prayer-petitions section.intercession .part-response {
  display: none;
}
section.content.prayer #prayer-invocations section.intercession .part-response:nth-child(2),
section.content.prayer #prayer-petitions section.intercession .part-response:nth-child(2) {
  display: block;
  font-style: italic;
}
section.content.prayer #prayer-conclusion span[class^=symbol-]::after {
  content: "\a";
  white-space: normal;
}
section.content.prayer #blessing {
  margin-top: 5em;
}
section.content.prayer .antiphona {
  margin-top: 0.5em;
  margin-left: 3rem;
}
section.content.prayer .antiphona .antiphonTitle {
  display: none;
}
section.content.prayer .antiphona .antiphonAbbreviation {
  display: inline;
  margin-top: 0;
  margin-left: -3rem;
}
section.content.prayer .antiphona .antiphonAbbreviation + p {
  display: inline;
  padding-left: 0.5em;
}
body:not(.lauds) section.content.prayer section#invitatory {
  display: none;
}
body.lauds section.content.prayer section#introductory {
  display: none;
}
section.content.prayer section#reflection {
  min-height: 100vh;
}
section.content.prayer section#reflection .reflectionNote {
  color: var(--font-gray-color);
  margin-top: 40vh;
  text-align: center;
  font-size: 2em;
}
section.content.prayer section#antiphon-concluding .instructions p {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  section.content.prayer section#antiphon-concluding .antiphona-options {
    display: flex;
    gap: 3rem;
  }
  section.content.prayer section#antiphon-concluding .antiphona-options > div {
    flex-grow: 1;
  }
}
section.content.prayer .extract-selah {
  display: inline-block;
  padding-left: 10em;
  color: var(--font-gray-color);
  text-transform: lowercase;
  font-style: italic;
  font-weight: 700;
}
section.content.prayer .type-small-caps {
  display: inline;
  font-variant: small-caps;
  text-transform: capitalize;
}
section.content.prayer section#divine-office .prayer-footer {
  background: gray;
  position: sticky;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 2rem;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  section.content.prayer h2.sectionTitle {
    font-size: 2.1rem;
    text-align: center;
    padding-left: 0.75rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 0.25rem;
  }
}

body.eucharist .eucharist-title {
  font-size: 2.5rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.eucharist section .together {
  font-weight: bold;
}
body.eucharist section#partake .pause {
  color: var(--font-gray-color);
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
  margin: 2em 0;
}
