/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap);

:root {
    --clr-primary: #74a8b9;
    --clr-primary-st: #74a8b9bb;
    --clr-secondary: #245c99;
    --clr-secondary-st: #245c99bb;
    --clr-tertiary: #1d354d;
    --clr-tertiary-st: #1d354dbb;
    --clr-quaternary: #74a8b9;
    --clr-quaternary-st: #74a8b9bb;
}

.has-primary-color-after::after {
    color: #74a8b9;
}

.has-primary-color-before::before {
    color: #74a8b9;
}

.has-primary-background-color-after::after {
    background-color: #74a8b9;
}

.has-primary-background-color-before::before {
    background-color: #74a8b9;
}

.has-secondary-color-after::after {
    color: #245c99;
}

.has-secondary-color-before::before {
    color: #245c99;
}

.has-secondary-background-color-after::after {
    background-color: #245c99;
}

.has-secondary-background-color-before::before {
    background-color: #245c99;
}

.has-tertiary-color-after::after {
    color: #1d354d;
}

.has-tertiary-color-before::before {
    color: #1d354d;
}

.has-tertiary-background-color-after::after {
    background-color: #1d354d;
}

.has-tertiary-background-color-before::before {
    background-color: #1d354d;
}

.has-quaternary-color-after::after {
    color: #74a8b9;
}

.has-quaternary-color-before::before {
    color: #74a8b9;
}

.has-quaternary-background-color-after::after {
    background-color: #74a8b9;
}

.has-quaternary-background-color-before::before {
    background-color: #74a8b9;
}

:root {
    --font-main: "Zen Maru Gothic", sans-serif;
    --font-heading: "Lato", sans-serif;
    --font-script: "Zen Maru Gothic", 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-secondary);
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-tertiary);
}

h3 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-secondary);
}

h4 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-secondary);
}

h5 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-tertiary);
}

h6 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-main);
    color: var(--clr-secondary);
}

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: underline;
}

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: #245c99bb;
    --menu-top-level-hover-bg-color: transparent;
    --menu-submenu-header-font-color: var(--clr-primary);
    --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: #245c99bb;
    --sticky-menu-top-level-default-font-color: white;
    --sticky-menu-top-level-hover-font-color: white;
    --sticky-menu-top-level-default-bg-color: #245c99bb;
    --sticky-menu-top-level-hover-bg-color: transparent;
    --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: #245c99bb;
    --sidebar-top-level-default-font-color: white;
    --sidebar-top-level-hover-font-color: white;
    --sidebar-top-level-default-bg-color: #245c99bb;
    --sidebar-top-level-hover-bg-color: #74a8b9bb;
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: white;
    --sidebar-submenu-default-bg-color: #1d354dbb;
    --sidebar-submenu-hover-bg-color: #74a8b9bb;
}

:root {
    --max-logo-height: 80px;
}

footer {
    background-color: var(--clr-secondary);
}

footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    background-color: var(--clr-secondary);
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: var(--clr-quaternary);
    text-decoration: var(--custom-text-decoration);
}

footer .site-info {
    background-color: #1d354d;
    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-tertiary);
    --primary-button-border-color: var(--clr-tertiary);
    --primary-button-background-color-hover: var(--clr-tertiary);
    --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-tertiary);
    --secondary-button-border-color-hover: white;
    --footer-button-background-color: var(--clr-primary);
    --footer-button-font-color: var(--clr-primary);
    --footer-button-border-color: var(--clr-primary);
    --footer-button-background-color-hover: var(--clr-primary);
    --footer-button-font-color-hover: var(--clr-primary);
    --footer-button-border-color-hover: var(--clr-primary);
}
.category-slider.ministry-slider .ministry-group {
opacity: 1;
}

@media screen and (min-width: 1200px) {
    .image-button-block {
        width: 100% !important;
    }
}

.hero-title {
text-transform: uppercase;
}

.featured-buttons-container .featured-button {
text-decoration: none;
}

@media screen and (max-width: 768px) {
.hero {
--hero-height: 75vh;
}
}

hr {
color: #cccccc;
}

strong, b, h1, h2, h3, h4, h5, a {
font-weight: 900 !important;
}

.banner-container {
--box-shadow: 0 20px 25px #293d4729;
box-shadow: var(--box-shadow);
    border-radius: 10px;
margin-top: var(--homepage-section-spacing);
    .links-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        .the-button + .the-button {
            margin-top: 2rem;
        }
    }
}

@media screen and (min-width: 1024px) {
    .banner-container {
        display: flex;
        min-height: 25rem;
        box-shadow: none;
        .banner-image-wrapper {
            width: 45%;
        }
        .teaser-img {
            border-radius: 10px;
            object-fit: cover;
            height: 100%;
            width: 100%;
            box-shadow: var(--box-shadow);
        }
        .teaser-content-wrapper {
            padding: 0;
            width: 55%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            .teaser-content-wrapper-inner {
                padding: 0 3rem 1rem;
                box-shadow: var(--box-shadow);
                border-radius: 0 15px 15px 0;
                min-height: 80%;
                .teaser-content {
                    height: auto;
                    &.has-custom-title {
                        .teaser-title:first-of-type {
                            display: none;
                        }
                    }
                }
                .links-container {
                    flex-direction: row;
                    .the-button + .the-button {
                        margin-top: 0;
                        margin-left: 2rem;
                    }
                }
            }
        }
    }
}
@media screen and (min-width: 1024px){
.banner-container.banner2 {
flex-direction: row-reverse;
}
}


.banner-image-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.banner-image-wrapper iframe {
            box-shadow: var(--box-shadow);
            border-radius: 0;
align-items: center;
    margin: 0 auto;
}
.page-template-homepage .banner-container .teaser-content-wrapper .teaser-content-wrapper-inner {
border-radius: 15px 0 0 15px;
padding: 0rem 3rem 2rem;
}
    .page-template-homepage .banner-container .teaser-img {
        aspect-ratio: 370 / 355;
    }

@media screen and (min-width: 1024px) {
    .page-template-homepage .banner-container:first-of-type {
border-radius: 0 10px 10px 0;
}
    .page-template-homepage .banner-container .teaser-img {
border-radius: 10px 0 0 10px;
    }
    .page-template-homepage .banner-container.banner2 .teaser-img {
border-radius: 0 10px 10px 0;
    }
    .page-template-homepage .banner-container .teaser-content-wrapper .teaser-content-wrapper-inner .teaser-content.has-custom-title .teaser-title:first-of-type {
        display: block;
    }
}
