/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swa);

:root {
    --clr-primary: #285ea0;
    --clr-secondary: #dbaf42;
    --clr-tertiary: #4380ba;
    --clr-quaternary: #db9d00;
    --scrollbar-color: var(--clr-primary);
}

:root {
    --scrollbar-color-2: #285ea0;
}

:root {
    --overlay-color: ;
    --overlay-opacity: ;
}

:root {
    --font-main: Nunito Sans, sans-serif;
    --font-heading: Merriweather, serif;
    --font-script: Merriweather, serif;
    --fs-xl: clamp(45px, 3.5vw, 55px);
    --fs-1000: clamp(35px, 3.5vw, 45px);
    --fs-900: clamp(35px, 3.5vw, 35px);
    --fs-800: clamp(28px, 4.5vw, 30px);
    --fs-700: clamp(24px, 4.5vw, 26px);
    --fs-600: clamp(22px, 4.5vw, 25px);
    --fs-500: clamp(18px, 4.5vw, 20px);
    --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-tertiary);
    text-decoration: none;
    font-weight: regular;
    font-style: regular;
}

a:hover, a:focus, a:active {
    color: var(--clr-tertiary);
    text-decoration: underline;
}

body, p, div, span {
    font-size: 18px;
}

:root {
    --logo-height: 75px;
}

:root {
    --menu-top-level-default-font-color: var(--clr-primary);
    --menu-top-level-hover-font-color: var(--clr-secondary);
    --menu-top-level-default-bg-color: white;
    --menu-top-level-hover-bg-color: 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: 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;
}
a.ministry-wrapper {
        text-decoration: none;
      }

.news-button {
margin: 5rem auto 0;
    display: block;
    width: fit-content;
}

@media screen and (min-width: 1024px) {
    .hero-slider.slick-slider .slick-prev:not(:hover), .hero-slider.slick-slider .slick-next:not(:hover) {
background: #fff;
}
    .hero-slider.slick-slider .slick-prev {
        left: 1vw;
        top: 50%;
        bottom: unset;
        transform: translateY(100%);
    }
    .hero-slider.slick-slider .slick-next {
        right: 1vw;
        top: 50%;
        bottom: unset;
        transform: translateY(100%);
    }
}

.site-header .top-bar a {
  color: white;
}
.site-header .top-bar .top-bar-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.site-header .top-bar .top-bar-container .top-bar-left,
.site-header .top-bar .top-bar-container .top-bar-right {
  display: flex;
  flex-direction: row;
}
.site-header .top-bar .top-bar-container .top-bar-left {
  gap: 40px;
}
.site-header .top-bar .top-bar-container .top-bar-left i {
    color: var(--icon-clr);
}
.site-header .top-bar .top-bar-container .top-bar-right {
  gap: 40px;
}
.site-header .top-bar .top-bar-container .top-bar-right i {
    color: var(--icon-clr);
}
.site-header .top-bar .top-bar-container .top-bar-right .social-media-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.simcal-events-toggle {
display: none;
}

.page-template-homepage .hero .hero-info .hero-title {
margin-bottom: 0;
}
.page-template-homepage .hero .hero-info .hero-excerpt {
margin: 0;
}

.page-template-homepage .hero .hero-info .hero-links {
margin-top: .67em;
}

.site-header#masthead {
padding: 0 0 10px;
}

.footer-links-container-wrapper {
justify-items: center;
}

.footer-links-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
text-align: left;  
    margin: 0 0 0 20px;
    column-gap: 50px;
    row-gap: 30px; 
    justify-content: center;
}
.page-template-page-mass-times .mass-times.grid {
margin-bottom: 35px;
}