/*
    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
    - Gallery Section
32    - Background Image Section
    - Blog Section
    - Form Section
    - Tabs Section
        - Horizontal Tabs Section
        - Vertical Tabs 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,
.flexible-layout.flexible-layout-image-text-section .image-text-default {
    padding: 4rem 0;
    position: relative;
}

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

.flexible-layout[style="background-color:#544a4d;color:#ffffff;"] .section-content a {
    font-weight: 600;
    color: white;
}

.flexible-layout .section-title {
    font-size: 3rem;
    font-weight: 400;
}

.flexible-layout .section-title,
.flexible-layout .section-subtitle,
.flexible-layout-form-section .form-styling.form-full-height .form-title {
    text-wrap: balance;
}

.flexible-layout .section-subtitle {
    color: var(--mainColor);
    font-size: 3rem;
}

.flexible-layout[style="background-color:#544a4d;color:#ffffff;"] .section-content a:hover,
.flexible-layout[style="background-color:#544a4d;color:#ffffff;"] .section-subtitle {
    color: var(--mainColor);
}

.flexible-layout[style="background-color:#544a4d;color:#ffffff;"] a.button:hover {
    background-color: var(--mainColor);
    ;
    color: var(--secondColor);
}

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

.flexible-layout a.button {
    margin: 0 .5rem;
    background-color: transparent;
    border: .2rem solid var(--mainColor);
    border-radius: .5rem;
    color: var(--secondColor);
}

.flexible-layout-tabs-section ul.ui-tabs-nav>li.ui-state-active a::before,
.flexible-layout-form-section[style="background-color:;color:;"] .form-styling.form-default .form-section,
.flexible-layout .section-button a.button:hover,
.flexible-layout a.button:hover {
    background-color: var(--mainColor);
    color: white;
}

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

.flexible-layout-tabs-section .section-subtitle,
.flexible-layout-blog-section .section-subtitle,
.flexible-layout-blog-section .section-content,
.flexible-layout-blog-section .section-title {
    text-align: center;
}

.flexible-layout-form-section .background-content .flexcol .section-content>*:last-child,
.flexible-layout-text-section .text-styling .section-title:last-child,
.flexible-layout p:last-child {
    margin-bottom: 0;
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-content .faq-content h4,
.flexible-layout-form-section .background-content .flexcol .section-content .jsmt-shortcode,
.flexible-layout-background-image-section .background-image .background-content .section-content,
.flexible-layout b,
.flexible-layout strong {
    font-weight: 600;
}

.flexible-layout span.jsmt-shortcode ul.social-links>li:not(:last-of-type) i {
    margin-right: 2rem;
}

.flexible-layout span.jsmt-shortcode ul.social-links>li i::before {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
}

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

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

.flexible-layout-background-image-section .background-image .background-content .section-content p,
.flexible-layout-text-section .text-cta .flexcol p {
    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-cta .flexcol:last-of-type a.button:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.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;
    min-width: auto;
}

.flexible-layout h1.section-title:has(~.section-subtitle),
.flexible-layout-text-section .text-styling .image-wrap {
    margin-bottom: 2rem;
}

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

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

.flexible-layout-image-text-section .flexcol .image-wrap {
    position: relative;
    z-index: 8;
}

.flexible-layout-image-accordion-section .flexcol .image-wrap img,
.flexible-layout-image-text-section .image-text-default .flexcol .image-wrap img {
    border-radius: 2rem;
    width: 100%;
}

.flexible-layout-image-text-section .section-content h3 {
    font-weight: 400;
}

.page-id-2066 .flexible-layout-image-text-section.section-1 .content-wrap,
.flexible-layout-page.home .flexible-layout-image-text-section.section-1 .content-wrap {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.page-id-2066 .flexible-layout-image-text-section.section-1 .content-wrap .section-title,
.flexible-layout-page.home .flexible-layout-image-text-section.section-1 .content-wrap .section-title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 4rem;
}

.page-id-2066 .flexible-layout-image-text-section.section-1 .content-wrap .section-content,
.flexible-layout-page.home .flexible-layout-image-text-section.section-1 .content-wrap .section-content {
    order: -1;
}

.flexible-layout .bg-graphic img {
    content: '';
    position: absolute;
    height: 1px;
    width: 1px;
}

.flexible-layout .bg-graphic.bottom-right img {
    bottom: 0;
    right: 0;
}

.flexible-layout .bg-graphic.top-right img {
    top: 0;
    right: 0;
}

.flexible-layout .bg-graphic.top-left img {
    top: 0;
    left: 0;
}

.flexible-layout .bg-graphic.bottom-left img {
    bottom: 0;
    left: 0;
}

/* Gallery Section
---------------------------------------------------------------------------- */
.flexible-layout-gallery-section .section-title {
    text-align: center;
}

.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;
}

.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 {
    min-height: 60vh;
    max-height: 108rem;
}


.flexible-layout-form-section .form-styling.form-default .background-content,
.flexible-layout-background-image-section .background-image .background-content {
    background: rgb(84, 74, 77);
    background: linear-gradient(270deg, rgba(84, 74, 77, .4) 35%, rgba(84, 74, 77, 0.5) 50%, rgba(84, 74, 77, 0.7) 75%, rgba(84, 74, 77, 1) 100%);
    position: relative;
}

.flexible-layout-icon-section .background-image .background-content .section-subtitle,
.flexible-layout-background-image-section .background-image .background-content .section-subtitle {
    color: var(--mainColor);
    ;
}

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

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

.flexible-layout-icon-section .background-image .image-section,
.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-icon-section .background-image .image-section img,
.flexible-layout-background-image-section .background-image .image-section img {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

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

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

.flexible-layout-icon-section .background-image .background-content,
.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;
    padding: 4rem 0;
}

.flexible-layout-background-image-section .background-image .background-content {
    color: #fff;
}

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

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

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

.flexible-layout-background-image-section .fg-image {
    width: fit-content;
    margin: 0 auto 0 0;
}

.flexible-layout-background-image-section .background-content .wrap {
    width: 100%;
    text-align: left;
}

.flexible-layout-background-image-section .background-content .fg-image,
.flexible-layout-background-image-section .background-content .section-content-wrap {
    max-width: 62rem;
    width: 100%;
    background-color: rgb(65 55 60 / 80%);
    padding: 3rem;
}

.flexible-layout-background-image-section .background-content .fg-image,
.flexible-layout-background-image-section .background-content .section-content-wrap {
    max-width: 78rem
}


.flexible-layout-background-image-section .background-content .fg-image {
    padding-bottom: 0;
    width: 100%;
}

.flexible-layout-page.home .flexible-layout-background-image-section .background-content .fg-image img {
    max-width: 10rem;
    max-height: 10rem
}

.flexible-layout-form-section .has-image .image-section,
.flexible-layout-background-image-section .background-image.fixed .image-section {
    clip-path: inset(0);
    margin-top: 1px;
}

.flexible-layout-form-section .has-image .image-section img,
.flexible-layout-background-image-section .background-image.fixed .image-section img {
    position: fixed;
    top: 7rem;
}

/* Icon Section
---------------------------------------------------------------------------- */
.flexible-layout-image-accordion-section .content-wrap .section-subtitle:last-child,
.flexible-layout-image-accordion-section .content-wrap .section-content:last-child,
.flexible-layout-image-accordion-section .content-wrap .section-title:last-child,
.flexible-layout-icon-section .section-content-wrap:not(:empty),
.flexible-layout-icon-section .background-image .background-content.has-image .flexbox:not(:last-child) {
    margin-bottom: 4rem;
}

.flexible-layout-icon-section .background-image .background-content.has-image .section-subtitle {
    color: white;
}

.flexible-layout-icon-section .background-image .background-content .section-content {
    margin: 0 auto 3rem;
    max-width: 96rem;
}

.flexible-layout-icon-section .background-image .background-content.has-image .section-content img.alignright {
    margin-bottom: 0;
}

.flexible-layout-icon-section .flexcol {
    padding: 3rem;
    color: #333;
    text-align: left;
    border-radius: 2rem;
    background-color: white;
    box-shadow: 0rem 1rem 2rem rgb(0 0 0 / 15%);
}

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

.flexible-layout-icon-section .flexcol h3.icon-title {
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0;
}

.flexible-layout-icon-section .flexcol .icon-content {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: .1rem solid #ccc;
}

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

.flexible-layout-icon-section .background-image .image-section {
    clip-path: inset(0);
    margin-top: 1px;
}

.flexible-layout-icon-section .background-image .image-section img {
    position: fixed;
    top: 0;
}

.flexible-layout-icon-section .background-image .background-content.has-image {
    background-color: rgb(84 74 77 / 60%);
}

.flexible-layout-icon-section .flexcol .icon-title-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flexible-layout-icon-section .flexcol .icon-title {
    flex: 3;
    font-size: 1.8rem;
}

.flexible-layout-icon-section .flexcol .icon {
    margin-right: 1.5rem;
    color: var(--mainColor);
    display: flex;
    align-items: center;
}

.flexible-layout-icon-section .flexcol .icon i {
    margin-bottom: 0;
    font-size: 3.2rem;
}

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

.flexible-layout-blog-section .flexcol {
    margin: 0;
    color: #333;
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
    box-shadow: 0rem 1rem 2rem rgb(0 0 0 / 15%);
    background-color: white;
}

.flexible-layout-blog-section .flexcol .post-category,
.flexible-layout-blog-section .flexcol .post-date {
    color: var(--secondColor);
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.flexible-layout-blog-section .flexcol .post-date {
    padding-right: 1rem;
}

.flexible-layout-blog-section .flexcol .post-date {
    margin-right: 1rem;
    border-right: .1rem solid #ccc
}

.flexible-layout-blog-section .flexcol .post-title {
    font-size: 2.2rem;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 400;
}

.flexible-layout-blog-section .flexcol .post-category a {
    color: var(--mainColor);
    transition: .5s ease all;
}

.page-id-2066 .flexible-layout .section-content a:hover,
.flexible-layout .section-content a:hover,
.flexible-layout-blog-section .flexcol .post-category a:hover,
.flexible-layout-blog-section .flexcol .post-info .post-title a:hover,
.flexible-layout-blog-section .flexcol .post-link a:hover i,
.flexible-layout-blog-section .flexcol .post-link a:hover {
    color: var(--secondColor);
}



.flexible-layout-blog-section .flexcol .post-link {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    display: block;

}

.flexible-layout-blog-section .flexcol .post-info {
    position: relative;
    padding: 3rem 3rem 7rem 3rem;
}

.flexible-layout-blog-section .flexcol .post-link a i {
    margin-left: .5rem;
}


.flexible-layout-blog-section .flexcol .post-link a i,
.flexible-layout-blog-section .flexcol .post-link a,
.flexible-layout-blog-section .flexcol .post-title a {
    color: #333;
}


.flexible-layout-blog-section .flexcol .post-link a:hover i,
.flexible-layout-blog-section .flexcol .post-link a:hover,
.flexible-layout-blog-section .flexcol .post-info .post-title a:hover {
    color: var(--mainColor);
}


.flexible-layout-blog-section .flexcol .post-link a i {
    transition: .35s ease all;
}

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

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

.flexible-layout-landing-page-form-section .form-styling.form-full-height .background-content,
.flexible-layout-landing-page-form-section.flexible-layout>.wrap,
.flexible-layout-form-section .form-styling.form-full-height .background-content,
.flexible-layout.flexible-layout-form-section>.wrap {
    max-width: none;
    padding: 0;
}

.flexible-layout-landing-page-form-section .flexible-form-section.has-image .form-styling,
.flexible-layout-landing-page-form-section .flexible-form-section.has-image .form-styling.form-full-height .background-content .flexcol:last-of-type,
.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-landing-page-form-section .form-styling.form-overlay::before,
.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-landing-page-form-section .form-styling.form-overlay::before,
.flexible-layout-form-section .form-styling.form-overlay .background-content>.wrap {
    position: relative;
    z-index: 10;
}

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

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

.flexible-layout-landing-page-form-section .flexible-form-section.has-image .background-content,
.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-landing-page-form-section .background-content,
.flexible-layout-form-section .background-content {
    padding: 4rem 0;
}

.flexible-layout-landing-page-form-section .form-styling.form-default .form-section,
.flexible-layout-form-section .form-styling.form-default .form-section {
    border-radius: 2rem;
    position: relative;
    z-index: 2;
    background-color: rgb(147 196 217 / 90%);
    padding: 2rem;
}

.flexible-layout-landing-page-form-section .form-styling.form-default .form-title,
.flexible-layout-landing-page-form-section .form-styling.form-overlay .form-title,
.flexible-layout-form-section .form-styling.form-default .form-title,
.flexible-layout-form-section .form-styling.form-overlay .form-title {
    color: white;
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 3.4rem;
    text-shadow: none;
    margin-bottom: 2rem;
}

.flexible-layout-landing-page-form-section .form-styling.form-default .form-title,
.flexible-layout-landing-page-form-section .form-styling.form-default .form-shortcode,
.flexible-layout-landing-page-form-section .form-styling.form-overlay .form-shortcode,
.flexible-layout-form-section .form-styling.form-default .form-title,
.flexible-layout-form-section .form-styling.form-default .form-shortcode,
.flexible-layout-form-section .form-styling.form-overlay .form-shortcode {
    color: white;
    text-shadow: none;
}

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

.flexible-layout-landing-page-form-section.section-1 .form-styling.form-default .background-content,
.flexible-layout-form-section.section-1 .form-styling.form-default .background-content {
    background: unset;
}

.flexible-layout-landing-page-form-section .form-styling.form-default .flexcol:first-of-type .section-title:last-child,
.flexible-layout-form-section .form-styling.form-default .flexcol:first-of-type .section-title:last-child {
    margin-bottom: 0;
}

.flexible-layout-landing-page-form-section .form-shortcode input,
.flexible-layout-landing-page-form-section .form-shortcode textarea,
.flexible-layout-landing-page-form-section .form-shortcode select,
.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-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .gfield_label,
.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.flexible-layout-landing-page-form-section[style="background-color:#544a4d;color:#ffffff;"] .form-shortcode .gform_wrapper.gravity-theme .gfield_label,
.flexible-layout-form-section[style="background-color:#544a4d;color:#ffffff;"] .form-shortcode .gform_wrapper.gravity-theme .gfield_label {
    color: white;
    font-weight: 600;
}

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

.flexible-layout-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .gform_fields,
.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
}

.flexible-layout-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .gfield_validation_message,
.flexible-layout-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .validation_message,
.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gfield_validation_message,
.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .validation_message {
    padding: 10px;
    font-size: 13px;
    margin-top: 18px;
    display: block;
    border-radius: 1rem;
}

.flexible-layout-landing-page-form-section .form-shortcode input[type=submit],
.flexible-layout-form-section .form-shortcode input[type=submit] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.8rem;
    color: white;
    border-radius: .5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.flexible-layout-landing-page-form-section .form-shortcode input[type=submit]:hover,
.flexible-layout-form-section .form-shortcode input[type=submit]:hover {
    background-color: white;
    color: var(--mainColor);
}

.flexible-layout-landing-page-form-section .form-shortcode input[type=submit]:not(:hover),
.flexible-layout-form-section .form-shortcode input[type=submit]:not(:hover) {
    background-color: var(--secondColor);
}

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

.flexible-layout-landing-page-form-section .background-content .flexcol .section-content .jsmt-shortcode,
.flexible-layout-form-section .background-content .flexcol .section-content .jsmt-shortcode {
    display: block;
    margin-bottom: 1.5rem;
}

.flexible-layout-landing-page-form-section .background-content .flexcol .section-content ul.jsmt-hours,
.flexible-layout-form-section .background-content .flexcol .section-content ul.jsmt-hours {
    padding-left: 3rem;
}

.flexible-layout-landing-page-form-section .background-content .flexcol .section-content ul>li,
.flexible-layout-form-section .background-content .flexcol .section-content ul>li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 3.5rem;
    list-style-type: none;
}

.flexible-layout-landing-page-form-section .background-content .flexcol .section-content ul>li::before,
.flexible-layout-landing-page-form-section .background-content .flexcol .section-content ul>li::after,
.flexible-layout-form-section .background-content .flexcol .section-content ul>li::before,
.flexible-layout-form-section .background-content .flexcol .section-content ul>li::after {
    font-family: "Font Awesome 6 Duotone";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.4rem;
    line-height: 1;
    text-shadow: none;
    border-radius: .5rem;
}

.flexible-layout-landing-page-form-section .background-content .flexcol .section-content ul>li::before,
.flexible-layout-form-section .background-content .flexcol .section-content ul>li::before {
    content: '\f336';
    color: white;
    opacity: 1;
}

.flexible-layout-landing-page-form-section .background-content .flexcol .section-content ul>li::after,
.flexible-layout-form-section .background-content .flexcol .section-content ul>li::after {
    content: '\10f336';
    color: var(--mainColor);
    opacity: 1;
}

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

.flexible-layout-landing-page-form-section .background-content .flexcol .section-content .jsmt-shortcode ul>li::before,
.flexible-layout-landing-page-form-section .background-content .flexcol .section-content .jsmt-shortcode ul>li::after,
.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-landing-page-form-section .background-content .flexcol:first-of-type .section-button,
.flexible-layout-form-section .background-content .flexcol:first-of-type .section-button {
    margin-top: 3rem;
}

.flexible-layout-landing-page-form-section .flexible-layout-text-section .text-cta .flexcol:last-of-type a.button.primary-button,
.flexible-layout-form-section .flexible-form-section.has-image .background-content .flexcol:first-of-type a.button.primary-button,
.flexible-layout-background-image-section .background-content a.button.primary-button,
.flexible-layout-text-section .text-cta .flexcol:last-of-type a.button.primary-button {
    color: white;
    text-shadow: none;
}

.flexible-layout-landing-page-form-section .flexible-layout-text-section .text-cta .flexcol:last-of-type a.button.primary-button:hover,
.flexible-layout-form-section .flexible-form-section.has-image .background-content .flexcol:first-of-type a.button.primary-button:hover,
.flexible-layout-background-image-section .background-content a.button.primary-button:hover,
.flexible-layout-text-section .text-cta .flexcol:last-of-type a.button.primary-button:hover {
    background-color: var(--secondColor);
    color: white;
}

.flexible-layout-landing-page-form-section .flexible-layout-text-section .text-cta .flexcol:last-of-type a.button.secondary-button,
.flexible-layout-form-section .flexible-form-section.has-image .background-content .flexcol:first-of-type a.button.secondary-button,
.flexible-layout-background-image-section .background-content a.button.secondary-button,
.flexible-layout-text-section .text-cta .flexcol:last-of-type a.button.secondary-button {
    color: white;
    outline-color: white;
    text-shadow: none;
}

.flexible-layout-landing-page-form-section .flexible-layout-text-section .text-cta .flexcol:last-of-type a.button.secondary-button:hover,
.flexible-layout-form-section .flexible-form-section.has-image .background-content .flexcol:first-of-type a.button.secondary-button:hover,
.flexible-layout-background-image-section .background-content a.button.secondary-button:hover,
.flexible-layout-text-section .text-cta .flexcol:last-of-type a.button.secondary-button:hover {
    background-color: var(--mainColor);
    outline-color: var(--mainColor);
}

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

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

.flexible-layout-landing-page-form-section .form-styling.form-full-height .background-content .flexcol:last-of-type,
.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-landing-page-form-section .form-styling.form-full-height .form-shortcode input[type=submit],
.flexible-layout-form-section .form-styling.form-full-height .form-shortcode input[type=submit] {
    margin-top: 2rem;
}

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

.flexible-layout-landing-page-form-section:not(.section-1) .form-styling.form-default .form-section,
.flexible-layout-form-section:not(.section-1) .form-styling.form-default .form-section {
    background-color: unset;
    padding: 0;
}

.flexible-layout-landing-page-form-section .form-section .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield,
.flexible-layout-form-section .form-section .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield {
    padding-right: 0;
}

.flexible-layout-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal,
.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal {
    width: 100%;
}

.flexible-layout-landing-page-form-section .form-section .gform_wrapper.gravity-theme .gf_simple_horizontal .gfield input,
.flexible-layout-form-section .form-section .gform_wrapper.gravity-theme .gf_simple_horizontal .gfield input {
    border-radius: .5rem 0 0 .5rem;
    min-height: 5.6rem;
}

.flexible-layout-landing-page-form-section .form-section .gform_wrapper.gravity-theme .gf_simple_horizontal .ginput_container,
.flexible-layout-form-section .form-section .gform_wrapper.gravity-theme .gf_simple_horizontal .ginput_container {
    min-height: 5.6rem;
}

.flexible-layout-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal input[type=submit],
.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal input[type=submit] {
    border-radius: 0 .5rem .5rem 0;
    min-height: 5.2rem;
}

.flexible-layout-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal input[type=submit]:not(:hover),
.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal input[type=submit]:not(:hover) {
    background-color: var(--mainColor);
    border: .2rem solid var(--mainColor);
    border-left: unset;
}

.flexible-layout-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal input[type=submit]:hover,
.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal input[type=submit]:hover {
    color: white;
    background-color: var(--secondColor);
    border: .2rem solid var(--secondColor);
    border-color: var(--secondColor);
    border-left: unset;
}

.flexible-layout-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label,
.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label {
    width: 25%;
    vertical-align: top;
}

.flexible-layout-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .gform_ajax_spinner,
.flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gform_ajax_spinner {
    display: none !important;
}

.contact-page .flexible-layout-landing-page-form-section.section-1 .form-styling.form-default .background-content,
.contact-page .flexible-layout-form-section.section-1 .form-styling.form-default .background-content {
    background: unset;
}

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

.flexible-layout-tabs-section ul.tabs-nav>li .tab-icon,
.flexible-layout-tabs-section ul.tabs-nav>li {
    list-style-type: none;
    text-align: center;
}

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

.flexible-layout-tabs-section ul.tabs-nav>li:last-of-type {
    margin-right: 0;
}

.flexible-layout-tabs-section ul.tabs-nav>li a {
    display: block;
    padding: 2rem 2rem 1rem 2rem;
    border-bottom: 0.2rem solid #d6d6d6;
    outline: none;
    color: #333;
    transition: 0.5s ease all;
    position: relative;
}

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

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

.flexible-layout .section-content a:not(.button),
.flexible-layout-tabs-section ul.tabs-nav>li.ui-tabs-active a {
    color: var(--mainColor);
}


.flexible-layout .section-content a:not(.button) {
    font-weight: 600;
}

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

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

/* 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: 100%;
    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: 600;
}

.flexible-layout-tabs-section .vertical-tabs .tabs-content {
    border-radius: 0 0.5rem 0.5rem 0;
}

.flexible-layout-tabs-section .tabs-content .tab-content h3 {
    color: hsl(198 48% 61% / 1);
}

/* Image Accordion Section
-------------------------------------------------------------------------------------------- */

.flexible-layout-image-accordion-section .wrap .accordion {
    overflow: visible;
}

.flexible-layout-image-accordion-section .accordion-force-open .faq-question,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header {
    padding-bottom: 3rem;
    border-bottom: .1rem solid #ccc;
    position: relative;
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: .2rem;
    transition: all .4s;
    background-color: var(--mainColor);
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header.ui-accordion-header-active::before,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.flexible-layout-image-accordion-section .accordion-force-open .faq-question,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header {
    padding: 2rem 0 2rem 2rem;
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header:focus {
    outline: none;
}

.flexible-layout-image-accordion-section .accordion-force-open .faq-content,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-content {
    padding: 2rem;
    font-size: 1.8rem;
}

.flexible-layout-image-accordion-section .accordion-force-open h3,
.flexible-layout-image-accordion-section .wrap .accordion ul>li h3 {
    margin-bottom: 0;
    font-weight: 400;
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header:hover {
    cursor: pointer;
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .inner-wrapper span.tabs-plus,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .inner-wrapper .icon,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .inner-wrapper h3 {
    display: inline;
    vertical-align: middle;
    line-height: 1;
}

.flexible-layout-image-accordion-section .accordion-force-open .icon,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .inner-wrapper .icon {
    color: var(--mainColor);
    margin-right: 2.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.flexible-layout-image-accordion-section .accordion-force-open .icon i,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .inner-wrapper .icon i {
    font-size: 34px;
    width: 34px;
    height: 34px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header-active,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header:hover {
    transition: .3s ease all;
}

.flexible-layout-image-accordion-section .accordion-force-open .inner-wrapper,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header .inner-wrapper {
    position: relative;
    padding-right: 5rem;
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header .inner-wrapper span.tabs-minus,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header .inner-wrapper span.tabs-plus {
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header.ui-accordion-header-active .inner-wrapper span.tabs-plus,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header:not(.ui-accordion-header-active) .inner-wrapper span.tabs-minus {
    opacity: 0;
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header:not(.ui-accordion-header-active) .inner-wrapper span.tabs-plus,
.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header.ui-accordion-header-active .inner-wrapper span.tabs-minus {
    opacity: 1;
}

.flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header:not(.ui-accordion-header-active) {
    overflow: hidden;
    transition: .5s ease all;
}

.flexible-layout-image-accordion-section .above-accordion-title {
    font-size: 3rem;
    text-wrap: balance;
    text-transform: uppercase;
    font-weight: 400;
}

.flexible-layout-image-accordion-section .wrap .accordion ul,
.flexible-layout-image-accordion-section .accordion-force-open ul {
    list-style-type: none;
}

.flexible-layout-image-accordion-section .wrap .accordion .faq-content ul {
    padding-left: 2rem;
}

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

/* Flexible Layout Scroll Section
-------------------------------------------------------------------------------------------------------------------------- */

.flexible-layout-image-accordion-section .section-title,
.flexible-layout-image-accordion-section .section-subtitle,
.flexible-layout-image-accordion-section .section-content,
.flexible-layout-scroll-section .section-title,
.flexible-layout-scroll-section .section-subtitle {
    text-align: center;
}

.flexible-layout-scroll-section .section-title:has(+.flexbox),
.flexible-layout-scroll-section .section-subtitle:has(+.flexbox) {
    margin-bottom: 4rem;
}

.flexible-layout-scroll-section .content-wrap.scroll .scroll-title {
    margin-bottom: 1rem;
}

.flexible-layout-scroll-section .flexcol .content-wrap.sticky {
    position: sticky;
    top: 15rem;
}

/* Flexible Layout Video Section
-------------------------------------------------------------------------------------------------------------------------- */

.flexible-layout.flexible-layout-video-section .wrap .video-wrapper {
    max-width: 96rem;
    margin: 0 auto;
}

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

.flexible-layout.flexible-layout-video-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 50%;
    background-color: #f7f7f7;
}

.flexible-layout-page.home .flexible-layout-text-section .section-content span.jsmt-shortcode {
    margin-top: 2.5rem;
}

.flexible-layout-page.home .flexible-layout-text-section .section-subtitle {
    margin-bottom: 2.5rem;
}

/* Landing Pages
---------------------------------------------------------------------------- */

.single-landing .flexible-layout-landing-page-form-section .gform_wrapper .gfield_html span,
.single-landing .flexible-layout-form-section .gform_wrapper .gfield_html span {
    font-size: 1.6rem;
    display: block;
    text-align: center;
    margin-top: 1.1rem;
}

.single-landing .flexible-layout-landing-page-form-section .flexcol .section-title,
.single-landing .flexible-layout-landing-page-form-section .flexcol .section-subtitle,
.single-landing .flexible-layout-landing-page-form-section .flexcol .form-shortcode {
    color: #333;
}

.single-landing .flexible-layout-landing-page-form-section .gform_wrapper.gravity-theme .gfield_required {
    color: #c02b0a;
}


.flexible-layout-landing-page-form-section .background-content .flexcol .section-content ul>li::after,
.flexible-layout-landing-page-form-section .background-content .flexcol .section-content ul>li::before {
    top: 2px;
}

.single-landing .flexible-layout-landing-page-form-section .flexcol .image-wrap img {
    border-radius: 2rem;
}

.single-landing .flexible-layout-landing-page-form-section .flexcol .image-wrap {
    margin-bottom: 2rem;
}

.single-landing .flexible-layout-landing-page-form-section .form-styling.form-default .form-section {
    background-color: #f7f7f7;
}

.single-landing .flexible-layout-icon-section .flexbox {
    position: relative;
}

.single-landing .flexible-layout-icon-section .flexbox::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: calc(50% + 12rem);
    background-color: #f7f7f7;
}

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

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

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

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

    .gallery-slider .item {
        flex-basis: 50%;
        max-width: 50%;
    }

    .flexible-layout-background-image-section .background-image .background-content .section-button a.button {
        margin: 0 .5rem;
        display: inline-block;
        vertical-align: middle;
        border: .3rem solid var(--mainColor);
        ;
    }

    .flexible-layout-background-image-section .background-image .background-content .section-button a.button:first-of-type {
        margin-left: 0;
    }

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

@media only screen and (min-width:660px) and (max-width:959px) {

    .flexible-layout-image-text-section .image-text-full-width .flexcol .image-wrap {
        height: 35rem;
        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;
    }
}

@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-landing-page-form-section .background-content,
    .flexible-layout-form-section .background-content {
        padding: 12rem 0;
    }

    .flexible-layout-page.home .flexible-layout.flexible-layout-video-section {
        padding: 0;
    }

    .flexible-layout-background-image-section .background-content .fg-image,
    .flexible-layout-background-image-section .background-content .section-content-wrap {
        width: fit-content;
    }

    .flexible-layout-background-image-section:not(.section-1) .background-content .fg-image,
    .flexible-layout-background-image-section:not(.section-1) .background-content .section-content-wrap {
        margin: 0 auto;
        text-align: center;
    }

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

    .flexible-layout-image-accordion-section .flexbox,
    .flexible-layout-image-text-section .image-text-default:not(.image-text-offset) .flexbox,
    .flexible-layout-text-section .text-cta .flexbox {
        align-items: center;
    }

    .flexible-layout-scroll-section .flexbox,
    .flexible-layout-image-accordion-section .flexbox,
    .flexible-layout-image-text-section .image-text-default .flexbox {
        gap: 6rem;
    }

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

    .flexible-layout-tabs-section .horizontal-tabs .tabs .tabs-content:nth-of-type(odd) .image-wrap,
    .flexible-layout-image-accordion-section .flexbox .flexcol.flex-2,
    .flexible-layout-image-text-section .flexcol.flex-2 {
        order: 2;
    }

    .flexible-layout-image-accordion-section .content-wrap {
        margin-bottom: 2rem;
    }

    .flexible-layout-image-accordion-section .content-wrap {
        margin-bottom: 0;
    }


    .flexible-layout-page.home .flexible-layout-image-text-section .image-text-default {
        padding: 4rem 0;
    }

    .flexible-layout-page .flexible-layout-image-text-section .image-text-default.image-text-offset {
        padding: 0 0 6rem 0;
    }

    .flexible-layout-page.home .flexible-layout h1.section-title {
        font-size: 6rem;
    }

    .flexible-layout-page.home .flexible-layout-text-section.section-1 .section-subtitle {
        font-size: 5rem;
    }

    .page-id-2066 .flexible-layout-text-section.section-1,
    .flexible-layout-page.home .flexible-layout-text-section.section-1 {
        padding: 4rem 0 12rem;
        min-height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column wrap;
    }

    .flexible-layout-page.home .flexible-layout-image-text-section .image-text-default:not(.image-text-offset) .image-wrap img {
        position: relative;
        aspect-ratio: 18.5 / 9;
        object-fit: cover;
    }

    .flexible-layout-image-text-section .flexcol:first-of-type.flex-2 {
        position: relative;
        z-index: 1;
    }

    .flexible-layout-icon-section .background-image .background-content.has-image .wrap .icon-section-wrap,
    .flexible-layout-image-text-section .image-text-default.image-text-offset .flexcol:first-of-type,
    .flexible-layout-image-text-section .image-text-full-width.image-text-offset .flexcol:first-of-type {
        position: relative;
    }

    .flexible-layout-image-text-section .image-text-default.image-text-offset .flexcol:first-of-type .image-wrap img,
    .flexible-layout-image-text-section .image-text-full-width.image-text-offset .flexcol:first-of-type .image-wrap img {
        position: absolute;
        top: -6rem;
        border-radius: 2rem 0 0 2rem;
    }

    .flexible-layout-image-text-section .image-text-default.image-text-offset .flexcol:first-of-type .image-wrap img {
        border-radius: 2rem;
    }

    .flexible-layout-image-text-section .image-text-default.image-text-offset .flexcol:last-of-type .content-wrap,
    .flexible-layout-image-text-section .image-text-full-width.image-text-offset .flexcol:last-of-type .content-wrap {
        padding: 8rem 8rem;
        margin: 0 auto;
        max-width: 103rem;
    }

    .flexible-layout-image-text-section .image-text-default.image-text-offset .flexcol:last-of-type .content-wrap {
        padding: 12rem 0;
    }

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

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

    .gallery-slider .item {
        flex-basis: 33.3%;
        max-width: 33.3%;
    }

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

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

    .flexible-layout-icon-section .background-image .background-content {
        padding: 8rem 0;
    }

    /*.flexible-layout-icon-section .background-image .background-content .icon-section-wrap::before {
        content: '';
        position: absolute;
        top: calc(50% + .1rem);
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: calc(50% + 8.1rem);
        background-color: #f7f7f7;
        z-index: -1;
    }*/

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

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

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

    .flexible-layout-image-text-section .image-text-default.image-text-offset .flexcol:last-of-type,
    .flexible-layout-image-text-section .image-text-full-width .flexcol:last-of-type {
        flex: 1.5;
    }

    .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 .section-subtitle {
        font-size: 2.6rem;
        font-weight: 700;
    }

    .single-landing .flexible-layout-landing-page-form-section .section-subtitle {
        font-size: 2.2rem;
        font-weight: 400;
        font-family: var(--bodyFont);
    }

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

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

    .single-landing .flexible-layout-landing-page-form-section h1.section-title {
        font-size: 4.5rem;
    }

    .flexible-layout-blog-section .flexbox {
        gap: 2rem;
    }

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

    .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-landing-page-form-section .background-content .flexbox,
    .flexible-layout-form-section .background-content .flexbox {
        gap: 8rem;
    }

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

    .flexible-layout-landing-page-form-section .form-styling.form-default .flexcol:last-of-type::before,
    .flexible-layout-form-section .form-styling.form-default .flexcol:last-of-type::before {
        top: 0;
        height: 100%;
    }

    .flexible-layout-landing-page-form-section .form-styling.form-default .form-section,
    .flexible-layout-form-section .form-styling.form-default .form-section {
        padding: 3rem;
    }

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

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav {
        text-align: center;
        border-radius: 2rem 2rem 0 0;
        margin: 0 auto;
        position: relative;
    }

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: calc(100% - 8rem);
        transform: translateX(-50%);
        height: .2rem;
        background-color: #d6d6d6;
    }

    .flexible-layout-tabs-section ul.tabs-nav>li {
        margin: 0 2rem;
    }

    .flexible-layout-tabs-section ul.tabs-nav>li a {
        min-height: 12.4rem;
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-end;
    }

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav>li .tab-icon {
        margin-bottom: 1rem;
    }

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

    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav>li .tab-title {
        font-family: var(--headingFont);
        font-size: 2.4rem;
        line-height: 1;
        font-weight: 400;
    }

    .flexible-layout-landing-page-form-section .flexible-form-section.has-image .background-content,
    .flexible-layout-form-section .flexible-form-section.has-image .background-content,
    .flexible-layout-gallery-section .image-links,
    .flexible-layout-tabs-section .horizontal-tabs .tabs-content,
    .flexible-layout-tabs-section .horizontal-tabs ul.tabs-nav,
    .flexible-layout-image-text-section .flexcol:last-of-type,
    .flexible-layout-tabs-section .vertical-tabs .tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

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

    .flexible-layout-tabs-section .horizontal-tabs .tabs-content {
        align-items: center;
        justify-content: center;
        gap: 4rem;
        background-color: #f7f7f7;
    }

    .flexible-layout-tabs-section .vertical-tabs .tabs .tabs-nav,
    .flexible-layout-gallery-section .image-links .section-image,
    .flexible-layout-tabs-section .horizontal-tabs .tabs-content .content-wrap,
    .flexible-layout-tabs-section .horizontal-tabs .tabs-content .image-wrap {
        flex: 1;
    }

    .flexible-layout-tabs-section .horizontal-tabs .tabs-content .content-wrap {
        min-height: 29rem;
    }


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

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

    .flexible-layout-tabs-section ul.tabs-nav>li {
        display: inline-block;
        text-align: center;
        flex: 1;
    }

    .flexible-layout-gallery-section .image-links {
        align-items: center;
        justify-content: center;
    }

    .flexible-layout-landing-page-form-section .flexible-form-section.has-image .background-content,
    .flexible-layout-form-section .flexible-form-section.has-image .background-content {
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

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

    .flexible-layout-scroll-section .content-wrap.scroll .scroll-title {
        font-size: 2.8rem;
    }

    .flexible-layout-scroll-section .flexcol .content-wrap.scroll:not(:last-of-type) {
        margin-bottom: 8rem;
    }

    .flexible-layout-landing-page-form-section .has-image .image-section img,
    .flexible-layout-form-section .has-image .image-section img,
    .flexible-layout-background-image-section .background-image.fixed .image-section img {
        position: fixed;
        top: 10rem;
    }

    .flexible-layout-image-text-section .image-text-default.image-text-offset .flexcol:first-of-type {
        flex-basis: 40%;
        max-width: 40%;
        border-radius: 2rem;
        overflow: hidden;
        margin-top: -6rem;
    }

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

@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-slider .item {
        flex-basis: 25%;
        max-width: 25%;
    }

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

    /*.flexible-layout-landing-page-form-section .background-content .flexcol:first-of-type,*/
    .flexible-layout-form-section .background-content .flexcol:first-of-type {
        flex: 1.5;
    }

    .flexible-layout-page.home .flexible-layout-text-section.section-1 .text-centered {
        max-width: unset;
    }

    .flexible-layout-page.home .flexible-layout-text-section.section-1 h1.section-title {
        font-size: 7rem;
        margin-bottom: 6rem;
    }

    .flexible-layout-page.home .flexible-layout-text-section.section-1 .section-content {
        max-width: 85%;
        margin: 0 auto;
    }

    .flexible-layout-page.home .flexible-layout-text-section.section-1 .section-subtitle {
        font-size: 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:1440px) {

    .flexible-layout-landing-page-form-section .has-image .image-section img,
    .flexible-layout-form-section .has-image .image-section img,
    .flexible-layout-background-image-section .background-image.fixed .image-section img {
        position: fixed;
        top: 15rem;
    }
}

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

    .flexible-layout.section-1::before,
    .flexible-layout.section-1::after,
    .flexible-layout-background-image-section .background-image:not(.fixed) .background-content::before,
    .flexible-layout-background-image-section .background-image:not(.fixed) .background-content::after {
        content: '';
        position: absolute;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .flexible-layout.section-1::before,
    .flexible-layout-background-image-section .background-image .background-content::before {
        bottom: 0;
        right: 0;
        width: 15rem;
        height: 35rem;
        background-image: url(/wp-content/uploads/2024/10/Fountainhead-brown-bg_graphic.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        opacity: .25;
    }

    .flexible-layout.section-1::after,
    .flexible-layout-background-image-section .background-image .background-content::after {
        bottom: -4.5rem;
        right: 15rem;
        width: 15rem;
        height: 40rem;
        background-image: url(/wp-content/uploads/2024/10/Fountainhead-main-bg-pseudo-2.png);
        background-size: 100% 50%;
        opacity: .25;
        z-index: 1;
    }

    .flexible-layout .bg-graphic img {
        height: 79%;
        width: 30rem;
        z-index: 0;
        opacity: .25;
    }
}

@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%;
    }

    .gallery-slider .item img,
    .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 {
        margin: 0 auto;
    }
}

@media only screen and (max-width:959px) {

    .flexible-layout-image-accordion-section .content-wrap,
    .flexible-layout-text-section .text-cta .flexcol:last-of-type {
        margin-top: 2rem;
    }

    .flexible-layout-image-accordion-section .flexbox {
        display: flex;
        flex-flow: column;
    }

    .flexible-layout-image-accordion-section .flexcol:last-of-type {
        order: -1;
        margin-bottom: 2rem;
    }

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

    .flexible-layout.flexible-layout-image-text-section .image-text-default.image-text-offset .flexcol:first-of-type .video-wrapper {
        aspect-ratio: 16/9;
    }

    .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: unset;
    }

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

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

    .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: 600;
    }

    .flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-content,
    .flexible-layout-tabs-section .tabs-content {
        padding: 2rem 0;
    }

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

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

    .flexible-layout-landing-page-form-section .form-styling.form-default .flexcol:last-of-type::before,
    .flexible-layout-form-section .form-styling.form-default .flexcol:last-of-type::before {
        border-radius: 2rem;
    }

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

    .flexible-layout-landing-page-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal,
    .flexible-layout-form-section .form-shortcode .gform_wrapper.gravity-theme .gf_simple_horizontal {
        width: fit-content;
        margin: 0 auto;
    }

    .flexible-layout-landing-page-form-section .background-content .flexcol:not(:last-of-type),
    .flexible-layout-scroll-section .flexcol .content-wrap.scroll,
    .flexible-layout-scroll-section .section-content,
    .flexible-layout-blog-section .flexcol:not(:last-of-type),
    .flexible-layout-form-section .background-content .flexcol:not(:last-of-type) {
        margin-bottom: 2rem;
    }

    .flexible-layout-page.home .flexible-layout-blog-section,
    .flexible-layout-image-accordion-section .wrap .accordion-force-open {
        padding-top: 2rem;
    }

    .flexible-layout-image-accordion-section .accordion-force-open .faq-question,
    .flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header {
        padding: 2rem 0;
    }

    .flexible-layout-image-accordion-section .above-accordion-title {
        margin-top: 2rem;
    }

    .flexible-layout-image-accordion-section .above-accordion-title:has(+#response) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:659px) {


    .flexible-layout-image-accordion-section .wrap .accordion ul>li .inner-wrapper .icon {
        margin-right: 10px;
    }

    .flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header .inner-wrapper span.tabs-minus,
    .flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header .inner-wrapper span.tabs-plus {
        right: 0;
    }

    .flexible-layout-image-accordion-section .wrap .accordion ul>li .ui-accordion-header {
        padding: 2rem 0;
    }

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

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

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

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

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

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

    .flexible-layout[style="background-color:#544a4d;color:#ffffff;"] .section-content a,
    .flexible-layout-image-accordion-section .wrap .accordion ul>li h3 {
        font-size: 1.8rem;
    }

    .flexible-layout-landing-page-form-section .background-content .flexcol .section-content span.jsmt-shortcode i::before,
    .flexible-layout-form-section .background-content .flexcol .section-content span.jsmt-shortcode i::before {
        font-size: 2.4rem;
        width: 2.4rem;
        height: 2.4rem;
        display: block;
        text-align: center;
    }
}