﻿h1, h2, h3, h4 {
    margin-top: 0px;
    font-weight: bold;
}

h2 {
    font-size: 40px;
    line-height: 47px;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 32px;
    line-height: 38px;
    color: #006940;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 3px;
}

h4 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}

a {
    padding-left: 0px;
    padding-right: 0px;
}

.banner {
    padding: 40px 0px 48px 0px;
}
    .banner h1 {
        margin-top: 0px;
    }
    .banner .input-container {
        padding-top: 64px;
    }

.breadcrumbs-container {
    margin-bottom: 48px;
}

.page-section {
    margin-bottom: 64px;
}

.industry-browse-module {
    display: table;
    box-shadow: 0px 3px 6px #00000029;
    width: 100%;
    margin-bottom: 56px;
}
    .industry-browse-module h4 {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 30px;
        line-height: 34px;
        margin-top: 0px;
        display: inline-block;
        width: calc(100% - 19px);
    }
    .industry-browse-module .navigation-panel {
        background-color: #054128;
        padding: 32px;
        display: table-cell;
        height: 100%;
        width: 430px;
        color: white;
    }
        .industry-browse-module .navigation-panel .primary-industry-container {
            margin-bottom: 16px;
        }
        .industry-browse-module .navigation-panel .primary-industry-header {
            display: table;
            width: 100%;
            cursor: pointer;
            margin-bottom: 12px;
        }
            .industry-browse-module .navigation-panel .primary-industry-header .arrow {
                height: 24px;
                width: 13px;
                margin-left: 6px;
                display: table-cell;
                background-image: url(/Images/arrow.svg);
                background-repeat: no-repeat;
                background-position-y: 8px;
            }
            .industry-browse-module .navigation-panel .primary-industry-header.collapsed .arrow {
                background-image: url(/Images/arrow-collapsed.svg);
            }
        .industry-browse-module .navigation-panel .primary-industry-label {
            font-size: 20px;
            font-weight: bold;
            line-height: 24px;
            display: table-cell;
            width: calc(100% - 19px);
        }
        .industry-browse-module .navigation-panel .child-group {
            font-size: 16px;
            line-height: 24px;
            list-style: none;
            margin-bottom: 0px;
            width: calc(100% - 19px);
            padding-inline-start: 0px;
        }
        .industry-browse-module .navigation-panel .child {
            padding: 3px 0px 3px 24px;
            cursor: pointer;
        }
            .industry-browse-module .navigation-panel .child.highlighted {
                color: #006940;
                text-decoration: underline;
                background: rgba(255,255,255,0.65);
            }
        .industry-browse-module .navigation-panel .primary-industry-footer {
            text-decoration: underline;
        }
    .industry-browse-module .details-panel {
        display: table-cell;
        padding: 32px;
        height: 100%;
    }
        .industry-browse-module .details-panel h4 {
            color: #006940;
        }
        .industry-browse-module .details-panel .primary-industry-container {
            font-size: 16px;
            line-height: 19px;
            padding: 8px 0px;
        }
        .industry-browse-module .details-panel .primary-industry-header {
            display: table;
        }
            .industry-browse-module .details-panel .primary-industry-header .primary-industry-label {
                display: table-cell;
                width: fit-content;
                padding-right: 12px;
            }
            .industry-browse-module .details-panel .primary-industry-header .arrow {
                height: 19px;
                width: 13px;
                margin-left: 6px;
                display: table-cell;
                background-image: url(/Images/arrow-green.svg);
                background-repeat: no-repeat;
                background-position-y: 5px;
                cursor: pointer;
            }

        .industry-browse-module .details-panel .primary-industry-header.collapsed .arrow {
            background-image: url(/Images/arrow-collapsed-green.svg);
        }
        .industry-browse-module .details-panel .child-group {
            padding: 0px 0px 4px 50px;
        }
        .industry-browse-module .details-panel .child {
            padding: 8px 0px 8px 0px;
        }
        .industry-browse-module .details-panel a {
            text-decoration: none;
        }

.content .detail {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 16px;
}

.about-eri-section .content {
    margin-top: 16px;
}

.cta-learn-more-container {
    background-image: linear-gradient(263deg, #27AE60, #006940);
    padding: 28px 36px 8px;
    margin-bottom: 128px;
    display: table;
    width: 100%;
    color: white;
}
    .cta-learn-more-container .image-container, .cta-learn-more-container .content-container {
        display: table-cell;
        width: 50%;
    }
    .cta-learn-more-container .content-container {
        vertical-align: middle;
    }
    .cta-learn-more-container .content {
        margin-bottom: 16px;
    }

@media (max-width: 1199px) {
    .banner h1 {
        font-size: 48px;
        line-height: 58px;
    }
    .banner .input-container {
        padding-top: 72px;
    }
}

@media (max-width: 991px) {
    .banner .input-container {
        padding-top: 130px;
    }
}

@media (max-width: 768px) {
    .banner .input-container {
        padding-top: 16px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
    }

    img {
        max-width: 100%;
    }

    .banner {
        padding: 32px 0px 80px 0px;
    }

        .banner h1 {
            font-size: 40px;
            line-height: 47px;
        }

        .banner .page_subtitle {
            font-size: 16px;
            line-height: 22px;
        }

    .breadcrumbs-container {
        margin-bottom: 24px;
    }

    .page-section {
        margin-bottom: 48px;
    }

    .mobile-collapsed {
        display: none !important;
    }

    .industry-browse-module {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100vw);
        min-height: 800px;
        margin-bottom: 48px;
    }

        .industry-browse-module .navigation-panel, .industry-browse-module .details-panel {
            padding-left: 15px;
            padding-right: 15px;
        }

    .back-button-container {
        margin: -16px 0px 16px 0px;
    }

    .content .detail {
        font-size: 16px;
        line-height: 19px;
    }

    .highest-paid-section .image-container {
        margin-top: 24px;
    }

    .common-section .image-container {
        margin-bottom: 16px;
    }

    .about-eri-section .image-container {
        margin-top: 36px;
    }

    .cta-schedule-container {
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100vw);
    }

    .cta-learn-more-container, .cta-learn-more-container .image-container, .cta-learn-more-container .content-container {
        display: block;
    }
        .cta-learn-more-container {
            padding: 48px 24px 24px 24px;
        }

        .cta-learn-more-container .image-container, .cta-learn-more-container .content-container {
            width: 100%;
        }

        .cta-learn-more-container .image-container {
            text-align: center;
            margin-bottom: 36px;
        }
    .btn-white {
        text-align: center;
    }
}