﻿.eri-footer {
    background-color: #006F4B;
}

.dlc a,
.dlc a:link,
.dlc a:hover,
.dlc a:active,
.dlc a:visited {
    text-decoration: none;
    color: #FFF;
}

.hero {
    background-image: url(/content/images/hero_laptop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
    text-align: center;
    padding: 9.5% 0;
}

    .hero h1 {
        font-size: 40px;
        font-family: "Roboto-Bold", "Roboto", "Helvetica", "Arial", sans-serif;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .hero h5 {
        font-size: 30px;
    }

.dlc .navbar {
    border-radius: 0;
}

.dlc-nav {
    background-color: #006F4B;
    color: #FFF;
    font-size: 15px;
}

.dlc-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dlc-navbar .nav-item {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .dlc-navbar .nav-item a{
        color: #fff !important;

    }

.modules {
    margin-top: 80px;
    margin-bottom: 48px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.module {
    margin-bottom: 32px;
}

.module-content {
    height: 100%;
    background-color: #F2F5F8;
    color: #424242;
    font-size: 16px;
    padding: 40px 34px 50px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .module-content h3 {
        font-size: 21px;
        font-weight: bold;
        color: #006F4B;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .module-content .button-container {
        margin-top: 32px;
    }


.certifications {
    color: #424242;
    margin-bottom: 80px;
    padding-left: 9%;
    padding-right: 9%;
}

.cert-container {
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cert-logo {
    text-align: center;
}

    .cert-logo img {
        max-width: 100%;
    }

.link {
    color: #006F4B !important;
}

    .link:hover {
        color: #26AE60 !important;
    }

.footer-banner {
    height: 75px;
    background-color: #006F4B;
    color: #FFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .footer-banner a {
        color: #FFF;
        padding-left: 32px;
        padding-right: 32px;
    }

.dlc-testimonials {
    gap: 16px;
}

    .dlc-testimonials .testimonials-name {
        margin: 4px 0 0;
        font-weight: 700;
        color: #006940;
    }

@media (max-width: 1199px) {

    .dlc-navbar .nav-item {
        text-align: center;
        flex-grow: 1;
        padding-left: 8px;
        padding-right: 8px;
    }

    .certifications {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 991px) {
    .modules > div {
        width: 100%; /*for IE*/
    }
}

@media (max-width: 839px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .modules {
        margin-top: 32px;
        margin-bottom: 24px;
    }

    .module {
        margin-bottom: 24px;
    }

    .certifications {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cert-container {
        flex-direction: column;
    }

    .cert-logo:not(:last-child) {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .btn {
        white-space: normal;
        text-align: start;
    }

    .dlc-navbar {
        flex-wrap: wrap;
    }

        .dlc-navbar .nav-item {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .modules {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .module {
        margin-bottom: 16px;
    }

    .certifications {
        margin-bottom: 32px;
    }

    .cert-logo img {
        max-width: 157px;
    }
}

@media (min-width: 992px) {
    .modules > div.module.col-md-6 {
        width: 49.9%;
    }
}