body {
    color: #000;
    font-variant-ligatures: no-common-ligatures;
    position: relative;
}

#root {
    overflow-x: hidden;
    width: 100%;
}

.small {
    font-size: inherit;
}

p {
    margin: 0 0 1em;
    min-height: 1px;
}

    label:empty,
    p:empty {
        display: none;
    }

a:focus,
a:hover {
    color: #777;
}

.noclick > a,
.pointer-events-none,
a.noclick {
    pointer-events: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none !important;
}

.fadein {
    opacity: 0;
    transition: opacity 1s ease;
}

    .fadein:not(.hidden) {
        opacity: 1;
    }

figure {
    margin: 0;
}

.pagination {
    padding: 2em 0;
    text-align: center;
}

    .pagination .screen-reader-text {
        display: block;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: -3em;
    }

    .pagination .page-numbers {
        display: inline-block;
        margin: 0 0.5em;
    }

.pagination,
main {
    display: block;
}

fieldset,
iframe {
    border: 0;
}

form {
    text-align: initial;
}

input,
select {
    font-size: inherit;
}

input,
select,
textarea {
    box-sizing: border-box;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    vertical-align: middle;
}

    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="submit"],
    input[type="tel"],
    input[type="text"],
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
        display: inline-block;
        font-size: 1em;
        margin: 0.3em 0;
        padding: 0.5em;
    }

.select-style {
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    font-size: 1em;
}

.select-style,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
    border: 1px solid #ccc;
    background-color: #fff;
}

textarea {
    min-height: 6em;
}

::-webkit-input-placeholder {
    color: inherit;
}

:-moz-placeholder,
::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    margin: 0.3em 0.5em 0.3em 0;
    vertical-align: top;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        display: inline-block;
        overflow: visible;
        height: auto;
        max-width: calc(100% - 4em);
    }

.select-style {
    padding: 0;
    margin: 0.3em 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .select-style select {
        -webkit-appearance: none;
        background: 0 0;
        border: 0;
        border-radius: 0;
        color: inherit;
        display: block;
        padding: 0.5em 2.5em 0.5em 0.5em;
        position: relative;
        width: calc(100% + 2em);
    }

        .select-style select option {
            color: inherit;
            padding: 0 2em 0 0;
        }

    .select-style::after {
        content: "";
        display: block;
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 2em;
        height: 100%;
    }

.wp-block-source-container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: none !important;
}

.has-white-color {
    color: #ffffff !important;
}

.has-white-background-color {
    background-color: #ffffff !important;
}

.has-white-border-color {
    border-color: #ffffff !important;
}

.has-light-grey-color {
    color: #f5f5f7 !important;
}

.has-light-grey-background-color {
    background-color: #f5f5f7 !important;
}

.has-light-grey-border-color {
    border-color: #f5f5f7 !important;
}

.has-purple-color {
    color: #015635 !important;
}

.has-purple-background-color {
    background-color: #015635 !important;
}

.has-purple-border-color {
    border-color: #015635 !important;
}

.has-dark-purple-color {
    color: #01321f !important;
}

.has-dark-purple-background-color {
    background-color: #015635 !important;
}

.has-dark-purple-border-color {
    border-color: #01321f !important;
}

.has-yellow-color {
    color: #ecbe0e !important;
}

.has-yellow-background-color {
    background-color: #ecbe0e !important;
}

.has-yellow-border-color {
    border-color: #ecbe0e !important;
}

.has-pink-color {
    color: #ea97a6 !important;
}

.has-pink-background-color {
    background-color: #ea97a6 !important;
}

.has-pink-border-color {
    border-color: #ea97a6 !important;
}

.has-cyan-color {
    color: #5ec0cf !important;
}

.has-cyan-background-color {
    background-color: #5ec0cf !important;
}

.has-cyan-border-color {
    border-color: #5ec0cf !important;
}

.has-green-color {
    color: #3b9874 !important;
}

.has-green-background-color {
    background-color: #3b9874 !important;
}

.has-green-border-color {
    border-color: #3b9874 !important;
}

html .has-white-color {
    color: #fff !important;
}

html .has-color .highlight,
html .has-color a {
    color: inherit;
    text-decoration: underline;
}

html .has-color .is-style-accordion,
html .has-color hr {
    border-color: #fff;
}

.is-style-accordion {
    border-top: 1px solid currentColor;
    margin: 0;
}

    .is-style-accordion a {
        display: block;
        padding: 1em 2em 1em 0;
        position: relative;
    }

        .block-editor .is-style-accordion::after,
        .is-style-accordion a::after {
            content: "+";
            display: block;
            font-size: 1em;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

    .is-style-accordion.open a::after {
        content: "-";
    }

.accordion-content {
    padding: 0.5em 0 1.5em;
}

    .accordion-content.hidden,
    .wp-block-embed-wordpress .wp-block-embed__wrapper > blockquote {
        display: none;
    }

.wp-block-separator,
hr {
    border: 0;
    border-bottom: 1px solid currentColor;
    margin: 3em 0;
    max-width: none !important;
}

.wp-block-button {
    display: inline-block;
    margin: 0 0 1em;
}

    .wp-block-button + .wp-block-button {
        margin-left: 1em;
    }

.wp-block-image[class*="is-style-overlay"] figcaption a,
html .wp-block-button .wp-block-button__link,
html button[type="submit"],
html form button,
html input[type="button"],
html input[type="submit"] {
    background: red;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 1.5em;
    padding: calc(0.5em + 2px) 1em;
    position: relative;
    text-decoration: none !important;
    transition: all 0.3s ease;
    width: auto;
}

    .wp-block-image[class*="is-style-overlay"] figcaption a:focus,
    .wp-block-image[class*="is-style-overlay"] figcaption a:hover,
    html .wp-block-button .wp-block-button__link:focus,
    html .wp-block-button .wp-block-button__link:hover,
    html button[type="submit"]:focus,
    html button[type="submit"]:hover,
    html form button:focus,
    html form button:hover,
    html input[type="button"]:focus,
    html input[type="button"]:hover,
    html input[type="submit"]:focus,
    html input[type="submit"]:hover {
        transform: scale(1.1);
    }

.wp-block-image {
    margin: 0 0 1em;
    position: relative;
}

    .wp-block-image a,
    .wp-block-image img {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .wp-block-image[class*="is-style-overlay"] {
        margin: 0;
        text-align: center;
    }

        .wp-block-image[class*="is-style-overlay"]::before {
            background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.45) 100%);
            background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.45) 100%);
            background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.45) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#73000000',GradientType=0);
            content: "";
            pointer-events: none;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

        .wp-block-image[class*="is-style-overlay"] img {
            object-fit: cover;
            font-family: "object-fit: cover;" !important;
            max-height: calc(100vh - 200px);
        }

        .wp-block-image[class*="is-style-overlay"] figcaption {
            color: #fff;
            font-size: inherit;
            overflow: initial !important;
            margin: 0;
            padding: 0 8%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            z-index: 3;
        }

            .wp-block-image[class*="is-style-overlay"] figcaption a {
                font-size: 1rem;
                margin: 1em 0;
            }

                .wp-block-image[class*="is-style-overlay"] figcaption a:last-child {
                    margin-bottom: 0;
                }

.block-editor .wp-block-image[class*="is-style-overlay"] .editor-rich-text.block-editor-rich-text {
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 0;
}

.wp-block-image[class*="is-style-overlay-large"] figcaption {
    font-size: 2em;
}

.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image[class*="is-style-overlay"] > a + figcaption,
.wp-block-image[class*="is-style-overlay"] > a + figcaption a {
    pointer-events: none;
}

html .wp-block-gallery.is-style-flow {
    display: block;
}

    html .wp-block-gallery.is-style-flow.columns-2 {
        column-count: 2;
    }

    html .wp-block-gallery.is-style-flow.columns-3 {
        column-count: 3;
    }

    html .wp-block-gallery.is-style-flow.columns-4 {
        column-count: 4;
    }

    html .wp-block-gallery.is-style-flow.columns-5 {
        column-count: 5;
    }

    html .wp-block-gallery.is-style-flow.columns-6 {
        column-count: 6;
    }

        html .wp-block-gallery.is-style-flow.columns-2 .blocks-gallery-item,
        html .wp-block-gallery.is-style-flow.columns-3 .blocks-gallery-item,
        html .wp-block-gallery.is-style-flow.columns-4 .blocks-gallery-item,
        html .wp-block-gallery.is-style-flow.columns-5 .blocks-gallery-item,
        html .wp-block-gallery.is-style-flow.columns-6 .blocks-gallery-item {
            display: inline-block;
            margin: 0 0 1em;
            width: auto;
        }

html .wp-block-gallery.is-style-nogutters .blocks-gallery-item {
    margin: 0;
}

html .is-style-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    html .is-style-no-gutters > .col,
    html .is-style-no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row.is-style-gutters-large,
.row.is-style-gutters-lines {
    margin-right: -4rem;
    margin-left: -4rem;
}

    .is-style-gutters-large > div > div > .wp-block,
    .is-style-gutters-lines > div > div > .wp-block,
    .row.is-style-gutters-large > div,
    .row.is-style-gutters-lines > div {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .is-style-gutters-lines > div > div > .wp-block,
    .row.is-style-gutters-lines > div {
        position: relative;
    }

        .is-style-gutters-lines > div > div > .wp-block:not(:last-child)::after,
        .row.is-style-gutters-lines > div:not(:last-child)::after {
            border-left: 1px solid #ccc;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 0;
            height: 100%;
        }

.wp-block-table {
    border: 1px solid #f2f2f2;
    border-collapse: collapse;
    margin: 0 0 1em;
}

    .wp-block-table td,
    .wp-block-table th {
        padding: 0.2em 0.4em;
        text-align: left;
    }

    .wp-block-table th {
        background: rgba(255, 255, 255, 0.5);
        color: #fff;
        border: 1px solid #fff;
        font-weight: inherit;
    }

    .wp-block-table td {
        border: 1px solid #ccc;
    }

    .wp-block-table.is-style-invisible {
        border: 0;
    }

        .wp-block-table.is-style-invisible td,
        .wp-block-table.is-style-invisible th {
            background: 0 0;
            border: 0;
            padding: 0;
        }

.wp-block-source-container {
    padding: 0;
    position: relative;
}

.is-style-fullpage {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 100vh;
}

    .is-style-fullpage > div,
    .is-style-fullwidth iframe {
        width: 100%;
    }

.alignleft {
    float: left;
    margin: 0 2em 0 0;
}

.aligncenter {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0 0 0 2em;
}

.block-editor .wp-block-shortcode {
    display: block;
}

.is-style-fullwidth {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: none !important;
}

    .is-style-fullwidth.wp-embed-aspect-4-3 iframe {
        height: 75vw;
    }

    .is-style-fullwidth.wp-embed-aspect-16-9 iframe {
        height: 56.3vw;
    }

.wp-block-embed__wrapper > iframe {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.wp-block-embed-wordpress {
    margin: 0;
}

    .wp-block-embed-wordpress iframe.wp-embedded-content {
        position: relative !important;
        width: 100%;
        height: 50vw;
        max-height: 60vh;
    }

.wp-block-image a[href*="youtu"],
a.video-link {
    display: block;
    overflow: hidden;
    position: relative;
}

    .wp-block-image a[href*="youtu"]:after,
    a.video-link:after {
        background: url(https://www.oaktreemeadows.co.uk/wp-content/themes/SourceWPTheme/stylesheets/images/play.svg) center/100% auto no-repeat;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s ease;
        width: 20%;
        max-width: 8em;
        height: 100%;
        z-index: 2;
    }

    .wp-block-image a:focus:after,
    .wp-block-image a:hover:after,
    a.video-link:focus:after,
    a.video-link:hover:after {
        transform: translateX(-50%) scale(1.1);
    }

.text-center ol,
.text-center ul,
ol.text-center,
ul.text-center {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0;
}

.container-narrow > div {
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
}

@media only screen and (min-width: 575.98px) {
    .row.is-style-gutters-sm-large,
    .row.is-style-gutters-sm-lines {
        margin-right: -4rem;
        margin-left: -4rem;
    }

        .is-style-gutters-sm-large > div > div > .wp-block,
        .is-style-gutters-sm-lines > div > div > .wp-block,
        .row.is-style-gutters-sm-large > div,
        .row.is-style-gutters-sm-lines > div {
            padding-left: 4rem;
            padding-right: 4rem;
        }

        .is-style-gutters-sm-lines > div > div > .wp-block,
        .row.is-style-gutters-sm-lines > div {
            position: relative;
        }

            .is-style-gutters-sm-lines > div > div > .wp-block:not(:last-child)::after,
            .row.is-style-gutters-sm-lines > div:not(:last-child)::after {
                border-left: 1px solid #ccc;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 0;
                height: 100%;
            }
}

@media only screen and (min-width: 767.98px) {
    .wp-block-spacer.is-style-small {
        height: 2rem !important;
    }

    .wp-block-spacer.is-style-medium {
        height: 4rem !important;
    }

    .wp-block-spacer.is-style-large {
        height: 7rem !important;
    }

    .row.is-style-gutters-md-large,
    .row.is-style-gutters-md-lines {
        margin-right: -4rem;
        margin-left: -4rem;
    }

        .is-style-gutters-md-large > div > div > .wp-block,
        .is-style-gutters-md-lines > div > div > .wp-block,
        .row.is-style-gutters-md-large > div,
        .row.is-style-gutters-md-lines > div {
            padding-left: 4rem;
            padding-right: 4rem;
        }

        .is-style-gutters-md-lines > div > div > .wp-block,
        .row.is-style-gutters-md-lines > div {
            position: relative;
        }

            .is-style-gutters-md-lines > div > div > .wp-block:not(:last-child)::after,
            .row.is-style-gutters-md-lines > div:not(:last-child)::after {
                border-left: 1px solid #ccc;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 0;
                height: 100%;
            }

    html .is-style-padded {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    html .is-style-padded-top {
        padding-top: 4rem;
    }

    html .is-style-padded-bottom {
        padding-bottom: 4rem;
    }

    html [class*="is-style-padded-more"] {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    html .is-style-padded-top.more-top,
    html .is-style-padded.more-top {
        padding-top: 7rem;
    }

    html .is-style-padded-bottom.more-bottom,
    html .is-style-padded.more-bottom {
        padding-bottom: 7rem;
    }

    html [class*="is-style-padded-less"] {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    html .is-style-padded-top.less-top,
    html .is-style-padded.less-top {
        padding-top: 2rem;
    }

    html .is-style-padded-bottom.less-bottom,
    html .is-style-padded.less-bottom {
        padding-bottom: 2rem;
    }
}

@media only screen and (min-width: 991.98px) {
    .row.is-style-gutters-lg-large,
    .row.is-style-gutters-lg-lines {
        margin-right: -4rem;
        margin-left: -4rem;
    }

        .is-style-gutters-lg-large > div > div > .wp-block,
        .is-style-gutters-lg-lines > div > div > .wp-block,
        .row.is-style-gutters-lg-large > div,
        .row.is-style-gutters-lg-lines > div {
            padding-left: 4rem;
            padding-right: 4rem;
        }

        .is-style-gutters-lg-lines > div > div > .wp-block,
        .row.is-style-gutters-lg-lines > div {
            position: relative;
        }

            .is-style-gutters-lg-lines > div > div > .wp-block:not(:last-child)::after,
            .row.is-style-gutters-lg-lines > div:not(:last-child)::after {
                border-left: 1px solid #ccc;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 0;
                height: 100%;
            }
}

@media only screen and (min-width: 1199.98px) {
    .row.is-style-gutters-xl-large,
    .row.is-style-gutters-xl-lines {
        margin-right: -4rem;
        margin-left: -4rem;
    }

        .is-style-gutters-xl-large > div > div > .wp-block,
        .is-style-gutters-xl-lines > div > div > .wp-block,
        .row.is-style-gutters-xl-large > div,
        .row.is-style-gutters-xl-lines > div {
            padding-left: 4rem;
            padding-right: 4rem;
        }

        .is-style-gutters-xl-lines > div > div > .wp-block,
        .row.is-style-gutters-xl-lines > div {
            position: relative;
        }

            .is-style-gutters-xl-lines > div > div > .wp-block:not(:last-child)::after,
            .row.is-style-gutters-xl-lines > div:not(:last-child)::after {
                border-left: 1px solid #ccc;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 0;
                height: 100%;
            }
}

.block-editor .wp-block:not([data-align="full"]) {
    max-width: 1140px;
}

.block-editor .block-editor-default-block-appender {
    background-color: rgba(100, 100, 100, 0.03);
}

.block-editor .wp-block-source-carousel,
.block-editor .wp-block-source-container {
    padding-right: 3em;
    padding-left: 3em;
}

.block-editor .wp-block-source-carousel-slide {
    padding-right: 1em;
    padding-left: 1em;
}

.block-editor [class*="is-style-gutters-"] > div > div > .wp-block {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.block-editor .wp-block > .editor-block-list__block-edit {
    background-color: rgba(0, 0, 0, 0.03);
}

.block-editor .wp-block.is-hovered > .editor-block-list__block-edit {
    background-color: rgba(0, 0, 0, 0.04);
}

.block-editor .wp-block.is-selected > .editor-block-list__block-edit {
    background-color: none;
}

.block-editor .wp-block-shortcode {
    color: initial;
}

@media only screen and (min-width: 1599.98px) {
    .container {
        max-width: 1540px;
    }

    .col-xxl,
    .col-xxl-1,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

html .has-white-color a,
html .has-white-color .highlight {
    color: inherit;
    text-decoration: underline;
}

html .has-white-color hr,
html .has-white-color .is-style-accordion,
html .has-white-color .wp-block-button .wp-block-button__link:not(.has-background) {
    border-color: #fff;
}

.is-style-background-curve {
    overflow: hidden;
}

.has-purple-background-color.is-style-background-curve {
    background: #ea97a6 !important;
}

.is-style-background-curve > div {
    position: relative;
    z-index: 1;
}

.is-style-background-curve::before {
    background-color: #3b9874;
    border-radius: 50%;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    right: 13%;
    bottom: 70%;
    transform: translateY(50%);
    width: 200%;
    height: 250%;
    z-index: 0;
}

.is-style-background-curve .wp-block-image {
    position: absolute;
    right: -15%;
    transform: translateY(-50%);
}

    .is-style-background-curve .wp-block-image img {
        border-radius: 50%;
    }

hr,
.wp-block-separator {
    background-color: #ecbe0e;
    border: 0;
    margin: 1em 0 1.3em;
    width: 3em;
    max-width: none !important;
    height: 2px;
}

    .wp-block-separator.is-style-center {
        margin-right: auto;
        margin-left: auto;
    }

html .has-small-font-size,
.ginput_container ul li label {
    font-size: 0.7em;
    font-weight: 400;
}

.has-normal-font-size {
    font-size: 1em;
}

html .has-medium-font-size {
    font-size: 1.2em;
    font-weight: 300;
}

html .has-large-font-size {
    font-size: 1.4em;
    font-weight: 300;
}

html .has-huge-font-size {
    font-size: 2em;
    font-weight: 300;
}

.wp-block-quote {
    font-size: 2em;
    margin: 0;
    text-align: center;
}

    .wp-block-quote p:last-of-type {
        margin-bottom: 0;
    }

    .wp-block-quote cite {
        font-size: 1rem;
        font-style: normal;
    }

.wp-block-button {
    color: inherit;
    display: inline-block;
    margin: 0 0 1em;
}

    .wp-block-button + .wp-block-button {
        margin-left: 0.7rem;
    }

html .wp-block-button .wp-block-button__link,
html input[type="submit"],
html input[type="button"],
html button[type="submit"],
html form button,
.wp-block-image.is-style-overlay figcaption a,
.cn-button.bootstrap {
    background: transparent;
    border: 1px solid #ecbe0e;
    border-radius: 1.5em;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    padding: calc(0.5em + 2px) 1.5em;
    position: relative;
    text-decoration: none !important;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: auto;
    z-index: 2;
}

    html .wp-block-button .wp-block-button__link.has-background {
        border-color: transparent;
        color: #fff;
    }

html .wp-block-button.has-yellow-border-color .wp-block-button__link {
    border-color: #ecbe0e !important;
}

html .wp-block-button .wp-block-button__link:hover,
html .wp-block-button .wp-block-button__link:focus,
html input[type="submit"]:hover,
html input[type="submit"]:focus,
html input[type="button"]:hover,
html input[type="button"]:focus,
html button[type="submit"]:hover,
html button[type="submit"]:focus,
html form button:hover,
html form button:focus,
.wp-block-image.is-style-overlay figcaption a:hover,
.wp-block-image.is-style-overlay figcaption a:focus {
    background: #ecbe0e;
    transform: scale(1.1);
}

html .wp-block-button .wp-block-button__link.has-background:hover,
html .wp-block-button .wp-block-button__link.has-background:focus {
    background: #01321f !important;
}

.wp-block-image.is-style-overlay {
    margin: 0;
    text-align: center;
}

    .wp-block-image.is-style-overlay::before {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#73000000',GradientType=0);
        content: "";
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    .wp-block-image.is-style-overlay img {
        object-fit: cover;
        font-family: "object-fit: cover;" !important;
        max-height: calc(100vh - 200px);
    }

    .wp-block-image.is-style-overlay figcaption {
        color: #fff;
        font-size: inherit;
        overflow: initial !important;
        margin: 0;
        padding: 0 8%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 3;
    }

        .wp-block-image.is-style-overlay figcaption a {
            font-size: 1rem;
            margin: 1em 0;
        }

            .wp-block-image.is-style-overlay figcaption a:last-child {
                margin-bottom: 0;
            }

.block-editor .wp-block-image.is-style-overlay .editor-rich-text.block-editor-rich-text {
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 0;
}

.wp-block-image.is-style-overlay > a + figcaption {
    pointer-events: none;
}

    .wp-block-image.is-style-overlay > a + figcaption a {
        pointer-events: none;
    }

.wp-block-image[class*="is-style-overlay-large"] figcaption {
    font-size: 2em;
}

.wp-block-image.is-style-circle {
    position: relative;
    width: 600px;
    max-width: 40%;
}

    .wp-block-image.is-style-circle img {
        border-radius: 50%;
        position: relative;
        z-index: 2;
    }

    .wp-block-image.is-style-circle::before,
    .wp-block-image.is-style-circle::after {
        background: #015635;
        border-radius: 50%;
        content: "";
        display: block;
        padding-top: 70%;
        position: absolute;
        left: -15%;
        bottom: 0;
        width: 70%;
        height: 0;
        z-index: 1;
    }

    .wp-block-image.is-style-circle::after {
        background: #ecbe0e;
        left: 24%;
        bottom: -15%;
        width: 90%;
        padding-top: 90%;
    }

.is-style-home-banner .wp-block-image.is-style-circle {
    position: absolute;
    right: -2rem;
    top: -2rem;
}

.wp-block-image.is-style-icon-circle img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 0 auto 1em;
    width: auto;
    height: 6em;
}

.wp-block-image.is-style-icon-circle figcaption {
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
}

.wp-block-image.is-style-icon-free img {
    margin: 0 auto;
    width: auto;
    height: 5em;
}

.is-style-ticks {
    list-style-type: none;
    margin: 2em 0;
    padding-left: 0;
}

    .is-style-ticks li {
        margin: 0 0 1em;
        padding: 0 0 0 3em;
        position: relative;
        min-height: 2em;
    }

        .is-style-ticks li::before {
            background: url(../assets/ol-icon-5a4a79.svg) center/contain no-repeat transparent;
            content: "";
            display: block;
            position: absolute;
            top: calc(50% - 0.2em);
            left: 0;
            transform: translateY(-50%);
            width: 2em;
            height: 2em;
        }

.has-purple-background-color .is-style-ticks li::before {
    background-image: url(../assets/ol-icon-ea97a6.svg);
}

.wp-block-columns {
    margin: 0 -15px;
    text-align: initial;
}

    .wp-block-columns .wp-block-column {
        margin: 0 15px;
    }

    .wp-block-columns.nogutters .wp-block-column {
        margin: 0;
    }

.wp-block-source-carousel.is-style-icons {
    margin-right: auto;
    margin-left: auto;
    padding-right: 4rem;
    padding-left: 4rem;
    max-width: 1800px;
}

    .wp-block-source-carousel.is-style-icons .wp-block-source-carousel-slide {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

html [class*="is-style-no-gutters"] {
    margin-right: 0;
    margin-left: 0;
}

    html [class*="is-style-no-gutters"] > .col,
    html [class*="is-style-no-gutters"] > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.wp-block-source-column {
    background-size: cover;
}

    .wp-block-source-column .wp-block-image,
    .wp-block-column .wp-block-image {
        margin-bottom: 0;
    }

html .is-style-text-column {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

html .is-style-text-column,
.wp-block-media-text__content {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 6vw !important;
    padding-left: 6vw !important;
    position: relative;
}

html .container .is-style-text-column,
.container .wp-block-media-text__content {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

html .is-style-text-column > div {
    position: relative;
    z-index: 4;
}

.row.is-style-gutters-large,
.row.is-style-gutters-lines {
    margin-right: -4rem;
    margin-left: -4rem;
}

    .row.is-style-gutters-large > div,
    .row.is-style-gutters-lines > div,
    .is-style-gutters-large > div > div > .wp-block,
    .is-style-gutters-lines > div > div > .wp-block {
        padding-left: 4rem;
    }

    .row.is-style-gutters-large > div,
    .row.is-style-gutters-lines > div,
    .is-style-gutters-large > div > div > .wp-block,
    .is-style-gutters-lines > div > div > .wp-block {
        padding-right: 4rem;
    }

    .row.is-style-gutters-lines > div,
    .is-style-gutters-lines > div > div > .wp-block {
        position: relative;
    }

        .row.is-style-gutters-lines > div:not(:last-child)::after,
        .is-style-gutters-lines > div > div > .wp-block:not(:last-child)::after {
            border-left: 1px solid #ccc;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 0;
            height: 100%;
        }

.wp-block-spacer.is-style-small {
    height: 1rem !important;
}

.wp-block-spacer.is-style-medium {
    height: 2rem !important;
}

.wp-block-spacer.is-style-large {
    height: 3rem !important;
}

html .is-style-padded,
.is-style-fullpage,
html .wp-block-source-container.is-style-boxed {
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

html .is-style-padded-more {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

html .is-style-padded-less {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

html .is-style-padded.yield + .is-style-padded {
    padding-top: 0;
}

html .wp-block-source-container.is-style-home-banner {
    background: url(../assets/home-banner-bg.png) center bottom/100% 100% no-repeat transparent !important;
    padding-top: calc(3rem);
    padding-bottom: 3rem;
}

    html .wp-block-source-container.is-style-home-banner > .container {
        position: relative;
    }

html .wp-block-source-container.is-style-boxed {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.15);
    padding-right: 2rem;
    padding-left: 2rem;
    left: auto;
    transform: none;
    width: auto;
}

.overlap-below {
    margin-bottom: -12rem !important;
    position: relative;
    z-index: 10;
}

.overlapped-above {
    padding-top: 12rem !important;
}

.is-style-fullwidth {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: none !important;
}

    .is-style-fullwidth iframe {
        width: 100%;
    }

    .is-style-fullwidth.wp-embed-aspect-4-3 iframe {
        height: 75vw;
    }

    .is-style-fullwidth.wp-embed-aspect-16-9 iframe {
        height: 56.3vw;
    }

.wp-block-embed-wordpress {
    margin: 0;
}

    .wp-block-embed-wordpress .wp-block-embed__wrapper > blockquote {
        display: none;
    }

    .wp-block-embed-wordpress iframe.wp-embedded-content {
        position: relative !important;
        width: 100%;
        height: 50vw;
        max-height: 60vh;
    }

.wp-block-image a[href*="youtu"],
.wp-block-image a[href*="vimeo"],
a.video-link {
    display: block;
    overflow: hidden;
    position: relative;
}

    .wp-block-image a[href*="youtu"]::after,
    .wp-block-image a[href*="vimeo"]::after,
    a.video-link::after {
        background: url(../assets/play.svg) center/100% auto no-repeat transparent;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s ease;
        width: 20%;
        max-width: 8em;
        height: 100%;
        z-index: 2;
    }

    .wp-block-image a:hover::after,
    .wp-block-image a:focus::after,
    a.video-link:hover::after,
    a.video-link:focus::after {
        transform: translateX(-50%) scale(1.1);
    }

.is-style-narrow > div,
p.is-style-narrow {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}

@media only screen and (min-width: 575.98px) {
    .row.is-style-gutters-sm-large,
    .row.is-style-gutters-sm-lines {
        margin-right: -4rem;
        margin-left: -4rem;
    }

        .row.is-style-gutters-sm-large > div,
        .row.is-style-gutters-sm-lines > div,
        .is-style-gutters-sm-large > div > div > .wp-block,
        .is-style-gutters-sm-lines > div > div > .wp-block {
            padding-left: 4rem;
        }

        .row.is-style-gutters-sm-large > div,
        .row.is-style-gutters-sm-lines > div,
        .is-style-gutters-sm-large > div > div > .wp-block,
        .is-style-gutters-sm-lines > div > div > .wp-block {
            padding-right: 4rem;
        }

        .row.is-style-gutters-sm-lines > div,
        .is-style-gutters-sm-lines > div > div > .wp-block {
            position: relative;
        }

            .row.is-style-gutters-sm-lines > div:not(:last-child)::after,
            .is-style-gutters-sm-lines > div > div > .wp-block:not(:last-child)::after {
                border-left: 1px solid #5a4a79;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 0;
                height: 100%;
            }
}

@media only screen and (min-width: 767.98px) {
    .wp-block-spacer.is-style-small {
        height: 2rem !important;
    }

    .wp-block-spacer.is-style-medium {
        height: 4rem !important;
    }

    .wp-block-spacer.is-style-large {
        height: 7rem !important;
    }

    .row.is-style-gutters-md-large,
    .row.is-style-gutters-md-lines {
        margin-right: -4rem;
        margin-left: -4rem;
    }

        .row.is-style-gutters-md-large > div,
        .row.is-style-gutters-md-lines > div,
        .is-style-gutters-md-large > div > div > .wp-block,
        .is-style-gutters-md-lines > div > div > .wp-block {
            padding-left: 4rem;
        }

        .row.is-style-gutters-md-large > div,
        .row.is-style-gutters-md-lines > div,
        .is-style-gutters-md-large > div > div > .wp-block,
        .is-style-gutters-md-lines > div > div > .wp-block {
            padding-right: 4rem;
        }

        .row.is-style-gutters-md-lines > div,
        .is-style-gutters-md-lines > div > div > .wp-block {
            position: relative;
        }

            .row.is-style-gutters-md-lines > div:not(:last-child)::after,
            .is-style-gutters-md-lines > div > div > .wp-block:not(:last-child)::after {
                border-left: 1px solid #5a4a79;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 0;
                height: 100%;
            }

    html .is-style-padded,
    .is-style-fullpage,
    html .wp-block-source-container.is-style-boxed {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    html .is-style-padded-more {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    html .is-style-padded-less {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    html .wp-block-source-container.is-style-home-banner {
        padding-top: 12rem;
        padding-bottom: 6rem;
    }

    html .wp-block-source-container.is-style-boxed {
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .is-style-home-banner .wp-block-image.is-style-circle {
        right: -5rem;
        top: -5rem;
    }
}

@media only screen and (min-width: 991.98px) {
    .row.is-style-gutters-lg-large,
    .row.is-style-gutters-lg-lines {
        margin-right: -4rem;
        margin-left: -4rem;
    }

        .row.is-style-gutters-lg-large > div,
        .row.is-style-gutters-lg-lines > div,
        .is-style-gutters-lg-large > div > div > .wp-block,
        .is-style-gutters-lg-lines > div > div > .wp-block {
            padding-left: 4rem;
        }

        .row.is-style-gutters-lg-large > div,
        .row.is-style-gutters-lg-lines > div,
        .is-style-gutters-lg-large > div > div > .wp-block,
        .is-style-gutters-lg-lines > div > div > .wp-block {
            padding-right: 4rem;
        }

        .row.is-style-gutters-lg-lines > div,
        .is-style-gutters-lg-lines > div > div > .wp-block {
            position: relative;
        }

            .row.is-style-gutters-lg-lines > div:not(:last-child)::after,
            .is-style-gutters-lg-lines > div > div > .wp-block:not(:last-child)::after {
                border-left: 1px solid #5a4a79;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 0;
                height: 100%;
            }
}

@media only screen and (min-width: 1199.98px) {
    .row.is-style-gutters-xl-large,
    .row.is-style-gutters-xl-lines {
        margin-right: -4rem;
        margin-left: -4rem;
    }

        .row.is-style-gutters-xl-large > div,
        .row.is-style-gutters-xl-lines > div,
        .is-style-gutters-xl-large > div > div > .wp-block,
        .is-style-gutters-xl-lines > div > div > .wp-block {
            padding-left: 4rem;
        }

        .row.is-style-gutters-xl-large > div,
        .row.is-style-gutters-xl-lines > div,
        .is-style-gutters-xl-large > div > div > .wp-block,
        .is-style-gutters-xl-lines > div > div > .wp-block {
            padding-right: 4rem;
        }

        .row.is-style-gutters-xl-lines > div,
        .is-style-gutters-xl-lines > div > div > .wp-block {
            position: relative;
        }

            .row.is-style-gutters-xl-lines > div:not(:last-child)::after,
            .is-style-gutters-xl-lines > div > div > .wp-block:not(:last-child)::after {
                border-left: 1px solid #5a4a79;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 0;
                height: 100%;
            }
}

@font-face {
    font-family: "Museo Sans Rounded";
    src: url(../fonts/MuseoSansRounded500.woff2) format("woff2"), url(../fonts/MuseoSansRounded500.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans Rounded";
    src: url(../fonts/MuseoSansRounded300.woff2) format("woff2"), url(../fonts/MuseoSansRounded300.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans Rounded";
    src: url(../fonts/MuseoSansRounded700.woff2) format("woff2"), url(../fonts/MuseoSansRounded700.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

.block-editor .wp-block:not([data-align="full"]) {
    max-width: 1200px;
}

.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6,
.editor-post-title__block .editor-post-title__input,
html .editor-styles-wrapper {
    font-family: "Museo Sans Rounded", "Helvetica", "Arial", sans-serif;
}

.block-editor .block-editor-default-block-appender {
    background-color: rgba(100, 100, 100, 0.03);
}

.block-editor .wp-block-source-container,
.block-editor .wp-block-source-carousel {
    padding-right: 3em;
    padding-left: 3em;
}

.block-editor .wp-block-source-carousel-slide {
    padding-right: 1em;
    padding-left: 1em;
}

.block-editor [class*="is-style-gutters-"] > div > div > .wp-block {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.block-editor .wp-block,
.block-editor .wp-block > .editor-block-list__block-edit {
    background-color: rgba(0, 0, 0, 0.03);
}

    .block-editor .wp-block.is-hovered > .editor-block-list__block-edit {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .block-editor .wp-block.is-selected > .editor-block-list__block-edit {
        background-color: none;
    }

.block-editor .wp-block-shortcode {
    color: initial;
}

.editor-block-list__insertion-point {
    margin-bottom: 20px;
}

html .editor-styles-wrapper .block-editor-block-list__block {
    margin-top: 10px;
    margin-bottom: 10px;
}

html .editor-styles-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}

@font-face {
    font-family: "Museo Sans Rounded";
    src: url(../fonts/MuseoSansRounded500.woff2) format("woff2"), url(../fonts/MuseoSansRounded500.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans Rounded";
    src: url(../fonts/MuseoSansRounded300.woff2) format("woff2"), url(../fonts/MuseoSansRounded300.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans Rounded";
    src: url(../fonts/MuseoSansRounded700.woff2) format("woff2"), url(../fonts/MuseoSansRounded700.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

.w-35 {
    width: 35% !important;
}

body {
    color: #015635;
    font-family: "Museo Sans Rounded", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
}

p {
    margin-bottom: 1.7rem;
}

img {
    border: 0;
}

a {
    color: #5ec0cf;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #ecbe0e;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 1.3rem;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4,
h5,
h6 {
    font-size: 1.1em;
}

    h1:not(:first-child),
    h2:not(:first-child),
    h3:not(:first-child),
    h4:not(:first-child),
    h5:not(:first-child),
    h6:not(:first-child) {
        margin-top: 1.5em;
    }

    h1 + hr,
    h2 + hr,
    h3 + hr,
    h4 + hr,
    h5 + hr,
    h6 + hr {
        margin-top: -0.5rem;
    }

::-moz-selection {
    background: #ecbe0e;
    color: #fff;
}

::selection {
    background: #ecbe0e;
    color: #fff;
}

.pagination a,
.pagination .page-numbers {
    display: inline-block;
    margin: 0 0.5em;
}

#alert_banner_container {
    font-size: 1rem;
    padding: 0.8em 0;
    text-align: center;
}

    #alert_banner_container a {
        color: inherit;
    }

    #alert_banner_container p:last-child {
        margin: 0;
    }

.page-header {
    padding: 0.5rem 0;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1001;
}

body:not(.home) .page-header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.page-header a {
    color: inherit;
}

    .page-header a:hover,
    .page-header a:focus {
        color: inherit;
    }

.page-header .logo {
    display: block;
    position: relative;
    max-width: 100%;
    z-index: 101;
}

    .page-header .logo img {
        display: block;
        width: auto;
        height: 3rem;
        transition: all 0.3s ease;
    }

        .page-header .logo img:nth-child(1) {
            display: none;
        }

        .page-header .logo img:nth-child(2) {
            display: block;
        }

.page-header .header-options {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

    .page-header .header-options .wp-block-button {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
    }

.menu-toggle {
    cursor: pointer;
    display: inline-block;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    margin-left: 1em;
    position: relative;
    vertical-align: middle;
    width: 2rem;
    height: 1.5rem;
    z-index: 1004;
}

    .menu-toggle span {
        background: currentColor;
        display: block;
        position: absolute;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
        width: 100%;
        height: 4px;
    }

        .menu-toggle span:nth-child(1) {
            top: 0;
        }

        .menu-toggle span:nth-child(2),
        .menu-toggle span:nth-child(3) {
            top: calc(50% - 2px);
        }

        .menu-toggle span:nth-child(4) {
            top: calc(100% - 4px);
        }

body.show-menu .menu-toggle span:nth-child(1),
body.show-menu .menu-toggle span:nth-child(4) {
    left: 50%;
    width: 0%;
}

body.show-menu .menu-toggle span:nth-child(2) {
    transform: rotate(45deg);
}

body.show-menu .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
}

.main-links-menu {
    background: rgba(255, 255, 255, 0.95);
    display: block;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    margin-left: -105%;
    padding: 8%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    z-index: 1003;
}

body.show-menu .main-links-menu {
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.main-links-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 2em;
}

    .main-links-menu ul li {
        display: table;
        margin: 0 0.5em;
    }

        .main-links-menu ul li a,
        .main-links-menu ul li a:visited {
            display: block;
            padding: 0.3em 0;
            position: relative;
        }

.main-links-menu > div > ul > li.current-menu-item > a,
.main-links-menu > div > ul > li.current-menu-parent > a,
.main-links-menu > div > ul > li.current-menu-ancestor > a {
    text-decoration: none;
}

.main-links-menu ul li:hover > a,
.main-links-menu ul li a:hover,
.main-links-menu ul li a:focus {
    text-decoration: none;
}

.main-links-menu ul li a::after {
    border-bottom: 1px solid #ecbe0e;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    width: 0;
    height: 0;
    z-index: 2;
}

.main-links-menu > div > ul > li.current-menu-item > a::after,
.main-links-menu > div > ul > li.current-menu-parent > a::after,
.main-links-menu > div > ul > li.current-menu-ancestor > a::after,
.main-links-menu ul li:hover > a::after,
.main-links-menu ul li a:hover::after,
.main-links-menu ul li a:focus::after {
    width: 100%;
}

.main-links-menu ul ul.sub-menu {
    padding: 0.3em 0 1em 1em;
    position: static;
    top: auto;
    left: auto;
    visibility: visible;
    width: auto;
}

    .main-links-menu ul ul.sub-menu li {
        padding: 0;
    }

    .main-links-menu ul ul.sub-menu a,
    .main-links-menu ul ul.sub-menu a:visited {
        padding: 0.2em 0.5em;
        text-decoration: none;
    }

.scroll-only {
    display: none !important;
}

main {
    display: block;
}

iframe {
    border: 0;
}

.aligncenter iframe {
    margin-right: auto;
    margin-left: auto;
}

.childpage-root {
    margin: 0 0 2em;
}

.childpage {
    display: block;
}

    .childpage .image a {
        display: block;
        width: 100%;
    }

    .childpage .text {
        padding: 1.5em 2em 1.5em;
    }

.slick-slider {
    margin: 0;
}

    .slick-slider .slick-arrow {
        background: #fff;
        border-radius: 50%;
        box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.15);
        padding: 0.8rem !important;
        width: auto;
        height: auto;
    }

        .slick-slider .slick-arrow::before {
            background: center/contain no-repeat transparent;
            width: 1rem;
            height: 1rem;
        }

        .slick-slider .slick-arrow.slick-prev {
            left: 1rem;
        }

            .slick-slider .slick-arrow.slick-prev::before {
                background-image: url(../assets/arrow-left.svg);
            }

        .slick-slider .slick-arrow.slick-next {
            right: 1rem;
        }

            .slick-slider .slick-arrow.slick-next::before {
                background-image: url(../assets/arrow-right.svg);
            }

.slick-dotted.slick-slider {
    margin: 0;
}

.slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

    .slick-dots li {
        margin: 0 0.2em;
    }

        .slick-dots li button {
            background-color: transparent;
            border: 2px solid #000;
            border-radius: 50%;
            display: block;
            padding: 0;
            width: 1rem;
            height: 1rem;
        }

        .slick-dots li.slick-active button {
            background-color: #000;
        }

.has-white-color .slick-dots li button {
    border-color: #fff;
}

.has-white-color .slick-dots li.slick-active button {
    background-color: #fff;
}

.slick-dots li button::before {
    display: none;
}

.slick-slide:focus {
    outline: none !important;
}

.page-footer {
    border-top: 1px solid #e0e0e0;
    margin-top: -1px;
}

    .page-footer a {
        color: inherit;
    }

        .page-footer a:hover,
        .page-footer a:focus {
            color: inherit;
            text-decoration: underline;
        }

.menu-footer-menu-container {
    display: block;
    margin: 0 0 2em;
}

    .menu-footer-menu-container ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

form {
    text-align: initial;
}

fieldset {
    border: 0;
}

label:empty {
    display: none;
}

input,
textarea,
select {
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    vertical-align: middle;
}

    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    input[type="submit"],
    input[type="tel"],
    .select-style,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
        display: inline-block;
        font-size: 1em;
        margin: 0.3em 0;
        padding: 0.5em 1em;
    }

    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    input[type="tel"],
    .select-style,
    textarea {
        background-color: #f5f5f7;
        border: none;
        border-radius: 1.5em;
    }

textarea {
    min-height: 6em;
}

::-webkit-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    margin: 0.3em 0.5em 0.3em 0;
    vertical-align: top;
}

    input[type="radio"] + label,
    input[type="checkbox"] + label {
        display: inline-block;
        overflow: visible;
        height: auto;
        max-width: calc(100% - 4em);
    }

input[type="image"] {
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0.3em 0;
    padding: 0.5em;
    width: auto;
    height: 2.44em;
    vertical-align: middle;
}

.select-style {
    padding: 0;
    margin: 0.3em 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .select-style select {
        -webkit-appearance: none;
        background: none;
        border: 0;
        border-radius: 0;
        color: inherit;
        display: block;
        padding: 0.5em 2.5em 0.5em 1em;
        position: relative;
        width: calc(100% + 2em);
    }

        .select-style select option {
            color: inherit;
            padding: 0 2em 0 0;
        }

    .select-style::after {
        background: url(../assets/arrow-down.svg) center/50% auto no-repeat #f5f5f7;
        content: "";
        display: block;
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 2em;
        height: 100%;
    }

.radio-style,
.checkbox-style {
    background: #f5f5f7;
    border: 0.2em solid #f5f5f7;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin-top: 0.2em;
    margin-right: 0.5em;
    position: relative;
    transition: all 0.3s ease;
    vertical-align: top;
    width: 1em;
    height: 1em;
}

.checkbox-style {
    border-radius: 0.1em;
}

    .radio-style.checked,
    .checkbox-style.checked {
        background: #01321f;
    }

    .radio-style input[type="radio"],
    .checkbox-style input[type="checkbox"] {
        display: block;
        margin: 0;
        position: absolute;
        top: -0.2em;
        left: -0.2em;
        width: 1em;
        height: 1em;
    }

@media only screen and (max-width: 767.98px) {
    .page-header .header-options .wp-block-button .wp-block-button__link {
        font-size: 0.8rem;
    }
}

@media only screen and (min-width: 767.98px) {
    .w-md-15 {
        width: 15% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.4em;
    }

    h4,
    h5,
    h6 {
        font-size: 1.2em;
    }

    .page-header {
        padding: 1rem 0;
    }

        .page-header .logo img {
            height: 4rem;
        }

    .fixed-header .page-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .fixed-header.scrolled .page-header {
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
        padding: 0.6em 0;
        position: fixed;
        height: auto;
    }

    body.home:not(.scrolled) .page-header {
        color: #fff;
    }

        body.home:not(.scrolled) .page-header .logo img:nth-child(1) {
            display: block;
        }

        body.home:not(.scrolled) .page-header .logo img:nth-child(2) {
            display: none;
        }

        body.home:not(.scrolled) .page-header .header-options .wp-block-button__link.has-purple-background-color {
            background-color: #312a42 !important;
        }

    .fixed-header.scrolled.admin-bar .page-header {
        top: 32px;
    }

    .fixed-header.scrolled .page-header .logo img {
        height: 4rem;
        max-height: none;
    }

    .fixed-header.scrolled .page-header .header-options {
        display: none;
    }

    .fixed-header .page-header,
    .fixed-header .page-header-height {
        height: 9rem;
    }

    body.home .page-header-height {
        display: none;
    }

    .main-links-menu,
    body.show-menu .main-links-menu {
        background: transparent;
        box-shadow: none;
        font-size: 1rem;
        margin: 0.5em -0.9em 0 0;
        overflow: visible;
        padding: 0;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        z-index: 1002;
    }

        .main-links-menu ul {
            padding: 0;
        }

            .main-links-menu ul li {
                display: inline-block;
                margin: 0 0.9em;
                position: relative;
                text-align: initial;
            }

                .main-links-menu ul li a,
                .main-links-menu ul li a:visited {
                    padding: 0 0;
                }

                .main-links-menu ul li:first-child > a {
                    margin-left: 0;
                }

                .main-links-menu ul li:last-child > a {
                    margin-right: 0;
                }

            .main-links-menu ul ul.sub-menu {
                background: #fff;
             
                padding: 0.5em 0;
                position: absolute;
                top: 100%;
                left: -0.9em;
                visibility: hidden;
                width: 12em;
            }

    body.home:not(.scrolled) .main-links-menu ul ul.sub-menu {
        background-color: #5a4a79;
        color: #fff;
    }

    .main-links-menu ul li:last-child ul.sub-menu {
        left: auto;
        right: -0.9em;
    }

    .main-links-menu li:hover > ul.sub-menu,
    .main-links-menu a:focus + ul.sub-menu,
    .main-links-menu li[aria-expanded="true"] > ul.sub-menu,
    .main-links-menu ul.sub-menu[data-has-focus="true"] {
        visibility: visible;
    }

    .main-links-menu ul ul.sub-menu li {
        display: block;
        margin: 0;
        padding: 0 0.9em;
    }

    .main-links-menu ul ul.sub-menu a,
    .main-links-menu ul ul.sub-menu a:visited {
        display: table;
        margin: 0;
        padding: 0.3em 0;
        text-align: initial;
        text-transform: none;
    }

    .main-links-menu ul ul.sub-menu ul.sub-menu {
        padding: 0 0;
        position: absolute;
        top: 0;
        left: 100%;
    }

        .main-links-menu ul ul.sub-menu ul.sub-menu a {
            text-decoration: none;
        }

    .scroll-only {
        display: none !important;
    }

    body.scrolled .scroll-only {
        display: inline-block !important;
    }

    .slick-slider .slick-arrow {
        padding: 1rem !important;
    }

        .slick-slider .slick-arrow::before {
            width: 1.2rem;
            height: 1.2rem;
        }

    .gfield.third {
        width: 33.3333%;
    }

    .gfield.two-thirds {
        width: 66.6666%;
    }

    .gfield.half {
        width: 50%;
    }
}

@media only screen and (min-width: 991.98px) {
    body {
        font-size: 20px;
    }

    .page-header {
        padding: 2rem 0;
    }

        .page-header .logo img {
            height: 5rem;
        }
}

@media only screen and (min-width: 1199.98px) {
    body {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1599.98px) {
    body {
        font-size: 24px;
    }
}

.gform_wrapper {
    padding: 0 0;
}

label.gfield_label {
    font-weight: 700;
}

.hide-labels .gfield:not(.show-label) label.gfield_label,
.hidden_label > label {
    display: block;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: -3em;
}

.validation_error {
    color: #a00;
    font-weight: 700;
    margin: 0 0 1em;
}

.validation_message {
    color: #a00;
    font-size: 0.8em;
    font-weight: 700;
}

.gfield_required {
    color: inherit;
    margin: 0 0.2em;
}

.gsection {
    border: 0;
    display: block;
    margin: 1.5em 0;
}

    .gsection::before {
        border-bottom: 2px solid #ecbe0e;
        content: "";
        display: block;
        margin: 0 auto;
        width: 3em !important;
    }

    .gsection h2 {
        display: none;
    }

.gform_fields {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-right: -0.5em !important;
    margin-left: -0.5em !important;
    padding: 0 !important;
}

.gfield {
    display: block;
    margin-bottom: 1.5em !important;
    padding: 0 0.5em;
    width: 100%;
}

    .gfield input[type="text"],
    .gfield input[type="number"],
    .gfield input[type="email"],
    .gfield input[type="search"],
    .gfield input[type="password"],
    .gfield input[type="submit"],
    .gfield input[type="tel"],
    .gfield button,
    .gfield .select-style,
    .gfield textarea {
        margin: 0;
        width: 100%;
    }

    .gfield ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .gfield ul li {
            display: inline-block;
            margin: 0 1.5em 0 0;
            vertical-align: top;
            white-space: nowrap;
        }

            .gfield ul li input[type="radio"] + label,
            .gfield ul li input[type="checkbox"] + label {
                max-width: none;
            }

            .gfield ul li label {
                white-space: initial;
            }

    .gfield.gform_hidden {
        margin: 0 !important;
        padding: 0 !important;
    }

.ginput_container_name {
    display: flex;
    margin-right: -0.5em !important;
    margin-left: -0.5em !important;
}

    .ginput_container_name > span {
        padding: 0 0.5em;
    }

.ginput_container_date > .clear-multi {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -0.5em !important;
    margin-left: -0.5em !important;
    padding: 0;
}

    .ginput_container_date > .clear-multi > div {
        padding: 0 0.5em;
    }

.gfield .textarea.small {
    height: 5em;
}

.gfield .textarea.medium {
    height: 10em;
}

.gfield .textarea.large {
    height: 15em;
}

.gfield_description {
    margin: 1em 0;
}

.gform_footer {
    margin: 0 0;
}

    .gform_footer input[type="submit"] {
        background: #015635;
        border: 0;
        color: #fff;
        display: inline-block;
        margin: 0;
    }

.mc4wp-form-fields {
    margin-bottom: 2em;
    text-align: center;
}

    .mc4wp-form-fields label {
        display: block;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: -3em;
    }

html .fts-jal-fb-header {
    display: none !important;
}

html .fts-powered-by-text-popup a.fts-powered-by-text {
    display: none !important;
}

html .svg-social-menu {
    font-size: 1.3rem;
    margin: 0 0 1rem;
}

    html .svg-social-menu .menu-item {
        margin: 0.2em 0.2em;
    }

        html .svg-social-menu .menu-item:first-child {
            margin-left: 0;
        }

        html .svg-social-menu .menu-item:last-child {
            margin-right: 0;
        }

#cookie-notice {
    background: #312a42 !important;
}
