﻿@media (min-width: 1px) {

    /*#############################################################*/
    /* SHARED ###################################################
    ############################################################*/

    .top-row-margin {
        margin-top: calc(28.08vw);
    }

    /* Separator styles */
    .row-separator {
        padding: calc(4vw) 0;
    }

    .separator-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .separator-line {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: rgb(76, 132, 62);
    }

    .separator-icon {
        position: relative;
        background-color: rgb(246, 248, 243);
        padding: 0 calc(4vw);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

        .separator-icon img {
            width: calc(12vw);
            height: auto;
        }

    /* Content rows with white background */
    .content-row {
        margin: 0;
    }

    /* Shared text container */
    .content-text-container {
        padding: calc(4vw) 5.33%;
        display: flex;
        align-items: center;
    }

    .content-text-content {
        width: 100%;
    }

    /* Shared text styles */
    .content-title-image {
        margin-bottom: calc(3vw);
    }

    .content-title-image img {
        max-width: 100%;
        height: auto;
    }

    .content-title {
        color: #326295;
        font-size: calc(6vw);
        margin-bottom: calc(3vw);
        font-weight: 600;
    }

    .content-subtitle {
        color: rgb(0, 0, 0);
        font-size: calc(4vw);
        font-weight: 600;
        margin-bottom: calc(4vw);
        line-height: 1.4;
    }

    .content-text {
        color: rgb(0, 0, 0);
        font-size: calc(4vw);
        line-height: 1.6;
        margin-bottom: 0;
    }

    /* Shared button styles */
    .content-button a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #509E2F;
        color: rgb(255, 255, 255);
        padding: calc(3vw) calc(6vw);
        text-decoration: none;
        border-radius: 4px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: calc(3.5vw);
        letter-spacing: 0.5px;
    }

        .content-button a:hover {
            background-color: rgb(76, 132, 62);
        }

    /* Shared image container */
    .content-image-container {
        padding: 0;
        min-height: calc(80vw);
    }

    .content-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Background image rows */
    .background-row {
        height: calc(153.87vw);
        margin: 0 0 8vw 0;
    }

    .background-info-row {
        height: calc(153.87vw);
        margin: 0;
    }

    /*#############################################################*/
    /* ROW ONE ###################################################
    ############################################################*/

    .l2-row-one-container {
        position: relative;
        width: 100%;
        height: calc(153.87vw);
    }

    .l2-row-one-background-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        margin: 0;
    }

    .l2-row-one-content-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(10vw) 5.33%;
    }

    .l2-row-one-content {
        width: 100%;
        text-align: center;
    }

    .l2-row-one-heading {
        color: #326295;
        font-size: calc(8vw);
        margin-bottom: calc(4vw);
        font-weight: 600;
    }

    .l2-row-one-subtitle {
        color: rgb(0, 0, 0);
        font-size: calc(5vw);
        margin-bottom: calc(5vw);
    }

    .l2-row-one-text {
        color: rgb(60, 60, 60);
        font-size: calc(4vw);
        line-height: 1.6;
        margin: 0;
    }

    .l2-row-one-buttons {
        display: flex;
        flex-direction: column;
        gap: calc(4vw);
        margin-top: calc(6vw);
        align-items: center;
    }

    .l2-row-one-button a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #509E2F;
        color: rgb(255, 255, 255);
        padding: calc(3vw) calc(6vw);
        text-decoration: none;
        border-radius: 4px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: calc(3.5vw);
        letter-spacing: 0.5px;
    }

    .l2-row-one-button a:hover {
        background-color: rgb(76, 132, 62);
    }

    /*#############################################################*/
    /* ROW THREE - Testimonial ###################################
    ############################################################*/

    .r3-photo-container {
        margin-bottom: calc(5.33vw);
    }

    .r3-quote-text {
        font-family: 'Inkfree', sans-serif;
        color: rgb(0, 0, 0);
        font-size: calc(5vw);
        line-height: 1.5;
        margin-bottom: calc(6vw);
        border-left: none;
        padding-left: 0;
    }

    .r3-attribution {
        color: rgb(60, 60, 60);
    }

    .r3-quote-name,
    .r3-quote-title,
    .r3-quote-department {
        font-size: calc(4vw);
        margin: 0;
        line-height: 1.6;
        font-weight: 600;
    }

    /*###################################################*/
    /* ROW FOUR  - Info Image ############################*/
    /*###################################################*/

    /* Row Four Image */
    .r4-image-row {
        margin: 0;
    }

    .r4-image-container {
        padding: 0;
    }

        .r4-image-container img {
            width: 100%;
            height: auto;
            display: block;
        }

    /*#############################################################*/
    /* ROW FIVE - Repeating Sections #############################
    ############################################################*/

    /* Uses shared .content-row, .content-text-container, .content-title, .content-text, .content-button, .content-image-container */

    /* Section 2 Infographic Area */
    .r5-section2-info-container {
        padding: calc(8vw) 5.33%;
        text-align: center;
    }

    .r5-section2-info-content {
        width: 100%;
    }

    .r5-section2-info-image {
        width: 100%;
    }

    .r5-section2-info-image img {
        width: 100%;
        height: auto;
    }

    .r5-disclaimer-text {
        text-align: left;
        color: rgb(120, 120, 120);
        font-size: calc(3vw);
        font-weight: 600;
        line-height: 1.5;
        margin: calc(6vw) 5.33% calc(4vw);
    }

    /*###################################################*/
    /* ROW SIX  - Image Grid ############################*/
    /*###################################################*/

    .r6-image-container {
        margin: calc(4vw) 0;
    }


    /*#############################################################*/
    /* ROW SEVEN - Contact Section ###############################
    ############################################################*/

    .r7-contact-container {
        position: relative;
        width: 100%;
        height: calc(475vw);
    }

    .r7-background-row {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .r7-content-row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        padding: calc(10vw) 5.33%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .r7-header {
        text-align: center;
        margin-bottom: calc(6vw);
    }

    .r7-heading {
        color: #326295;
        font-size: calc(8vw);
        margin-bottom: calc(4vw);
        font-weight: 600;
    }

    .r7-subtitle {
        color: rgb(0, 0, 0);
        font-size: calc(4vw);
        line-height: 1.6;
        margin: 0;
    }

    .r7-contacts-row {
        margin: 0;
    }

    .r7-contact-col {
        padding: 0;
        margin-bottom: calc(8vw);
    }

    .r7-contact-item {
        display: flex;
        flex-direction: column;
        gap: calc(4vw);
    }

    .r7-contact-photo {
        width: 100%;
        height: auto;
    }

    .r7-contact-photo img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .r7-contact-content {
        width: 100%;
    }

    .r7-contact-label {
        color: rgb(0, 0, 0);
        font-size: calc(3.5vw);
        font-style: italic;
        margin-bottom: calc(2vw);
    }

    .r7-contact-name {
        color: rgb(0, 0, 0);
        font-size: calc(5vw);
        font-weight: 700;
        margin-bottom: calc(2vw);
        text-transform: uppercase;
    }

    .r7-contact-title {
        color: rgb(0, 0, 0);
        font-size: calc(3.5vw);
        line-height: 1.4;
        margin-bottom: calc(2vw);
    }

    .r7-contact-phone {
        color: rgb(0, 0, 0);
        font-size: calc(3.5vw);
        margin-bottom: calc(2vw);
    }

    .r7-contact-email {
        color: rgb(0, 0, 0);
        font-size: calc(3.5vw);
        margin: 0;
    }

    .r7-contact-email a {
        color: rgb(0, 0, 0);
        text-decoration: underline;
    }

    .r7-contact-link {
        color: rgb(0, 0, 0);
        font-size: calc(3.5vw);
        margin: 0;
    }

    .r7-contact-link a {
        color: rgb(0, 0, 0);
        text-decoration: underline;
    }

    .r7-lower-section {
        margin-top: calc(8vw);
        padding: calc(6vw) 5.33%;
        text-align: center;
    }

    .r7-lower-title {
        color: rgb(0, 0, 0);
        font-size: calc(5vw);
        font-weight: 600;
        margin-bottom: calc(4vw);
    }

    .r7-lower-text {
        color: rgb(60, 60, 60);
        font-size: calc(3.5vw);
        line-height: 1.6;
        margin-bottom: calc(4vw);
    }

    .r7-lower-labels {
        margin-bottom: calc(4vw);
    }

    .r7-lower-label {
        color: rgb(0, 0, 0);
        font-size: calc(3.5vw);
        line-height: 1.6;
        margin-bottom: calc(2vw);
        font-weight: 600;
    }

        .r7-lower-label:last-child {
            margin-bottom: 0;
        }

}
