/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

:root {
    --clr-primary: #013065;
    --clr-primary-st: #013065bb;
    --clr-secondary: #04a649;
    --clr-secondary-st: #04a649bb;
    --clr-tertiary: #013065;
    --clr-tertiary-st: #013065bb;
    --clr-quaternary: #04a649;
    --clr-quaternary-st: #04a649bb;
}

.has-primary-color-after::after {
    color: #013065;
}

.has-primary-color-before::before {
    color: #013065;
}

.has-primary-background-color-after::after {
    background-color: #013065;
}

.has-primary-background-color-before::before {
    background-color: #013065;
}

.has-secondary-color-after::after {
    color: #04a649;
}

.has-secondary-color-before::before {
    color: #04a649;
}

.has-secondary-background-color-after::after {
    background-color: #04a649;
}

.has-secondary-background-color-before::before {
    background-color: #04a649;
}

.has-tertiary-color-after::after {
    color: #013065;
}

.has-tertiary-color-before::before {
    color: #013065;
}

.has-tertiary-background-color-after::after {
    background-color: #013065;
}

.has-tertiary-background-color-before::before {
    background-color: #013065;
}

.has-quaternary-color-after::after {
    color: #04a649;
}

.has-quaternary-color-before::before {
    color: #04a649;
}

.has-quaternary-background-color-after::after {
    background-color: #04a649;
}

.has-quaternary-background-color-before::before {
    background-color: #04a649;
}

:root {
    --font-main: "Inter", sans-serif;
    --font-heading: "Fraunces", serif;
    --font-script: "Fraunces", 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: 60vh;
    --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-secondary);
}

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-quaternary);
}

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-tertiary);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: var(--clr-tertiary);
    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: #013065bb;
    --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: #04a649bb;
    --sticky-menu-top-level-default-font-color: white;
    --sticky-menu-top-level-hover-font-color: white;
    --sticky-menu-top-level-default-bg-color: #013065bb;
    --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: #04a649bb;
    --sidebar-top-level-default-font-color: white;
    --sidebar-top-level-hover-font-color: white;
    --sidebar-top-level-default-bg-color: #013065bb;
    --sidebar-top-level-hover-bg-color: transparent;
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: var(--clr-secondary);
    --sidebar-submenu-default-bg-color: transparent;
    --sidebar-submenu-hover-bg-color: transparent;
}

:root {
    --max-logo-height: 75px;
}

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-secondary);
    text-decoration: underline;
}

footer .site-info {
    background-color: var(--clr-secondary);
    color: white;
}

footer .site-info a {
    color: white;
    text-decoration: none;
}

footer .site-info a:hover {
    color: var(--clr-tertiary);
    text-decoration: none;
}

footer .site-info .heart {
    color: var(--clr-tertiary);
}

:root {
    --primary-button-background-color: transparent;
    --primary-button-font-color: var(--clr-primary);
    --primary-button-border-color: var(--clr-primary);
    --primary-button-background-color-hover: var(--clr-primary);
    --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: 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);
}
@media screen and (min-width: 768px) {
    .post .featured-image {
       width: 100%;
    }
}

.news-container.flyer .news-posts .news-post img {
    aspect-ratio: 0;
}
.flyer img.attachment-alm-large.size-alm-large {
    aspect-ratio: 1 / 1;
object-fit: contain;
}
.news-container.flyer .news-post {
h3, div, .post-read-more {
display: none;
}}
.flyer h2, .flyer .flex-wrapper {
display: none;
}
.staff-member .staff-member-info .staff-member-contact-wrapper{
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

footer input.button.gform_button.the-button {
color: white !important;
background: transparent !important;
}
footer .gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
font-size: clamp(20px, 2vw, 23px) !important;
    padding: 15px 25px !important;
    font-family: "Lato";
    line-height: 1;
    border: 2px solid #718289 !important;
    border-radius: 6px;
    -webkit-appearance: none;
        padding: 16px 30px !important;
}

footer .gform_wrapper.gravity-theme .gform_fields {
grid-row-gap: 7px;
}
footer .gform_title {
position: relative;
}
footer .gform_title::after {
content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 2px;
    width: 130px;
    background: white;
}

.home .times {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 3px;
}

.category-events .entry-title-wrapper, .post-type-archive-staff .entry-title-wrapper, .single-post .entry-title-wrapper {
display: none;
}