 /* EVENT INFO AND WEBINAR INFO */
#pricing table {
  width: 100% !important;
}

.metaCol {
	padding: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.metaCol .metaAttr {
	border: 1px solid #d8d8d8;
	background: #f6f6f6;
	margin-bottom: 10px;
	border-radius:10px;
}

.metaCol .metaAttr td {
	padding: 8px;
}

.metaCol .attrInfo {
	font-size: 16px;
	padding-right: 8px;
}

.metaCol .attrTitle {
	font-weight: 700;
	color: #127998;
}

.metaCol .attrIcon {
	font-size: 24px;
	color: #949ba4;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	background-color: #eee !important;
	color: black;
}

.social {
	margin: 0;
	padding: 0;
}

.social ul {
	margin: 0 auto;
	padding: 5px;
}

.social ul li {
	margin: 5px;
	list-style: none outside none;
	display: inline-block;
}

.social i {
	width: 35px;
	height: 35px;
	color: #FFF;
	background-color: #909AA0;
	font-size: 22px;
	text-align: center;
	padding-top: 11px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.social i:hover {
	color: #FFF;
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
	/* round facebook icon*/
	background: #4060A5;
}

.social .fa-twitter:hover {
	/* round twitter icon*/
	background: #00ABE3;
}

.social .fa-linkedin:hover {
	/* round linkedin icon*/
	background: #0094BC;
}
.twt-x-icon {height:35px;border-radius:100%;border:7px solid #909AA0;background:#909AA0;margin-top:-3px;transition:all .5s}
.twt-x-icon:hover, .social a:focus > .twt-x-icon {background:black;border:7px solid black;box-shadow:none}

/* DC - focus indicators for social icons */
.social a:focus i.fa-facebook{
	background-color: #4060A5;
}
.social a:focus i.fa-twitter{
	background-color: #00ABE3;
}
.social a:focus i.fa-linkedin{
	background-color: #0094BC;
}
.social a:focus, .social a:focus img{
	outline: 1px dashed;
	outline-offset: 1px;
}

@media only screen and (max-width: 725px) {
     .rightSidebar {display:none;}
     .sidebarReplace {display:block;}
}
@media only screen and (min-width: 725px) {
     .leftSidebar {display:none;}
     .sidebarReplace {display:none;}
}
