@charset "UTF-8";
/* CSS Document */

.wistia_embed {
	margin-top: 0px !important;
}

.noVideo{
	background-color: #000000;
	background-size: auto 100%;
	height: 38vw;
	max-height: 400px;
	position: relative;
	z-index: 0;
}
.noVideo:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 9;
}

.noVideo div {
	z-index: 10;
}


/****** Webinar Viewer *******/
#tabContainer {
	background: transparent !important;
	padding: 0;
	margin-top:22px;
}

.wistia_embed{
	/* width:0px;
	height:0px; */
	margin: 30px auto 0;
	/* box-shadow: 0 0 50px 2px rgba(255,255,255,0.25); */
	padding: 0px;
	background-color: #fff;
}

#mainCol{
	/* padding: 20px 20px;	 */
}
#main div#video{
	clear: none;
}

#video video, #video img.w-css-reset {
    margin-left: -1% !important;
    margin-right: -1% !important;
    width: 102% !important;
    margin-top: -1% !important;
    margin-bottom: -1% !important;
    height: 102% !important;
}

#videoMenu {
	display: block;
	width: 100%;
	height: 45px;
	background-color: #333;
	
}
#videoMenu .my-rating {
	height: 45px;
	float: right;
	right: 10px;
    position: relative;
}
#videoMenu .my-rating .jq-star{
	height: 45px !important;

}

#videoMenu ul {
	padding: 0px;
    margin: 0px !important;
}
#videoMenu li {
	list-style: none;
	float: left;
	transition: all 1s;
}
#videoMenu li.ui-tabs-active { 
	background-color: #dd4343;
}
#videoMenu li.ui-tabs-active:hover{background-color:#ee4545;}
#videoMenu li:hover {
	background-color: rgba(255,255,255,0.25);
}
#videoMenu li a {
	line-height: 45px;
	padding: 0px 20px;
	text-decoration: none;
	color: #fff;
}

.webinarRow {
    display: block;
    max-width: 1550px;
    margin: auto !important;
}
#webinarList {
	padding-bottom: 20px;
}
.webinarList {
	margin: 20px 20px 20px 0px;
	background-color: rgba(255,255,255,0.9);
	display: block;
	width: auto;
	/* min-height: 300px;*/
}
.webinarList h2{
	line-height: 1.1em;
	font-size: 20px;
	width: 100%;
	border-bottom: 1px solid #efefef;
	position: relative;
	padding: 10px 12px 15px;
	margin: 0px;
	border-bottom: 1px solid #e9e9e9;
}
.webinarList h2 span {
	font-size: 12px;
    color: #444;
    display: block;
    padding: 0px;
    margin: 0px;
    height: 20px;
    left: 0px;
    text-indent: 0px;
	font-weight: bold;
}
.webinarList > ul {
  margin: 0px;
  list-style: none;
  padding: 0;
}
.webinarList ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
.webinarList ul .inner.show {
  /*display: block;*/
}
.webinarList ul li {
	list-style: none;
	border-bottom: 1px solid #efefef;
	transition: .25s all;
}
.webinarList li:last-child {
	border-bottom: none;
}
.webinarList ul li:hover {
	background-color: rgba(0,0,0,0.070) !important;
}
.webinarList li.current a {
	background-color: #cc4343;
	color:#fff !important;
	
}

.webinarList ul li.track {
	background-color: rgba(240,240,240,1);
}
.webinarList ul li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color:#000;
}
.webinarList ul li.track > a {
	font-weight: normal;
    background: rgba(110,110,110,0.82);
    padding-bottom: 9px;
    border-bottom: 2px solid #d3d3d3;
    position: relative;
    color: #fff;
}
.webinarList ul li.track > a span{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
.webinarList ul li.track > a span:before {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    height: 20px;
    width: 20px;
    transform: rotate(90deg);
    transition: .5s all;
    vertical-align: -50%;
    margin: 0px;
    text-align: center;
}
.webinarList ul li.track > a.closed span:before{
	transform: rotate(0deg);
}
.webinarList ul.sub {
	margin: 0px;
}
.webinarList ul.sub li{
	
}
.webinarList ul.sub li:nth-child(even){
	background-color: rgba(255,255,255,0.25);
}
.webinarList ul.sub li:nth-child(odd){
	background-color: rgba(50,50,50,0.05);
}
#analytics {
	background-color: rgba(255,255,255,0.8);
	min-height: 300px;
	padding: 20px;
}

#waContainer {
	width: 100%;
	height: auto;
	clear: both;
}
.waBlock {
    display: block;
	height: 0px;
    padding-top: 14%;
	padding-bottom: 14%;
    position: relative;
    width: 31.25%;
    float: left;
    text-align: center;
    background-color: rgba(235,235,235,0.8);
	
	margin: 1%;
	transition: .5s all;
}
.waBlock:hover {
	background-color: rgba(255,255,255,0.8);
}
.waText {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.waBlock h3 {
	color: #767676;
	font-size: 4em;
	margin: 4px auto;
	
}

.waBlock span {
	
}
#presentation {
	background-color: rgba(255,255,255,0.8);
	min-height: 300px;
	padding: 0px;
}
#presentation iframe {
    width: 100%;
    min-height: 400px;
	height: 510px !important;
    border: none !important;
}


#video[aria-hidden="true"] {
	display: block !important;
	height: 114px !important;
	width: 200px !important;
	overflow: hidden !important;
	position: fixed;
	bottom: 15px;
	left: 15px;
	margin: auto;
	z-index: 11;
	border: 2px solid rgba(255,255,255,0.7);
}



/* Popup rating */
.ui-dialog {
    display: block;
	position: absolute;
    background-color: rgba(255,255,255,0.97);
    width: 25vw !important;
	position: fixed !important;
    box-shadow: 0 0 450px 20px rgba(100,100,100,0.25);
}
.ui-dialog-titlebar {
	width: 100%;
	text-indent: 10px;
	padding: 8px;
	color: #000;
	border-bottom: 1px solid #ededed;
	font-size: 1.4em;
}
button.ui-dialog-titlebar-close {
    float: right;
    height: 18px;
    width: 18px;
	padding: 5px;
    border: none;
    background: none;
    background-image: url(../img/x-ico.png);
	background-size: cover;
	outline:none !important;
	font-size: 0px;
    margin-top: 2px;
}
.ui-dialog-content {
	padding: 15px;
}

.pop-rating {
	margin: auto;
	text-align: center;
}

/* Playlist */
.added-to-plylist {
	background-color: #cc221d;
}

#dialog-pylist {
	display: none;
}

#dialog-pylist.dialog-add {
	display: block;
}


.nwlist-textb {
	width: 30px;
}

.lb-list{
	display: block;
}


.nl-label {
	padding-bottom: 3%;
}

.plylist-share {
	width: 15px;
}

.dlg-email-sh {
	display: none;
}

.rotate-45 {
	transform: rotate(45deg);
}