/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

:root {
    --clr-primary: #1a5958;
    --clr-secondary: #dab626;
    --clr-tertiary: #bd9061;
    --clr-quaternary: #123f3e;
    --scrollbar-color: var(--clr-primary);
}

:root {
    --scrollbar-color-2: #1a5958;
}

:root {
    --overlay-color: ;
    --overlay-opacity: ;
}

:root {
    --font-main: "Inter", sans-serif;
    --font-heading: "Cinzel", serif;
    --font-script: "Inter", sans-serif;
    --fs-xl: clamp(36px, 3.5vw, 48px);
    --fs-1000: clamp(28px, 3.5vw, 36px);
    --fs-900: clamp(26px, 3.5vw, 30px);
    --fs-800: clamp(24px, 4.5vw, 26px);
    --fs-700: clamp(22px, 4.5vw, 22px);
    --fs-600: clamp(20px, 4.5vw, 20px);
    --fs-500: clamp(16px, 4.5vw, 18px);
    --fs-400: 18px;
    --fs-300: 0.9375rem;
    --fs-200: 0.875rem;
    --fs-100: 0.8125rem;
}

.page-header-title, .hero-title {
    color: white;
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
}

h1 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: black;
}

h2 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h3 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h4 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

h5 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-tertiary);
}

h6 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

.staff-position {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-primary);
}

a, .ui-widget-content a {
    color: var(--clr-primary);
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
}

a:hover, a:focus, a:active {
    color: var(--clr-secondary);
    text-decoration: underline;
}

body, p, div, span {
    font-size: 18px;
}

:root {
    --logo-height: 120px;
}

:root {
    --menu-top-level-default-font-color: white;
    --menu-top-level-hover-font-color: white;
    --menu-top-level-default-bg-color: transparent;
    --menu-top-level-hover-bg-color: transparent;
    --menu-submenu-default-font-color: black;
    --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: var(--clr-primary);
    --sticky-menu-top-level-hover-font-color: var(--clr-secondary);
    --sticky-menu-top-level-default-bg-color: white;
    --sticky-menu-top-level-hover-bg-color: transparent;
    --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-secondary);
    --sidebar-top-level-hover-bg-color: white;
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: black;
    --sidebar-submenu-default-bg-color: transparent;
    --sidebar-submenu-hover-bg-color: white;
}

:root {
    --staff_image_width_mobile: 320;
    --staff_image_height_mobile: 400;
    --staff_image_width_tablet: 370;
    --staff_image_height_tablet: 425;
    --staff_image_width_laptop: 370;
    --staff_image_height_laptop: 425;
    --staff_image_width_desktop: 370;
    --staff_image_height_desktop: 350;
}

:root {
    --staff_image_width_desktop_first_child: 500;
    --staff_image_height_desktop_first_child: 305;
}
@media screen and (max-width: 768px){
.wp-block-buttons>.wp-block-button.wp-block-button__width-25, .wp-block-buttons>.wp-block-button.wp-block-button__width-50, .wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
width: 100%;
}
}

h2 {
  font-optical-sizing: auto;
}

      a.ministry-wrapper {
        text-decoration: none;
      }

.hero-slider.slick-initialized .slick-arrow{
  --x: 82px;
 --y: 50%;
  background: white;
}

.hero-slider.slick-initialized .slick-prev{
  bottom: var(--y);
  left: var(--x);
}

.hero-slider.slick-initialized .slick-next{
  bottom: var(--y);
  left: calc(100% - var(--x));
}

.page-header.no-image {
height: 35vh;
margin-bottom: 0;
}
.page-header.no-image .page-header-title {
top: 60%;
}