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

body.section-broadcast-during {
	background-color:#000;
}
p {
    font-weight: 200; /* Roboto Light */
}
.section-broadcast-during #feature-area {
	height:auto;
	
}

#video-container {
	padding-top:70px;
	margin:auto;
    position: relative;
}

.section-broadcast #video-container {
	display:none;
}

.section-broadcast-during #post-msg-container {
	display:none;
}

#btn-left, #btn-right {
	display:block;
	position:fixed;
	bottom:0;
	z-index:1000;
	width:200px;
	height:200px;
	
}

#btn-right {
	right:0;
}

#tech-difficulties-container h1 {
	padding: 140px 0 80px 0;
    text-transform: none;
    font-size: 80px;
    line-height: 80px;
	font-family: 'FFMetaWebProThin', sans-serif;
    text-align: center;
	color:#fff;
}

.tab-area {
    background: #1a1a1a;
    height: 70px;
    margin-bottom: 70px;
}

.tab-area ul {
    padding: 0;
    margin: 0;
    margin: auto;
}

.tab-area ul li {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.tab-area a {
    padding: 0;
    color: #939393;
    display: block;
    height: 70px;
    text-align: center;
    font-size: 18px;
    position: relative;
    display: table;
    width: 100%;
}

.tab-area a:hover, .tab-area .active a {
    color: #fff;
    border-top: 2px solid #1D6391;
    border-bottom: 2px solid #1D6391;
    padding: 0;
    text-decoration: none;
}

.tab-area a div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    font-weight: 200; /* Roboto Light */
}

.tab-pane h4 {
	color:#fff;
	font-size:42px;
	line-height:42px;
	text-align:center;

	text-transform:none;
	font-weight: 200; /* Roboto Light */
	padding-bottom: 20px;
}
#product-tab-text-small {
	display:none;
}
.tag {
    position: absolute;
    top: 0px;
    left: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none !important;
    padding: 3px 15px 1px;
    font-weight: 200; /* Roboto Light */
}
.now-tag {
    background-color: #17a304;
}
.upcoming-tag {
    background-color: #2c94dd;
}
#video-container.tag-video-live::before {
    content: 'LIVE';
    position: absolute;
    top: 88px;
    right: 18px;
    background-color: #17a304;
    border-color: #17a304;
    border-radius: 26px;
    font-size: 14px;
    padding: 5px 15px 4px 29px;
    color: #fff;
    font-weight: 500; /*Roboto Medium */
    z-index: 100;
}

#video-container.tag-video-live::after {
    content: '\02022';
    position: absolute;
    top: 73px;
    right: 66px;
    z-index: 101;
    font-size: 41px;
    color: #fff;
}
#video-container.tag-video-reb::before {
    content: 'REBROADCAST';
    position: absolute;
    top: 88px;
    right: 18px;
    background-color: #333;
    border-color: #333;
    border-radius: 26px;
    font-size: 14px;
    padding: 5px 15px 3px 29px;
    color: #fff;
    font-weight: 500; /*Roboto Medium */
    z-index: 100;
}

#video-container.tag-video-reb::after {
    content: '\02022';
    position: absolute;
    top: 73px;
    right: 129px;
    z-index: 101;
    font-size: 41px;
    color: #fff;
}
.speaker-box-broadcast.tag-vod:after {
    content:'ON DEMAND';
    position: absolute;
    top: 0px;
    left: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none !important;
    padding: 3px 15px 1px;
    font-weight: 200; /* Roboto Light */
    background-color: #333;
}
.speaker-box-broadcast.tag-wod:after {
    content:'ON DEMAND COMING SOON';
    position: absolute;
    top: 0px;
    left: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none !important;
    padding: 3px 15px 1px;
    font-weight: 200; /* Roboto Light */
    background-color: #333;
}

.speaker-box-broadcast.tag-live:after {
    content:'NOW PLAYING';
    position: absolute;
    top: 0px;
    left: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none !important;
    padding: 3px 15px 1px;
    font-weight: 200; /* Roboto Light */
    background-color: #17a304;
}

.speaker-box-broadcast.tag-upcoming:after {
	content:'UPCOMING';
	position: absolute;
    top: 0px;
    left: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none !important;
    padding: 3px 15px 1px;
    font-weight: 200; /* Roboto Light */
	background-color: #2c94dd;
}

.speaker-box-broadcast.tag-upcoming .link-blue-border, .speaker-box-broadcast.tag-live .link-blue-border {
	display:none;
}

.speaker-box-broadcast.tag-wod .addeventatc.link-blue-border, .speaker-box-broadcast.tag-vod .addeventatc.link-blue-border {
	display:none;
}

.speaker-box-broadcast.tag-upcoming .addeventatc.link-blue-border {
	display:block;
}

.speaker-box-broadcast.tag-wod .link-blue-border {
	opacity:.3;
	pointer-events: none;
	cursor: default;

}

.speaker-box-broadcast.tag-wod.tag-disclaimer .link-blue-border {
	display:none;
}

p.disclaimer-text {
	display:none;
	position:absolute;
	bottom:40px;
	color:#fff;
	margin:0;
	padding-right:50px;
}

.speaker-box-broadcast.tag-wod.tag-disclaimer p.disclaimer-text {
	display:block;
}

#blog-tab.blog-live div::after {
    content: 'LIVE';
    background-color: #17a304;
    border-color: #17a304;
    border-radius: 26px;
    font-size: 14px;
    padding: 5px 15px 4px;
    margin-left: 10px;
    color: #fff;
    font-weight: 500; /*Roboto Medium */
}

.btn-blue-text {
    cursor: pointer;
    -webkit-font-smoothing: antialiased!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: 300;
    line-height: 100% !important;
    color: #fff !important;
}
.action-block {
    /*background: url(../images/black_grad_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 396px;*/
    margin-bottom: 12px;
	/*display:none;*/
}
.action-block-inner {
    background: url(../images/black_grad_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 396px;
    
}
.action-block.flipped-bg .action-block-inner {
    background-image: url(../images/black_grad_bg_flipped.jpg);
}
.content-block {
    padding:60px 55px;
    font-weight: 200; /* Roboto Light */
    position: relative;
}
.content-block .title-block {
    font-size: 36px;
    color:#fff;
    text-transform: none;
    line-height: normal;
}
.content-block p {
    margin-top:12px;
	margin-bottom:20px;
    color:#999;
    font-size: 16px;
    line-height:22px;
}
.image-block {
    height:100%;
}
img.vxrack-image {
    position: absolute;
    bottom: 0px;
	left: 0px;
    right: 0px;
    margin: auto;
}
img.nhc-image {
    position: absolute;
    bottom: 0px;
	left: 0px;
    right: 0px;
    margin: auto;
}
img.emc-unity-image {
    position: absolute;
    bottom: 0px;
    right: 0;
}
img.leap-image {
    position: absolute;
    bottom: 0px;
	left: 0;
}
#chips-slider {
    clear:both;
	/*display:none;*/
	margin-top: 24px;
}

#chip-slider-header {
	display:none;
}
/*
#chip-product-2 {
	display:none;
}

#chip-product-3 {
	display:none;
}

#chip-product-4 {
	display:none;
}
*/
#product-header {
	display:none;
}
.chip-slide{
    margin: 0 10px;
}
.chip-slide-bottom {
    background: #1a1a1a; 
	padding: 15px 20px;
    height: 100%;
    position:relative;
}
h5.chip-slide-title {
    font-size:18px;
    color: #fff;
    font-weight: 200; /* Roboto Light */
}
.chip-slide p {
    font-size: 16px;
    color: #999;
    line-height: 20px;
    margin-bottom: 30px;
    padding-right: 0px;
}
.arrow.cta-partial>span {
    font-size: 16px;
    font-weight: 200; /* Roboto Light */
    line-height: normal;
}
.chip-slide .arrow.cta-partial>span {
    position: absolute;
    bottom: 22px;
}
.arrow.cta>span:not(.icn):after, .arrow.cta-partial>span:not(.icn):after {
    content: ">";
    color: inherit;
    display: inline-block;
    text-decoration: none;
    position: static;
    text-indent: .3em;
}
.arrow.cta-partial:hover {
    text-decoration: underline;
    color:#2c95dd;
}

.slick-dots {
    bottom: -20px;
}

.slick-dots li {
    width: 18px;
    margin: 0 0px;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ccc;
    font-size: 36px;
    content: "•";
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2c95dd;
}
.slick-slide .chip-slide-top img {
    width: 100%;
}
.chip-slide-top {
    position: relative;
}

.play-square {
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 0px;
}

#emc-world-block {
    background: url('../images/emc-world-block.jpg');
    color:#fff;
    padding: 50px;
    text-align: center;
    font-weight: 200; /* Roboto Light */
    background-size: cover;
    margin-bottom: 70px;
}

#emc-world-block p {
    padding:0 300px;
    font-weight: 200; /* Roboto Light */
    font-size:16px;
    margin-bottom: 20px;
}

#emc-world-block h1 {
    font-size:36px;
	line-height:36px;
}

#emc-world-block a.link-blue-border, #emc-world-block div.link-blue-border {
    display: inline-block;
    color: #fff !important;
    font-weight: 500; /*Roboto Medium */
}

.col-sm-offset-1-5 {
    margin-left: 12.49999999%;
}
.inner-tab-blog {
    padding:11px 20px;
    font-weight: 200; /* Roboto Light */
    color: #999;
    font-size: 16px;
    background: #1a1a1a;
    border-top: 2px solid #1a1a1a;
}
.inner-tab-blog span {
    display: block;
}
.inner-tab-blog a, .inner-tab-blog a span {
    color:#999;
    text-decoration: none;
}

.inner-tab-blog:hover {
    border-top: 2px solid #2c95dd;
}
.inner-tab-active, .inner-tab-blog.active {
    background: #333;
    border-top: 2px solid #2c95dd;
}
.inner-tab-prev .inner-tab-headline {
    color: #2c95dd;
}

.inner-tab-prev .inner-tab-headline:after {
    content:'Previously Aired';
}

.inner-tab-now .inner-tab-headline {
    color: #17a304;
}
.inner-tab-now .inner-tab-headline:after {
    content:'Now Live';
}
.inner-tab-up .inner-tab-headline {
    color: #fff;
}
.inner-tab-up .inner-tab-headline:after {
	content:'Upcoming';
}
.inner-tab-now {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

/*#blog-2 a, #blog-3 a {
	pointer-events: none;
	cursor: default;
}

/*#blog-2:hover, #blog-3:hover {
	border-top: 2px solid #1a1a1a !important;
}

/* // MEDIA QUERIES FOR BROADCAST-DURING // */
@media only screen and (max-width : 1400px) {
    img.ph-image {
        position: absolute;
        bottom: 0px;
    }
	
	#emc-world-block p {
		padding:0 100px;
		
	}
}
@media only screen and (max-width : 1039px) {
    #emc-world-block p {
		padding:0;
		
	}
	img.vxrack-image {
        width: 90%;
    }
    img.nhc-image {
        position: absolute;
        bottom: 30px;
    }
    img.emc-unity-image {
        position: absolute;
        bottom: 15px;
    }
    img.ph-image {
        position: absolute;
        bottom: 0px;
    }
	img.leap-image {
		position: absolute;
		bottom: auto;
		left: -10px;
    	top: 0;
	}
	
	.action-block-inner {
		height: 430px;
	}
	
	#product-1 .action-block-inner {
		height: 350px;
	}
	
	#product-4 .action-block-inner {
		height: 320px;
	}
}

@media only screen and (max-width : 959px) {
    #video-container {
        padding-top: 0px;
    }
    img.vxrack-image {
        width: 86%;
        position: absolute;
        bottom:0px;
        left:auto;
		right:0;
    }
    img.ph-image {
        position: absolute;
        bottom: 0px;
    }
    img.nhc-image {
        position: absolute;
        bottom: 0px;
    }
    img.emc-unity-image {
        position: absolute;
        bottom: 5%;
    }
    img.ph-image {
        position: absolute;
        bottom: 0px;
    }
	img.leap-image {
		position: absolute;
		bottom: 0px;
		left: 0;
	}
    .action-block {
        height: auto;
        display: inline-block;
		/*display:none;*/
    }
    .content-block {
        padding: 40px 25px;
    }

    #video-container.tag-video-live::before {
        top: 10px;
    }

    #video-container.tag-video-live::after {
        top: -5px;
    }
    #video-container.tag-video-reb::before {
        top: 10px;
    }

    #video-container.tag-video-reb::after {
        top: -5px;
    }
}

/* middle area for product images */

@media only screen and (max-width : 850px) {

    img.vxrack-image {
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    img.nhc-image {
        bottom: 11%;
    }
    img.emc-unity-image {
        bottom: 11%;
    }
	
	img.leap-image {
		top: 18%;
	}

}

@media only screen and (max-width : 780px) {

    img.vxrack-image {
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    img.nhc-image {
        bottom: 11%;
    }
    img.emc-unity-image {
        bottom: 18%;
    }
	
	.action-block-inner {
		height: 463px;
	}

}

/* end middlea for product images */
/*
@media only screen and (max-width : 640px) {
    #video-container {
        padding-top: 0px;
        padding-left: 2px;
    }
    img.vxrack-image {
        width: 40%;
        position: relative;
        bottom: initial;
        margin: 0 auto;
    }
    img.nhc-image {
        position: relative;
        bottom: initial;
        margin: 0 auto;
    }
    img.emc-unity-image {
        position: relative;
        bottom: initial;
        width: 60%;
        float: right;
    }
    img.ph-image {
        position: relative;
        bottom: initial;
        margin: 0 auto;
    }
    .action-block {
        height: auto;
        display: inline-block;
    }
    .content-block {
        padding: 40px 25px;
    }
    .tab-area a div {
        font-size: 16px;
    }
	
	
}
*/

@media only screen and (max-width : 640px) {
    
	.action-block-inner {
		height:auto !important;
		background: #1a1a1a !important;
	}
	
	img.vxrack-image {
        width: 80%;
		position: relative;
		bottom: initial;
		margin: 0 auto;
		padding-top: 20px;
    }
    img.nhc-image {
        position: relative;
		bottom: initial;
		padding: 30px 20px 0 20px;
		margin: auto;
    }
	img.leap-image {
        position: relative;
        bottom: initial;
		top:0;
    }
    img.emc-unity-image {
        position: relative;
        bottom: initial;
        width: 90%;
    	float: right;
	    padding: 15px 0;
    }
    img.ph-image {
        position: relative;
        bottom: initial;
    }
    .action-block {
        height: auto;
        display: inline-block;
    }
    .tab-area a div {
        font-size: 16px;
    }
    .content-block {
        padding: 25px 10px;
    }
    .content-block p {
        padding-right: 0px;
    }
    .content-block a.link-blue-border {
        width:100%;
    }
    .tab-pane h4 {
        font-size: 36px;
    }
    .content-block .title-block {
        font-size: 30px;
    }
	
	.image-block {
		background:url(../images/bg-mobile-image-gradient.jpg) no-repeat 50% 50%;
		background-size:cover;
		padding:0;
	}
}

@media only screen and (max-width : 480px) {
	
	#product-tab-text {
		display:none;
	}
	#product-tab-text-small {
		display: table-cell;
	}

}

@media (max-height: 950px)  and (min-width: 960px) { 
	#video-container {
		width:1100px;
	}
}


@media (max-height: 800px)   and (min-width: 960px) { 
	#video-container {
		width:1000px;
	}
}

@media (max-height: 750px)   and (min-width: 960px) { 
	#video-container {
		width:900px;
	}
}

@media (max-height: 700px)   and (min-width: 960px) { 
	#video-container {
		width:800px;
	}
}


}