/**
 * Styles for Flexible Homepage v2 and related section tweaks.
 * Edit this file directly (plain CSS). No SCSS build required.
 *
 * All rules scoped to .page-template-template-flexible-homepage-v2 so they
 * only apply to pages using the v2 template.
 */

/* ==========================================================================
   1. Border Radii (26px)
   ========================================================================== */

.page-template-template-flexible-homepage-v2
    .content_block.product_blocks
    .product_container
    .top_data_container {
    border-radius: 26px;
    overflow: visible;
    position: relative;
    z-index: 0;
}

.page-template-template-flexible-homepage-v2
    .content_block.product_blocks
    .cell.product_container {
    overflow: visible;
    padding-bottom: 1.25rem;
}

.page-template-template-flexible-homepage-v2
    .content_block.product_blocks
    .product-group
    > .grid-x[data-equalizer] {
    overflow: visible;
}

.page-template-template-flexible-homepage-v2
    .content_block.product_blocks
    .cell.product_container:hover {
    position: relative;
    z-index: 3;
}

.page-template-template-flexible-homepage-v2
    .content_block.card_blocks
    .post_card_inner {
    border-radius: 26px;
    overflow: hidden;
}

.page-template-template-flexible-homepage-v2
    .content_block.content_image_block
    .image-cell
    .image {
    border-radius: 26px;
}

.page-template-template-flexible-homepage-v2 .section_wrap.v2-has-bg-image {
    overflow: hidden;
}

.page-template-template-flexible-homepage-v2 .button {
    border-radius: 26px;
}

.page-template-template-flexible-homepage-v2 .productgroup-toggle-container {
    border-radius: 26px;
    overflow: hidden;
}

/* ==========================================================================
   2. Products Block -- tab intro + centred section heading / intro
   ========================================================================== */

.page-template-template-flexible-homepage-v2
    .content_block.product_blocks
    .product-tab-intro {
    margin-bottom: 2.5rem;
    text-align: center;
}

.page-template-template-flexible-homepage-v2
    .content_block.product_blocks
    .product-tab-intro
    .product-tab-intro-heading {
    margin-bottom: 1rem;
    text-align: center;
}

.page-template-template-flexible-homepage-v2
    .content_block.product_blocks
    .product-tab-intro
    .product-tab-intro-body {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-template-template-flexible-homepage-v2
    .content_block.product_blocks
    .product-tab-intro
    .product-tab-intro-body
    p:last-child {
    margin-bottom: 0;
}

.page-template-template-flexible-homepage-v2
    .content_block.product_blocks
    .section_title {
    text-align: center;
}

.page-template-template-flexible-homepage-v2
    .content_block.product_blocks
    .section_intro {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    text-align: center;
}

#section_2 .cell.small-12.section_title.text-center {
    margin-bottom: 0px;
}

/* ==========================================================================
   3. Availability block -- search icon, alignment, radius
   ========================================================================== */

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .availability_form_container {
    display: flex;
    align-items: center;
}

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .vision_form {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .field_container_full {
    flex: 1;
    position: relative;
}

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .field_container_full::before {
    content: "";
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23305d7a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .vision_field_wide {
    width: 100%;
    height: 100%;
    padding: 0.875rem 1rem 0.875rem 2.5rem;
    border: 2px solid #305d7a;
    border-right: 0;
    border-radius: 26px 0 0 26px;
    font-size: 1rem;
    box-sizing: border-box;
}

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .vision_field_wide:focus {
    outline: none;
    border-color: #0b314a;
    box-shadow: 0 0 0 1px #0b314a;
}

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .vision_btn_container {
    display: flex;
}

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .vision_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    background-color: #305d7a;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    font-family: "Mulish", sans-serif;
    border: 2px solid #305d7a;
    border-radius: 0 26px 26px 0;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .vision_submit:hover {
    background-color: #0b314a;
    border-color: #0b314a;
}

@media screen and (max-width: 39.9375em) {
    .page-template-template-flexible-homepage-v2
        .check_availability_content_block
        .vision_form {
        flex-direction: column;
    }

    .page-template-template-flexible-homepage-v2
        .check_availability_content_block
        .vision_field_wide {
        border-radius: 26px;
        border-right: 2px solid #305d7a;
        margin-bottom: 0.75rem;
    }

    .page-template-template-flexible-homepage-v2
        .check_availability_content_block
        .vision_submit {
        border-radius: 26px;
        width: 100%;
        justify-content: center;
    }

    .page-template-template-flexible-homepage-v2
        .content_block.product_blocks
        .cell.product_container {
        margin-bottom: 0.5rem;
        padding-bottom: 1.5rem;
    }
}

/* ==========================================================================
   3b. Masthead address form -- same connected field + button row as availability (v2)
   ========================================================================== */

.page-template-template-flexible-homepage-v2 .masthead .vision_form {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.page-template-template-flexible-homepage-v2 .masthead .field_container_full {
    flex: 1 1 0%;
    min-width: 0;
    position: relative;
}

.page-template-template-flexible-homepage-v2
    .masthead
    .field_container_full::before {
    content: "";
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23305d7a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

.page-template-template-flexible-homepage-v2 .masthead .vision_field_wide {
    width: 100%;
    height: 100%;
    padding: 0.875rem 1rem 0.875rem 2.5rem;
    border: 2px solid #305d7a;
    border-right: 0;
    border-radius: 26px 0 0 26px;
    font-size: 1rem;
    box-sizing: border-box;
}

.page-template-template-flexible-homepage-v2
    .masthead
    .vision_field_wide:focus {
    outline: none;
    border-color: #0b314a;
    box-shadow: 0 0 0 1px #0b314a;
}

.page-template-template-flexible-homepage-v2 .masthead .vision_btn_container {
    display: flex;
    flex: 0 0 auto;
}

.page-template-template-flexible-homepage-v2 .masthead .vision_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1rem;
    background-color: #305d7a;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    font-family: "Mulish", sans-serif;
    border: 2px solid #305d7a;
    border-radius: 0 26px 26px 0;
    cursor: pointer;
    white-space: nowrap;
    width: auto;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.page-template-template-flexible-homepage-v2 .masthead .vision_submit:hover {
    background-color: #0b314a;
    border-color: #0b314a;
}

.page-template-template-flexible-homepage-v2
    .masthead
    .vision_field_wide:focus-visible {
    outline: 2px solid #0b314a;
    outline-offset: 2px;
    box-shadow: none;
}

.page-template-template-flexible-homepage-v2
    .masthead
    .vision_submit:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* ==========================================================================
   4. Full-width content block -- image overlay + white text
   ========================================================================== */

.page-template-template-flexible-homepage-v2 .section_wrap.v2-has-bg-image {
    position: relative;
    background-size: cover;
    background-position: center;
}

.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(11, 49, 74, 0.72);
    border-radius: inherit;
    z-index: 0;
}

.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    > .grid-container {
    position: relative;
    z-index: 1;
}

.page-template-template-flexible-homepage-v2 .section_wrap.v2-has-bg-image h1,
.page-template-template-flexible-homepage-v2 .section_wrap.v2-has-bg-image h2,
.page-template-template-flexible-homepage-v2 .section_wrap.v2-has-bg-image h3,
.page-template-template-flexible-homepage-v2 .section_wrap.v2-has-bg-image h4,
.page-template-template-flexible-homepage-v2 .section_wrap.v2-has-bg-image h5,
.page-template-template-flexible-homepage-v2 .section_wrap.v2-has-bg-image h6,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .section_title,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .column_inner,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .column_inner
    p,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .column_inner
    a,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .column_inner
    li,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .column_inner
    strong,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .column_inner
    em,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .column_inner
    blockquote {
    color: #fff;
}

.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content-cell,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content-cell
    p,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content-cell
    a,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content-cell
    li,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content-cell
    strong,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content-cell
    em,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content-cell
    blockquote {
    color: #fff;
}

.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .v2-section-cta
    .button {
    background-color: #76c045;
    border-color: #76c045;
    color: #fff;
}

.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .v2-section-cta
    .button:hover {
    background-color: #91cd6a;
    border-color: #91cd6a;
}

/* ==========================================================================
   5. Cards block -- icon
   ========================================================================== */

.page-template-template-flexible-homepage-v2
    .content_block.card_blocks
    .v2-card-icon {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 0.65rem;
    object-fit: contain;
}

.page-template-template-flexible-homepage-v2
    .content_block.card_blocks
    .post_card_inner {
    padding: 1.375rem 1.25rem;
    box-sizing: border-box;
}

/* ==========================================================================
   5b. Masthead info panel -- rounded box (v2)
   ========================================================================== */

.page-template-template-flexible-homepage-v2 .masthead .masthead_info {
    border-radius: 26px;
    overflow: hidden;
    box-sizing: border-box;
}

/* ==========================================================================
   6. v2 section CTA (shared across blocks)
   ========================================================================== */

.page-template-template-flexible-homepage-v2 .v2-section-cta {
    text-align: center;
    margin-top: 2.5rem;
}

.page-template-template-flexible-homepage-v2 .v2-section-cta .button {
    border-radius: 26px;
    padding: 0.75rem 2rem;
    font-weight: 700;
    font-size: 0.9375rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    transition: background-color 0.3s ease, border-color 0.3s ease,
        color 0.3s ease;
}

.page-template-template-flexible-homepage-v2
    .content_block.content_image_block
    .v2-section-cta {
    text-align: left;
    margin-top: 1.5rem;
}

.page-template-template-flexible-homepage-v2
    .content_block.full_width_content_block
    .v2-section-cta {
    text-align: left;
    margin-top: 1.5rem;
}

/* ==========================================================================
   7. Focus visibility (keyboard)
   ========================================================================== */

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .vision_field_wide:focus-visible {
    outline: 2px solid #0b314a;
    outline-offset: 2px;
    box-shadow: none;
}

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .vision_submit:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.page-template-template-flexible-homepage-v2
    .v2-section-cta
    .button:focus-visible,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .v2-section-cta
    .button:focus-visible {
    outline: 2px solid #0b314a;
    outline-offset: 3px;
}

.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .v2-section-cta
    .button:focus-visible {
    outline-color: #fff;
}

/* ==========================================================================
   8. Testimonials Block
   ========================================================================== */

.page-template-template-flexible-homepage-v2
    .content_block.testimonials_block
    .section_title {
    text-align: center;
    margin-bottom: 1rem;
}

.page-template-template-flexible-homepage-v2
    .content_block.testimonials_block
    .section_intro {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    text-align: center;
}

.page-template-template-flexible-homepage-v2
    .content_block.testimonials_block
    .section_intro
    p:last-child {
    margin-bottom: 0;
}

.page-template-template-flexible-homepage-v2 .testimonial_cell {
    margin-bottom: 1.875rem;
}

.page-template-template-flexible-homepage-v2 .testimonial_card {
    background: linear-gradient(160deg, #f0f7eb 0%, #ffffff 40%, #edf5f9 100%);
    border: 1px solid #d4e4d0;
    border-radius: 26px;
    padding: 2.25rem 2.25rem 2rem;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(49, 93, 122, 0.06);
    position: relative;
    overflow: hidden;
}

.page-template-template-flexible-homepage-v2 .testimonial_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #77c145, #315d7a);
}

.page-template-template-flexible-homepage-v2 .testimonial_card:hover {
    box-shadow: 0 12px 32px rgba(49, 93, 122, 0.12);
    transform: translateY(-3px);
}

.page-template-template-flexible-homepage-v2 .testimonial_stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.25rem;
}

.page-template-template-flexible-homepage-v2 .testimonial_stars .star-icon {
    flex-shrink: 0;
}

.page-template-template-flexible-homepage-v2 .testimonial_quote {
    font-size: 16px;
    line-height: 1.55;
    color: #333;
    margin-bottom: 1.75rem;
    flex: 1;
    position: relative;
    padding-left: 1.25rem;
    border-left: 3px solid #77c145;
}

.page-template-template-flexible-homepage-v2 .testimonial_attribution {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid #e6e6e7;
}

.page-template-template-flexible-homepage-v2 .testimonial_photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #77c145;
}

.page-template-template-flexible-homepage-v2 .testimonial_author {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.page-template-template-flexible-homepage-v2 .testimonial_name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #315d7a;
}

.page-template-template-flexible-homepage-v2 .testimonial_title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #77c145;
}

/* ==========================================================================
   8b. Body copy: uniform paragraph and list size (all viewports)
   Theme SCSS often sizes p and ul/li differently; WYSIWYG may add inline
   font-size. !important keeps lists aligned with paragraphs on every breakpoint.
   ========================================================================== */

.page-template-template-flexible-homepage-v2
    .masthead
    .description
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .column_inner
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .card_body
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .section_intro
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .content-cell
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .product-tab-intro-body
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .description
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .disclaimer
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .section_title
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .check_availability_content_block
    .section_title
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .section_title
    .v2-availability-intro
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block.testimonials_block
    .section_intro
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .faqs_container
    .accordion-content
    :is(p, li, ul, ol, dd, blockquote) {
    font-size: 16px !important;
    line-height: 1.55 !important;
}

.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    .column_inner
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    .card_body
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    .section_intro
    :is(p, li, ul, ol, dd, blockquote),
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    .content-cell
    :is(p, li, ul, ol, dd, blockquote) {
    font-size: 16px !important;
    line-height: 1.55 !important;
}

/* ==========================================================================
   9. Inline content links (not buttons)
   ========================================================================== */

.page-template-template-flexible-homepage-v2
    .main
    .content_block
    p
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    li
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .section_title
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .section_intro
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .card_body
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .column_inner
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .content-cell
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .product-tab-intro-body
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .description
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .disclaimer
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .testimonial_quote
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block.testimonials_block
    .section_intro
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .faqs_container
    .accordion-content
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .section_title
    .v2-availability-intro
    a:not(.button) {
    color: #77c145;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(119, 193, 69, 0.35);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .content_block
    p
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    li
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .section_title
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .section_intro
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .card_body
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .column_inner
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .content-cell
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .product-tab-intro-body
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .description
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .disclaimer
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .testimonial_quote
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block.testimonials_block
    .section_intro
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .faqs_container
    .accordion-content
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .content_block
    .section_title
    .v2-availability-intro
    a:not(.button):hover {
    color: #315d7a;
    text-decoration-color: #315d7a;
}

/* ==========================================================================
   9b. Inline text links by section background color (v2)
   Section 9 defaults apply when there is no color background class. These rules
   match ACF background_color values on .section_wrap. :not(.button) keeps CTA
   buttons on theme styles. .disclaimer is included for the products block.
   ========================================================================== */

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_primary_600, .bg_neutral_900)
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_primary_600, .bg_neutral_900)
    .disclaimer
    a:not(.button) {
    color: #91cd6a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(145, 205, 106, 0.45);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_primary_600, .bg_neutral_900)
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_primary_600, .bg_neutral_900)
    .disclaimer
    a:not(.button):hover {
    color: #ffffff;
    text-decoration-color: #ffffff;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_500
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_500
    .disclaimer
    a:not(.button) {
    color: #c8e6b5;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(200, 230, 181, 0.5);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_500
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_500
    .disclaimer
    a:not(.button):hover {
    color: #ffffff;
    text-decoration-color: #ffffff;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_400
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_400
    .disclaimer
    a:not(.button) {
    color: #e4f2da;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(228, 242, 218, 0.55);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_400
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_400
    .disclaimer
    a:not(.button):hover {
    color: #ffffff;
    text-decoration-color: #ffffff;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_300
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_300
    .disclaimer
    a:not(.button) {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.45);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_300
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_primary_300
    .disclaimer
    a:not(.button):hover {
    color: #e4f2da;
    text-decoration-color: #e4f2da;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_primary_200, .bg_primary_100)
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_primary_200, .bg_primary_100)
    .disclaimer
    a:not(.button) {
    color: #305d7a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(48, 93, 122, 0.35);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_primary_200, .bg_primary_100)
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_primary_200, .bg_primary_100)
    .disclaimer
    a:not(.button):hover {
    color: #0b314a;
    text-decoration-color: #0b314a;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_secondary_500
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_secondary_500
    .disclaimer
    a:not(.button) {
    color: #0b314a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(11, 49, 74, 0.35);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_secondary_500
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_secondary_500
    .disclaimer
    a:not(.button):hover {
    color: #ffffff;
    text-decoration-color: #ffffff;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_secondary_400, .bg_secondary_300, .bg_secondary_200)
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_secondary_400, .bg_secondary_300, .bg_secondary_200)
    .disclaimer
    a:not(.button) {
    color: #0b314a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(11, 49, 74, 0.3);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_secondary_400, .bg_secondary_300, .bg_secondary_200)
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_secondary_400, .bg_secondary_300, .bg_secondary_200)
    .disclaimer
    a:not(.button):hover {
    color: #305d7a;
    text-decoration-color: #305d7a;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_secondary_100
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_secondary_100
    .disclaimer
    a:not(.button) {
    color: #305d7a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(48, 93, 122, 0.35);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_secondary_100
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_secondary_100
    .disclaimer
    a:not(.button):hover {
    color: #0b314a;
    text-decoration-color: #0b314a;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_neutral_100, .bg_transparent)
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_neutral_100, .bg_transparent)
    .disclaimer
    a:not(.button) {
    color: #77c145;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(119, 193, 69, 0.35);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_neutral_100, .bg_transparent)
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_neutral_100, .bg_transparent)
    .disclaimer
    a:not(.button):hover {
    color: #315d7a;
    text-decoration-color: #315d7a;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_neutral_200, .bg_neutral_300, .bg_neutral_400)
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_neutral_200, .bg_neutral_300, .bg_neutral_400)
    .disclaimer
    a:not(.button) {
    color: #305d7a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(48, 93, 122, 0.35);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_neutral_200, .bg_neutral_300, .bg_neutral_400)
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_neutral_200, .bg_neutral_300, .bg_neutral_400)
    .disclaimer
    a:not(.button):hover {
    color: #0b314a;
    text-decoration-color: #0b314a;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_accent1_500
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_accent1_500
    .disclaimer
    a:not(.button) {
    color: #0b314a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(11, 49, 74, 0.35);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_accent1_500
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_accent1_500
    .disclaimer
    a:not(.button):hover {
    color: #ffffff;
    text-decoration-color: #ffffff;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_accent1_400
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_accent1_400
    .disclaimer
    a:not(.button) {
    color: #0b314a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(11, 49, 74, 0.3);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_accent1_400
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap.bg_accent1_400
    .disclaimer
    a:not(.button):hover {
    color: #305d7a;
    text-decoration-color: #305d7a;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_accent1_300, .bg_accent1_200, .bg_accent1_100)
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_accent1_300, .bg_accent1_200, .bg_accent1_100)
    .disclaimer
    a:not(.button) {
    color: #305d7a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(48, 93, 122, 0.35);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_accent1_300, .bg_accent1_200, .bg_accent1_100)
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_accent1_300, .bg_accent1_200, .bg_accent1_100)
    .disclaimer
    a:not(.button):hover {
    color: #0b314a;
    text-decoration-color: #0b314a;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_accent2_500, .bg_accent2_400, .bg_accent2_300, .bg_accent2_200, .bg_accent2_100, .bg_accent2_50)
    .content_block
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_accent2_500, .bg_accent2_400, .bg_accent2_300, .bg_accent2_200, .bg_accent2_100, .bg_accent2_50)
    .disclaimer
    a:not(.button) {
    color: #0b314a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(11, 49, 74, 0.3);
    text-underline-offset: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_accent2_500, .bg_accent2_400, .bg_accent2_300, .bg_accent2_200, .bg_accent2_100, .bg_accent2_50)
    .content_block
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .main
    .section_wrap:is(.bg_accent2_500, .bg_accent2_400, .bg_accent2_300, .bg_accent2_200, .bg_accent2_100, .bg_accent2_50)
    .disclaimer
    a:not(.button):hover {
    color: #305d7a;
    text-decoration-color: #305d7a;
}

.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    p
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    li
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    .column_inner
    a:not(.button),
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    .content-cell
    a:not(.button) {
    color: #b8e08a;
    text-decoration-color: rgba(184, 224, 138, 0.5);
}

.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    p
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    li
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    .column_inner
    a:not(.button):hover,
.page-template-template-flexible-homepage-v2
    .section_wrap.v2-has-bg-image
    .content_block
    .content-cell
    a:not(.button):hover {
    color: #fff;
    text-decoration-color: #fff;
}

/* ==========================================================================
   10. Responsive -- mobile (small screens, under 640px)
   ========================================================================== */

@media screen and (max-width: 39.9375em) {
    /* -- Masthead: remove max-height / overflow clip that hides the form --
	   Base theme sets .masthead.page_masthead{max-height:28.5rem;overflow:hidden}
	   which crops the bottom of the hero including the address form. */
    .page-template-template-flexible-homepage-v2 .masthead.page_masthead,
    .page-template-template-flexible-homepage-v2 .masthead.home_masthead {
        max-height: none !important;
        overflow: visible !important;
    }

    /* -- Masthead form: keep address + button in one row (matches availability block) -- */
    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .masthead_info
        .vision_form {
        flex-direction: row !important;
        align-items: stretch !important;
        flex-wrap: nowrap !important;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .masthead_info
        .vision_form
        .field_container_full {
        flex: 1 1 0% !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: none;
        box-sizing: border-box;
    }

    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .masthead_info
        .vision_form
        .field_container_full
        input {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 26px 0 0 26px !important;
        border-right: 0 !important;
        margin-bottom: 0 !important;
        box-sizing: border-box;
    }

    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .masthead_info
        .vision_form
        .vision_btn_container {
        flex: 0 0 auto !important;
        width: auto !important;
    }

    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .masthead_info
        .vision_form
        .vision_btn_container
        .vision_submit {
        width: auto !important;
        border-radius: 0 26px 26px 0 !important;
        border-left: 2px solid #305d7a !important;
        display: flex;
        justify-content: center;
    }

    /* -- Section padding: reduce inline 100px -- */
    .page-template-template-flexible-homepage-v2 .section_wrap {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    /* -- Heading scale-down -- */
    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .masthead_info
        h1 {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .page-template-template-flexible-homepage-v2 .main h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .page-template-template-flexible-homepage-v2 .main h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .page-template-template-flexible-homepage-v2 .main h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .page-template-template-flexible-homepage-v2 .main h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .page-template-template-flexible-homepage-v2 .main h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .page-template-template-flexible-homepage-v2 .main h6 {
        font-size: 14px;
        line-height: 20px;
    }

    /* -- Content/Image block: visible stacked image height -- */
    .page-template-template-flexible-homepage-v2
        .content_block.content_image_block
        .image-cell
        .image {
        min-height: 250px;
        border-radius: 16px;
    }

    .page-template-template-flexible-homepage-v2
        .content_block.card_blocks
        .section_title {
        margin-bottom: 20px !important;
    }

    /* -- Product toggle: smaller text -- */
    .page-template-template-flexible-homepage-v2
        .productgroup-toggle-container
        .toggle-button {
        font-size: 14px;
        padding: 0.5rem 0.75rem;
    }

    .page-template-template-flexible-homepage-v2
        .productgroup-toggle-container.button-group.no-gaps {
        margin-bottom: 30px;
    }

    /* -- Testimonials -- */
    .page-template-template-flexible-homepage-v2 .testimonial_card {
        padding: 1.75rem 1.5rem 1.5rem;
        border-radius: 16px;
    }

    /* -- CTA buttons: full width on mobile -- */
    .page-template-template-flexible-homepage-v2 .v2-section-cta .button {
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .page-template-template-flexible-homepage-v2
        .content_block.full_width_content_block
        .v2-section-cta
        .button {
        display: inline-block;
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-template-template-flexible-homepage-v2
        .content_block.card_blocks
        .post_card_inner {
        padding: 18px 16px !important;
    }
}

/* ==========================================================================
   11. Responsive -- tablet (640px - 1023px)
   ========================================================================== */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-template-template-flexible-homepage-v2 .section_wrap {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .page-template-template-flexible-homepage-v2 .main h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .page-template-template-flexible-homepage-v2 .main h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .page-template-template-flexible-homepage-v2 .main h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .page-template-template-flexible-homepage-v2 .main h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .page-template-template-flexible-homepage-v2 .main h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .page-template-template-flexible-homepage-v2 .main h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .page-template-template-flexible-homepage-v2
        .content_block.content_image_block
        .image-cell
        .image {
        min-height: 300px;
    }

    /* -- Masthead: remove height cap + overflow clip on tablet --
	   Base: .masthead.page_masthead{max-height:28.5rem;overflow:hidden} */
    .page-template-template-flexible-homepage-v2 .masthead.page_masthead,
    .page-template-template-flexible-homepage-v2 .masthead.home_masthead {
        max-height: none !important;
        overflow: visible !important;
    }

    /* -- Masthead form on tablet: same single row as availability -- */
    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .masthead_info
        .vision_form {
        flex-direction: row !important;
        align-items: stretch !important;
        flex-wrap: nowrap !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .masthead_info
        .vision_form
        .field_container_full {
        flex: 1 1 0% !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: none;
        box-sizing: border-box;
    }

    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .masthead_info
        .vision_form
        .field_container_full
        input {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 26px 0 0 26px !important;
        border-right: 0 !important;
        margin-bottom: 0 !important;
        box-sizing: border-box;
    }

    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .masthead_info
        .vision_form
        .vision_btn_container
        .vision_submit {
        width: auto !important;
        border-radius: 0 26px 26px 0 !important;
        border-left: 2px solid #305d7a !important;
        display: flex;
        justify-content: center;
    }

    /* -- Availability form on tablet: prevent flex blowout -- */
    .page-template-template-flexible-homepage-v2
        .check_availability_content_block
        .availability_form_container {
        margin-top: 1.5rem;
    }

    .page-template-template-flexible-homepage-v2
        .check_availability_content_block
        .field_container_full {
        flex: 1 1 0% !important;
        min-width: 0;
    }

    .page-template-template-flexible-homepage-v2
        .check_availability_content_block
        .vision_field_wide {
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    /* -- Masthead: full-width info panel so address field is not clipped -- */
    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container
        .grid-x
        > .cell.masthead_info {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* -- Card blocks: stack icon cards (avoid 3-up clipping on tablet) -- */
    .page-template-template-flexible-homepage-v2
        .content_block.card_blocks
        .grid-x
        > .post_card.cell {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .page-template-template-flexible-homepage-v2
        .content_block.card_blocks
        .post_card_inner {
        padding: 1.25rem 1.125rem !important;
    }
}

/* ==========================================================================
   12. Masthead hero -- background fills content height (tablet and below, v2)
   ========================================================================== */

@media screen and (max-width: 63.9375em) {
    .page-template-template-flexible-homepage-v2 .masthead.page_masthead,
    .page-template-template-flexible-homepage-v2 .masthead.home_masthead {
        position: relative;
    }

    .page-template-template-flexible-homepage-v2
        .masthead
        .masthead_info_container {
        position: relative;
        z-index: 1;
    }

    .page-template-template-flexible-homepage-v2 .masthead > .background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 100%;
        height: auto;
        background-size: cover;
        background-position: center;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-template-template-flexible-homepage-v2 .masthead .masthead_info {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
}

/* ==========================================================================
   13. Availability block -- rich intro typography (v2)
   ========================================================================== */

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .section_title
    .v2-availability-intro {
    font-size: 16px;
    line-height: 1.55;
}

.page-template-template-flexible-homepage-v2
    .check_availability_content_block
    .section_title
    .v2-availability-intro
    p:last-child {
    margin-bottom: 0;
}
