﻿.webinar-header {
    background-color: #FFFFFF;
}
        .webinar-header .bar
        {
            background-color: #230a6d;
            line-height: 66px;
            text-align: center;
        }
        .webinar-header .bar a
        {
            display: block;
        }
        .webinar-header .bar .logo
        {
            max-height: 36px;
            padding: 15px;
            display: block;
            margin: 0 auto;
        }
        .webinar-header .webinar-2-cols
        {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px 20px 20px;
        }
        .webinar-header .webinar-2-cols .left
        {
            box-sizing: border-box;
            width: 60%;
            padding-right: 15px;
            float: left;
        }
        .webinar-header .webinar-2-cols .right
        {
            box-sizing: border-box;
            width: 40%;
            padding-left: 15px;
            float: left;
        }
            .webinar-header .webinar-2-cols .form-holder {
                background-color: #0246ff;
                padding: 35px;
                color: #fff;
                border-radius: 10px;
            }
        .webinar-header .webinar-summary
        {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            padding-top: 0;
        }
            .webinar-header .webinar-summary div {
                background-color: #200868;
                padding: 15px;
                color: #fff;
                font-size: 13px;
                line-height: 24px;
                font-weight: normal;
                min-height: 100px;
                padding-left: 130px;
                position: relative;
            }
        .webinar-header .webinar-summary div img
        {
            position: absolute;
            top: 15px;
            left: 15px;
        }
        .webinar-header .webinar-2-cols .form-holder
        {
            min-height: 220px;
        }
        .webinar-header .webinar-2-cols .form-holder .title
        {
            font-size: 20px;
            line-height: 32px;
        }
        .webinar-header .webinar-2-cols .form-holder .details
        {
            line-height: 24px;
            font-size: 15px;
            padding-bottom: 10px;
        }
        .webinar-header .webinar-2-cols .form-holder span.error
        {
            color: #ff0000;
            display: block;
            line-height: 20px;
            font-size: 12px;
            margin-top: -10px;
            margin-bottom: 10px;
        }
        .webinar-header .webinar-2-cols .form-holder input
        {
            line-height: 53px;
            box-sizing: border-box;
            color: #282D4D;
            font-size: 16px;
            display: block;
            outline: 0;
            border: 0;
            border-radius: 5px;
            padding: 0;
            padding-left: 20px;
            width: 100%;
            margin-bottom: 15px;
            border: 1px solid #fff;
        }
        .webinar-header .webinar-2-cols .form-holder input.invalid
        {
            background-color: #ffc7c7;
            border: 1px solid #ff0000;
        }

            .webinar-header .webinar-2-cols .form-holder .button {
                cursor: pointer;
                line-height: 55px;
                display: block;
                font-size: 16px;
                background-color: #ff0000;
                color: #ffffff;
                border-radius: 5px;
                text-align: center;
                line-height: 55px;
                position: relative;
            }
        .webinar-header .webinar-2-cols .form-holder .button svg
        {
            position: absolute;
            top: 5px;
            left: 5px;
        }
        .webinar-header .webinar-2-cols .form-holder .checkbox
        {
            color: #fff;
            line-height: 20px;
            padding-bottom: 10px;
            font-size:14px;
        }
        .webinar-header .webinar-2-cols .form-holder .radioButton
        {
            color: #fff;
            line-height: 30px;
            display: block;
            font-size: 14px;
           height: 30px;
        }
        .webinar-header .webinar-2-cols .form-holder .radioButton span
        {
            color: #fff;
            line-height: 30px;
            cursor: pointer;
        }
        .webinar-header .webinar-2-cols:after
        {
            display: block;
            content: '';
            clear: both;
        }
        @media only screen and (max-width: 900px)
        {
            .webinar-header .webinar-summary
            {
                padding: 15px;
                padding-top: 0;
            }
            .webinar-header .webinar-2-cols
            {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 15px 15px 15px;
            }
            .webinar-header .webinar-2-cols .left
            {
                box-sizing: border-box;
                width: 100%;
                padding-right: 0;
                float: none;
            }
            .webinar-header .webinar-2-cols .right
            {
                box-sizing: border-box;
                width: 100%;
                padding-top: 20px;
                padding-left: 0;
                float: left;
            }
            .webinar-header .webinar-2-cols .form-holder input
            {
                font-size: 14px;
                line-height: 45px;
            }
        }
        
        @media only screen and (max-width: 640px)
        {
            
            .webinar-header .webinar-summary div
            {
                font-size: 14px;
                line-height: 24px;
                padding-bottom: 10px;
                padding-left: 15px;
            }
            .webinar-header .webinar-summary div img
            {
                position: relative;
                top: auto;
                left: auto;
                margin: 0 auto;
                display: block;
                margin-bottom: 15px;
            }
        }


        .webinar-header .webinar-video
        {
            max-width: 890px;
            margin: 0 auto;
            padding: 0 20px;
            padding-bottom: 50px;
            padding-top: 0px;
        }
            .webinar-header .webinar-video .button {
                cursor: pointer;
                line-height: 55px;
                display: block;
                font-size: 16px;
                background-color: #1968FF;
                color: #fff;
                border-radius: 5px;
                text-align: center;
                line-height: 75px;
                margin-top: 20px;
            }
        @media only screen and (max-width: 640px)
        {
            
            .webinar-header .webinar-video .button
            {
                font-size: 15px;
            } 
        }

     
.module-4-data-boxes .video-item
{
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	overflow: hidden;
	color: #000;
    display: block;
    text-decoration: none;
}
.webinar-video-details
{
    min-height: 100px;
}
.module-4-data-boxes .video-item img
{
    display:block;
    width: 100%;
}
.module-4-data-boxes a.video-item:hover,
.module-4-data-boxes a.video-item.select
{
    border-color: #2c3155;
}

.module-4-data-boxes .video-item h4
{
	padding: 10px 10px 0 10px;

	font-size: 18px;
	font-weight: bold;
}
.module-4-data-boxes .video-item b
{
	font-size: 35px;
	line-height: 60px;
	font-weight: normal;
	
}
.module-4-data-boxes .video-item span
{
	display: block;
	padding: 10px 0;
	font-weight: bold;
}
.module-4-data-boxes .video-item p
{
	font-size: 14px;
	line-height: 24px;
	padding: 0px 10px;
}
.module-4-data-boxes .video-item
{
	padding-bottom: 5px;
}
.module-4-data-boxes .video-item *:last-child
{
	padding-bottom: 0px;
}
@media only screen and (max-width: 480px)
{
	.module-4-data-boxes .video-item
	{
		max-width: 320px;
		margin: 0 auto;

	}
}


.wistia-video {
    border: 0px solid #fff;
    background-color: #200868;
}
.webinar-horizontal-videos
{
    text-align: right;
    top:auto;
    right: auto;
    position: relative;
    box-sizing: border-box;
    max-width: 890px;
    margin: 0 auto;
}
.webinar-horizontal-videos .video
{
    width: 169px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin: 0 10px;
}
.webinar-horizontal-videos .video span
{
    line-height: 30px;
}
.webinar-horizontal-videos .video img
{
    display: block;
    width: 100%;
}


@media only screen and (max-width: 600px) {
    .webinar-horizontal-videos
    {
        text-align: center;
    }
    .webinar-horizontal-videos .video
    {
        width: 120px;
        margin: 0 5px;
        font-size: 10px;
    }
}

.join-button {
            cursor: pointer;
            line-height: 25px;
            display: inline-block;
            font-size: 16px;
            background-color: #fe0000;
            color: #fff;
            border-radius: 5px;
            text-align: center;
            padding: 23px 0;
            max-width:100%;
            width: 440px;
        }

            .join-button b {
                display: block;
            }
            .webinar-button-holder{
                text-align:right;
                max-width: 890px;
                padding: 0 20px;
                margin: 0 auto;
            }