﻿body,
p,
h1,
h2,
h3,
a {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #424242;
}

h2 {
    font: normal normal bold 30px/35px 'Roboto';
}


h3,
h4 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 23px;
}

p {
    font-size: 16px;
    line-height: 1.2;
}

.banner {
    padding: 95px 0;
}
.page_subtitle {
    margin-bottom: 21px;
}

#content ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    margin-bottom: 35px;
    margin-left: 25px;
}

    #content ul li {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
    }

        #content ul li::before {
            content: " ";
            background-color: #006940;
            border-radius: 50%;
            display: inline-block;
            height: 6px;
            width: 6px;
            margin-right: 9px;
            margin-bottom: 3px;
        }

.d-flex .flex-item {
    flex: 1;
}

.bg-gray {
    background-color: #FAFAFA;
}

.bg-teal {
    background-color: #7DD2DB;
}

.bg-gray,
.bg-teal
{
    padding: 50px;
    margin-bottom: 50px;
    align-items: center;
}

.bg-white {
    margin-bottom: 50px;
}


/* #region hero-section */
.hero {
    background-size: cover !important;
    background-position: center;
    padding: 45px 0px;
    border-top: 3px solid #006940;
}

    .hero h1 {
        font-size: 45px;
        line-height: 1.33;
        margin-bottom: 16px;
        color: #0D6940;
        font-weight: bold;
    }

    .hero p {
        margin-bottom: 16px;
    }

    .hero a:not(.btn) {
        font-weight: bold;
        text-decoration: underline;
    }

    .hero .btn {
        margin-top: 16px;
    }
/* #endregion hero-section */

/* #region subhead-section */
#subhead_section {
    padding: 50px 150px;
    text-align: center;
}

    #subhead_section h3 {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 1.2;
        font-weight: bold;
    }

#definition-section {
    padding: 100px 0px 160px;
}

    #definition-section .d-flex > div {
        flex: 1;
        align-content: center;
    }

    #definition-section img {
        padding-left: 40px;
    }

    #definition-section h2 {
        margin-bottom: 16px;
    }
/* #endregion subhead-section */

#benchmarking-tool-section {
    background-color: #0E694010;
    padding: 160px 0;
}

    #benchmarking-tool-section h2 {
        text-align: center;
        margin-bottom: 35px;
    }

    #benchmarking-tool-section .tool-row > .d-flex {
        flex: 1
    }

    #benchmarking-tool-section .tool-row:not(:first-of-type) {
        margin-top: 19px;
    }

        #benchmarking-tool-section .tool-row:not(:first-of-type) > div {
            border-top: 1px solid #707070;
            padding-top: 16px;
        }

    #benchmarking-tool-section .tool-row > div:first-of-type {
        margin-right: 16px;
    }

    #benchmarking-tool-section .tool-row > div:last-of-type {
        margin-left: 16px;
    }

    #benchmarking-tool-section .tool-title {
        color: #006940;
        font: normal normal bold 20px/22px 'Roboto';
        padding-bottom: 9px;
        margin-bottom: 0px;
    }

    #benchmarking-tool-section .tool-row > .d-flex > div:first-of-type {
        margin-right: 22px;
    }

.post-container {
    background-color: #FFFFFF;
}

#features-section {
    padding: 160px 0;
}

    #features-section h2 {
        margin-bottom: 24px;
    }

    #features-section .post-container {
        height: calc(100% - 30px);
    }

    #features-section .post-excerpt.feature-excerpt {
        height: auto;
        padding: 0px 12px 32px 12px;
        font: normal normal normal 16px/22px 'Roboto';
    }

    #features-section .post-thumbnail.feature-thumbnail {
        height: auto;

    }

    #features-section .post-title.feature-title {
        height: auto;
        margin-bottom: 8px;
        padding: 24px 12px 0px 12px;
    }

    #features-section h3 {
        font: normal normal bold 24px/28px 'Roboto';
        height: auto;
        margin: 0;
    }

#faq-section {
    padding-top: 160px;
    padding-bottom: 155px;
    background: transparent linear-gradient(129deg, #0069401C 0%, #27AE6005 100%) 0% 0% no-repeat padding-box;
}

    #faq-section h2 {
        font: normal normal bold 30px/35px 'Roboto';
        text-align: center;
        margin-bottom: 44px;
    }

.accordion {
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 23px 21px 23px 46px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    border: solid 2px #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .accordion h3 {
        font: normal normal bold 18px/21px 'Roboto';
        color: #014B2E;
    }

    .accordion:not(:first-of-type) {
        margin-top: 16px;
    }

    .accordion:hover {
        /*background-color: #ccc;*/
    }

    .accordion.active {
        border-bottom: none;
        padding-bottom: 6px;
    }

    .accordion h3 {
        margin-bottom: 0px;
    }

#faq-section .panel ul li:not(:last-of-type) {
    margin-bottom: 16px;
}

.panel {
    background-color: #FFFFFF;
    padding: 0px 55px 21px 46px;
    display: none;
    overflow: hidden;
    border: solid 2px #E3E3E3;
    border-top: none;
    border-radius: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #424242;
}

    .panel p {
        margin-bottom: 0px;
    }

.accordion:after {
    content: '\002B';
    font-size: 25px;
    color: #27AE60;
    float: right;
    margin-left: 15px;
}

.accordion.active:after {
    content: "\2212";
}


.section-divider-container-block {
    width: 100%;
    height: 850px;
    margin: -850px 0px 120px 0px;
    display: table;
}

    .section-divider-container-block .left-col, .section-divider-container-block .right-col {
        display: table-cell;
        width: min(50vw - 640px, 406px);
        background-repeat: no-repeat;
    }

    .section-divider-container-block .left-col {
        background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/Rectangle_Background_Left_DT.svg);
        background-position: right;
    }

    .section-divider-container-block .right-col {
        background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/Rectangle_Background_Right_DT.svg);
        background-position: left;
    }

    .section-divider-container-block .center-col {
        display: table-cell;
        width: max(1070px, 100vw - 812px);
    }

#demo-cta-section {
    padding: 300px 0px 230px;
    background-size: cover;
    background-position: center center;
    background-image: url('/wp-content/uploads/2024/10/schedule_guided_tour.png');
    background-repeat: no-repeat;
}

    #demo-cta-section .left-column,
    #demo-cta-section .right-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #demo-cta-section .left-column {
        margin-right: 28px;
        flex: 1;
    }

    #demo-cta-section .right-column {      
        margin-left: 28px;
        flex: 2;
    }

    #demo-cta-section .heading {
        color: #006940;
        font: normal normal bold 24px/28px 'Roboto';
        margin-bottom: 8px;
    }

    #demo-cta-section .subheading {
        color: #333333;
        font: normal normal bold 30px/35px 'Roboto';
        margin-bottom: 8px;
    }

    #demo-cta-section .content {
        font: normal normal normal 16px/19px 'Roboto';
        margin-bottom: 13px;
    }

#blog-section {
    background-color: #FFFFFF;
    padding: 167px 0 161px;
}

    #blog-section .heading {
        font: normal normal bold 24px/28px 'Roboto';
        color: #006940;
        margin-bottom: 14px;
    }

    #blog-section h3 {
        font: normal normal bold 30px/35px 'Roboto';
        margin-bottom: 27px;
    }

    #blog-section .cta-container {
        margin-top: 24px;
        width: 100%;
    }

    #blog-section .post-container {
        margin: 0;
    }


@media (min-width: 768px) {
    .pad-rt-40 {
        padding-right: 40px;
    }

    .pad-lt-40 {
        padding-left: 40px;
    }
}

@media (max-width: 960px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .d-flex.mobile-col-reverse {
        flex-direction: column-reverse;
    }

    .d-flex.mobile-col {
        flex-direction: column;
    }

        .d-flex.mobile-col-reverse .flex-item,
        .d-flex.mobile-col .flex-item {
            margin-bottom: 16px;
        }

    #definition-section {
        padding: 52px 16px 33px;
    }

        #definition-section .d-flex {
            flex-direction: column;
        }

        #definition-section img {
            padding-left: 0px;
            margin-top: 33px;
        }

    #benchmarking-tool-section {
        padding-top: 56px;
        padding-bottom: 76px;
    }

        #benchmarking-tool-section .tool-row {
            flex-direction: column;
        }

        #benchmarking-tool-section .tool-row > .d-flex {
            flex-direction: column;
            border-bottom: 1px solid #707070;
            padding-top: 32px;
            padding-bottom: 32px;
        }

            #benchmarking-tool-section .tool-row > div:first-of-type {
                margin-right: 0px;
            }

            #benchmarking-tool-section .tool-row > .d-flex > div:first-of-type {
                margin-right: 0px;
                text-align: center;
            }

            #benchmarking-tool-section .tool-row:not(:first-of-type) {
                margin-top: 0px;
            }

            #benchmarking-tool-section .tool-row:not(:first-of-type) > div {
                border-top: none;
            }

        #benchmarking-tool-section h2 {
            margin-bottom: 30px;
            padding-left: 58px;
            padding-right: 58px;
        }

    #features-section {
        padding-top: 60px;
        padding-bottom: 64px;
    }

        #features-section h2 {
            margin-bottom: 1px;
        }

        #features-section .post-container {
            margin-bottom
        }

        #features-section .post-title.feature-title,
        #features-section .post-excerpt.feature-excerpt {
            padding-left: 7px;
            padding-right: 7px;
        }

    #demo-cta-section {
        background-size: cover;
        background-image: url(/wp-content/uploads/2024/10/schedule_guided_tour_mobile.png);
        background-repeat: no-repeat;
        padding-top: 60px;
        padding-bottom: 343px;
        background-position: center center;
    }

        #demo-cta-section .d-flex {
            flex-direction: column;
        }

        #demo-cta-section .content {
            margin-bottom: 33px;
        }

        #demo-cta-section .btn {
            width: 100%;
        }

    #faq-section {
        margin: 52px 0 50px;
    }

        #faq-section h2 {
            margin-bottom: 21px;
        }

    #blog-section {
        padding-top: 64px;
        padding-bottom: 60px;
    }

        #blog-section .btn {
            width: 100%;
        }

}




@media (max-width: 576px) {
    .banner {
        padding: 51px 16px;
    }

        .banner h1, .banner .page_title {
            font: normal normal bold 40px/46px 'Roboto';
            padding-bottom: 10px;
        }

        .banner .page_subtitle {
            font: normal normal normal 16px/22px 'Roboto';
        }

    #faq-section {
        margin-bottom: 10px;
    }

        #faq-section .panel,
        #faq-section .accordion {
            padding-left: 17px;
            padding-right: 40px;
        }

        #blog-section {
            padding-bottom: 96px;
        }

            #blog-section > .container > .row > div:not(:first-of-type) {
                display: none;
            }

            #blog-section .cta-container {
                display: none;
            }

            #blog-section h3 {
                padding-bottom: 49px;
            }

            #blog-section .heading {
                padding-bottom: 9px;
            }
}