
.page-content {
    margin: 0;
}

h1, h2 {
    margin-bottom: 8px;
    padding: 0;
}

p, div {
    font-size: 16px;
    line-height: 19px;
}

.banner {
    padding: 76px 0px;
    margin-bottom: 40px;
    color: #FFFFFF;
}

    .banner h1, .banner h3, .banner .page_title {
        margin-bottom: 8px;
        padding: 0px;
    }

    .banner h1, .banner .page_title {
        line-height: 64px;
    }

    .banner h3 {
        font-size: 28px;
        line-height: 33px;
    }

    .banner p {
        margin-bottom: 24px;
    }

    .banner a:not(.btn) {
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: underline;
    }

.compNewsWebinarsSection h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 16px;
}

.compNewsWebinarsSection .subheading {
    margin-bottom: 16px;
}

.gridSection {
    margin-bottom: 25px;
}

    .gridSection .row {
        margin: 0px;
    }

    .gridSection h2 {
        font-size: 24px;
        line-height: 38px;
        border-bottom: 1px solid #0D6940;
    }

    .gridSection h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .gridSection .webinar-container {
        padding: 25px 10px 20px 10px;
    }

        .gridSection .webinar-container .image-container, .gridSection .webinar-container .date-container {
            margin-bottom: 8px;
        }

#VideoPlayerModal {
    width: 1120px;
    height: 630px;
    background-color: #000000;
}

#VideoPlayerContainer {
    width: 1120px;
    height: 630px;
    border: 0;
}

#btnExcerptDisplayToggle {
    padding: 6px 40px;
    height: 35px !important;
    margin: 0px;
}

.excerpts-section {
    margin-bottom: 72px;
}

    .excerpts-section .excerpts-header-section {
        display: table;
        padding-bottom: 24px;
        width: 100%;
    }

    .excerpts-section h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    .excerpts-section h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0px;
    }

.excerpt-header-section-title-container, .excerpt-header-section-button-container {
    display: table-cell;
}

.excerpt-header-section-button-container {
    vertical-align: middle;
}

.excerpts-section .excerpt-section-container {
    padding-bottom: 24px;
}

.excerpts-section .excerpt-container, .excerpt-section-title-container {
    display: table;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
}

    .excerpts-section .excerpt-section-title, .excerpts-section .excerpt-section-button-container, .excerpts-section .excerpt-container .excerpt-title, .excerpts-section .excerpt-container .excerpt-link {
        display: table-cell;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .excerpt-header-section-button-container, .excerpts-section .excerpt-section-button-container, .excerpts-section .excerpt-container .excerpt-link {
        text-align: right;
    }

.excerpt-section-button-container {
    padding-right: 24px;
}

.excerpts-section .excerpt-container .excerpt-link {
    padding-left: 16px;
    white-space: nowrap;
}

.green-expand-button {
    margin: 0px;
    height: 24px;
    width: 24px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/green-expand-button-off.svg);
}

    .green-expand-button:focus {
        outline: 0;
    }

    .green-expand-button.on {
        background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/green-expand-button-on.svg);
    }

@media(max-width: 991px) {
    #VideoPlayerModal {
        width: 100%;
        height: calc(56.25vw);
    }

    #VideoPlayerContainer {
        width: 100%;
        height: calc(56.25vw);
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    h2, .banner h3 {
        font-size: 24px;
        line-height: 28px;
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .btn {
        width: 100%;
        padding-left: unset;
        padding-right: unset;
    }

    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .banner {
        padding-top: 32px;
        padding-bottom: 48px;
        margin-bottom: 16px;
    }

        .banner div.content div {
            text-align: center;
        }

    .compNewsWebinarsSection {
        margin-bottom: 32px;
    }

    .gridSection {
        margin-bottom: 64px;
    }

        .gridSection .row div {
            padding-left: 0px;
            padding-right: 0px;
        }

        .gridSection .webinar-container {
            padding: 8px 0px 16px;
        }

    .excerpts-section h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .excerpt-section-button-container {
        padding-right: 8px;
        vertical-align: middle;
    }

    .excerpts-header-section, .excerpt-header-section-title-container, .excerpt-header-section-button-container {
        display: block;
    }

    .excerpt-header-section-title-container {
        margin-bottom: 16px;
    }
}
