﻿.speaker-description,
.speaker-topic-description {
    margin-top: 1em;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}
/*.row-fluid.webinar {
    border-bottom: solid thin #9c0830;
    padding-bottom: 12px;
}
.row-fluid.webinar:last-child {
    border-bottom: none;
}
.row-fluid.webinar-series {
    border-bottom: solid thin #F3ECA9;
    padding-bottom: 12px;
}
.row-fluid.webinar-series:last-child {
    border-bottom: none;
}*/

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h3, h4, h5, h6 {
    margin-top: 0;
}
.webinar-heading-level-3,
.webinar-heading-level-4,
.webinar-heading-level-5,
.webinar-heading-level-6 {
    /*padding-bottom: 9px;*/
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.4em;
}
.webinar-heading-level-3 {
    font-size: 1.3em;
    line-height: 1.4em;
}
.webinar-heading-level-4 {
    font-style: oblique;
    font-size: 1.2em;
    line-height: 1.4em;
}
.webinar-heading-level-5 {
    font-style: oblique;
    font-size: 1.1em;
    line-height: 1.4em;
}
.webinar-heading-level-6 {
    font-style: oblique;
    font-size: 1em;
    line-height: 1.4em;
}
/*.webinar-aired-date::before {
    content: "Aired ";
}*/

.webinar-air-datetime {
    display: inline-block !important;
    text-align: left;
}
.webinar-air-datetime h3,
.webinar-air-datetime h4,
.webinar-air-datetime h5,
.webinar-air-datetime h6,
.webinar-duration h3,
.webinar-duration h4,
.webinar-duration h5,
.webinar-duration h6,
.webinar-air-datetime .webinar-heading-level-3,
.webinar-air-datetime .webinar-heading-level-4,
.webinar-air-datetime .webinar-heading-level-5,
.webinar-air-datetime .webinar-heading-level-6,
.webinar-duration .webinar-heading-level-3,
.webinar-duration .webinar-heading-level-4,
.webinar-duration .webinar-heading-level-5,
.webinar-duration .webinar-heading-level-6 {
    font-size: 0.9em;
    line-height: 1em;
    margin: 0;
    font-weight: 700;
    display: inline-block !important;
}

.webinar-category {
    /*border-top: solid thick red;
    border-bottom: solid thick blue;*/
    /*border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: solid green;
    padding: 12px;
    margin: 12px;
    background-color: lightblue;*/
    /*border-bottom: solid thin #9c0830;
    padding-bottom: 1em;*/
}
.webinar {
    /*border-top: solid thick red;
    border-bottom: solid thick blue;*/
    /*border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;*/
    /*border: solid green;*/
    /*padding: 12px;
    margin: 12px;
    background-color: mintcream;*/
    padding: 0.8em 0;
    border-top: solid thin #F3ECA9;
    border-bottom: solid thin #F3ECA9;
}
.webinar:first-of-type  {
    border-top: solid thin #F3ECA9;
    margin-top: 1em;
}
.webinar-description h3,
.webinar-description h4,
.webinar-description h5,
.webinar-description h6 {
    margin-top: 0;
}
.webinar-title h2,
.webinar-title h3,
.webinar-title h4,
.webinar-title h5,
.webinar-title h6 {
    margin-top: 0;
}

.webinar-duration {
    display: inline-block !important;
    float: right;
    text-align: right;
}
.webinar-air-datetime-and-duration {
    margin-bottom: 1em;
}

.webinar-registratrion-link {
    margin-bottom: 1em;
}
.webinar-registratrion-link:before {
    content: url(/img/icons/16x16/register-16.png);
}