/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Domine:wght@400;700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);

:root {
    --clr-primary: #002b5c;
    --clr-secondary: #001647;
    --clr-tertiary: #ffffff;
    --clr-quaternary: #e3b666;
}

.has-primary-color-after::after {
    color: #002b5c;
}

.has-primary-color-before::before {
    color: #002b5c;
}

.has-primary-background-color-after::after {
    background-color: #002b5c;
}

.has-primary-background-color-before::before {
    background-color: #002b5c;
}

.has-secondary-color-after::after {
    color: #001647;
}

.has-secondary-color-before::before {
    color: #001647;
}

.has-secondary-background-color-after::after {
    background-color: #001647;
}

.has-secondary-background-color-before::before {
    background-color: #001647;
}

.has-tertiary-color-after::after {
    color: #ffffff;
}

.has-tertiary-color-before::before {
    color: #ffffff;
}

.has-tertiary-background-color-after::after {
    background-color: #ffffff;
}

.has-tertiary-background-color-before::before {
    background-color: #ffffff;
}

.has-quaternary-color-after::after {
    color: #e3b666;
}

.has-quaternary-color-before::before {
    color: #e3b666;
}

.has-quaternary-background-color-after::after {
    background-color: #e3b666;
}

.has-quaternary-background-color-before::before {
    background-color: #e3b666;
}

:root {
    --clr-body: var(--clr-secondary);
}

:root {
    --font-main: Open Sans;
    --font-heading: Domine;
    --font-script: Domine;
    --fs-1000: clamp(30px, 3.5vw, 32px);
    --fs-900: clamp(26px, 3.5vw, 29px);
    --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: 16px;
    --fs-300: 0.9375rem;
    --fs-200: 0.875rem;
    --fs-100: 0.8125rem;
}

h1 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: white;
}

h2 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-quaternary);
}

h3 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-quaternary);
}

h4 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-quaternary);
}

h5 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-quaternary);
}

h6 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-quaternary);
}

p, main div {
    color: white;
    font-size: 16px;
}

a, .ui-widget-content a {
    color: white;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: var(--clr-primary);
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

:root {
    --menu-top-level-default-bg-color: var(--clr-primary);
    --menu-top-level-hover-bg-color: transparent;
}

:root {
    --menu-top-level-default-font-color: white;
    --menu-top-level-hover-font-color: white;
    --menu-submenu-header-font-color: var(--clr-primary);
    --menu-submenu-header-font-color-hover: white;
    --menu-submenu-default-font-color: var(--clr-primary);
    --menu-submenu-hover-font-color: white;
    --menu-submenu-default-bg-color: white;
    --menu-submenu-hover-bg-color: var(--clr-primary);
    --sticky-menu-top-level-default-font-color: white;
    --sticky-menu-top-level-hover-font-color: white;
    --sticky-menu-submenu-header-font-color: var(--clr-primary);
    --sticky-menu-submenu-header-font-color-hover: white;
    --sticky-menu-submenu-default-font-color: black;
    --sticky-menu-submenu-hover-font-color: white;
    --sticky-menu-submenu-default-bg-color: white;
    --sticky-menu-submenu-hover-bg-color: var(--clr-primary);
    --sidebar-top-level-default-font-color: white;
    --sidebar-top-level-hover-font-color: black;
    --sidebar-top-level-default-bg-color: var(--clr-primary);
    --sidebar-top-level-hover-bg-color: var(--clr-quaternary);
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: black;
    --sidebar-submenu-default-bg-color: var(--clr-primary);
    --sidebar-submenu-hover-bg-color: var(--clr-quaternary);
}

: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: white;
    text-decoration: none;
}

footer .site-info {
    background-color: var(--clr-primary);
    color: white;
}

footer .site-info a {
    color: white;
    text-decoration: none;
}

footer .site-info a:hover {
    color: white;
    text-decoration: none;
}

footer .site-info .heart {
    color: white;
}

:root {
    --button-background-color: var(--clr-tertiary);
    --button-font-color: var(--clr-secondary);
    --button-border-color: var(--clr-tertiary);
    --button-background-color-hover: white;
    --button-font-color-hover: var(--clr-quaternary);
    --button-border-color-hover: var(--clr-quaternary);
}
@media screen and (min-width: 1280px) {
    .banner-container.mass-times-container .mass-times button.slick-next {
        right: 30px;
    }
    .banner-container.mass-times-container .mass-times button.slick-prev {
        left: 30px;
    }
}

.dpi-parish-portal .parish-portal-header .the-header .links #parish-portal-search::before{
content: none;
}

.dpi-parish-portal .parish-portal-header .the-header .links #parish-portal-search::after{
content: none;
}

.teaser-box.has-link h2 {
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: clamp(28px, 2.5vw, 29px);
text-decoration: none !important;
}
.teaser-box.has-link h2:hover, .teaser-box.has-link h2:focus, .featured-content-container .teaser-box.has-link {
text-decoration: none !important;
}

.banner-image-wrapper {
    position: relative;
}
    .banner-image-wrapper::after {
        width: 90%;
    }
@media screen and (min-width: 992px) {
    .banner-image-wrapper::after {
        width: 80%;
    }
    .banner-container .banner-img {
        height: 700px;
max-height: none;
    }
}
    .banner-image-wrapper::after {
        --overlay-opacity: 0;
        content: "";
        background: black;
        position: absolute;
        inset: 0;
        border-radius: 35px;
height: 100%;
        opacity: var(--overlay-opacity, 0);
    }

    .banner-image-wrapper.overlay-very-light::after {
        --overlay-opacity: 0.125;
    }

    .banner-image-wrapper.overlay-light::after {
        --overlay-opacity: 0.25;
    }

    .banner-image-wrapper.overlay-medium::after {
        --overlay-opacity: 0.5;
    }

    .banner-image-wrapper.overlay-heavy::after {
        --overlay-opacity: 0.6;
    }

    .banner-image-wrapper.overlay-very-heavy::after {
        --overlay-opacity: 0.75;
    }
.ministry-group .slick-track {
margin-left: 0;
margin-right: 0;
}