﻿
body {
    color: #424242;
    line-height: 21px;
}

.webinar-title-banner {
    padding: 100px 0;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Roboto-Bold';
    color: #ffffff;
    line-height: normal;
    background: url('/Areas/dlc/images/dlc_webinar_banner.jpg');
    background-position: center;
    background-size: cover;
}

h6 {
    color: #006F4B;
    font-size: 16px;
    font-weight: bold;
}

.bg-grey {
    background-color: #F2F5F8;
    padding: 48px 0;
}

.webinar-details .row {
    border-bottom: 1px solid #C3C3C3;
    padding: 8px 0;
    margin: 0;
}

    .webinar-details .row:last-child {
        border-bottom: none;
    }

.webinar-details [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.webinar-event {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

    .webinar-event .event-detail {
        margin-right: 60px;
    }

.req-label {
    font-weight: bolder;
    font-style: italic;
}

a.link {
    text-decoration: underline;
}

.popover {
    max-width: 350px;
}

.popover-beforeregister {
    font-size: 16px;
    color: #424242;
    text-decoration: underline;
    font-style: italic;
}

.btn-register {
    margin-right: 35px;
}