﻿#page {
    margin-top: -20px;
}
body,
p,
h1,
h2,
h3,
a {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

body, p, div, li, span, a {
    font-size: 16px;
    line-height: 20px;
}

.container p, .container li {
    margin-bottom: 16px;
}

li::marker {
    color: #0D6940;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    margin: 0px 0px 16px 0px;
}

    h2.small {
        font-size: 30px;
        font-weight: bold;
        line-height: 34px;
    }

h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    color: #006940;
    text-transform: uppercase;
    margin: 0px 0px 8px 0px;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
}

hr {
    margin: 0px 0px 16px 0px;
    border-bottom: 2px solid #0D6940;
}

sup {
    padding-left: 2px;
}

a:link:not(.btn), a:visited:not(.btn), a:active, a:hover {
    color: #0D6940;
    text-decoration: underline;
}

.collapse-toggle {
    cursor: pointer;
}

    .collapse-toggle img {
        position: absolute;
        right: 30px;
        margin-top: 5px;
    }

    .collapsed .up-arrow, .collapse-toggle .down-arrow {
        display: none;
    }

    .collapse-toggle.collapsed .down-arrow {
        display: inline;
    }

.container .collapse {
    margin-top: 16px;
}

/* #region header-section */
.header {
    display: flex;
}

    .header h3,
    .header p,
    .header a:not(.btn) {
        color: #FFFFFF !important;
    }

    .header h3 {
        margin-bottom: 15px;
    }

    .header p {
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .header a:not(.btn) {
        text-decoration: underline;
    }

    .header a.btn {
        margin-bottom: 24px;
        padding: 13px 96px;
    }

    .header a.btn-white,
    .header a.btn-white:hover,
    .header a.btn-white:active,
    .header a.btn-white:visited {
        color: #021831;
    }

    .header .flex-item {
        flex: 1;
        padding: 90px 0px;
        background-size: cover;
        background-position: center center;
        display: flex;
    }

        .header .flex-item:first-of-type {
            padding-right: 80px;
            justify-content: flex-end;
        }

        .header .flex-item:last-of-type {
            padding-left: 80px;
            justify-content: flex-start;
        }

        .header .flex-item .item-container {
            max-width: 475px;
            flex-direction: column;
            justify-content: center;
        }


/* #endregion header-section */
.page-section {
    margin-bottom: 64px;
}

.content-grid div[class^=col-] {
    margin-bottom: 24px;
    text-align: left;
}

.row .content-card {
    height: 100%;
}

.content-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px #0000004D;
    padding: 32px;
}

    .content-card h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .content-card .non-mobile h4 {
        margin: 0px 0px 16px 0px;
    }

    .content-card .mobile h4 {
        margin: 0px;
    }

.feature-nav-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.feature-nav-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    max-width: 1400px;
    width: 100%;
    padding: 0px 18px;
}

    .feature-nav-container a {
        font-size: 18px;
        line-height: 21px;
        font-weight: bold;
        padding: 0px 0px 7px 0px;
        text-decoration: none;
        text-transform: uppercase;
        color: #333333;
        border-bottom: solid 3px #FFFFFF;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .feature-nav-container a.active, .feature-nav-container a:hover {
            color: #0D6940 !important;
            border-bottom: solid 3px #4FAC50;
        }

.description-container {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

#definition {
    padding: 42px 0px 64px 0px;
    background-color: #EFEFEF;
}

#data {
    padding: 0px;
}

    #data .content-container {
        margin-bottom: 36px;
    }

#howToChoose .left-col, #participation .left-col {
    padding-right: 30px;
}

#howToChoose .right-col, #participation .right-col {
    padding-left: 30px;
}

#howToChoose {
    margin-bottom: 72px;
}

    #howToChoose p:not(:last-of-type) {
        margin-bottom: 32px;
    }

#participation {
    margin-bottom: 140px;
}

    #participation li {
        margin-bottom: 8px;
    }

        #participation li::marker {
            font-weight: bold;
        }

#planAhead {
    margin-bottom: 162px;
}

    #planAhead .description-container p:last-of-type {
        margin-top: 32px;
    }

    #planAhead .month-header {
        border-bottom: 2px solid #006940;
        margin-top: 33px;
        margin-top: 24px;
    }

    #planAhead .content-card {
        position: relative;
        min-height: 200px;
    }

        #planAhead .content-card a.link {
            position: absolute;
            color: #006940;
            right: 32px;
            bottom: 32px;
            text-decoration: underline;
            display: flex;
            align-items: center;
        }

            #planAhead .content-card a.link::after {
                content: '';
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #0D6940;
                display: inline-block;
                margin-left: 10px;
            }

#ourCustomers .image-header {
    margin-bottom: 16px;
}

#ourCustomers .image-footer {
    margin-top: 24px;
}

#ourCustomers .images-container {
    text-align: center;
}

#ourCustomers .image-container:not(:last-of-type) {
    margin-bottom: 16px;
}

#howToUse {
    margin-bottom: 104px;
}

    #howToUse h2, #howToUse h3, #howToUse .description-container {
        text-align: center;
    }

    #howToUse .description-container {
        margin-bottom: 24px;
    }

    #howToUse p {
        margin-bottom: 24px;
    }

#creditability {
    margin-bottom: 128px;
}

#dataPoints {
    margin-bottom: 104px;
}

    #dataPoints h2, #dataPoints h3, #dataPoints .description-container {
        text-align: center;
    }

    #dataPoints .description-container {
        margin-bottom: 24px;
    }

    #dataPoints .content-grid div[class^=col]:last-of-type {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

#section-divider-container-triangle {
    width: 100%;
    height: 912px;
    margin: -526px 0px -386px 0px;
    display: table;
}

    #section-divider-container-triangle .left-col, #section-divider-container-triangle .right-col {
        display: table-cell;
        width: min(50vw - 535px, 406px);
        background-repeat: no-repeat;
    }

    #section-divider-container-triangle .left-col {
        background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/Left_Triangle_DT.svg);
        background-position: right;
    }

    #section-divider-container-triangle .right-col {
        background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/Right_Triangle_DT.svg);
        background-position: left;
    }

    #section-divider-container-triangle .center-col {
        display: table-cell;
        width: max(1070px, 100vw - 812px);
    }

.section-divider-container-block {
    width: 100%;
    height: 600px;
    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);
    }

#block-divider-1 {
    margin: -260px 0px -340px 0px;
}

#block-divider-2 {
    margin: -454px 0px -146px 0px;
}

#assessor-platform {
    background-color: #EFEFEF;
    padding: 42px 0px 41px;
    margin-bottom: 45px;
}

/* #region featured products section */
.featured-products-section {
    margin-bottom: 48px;
}

    .featured-products-section .flex-item {
        padding: 0px 39px;
        flex: 1;
    }

        .featured-products-section .flex-item:not(:first-of-type) {
            border-left: 1px solid #707070;
        }

    .featured-products-section img {
        max-height: 175px;
        margin-bottom: 34px;
    }

    .featured-products-section p,
    .featured-products-section h2 {
        color: #424242;
    }

    .featured-products-section h2 {
        margin-bottom: 34px;
    }

    .featured-products-section p {
        margin-bottom: 12px;
    }

        .featured-products-section p.product-name {
            font-size: 24px;
            font-weight: 700;
        }

    .featured-products-section ul {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
    }

        .featured-products-section ul li {
            line-height: 1.2;
            margin-bottom: 12px;
            display: flex;
            font-size: 16px;
            align-items: baseline;
        }

            .featured-products-section ul li::before {
                content: " ";
                background-color: #006940;
                border-radius: 6px;
                display: block;
                height: 12px;
                min-height: 12px;
                width: 12px;
                min-width: 12px;
                margin-right: 16px;
            }

    .featured-products-section a:not(.btn),
    .featured-products-section a:not(.btn),
    .featured-products-section a:visited:not(.btn),
    .featured-products-section a:active:not(.btn),
    .featured-products-section a:hover:not(.btn) {
        color: #006940;
        text-decoration: underline;
        font-weight: 700;
    }


/* #endregion featured products section */

/* #region testimonials */
.testimonial-section {
    margin: 0px 0px 64px 0px;
}

    .testimonial-section h3 {
        margin-bottom: 30px;
    }

    .testimonial-section .row {
        margin-bottom: 45px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonial-section img {
        margin-bottom: 22px;
    }

    .testimonial-section .testimonial-container:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 52%;
        border-left: 1px solid #707070;
    }

    .testimonial-section .testimonial-container p {
        padding-left: 24px;
        padding-right: 24px;
    }

        .testimonial-section .testimonial-container p:last-of-type {
            margin-top: 16px;
        }

    .testimonial-section .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 400px;
    }

@media (max-width: 1200px) {
    .feature-nav-container a {
        font-size: 15px;
    }

    .feature-nav-container a:not(:last-of-type) {
        margin: 0px 12px 0px 0px;
    }
}
@media (max-width: 1200px) {
    .testimonial-section .testimonial-container:not(:first-child)::before {
        height: 60%;
    }
}

@media (max-width: 1199.98px) {
    .header .flex-item .item-container {
        max-width: 385px;
    }
}

@media (max-width: 992px) {
    .testimonial-section .testimonial-container:not(:first-child)::before {
        height: 70%;
    }

    .feature-nav-container {
        display: block;
        max-width: 750px;
    }

        .feature-nav-container a {
            display: inline-block;
            padding: 0px 15px 7px 15px;
            margin: 0px 12px 12px 0px;
        }

@media (max-width: 991.98px) {
    .header .flex-item .item-container {
        max-width: 265px;
    }
}



@media screen and (max-width: 768px) {
    #data .content-grid div[class^=col]:last-of-type {
        margin-left: auto;
    }

    #section-divider-container-block {
        margin: -240px 0px -345px 0px;
    }

        #section-divider-container-block .center-col {
            width: calc(100vw - 408px);
        }

        #section-divider-container-block .left-col, #section-divider-container-block .right-col {
            width: 204px;
        }
}


@media (max-width: 767px) {
    .featured-products-section h2 {
        margin-bottom: 20px;
    }

    .featured-products-section .d-flex {
        flex-direction: column;
    }

    .featured-products-section .flex-item {
        padding: 30px 0px;
    }

        .featured-products-section .flex-item:first-of-type {
            padding-top: 0px;
        }

        .featured-products-section .flex-item:last-of-type {
            padding-bottom: 0px;
        }

        .featured-products-section .flex-item:not(:first-of-type) {
            border-left: none;
            border-top: 1px solid #707070;
        }

    .header {
        flex-direction: column;
    }

        .header .flex-item:first-of-type {
            padding: 34px 39px;
            justify-content: center;
        }

        .header .flex-item:last-of-type {
            padding: 40px 39px;
            justify-content: center;
        }

        .header .flex-item .item-container {
            max-width: 510px;
        }
}


@media (max-width: 576px) {

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 26px;
        line-height: 28px;
    }

    ol {
        padding-inline-start: 20px;
    }

    .header h3 {
        margin-bottom: 8px;
    }

    .header p {
        margin-bottom: 15px;
    }

    .header a.btn {
        margin-bottom: 15px;
    }

    a.btn {
        width: 100%;
    }

    .page-section {
        margin-bottom: 48px;
    }

    .content-container, #data .content-container {
        text-align: left;
        margin-bottom: 16px;
    }

    .content-card {
        padding-left: 16px;
        padding-right: 16px;
    }

    div:not(.content-card) ul {
        padding-inline-start: 20px;
    }

    #definition {
        padding: 32px 0px 44px 0px;
        margin-bottom: 32px;
    }

    #howToChoose .left-col, #participation .left-col, #creditability .left-col {
        padding-right: 15px;
        margin-bottom: 24px;
    }

    #howToChoose .right-col, #participation .right-col, #creditability .right {
        padding-left: 15px;
    }

    #howToUse, #creditability {
        margin-bottom: 48px;
    }

    #dataPoints {
        margin-bottom: 32px;
    }

        #howToUse .description-container, #dataPoints .description-container {
            text-align: left;
        }


    .features-section {
        margin: 37px 22px;
    }

        .features-section p.feature {
            font-size: 20px;
        }

        .features-section p:not(.feature) {
            padding-top: 12px;
        }

        .features-section p:first-of-type {
            padding-top: 7px;
        }

    .featured-products-section {
        padding: 30px 22px;
    }

        .featured-products-section p.product-name {
            font-size: 20px;
        }

    #assessor-platform {
        padding: 31px 37px;
    }

        #assessor-platform h1 {
            font-size: 26px !important;
            line-height: 34px !important;
        }

        #assessor-platform .cta-container .btn {
            font-size: 14px !important;
        }

    .testimonial-section {
        margin: 33px 22px;
        color: #424242;
    }

        .testimonial-section h3 {
            margin-bottom: 13px;
        }

        .testimonial-section .row {
            margin-bottom: 30px;
        }

        .testimonial-section .testimonial p {
            font-weight: 700;
        }

        .testimonial-section .testimonial-container p {
            padding: 0;
        }

            .testimonial-section .testimonial-container p:last-of-type {
                margin-top: 20px;
            }

    #section-divider-container-triangle {
        margin: -420px 0px -220px 0px;
    }

        #section-divider-container-triangle .center-col {
            width: calc(100vw - 320px);
        }

        #section-divider-container-triangle .left-col, #section-divider-container-triangle .right-col {
            width: 160px;
        }

    .section-divider-container-block {
        display: none;
    }

    #block-divider-1, #block-divider-2 {
        margin: 0;
    }
}
/* #endregion testimonials */
