﻿
.presentation {
}
	.presentation-title {
		font-size: 1.25em;
		line-height: 1.25em;
	}
	.presentation-icon {
		display: inline-block;
		position: relative;
	}
	.presentation-icon:before {
		background: #e2e2e2;
		color: #505050;
		content: '\1f3ac';
		display: inline-block;
		font-family: 'custom-icons';
		font-size: 2em;
		margin: -16px 0 0 4px;
		position: absolute;
	}
		.presentation-icon:hover:before {
			background: none;
			border: 2px solid #FF6600;
			border-radius: 3px;
			color: #FF6600;
			content: '\25b6';
			cursor: pointer;
			font-size: 1.5em;
			margin: -20px 0 0 4px;
			padding: 2px 3px;
			position: absolute;
			text-align: center;
			width: 0.9em;
		}
		
		
		


.presentation-icon:before {
  background: #e2e2e2;
  color: #505050;
  content: '\1f3ac';
  display: inline-block;
  font-family: 'custom-icons';
  font-size: 2.8em;
  margin: 9px 0 0 4px;
  position: absolute;
  line-height:20px;
 }
  .presentation-icon:hover:before {
   background: none;
   border: 2px solid #FF6600;
   border-radius: 3px;
   color: #FF6600;
   content: '\25b6';
   cursor: pointer;
   font-size: 2.4em;
   margin: 0px 0 0 4px;
   padding: 4px 5px;
   position: absolute;
   text-align: center;
  /* width: 0.9em;*/
  }

 .sub-section-header {
    font-weight: bold;
    margin:  10px 0 20px 20px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    width: 520px;
    height: 20px;
 }
 
 .webinar-header
 {
 	margin-left: 50px;
 	}

.webinar-blocks {
	font-size: 0;
}
	.webinar-block {
		background: #F3F3F3;
		border-radius: 10px;
		box-shadow: 1px 1px 3px 0px #cccccc; 
		display: inline-block;
		height: 191px;
		margin: 0 20px 20px 0;
		max-width: 270px;
		overflow: hidden;
		padding: 10px 10px 3px;
		position: relative;
		vertical-align: top;
		cursor:pointer;
		}
	.webinar-block:hover 
	{
		height: auto;
		min-height: 185px;
		}
	
	
	.webinar-block a { 
    text-decoration: none; 
    
   } 
.webinar-block-item p
{
	font-size:13px;
	 margin-bottom: 3px;
	}