/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Alkatra:wght@400..700&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);

:root {
    --clr-primary: #005DB9;
    --clr-primary-st: #005DB9bb;
    --clr-secondary: #88c4ff;
    --clr-secondary-st: #88c4ffbb;
    --clr-tertiary: #f1e1b2;
    --clr-tertiary-st: #f1e1b2bb;
    --clr-quaternary: #ba8b00;
    --clr-quaternary-st: #ba8b00bb;
}

.has-primary-color-after::after {
    color: #005DB9;
}

.has-primary-color-before::before {
    color: #005DB9;
}

.has-primary-background-color-after::after {
    background-color: #005DB9;
}

.has-primary-background-color-before::before {
    background-color: #005DB9;
}

.has-secondary-color-after::after {
    color: #88c4ff;
}

.has-secondary-color-before::before {
    color: #88c4ff;
}

.has-secondary-background-color-after::after {
    background-color: #88c4ff;
}

.has-secondary-background-color-before::before {
    background-color: #88c4ff;
}

.has-tertiary-color-after::after {
    color: #f1e1b2;
}

.has-tertiary-color-before::before {
    color: #f1e1b2;
}

.has-tertiary-background-color-after::after {
    background-color: #f1e1b2;
}

.has-tertiary-background-color-before::before {
    background-color: #f1e1b2;
}

.has-quaternary-color-after::after {
    color: #ba8b00;
}

.has-quaternary-color-before::before {
    color: #ba8b00;
}

.has-quaternary-background-color-after::after {
    background-color: #ba8b00;
}

.has-quaternary-background-color-before::before {
    background-color: #ba8b00;
}

:root {
    --font-main: "Roboto", sans-serif;
    --font-heading: "Alkatra", serif;
    --font-script: "Roboto", sans-serif;
    --fs-1000: clamp(34px, 3.5vw, 36px);
    --fs-900: clamp(28px, 3.5vw, 32px);
    --fs-800: clamp(26px, 4.5vw, 28px);
    --fs-700: clamp(24px, 4.5vw, 26px);
    --fs-600: clamp(20px, 4.5vw, 22px);
    --fs-500: clamp(18px, 4.5vw, 20px);
    --fs-400: 18px;
    --fs-300: 0.9375rem;
    --fs-200: 0.875rem;
    --fs-100: 0.8125rem;
}

:root {
    --hero-height: 80vh;
    --page-header-height: 50vh;
}

h1 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-quaternary);
}

h3 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h4 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h5 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-quaternary);
}

h6 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-main);
    color: var(--clr-primary);
}

p {
    color: #4C4842;
    font-size: 18px;
}

:root {
    --clr-font: #4C4842;
}

a, .ui-widget-content a {
    color: var(--clr-quaternary);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: var(--clr-quaternary);
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

:root {
    --menu-top-level-default-font-color: white;
    --menu-top-level-hover-font-color: white;
    --menu-top-level-default-bg-color: #005DB9bb;
    --menu-top-level-hover-bg-color: transparent;
    --menu-submenu-header-font-color: white;
    --menu-submenu-header-font-color-hover: white;
    --menu-submenu-default-font-color: black;
    --menu-submenu-hover-font-color: black;
    --menu-submenu-default-bg-color: white;
    --menu-submenu-hover-bg-color: #88c4ffbb;
    --sticky-menu-top-level-default-font-color: white;
    --sticky-menu-top-level-hover-font-color: white;
    --sticky-menu-top-level-default-bg-color: #005DB9bb;
    --sticky-menu-top-level-hover-bg-color: transparent;
    --sticky-menu-submenu-header-font-color: white;
    --sticky-menu-submenu-header-font-color-hover: white;
    --sticky-menu-submenu-default-font-color: black;
    --sticky-menu-submenu-hover-font-color: black;
    --sticky-menu-submenu-default-bg-color: white;
    --sticky-menu-submenu-hover-bg-color: #88c4ffbb;
    --sidebar-top-level-default-font-color: white;
    --sidebar-top-level-hover-font-color: white;
    --sidebar-top-level-default-bg-color: #005DB9bb;
    --sidebar-top-level-hover-bg-color: transparent;
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: black;
    --sidebar-submenu-default-bg-color: transparent;
    --sidebar-submenu-hover-bg-color: #88c4ffbb;
}

:root {
    --max-logo-height: 72px;
}

footer {
    background-color: var(--clr-primary);
}

footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    background-color: var(--clr-primary);
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: var(--clr-secondary);
    text-decoration: var(--custom-text-decoration);
}

footer .site-info {
    background-color: #002f5d;
    color: white;
}

footer .site-info a {
    color: white;
    text-decoration: none;
}

footer .site-info a:hover {
    color: var(--clr-quaternary);
    text-decoration: none;
}

footer .site-info .heart {
    color: var(--clr-secondary);
}

:root {
    --primary-button-background-color: transparent;
    --primary-button-font-color: var(--clr-quaternary);
    --primary-button-border-color: var(--clr-quaternary);
    --primary-button-background-color-hover: var(--clr-quaternary);
    --primary-button-font-color-hover: white;
    --primary-button-border-color-hover: white;
    --secondary-button-background-color: transparent;
    --secondary-button-font-color: white;
    --secondary-button-border-color: white;
    --secondary-button-background-color-hover: white;
    --secondary-button-font-color-hover: var(--clr-quaternary);
    --secondary-button-border-color-hover: white;
}
.welcome-container .limit-width {
--limit-width: 60%;
}

@media screen and (min-width: 1024px) {
.cff-wrapper {
        max-height: 700px;
        overflow-y: scroll;
}
}

.fb-container .calendar-inner {
margin-top: 80px;
}

.button.carousel-item[style*="opacity: 0;"] {
opacity: 0.2 !important;
}

.parish-cluster .parish-scroll-title, .buttons-container .button .button-title {
text-align: center;
margin-right: 0;
}

.staff-member .staff-member-image {
display: none;
}

.entry-content.staff-member {
margin-bottom: 1rem;
}

.welcome-line.welcome-line-p {
margin-top: 2rem;
font-size: 1.5vw;
}