/*
    This CSS File will only display on pages and posts using the ACF Flexible Layouts
*/

/* Table of Contents
    - Defaults
    - Text Section
    - Image Text Section
    - Icon Section
    - Galery Section
    - Background Image Section
    - Blog & Services Section
    - Team Section
    - Testimonials Section
    - Form Section
    - Events Section
    - Tabs Section
        - Horizontal Tabs Section
        - Vertical Tabs Section
    - FAQs Section
    - Media Queries
*/

/* Defaults
---------------------------------------------------------------------------- */
.flexible-layout-page .site-inner {
    padding: 0;
    max-width: 100%;
}

.flexible-layout-page .entry {
    padding: 0;
    margin: 0;
    display: none;
}

.flexible-layout .section-content:first-of-type {
    margin-bottom: 2rem;
}

.flexible-layout .section-content p:last-child {
    margin: 0;
}

.flexible-layout,
.flexible-layout.flexible-layout-image-text-section .image-text-default {
    padding: 4rem 0;
    position: relative;
}

.flexible-layout .title-wrap {
    position: relative;
    z-index: 2;
}

.flexible-layout .section-title em {
    font-family: var(--cursiveFont);
}

.flexible-layout .section-title {
    font-size: 3.6rem;
    font-weight: 400;
    text-wrap: balance;
    color: var(--mainColor);
    position: relative;
    margin-bottom: 2rem;
    line-height: 1;
}

.flexible-layout .section-subtitle {
    color: var(--secondColor);
    font-family: var(--bodyFont);
    margin: 0;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    position: relative;
    letter-spacing: 1px;
}

.flexible-layout[style="background-color:#004710;color:#ffffff;"] .section-button a.button {
    color: white;
    border-color: white;
}

.flexible-layout[style="background-color:#004710;color:#ffffff;"] .section-button a.button:hover {
    border: .2rem solid white;
    background-color: rgb(255 255 255 / 20%);
}

.flexible-layout.flexible-layout-image-text-section .section-title::before,
.flexible-layout.flexible-layout-text-section .text-styling:not(.text-centered) .section-title::before {
    left: 0;
    transform: unset;
}

.flexible-layout.flexible-layout-background-image-section .section-title::before {
    content: unset;
}

.flexible-layout .section-button {
    margin-top: 2rem;
}

.flexible-layout .section-button a.button {
    margin: 0 .5rem;
}

.flexible-layout[style="background-color:#004710;color:#ffffff;"] .section-subtitle,
.flexible-layout[style="background-color:#004710;color:#ffffff;"] .section-title,
.flexible-layout[style="background-color:#731372;color:#ffffff;"] .section-subtitle,
.flexible-layout[style="background-color:#731372;color:#ffffff;"] .section-title {
    color: white;
}

.flexible-layout-blog-section .section-title,
.flexible-layout-testimonial-section .section-title,
.flexible-layout-testimonial-section .section-subtitle,
.flexible-layout-gallery-section .section-title,
.flexible-layout-gallery-section .section-subtitle,
.flexible-layout-services-section .section-subtitle,
.flexible-layout-services-section .section-title {
    text-align: left;
}

.flexible-layout-form-section .section-title,
.flexible-layout-blog-section .section-title,
.flexible-layout-testimonial-section .section-title,
.flexible-layout-gallery-section .section-title,
.flexible-layout-services-section .section-title {
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.flexible-layout-form-section .section-subtitle span,
.flexible-layout-blog-section .section-subtitle span,
.flexible-layout-testimonial-section .section-subtitle span,
.flexible-layout-gallery-section .section-subtitle span,
.flexible-layout-services-section .section-subtitle span {
    position: relative;
    width: fit-content;
    background-color: white;
    padding-right: 2rem;
    display: inline-block;
}


.flexible-layout-form-section .flexible-form-section.has-image .section-subtitle span::after,
.flexible-layout-form-section .flexible-form-section.has-image .section-subtitle span {
    background-color: transparent;
}

.flexible-layout-form-section .has-image .section-subtitle::before {
    content: unset;
}

.flexible-layout-form-section .section-subtitle::before {
    max-width: 50rem;
}

.flexible-layout.flexible-layout-form-section .section-content span.jsmt-shortcode i {
    margin-right: .5rem;
}

.flexible-layout-form-section .background-content .flexcol .section-content ul.jsmt-hours>li:not(:last-of-type) {
    margin-bottom: .5rem;
}

/* Text Section
---------------------------------------------------------------------------- */
.flexible-layout-text-section .text-centered {
    text-align: center;
    max-width: 96rem;
    margin: 0 auto;
}

.flexible-layout-text-section .text-centered .section-content em {
    font-size: 1.8rem;
}

.flexible-layout-text-section .text-cta .flexcol p:last-child {
    margin: 0;
}

.flexible-layout-text-section .text-styling.text-list .section-content ul {
    padding-left: 2rem;
}

.flexible-layout-text-section .text-cta .flexcol:last-of-type a.button.underlined-button:hover {
    color: var(--mainColor);
    border-color: var(--mainColor);
}

.flexible-layout-text-section .text-styling.text-list .section-content ul {
    padding-left: 2rem;
}

.flexible-layout-text-section .text-styling.text-list .section-content ul>li {
    list-style: disc;
    margin-bottom: 1.5rem;
}

.flexible-layout-text-section .text-cta .flexcol:last-of-type a.button.underlined-button {
    color: white;
    display: inline-block;
    border-color: white;
    padding: 1.5rem 3rem;
}

.flexible-layout-text-section .section-content p span.jsmt-shortcode {
    display: inline;
}

.flexible-layout-text-section .section-content p span.jsmt-shortcode i {
    display: none;
}

.flexible-layout-text-section:has(.text-quote) .section-title {
    padding-bottom: 0;
}

.flexible-layout-text-section:has(.text-quote) .section-title::before,
.flexible-layout-text-section:has(.text-quote) .section-title::after {
    content: unset;
}

.flexible-layout-text-section .text-centered.text-quote {
    max-width: unset;
}

.flexible-layout-text-section:has(.text-quote)::before,
.flexible-layout-text-section:has(.text-quote)::after {
    position: absolute;
    font-family: var(--iconFont);
    color: rgb(115 19 114 / 25%);
    font-weight: 700;
    font-size: 10rem;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}

.flexible-layout-text-section:has(.text-quote)::before {
    content: '\f10d';
    left: 6rem;
}

.flexible-layout-text-section:has(.text-quote)::after {
    content: '\f10e';
    right: 6rem;
}

.flexible-layout-text-section:has(.text-cta)>.wrap {
    max-width: unset;
    padding: 0 5%;
}

/* Image Text Section
---------------------------------------------------------------------------- */
.flexible-layout.flexible-layout-image-text-section,
.flexible-layout.flexible-layout-image-text-section>.wrap {
    padding: 0;
}

.flexible-layout-image-text-section .image-text-default .image-wrap {
    overflow: hidden;
    box-shadow: var(--boxShadow);
}

.flexible-layout-image-text-section .image-text-full-width .wrap {
    padding: 0;
}

.flexible-layout-image-text-section .image-text-default .flexcol img {
    width: 100%;
}

.flexible-layout-image-text-section .flexbox.png-image .flexcol .image-wrap {
    box-shadow: unset;
}

.flexible-layout-image-text-section .flexcol .section-button a.button {
    padding: 0 0 0 2.5rem;
    background-color: unset;
    border: unset;
    color: var(--mainColor);
    text-align: left;
    font-size: 1.6rem;
}

.flexible-layout-image-text-section .flexcol .section-button a.button::before {
    content: '\f30b';
    font-family: var(--iconFont);
    height: auto;
    width: auto;
    left: 0;
    opacity: 1;
    position: absolute;
    top: -2px;
    transform: unset;
    transition: unset;
    color: var(--mainColor);
    transition: .5s ease all;
    font-weight: 200;
    font-size: 2rem;
}

.flexible-layout-image-text-section .flexcol .section-button a.button:hover:before,
.flexible-layout-image-text-section .flexcol .section-button a.button:hover {
    color: var(--secondColor);
}

.flexible-layout-image-text-section .flexcol .section-content ul>li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 3rem;
    list-style-type: none;
    line-height: 1.8;
}

.flexible-layout-image-text-section .flexcol .section-content ul>li:after {
    font-family: var(--iconFont);
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 2rem;
    line-height: 1;
    text-shadow: none;
}

.flexible-layout-image-text-section .flexcol .section-content ul>li::after {
    content: '\f06c';
    color: var(--mainColor);
    opacity: 1;
}

.flexible-layout-image-text-section .section-content blockquote {
    margin: 0;
    background-color: #dfd0e2;
}

.flexible-layout-image-text-section .section-content blockquote h4 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--secondColor);
    padding: 1rem 2rem;
    box-sizing: border-box;
    display: block;
    font-family: var(--bodyFont);
}

.flexible-layout-image-text-section .section-content h3:first-child {
    font-family: var(--bodyFont);
    /*text-transform: uppercase;*/
    font-size: 2rem;
}

.flexible-layout-image-text-section .section-content h4 {
    font-size: 1.8rem;
}

.flexible-layout-image-text-section .section-content blockquote p {
    padding: 0 2rem;
    font-size: 1.4rem;
    font-family: var(--);
}

.flexible-layout-image-text-section .section-content blockquote p[style="text-align: right;"] {
    padding: 0 2rem 2rem 0;
}

/* Icon Section
---------------------------------------------------------------------------- */
.flexible-layout-icon-section .section-title,
.flexible-layout-icon-section .section-content {
    text-wrap: balance;
}

.flexible-layout-icon-section .flexcol {
    text-align: center;
    padding: 2rem;
    border-radius: 0rem;
    box-sizing: border-box;
    background-color: white;
    box-shadow: var(--boxShadow);
}

.flexible-layout-icon-section .flexcol .icon {
    margin: 0 auto 2rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: var(--mainColor);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: .4rem solid rgb(0 71 16 / 30%);
    font-size: 5rem;
}

.flexible-layout-icon-section .flexbox+.section-content {
    margin-top: 3rem;
}

.flexible-layout-icon-section .section-content,
.flexible-layout-icon-section .section-title {
    text-align: center;
}


.flexible-layout-icon-section .section-content {
    margin-bottom: 3rem;
}

.flexible-layout-icon-section .flexcol .icon i {
    font-size: 4rem;
}

.flexible-layout-icon-section .flexcol h3.icon-title {
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--bodyFont);
}

.flexible-layout-icon-section[style="background-color:#004710;color:#ffffff;"] .flexcol {
    background-color: rgb(255 255 255 / 25%);
    box-shadow: var(--boxShadow);
}

.flexible-layout-icon-section[style="background-color:#004710;color:#ffffff;"] .flexcol .icon {
    background-color: white;
    color: var(--mainColor);
    outline: .4rem solid rgb(255 255 255 / 50%);
}

.flexible-layout-icon-section .flexcol .icon-content {
    font-size: 1.4rem;
    text-wrap: balance;
}

.flexible-layout-icon-section .flexcol h3.icon-title:last-child {
    margin: 0;
}

.flexible-layout-icon-section .section-button {
    text-align: center;
    margin-top: 2rem;
}

/* Gallery Section
---------------------------------------------------------------------------- */

.flexible-layout-gallery-section .section-content {
    text-align: center;
    max-width: 96rem;
    margin: 0 auto 2rem;
}

.slick-slider.gallery-slider .slick-track {
    width: auto !important;
    transform: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-slider .item {
    padding: .5rem;
    list-style-type: none;
    flex-basis: 100%;
    max-width: 100%;
}

.flexible-layout-gallery-section .image-links {
    text-align: center;
}

.flexible-layout-gallery-section .image-links .section-image {
    padding: .5rem;
}

.flexible-layout-gallery-section .section-button {
    text-align: center;
    margin-bottom: 2rem;
}

.contact-page .flexible-layout-gallery-section>.wrap,
.contact-page .flexible-layout-gallery-section {
    padding: 0;
    max-width: unset;
}

.slick-slider.gallery-slider .item img:not(.Logo):hover {
    cursor: zoom-in;
}

/* Background Image Section
---------------------------------------------------------------------------- */
.flexible-layout-background-image-section .background-image.half-height,
.flexible-layout-background-image-section .background-image.half-height .background-content {
    min-height: 50vh;
}

.flexible-layout-background-image-section .background-image.full-height,
.flexible-layout-background-image-section .background-image.full-height .background-content {
    box-sizing: border-box;
}


.flexible-layout-background-image-section .background-image .background-content {
    background-color: rgba(0, 0, 0, .15);
}

.flexible-layout.flexible-layout-background-image-section {
    padding: 0;
}

.flexible-layout.flexible-layout-background-image-section>.wrap {
    max-width: none;
    padding: 0;
}

.flexible-layout-background-image-section .background-image,
.flexible-layout-background-image-section .background-image .background-content {
    position: relative;
}

.flexible-layout-background-image-section .background-image .image-section img {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.flexible-layout-background-image-section .background-image .background-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    color: #fff;
    padding: 4rem 0;
}

.flexible-layout-background-image-section .background-image .background-content .section-content,
.flexible-layout.flexible-layout-background-image-section .section-title {
    text-shadow: .1rem .1rem 1.5rem rgb(0 0 0 / 95%);
}

.flexible-layout.flexible-layout-background-image-section .section-title {
    text-transform: uppercase;
}

.flexible-layout-background-image-section .background-image .background-content .section-content {
    max-width: 112rem;
    margin: 0 auto;
    text-wrap: balance;
}

.flexible-layout-background-image-section .background-image .background-content .section-content p {
    margin: 0;
    font-size: 2.4rem;
}

.flexible-layout-background-image-section .background-image .background-content .section-button {
    margin-top: 2rem;
}

.flexible-layout-background-image-section a {
    color: white;
    font-weight: 700;
}

.flexible-layout-background-image-section .section-content h4 {
    font-family: var(--cursiveFont);
}

.flexible-layout-background-image-section .content-wrap .image-wrap {
    position: relative;
}

.flexible-layout-background-image-section .content-wrap .image-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 71%;
    width: calc(100vw - 13.5rem);
    background-color: var(--mainColor);
    z-index: -1;
}

.flexible-layout-background-image-section .content-wrap .section-company-info {
    margin-top: 4rem;
}

.flexible-layout-background-image-section .content-wrap .section-company-info .jsmt-shortcode {
    font-size: 2.4rem
}

.flexible-layout-background-image-section .section-content h4 {
    font-family: var(--cursiveFont);
    font-size: 3rem;
    text-wrap: balance;
}

.flexible-layout-page.home .flexible-layout-background-image-section .image-section img {
    object-position: bottom;
}

.flexible-layout-background-image-section .content-wrap .image-wrap .image-section {
    max-width: 66rem;
}

.flexible-layout-page.home .flexible-layout.flexible-layout-background-image-section .background-content {
    align-items: flex-end;
}

.flexible-layout-page.home .flexible-layout.flexible-layout-background-image-section .section-title {
    font-family: var(--cursiveFont);
    font-style: italic;
    text-transform: unset;
}

.flexible-layout-page.home .flexible-layout-text-section .text-quote .section-content {
    text-wrap: balance;
}

.flexible-layout .section-content span.jsmt-shortcode {
    display: inline;
}

.flexible-layout .section-content span.jsmt-shortcode a:hover {
    color: var(--secondColor);
}

.flexible-layout .section-content span.jsmt-shortcode i {
    display: inline-block;
    margin-right: .25rem;
    font-size: 1.4rem;
}

.flexible-layout .section-content span.jsmt-shortcode i::before {
    font-size: 1.6rem;
    width: 2rem;
    height: 2rem;
    display: block;
    text-align: center;
}

.flexible-layout-page.home .flexible-layout.flexible-layout-background-image-section.section-1 .section-title {
    margin: 0;
}

.flexible-layout-background-image-section .background-image {
    overflow: hidden;
}

.flexible-layout-background-image-section .background-image .image-section,
.flexible-layout-background-image-section .background-image picture,
.flexible-layout-background-image-section .background-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.flexible-layout-background-image-section .background-image .image-section {
    overflow: hidden;
}

.flexible-layout-background-image-section .background-image .image-section img {
    transform-origin: center center;
    backface-visibility: hidden;
    will-change: transform;
}

.flexible-layout-background-image-section .background-image.is-animating .image-section img {
    animation: slowPanZoom 14s ease-in-out infinite alternate;
}

@keyframes slowPanZoom {
    0% {
        transform: scale(1) translate3d(0, 0, 0);
    }

    100% {
        transform: scale(1.08) translate3d(-1.5%, 0, 0);
    }
}

.flexible-layout-background-image-section .section-content>*:last-child {
    margin: 0;
}

/* Blog & Services Section
---------------------------------------------------------------------------- */
.flexible-layout-blog-section .section-button {
    text-align: center;
    margin-top: 2rem;
}

.flexible-layout-blog-section .flexcol,
.flexible-layout-services-section .flexcol {
    box-shadow: var(--boxShadow);
    position: relative;
    /*border-radius: .5rem;*/
    background-color: #fff;
}

.flexible-layout-blog-section .flexcol .post-link,
.flexible-layout-services-section .flexcol .service-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.flexible-layout-blog-section .flexcol .post-image,
.flexible-layout-services-section .flexcol .service-image {
    overflow: hidden;
    /*border-radius: .5rem .5rem 0 0;*/
}

.flexible-layout-blog-section .flexcol .post-image img,
.flexible-layout-services-section .flexcol .service-image img {
    /**border-radius: .5rem .5rem 0 0;*/
    transition: .5s ease all;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flexible-layout-blog-section .flexcol:hover .post-image img,
.flexible-layout-services-section .flexcol:hover .service-image img {
    transform: scale(1.1);
}

.flexible-layout-blog-section .flexcol .post-content,
.flexible-layout-services-section .flexcol .service-content {
    padding: 1.5rem;
}

.flexible-layout-services-section .flexcol {
    /*border-radius: 1rem;*/
    overflow: hidden;
}

.flexible-layout-services-section .flexcol .service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: rgb(0 71 16 / 65%);
    color: white;
    text-align: center;
}

.flexible-layout-services-section .section-button,
.flexible-layout-team-section .section-button {
    text-align: center;
    margin-top: 2rem;
}

.flexible-layout-services-section .section-button a.button,
.flexible-layout-team-section .section-button a.button {
    margin: 0 .5rem;
}

.flexible-layout-blog-section .flexcol .post-date {
    color: var(--secondColor);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}

.flexible-layout-blog-section .flexcol .post-title,
.flexible-layout-services-section .flexcol .service-title {
    font-size: 1.8rem;
    text-transform: capitalize;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    font-family: var(--bodyFont);
}

.flexible-layout-services-section .flexcol .service-title {
    display: block;
    box-sizing: border-box;
    font-size: 2rem;
}

/* Team Section
---------------------------------------------------------------------------- */
.flexible-layout-team-section .flexcol {
    text-align: center;
    position: relative;
}

.flexible-layout-team-section .flexcol .team-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.flexible-layout-team-section .flexcol .team-headshot img {
    /*border-radius: 50%;*/
    margin: 0 auto 2rem;
}

.flexible-layout-team-section .flexcol h3.team-name {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.flexible-layout-team-section .flexcol .team-position {
    color: var(--mainColor);
    font-size: 1.6rem;
    font-weight: 700;
}

.flexible-layout-team-section .section-title {
    text-align: center;
}

.flexible-layout-team-section .section-content {
    text-align: center;
    max-width: 96rem;
    margin: 0 auto;
}

/* Testimonials Section
---------------------------------------------------------------------------- */

.flexible-layout-testimonial-section .testimonial-section .flexcol,
.flexible-layout-testimonial-section .testimonial-section .item .content-wrap {
    background-color: #fff;
    box-shadow: var(--boxShadow);
    /*border-radius: .5rem;*/
    padding: 1.5rem;
}

.flexible-layout-testimonial-section .testimonial-section .item .content-wrap {
    margin: 1.5rem;
    box-shadow: 0 .5rem 2rem rgb(0 0 0 / 10%);
}

.flexible-layout-testimonial-section .section-button {
    text-align: center;
    margin-top: 2rem;
}

.flexible-layout-testimonial-section .section-button a.button {
    margin: 0 .5rem;
}

.flexible-layout-testimonial-section .testimonial-section .flexcol h3.client-name,
.flexible-layout-testimonial-section .testimonial-section .item h3.client-name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1;
    font-size: 1.8rem;
}

.flexible-layout-testimonial-section .testimonial-section .flexcol .review-info,
.flexible-layout-testimonial-section .testimonial-section .item .review-info {
    font-size: 1.2rem;
    color: #999;
    line-height: 1.2;
    margin-top: 0.3rem;
}

.flexible-layout-testimonial-section .testimonial-section .flexcol .stars,
.flexible-layout-testimonial-section .testimonial-section .item .stars {
    color: #ffc107;
    margin: 1rem 0;
    font-size: 1.5rem;
}

.flexible-layout-testimonial-section .testimonial-section .flexcol .review,
.flexible-layout-testimonial-section .testimonial-section .item .review {
    max-height: 11rem;
    overflow: auto;
    font-size: 1.5rem;
    padding: 0 1rem 0 0;
    line-height: 1.4;
    color: black;
}

.flexible-layout-testimonial-section .testimonial-section .flexcol .review::-webkit-scrollbar,
.flexible-layout-testimonial-section .testimonial-section .item .review::-webkit-scrollbar {
    width: 0.4rem;
}

.flexible-layout-testimonial-section .testimonial-section .flexcol .review::-webkit-scrollbar-track,
.flexible-layout-testimonial-section .testimonial-section .item .review::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.flexible-layout-testimonial-section .testimonial-section .flexcol .review::-webkit-scrollbar-thumb,
.flexible-layout-testimonial-section .testimonial-section .item .review::-webkit-scrollbar-thumb {
    background: #999;
    cursor: pointer;
}

.flexible-layout-testimonial-section .testimonial-section .flexcol .review::-webkit-scrollbar-thumb:hover,
.flexible-layout-testimonial-section .testimonial-section .item .review::-webkit-scrollbar-thumb:hover {
    background: var(--secondColor);
}

/* Form Section
-------------------------------------------------------------------------- */
.flexible-layout.flexible-layout-form-section {
    padding: 0;
    position: relative;
}

.flexible-layout-form-section .has-image .form-title {
    color: #333;
}

.flexible-layout-form-section .has-image .section-title,
.flexible-layout-form-section .has-image .section-content,
.flexible-layout-form-section .has-image .section-subtitle,
.flexible-layout-form-section .has-image .section-content .jsmt-shortcode,
.flexible-layout-form-section .has-image .section-content .jsmt-shortcode a {
    color: white;
}

.flexible-layout-form-section .wrap {
    width: 100%;
    box-sizing: border-box;
}

.flexible-layout.flexible-layout-form-section>.wrap {
    max-width: none;
    padding: 0;
}

.single-services .flexible-layout.flexible-layout-form-section .background-content>.wrap {
    max-width: unset;
    padding: 0 5%;
    box-sizing: border-box;
}

.flexible-layout-form-section .flexible-form-section.has-image .form-styling,
.flexible-layout-form-section .flexible-form-section.has-image .form-styling.form-full-height .background-content .flexcol:last-of-type {
    overflow: hidden;
    position: relative;
}

.flexible-layout-form-section .form-styling.form-overlay::before {
    content: '';
    width: 100%;
    height: 20rem;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.flexible-layout-form-section .form-styling.form-overlay .background-content>.wrap {
    position: relative;
    z-index: 10;
}

.flexible-layout-form-section .form-styling.form-full-height .background-content {
    padding: 0;
}

.flexible-layout-form-section .background-content .flexcol .form-section {
    width: 100%;
    background-color: white;
    box-shadow: var(--boxShadow);
}

.flexible-layout-form-section .form-full-height .background-content .flexcol .form-section {
    background-color: unset;
    box-shadow: unset;
    border-radius: unset;
}

.flexible-layout-form-section .form-full-height .background-content .flexcol .form-section input[type="submit"] {
    margin-top: 0;
}

.flexible-layout-form-section .image-section {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
}

.flexible-layout-form-section .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.flexible-layout-form-section .flexible-form-section.has-image .background-content {
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0.2rem 0.2rem 1rem rgb(0 0 0 / 25%);
    position: relative;
}

.flexible-layout-form-section .background-content {
    padding: 4rem 0;
}

.flexible-layout-form-section .form-styling.form-default .form-title,
.flexible-layout-form-section .form-styling.form-overlay .form-title {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    text-shadow: none;
    padding-top: 2rem;
    font-family: var(--bodyFont);
}

.flexible-layout-form-section .form-styling.form-default .form-shortcode,
.flexible-layout-form-section .form-styling.form-overlay .form-shortcode {
    color: #333;
    padding: 2rem;
    text-shadow: none;
}

.flexible-layout-form-section .form-shortcode .gfield textarea.medium {
    height: 12.5rem;
}

.flexible-layout-form-section .form-shortcode input,
.flexible-layout-form-section .form-shortcode textarea,
.flexible-layout-form-section .form-shortcode select {
    padding: 1.2rem;
}

.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .ginput_complex label {
    padding: 0;
    font-size: 1.4rem;
}

.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0.8rem;
}

.flexible-layout-form-section .form-shortcode input[type=submit] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.8rem;
    color: white;
    background-color: var(--mainColor);
}

.flexible-layout-form-section .form-shortcode input[type=submit]:hover {
    background-color: #336c40;
}

.flexible-layout-form-section .form-styling:not(.form-overlay) .background-content .flexbox {
    align-items: center;
}

.flexible-layout-form-section .background-content .flexcol .section-content ul>li {
    padding-left: 0;
    list-style-type: none;
}

.flexible-layout-form-section .background-content .flexcol .section-content ul>li:not(:last-of-type) {
    margin-bottom: 2rem;
}

.flexible-layout-form-section .background-content .flexcol .section-content .jsmt-shortcode ul>li {
    margin-bottom: 0;
    padding: 0;
}

.flexible-layout-form-section .background-content .flexcol .section-content .jsmt-shortcode ul>li::before,
.flexible-layout-form-section .background-content .flexcol .section-content .jsmt-shortcode ul>li::after {
    content: '';
}

.flexible-layout-form-section .background-content .flexcol:first-of-type .section-button {
    margin-top: 3rem;
}

.flexible-layout-form-section .form-styling.form-full-height .form-title {
    color: white;
    margin: 0;
    padding: 2rem;
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
}

.flexible-layout-form-section .form-styling.form-full-height .form-section .gform_wrapper .gfield_required {
    color: white;
}

.flexible-layout-form-section .form-styling.form-full-height .background-content .flexcol:last-of-type {
    background-color: var(--mainColor);
    color: white;
    padding: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    box-shadow: var(--boxShadow);
}

.flexible-layout-form-section .form-styling.form-full-height .form-shortcode input[type=submit] {
    margin-top: 2rem;
}

.flexible-layout-form-section .form-styling.form-full-height .form-shortcode input[type=submit]:not(:hover) {
    background-color: white;
    color: var(--mainColor);
}

.flexible-layout-form-section .has-image .section-content .jsmt-shortcode a:hover {
    color: #c4af92;
}

.contact-page .flexible-layout.flexible-layout-form-section .has-image .section-content span.jsmt-shortcode i {
    margin-right: 1rem;
}

/* Tabs Section
---------------------------------------------------------------------------- */
.flexible-layout-tabs-section .section-title,
.flexible-layout-tabs-section .section-content {
    text-align: center;
}

.flexible-layout-tabs-section .tabs .tabs-nav~div {
    display: none;
}

.flexible-layout-tabs-section .tabs .tabs-nav~div:target {
    display: block;
}

.flexible-layout-tabs-section ul.tabs-nav>li {
    list-style-type: none;
}

.flexible-layout-tabs-section ul.tabs-nav>li a {
    display: block;
    padding: 20px;
    border-bottom: 0.5rem solid #ccc;
    outline: none;
    color: #333;
    transition: 0.5s ease all;
    min-height: 18.3rem;
    box-sizing: border-box;
    position: relative;
}

.flexible-layout-tabs-section ul.tabs-nav>li a::before {
    content: '';
    position: absolute;
    bottom: -.5rem;
    left: auto;
    right: 0;
    width: 0;
    height: .5rem;
    transition: all .4s;
    background-color: var(--mainColor);
}

.flexible-layout-tabs-section ul.tabs-nav>li.ui-tabs-active a::before,
.flexible-layout-tabs-section ul.tabs-nav>li a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.flexible-layout-tabs-section ul.tabs-nav>li:not(:last-of-type) a {
    margin-right: 0.4rem;
}

.flexible-layout-tabs-section ul.tabs-nav>li a:hover,
.flexible-layout-tabs-section ul.tabs-nav>li.ui-tabs-active a {
    color: var(--mainColor);
    /*border-bottom: 0.5rem solid var(--mainColor);*/
}

.flexible-layout-tabs-section .tabs-content {
    padding: 2rem 5%;
    background-color: white;
}

.flexible-layout-tabs-section .tabs-content .tab-title {
    font-size: 2.4rem;
    font-weight: 700;
}

.flexible-layout-tabs-section .tabs-content .content-wrap {
    text-align: center;
    text-wrap: balance;
}

/* Horizontal Tabs Section
------------------------------------------------- */
.flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav {
    overflow: hidden;
}


.flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav>li .tab-title {
    font-family: var(--bodyFont);
    text-wrap: balance;
}

.flexible-layout-tabs-section .horizontal-tabs .tab-icon {
    margin: 0 auto 2rem;
    width: 7rem;
    height: 7rem;
    /*border-radius: 50%;*/
    background-color: transparent;
    color: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border: .2rem solid var(--mainColor);
}

/* Vertical Tabs Section
------------------------------------------------- */
.flexible-layout-tabs-section .vertical-tabs ul.tabs-nav {
    /*border-radius: 0.5rem 0 0 0.5rem;*/
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.flexible-layout-tabs-section .vertical-tabs ul.tabs-nav>li a {
    display: inline-flex;
    width: -webkit-fill-available;
    align-items: center;
    margin: 0.2rem 0;
}

.flexible-layout-tabs-section .vertical-tabs ul.tabs-nav>li a .tab-icon {
    font-size: 2.6rem;
    margin-right: 1rem;
    width: 3rem;
}

.flexible-layout-tabs-section .vertical-tabs ul.tabs-nav>li a .tab-title {
    font-family: var(--headingFont);
    font-weight: 700;
}

.flexible-layout-tabs-section .tab-content>*:last-child {
    margin: 0;
}

/* FAQs Section
---------------------------------------------------------------------------- */
.flexible-layout-faqs-section .section-title,
.flexible-layout-faqs-section .section-content,
.flexible-layout-faqs-section .section-button {
    text-align: center;
}

.flexible-layout-faqs-section .section-content {
    text-align: center;
    max-width: 96rem;
    margin: 0 auto 2rem;
}

.flexible-layout-faqs-section .faq-section {
    max-width: 96rem;
    margin: 0 auto;
}

.flexible-layout-page.reviews .flexible-layout.section-1 {
    padding-top: 12.3rem;
}

/*
---------------------------------------------------------------------------------------------------------------- */

.flexible-layout.flexible-layout-slider-section {
    position: relative;
    padding: 0;
}

.slider-styling.slider-multi-slider {
    padding-bottom: 8rem;
}

.flexible-layout.flexible-layout-slider-section>.wrap {
    max-width: none;
    padding: 0;
}

.flexible-layout-slider-section .image-slider {
    margin: 0;
}

.flexible-layout-slider-section .image-slider .item {
    opacity: 0;
    transition: .5s ease all;
}

.flexible-layout-slider-section .image-slider .item.slick-active {
    opacity: 1;
}

.flexible-layout-slider-section .image-slider ul.slick-dots {
    bottom: 6rem;
    background-color: white;
    display: inline-block;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 30px;
    padding: 10px;
    line-height: 1;
    box-shadow: var(--boxShadow);
}

.flexible-layout-slider-section .image-slider ul.slick-dots>li,
.flexible-layout-slider-section .image-slider .slick-dots li button,
.flexible-layout-slider-section .image-slider .slick-dots li button:before {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.flexible-layout-slider-section .image-slider .slick-dots li button:before {
    border-width: 2px;
    color: transparent;
}

.flexible-layout-slider-section .item .content-wrap .slide-button a.button {
    background-color: rgba(256, 256, 256, 1);
    color: var(--mainColor);
    border-radius: 3rem;
    border-color: rgba(256, 256, 256, 0.75);
    width: 100%;
    margin: 0 .5rem;
    transition: 0.5s ease all;
    border: .2rem solid var(--mainColor);
}

.flexible-layout-slider-section .item .content-wrap .slide-button a.button:first-child {
    background-color: var(--mainColor);
    color: white;
    border-color: var(--mainColor);
}

.flexible-layout-slider-section .item .content-wrap .slide-button a.button:hover {
    background-color: var(--mainColor);
    color: white;
    border-color: var(--mainColor);
}

.flexible-layout-slider-section .item .content-wrap .slide-button a.button:hover:first-child {
    background-color: white;
    color: var(--mainColor);
    border-color: var(--mainColor);
}

.flexible-layout-slider-section .item .content-wrap .slide-button a.button::before {
    width: 0;
}

.slider-styling.slider-multi-slider .flexcol {
    text-align: center;
}

.flexible-layout-slider-section .section-content>*:last-child {
    margin: 0;
    font-weight: 400;
}

.flexible-layout-slider-section .multi-slider .item {
    box-shadow: none;
    border-radius: 0;
}

.flexible-layout-slider-section .multi-slider .item img {
    display: block;
    margin: 0 auto;
}

.site-container .flexible-layout-slider-section .multi-slider button.slick-prev,
.site-container .flexible-layout-slider-section .multi-slider button.slick-next {
    left: calc(50% - 70px);
}

.flexible-layout-slider-section .item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.flexible-layout-slider-section .item .content-wrapper {
    text-align: center;
    color: white;
    max-width: 144rem;
    margin: 0 auto;
    text-wrap: balance;
}

.flexible-layout.flexible-layout-slider-section .background-content .image-wrap {
    margin-bottom: 4rem;
}

.flexible-layout.flexible-layout-slider-section .section-title {
    font-size: 5rem;
    font-weight: 700;
    font-family: var(--cursiveFont);
    font-style: italic;
    text-transform: unset;
    margin-bottom: 4rem;
}

.flexible-layout-slider-section .item .content-wrap .section-title::after {
    width: 0;
    height: 0;
}

.flexible-layout-slider-section .item .content-wrap .slide-button {
    margin-top: 2rem;
}

.flexible-layout-slider-section .slider-full-width .item .image-section img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
    position: relative;
}

.slick-dots li {
    vertical-align: top;
}

.slick-dots li button:before {
    content: '';
    border: 3px solid var(--accentOrange);
    border-radius: 50%;
    transition: 0.5s ease all;
    background-color: transparent;
    vertical-align: top;
}

.slick-dots li.slick-active button:before {
    background-color: var(--accentOrange);
}

.flexible-layout-slider-section .item .content-wrap .inner-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/*
---------------------- */

.flexible-layout-slider-section .image-slider .item {
    position: relative;
    overflow: hidden;
}

.flexible-layout-slider-section .image-slider .image-section,
.flexible-layout-slider-section .image-slider .image-section picture,
.flexible-layout-slider-section .image-slider .image-section img {
    width: 100%;
    height: 100%;
}

.flexible-layout-slider-section .image-slider .image-section img {
    display: block;
    transform: scale(1.02) translate3d(0, 0, 0);
    transition: transform 7.8s ease-out;
    will-change: transform;
}

.flexible-layout-slider-section .image-slider .item.is-animating .image-section img {
    transform: scale(1.1) translate3d(-1.5%, 0, 0);
}

.flexible-layout-slider-section .image-slider .section-title,
.flexible-layout-slider-section .image-slider .slide-content,
.flexible-layout-slider-section .image-slider .slide-button {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s ease, transform .8s ease;
}

.flexible-layout-slider-section .image-slider .item.is-animating .section-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .15s;
}

.flexible-layout-slider-section .image-slider .item.is-animating .slide-content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}

.flexible-layout-slider-section .image-slider .item.is-animating .slide-button {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .45s;
}

/*, opacity 1.2s ease-in-out
------------------------ */

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width:660px) {

    .flexible-layout-icon-section .flexbox,
    .flexible-layout-team-section .flexbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flexible-layout-team-section .flexbox,
    .flexible-layout-icon-section .flexbox {
        gap: 2rem;
    }

    .flexible-layout-icon-section .flexcol {
        flex-basis: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

    .gallery-page .gallery-slider .item {
        flex-basis: calc(33.33% - 1rem);
        max-width: calc(33.33% - 1rem);
    }

    .gallery-slider .item {
        flex-basis: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

    .flexible-layout-background-image-section .background-image .background-content .section-button a.button {
        margin: 0 .5rem;
        display: inline-block;
        vertical-align: middle;
    }

    .flexible-layout-team-section .flexbox {
        justify-content: center;
        gap: 3rem;
    }

    .flexible-layout-team-section .flexcol {
        flex-basis: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

    .flexible-layout-form-section .section-subtitle span::after,
    .flexible-layout-blog-section .section-subtitle span::after,
    .flexible-layout-testimonial-section .section-subtitle span::after,
    .flexible-layout-gallery-section .section-subtitle span::after,
    .flexible-layout-services-section .section-subtitle span::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: -1;
    }

    .flexible-layout-form-section .section-subtitle::before,
    .flexible-layout-blog-section .section-subtitle::before,
    .flexible-layout-testimonial-section .section-subtitle::before,
    .flexible-layout-gallery-section .section-subtitle::before,
    .flexible-layout-services-section .section-subtitle::before {
        content: '';
        position: absolute;
        width: 100%;
        height: .2rem;
        background-color: var(--tertiaryColor);
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }
}

@media only screen and (min-width:660px) and (max-width:959px) {
    .flexible-layout-image-text-section .image-text-full-width .flexcol .image-wrap {
        position: relative;
        overflow: hidden;
    }

    .flexible-layout-image-text-section .image-text-full-width .flexcol .image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .flexible-layout-events-section .event-section,
    .flexible-layout-services-section .flexbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .flexible-layout-events-section .flexbox,
    .flexible-layout-services-section .flexcol {
        flex-basis: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

    .flexible-layout-form-section .image-section {
        max-height: calc(100% - 44rem);
    }

    .flexible-layout-text-section .text-cta .flexcol:last-of-type a.button {
        width: 50%;
    }

    .flexible-layout-text-section .text-cta .flexcol:last-of-type a.button {
        width: calc(50% - 10px);
        box-sizing: border-box;
    }
}

@media only screen and (min-width:960px) {

    .background-image .background-content,
    .flexible-layout,
    .flexible-layout.flexible-layout-image-text-section .image-text-default,
    .flexible-layout-form-section .background-content {
        padding: 8rem 0;
    }

    .flexible-layout-slider-section>.wrap .background-content .section-content {
        padding-bottom: 2rem;
        position: relative;
    }

    .flexible-layout-slider-section .content-wrap .section-content::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        height: .2rem;
        width: 100%;
        transform: translateX(-50%);
        background-image: url(/wp-content/uploads/2026/03/line-test.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .flexible-layout.flexible-layout-slider-section .section-title {
        color: white;
    }

    .flexible-layout-text-section .text-cta .flexcol:last-of-type a.button:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }

    .flexible-layout-services-section .title-wrap {
        padding-left: 12rem;
        position: relative;
    }

    .flexible-layout-services-section .title-wrap::before {
        content: '';
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(/wp-content/uploads/2026/03/cropped-TotalConcepts-Icon-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        width: 10rem;
        height: 10rem;
        z-index: -1;
    }

    .flexible-layout-background-image-section .background-image.full-height,
    .flexible-layout-background-image-section .background-image.full-height .background-content {
        min-height: calc(100vh - 11.5rem);
        max-height: 108rem;
        box-sizing: border-box;
    }

    .admin-bar .flexible-layout-background-image-section .background-image.full-height,
    .admin-bar .flexible-layout-background-image-section .background-image.full-height .background-content {
        min-height: calc(100vh - 14.7rem);
    }

    .single-services .flexible-layout.flexible-layout-form-section .background-content>.wrap {
        max-width: unset;
        padding: 0 6rem;
        box-sizing: border-box;
    }

    .contact-page .flexible-layout-form-section .has-image .section-content span.jsmt-shortcode.jsmt-hours-shortcode li,
    .contact-page .flexible-layout-form-section .has-image .section-content span.jsmt-shortcode i::before,
    .contact-page .flexible-layout-form-section .has-image .section-content {
        font-size: 2rem;
    }

    .flexible-layout.flexible-layout-background-image-section .section-title {
        color: white;
    }

    .flexible-layout-background-image-section .background-image .image-section {
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
        margin: 0;
        right: 0;
        left: 0;
    }

    .flexible-layout-image-text-section .image-text-full-width .flexcol .title-wrap .image-wrap {
        margin-bottom: 2rem;
        max-width: 60rem;
    }

    .flexible-layout-text-section:has(.text-cta)>.wrap {
        max-width: unset;
        padding: 0 6rem;
    }

    .flexible-layout-image-text-section .image-text-full-width .flexcol:last-of-type .content-wrap {
        padding: 3rem 5%;
    }

    .flexible-layout-image-text-section .section-content h3:first-child {
        font-size: 2.4rem;
        text-wrap: balance;
        line-height: 1.4;
    }

    .flexible-layout .section-title,
    .flexible-layout-form-section .form-styling.form-full-height .form-title {
        font-size: 4rem;
    }

    .flexible-layout-slider-section .image-slider .item {
        min-height: calc(100dvh - 11.1rem);
    }

    .flexible-layout-page.home .flexible-layout-slider-section .image-slider .item {
        min-height: calc(100dvh - 7.9rem);
    }

    .flexible-layout-page.admin-bar.home .flexible-layout-slider-section .image-slider .item {
        min-height: calc(100dvh - 11.1rem);
    }

    .flexible-layout-slider-section .slider-full-width .item .image-section {
        position: relative;
        overflow: hidden;
        min-height: calc(100dvh - 11rem);
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
        margin: 0;
        right: 0;
        left: 0;
    }

    .flexible-layout-page:not(.reviews) .flexible-layout-testimonial-section .section-title,
    .flexible-layout-page:not(.reviews) .flexible-layout-testimonial-section .section-subtitle {
        margin-left: 18px;
        margin-right: 18px;
    }

    .flexible-layout-image-text-section .image-text-full-width {
        padding: 3rem 4rem;
    }

    .flexible-layout-background-image-section .section-content h4 {
        font-size: 3.6rem;
    }

    /*.flexible-layout.flexible-layout-background-image-section {
        padding: 0 6rem 3rem;
    }*/


    .flexible-layout-image-text-section>.wrap,
    .flexible-layout-image-text-section>.wrap .image-text-full-width>.wrap {
        max-width: none;
    }

    .flexible-layout-image-text-section .image-text-default .flexbox,
    .flexible-layout-text-section .text-cta .flexbox {
        align-items: center;
    }

    .flexible-layout-events-section .event-section .flexbox:not(:last-of-type) {
        margin-bottom: 4rem;
    }

    .flexible-layout-image-text-section .image-text-default .flexbox {
        gap: 8rem;
    }

    .flexible-layout-image-text-section .flexcol.flex-1 {
        order: 1;
    }

    .flexible-layout-image-text-section .flexcol.flex-2 {
        order: 2;
    }

    .flexible-layout-image-text-section .image-text-full-width .flexcol.flex-1:last-of-type .content-wrap {
        padding: 6rem 0 6rem 6rem;
        margin: 0 auto;
    }

    .flexible-layout-image-text-section .image-text-full-width .flexcol.flex-1:last-of-type .content-wrap {
        padding: 6rem 6rem 6rem 0;
    }

    .flexible-layout-image-text-section .image-text-full-width .flexcol .image-wrap {
        width: 100%;
        height: 100%;
    }

    .flexible-layout-image-text-section .image-text-full-width .flexcol .image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .flexible-layout-image-text-section .image-text-default .flexbox.png-image .flexcol:first-of-type {
        flex: .5;
    }

    .post-type-archive-services .flexible-layout-image-text-section.section-2 .image-text-default .flexbox.png-image .flexcol:first-of-type {
        flex: 1;
    }

    .gallery-slider .item img {
        width: 100%;
        /*border-radius: .5rem;*/
    }

    .flexible-layout-icon-section .flexcol.col-3,
    .flexible-layout-icon-section .flexcol.col-5 {
        flex-basis: calc(33.3% - 2rem);
        max-width: calc(33.3% - 2rem);
    }

    .flexible-layout-page.home .flexible-layout.flexible-layout-background-image-section .section-title {
        font-size: 6rem;
        font-weight: 700;
    }

    .post-type-archive-services .flexible-layout-image-text-section.section-2 .image-text-full-width .flexcol .image-wrap img,
    .flexible-layout-page.home .flexible-layout-image-text-section.section-8 .image-text-full-width .flexcol .image-wrap img {
        object-position: left;
    }

    .flexible-layout.flexible-layout-background-image-section h1.section-title {
        font-size: 7rem;
    }

    .background-image .background-content .section-content {
        margin: 0 auto;
        font-size: 2rem;
    }

    .flexible-layout-text-section .text-cta .flexbox {
        gap: 6rem;
    }

    .flexible-layout-text-section .text-cta .flexcol:first-of-type {
        flex: 2;
    }

    .flexible-layout-text-section .text-cta .flexcol:last-of-type {
        flex: 1;
        text-align: right;
    }

    .flexible-layout-text-section .text-cta .flexcol:last-of-type a.button {
        min-width: 25rem;
    }

    .flexible-layout-blog-section .flexbox,
    .flexible-layout-services-section .flexbox,
    .flexible-layout-testimonial-section .testimonial-section .flexbox {
        gap: 2rem;
        justify-content: center;
    }

    .flexible-layout-blog-section .flexcol,
    .flexible-layout-services-section .flexcol {
        flex-basis: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

    .flexible-layout-testimonial-section .testimonial-section .flexcol {
        flex-basis: calc(50% - 4.5rem);
        max-width: calc(50% - 4.5rem);
    }

    .flexible-layout-team-section .flexcol h3.team-name {
        font-size: 2.6rem;
    }

    .flexible-layout-text-section .text-cta .flexcol:last-of-type .section-button {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-flow: column;
        align-items: flex-end;
    }

    .flexible-layout-form-section .background-content .flexbox {
        gap: 8rem;
    }

    .flexible-layout-form-section .form-styling.form-overlay .flexbox {
        align-items: center;
    }

    .flexible-layout-image-text-section .flexcol:last-of-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .flexible-layout-events-section .event-section .flexcol .event-date,
    .flexible-layout-events-section .event-section .flexcol .event-time {
        display: inline-flex;
        vertical-align: middle;
        margin-bottom: 1.5rem;
        align-items: center;
    }

    .flexible-layout-events-section .event-section .flexcol .event-date {
        margin-right: 1rem;
        padding-right: 1rem;
        border-right: .1rem solid;
        line-height: 1;
    }

    .flexible-layout-events-section .event-section .flexcol:last-of-type {
        flex: 4;
        padding: 2rem 4rem;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
    }

    .flexible-layout-events-section .event-section .flexcol h2.event-title {
        font-size: 3rem;
        line-height: 1;
    }

    .flexible-layout-events-section .section-content {
        max-width: 96rem;
        margin: 0 auto 2rem;
    }

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav>li {
        flex: 1;
    }

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav>li .tab-icon {
        font-size: 4rem;
    }

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav>li .tab-title {
        font-size: 2rem;
        line-height: 1;
        font-weight: 700;
    }

    .flexible-layout-tabs-section .vertical-tabs .tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .flexible-layout-tabs-section .vertical-tabs .tabs .tabs-nav {
        flex: 1;
    }

    .flexible-layout-tabs-section .vertical-tabs .tabs .tabs-content {
        flex: 4;
    }

    .flexible-layout-tabs-section .tabs-content {
        padding: 4rem;
    }

    .flexible-layout-tabs-section .tabs-content .tab-title {
        font-size: 3.6rem;
    }

    .flexible-layout-gallery-section .image-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .flexible-layout-gallery-section .image-links .section-image {
        flex: 1;
    }

    .flexible-layout-form-section .flexible-form-section.has-image .background-content {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flexible-layout-form-section .form-styling.form-full-height .background-content .flexcol:last-of-type {
        padding: 4rem;
    }

    .flexible-layout-text-section .text-styling.text-list .section-content ul {
        column-count: 2;
        column-gap: 3rem;
        padding-left: 3rem;
    }

    .accordion .tab label {
        padding: 2rem;
        font-size: 2rem;
    }

    .flexible-layout-slider-section .item .content-wrapper {
        transform: translate(0, 80px);
        transition: 0.5s ease all;
    }

    .flexible-layout-slider-section .item.slick-active .content-wrapper {
        transform: translate(0, 0);
    }

    .flexible-layout-slider-section .item .content-wrap {
        z-index: 99;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0 0 0 / 15%);
    }

    .flexible-layout-slider-section .multi-slider .item {
        background-color: white;
        box-shadow: var(--boxShadow);
        margin: 2rem 1rem 4rem;
        padding: 10px;
        border-radius: 10px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        min-height: 390px;
    }

    .site-container .flexible-layout-slider-section .multi-slider button.slick-prev,
    .site-container .flexible-layout-slider-section .multi-slider button.slick-next {
        bottom: 0;
    }

    .flexible-layout-slider-section>.wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .flexible-layout-slider-section>.wrap .slider-styling {
        flex-basis: 66.66%;
        max-width: 66.66%;
        order: 2;
    }

    .flexible-layout-slider-section>.wrap .background-content {
        flex-basis: 33.33%;
        max-width: 33.33%;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        padding: 4rem;
        box-sizing: border-box;
        background-color: var(--mainColor);
        text-align: center;
    }

    .flexible-layout-slider-section>.wrap .background-content .section-content {
        text-wrap: balance;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
    .flexible-layout-image-text-section .image-text-default .flexcol .image-wrap {
        min-height: 40rem;
        position: relative;
    }

    .flexible-layout-image-text-section .image-text-default .flexcol .image-wrap img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .flexible-layout-image-text-section .image-text-default .png-image .flexcol .image-wrap img {
        position: relative;
    }

    .flexible-layout-image-text-section .image-text-default .png-image .flexcol .image-wrap {
        min-height: unset;
    }

    .flexible-layout .section-button a.button {
        padding: 1.5rem 2rem;
        font-size: 1.4rem;
    }
}

@media only screen and (min-width:1280px) {

    .flexible-layout-icon-section .flexcol.col-4,
    .flexible-layout-icon-section .flexcol.col-5 {
        flex-basis: calc(25% - 1.5rem);
        max-width: calc(25% - 1.5rem);
    }

    .gallery-page .gallery-slider .item {
        flex-basis: calc(20% - 1rem);
        max-width: calc(20% - 1rem);
    }

    .gallery-slider .item {
        flex-basis: calc(25% - 1rem);
        max-width: calc(25% - 1rem);
    }

    .contact-page .flexible-layout-gallery-section .gallery-slider .item {
        flex-basis: calc(12.5% - 1rem);
        max-width: calc(12.5% - 1rem);
    }

    .flexible-layout-blog-section .flexcol,
    .flexible-layout-services-section .flexcol {
        flex-basis: calc(33.3% - 1.33rem);
        max-width: calc(33.3% - 1.33rem);
    }

    .flexible-layout-testimonial-section .testimonial-section .flexcol {
        flex-basis: calc(33.3% - 5rem);
        max-width: calc(33.3% - 5rem);
    }

    .flexible-layout-team-section .flexcol {
        flex-basis: calc(25% - 1.5rem);
        max-width: calc(25% - 1.5rem);
    }

    .flexible-layout-form-section .background-content .flexcol:first-of-type {
        flex: 1.5;
    }

    .flexible-layout .section-title,
    .flexible-layout-form-section .form-styling.form-full-height .form-title {
        font-size: 4.6rem;
    }
}

@media only screen and (min-width:1340px) {
    .flexible-layout-icon-section .flexcol.col-5 {
        flex-basis: calc(20% - 2.4rem);
        max-width: calc(20% - 2.4rem);
    }
}

@media only screen and (min-width:2000px) {
    .flexible-layout-image-text-section .image-text-full-width .flexcol:last-of-type .content-wrap {
        max-width: 80%;
    }

    .flexible-layout-image-text-section .image-text-full-width .flexcol img {
        width: 100%;
    }

    .flexible-layout-text-section .text-centered {
        max-width: 60%;
    }

    .flexible-layout-text-section .text-cta .flexcol:last-of-type a.button {
        min-width: 70%;
    }

    .background-image .background-content .section-content {
        max-width: 60%;
        margin: 0 auto;
    }

    .gallery-slider .item img {
        width: 100%;
    }

    .flexible-layout-background-image-section .background-image.full-height,
    .flexible-layout-background-image-section .background-image.full-height .background-content {
        min-height: calc(100dvh - 15.4rem);
        max-height: 108rem;
    }

    .admin-bar .flexible-layout-background-image-section .background-image.full-height,
    .admin-bar .flexible-layout-background-image-section .background-image.full-height .background-content {
        min-height: calc(100dvh - 18rem);
    }
}

@media only screen and (max-width: 1444px) {
    .flexible-layout-slider-section>.wrap .background-content {
        padding: 2rem;
    }
}

@media only screen and (max-width: 1339px) {
    .flexible-layout.flexible-layout-slider-section .section-title {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 960px) {
    .flexible-layout .section-button a.button {
        margin: 0 .5rem 1rem;
    }
}

@media only screen and (max-width:959px) {
    .flexible-layout-text-section .text-cta .flexcol:last-of-type {
        margin-top: 2rem;
    }

    .flexible-layout-image-text-section .image-text-full-width {
        padding: 2rem;
    }

    .flexible-layout-image-text-section .image-text-full-width .content-wrap {
        padding-top: 2rem;
    }

    .flexible-layout-image-text-section .desktop-only-image img {
        display: none;
    }

    .flexible-layout-background-image-section .background-image .background-content .section-title,
    .flexible-layout-background-image-section .background-image .background-content .section-content {
        text-shadow: unset;
    }

    .flexible-layout-background-image-section .background-image .background-content {
        background-color: rgb(0 71 16 / 5%);
        color: #333;
        background-color: #f0fff4;
    }

    .contact-page .flexible-layout-form-section .flexible-form-section.has-image .background-content,
    .contact-page .flexible-layout-form-section .has-image .background-content>.wrap {
        padding: 0;
    }

    .contact-page .flexible-layout-form-section .background-content .flexcol:not(:last-of-type) {
        padding: 2rem;
    }

    .flexible-layout-text-section:has(.text-quote)::before,
    .flexible-layout-text-section:has(.text-quote)::after {
        color: rgb(115 19 114 / 10%);
    }

    .flexible-layout-blog-section .flexcol:not(:last-of-type) {
        margin-bottom: 2rem;
    }

    .flexible-layout.flexible-layout-image-text-section .image-text-default .flexcol:first-of-type {
        padding-bottom: 2rem;
    }

    /*.admin-bar .site-container .flexible-layout-background-image-section .background-image.full-height,
    .admin-bar .site-container .flexible-layout-background-image-section .background-image.full-height .background-content {
        min-height: calc(100dvh - 10.6rem);
        box-sizing: border-box;
    }

    .site-container .flexible-layout-background-image-section .background-image.full-height,
    .site-container .flexible-layout-background-image-section .background-image.full-height .background-content {
        min-height: calc(100dvh - 7.4rem);
        box-sizing: border-box;
    }*/

    .site-container .flexible-layout-background-image-section .background-image:not(.full-height) .background-content .section-content {
        line-height: 1.4;
    }

    .flexible-layout-events-section .event-section .flexbox {
        padding: 0;
    }

    .flexible-layout-events-section .event-section .flexcol img {
        /*border-radius: 1.5rem 1.5rem 0 0;*/
        width: 100%;
        box-shadow: none;
        aspect-ratio: 16/9;
    }

    .flexible-layout-events-section .event-section .flexcol:last-of-type {
        padding: 2rem 5%;
    }

    .flexible-layout-events-section .event-section .flexcol .event-date,
    .flexible-layout-events-section .event-section .flexcol .event-time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav>li a {
        display: inline-flex;
        width: 100%;
        align-items: center;
        margin: 0.2rem 0;
    }

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav>li .tab-icon {
        font-size: 2.6rem;
        margin-right: 1rem;
        width: 3rem;
    }

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav>li .tab-title {
        font-family: var(--headingFont);
        font-weight: 700;
    }

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav>li:first-of-type a {
        margin-top: 0;
    }

    .flexible-layout-gallery-section .image-links .section-image img,
    .gallery-slider .item img {
        width: 100% !important;
    }

    .flexible-layout-form-section .flexible-form-section.has-image .form-styling.form-full-height .wrap {
        padding: 0;
    }

    .flexible-layout-testimonial-section .testimonial-section .flexcol:not(:last-of-type) {
        margin-bottom: 2rem;
    }

    .flexible-layout-form-section .background-content .flexcol:not(:last-of-type) {
        padding-bottom: 2rem;
    }

    .flexible-layout-slider-section .image-slider ul.slick-dots {
        bottom: 2rem;
    }

    .flexible-layout-slider-section .slider-full-width .image-section {
        aspect-ratio: 19/10;
        position: relative;
    }

    .flexible-layout-slider-section .slider-full-width .item .image-section img {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .flexible-layout-slider-section .item .content-wrapper {
        background-color: unset;
        padding: 0;
        border-radius: 0;
        box-shadow: unset;
        margin: 0;
        max-width: unset;
        text-align: inherit;
        color: unset;
    }

    .flexible-layout-slider-section .item .inner-wrap {
        background-color: rgba(0 0 0 / 20%);
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        min-height: 30.3rem;
        display: flex;
        flex-wrap: wrap;
    }

    /*.flexible-layout-slider-section .image-slider ul.slick-dots {
		width: 100%;
		max-width: 27rem;
	}

	.flexible-layout-slider-section .item .content-wrapper {
		margin: 0;
		max-width: none;
	}

	.flexible-layout-slider-section .background-content {
		display: none;
	}*/

    /* Turn the entire section into a layout container */
    /* Make the section a grid container */
    /*.flexible-layout-slider-section {
		display: grid;
		grid-template-columns: 1fr;
	}

	.flexible-layout-slider-section>.wrap,
	.flexible-layout-slider-section>.background-content,
	.flexible-layout-slider-section>.background-content>.wrap {
		display: contents;
	}


	.flexible-layout-slider-section .section-title {
		grid-row: 1;
	}

	.flexible-layout-slider-section .slider-styling {
		grid-row: 2;
	}

	.flexible-layout-slider-section .content-wrap {
		grid-row: 3;
	}*/

    .flexible-layout-slider-section .image-wrap {
        display: none !important;
    }

    /*.flexible-layout-slider-section .section-title,
	.flexible-layout-slider-section .content-wrap {
		position: static;
		transform: none;
	}*/

    .flexible-layout-slider-section>.wrap .background-content {
        padding: 0;
    }

    .flexible-layout.flexible-layout-slider-section .content-wrap {
        padding-bottom: 2rem;
        color: var(--mainColor);
    }

    .flexible-layout.flexible-layout-slider-section .section-content {
        margin: 0;
    }

    .flexible-layout.flexible-layout-slider-section .section-title {
        margin: 0;
        text-align: center;
        padding: 2rem;
    }

    .flexible-layout-slider-section .content-wrap {
        margin: 0;
        text-align: center;
        color: #333;
    }

    .flexible-layout-slider-section .section-content>h3 {
        font-size: 2.2rem;
        text-wrap: balance;
    }
}

@media only screen and (max-width:659px) {
    .flexible-layout-background-image-section .background-image .background-content .section-button a.button {
        display: block;
        margin: 1rem 0;
    }

    .flexible-layout-text-section .text-cta .flexcol:last-of-type a.button:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }

    .gallery-page .gallery-slider .item {
        flex-basis: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

    .flexible-layout .section-title {
        font-size: 3.2rem;
    }

    .flexible-layout-background-image-section .background-image .background-content .section-title {
        line-height: 1.2;
    }

    .flexible-layout-background-image-section .background-image .background-content .section-content p {
        font-size: 2rem;
    }

    .flexible-layout-icon-section .flexcol h3.icon-title {
        font-size: 2rem;
    }

    .flexible-layout .section-subtitle {
        text-wrap: balance;
    }

    .flexible-layout .section-button a.button {
        display: block;
        margin: 1rem 0;
    }

    .flexible-layout .section-button a.button.underlined-button {
        display: inline-block;
    }

    .flexible-layout-text-section .text-cta .flexcol:last-of-type .section-button {
        text-align: center;
    }

    .gallery-slider .item {
        padding: .5rem;
    }

    .flexible-layout-events-section .event-section .flexcol .event-button a.button {
        display: block;
    }

    .flexible-layout .section-button {
        text-align: center;
    }

    .flexible-layout-events-section .event-section .flexbox:not(:last-of-type),
    .flexible-layout-services-section .flexcol:not(:last-of-type),
    .flexible-layout-team-section .flexcol:not(:last-of-type),
    .flexible-layout-icon-section .flexcol:not(:last-of-type) {
        margin-bottom: 2rem;
    }

    .flexible-layout-form-section .image-section {
        max-height: calc(100% - 61rem);
    }

    .flexible-layout-slider-section .item .content-wrap .slide-button a.button {
        display: block;
        margin: 0 auto;
    }

    .flexible-layout-slider-section .item .content-wrap .slide-button a.button:not(:last-of-type) {
        margin: 0 auto 1rem;
    }

    .flexible-layout-icon-section .flexcol:not(:last-of-type) {
        margin-bottom: 2rem;
    }

    .flexible-layout-slider-section .item .content-wrapper {
        margin: 0;
        padding: 2rem;
    }

    .flexible-layout-slider-section .item .content-wrap .slide-button a.button {
        font-size: 1.3rem;
    }

    .flexible-layout-slider-section .item .content-wrap .section-title {
        font-size: 3rem;
    }

    .flexible-layout-slider-section .item .inner-wrap {
        min-height: 37.4rem;
        padding: 0;
    }

    .flexible-layout.flexible-layout-slider-section .section-title {
        font-size: 3.2rem;
        text-wrap: balance;
    }
}

@media only screen and (max-width: 450px) {
    .flexible-layout-background-image-section .section-content h4 {
        font-size: 2.4rem;
    }
}