/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swa);

:root {
    --clr-primary: #038abd;
    --clr-secondary: #f7f7b1;
    --clr-tertiary: #038abd;
    --clr-quaternary: #025979;
    --scrollbar-color: var(--clr-primary);
}

:root {
    --scrollbar-color-2: #038abd;
}

:root {
    --overlay-color: ;
    --overlay-opacity: ;
}

:root {
    --font-main: Karla, sans-serif;
    --font-heading: Charm, serif;
    --font-script: Karla, 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: 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-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: bold;
    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: bold;
    font-style: italic;
}

a:hover, a:focus, a:active {
    color: var(--clr-quaternary);
    text-decoration: underline;
}

body, p, div, span {
    font-size: 18px;
}

:root {
    --logo-height: 75px;
}

: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: white;
    --sticky-menu-top-level-hover-font-color: var(--clr-secondary);
    --sticky-menu-top-level-default-bg-color: var(--clr-primary);
    --sticky-menu-top-level-hover-bg-color: transparent;
    --sticky-menu-submenu-default-font-color: black;
    --sticky-menu-submenu-hover-font-color: black;
    --sticky-menu-submenu-default-bg-color: white;
    --sticky-menu-submenu-hover-bg-color: var(--clr-secondary);
    --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-secondary);
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: black;
    --sidebar-submenu-default-bg-color: transparent;
    --sidebar-submenu-hover-bg-color: var(--clr-secondary);
}

: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;
}
.page-template-homepage .hero .hero-info {
    top: 35%;
}

.footer-links-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.address.has-underline-hover::after {
left: 25%;
}

@media screen and (min-width: 768px) {
.page-template-homepage .hero .hero-info {
    top: 45%;
}
    .page-template-homepage .banner-container {
        margin-top: 6rem;
    }
}

@media screen and (min-width: 1024px) {
.site-footer .footer-container .footer-content {
text-align: center;
width: 66% !important;
    margin: 0;
max-width: none;
}
.site-footer .footer-container .footer-row .footer-content {
width: 100% !important;
        text-align: center;
}
    .site-footer .footer-container .footer-row .footer-logo {
        margin: auto;
    }
}

#mega-menu-menu-1 .mega-menu-item:last-of-type {
display: none !important;
}