/*
Theme Name: CEO People Helping People
Template: frmwrk
Author: Dan Gavin
Version: 1.0
Requires at least: 6.6
*/

@keyframes arrow-point-right {
    0% {
        translate: 0px 0px;
    }
    25% {
        translate: -20% 0px;
    }
    50% {
        translate: 20% 0px;
    }
    100% {
        translate: 0% 0px;
    }
}

@keyframes arrow-point-left {
    0% {
        translate: 0px 0px;
    }
    25% {
        translate: 20% 0px;
    }
    50% {
        translate: -20% 0px;
    }
    100% {
        translate: 0% 0px;
    }
}

@keyframes arrow-point-down {
    0% {
        translate: 0px 0px;
    }
    25% {
        translate: 0px -20%;
    }
    50% {
        translate: 0px 20%;
    }
    100% {
        translate: 0px 0%;
    }
}

/* Start: Reset and Normalize */

@view-transition {
    navigation: auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    border-style: solid;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow: initial;
    scroll-padding-block-start: calc(
        var(--fw-header-height, 100px) + var(--wp--style--block-gap)
    );
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
body:is(body) .is-style-fw-h1,
body:is(body) .is-style-fw-h2,
body:is(body) .is-style-fw-h3,
body:is(body) .is-style-fw-h4,
body:is(body) .is-style-fw-h5,
body:is(body) .is-style-fw-h6 {
    text-wrap: balance;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
body:is( body ) .is-style-fw-h1,
body:is( body ) .is-style-fw-h2,
body:is( body ) .is-style-fw-h3,
body:is( body ) .is-style-fw-h4,
body:is( body ) .is-style-fw-h5,
body:is( body ) .is-style-fw-h6,
blockquote {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
} */

a {
    /* text-decoration-thickness: 1px; */
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border 0.25s ease;
}

img,
picture {
    block-size: auto;
    max-inline-size: 100%;
    display: block;
}

summary > img {
    display: inline-block;
}

ol,
ul {
    padding-inline-start: 1.5em;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ol[class]:not(.wp-block-list),
ul[class]:not(.wp-block-list) {
    list-style: none;
    padding-inline-start: 0;
}

.wp-block-list > li + li,
.wp-block-list > li + li {
    margin-block-start: calc(var(--wp--style--block-gap) / 3);
}

ol.is-style-fw-list-space > li + li,
ul.is-style-fw-list-space > li + li {
    margin-block-start: var(--wp--style--block-gap);
}

input,
button,
textarea,
select {
    font: inherit;
    font-color: inherit;
}

select,
input:not([type="button"], [type="submit"], [type="reset"]),
textarea {
    font-size: max(16px, 1em);
}

main::after,
.wp-block-group.is-style-fw-section:after {
    content: "";
    clear: both;
    display: table;
}

.edit-post-visual-editor__post-title-wrapper {
    background-color: var(--wp--preset--color--contrast);
    margin-block-start: 0px !important;
    color: var(--wp--preset--color--base);
    padding-block-end: 20px;
    padding-block-start: 20px;
}

.edit-post-visual-editor__post-title-wrapper h1 {
    font-family: var(--wp--preset--font-family--copy);
    font-size: 24px;
    font-weight: 380;
    max-width: var(--wp--style--global--wide-size) !important;
}

/* End: Reset and Normalize */

/* Start: UI Tweaks */

.edit-post-layout .wp-block-post-title,
.edit-post-layout .wp-block-heading:focus {
    text-transform: none !important;
}

.wp-site-blocks > * + * {
    margin-block-start: 0;
}

.fw-main > * + *,
.entry-content > * + * {
    margin-block-start: var(--wp--style--block-gap);
}

.fw-main > :not(.alignfull):not(.entry-content) {
}

/* End: UI Tweaks */

/* Start: Header  */

.fw-banner {
    background-color: #fff;
}

.fw-banner__inner.has-global-padding {
    padding: 10px;
}

.fw-banner__content {
    padding-inline-end: 12px !important;
}

.fw-banner__content .wp-block-columns {
    gap: 1em;
}

.fw-banner__content p {
    max-width: 42ch;
}

.fw-banner summary {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 5px;
    line-height: 1;
    list-style: none;
    padding-inline-start: 21px;
}

.fw-banner summary img {
    display: block;
    border: 1px solid #ddd;
    margin-inline-start: -21px;
}

.fw-banner summary::-webkit-details-marker {
    display: none;
}

.fw-banner summary::marker {
    display: none;
}

.fw-banner summary:after {
    block-size: 1em;
    background-color: blue;
    content: "";
    display: block;
    inline-size: 1em;
    mask-image:
        url(/wp-content/themes/workforce.alabama.gov/images/expand_more.svg),
        linear-gradient(transparent, transparent);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    transition: rotate 0.25s ease;
}

.fw-banner [open] summary:after {
    rotate: -180deg;
}

.fw-banner__details u {
    color: blue;
}

@media (min-width: 601px) {
    .fw-header {
        display: flex;
        flex-direction: column-reverse;
    }
}

.fw-header
    .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content {
    padding-block-start: 60px !important;
    padding-block-end: 60px !important;
}

@media (max-width: 601px) {
    .fw-header .wp-block-navigation__responsive-container:before {
        background-image: linear-gradient(
            -180deg,
            var(--wp--preset--color--contrast) 0%,
            var(--wp--preset--color--contrast) calc(100% - 20px),
            transparent 100%
        );
        block-size: 150px;
        content: "";
        flex: 0 0 150px;
        inset-block-start: 0;
        inset-inline-end: 0;
        inset-inline-start: 0;
        pointer-events: none;
        position: sticky;
        transform: 0px 0px;
        width: 100%;
        z-index: 99;
    }

    .fw-header
        .wp-block-navigation__responsive-container.is-menu-open
        .wp-block-navigation__responsive-container-content
        .wp-block-navigation__container {
        font-size: 28px;
        gap: var(--wp--preset--spacing--40);
    }

    .fw-header
        .wp-block-navigation__responsive-container.is-menu-open
        .wp-block-navigation__responsive-container-content
        .has-child
        .wp-block-navigation__submenu-container {
        font-size: 22px;
        gap: var(--wp--preset--spacing--40);
        padding-block-start: var(--wp--preset--spacing--40);
        padding-inline-start: calc(var(--wp--preset--spacing--60) / 2);
    }

    .fw-header
        .wp-block-navigation__responsive-container.is-menu-open
        .wp-block-navigation__responsive-container-content
        .wp-block-navigation__container
        a:hover,
    .fw-header
        .wp-block-navigation__responsive-container.is-menu-open
        .wp-block-navigation__responsive-container-content
        .wp-block-navigation__container
        a:focus {
        color: var(--wp--preset--color--accent);
    }
}

.wp-block-navigation .wp-block-navigation-item:hover > a,
.wp-block-navigation .wp-block-navigation-item:focus-within > a {
    color: var(--wp--preset--color--accent);
}

.wp-block-navigation .wp-block-navigation-item svg {
    stroke-color: currentcolor;
    transition: stroke-color 0.25s ease;
}

.fw-header .wp-block-navigation .current-menu-ancestor,
.fw-header .wp-block-navigation .wp-block-navigation-item:hover,
.fw-header .wp-block-navigation .wp-block-navigation-item:focus-within,
.fw-header
    .wp-block-navigation
    .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.fw-header
    .wp-block-navigation
    .wp-block-navigation-item__content.wp-block-navigation-item__content:focus {
    color: var(--wp--preset--color--accent);
}

.fw-header .wp-block-navigation .current-menu-ancestor button svg,
.fw-header
    .wp-block-navigation
    .wp-block-navigation-item__content.wp-block-navigation-item__content:hover
    ~ button
    svg,
.fw-header
    .wp-block-navigation
    .wp-block-navigation-item__content.wp-block-navigation-item__content:focus
    ~ button
    svg,
.fw-header .wp-block-navigation .wp-block-navigation-item:hover svg,
.fw-header .wp-block-navigation .wp-block-navigation-item:focus svg {
    stroke-color: var(--wp--preset--color--accent) !important;
}

.fw-header
    .fw-header__secondary
    .wp-block-navigation
    .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.fw-header
    .fw-header__secondary
    .wp-block-navigation
    .wp-block-navigation-item__content.wp-block-navigation-item__content:focus {
    color: var(--wp--preset--color--primary);
    color: #024d97;
}

.fw-header .wp-block-navigation-submenu .wp-block-navigation-item__label {
    padding: 0;
}

.fw-header__secondary {
    background-color: var(--wp--preset--color--base);
}

.fw-header__secondary .wp-block-navigation__container {
    overflow: auto;
    scrollbar-width: none;
}

.fw-header__secondary .wp-block-navigation__container::-webkit-scrollbar {
    display: none;
}

.fw-header__secondary .fw-header__navigation {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--40);
    max-width: 100%;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .fw-header__secondary .fw-header__content {
        justify-content: flex-start;
    }

    .fw-header__secondary .fw-header__navigation[style] {
        font-weight: normal !important;
    }
}

.fw-header__wrapper {
    /* color: var(--wp--preset--color--base); */
    /* background-color: var(--wp--preset--color--primary); */
    inset-block-start: 0;
    pointer-events: none;
    inline-size: 100%;
    z-index: 100;
}

.fw-header a,
.fw-header button,
.fw-header input,
.fw-header .wp-block-navigation {
    pointer-events: all;
}

.fw--js.fw--scrolled .admin-bar .fw-header {
    inset-block-start: 0;
}

.fw-header__logo {
    align-items: center;
    display: flex;
    flex: 0 0 clamp(232px, 21.6vw, 374px);
    /* max-block-size: 60px; */
    position: relative;
    z-index: 100001;
}

@media (600px <= width <= 782px) {
    .fw-header__logo {
        flex: 0 0 clamp(100px, 25.5vw, 200px);
    }
    .fw-header__navigation,
    .fw-header__content {
        gap: 10px;
    }
}

.fw-header__logo a {
    display: block;
    width: 100%;
}

.fw-header__logo img {
    block-size: auto;
    inline-size: 100%;
}

.fw-footer__logo img {
    block-size: auto;
    inline-size: 222px;
}

.fw-header__logo img,
.fw-footer__logo img {
    block-size: 100%;
    inline-size: auto;
}

.fw-footer__logo img {
    block-size: auto;
    inline-size: 100px;
}

.fw-header__logo strong,
.fw-footer__logo strong {
    block-size: 0;
    inline-size: 0;
    overflow: hidden;
    position: absolute;
}

.wp-block-navigation__responsive-container-open svg {
    scale: 1 0.9;
    transform-origin: center;
}

.fw-header .wp-block-navigation .wp-block-navigation__submenu-icon {
    margin-inline-start: 12px;
}

/* End: Header  */

/* Start: Footer  */
.fw-footer .wp-block-navigation-submenu .wp-block-navigation-item__label {
    padding: 0;
}
.fw-footer .wp-block-navigation .wp-block-navigation__submenu-icon {
    display: none;
}
.fw-footer
    .wp-block-navigation
    .has-child
    .wp-block-navigation-submenu__toggle[aria-expanded="true"]
    ~ .wp-block-navigation__submenu-container,
.fw-footer
    .wp-block-navigation
    .has-child:not(.open-on-click):hover
    > .wp-block-navigation__submenu-container,
.fw-footer
    .wp-block-navigation
    .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within
    > .wp-block-navigation__submenu-container {
    display: none;
}

.fw-footer__logo {
    block-size: 100px;
    inline-size: 100px;
}

.fw-footer__logo a {
    block-size: 100px;
    display: block;
    inline-size: 100px;
}

.fw-footer__logo svg {
    height: 100px;
    width: 100px;
}

.fw-footer .has-black-background-color h1:not(.has-text-color),
.fw-footer .has-black-background-color h2:not(.has-text-color),
.fw-footer .has-black-background-color h3:not(.has-text-color),
.fw-footer .has-black-background-color h4:not(.has-text-color),
.fw-footer .has-black-background-color h5:not(.has-text-color),
.fw-footer .has-black-background-color h6:not(.has-text-color) {
    color: inherit;
}

.fw-footer a {
    color: inherit !important;
    text-decoration: none;
}

.fw-footer a:hover,
.fw-footer a:focus {
    color: var(--wp--preset--color--accent) !important;
}

.wp-block-columns:has(.fw-footer__nav-container) {
    flex-wrap: wrap !important;
    gap: var(--wp--style--block-gap);
}

.fw-footer__nav-container {
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .wp-block-column:has(.fw-footer__nav-container) {
        flex: 0 0 100% !important;
        margin-block-start: var(--wp--style--block-gap);
    }

    .fw-footer__nav-container > * {
        flex: 0 0 min(100%, 400px);
    }
}

@media (min-width: 1100px) {
    .fw-footer__nav-container > * {
        flex: 0 0 calc(50% - var(--wp--style--block-gap) / 2);
    }
}

/* End: Footer  */

/* Start: Navigation Block */

.admin-bar .wp-block-navigation__responsive-container {
    inset-block-start: var(--wp-admin--admin-bar--height, 46px);
}

.fw--js.fw--scrolled .admin-bar .wp-block-navigation__responsive-container {
    inset-block-start: 0;
}

@media (min-width: 600px) {
    .admin-bar .wp-block-navigation__responsive-container {
        inset-block-start: 0;
    }

    .fw--js.fw--scrolled .admin-bar .wp-block-navigation__responsive-container {
        inset-block-start: 0;
    }
}

.wp-block-navigation__responsive-container-content {
    padding-inline-end: calc(
        var(--wp--preset--spacing--30) + env(safe-area-inset-right)
    );
    padding-inline-start: calc(
        var(--wp--preset--spacing--30) + env(safe-area-inset-left)
    );
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-content {
        padding-inline-end: 0;
        padding-inline-start: 0;
    }
}

.wp-block-navigation
    .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.wp-block-navigation
    .wp-block-navigation-item__content.wp-block-navigation-item__content:focus {
    color: var(--wp--preset--color--primary);
}

.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content {
    padding-block-start: var(--wp--preset--spacing--80);
}

.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container {
    gap: 0;
    /* font-family: var( --wp--preset--font-family--heading ); */
    font-size: var(--wp--preset--font-size--large);
}

.wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .has-child
    .wp-block-navigation__submenu-container {
    padding: 0;
}

@media (min-width: 601px) {
    .wp-block-navigation__submenu-container {
        padding: var(--wp--preset--spacing--20) !important;
        padding-inline-start: var(--wp--preset--spacing--40) !important;
        padding-inline-end: var(--wp--preset--spacing--40) !important;
        font-weight: normal !important;
        font-size: 0.9em;
        gap: var(--wp--preset--spacing--20);
    }

    .wp-block-navigation
        .has-child
        .wp-block-navigation-submenu__toggle[aria-expanded="true"]
        ~ .wp-block-navigation__submenu-container,
    .wp-block-navigation
        .has-child:not(.open-on-click):hover
        > .wp-block-navigation__submenu-container,
    .wp-block-navigation
        .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within
        > .wp-block-navigation__submenu-container {
        min-width: 250px;
        inset-inline-start: calc(-1 * var(--wp--preset--spacing--40));
    }
}

.wp-block-navigation-submenu .wp-block-navigation-item__label {
    display: block;
    padding: 0.25em 1em;
}

.wp-block-navigation__responsive-container-open svg {
    block-size: 36px;
    inline-size: 36px;
    transform: scaleX(1.5) !important;
}

.wp-block-navigation__responsive-dialog {
    display: flex;
    flex-direction: column;
    margin-block-start: 0;
}

.fw-header .wp-block-navigation__responsive-container-close {
    inset-block-start: 60px;
    inset-inline-end: calc(
        var(--wp--preset--spacing--30) + env(safe-area-inset-right)
    );
    inset-inline-start: auto;
    position: sticky !important;
    /* position: fixed; */
    align-self: flex-end;
    z-index: 100;
    margin-block-start: -115px !important;
}

.wp-block-navigation__responsive-container-close svg {
    block-size: 36px;
    inline-size: 36px;
}

/* End: Navigation Block */

/* Start: Typography */

figcaption {
    font-size: var(--wp--preset--font-size--small);
    opacity: 0.6;
    padding-block-end: 0.75em;
    padding-block-start: 0.75em;
}

.has-large-font-size,
.has-x-large-font-size,
.has-xx-large-font-size {
    line-height: 1.2;
}

body:is(body) .is-style-fw-h1,
body:is(body) .is-style-fw-h2,
body:is(body) .is-style-fw-h3,
body:is(body) .is-style-fw-h4,
body:is(body) .is-style-fw-h5,
body:is(body) .is-style-fw-h6 {
    color: var(--wp--custom--typography--heading--color);
    font-family: var(--wp--custom--typography--heading--font-family);
    font-size: var(--wp--custom--typography--heading--font-size);
    font-style: var(--wp--custom--typography--heading--font-style);
    font-weight: var(--wp--custom--typography--heading--font-weight);
    letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
    line-height: var(--wp--custom--typography--heading--line-height);
    text-transform: var(--wp--custom--typography--heading--text-transform);
}

body:is(body) .is-style-fw-h1 {
    font-family: var(
        --wp--custom--typography--heading--1--font-family,
        var(--wp--custom--typography--heading--font-family)
    );
    font-size: var(
        --wp--custom--typography--heading--1--font-size,
        var(--wp--custom--typography--heading--font-size)
    );
    font-style: var(
        --wp--custom--typography--heading--1--font-style,
        var(--wp--custom--typography--heading--font-style)
    );
    font-weight: var(
        --wp--custom--typography--heading--1--font-weight,
        var(--wp--custom--typography--heading--font-weight)
    );
    letter-spacing: var(
        --wp--custom--typography--heading--1--letter-spacing,
        var(--wp--custom--typography--heading--letter-spacing)
    );
    line-height: var(
        --wp--custom--typography--heading--1--line-height,
        var(--wp--custom--typography--heading--line-height)
    );
    text-transform: var(
        --wp--custom--typography--heading--1--text-transform,
        var(--wp--custom--typography--heading--text-transform)
    );
}

body:is(body) .is-style-fw-h2 {
    font-family: var(
        --wp--custom--typography--heading--2--font-family,
        var(--wp--custom--typography--heading--font-family)
    );
    font-size: var(
        --wp--custom--typography--heading--2--font-size,
        var(--wp--custom--typography--heading--font-size)
    );
    font-style: var(
        --wp--custom--typography--heading--2--font-style,
        var(--wp--custom--typography--heading--font-style)
    );
    font-weight: var(
        --wp--custom--typography--heading--2--font-weight,
        var(--wp--custom--typography--heading--font-weight)
    );
    letter-spacing: var(
        --wp--custom--typography--heading--2--letter-spacing,
        var(--wp--custom--typography--heading--letter-spacing)
    );
    line-height: var(
        --wp--custom--typography--heading--2--line-height,
        var(--wp--custom--typography--heading--line-height)
    );
    text-transform: var(
        --wp--custom--typography--heading--2--text-transform,
        var(--wp--custom--typography--heading--text-transform)
    );
}

body:is(body) .is-style-fw-h3 {
    font-family: var(
        --wp--custom--typography--heading--3--font-family,
        var(--wp--custom--typography--heading--font-family)
    );
    font-size: var(
        --wp--custom--typography--heading--3--font-size,
        var(--wp--custom--typography--heading--font-size)
    );
    font-style: var(
        --wp--custom--typography--heading--3--font-style,
        var(--wp--custom--typography--heading--font-style)
    );
    font-weight: var(
        --wp--custom--typography--heading--3--font-weight,
        var(--wp--custom--typography--heading--font-weight)
    );
    letter-spacing: var(
        --wp--custom--typography--heading--3--letter-spacing,
        var(--wp--custom--typography--heading--letter-spacing)
    );
    line-height: var(
        --wp--custom--typography--heading--3--line-height,
        var(--wp--custom--typography--heading--line-height)
    );
    text-transform: var(
        --wp--custom--typography--heading--3--text-transform,
        var(--wp--custom--typography--heading--text-transform)
    );
}

body:is(body) .is-style-fw-h4 {
    font-family: var(
        --wp--custom--typography--heading--4--font-family,
        var(--wp--custom--typography--heading--font-family)
    );
    font-size: var(
        --wp--custom--typography--heading--4--font-size,
        var(--wp--custom--typography--heading--font-size)
    );
    font-style: var(
        --wp--custom--typography--heading--4--font-style,
        var(--wp--custom--typography--heading--font-style)
    );
    font-weight: var(
        --wp--custom--typography--heading--4--font-weight,
        var(--wp--custom--typography--heading--font-weight)
    );
    letter-spacing: var(
        --wp--custom--typography--heading--4--letter-spacing,
        var(--wp--custom--typography--heading--letter-spacing)
    );
    line-height: var(
        --wp--custom--typography--heading--4--line-height,
        var(--wp--custom--typography--heading--line-height)
    );
    text-transform: var(
        --wp--custom--typography--heading--4--text-transform,
        var(--wp--custom--typography--heading--text-transform)
    );
}

body:is(body) .is-style-fw-h5 {
    font-family: var(
        --wp--custom--typography--heading--5--font-family,
        var(--wp--custom--typography--heading--font-family)
    );
    font-size: var(
        --wp--custom--typography--heading--5--font-size,
        var(--wp--custom--typography--heading--font-size)
    );
    font-style: var(
        --wp--custom--typography--heading--5--font-style,
        var(--wp--custom--typography--heading--font-style)
    );
    font-weight: var(
        --wp--custom--typography--heading--5--font-weight,
        var(--wp--custom--typography--heading--font-weight)
    );
    letter-spacing: var(
        --wp--custom--typography--heading--5--letter-spacing,
        var(--wp--custom--typography--heading--letter-spacing)
    );
    line-height: var(
        --wp--custom--typography--heading--5--line-height,
        var(--wp--custom--typography--heading--line-height)
    );
    text-transform: var(
        --wp--custom--typography--heading--5--text-transform,
        var(--wp--custom--typography--heading--text-transform)
    );
}

body:is(body) .is-style-fw-h6 {
    font-family: var(
        --wp--custom--typography--heading--6--font-family,
        var(--wp--custom--typography--heading--font-family)
    );
    font-size: var(
        --wp--custom--typography--heading--6--font-size,
        var(--wp--custom--typography--heading--font-size)
    );
    font-style: var(
        --wp--custom--typography--heading--6--font-style,
        var(--wp--custom--typography--heading--font-style)
    );
    font-weight: var(
        --wp--custom--typography--heading--6--font-weight,
        var(--wp--custom--typography--heading--font-weight)
    );
    letter-spacing: var(
        --wp--custom--typography--heading--6--letter-spacing,
        var(--wp--custom--typography--heading--letter-spacing)
    );
    line-height: var(
        --wp--custom--typography--heading--6--line-height,
        var(--wp--custom--typography--heading--line-height)
    );
    text-transform: var(
        --wp--custom--typography--heading--6--text-transform,
        var(--wp--custom--typography--heading--text-transform)
    );
}

/* End: Typography */

/* Start: Spacer */

body .is-layout-constrained > * + .wp-block-spacer,
body .is-layout-constrained > .wp-block-spacer + *,
body .is-layout-flow > * + .wp-block-spacer,
body .is-layout-flow > .wp-block-spacer + * {
    margin-block-start: 0 !important;
}

/* End: Spacer */

/* Start: Group Block - Section Style */

.wp-block-group.is-style-fw-section {
    padding-block-start: var(--wp--custom--spacing--section-gap);
    padding-block-end: var(--wp--custom--spacing--section-gap);
}

.wp-block-group.is-style-fw-section.alignfull {
    padding-block-start: var(--wp--custom--spacing--section-gap);
    padding-block-end: var(--wp--custom--spacing--section-gap);
}

.wp-block-group.is-style-fw-section.alignfull
    + *:not(.wp-block-spacer, .alignfull) {
    margin-block-start: var(--wp--custom--spacing--section-gap);
}

.alignfull + .wp-block-group.is-style-fw-section {
    margin-block-start: 0;
}

/* End: Block Group - Section Style */

/* Start: Group Block - Scroll Visibility Styles */

.fw:is(.fw--scrolled) .is-style-fw-hide-when-scrolled,
.fw:not(.fw--scrolled) .is-style-fw-hide-when-not-scrolled {
    display: none;
}

.editor-styles-wrapper .is-style-fw-hide-when-scrolled,
.editor-styles-wrapper .is-style-fw-hide-when-not-scrolled {
    border: 2px dashed gray;
}

/* End: Group Block - Scroll Visibility Styles */

/* Start: Group Block - Viewport Hiding Styles */

@media (max-width: 777px) {
    body:not(.wp-admin) .is-style-fw-mobile-off {
        display: none;
    }

    .editor-styles-wrapper .is-style-fw-mobile-off {
        display: block;
        border: 2px dashed gray;
        opacity: 0.25;
    }
}

@media (min-width: 778px) {
    body:not(.wp-admin) .is-style-fw-mobile-only {
        display: none;
    }

    .editor-styles-wrapper .is-style-fw-mobile-only {
        display: block;
        border: 2px dashed gray;
        opacity: 0.25;
    }
}

@media (min-width: 778px) and (max-width: 1099px) {
    body:not(.wp-admin) .is-style-fw-tablet-off {
        display: none;
    }

    .editor-styles-wrapper .is-style-fw-tablet-off {
        display: block;
        border: 2px dashed gray;
        opacity: 0.25;
    }
}

@media (max-width: 776px) or (min-width: 1100px) {
    body:not(.wp-admin) .is-style-fw-tablet-only {
        display: none;
    }

    .editor-styles-wrapper .is-style-fw-tablet-only {
        display: block;
        border: 2px dashed gray;
        opacity: 0.25;
    }
}

@media (min-width: 1100px) {
    body:not(.wp-admin) .is-style-fw-desktop-off {
        display: none;
    }

    .editor-styles-wrapper .is-style-fw-desktop-off {
        display: block;
        border: 2px dashed gray;
        opacity: 0.25;
    }
}

@media (max-width: 1099px) {
    body:not(.wp-admin) .is-style-fw-desktop-only {
        display: none;
    }

    .editor-styles-wrapper .is-style-fw-desktop-only {
        display: block;
        border: 2px dashed gray;
        opacity: 0.25;
    }
}

/* End: Group Block - Viewport Hiding Styles */

/* Start: Image Block */

.wp-block-image figcaption {
    margin-block-end: 0;
    margin-block-start: 0;
}

.wp-block-image.alignfull figcaption {
    padding-inline-end: var(--wp--style--root--padding-right);
    padding-inline-start: var(--wp--style--root--padding-left);
}

.fw-inline-image {
    display: inline;
}

.fw-inline-image__font-size {
    height: 0.8em;
    width: auto;
}

/* End: Image Block */

/* Start: Quote Block */

.wp-block-quote:not(.is-style-plain) {
    font-size: var(--wp--preset--font-size--x-large);
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.wp-block-quote:not(.is-style-plain):before {
    content: "“";
    font-family: var(--wp--preset--font-family--heading);
    font-size: 4em;
    font-weight: bold;
    inset-inline-start: -0.25em;
    opacity: 0.25;
    position: absolute;
    inset-block-start: -0.25em;
}

.wp-block-quote:not(.is-style-plain) cite {
    display: block;
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: normal;
    margin-block-start: 1em;
}

/* End: Quote Block */

/* Start: Pullquote Block */

.wp-block-pullquote {
    padding: 0;
    text-align: start;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-inline-size: var(--wp--style--global--content-size);
}

.wp-block-pullquote p {
    font-size: var(--wp--preset--font-size--x-large);
    font-weight: bold;
    line-height: 1;
}

.wp-block-pullquote cite {
    display: block;
    font-size: var(--wp--preset--font-size--medium);
    font-style: normal;
    font-weight: normal;
    margin-block-start: 1em;
}

/* END: Pullquote Block */

/* Start: Table Block */

.wp-block-table th,
.wp-block-table td,
.wp-block-table thead,
.wp-block-table tfoot {
    border-color: #757575;
    border-color: hsl(from var(--wp--preset--color--contrast) h s l / 0.45);
}

.wp-block-table.is-style-stripes {
    border-block-end: 0;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
    border: 1px solid #757575;
    border: 1px solid hsl(from var(--wp--preset--color--contrast) h s l / 0.45);
}

/* End: Table Block */

/* Start: Gallery Block */

@media (max-width: 781px) {
    body
        .wp-block-gallery.is-layout-flex
        .wp-block-image:not(#individual-image) {
        inline-size: 100%;
    }
}

/* End: Gallery Block */

/* Start: Media Text Block */

.wp-block-media-text__content
    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-inline-size: var(--wp--style--global--content-size);
    margin-inline-start: auto !important;
    margin-inline-end: auto !important;
}

@media (max-width: 781px) {
    .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
        margin-block-start: 1em;
        padding: 0;
    }

    .wp-block-media-text.is-stacked-on-mobile.alignfull
        > .wp-block-media-text__content {
        margin-block-start: var(--wp--style--block-gap);
        padding-inline-end: var(--wp--style--root--padding-right);
        padding-inline-start: var(--wp--style--root--padding-left);
    }
}

/* End: Media Text Block */

/* Start: Columns */
@media (min-width: 782px) {
    :root .wp-block-columns:where(.is-layout-flex) {
        gap: var(--wp--preset--spacing--40);
    }
}
/* End: Columns */

/* Start: Latest Posts Block */

.wp-block-latest-posts__list li + li {
    margin-block-start: 24px;
}

.wp-block-latest-posts__list li > * + * {
    margin-block-start: 24px;
}

.wp-block-latest-posts__list li > * + .wp-block-latest-posts__post-title {
    display: block;
    font-family: var(--wp--preset--font-family--heading);
    font-size: var(--wp--preset--font-size--large);
    margin-block-start: 12px;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
    margin-block-start: 0;
}

/* End: Latest Posts Block */

/* Start: Buttons Block */
.wp-block-button__link {
    align-items: center;
    display: flex;
    /* font-family: "Monaco", "Consolas", "Lucida Console", monospace !important; */
    font-family: var(--wp--preset--font-family--mono);
    gap: 16px;
}

.wp-block-button__link svg {
    block-size: 1em;
    inline-size: 1em;
}

.wp-block-button__link svg path {
    fill: var(--wp--preset--color--accent);
}

.wp-block-button__link:hover svg,
.wp-block-button__link:focus svg {
    animation: arrow-point-right 0.5s ease;
}

.is-style-fw-icon-down-arrow .wp-block-button__link:hover svg,
.is-style-fw-icon-down-arrow .wp-block-button__link:focus svg {
    animation: arrow-point-down 0.5s ease;
}

.is-style-fw-icon-download .wp-block-button__link:hover svg,
.is-style-fw-icon-download .wp-block-button__link:focus svg {
    animation: arrow-point-down 0.5s ease;
}

.wp-block-button__link.wp-block-query-pagination-previous:hover svg,
.wp-block-button__link.wp-block-query-pagination-previous:focus svg {
    animation: arrow-point-left 0.5s ease;
}

.wp-block-button__link:hover path,
.wp-block-button__link:focus path {
    fill: var(--wp--preset--color--accent);
}
/* End: Buttons Block */

/* Start: Query Block */

.wp-block-query-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 700px) {
    .wp-block-query-pagination {
        justify-content: space-between;
    }
    .wp-block-query-pagination .wp-block-query-pagination-numbers {
        display: none;
    }
}

.wp-block-query-pagination-numbers {
    display: flex;
    gap: 12px;
}

.page-numbers {
    font-family: "Monaco", "Consolas", "Lucida Console", monospace !important;
    font-size: 12px;
}

.wp-block-query-pagination-numbers a,
.wp-block-query-pagination-numbers span:not(.dots) {
    border: 1px solid currentcolor;
    border-radius: 4px;
    line-height: 1;
    padding: 16px;
    text-decoration: none;
}

.wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination-numbers a:focus,
.wp-block-query-pagination-numbers span:not(.dots) {
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
}

.wp-block-query-pagination-numbers .dots {
    line-height: 1;
    padding: 16px;
    text-decoration: none;
}

/* End: Query Block */

/* Start: Classic */

body .is-layout-constrained > .wp-caption.alignleft,
body .is-layout-constrained > .wp-caption.alignright,
.video-shortcode {
    float: none;
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
    max-inline-size: var(--wp--style--global--content-size);
}

.video-shortcode > * {
    aspect-ratio: 16 / 9;
    block-size: auto;
    max-inline-size: 100%;
}

/* End: Classic */

/* Start: Language Picker */

#localize-widget {
    display: none !important;
}

.fw-language-picker {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    block-size: 22px;
    border: 0;
    color: inherit;
    inline-size: 22px;
    padding: 0;
}

.fw-footer .fw-language-picker,
.fw-footer .fw-language-picker__icon {
    block-size: 24px;
    inline-size: 24px;
}

.fw-language-picker {
    display: grid;
    place-content: center;
}

.fw-language-picker__icon {
    color: inherit;
}

.fw-language-picker__icon path {
    stroke: currentColor;
}

.fw-language-picker__icon {
    block-size: 22px;
    display: block;
    grid-area: 1 / 1;
    inline-size: 22px;
}

.fw-language-picker__language {
    font-family: "Monaco", "Consolas", "Lucida Console", monospace !important;
    font-size: 10px;
    font-style: normal;
    grid-area: 1 / 1;
    line-height: 1;
    padding-block-end: 7px;
    padding-block-start: 5px;
    text-transform: uppercase;
}

.fw-footer .fw-language-picker__language {
    padding-block-end: 8px;
    padding-block-start: 6px;
}

.fw-language-dialog {
    background: transparent;
    border: 0;
    color: var(--wp--preset--color--contrast);
    max-width: 640px;
    opacity: 0;
    transform: scale(0.95);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
    width: 100vw;
}

.fw-language-dialog[open][data-visible="true"] {
    opacity: 1;
    transform: scale(1);
}

.fw-language-dialog:not([open]) {
    display: none;
}

.fw-language-dialog::backdrop {
    backdrop-filter: blur(0);
    background-color: rgba(252, 251, 250, 0);
    transition:
        background-color 0.25s ease,
        backdrop-filter 0.25s ease;
}

.fw-language-dialog[open][data-visible="true"]::backdrop {
    backdrop-filter: blur(5px);
    background-color: rgba(252, 251, 250, 0.9);
}

/* End: Language Picker */

/* Start: Accordions */

.fw-accordion__summary-text {
    font-size: var(--wp--preset--font-size--large);
    flex-grow: 1;
}

.fw-accordion__summary {
    border-block-end: 1px solid var(--wp--preset--color--primary);
    padding-block: 16px;
}

.fw-accordion__summary::before {
    block-size: 8px;
    clip-path: path("M6.47 7.41 0 .94.94 0l5.53 5.53L12 0l.94.94-6.47 6.47z");
    flex: 0 0 13px;
    inline-size: 13px;
}

.fw-accordion.fw-accordion--icon-right > .fw-accordion__summary::before,
.fw-accordion__summary::before {
    background-color: var(--wp--preset--color--primary);
    block-size: 8px;
    clip-path: path("M6.47 7.41 0 .94.94 0l5.53 5.53L12 0l.94.94-6.47 6.47z");
    flex: 0 0 13px;
    inline-size: 13px;
}

.fw-accordion.fw-accordion--icon-right.fw-accordion--open
    > .fw-accordion__summary::before,
.fw-accordion--open .fw-accordion__summary::before {
    background-color: currentcolor;
    block-size: 8px;
    clip-path: path(
        "m6.47 0 6.47 6.47-.94.94-5.53-5.53L.94 7.41 0 6.47 6.47 0z"
    );
    inline-size: 13px;
}

/* End: Accordions */

/* Start: Block Styles */

.is-style-fw-numbered-accordions {
    counter-reset: accordion-list 0;
}

.is-layout-constrained.is-style-fw-numbered-accordions
    > .wp-block-group
    > *
    + *,
.is-layout-constrained.is-style-fw-numbered-accordions > * + * {
    margin-top: 0 !important;
}

.is-style-fw-numbered-accordions:not(:has(> .wp-block-group)) .fw-accordion,
.is-style-fw-numbered-accordions > .wp-block-group {
    counter-increment: accordion-list;
}

.is-style-fw-numbered-accordions > .wp-block-group {
    display: flex;
    gap: 12px;
}

.is-style-fw-numbered-accordions > .wp-block-group > .fw-accordion {
    flex-grow: 1;
}

.is-style-fw-numbered-accordions:not(:has(> .wp-block-group))
    .fw-accordion__summary-text {
    text-indent: -2.5ch;
}

.is-style-fw-numbered-accordions > .wp-block-group::before,
.is-style-fw-numbered-accordions:not(:has(> .wp-block-group))
    .fw-accordion__summary-text::before,
.is-style-fw-numbered-accordions:not(:has(> .wp-block-group))
    .fw-accordion--open
    .fw-accordion__summary-text::before {
    content: counter(accordion-list) ".";
    display: inline-table;
    margin-inline-end: 0.5ch;
    text-align: right;
    width: 2.25ch;
}

.is-style-fw-numbered-accordions > .wp-block-group::before {
    font-size: var(--wp--preset--font-size--large);
    padding-block: 16px;
    flex: 0 0 2.25ch;
    margin-inline-end: 0;
    text-align: right;
}

.is-style-fw-arrow-list {
    font-size: clamp(18px, 1.85vw, 32px);
    list-style: none;
    padding: 0;
}

.is-style-fw-arrow-list > li {
    border-block-end: 1px solid var(--wp--preset--color--primary);
}

.wp-block-post-template.is-style-fw-arrow-list > li {
    font-size: clamp(18px, 1.3vw, 24px);
}

.is-style-fw-arrow-list > li + li {
    margin-top: 0;
}

.is-style-fw-arrow-list .wp-block-post-title,
.is-style-fw-arrow-list a,
.is-style-fw-arrow-list button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    inline-size: 100%;
    justify-content: space-between;
    padding: var(--wp--preset--spacing--40) 0;
    text-align: left;
    text-decoration: none;
}

.is-style-fw-arrow-list .wp-block-post-title {
    padding: 0;
}

.is-style-fw-arrow-list svg {
    block-size: 0.72em;
    flex: 0 0 0.72em;
    inline-size: 0.72em;
}

.wp-block-post-template.is-style-fw-arrow-list svg {
    block-size: 1em;
    flex: 0 0 1em;
    inline-size: 1em;
}

.is-style-fw-arrow-list a:hover,
.is-style-fw-arrow-list a:focus,
.is-style-fw-arrow-list button:hover,
.is-style-fw-arrow-list button:focus {
    color: var(--wp--preset--color--contrast);
}

.is-style-fw-arrow-list a:hover svg,
.is-style-fw-arrow-list a:focus svg,
.is-style-fw-arrow-list button:hover svg,
.is-style-fw-arrow-list button:focus svg {
    animation: arrow-point-right 0.5s ease;
}

.is-style-fw-arrow-list svg path {
    fill: var(--wp--preset--color--primary);
}

.is-style-fw-stat-large {
    font-style: normal;
    font-weight: 300;
    font-size: clamp(64px, 6.55vw, 96px);
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.is-style-fw-stat {
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.wp-block-group:has(.is-style-fw-full-height),
.is-style-fw-full-height {
    height: 100%;
}

.wp-block-columns:has(> .wp-block-column .is-style-fw-full-height),
.wp-block-columns.is-style-fw-has-full-height-cover {
    align-items: stretch !important;
}

.wp-block-columns:has(> .wp-block-column .is-style-fw-full-height)
    > .wp-block-column,
.wp-block-columns.is-style-fw-has-full-height-cover > .wp-block-column {
    align-self: stretch !important;
}

@media (min-width: 781px) {
    .is-style-fw-reverse {
        flex-direction: row-reverse;
    }
}

@media (max-width: 781px) {
    .is-style-fw-reverse-mobile {
        flex-direction: column-reverse;
    }
}

.is-style-fw-callout-box {
    margin-block-start: calc(var(--wp--style--block-gap) * 2) !important;
}

.is-style-fw-callout-box + * {
    margin-block-start: calc(var(--wp--style--block-gap) * 2) !important;
}

/* End: Block Styles */

/* Start: Color Shade Settings */

.has-contrast-background-color a:not(.wp-block-button__link) {
    color: var(--wp--preset--color--accent);
}

.has-contrast-background-color a:not(.wp-block-button__link):hover,
.has-contrast-background-color a:not(.wp-block-button__link):focus,
.has-contrast-background-color a:not(.wp-block-button__link):active {
    color: var(--wp--preset--color--base);
}

.has-contrast-background-color .is-style-fw-arrow-list a,
.has-contrast-background-color .is-style-fw-arrow-list button,
.has-mint-200-background-color .is-style-fw-arrow-list a,
.has-mint-200-background-color .is-style-fw-arrow-list button {
    color: inherit;
}

.has-contrast-background-color {
    color: var(--wp--preset--color--base);
}

.has-contrast-background-color .wp-block-button__link {
    border-color: var(--wp--preset--color--accent);
}

.has-contrast-background-color .wp-block-button__link path {
    fill: var(--wp--preset--color--accent);
}

.has-mint-200-background-color .wp-block-button__link {
    border-color: var(--wp--preset--color--contrast);
}

.has-mint-200-background-color .wp-block-button__link path {
    fill: var(--wp--preset--color--contrast);
}

.has-contrast-background-color .wp-block-button__link:hover,
.has-contrast-background-color .wp-block-button__link:focus {
    background-color: var(--wp--preset--color--base);
    border-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast) !important;
}

.has-primary-background-color,
.has-mint-200-background-color {
    color: var(--wp--preset--color--contrast);
}

.has-primary-background-color a:not(.wp-block-button__link):hover,
.has-primary-background-color a:not(.wp-block-button__link):focus,
.has-primary-background-color a:not(.wp-block-button__link):active {
    color: #02386f;
}

.has-mint-200-background-color .wp-block-button__link:hover,
.has-mint-200-background-color .wp-block-button__link:focus {
    background-color: var(--wp--preset--color--contrast) !important;
    border-color: var(--wp--preset--color--contrast) !important;
    color: var(--wp--preset--color--base) !important;
}

.has-mint-200-background-color .wp-block-button__link:hover path,
.has-mint-200-background-color .wp-block-button__link:focus path {
    fill: var(--wp--preset--color--base);
}

.has-primary-background-color .is-style-fw-arrow-list > li {
    border-block-end: 1px solid var(--wp--preset--color--contrast);
}

.has-primary-background-color .is-style-fw-arrow-list svg path {
    fill: var(--wp--preset--color--contrast);
}

.has-highlight-background-color a:not(.wp-block-button__link):hover,
.has-highlight-background-color a:not(.wp-block-button__link):focus,
.has-highlight-background-color a:not(.wp-block-button__link):active {
    color: var(--wp--preset--color--contrast);
}

.has-purple-100-background-color .is-style-fw-arrow-list > li,
.has-teal-100-background-color .is-style-fw-arrow-list > li,
.has-highlight-background-color .is-style-fw-arrow-list > li {
    border-block-end: 1px solid var(--wp--preset--color--contrast);
}

.has-purple-100-background-color .is-style-fw-arrow-list svg path,
.has-teal-100-background-color .is-style-fw-arrow-list svg path,
.has-highlight-background-color .is-style-fw-arrow-list svg path {
    fill: var(--wp--preset--color--contrast);
}

/* End: Color Shade Settings */
