:root {
    --wp--style--gallery-gap-default: 1rem;
}

#main .wp-block-columns {
    gap: 1rem;
}

html, body {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    background-color: var(--wp--preset--color--gray);
}

#root {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
}

#root > div, .page-wrap {
    max-width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 !important;
}

#main a:not(.wp-block-button__link) {
    color: var(--wp--preset--color--primary);
}

.wp-block-button .wp-block-button__link{
    background-color: var(--wp--preset--color--primary);
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    color: var(--wp--preset--color--light);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.214285em;
    padding: 0.96875rem 1.5rem;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: var(--wp--custom--color--primary-darken);
}

.wp-block-button.is-style-secondary .wp-block-button__link {
    color: var(--wp--preset--color--primary);
    background-color: var(--wp--preset--color--light);
}

.wp-block-button.is-style-secondary .wp-block-button__link:hover {
    color: var(--wp--preset--color--light);
    background-color: var(--wp--preset--color--primary);
}

.wp-block-button.is-style-icon--only .wp-block-button__link,
.wp-block-button.is-style-icon--only-rounded .wp-block-button__link {
    display: block;
    position: relative;
    width: 3rem;
    height: 3rem;
}

.wp-block-button.is-style-icon--only-rounded .wp-block-button__link {
    border-radius: 900rem;
}


.wp-block-button.is-style-icon--only .wp-block-button__link > svg,
.wp-block-button.is-style-icon--only-rounded .wp-block-button__link > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wp-block-button--small {
    color: var(--wp--preset--color--main);
    font-weight: 600;
    background-color: var(--wp--preset--color--gray);
}

.wp-block-button--small:hover {
    color: var(--wp--preset--color--light) !important;
    background-color: var(--wp--preset--color--primary)
}

.wp-site-blocks h1:not(.editor-post-title), .act-h1,
.wp-site-blocks h2, .act-h2,
.wp-site-blocks h3, .act-h3 {
    text-transform: uppercase;
}

.wp-site-blocks h1:not(.no-bar),
.wp-site-blocks h2:not(.no-bar),
.wp-site-blocks h3:not(.no-bar) {
    display: flex;
    flex-direction: column;
}

.wp-site-blocks h1:not(.no-bar):after,
.wp-site-blocks h2:not(.no-bar):after,
.wp-site-blocks h3:not(.no-bar):after {
    display: block;
    content: "";
    width: 3.4375rem;
    height: 0.5rem;
    margin-top: 1rem;
    background-color: var(--wp--preset--color--primary);
}

.wp-site-blocks h1:not(.no-bar).text-align--center,
.wp-site-blocks h2:not(.no-bar).text-align--center:after,
.wp-site-blocks h3:not(.no-bar).text-align--center:after {
    margin-left: auto !important;
    margin-right: auto !important;
}

.act-h1 {
    font-size: 2rem;
    line-height: 1;
}

.act-h2 {
    font-size: 1.5rem;
    line-height: 1.1667;
}

.act-h3 {
    font-size: 1.25rem;
    line-height: 0.95;
}

.act-h4 {
    font-size: 1rem;
    line-height: 1.25;
    text-transform: unset !important;
}

.act-h5 {
    font-size: 1rem;
    line-height: 1.25;
    text-transform: unset !important;
}

.act-h6 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25;
    text-transform: unset !important;
}

@media only screen and (min-width: 768px) {
    .wp-site-blocks h1 {
        font-size: 3.25rem !important;
    }

    .wp-site-blocks h2:not(.block-editor-block-card__title) {
        font-size: 2.5rem !important;
        line-height: 1 !important;
    }

    .wp-site-blocks h2 {
        font-size: 2.5rem !important;
        line-height: 1 !important;
    }

    .wp-site-blocks h3, .single .wp-block-post-content h2 {
        font-size: 2rem !important;
        line-height: 1 !important;
    }

    .wp-site-blocks h4 {
        font-size: 1.25rem !important;
        line-height: 1.25 !important;
    }

    .wp-site-blocks h5 {
        font-size: 1rem !important;
        line-height: 1.25 !important;
    }

    .wp-site-blocks h6 {
        font-size: 1rem !important;
        line-height: 1.25 !important;
    }

    body .wp-site-blocks .act-h1 {
        font-size: 3.25rem !important;
    }

    body .wp-site-blocks .act-h2 {
        font-size: 2.5rem !important;
        line-height: 1 !important;
    }

    body .wp-site-blocks .act-h3 {
        font-size: 2rem !important;
        line-height: 1 !important;
    }

    body .wp-site-blocks .act-h4 {
        font-size: 1.25rem !important;
        line-height: 1.25 !important;
    }

    body .wp-site-blocks .act-h5 {
        font-size: 1rem !important;
        line-height: 1.25 !important;
    }

    body .wp-site-blocks .act-h6 {
        font-size: 1rem !important;
        line-height: 1.25 !important;
    }
}

.screen-reader-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important;
}

.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    z-index: 820;
}

figure {
    margin: 0 !important;
}

/* Primary bullets */
ul {
    list-style: none;
}

ol, ul {
    padding-left: 2em;
}

strong {
    font-weight: 600;
}

.entry-content ul:not(.wwr-navigation__list, .splide__list) li::before {
    content: "\2022";
    color: var(--wwr--default--list-style--color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.25em;
}


.text-align--left {
    text-align: left;
}

.text-align--center {
    text-align: center;
}

.text-align--right {
    text-align: right;
}

.wwr-media {
    align-self: center;
    border-radius: var(--wwr--default--border--radius);
    overflow: hidden;
    margin-top: var(--wp--custom--spacing--outer);
    margin-bottom: var(--wp--custom--spacing--outer);
}

.wwr-media img {
    display: block;
    align-self: center;
    max-width: 100%;
}

.wwr-dividers {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--wp--custom--layout--col-gutter);
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.wwr-divider {
    height: 2px;
    background-color: #D3D4D2;
}

.wwr-has-box-shadow {
    box-shadow: var(--wwr--box-shadow--default);
}


.bg-img {
    position: relative;
}

.sgi-icon-link {
    color: inherit;
    font-size: .8125rem;
}

/*.bg-img:not(.wwr-floating-image__float, .wwr-floating-image__main) {*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 100%;*/
/*    z-index: 1;*/
/*}*/

.bg-img picture, .bg-img figure {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.bg-img picture source, .bg-img picture img, .bg-img picture svg, .bg-img figure source, .bg-img figure img, .bg-img figure svg {
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-img .embed-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.bg-img .embed-container iframe,
.bg-img .embed-container object,
.bg-img .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.bg-img.editor-styles-bg-img > button {
    display: block;
}

.bg-img.editor-styles-bg-img > button > img,
.bg-img > img,
.bg-img > video {
    display: block;
    position: absolute;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
}

.bg-img.bg-img--contained picture source, .bg-img.bg-img--contained picture img {
    -o-object-fit: contain;
    object-fit: contain;
}

.bg-img.bg-img--contained > img, .bg-img.bg-img--contained svg {
    -o-object-fit: contain;
    object-fit: contain;
}

.bg-img.bg-img--contained-bottom picture source, .bg-img.bg-img--contained-bottom picture img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center;
}

.bg-img.bg-img--contained-bottom > img, .bg-img.bg-img--contained-bottom svg {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center;
}

.wwr-flex {
    display: flex;
    box-sizing: border-box;
}

.wwr-flex--grow {
    flex-grow: 1;
}

/* Flex Direction */
.wwr-direction--row {
    flex-direction: row;
}

.wwr-direction--row-reverse {
    flex-direction: row-reverse;
}

.wwr-direction--column {
    flex-direction: column;
}

.wwr-direction--column-reverse {
    flex-direction: column-reverse;
}


/* Flex Wrap */
.wwr-wrap--wrap {
    flex-wrap: wrap;
}

.wwr-wrap--reverse {
    flex-wrap: wrap-reverse;
}

.wwr-wrap---nowrap {
    flex-wrap: nowrap;
}

/* Flex Justify Content */
.wwr-justify-content--normal {
    justify-content: normal;
}

.wwr-justify-content--start {
    justify-content: start;
}

.wwr-justify-content--center {
    justify-content: center;
}

.wwr-justify-content--end {
    justify-content: end;
}

.wwr-justify-content--space-between {
    justify-content: space-between;
}

.wwr-justify-content--space-around {
    justify-content: space-around;
}

.wwr-justify-content--space-evenly {
    justify-content: space-evenly;
}

.wwr-align-items--start {
    align-items: start;
}

.wwr-align-items--center {
    align-items: center;
}

.wwr-align-items--end {
    align-items: end;
}

.wwr-align-items--stretch {
    align-items: stretch;
}

.wwr-box--content {
    padding: calc(var(--wwr--spacing--gap) - var(--wwr--spacing--medium)) var(--wwr--spacing--gap);
    border-radius: var(--wwr--default--border--radius);
}

.wwr-box--content--large {
    padding: calc(var(--wwr--spacing--medium) * 2) calc(var(--wwr--spacing--medium) * 3.5);
}

.wwr-box__inner {
    width: 100%;
    max-width: var(--wp--custom--layout--content-size, 1100px);
    margin-left: auto;
    margin-right: auto;
}

.pT--large {
    padding-top: var(--wp--custom--spacing--large);
}

.pB--large {
    padding-bottom: var(--wp--custom--spacing--large);
}

.pT--x-large {
    padding-top: var(--wp--custom--spacing--x-large);
}

.pB--x-large {
    padding-bottom: var(--wp--custom--spacing--x-large);
}

.mT--large {
    margin-top: var(--wp--custom--spacing--large);
}

.mB--large {
    margin-bottom: var(--wp--custom--spacing--large);
}

.mT--x-large {
    margin-top: 2.5rem;
}

.mB--x-large {
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
    .mT--x-large {
        margin-top: var(--wp--custom--spacing--x-large);
    }

    .mB--x-large {
        margin-bottom: var(--wp--custom--spacing--x-large);
    }
}

.mT--xx-large {
    margin-top: var(--wp--custom--spacing--xx-large);
}

.mB--xx-large {
    margin-bottom: var(--wp--custom--spacing--xx-large);
}

.mB--none {
    margin-bottom: 0 !important;
}

.mB--outer {
    margin-bottom: var(--wp--custom--spacing--outer);
}

.wp-block-image figcaption {
    text-align: left !important;
}

@media only screen and (min-width: 768px) {
    .wp-block-image.alignleft {
        margin-right: var(--wp--custom--spacing--outer) !important;
    }

    .wp-block-image.alignright {
        margin-left: var(--wp--custom--spacing--outer) !important;
    }

    #wwrBannerForm {
        min-height: 330px;
    }
}

.wwr-banner-content-sm .gform_wrapper {

}

.wwr-banner-content-sm .gform_wrapper,
.wp-block-wwr-section .wwr-media .gform_wrapper {
    width: 100%;
    max-width: 480px;
    padding: 0.75rem 2.5rem;
    background-color: white;
    float: right;
    box-sizing: border-box;
}

.wwr-banner-content-sm .gform_wrapper h2.gform_title,
.wp-block-wwr-section .wwr-media .gform_wrapper h2.gform_title {
    font-size: 2rem !important;
    line-height: 1 !important;
}

#main .wp-block-media-text .wp-block-media-text__content {
    padding: calc(var(--wp--custom--spacing--outer) * 2) 2.5rem;
    box-sizing: border-box;
    margin: 0 auto;
}



@media only screen and (max-width: 767px) {
    #main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wp-block-wwr-section .wwr-media .gform_wrapper {
        max-width: 100%;
    }

    .wwr-banner-content-sm .gform_wrapper{
        display: block !important;
        margin-top: -152px;
        z-index: 800;
        position: relative;
    }

    #wwrBannerForm {
        min-height: 92px;
    }
}

@media only screen and (max-width: 1250px) {
    #main, .glb-topbar, .wwr-breadcrumbs-wrap, .glb-footer {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wwr-slider .splide__arrows .wp-block-button {
    transform: translateY(-50%) !important;
}