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

/*************************** Custom Fonts *************************************/
@font-face {
font-family: "BentonSansRegular";
font-style: normal;
font-weight: normal;
src: url("/etc/designs/sep1dx/fonts/BentonSans-Regular.eot?") format("embedded-opentype"), url('/etc/designs/sep1dx/fonts/BentonSans-Regular.woff') format('woff'), url("/etc/designs/sep1dx/fonts/BentonSans-Regular.otf"), url("/etc/designs/sep1dx/fonts/BentonSans-Regular.ttf") format("truetype"), url("/etc/designs/sep1dx/fonts/BentonSans-Regular.svg#web") format("svg");
}
@font-face {
font-family: "BentonSansMedium";
font-style: normal;
font-weight: normal;
src: url("/etc/designs/sep1dx/fonts/BentonSans-Medium.eot?") format("embedded-opentype"), url('/etc/designs/sep1dx/fonts/BentonSans-Medium.woff') format('woff'), url("/etc/designs/sep1dx/fonts/BentonSans-Medium.otf"), url("/etc/designs/sep1dx/fonts/BentonSans-Medium.ttf") format("truetype"), url("/etc/designs/sep1dx/fonts/BentonSans-Medium.svg#web") format("svg");
}
@font-face {
font-family: "BentonSansBold";
font-style: normal;
font-weight: normal;
src: url("/etc/designs/sep1dx/fonts/BentonSans-Bold.eot?") format("embedded-opentype"), url('/etc/designs/sep1dx/fonts/BentonSans-Bold.woff') format('woff'), url("/etc/designs/sep1dx/fonts/BentonSans-Bold.otf"), url("/etc/designs/sep1dx/fonts/BentonSans-Bold.ttf") format("truetype"), url("/etc/designs/sep1dx/fonts/BentonSans-Bold.svg#web") format("svg");
}
@font-face {
font-family: "BentonSansBook";
font-style: normal;
font-weight: normal;
src: url("/etc/designs/sep1dx/fonts/BentonSans-Book.eot?") format("embedded-opentype"), url('/etc/designs/sep1dx/fonts/BentonSans-Book.woff') format('woff'), url("/etc/designs/sep1dx/fonts/BentonSans-Book.otf"), url("/etc/designs/sep1dx/fonts/BentonSans-Book.ttf") format("truetype"), url("/etc/designs/sep1dx/fonts/BentonSans-Book.svg#web") format("svg");
}
@font-face {
font-family: "BentonSansLight";
font-style: normal;
font-weight: normal;
src: url("/etc/designs/sep1dx/fonts/BentonSans-Light.eot?") format("embedded-opentype"), url('/etc/designs/sep1dx/fonts/BentonSans-Light.woff') format('woff'), url("/etc/designs/sep1dx/fonts/BentonSans-Light.otf"), url("/etc/designs/sep1dx/fonts/BentonSans-Light.ttf") format("truetype"), url("/etc/designs/sep1dx/fonts/BentonSans-Light.svg#web") format("svg");
}

@font-face {
  font-family: "FontAwesome";
  src: url("/etc/designs/sep1dx/fonts/fontawesome-webfont.eot") format('embedded-opentype'), url("/etc/designs/sep1dx/fonts/fontawesome-webfont.woff2") format('woff2'), url("/etc/designs/sep1dx/fonts/fontawesome-webfont.woff") format('woff'), url("/etc/designs/sep1dx/fonts/fontawesome-webfont.ttf") format('truetype'), url("/etc/designs/sep1dx/fonts/fontawesome-webfont.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
	margin:0px;
	padding:0px;
	outline:0px;
	outline:none;
}
html, body {
	height:100%;
}
body {
	min-width:320px;
	background:#f4f4f4;
	margin:0;
	font:15px/1.47;
	color:#545454;
	-webkit-text-size-adjust:none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:none;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
    touch:smooth;
    -webkit-overflow-scrolling: touch;
}

/*************************** Common Section CSS *************************************/


@-webkit-viewport {
width:device-width
}
@-moz-viewport {
width:device-width
}
@-ms-viewport {
width:auto!important
}
@-o-viewport {
width:device-width
}
@viewport {
width:device-width
}
.metaDataList h5 span.linkColor {
	text-decoration:none;
	color:#0065B3;
}
* {
	max-height:100000px
}
img {
	vertical-align:top;
	max-width:100%;
	border:0
}
a {
	text-decoration:none;
	color:#0065B3;
	word-wrap: break-word;
    word-break: break-word;
}
a:active {
	background-color:transparent
}
a:hover {
	text-decoration:underline
}
.videoClose {
	float: right;
	position: relative;
	margin-bottom: -54px;
	right: -20px;
	top: 12px;
}
header, footer, article, section, hgroup, nav, figure, aside {
	display:block
}
form, fieldset {
	margin:0;
	padding:0;
	border:0
}
input, textarea, select {
	font:14px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#444;
}
input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner {
border:0;
padding:0
}
button:hover, input[type=submit]:hover, input[type=reset]:hover {
	cursor:pointer
}
input[type=search] {
	outline-width:0
}
/*.fade_close {
	position: relative;
	float: right;
	margin-right: -20px;
	cursor: pointer;
	top: 8px;
}*/
.fade_close {
    position: relative;
    float: right;
    cursor: pointer;
    top: 25px;
    right: 8px;
    z-index: 999;
    width: 30px;
    text-align: center;
    display: none;
}

.fade_close img {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 12px;
    height: 12px;
    padding: 7px;
    background: rgba(0,0,0,.3);
    border-radius: 15px;
} 
.floatLeft {
	float:left!important;
}
.floatRight {
	float:right!important;
}
.width48 {
	width:48%!important;
}
.width58 {
	width:58%!important;
}
.width38 {
	width:38%!important;
}
.img100 {
	width:100%;
}
.line-separator {
	height:100px;
	width:100%;
	background:url(/etc/designs/sep1dx/images/line-separator.jpg) repeat-x center center;
}
.nomargin {
	margin-right:0px!important
}
.clear {
	clear:both;
}
.radius {
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}
.LinkBtn a {
	font-size:14px;
	cursor: pointer;
}
.linkButton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#F0AB00;
	border:0px;
	color:#fff;
	font-size:19px!important;
	line-height:23px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:9px 20px;
	/*float:left;*/
margin: 20px 0px 0px 0;
	display:inline-table;
	cursor: pointer;
}
.linkButton:hover {
	background:#008fd3;
	text-decoration:none;
	color:#fff;
}
.LinkBtn {
	width: 100%;
	float: left;
	text-align: center;
	padding:33px 0px 0;
	display:block;
}
.LinkBtn .linkButton {
	margin:auto;
	float:none;
}
.LinkReadmore {
	width: 100%;
	float: left;
	/*text-align: center;*/
padding: 30px 0px 0;
	display: block;
}
.LinkReadmore a {
	color: #008fd3;
	font-size: 19px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	line-height: 20px;
	cursor: pointer;
}
.LinkReadmore a span {
	background: url(/etc/designs/sep1dx/images/icon-readmore.png) left 3px no-repeat;
	padding-left: 20px;
	background-size: 12px;
}
.ExhibitorsWith3Col .LinkReadmore a span {
	background: none!important;
	padding-left: 0px!important;
}
.vepWrapper a.btn-cta {
	background: transparent url("/etc/designs/sep1dx/images/btn-cta-orangeright.png") no-repeat scroll right top;
	display: block;
	float: left;
	font-weight: normal;
	line-height: 30px;
	margin-top: 20px;
	padding: 0 25px 0 0;
	text-decoration: none;
}
.vepWrapper a.btn-cta span {
	background: transparent url("/etc/designs/sep1dx/images/btn-cta-orangeleft.png") no-repeat scroll left top;
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-top: 0 !important;
	padding: 0 0 0 17px;
	text-decoration: none;
}
.regDownload .LinkReadmore {
	width: 100%;
	float: left;
	text-align: left;
}
#header .linkButton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*background: #FDB913;*/
      background: #F0AB00;
	border: 0px;
	color: #fff;
	font-size: 15px!important;
	line-height: 20px;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 6px 8px;
	float: left;
	margin-top: 6px;
	display: inline-table;
	cursor: pointer;
}
#header .linkButton:hover {
	background:#008fd3;
	text-decoration:none;
	color:#fff;
}
.promoTitle {
	font-size: 45px;
	color: #000;
	padding: 30px 0px 0;
	width: 100%;

	line-height: 50px;
	text-align: center;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
}
a.responsiveColumnControl-btn-next.icon-arrow-right.disabled {
	opacity: .3;
	filter:Alpha(opacity=30);
}
a.responsiveColumnControl-btn-prev.icon-arrow-left.disabled {
	opacity: .3;
	filter:Alpha(opacity=30);
}
.image-holder {
	width:100%;
	padding:50px 0px;
}
section.hero .hero-block .content-holder {
	position: absolute;
	width: 100%;
	padding:0px;
	top:12%;
	height: 88%;
}
.centerBlock {
	max-width: 960px;
	margin: 0px auto;
	height:100%;
}
.wideBlock {
	width: 100%;
	margin: 0px auto;
	float:left;
	position:relative;
	overflow:hidden;
}
.boxed {
	margin: 0px;
}
.goldbar {
	float: left;
	width: 100%;
	height: 14px;
	background-color: #EFAB00;
	margin: 65px 0;
}
.textWhite {
	color:#fff!important;
}
.textBlack {
	color:#000!important;
}
.textOrange {
	color: #F0AB00!important;
}
.contact-module .contact-set .contact a:hover {
	text-decoration: none;
}
.contact-module .contact-set .contact:hover span {
	text-decoration: underline;
}
/***************************  main section*************************************/
#page {
	width:100%;
	min-height:100%;
	position:relative;
	overflow:hidden
}
.container {
	padding:0px;
	margin:0 auto
}
.container:after {
	content:'';
	clear:both;
	display:block
}
section.hero {
	/*	overflow:hidden;*/
position:relative;
	float:left;
	width:100%;
}
/**********************Header Login/Search************************/
.anchor_SingleHeader {
	display: block;
	height: 70px; /*same height as header*/
	margin-top: -70px; /*same height as header*/
	visibility: hidden;
}
.anchor_DoubleHeader {
	display: block;
	height: 140px; /*same height as header*/
	margin-top: -140px; /*same height as header*/
	visibility: hidden;
}
.scrollAccordionTop {
	display: block;
	height: 70px; /*same height as header*/
	margin-top: -70px; /*same height as header*/
	visibility: hidden;
}
.mobLogo {
	display: none;
}
.deskLogo {
	display:block;
}
.sitename {
	display: none;
}
.header-holder .logo a {
	float: left;
}
.login-details {
	float:right;
	font-size:12px;
	position:absolute;
	top:14px;
	right:15px;
	bottom:0px;
	line-height: 12px;
}
.login-details ul {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
.login-details ul li {
	float:left;
	margin:0px;
	list-style:none;
	text-align:center;
	font-family:Arial;
	padding: 0px 3px 17px 0;
}
.login-details ul li a {
	text-decoration:none;
	color:#fff;
	font-size:11px;
	padding:28px 11px 0;
	float: left;
}
.login-details ul li span {
	float:left;
	clear:both;
	text-align:center;
	width:100%;
}
.login-details ul li:hover span {
	text-decoration:underline;
	color:#fff;
}
.login-details li#LoginText {
	background: url(/etc/designs/sep1dx/images/log-on-hover.jpg) no-repeat center top;
	opacity:.8;
	filter: alpha(opacity=80);
    width: 22px;
    margin-top: 7px;
    margin-right: 5px;
}
.login-details li#LoginText:hover {
	background: url(/etc/designs/sep1dx/images/log-on-hover.jpg) no-repeat center top;
	opacity:1;
	filter: alpha(opacity=100);
}
.login-details li#loggedinUserSpecific {
	background: url(/etc/designs/sep1dx/images/user-icon-hover.jpg) no-repeat center top;
	opacity:.8;
	filter: alpha(opacity=80);
	margin-right: 10px;
    margin-top: 7px;
}
.login-details li#loggedinUserSpecific:hover {
	background: url(/etc/designs/sep1dx/images/user-icon-hover.jpg) no-repeat center top;
	opacity:1;
	filter: alpha(opacity=100);
}
.login-details li.searchIcon {
	background: url(/etc/designs/sep1dx/images/search-hover.jpg) no-repeat center top;
	opacity:.8;
	filter: alpha(opacity=80);
    width: 22px;
    margin-top: 8px;
    margin-right: 7px;
}
.login-details li.searchIcon:hover {
	background: url(/etc/designs/sep1dx/images/search-hover.jpg) no-repeat center top;
	opacity:1;
	filter: alpha(opacity=100);
}
.custom-search {
	display:none;
}
.header-holder #divAction.popup-content {
	width: 180px;
	position: absolute;
	right: 0px;
	top: 100%;
	display: none;
	background: #f4f4f4;
	padding:6px 15px 0;
	z-index:9;
}
.header-holder #divAction.popup-content .slide-actionsUpper ul li {
	width: 100%;
	padding: 10px 0;
	border-bottom:#ccc solid 1px;
	list-style:none;
	font-family:BentonSansMedium, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	cursor: default;
}
.header-holder #divAction.popup-content .slide-actionsUpper ul li a {
	width:100%;
	font-size:13px;
	display:block;
	color:#222;
}
.header-holder #divAction.popup-content .slide-actionsUpper ul li a:hover {
	text-decoration:none;
}
.header-holder #searchDiv.popup-content {
	width: 490px;
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	background: #fff;
}
.header-holder #searchDiv.popup-content .search-field {
	margin: 21px 30px 27px;
	background:#e9e9e9;
	border:1px solid #9a9a9a;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:31px;
	overflow:hidden;
	padding:0 40px 0 0;
	position:relative
}
.header-holder #searchDiv.popup-content .search-field input[type="search"] {
	float:left;
	width:99%;
	height:31px;
	padding:7px 0 7px 1%;
	border:0;
	background:0;
	font-size:13px;
	line-height:17px;
	outline:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:13px;
}
.header-holder #searchDiv.popup-content .search-field [class^="icon-"] {
position:absolute;
right:2px;
top:3px;
width:26px;
height:24px;
cursor:pointer;
color:#008fd3;
background: url(/etc/designs/sep1dx/images/btn-submit.png) no-repeat center center;
}
.header-holder #searchDiv.popup-content .search-field span {
	display: block;
}

.headerRightLogo {float:right; padding-left:10px; margin-top: 3px;}
/********************** Live Page *****************************/

ul.sliderBlock {
	width:99.5%;
	float:left;
	border:1px #E5E4E5 solid;
	border-top:0px;
}
ul.sliderBlock li {
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: default;
	list-style:none;
	color: #222;
	width:100%;
	float:left;
	padding:5px 0 0;
	line-height: 25px;
	border-top: solid 1px #999;
	background:#fbfbfb url(/etc/designs/sep1dx/images/fav-gradient.gif) repeat-x scroll center top;
}
ul.sliderBlock li img.icon {
	position: relative;
	top: 3px;
}
ul.sliderBlock li span {
	font-size: 12px;
	padding-right:5px;
	font-weight:normal;
}
.sliderBlock .scroller {
	height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	padding:15px 0%;
}
.scroller .sliderDetail {
	float: left;
	width: 94%;
	font-size:11px;
	line-height:16px;
	background:url(/etc/designs/sep1dx/images/border-live.png) repeat-x bottom left;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 3% 10px;
	margin-bottom: 10px;
}
.scroller .sliderDetail h5 {
	float: left;
	width: 100%;
	font-size:12px;
	line-height:16px;
}
.scroller .sliderDetail h6 {
	float: left;
	width: 100%;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
.scroller .sliderDetail .iconBlock {
	width: 80px;
	float: left;
	position:relative;
}
.scroller .sliderDetail .desBlock {
	width:62%;
	float: left;
	padding-left:3%;
}
.scroller .sliderDetail .iconBlock .playbutton {
	margin:auto;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.live_sponcer_main {
	width: 99.3%;
	float: left;
	border-right: 1px #E5E4E5 solid;
	border-left: 1px #E5E4E5 solid;
	border-bottom: 1px #E5E4E5 solid;
}
/********************** Session Detail Page *****************************/
#sep1dxplaceholder .vepWrapper .VideoPopUp {
	clear: both;
	color: #000;
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 71%;
}
#sep1dxplaceholder .vepWrapper .VideoPopUp div {
	background: transparent url("//events.sap.com/images/btn-breakout.gif") no-repeat scroll 0 0;
	float: right;
	padding-left: 20px;
}
.btn-area {
	line-height: normal;
}
.vepWrapper a.btn {
	float: left;
	margin-right: 10px;
}
.btn_Customize {
	font-family: Arial;
	padding: 4px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}
.vepWrapper a {
	text-decoration:none;
}
.vepWrapper a:hover {
	text-decoration:underline;
}
.vepWrapper {
	width:100%;
	padding:30px 0;
	float:left;
	position:relative;
}
.vepWrapper .sessionTitle {
	font-size: 26px;
	color: #222;
	float: left;
	width: 100%;
	padding:0px;
	line-height: 28px;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.vepWrapper .sessionTitle h4 {
	font-size: 18px;
	color: #222;
	float: left;
	width: 100%;
	padding: 0px;
	line-height: 22px;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.vepWrapper .sessionTitle .btn-area .btn-cal {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F0AB00;
	border: 0px;
	color: #fff;
	font-size: 14px !important;
	line-height: 17px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 7px 25px;
	float: left;
	margin: 0px 0px 0px 0;
	display: inline-table;
	cursor: pointer;
}
.vepWrapper .sessionTitle .btn-area .btn-cal:hover {
	background: #008fd3;
	text-decoration: none;
	color: #fff;
}
.vepWrapper .myTitle {
	font-size: 22px;
	color: #222;
	float: left;
	width: 100%;
	padding:0px 0 7px 0;
	margin:0px 0 20px 0;
	line-height: 26px;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	border-bottom:2px solid #222;
}
.vepWrapper .sessionTitle span {
	color: #555555;
	font-size: 13px;
	margin: 0px;
	padding: 5px 0;
	width: 100%;
	float: left;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
}
.overlayContainer {
	float:left;
	clear:both;
	/*border:solid 1px #dedede;*/
border-top:4px solid #222;
	width: 100%;
}
.live_player {
	float:left;
	clear:both;
	border-top:4px solid #222;
	width: 100%;
}
.overlayContainer .leftBlock {
	width:71%;
	float:left;
}
.overlayContainer .leftBlock .playerParent {
	height: 383px;
}
.overlayContainer .leftBlock .videoPlayer {
	width:100%;
	float:left;
}
.overlayContainer .leftBlock .videoPlayer img {
	width:100%;
}
.overlayContainer .leftBlock .speakerBlock {
	width:100%;
	padding:10px 0%;
	float:left;
	font-size:13px;
	color:#333;
	line-height: 18px;
}
.overlayContainer .leftBlock .speakerBlock .divShareBlock {
	width: 100%;
}
.overlayContainer .leftBlock .speakerBlock .divShareBlock .divCounterBlock {
	float: left;
}
.overlayContainer .leftBlock .speakerBlock .divIconImgHolder {
	float: left;
	padding: 2px 4px 15px 0px;
	width: 20px;
}
.overlayContainer .leftBlock .speakerBlock .socialMediaDiv1 {
	float: left;
	padding: 2px 4px 15px;
}
.overlayContainer .leftBlock .speakerBlock .divShareBlock .divSocialShareBlock {
	float: right;
}
.overlayContainer .leftBlock .speakerBlock .divShareBlock .divSocialShareBlock .divSS {
	float: left;
	padding: 2px 4px 15px;
}
.overlayContainer .leftBlock .speakerBlock .divShareBlock .divSocialShareBlock #tdEmbedCode {
	width: 50px;
	display: none;
}
.overlayContainer .leftBlock .speakerBlock .divShareBlock .divSocialShareBlock .divOth {
	width: 20px;
}
.overlayContainer .leftBlock .speakerBlock .divShareBlock .divSocialShareBlock .divTF {
	width: 22px;
}
.overlayContainer .leftBlock .speakerBlock .divShareBlock .divSocialShareBlock .divATC {
	float: left;
	padding: 4px 0px 15px 4px;
	width: 35px;
}
.speakerBlock tr td {
	padding: 2px 4px 15px;
}
.speakerBlock tr td:first-child {
	padding-left:0px;
}
.speakerBlock tr td:last-child {
	padding-right:0px;
}
.speakerArea {
	float: left;
	height: auto;
	padding:18px 3% 5px 0px;
	width: 30%;
	font-family:Arial;
	min-height:80px;
}
.speakerArea .spIcon {
	float: left;
	height: 48px;
	margin: 5px;
	margin-left: 0px;
	width: 48px;
}
.speakerArea .spIcon img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #ccc;
}
.speakerArea .spName {
	float: left;
	height: auto;
	font-size:12px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0 2px;
	color: #0066B3;
	font-weight:bold;
	width:60%;
}
.speakerArea span {
	color: #555555;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	width:100%;
	float:left;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.speakerArea .spName a {
	color: #0066B3;
	line-height: 16px;
}
.overlayContainer .rightBlock {
	width:29%;
	float:right;
}
.overlayContainer .rightBlock .sessionAds {
	width:90%;
	padding:15px 5%;
	float:left;
	text-align:center;
	border-right:solid 1px #dedede;
}
.overlayContainer .rightBlock .sessionAds img {
	max-width:180px;
}
/*Session Detail Page new CSS by Himesh*/

.relContent {
	float: left;
	width: 95%;
	background: #fff;
	padding: 10px 0px 0px 5%;
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
}
.relContent .mainTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	cursor:default;
	color: #222;
	font-weight: bold;
	height:28px;
	border-bottom: solid 2px #585858;
}
.relContent .relScroll {
	height:163px;
	overflow-x: hidden;
	width:100%;
}
.styled-v-bar {
	background: #eaa500;
	width: 8px;
}
.relContent .comentsBlock {
	border-top: 1px solid #E5E4E5;
	float: left;
	height: auto;
	width: 95%;
	padding: 10px 5% 0px 0;
}
.relContent .relScroll .alt-scroll-content {
	width: 96% !important;
}
.relContent .iconBlock {
	width:88px;
	float:left;
	margin-top:5px;
}
.relContent .iconBlockIcon {
	position: relative;
	left: 27px;
	top: -32px;
}
.relContent .relScroll .desBlock h6 {
	font-size:12px;
	color:#0055a2;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	margin:4px 0 0;
}
.relContent .relScroll .desBlock h6 a {
	font-size:12px;
	color:#0065B3;
}
.relMaterial {
	float: left;
	width: 95%;
	padding: 10px 0% 5px 5%;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.relMaterial .relScroll {
	height:105px;
	overflow-x: hidden;
	width:100%;
}
.relMaterial .relScroll .alt-scroll-content {
	width: 100%!important;
}
.relMaterial a {
	color: #0066B3;
	font-size: 12px;
	font-weight: normal;
}
.relMaterial tr td {
	padding:10px 5px 10px 0px;
	vertical-align:top;
	line-height: 16px;
	border-bottom:solid 1px #ccc;
}
.relMaterial tr td img {
	width:16px;
}
.relMaterial .mainTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	cursor:default;
	color: #222;
	font-weight: bold;
	padding-bottom:5px;
	border-bottom:solid 2px #585858;
}
.alt-scroll-holder {
	width:100%!important
}
.vepLeftBlock {
	float:left;
	width:25%;
	min-width: 199px;
	padding-top: 23px;
}
.vepRightBlock {
	float:right;
	width:72%;
}
.relMaterialList .divRelCol {
	float: left;
	padding: 10px 5px 0px 0px;
	vertical-align: top;
	line-height: 16px;
	width: 17px;
}
.relMaterialList .divRelColInline {
	margin: 0;
	display: inline;
	cursor:pointer;
	width: 17px;
}
.relMaterialList .divRelColDesc {
	width: 70%;
}
/************************* Sponsor Video Page CSS ********/
.sessionVideoContainer {
	max-width:660px;
	float:right;
	padding:10px;
	background:#fff;
	margin-top: 380px;
	margin-bottom:300px;
	padding-bottom:60px;
}
.videoSep {
	width:100%;
	float:left;
	padding:25px 0 0 0;
	margin-bottom:25px;
	border-bottom:solid 1px #ccc;
}
.listingSection {
	float: left;
	width: 100%;
}
.vepVideoBlock {
	float:left;
	width:48%;
	padding:0 2% 0 0;
	line-height: 16px;
	color: #555;
	position:relative;
}
.vepVideoBlock a {
	color: #0065B3;
	text-decoration:none;
}
.vepVideoBlock .videoImg {
	background: #000;
	width: 221px;
	float: left;
	text-align: center;
	height: 124px;
	position: relative;
	overflow:hidden;
}
.vepVideoBlock .videoImg img {
	/*max-width: 200px;
max-height: 115px; 
max-width: 221px;
max-height: 128px;*/
left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	margin: auto;
	width: 100%;
}
.vepRightBlock .videoTitle {
	color: #0065B3;
	font-size: 15px;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:5px;
	padding-top: 0px;
	line-height: 20px;
	width: auto;
	float: none;
	clear: none;
}
.vepRightBlock .videoTitle a {
	color: #0065B3;
	text-decoration:none;
	font-size: 15px;
	font-weight:normal;
	margin: 0px;
	float: none;
}
.vepVideoBlock .videoDes {
	color: #555;
	font-size: 13px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
}
.vepVideoBlock .savePlaylist {
	margin-top:10px;
	float:left;
	font-size:13px;
	line-height: 30px;
	padding-top: 7px;
}
.vepVideoBlock .savePlaylist a {
	margin-right:15px;
}
.vepVideoBlock .watchReplay {
	margin-top:10px;
	float:left;
	font-size:13px;
	padding-right:15px;
	line-height: 24px;
	display:none;
}
.videoContainer {
	width: 100%;
}
.videoContainer img {
	width: 100%;
}
.vepVideoBlock img {
	float: left;
}
.playButton {
	height: 38px;
	float: left;
	margin-top: -25px;
	position: relative;
	z-index: 10;
	width: 100%;
	margin-left: 10px;
}
.searchBlockLeft {
	width:100%;
	float:left;
}
.searchBlockLeft input[type=text] {
	width:83%;
	float:left;
	border:solid 1px #ccc;
	padding:7px 15% 7px 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.searchBlockLeft input[type=button] {
	width: 40px;
	height: 31px;
	float: right;
	border: 0;
	margin: -32px 0px 0;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background: #ccc url(/etc/designs/sep1dx/images/btn-submit.png) no-repeat center center;
	background-size: 18px;
	display: block;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.metaDataList {
	margin-top:23px;
	float:left;
	width:100%;
}
.metaDataList h4 {
	width:100%;
	float:left;
	border-top:solid 2px #555;
	color: #555555;
	font-size: 13px;
	padding:8px 0px;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	margin-top:10px;
	font-weight:normal;
}
.metaDataList h5 {
	width:100%;
	float:left;
	border-top:solid 1px #ccc;
	color: #0065B3;
	font-size: 12px;
	padding:7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.metaDataList h5 a {
	color: #0065B3;
}
.metaDataList h5 a:hover {
	text-decoration:none;
}
.metaDataList h5 span {
	color: #999;
}
.metaDataList h5 a span {
	color: #999;
}
.sapAds {
	margin-top:13px;
	float:left;
	width:100%;
}
.sapAds img {
	width:100%;
	float:left
}
.vepLeftBlock .sapAds img {
	width:100%;
	float:left;
	height:100%;
}
.videoListing {
	width:100%;
	float:left;
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	border-bottom:solid 1px #ccc;
}
.videoListing .vepVideoBlock {
	float: left;
	width: 100%;
	padding: 0px;
}
.sponsorsListing .videoListing .vepVideoBlock {
	width: 100%;
	float: left;
}
.videoListing .videoPoster {
	width: 100px;
	height: 75px;
	float: right;
	position: relative;
	text-align: center;
	background: #000;
	margin-left:15px;
}
.videoListing .videoPoster img {
	max-width: 100px;
	max-height: 75px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.videoListing .vepVideoBlock .save_play_list img {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.videoListing .vepVideoBlock .save_play_list {
	float: left;
	padding-top: 8px;
	line-height: 24px;
}
.videoListing .vepVideoBlock .save_play_list a {
	margin-right: 15px;
}
.topPaging {
	background: #f4f4f4;
	width: 100%;
	float: right;
	position: relative;
	overflow: hidden;
}
.topPaging span {
	cursor: pointer;
}
.pagingScroll {
	height: 18px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	left: 26px;
	z-index: 0;
}
.resultPaging {
	width:100%;
	font-size:11px;
	padding:0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	line-height: 14px;
}
.resultPaging ul li {
	list-style:none;
	float:left;
	margin:0px 1px;
	font-family:Arial, Helvetica, sans-serif;
}
.resultPaging ul li a {
	list-style:none;
	float:left;
	padding:1px 5px;
	font-size:11px;
}
.resultPaging ul li a.selected {
	background:#CCC;
	color:#FFF;
	display:block;
}
.resultPaging ul li a:hover {
	text-decoration:none;
	background:#CCC;
	color:#FFF;
	display:block;
}
.sessionFilter {
	background:#e4e4e4;
	border-top:solid 2px #555;
	padding:7px 0;
	width:100%;
	float:left;
	margin-bottom:25px;
}
.iconPlaylist {
	float: left;
	margin-right: 5px;
	position: relative;
	top: 4px;/*width:20px;*/
}
.pageHeading {
	background:#e4e4e4;
	border-top:solid 2px #555;
	padding:7px 2%;
	width:96%;
	float:left;
	margin-bottom:25px;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
}
.sponsorAtmt {
	float:right;
	margin-top:5px;
}
.sessionFilter ul li {
	list-style:none;
	float:left;
	padding:0px 3%;
	font-size:13px;
}
.sessionFilter ul li a {
	list-style:none;
	float:left;
	color:#0065B3
}
.sessionFilter ul li a.selected {
	font-weight:bold;
}
.sessionFilter ul li a:hover {
	text-decoration:underline;
}
/*********************************************** My playlist Page CSS ******************************************************/

.myPlayList {
	float: left;
	padding: 0px 0 30px;
	background: #fff;
	margin:0px;
	width:100%;
	font-size:13px;
}
#divMyPlaylist .pageHeading {
	margin-bottom:0px
}
.playListTable tr td {
	padding:25px 10px;
	vertical-align:top;
	border-bottom: 1px solid #ccc;
}
.playListTable tr td a {
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.playListTable td:first-child {
	width:80%;
}
.playListTable tr td p {
	padding-top:3px;
	line-height: 18px;
	float:left;
	width: 100%;
}
.myPlayList ul.iconItems {
	float: left;
	text-align:right;
	width: 100%;
}
.myPlayList .rowColor td {
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
}
.myPlayList ul.iconItems li {
	list-style: none;
	display:inline-block;
	padding:5px 10px 5px 0px;
}
.myPlayList ul.iconItems li img {
	width: 18px;
	height: 18px;
	float:left;
}
.eventListing {
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	font-size: 13px;
}
.eventListing .calendar-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #DDD;
	border-width: 1px 0;
	border-color: #DDD;
	margin: 0 0 32px;
	color: #2d2d2d;
	float:left;
}
.eventListing .calendar-table tr th {
	padding: 10px 2%;
	text-align: left;
	vertical-align: top;
	background: url(/etc/designs/sep1dx/images/bg-calendar-table.gif) repeat;
	color: #E35500;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	border: 1px solid #DDD;
}
.eventListing .calendar-table tr th:first-child {
	width: 49%;
	border-left:0px;
}
.eventListing .calendar-table tr th:last-child {
	border-right:0px;
}
.eventListing .calendar-table tr td {
	padding: 10px 2%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #DDD;
	line-height: 20px;
}
.eventListing .calendar-table tr td:last-child {
	border-right:0px;
}
.eventListing .calendar-table tr td:first-child {
	border-left:0px;
	width: 49%;
}
.eventListing .calendarHeading {
	border-top: 1px solid #DDD;
	background: url(/etc/designs/sep1dx/images/bg-heading.gif) !important;
	padding: 10px 2%;
	margin: 15px 0 0;
	width: 96%;
	float: left;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 15px;
	color:#222;
}
/*********************Announcement Css***********************/

/*#announcement {
width: 100%;
background: rgba(240, 240, 240, 1);
background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 240, 240, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 100%);
background: -o-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 100%);
background: -ms-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 100%);
background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=0 );
position:relative;
}*/

#announcement {
	width: 100%;
	background: rgba(240, 240, 240, 1);
	background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 240, 240, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
	background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 100%);
	background: -o-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 100%);
	background: -ms-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 100%);
	background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(240, 240, 240, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=0 );
	position: fixed;
	width: 480px;
	float: left;
	z-index: 101;
	padding: 10px 50px 10px 20px;
	border: solid 1px #ccc;
	top: 40%;
	border-right: 12px solid #008fd3;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	display:none;
}
.borderAn {
	border-top: 4px solid #ffba00;
}
div#annoucementnotice {
	max-width: 1240px;
	margin: auto;
}
#annoucementnotice .left {
	padding: 15px 0px 15px 45px !important;
	width: auto;
	font-size: 14px;
	line-height: 20px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	background: url(/etc/designs/sep1dx/images/annoucement-icon.png) no-repeat left 18px;
	background-size: 40px;
}
#annoucementnotice .right {
	position: absolute;
	right: 10px;
	width: 28px;
	height: 28px;
	float: right;
	z-index: 999;
	top: 10px;
}
/*********************************************** Sponsor Listing Page CSS ******************************************************/

.listingContainer {
	border-bottom: solid 1px #ccc;
	float: left;
	padding: 0px 0 30px;
	background: #fff;
	margin: 0px 0 30px;
}
.listingContainer .listingLeft {
	width:25%;
	float:left;
	text-align:left;
}
.listingContainer .listingLeft address {
	text-align:left;
	font-size:13px;
	line-height:20px;
}
.listingContainer .listingLeft address h3 {
	font-style:normal;
	padding-bottom:10px;
}
.listingContainer .listingLeft img {
	max-width:150px;
}
.listingContainer .listingRight {
	width:70%;
	float:left;
	line-height:16px;
	color:#555;
}
.listingContainer .listingRight h4 {
	padding-bottom: 6px;
}
.listingContainer .listingRight .listingTitle {
	color: #0065B3;
	font-size: 15px;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	float: left;
	padding-bottom: 5px;
	clear: both;
	padding-top: 0px;
}
.listingContainer .listingRight .listingTitle a {
	color: #0065B3;
	text-decoration: none;
	font-weight:normal!important;
}
.listingContainer .listingRight .listingDes {
	color: #555;
	font-size: 13px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
}
.listingContainer .listingRight .listingIcons {
	width:100%;
	float:left;
	text-align:right;
}
.listingContainer .listingRight .listingIcons a {
	margin-left:10px;
}
.listingContainer .sponTable {
	margin-top:10px;
	border-top: 2px solid #222;
}
.listingContainer .sponTable tr td {
	padding: 10px;
}
.listingContainer .sponTable a {
	font-size: 13px;
}
.listingContainer p {
	color: #555;
	font-size: 13px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
}
.listingContainer .titleRow td {
	padding: 10px 15px;
	background: #cfcdcf;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	font-weight: normal;
}
/***************************  Main Navigation Css *************************************/

#header {
	width:100%;
	position:relative;
	z-index:599;
	background:#000;
    max-height:70px;
}
.megaMenu.fullNav .mainNavigation {
	width: 100%!important;
}
.megaMenu.fullNav .mainNavigation .nav-block .nav-area>li {
	padding: 0 2.6% 0 0%;
}
.header-holder {
	color: #000;
	padding: 15px 0px 20px;
	height: 35px;
	max-width: 1240px;
	margin: auto;
	position:relative;
}
.header-holder .logo {
	float:left;
	margin:0 4% 0 0;
}
.header-holder .logo a img {
	max-width: 290px;
	max-height: 36px;
}
.header-holder .logo span.sitename {
	color:#fff;
	top: 13px;
	left:10px;
	position: relative;
	font-size:13px;
	font-weight: normal;
	float:left;
}
#headerTop {
	width: 100%;
	position: relative;
	z-index: 199;
	background: #fff;
}
#headerTop .header-holder .logo a img {
	max-width: 100%;
	max-height: 36px;
}
#headerTop .header-holder .logo {
	float: left;
	margin: 0px;
}
.persiatntTopHeader {
	position: fixed!important;
}
.persiatntHeader {
	position: fixed!important;
}
.persiatntTop {
	margin-top:70px;
}
.doublepersiatntheader {
	padding-top:140px!important;
}
.singlepersiatntheader {
	padding-top:70px!important;
}
.persiatntHeader .container {
	position: relative!important;
}
.mainNavigation {
	float: left;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	width:65%;
	padding-left:0%;
}
.mainNavigation a {
	color:#000
}
.mainNavigation .slide-icon {
	display:none;
	float:left;
	margin:0 0 0 10px;
	text-decoration:none;
	color:#ccc;
	min-width:35px;
	text-align:center;
	cursor:pointer
}
.mainNavigation .slide-icon [class^="icon-"]:before {
font-size:24px;
line-height:36px
}
.mainNavigation .slide-icon:hover [class^="icon-"]:before {
color:#fff
}
.mainNavigation a.nav-opener {
	display:none;
	float:right;
	margin:9px 0 0 0px;
	text-decoration:none;
	color:#ccc;
	min-width:21px;
	text-align:center
}
.mainNavigation a.nav-opener [class^="icon-"]:before {
font-size:19px;
line-height:36px
}
.mainNavigation a.nav-opener:hover {
	color:#fff;
	text-decoration:none
}
.mainNavigation .nav-block .popup {
	width:auto;
	position:absolute;
	right:0;
	left:44px;
	top:0;
	display:none;
	background:#f2f2f2
}
.mainNavigation .nav-block .popup .popup-content {
	padding:15px 12px
}
.close-icon {
	position:relative;
	float:right;
	padding-right:10px;
	top:-10px;
	display:none;
}
.mainNavigation .nav-block .search-field {
	background:#fff;
	border:1px solid #9a9a9a;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:31px;
	overflow:hidden;
	padding:0 40px 0 0;
	position:relative
}
.mainNavigation .nav-block .search-field input[type="search"] {
	float:left;
	width:100%;
	height:31px;
	padding:7px 10px;
	border:0;
	background:0;
	font-size:13px;
	line-height:17px;
	outline:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.mainNavigation .nav-block .search-field [class^="icon-"] {
position:absolute;
right:3px;
top:3px;
width:25px;
height:25px;
color:#008fd3;
cursor:pointer;
background: url(/etc/designs/sep1dx/images/btn-submit.png) no-repeat center center;
}
.mainNavigation .nav-block .search-field [class^="icon-"]:before {
font-size:20px;
line-height:24px
}
.mainNavigation .nav-block .search-field [class^="icon-"]:hover {
color:#003283
}
.mainNavigation .nav-block .search-field input[type="submit"] {
	position:absolute;
	top:0;
	left:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
	border:0;
	background:0
}
.mainNavigation .nav-block .nav-area {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.mainNavigation .nav-block .nav-area:after {
	content:'';
	display:block;
	clear:both
}
.mainNavigation .nav-block .nav-area>li {
	float:left;
	padding: 0 4% 0 0%;
	position:relative
}
.mainNavigation .nav-block .nav-area>li:last-child {
    padding-right: 0px;
}
.mainNavigation .nav-block .nav-area>li>a {
	float:left;
	padding:12px 0 13px;
	color:#fff;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.mainNavigation .nav-block .nav-area>li.has-drop>a {
	padding-right:17px;
	position:relative;
	background:url(/etc/designs/sep1dx/images/nav-arrow-icon.png) no-repeat right center;
	background-size: 11px;
}
.mainNavigation .nav-block .nav-area>li.has-drop>a [class^="icon-"]:before {
position:absolute;
top:50%;
right:0;
margin-top:-7px;
font-size:11px;
line-height:14px
}
.mainNavigation .nav-block .nav-area li>a {
	text-decoration:none
}
.mainNavigation .nav-block .nav-area li>a em {
	font-style:normal
}
.mainNavigation .nav-block .nav-area li:hover>a em {
	text-decoration:none
}
.mainNavigation .drop-area {
	position:absolute;
	top:-9999px;
	left:0px;
	z-index:9;
	width:230px;
	z-index:100;
	font-size:12px;
	line-height:16px;
	padding:10px 0 0;
}
.mainNavigation .drop-area .drop-slide-wrapper {
	display:block!important;
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul {
	margin:0;
	padding:8px 0;
	list-style:none;
	border-bottom:0px solid #ddd;
	background-color:#f4f4f4;
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul.level3 {
	background-color:#fff;
	margin-top: 0px;
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li {
	padding:2px 15px;
	position:relative;
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li>a {
	border-bottom:1px solid #ddd;
	display:block;
	padding:7px 0;
	font-size:13px;
	font-weight:normal;
	color:#000;
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li:last-child>a {
	border-bottom:0
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li.has-drop>a {
	padding-right:17px;
	position:relative;
	background:url(/etc/designs/sep1dx/images/nav-arrow-right-icon.png) no-repeat 97% center;
	background-size:12px;
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li.has-drop>a [class^="icon-"]:before {
position:absolute;
top:50%;
right:0;
color:#1799d7;
margin-top:-7px;
font-size:11px;
line-height:14px
}
.mainNavigation .drop-area .drop-wrapper .drop-holder ul>li.has-drop>a>.icon-arrow-down:before {
	display:none
}
.mainNavigation .has-drop:hover>.drop-area {
	top:100%;
}
.mainNavigation .drop-right-direction>.drop-area {
	left:auto;
	right:-30px
}
.mainNavigation .drop-detailed {
	position:absolute;
	top:-9999px;
	left:100%;
	width:250px;
}
.mainNavigation .drop-detailed.drop-two-cols {
	width:562px
}
.mainNavigation .drop-detailed>.drop-holder {
	/*background:#fff;
border-bottom:1px solid #ddd;*/
position:relative
}
.mainNavigation .drop-detailed>.drop-holder .drop-title {
	padding:13px 15px 12px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	margin-top:10px;
}
.mainNavigation .drop-detailed>.drop-holder .drop-set {
	padding:0px
}
.mainNavigation .drop-detailed>.drop-holder .drop-set:after {
	content:'';
	display:block;
	clear:both
}
.mainNavigation .drop-detailed>.drop-holder .drop-col {
	float:left;
	width:100%;
	padding:8px 0;
	margin:2px 0 0 0px
}
.mainNavigation .drop-detailed>.drop-holder .drop-col>ul>li>a>.icon-arrow-right:before {
	display:none
}
.mainNavigation .drop-detailed>.drop-holder ul {
	margin:0;
	padding:0;
	list-style:none
}
.mainNavigation .drop-detailed>.drop-holder ul li {
	padding:4px 0
}
.mainNavigation .drop-detailed>.drop-holder ul .open-close .opener {
	position:relative;
	padding-left:14px
}
.mainNavigation .drop-detailed>.drop-holder ul .open-close .opener [class^="icon-"]:before {
position:absolute;
top:1em;
left:0;
margin-top:-7px;
font-size:9px;
line-height:14px
}
.mainNavigation .drop-detailed>.drop-holder ul .open-close .opener:hover em {
	text-decoration:underline
}
.mainNavigation .drop-detailed>.drop-holder ul .open-close .slide ul {
	padding:4px 0 0 14px;
	margin-bottom:-4px
}
.mainNavigation .has-drop.drop-active>.drop-detailed {
	top:0
}
.mainNavigation .has-drop:hover>.drop-detailed {
	top:0
}

.icon-arrow-down {
	position: absolute;
	z-index: 0;
	float: right;
	right: 0;
	top: 0;
	width: 20px;
	height: 40px;
	display:none;
}
.icon-arrow-down a {
	display:block;
	width: 20px;
	height: 40px;
}
/***************************  Section 1 CSS *************************************/
.queBlock {
	float: left;
	width: 100%;
	padding: 130px 0 0px;
}
.queBlock h1 {
	font-size:57px;
	color:#fff;
	float:left;
	width:100%;
	line-height:57px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 0px 1px 10px #666;
}
.queBlock h2 {
	font-size:30px;
	color:#e5a400;
	float:left;
	width:100%;
	line-height:37px;
	padding-top:7px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 0px 2px 10px #666;
}
.blackContainer {
	background:url(/etc/designs/sep1dx/images/black_bg.png) repeat top center;
	padding:30px 0px;
	width:100%;
	position: absolute;
	bottom: 0px;
}
/***************************  Section 2 CSS *************************************/

.inlineVideo {
	height: 100%;
	display: table;
	width: 100%;
	margin: auto;
	max-width: 960px;
}
.videoBlock {
	/* float: left; */
width: 100%;
	padding: 50px 0;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.touchOnly {
	display:none;
}
.desktopOnly {
	display:block;
}
.videoBlock h1 {
	font-size:50px;
	line-height:50px;
	color:#000;
	float:left;
	width:100%;
	padding:0px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: normal;
}
.videoPlay {
	padding: 30px 0 0;
}
.videoPlay .LinkBtn {
	padding: 10px 0px 0;
	margin-bottom:10px;
}
.videoBlock .playButton {
	text-align:center;

	padding:70px 0 80px 0px;
	width:100%;
	float:left;
}
.mainplayercontainerVideo {
	margin: 20px auto;
	background:#000;
}
.video_black_container {
	width: 100%;
	float: left;
	text-align: center;
	margin: auto;
}
/*************************************** Section 3 ******************************************************************/
.blackBg {
	background:#000;
}
.overviewStandard {
	height: 100%;
	display: table;
	width: 100%;
	margin: auto;
	max-width: 960px;
}
.s4hanaBlock {
	float: none;
	max-width: 960px;
	margin:auto;
	padding:90px 0px;
	margin: auto;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
.commonHeroRelative .s4hanaBlock {
	text-align:center;
	display: block;
	vertical-align: middle;
}
.s4hanaBlock h1 {
	font-size:56px;
	color:#fff;
	float:left;
	width:100%;
	line-height:58px;
	margin-bottom:5px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.s4hanaBlock h1 span {
	color:#f0ab00;
}
.s4hanaBlock h2 {
	font-size:56px;
	color:#fff;
	float:left;
	width:100%;
	padding:0px;
	line-height:58px;
	margin-bottom:5px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.s4hanaBlock .hanaDes {
	font-size:34px;
	color:#fffdfd;
	float:left;
	width:100%;
	line-height:40px;
	padding:15px 0;
}
.s4hanaBlock .hanaDes b a {
	color: #fff;
	text-decoration:none;
}
.s4hanaBlock .hanaDes b a:hover {
	color: #fff;
	text-decoration:underline;
}
/*************************************** Section 4 Ask Question Block ******************************************************************/

.askBlock {
	float: left;
	width: 100%;
	padding: 15px 0;
	text-align:center;
	background-position: -10px bottom!important;
}
.askBg {
	background:#aaaaaa;
}
.askQue {
	max-width:470px;
	margin:auto;
	padding:40px 0px 0;
	min-height:375px;
	text-align:center;
}
.askQue h1 {
	font-size:40px;
	color:#000;
	float:left;
	width:86%;
	padding:10px 7%;
	line-height:45px;
	margin-bottom:5px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.askQue h2 {
	font-size:25px;
	color:#333333;
	float:left;
	width:100%;
	line-height:35px;
	margin-bottom:5px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.askTextField {
	width: 100%;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	margin: 20px 0px 30px;
	float: left;
}
.askTextField span {
	position: static!important;
	height: 0px!important;
	float: left;
	text-align: center;
	width: 100%;
	font-size:25px;
	color:#666666;
	line-height:35px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.askTextField input[type=text] {
	background:none;
	border:0px;
	height:35px;
	font-size:25px;
	color:#666666;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	width:100%;
	line-height:35px;
}
/*************************************** Testimonials ******************************************************************/
.testimonialBlock {
	float: left;
	width: 100%;
	padding: 125px 0;
	text-align:center;
}
.innerPage .testimonialBlock {
	padding: 60px 0;
}
.testimonialBlock h1 {
	font-size:30px;
	color:#6d6d6d;
	float:left;
	width:100%;
	padding:10px 0;
	line-height:40px;
	margin-bottom:5px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.testimonialBlock h2 {
	font-size:30px;
	color:#333333;
	float:left;
	width:100%;
	line-height:40px;
	padding:75px 0px 30px;
	margin-top:20px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(/etc/designs/sep1dx/images/icon-quote.png) top center no-repeat;
}
.testimonialBlock h3 {
	font-size:20px;
	color:#7c7c7c;
	float:left;
	width:100%;
	line-height:30px;
	padding:10px 0px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
}
/*************************************** Register & download  ******************************************************************/

.trialComponent {
	background: #f9f9f9 url(/etc/designs/sep1dx/images/static-block-bg.png) repeat-x top center;
}
.regDownload {
	float: left;
	width: 100%;
	padding:70px 0 32px;
	text-align:left;
}
.regDownload .leftArea {
	float:left;
	width:39%;
}
.regDownload .leftArea .LinkBtn {
	text-align: left;
}
.regDownload .leftArea h1 {
	font-size:24px;
	color:#008fd3;
	float:left;
	width:100%;
	padding:0px 0 10px;
	line-height:28px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.regDownload .leftArea h2 {
	font-size: 24px;
	color: #008fd3;
	float: left;
	width: 100%;
	padding: 0px 0 10px;
	line-height: 28px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.regDownload .leftArea .columnDetail {
	font-size: 14px;
	color: #444444;
	float: left;
	width: 100%;
	line-height: 22px;
	padding: 0px 0px 38px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.regDownload .leftArea h3 {
	font-size:14px;
	color:#008fd3;
	float:left;
	width:100%;
	line-height:22px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.linkButton span.icon-lock {
	background:url(/etc/designs/sep1dx/images/icon-lock.png) left center no-repeat;
	padding-left:25px;
}
.linkButton span.icon-unlock {
	background:url(/etc/designs/sep1dx/images/lock-open-icon.png) left center no-repeat;
	padding-left:25px;
}
/*.linkButton span.icon-lock:hover {
background:url(/etc/designs/sep1dx/images/icon-gray-lock.png) left center no-repeat;
}
.linkButton:hover span.icon-lock {
background:url(/etc/designs/sep1dx/images/icon-gray-lock.png) left center no-repeat;
}*/
.regDownload .rightArea {
	float:right;
	width:60%;
}
.regDownload .rightArea img {
	width:100%;
}
/*************************************** case study Block ******************************************************************/


.casestudyBlock {
	float:right;
	width:40%;
	padding:55px 10% 55px 0px;
}
.caseImage {
	float: left;
	width: 48%;
	bottom: 0px;
	position:absolute;
}
.caseImage img {
	max-height: 370px;
}
.casestudyBlock h1 {
	font-size:45px;
	color:#000;
	float:left;
	width:100%;
	padding:0px 0 10px;
	line-height:45px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.casestudyBlock h2 {
	font-size:18px;
	color:#000;
	float:left;
	width:100%;
	line-height:24px;
	padding:0px 0px 7px;
	font-family: "BentonSansBook", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.casestudyBlock h3 {
	font-size:10px;
	color:#000;
	float:left;
	width:100%;
	line-height:15px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.caseStudyBox {
	width: 31%;
	color: #222;
	padding: 45px 0 0 0;
	margin:0px 1%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	border-bottom:solid 1px #ddd;
	min-height:380px;
}
.caseStudyBox .caseStudyImage {
	position: relative;
	line-height: 0;
}
.caseStudyImage img {
	width: 100%;
}
.caseStudyBox h2 {
	margin: 15px 0px 10px;
	font-size: 24px;
	line-height: 28px;
	font-family: "BentonSansRegular", Calibri, Franklin Gothic Book;
	font-weight: normal;
	color: #008fd3;
}
.caseStudyBox .caseStudyCopy {
	font-size: 14px;
	line-height: 23px;
	color: #444444;
	font-family: "BentonSansRegular", Calibri, Franklin Gothic Book;
}
.caseStudyBox .casestudyReadmore {
	margin: 15px 0px;
	width:100%;
	float:left;
}
.caseStudyBox .casestudyReadmore a {
	color: #008fd3;
	font-size: 14px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.caseStudyBox .casestudyReadmore a span {
	background: url(/etc/designs/sep1dx/images/icon-readmore.png) left center no-repeat;
	padding-left: 15px;
}
/*************************************** Benefits Block CSS ******************************************************************/


.showcaseTable {
	padding:0 0 90px 0;
	max-width:1240px;
	margin:auto;
}
.showcaseTable table {
	width:100%;
}
.pageShowcase h1 {
	font-size:24px;
	color:#fff;
	float:left;
	width:100%;
	padding:10px 0 10px;
	line-height:28px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	text-shadow: 0px 2px 10px #666;
}
.pageShowcase h2 {
	font-size:58px;
	color:#fff;
	float:left;
	width:100%;
	line-height:58px;
	padding:0px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;/*text-shadow: 0px 2px 10px #666;*/
}
.pageShowcase h3 {
	font-size:36px;
	color:#fff;
	float:left;
	width:100%;
	padding:10px 0 10px;
	line-height:44px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;/*text-shadow: 0px 2px 10px #666;*/
}
/*.pageShowcase .showcaseLink {
margin:10px auto;
border:solid 1px #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
max-width:450px;
}
.pageShowcase .showcaseLink a {
padding:5px 8px;
text-align:center;
color:#fff;
text-decoration:none;
font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:22px;
line-height:25px;
display:block;
}*/

.pageShowcase .showcaseLink {
	width: 100%;
	float: left;
	text-align: center;
	padding:0;
	display:block;
}
.pageShowcase .showcaseLink a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#F0AB00;
	border:0px;
	color:#fff;
	font-size:19px!important;
	line-height:23px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:9px 20px;
	/* float:left; */
margin: 0px 0px 0px 0;
	display:inline-table;
	cursor: pointer;
}
.pageShowcase .showcaseLink a:hover {
	background:#008fd3;
	text-decoration:none;
	color:#fff;
}
.prvBenefit {
	float:left;
	background:url(/etc/designs/sep1dx/images/prvBenefit-bg.png) left center no-repeat;
	text-align:center;
	min-width:120px
}
.prvBenefit a {
	font-size:24px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	padding:12px 25px;
	display:block;
}
.prvBenefit:hover {
	background:url(/etc/designs/sep1dx/images/prvBenefit-hover-bg.png) left center no-repeat;
}
.prvBenefit a:hover {
	color:#58595b;
	text-decoration:none;
}
.nextBenefit {
	float:right;
	background:url(/etc/designs/sep1dx/images/nextBenefit-bg.png) right center no-repeat;
	text-align:center;
	min-width:120px
}
.nextBenefit a {
	font-size:24px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	padding:12px 25px;
	display:block;
}
.nextBenefit:hover {
	background:url(/etc/designs/sep1dx/images/nextBenefit-hover-bg.png) right center no-repeat;
}
.nextBenefit a:hover {
	color:#58595b;
	text-decoration:none;
}
.activeBenefit {
	text-align: center;
	width: 90px;
	display: block;
	margin: auto;
	margin-top: -32px;
}
.activeBenefit a {
	padding:0px 3px;
}
.activeBenefit a.greyicon {
	width: 12px;
	height: 12px;
	background: url(/etc/designs/sep1dx/images/non-active-benefit.png) center center no-repeat;
	float: left;
}
.activeBenefit a.whiteicon {
	width: 12px;
	height: 12px;
	background: url(/etc/designs/sep1dx/images/active-benefit.png) center center no-repeat;
	float: left;
}
.contentBlock {
	float: left;
	width: 100%;
	padding: 50px 0 0px;
}
.centerBlock .pClass {
	font-size: 14px;
	color: #444444;
	float: left;
	width: 100%;
	padding: 0px 0 10px;
	line-height: 22px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.contentBlock .pClass ul {
	padding-left: 30px;
}
.articleBlock {
	float: left;
	width: 100%;
	padding: 0px;
}
.contentBlock h1 {
	font-size:45px;
	color:#000;
	float:left;
	width:100%;
	padding:0px 0 10px;
	line-height:48px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
}
.contentBlock .benefitDes {
	font-size:28px;
	color:#000;
	float:left;
	width:100%;
	padding:0px 0 10px;
	line-height:37px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
}
.contentBlock .benefitDes ul {
	padding-left:30px;
}
.twoColumnBox .contentBlock .benefitDes {
	font-size:28px;
	color:#000;
	float:left;
	width:84%;
	padding:0px 6% 30px 10%;
	line-height:36px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
}
.contentBlock h2 {
	font-size:28px;
	color:#000;
	float:left;
	width:100%;
	padding:0px 0 10px;
	line-height:35px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
}
.contentBlock .pClass {
	font-size:14px;
	color:#444444;
	float:left;
	width:100%;
	padding:0px 0 10px;
	line-height:22px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
}
.articleBox {
	width: 30%;
	float: left;
	padding: 45px 1.5% 0 1.5%;
	text-align: center;
}
article.articleBox:last-child {
	padding-right: 0px;
}
.articleBox .articalborder {
	text-align: left;
	min-height: 380px;
	border-bottom: solid 1px #ddd;
	padding-bottom:30px;
}
.articleBox .articalborder .articleImage img {
	width: 100%;
}
.articleBox .articleImage {
	padding:0 0 20px 0px;
	min-height:110px;
	text-align:center;
}
.articleBox .articleImage img {
	max-width:100%;
	max-height:100%
}
.articleBox h1 {
	font-size:24px;
	line-height:28px;
	color:#008fd3;
	float:left;
	width:100%;
	padding:10px 0 10px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
}
.articleBox .articleDetail {
	font-size:14px;
	line-height:24px;
	color:#444444;
	float:left;
	width:100%;
	padding:0px 0 10px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.articleBox .articleDetail ul li {
	list-style-position: inside;
}
.articleBox .articleReadmore a {
	color:#008fd3;
	font-size:14px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height:20px;
}
.articleBox .articleReadmore a span {
	background:url(/etc/designs/sep1dx/images/icon-readmore.png) left center no-repeat;
	padding-left:15px;
}
.galleryBox {
	width: 22%;
	float: left;
	padding: 5px 1.5% 10px 1.5%;
	text-align: left;
	min-height: 165px;
}
.galleryBox .articleImage {
	padding: 0px;
	min-height: 100%;
	text-align: center;
}
.galleryBox .articleDetail {
	font-size: 14px;
	line-height: 15px;
	color: #444444;
	float: left;
	width: 100%;
	padding: 10px 0 0px;
}
/*************************************** X case study  CSS ******************************************************************/



.customerShowcase {
	padding: 60px 20px 0px;
	max-width: 1100px;
	margin: auto;
}
.xCaseShowcase {
	padding:0px;
	width:495px;
	float:right;
}
.xCaseShowcase h1 {
	font-size:45px;
	color:#fff;
	float:left;
	width:100%;
	padding:10px 0 10px;
	line-height:45px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
}
.xCaseShowcase h2 {
	font-size:24px;
	color:#fff;
	float:left;
	width:100%;
	line-height:32px;
	padding:0px;
	font-family: "BentonSansBook", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
}
.xCaseShowcase h3 {
	font-size:10px;
	color:#000;
	float:left;
	width:100%;
	padding:10px 0 0px;
	line-height:12px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
}
.NHLShowcase h1, .NHLShowcase h2, .NHLShowcase h3 {
	color: #000;
	text-shadow: 0px 1px 10px #fff;
}
.xCaseLeftBlock {
	float:left;
	width:64%;
	padding-top:50px;
}
.xCaseLeftBlock .columnDes {
	color: #000;
	font-size: 28px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 36px;
	position: relative;
}
.xCasetwoColumn {
	width: 100%;
	float: left;
	padding-bottom:35px;
}
.xCaseLeftBlock .xCasetwoColumn .leftCase {
	float: left;
	width: 40%;
}
.titleVideo {
	background:#f2f2f2;
	font-size:14px;
	line-height:22px;
	color:#444;
	float:left;
	width:96%;
	padding:8px 2%;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
}
.titleVideo b {
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
	text-transform:uppercase!important;
	color:#000!important;
}
.xCaseLeftBlock .xCasetwoColumn .rightCase {
	float: right;
	width: 55%;
}
.xCasetwoColumn h1 {
	font-size:45px;
	line-height:43px;
	color:#000;
	float:left;
	width:100%;
	padding:0px 0 10px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
}
.xCasetwoColumn h3 {
	font-size: 10px;
	line-height: 14px;
	color: #000;
	float: left;
	width: 100%;
	padding: 0px 0 3px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
}
.xCasetwoColumn .columnDetail {
	color: #444444;
	font-size: 14px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.caseRightText h1, .caseRightText h3, .caseRightText .columnDetail {
	padding-left:30px;
}
.xCaseRightBlock {
	float:right;
	width:30%;
	padding:50px 0;
}
.xCaseRightBlock .postBlock {
	width: 100%;
	float: left;
	padding: 30px 0px;
	border-bottom: solid 1px #ddd;
}
.xCaseRightBlock .postBlock h1 {
	width:100%;
	float:left;
	color: #1584d4;
	font-size: 41px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 45px;
	padding-bottom:5px;
}
.xCaseRightBlock .postBlock h2 {
	width:100%;
	float:left;
	color: #333333;
	font-size: 18px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-weight:normal;
}
.xCaseRightBlock .postBlock h3 {
	width: 100%;
	float: left;
	color: #000;
	font-size: 25px;
	font-family: "BentonSansBook", Arial, Helvetica, sans-serif;
	line-height: 34px;
	font-weight: normal;
}
.xCaseRightBlock .getStart {
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0px;
}
.xCaseRightBlock .getStart h1 {
	color: #333333;
	font-size: 18px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight:normal;
	display:block;
}
.xCaseRightBlock .getStart h1 a {
	color: #0076cb;
	padding:5px 0;
}
.columnDetail ul {
	float:left;
	margin-left: 35px;
}
.columnDetail ul li {
	float:left;
	padding: 0px 0px 5px 0px;
}
.xCaseLeftBlock .xCasetwoColumn .halfBlock {
	float: left;
	width: 48%;
}
/*************************************** Media Images CSS ******************************************************************/


.sectionBlock {
	margin: 0 -9999px;
	position:relative;
	overflow:hidden;
	min-height:300px;
}
.CQSectionPrimary .sectionBlock {
	min-height:580px;
}
.refreshBlock .sectionBlock {
	/*margin: 0 auto;*/
position:relative;
	overflow:hidden;
}
/*.refreshBlock .sectionBlock .mediaImage img {
width:100%;
}*/
.billboardblock .sectionBlock {
	margin: 0 -120px;
	position:relative;
	overflow:hidden;
}
.billboardblock .sectionBlock .mediaImage img {
	width:100%;
}
.sectionShowcaseBlock {
	margin: 0 -9999px;
	position:relative;
	overflow:hidden;
	background:#ddd;
}
.blockWrapper {
	max-width: 1920px;
	margin: 0 auto;
}
.heroBlock {
	width: 100%;
	position: relative;
}
.benefitMob {
	height: 270px;
}
.mediaImage {
	width:100%;
	min-height:300px;
	text-align:right;/*background:#ddd;*/
}
.mediaImage img {
	max-width:inherit;
	margin:auto;
}
.blockAskque .mediaImage {
	min-height:220px;
}
.blockAskque .mediaImage img {
	max-width:100%;
}
.mediaImage .mediaDesktop {
	/*display:block;*/
}
.mediaImage .mediaTablet {
	/*display:none;*/
}
.mediaImage .mediaMobile {
	/*display:none;*/
	width:100%;
}
.mediaContent {
	width: 90%;
	padding:0px 5%;
	/*position:absolute;*/
    position:relative;
	top: 0;
	height:100%;    
}
.mediaContentBlock {
	max-width: 960px;
	margin: 0 auto;
	padding: 55px 0;
	min-height: 240px;
}
.heroContent {
	width: 100%;
	padding:0px;
	position:absolute;
	top: 0;
}
.heroContent .pageShowcase {
	float: none;
	max-width: 960px;
	padding: 130px 0 0px;
	margin:auto;
}
.commonHero {
	width: 100%;
	padding: 0px;
	position: absolute;
	top: 0;
	margin: 0 auto;
	height:100%;
}
.DHSubSecCompPar {
	height: 100%;
}
.billboard {
	height: 100%;
}
.billboard table {
	padding: 20px 0;
}
.commonHero.achkay {
	padding: 0 0 45px 0;
}
.questionHero {
	width: 100%;
	padding: 0px;
	position: absolute;
	top: 0;
	margin: 0 auto;
}
.commonHeroRelative {
	position:relative!important;
}
.pageShowcase {
	float: left;
	width: 100%;
	padding:0px;
}
.showcaseTable {
	padding:0 0 90px 0;
	max-width:1240px;
	margin:auto;
}
.showcaseTable table {
	width:100%;
}
.pageShowcase h1 {
	font-size:24px;
	color:#fff;
	float:left;
	width:100%;
	padding:10px 0 10px;
	line-height:28px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
}
.pageShowcase h2 {
	font-size:44px;
	color:#000;
	float:left;
	width:100%;
	line-height:48px;
	padding:0px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
}
.pageShowcase h3 {
	font-size:16px;
	color:#000;
	float:left;
	width:100%;
	padding:10px 0 10px;
	line-height:26px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
}
.customerStoryColumn h4 {
	font-size: 24px;
	line-height: 28px;
	color: #008fd3;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
}
.customerStoryColumn .columnDetail {
	font-size:18px;
	color:#fff;
	float:left;
	width:100%;
	line-height:24px;
	padding:0px 0px 7px;
	font-family: "BentonSansBook", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
/*************************************** Two ColumnBox  CSS ******************************************************************/
.twoColumnBox {
	width:100%;
	float:left;
	overflow:hidden;
	display: flex;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: row;
	position: relative;
	padding:50px 0px;
}
.twoColumnBox .LinkBtn {
	text-align: left;
	padding: 25px 0px 0;
}
.twoColumnBox .leftColumn {
	float:left;
	width:50%;
	position: relative;
}
.twoColumnBox .rightColumn {
	float:right;
	width:50%;
	position: relative;
}
.orBtn a.linkButton {
	margin-top: 10px;
}
.orBtn {
	text-align: center;
	padding: 0% 6% 5% 0%;
	float: left;
	margin-top: -10px;
}
.twoColumnBox .leftColumn .orBtn {
	text-align: center;
	padding: 0% 6% 5% 0px;
	float: left;
	margin-top: -10px;
}
.twoColumnBox .rightColumn .orBtn {
	text-align: center;
	padding: 0% 6% 5% 20px;
	float: left;
	margin-top: -10px;
}
.twoColumnBox .leftColumn .Video {
	position: relative;
}
.twoColumnBox .rightColumn .Video {
	position: relative;
}
.twoColumnBox .columnPad {
	width: 84%;
	padding: 7% 6% 5% 10%;
	float:left;
}
.idc-padd {
	padding:3% 3% 0% 5%!important;
}
.twoColumnBox .columnBg {
	background:#f4f4f4;
}
.twoColumnBox h1 {
	font-size:28px;
	line-height:28px;
	color:#000;
	float:left;
	width:100%;
	padding:10px 0 10px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
}
.twoColumnBox h2 {
	font-size:24px;
	line-height:28px;
	color:#008fd3;
	float:left;
	width:100%;
	padding-bottom:5px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
}
.twoColumnBox h3 {
	font-size:14px;
	line-height:22px;
	color:#008fd3;
	float:left;
	width:100%;
	padding:0px 0 3px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
}
.twoColumnBox .columnDes {
	color:#000;
	font-size:28px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height:36px;
	position: relative;
}
.twoColumnBox .columnDetail {
	color:#444444;
	font-size:14px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height:22px;
	float:left;
}
.mainplayercontainerVideo {
	width:600px;
}
/*.columnBg .columnDetail {
font-size: 18px;
line-height:26px;
}*/
.twoColumnBox .caseDetail {
	width:38%;
	padding:5% 6%;
}
.twoColumnBox .caseDetail h1 {
	font-size:40px;
	line-height:45px;
	color:#fff;
	float:left;
	width:100%;
	padding:10px 0 10px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
}
.twoColumnBox .caseDetail h2 {
	font-size:24px;
	line-height:28px;
	color:#008fd3;
	float:left;
	width:100%;
	padding-bottom:5px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
}
.twoColumnBox .caseDetail h3 {
	font-size:28px;
	line-height:33px;
	color:#fff;
	float:left;
	width:100%;
	padding:0px 0 10px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:none;
}
.twoColumnBox .caseDetail .columnDetail {
	color:#fff;
}
.videoPop {
	display:none;
	margin:0em 0px;
	background:#fff;
	border:0px solid #f4f4f4;
	max-width:960px;
}
.videoContainer {
	width: 100%;
	background: #fff;
	/*float: left;*/
}
.videoContainer img {
	width: 100%;
}
.videoPlayButton {
	width: 88px;
	height: 88px;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	margin: auto;
}
.leaderImg {
	width:100%;
	margin:10px 0px;
	float:left;
	position:relative;
}
.leaderImg img {
	max-width:77px;
	max-height:77px;
}
.leaderImg span {
	font-size:14px;
	line-height:22px;
	color:#008ed2;
	margin:0px 10px;
	position: relative;
	top: 30px;
}
.viewAllCS {
	width:100%;
	margin-bottom: 50px;
}
.viewAllCS .viewBtn {
	background:#fff url(/etc/designs/sep1dx/images/icon-plus.jpg) no-repeat 10px center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:170px;
	height:34px;
	margin:auto;
	border:solid 1px #ccc;
}
.viewAllCS .viewBtn a {
	color:#666666;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	padding:10px 15px 10px 30px;
	display:block;
}
.viewAllBlock {
	float:left;
	width:100%!important;
	clear:both;
}
.viewExperts {
	width:45%;
	padding:10px 2% 50px;
	float:left;
}
.viewExperts .viewExpertsImage {
	position: relative;
	line-height: 0;
	float: left;
	width: 120px;
	margin-right: 25px;
	padding-bottom: 17px;
}
.viewExperts h2 {
	margin: 0px 0px 10px;
	font-size: 24px;
	line-height: 28px;
	font-family: "BentonSansRegular", Calibri, Franklin Gothic Book;
	font-weight: normal;
	color: #008fd3;
}
.viewExperts .columnHeroCopy {
	font-size: 14px;
	margin: 0px;
	line-height: 22px;
	color: #444444;
	padding-bottom:10px;
	font-family: "BentonSansRegular", Calibri, Franklin Gothic Book;
}
.columnHeroCopy .jive-quote span {
	font-family: "BentonSansRegular", Calibri, Franklin Gothic Book!important;
}
.magnifierBox {
	position:relative;
}
.magnifierButton {
	width: 34px;
	height:34px;
	float: left;
	bottom:10px;
	right: 8px;
	position: absolute;
	z-index: 10;
}
.magnifierButton img {
	width: 100%;
	cursor:cell;
	cursor:-webkit-zoom-in;
	cursor:zoom-in;
}
.editLoginForm {
	display:block;
	width:110px;
	height:72px;
	padding:11px 0 11px;
	background:#008fd3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font:16px/30px BentonSans, Arial, Helvetica, sans-serif;
	float:right;
	position:fixed;
	z-index:9;
	right: 0;
	top: 45%;
}
.editLoginForm a {
	color:#fff;
}
.customerLogin {
	padding:25px 20px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
	color:#222;
	width:500px;
	margin:0px auto;
	background:#fff;
	box-shadow:0px 2px 30px #ccc;
	position: relative;
	top: 150px;
}
.customerLogin h1 {
	font-size:17px;
}
.customerLogin .row {
	width:100%;
	padding:15px 0px 0px 0px;
}
.customerLogin .row label {
	width:100%;
	padding:0px;
	color: #222;
	font-size: 13px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
}
.customerLogin .required {
	color:red;
	font-size:11px;
	font-style:italic;
	padding-top:2px;
}
.customerLogin .errorMsg {
	color:red;
	font-size:11px;
	font-style:italic;
	padding-top:2px;
}
.customerLogin .row input[type=text] {
	width:95%;
	padding:6px 2%;
	color: #222;
}
.customerLogin .row input[type=password] {
	width:95%;
	padding:6px 2%;
	color: #222;
}
.customerLogin .linkButton {
	font-size: 15px!important;
	line-height: 20px;
	padding: 5px 20px;
}
.customerLogin .fade_close {
	position: relative;
	float: right;
	margin-right: -40px;
	cursor: pointer;
	top: -8px;
}
.xCaseLeftBlock .twoColumnBox .leftColumn {
	float: left;
	width: 48%;
	position: relative;
	padding-right: 4%;
}
.xCaseLeftBlock .twoColumnBox .rightColumn {
	float: right!important;
	width: 48%;
	position: relative;
}
/* Agenda V Start */
.agenda_main {
	width:100%;
	height: auto;
}
.agenda_main .agendaRightBlock {
	width:38%;
	float: right;
	font-size: 13px;
	color: #555;
}
.agenda_main .agendaRightBlock .focusArea {
	width: 48%;
	float: left;
	padding: 7px 0 0;
}
.agenda_main .agendaRightBlock .select {
	width:100%;
	padding:15px 0px 0;
	float:left;
}
.agenda_main .agendaRightBlock select {
	width:100%;
	padding:6px 0px;
	border:solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:13px;
	color:#555;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
}
.agenda_main .agendaRightBlock input[type=text] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#fff;
	color:#555;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:96%;
	padding:6px 2%;
	float:left;
	border:solid 1px #ccc;
	font-size:13px;
}
.agenda_main .agendaRightBlock .linkButton {
	margin: 0px;
	padding: 3px 0px 4px;
	font-size: 13px!important;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
.agenda_main .agendaRightBlock table {
	margin-bottom:10px;
}
.agenda_main .agendaRightBlock table tr td {
	padding:2px 5px;
	vertical-align:top;
	color: #555;
}
.agenda_main .agendaLeftBlock {
	width:59%;
	height: auto;
	float: left;
}
.agenda_main .agendaLeftBlock p {
	font-size: 13px;
	color: #4F4F4F;
	line-height: 20px;
	padding-top:10px;
	float:left;
	width:100%;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
}
.run_better {
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	padding-bottom:20px;
}
.run_better_heading {
	width:64%;
	margin:auto;
	float:left;
}
.run_better_heading span {
	font-size: 14px;
	color: black;
	float: left;
	font-weight: bold;
}
.run_better_heading .headingTime {
	width: 235px;
}
.run_better .contentRow {
	width:100%;
	height: auto;
	float: left;
	padding:15px 0;
	border-bottom:solid 1px #ccc;
}
.run_better .contentRow .leftSide {
	width: 190px;
	height: auto;
	float: left;
	margin-top: 5px;
}
.run_better .contentRow .leftSide h3 {
	color: #E35500;
	font-size: 17px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin-bottom:8px;
}
.run_better .contentRow .leftSide span {
	margin-top:2px;
}
.run_better .contentRow .leftSide h4 {
	color: #E35500;
	font-size: 13px;
	padding-bottom: 5px;
}
.run_better .contentRow .rightSide {
	height: auto;
	float: left;
	padding-left: 45px;
	width:70%;
}
.run_better .contentRow .rightSide .area_content {
	float: left;
}
.run_better .contentRow .area_content p {
	line-height:18px;
	padding-bottom:10px;
	font-size:13px;
	float:left;
}
.agenda_main .expand {
	line-height:20px;
}
.run_better .expand a {
	color: #0055A2;
	font-size: 11px;
	font-weight: bold;
}
.agenda_mainDivLine {
	height: auto;
	border-bottom: 1px solid #B0B0B0;
	margin-bottom: 10px;
}
.run_better .contentRow .thelanguage .left {
	width: 190px;
	height: auto;
	float: left;
	margin-top: 5px;
}
.run_better .contentRow .thelanguage .area_content {
	padding-left:45px;
	float: left;
	width: 70%;
}
.run_better .contentRow .thelanguage .area_content p {
	width: 100%;
}
.run_better .contentRow .thelanguage .area_content ul {
	float: left;
	width: 95%;
	padding-left: 5%;
	padding-bottom: 10px;
}
.run_better .contentRow .thelanguage .area_content ul li {
	width: 100%;
	float: left;
	padding: 3px 0px;
}
.favorites_main {
	float:left;
	width: 33%;
	padding-bottom:5px;
	padding-top: 15px;
	min-height:75px;
}
.favorites_main .favorites_lft {
	width: 48px;
	height: auto;
	float: left;
}
.favorites_main .favorites_lft img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: solid 1px #ccc;
}
.favorites_main .favorites_rht {
	width: 149px;
	height: auto;
	float: left;
	line-height:15px;
	padding-left:15px;
	font-size:11px;
	font-family:Arial;
}
.favorites_main .favorites_rht a {
	font-size:12px;
}
.run_better .contentRow .left ul {
	float: left;
	font-size: 12px;
	list-style: none outside none;
	padding: 0;
	width:100%;
}
.run_better span {
	height: auto;
	float: left;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.run_better h5 {
	color: #555;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 7px 20px;
	padding: 0;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.no-image {
	display: none;
	height: 20px;
}
.run_better h5 a {
	color:#555;
	cursor: default;
	text-decoration:none;
}
.run_better h5 a:hover {
	color:#555;
	text-decoration:none;
	cursor: default;
}
.run_better .contentRow .left ul li {
	border-top: 1px solid #CCC;
	list-style: none;
	float: left;
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
.run_better .contentRow .left ul li .watchReplay {
	background: #008000;
	color: #FFF;
	float: left;
	width: auto;
	padding: 5px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align:center;
}
.run_better .contentRow .left ul li .watchReplay:hover {
	background: #008000;
	text-decoration:none;
	color: #FFF;
}
.run_better .contentRow .left ul li .liveBtn {
	background: #c70e19;
	color: #FFF;
	float: left;
	width: auto;
	padding: 5px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align: center;
}
.run_better .contentRow .left ul li .liveBtn:hover {
	background: #c70e19;
	text-decoration:none;
	color: #FFF;
}
.run_better .contentRow .left ul li .upNext {
	background: #259adc;
	color: #FFF;
	float: left;
	width: 75px;
	padding: 5px 0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align: center;
    margin-bottom: 0px!important;
}
.run_better .contentRow .left ul li .upNext:hover {
	background: #259adc;
	text-decoration:none;
	color: #FFF;
}
.run_better .contentRow .left ul li span {
	padding-right:20px;
	color: #0055A2;
	font-size: 12px;
	font-weight: bold;
}
.run_better .contentRow .left ul li a {
	display: block;
	padding: 2px 0;
	background: url(/etc/designs/sep1dx/images/bullet12.gif) no-repeat 100% 5px;
	color: #0055A2;
	font-weight: bold;
	font-family: arial;
	font-size: 13px;
	float:left;
	width:100%;
	text-align: left;
}
.run_better .contentRow .left ul li a:hover {
	background: url(/etc/designs/sep1dx/images/bullet13.gif) no-repeat 100% 5px;
}
.run_better .contentRow .left ul li a strong {
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
}
.no-image {
	display:none;
	height:20px;
}
.run_better .contentRow .right .area_content span {
	color: #097DD4;
	font-size: 13px;
	font-weight: bold;
	width: 100%!important;
	margin-bottom:6px;
}
.agenda_main .time-zone {
	padding:10px 0px;
	float:left;
	width:100%;
	color:#555;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 17px;
}
.favorites_main .favorites_rht h6 {
	color: #747474;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}
.expand-outer {
	border:0px;
	border-top:1px solid #B0B0B0;
	border-bottom:2px solid #000;
	width:100%;
	margin:auto;
	padding:10px 0px;
}
.expand-outer .expand {
	width:36%;
	float:left;
	text-align:right;
	font-size:12px;
}
.expand-outer .expand img {
	position: relative;
	top: 6px;
	left: 2px;
}
.expand-outer .expand a {
	padding:0 5px;
	font-weight:bold;
}
div#divMetaData ul {
	float: left;
	width: 25%;
	line-height: 18px;
}
/***************************** My Info page css ********************************/
.my-profile {
	float: left;
	width: 100%;
	padding:0px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:13px;
	min-height:555px;
}
.my-profile p {
	line-height:18px;
	padding-bottom:5px;
}
.my-profile p strong {
	font-weight: normal;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
}
.my-profile .linkButton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#F0AB00;
	border:0px;
	color:#fff;
	font-size: 15px!important;
	line-height:23px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding: 4px 20px;
	float:left;
	margin: 0px 10px 0px 0;
	display:inline-table;
	cursor: pointer;
}
.my-profile .linkButton:hover {
	background:#008fd3;
	text-decoration:none;
	color:#fff;
}
.closeHiddenContent {
	display: none;
}
.text-holder {
	float: left;
	width: 100%;
}
.access-form {
	float: left;
	padding:0px;
	width: 100%;
}
.my-profile .access-form .twocolumns {
	padding: 20px 0;
}
.access-form .twocolumns {
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
.my-profile h3 {
	color: #333333;
	font-size: 15px;
	width: 100%;
	padding-bottom:6px;
}
.my-profile h3 span {
	float: right;
	font-size: 12px;
}
.my-profile .show-cont {
	display: block;
	width: 100%;
	font-size:13px;
}
/*.my-profile .show-cont strong{  font-family: BentonSansMedium, Arial, Helvetica, sans-serif; font-weight:normal; color:#444}*/

.my-profile .hide-cont {
	width: 100%;
}
.my-profile .access-form .alt label {
	margin-top: 15px;
	padding-bottom:3px;
	width: 100%;
}
.my-profile .access-form .alt label span {
	color: red;
}
.ys-rd {
	width: 52px;
	float: left;
	position: relative;
	top: 0px;
}
.ys-rd input {
	margin:-2px 0px 0px 0px;
}
.ys-rd span {
	padding-right:3px;
}
.access-form label {
	display: block; /*margin: 0 0 2px;*/
}
.access-form select {
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #d2d2d2;
	display: block;
	height: 34px;
	line-height: 28px;
	padding: 6px 0;
	width: 100%;
	font-size:12px;
	color:#444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.my-profile .access-form .twocolumns .column {
	width: 30%;
	float: left;
	padding: 0px 2% 20px 0px;
}
.access-form .twocolumns .column {
	float: right;
	padding: 0 27px 0 0;
	width: 215px;
}
.access-form input[type="password"], .access-form input[type="text"] {
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #d2d2d2;
	display: block;
	/*height: 20px;*/
line-height: 20px;
	padding: 6px 1%;
	width: 97%;
	font-size:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.access-form .row {
	overflow: hidden;
}
.column {
	border: none !important;
}
.my-profile .prof-btn {
	float: left;
	margin-top: 20px;
}
.hide-cont {
	display: none;
}
.premium_content {
	float: left;
	background: url(/etc/designs/sep1dx/images/icon_premium.png) no-repeat left center;
	padding-left: 25px;
	margin-top: 15px;
	font-size: 13px;
	padding: 6px 0px 4px 25px;
}
.my-profile .access-form .alt label.error {
	font-size: 12px;
	font-family: arial;
	font-style: italic;
	color: red;
	margin: 0px;
}
/********************** Wayin and Twitter *************************/

.Twitter {
	float: left;
	width: 100%;
}
.Twitter .columnHero {
	max-width: 300px;
	font-size: 13px;
	line-height: 18px;
	color: #444;
	padding: 0px 0 0 10%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
}
.Twitter .twtimg {
	float: left;
	margin: 0px 10px 4px 0px;
	border: solid 1px #ccc;
}
.Twitter .twtname {
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.Twitter .twthash {
	color: #008fd3;
}
.Twitter .owl-buttons {
	position: absolute;
	top: 15%;
	width: 100%;
}
.Twitter .owl-carousel {
	padding: 30px 0px 20px;
	min-height: 120px;
	width:100%;
	display:block;
	background:url(/etc/designs/sep1dx/images/loading.gif) no-repeat center center;
}
.Twitter .owl-carousel.owl-theme {
	background:none;
}
.Twitter .twtname span {
	float: right;
	font-size: 11px;
	font-family: arial;
}
.Twitter .imageTitle {
	width: 100%;
	float: left;
}
.composeTweet {
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 80px;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
}
.composeTweet a {
	margin: 0px 20px;
	border: solid 1px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	padding: 6px 70px 6px 10px;
	text-align: left;
	color: #ccc;
	font-weight: normal;
	font-size: 14px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	background:#fff;
}
.composeTweet a:hover {
	text-decoration:none;
}
/*************************************** Footer CSS ******************************************************************/

.footerRightLogo{
	position: relative;
	top: -6px;
}
.centerbtn {
	margin-left:-30px !important;
	margin-top:-12px !important;
}
.pSeparator {
	margin-top:35px;
	font-size:13px !important;
	padding-bottom:0 !important;
}
.joinFacebook {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.joinTwitter {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.joinYouTube {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.joinInstagram {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.joinLinkedIn {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.joinGoogle {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.Slideshare {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.xingshare {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.weiboshare {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.flickrshare {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.shareEmail {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.socialLinksGroup .contBlock {
	height:230px;
	padding:10px 20px;
}
.socialLinksGroup .contBlock span {
	font-size: 17px;
	color: #000;
	padding:10px 0;
	font-weight: bold;
	font: 18px/25px BentonSansMedium, Arial, Helvetica, sans-serif;
}
.socialLinksGroup .contBlock span img {
	margin-bottom:8px;
}
.socialLinksGroup .contBlock span.icon-arrow-right {
	background:url(/etc/designs/sep1dx/images/nav-arrow-right-icon.png) no-repeat right 5px;
	background-size:11px;
	float: right;
	width: 15px;
}
.socialLinksGroup .contBlock ul {
	padding:20px 0%;
	width:100%;
	float:left;
	text-align:left;
}
.socialLinksGroup .contBlock ul li {
	width:100%;
	border-bottom:#ccc 1px solid;
	float:left;
	padding: 3px 0px 0;
	line-height: 25px;
}
.socialLinksGroup .contBlock ul li a {
	color:#222;
	display: block;
	cursor:pointer;
}
footer .container {
	padding: 0px 20px;
	margin: 0 auto;
	max-width: 1240px;
}
section.socialLinksGroup {
	position:relative
}
section.socialLinksGroup ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}
section.socialLinksGroup li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
section.socialLinksGroup .headline {
	display:inline-block;
	margin:0;
	font:15px/1.6 BentonSansMedium, Arial, Helvetica, sans-serif;
	width: auto;
	float: none;
	color:#000;
	padding-left:20px;
}
section.socialLinksGroup .nav {
	vertical-align:top
}
section.socialLinksGroup .nav li {
	margin:0 4px
}
section.socialLinksGroup .nav li a:hover {
	text-decoration:none;
}
section.socialLinksGroup .nav li a img {
	height:24px;
	width:24px
}
section.socialLinksGroup .nav li:last-child {
	margin-right:0
}
.socialLinksWrap ul li.shareIcon {
	float: right;
	position: relative;
	top: 2px;
	padding-left:20px;
}
section.socialLinksGroup .contentBlocks>li {
	display:none;
	position:absolute;
	bottom:100%;
	right:0;
	z-index:100;
	font-size:12px;
	line-height:1.25
}
section.socialLinksGroup .contentBlocks>li .linkContent {
	width:186px;
	min-height:261px;
	border-width:1px 0 20px;
	border-style:solid;
	border-color:#DDD transparent #e9e9e9;
	padding:34px 29px 5px 30px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	text-align:center
}
section.socialLinksGroup .contentBlocks>li .linkContent .icon {
	height:72px
}
section.socialLinksGroup .contentBlocks>li .linkContent .description {
	font-weight:bold;
	font:18px/25px BentonSansMedium, Arial, Helvetica, sans-serif;
	padding:7px 0 22px
}
section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap {
	text-align:left;
	display:block;
	font-size:12px;
	line-height:1.25
}
section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap li {
	display:block;
	margin:0;
	padding:9px 0 7px
}
section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap li.share, section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap li.single {
	border-bottom:1px solid #ddd
}
section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap li a {
	width:auto;
	display:block;
	cursor:pointer;
	color:#000
}
section.socialLinksGroup .contentBlocks>li .linkContent .followShareWrap li a .icon-arrow-right:before {
	color:#008fd3;
	font-size:10px;
	margin-top:2px;
	float:right;
	text-decoration:none
}
/*********************************************************************************************************/


.nojs {
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	color:#f00
}
.list-unstyled {
	margin:0;
	padding-left:0;
	list-style:none
}
.list-unstyled>li {
	padding:0
}
.list-inline {
	padding-left:0;
	list-style:none
}
.list-inline>li {
	display:inline-block;
	padding-left:5px;
	padding-right:5px
}
.list-inline>li:first-child {
	padding-left:0
}
.group {
	zoom:1
}
.group:before, .group:after {
	content:"";
	display:table
}
.group:after {
	clear:both
}
.visible-mobile {
	display:none
}
.disabled {
	display:none
}
.rte-footnote {
	font-size:12px;
	color:#777
}
/*.parbase.text, .section.text {
max-width:720px;
margin:0 auto;
font-size:14px;
line-height:1.642;
color:#333
}
.parbase.text p, .section.text p {
margin:0 0 15px
}*/
.responsiveColumnControl-wrap .text {
	padding:0 20% 0 0;
	font-size:14px
}
.media-wrapper img {
	max-width:none
}
.media-wrapper .right {
	float:right
}
.media-wrapper .left {
	float:left
}
#main {
	position:relative;
	background:#fff;
	overflow:hidden;
	width:100%;
}
.button {
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:18px;
	line-height:24px;
	padding:8px 34px 11px 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#008fd3
}
.button button::-moz-focus-inner {
padding:0;
border:0
}
.title-box {
	border-top:10px solid #f0ab00;
	padding:15px 0;
	text-align:center;
	color:#000
}
.title-box h2 {
	font-weight:normal;
	font-size:30px;
	line-height:34px;
	margin:0 0 16px
}
.switcher {
	height:12px;
	overflow:hidden;
	text-align:center
}
.switcher ul {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	vertical-align:top
}
.switcher ul li {
	float:left;
	margin:0 6px
}
.switcher ul a {
	float:left;
	width:12px;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	background:#ccc;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.switcher ul li:hover a, .switcher ul li.active a {
	background:#666
}
.not-enough-slides .switcher {
	display:none
}
@media only screen and (max-width:767px) {
.switcher ul li {
margin:0 3px
}
.switcher ul li a {
width:10px;
height:10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px
}
}
.two-cols:after {
	content:'';
	clear:both;
	display:block
}
.main-col {
	float:left;
	width:65%
}
.accordion-box {
	padding:5px 0 57px;
	color:#555
}
.accordion-box .item {
	margin:0 0 3px
}
.accordion-box .opener {
	display:block;
	text-decoration:none;
	background:#f4f4f4;
	position:relative;
	color:#000;
	font-size:18px;
	line-height:22px;
	padding:14px 60px 14px 25px
}
.accordion-box .opener:after {
	content:'';
	position:absolute;
	top:50%;
	right:29px;
	width:10px;
	height:5px;
	margin-top:-2px
}
.accordion-box .opener:hover, .accordion-box .active .opener {
	color:#fff;
	background:#f0ab00
}
.accordion-box .opener:hover:after, .accordion-box .active .opener:after {
	content:' ';
	background-position:-60px -105px
}
.accordion-box .slide {
	padding:17px 25px 12px
}
.accordion-box ul {
	margin:0 0 0 20px;
	padding:0;
	list-style:none
}
.accordion-box ul li {
	padding:0 0 8px 16px;
	position:relative
}
.accordion-box ul li:before {
	content:'';
	position:absolute;
	top:7px;
	left:0;
	width:6px;
	height:6px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#f0ab00
}
@media only screen and (max-width:767px) {
.button button, .button html input[type="button"] {
font-size:14px;
line-height:17px;
padding:6px 16px 10px 12px
}
.jcf-select {
height:30px;
margin-bottom: 5px;
}
.jcf-select .jcf-select-text {
font:14px/28px BentonSans, Arial, Helvetica, sans-serif;
margin-right:39px
}
.jcf-select .jcf-select-opener {
width:29px
}
.jcf-select .jcf-select-opener:before {
margin-left:-12px;
background:url(/etc/designs/sep1dx/images/nav-arrow-icon-gray.png) no-repeat right center;
background-size:20px;
}
.jcf-scrollbar-vertical {
width:12px
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
height:13px;
width:12px
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec:before, .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
margin:6px 0 0 -4px;
border-width:0 4px 3px
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
margin:3px 0 0 -4px;
border-width:3px 4px 0
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
width:10px
}
.jcf-scrollbar-horizontal {
height:12px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
height:12px;
width:13px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec:before, .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
margin:4px 0 0 -3px;
border-width:3px 4px 3px 0
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
margin:4px 0 0 -3px;
border-width:3px 0 3px 4px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
height:12px;
top:-3px
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
height:10px
}
.hidden-mobile {
display:none
}
.visible-mobile {
display:block
}
.title-box {
padding:7px 0
}
.title-box h2 {
font-size:18px;
line-height:22px;
margin:0 0 10px
}
.content-box {
padding:0 10px 13px
}
.content-box h2 {
font-size:15px;
line-height:20px;
margin:0 0 7px
}
.content-box ul {
margin:0 0 0 10px
}
.content-box ul li {
padding:0 0 17px 16px
}
.content-box ul li:before {
top:5px
}
.button {
padding:8px 16px 8px 12px;
font-size:13px;
line-height:17px
}
.main-col, .info-box {
font-size:13px;
line-height:1.23;

padding:0 20px 9px
}
.info-box h2 {
font-size:15px;
line-height:19px
}
.accordion-box {
margin:0 -10px;
padding:2px 0 69px
}
.accordion-box .opener {
font-size:14px;
line-height:20px;
padding:13px 50px 13px 10px
}
.accordion-box .opener:after {
right:18px
}
.accordion-box .slide {
padding:17px 10px 7px
}
.accordion-box ul {
margin:0
}
.accordion-box ul li {
padding:0 0 13px 16px
}
.accordion-box ul li:before {
top:5px
}
.anchorBox {
margin:-42px 0 0;
height:32px
}
.anchorBox a {
height:32px
}
.anchorBox a [class^="icon-"] {
margin:2px 0 0
}
}
.cq-redirect-notice {
	text-align:center
}
#bPopup-container {
	display:none;
	padding:25px;
	background-color:#fff;
	min-width:450px
}
#bPopup-container .b-close {
	width:24px;
	height:50px;
	position:absolute;
	right:-24px;
	top:20px;
	cursor:pointer
}
#bPopup-container .bPopup-content iframe {
	width:960px;
	height:740px
}
section.accordion {
	max-width:956px;
	margin:0 auto;
	padding:0 0 92px;
	color:#444
}
section.accordion h2 {
	font-size:18px;
	line-height:1.6111111111111112;
	font-weight:normal;
	margin:0 0 13px;
	color:#000
}
section.accordion .item {
	cursor:auto;
	margin:0;
	border-width:1px 0;
	border-style:solid;
	border-color:#d6d6d6;
	margin-bottom:-1px
}
section.accordion .item.active {
	background:#fff
}
section.accordion .item.active .opener {
	background:0
}
section.accordion .item .opener {
	display:block;
	text-decoration:none;
	position:relative;
	font-size:18px;
	line-height:22px;
	cursor:pointer;
	color:#666;
	padding:20px 53px 17px
}
section.accordion .item .opener:hover {
	background:0;
	text-decoration:underline
}
section.accordion .item .opener:hover:before {
	background:#003283
}
section.accordion .item .opener:before {
	width:24px;
	height:24px;
	position:absolute;
	top:50%;
	left:18px;
	margin:-12px 0 0;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	color:#fff;
	font-size:13px;
	line-height:28px;
	text-align:center;
	background:#008fd3
}
section.accordion .item .opener:after {
	display:none
}
section.accordion .item .slide {
	width:100%;
	overflow:hidden;
	padding:0;
	position:relative
}
section.accordion .item .slide>.text {
	padding:33px 180px 60px 54px;
}
section.accordion .item .slide>.text.with_img {
	padding:29px 58px 1px 52px
}
section.accordion .item .slide>.text.with_img .ic_text {
	padding-right:315px
}
section.accordion .item .slide>.text.with_img .ic_text h1, section.accordion .item .slide>.text.with_img .ic_text h2, section.accordion .item .slide>.text.with_img .ic_text h3, section.accordion .item .slide>.text.with_img .ic_text h4, section.accordion .item .slide>.text.with_img .ic_text h5, section.accordion .item .slide>.text.with_img .ic_text h6 {
	margin:0 0 15px
}
section.accordion .item .slide>.text.with_img table td {
	width:22.5%;
	padding:0 50px 0 0
}
section.accordion .item .slide>.text .image {
	max-width:240px;
	margin:6px 0 0 80px;
	float:right;
	width:360px
}
section.accordion .item .slide>.text .image img {
	width:100%;
	vertical-align:top;
	max-width:100%;
	border:0
}
section.accordion .item .slide>.text h1, section.accordion .item .slide>.text h2, section.accordion .item .slide>.text h3, section.accordion .item .slide>.text h4, section.accordion .item .slide>.text h5, section.accordion .item .slide>.text h6 {
	line-height:1.3;
	margin:0 0 6px;
	font-size:30px;
	font-weight:normal;
	color:#000
}
section.accordion .item .slide>.text p {
	margin:0 0 21px;
	font-size:14px;
	line-height:22.9991989135742px
}
section.accordion .item .slide>.text table {
	display:block;
	max-width:865px
}
section.accordion .item .slide>.text table td {
	display:block;
	float:left;
	width:26.5%;
	padding:0 40px 0 0
}
section.accordion .item .slide>.text table td, section.accordion .item .slide>.text table td>* {
	font-size:12px;
	line-height:15px
}
section.accordion .item .slide .opener {
	display:none
}
@media only screen and (max-width:767px) {
section.accordion {
padding-bottom:50px
}
section.accordion h2 {
margin-bottom:11px
}
section.accordion .item .opener {
font-size:14px;
line-height:1.2142857142857142;
padding:13px 34px 12px
}
section.accordion .item .opener:before {
position:absolute;
top:50%;
left:1px
}
section.accordion .item .slide {
width:auto
}
section.accordion .item .slide .opener {
display:block;
position:absolute;
right:10px;
bottom:25px;
padding:0;
font:12px/1.25 Arial, Helvetica, sans-serif;
color:#008fd3
}
section.accordion .item .slide .opener:before {
float:right;
position:static;
width:auto;
height:auto;
color:#008fd3;
background:0;
line-height:normal;
margin:0 0 0 6px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0
}
section.accordion .item.active .opener {
margin:0 -10px;
border-width:0 10px;
border-style:solid;
border-color:#fff
}
section.accordion .item.active .slide {
background:#fff;
margin:0 -10px;
padding:0 10px
}
section.accordion .item.active .slide .text {
padding:17px 36px 53px
}
section.accordion .item.active .slide .text.with_img .ic_text {
padding:0
}
section.accordion .item.active .slide .text.with_img .ic_text h1, section.accordion .item.active .slide .text.with_img .ic_text h2, section.accordion .item.active .slide .text.with_img .ic_text h3, section.accordion .item.active .slide .text.with_img .ic_text h4, section.accordion .item.active .slide .text.with_img .ic_text h5, section.accordion .item.active .slide .text.with_img .ic_text h6 {
margin-bottom:10px
}
section.accordion .item.active .slide .text .image {
display:none
}
section.accordion .item.active .slide .text h1, section.accordion .item.active .slide .text h2, section.accordion .item.active .slide .text h3, section.accordion .item.active .slide .text h4, section.accordion .item.active .slide .text h5, section.accordion .item.active .slide .text h6 {
font-size:18px;
line-height:1.2777777777777777;
margin-bottom:10px
}
section.accordion .item.active .slide .text p {
font-size:14px;
line-height:20px
}
section.accordion .item.active .slide .text table td {
float:none;
width:auto;
display:block;
padding:14px 0 12px;
border-top:1px solid #dbdbdb
}
section.accordion .item.active .slide .text table td:first-child {
border:0;
padding-top:0
}
section.accordion .item.active .slide .text table td, section.accordion .item.active .slide .text table td>* {
font-size:12px;
line-height:15px;
margin:0
}
}
.parsys.section+.accordion.section section.accordion>h2, #main>.container>div:first-child>section.accordion>h2, section.section .inner-wrapper>div:first-child>section.accordion>h2 {
	padding-top:60px
}
@media only screen and (max-width:767px) {
.parsys.section+.accordion.section section.accordion>h2, #main>.container>div:first-child>section.accordion>h2, section.section .inner-wrapper>div:first-child>section.accordion>h2 {
padding-top:27px
}
}
/********************************* Footer and contact module **************************************************/  
.contact-module {
	position:fixed;
	top:50%;
	right:0;
	margin-top:-36px;
	z-index:99
}
.textOnlyView .contact-module {
	position:fixed!important;
}
.contact-module .opener {
	display:block;
	/*width:110px;*/
	height:72px;
	padding:11px 8px 11px;
	background:#008fd3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font:16px/1.47 BentonSans, Arial, Helvetica, sans-serif
}
.contactBlue {
	display:none;
}
.contact-module .opener [class^="icon-"] {
display:block;
height:28px
}
.contact-module .opener [class^="icon-"]:before {
font-size:30px;
line-height:28px
}
.contact-module .opener .visual {
	display:block;
	margin:0 auto
}
.contact-module .opener em {
	font-style:normal;
	color:#fff
}
.contact-module .opener:hover {
	background:#003283
}
.contact-module .opener:hover em {
	text-decoration:underline
}
.contact-module .opener span.visual img {
	display:block;
	margin:0 auto
}
.contact-module .opener span.icon-talk {
	display:none
}
.contact-module .popup {
	width:611px;
	margin:0 -611px 0 0;
	position:absolute;
	top:-73px;
	right:0;
	font:16px/1.47 BentonSansRegular, Arial, Helvetica, sans-serif;
	z-index:999;
}
.contact-module .popup .popup-content {
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	padding:28px 0 25px 16px;
	text-align:center;
	font-size:12px;
	line-height:17px;
	position:relative;
}
.contact-module .popup .popup-content .hidden-chat-button {
	display:none
}
.contact-module .popup .popup-content:before {
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:16px;
	background:#008fd3
}
.contact-module .contact-title {
	color:#000;
	font-size:20px;
	line-height:24px;
	margin:0 0 28px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.contact-module .contact-title a {
	text-decoration:none;
	color:#000;
	cursor:default;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.contact-module .contact-set {
	padding:0 0 15px
}
.contact-module .contact-set:after {
	content:'';
	display:block;
	clear:both
}
.contact-module .contact-set .col {
	float:left;
	width:33.3333%;
	padding:0 20px;
	border-left:1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.contact-module .contact-set .col:first-child {
	border-left:0
}
.contact-module p {
	margin:0;
	text-align:left;
	color:#000;
}
.contact-module .heading {
	display:block;
	text-decoration:none;
	margin:-2px 0 0
}
.contact-module .heading .visual {
	display:block;
	margin:0 auto 11px
}
.contact-module .heading .visual img {
	display:block;
	margin:0 auto 11px
}
.contact-module .heading [class^="icon-"] {
display:block;
position:static;
height:46px;
background:0;
filter:none;
width:auto;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
text-indent:0
}
.contact-module .heading [class^="icon-"]:before {
margin:0;
width:auto;
height:auto;
background:0;
color:#008fd3;
position:static;
display:inline-block;
font-size:42px;
line-height:46px
}
.contact-module .heading [class^="icon-"]:hover:before {
color:#003283
}
.contact-module .h-text {
	display:block;
	font-size:16px;
	line-height:20px;
	color:#000;
	margin:9px 0 6px
}
.contact-module .h-text a {
	color: #000;
}
.contact-module .heading:hover .h-text {
	text-decoration:underline
}
.contact-module .call .heading [class^="icon-"]:before {
font-size:27px
}
.contact-module .contact .heading [class^="icon-"]:before {
font-size:36px
}
.contact-module .online span.chat-offline {
	display:none
}
.contact-module .offline span.chat-online {
	display:none
}
.contact-module .contact-set.singlecontact .col {
	width:100%;
}
.contact-module .contact-set.doublecontact .col {
	width:49%;
}
.contact-module .contact-set.doublecontact .col:first-child {
	border:0px!important
}
.singlecontact .col p, .doublecontact .col p {
	text-align:center;
}
.contact-module .offline a.heading {
	cursor: default;
}
.contact-module .offline:hover .heading .h-text {
	text-decoration:none;
}

@media only screen and (max-width:1000px) {
.contact-module {
margin:auto;
display:table;
position:static;
float:right
}
.contact-module .opener {
height:25px;
vertical-align:middle;
margin:7px 0px 0 0px;
width:35px;;
min-width:21px;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
padding:0;
background:0;
color:#008fd3;
display:block!important;
}
.contactBlue {
display:none;
}
.contactWhite {
display:block;
opacity:.8;
filter: alpha(opacity=80);
}
.contactWhite:hover {
display:block;
opacity:1;
filter: alpha(opacity=100);
}
.contact-module .opener [class^="icon-"] {
height:auto
}
.contact-module .opener [class^="icon-"]:before {
font-size:26px;
color:#fff;
line-height:42px
}
.contact-module .opener em {
display:none
}
.contact-module .opener:hover {
background:0
}
.contact-module .opener:hover [class^="icon-"]:before {
color:#ccc
}
.contact-module .opener span.image.visual {
display:none
}
.contact-module .opener span.icon-talk {
display:block
}
.contact-module .popup {
position:absolute;
top:0;
right:0;
width:276px;
height:100%;
background:#f4f4f4;
margin:0 -276px 0 0;
display:none;
}
.contact-module .popup .popup-content {
padding:15px 15px 15px 19px;
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background:#f4f4f4
}
.contact-module .popup .popup-content:before {
display:none
}
.contact-module .contact-title {
margin:0;
padding:11px 0 23px;
font-size:24px;
line-height:29px
}
.contact-module .contact-title a {
display:block
}
.contact-module .contact-title .or {
display:none
}
.contact-module .contact-set {
text-align:left;
padding:0;
color:#666
}
.contact-module .contact-set .col {
float:none;
width:auto;
border:0;
border-top:1px solid #ddd;
padding:25px 20px 30px 68px;
position:relative
}
.contact-module .contact-set .col a:hover {
text-decoration: none;
}
.contact-module .contact-set .col a:hover span.h-text {
text-decoration: underline;
}
.contact-module .heading {
margin:0
}
.contact-module .heading .visual {
position:absolute;
top:50%;
left:0;
margin:-15px 0 0
}
}
.fastFact img {
	display:inline;
	margin:0 auto 0;
	float:none;
	vertical-align:baseline
}
.fastFactWrapper {
	background:#f2f2f2;
	margin:0 0 30px;
	color:#333;
	font-size:12px;
	line-height:16px;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:14px 15px 10px
}
.fastFactWrapper .percent {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	text-align:center;
	width:1%
}
.fastFactWrapper .percent .percent-header {
	color:#000;
	font-size:54px;
	line-height:60px;
	font-weight:bold
}
.fastFactWrapper p {
	margin:0 0 6px
}
.side-col .fastFact {
	text-align:center;
	padding:0
}
.side-col .fastFact p {
	margin:0 0 6px
}
.fourfacts .fastFactWrapper .percent {
	display:inherit;
	position:inherit;
	text-align:inherit;
	vertical-align:middle;
	margin:0 0 3px;
	font-size:15px;
	line-height:20px;
	width:95%
}
.fourfacts .fastFact img {
	float:inherit;
	vertical-align:inherit;
	display:block;
	margin:0 auto 8px
}
@media only screen and (max-width:767px) {
.hidden-mobile {
display:none
}
.visible-mobile {
display:block
}
.valueProp .side-col {
float:none;
width:auto
}
.side-col .fastFact {
padding:18px;
margin:0 29px 42px
}
}
#footer {
	background:#e9e9e9;
	font:12px/1.2 Arial, Helvetica, sans-serif;
	color:#000;
	padding:20px 0;
	width: 100%;
	float: left;
    padding-bottom: 9px;
}
#footer .text {
	padding:23px 0 20px;
	max-width:none;
	line-height:17px
}
#footer .text>p {
	margin:0
}
@media only screen and (max-width:1000px) {
#footer .text {
padding-top:13px
}
}
#footer .text .rte-footnote {
	border-top:1px solid #CCC;
	padding:17px 2px;
	display:inline-block
}
@media only screen and (max-width:767px) {
#footer .container {
padding:0
}
#footer .text {
padding:16px 10px 19px
}
#footer .text .rte-footnote {
border:0;
padding:0
}
}
section.footer {
	position:relative;
	max-width: 1240px;
	margin: auto;
	display:block;
	text-align: left;
}
#footer .container .header, #footer .container .footer {
	display:inline;
}
section.footer .socialLinksWrap {
	float:right;
	margin-top:2px;
	position:relative;
	z-index:100;
}
section.footer .mobileInfoWrap {
	display:none
}
section.footer .menu {
	position:relative;
	top:3px
}
section.footer .menu .countrySelectionWrap {
	display:inline-block;
	float:left
}
section.footer .menu .desktopInfoWrap {
	float:left;
	margin:4px 0
}
section.footer .menu .desktopInfoWrap>* {
	padding:0 8px
}
section.footer .menu .desktopInfoWrap .copyright {
	display:inline-block
}
section.footer .menu .desktopInfoWrap .copyright p {
	margin:0
}
section.footer .menu .desktopInfoWrap .quickLinksWrap {
	display:inline-block
}
section.footer .menu .mobileLink {
	display:none
}
section.footer .menu .link {
	margin:4px 0;
	padding:0 8px;
	display:inline-block;
	float: left;
}
section.footer .menu .link.countrySelectionWrap {
	margin:0;
	padding:0
}
section.footer .menu a {
	display:inline-block;
	vertical-align:top;
	color:#000
}
section.footer .fullBrowserView {
	display:none;
	background:url(/etc/designs/sep1dx/images/btn-browser-view.png)!important;
	bottom:0;
	cursor:pointer;
	height:23px;
	position:fixed;
	right:0;
	width:208px
}
section.footer .textView {
	cursor:pointer
}
@media only screen and (max-width:1000px) {
section.footer .socialLinksWrap {
float:none;
display:block;
margin:0 0 10px 0;
}
section.footer .menu {
text-align: center;
padding-bottom: 0;
width: 100%;
float: left;
}
section.footer .menu .desktopInfoWrap, section.footer .menu .countrySelectionWrap {
float:none
}
section.socialLinksGroup ul, section.socialLinksGroup li {
float:none
}
section.footer .menu .desktopLinks, section.footer .menu .desktopInfoWrap {
display:inline-block;
position:relative;
/* top:-9px*/
}
section.socialLinksGroup .headline {
padding-left:0px;
}
}
@media only screen and (max-width:767px) {
section.footer .mobileInfoWrap {
text-align:center;
display:block;
padding:18px 0 12px
}
section.footer .mobileInfoWrap .copyright {
text-align:right;
width:48%;
float:left
}
section.footer .mobileInfoWrap .copyright p {
margin:0
}
section.footer .mobileInfoWrap .quickLinksWrap:after {
content:'';
display:block;
clear:both
}
/* section.footer .mobileInfoWrap .quickLinksWrap section.quickLinks .header {
margin-left:52%
}*/
section.footer .mobileInfoWrap:first-child:last-child {
float:none
}
section.footer .socialLinksWrap {
border-bottom:1px solid #fff;
margin:0
}
section.footer .menu {
margin:0 0 0 -1px;
padding:0;
width:100%;
border-bottom:1px solid #fff;
display:inline-block;
top:0
}
section.footer .menu .desktopLinks {
display:none
}
section.footer .menu .desktopInfoWrap {
display:none
}
section.footer .menu .mobileLink {
width:50%;
float:left;
padding:18px 0 12px;
margin:0;
text-align:center;
border-top:1px solid #fff;
display:inline-block;
}
section.footer .menu .mobileLink:nth-child(odd) {
border-left:1px solid #fff;
margin-left:-1px;
position:relative;
left:1px
}
section.footer .menu .mobileLink:nth-child(even) {
clear:both;
display:block;
border-right:1px solid #fff;
margin-right:-1px
}
section.footer .menu .lastAloneLink {
width:100%
}
}
.textOnlyView {
	background:none!important;
	background-color:none!important;
	background-image:none!important;
	color:#000!important;
	border:none!important;/*position:relative;*/
}
.textOnlyView:after, .textOnlyView:before {
	background:none!important;
	background-color:#fff!important;
	background-image:none!important;
	color:#000!important;
	border:none!important
}
.textOnlyView a, .textOnlyView a span {
	color:#008fd3!important;
	text-decoration:underline!important
}
.textOnlyView input {
	border:1px solid!important
}
.textOnlyView input[type="submit"] {
	background-color:#aaa!important
}
.textOnlyView img {
	display:none!important
}
section.quickLinks {
	position:relative
}
section.quickLinks .header {
	color:#000;
	cursor:pointer
}
section.quickLinks .header:hover {
	text-decoration:underline
}
section.quickLinks .header .icon-arrow-down {
	display:none
}
section.quickLinks .header span:before {
	font-size:10px;
	text-decoration:none
}
section.quickLinks ul {
	min-width:200px;
	position:absolute;
	bottom:100%;
	border-width:1px 0 22px;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	left:0px;
}
section.quickLinks ul li {
	border-bottom:1px solid #DDD;
	display:block;
	padding:10px 0 10px;
	margin:0px 15px;
}
section.quickLinks ul li a {
	color:#000;
	display:inline-block;
	vertical-align:top
}
#select-country {
	background:url(/etc/designs/sep1dx/images/nav-arrow-up-gray.png) no-repeat right center;
	background-size:20px;
	padding-right:15px;
	margin-right: 5px;
}
.desktopInfoWrap .legal {
	background:url(/etc/designs/sep1dx/images/nav-arrow-up-gray.png) no-repeat right center;
	background-size:20px;
	padding-right:15px;
}
.mobileInfoWrap .legal {
	background:url(/etc/designs/sep1dx/images/nav-arrow-icon-gray.png) no-repeat right center;
	background-size:20px;
	padding-right:23px;
}
#pnlSocialBlockOneDX {
	font-size: 12px;
}
.shadetabs {
	border-bottom: 0 solid #c2c2c2;
	border-top: 4px solid #000;
	font: 12px Verdana;
	height: 29px;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 20px;
	padding-left: 0;
	text-align: left;
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	float: left;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 24px;
	margin-right: 15px;
	text-align: center;
	text-decoration: none;
}
.shadetabs li a span {
	color: #0066b3;
	cursor: pointer;
	float: left;
	height: 21px;
	padding: 3px 8px 0 0;
	position: relative;
	right: -8px;
	text-decoration: none;
}
.shadetabs li a:hover span {
	background: transparent url("/etc/designs/sep1dx/images/btn-subtopnav-right-tab.png") no-repeat scroll right 0;
	color: #fff;
}
.shadetabs li a:hover {
	background: transparent url("/etc/designs/sep1dx/images/btn-subtopnav-left-tab.png") no-repeat scroll left 0;
	color: #fff;
	float: left;
	height: 24px;
	margin-right: 15px;
	text-decoration: none;
}
.shadetabs li a span:hover {
	background: transparent url("/etc/designs/sep1dx/images/btn-subtopnav-right-tab.png") no-repeat scroll right 0;
	float: left;
	height: 21px;
	padding: 3px 8px 0 0;
	position: relative;
	right: -8px;
	text-decoration: none;
}
.shadetabs li a.selected {
	background: transparent url("/etc/designs/sep1dx/images/btn-subtopnav-left-tab.png") no-repeat scroll left 0;
	color: #fff;
	text-decoration: none;
}
.shadetabs li a.selected span {
	background: transparent url("/etc/designs/sep1dx/images/btn-subtopnav-right-tab.png") no-repeat scroll right 0;
	color: #fff;
	height: 22px;
	padding-right: 8px;
	padding-top: 3px;
}
.sign_in_textarea {
	border: 1px solid #ddd;
	clear: both;
	float: left;
	margin-top: 15px;
	padding-bottom: 0;
	width: 100%;
}
.sign_in textarea {
	border: 0 none;
	height: 75px;
	margin-top: 1px;
	padding: 3px;
	width: 99%;
	font-size:13px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
}
.sign_in .post_comment {
	background-color: #e7ecf0;
	border: 1px solid #d7dce0;
	height: 40px;
	margin-top: 10px;
	width: 100%;
}
.sign_in .post_comment .content_right {
	float: right;
	height: 40px;
	padding-right: 10px;
	padding-top: 5px;
}
.sign_in .post_comment .content_right span {
	color: #797e82;
	float: left;
	padding-top: 3px;
	font: 12px Arial, Helvetica, sans-serif;
}
.ppl_comments {
	border-bottom: 1px solid #e6e6e6;
	float: left;
	height: auto;
	padding:5px 0!important;
	width: 100%;
}
.ppl_comments h5 {
	color: #979797;
	font-weight: normal;
	font-size:13px;
}
.ppl_comments h5 a {
	color: #979797 !important;
	text-decoration: underline !important;
}
.ppl_comments .content h5 > div {
	font-family: Arial;
}
.ppl_comments .user_img {
	float: left;
	width: 7%;
}
.ppl_comments .content {
	float: left;
	width: 92%;
	padding-left:1%;
}
.ppl_comments .content h4 {
	color: #ff5700;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
.ppl_comments .content h3 {
	float:right;
}
.ppl_comments .content .share {
	background: rgba(0, 0, 0, 0) url("images/img_share.jpg") no-repeat scroll left center;
	color: #c4c4c4;
	float: left;
	font-size: 10px;
	margin-right: 6px;
	padding-left: 10px;
	text-decoration: none;
}
.ppl_comments .content .flag {
	background: rgba(0, 0, 0, 0) url("images/img_flag.jpg") no-repeat scroll left center;
	color: #c4c4c4;
	float: left;
	font-size: 10px;
	padding-left: 8px;
	text-decoration: none;
}
.ppl_comments .content h5 {
	line-height: 20px;
	padding-bottom: 5px !important;
}
.ppl_comments .content h5 a {
	text-decoration: none;
}
.ppl_comments .content h4 a {
	color: #ff5700;
}
.ppl_comments .content h5 span {
	background-color: #e7eef4;
	border: 1px solid #868686;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-right: 5px;
	padding: 1px 3px;
}
.ppl_comments .content h6 {
	color: #babcbe !important;
	font-size: 11px !important;
	font-weight: normal !important;
	margin: 0;
	padding-bottom: 5px !important;
	text-align: right;
}
.ppl_comments .content h6 span {
	color: #ff8a51 !important;
}
.ppl_comments .user_img img {
	width: 44px;
}
.live_tab_content {
	border: 1px solid #e5e5e5;
	height: 500px;
	margin-top: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.live_player .left {
	width: 71%;
	float: left;
}
.live_player .left .playerParent {
	height: 383px;
}
.live_player .right {
	width: 29%;
	float: right;
}
.live_player .right .heading_main {
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: default;
	list-style: none;
	color: #222;
	width: 98%;
	float: left;
	padding:2px 1% 3px;
	line-height: 25px;
	border-top: solid 1px #999;
	background: #eee url(/etc/designs/sep1dx/images/fav-gradient.gif) repeat-x scroll center top;
}
.live_player .right .heading_main .lft {
	float: left;
}
.live_player .right .heading_main .lft img.iconUpDown {
	position: relative;
	top: 3px;
}
.live_player .right .scroller {
	height: 270px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	padding: 10px 0%;
}
.live_player .right .scroller .sliderDetail h5 span {
	font-size: 12px;
	padding-right: 5px;
	font-weight: normal;
}
.live_player .right .heading_main .rht {
	float: right;
	font-size: 11px;
	padding-right: 5px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#TB_window .popup_agenda {
	text-align:center;
	padding-top: 25px!important;
}
#TB_window .popup_agenda .calander_outer {
	float: left;
	margin: 15px 28px!important;
	line-height: 25px;
	text-align: left;
	padding: 0px!important;
	width: auto !important;
}
#TB_window .popup_agenda .btn_popup {
	width: 100%;
	text-align: center;
}
#main-del .live_container .lead_cust {
	width: 100%;
	padding: 10px 0%;
	float: left;
	font-size: 13px;
	color: #444;
	line-height: 19px;
}
#main-del .live_container .lead_cust .divShareBlock {
	width: 100%;
}
#main-del .live_container .lead_cust .divShareBlock .divCounterBlock {
	float: left;
}
#main-del .live_container .lead_cust .divShareBlock .divSocialShareBlock {
	float: right;
}
#main-del .live_container .lead_cust .divShareBlock .divSocialShareBlock .divOth {
	width: 20px;
}
#main-del .live_container .lead_cust .divShareBlock .divSocialShareBlock .divTF {
	width: 22px;
}
#main-del .live_container .lead_cust .divShareBlock .divSocialShareBlock .divATC {
	float: left;
	padding: 4px 0px 15px 4px;
	width: 35px;
}
#main-del .live_container .lead_cust .divShareBlock .divSocialShareBlock .divSS {
	float: left;
	padding: 2px 4px 15px;
}
#main-del .live_container .VideoPopUp {
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 71%;
}
#main-del .live_container .VideoPopUp div {
	padding-left: 20px;
	float: right;
	background: url("//events.sap.com/images/btn-breakout.gif") no-repeat scroll 0 0 transparent;
}
#main-del .live_container .lead_cust .blocks {
	float: left;
	width: 30.333%;
	padding: 10px 3% 5px 0px;
	font-family: Arial;
	min-height:90px;
}
.lead_cust #sessiondetail div#divtechnology {
	float: left;
	width: 100%;
	text-align: center;
}
#main-del .live_container .lead_cust .blocks .icon_container {
	float: left;
	width: 50px;
	padding: 0px;
	margin: 0px;
}
#main-del .live_container .lead_cust .blocks .icon_container img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #ccc;
}
#main-del .live_container .lead_cust .blocks .content {
	float: left;
	width: 65%;
	padding-left:5%;
}
#main-del .live_container .lead_cust .blocks .content h5 {
	font-size: 12px;
	line-height: 15px;
}
#main-del .live_container .lead_cust .blocks .content h6 {
	line-height: 12px;
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
}
.session_premium_message {
	background: url(/etc/designs/sep1dx/images/icon_premium.png) no-repeat left 1px;
	font-size: 13px;
	color: #444;
	font-weight: normal;
	width: 90%;
	float: left;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding:4px 0px 6px 24px;
}
.sponsorpagecontent {
	float: left;
	padding-bottom: 30px;
	width: 100%;
}
.sponsorpagecontent .spoContentLeft {
	float: left;
	line-height: 18px;
	width: 58%;
}
.sponsorpagecontent .spoContentRight {
	float: right;
	width: 38%;
}
.sponsorpagecontent .spoContentLeft h1 {
	color: #000;
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 5px;
}
.sponsorpagecontent .spoContentLeft h4 {
	padding-top: 10px;
}
.messagepop {
	background-color: #fff;
	border-top: 10px solid #F2BB00;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cursor: default;
	display: none;
	margin-top: 10px;
	text-align: left;
	width: 100%;
	padding: 0;
	float: left;
	border-bottom: solid 3px #008fd3;
	box-shadow: 0px 4px 6px #ccc;
}
.messagepop table tr td {
	padding: 2px 0px;
	text-align: left;
}
.messagepop table tr td table tr td:first-child {
	width: 20px;
}
.messagepop table {
	width: 100%;
}
div#divNarrowContainer .Alphabetical {
	width: 33%;
	padding: 10px 0px 0;
	float:left;
}
.narrowtypes > li {
	list-style: outside none none;
}
.narrowtypes .Alphabetical {
	list-style: outside none none;
}
.bannerAd {
	position: absolute;
	width: 160px;
	height: 600px;
	float: right;
	top: 418px;
	left: 88%;
}
/*#SponsorsList .listingContainer .listingRight {
width: 74%;
}*/
#SponsorsList .listingContainer {
	max-width: 100%;
}
.div-container {
	font-size: 13px;
	line-height: 20px;
	font-family: "BentonSansRegular", Arial;
	font-weight: normal;
}
.div-container .access-form input[type="password"], .div-container.access-form input[type="text"] {
	height:35px;
}
.div-container .access-form select {
	height:35px;
}
.div-container .privacyCheckBox p {
	font-size:13px;
}
/********************** Inline Video Component*******************************/



.videoInline {
	width: 100%;
	float: left;
	padding:0px 0px 30px 0px;
	position: relative;/*display:table;*/
}
.videoInline .videoAllContainer {
	width: 100%;
	min-height:200px;
	text-align:center;
	display: block;
	background: url(/etc/designs/sep1dx/images/loading.gif) no-repeat center top;
}
.videoInline .videoAllContainer img {
	margin: auto;
	width: auto !important;
	height: auto !important;
}
.videoInline .videoAllContainer .mainplayercontainerVideo {
	margin:0px auto;
	width:640px;
	position: relative;
}
.videoInline .videoAllContainer .mainplayercontainerOverlayVideo {
	margin:0px auto;
	width:640px;
	position: relative;
}
.videoInline .videoaLeftContainer {
	/*display: table-cell;*/
vertical-align: middle;
	width: 67%;
	min-height:200px;
	background: url(/etc/designs/sep1dx/images/loading.gif) no-repeat center top;
	overflow:hidden;
	float:left;
}
.videoInline .videoaRightContainer {
	width: 28%;
	height: 100%;
	position: relative;
	right: 0;
	top: 0px;
	padding-left:4%;
	/*display: table-cell;*/
vertical-align: middle;
	float:left;
}
.videoInline .videoaRightContainer table {
	height: 100%;
}
.videoInline .videoaRightContainer table tr td {
	vertical-align:middle;
}
.videoInline .videoaRightContainer h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
	color: #000;
	padding-bottom:8px;
	text-align:left;
	margin: 0px;
}
.videoInline .videoaRightContainer .columnDetail {
	font-size: 14px;
	color: #444444;
	float: left;
	width: 100%;
	line-height: 22px;
	padding: 0px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
}
.videoInline .videoaLeftContainer .mainplayercontainerVideo {
	margin:0px auto;
	width:640px;
	position: relative;
}
.videoInline .videoaLeftContainer .mainplayercontainerOverlayVideo {
	margin:0px auto;
	width:640px;
	position: relative;
}
.videoInline .videoaRightContainer .LinkReadmore {
	width: 90%;
	float: left;
	text-align: left;
	padding: 15px 0px 0;
}
.vidcarHeading {
	font-size: 35px;
	color: #000;
	padding: 40px 0px 0px;
	width: 100%;
	line-height:35px;
	text-align: center;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/******************************** Login page *************************************************/

.loginPage1dx {
	padding: 25px 7%;
	background: #fff;
	border-top: 10px solid #F0AB00;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width:86%;
	float: left;
}
.loginPage1dx form {
	height: auto !important;
}
.loginPage1dx .errorNew {
	clear: both;
	color: #FF0000;
	cursor: auto;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	line-height: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.loginPage1dx h2 {
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #222;
}
.loginPage1dx label {
	width: 100%;
	float: left;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	padding-bottom: 3px;
}
.loginPage1dx .row {
	float: left;
	width: 100%;
	padding-top: 12px;
}
.loginPage1dx .divlink {
	font-size:13px;
	padding-top:5px;
}
.loginPage1dx input[type="text"] {
	border: 1px solid #d2d2d2;
	color: #444444;
	display: block;
	height: 28px;
	margin: 0px 0 5px;
	padding: 3px 1%;
	float: left;
	width: 98%;
	background: #fafafa;
	font-weight: normal;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
}
.loginPage1dx input[type="password"] {
	border: 1px solid #d2d2d2;
	color: #444444;
	display: block;
	height: 28px;
	margin: 0px 0 5px;
	padding: 3px 1%;
	float: left;
	width: 98%;
	background: #fafafa;
	font-weight: normal;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.loginPage1dx div#dvLogin {
	float: left;
	width: 100%;
}
.loginPage1dx .btn-sub {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F0AB00;
	border: 0px;
	color: #fff;
	font-size: 16px !important;
	line-height: 22px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 5px 25px;
	float: left;
	margin: 20px 0px 0px 0;
	display: inline-table;
	cursor: pointer;
}
.loginPage1dx .btn-sub:hover {
	background: #008fd3;
	text-decoration: none;
	color: #fff;
}
.loginPage1dx .login-text-holder {
	padding-top: 30px;
	width: 100%;
	float: left;
}
.loginPage1dx .login-text-holder p {
	color: #444;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0px;
	position: relative;
	z-index: 41;
	padding-top: 4px;
}
/*div#recaptcha_image {
padding-bottom: 10px;
width: 47%;
float: right;
}*/

div#recaptcha_image {
	width: 50%;
	float: right;
	margin-top: -47px;
	position: relative;
	right: 0px;
	border-left: 1px solid #ccc;
	height: 41px;
	overflow: hidden;
}
div#recaptcha_image img {
	width: 100%;
	/* max-height: 50px; */
max-height: 55px;
	margin-top: -7px;
	float: right;
}
#pnlcaptcha input[type="text"] {
	float: left;
	/*width: 47%;*/
height: 35px;
}
.loginPage1dx .close {
	position: absolute;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	top: 20px;
	right: 10px;
	background: url(/etc/designs/sep1dx/images/close-icon.png) no-repeat 0 0;
	background-size: 22px;
}
#ResetSuccess p {
	padding-top: 6px;
	float: left;
	width: 100%;
}
#TB_window .close {
	top: 10px;
}
.noRecord {
	margin: 30px auto 0;
	width: 99%;
	float:left;
	padding: 16px 0px;
	font-size: 15px;
	color: red;
	text-align: center;
	border: solid 1px #f1d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: .7;
}
.changeCountryOverlay1dx {
	padding: 10px 5%;
	width: 90%;
}
.changeCountryOverlay1dx h2 {
	padding-bottom:13px;
}
.changeCountryOverlay1dx .access-form select {
	background: #fff none repeat scroll 0px 0px;
	width: 50%;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.changeCountryOverlay1dx .hide-cont {
	display:block;
}
.dateToggle {
	float: right;
	width: 15px;
	position: relative;
	height: 16px;
	top: 3px;
}
.dateToggle a {
	text-indent: -99999px;
	display:block;
}
.dateExpand {
	width:15px;
	height:16px;
	background: url(/etc/designs/sep1dx/images/date-expand.png) no-repeat 0 0;
}
.dateCollapse {
	width:15px;
	height:16px;
	background: url(/etc/designs/sep1dx/images/date-collapse.png) no-repeat 0 0;
}
#divSocialNetwork {
	margin: auto;
	padding: 20px 5%!important;
	width: 90%!important;
}
div#divSocialNetwork .tweeter_api, div#divSocialNetwork .facebook_api, div#divSocialNetwork .linked_api, div#divSocialNetwork .share-googleplus, div#divSocialNetwork .Email_api {
	width: 20%;
	padding: 5px 0px;
	text-align: left;
	float: left;
	height: 40px;
	margin: 0px;
}
.sponsorMem {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	text-align: center;
	width: 80%!important;
	padding: 20px 5%!important;
}
span.eventLocation {
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	color: #222;
}
.divLoader {
	text-align:center;
	padding:50px 0px;
	width:100%;
}
.changeCountryOverlay1dx div#PnlExplicit input {
	float: left;
}
.changeCountryOverlay1dx .contact_outer table tr td label {
	margin: 0px!important;
	padding: 0px 8px 0px 3px;
	width: auto!important;
	float: right;
}
.changeCountryOverlay1dx .required {
	color: red;
}
.changeCountryOverlay1dx .access-form .twocolumns .column {
	width: 47%;
	float: left;
	padding: 0px 2% 20px 0px;
}
.dateMobile {
	display:none;
	float:left;
}
.dateDesktop {
	display:block;
}
.dateToggle {
	display:none;
}
.videoInline .videoaLeftContainer .mainplayercontainerVideo div {
	outline: none;
}
/***************************** WayIn ***********************/

.wayIn {
	margin: 30px 0px;
}
.wayInBlock {
	/*height: 600px;
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
width:100%;
-ms-overflow-style: none;
border: solid 1px #ddd;*/
padding: 10px 0%;
	width:100%;
	margin:0px;/*box-shadow: 0px 1px 10px #ccc;*/
}
div#divEmbedCode {
	font-size: 14px;
	line-height: 20px;
	border-top: solid 8px #F0AB00;
}
div#divEmbedCode label {
	font-size: 13px;
	padding-bottom: 3px;
	width: 100%;
	float: left;
}
/*************************************************************/

.myInfoSubmitOverlay {
	padding:50px 20px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
}
.sessionTitle a.btn_Customize {
	background: #008fd3;
	color: #fff!important;
	font-weight: normal;
	padding: 7px 10px!important;
	text-align: center;
	margin-bottom: 5px!important;
	margin-top: 0px!important;
}
.sessionTitle a.btn_Customize:hover {
	text-decoration:none;
}
/******************************New Code Added By Gurinder Singh ****************************************/


.joinFacebook2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.joinTwitter2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.joinYouTube2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.joinInstagram2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.joinLinkedIn2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.joinGoogle2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.Slideshare2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.xingshare2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.weiboshare2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.flickrshare2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.shareEmail2 {
	width:250px!important;
	position:absolute;
	bottom:100%;
	border-style:solid;
	border-color:#ddd transparent #e9e9e9;
	padding:10px 0px;
	background-color:#fafafa;
	background:-webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background:-webkit-linear-gradient(top, #fafafa, #e9e9e9);
	background:-moz-linear-gradient(top, #fafafa, #e9e9e9);
	background:-ms-linear-gradient(top, #fafafa, #e9e9e9);
	background:-o-linear-gradient(top, #fafafa, #e9e9e9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9', GradientType=0);
	z-index:100;
	box-shadow: 1px -5px 10px #ddd;
	right:0px;
	text-align:center;
	border-top: 1px solid #ccc;
}
.ruler {
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	background: #f0ab00;
	position: relative;
	z-index: 10;
}
.billboardMultiColor {
	max-width: 960px;
	margin: auto;
	height:100%;
}
.billboardMultiColor .centerBlock {
	display: table;
	width: 94%;
	margin: 0px 3%;
}
.commonHero.billBoardRelative {
	position: absolute;
}
.billboardOverlay {
	max-width: 960px;
	margin: auto;
	padding:0px 20px;
}
.billboardOverlayContent {
	padding: 30px 20px 30px 30px;
	background: rgba(255, 255, 255, 0.93);
	width:440px;
	margin-top: 8%;
	float:left;
}
.billboardOverlayContent.Blackbg{
	padding: 30px 20px 30px 30px;
	background: rgba(0, 0, 0, 0.93);
	width:440px;
	margin-top: 8%;
	float:left;
	color:#fff;            
}
.billboardNew.section .positionClass ul {
	padding-left:20px;
	width: 96%;
	font-size: 15px;
	margin: 8px 0px;
	line-height: 20px;
	color: #000;
	max-width: 925px;
	list-style-position: inside;
}
.billboardNew.section .positionClass ul li {
	/*list-style:none; */
    padding-bottom: 5px;
}
.billboardNew.section .positionClass ul li span:before {
	content: "•";
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-left: -8px;
	left: -5px;
}
.billboardNew.section .positionClass ol {
	padding-left:20px;
	width: 96%;
	font-size: 14px;
	margin: 8px 0px;
	line-height: 20px;
	color: #000;
	max-width: 925px;
	list-style-position: inside;
}
.billboardNew.section .positionClass .billboardOverlayContent ul {
	max-width: 360px;
}
.billboardNew.section .positionClass .billboardOverlayContent ol {
	max-width: 360px;
}
.billboardOverlay .billboardOverlayHeading {
	margin-bottom:15px;
	font-size:30px;
	color:#000;
	line-height:36px;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.billboardOverlay p {
	line-height:22px;
}
.billboardOverlay .LinkReadmore {
	padding-top:20px;
	text-align:left;
}
.billboardOverlay .LinkReadmore a {
	font-size:14px;
}
/************************* Header Section ************************/
header {
	margin: 0px auto auto;
	width: 100%;
	float:left;
}
/* logo here */

/*.logoBlock {
float:left;
width:50%;
}
.sapLogo {
float: left;
padding-top:8px;
padding-right:2%;
margin-top: 0;
text-decoration: none;
}
.sapLogo img {
max-height:36px;
}
.asugLogo {
float: left;
padding-top:2px;
margin-top: 2px;
text-decoration: none;
padding-left:2%;
border-left:solid 2px #908f91;
}
.asugLogo img {
max-height:36px;
}*/

.logoBlock {
	float:left;
	display: table;
	padding: 3px 0px;
}
.sapLogo {
	text-decoration: none;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 10px;
}
.sapLogo a {
	float:left;
}
.sapLogo img {
	max-height:36px;
	float:left;
}
.asugLogo {
	text-decoration: none;
	padding-left:10px;
	border-left:solid 2px #908f91;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.asugLogo a {
	float:left;
}
.asugLogo img {
	max-height:36px;
	float:left;
}
.logoBlock span {
	vertical-align: middle;
	font-size: 13px;
	color: #222;
	float: right;
	text-decoration: none;
	padding-left:6px;
	position: relative;
	top: 9px;
}
.logoRight {
	float:right;
	width:49%;
	padding-top:8px;
}
.logoRight ul.boldLink {
	float:right;
	padding-top:3px;
}
.logoRight ul.boldLink li {
	font-size: 14px;
	font-weight: normal;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	float: left;
	color: #222;
	text-align: right;
	padding:0px 5px;
	border-left:1px solid #222;
	list-style:none;
}
.logoRight ul.boldLink li:first-child {
	border:none;
}
.logoRight ul.smallLink {
	float:right;
	clear:both;
	padding-top:5px;
}
.logoRight ul.smallLink li {
	font-size: 11px;
	float:left;
	color: #999;
	padding:0px 5px;
	border-left:1px solid #999;
	list-style:none;
}
.logoRight ul.smallLink li:first-child {
	border:none;
}
.logoRight ul.smallLink li a {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #999;
	float: left;
}
#header .regButton {
	float: right;
	min-width: 90px;
	padding-top: 8px;
	padding-left: 15px;
	text-align:center;
}
/*******************************Get Event ******************************************/

.getEventBlock {
	float: left;
	width: 100%;
	padding: 100px 0;
	text-align:center;
}
.getEventBlock h1 {
	font-size:54px;
	color:#fff;
	float:left;
	width:100%;
	line-height:60px;
	margin-bottom:5px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.getEventBlock h1 span {
	color:#f0ab00;
}
.getEventBlock h2 {
	font-size:60px;
	color:#fff;
	float:left;
	width:100%;
	padding:0px;
	line-height:65px;
	margin-bottom:5px;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.getEventBlock .eventDes {
	font-size:25px;
	color:#fffdfd;
	float:left;
	width:100%;
	line-height:35px;
	padding:15px 0;
}
/********************************** Modal Window *************************************************/



.fademodal_close {
	position: fixed;
	float: right;
	right: 35px;
	cursor: pointer;
	top: 15px;
	width: 50px;
	height: 50px;
	background: url(/etc/designs/sep1dx/images/quiz-close-sprite.png) no-repeat center top;
	z-index: 1;
	display:none;
}
.fademodal_close:hover {
	background:url(/etc/designs/sep1dx/images/quiz-close-sprite.png) no-repeat center -51px;
}
.popup_visible_fademodal #page {
	display:none;
}
.modalPop {
	margin: 0px auto;
	background: #fff;
	border: 0px solid #f4f4f4;
	width:100%;
	float:left;
	height: 100%;
	/*-webkit-overflow-scrolling: touch;
overflow-y: auto;*/
overflow-y: scroll;
}
#fademodal_wrapper {
	overflow:hidden!important;
}
div#fademodal {
	width: 100%;
	display: block!important;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}
div#fademodal .textOnlyView {
	position:static;
}
.scrollDiv {
	height: 1140px;
	position:absolute;
	-webkit-overflow-scrolling: touch;
	width:100%;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	background: url(/etc/designs/sep1dx/images/loading.gif) no-repeat center center
}
.popup_visible_fademodal #page {
	display:none;
}
.popup_visible_fademodal body {
	overflow:hidden;
	height:auto!important;
}
.popup_visible_fademodal .fademodal_close {
	display:block;
}
div.scrollDiv::-webkit-scrollbar {
display: none;
}
@media only screen and (min-width:1025px) {
.modalPop {
overflow-y: visible!important;
}
.scrollDiv {
height: 100%;
position:absolute;
-webkit-overflow-scrolling: touch;
width:100%;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
}
}
/************************* Event Alert Css ************************/
.EventAlert {
	max-width:480px;
	padding:70px 20px 20px;
	margin:auto;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.EventAlert h1 {
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #222;
}
.EventAlert h2 {
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin-top:5px;
}
.EventAlert label {
	width: 100%;
	float: left;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	padding-bottom: 3px;
}
.EventAlert .row {
	float: left;
	width: 100%;
	padding-top: 12px;
}
.EventAlert .pClass {
	font-size: 13px;
	font-weight: normal;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
}
.EventAlert .required {
	color:#F00;
}
.EventAlert input[type="text"] {
	border: 1px solid #d2d2d2;
	color: #444444;
	display: block;
	height: 28px;
	margin: 0px 0 5px;
	padding: 3px 1%;
	float: left;
	width: 98%;
	background: #fafafa;
	font-weight: normal;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
}
.EventAlert .check {
	width:100%;
	float:left;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #444;
	padding:0 0 15px 0px;
}
.EventAlert .check input[type="checkbox"] {
	position:relative;
	top:1px;
}
.EventAlert .check span {
	float:left;
	padding-right:3px;
}
.EventAlert .btnSubmit {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F0AB00;
	border: 0px;
	color: #fff;
	font-size: 16px !important;
	line-height: 22px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 5px 25px;
	float: left;
	margin: 0px 0px 20px 0;
	display: inline-table;
	cursor: pointer;
}
.EventAlert .btnSubmit:hover {
	background:#008fd3;
	text-decoration:none;
	color:#fff;
}
.EventAlert .enablecaptcha {
	float:left;
	width:100%;
}
.EventAlert .enablecaptcha input[type="text"] {
	float: left;
	margin-top: -40px;
	height: 31px;
}
div#recaptcha_image {
	width: 220px!important;
	height: 40px!important;
	float: right;
}
.EventAlert .enablecaptcha img {
	float:right;
	width:100%;
}
.EventAlert .enablecaptcha a {
	clear: both!important;
	float: left!important;
}
.EventAlert span.form-error-input {
	color: #FF0000;
	font-style: italic;
	font-size: 11px;
	font-family: Arial;
	position: relative;
	height: 0px;
	top: -4px;
}
.EventAlert .check span.form-error-input {
	margin-left: -7px;
	margin-top: 4px;
}
.EventIframe {
	width:400px;
	height:500px;
}
.EventAlert .captcha .row span.imgCaptcha {
	float: right;
	width: 40%;
	margin-top: -47px;
	text-align: right;
	border-left: solid 1px #ccc;
}
.EventAlert .captcha .row span.imgCaptcha img {
	width: 100%;
	max-height: 41px;
}
.EventAlert .captcha input[type="text"] {
	height:35px;
}
div#divSuccess {
	margin: auto;
	max-width: 500px;
	padding: 70px 20px;
}
#divSuccess h2 {
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	color: #222;
}
#divSuccess p {
	color: #222;
	line-height: 20px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-top:6px;
	float:left;
	width:100%;
}
.btn-calendar {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F0AB00;
	border: 0px;
	color: #fff!important;
	font-size: 16px !important;
	line-height: 22px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 5px 25px;
	float: none;
	margin: 0px 0px 0px 0;
	display: inline-table;
	cursor: pointer;
}
.btn-calendar:hover {
	background: #008fd3;
	text-decoration: none!important;
	color: #fff;
}
.AgendaVODComingSoon {
	background: #008fd3 none repeat scroll 0 0 !important;
	border-radius: 5px;
	color: #fff !important;
	cursor: default;
	font-weight: bold !important;
	/*margin-bottom: 5px !important;*/
	padding: 5px 10px !important;
	text-align: center !important;
	text-decoration: none !important;
	width: auto !important;
}
.multiSocialBlock {
	float:left;
	position:relative;
}
/******************** 4-11-2015 CSS  ********************/

.sectionHeading {
	width:100%;
	text-align:center;
	margin:0 auto;
	font-size:28px;
	line-height:28px;
}
.sectionDescription {
	width:90%;
	padding:0 5%;
	text-align:left;
	margin:0 auto;
	font-size:14px;
	line-height:22px;
	margin-top:30px;
}
/************************Accordian Css ****************************/
.accordianBlock {
	width: 100%;
	padding: 50px 0px;
	margin: auto;
	float:left;    
}
.accordianBlock .expandall {
	float:right;
	font-size:13px;
	padding-bottom: 5px;
    padding-right: 2%;
}
.accordianBlock .collapseall {
	float:right;
	font-size:13px;
	padding-bottom: 5px;
    padding-right: 2%;
}
.accordianBlock .returnTop {
	float: right;
	font-size: 13px;
	padding-top: 10px;
	width: 98%;
	text-align: right;
	border-top: 1px solid #d6d6d6;
    padding-right: 2%;
}
.accordianBlock .innertab {
	height: 100%;
	width: 100%!important;
	float: left;
	padding: 0px!important;
	margin: 0px!important;
	background:#fff;
}
.accordianBlock .pClass {
	height: 100%;
	width:auto;
	float: left;
	padding: 20px 25px 20px 50px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
.pClass.AccBlockRight {
	float: left;
	width: 90%;
	padding: 25px 5%;
}
.pClass.AccBlockRight img {
	float: right;
	margin:0px 0px 10px 20px;
	max-width:400px;
}
.pClass.AccBlockLeft {
	float: left;
	width: 90%;
	padding: 25px 5%;
}
.pClass.AccBlockLeft img {
	float: left;
	margin:0px 20px 10px 0px;
	max-width:400px;
}
.accordianBlock .innertab ul {
	padding: 5px 22px 5px 0px;
	line-height: 18px;
}
.accordianBlock .innertab ul li {
	padding: 3px 0px;
}
.accordianBlock .accordianTitle {
	font-size: 35px;
	color: #000;
	padding: 0px 0px 30px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
}
.accordianBlock .expandTitle {
	background: rgb(244, 244, 244);
	margin: 0;
	float: left;
	width: 100%;
	padding: 18px 0px;
	border-top: solid 1px #d6d6d6;
}
.accordianBlock .expandTitle span {
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #444;
	padding: 0px 30px;
	margin-left: 20px;
	background: url(/etc/designs/sep1dx/images/acoordian-arrow.png) no-repeat left 0px;
	display: inline-block;
}
.accordianBlock .expandTitle a {
	display:block;
}
.accordianBlock .expandTitle a:hover span {
	text-decoration:underline;
}
.accordianBlock .expandTitle span:hover {
	background: url(/etc/designs/sep1dx/images/acoordian-arrow.png) no-repeat 0px -178px;
	text-decoration:underline;
}

.accordianBlock .accnodata a:hover {
    text-decoration: none;
    cursor: text;
}
.accordianBlock .accnodata a:hover span{ text-decoration:none;}
.accordianBlock .accnodata span {
    background: transparent !important;
    text-decoration: none !important;
    cursor: text;
}
.accordianBlock .innertab h3 {
	padding: 10px 10px 0px 50px;
	color: #000;
	font-size: 30px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3;
}
.videocarousel .columnHero {
	max-width: 100%;
	width: 100%;
	padding:0px;
}
/*******************************CSS for Table 23-11-2015******************************************/


.mobile {
	display:none;
}
.desktop {
	max-width: 960px;
	background-color: #fff;
	display: block;
	margin: auto;
}
.desktop table {
	width: 100%;
	color: #444;
	border: solid 1px #ccc;
	margin: 10px 0 40px 0;
}
.desktop table tr th {
	vertical-align: middle;
	padding: 8px 3px;
	text-align: center;
	height: 44px;
	font-size: 14px;
	line-height: 1.57;
	border: 2px solid #fff;
	color: #fff;
	background: #008fd3;
	/* background-image: url(/etc/designs/sep1dx/images/bg-sep.png); */
background-position: 0 100%;
	background-repeat: repeat-x;
	border-top: 0px;
	border-right: 0px;
}
.desktop table tr td {
	vertical-align: middle;
	padding: 8px 3px;
	height: 44px;
	font-size: 14px;
	line-height: 1.57;
	border: solid #fff;
	border-width: 0 20px;
	background-color: #fff;
	color:#444;
	background-image: url(/etc/designs/sep1dx/images/bg-sep.png);
	background-position: 0 100%;
	background-repeat: repeat-x;
}
.desktop table tr td:first-child {
	border: 0;
	border-right: 18px solid #f4f4f4!important;
	/*border-left: 18px solid #f4f4f4;*/
background-color: #f4f4f4!important;
	text-align:left!important;
	color: #444!important;
	padding-left: 15px;
	padding-right: 15px;
	min-width:150px;
}
.desktop table tr:first-child td {
	background-color: #008fd3;
	border-right: 0px solid #f4f4f4;
	border-left: 0px solid #f4f4f4;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding-left:15px;
}
.desktop table tr th:first-child {
	border: 0;
	border-right: 18px solid #f4f4f4;
	border-left: 18px solid #f4f4f4;
	color: #444;
	text-align:left;
	background-color: #f4f4f4;
	background-image: url(/etc/designs/sep1dx/images/bg-sep.png);
}
.desktop table tr:last-child td {
	background-image: none;
}
.priceTable {
	padding:50px 0px;
	width:100%;
}
.priceTableHeading {
	padding:10px;
	text-align: center;
	margin: auto;
	font-weight: normal;
	font-size: 38px;
	line-height:44px;
	color: #000;
}
.priceTableDesc {
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 20px;
	color:#333;
}
.priceTableDisclaimer {
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0px 0px;
	color:#333;
}
.priceTable ul {    
    position: relative;
    left: 30px;
    padding-right: 30px;
}
.priceTable ul li {
    padding: 4px 0px;
    line-height: 18px;
    list-style: none;
}
.priceTable ul li:before {
    content: "•";
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: -8px;
    left: -7px;
}    

.priceTable ol {    
    position: relative;
    left: 30px;
    padding-right: 30px;
}

.priceTable ol li {    
    padding: 4px 0px;
    line-height: 18px;
}
/*************************************** Customer Logos ******************************************************************/
.customerBlock {
	float: left;
	width: 100%;
	padding: 80px 0;
}
ul.customerLogo {
	float: left;
	width: 100%;
	border-bottom:solid 1px #CCC;
}
ul.customerLogo li {
	float: left;
	width: 33%;
	text-align:center;
	padding:30px 0px;
	border-right:solid 1px #CCC;
	min-height:70px;
	position:relative;
	list-style: none;
}
ul.customerLogo li a {
	display: block;
}
ul.customerLogo span.close-icon {
	display:none;
}
ul.customerLogo li img {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
ul.customerLogo li:last-child {
	border-right:0px;
}
ul.customerLogo.evenRow {
	border-top:solid 1px #CCC;
	border-bottom:solid 0px #CCC;
	margin-top:-1px;
}
.customerContent {
	width:86%;
	float:left;
	padding:0px 7%;
	margin:60px 0px;
	background:url(/content/dam/digitalhub/cec/images/quote-icon-customer.png) no-repeat left top;
}
.customerDetail {
	width:100% !important;
	padding:0px!important;
	float:left;
	font-size:18px;
	line-height:30px;
	color:#1d1d1d;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.customerDetail .close-icon {
	width: 26px;
	height:26px;
	float:right;
	margin-right:-30px;
	margin-top:-20px;
	display:block;
}
ul.customerLogo span.arrow-icon-down {
	position: absolute;
	bottom: -11px;
	float: left;
	height: 11px;
	width: 100%;
	text-align:center;
	left:0px;
}
ul.customerLogo span.arrow-icon-up {
	position: absolute;
	top: -11px;
	float: left;
	height: 11px;
	width: 100%;
	text-align:center;
	left:0px;
}
.threeCustomerBlock {
	width:100%;
	float:left;
	padding:80px 0px;
}
.threeCustomerBlock .customerRow {
	width:100%;
	float:left;
	box-sizing: border-box;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.threeCustomerBlock .imageDescription {
	border-top:solid 1px #CCC;
}
.threeCustomerBlock .imageDescription:first-child {
	border-top:solid 0px #CCC;
}
.threeCustomerBlock .customerRow .customerRowLogo {
	width:25%;
	padding-right:2%;
	margin-right:3%;
	float:left;
	border-right:solid 1px #CCC;
	position:relative;
}
.threeCustomerBlock .customerRow .customerRowLogo div {
	position:absolute;
	height:100%;
	display: block;
	width:100%;
}
.threeCustomerBlock .customerRow .customerRowLogo img {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.threeCustomerBlock .customerRow .customerRowDetail {
	width:63%;
	padding:30px 0px 30px 7%;
	margin:30px 0;
	background:url(/content/dam/digitalhub/cec/images/quote-icon-customer.png) no-repeat left top;
	font-size:16px;
	line-height:26px;
	color:#1d1d1d;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.threeCustomerBlock .customerRow span.close-icon {
	float: right;
	position: relative;
	top: 15px;
	display:none;
}
.threeCustomerBlock .customerRow .customerRowDetail .close-icon {
	display:none;
}
.customerDetail .LinkReadmore {
	text-align: left;
}
.customerDetail .LinkReadmore a {
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.customerRowDetail .LinkReadmore {
	text-align: left;
}
.customerRowDetail .LinkReadmore a {
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.price-description {
	max-width:960px;
	padding:40px 0px;
}
.testRTE.section {
	max-width: 960px;
	margin: auto;
	height: 100%;
	display: table;
	width: 100%;
}
.testRTE.section .positionClass .billboardOverlayContent {
	margin: 0px;
	width: 400px;
	padding: 20px;
}
.billboardNew.section {
	max-width: 960px;
	margin: auto;
	height: 100%;
	/*display: table;*/
	width: 100%;
}
.billboardNew.section .positionClass .billboardOverlayContent {
	margin: 0px;
	width: 400px;
	padding: 20px;
}
.billboard.section {
	max-width: 960px;
	margin: auto;
	height: 100%;
	display: table;
	width: 100%;
}
.billboard.section .positionClass .billboardOverlayContent {
	margin: 0px;
	width: 400px;
	padding: 20px;
}
.positionClass p {
	color: #000;
}
.positionClass .Blackbg p {
	color: #FFF;
}
.xCasetwoColumn {
	width: 100%;
	float: left;
	padding-bottom: 35px;
}
.magnifierBox {
	position: relative;
}
.img100 {
	width: 100%;
}
img {
	vertical-align: top;
	max-width: 100%;
	border: 0;
}
.magnifierButton {
	width: 34px;
	height: 34px;
	float: left;
	bottom: 10px;
	right: 8px;
	position: absolute;
	z-index: 10;
}
.magnifierButton img {
	width: 100%;
	cursor: cell;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.customHeading {
	padding: 40px 0px 0;
	width:100%;
}
.customTextBlock {
	padding: 60px 0px;
	width: 100%;
	display:table;
}
.commonBrickMob.hideVerticalLine {
    border: none!important;
}
.bricks2Column .commonBrick .Video {
	position:relative;
}
.twoColumnBox .leftColumn .customTextBlock {
	padding: 30px 0px;
	width: 96%;
	padding-right:4%;
}
.twoColumnBox .rightColumn .customTextBlock {
	padding: 30px 0px;
	width: 96%;
	padding-left:4%;
}
.CQSectionCarosuel .slick-slider .textBlock.section {
	height: 100%;
}
.CQSectionCarosuel .slick-slider .refreshBlock {
	height: 100%;
}
.CQSectionCarosuel .slick-slider .refreshBlock .CQSectionComp {
	height: 100%;
}
.CQSectionCarosuel .slick-slider .refreshBlock .CQSectionComp section.hero {
	height: 100%;
	min-height:400px;
}
.CQSectionCarosuel .slick-slider .refreshBlock .CQSectionComp section.CQSectionPrimary.hero {
	height: 100%;
	min-height:580px;
}
.customStack .multiColHeading {
	font-size: 35px;
	color: #000;
	padding: 10px 0;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
}
.customStack .multiColDescription {
	font-size: 16px;
	color: #444444;
	float: left;
	width: 100%;
	padding:15px 0px 0;
	line-height: 22px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}
.multiSpeakerContainer {
	padding: 50px 0px;
}
.multiSpeakerContainer .multiColHeading {
	font-size: 35px;
	color: #000;
	padding:0px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
}
.multiSpeakerContainer .multiColDescription {
	font-size: 16px;
	color: #444444;
	float: left;
	width: 100%;
	padding:15px 0px 0;
	line-height: 22px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}
.multiSpeakerContainer .speakerHeroBlock {
	float:left;
	width:100%;
}
.multiSpeakerContainer .speakerHeroBlock .slick-dots {
	bottom:-20px;
	position: relative;
}
.multiSpeakerContainer .speakerHeroBlock .articleBox {
	width: 30%;
	float: left;
	padding: 45px 1.5% 0 1.5%;
	text-align: center;
}
.multiSpeakerContainer .speakerHeroBlock .articleBox.stack4cols {
	width: 21%;
	float: left;
	padding: 45px 1.5% 0 1.5%;
	text-align: center;
}
.multiSpeakerContainer .speakerHeroBlock .articleImage {
	padding: 0px;
	min-height: 174px;
	text-align: center;
	position: relative;
}
.multiSpeakerContainer .speakerHeroBlock .articleImage img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	border: solid 1px #f1f1f1;
}
.multiSpeakerContainer .speakerHeroBlock .articleTitle {
	font-size: 22px;
	line-height: 26px;
	color: #222;
	float: left;
	width: 100%;
	padding: 15px 0;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
}
.multiSpeakerContainer .speakerHeroBlock .articleDetail {
	font-size: 14px;
	line-height: 22px;
	color: #444444;
}
.multiSpeakerContainer .speakerHeroBlock .columnHero {
	padding: 0px 16px;
	text-align: center;
	max-width: 100%;
}
.verticalRotator .multiSpeakerContainer .speakerHeroBlock .columnHero {
	/*padding: 0px 16px;*/
    padding: 0px;
	text-align: center;
	max-width: 100%;
}
.multiSpeakerContainer .speakerHeroBlock .columnHero .articleReadmore a {
	color: #008fd3;
	font-size: 14px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 5px 0px;
	display: block;
}
.multiSpeakerContainer.customeICSComp {
	padding: 0px 0px;
	float: left;
	width: 100%;
}
.multiSpeakerContainer.customeICSComp .positionClass {
	padding: 30px 0px 10px;
}
.multiSpeakerContainer.customeICSComp .speakerHeroBlock {
	float: none;
	width: 100%;
	padding:20px 0px;
	display: table;
	text-align: center;
}
.multiSpeakerContainer.customeICSComp .speakerHeroBlock .articleBox {
	width: auto;
	float: none;
	padding: 25px 1.5% 25px 1.5%;
	text-align: center;
	display: table-cell;
}
.multiSpeakerContainer.customeICSComp .calander_outer {
	font-size: 13px;
	width: 100%;
	padding: 0px;
}
.multiSpeakerContainer.customeICSComp .calander_outer p {
	padding: 10px 0px 5px 0px;
	font-size: 14px;
}
.multiSpeakerContainer .icsCompDescription {
	font-size: 16px;
	color: #444444;
	float: left;
	width: 100%;
	padding:15px 0px 0;
	line-height: 22px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.multiSpeakerContainer .slick-slider {
	margin:0px auto;
	padding:40px 0px 20px 0px;
}
.multiSpeakerContainer .speakerHeroBlock ul.speakerSocialLink {
	width: 100%;
	text-align:center;
}
.multiSpeakerContainer .speakerHeroBlock ul.speakerSocialLink li {
	display:inline-block;
	list-style: none;
	padding:10px 3px 0;
}
.multiSpeakerContainer .speakerHeroBlock ul.speakerSocialLink li img {
	width: 25px;
}
.multiSpeakerContainer .speakerHeroBlock.squareImg .articleImage img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: solid 0px #f1f1f1;
}
.multiSpeakerContainer .speakerHeroBlock .linkButton {
	margin:10px 0px;
	font-size: 15px!important;
	padding: 8px 20px;
}

.verticalRotator .multiSpeakerContainer .slick-slider {
	margin:0px auto;
	padding:40px 0px 20px 0px;
    width:315px;
}
.verticalRotator .multiSpeakerContainer .speakerHeroBlock ul.speakerSocialLink {
	width: 100%;
	text-align:center;
}
.verticalRotator .multiSpeakerContainer .speakerHeroBlock ul.speakerSocialLink li {
	display:inline-block;
	list-style: none;
	padding:10px 3px 0;
}
.verticalRotator .multiSpeakerContainer .speakerHeroBlock ul.speakerSocialLink li img {
	width: 25px;
}
.verticalRotator .multiSpeakerContainer .speakerHeroBlock.squareImg .articleImage img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: solid 0px #f1f1f1;
}
.verticalRotator .multiSpeakerContainer .speakerHeroBlock .linkButton {
	margin:10px 0px;
	font-size: 15px!important;
	padding: 8px 20px;
}
.positionClass .LinkReadmore {
	padding: 30px 0px 0;
}
.positionClass h1, .customTextBlock h1 {
	font-size: 56px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	line-height: 60px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass h2, .customTextBlock h2 {
	font-size: 46px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 50px;
	font-weight:normal;
}
.positionClass h3, .customTextBlock h3 {
	font-size: 30px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 36px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass h4, .customTextBlock h4 {
	font-size: 24px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass h5, .customTextBlock h5 {
	font-size: 18px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass h6, .customTextBlock h6 {
	font-size: 14px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight:normal;
	padding: 3px 0;
}

.positionClass h7, .customTextBlock h7 {
	font-size: 20px;
    line-height: 26px;              
    font-family: BentonSansRegular", Arial, Helvetica, sans-serif;    
}
.positionClass h8, .customTextBlock h8 {
	font-size: 16px;
    line-height: 22px;              
    font-family: BentonSansRegular", Arial, Helvetica, sans-serif;    
}
.positionClass p, .customTextBlock p {
	font-size: 15px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight:normal;
}
.customTextBlock ul, .customTextBlock ol {
	font-size: 15px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight:normal;
	float: left;
	padding-top: 10px;
	width:100%;
	color: #000;
}
.customTextBlock ul li, .customTextBlock ol li {
	float: left;
	padding: 0px 0px 5px 0px;
	width:97%;
	margin-left: 2.5%;
    list-style-position: outside;
}
.twoColumnBox .customTextBlock ul, .twoColumnBox .customTextBlock ol {
	padding-left: 5%;
	width: 95%;
}
/*********************************************************/
.positionClass .Title100, .customTextBlock .Title100, .customHeading .Title100 {
	font-size: 100px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	line-height: 100px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass .Title72, .customTextBlock .Title72, .customHeading .Title72 {
	font-size: 72px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	line-height: 72px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass .Title70, .customTextBlock .Title70, .customHeading .Title70 {
	font-size: 70px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	line-height: 70px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass .Heading1, .customTextBlock .Heading1 {
	font-size: 56px;
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif;
	line-height: 60px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass .Heading2, .customTextBlock .Heading2 {
	font-size: 46px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 50px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass .Heading3, .customTextBlock .Heading3 {
	font-size: 30px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 36px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass .Heading4, .customTextBlock .Heading4 {
	font-size: 24px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass .Heading5, .customTextBlock .Heading5 {
	font-size: 18px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight:normal;
	padding: 3px 0;
}
.positionClass .Heading6, .customTextBlock .Heading6 {
	font-size: 14px;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight:normal;
	padding: 3px 0;
}

.positionClass .Heading7, .customTextBlock .Heading7 {
	font-size: 20px;
	line-height: 26px;
	padding: 3px 0;
}
.positionClass .Heading8, .customTextBlock .Heading8 {
	font-size: 34px;
	line-height: 40px;
	padding: 3px 0;
}
/**************************** Quick Links ***************************************/

.mapBlock {
	max-width: 960px;
	width: 100%;
	margin: auto;
	padding: 60px 0;
	float: left;
	text-align:center;
}
.twoColumnBox .leftColumn .mapBlock {
	padding: 0px;
}
.twoColumnBox .rightColumn .mapBlock {
	padding: 0px;
}
.customColumnLinks {
	max-width: 960px;
	width: 100%;
	margin: auto;
	padding: 60px 0;
	float: left;
}
.customColumnLinks .customColumnHeading {
	font-size: 35px;
	color: #000;
	padding: 0px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
}
.customColumnLinks .customBottomText {
	font-size: 22px;
	color: #000;
	padding: 0px;
	width: 100%;
	line-height: 28px;
	text-align: center;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
}
.customColumnLinks .customColumnDetail {
	font-size: 16px;
	color: #444444;
	float: left;
	width: 100%;
	padding: 15px 0px 0;
	line-height: 22px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}
.customColumnLinks ul.customQuickLinks {
	width:100%;
	float:left;
	padding:10px 0px 40px;
}
.customColumnLinks ul.customQuickLinks.columnOne li {
	width:100%;
	float:left;
	padding:15px 0%;
	list-style:none;
}
.customColumnLinks ul.customQuickLinks.columnTwo li {
	width:45%;
	float:left;
	padding:15px 2.5%;
	list-style:none;
}
.customColumnLinks ul.customQuickLinks.columnThree li {
	width:30.333%;
	float:left;
	padding:15px 1.5%;
	list-style:none;
}
.customColumnLinks ul.customQuickLinks.columnFour li {
	width:23%;
	float:left;
	padding:15px 1%;
	list-style:none;
}
.customColumnLinks .quickLinksHeading {
	font-size: 16px;
	line-height: 20px;
	color: #222;
	float: left;
	width: 100%;
	padding: 10px 0 3px;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
}
.customColumnLinks ul.customQuickLinks li ul.quickLinksList {
	width:100%;
	float:left;
	padding:0px;
}
.customColumnLinks ul.customQuickLinks li ul.quickLinksList li {
	width:100%;
	float:left;
	padding:5px 0;
	list-style:none;
	font-size: 14px;
	line-height: 18px;
}
.customColumnLinks ul.customQuickLinks li ul.quickLinksList li a {
	color: #008fd3;
	cursor: pointer;
}
/************************************************** Speaker Overlay Css *********************************************************/
.well_RD {
	display:none;
	background: #fff url("/etc/designs/sep1dx/images/loading.gif") center center no-repeat;
	padding:10px 15px;
	border-top:8px solid #f0ab00;
	width:450px;
	min-width:270px;
	overflow:hidden;
	margin:10px;
	min-height: 200px;
}
.wellResponsive {
	width:640px;
	padding:10px 20px;
}
.wellResponsive a.close {
	display: none;
}
.wellResponsive ul {
	padding-left:25px;
}
.wellResponsive p {
	line-height: 20px;
}
.wellResponsive .scrollable ul span.label {
	font-weight: bold;
	margin-left: -25px;
	line-height: 24px;
	padding: 0px;
}
.wellResponsive .DescScroll {
	padding-top: 10px;
	float: left;
}
.wellResponsive .scrollable ul {
	font-weight: bold;
	margin-top: 20px;
}
.wellResponsive .scrollable ul li {
	font-weight:normal;
}
.wellResponsive .scrollable ul li div {
	padding:0px!important;
	font-weight:normal;
}
.well_RD .fade_close {
	position: relative;
	float: right;
	cursor: pointer;
	top: 3px;
	right:-3px;
	margin: 0px;
}
.spkr_OverlayBox {
	width:100%;
	float:left;
	padding-bottom:25px;
}
.spkr_OverlayBox .spkr_Title {
	width:100%;
	float:left;
	text-align:center;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#444444;
	font-size:18px;
	line-height:22px;
	padding-bottom:15px;
	border-bottom:solid 1px #eeeeee;
}
.spkr_Block {
	float: left;
	height: auto;
	padding: 25px 0px;
	width: 100%;
	font-family: Arial;
	margin-bottom:25px;
	border-bottom:solid 1px #eeeeee;
}
.spkr_Block .spkr_Image {
	float: left;
	height: 48px;
	margin: 5px 15px 5px 5px;
	width: 48px;
}
.spkr_Block .spkr_Image img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #ccc;
}
.spkr_Block .spkr_Detail {
	height: auto;
	font-size: 15px;
	line-height:18px;
	color: #000;

	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: auto;
	padding:3px;
}
.spkr_Block .spkr_Detail span {
	font-size: 12px;
	line-height:16px;
	color: #444444;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.spkr_Info {
	font-size: 12px;
	line-height:18px;
	color: #444444;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 4px 0px;
}
.spkr_Info span {
	font-size: 13px;
	color: #000;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right:5px;
}
/************************ Sponsors Level *************************************/
.sponsorship-container {
	max-width:960px;
	height:auto;
	margin:0px auto;
}
.sponsorship-container .logo-container {
	width:98%;
	padding:0px 1%;
}
.sponsorship-container .logo-container .logo-outer {
	width:20.5%;
	height:115px;
	border:1px solid #f4f4f4;
	margin:15px 2%;
	float:left;
	vertical-align: middle;
	text-align:center;
	position:relative;
}
.sponsorship-container .logo-container .logo-outer img {
	position:absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin:auto;
	max-width: 150px;
	max-height: 90px;
}
.sponsorship-container h3 {
	background-color:#ededed;
	padding:10px 0px 10px 3%;
	border-top:1px solid #888;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#1a1a1a;
	margin-top:20px;
	font-weight:normal;
	float: left;
	width: 97%;
}
/************************ PeriScope Css Added Here *************************/

.periscopeContainer {
	max-width: 960px;
	margin: 0px auto;
	height: 100%;
	padding-bottom:15px;
	font-size: 15px;
}
.periscopeContainer .customPeriscope {
	padding: 15px 20px 0px 0px;
	float: left;
}
.twoColumnBox .leftColumn .customPeriscope {
	padding: 15px 7% 0px 0%;
	float:left;
}
.twoColumnBox .rightColumn .customPeriscope {
	padding: 15px 0% 0px 10%;
	float:left;
}
.s4hanaBlock.textOnlyView {
	padding: 20px 0;
}
/*****************************************/

.vepVideoBlock .innertab {
	height: 100%;
	width: auto!important;
	padding: 0px!important;
	margin: 0px!important;
}
.vepVideoBlock .videoDes ul {
	padding: 3px 0px 2px 20px;
}
.vepVideoBlock .videoDes ul li {
	list-style: disc;
	margin-left: 10px;
}
/************************************************  Sidebar *************************************************************/
.asc_des {
	display:none;
}
.mobileFilter .iconFilter {
	display:none;
}
.sidebarBlock {
	width:100%;
	float:left;
}
.sidebarBlock .innertab {
	width: 100%!important;
	float:left;
	display:none;
}
.filterListTitle {
	padding:0px 25px 0px 10px;
	border-top:solid 1px #d9d9d9;
	font-size:14px;
	color:#1a1a1a;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:22px;
	background:#f7f7f7 url(/etc/designs/sep1dx/images/icon-down-side.jpg) no-repeat 95% center;
}
.filterListTitle a {
	color:#1a1a1a;
	padding:8px 0px;
	display:block;
}
.filterListTitle a:hover {
	text-decoration:none;
}
.filterListTitle a span {
	color:#b5adad;
}
.sidebarBlock ul.innertab li {
	background:#fff;
	padding:0px 10px;
	border-top:solid 1px #ebebeb;
	font-size:13px;
	color:#e2e2e2;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:22px;
	list-style:none;
}
.sidebarBlock ul.innertab li a {
	color:#236fb6;
	padding:8px 0px;
	display:block;
	cursor: default;
}
.sidebarBlock ul.innertab li a:hover {
	text-decoration:none;
}
.sidebarBlock ul.innertab li a.span {
	color: #b5adad;
	padding: 8px 0px;
	display: block;
}
.sidebarBlock ul.innertab li a span {
	color:#b5adad;
	padding:0px;
	display:inline;
}
.sidebarBlock ul.innertab li span {
	color:#b5adad;
	padding:8px 0px;
	display:block;
}
/* custom Checkbox*/

.sidebarBlock ul.innertab input[type=checkbox].css-checkbox {
	border: 0;
	clip: rect(0, 0, 0, 0);
	display: none;
	height: 1px;
	margin-top: 25px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sidebarBlock ul.innertab .css-label {
	background:url(/etc/designs/sep1dx/images/icon-chekbox.png) no-repeat 0 0;
	display: block!important;
	float: right;
	position: relative;
	top: 2px;
	padding: 0px 0 0px 15px;
	cursor:pointer;
}
.sidebarBlock ul.innertab input[type=checkbox].css-checkbox:checked + label.css-label {
	background:url(/etc/designs/sep1dx/images/icon-chekbox.png) no-repeat 0 -40px;
}
#bottomPaging a.viewMore {
	float: right;
	margin-top: -23px;
	font-weight: bold;
}
/************************/


.listingSection .vepVideoBlock.promoVid .videoTitle, .listingSection .vepVideoBlock.promoVid .videoDes {
	padding-left:11px;
	padding-right:10px;
	width: 87%!important;
}
.listingSection .vepVideoBlock.promoVid .savePlaylist {
	padding-left:11px;
	padding-right:0px;
}
.listingSection .vepVideoBlock.promoVid .savePlaylist a {
	margin-right:0px;
}
.vepVideoBlock.promoVid .premium_content {
	padding-left:20px;
	padding-right:0px;
	margin-left:10px;
}
.promoVid {
	background-color: #FFFFE0;
}
.vepMobileOnly {
	display: none;
}
.vepDesktopOnly {
	display: block;
}
.vepRightBlock .your-selection {
	width: 100%;
	border:0px solid #ccc !important;
	font-size: 15px;
}
.vepRightBlock .your-selection span#spnSearchText {
	padding: 0px 10px 10px 0;
	margin-bottom: 10px;/*border-bottom: solid 1px #ccc;  */
}
.vepRightBlock .your-selection span#spnclosecontent {
	padding: 0px 10px 10px 0;
	margin-bottom: 10px;/*border-bottom: solid 1px #ccc;   */
}
.regularPopup .videoContainer {
	background: transparent;
}
.left_main div#divlanguages {
	padding-left: 10px;
	width: 90%;
	float: left;
}
/******************** New Text Block **********************************/

.customVepBlock {
	width:100%;
	padding:0px;
	float:left;
}
.customVepBlock .vepPagetitle {
	font-size: 26px;
	color: #222;
	float: left;
	width: 100%;
	padding: 0px;
	line-height: 28px;
	font-family: "BentonSansMedium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	padding:30px 0 3px 0;
	color:#000;
}
.customVepBlock .vepPageDescription {
	font-size: 13px;
	color: #4F4F4F;
	line-height: 20px;
	padding:10px 0px 20px;
	float: left;
	width: 100%;
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
}
/************added for billboard with images*****/

.billboardwithimage.section, .custom3ColBillboard {
	max-width: 960px;
	margin: auto;
	height: 100%;
	display: table;
	width: 100%;
}
.billboardwithimage.section .positionClass {
	display: table-cell;
	vertical-align: middle;
}
.custom3ColBillboard .billboardOverlayContent {
	margin: 0px;
	width: 37%;
	padding: 20px 2%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.custom3ColBillboard .speakerHeroBlock {
	float: none;
	width: 56%;
	padding: 0px 0 0 3%;
	display: table-cell;
	vertical-align: middle;
}
.custom3ColBillboard.multiSpeakerContainer .billboardOverlayContent {
	padding:0px;
	background: none;
}
.custom3ColBillboard.multiSpeakerContainer .billboardOverlayContent .billboardBg {
	padding:22px;
	background: rgba(255, 255, 255, 0.93);
}
.custom3ColBillboard.multiSpeakerContainer .speakerHeroBlock .articleBox {
	width: 30%;
	float: left;
	padding: 0px 1.5% 0 1.5%;
	text-align: center;
}
.custom3ColBillboard.multiSpeakerContainer .speakerHeroBlock .articleImage {
	padding: 0px;
	min-height: 120px;
	text-align: center;
	position: relative;
}
.custom3ColBillboard.multiSpeakerContainer .speakerHeroBlock .articleImage img {
	border: solid 2px #fff;
}
.custom3ColBillboard.multiSpeakerContainer .speakerHeroBlock .articleBox {
	color: #fff;
}
.custom3ColBillboard.multiSpeakerContainer .speakerHeroBlock .articleTitle {
	color: #fff;
	font-size: 20px;
}
.custom3ColBillboard.multiSpeakerContainer .speakerHeroBlock .articleTitle a {
	color: #fff;
}
.custom3ColBillboard.multiSpeakerContainer .speakerHeroBlock .articleDetail {
	color: #fff;
	font-size: 14px;
	padding: 0px;
}
.custom3ColBillboard.multiSpeakerContainer .speakerHeroBlock .articleDetail p {
	color: #fff;
	font-size: 14px;
	padding: 0px;
}
.custom3ColBillboard.multiSpeakerContainer .speakerHeroBlock.singleSpeaker .articleBox {
	width: 90%;
	float: left;
	padding: 15px 5% 0 5%;
	text-align: center;
}
.custom3ColBillboard.multiSpeakerContainer .speakerHeroBlock.doubleSpeaker .articleBox {
	width: 44%;
	float: left;
	padding: 15px 3% 0 3%;
	text-align: center;
}
.customSpeakerContainer.custom3ColBillboard.multiSpeakerContainer {
	display: none;
}
div.metaDataClearFilters {
	float: right;
	text-align: right;
	position: relative;
	margin-top: -12px;
	top:-3px
}
div.metaDataClearFilters a {
	float: right;
	text-align: right;
	color: #0065B3;
	font-size: 12px;
}
/********************************************* Event Schedule Component Css Added by Himesh ************************************************/

.eventSchedule {
	width:100%;
	height:100%;
	max-width:960px;
	margin:auto;
	min-height:300px;
	display:table;
	padding: 30px 0px 0;
}
.scheduleTitle {
	text-align: center;
	width: 100%;
	padding: 25px 0;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#008fcc;
}
.eventSchedule .grayBg {
	background:#222222;
}
.eventSchedule .eventColumn:nth-child(even) {
background: #222222
}
.eventSchedule.event5Days .eventColumn {
	width:18%;
	padding:10px 1%;
	margin:auto;
	display:table-cell;
	height:100%;
}
.eventSchedule.event4Days .eventColumn {
	width:23%;
	padding:10px 1%;
	margin:auto;
	display:table-cell;
	height:100%;
}
.eventSchedule.event3Days .eventColumn {
	width:31.33333%;
	padding:10px 1%;
	margin:auto;
	display:table-cell;
	height:100%;
}
.eventSchedule.event2Days .eventColumn {
	width:48%;
	padding:10px 1%;
	margin:auto;
	display:table-cell;
	height:100%;
}
.eventSchedule.event1Day .eventColumn {
	width:98%;
	padding:10px 1%;
	margin:auto;
	display:table-cell;
	height:100%;
}
.eventSchedule .eventColumn {
	padding-bottom:85px!important;
	position:relative;
}
.eventSchedule .eventColumn .dayMonth .borderLine {
	clear:both;
	height:1px;
	width:25%;
	background:#666;
	margin:15px 0px;
}
.eventSchedule .eventColumn .dayMonth {
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
}
.eventSchedule .eventColumn .dayMonth span {
	font-size:14px;
	color:#999;
	width:100%;
	float:left;
	padding:2px 0px;
}
.eventSchedule .eventColumn .eventBlock {
	width:100%;
	float:left;
	padding-bottom:25px;
}
.eventSchedule.event3Day .eventColumn .eventBlock {
	width:100%;
	float:left;
	padding-bottom:25px;
}
.eventSchedule.event2Day .eventColumn .eventBlock {
	width:100%;
	float:left;
	padding-bottom:25px;
}
.eventSchedule .eventColumn .eventBlock .eventTitle {
	width:100%;
	float:left;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#008fcc;
}
.eventSchedule .eventColumn .eventBlock .eventTitle span {
	width:100%;
	float:left;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#008fcc;
}
.eventSchedule .eventColumn .eventBlock .eventDetail {
	width:100%;
	padding:8px 0px;
	float:left;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
	color:#fff;
}
.eventSchedule .eventColumn .eventBlock .eventLink {
	width:100%;
	float:left;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	color:#666666;
}
.eventSchedule .eventColumn .eventBlock .eventLink a {
	color:#f0ab00;
	text-decoration:underline;
}
.eventSchedule .eventColumn .eventBlock .eventLink a:hover {
	color:#f0ab00;
	text-decoration:none;
}
.eventSchedule .eventColumn .eventBlock .LinkReadmore {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px;
	display: block;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #666666;
}
.eventSchedule .eventColumn .eventBlock .LinkReadmore.nolink span {
	text-decoration: underline;
}
.eventSchedule .eventColumn .eventBlock .LinkReadmore a {
	color: #f0ab00;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
}
.eventSchedule .eventColumn .eventBlock .LinkReadmore a:hover {
	color:#f0ab00;
	text-decoration:none;
}
.eventSchedule .eventColumn .eventBlock .LinkReadmore a span {
	background: none;
	padding-left: 0px;
}
.eventSchedule .sponsoredBy {
	background:#000;
	position:absolute;
	bottom:0px;
	width:100%;
	height:70px;
	margin: 0px -10px;
	float:left;
	padding: 10px 10px 10px 10px;
	text-align:left;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
}
.eventSchedule .sponsoredBy span {
	width:100%;
	float:left;
	padding:10px 0px;
}
.eventSchedule .sponsoredBy img {
	max-height:25px;
	max-width:100%;
}
.eventSchedule .sponsoredBy .logoText {
	text-align:left;
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#999999;
}
.eventSchedule .sponsoredBy .logoText a {
	color:#999999;
}
/*****************/

span.fontRegular {
	font-family: "BentonSansRegular", Arial, Helvetica, sans-serif !important;
}
span.fontBold {
	font-family: "BentonSansBold", Arial, Helvetica, sans-serif !important;
}
.imageComp.parbase.section {
	text-align: center;
}
/*************************************** Nested Css for  **********************************************/

.accordianCont.topnestedinrtab {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.accordianBlock.nestedAccordinBlock .accordianBlock {
	padding:0px;
}
.accordianCont.nestedinrtab {
	padding: 0px 0 0px 3% !important;
	margin: 0px !important;
	width: 97% !important;
	float: left;
}
.accordianBlock.nestedAccordinBlock .accordianBlock .accordianCont.nestedinrtab .expandTitle span {
	font-size: 15px;
	line-height: 22px;
	background-size: 17px;
	color:#666;
	background-position: 2px 2px;
}
.accordianBlock.nestedAccordinBlock .accordianBlock .accordianCont.nestedinrtab .expandTitle span:hover {
	background-size: 17px;
	background-position: 2px -135px;
}
.accordianBlock.nestedAccordinBlock .accordianBlock .accordianCont.nestedinrtab .expandTitle {
	padding: 14px 0px;
	background: rgb(244, 244, 244);
	border-top: solid 1px #d6d6d6;
}
.accordianBlock.nestedAccordinBlock .accordianBlock .nestedinrtab {
	padding: 0px 0 0px 3% !important;
	margin: 0px !important;
	width: 97% !important;
	float: left;
    background-color: #fff;
}
.accordianBlock.nestedAccordinBlock .accordianBlock .nestedinrtab .pClass {
	padding: 20px 22px;
	width: 95%;
}
.accordianBlock.nestedAccordinBlock .accordianBlock .nestedinrtab .innertab .pClass {
	padding: 20px 47px;
	width: 90%;
}
.nestedinrtab .pClass {
	padding: 20px 22px;
	width: 95%;
}
.accordianBlock.nestedAccordinBlock .accordianBlock .nestedinrtab .customAccTable .pClass {
	padding: 0px;
}
/******* Live Comp CSS **********/


.liveCompImage {
	padding: 50px 0px;
	text-align: center;
	position: relative;
}
#form1 table {
border-spacing: 0px!important border:5px solid #ff0000;
}
.posterIframe {
	position: relative;
}
.posterIframe img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/********************************** Digital Blur Grid with multi column ***********************************************/

.wideSection {
	width:100%;
	float:left;
}
.wideSection .centerBlock {
	width:100%;
	max-width:1920px;
	margin:0px;
}
.liquidColumnBlock .centerBlock {
	width:100%;
	max-width:1920px;
	margin:0px;
}
.wideSection .commonHeroRelative {
	position: relative!important;
	padding:0px 0px;
}
.liquidColumnBlock {
	float:left;
	max-width:1920px;
	display:table;
	width: 100%;
	/*background:#000;*/
    padding: 50px 0px;
}
.liquidColumnBlock .commonBrick {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	overflow:hidden;
}
.liquidColumnBlock .commonBrick>div {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.liquidColumnBlock .commonBrick:first-child>div {
	border-left:1px solid transparent;
}
.liquidColumnBlock .commonBrick:last-child>div {
	border-right:1px solid transparent;
}
.liquidColumnBlock.bricks4Column .commonBrick {
	width:25%;
	float:left;
}
.liquidColumnBlock.bricks3Column .commonBrick {
	width:33.333%;
	float:left;
}
.liquidColumnBlock.bricks2Column .commonBrick {
	width:50%;
}
.liquidColumnBlock.bricks2Column .commonBrick>div {
	border-left: 0px;
	border-right: 0px;
}
.liquidColumnBlock.bricks4Column .commonBrick .img100 {
	width:auto;
}
/*BLUR*/
.liquidColumnBlock .commonBrick:hover .brickImage img {
	-liquidColumnBlcok-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-filter: blur(12px);
	-moz-filter: blur(12px);
	-ms-filter: blur(12px);
	-o-filter: blur(12px);
	filter: blur(12px);
	opacity : 0.7;
	-webkit-filter: blur(15px);
	filter: blur(15px);
	-webkit-transition: -webkit-filter 1s;
	transition: -webkit-filter 1s;
	-webkit-transition: filter 1s;
	transition: filter 1s;
}
.liquidColumnBlock .commonBrick .brickImage {
	position:relative;
}
.liquidColumnBlock .commonBrick .brickContent {
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	margin:auto;
	width:90%;
	padding:0px 5%;
	height:100%;
	display:block;
	text-align: center;
	/*font-size:40px;
	line-height:50px;*/
	color:#fff;/*font-family: BentonSansLight, Arial, Helvetica, sans-serif;*/
}
.liquidColumnBlock .commonBrick .brickContent a:hover {
	text-decoration:none;
}
.liquidColumnBlock .commonBrick .brickContent .brickTable {
	display:table;
	width:100%;
	text-align:center;
	height: 100%;
}
.liquidColumnBlock .commonBrick .brickContent .brickCell {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	text-align:center;
}
.liquidColumnBlock .commonBrick .brickImage img {
	width: 100%;
}
.liquidColumnBlock.bricks2Column .commonBrick .positionClass {
	padding:10px 0px;
}
/***********************************************/

/******************** /-/ /<  Custom Table Structure with Generic Styling, for Desktops/Laptops***********************************************/ 

.customAccTable {
	padding:20px;
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}
.innertab .customAccTable {
	padding:20px 50px;
}
.customAccTable table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #efefef;
}
/* Zebra striping */
.customAccTable tr:nth-of-type(even) {
background: rgb(244, 244, 244);
border-top: solid 1px #d6d6d6;
}
.customAccTable tr:nth-of-type(odd) {
border-top: solid 1px #d6d6d6;
}
.customAccTable th {
	background: #008fd3;
	color: white;
	font-weight: normal;
	font-size: 15px;
}
.customAccTable th {
	padding:10px;
	text-align: left;
}
.customAccTable td {
	padding:5px 10px;
	text-align: left;
}
.customAccTable td {
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	color: #444;
	border: 0px;
}
/*.accordianBlock.nestedAccordinBlock .accordianBlock .nestedinrtab .innertab .customAccTable {
padding: 20px 0px 20px 30px;
}*/
.accordianBlock ul {
	/* list-style-position: inside; */
padding: 6px 0px;
	position: relative;
	left: 30px;
	padding-right:30px;
}
.accordianBlock ul li {
	padding: 4px 0px;
	line-height: 18px;
	list-style:none;
}
.accordianBlock ul li:before {
	content: "•";
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-left: -8px;
	left: -7px;
}
.accordianBlock ol {
	/* list-style-position: inside; */
padding: 6px 0px;
	position: relative;
	left: 30px;
	padding-right:30px;
}
.accordianBlock ol li {
	padding: 4px 0px;
	line-height: 18px;
}
.customAccTable table ul {
	/* list-style-position: inside; */
padding: 6px 0px 6px 18px;
	left: 0px;
}
.customAccTable table ul li {
	padding: 4px 0px;
	line-height: 18px;
	list-style:none;
}
.customAccTable table ul li:before {
	content: "•";
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-left: -8px;
	left: -5px;
}
.customAccTable table ol {
	/* list-style-position: inside; */
padding: 6px 0px 6px 18px;
	left: 0px;
}
.customAccTable table ol li {
	padding: 4px 0px;
	line-height: 18px;
}
/******************/
.customTextBlock ul li>span:before {
	content: "• ";
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-left: -14px;
	left: -5px;
}

/*****************/

/************ Social Media Widgets and embedded video *******************/

.socialWidgetsLink{
	padding-left:0px!important;
}

.socialWidgetsLink li {
    margin-right: 4px;
    display: inline;
    float: left;
    padding-bottom:5px
}

.socialWidgetsLink li:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
    transition
}
ul.socialWidgetsLink li {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.custom_embed_video .liveCompImage{            
    padding: 0px 0px;                 
} 
.embed_video_Description{
	padding-top: 10px;
}


/*****************************************************/

/*************** image map css start ************************/
/* pop-up css*/
.map_popup_content{
	padding:20px;    
    max-width:500px;
    width: 90%;
}
.map_popup_content ul {    
    position: relative;
    left: 30px;
    padding-right: 30px;
}
.map_popup_content ul li {
    padding: 4px 0px;
    line-height: 18px;
    list-style: none;
}
.map_popup_content ul li:before {
    content: "•";
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: -8px;
    left: -7px;
}    

.map_popup_content ol {    
    position: relative;
    left: 30px;
    padding-right: 30px;
}

.map_popup_content ol li {    
    padding: 4px 0px;
    line-height: 18px;
}


.map_popup_description ul {    
    position: relative;
    left: 30px;
    padding-right: 30px;
}
.map_popup_description ul li {
    padding: 4px 0px;
    line-height: 18px;
    font-size: 14px;
    list-style: none;
}
.map_popup_description ul li:before {
    content: "•";
    font-size: 14px;
    position: relative;
    top: 3px;
    margin-left: -8px;
    left: -7px;
}    

.map_popup_description ol {    
    position: relative;    
    padding-right: 30px;
    left: 16px;
}

.map_popup_description ol li {    
    padding: 4px 0px;
    line-height: 18px;
    font-size: 14px;
    margin-left:13px;
}

.map_popup_content .imagemap_heading {
	font-size:18px;
	color:#008FD3;
	padding:0px 5px 0px 0px;
    font-weight:bold;
}
.map_popup_content .imagemap_subheading {
	font-size:16px;
	color:#008FD3;
	padding:5px 0px 0px;
	font-weight:normal;
}

.map_popup_content p {
	font-size:14px;
	color:#545454;
	font-weight:normal;
}
.map_popup_content img {
	width: 100%;
}

.custom_embed_video .liveCompImage .playerImg {
    width: 100%;
    height: 157px;
}
#popupvideocont .embed-container{
    padding-top:0px!important;
}

.imagemap_footer{
     text-align: center;
     padding: 20px 0px 0px 0px;
     width: 100%;
}
.map_popup_description{
 	padding:0px 0px 20px 0px;
}
.map_popup_title{
	padding: 0px 0px 15px 0px!important;        
}
.imageMapMargin{
	padding: 50px 0px;
}
/*************** image map css end ************************/

/*.jwplayer:not(.jw-state-buffering):not(.jw-state-complete) .jw-display-icon-container {
    transition: background-color .4s;
    background-color: #008fd3;
}

.jwplayer:not(.jw-flag-touch):not(.jw-error):not(.jw-state-error):not(.jw-state-buffering):not(.jw-state-complete) .jw-display-icon-container:hover, .jwplayer:not(.jw-flag-touch):not(.jw-error):not(.jw-state-error):not(.jw-state-buffering):not(.jw-state-complete) .jw-media:hover ~ .jw-controls .jw-display-icon-display {
    background-color: #003283;
}

.jw-skin-seven .jw-display-icon-container > .jw-icon {
    color: white;
}

.jw-controlbar {
  background-color: rgba(33,33,33,.4) !important;
}*/
 .jwplayer:not(.jw-state-buffering):not(.jw-state-complete) .jw-display-icon-container {
 transition: background-color .4s;
 background-color:transparent;
 border:2px solid #fff;
}
 .jwplayer:not(.jw-flag-touch):not(.jw-error):not(.jw-state-error):not(.jw-state-buffering):not(.jw-state-complete) .jw-display-icon-container:hover, .jwplayer:not(.jw-flag-touch):not(.jw-error):not(.jw-state-error):not(.jw-state-buffering):not(.jw-state-complete) .jw-media:hover ~ .jw-controls .jw-display-icon-display {
 background-color:transparent;
}
.jw-skin-seven .jw-display-icon-container > .jw-icon {
	color: white;
}
.jw-controlbar {
	background-color: rgba(33, 33, 33, .4) !important;
}
.jwplayer .customcta {
	position:absolute;
	right:50px;
	bottom:40px;
	max-width:250px;
	background:#008fd3;
	font-size:13px;
	line-height:18px;
	display:none;
}
.jwplayer .customcta a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px 15px;
}
.jwplayer .customendcta {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	display: block;
}
.jwplayer .customendcta .customEndData {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align:middle;
	color:#FFF;
    position: relative;
    z-index: 1;
}
.jwplayer .customendcta .customEndData .customEndDataWrapper{
	vertical-align:middle;
    display:table-cell;
    padding: 0px 25px;

}
.jwplayer .customendcta .linkButton {
	padding: 7px 14px 7px 14px;
	margin: 0px 0px 0px 0;
    width:auto;
}
.jwplayer .customendcta .customClose {
	width: 20px;
	height: 0;
	float: right;
	line-height: 25px;
	font-weight: normal;
	font-size: 20px;
	font-stretch: semi-expanded;
}
.Link-gated {
    width: 100%;
    float: left;
    /* text-align: center; */
    padding: 30px 0px 0;
    display: block;
}

.Link-gated a {
    color: #008fd3;
    font-size: 19px;
    font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
    line-height: 20px;
    cursor: pointer;
}
.Link-gated a span {
    background: url(/etc/designs/sep1dx/images/icon-lock-blue.png) left 3px no-repeat;
    padding-left: 20px;
    background-size: 12px;
}

.Link-ungated {
    width: 100%;
    float: left;
    /* text-align: center; */
    padding: 30px 0px 0;
    display: block;
}

.Link-ungated a {
    color: #008fd3;
    font-size: 19px;
    font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
    line-height: 20px;
    cursor: pointer;
}
.Link-ungated a span {
    background: url(/etc/designs/sep1dx/images/icon-un-lock-blue.png) left 3px no-repeat;
    padding-left: 20px;
    background-size: 12px;
}

/******************* Blog Css Added*******************************/

ul.blogResultsList {
    width: 100%;
    float: left;
}

ul.blogResultsList li {
    border-bottom: 1px solid #ddd;
    padding: 35px 0;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
}

ul.blogResultsList li .avatar {
    border-radius: 50%;
    max-width: 80px;
    max-height: 80px;
    /*margin-right: 20px;*/
    float: left;
    margin-top: 5px;
    border: 1px solid #ccc;
    padding: 2px;
    box-shadow: 1px 2px 8px #ccc;
}

ul.blogResultsList li .wrap {
    padding-left: 100px;
}

ul.blogResultsList li .wrap .title {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: "BentonSans", Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 26px;
}

ul.blogResultsList li .wrap .description-truncate {
    margin: 5px 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #444;
}
.blogloader {
    background: #fff url(/etc/designs/sep1dx/images/loading.gif) center -4px no-repeat;
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    left: 0px;
    right: 0px;
    z-index: 999;
    margin: 0px -20px;
    padding: 0px 20px;
    opacity: 0.6;
    background-size: 40px;
}
.blogLoaderMain {
    background:url(/etc/designs/sep1dx/images/loading.gif) center center no-repeat;
    width: 100%;
    height:100px;
    opacity: 0.6;
    background-size: 60px;
    
}



/*************************************/



@media screen and (min-width:0\0) {
.eventSchedule .eventColumn {
padding-bottom:80px!important;
position:static;
}
.eventSchedule .sponsoredBy {
bottom: 25px;
height: 90px;
}
}


/**********************/

/************** verticleSectionContainer ***********************/
.sponsorCarouselContainer .slick-slider{
	min-height:auto!important;
        padding-top: 12px;
    padding-bottom: 0px;
}
.sponsorCarouselContainer .slick-next{
	background-size: 20px;
    right: -40px!important;
}
.sponsorCarouselContainer .slick-prev{
	background-size: 20px;
    left: -40px!important;
}
.countdown th {
    padding: 0 10px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.countdown td  {
    border-right: 1px solid #F7A800;
    padding-bottom: 5px;
    font-family: BentonSansLight,Arial,sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
	color: #ffffff;
    min-width:75px;
}
.countdown td:last-of-type {
    border: none;
}
.countdown table {
    text-align: center;
    /*margin-left: auto;
    margin-right: auto;*/
}
.verticleSectionContainer .verticleCols {
	min-height:300px;
}
.verticalSectionDivider.section {	
	margin: auto;
	height: 100%;
	display: table;
	width: 100%;
}
.verticleSectionContainer .verticle4Col{
	width:25%;
    float:left;
    position: relative;
}
.verticleSectionContainer .verticle3Col{
	width:33.333%;
    float:left;
    position: relative;
}
.verticleSectionContainer .verticle2Col{
	width:50%;
    float:left;
    position: relative;
}
        .verticleSectionContainer .verticle1Col{
            width:100%;
			float:left;
    		position: relative;

}

.backgroundImages .desktopImage{
    display: block;
    width:100%;
}
.backgroundImages .tabletImage{
    display: none;
    width:100%;
}
.backgroundImages .mobileImage{
    display: none;
    width:100%;
}
.verticalSectionParsys{
    position: absolute;
    top: 0px;
    top: 80px;
    /*left: 50%;
    transform: translate(-50%, 0%);*/
    /*width: 85%;*/
    width: 100%;
    text-align: center;
}
.horizontalAlign .completeVideoCTA{
	display:none;
}
.verticalRotatorContainer {    
    width: 25%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    /*padding-top: 20px;*/
    padding-top: 0px;
    padding-bottom:0px;
}

.verticalRotatorContainer .slick-slider .slick-prev {
    left: 5%!important;
    top: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px;
    height: 40px;
    width: 90%;
}
.verticalRotatorContainer .slick-slider .slick-next {
    left: 5%!important;
    top: auto;
    background-color: #818181;
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px;
    height: 40px;
    width: 90%;
    bottom: -19px;
} 
.openVerticalRotator{
    background-color: rgba(247, 168, 0, 1);
    top: 17%;
    right: 0px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 2em;
    border:0px solid rgba(247, 169, 1, 1);
   	width: 100px;
    padding: 75px 0;

 }

.closeVerticalRotator{
    width: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    top: 53%;    
    cursor: pointer;
    left: -50px;
    position: absolute;
    display: none;
    padding-top: 26px;
    padding-bottom: 26px;
    color: #fff;
    font-weight: normal;
    font-size: 2em;
    text-align: center;
}
slick.css:3
* {
}

.verticalRotatorContainer .columnHeroremove{
	 min-height:150px;
    height:190px;
    margin-bottom: 12px;
    margin-top: 12px;
    display:table;
}
.verticalRotatorContainer .slick-arrow{
    text-align:center;
    color:#fff;
    /*font-size:20px;*/
    font-size:30px;
    }
.verticalRotatorContainer .speakerHeroBlock .columnHero{
   /*width:100%!important;*/
}
.verticalRotatorContainer .slick-list{
min-height:500px!important;
}
.verRotatorDesc p{
	text-align:left;
}
.verticalRotatorContainer .slick-slider{
	/*padding: 0px 0px 20px 0px;
    margin-top: 30%;*/
    padding: 0px!important;
 	display: table-cell;
    vertical-align: middle;
}
.verticalRotator .verticalRotatorContainer .speakerHeroBlock {
 height: 100%;
    display: table;
}
.singleVerRotatorContent{
    position:relative;
    display: table-cell;
    vertical-align: middle;
}
.singleVerRotatorContent .singleVerRotatorText{
        position: absolute;
            top:0px;
            left:0px;

}
.singleVerRotatorContent .singleVerRotatorImage img{
    width:100%;
}

.sponsorsCarouselTitle {
    color: #F0AB00;
     font-size:14px;
}
.sponsorsCarouselTitle a {
    color: #F0AB00;
}
.sponsorsCarouselTitle a:hover{
     text-decoration:none;
}
.sponsorsCarouselTitle span{
	padding-right:20px!important;
    padding-left: 6px!important;
}
.verticalRotatorContainer .widget-prev{
 /*width: 70px;
padding-top: 9px;
  */
 width:120px;   
padding-top: 12px;
 margin: 0px auto;
 background-color: rgba(0, 0, 0, 0.4);
 border-top-right-radius: 5px;
 border-top-left-radius: 5px;
 cursor: pointer;
 border: 0px solid rgba(0, 0, 0, 0.0);
-webkit-transition: border-width 0.3s 0.15s;
    transition: border-width 0.3s 0.15s; 
    position: relative;
    top: -12px;
}

.verticalRotatorContainer .widget-next{
 /*width: 70px;
padding-bottom: 9px;*/
  width:120px;   
 padding-bottom: 12px;
 margin: 0px auto;

 background-color: rgba(0, 0, 0, 0.4);
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5px;
 cursor: pointer;
 border: 0px solid rgba(0, 0, 0, 0.0);
 -webkit-transition: border-width 0.3s 0.15s;
  transition: border-width 0.3s 0.15s;
  top: 12px;
    position: relative;
}
.customTextBlock .positionClass a{
text-decoration:none;
}

.textBlock .titleShadow .Heading1, .textBlock .titleShadow .Heading2, .textBlock .titleShadow .Heading3, .textBlock .titleShadow .Heading4, .textBlock .titleShadow .Heading5, .textBlock .titleShadow .Heading6 {
    text-shadow: 0 2px 4px #000;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
}

.titleShadow{
text-shadow: 0 2px 4px rgba(0,0,0,.5);
    }
.verticalSectionParsys hr {
    display: block;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 0px;
    border-top: 2px solid #F0AB00;
    width: 120px;
    margin: 10px 0 5px;
}
/* 
.verticleSectionContainer .positionClass {
       padding: 0px 15%!important;
    	padding: 0px 25%!important;
}	*/
.verticleSectionContainer .verticleCols  p{
  text-align:left;
  min-height:85px;
}
.verticleCols:hover .hoverEffect{
 display:block;
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
   /*background-color: rgba(0,0,0,.5);*/
    background-color: rgba(0,25,66,.5);
    0,25,66,.5
}

.verticleCols:hover .hoverGoldTextEffect .textBlock .Heading1, .verticleCols:hover .hoverGoldTextEffect .textBlock .Heading2, .verticleCols:hover .hoverGoldTextEffect .textBlock .Heading3, .verticleCols:hover .hoverGoldTextEffect .textBlock .Heading4, .verticleCols:hover .hoverGoldTextEffect .textBlock .Heading5, .verticleCols:hover .hoverGoldTextEffect .textBlock .Heading6{
  color: #F0AB00!important;
    width: 100%;
    height: 100%;  
 }


.verticleCols:hover .hoverGoldTextEffect hr{
    border: 0px none #F0AB00;
    height: 2px;
    background-color: #F0AB00!important;
}
.horizontalAlign .LinkReadmore {
    display: -webkit-inline-box!important;
    width: auto!important;
    float: none!important;
}
/*.verticleCols .sponsorCarouselContainer{
 display:block;
}
.verticleCols:hover .sponsorCarouselContainer{
 display:block;
}*/

.verticleCols .sponsorCarousel{
 	visibility:hidden;
}
.verticleCols:hover .sponsorCarousel{
 	visibility:visible;
}

.verticleCols:hover .noHoverEffect .sponsorCarousel{
 display:none;
}

.openVerticalRotator.verticalRotatorMiddle{
    top: calc(50% - 91px);
}
.closeVerticalRotator.verticalRotatorMiddle{
    /*top: calc(50% - 41px);*/
}
.verticalRotatorContainer .verticalRotatorMiddle.big
{

    top: calc(50% - 91px);
}
.verticalRotatorContainer .verticalRotatorMiddle.small
{

    top: calc(50% - 41px)!important;
    }
.backgroundImages img{
    max-width: inherit;
}
.countdown{
    min-height:71px;
    width:100%;
    }
.verticleSectionContainer .verticleCols .customTextBlock .hrAlignLeft hr{margin-left: 0px;}
.verticleSectionContainer .verticleCols .customTextBlock .hrAlignCenter hr{margin-left: auto;
    margin-right: auto;}
.verticleSectionContainer .verticleCols .customTextBlock .hrAlignRight hr{margin-left: auto;}

.sponsorCarouselContainer{
    padding-top:0px;
    padding-left:25%;
    padding-right:25%;
    /*
	width:50%;*/
    max-width:355px;
    width:306px;
    margin:0px auto;
}

.sponsorCarouselContainer .speakerHeroBlock .articleBox {
   /* padding: 12px 6px 0 6px;
    width: 12%;
    min-width: 90px; */
    width:90px;
    padding: 12px 12px 0 0px;
    /*float: none;*/
    float:left;
    display: inline-block;
    text-align: center;
                

}

.sponsorCarouselContainer .speakerHeroBlock {
    float: none; 
    width: 100%;
}

.verticleSectionContainer .verticleCols .sponsorCarouselContainer .sponsorsCarouselTitle .textCTAOrangeColor a{
	font-size: 10.40px;
}
.sponsorCarouselContainer .speakerHeroBlock .columnHero {
    /*width: 90px!important;*/
    padding: 0px 6px 0px 6px;
}
/**********************/


/**************Start Guneet**********************/
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    right: -115px;
}

/ Scroll down indicator (bouncing) /
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-30px); }
  60% {
    -webkit-transform: translateX(-15px);

} }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0); }
  40% {
    -moz-transform: translateX(-30px); }
  60% {
    -moz-transform: translateX(-15px);
                        } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  60% {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px); } }

.verticleSectionContainer .verticleCols .singleSponsor{
 min-width:80px;
}

.verticleSectionContainer .verticalSectionCenter{
  padding: 0px 25%;
}                            
/**************End Guneet**********************/

/******************** Promo start **************************/          
	.verticalRotatorContainer {
		position: absolute;
		z-index: 500;
		top: 0;
		bottom: 0;
		left: auto;
		height: 100%;
		width: 304px;
        padding:0px 26px;
		background-color: rgba(0,0,0,.5);
        display:block;
	}
	.verticalRotatorContainer.in {
		right: -356px;
	}
	.verticalRotatorContainer.out {
		right: 0;
	}



    .verticalRotatorContainer .closeVerticalRotator.big {
  width: 100px;
  padding: 75px 0;
  background-color: #F7A800;
        left: -100px;

 }
 .verticalRotatorContainer .closeVerticalRotator.small {
  width: 50px;
  border: 0;
  padding: 25px 0;
    top: 59%;
  background-color: rgba(0,0,0,.5);

 }
/*
	.verticalRotatorContainer.in .closeVerticalRotator {
		width: 100px;
		padding: 75px 0;
		background-color: #F7A800;
        left: -100px;
       top: calc(50% - 91px);
	}
	.verticalRotatorContainer.out .closeVerticalRotator {
		width: 50px;
		border: 0;
		padding: 25px 0;
		background-color: rgba(0,0,0,.5);
	}
*/
	.verticalRotatorContainer .closeVerticalRotator {
		position: absolute;
		/*top: 50%;*/
		left: -50px;
/*transform: translate(-100%,-50%);
-ms-transform: translate (-100%,-50%);
-webkit-transform: translate (-100%,-50%);
-moz-transform: translate (-100%,-50%);
-o-transform: translate (-100%,-50%);*/

		border: 0;
    	display:block;
	} 
.countDownCenterBlock{
    max-width: 960px;
	margin: 0px auto;
	height:100%;
    }
.sponsorCarouselEnable{
    /*max-width: 420px;*/
    max-width: 305px;
    }

.countDownAlignLeft table{ 
    margin-left: 0px;
    }
.countDownAlignRight table{
    margin-left: auto; 
   margin-right: 0px;
  }
.countDownAlignCenter table{ 
    margin-left: auto; 
   margin-right:auto;
}


.aribafooterLinks {
 }
.aribafooterLinks .footerSocial {
    text-align: center;
    margin-bottom: 26px;
    margin-left: -5px;
    /*padding-top: 4px;*/
}
.aribafooterLinks .footerSocial li{
   list-style: none;
    /*display: -webkit-inline-box;*/
    display:inline-block;

    padding: 5px;
    border: 1px solid #757575;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    margin: 0px 5px 0px 5px;
 }
.aribafooterLinks .footerSocial li a{
    display: inline-block;
    color: #9E9E9E;
   }

.aribafooterLinks .footerNavigation{
    text-align:center;
    margin-bottom: 26px;
}
.aribafooterLinks .footerNavigation li{
    /*display: -webkit-inline-box;*/
    display:inline;
    padding: 0px 5px;
    border-right: 1px solid #757575;
    font-family: "BentonSansMedium", Arial, Helvetica, sans-serif !important;
}
.aribafooterLinks .footerNavigation li:last-child {
    border-right: none;
}

.aribafooterLinks .footerNavigation li a{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #757575;
    list-style: none;
    text-decoration: none;
}

.aribafooterLinks #footer{
background: #000000;
    padding-top: 0px;
 }

.aribafooterLinks #footer .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 30px;
    vertical-align: 0px;
    width: 30px;
    text-align: center;
}

.aribafooterLinks .footerHeading{
    color: #F7A800;
    text-align: center;
    margin-bottom: 26px;
    background-color: #212121;
    /* padding: 14px 0px; */
    font-size: 35px;
    font-family: "BentonSansMedium", Arial, Helvetica, sans-serif !important;
    line-height: 65px;
    padding-top: 4px;
}
.aribafooterLinks footer .container {
    max-width: 100%;
    padding: 0px;
}
.aribafooterLinks .footerDisclaimerContainer {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #757575;
    font-family: BentonSans,Arial,sans-serif;
    margin-bottom: 21px;
}
.aribafooterLinks .aribaFooterLogo{
    text-align: center;
    display: none;
    }
.aribafooterLinks .footerDisclaimerContainer br {
    display: none!important;
}
.mainNavigation .topNavListAR .drop-area{
      width:960px;
            }
.mainNavigation .topNavListAR .drop-area ul{
  /*width:50%;*/
    width:35%;
   float: left;
   background-color: #212121!important;
   padding-top: 0px!important;
 } 
.mainNavigation .topNavListAR .drop-area ul li {
background-color: #212121!important;
 }

.mainNavigation .topNavListAR .drop-area ul li a{
  color:#fff!important;
   border:none!important;
    background: none!important;
 }  

.mainNavigation .topNavListAR .nav-imagesAR{
    /*width:50%;*/
    width:65%;
    float:left;
    display: table;
}

.mainNavigation .topNavListAR .nav-imagesAR .nav-image{
    width: 48.7%;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*margin: 0px 4% 0px 0px;*/
    margin: 0px 1.3% 0px 0px;

 }
.mainNavigation .topNavListAR .drop-wrapper{
    background-color: #212121!important;
   float: left;
    width:100%;
    padding:26px 0px!important;
}

.verticleSectionContainer .sponsorCarouselContainer .speakerHeroBlock .articleBox {
    width: 90px;
    height: 90px;
    padding: 0px;
    margin: 12px 6px 0px 6px;
    background-color: #fff;
    position: relative;
}

.verticleSectionContainer .backgroundImages .sponsorCarouselContainer .speakerHeroBlock .articleBox  img{
    position: absolute;
    width: 90%;
    height: auto;
    max-height: 90%;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
    }

hr.hrCustomMargin {
    width: 120px;
    margin-bottom: 13px;
    margin-top: 7px;
    text-align:left;
}
.verticleSectionContainer .customTextBlock{
width:auto;
    margin:auto;
}
.verticleSectionContainer .customTextBlock>div{
    padding:0px!important;
     max-width: 384px;
 }
.header-holder .hideItem{
    display:none;
}
.verticle3Col .verticalSectionCenter{
    width:auto!important;
    padding:0px!important;
}

/*********************Promo end **************************************/     

header.customHeaderAR {
    max-height: 105px!important;
}
.customHeaderAR .header-holder{
        padding: 26px 0px;
        height:53px;
}
.customHeaderAR .header-holder .logo a img {
    max-width: 290px;
    max-height: 53px;
}
.customHeaderAR .mainNavigation .nav-block .nav-area>li {

    height: 69px;
}
.customHeaderAR .mainNavigation .nav-block .nav-area>li>a{
	padding-top: 16px;
    padding-bottom: 13px;
}
.customHeaderAR .login-details{
	top:23px;
}
.customHeaderAR .linkButton{
	margin-top: 3px!important;
}
.customHeaderAR  .login-details li.searchIcon {
    margin-top: 5px;
}

.customHeaderAR .login-details li.searchIcon {
    margin-top: 5px;
    margin-right: 20px;

}
.customHeaderAR .login-details li#LoginText {
    margin-top: 4px;
    margin-right: 20px;
}

.singlepersiatntheader.customSectionAR {
    padding-top: 105px!important;
}
/*.customSectionAR{
    padding-top:105px!important;
    }*/
.customHeaderAR .login-details .headerRightLogo{
    margin-top: 11px;
        padding-left: 17px;
}
.customHeaderAR .login-details .headerRightLogo .deskLogo {
    max-height: 36px;
}
.customHeaderAR .login-details ul{
    margin-top:10px;
}
.navShowonDesktop{display:block!important;}
.navHideonDesktop{display:none!important;}

.verticleSectionContainer .countDownComp .verticalSectionCenter{
width:100%!important;
padding:0px!important;
}



/************Start sponsorLargeContainer******************************/

.sponsorLargeContainer .articleBox {

    width: 265px;
    float: left;
    /* padding: 21px 1.5% 0 1.5%; */
    text-align: center;
    height: 230px;
    margin: 13px 30px 13px 0px;
    padding:0px;
    position:relative;
}

.sponsorLargeContainer{
    padding-top:20px;
    padding-bottom:1px;    
    }
.sponsorLargeContainer .articleBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sponsorLargeContainer .showBorder{
     border: 1px solid #dedede;
}
.sponsorLargeContainer .sponsorDescription{
    padding-top:13px;
    padding-bottom:26px;
 }


.sponsorLargeContainer .columnHero {

    height: 230px;
    color: #222;
    padding: 0px 0%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0px 20px;
    /*border:1px solid #dedede;*/
    position:relative;
}

.sponsorLargeContainer .columnHero img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sponsorLargeContainer .columnHero {
    max-width:100%!important;
}
.sponsorLargeContainer .linkButton{
    margin-bottom:13px;
}

/************End sponsorLargeContainer******************************/


/**********Start customAccordionStyle2***********/

.customAccordionStyle2 .columnHero {
    max-width: 100%;
    width: 100%;
   padding: 0px;
 }
.customAccordionStyle2 .columnHero li:before {
    content: none;
 }
.customAccordionStyle2 .columnHero ul li
{
    display: table-row;
}
.customAccordionStyle2 .columnHero ul
{
    padding: 0px;
    left: 0px;
}
.customAccordionStyle2 .columnHero ul li .icon{
    min-width:45px;
    padding-right:15px;
    display:table-cell;
    text-align:left;
}
.customAccordionStyle2 .columnHero ul li .icon { 
   font-size: 2em;
}
.customAccordionStyle2 .columnHero ul li .time{
  border-top: 1px solid #9E9E9E;
    padding: 26px;
    padding-left:0px;
    display: table-cell;
   white-space: nowrap;
    min-width:200px;
 }
.customAccordionStyle2 .columnHero ul li .item{
    border-top: 1px solid #9E9E9E;
    padding: 26px;
    width: 100%;
    display: table-cell;
    text-align:left;
 }
.customAccordionStyle2 .columnHero:first-child ul li .time {
    border-top: none;
}

.customAccordionStyle2 .columnHero:first-child ul li .item {
    border-top: none;
}
.customAccordionStyle2 .columnHero:last-child{
    border-bottom: 1px solid #ff0000;

}
.customAccordionStyle2 .columnHero:last-child{
    border-bottom: 1px solid #ff0000;
 }
.customAccordionStyle2 .columnHero ul li h3{
    padding-left:0px;
}
.customAccordionStyle2 .accordionStyle2Description{
    padding-top: 13px;
}
.customAccordionStyle2 .linkButton{
    margin-bottom:13px;
}
.customSmallCTA3Column .singleSmallCTA li {
    list-style: none;
    position: relative;
    height: 282px;
}

.customSmallCTA3Column .contentBlock{
	padding: 52px 0;
}

.customAccordionStyle2 .accordianBlock .expandTitle {
    background: rgb(213, 213, 213);
    margin: 0;
    padding: 25px 0px;
    border-top: solid 1px #b3b3b3;
    float: none;
}

.customAccordionStyle2 .accordianBlock .expandTitle span {
    font-family: BentonSansLight,Arial,sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    padding: 0px 60px;
    color: #5C5C5C;
    background: url(/etc/designs/sep1dx/images/acoordian-arrow.png) no-repeat left 5px;
    margin-left:0px;

}

.customSmallCTA3Column .columnHero {
    width: 282px;
    height: 282px;
    color: #222;
    padding: 0px 0%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #D5D5D5;
    margin: 0px 26px 20px 0px;
}

.customSmallCTA3Column .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,25,66,.5);
}

.smallCTA3Column .customSingleSmallCTA{
    position:relative;
    }
.customSmallCTA3Column ul{
  text-align:center;
}

.customSmallCTA3Column .linkButton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F0AB00;
    border: 0px;
    color: #fff;
    font-size: 14px!important;
    line-height: 1.5;
    font-family: BentonSansMedium,Arial,sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 9px 9px;
    float:left;
    margin: 12px 0px 0px 0;
    display: inline-table;
    cursor: pointer;
}
.customSmallCTA3Column .customSingleSmallCTA .verticalAlign{
        width:100%;
}
.customSmallCTA3Column .verticalAlign .linkButton{
	float: none;                    
}
.customAccordionStyle2 .customAccordionInner, .customAccordionStyle2 .expandTitle{
        max-width: 960px;
    margin: auto!important;
    /*float: none;*/
 }
.customAccordionStyle2 .expandTitle a, .customAccordionStyle2 .expandTitle a:hover span{
    text-decoration:none;
}
.customAccordionStyle2 .expandTitle.fullWidthTitle {
    max-width: 100%;
}
.customAccordionStyle2 .expandTitle a {
    max-width: 960px;
    margin: auto;
}
.customAccordionStyle2 .customAccordionBlock {
  margin-top:26px;
}

.customAccordionStyle2 .accordianBlock .returnTop {

    border-top: 0px solid #d6d6d6;
}
.customAccordionStyle2 .accordianBlock .innertab h4 {
    font-size: 24px;
    line-height: 1.5;
}
.customAccordionStyle2 .accordianBlock {
    padding: 50px 0px;
}

.customAccordionStyle2 .accordianBlock .innertab h5 {
    font-size: 18px;
    line-height: 1.5;
}
.customAccordionStyle2 .accordianBlock .innertab h6 {
    font-size: 14px;
    line-height: 1.5;
}
.customAccordionStyle2{
      /*padding-bottom:50px;*/
 }
.customAccordionStyle2 h7, .customAccordionStyle2 h7 {
	font-size: 20px;
    line-height: 33px;              
    font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;
}
.expandTitle.notFullWidthTitle span {
    padding: 0px 40px!important;
    margin-left: 20px!important;
}
.customAccordionStyle2 h8, .customAccordionStyle2 h8 {
	font-size: 16px;
    line-height: 27px;              
    font-family: "BentonSansRegular", Arial, Helvetica, sans-serif;    
}

.heroBlockMask10{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,25,66,.1);
}
.heroBlockMask20{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,25,66,.2);
}
.heroBlockMask30{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,25,66,.3);
}
.heroBlockMask40{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,25,66,.4);
}
.heroBlockMask50{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,25,66,.5);
}
.heroBlockMask60{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,25,66,.6);
}
.heroBlockMask70{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,25,66,.7);
}
.heroBlockMask80{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,25,66,.8);
}
.heroBlockMask90{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,25,66,.9);
}
.heroBlockMask100{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,25,66,1);
}
.customSmallCTA3Column .hideColumnMargin .columnHero{
    margin-right:0px;
    float:left;
}

.customAccordionStyle2 .anchor_SingleHeader{
    height:0px!important;
 }
.fontBentonSansRegular {
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
}
.fontBentonSansMedium {
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
}
.fontBentonSansBold {
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
}
.fontBentonSansBook {
	font-family: BentonSansBook, Arial, Helvetica, sans-serif;
}
.fontBentonSansLight {
	font-family: BentonSansLight, Arial, Helvetica, sans-serif;
}

/**********End customAccordionStyle2***********/

/*******************************************************/

.headerRightLogo img {
    max-width: 290px;
    max-height: 36px;
}
.marginNone {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.marginSmall{
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.marginMedium{
   padding-top: 30px!important;
   padding-bottom: 30px!important;
}
.marginLarge{
   padding-top: 60px!important;
   padding-bottom: 60px!important;   
}
/*.marginDefault{
   padding-top: 60px;
   padding-bottom: 60px;   
}*/
.marginCustom{
   padding-top: 0px!important;
   padding-bottom: 0px!important;   
}
/**************** Custom FAQ ********************/
.customfaqAcc .accordianCont .expandTitle {
    background: none;
    border-top: none;
    padding: 3px 0px;

}
.customfaqAcc .expandTitle span {

    padding: 0px 0px;
    margin-left: 0px;
    background: none;
    color:#0076CB;
    vertical-align: top;
}
.customfaqAcc .expandTitle span:hover{
   color: #003283;
   text-decoration:none;
    background: none;            
}

.customfaqAcc .expandTitle a:hover{
   text-decoration:none;
}

.customfaqAcc .expandTitle a:hover span {
    text-decoration: none;
}

.customfaqAcc .returnTop {
    border-top: 0px solid #d6d6d6;
}

.customfaqAcc .pClass {
    height: 100%;
    width: 100%;
    float: left;
    padding: 0px 0px 13px 0px;
}

.customfaqAcc a:hover{
    text-decoration: none;
}
.customfaqAcc ul li{
   list-style:none;
}
.customfaqAcc ul li:before{
  display:none;
 }
.customfaqAcc.accordianBlock{
   padding: 13px 0px;  
}
.customfaqAcc .accBottomDescription{
  padding: 13px 0px;   
  }
.customfaqAcc .linkButton{
  margin-bottom:13px;
 }
.customfaqAcc h8{
    font-size: 16px;
    line-height: 22px;
 }   
.customfaqAcc ol li {
    width:100%;float:left;
}
.customfaqAcc .expandTitle {
    float:inherit;
}
.customfaqAcc .expandTitle a {
    display: inline;
}



_::-webkit-full-page-media, _:future, :root .customfaqAcc .expandTitle a {

  display: flex;

}


.customfaqAcc .faqDescription {
        width: 100%;        
}
/***********************************************/

/************Speaker Overlay**********/
#fadespeaker_background {
  transition: all 0.3s 0.3s;
}
#fadespeaker,
#fadespeaker_wrapper {
  transition: all 0.3s ease-out;
}
#fadespeaker {
  transform: translateX(0) translateY(-40%);
}
.popup_visible #fadespeaker {
  transform: translateX(0) translateY(0);
}

.speakerOverlayContent{
    max-width: 860px;
    margin: auto;
    background-color: #fff;
    margin: 30px;
    padding: 50px;
    position: relative;
    scroll-behavior: smooth;
    touch:smooth;
	-webkit-overflow-scrolling: touch;
 }
.speakerOverlayContent .speakerImage img{
    border-radius: 50%;
    border: solid 20px #fff;
    margin-top: -80px;
	width: 200px;
    height: 200px;
    box-sizing: border-box; 
 }
.speakerOverlayContent .close{
    width: 26px;
    height: 26px;
    border: 2px solid #CCC;
    border-radius: 50%;
    top: 15px;
    right: 15px;
    position: absolute;
    background-color: #fff;
    line-height: 26px;
}
.speakerOverlayContent .close span {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 30px;
    font-weight: 100;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -7px;
    margin-left:2px;
    color: #cccccc;
}


@media screen\0 {
   .speakerOverlayContent .close span{
    margin-top: -5px;
    margin-left: 3px;
    }
	.customfaqAcc .expandTitle a {
        display: inline;        
    }            
}


.customSingleSpeaker4column{
        pading-bottom:10px;
    }
.customSpeaker4column .columnHero {
    width: 22%;
    min-width: 216px;
    border: 1px solid #ddd;
    padding: 0px;
    margin: 0px 1%;
    padding-bottom:10px;
    margin-bottom: 20px;

}

.customSpeaker4column .columnHero .articleImage img{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto; 
    max-width: 216px;
    max-height: 218px;
}
.customSpeaker4column .articleImage {
    height: 214px;
    position: relative;
}
.customSpeaker4column .contentBlock ul{
    text-align: center;
    margin-top: 30px;
}
.customSpeaker4column .positionClass{
  padding:6px 10px!important;
  }

.customSpeaker4column .columnHero ul.speakerSocialLink {
    width: 100%;
    text-align: center;
}

.customSpeaker4column .columnHero ul.speakerSocialLink li {
    display: inline-block;
    list-style: none;
    padding: 10px 3px 0;
}
.customSpeaker4column .columnHero ul.speakerSocialLink li img {
    width: 25px;
}

.customSpeaker4column .contentBlock ul.speakerRoundedImage .columnHero{
    border:None;
}
.customSpeaker4column .speakerRoundedImage .columnHero .articleImage img {
    border-radius: 50%;
    max-width: 160px;
    max-height: 160px;
    width: 160px;
}
/************Speaker Overlay**********/

.billboardNew .positionLeft{
    height: 100%;
    display: table;
    width: 100%;
 }
.billboardNew .positionCenter{
    height: 100%;
    display: table;
    width: 100%;
}
.billboardNew .positionRight{
    height: 100%;
    display: table;
   width: 100%;
}

ul.speakerRoundedImage.speaker3Cols .columnHero {
    width: 30%;
    margin: 1.5%;
}
ul.speakerRoundedImage.speaker2Cols .columnHero{
    width: 47%;
    margin: 1.5%;
}
.overlayScrollStyle{
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0,0,0);
}
div.overlayScrollStyle[style]{
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;

}
.speakerFadeContainer .speakerOverlayContent .positionClass{
margin-bottom:0px!important;
}

.speakerFadeContainer .speakerOverlayContent .titleOverlay{
    font-size: 28px;
   font-family: BentonSansLight,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.63;
    color:#000; 
}

.speakerFadeContainer .speakerOverlayContent .jobTitleOverlay{
                font-family: BentonSans,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.63;
    color:#000;
}

.speakerFadeContainer .speakerOverlayContent .companyNameOverlay{
    font-family: BentonSans,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.63;
    color:#000;
}

.speakerFadeContainer .speakerOverlayContent h8{
    line-height: 1.63;

}
.customfaqAcc .accordianBlock .expandall {
    float: right;
    font-size: 13px;
    margin-bottom: 5px;
}
.faqDescription{
    /*width:100%;*/
     display: table-cell;
}

.fixElem{
    overflow: hidden!important;
    }

.livevideostream .lvsOuter {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

.livevideostream .close-btn {
    position: absolute;
    top: 10px;
    right: 6px;
    display: none;
    text-align: center;
    min-width: 26px;
    z-index: 9;
}

.livevideostream .close-btn .icon-close {
    background: rgba(0,0,0,.3) url(/etc/designs/sep1dx/images/lvsvideo-close.png) no-repeat center center;
    width: 17px;
    height: 17px;
    display: block;
    background-size: 11px;
    border-radius: 15px;
    padding: 4px;
}

/************************ medium size carousel ****************************/

.multiColStackCarContainer .videoInline .videoAllContainer .mainplayercontainerVideo {
    margin: 0px auto;
    width: auto!important;
}

.multiColStackCarContainer .multiStackCar1Col .columnHero, .multiColStackCarContainer .multiStackCar2Col .columnHero, .multiColStackCarContainer .multiStackCar3Col .columnHero{
        padding: 0px 20px;
            }

.multiColStackCarContainer .multiStackCar3Col .columnHero {
max-width:500px!important;
}
.multiColStackCarContainer .multiStackCar2Col .columnHero {
	max-width:450px!important;
}
.multiColStackCarContainer .multiStackCar1Col .columnHero {
	max-width:100%!important;
}
.multiColStackCarContainer .slick-prev{
        left: -25px;
}
.multiColStackCarContainer .slick-next {
    right: -25px;
}


.multiColStackCarContainer .mainplayercontainerOverlayVideo {
    margin: 0px auto;
    width: auto!important;
}

.multiColStackCarContainer .articleBox .columnHeroImage img {
    max-height: 700px;
}
.multiColStackCarContainer .multiStackCar1Col .articleBox{
    width:97%;
}
.multiColStackCarContainer .multiStackCar2Col .articleBox{
    width:47%;
}
.multiColStackCarContainer .multiStackCar3Col .articleBox{
    width:30%;
}
.multiColStackCarContainer{
    padding:30px 0px;
}
/**************************************************************************/


/***************Start Selected fonts***********************/

.positionClass .fontBentonSansRegular h1, .customTextBlock .fontBentonSansRegular h1, .positionClass .fontBentonSansRegular h2, .customTextBlock .fontBentonSansRegular h2, .positionClass .fontBentonSansRegular h3, .customTextBlock .fontBentonSansRegular h3,
.positionClass .fontBentonSansRegular h4, .customTextBlock .fontBentonSansRegular h4, .positionClass .fontBentonSansRegular h5, .customTextBlock .fontBentonSansRegular h5, .positionClass .fontBentonSansRegular h6, .customTextBlock .fontBentonSansRegular h6,
.positionClass .fontBentonSansRegular h7, .customTextBlock .fontBentonSansRegular h7, .positionClass .fontBentonSansRegular h8, .customTextBlock .fontBentonSansRegular h8, .positionClass .fontBentonSansRegular p, .customTextBlock .fontBentonSansRegular p
{
	font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
}

.positionClass .fontBentonSansMedium h1, .customTextBlock .fontBentonSansMedium h1, .positionClass .fontBentonSansMedium h2, .customTextBlock .fontBentonSansMedium h2, .positionClass .fontBentonSansMedium h3, .customTextBlock .fontBentonSansMedium h3,
.positionClass .fontBentonSansMedium h4, .customTextBlock .fontBentonSansMedium h4, .positionClass .fontBentonSansMedium h5, .customTextBlock .fontBentonSansMedium h5, .positionClass .fontBentonSansMedium h6, .customTextBlock .fontBentonSansMedium h6,
.positionClass .fontBentonSansMedium h7, .customTextBlock .fontBentonSansMedium h7, .positionClass .fontBentonSansMedium h8, .customTextBlock .fontBentonSansMedium h8, .positionClass .fontBentonSansMedium p, .customTextBlock .fontBentonSansMedium p
{
	font-family: BentonSansMedium, Arial, Helvetica, sans-serif;
}


.positionClass .fontBentonSansBold h1, .customTextBlock .fontBentonSansBold h1, .positionClass .fontBentonSansBold h2, .customTextBlock .fontBentonSansBold h2, .positionClass .fontBentonSansBold h3, .customTextBlock .fontBentonSansBold h3,
.positionClass .fontBentonSansBold h4, .customTextBlock .fontBentonSansBold h4, .positionClass .fontBentonSansBold h5, .customTextBlock .fontBentonSansBold h5, .positionClass .fontBentonSansBold h6, .customTextBlock .fontBentonSansBold h6,
.positionClass .fontBentonSansBold h7, .customTextBlock .fontBentonSansBold h7, .positionClass .fontBentonSansBold h8, .customTextBlock .fontBentonSansBold h8, .positionClass .fontBentonSansBold p, .customTextBlock .fontBentonSansBold p
{
	font-family: BentonSansBold, Arial, Helvetica, sans-serif;
}



.positionClass .fontBentonSansBook h1, .customTextBlock .fontBentonSansBook h1, .positionClass .fontBentonSansBook h2, .customTextBlock .fontBentonSansBook h2, .positionClass .fontBentonSansBook h3, .customTextBlock .fontBentonSansBook h3,
.positionClass .fontBentonSansBook h4, .customTextBlock .fontBentonSansBook h4, .positionClass .fontBentonSansBook h5, .customTextBlock .fontBentonSansBook h5, .positionClass .fontBentonSansBook h6, .customTextBlock .fontBentonSansBook h6,
.positionClass .fontBentonSansBook h7, .customTextBlock .fontBentonSansBook h7, .positionClass .fontBentonSansBook h8, .customTextBlock .fontBentonSansBook h8, .positionClass .fontBentonSansBook p, .customTextBlock .fontBentonSansBook p
{
	font-family: BentonSansBook, Arial, Helvetica, sans-serif;
}


.positionClass .fontBentonSansLight h1, .customTextBlock .fontBentonSansLight h1, .positionClass .fontBentonSansLight h2, .customTextBlock .fontBentonSansLight h2, .positionClass .fontBentonSansLight h3, .customTextBlock .fontBentonSansLight h3,
.positionClass .fontBentonSansLight h4, .customTextBlock .fontBentonSansLight h4, .positionClass .fontBentonSansLight h5, .customTextBlock .fontBentonSansLight h5, .positionClass .fontBentonSansLight h6, .customTextBlock .fontBentonSansLight h6,
.positionClass .fontBentonSansLight h7, .customTextBlock .fontBentonSansLight h7, .positionClass .fontBentonSansLight h8, .customTextBlock .fontBentonSansLight h8, .positionClass .fontBentonSansLight p, .customTextBlock .fontBentonSansLight p
{
	font-family: BentonSansLight, Arial, Helvetica, sans-serif;
}

/***************End Selected fonts***********************/

.headerCountDown{
    position: absolute;
    width: 100%;
    margin-left: auto;
    z-index: -1;
    margin-right: auto;

}
.headerCountDown .countDownAlignLeft table{
    margin:auto;
 }
.headerCountDown .countdown td{
    font-size:16px!important;
    min-width:auto;
    font-family: BentonSansRegular,Arial,sans-serif;
}
.headerCountDown .countdown th{

   font-size:12px!important;
    padding:0px 15px;
    text-transform:none;
}

/*video image full width*/

.multiColStackCarContainer .multiStackCar1Col .articleBox .singlecolstackcar .columnHeroImage img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    margin-bottom: 20px;
}

.multiColStackCarContainer .multiStackCar1Col .columnHero .singlecolstackcar .columnHeroImage img{
    max-height: 100%;
    width: 100%;
}
.multiColStackCarContainer .slick-slider .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 96%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 198;
    padding: 0px 2%;
    margin: auto;
    left: 0px;
    right: 0px;
}

.multiColStackCarContainer .videoInline {

    padding: 0px 0px 0px 0px;

}
.multiColStackCarContainer  .videoInline .videoAllContainer{
	min-height:auto;
}

/*video image full width*/

.EventAlert .row .gmcPart1CheckBox input, .EventAlert .row .sharingDataCheckBox input{    
    float: left;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 3px 10px 0 0;
}
.EventAlert .row {
    float: left;
    margin:0px 0 10px 0;
    width:100%;
    position:relative;
    overflow:visible;
}
.EventAlert .row .privacyinfoscroll p{
    float: left;
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 20px;
}
.EventAlert #coregmcpart2{
    float:left;
    margin-top:3px;
    margin-right:3px;
    margin-bottom: 4px; 
}
.EventAlert .row select{
    width: 100%;
    height: 34px;
    color:#444;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    margin-bottom: 5px;
    float:left;
}
.EventAlert .check input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.EventAlert .pmecoregroupGMC .gmcShowHide{
    margin-left:20px;
}
.EventAlert .gmcpart2 .row label{
    margin-bottom:10px;
}
.EventAlert .row .captchaRefreshBtn{
    float: left;
    width: 100%;
}
.EventAlert span.form-error-input{
    top:0px;
    width: 100%;
    float: left;
}
.EventAlert .pmecoregroupGMC .gmcPart1CheckBox span.form-error-input{
    float: none;
    left: 25px;
}
.EventAlert .btnSubmit{
    margin: 25px 0px 20px 0;
}
.EventAlert .gmcpart2 .gmcpart2Radio{
    float: left;
    padding-right: 40px;
}
.EventAlert .eventprofileconsent .row{
    margin: 0px 0px 15px 0px;
    font-size: 14px;
}
.EventAlert .eventProfileCheckBox #eventprofileconsent p {
    font-size: 14px;
    font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
}
.EventAlert .row .eventProfileCheckBox input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.EventAlert .row .eventProfileCheckBox input {
    float: left;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 3px 10px 0 0;
    font-size: 14px;
}
.aribafooterLinks .cookieconsentwrapper{
	display: inline-block;
}