﻿body {
    font-size: 16px;
    line-height: 24px;
}

a {
    color: #006940;
}

h2 {
    color: #12452E;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0px;
}

h3 {
    color: #12452E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
    margin: 0px;
}

.banner {
    padding: 48px 0;
    margin-bottom: 8px;
}

    .banner h1 {
        color: #FFF;
        font-family: Roboto;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0px 0px 16px;
        padding: 0;
    }

    .banner h2 {
        color: #FFF;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }

.breadcrumbs-container {
    margin-bottom: 32px;
}
    .breadcrumbs-container a:not(.btn) {
        text-decoration: underline;
    }

a.help-cta {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 6px;
}
    a.help-cta i {
        display: inline-block;
        height: 24px;
        width: 24px;
        background-image: url(/Images/icon-blue-mail.png);
        background-repeat: no-repeat;
    }

.title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.content-container {
    padding: 32px;
    flex-direction: column;
    border-radius: 24px;
    background: #F1F6F4;
    margin-bottom: 64px;
}
    .content-container h3 {
        margin-bottom: 24px;
    }

.grid-container {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.grid-card {
    display: flex;
    padding: var(--spacing-xl, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    justify-self: stretch;
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    max-width: calc(50% - 16px);
    font-family: Inter;
}

.webinar-name {
    color: #155036;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}

.date-container {
    display: flex;
    min-width: 28px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
    .date-container .separator {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

.date-container-note {
    color: #212121;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

.moderator-label {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-right: 8px;
}

.other-training-container {
    text-align: center;
    margin-bottom: 96px;
}
    .other-training-container h3 {
        margin-bottom: 8px;
    }
    .other-training-container .description {
        font-weight: 600;
        margin-bottom: 24px;
    }
@media (max-width: 991px) {


    .page-container .grid-container {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .page-container .grid-card {
        max-width: 100%;
        width: 100%;
        flex: 1 1 auto;
    }

    .page-container .date-container {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

        .page-container .date-container .separator {
            flex-basis: 100%;
            height: 0;
            overflow: hidden;
            line-height: 0;
            color: transparent;
        }

    .page-container .webinar-name {
        overflow-wrap: anywhere;
        word-wrap: break-word;
    }

    .page-container .button-container a {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .page-container .moderator-container {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }

    .page-container .other-training-container {
        background: #fff;
        padding: 40px 32px 32px;
        border-radius: 24px;
        margin-bottom: 64px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .page-container .banner {
        padding: 24px 0;
    }

    .page-container .banner h1 {
        margin: 0 0 16px;
        font-size: 48px;
        line-height: normal;
    }

    .page-container .breadcrumbs-container {
        margin-bottom: 20px;
    }

    .page-container .title-container {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 24px;
    }

    .page-container .title-container h2 {
        text-align: center;
        font-size: 24px;
        line-height: 40px;
        font-weight: 700;
        color: #12452E;
    }

    .page-container .title-container a {
        justify-content: center;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .page-container .content-container {
        padding: 24px;
        margin-bottom: 48px;
    }

    .page-container .content-container h3 {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 16px;
        color: #12452E;
    }

    .page-container .other-training-container h3 {
        color: #212121;
        font-size: 24px;
        line-height: 40px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .page-container .other-training-container .description {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 16px;
        color: #212121;
    }

    .page-container .other-training-container .other-training-links a.btn-v3.btn-dark-green {
        background: #fff;
        color: #155036;
        border: 1px solid #155036;
    }

    .page-container .other-training-container .other-training-links a.btn-v3.btn-dark-green:hover {
        background: #F1F6F4;
    }
}

@media(max-width: 576px) {
    .breadcrumbs-container {
        display: flex;
        gap: 10px;
        width: 100%;
    }
    .breadcrumb-button {
        flex: 0 0 40%;
    }
    a.help-cta {
        flex: 0 0 60%;
    }
}


@media(max-width: 479px) {
    .breadcrumbs-container {
        display: block;
    }
        .breadcrumbs-container a {
            width: 100%;
        }

    .breadcrumb-button {
        margin-bottom: 12px;
    }
}