/* Header styles */
.wp-block-site-logo {
    max-width: 237px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
@media (min-width: 768px) {
    .wp-block-site-logo {
        max-width: 333px;
    }
}
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex;
    }
}
@media (min-width: 1100px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none;
    }
}
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none;
    }
}
@media (min-width: 1100px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
    }
}
.wp-block-navigation__responsive-dialog {
    height: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
        min-height: 100vh;
        padding-top: 30px !important;
    }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding-top: 30px !important;
    }
@media only screen and (max-width: 1099px) {
.wp-site-blocks .wp-block-navigation {
        justify-content: flex-end
}
    }
@media (min-width: 768px) {
    .wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (min-width: 1280px) {
    .wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > a.wp-block-navigation-item__content,
        .wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item span {
            font-family: var(--wp--preset--font-family--tertiary);
        }
@media only screen and (max-width: 1099px) {
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > a.wp-block-navigation-item__content,
        .wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item span {
                color: #fff;
        }
            }
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > a.wp-block-navigation-item__content,
        .wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item span {
    font-size: 16px;
    font-weight: 700;
}
/* Header Login Button */
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn {
            background-color: var(--wp--preset--color--palette-5) !important;
            border-width: 0;
            font-family: var(--wp--preset--font-family--tertiary);
            font-size: var(--wp--preset--font-size--medium);
            font-style: normal;
            font-weight: 600;
            line-height: 1;
            padding: 12px 25px 12px 15px !important;
            min-width: 125px;
            text-decoration: none;
            border-radius: 8px;
            margin: 0;
            justify-content: center;
            transition: 0.2s all ease-in-out;
            max-width: 150px;
        }
@media only screen and (min-width: 1099px) {
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn {
                padding: 12px 15px !important
        }
            }
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn:hover,
            .wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn:focus {
                background-color: var(--wp--preset--color--palette-3) !important;
            }
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn > a {
                color: var(--wp--preset--color--palette-2) !important;
            }
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn button.wp-block-navigation__submenu-icon {
                padding: 0 !important;
                color: var(--wp--preset--color--palette-2) !important;
                right: 15px;
                top: 14px;
            }
@media only screen and (min-width: 1099px) {
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn button.wp-block-navigation__submenu-icon {
                    right: 0
            }
                }
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn ul.wp-block-navigation__submenu-container {
                line-height: 1.5;
                min-width: auto !important;
                padding-left: 0 !important;
            }
@media only screen and (max-width: 1098px) {
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn ul.wp-block-navigation__submenu-container {
                    margin-top: 15px
            }
                }
@media only screen and (min-width: 1099px) {
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn ul.wp-block-navigation__submenu-container {
                    min-width: 150px !important;
                    max-width: 150px !important
            }
                }
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn ul.wp-block-navigation__submenu-container > li > a,
                .wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn ul.wp-block-navigation__submenu-container > li > a span {
                    color: var(--wp--preset--color--palette-2) !important;
                }
.wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn ul.wp-block-navigation__submenu-container .wp-block-navigation-item.active-member-link {
                    display: none;
                }
/* Logged in only styles */
/* Header Login Button */
body:not(.logged-in) .wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn button.wp-block-navigation__submenu-icon {
                display: none !important;
            }
body:not(.logged-in) .wp-site-blocks .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.account-btn ul.wp-block-navigation__submenu-container {
                display: none !important;
            }
/* Active member only link styles */
body.role-active .wp-site-blocks .wp-block-navigation ul.wp-block-navigation__submenu-container .wp-block-navigation-item.inactive-member-link {
            display: none;
        }
body.role-active .wp-site-blocks .wp-block-navigation ul.wp-block-navigation__submenu-container .wp-block-navigation-item.active-member-link {
            display: block !important;
        }
@media only screen and (min-width: 782px) {
.wp-site-blocks header nav.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100% !important;
        top: 0 !important;
        box-shadow: 15px 4px 20px 0px rgba(0, 0, 0, 0.25);
        border-left: 1px solid
}
    }
.wp-site-blocks header p a {
    color: #243761;
    border-bottom: 1px solid transparent !important;
}
.wp-site-blocks header p a:hover,
    .wp-site-blocks header p a:focus,
    .wp-site-blocks header p a:active {
        text-decoration: underline;
        border-color: inherit !important;
    }
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) li.current-menu-item a {
    text-decoration: none;
    border-color: inherit !important;
}
.wp-block-search__inside-wrapper {
    justify-content: flex-end;
}
.wp-block-search__button.has-icon {
    display: flex;
    justify-content: center;
    padding: 8px 20px;
    width: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(36 55 97 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.wp-block-search__button.has-icon:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(166 184 222 / var(--tw-bg-opacity));
}
.wp-block-search__button.has-icon:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(166 184 222 / var(--tw-bg-opacity));
}
.wp-site-blocks header .wp-block-buttons .wp-block-button a.wp-block-button__link:hover,
.wp-site-blocks header .wp-block-buttons .wp-block-button a.wp-block-button__link:focus {
    background-color: var(--wp--preset--color--palette-3) !important;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__container > li > ul > li > a {
    font-size: 16px !important;
    font-weight: 700 !important;
    border-bottom: none;
    font-family: var(--wp--preset--font-family--tertiary) !important;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__container > li > ul > li {
    border-bottom: none;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__submenu-container li:hover,
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__submenu-container li.current-menu-item {
    background: var(--wp--preset--color--palette-4);
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__submenu-container li:hover > a {
    text-decoration: none !important;
    color: var(--wp--preset--color--palette-2) !important;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container li > a {
    border-color: transparent !important;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0px;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 204 / var(--tw-bg-opacity));
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 204 / var(--tw-bg-opacity));
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link .wp-block-social-link-anchor {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(36 55 97 / var(--tw-text-opacity));
}
.wp-block-navigation-item {
    font-family: var(--wp--preset--font-family--primary);
}
@media only screen and (max-width: 1099px) {
.wp-block-navigation-item {
        align-items: flex-start !important;
        width: 100% !important;
        padding: 0 !important
}
    }
/* Applies menu styles only for desktop */
/* top nav item */
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__container > li > a {
    font-size: 2rem;
    font-weight: 600;
}
@media (min-width: 640px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__container > li > a {
        font-size: 1.8rem;
    }
}
@media (min-width: 1400px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__container > li > a {
        font-size: 2rem;
    }
}
/* sub nav item */
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__container > li > ul > li > a {
    font-size: 1.8rem;
    font-weight: 500;
}
@media (min-width: 768px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__container > li > ul > li > a {
        font-size: 2rem;
        font-weight: 700;
    }
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-buttons {
    display: none;
}
@media (min-width: 1330px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-buttons {
        display: flex;
    }
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding-left: 1rem;
    padding-right: 1rem;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__submenu-container {
    --tw-text-opacity: 1;
    color: rgb(36 55 97 / var(--tw-text-opacity));
    border-style: none;
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__submenu-container li + li {
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-top-color: rgb(36 55 97 / var(--tw-border-opacity));
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__submenu-container a {
    padding: 1.5rem;
    font-family: var(--wp--preset--font-family--primary);
    font-size: 2rem;
    font-weight: 700;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__submenu-container a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 190 0 / var(--tw-text-opacity));
    text-decoration-line: underline;
    text-decoration-color: #FFBE00;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__submenu-container a:focus {
    --tw-text-opacity: 1;
    color: rgb(255 190 0 / var(--tw-text-opacity));
    text-decoration-line: underline;
    text-decoration-color: #FFBE00;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
    min-width: 20rem;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__container > li {
    margin-top: 0.75rem;
    padding-bottom: 0.75rem;
}
@media only screen and (max-width: 1099px) {
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__container > li {
                padding: 0;
                align-items: flex-start !important
        }
            }
/* Mobile Nav */
.wp-block-navigation__responsive-container-open svg {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAzMiAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeTE9IjEuNSIgeDI9IjMyIiB5Mj0iMS41IiBzdHJva2U9IiMxRDM1NTciIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB5MT0iMTEuNSIgeDI9IjMyIiB5Mj0iMTEuNSIgc3Ryb2tlPSIjMUQzNTU3IiBzdHJva2Utd2lkdGg9IjMiLz4KPGxpbmUgeTE9IjIxLjUiIHgyPSIzMiIgeTI9IjIxLjUiIHN0cm9rZT0iIzFEMzU1NyIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=);
        width: 2rem;
        height: 2rem;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.wp-block-navigation__responsive-container-open svg path,
        .wp-block-navigation__responsive-container-open svg rect {
    display: none;
}
@media only screen and (max-width: 1099px) {
header.wp-block-template-part .wp-block-button__link {
        min-width: 50px;
        white-space: pre
}
    }
@media only screen and (min-width: 1100px) {
header.wp-block-template-part ul li.hidden-desktop, header.wp-block-template-part p.hidden-desktop, header.wp-block-template-part div.hidden-desktop {
            display: none
    }
        }
@media only screen and (max-width: 1099px) {
header.wp-block-template-part ul li.hidden-mobile, header.wp-block-template-part p.hidden-mobile, header.wp-block-template-part div.hidden-mobile {
            display: none
    }
        }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: block;
    position: absolute;
    padding: 7px;
    right: 0;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: rgba(168,200,218,0.90);
    padding: 0px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .search-trigger a {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyNiAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjM2MzMgNS45NzQ3NUMxMy4zOTY5IDIuMDA4NDIgNi45NDE0MiAyLjAwODQyIDIuOTc1MDggNS45NzQ3NUMtMC45OTAzOTIgOS45NDE5NSAtMC45OTAzOTIgMTYuMzk2NiAyLjk3NTA4IDIwLjM2MzhDNi41MDcyMSAyMy44OTUxIDEyLjAwODMgMjQuMjczNCAxNS45NzIxIDIxLjUxNTlDMTYuMDU1NSAyMS45MTA2IDE2LjI0NjQgMjIuMjg3MiAxNi41NTMzIDIyLjU5NDFMMjIuMzI5NiAyOC4zNzA0QzIzLjE3MTMgMjkuMjEwNCAyNC41MzE1IDI5LjIxMDQgMjUuMzY5IDI4LjM3MDRDMjYuMjA5OSAyNy41Mjk1IDI2LjIwOTkgMjYuMTY5MyAyNS4zNjkgMjUuMzMwOUwxOS41OTI4IDE5LjU1M0MxOS4yODc1IDE5LjI0ODYgMTguOTEwMSAxOS4wNTY5IDE4LjUxNTQgMTguOTczNUMyMS4yNzQ2IDE1LjAwODggMjAuODk2MiA5LjUwODYgMTcuMzYzMyA1Ljk3NDc1Wk0xNS41Mzk2IDE4LjU0MDFDMTIuNTc4NCAyMS41MDEzIDcuNzU5MSAyMS41MDEzIDQuNzk4NzUgMTguNTQwMUMxLjgzOTI2IDE1LjU3ODkgMS44MzkyNiAxMC43NjA1IDQuNzk4NzUgNy43OTkyOEM3Ljc1OTEgNC44Mzg5MyAxMi41Nzg0IDQuODM4OTMgMTUuNTM5NiA3Ljc5OTI4QzE4LjUwMDggMTAuNzYwNSAxOC41MDA4IDE1LjU3ODkgMTUuNTM5NiAxOC41NDAxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    }
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 0px;
    display: flex;
    width: 90%;
    max-width: 330px;
    flex-direction: column;
    gap: 1.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(36 55 97 / var(--tw-bg-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
    display: flex;
    max-width: 100%;
    justify-content: flex-end;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__responsive-container-open {
        padding: 10px;
    }
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__responsive-container-close {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjM1LjQxNDIiIHkxPSIxLjQxNDIxIiB4Mj0iMi40MTQyMSIgeTI9IjM0LjQxNDIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNCIvPgo8bGluZSB5MT0iLTIiIHgyPSI0Ni42NjkiIHkyPSItMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxMDcgMC43MDcxMDcgMC43MDcxMDcgLTAuNzA3MTA3IDMgMCkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNCIvPgo8L3N2Zz4K);
        position: static;
        align-self: flex-end;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__responsive-container-close path {
    display: none;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__responsive-container-close:hover,
        .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__responsive-container-close:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media only screen and (max-width: 1099px) {
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container,
    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu {
            padding: 0;
            width: 100%;
            text-align: left;
            align-items: flex-start !important;
            padding-left: 20px;
            margin-bottom: 0;
            gap: 5px;
            box-shadow: none !important;
            border: none !important
    }

            .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container > a, .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu > a {
                border: none;
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity));
            }

            .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container li, .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu li {
                padding-bottom: 5px !important;
            }
        }
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 0px;
    padding-bottom: 2.5rem;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle[aria-expanded="false"] svg {
            transform: none !important;
        }
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle[aria-expanded="false"] + ul {
            display: none;
        }
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle[aria-expanded="true"] svg {
            transform: rotate(-90deg) !important;
        }
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle[aria-expanded="true"] + ul {
            display: block;
        }
@media only screen and (max-width: 1099px) {
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
        width: 100%
}
    }
/* Header search */
#header-search {
    cursor: pointer;
}
#header-search:hover,
    #header-search:focus,
    #header-search:active {
        background-color: var(--wp--preset--color--palette-9) !important;
    }
.wp-block-search__inside-wrapper {
    position: relative;
}
.wp-block-search__inside-wrapper:hover .wp-block-search__input {
    display: block;
}
.wp-block-search__input {
    right: 5rem;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 10;
    display: none;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}
::-webkit-datetime-edit {
    display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
    border-radius: 0px;
}
[type='radio'] {
    border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    [type='checkbox']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    [type='radio']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media (forced-colors: active)  {
    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}
[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
/* Set 1rem to 10px */
html {
	font-size: 62.5%;
}
.screen-reader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
body {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
body p {
	color: var(--wp--preset--color--palette-9);
}
main {
    margin-top: 0px;
}
/* Header styles */
h1 {
	font-size: var(--wp--preset--font-size--xxx-large);
}
/* Link styles */
.wp-site-blocks a:not(.wp-element-button):not(.custom-logo-link) {
	text-decoration: none;
	font-weight: unset;
	border-bottom: 1px solid transparent;
	transition: 0.2s all ease-in-out;
	font-weight: 700;
	color: #243761;
}
.wp-site-blocks a:not(.wp-element-button):not(.custom-logo-link):hover,
	.wp-site-blocks a:not(.wp-element-button):not(.custom-logo-link):focus,
	.wp-site-blocks a:not(.wp-element-button):not(.custom-logo-link):active {
		border-color: inherit;
	}
.wp-site-blocks p a,
.wp-site-blocks .entry-content ul li a,
.wp-site-blocks .wp-block-table a {
	border-bottom: 1px solid !important;
	border-color: inherit;
}
.wp-site-blocks p a:hover,
	.wp-site-blocks p a:focus,
	.wp-site-blocks p a:active,
	.wp-site-blocks .entry-content ul li a:hover,
	.wp-site-blocks .entry-content ul li a:focus,
	.wp-site-blocks .entry-content ul li a:active,
	.wp-site-blocks .wp-block-table a:hover,
	.wp-site-blocks .wp-block-table a:focus,
	.wp-site-blocks .wp-block-table a:active {
		border-color: transparent !important;
	}
.wp-site-blocks .wp-block-button__link {
	min-width: 150px;
	font-weight: 700;
}
.wp-site-blocks .wp-block-button__link:hover,
	.wp-site-blocks .wp-block-button__link:focus {
		color: #243761 !important;
		background: #FFBE00 !important;
	}
.wp-site-blocks .wp-block-button__link {
    text-decoration-line: none;
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-button.is-style-secondary .wp-block-button__link:not(:hover):not(:focus) {
	color: #243761;
	background: #A6B8DE;
}
.wp-block-button.is-style-arrow .wp-block-button__link {
	color: #243761;
	font-weight: 400;
	font-size: 24px;
	background-color: transparent;
	display: flex;
	gap: 8px;
	padding: 0;
	justify-content: flex-end;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	padding-bottom: 3px;
}
.wp-block-button.is-style-arrow .wp-block-button__link::after {
		content: '';
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjkzMTEgMy4wNTE3NmUtMDVMMS40OTE1NyAzLjA1MTc2ZS0wNUwxLjQ5MTU3IDIuNTAxNzRMOS43MjkzNyAyLjUwMTc0TDAgMTIuMjMxMUwxLjc2OTAxIDE0TDExLjQ5ODMgNC4yNzA3VjEyLjUwODZIMTRWNS4zMDY5MVYzLjA1MTc2ZS0wNUw4LjY5MzExIDMuMDUxNzZlLTA1WiIgZmlsbD0iIzFEMzU1NyIvPgo8L3N2Zz4K);
		width: 20px;
		background-repeat: no-repeat;
		background-position: center;
		transform: rotate(45deg);
		margin-right: 5px;
		transition: 0.2s all ease-in-out;
	}
.wp-block-button.is-style-arrow .wp-block-button__link:hover,
	.wp-block-button.is-style-arrow .wp-block-button__link:active,
	.wp-block-button.is-style-arrow .wp-block-button__link:focus {
		background-color: transparent !important;
		border-color: inherit;
	}
.wp-block-button.is-style-arrow .wp-block-button__link:hover::after, .wp-block-button.is-style-arrow .wp-block-button__link:active::after, .wp-block-button.is-style-arrow .wp-block-button__link:focus::after {
			transform: rotate(45deg) translate(3px, -3px);
		}
.wp-block-button.is-style-arrow .wp-block-button__link {
    font-family: var(--wp--preset--font-family--secondary);
}
/* List styles */
ol, ul {
    list-style: auto;
    margin-left: 20px;
}
ul {
	list-style: disc;
}
ul.is-style-basic {
	padding: 0;
	list-style-type: none;
}
ul.is-style-basic li {
		padding: 0;
	}
.wp-block-post-content > *:not(.alignfull), .archive-content > *:not(.alignfull) {
		width: calc( 100% - 3rem - 3rem );
	}
@media screen and (max-width: 640px) {
.wp-block-post-content > *:not(.alignfull), .archive-content > *:not(.alignfull) {
			width: calc( 100% - 4rem - 4rem )
	}
		}
/* Blockquote styles */
blockquote.wp-block-quote {
    padding: 40px 50px;
    border-radius: 8px;
    background-color: #FFF2CC;
}
blockquote.wp-block-quote > * {
		line-height: 1.75;
    }
/* Image alignment styles */
figure.wp-block-image.alignright, 
	figure.wp-block-image.alignleft {
	    max-width: 70%;
	}
@media screen and (max-width: 781px) {
figure.wp-block-image {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important
}

		figure.wp-block-image img {
			width: 100%;
		}
	}
/* Container styles overrides */
.wp-block-cover {
	padding: 60px 0;
}
.entry-content > .wp-block-cover .wp-block-cover__inner-container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}
.entry-content > .wp-block-cover .wp-block-cover__inner-container > *:not(.wp-block-group) {
    	width: calc( 100% - 3rem - 3rem );
    }
@media screen and (max-width: 640px) {
.entry-content > .wp-block-cover .wp-block-cover__inner-container > *:not(.wp-block-group) {
			width: calc( 100% - 4rem - 4rem )
    }
		}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
	width: calc( 100% - 3rem - 3rem );
	margin-left: auto !important;
    margin-right: auto !important;
}
@media screen and (max-width: 640px) {
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
		width: calc( 100% - 4rem - 4rem )
}
	}
/* Grid collapse */
@media (min-width: 782px) and (max-width: 1050px) {
.grid-columns-collapse {
		flex-wrap: wrap !important
}

		.grid-columns-collapse > div {
			flex: 0 1 calc( 50% - 12px ) !important;
		}
	}
/* Query Lists mobile edits */
@media screen and (min-width: 640px) and (max-width: 1050px) {
.wp-site-blocks .wp-block-query .wp-block-post-template.columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
}
	}
.wp-block-post-content,
footer,
.archive-content {
    font-size: var(--wp--preset--font-size--medium);
    line-height: 1.75;
}
.wp-block-post-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.wp-block-post-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.wp-block-post-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
.wp-block-post-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: var(--wp--preset--font-size--xxx-large);
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1;
}
.wp-block-post-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: var(--wp--preset--font-size--xx-large);
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.2;
}
.wp-block-post-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: var(--wp--preset--font-size--x-large);
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.3;
}
.wp-block-post-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.3;
    font-size: var(--wp--preset--font-size--large);
}
.wp-block-post-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.wp-block-post-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.wp-block-post-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-post-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.wp-block-post-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-right: 0.375em;
    padding-bottom: 0.1875em;
    padding-left: 0.375em;
}
.wp-block-post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
}
.wp-block-post-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
}
.wp-block-post-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
}
.wp-block-post-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}
.wp-block-post-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.wp-block-post-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.wp-block-post-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.wp-block-post-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.wp-block-post-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
}
.wp-block-post-content :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.wp-block-post-content :where(.prose-base > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(.prose-base > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(.prose-base > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.wp-block-post-content :where(.prose-base > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(.prose-base > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(.prose-base > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.wp-block-post-content :where(.prose-base > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(.prose-base > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(.prose-base > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.wp-block-post-content :where(.prose-base > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(.prose-base > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(.prose-base > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.wp-block-post-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.wp-block-post-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.wp-block-post-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.wp-block-post-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-left: 1.625em;
}
.wp-block-post-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
}
.wp-block-post-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.wp-block-post-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.wp-block-post-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.wp-block-post-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.wp-block-post-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
}
.wp-block-post-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.wp-block-post-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
}
.wp-block-post-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
}
.wp-block-post-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.wp-block-post-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
}
.wp-block-post-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
}
.wp-block-post-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.wp-block-post-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-post-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.wp-block-post-content :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.wp-block-post-content :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
.wp-block-post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-decoration: underline;
    text-decoration-color: var(--wp--preset--color--palette-2);
}
.wp-block-post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover,
footer :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover,
.archive-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
    text-decoration: none;
}
.wp-block-post-content :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)),
footer :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.archive-content :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: var(--wp--preset--font-size--medium);
    line-height: 1.3;
}
.wp-site-blocks footer {
    margin-top: 0px;
    font-family: var(--wp--preset--font-family--tertiary);
}
.wp-site-blocks footer .footer-columns.wp-block-columns {
		flex-wrap: wrap !important;
		display: flex;
		justify-content: flex-start;
		gap: 20px;
		padding-top: 30px;
		border-top: 1px solid #DCDCDC;
	}
@media (min-width: 782px) {
.wp-site-blocks footer .footer-columns.wp-block-columns {
			margin-left: 10px;
			padding-left: 40px;
			padding-top: 0;
			border-top: 0;
			border-left: 1px solid #DCDCDC
	}
		}
.wp-site-blocks footer .footer-columns.wp-block-columns > div {
			max-width: 150px;
		}
@media (max-width: 1249px) {
.wp-site-blocks footer .footer-columns.wp-block-columns > div {
				flex-basis: auto !important
		}
			}
.wp-site-blocks footer .contact-info p > a:not(.wp-element-button) {
		font-weight: 600;
	}
.wp-site-blocks footer img {
		margin: 0;
	}
.wp-site-blocks footer ul li {
		padding: 0;
		margin: 0;
		margin-bottom: 8px;
		text-wrap: balance;
	}
.wp-site-blocks footer ul li a {
			font-weight: 600 !important;
			color: #243761;
		}
.wp-site-blocks footer p a {
		color: #243761;
		border-bottom: 1px solid transparent !important;
	}
.wp-site-blocks footer p a:hover,
		.wp-site-blocks footer p a:focus,
		.wp-site-blocks footer p a:active {
			text-decoration: underline;
			border-color: inherit !important;
		}
.site-footer {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.site-footer nav li {
    margin: 0px;
}
.has-palette-5-background-color :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gform_required_legend {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.wp-block-image img {
    border-radius: 0.5rem;
}
.wp-block-heading {
	margin: 1em 0 0.5em;
}
h1.wp-block-heading {
	margin: 0 0 0.5em;
}
.wp-block-query-title {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 3.6rem;
}
@media (min-width: 768px) {
    .wp-block-query-title {
        font-size: 5.6rem;
    }
}
.wp-block-group.has-background {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .wp-block-group.has-background {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}
.wp-block-group.has-background .wp-block-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .wp-block-group.has-background .wp-block-image img {
        max-width: 650px;
    }
}
.alignwide {
	padding: 20px 30px;
}
input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="search"],
	input[type="number"] {
		border: 1px solid #243761;
		font-size: 16px;
		outline: none;
		border-radius: 4px;
	}
input[type="text"]:focus,
		input[type="text"]:active,
		input[type="email"]:focus,
		input[type="email"]:active,
		input[type="password"]:focus,
		input[type="password"]:active,
		input[type="search"]:focus,
		input[type="search"]:active,
		input[type="number"]:focus,
		input[type="number"]:active {
			border: 1px solid #243761;
			outline: 1px dashed #A6B8DE;
			--tw-ring-color: #243761;
		}
.wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
    border-radius: 8px;
    margin-left: 0;
}
.gform_wrapper.gravity-theme .gform_fields {
    gap: 1rem;
}
.gform_wrapper.gravity-theme input[type="text"],
		.gform_wrapper.gravity-theme input[type="email"],
		.gform_wrapper.gravity-theme input[type="password"],
		.gform_wrapper.gravity-theme input[type="search"],
		.gform_wrapper.gravity-theme input[type="number"] {
    background-color: #ffffff;
    border-radius: 0.375rem;
    padding: 0.75rem;
    border-width: 1px 1px 8px 1px;
    border-color: #243761;
    color: #243761;
    font-style: italic;
    font-size: 1.8rem;
}
.gform_wrapper.gravity-theme input[type="text"]:focus,
		.gform_wrapper.gravity-theme input[type="email"]:focus,
		.gform_wrapper.gravity-theme input[type="password"]:focus,
		.gform_wrapper.gravity-theme input[type="search"]:focus,
		.gform_wrapper.gravity-theme input[type="number"]:focus {
    background-color: #DEEBF2;
    border-width: 2px 2px 8px 2px;
}
.gform_wrapper.gravity-theme .gform-button,
	.gform_wrapper.gravity-theme .gform_button {
    cursor: pointer;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(36 55 97 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(36 55 97 / var(--tw-bg-opacity));
    background-repeat: no-repeat;
    padding: 0.75rem;
    padding-right: 3rem;
    font-family: var(--wp--preset--font-family--primary);
    font-size: 1.8rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gform_wrapper.gravity-theme .gform-button:hover,
	.gform_wrapper.gravity-theme .gform_button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(36 55 97 / var(--tw-text-opacity));
}
.gform_wrapper.gravity-theme .gform-button:focus,
	.gform_wrapper.gravity-theme .gform_button:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(36 55 97 / var(--tw-text-opacity));
}
.gform_wrapper.gravity-theme .gform-button,
	.gform_wrapper.gravity-theme .gform_button {
		background-position: calc(100% - 1rem) center;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkRpYWdvbmFsIGFycm93Ij4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguNjkzMTEgMEwxLjQ5MTU3IDBMMS40OTE1NyAyLjUwMTcxTDkuNzI5MzcgMi41MDE3MUwwIDEyLjIzMUwxLjc2OTAxIDE0TDExLjQ5ODMgNC4yNzA2N1YxMi41MDg1SDE0VjUuMzA2ODdWMEw4LjY5MzExIDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=);
		background-size: 0.78em;
	}
.gform_wrapper.gravity-theme .gform-button:hover,
		.gform_wrapper.gravity-theme .gform-button:focus,
		.gform_wrapper.gravity-theme .gform_button:hover,
		.gform_wrapper.gravity-theme .gform_button:focus {
			background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjkzMTEgMy4wNTE3NmUtMDVMMS40OTE1NyAzLjA1MTc2ZS0wNUwxLjQ5MTU3IDIuNTAxNzRMOS43MjkzNyAyLjUwMTc0TDAgMTIuMjMxMUwxLjc2OTAxIDE0TDExLjQ5ODMgNC4yNzA3VjEyLjUwODZIMTRWNS4zMDY5MVYzLjA1MTc2ZS0wNUw4LjY5MzExIDMuMDUxNzZlLTA1WiIgZmlsbD0iIzFEMzU1NyIvPgo8L3N2Zz4K)
		}
.gform_wrapper.gravity-theme textarea {
    background-color: #ffffff;
    border-radius: 0.375rem;
    padding: 0.75rem;
    border-width: 1px 1px 8px 1px;
    border-color: #243761;
    color: #243761;
    font-style: italic;
    font-size: 1.8rem;
}
.gform_wrapper.gravity-theme textarea:focus {
    background-color: #DEEBF2;
    border-width: 2px 2px 8px 2px;
}
.gform_wrapper.gravity-theme select {
    background-color: #ffffff;
    border-radius: 0.375rem;
    padding: 0.75rem;
    border-width: 1px 1px 8px 1px;
    border-color: #243761;
    color: #243761;
    font-style: italic;
    font-size: 1.8rem;
}
.gform_wrapper.gravity-theme select:focus {
    background-color: #DEEBF2;
    border-width: 2px 2px 8px 2px;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-family: var(--wp--preset--font-family--primary);
    font-size: 1.8rem;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_label .gfield_required {
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
}
.gform_wrapper.gravity-theme .gfield_error legend,
	.gform_wrapper.gravity-theme .gfield_required,
	.gform_wrapper.gravity-theme .gform_submission_error,
	.gform_wrapper.gravity-theme .gform_validation_errors h2,
	.gform_wrapper.gravity-theme .gfield_error label,
	.gform_wrapper.gravity-theme .gfield_description {
		color: inherit;
	}
.gform_wrapper.gravity-theme .gform_validation_errors,
	.gform_wrapper.gravity-theme .gfield_description {
    border-style: none;
    background-color: transparent;
    padding: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/* Grid Post */
.grid-post {
	height: 100%;
    flex-direction: column;
    display: flex;
    --tw-bg-opacity: 1;
    background-color: rgb(246 247 249 / var(--tw-bg-opacity));
    padding: 2rem;
    --tw-text-opacity: 1;
    color: rgb(36 55 97 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.grid-post :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(36 55 97 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.grid-post :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-family: var(--wp--preset--font-family--tertiary);
    --tw-text-opacity: 1;
    color: rgb(36 55 97 / var(--tw-text-opacity));
}
.grid-post:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 204 / var(--tw-bg-opacity));
}
.grid-post:hover :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: rgb(36 55 97 / var(--tw-text-opacity));
}
.grid-post:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 204 / var(--tw-bg-opacity));
}
.grid-post:focus :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: rgb(36 55 97 / var(--tw-text-opacity));
}
.grid-post > .wp-block-group {
		gap: 15px;
		width: 100%;
	}
.grid-post > .wp-block-group .wp-block-post-title {
			display: inline-block;
			line-height: 1.5;
		}
.grid-post > .wp-block-group .wp-block-post-date {
			line-height: 1.4;
			font-family: var(--wp--preset--font-family--tertiary);
		}
.grid-post .wp-block-post-excerpt {
		margin: 0;
		display: flex;
		flex-direction: column;
		flex: 1;
		justify-content: space-between;
	}
.grid-post .wp-block-post-excerpt > p {
			margin: 15px 0;
			line-height: 1.5;
		}
.wp-block-query .wp-block-post-template.columns-4 {
		padding: 0;
		margin: 0;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
@media (min-width: 640px) {
    .wp-block-query .wp-block-post-template.columns-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .wp-block-query .wp-block-post-template.columns-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.wp-block-query .wp-block-post {
		padding: 0;
	}
.wp-block-query .wp-block-post-excerpt__more-text {
		font-size: 1.6rem;
		margin: 0;
		font-family: var(--wp--preset--font-family--tertiary);
		font-weight: 700;
	}
figure.wp-block-post-featured-image {
	height: 100%;
	width: 100%;
}
figure.wp-block-post-featured-image img {
		width: 100%;
		height: 100%;
		margin: 0;
		-o-object-fit: cover;
		   object-fit: cover;
	}
figure.wp-block-post-featured-image a {
	    border: none !important;
	}
ul.wp-block-post-template {
    padding: 0;
    margin: 0;
}
.wp-site-blocks .wp-block-table.is-style-hidden-headers {
		background-color: initial;
		border-collapse: inherit;
		border-spacing: 0;
	}
.wp-site-blocks .wp-block-table.is-style-hidden-headers thead {
			clip: rect(0 0 0 0); 
			-webkit-clip-path: inset(50%); 
			        clip-path: inset(50%);
			height: 1px;
			overflow: hidden;
			position: absolute;
			white-space: nowrap; 
			width: 1px;
		}
.wp-site-blocks .wp-block-table.is-style-hidden-headers tbody tr:nth-child(odd) {
			background-color: #f0f0f0;
		}
.wp-site-blocks .wp-block-table.is-style-hidden-headers td {
			border: none;
		}
.wp-site-blocks .wp-block-table td,
	.wp-site-blocks .wp-block-table th {
		word-break: normal;
	}
/* PDF Tables Styles */
.pdf-tables {
	overflow-x: auto;
}
.pdf-tables::after {
		content: '';
		width: 60px;
		height: 100%;
		position: absolute;
		right: 20px;
		background: linear-gradient(to left, #fff, transparent);
		pointer-events: none;
	}
.pdf-tables .wp-block-columns {
		overflow: hidden;
		gap: 0;
		min-width: 1050px;
	}
.pdf-tables .wp-block-columns:first-child {
			border-top-left-radius: 8px !important;
			border-top-right-radius: 8px !important;
		}
.pdf-tables .wp-block-columns:last-child {
			border-bottom-left-radius: 8px !important;
			border-bottom-right-radius: 8px !important;
		}
.pdf-tables .wp-block-columns:first-child .wp-block-column {
			border-top: 1px solid #dcdada;
		}
.pdf-tables .wp-block-columns .wp-block-column {
			transition: 0.2s all ease-in-out;
			border: 1px solid #dcdada;
			border-top: 0;
			border-right: 0;
			padding: 10px 15px;
		}
@media (min-width: 782px) {
.pdf-tables .wp-block-columns .wp-block-column {
				padding: 18px 15px
		}
			}
.pdf-tables .wp-block-columns .wp-block-column:last-child {
				border-right: 1px solid #dcdada;
			}
.pdf-tables .wp-block-columns .wp-block-column p {
				line-height: 1.2;
			}
.pdf-tables .wp-block-columns .wp-block-column img {
				border-radius: 0;
			}
.pdf-tables.links-only {
		min-width: unset;
	}
.pdf-tables.links-only .wp-block-column {
			padding: 30px 40px !important;
		}
.pdf-tables.links-only .wp-block-column:hover,
			.pdf-tables.links-only .wp-block-column:focus,
			.pdf-tables.links-only .wp-block-column:active {
				background-color: rgba( 136,158,176, 0.5 );
			}
/* About page overrides */
@media screen and (min-width: 782px) and (max-width: 1050px) {
.wp-block-columns.people-columns {
		flex-wrap: wrap !important
}

		.wp-block-columns.people-columns > div {
			flex: 1 1 100% !important;
		}
	}
/* Events styles overrides */
:root {
	--tec-color-background-events-bar-submit-button: #243761 !important;
	--tec-color-background-events-bar-submit-button-hover: #A6B8DE !important;
	--tec-color-background-events-bar-submit-button-active: #A6B8DE !important;
	--tec-color-text-events-bar-submit-button-active: #243761 !important;
	--tec-color-text-events-bar-submit-button-hover: #243761 !important;
}
.wp-site-blocks .tribe-common *,
	.wp-site-blocks .tribe-block * {
    font-family: var(--wp--preset--font-family--tertiary);
}
.wp-site-blocks .tribe-events-single-event-title {
    font-family: var(--wp--preset--font-family--secondary);
}
.wp-site-blocks .tribe-events .tribe-events-c-view-selector__list-item-link {
		border-radius: 0;
	}
.wp-site-blocks .tribe-events .datepicker .day.active, .wp-site-blocks .tribe-events .datepicker .day.active.focused, .wp-site-blocks .tribe-events .datepicker .day.active:focus, .wp-site-blocks .tribe-events .datepicker .day.active:hover, .wp-site-blocks .tribe-events .datepicker .month.active, .wp-site-blocks .tribe-events .datepicker .month.active.focused, .wp-site-blocks .tribe-events .datepicker .month.active:focus, .wp-site-blocks .tribe-events .datepicker .month.active:hover, .wp-site-blocks .tribe-events .datepicker .year.active, .wp-site-blocks .tribe-events .datepicker .year.active.focused, .wp-site-blocks .tribe-events .datepicker .year.active:focus, .wp-site-blocks .tribe-events .datepicker .year.active:hover {
		background: #243761;
	}
.wp-site-blocks .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .wp-site-blocks .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .wp-site-blocks .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .wp-site-blocks .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .wp-site-blocks .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .wp-site-blocks .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .wp-site-blocks .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .wp-site-blocks .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
		background-color: #243761;
	}
.wp-site-blocks .tribe-common .tribe-common-c-btn-border, .wp-site-blocks .tribe-common a.tribe-common-c-btn-border {
		border-color: #243761;
		color: #243761;
	}
.wp-site-blocks .tribe-events-meta-group a {
		color: #243761;
	}
.post-type-archive-tribe_events .tribe-common-l-container {
    padding-top: 0 !important;
}
/* Staff columns outline */
.staff-columns .wp-block-column {
	border: 1px solid #EAECF0;
}
/* Box Shadow */
.sbl-box-shadow {
	box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 40%);
}
/* CSHP Attribution */
#cshp-attribution {
	float: right;
	clear: both;
	margin: 0;
	text-align: right;
	height: 16px;
}
#cshp-attribution a {
		display: block;
		font-size: 11px;
		border: none !important;
	}
#cshp-attribution a span {
			display: inline-block;
			width: 0;
			padding-top: 5px;
			white-space: nowrap;
			overflow: hidden;
		}
#cshp-attribution a:hover span {
				width: 180px;
			}
#cshp-attribution a:hover i {
				box-shadow: 0 2px 12px rgba(0,0,0,0.3);
			}
#cshp-attribution a i {
			display: inline-block;
			width: 16px;
			height: 16px;
			margin-left: 5px;
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAIJ0lEQVRYw4WXe3BV1RXGf3ufc+89eSpCCIEYR4hFNIQZFRloa6cFeWinVQxpmcIM6fBXW9raqkOl4xAc63Scjp1WdEYtI63WUpnSIlZttZVo1aYj1gcmwQZRkRAkPJL7OPc89uof59xz70XQPXOSc+5+fWutb31rb3XgwLtks1lAbtOW9Q2trPYg9FXz1Kk0NTURBAGgQIGtNRPZLMc+Po6lFGhNqYVBQFNTE42N9YRhiKBAwLYtxsbGGD32MZalMUYOGWOeALmzvq4O2xiDiDyXStmL05kMlmVjTJpMJkMqlcJOpRAxKBRKKVLpNLW1tVhag1KoaB/CICSTSZNKpbEsQSEorQBFOp2hrq4WrTVhGM4tFr25vu9db4z5vJ3P539kWdZip6YGy7LQShMo4skgEUAEwbIslFJYlvUJAAig4jnxeGVAa4XSCh3P0UqjlAYxC/IFd4ttjPme4zjoeEERiR/O2aJ+Qzabp7+/nzfffINDhw6hgPb2dpYvX87ChQsrJyTrAlhak0qnCfKFHq20atXaiiwQKVvzKc0PAn736GOsXtXF/bduwHpxN9/iCN+Ujyg+v5P1X1vBli1bzkBd9Q9La5RSk20FHpAqWaZiN56rbX/kEe7ZtJGbr27nuWtncX7Hl+FEloODh6lrrOWGZVdyz6kcdz+5i8WL+3j22WfjTSsRSOnLswFTbfIZUCvakiVLmJ89zKGNXXBeLdgWj/7pZdb+5d/JmF8tvYINX53PT1Z/iRd+vpPOzk7++cILpUicubDoEhaJQ4AQx6oawcKFC9kw2ePub1+LKRTBC/jlrvLmLc3NrF27lv6jJyAIwQ+55pIZDA0NsX3btoRTQnWYNVJySEQ8if5Ubb9u3Tq+35bm64vn4R4aRdc77Bs8zM1PvwbA5y6+mFf6+5l/9dWsmNUCoQEnxYlsAYCBgYGEiBWuAMCuMD8SnBLGeMzu3bvJvPMKa9Yvw3v/WMQRS3Pr3/YB0OA4PNf3Ilt6e/H6/872W1ZCzmVo3/+47+UBAOrr6hIPl9YuGWuXto7QlfO4hOCu3l7+et2VcCpLIELt+XW8PHCYfxw8CsCmO+5ARJjW0sLTo6e45f6neP9Ujt0HPsITIQUsXb48NivyghIVe92gMVJGhqEy/Hv37mWB49I0fTL58UIEz0mz850PAJjR3MzqNWsAoaenh8f2vsrzbg07Bw/jG8GxLP7wxBN84YvXgJg4vFTtZUsc+6RDmUSIHn/8cdZ0XAR5F6UVKa1hvMAz7x4BYPl112HExOQytLRM5/XXX+fA0BC5fJ45c+bgOA5jY2MYEXSSb1LiO7ZUqpRSqPj97bffYmjff1hw/aUwEZHJzti8d/w0Ax+fjtJy6dJy1poytWe1t0c/JtIc9YsukV0SUurIfJOQoiSzg4ODpE6Okqp1KIaRlaRt3juZjV5TKebO7USMJM/ZJPtcclwipW0AI6DFROSI68Hw8DCt9RlIWZjSIpbFsawLwEVtbdTUOBULhuX3M1ItCq5JSjQoRAwiBpsKd6AERCMijI6OMqMuU22Spcn7AQBNU6ZUZcuZ1kYRqKiOIhUEL/PMpqJTEBQGMUIQBKSTkhsjN4kvqKmpST5V3PVpFTQiYZL0ZQBldxnEKFARBxoaGjjpemAMQRBgjMHJ5zgvHVkVhCESB8fEvDlXGRWJeaJNvLlKOKCrXRMhMyK0tbXxwaksuHmKvovnu5hcjta6FADHT5xI4hgdWsynVlGJdcAkhSDSHl06vRhJ9BERYfbs2ZxO1+OfnsD4Pp7vMZbNM7MhzfT6DB9++CEmlCi9KqQVIJvN0tXVxcMPPph4wEg5/RBJQOuEIKZ6UGdnJ+e3X8abI2PU24Lv+2TdIk21mmvbJjE+Ps7Q0EDZC7GFIyMjLFq0iJWn32Drph+zefPmaN2YJJVgRIgAGCnrdOm7saGBVatWsefdEWoyCtcrEvgeY+M5vtMxDQvYseOPeJ7H/v37+fOuXdx0000su2wmz1yh6bggw1snC/T29vLKSy9V6YDE1VZEUC/29Y07NbUNlm1ROgv5nseM1lamTZtG58UX0rfiItwg5GTBxw8NF9anOXi6wNY3Rjha8Jmcsbh0UoarJtewYvYkho/l6NgxhCswY+pUnu/rY2JiglQqVT7Gh4Z8IT9hJzpqFIbolFvig9aaH/x0Mz/8xSZ+u6wdr1jkRDHg4MkiUxybrde04ocGC6Eho8EI2187yndfHcGVqNbf98ADNDY2Mj4+XiVUEpNHV1PVlGMU/9TT00Pjkm5W7xlEQp8552kuqbdo1CFesYjxPY5ni+wYGGPJ7mHW/esIuVCwgV9v3coNK1dGqWoMRgRjTJVo2ALqjHyB+C5Qavfeey8PX345C27ewFda6mitS2EryAeGI/mA/465DOf8RJSmNzezc9curpo/v0oJy8qVbKlsIHOOxK36XL9+PYsWLaK7u5sd+w98YrgC5nV0cNvGjXR1d3M2o86yR9oWY0aMMW2WZfFZbd68eTy1Zw+/2baN4eFh8rkcTjrNlClTmDlrFl3d3cycORPf9z9DlKJQiMgpWyn1kO/7d2rLii6cJe0/R5t0wQWsvPHG5JpWWjAIAhobG886R8WFSVXcvGKQv9eO4/wsDMP+ouvihyFh/CST44kJqBj92Z7KKlg5xwChMcnaxWKRIAjecRzndtuyLAMsCILgLmPMjUqpGW6xqDzfJwxDXNf9xLXMdV201qj4ei4iBL6P5/sEQUCxWEzGO5kMvu9TKBRKbh8RkSeB27XW3v8BQoVdeYpK5gEAAAAASUVORK5CYII=);
			background-size: contain;
			box-shadow: 0 2px 5px rgba(0,0,0,0.3);
		}
#cshp-attribution a * {
			transition: 0.3s;
		}
