/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);

:root {
    --clr-primary: #001d77;
    --clr-primary-st: #001d77bb;
    --clr-secondary: #1f47ad;
    --clr-secondary-st: #1f47adbb;
    --clr-tertiary: #5d9da2;
    --clr-tertiary-st: #5d9da2bb;
    --clr-quaternary: #d4af37;
    --clr-quaternary-st: #d4af37bb;
}

.has-primary-color-after::after {
    color: #001d77;
}

.has-primary-color-before::before {
    color: #001d77;
}

.has-primary-background-color-after::after {
    background-color: #001d77;
}

.has-primary-background-color-before::before {
    background-color: #001d77;
}

.has-secondary-color-after::after {
    color: #1f47ad;
}

.has-secondary-color-before::before {
    color: #1f47ad;
}

.has-secondary-background-color-after::after {
    background-color: #1f47ad;
}

.has-secondary-background-color-before::before {
    background-color: #1f47ad;
}

.has-tertiary-color-after::after {
    color: #5d9da2;
}

.has-tertiary-color-before::before {
    color: #5d9da2;
}

.has-tertiary-background-color-after::after {
    background-color: #5d9da2;
}

.has-tertiary-background-color-before::before {
    background-color: #5d9da2;
}

.has-quaternary-color-after::after {
    color: #d4af37;
}

.has-quaternary-color-before::before {
    color: #d4af37;
}

.has-quaternary-background-color-after::after {
    background-color: #d4af37;
}

.has-quaternary-background-color-before::before {
    background-color: #d4af37;
}

:root {
    --font-main: "Lato", sans-serif;
    --font-heading: "PT Serif", serif;
    --font-script: "Lato", 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-tertiary);
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

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-tertiary);
}

h5 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-secondary);
}

h6 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-main);
    color: var(--clr-tertiary);
}

p {
    color: #4C4842;
    font-size: 18px;
}

:root {
    --clr-font: #4C4842;
}

a, .ui-widget-content a {
    color: var(--clr-primary);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: var(--clr-primary);
    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: #001d77bb;
    --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: white;
    --menu-submenu-default-bg-color: white;
    --menu-submenu-hover-bg-color: #1f47adbb;
    --sticky-menu-top-level-default-font-color: white;
    --sticky-menu-top-level-hover-font-color: white;
    --sticky-menu-top-level-default-bg-color: #001d77bb;
    --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: white;
    --sticky-menu-submenu-default-bg-color: white;
    --sticky-menu-submenu-hover-bg-color: #1f47adbb;
    --sidebar-top-level-default-font-color: white;
    --sidebar-top-level-hover-font-color: white;
    --sidebar-top-level-default-bg-color: #001d77bb;
    --sidebar-top-level-hover-bg-color: transparent;
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: var(--clr-quaternary);
    --sidebar-submenu-default-bg-color: transparent;
    --sidebar-submenu-hover-bg-color: transparent;
}

: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-tertiary);
    text-decoration: var(--custom-text-decoration);
}

footer .site-info {
    background-color: #000c29;
    color: white;
}

footer .site-info a {
    color: white;
    text-decoration: none;
}

footer .site-info a:hover {
    color: var(--clr-secondary);
    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;
    --footer-button-background-color: transparent;
    --footer-button-font-color: white;
    --footer-button-border-color: white;
    --footer-button-background-color-hover: var(--clr-tertiary);
    --footer-button-font-color-hover: white;
    --footer-button-border-color-hover: white;
}
@media screen and (min-width: 768px) {
    .featured-buttons-container {
        --cols: 3;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .featured-buttons-container {
transform: translateY(calc(-7.5% * var(--cols)));
}
}
.tabs-container {
    @media screen and (min-width: 992px) {
        margin-top: calc(var(--homepage-section-spacing) - 10px);
}
}
@media screen and (min-width: 1280px) {
    .featured-buttons-container {
        --cols: 5;
    }
}

.mass-times-container .mass-times-right .mass-times-schedule .mass-times-section-title {
color: #000;
}

.featured-buttons-container .featured-button .featured-button-icon i {
height: 20px;
width: 20px;
    font-size: 20px;
color: #fff;
background: transparent;
    height: 0;
    opacity: 0;
    transition: height 0.3s ease-in, opacity 0.3s ease-in;
}
.featured-buttons-container .featured-button:hover .featured-button-icon i {
    height: 20px;
    opacity: 1;
    transition: height 0.3s ease-in, opacity 0.3s ease-in;
}
.welcome-container {
    padding-block: 9vh 27.5vh;
}