﻿h1 {
    color: #006940;
    font-size: 40px;
    font-family: Roboto-Bold, sans-serif;
    font-weight: 700;
    line-height: 60px;
    margin-top: 34px;
    margin-bottom: 0px;
}

a:not(.btn):link, a:not(.btn):visited {
    color: #006940;
}

a:not(.btn):active, a:not(.btn):hover {
    color: #36cc4d;
}

a.btn-transparent, a.cta.btn-transparent {
    color: #fff;
}

.dlc-nav {
    text-align: center;
    font-size: 18px;
}

    .dlc-nav a {
        padding: 0px 20px;
        font-size: 18px;
        line-height: 24px;
        text-decoration: underline;
    }


        .dlc-nav a:first-of-type {
            padding-left: 0px;
        }

        .dlc-nav a:last-of-type {
            padding-right: 0px;
        }


    .dlc-nav p {
        margin: 0;
    }

.cert-section {
    margin: 33px 0px;
}

    .cert-section div {
        padding-right: 40px;
    }

        .cert-section div:last-of-type {
            padding-right: 0px;
        }

    .cert-section a img {
        height: 78px;
    }

.dlc-footer {
    line-height: 22px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #424242;
}

    .dlc-footer a {
        text-decoration: underline;
    }

@media screen and (max-width: 991px) {
    .cert-section {
        flex-direction: column;
    }

        .cert-section div {
            text-align: center;
            padding: 0px 0px 20px 0px;
        }

            .cert-section div:last-of-type {
                padding: 0px;
            }
}

.dlc-testimonials {
    background-color: #EFEFEF;
    padding: 28px 44px 40px;
}

    .dlc-testimonials .item:not(:last-of-type) {
        margin-bottom: 16px;
    }

    .dlc-testimonials .testimonials-name {
        margin: 4px 0 0;
        font-weight: 700;
        color: #006940;
    }

div.col-md-4 a.cta {
    border-radius: 4px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin: 18px 0;
    display: block;
    text-align: center;
}

    div.col-md-4 a.cta:first-of-type {
        margin-top: 0px;
    }

.table {
    table-layout: fixed;
    min-width: 100%;
}
