/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

:root {
    --clr-primary: #a2865e;
    --clr-primary-st: #a2865ebb;
    --clr-secondary: #2a3f82;
    --clr-secondary-st: #2a3f82bb;
    --clr-tertiary: #000000;
    --clr-tertiary-st: #000000bb;
    --clr-quaternary: #2a3f82;
    --clr-quaternary-st: #2a3f82bb;
}

.has-primary-color-after::after {
    color: #a2865e;
}

.has-primary-color-before::before {
    color: #a2865e;
}

.has-primary-background-color-after::after {
    background-color: #a2865e;
}

.has-primary-background-color-before::before {
    background-color: #a2865e;
}

.has-secondary-color-after::after {
    color: #2a3f82;
}

.has-secondary-color-before::before {
    color: #2a3f82;
}

.has-secondary-background-color-after::after {
    background-color: #2a3f82;
}

.has-secondary-background-color-before::before {
    background-color: #2a3f82;
}

.has-tertiary-color-after::after {
    color: #000000;
}

.has-tertiary-color-before::before {
    color: #000000;
}

.has-tertiary-background-color-after::after {
    background-color: #000000;
}

.has-tertiary-background-color-before::before {
    background-color: #000000;
}

.has-quaternary-color-after::after {
    color: #2a3f82;
}

.has-quaternary-color-before::before {
    color: #2a3f82;
}

.has-quaternary-background-color-after::after {
    background-color: #2a3f82;
}

.has-quaternary-background-color-before::before {
    background-color: #2a3f82;
}

:root {
    --font-main: "Open Sans", sans-serif;
    --font-heading: "Lovelo Black", sans-serif;
    --font-script: "Montserrat", 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-tertiary);
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-quaternary);
}

h3 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-heading);
    color: var(--clr-tertiary);
}

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-primary);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: var(--clr-primary);
    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: #2a3f82bb;
    --menu-top-level-hover-bg-color: transparent;
    --menu-submenu-header-font-color: black;
    --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: #2a3f82bb;
    --sticky-menu-top-level-default-font-color: white;
    --sticky-menu-top-level-hover-font-color: white;
    --sticky-menu-top-level-default-bg-color: #2a3f82bb;
    --sticky-menu-top-level-hover-bg-color: transparent;
    --sticky-menu-submenu-header-font-color: black;
    --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: #2a3f82bb;
    --sidebar-top-level-default-font-color: white;
    --sidebar-top-level-hover-font-color: white;
    --sidebar-top-level-default-bg-color: #2a3f82bb;
    --sidebar-top-level-hover-bg-color: #a2865ebb;
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: white;
    --sidebar-submenu-default-bg-color: #2a3f82bb;
    --sidebar-submenu-hover-bg-color: #a2865ebb;
}

:root {
    --max-logo-height: 72px;
}

footer {
    background-color: var(--clr-tertiary);
}

footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    background-color: var(--clr-tertiary);
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: var(--clr-secondary);
    text-decoration: var(--custom-text-decoration);
}

footer .site-info {
    background-color: #242424;
    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-quaternary);
    --primary-button-border-color: var(--clr-quaternary);
    --primary-button-background-color-hover: var(--clr-quaternary);
    --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);
}
.staff-member-info::before {
    content: '';
    position: absolute;
    top: -40%;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0), #222);
    z-index: 0;
}
.staff-member-title-wrapper, .staff-member .staff-member-info .staff-member-contact-wrapper {
    z-index: 1;
    position: relative;
}

.staff-member .staff-member-info .staff-member-contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 1px;
    padding-top: 7px;
.staff-member-contact-extra {
display: flex;
gap: 10px;
align-items: center;
}
a.staff-member-email {
i {
width: 30px;
height: 30px;
font-size: 14px;
border-color: white;
}
&:hover i {
border-color: var(--clr-secondary);
}
}
}

.staff-member .staff-member-info .staff-member-title-wrapper a {
    color: white;
.staff-member-title {
    font-size: 16px;
}
}
.staff-member .staff-member-info .staff-member-position {
    color: white;
    font-size: 12px;
word-break: break-word;
}
.staff-member {
border-radius: 10px;
overflow: hidden;
z-index: 9;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    word-break: break-all;
    width: 100%;
position: relative;
height: auto;
.staff-member-info {
        position: absolute;
        padding-inline: 20px;
        width: 100%;
        margin-top: 0px;
top: calc(100% - 76px);
display: block;
    transition: 0.5s ease all;
}
.staff-member-contact-wrapper {
border-top: 0 !important;
    transition: 0.5s ease all;
    opacity: 0;
a {
color: white !important;
pointer-events: none;
font-size: 12px;
&:hover {
text-decoration: underline;
}
}
}
&.extra:hover {
.staff-member-info {
    transition: 0.5s ease all;
top: calc(100% - 126px);
.staff-member-contact-wrapper {
    transition: 0.5s ease all;
opacity: 1;
a {
pointer-events: auto;
&:hover {
text-decoration: underline;
}
&.read-more {
opacity: 0.5;
&:hover {
text-decoration: none;
opacity: 0.95;
}
}
}
}
}
}
}