/* Compiled Less CSS File */
/* Generated from "main.css" */

@import url("icon.css");
 @import url("yamm.css");
/*-----------------Custom Style---------------------*/
/****Written by Pravin Patil  17-Feb-2014************/
/*--------------------------------------------------*/
/**********css less variables***********************/
.grey-bg {
	background: #ffffff;
	/* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
/* IE6-8 */

}
/***************************************************/
/*temp style to handle a home-page****************/
.form-control{
	padding-right:6px !important;
}
#upcoming-events img, #latest-research img, #upcoming-webcasts img {
	width: 100%;
	height: 130px;
}
/**************************************************************/
body, td {
	font-family: 'open sans', Arial, Gadget, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0;
	padding: 0;
}
.btn-info {
  color: #fff !important;
  background-color: #0072b4;
  border-color: #08528a;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff !important;
  background-color: #08528a;
  border-color: #0072b4;
}
table {
	line-height:1.42857143
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th 
	{
	  background-color: #0072b4;
	  color:#eeeeee;
	}
.product_specs {
	width:100%	
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top:5px
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, body {
	font-family: 'open sans', Arial, Gadget, sans-serif;
}
a {
  color: #08528a;
  text-decoration: none; 
}
a:hover,
a:focus {
  color: #0072b4;
  text-decoration: underline;
}
a:link {
	text-decoration: none;
	color: #08528a;
}
a.more {
	background-image: url(/assets/images/bullet_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
}

a.more:hover {
	text-decoration: underline;
}
.navbar-toggle .icon-bar {
	//border: 1px solid #fff;
	border: 1px solid #0172b6 ;
}
.top-blue-strip {
	margin:0px 0px 5px 0px;
	height: 35px;
	line-height: 30px;
	vertical-align: middle;
}
.top-wrapper {
	background: #fff;
}
.top-link {
	color: #666666 !important;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 5px;
}
.top-link:hover {
	color: #fff;
}
.social {
	padding: 3px;
}
.right-text {
	text-align: right;
}
.global-search .input-group-addon{
	padding:0px;
	border:none;
}
.search-text {
	width: 200px;
	border: 1px solid #ddd;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
td {
    padding: 5px;
    vertical-align: top;
}

ol {
	margin-left:-40px
}

ul.middle-links {
	margin: 0;
	padding: 0;
}
ul.middle-links li {
	display: inline-block;
}

ul.middle-links li a {
	font-size: 1.2em;
}
ul.middle-links li a:hover {
	text-decoration: none;
	cursor: pointer;
	transition: all ease 1s;
}
.form-horizontal .control-label {
	text-align: left;
	font-weight:500;
}
.search-container {
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	border: 1px solid rgba(0, 0, 0, 0.24);
	border-radius: 5px;	
	height:40px;
	margin-left:0px;
	width: 100%
}
.search-container .input-group {
	width:175px;
}
.search-box {
	/*position: relative;*/

	/*background: #CCC;
	border: 1px solid #7D8188;
	display: none;
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
	*/	
	padding-left:20px;
}
.search-container #sort_type{
	//padding-top:5px;
}

.council_sort {
	font-size:0.9em;
	float:right
}

#sort_type a.current_sort {
	font-weight: bold;
	text-decoration: underline
}
.search-container #search{
	//padding-bottom:5px;
	margin-top: -6px;
}
.icon-addon:after, .icon-addon:before {
display: table;
content: " ";
}

.tcb-wrapper {
	margin-top: 20px;
}
.right-box-el {
	text-align: right;
	margin-bottom: 5px;
}
.navbar {
	background: #666666 !important;
	margin-bottom: 0;
}

.navbar-nav.navbar-right:last-child {
	background: #0072b4	
}

.navbar-nav.navbar-right .main-submenu li{
	padding-bottom:5px;
}

.navbar-nav.navbar-right .main-submenu li a:hover{
	border-bottom:1px dashed grey;
}

.navbar-nav.navbar-right i{
	font-size: 16px;
	top: 3px;
	margin: 0px 4px;
}
.signin-dropdown li.dropdown-header {
	padding: 3px 0px;
	font-weight: bold;
	font-size:15px;
	color: #08528a;
}

.navbar-nav.navbar-right .signin-dropdown li:hover{
	
}

.signin-dropdown{
	right:14px !important;
}

.navbar-nav > li > a {
	color: #fff !important;
}
/*.in .main-menu ul.main-submenu li a {
	color: #ffffff !important;
}*/
.navbar {
	position: relative;
	min-height: 30px !important;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
}

.navbar-collapse {
	padding-left:0px
}

.navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
}
.dropdown:hover .dropdown-menu {
   //display: block;
}
.navbar-nav > li > a {
	padding: 5px 8px;
}
.navbar-nav > li > a:hover {
	background: #999999;
	
}


.navbar-toggle {
	//background: #0172b6;
	background:white;
}
.web-footer {
	background: #666;
	min-height: 150px;
	color: #fff;
	margin-top:20px
}
.web-footer a {
	color: #fff;/*margin-top: 10px;*/
}
.t-blue {
	background: #0172b6;
	color: #fff;
	border: 1px solid #0172b6;
	cursor: pointer;
}
.web-header {
	margin-top: 20px;
	font-size: 0.9em;
}
.web-header .left .row {
	margin-top: 5px;
}
.advance-question {
	color: #333;
	text-decoration: underline;
	padding-left: 5px;
}
.advance-question:hover {
	color: #000000;
}
.tcb-question {
	color: #333;
	text-decoration: underline;
	padding-left: 5px;
}
.tcb-question:hover {
	color: #000000;
}
.lg-box {
	background: #ffffff;
}
.main-menu .caret {
	border-top-color: #fafafa;
	border-bottom-color: #ffffff;
}
.main-menu ul.main-submenu {
	min-width: 225px;
}
.main-menu ul.main-submenu li.dropdown-header {
	padding: 3px 0px;
	font-weight: bold;
	color: #08528a;
}
.main-menu ul.main-submenu li.dropdown-header a {
	padding: 3px 0px;
	font-weight: bold;
	color: #08528a;
	font-size: 1.0em
}
.main-menu ul.main-submenu li a {
	color: #666;
	font-size: 0.9em;
}
.main-menu ul.main-submenu li a:hover{
	border-bottom:1px dashed grey;
}

.main-menu .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	//background-color: #0172b6 !important;
	border-color: #0172b6 !important;
}
.main-menu .nav .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.bread-strip {
	background: #f5f5f5;
}
.footer-list {
	margin-top: 15px;
	margin-left:-55px
}
.footer-list li {
	list-style: none;
}
.footer-list ul li a {
	color: #eee;
	display: inline-block;
	padding-left: 10px;
}
.ftlist-head {
	font-weight: bold;
	margin-bottom: 5px;
}
.ftlist-head {
	font-weight: bold;
	margin-bottom: 5px;
}
.ftlist-head a {
	padding-left:0px !important	
}
.ftlist-subhead {
	margin-top: 2px;
}
.ftlist-subhead a {
	padding: 0 !important
}
.ft-hr {
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #222;
}
/****************carousel starts***********************************************/
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -60px;
  }
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -60px;
  }
.carousel-control.right {
	background: transparent !important;
}
.carousel-control.left {
	background: transparent !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	height: 300px;
}
.carousel-control {
	z-index: 11;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	font-size: 14px;
	color: #000;
}
/******************carousel ends***********************************************/
/************home feature news starts******************************************/
.shadow-0 {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: auto;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow-1 {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
#home-feature-news {
	background: #fff;
	height: auto;
	overflow: auto;
	border: 1px solid #dddddd;
	padding: 3px;
	margin-bottom: 20px;
}
#home-feature-news img {
	float: left;
	margin-right: 15px;
}
#home-feature-news img.kbi {
	width:100%
}
.featured_date {
	font-style: italic;
	color: #999;
}
/**********home news********************************************************/
#home-news {
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #f6f6f6;
	border-bottom: none;
	padding: 10px 20px;
}
#home-news .carousel-inner .homenews-item {
	display: inline-block;
	float: left;
	width: 25%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0;
}
#home-news .carousel-inner .homenews-item img {
	height: 60px !important;
	width: 60px;
	margin-right: 5px;
	float: right;
}
#home-news .home-news-info {
	height: 120px;
	background: #fff;
	float: left;
	border-bottom: none;
	padding: 5px;
	color: #08528a;
	font-size: 0.8em;
}
#home-news .home-news-info:hover  {
	background:#eaeaea;
}
#home-news .carousel-inner .homenews-item p {
	width:60%
}
#home-news .item a {
	border-right: 1px solid #f0f0f0;
}
#home-news .item a:last-child {
	border-right: none;
}
#home-news .left {
	left: 56px;
}
#home-news .right {
	right: 56px;
}
#home-news:before, #home-news:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: auto;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#home-news:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
/***********news ends**************************************************/
/***********economics indicators starts*******************************/
.eco-indicators {
	padding: 0px;
	border: 1px solid #ddd;
}
.eco-indicators li {
	list-style: none;
	padding-left: 25px;
}
.eco-indicators li .indicator-name {
	color: #08528a;
	font-size: 0.9em;
	font-weight: normal;
}
.eco-indicators li .indicator-name a {
	color: #08528a;
}
.eco-indicators li .indicator-points {
	float: right;
}

.eco-indicators a i{
	font-size:15px;
	top:2px;
}
.indicator-head {
	background: #ffffff;
	/* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	/* IE6-8 */

	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	padding: 7px 5px;
	color: #000;
	font-weight: normal;
	font-size: 1.1em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: none;
}
.eco-indicators li.down {
	background: url(/assets/images/down.png);
	background-repeat: no-repeat;
}
.eco-indicators li.up {
	background: url(/assets/images/up.png);
	background-repeat: no-repeat;
}
.eco-indicators li.nochange {
	background: url(/assets/images/nochange.png);
	background-repeat: no-repeat;
}
.us-indices, .globe-indices {
	background: #fff !important;
	border-radius: 0;
	color: #fff !important;
	padding: 7px 10px !important;
}
.eco-indicators .panel-title {
	font-size: 1.0em !important;
}
.eco-indicators .panel-title a {
	color: #08528a;
}
.eco-indicators .panel-title a:hover {
	text-decoration: underline
}
.eco-indicators .panel + .panel {
	margin-top: 0px;
}
.eco-indicators .panel-body {
	border-top: none !important;
}
.eco-indicators .panel {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.eco-indicators .panel-default > .panel-heading {
	color: #333333;
	background-color: #ffffff;
}
/***********economics indicators ends*******************************/
/***********event container starts*********************************/
.event-container .tab-pane {
	background: #fff;
}
.event-container .nav-tabs {
	background: #ffffff;
	/* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	/* IE6-8 */

	border: 1px solid #ccc;
	border-top: 1px solid #006699;
}
.event-container .nav-tabs > li {
	border-right: 1px solid #ccc;
	font-weight: bold;
}
.event-container .nav-tabs > li > a {
	margin-right: 0px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	color: #000;
}
.event-container .nav-tabs > li.active > a {
	color: #006699;
}
.event-container .nav-tabs > li > a:hover {
	background: #006699;
	color: #fff;
}
.event-container .tab-pane span {
	font-weight: normal !important;
}
.event-container .tab-pane {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
}
.event-title {
	margin-top: 10px;
}
.event-title a {
	color: #0172b6;
	font-weight: bold;
	font-size: 0.85em;
}
.event-time .register-link a {
	color: #F00;
	font-weight: bold;
	font-size: 0.85em;
}

/* INDICATORS */

.indicators {
	margin-left:40px	
}

.indicators span {
	display:none;
}
.indicators ul li, #content .indicators ul li, span.large_indicator, span.small_indicator {
	background-image:url(/images/site/indicators_sprite.gif);
	background-repeat:no-repeat;
}
.indicators ul {
	padding-left:5px;
}
#us_indicators li {
	height:25px;
	padding-left:35px;
	margin-bottom:20px;
}
#us_indicators li a {
	background:none;
	padding:0;
}
#us_indicators .up, span.up_large {
	background-position:0 3px;
}
#us_indicators .nochange, span.nochange_large {
	background-position:0 -98px;
}
#us_indicators .down, span.down_large {
	background-position:0 -197px;
}
#us_indicators .none, span.none_large {
	background-position:0 -25px;
}
#global_indicators li {
	height:13px;
	padding-left:30px;
	margin-bottom:10px;
}

#global_indicators ul { 
	list-style-type: none;
}

#global_indicators li a {
	display:inline-block;
	width:80%;
	background:none;
	padding:0;
	float:left;
}
#global_indicators .up, span.up_small {
	background-position:0 -299px;
}
#global_indicators .nochange, span.nochange_small {
	background-position:0 -399px;
}
#global_indicators .down, span.down_small {
	background-position:0 -498px;
}
#content #us_indicators li {
	padding-left:35px;
	margin-bottom:10px;
	height:85px;
	width:200px;
	float:left;
	margin-right:10px;
}
#content #global_indicators li {
	padding-left:30px;
	margin-bottom:10px;
	height:auto;
}
span.large_indicator {
	display:block;
	//width:65px;
	height:50px;
	float:left;
	padding:4px 20px 0 30px;
	font-size:20px;
	color:#666;
}
.indicator_description {
	border-left:1px solid #ccc;
	/*width:400px;*/
	float:left;
	padding-left:10px;
}
.indicator_description p {
	margin:0;
}
.indicator_description .button {
	margin-top:10px;
}
span.small_indicator {
	display:inline-block;
	height:13px;
	padding-left:20px;
}

/***********event container ends*********************************/
/***********TCB Topics starts here***********************************/
#tcb-topics .panel {
	border-radius: 0 !important;
	border: none;
}
#tcb-topics .panel-heading {
	background: #ffffff;
	/* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	/* IE6-8 */

	color: #000;
	border-radius: 0 !important;
	border: 1px solid #ccc;
	border-left: 2px solid #666;
	text-transform: uppercase;
}
#tcb-topics .panel-body {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
}
#tcb-topics .panel-body img {
	width: 120px;
	height: 100px;
	float: left;
	margin-right: 10px;
}
.topic-box {
	background: none;
	margin-top:8px;
}
.topic-box-ttl {
	padding: 0 0 7px 0;
	color: #000;
	font-size: 1.3em;
	border-bottom: 2px solid #08528a;
	margin-bottom: 10px;
	margin-top:20px
}
.topic-box-info img {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

/************Regions***************************/
/* Country position on the image (z-index goes here) */

#content #asia-pacific {
  position: relative;
  width: 100%;
  height: 278px;
  background:url(/images/regionsmarket/asia-pacific.jpg) no-repeat;
  padding: 0;
}

/* List styling */

#content #asia-pacific li {
  display: block;
  position: absolute;
  background:none;
  margin:0px;
  padding: 0px;
  list-style: inherit !important
}

/* Link styling */
#asia-pacific a {
  display: block;
  text-indent: -9999px;
  text-decoration: none;
  outline: none;
  cursor: default;
}

/* Country position on the image (z-index goes here) */

#chi {left: 21px; top: 0px;}
#jap {left: 362px; top: 0px;line-height:1}


/* Country width & height */

#chi a {width: 361px; height: 279px;line-height:1}
#jap a {width: 144px; height: 279px;line-height:1}

/* Country hover image position */

#chi a:hover {background: url(/images/regionsmarket/asia-pacific.jpg) 0px -279px no-repeat;}
#jap a:hover {background: url(/images/regionsmarket/asia-pacific.jpg) -362px -279px no-repeat;}

#content .products_services {
	position: relative;
	/*float: left;*/
	clear:both	
}


/* END MESSAGES */

/************Products Services***************************/
.lg-box {
	margin-top: 10px;
}
.product-box {
	background: #fff;/*min-height: 300px;*/

}
.product-box .product_listing_info {
	color: #666;
	font-size: 0.9em;
}
.product-box-ttl {
	padding: 0 0 7px 0;
	color: #000;
	font-size: 1.3em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
}
.product-box-ttl i {
	color: #006699;
	font-size: 0.9em;
}
.product-box .view_all {
	color: #000;
	margin-top: 5px;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	padding: 3px;
}
.product-box-ttl a {
	color: #333333;
}
/***************Products Services******************************/
/******************Home Page Design ends here*****************/


/************Account Creation/Sign In***************************/
.sign-ins{
	margin-left:2px;
}
.sign-ins-ttl {
	font-size: 1.7em !important;
	//color: #7db834;
	//border: none !important;
	background: #FFF !important;
	padding: 0px !important;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.scrollable-menu {
    height: auto;
    max-height: 150px;
    overflow-x: hidden;
	//left:13px;
}

.form-group.required .control-label:after {
	color: red;
	content: "*";	
}

.form-enable{
	display:block;
}

.form-disable{
	display:none;
}

/***********Comman Design Blocks Starts Here******************/
/***********widget Block**************************************/
.widget {
	background: rgba(253, 253, 253, 0.3);
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 20px;
}
.widget p {
	margin-top: 0px
}
.block-head {
	background: #ffffff;
	/* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	/* IE6-8 */

	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	padding: 7px 5px;
	color: #000;
	font-weight: normal;
	font-size: 1.2em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.widget h4, .widget-title {
	background: #ffffff;
	/* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	/* IE6-8 */

	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	padding: 7px 5px;
	color: #000;
	font-weight: normal;
	font-size: 1.1em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.widget-info input[type="submit"] {
   	display: block;
    margin-left: auto;
    margin-right: auto;
	width:70%;
	margin-bottom: 10px
}

.widget-info .btn {
	width:70%;	
}
.modalpanel{
    font-size: 1.3em;
    padding: 8px 3px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    background: none repeat scroll 0% 0% #F9F9F9;
    margin-top: 10px;
}


.widget-img {
	float: left;
	display: inline-block;
	border: 1px solid #ccc;
	margin-right: 10px;
	max-width: 75px;
	max-height: 100px;
}
.widget-title p {
	margin-bottom: 0px;
}
.widget-info {
	height: auto;
	overflow: auto;
	background: #fff;
	padding: 5px;
}
.widget-info b {
	font-size: 1.05em;
	font-weight: normal
}
.widget a.play_webcast {
	padding: 0 !important;
	display: block;
	height: 250px;
	width: 100%;
	position: relative;
}
.widget .play_webcast img:nth-child(2) {
	/*position: absolute !important;
	top:0 !important;
	left:0 !important;
	margin-top: 160px !important;
	margin-left: 140px !important;
	width: 30px !important;
	height: 30px !important;*/

	display: none;
}
.widget-sponsors .widget-info a {
	border: 1px solid #f1f1f1;
	padding: 5px;
	display: inline-block;
	width: 210px;
	height: 70px;
}
.widget-sponsors .widget-info a img {
	width: 200px !important;
	height: 60px !important;
	position: absolute;
	float: left;
	padding: 0 !important;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all ease 1s;
}
.widget-sponsors .widget-info a img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all ease 1s;
}
.widget-sponsors .widget-info p br {
	display: none;
}
.widget .play_webcast {
	display: block;
}
.widget .play_webcast img {
	padding: 0 !important;
	height: 250px !important;
	width: 100% !important;
	display: block;
	position: absolute;
}
.play-btn {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADFUlEQVRYR8WXW4jPQRTHdxcbQnJdiRf3S3kir8oL0qK0RXlAHjZil8iDB5Ekl5Ak5EHaUC5tJLwoD4tXciehlUtya63757v9Rmen+f12fr//tnvq03/mN+fMnP/MmZkz5WXxMhDV+TAbJsFoqEzMf/D7Au7DdWiETzFdl0coTUFnEyyG3hH6UvkOZ2Bn4lSqWZYD/bDaAbXQI3JgX+0XHw7BZmgJ9ZHmwASUzydTXXDsdmZ3qFVDs99ZyIFpKF2FYYGR1YEcuwgv4V2iM5RfxYQGWQhVAVvpz4W7ts13YCyNN2G418Er6tvgBPzsYEp60b4ctsBIT1dOzIA37rt1oC8fb8FUz+gc9WXwrYOB/WbF0ElY4DU0UZ8FCtQy68Be6nWe8j7q6+FvzsGdegWFPbDOs9+ezNB/BxR0WpueRlHrvAj+FBzcOnGBis4QJ5rNcdDsZuA4Fa2bk9cUdNh8KXFwZz6AwgMYYfo7TLlWDqhR0a0YcCJnFHAh0QFTDwrMPLIS5aPGQLNQJQeWwCnToCN1DPxO6V3xIGPtCsWIjuEY0WH2HEYZ5Ro5cAxWmI8HKK/N6NEGpKZ1Dej8j5GDKK02ikfkwG2Ybj7OoXwl0gGndpZCzLKo78um7yY5oNNsiPmoHfEopwNSj1mWiejpxnTyVg60grtW1dAfvhZwwJk8o6B9ryvZF/X92XxslQMKIh2fTkp1QLtDy6FliXLAX4LxWD0uMAP6I9oV2h1px7aWV4HrpG0JOiMItQsU3Q8zHFdTMAhL2YZZ0x3yJbgNixxEMdPtO5B6EOU9iq9FTrfvQOpRLMXuuIx0L6xyt2FXX8dawsnwtLsSkl0MrlS/XUbUh/oNsPeCdLosJdNgg0F5oa5jK++p7Ib90JbLZYgeL7pNN4C9Y2TyBGbCB2cfSsuVlF4Cpdm+2LRcnSlzkij7VYqVlZYrz5gH92ynaQ+TQSidBr0DO0O0dWvgo99Z1tNMN+RGULAoxS4iWi69D/XEC74nYh6nSiR1wSyFPI/TBvS3gqY+VWIccMah57kLMgVpoef5P6GiwWWNO5UCAAAAAElFTkSuQmCC);
	/*background-color: #fff;*/

	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 45%;
	margin-top: 25%;
}
.tcb_play_large {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADFUlEQVRYR8WXW4jPQRTHdxcbQnJdiRf3S3kir8oL0qK0RXlAHjZil8iDB5Ekl5Ak5EHaUC5tJLwoD4tXciehlUtya63757v9Rmen+f12fr//tnvq03/mN+fMnP/MmZkz5WXxMhDV+TAbJsFoqEzMf/D7Au7DdWiETzFdl0coTUFnEyyG3hH6UvkOZ2Bn4lSqWZYD/bDaAbXQI3JgX+0XHw7BZmgJ9ZHmwASUzydTXXDsdmZ3qFVDs99ZyIFpKF2FYYGR1YEcuwgv4V2iM5RfxYQGWQhVAVvpz4W7ts13YCyNN2G418Er6tvgBPzsYEp60b4ctsBIT1dOzIA37rt1oC8fb8FUz+gc9WXwrYOB/WbF0ElY4DU0UZ8FCtQy68Be6nWe8j7q6+FvzsGdegWFPbDOs9+ezNB/BxR0WpueRlHrvAj+FBzcOnGBis4QJ5rNcdDsZuA4Fa2bk9cUdNh8KXFwZz6AwgMYYfo7TLlWDqhR0a0YcCJnFHAh0QFTDwrMPLIS5aPGQLNQJQeWwCnToCN1DPxO6V3xIGPtCsWIjuEY0WH2HEYZ5Ro5cAxWmI8HKK/N6NEGpKZ1Dej8j5GDKK02ikfkwG2Ybj7OoXwl0gGndpZCzLKo78um7yY5oNNsiPmoHfEopwNSj1mWiejpxnTyVg60grtW1dAfvhZwwJk8o6B9ryvZF/X92XxslQMKIh2fTkp1QLtDy6FliXLAX4LxWD0uMAP6I9oV2h1px7aWV4HrpG0JOiMItQsU3Q8zHFdTMAhL2YZZ0x3yJbgNixxEMdPtO5B6EOU9iq9FTrfvQOpRLMXuuIx0L6xyt2FXX8dawsnwtLsSkl0MrlS/XUbUh/oNsPeCdLosJdNgg0F5oa5jK++p7Ib90JbLZYgeL7pNN4C9Y2TyBGbCB2cfSsuVlF4Cpdm+2LRcnSlzkij7VYqVlZYrz5gH92ynaQ+TQSidBr0DO0O0dWvgo99Z1tNMN+RGULAoxS4iWi69D/XEC74nYh6nSiR1wSyFPI/TBvS3gqY+VWIccMah57kLMgVpoef5P6GiwWWNO5UCAAAAAElFTkSuQmCC);
	/*background-color: #fff;*/

	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 42%;
	margin-top: 40%;
}
.play_webcast {
	position:relative;
	float:left;
}
.webcast-play {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADFUlEQVRYR8WXW4jPQRTHdxcbQnJdiRf3S3kir8oL0qK0RXlAHjZil8iDB5Ekl5Ak5EHaUC5tJLwoD4tXciehlUtya63757v9Rmen+f12fr//tnvq03/mN+fMnP/MmZkz5WXxMhDV+TAbJsFoqEzMf/D7Au7DdWiETzFdl0coTUFnEyyG3hH6UvkOZ2Bn4lSqWZYD/bDaAbXQI3JgX+0XHw7BZmgJ9ZHmwASUzydTXXDsdmZ3qFVDs99ZyIFpKF2FYYGR1YEcuwgv4V2iM5RfxYQGWQhVAVvpz4W7ts13YCyNN2G418Er6tvgBPzsYEp60b4ctsBIT1dOzIA37rt1oC8fb8FUz+gc9WXwrYOB/WbF0ElY4DU0UZ8FCtQy68Be6nWe8j7q6+FvzsGdegWFPbDOs9+ezNB/BxR0WpueRlHrvAj+FBzcOnGBis4QJ5rNcdDsZuA4Fa2bk9cUdNh8KXFwZz6AwgMYYfo7TLlWDqhR0a0YcCJnFHAh0QFTDwrMPLIS5aPGQLNQJQeWwCnToCN1DPxO6V3xIGPtCsWIjuEY0WH2HEYZ5Ro5cAxWmI8HKK/N6NEGpKZ1Dej8j5GDKK02ikfkwG2Ybj7OoXwl0gGndpZCzLKo78um7yY5oNNsiPmoHfEopwNSj1mWiejpxnTyVg60grtW1dAfvhZwwJk8o6B9ryvZF/X92XxslQMKIh2fTkp1QLtDy6FliXLAX4LxWD0uMAP6I9oV2h1px7aWV4HrpG0JOiMItQsU3Q8zHFdTMAhL2YZZ0x3yJbgNixxEMdPtO5B6EOU9iq9FTrfvQOpRLMXuuIx0L6xyt2FXX8dawsnwtLsSkl0MrlS/XUbUh/oNsPeCdLosJdNgg0F5oa5jK++p7Ib90JbLZYgeL7pNN4C9Y2TyBGbCB2cfSsuVlF4Cpdm+2LRcnSlzkij7VYqVlZYrz5gH92ynaQ+TQSidBr0DO0O0dWvgo99Z1tNMN+RGULAoxS4iWi69D/XEC74nYh6nSiR1wSyFPI/TBvS3gqY+VWIccMah57kLMgVpoef5P6GiwWWNO5UCAAAAAElFTkSuQmCC);
	/*background-color: #fff;*/

	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 40%;
	margin-top: 40%;
}
.widget-footer {
	height: auto;
	border: 1px solid #666666;
	padding: 1px;
	background: #666666;
}
.widget-footer .wdt-action {
	display: inline-block;
	padding: 5px 15px;
	color: #000;
	background: #f1f1f1;
	border: 1px solid #222222;
}
.wdt-action:hover {
	background: #006699;
	color: #fff;
	border: 1px solid #003366;
	transition: background ease 1s;
}
/*.widget div{ background:#fff;}*/
/***********widget*******************************************************/
/*******news widget starts**********************************************/
.news_widget ul {
	margin: 0;
	padding: 0;
}
.news_widget ul li {
	list-style: none;
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	border-left: 2px solid #fff;
	margin-bottom: 10px;
}
.news_widget ul li:hover {
	background: #f9f9f9;
	border-left: 2px solid #0099DA;
}
.news_widget ul li:hover a {
	color: #0072b4;
}
.news_widget ul li a {
	color: #666;
	font-size: 0.9em;
}
.news_widget .widget-info {
	max-height: 200px;
	height: 175px;
	overflow: auto;
	margin-right: 2px;
}
/************news widget ends****************************************/
/***************widget-text starts**********************************/
.widget-text ol, .widget-text ul {
	margin: 0;
	padding: 0;
}
/***************widget-text ends**********************************/
/************Text widget starts*************************************/
.text_widget {
	height: auto;
}
.text_widget h4 a {
	color: #000;
}

.text_widget div, .image_widget div {
	padding: 5px;
}
.text_widget ul, .text_widget ol {
	margin: 0;
	padding: 0;
	height: auto;
	max-height: 250px
}
.text_widget ul li {
	list-style: square;
	list-style-position: inside;
	margin-bottom: 10px;
	border-bottom: 1px dotted #eaeaea;
	padding-bottom: 10px;
	
}
.text_widget ul li a {
	color: #000;
}
.widget_bullets
{
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px !important;
	padding-top: 2px !important;
	clear: both;
	background-image: url('/assets/images/bullet_sprite.gif');
}

.text_widget div p {
	padding-left: 0 !important;
}
.text_widget div p a {
	padding: 0;
	color: #08528a;
}
.text_widget div p a.more {
	background-image: url(/assets/images/bullet_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 15px !important;
	padding-top: 2px !important;
	clear: both
}
.text_widget div p a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.text_widget div p a.more:hover {
	background-position: 0 -94px;
	clear: both;
	padding-left: 15px !important;
	padding-top: 2px !important;
}
.text_widget img {
	border: 1px solid rgba(249, 249, 249, 0.81);
	float: left;
	margin-right: 10px;
	width: 100%;
}
.help_icon {
background: url(/images/site/icon_sprite.jpg) no-repeat -2px -430px;
display: inline-block;
line-height: 200px;
overflow: hidden;
height: 15px;
width: 15px;
float: right;
}
.shop_widget td {
    width: 50%;
    vertical-align: top;
    border-bottom: 1px solid #EAEAEA;
    color: #666;
    padding: 5px 0px;
}
.shop_widget td.left_col {
    color: #08528A;
}
.widget h5 {
font-size: 13px;
font-weight: normal;
}

/***********************************************************************/
.press-highlight img {
	float: left;
	margin-right: 10px;
}
/*****************widgets ends*****************************************/
/************************Left Navigation Starts***********************/
.left-nav {
	background: #fff;
	padding-left:5px
}
.left-nav-ttl {
	/* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

/*	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */

/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */

/*	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */

/*	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */

/*	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */

/*	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */

/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	/* IE6-8 */

	padding: 5px 0px 0px 0px;
	color: #000000;
	font-size: 1.1em;
	border-bottom: 1px solid #08528a
}
@media all and (max-width: 767px) {
.left-nav-ttl {
  //padding: 80px 0px 0px 0px;
  color: #000000;
  font-size: 1.1em;
  border-bottom: 1px solid #08528a;
	}
}
.left-nav-ttl a {
	color: #000000;
	font-size: 1.0em;
}

.left-nav-ttl i {
	font-size: 0.9em;
	padding-top: 4px;
	padding-right: 0px;
}

.left-nav-menu {
	min-height: 50px;
	border: 0px solid #ddd;
	border-top: none;
	margin-bottom: 5px;
}

.left-nav-menu ul {
	margin: 0;
	padding: 10px 5px 5px 5px;
	list-style: none !important
}

.left-nav-menu ul li.current_section a {
	color:#006699 !important;
	background-position: 0 -694px
}

.left-nav-menu ul li.current_product a {
	color: #08528a;
	background-position: 0 -1394px;
}

.left-nav-menu ul li.current_section a:hover {
	background-position:2px -593px;
	color:#08528A;
}

.left-nav-menu ul li.current_section a:hover {
	background-position:0 -794px;
}

.left-nav-menu ul li.current_section ul li a {
	background-position: 2px -493px 
}

.left-nav-menu ul li.current_section ul li a:hover {
	background-position:2px -593px;
	color:#08528A;
}

.left-nav-menu ul li.current_section ul li a:hover {

}
 
.left-nav-menu ul li.current_section ul li.current_subsection a {
	background-position: 2px -593px;
	font-weight: bold
}

.left-nav-menu ul li.current_section ul li.current_subsection a:hover {

}

.left-nav-menu ul li a {
	color:#000;
	background-image:url(/images/site/bullet_sprite.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding:4px 0 4px 15px;
	display:block;
	list-style:none
}
.left-nav-menu ul li a:hover {
	background-position:0 -93px;
	color: #006699 !important;
}

.left-nav-menu ul li ul li:last-child a {
	border-bottom: none !important;
}

.left-nav-menu ul li ul {
	padding: 3px 0px 3px 15px;
	border: none;
}

.left-nav-menu ul li ul a {
	border-left: none !important;
}

.left-nav-menu ul li ul li a {
	background-image:url(/images/site/bullet_sprite.gif);
	background-repeat:no-repeat;
    background-position: 2px -1593px;
	padding:2px 0 2px 20px;
	display:block;
}
.left-nav-menu ul li ul li a:hover {
	background-image:url(/images/site/bullet_sprite.gif) !important;
	background-repeat:no-repeat !important;
    background-position: 2px -1693px;
	padding:2px 0 2px 20px;
}
/************************Left Navigation Ends****************************/
/********pagination starts here******************************************/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
	background: url() !important;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #0099da;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #000000;
	background-color: #0099da;
	border-color: #0099da;
	color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #0099da;
	border-color: #0099da;
}
.pagination.pagination-border > li > a, .pagination.pagination-border > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border: none;
	border-bottom: 3px solid #eee;
}
.pagination.pagination-border > .active > a, .pagination.pagination-border > .active > span, .pagination.pagination-border > .active > a:hover, .pagination.pagination-border > .active > span:hover, .pagination.pagination-border > .active > a:focus, .pagination.pagination-border > .active > span:focus, .pagination.pagination-border > li > a:hover, .pagination.pagination-border > li > span:hover, .pagination.pagination-border > li > a:focus, .pagination.pagination-border > li > span:focus {
	border-color: #0099da;
	background-color: transparent;
	color: #0099da;
}
.pager li > a, .pager li > span {
	border-radius: 2px;
	color: #0099da;
}
.pager li > a:hover, .pager li > span:hover {
	color: #fff;
	background-color: #0099da;
}
.pager.pager-border li > a, .pager.pager-border li > span {
	border-radius: 2px;
	color: #0099da;
	border: none;
	border-bottom: 3px solid #eee;
	padding-left: 0;
	padding-right: 0;
	margin: 0 15px;
}
.pager.pager-border li > a:hover, .pager.pager-border li > span:hover {
	color: #fff;
	background-color: transparent;
	border-color: #0099da;
	color: #000;
}
/*************************************Pagination ends here******************/
.pdf {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACJ0lEQVQ4T4XTzWsTQRgH4N/O7CZha9xsvmpBSxW1oiC1MQYVRYOCXhR6EOpBPHgJjdGDloKFFhQ9FCmNJ+PBQ845ePEgeBDBkpz9A6RUxQZWsO2a/YwzW1c3zaILwwyz8z7z7s68Av4+u9lwkDUamAsbrrHJFdZc/lIIrMh1Op23lNK4IAgkLNK2bdRqtWqlUln0kSBwwrKsZUPXiVN9DHL6PEjhDHiQ67owTROpVArtdhuNRqNaLpc9xAd4n2eLm9ZPHebCPMSJ6yCjRzzAcRwPSCaTXs/Ber1eLZVKi30AX7w5ewfiWB4SQ7rdrocYhgFVVXu+TBTFQh/AA9YfzkA6Oo7Y1Wve7rxxhH2itzsfZ7NZhAJ8C23qJshOBYknS14GPuL3HFEUJRywVz5Bm5sG2RGHcvs+pIOH/iA8kCMclWU5HGjP3EVk9DDk4kVoC4+QvPcA0sg+L3U/G55lJBLpB4xvX5tfpm5haOk53M0NaM+eQm8tQ9o1BJoZBE1nEBvPY+DKBA/uB1Znp5uCSCEXTsFm5x0Z2QuaSuPHqwasz6ugCRXS/gNQJm/0Au8VRf1IncqFYnF+uPYSlP1A/vCUg73zXQORByBEoyCEbGXQyiTOEiJcXnfdS7nXb8bkY7mes/aR7VebXfctoJmOv0BXGG5Z5oeStjG3rT7+VVcuA04Ga+E4u23vWDHFWFRoMQU0lx2nHo1GzwWBPb/L+X/BvuOwwdov4QEJrudVMsEAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	padding-left: 20px !important;
	color: #08528a;
}
.xls {
	padding-left: 20px !important;
}
a.doc 
{
background: url(/images/site/file_icons.gif) no-repeat 0px -75px;
padding: 2px 0 2px 15px;
}
a.jpg, a.jpeg, a.png, a.tif, a[href$=".bmp"]:hover, a[href$=".gif"]:hover, a[href$=".jpg"], a[href$=".jpg"]:hover, a[href$=".jpeg"]:hover, a[href$=".png"]:hover, a[href$=".tif"]:hover 
{
background: url(/images/site/file_icons.gif) no-repeat 0px -300px;
padding: 2px 0 2px 15px;
}
a.ppt, a.pptx, a.pps, a[href$=".ppt"]:hover, a[href$=".pptx"]:hover, a[href$=".pps"]:hover, a.ppt:hover, a.pptx:hover, a.pps:hover 
{
background: url(/images/site/file_icons.gif) no-repeat 0px -225px;
padding: 2px 0 2px 15px;
}

a.xls, a.xlsx, a.xlsm 
{
    background: url(/images/site/file_icons.gif) no-repeat scroll 0px -150px transparent;
    padding: 2px 0px 2px 15px;
}
 a.txt, a.csv, a[href$=".rtf"]:hover, a[href$=".txt"]:hover, a[href$=".csv"]:hover
 {
    background: url(/images/site/file_icons.gif) no-repeat scroll 0px -450px transparent;
    padding: 2px 0px 2px 15px;
}
.page-title, .subsite-title {
	font-size: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.product_info {
	padding-right:15px;
	padding-left:0;
	float:left;
}
.product_info img {
	width: 100%;
}
.block-sub-ttl {
	background: #f9f9f9;
	padding: 8px 7px;
	border-bottom: 1px solid #0099DA;
	color: #08528a;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.block-sub-ttl .glyphicon {
	color: #666666;
}

.block-sub-info
{
margin-top: 20px;
margin-bottom: 20px;
margin-left: 10px ! important;
}
.date {
	color: #999;
	font-size: 1.0em;
}
.press-date {
	margin-top: 10px;
}
.get-to-top {
	display: inline-block;
	background: #000;
	padding: 10px 13px;
	position: fixed;
	bottom: 5px;
	right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#tabs ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#tabs ul li {
	display: inline-block !important;
	padding: 5px 8px;
	background: #666666;
}
#tabs ul li.active {
	background: #66cc33;
}
#tabs ul li a {
	color: #000000;
}
.product_listing_info {
	color: #666;
	font-size: 0.9em;
	margin-top: 5px;
}
.content-list {
	margin: 0;
	padding: 0;
}
.img-size{
	width:75px;
}
.smallimg-size
{
float:left;
width:75px;
margin: 0px 5px 5px -25px;
}
.content-li {
	background: none !important;
	list-style: none !important;
}
.mytab{
	 margin-left:-2px !important;
	 margin-bottom:10px;
}
.mytab li{
	margin:-1px !important;
	padding-left:0px !important;
}

.content-list li {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 15px;
}
.content-list li img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content-list-title {
	font-size: 1.2em;
	display: inline;
	/*
padding: 4px;
border: 1px solid #E9E9E9;
background: #FAFAF2;*/

	color: #333;
	margin-bottom: 10px;
}
.zero-space{ margin:0; padding:0; border-top: none !important}

.product_highlight {
	border:1px solid #cad7e1;
	padding:10px;
	background:#e0f2ff;
}

.product_highlight .btn {
	width:25%
}

.product_highlight h2 {
	border: none !important;
	padding: 0px !important;
	background:none !important
}

.product_highlight h2 a{
	font-size: 1em !important;
	color: #7db834 !important;

}
.webcast_type {
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	background:#08528a;
	padding:5px;
	margin-bottom:10px;
	font-size:10px;
}

.dvd ol {
	margin-left:0px	;
	padding-left:0px !important
}

.dvd ol li {
	margin-bottom:10px
}

.dvd li img { 
	float: left;
	margin-right: 5px;
	width:15%;
	border: 0px
}
.disclaimer {
    font-size: 9px;
    color: #666;
    line-height: 14px;
}
/***********Comman Design Blocks ends Here**********************************/
/************Website Modules starts here********************************/
/********Press Starts************/
table#press_listing tr:last-child {
	border-bottom: 1px solid #ccc;
}
.date_listing {
	background: #f9f9f9;
	width: 120px;
	border-right: 1px solid #f1f1f1;
}
.date_listing:hover {
	border-right: 1px solid #dddddd;
}
.right_bar {
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	font-weight: normal;
	color: #999;
}
.box-page {
	background: #fff;
	box-sizing: border-box;
	/*border: 1px solid #ccc;*/

	border-top: none;
	padding: 5px 10px;/*	margin-top: -9px;
	-moz-box-shadow: 3px 3px 3px rgba(50,50,50,0.28);
	-webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);
	box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);*/

}
.warning-box {
	border: 1px solid #D6E9C6;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: none repeat scroll 0% 0% rgba(234, 228, 228, 0.51);
	
}
.press-title {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	padding: 7px;
	font-size: 1.2em;
}
/**********************Press Ends*******************************************/
/***********************Webcast starts**************************************/
.webcast-listing {
	background: rgba(251, 251, 251, 0.5);
	margin-bottom: 20px;
	padding: 5px;
	min-height: 150px;
	height: auto;
	overflow: auto;
	border: 1px solid rgba(204, 204, 204, 0.35);
}
.webcast-listing .video-pic {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 20px;
}
.webcast-listing a {
	font-size: 1.1em;
}
.webcast-listing .video-pic a {
	display: block;
	width: 150px;
	height: 150px;
	position: relative;
}
.webcast-listing img {
	width: 100%;
	height: 150px;
	opacity: 0.72;
	position: absolute;
}
.webcast-listing img:hover {
	opacity: 1.0;
	transition: opacity 1s ease;
}
/***********************Webcast ends**************************************/
/***********Topics**************/
/******This css is written for control feautered class accross the site********/
#content h1 {
	margin-top:5px
}

#content .featured {
	position:relative;
	display: block;
}

#content .featured img
 { 
 float:left;
 padding:0px 10px 10px 0px;
 width:250px;
}
#content .featured_content {
	/*float:left;*/
	bottom: 10px;
	right: 0;
}
.featured_content h2, .featured_content h2 a, #content h1, #content h1 a, input#PCtitle {
	font-size: 1.7em !important;
	color:#000;
	background:#FFFFFF !important;
	border: none !important;
	padding: 0px !important;
}

.featured_content .btn {
	width:25%
}
.tagline {
	border-top: 1px solid #ddd;
	padding-top:3px;
	background:#f9f9f9;
	border-bottom: 1px solid #ddd;
	width:52%;
	padding-bottom:3px;
	font-size:1.1em;
	float:left
}

#content .row {
	display:block;
	clear:both
}
.pod
{
margin-bottom:10px
}
.pod_info
{
height: 45px;
}
.pod h3{ font-size:1.2em !important; color:#7DB834}
.pod h3 a{ color:#08528a}

.pod img {
	width:100%;
	height:100px;
}

.highlight-pod {
	/*float: left;
	margin: 0 5px 5px 0;
	display: block*/
	height:225px;
	margin-bottom:20px;
	margin-top:0px
}

#content .featured-item {
	height: 300px;
	overflow: hidden;
	position: relative;
}
#content .featured-item-info {
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	margin: 0;
	background: #fff;
	padding: 15px;
	height: 103px;
	border: 5px solid #66cc33;
	border-bottom: none;
	transition: top 0.6s ease-in-out;
}
#content .featured-item:hover .featured-item-info {
	top: 198px;
	-moz-opacity: 0.94;
	-khtml-opacity: 0.94;
	opacity: 0.94;
}
#content .featured-title {
	background: #66cc33;
	padding: 7px;
	color: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
}

#content ul {
	margin-left: -45px;
}

#content li {
	list-style: none;
}

#content ul li, #tinymce ul li {
	margin:5px 0px 0px 10px;
	background:url(/images/site/ul_bullet.gif) no-repeat 5px 6px;
	padding-left:20px;
}

#content h2 {
	font-size: 1.3em;
	padding: 8px 3px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #f9f9f9;
	margin-top: 10px
}

#content h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #eaeaea;
	padding: 8px 0px;
}
#content h4 {
color: #666;
font-size: 1.0em;
border-bottom: 1px solid #ccc;
margin: 10px 0;
padding: 8px 0;
text-decoration: none;

}
#content .highlight-text{
	color: #08528A;
}

/***********Topics**************/
/**********************Webcast  starts*************************************/
.pod-box {
	margin-bottom: 20px;
	width: 250px;
	height: 148px;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: inset 0 0 1em #f1f1f1, 0 0 1em #ccc;
	-moz-box-shadow: inset 0 0 1em #f1f1f1, 0 0 1em #ccc;
	box-shadow: inset 0 0 1em #f1f1f1, 0 0 1em #ccc;
	cursor: pointer;
}
.leftpd {
	float: left;
}
.rightpd {
	float: right;
}
.pod-box .pod-title {
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	position: relative;
	top: 1px;
	background: #ffffff;
	/* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	/* IE6-8 */

	font-size: 1.4em;
	border: 1px solid #ddd;
	color: #000;
	padding: 8px 5px;
	margin-top: 0;
}
.pod-box img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.pod-box:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.pod-box .pod-info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(219, 127, 8, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: -150px;
	height: 107px;
}
.pod-box a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #006699;
	color: #FFF;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.pod-box p {
	position: relative;
	color: #fff;
	padding: 10px 10px 0px 10px;
	text-align: center;
}
.pod-box p {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.pod-box a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pod-box:hover .pod-info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.pod-box .pod-info:hover {
	background: #2d2d2d;
	opacity: 0.8;
}
.pod-box:hover p, .pod-box:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.pod-box:hover p {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.pod-box:hover a.info {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.pod p {
margin: 15px 0;
}






/***************webcast ends***************/


/***********Promotional Video**************/
/*a.chinacenter_promo_large {
	background:url(/images/site/chinacenter_videodark.jpg) no-repeat;
	display:block;
	width:505px;
	height:274px;
	margin:0;
}*/
a.chinacenter_promo_large:hover {
	background:url(/images/site/chinacenter_videolight.jpg) no-repeat;
	text-decoration:none;
}

a.ceochallenge_promo_large {
	background:url(/images/site/ceochallenge_videodark.jpg) no-repeat;
	display:block;
	width:505px;
	height:274px;
	margin:0 auto;
}

a.ceochallenge_promo_large:hover {
	background:url(/images/site/ceochallenge_videolight.jpg) no-repeat;
	text-decoration:none;
}

a.tcb_promo_large {
	background:url(/images/widgets/tcbvideolargelight.jpg) no-repeat;
	display:block;
	//width:505px;
	width:auto;
	height:176px;
	margin:0;
}
a.tcb_promo_large:hover {
	background:url(/images/widgets/tcbvideolargedark.jpg) no-repeat;
	text-decoration:none;
}

/*a.council_promo_large {
	background:url(/images/widgets/counciltestimonialdark.jpg) no-repeat;
	display:block;
	width:505px;
	height:176px;
	margin:0;
}*/
a.council_promo_large:hover {
	background:url(/images/widgets/counciltestimoniallight.jpg) no-repeat;
	text-decoration:none;
}

/***********Promotional Video ends**************/

/**********************************Modal window starts ************************************************/

.modal-header .close {
	margin-top: -10px;
}

.model-panel{	
	background: #006699 !important;
	padding: 5px;	
	margin:-15px;
	height:30px;
}

.model-panel a{
	color: #ffffff;
	font-size: 1.1em;
}
.model-panel a span{
	padding-left: 5px;
	padding-right: 5px;
}
.model-content{
	padding:15px;
	padding-left: 25px;
}
.model-content h2{
	font-size: 1.3em;
	padding: 8px 3px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #f9f9f9;
	margin-top: 10px;
}
.model-content ul{
	padding:0px 10px;
}
.model-content ul li, #tinymce ul li {
	list-style:none;
	margin: 5px 0;
	background: url(/images/site/ul_bullet.gif) no-repeat 5px 6px;
	padding-left: 20px;
}


.video-container{
	margin:10px;
}
/**********************************Modal window ends ************************************************/

/*********************************Animation Start**********************************************************/
.glyphicon-refresh-animate {
	 -webkit-animation: spin1 .7s infinite linear;
	-moz-animation: spin2 .7s infinite linear;
  	 -animation: spin .7s infinite linear;
   
}


@-moz-keyframes spin2 {
    from { -moz-transform: scale(1) rotate(0deg);}
    to { -moz-transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spin1 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/******************************* Animation End *******************************************************/


/******************************** Print Start ************************************************************/

@media print {
  .navbar{
	  display:none;
  }
  .top-wrapper{
	   display:none;
  }
}

/******************************** Print End ************************************************************/

/************Website Modules ends here********************************/
/***************media queries***********************************************/
@media all and (max-width: 1200px) {
	#search_form {
		padding-top: 15px;
	}
}
@media all and (max-width: 768px) and (min-width: 768px) {
.indicator-head {
	margin-top: 10px;
}
.right-box-el {
	display: none;
}
.nav .dropdown a {
	//font-size: 0.8em;
}
/*.sign-up {
	position: absolute;
	top: -40px;
	z-index: 1;
	background: #069;
	right: 32px;
}*/
.sign-up li {
	float: right !important;
}
ul.main-submenu {
	width: 700px !important;
}
.main-menu .col-lg-3 {
	border: none;
	width: 50%!important;
	display: inline-block !important;
	float: left;
}
.pod-box {
	float: none !important;
}
}
@media all and (max-width: 767px) {
/*.top-blue-strip, .middle-links {
	display: none;
}*/
.logo{
	width: 120%;
}
.indicator-head {
	margin-top: 10px;
}
.right-box-el {
	display: none;
}
.navbar {
	//background: none !important;
	background:#0172b6 !important;
	//position: fixed;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.navbar-collapse {
	background: #0172b6;
	max-height: 700px !important;
	//min-height: 600px;
	//overflow: auto!important;
	//box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	//width: 22.5em;
	//transition: width 0.2s ease-out;
}
.navbar-nav {
	margin: 0;
	padding: 0
}

.main-menu li {
	border-bottom: 1px solid #3f83c2;
	color: #ffffff;
}
.main-menu li.dropdown ul {
	background: #212121 !important;
}
.main-menu li.dropdown li {
	border-bottom: 1px dotted #acaca0;
	color: #fff !important;
	padding: 5px 3px 5px 20px;
	
}
.main-menu li.dropdown-header {
	padding: 5px 2px !important;
	background: #212121 !important;
	color: #fff !important;
	
}
/*.main-menu li.dropdown li:hover{
	background: #fff;
		
}*/
.main-menu li .dropdown li:hover a {
	color: #000 !important;
	text-decoration: none;	
}

.nav .caret {
	border-top-color: #f3f5f6;
	border-bottom-color: #f2f5f8;
}
.main-menu .col-lg-3 {
	border: none;
}
.navbar-toggle {
	float: left;
}
.web-header {
	/*border-bottom: 1px solid #000;*/
	//position: fixed;
	width: 100%;
	z-index: 1;
	background: #fff;
	top: 0 !important;
	margin-top: 0 !important;
}
.web-header .mob-top {
	float: right;
}
.tcb-wrapper {
	//margin-top: 60px;
}
.sign-up {
/*display: none*/
}
.pod-box {
	float: none !important;
	margin: 0 auto;
	margin-bottom: 20px;
}
.webcast-box {
	background: #333;
	margin: 15px;
	padding: 0;
	padding-bottom: 10px;
}
}
@media all and (max-width: 480px) {
.logo {
	margin-top:5px;
}
.indicator-head {
	margin-top: 10px;
}
.right-box-el {
	display: none;
}
}
/***************media queries*********************************************/
@media all and (max-width: 560px) {
.event-container .nav-tabs li {
	width: 100%;
	background: #f1f1f1;
	margin-bottom: 0px;
	border-bottom: 1px solid #0071b5;
	border-left: 5px solid #0071b5;
}
.event-container .nav-tabs li.active {
	background: #0071b5;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEBklEQVRYR8VXTUhUURQ+b3T8S8WFuRDRjYjQIjIQRCMiN+UPOCr4ByamIKRgVi4GUTERCSXRTYHQSgVpFH9a6EIKRRe2SAyEXKiYCxVT02kadabvvOYO782vLzTv5nHvPfd+3z3fOefeJ9EVN+kq8QsLC6uvjADAjTj8c48EcnJyMmw2m0Gn06XB6IYWL9nt9hXYz0uSZBofH//oaS3AX2LeCNvvKgLZ2dlpmOjWCuqD4FeAPJ2YmJgXNgDvBcYT7mPugZNAVlYWn/idltOexzY8PFwqKCh4nZ+f3wTwNwCvdoC/Gh4efiETwMlv4vMJk3I/LCxMys3N1WdkZOjj4+N15wESNpubm7a5ubmTkZGRk6ioKKmlpSU0JiZG19HRsbO0tHTdAT6L730QsAoCM8C+zZMJCQm65ubm0OjoaE3AriQPDg5ser1eCgoKknp7e2lhYUE2gdv38LkF8A3uSxxw+H7gTkBAAPX09FzTempvHrJarbwfLS4uOk1AIBvgk2JAgvbd0P4xDxQVFQWVlJQEa3G5L/DOzk5aXl52mkBWKisrUwU+e4AjVE61vr4+t9Nvb28TNNTEyWKxEDSnlRXOyL8tOTmZmpqaiGVRbsYEfrD3eXB0dDQC3lCB1dTUUGlpKSEgz0Xi6OhIBl9dXXXaIxOIvREZGWkPDg5WATCBQ2E5NjYW4YpSXFxMKEqUmZlJ5eXlhKDySuTw8JDa29tpbW1NZdPY2EgpKSmEYLTU1dWFunrAJ4GKigoym83yGgQn1dfXU2xsrBuJ/f19amtrI6Shao51Zw9OT0+fMAFUx0hNBDiI+FTsBW4hISFUVVWlkmR3d5daW1uJ40XZkpKSCClNGxsbZw0NDeazszPSTIA3nJqaov7+ftXmQhI+OYMzCWUTuqOeUGVl5fHOzo58gn8iwAsHBwc5SFUgLAkH3d4e1xZ1E7rzKGT4KWbdCKAw2L1GlcsEV7TZWa6ivpvQXVhdGIHT01M5xZTFxZWK0D0wMNA5dWEEeEfOCEdgubmBA7Srq4tYd2XzScBfHfDkbNbcaDS6aY9Ip9TUVLclF06AEZBasidEjXDVXYsHfJZiX+EmakRiYqJMRqm7WMdxYzAYRBZYkQUqffxeRv4inrOCLxpX3cU6lGUbyu+xo78EAqpL5dKuY0FgYGDg99DQkNXRfwsCz5SHutQHCT/Pamtrj7kEO9pDEFAVkkt7kqE021Cif62vr8slGPXuM17H91wl9foozcvL06enp+vj4uI0vQ23trZsiItTk8lkRYY4qywI3AGBLx4J8OBlPct5b9ykjyYnJ02eAvq//5h49YByAtXxLlxmwBj/KSX7S0XlPNZ9Q38e3/c49Yy/tVf2cyqI/QFLjv+uSbR0qgAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: right;
}
.event-container .nav-tabs li.active a {
	color: #fff;
}
.event-container .nav-tabs li a {
	border-radius: none !important;
	background: none !important;
	border: none !important;
}
.event-container .tab-pane img {
	max-width: 90%;
}
.event-container .tab-pane {
	border-left: 5px solid #0071b5;
}
}
/***************Media Quesries Ends**************************/

/***************Shopping Cart Starts**************************/

.th {
font-weight: bold;
}
.shopheader
{
background: #CDCCCC;
}
.shopheader th
{
text-align: center;
}
#ship_table tbody tr td 
{
border: none;
}
#bill_table tbody tr td 
{
border: none;
}
.card
{
border: none !important;
}
.chk-btnstyle
{
margin-top:10px;
width: 150px !important; 
margin-left: 7px;
}


.td {
vertical-align: top;
padding: 5px;
}
.current_step
{
color: #000;
font-weight: bold;
}
.shopping_cart
 {
color: #999;
padding-left: 20px;
margin-top: 10px;
line-height: 18px;
}

.totals_row td
 {
font-weight: bold;
background: #eaeaea;
text-align: right;
}
.discount_row td, .totals_row td {
text-align: right;
}
.price_col {
text-align: right;
}
/***************Shopping Cart Ends**************************/

.button_publication_signin {
    background: url(/images/site/publication_sign_in_button.png) no-repeat scroll 0% 0% transparent !important;
    font-size: 9.8px;
    font-weight: bold;
    display: block;
    width: 358px;
    height: 32px;
    border: 0px none;
    cursor: pointer;
    padding: 8px 0px 0px 8px;
}
.button_publication_check {
    background: url(/images/site/publication_check_button.png) no-repeat scroll 0% 0% transparent !important;
    font-size: 9.8px;
    font-weight: bold;
    color: #08528A;
    display: block;
    width: 358px;
    height: 32px;
    border: 0px none;
    cursor: pointer;
    padding: 12px 0px 0px 8px;
}

div.contacts {
    padding-left: 10px;
    border-left: 1px solid #CCC;
}
/*************** rss icon starts**************************/

#content .rss_icon li a {
background: url(/images/site/icon_sprite.jpg) 0 -403px no-repeat;
padding: 2px 2px 2px 20px;
}
#content .rss_icon li  {

padding: 0px !important;
}
/*************** rss icon ends**************************/

/* *************** acoordian classes starts ************************** */
.panel > .panel-heading {
position: relative;
padding: 15px;
}
.panel-title-webcasts > a.collapsed:after {
/* minus sign */
content: '\2b';
position: absolute;
right: 24px;
font-size: 20px;
}

.panel-title-webcasts > a:after {
/* plus sign */
content: '\2212';
position: absolute;
right: 24px;
font-size: 20px;
}

.padding-heading
{
	padding: 8px 16px 8px 16px !important;
}
/* *************** acoordian classes ends ************************** */
/* *************** blog classes starts ************************** */
#author_byline{
float: left;
font-size: 11px;
margin: 5px 10px 10px 0px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
/*text-align: center;*/
display: inline-block;
}
#content #author_byline ul li {
  background: 0;
  padding: 0;
  padding: 5px 10px;
}
#post_content p a{
  background: none !important;
}
/* *************** blog classes ends ************************** */
.blackRegular li {
	padding-bottom: 15px;
}
a.hbr_promo_large {
  background: url(/images/site/hbrlight.jpg) no-repeat;
  display: block;
  width: 505px;
  height: 271px;
}

/* *************** /councils/framework.cfm?councilid=32 ************************** */
.tree {
    min-height:20px;
    padding:5px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}
.resource_search_form {
    padding:5px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.fix_field
{
	color: #a94442;
	font-size: 100%;
	font-weight: bold;
	position: relative;
	top: 4px;
}
.cc_error
{
 border: 1px solid rgb(136, 139, 127);
 background-color: #D72D2D;
 color: white;
 font-size: 12px;
 padding: 5px;
}

/*************************************Content Search Panel Starts*****************************************/
 .search-section{
	padding: 10px 15px 0px 10px;
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	border: 1px solid rgba(0, 0, 0, 0.24);
	border-radius: 5px;	
	width: 100%
}

.form-grp {
 	 margin-bottom: 5px ! important;
}
.sort_section{
	 margin-top:7px;
}
.content_search_section{
     margin-top: -5px;
}
/*************************************Content Search Panel Ends*****************************************/

/************** Top panel for the Mobility **********************/
@media all and (max-width: 767px) {
	.search_desktop{
	 display: none;
	}
	#search_form {
	  padding-top: 0px ! important;
	}
	.frm-grp{
	 margin-bottom: 0px;
	}
	
	.mob_search_header{
	 	margin-top: 4px;
	}
	.mob_container{
		 margin-bottom: -4px;
	}
	.navbar-nav > li > a:hover {
		background:#08528a ! important;
		border-radius: 4px;
	}	
	.desk_logo{
		display: none;
	}
	.google_search_desk {
		display:none;
	}
	.google_search_mob {
	  	display: block !important;
	}
	.Mobile_Sign_Up {
		display: none;
	}
	.mobile_SignIn {		
		padding-top: 15px;		
	}
}
@media all and (min-width: 768px) {
	.mob_search{
	 	display: none;
	}
	
	.desktop_SignIn {
		display:none;
	 }
	 .mob_logo{
	 	display: none;
	 }
}

.mob_search_panel{
 	width: 190px;
 	float: left;
}
.mob_search_header{
 	margin-top: 4px;
}

.google_search_mob {
	display: none;
}

@media all and (min-width: 330px) and (max-width:767px ){
	.mob_search_panel {
	  width: 250px;
	}
}
@media all and (max-width:328px ){
	.sign-up {
		padding-top: 15px;
	}
}
@media all and (min-width: 992px) {
	.social_icon_desktop{
		margin-left:75px ! important;
		margin-right: 25px ! important;
}
	.cart_icon_desktop{
		margin-left:-100px ! important ;
}}

@media all and (max-width: 425px) {
.top-blue-strip, .middle-links {
/*	display: none;*/
}}
@media all and (min-width: 425px) and (max-width: 600px){
.social_xs{
	margin-left: 40px ! important;
}
.cart_icon_xs{
	margin-left: -40px ! important;
}}
@media all and (min-width: 601px) and (max-width: 767px){
.social_sm{
	margin-left: 70px ! important;
}
.cart_icon_sm{
	margin-left: -70px ! important;
}}
/************************************* l stands for large in mobile device*****************************************/  
@media all and (max-width: 424px) and (min-width: 335px){
.col-lxs-4{
	width: 20%;
}
.col-lxs-6{
	width: 50%;
}
.col-lxs-2{
	width: 30%;
}}
/************************************* m stands for medium in mobile device*****************************************/  
@media all and (min-width: 265px) and (max-width: 334px){
	.col-mxs-6{
		width: 61%;
		margin-left: -30px;
	}
	.col-mxs-4{
		width: 39%;
	}
	.col-mxs-2{
		width: 5%;
	}
}
.top-blue-strip .container .row .social_icon_desktop{
  z-index: 1;
}
.top-sign{
	cursor:pointer;
	text-decoration: underline;
	font-size: 15px;
  	color: #08528a;
} 
.top-sign-btn{
	background: #0172b6;
	border-radius: 4px;
}
.top-signup-btn{
	border-radius: 4px;
}
.top-sign-btn a{
	font-size:14px;
}
/****************** Top panel completed***************************/

/************** Left menu for the Mobility **********************/
/*.in .main-menu ul.main-submenu li a {
		color: #666;
}*/

@media all and (max-width: 1199px) {
	.left-nav-mob {
		display:block !important;		
	}	
	.left-nav-desktop{
		display:none !important;		
	}	
	.collapseLeftNav{
		border: 1px solid #DDDDDD; 
		background-color:#f5f5f5;
		border-radius: 3px;
		border-top: none;
		//display:none !important;	
	}	
	.collapseLeftNav .panel-body{
		padding:0px !important;
	}
	.yamm .nav, .yamm .dropup, .yamm .dropdown, .yamm .collapse {
		position: static;
	}
}
	
.left-nav-mob {
	display:none;	
}

.left-nav-desktop{
	display:block;
}
.collapseLeftNav .panel-body{
	padding:5px !important;
}
	
.head-panel{
	border : 1px solid #DDDDDD; 
	border-radius: 4px;
  	padding: 10px !important;
 	background-color: #EFEEEE;
}

.head-panel h4{
	cursor:pointer;
}

.head-panel h4 a{
	text-decoration:none;
	color:#08528a;
}

.panel-body .left-nav{
 	background: transparent ! important;
}

/****************** Left menu completed***************************/

/************** Footer part for the Mobility **********************/

@media all and (max-width: 767px) {
	.desk_footer {
		display:none;
	}
	.mob_footer {
	  display: block !important;
	}
	.in .main-menu ul.main-submenu li a {
		color: #ffffff !important;
	}
}

.mob_footer {
	display: none;
}

.head-panel h4 {
  cursor: pointer;
}
.head-pnl {
	margin-bottom:10px;
  	cursor: pointer;
}
.panel-grp {
  margin-bottom: 10px;
}
.ftr_pnl
{
	background-color:#666 ! important;
	border: none ! important;
}
.panel-title-webcasts1 > a.collapsed:after {
	/* minus sign */
	content: '\2b';
	position: absolute;
	right: 24px;
	font-size: 20px;
	color: #000;
}

.panel-title-webcasts1 > a:after {
	/* plus sign */
	content: '\2212';
	position: absolute;
	right: 24px;
	font-size: 20px;
	color: #000;
}
.panel-title a{
	font-size:14px;
}

/****************** footer part  completed***************************/
.desk_footer .container{
	  padding-right: 60px ! important;
}
@media all and (max-width: 450px){
	.col-xxs-12{
	width:100% ! important; 
	}
	.search-xs-7{
 	 width: 60%;
 	}
	.search-xs-5{
	  width: 40%;
	}
}

/**************** Burgger Icon for high resolution **************************************/

@media (min-width: 768px) and (max-width: 1000px){
	.in .main-menu ul.main-submenu li a {
		color: #ffffff !important;
	}
	.desk_footer {
		display:block !important;
	}
	.mob_footer {
	  display: none;
	}
	
	.frm-grp{
	 	margin-bottom: 0px;
	}
	.navbar-collapse {
  		padding-left: 15px;
	}
	.navbar {
	  background: #0172b6 !important;
	  position: relative;
	  top: 0;
	  left: 0;
	  width: 100%;
	  z-index: 1;
	}	
	.navbar-collapse {
	  background: #0172b6;
	  max-height: 700px !important;
	}
	.navbar-collapse {
	  width: auto;
	  border-top: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}
	.navbar-nav {
		width:100%;
 		margin: 0;
  		padding: 0;
	}
	.navbar-header {
 	 float: none;
	}
	.mob_container {
  		//margin-bottom: -4px;
	}	
	.mob_search_panel {
 		 width: 250px;
	}
	.navbar-toggle {
	  display: block;
	  float:right;
	}
	.mob_search_panel{
		 display: block;
	}
	.search_desktop{
		display: none;
	}
	.main-menu li {
	  //border-bottom: 1px solid #3f83c2;
	  border-top: 1px solid #3f83c2;
	  color: #ffffff;
	}
	.navbar-nav > li {
 	 float: none;
	}
	.navbar-nav > li > a:hover {
		background:#08528a ! important;
		border-radius: 4px;
	}	
	
	.main-menu li.dropdown ul {
 	 background: #212121 !important;
	}	
	.Mobile_Sign_Up {
		display: none;
	}
		
	.desktop_SignIn {
		display:block;
	 }	 
	 .navbar-nav .open .dropdown-menu {
		  position: static;
		  float: none;
		  width: auto;
		  margin-top: 0;
		  background-color: transparent;
		  border: 0;
		  -webkit-box-shadow: none;
		  box-shadow: none;
	}
	 .navbar-collapse.collapse {
		  display: none !important;
		  height: auto !important;
		  padding-bottom: 0;
		  overflow: visible !important;
	}
	.collapse.in {
  		display: block !important;;
	}
	
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
 		 padding: 5px 15px 5px 25px;
	}
	.main-menu li.dropdown li {
	  border-bottom: 1px dotted #acaca0;
	  color: #fff !important;
	  padding: 5px 3px 5px 20px;
	}
	.main-menu li.dropdown-header {
	  padding: 5px 2px !important;
	  background: #212121 !important;
	  color: #fff !important;
	}
	.main-menu li.dropdown ul {
 	 background: #212121 !important;
	}	
	/*.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color:#08528a !important;
	}*/
	
}
/**************** Burgger Icon for high resolution  End**************************************/

/******************** iframe related responsive & global responsive *************************/

.mob-overflow{
	overflow:auto;
}

.embed-responsive-2by1{
	padding-bottom: 100%;
}
@media (min-width: 992px) and (max-width: 1200px){
	.embed-responsive-2by1{
		padding-bottom:55% !important;
	}
	
}
@media (min-width: 740px) and (max-width: 991px){
	.embed-responsive-2by1{
		padding-bottom:75% !important;
	}
	
}
@media (min-width: 677px) and (max-width: 739px){
	.embed-responsive-2by1{
		padding-bottom:82% !important;
	}
	
}

@media (min-width: 600px) and (max-width: 676px){
	.embed-responsive-2by1{
		padding-bottom:93% !important;
	}
	
}
/******************** iframe related responsive & global responsive end *********************/
@media all and (max-width: 410px){
.card_width{
	width: 50% ! important;
}}
/*******************************************insightminute modal window form********************************/
.new-content #checkuser .form-group,.new-content #checkuser p{
margin-left: 40px ! important;
}
/*******************************************right widget responsiveness ********************************/
@media (min-width: 650px) and (max-width: 991px){
.widget a.play_webcast {  
    width: 70% ! important;
}
.widget-footer{
	width: 70% ! important;
}}

@media (min-width: 992px) and (max-width: 1200px){
.widget a.play_webcast {  
    width: 60% ! important;
}
.widget-footer{
	width: 60% ! important;
}}
@media (min-width: 430px) and (max-width: 1200px){
.widget-info .btn {
    width: 50% ! important;
}
.text_widget img {
       width: auto;
}}
/*******************************************right widget responsiveness ends********************************/
/*******************************************cart review********************************/
@media (min-width: 350px) and (max-width: 1200px){
.review_exp_date {
    width: 330px;
}}
@media (max-width: 349px){
.col-exp-3{
	width: 30%;
}
.col-exp-9{
	width:70%;
}}
/*******************************************cart review ends********************************/
/*******************************************Youtube Media********************************/
@media (max-width: 550px){
.embed_responsive_16by9 {
    padding-bottom: 60%;
}
.embed_responsive {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}
.embed_responsive .embed_responsive_item, .embed_responsive iframe, .embed_responsive embed, .embed_responsive object, .embed_responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}}
@media (min-width: 400px) and (max-width: 500px){
	.embed_responsive_16by9 {
     padding-bottom: 65% ! important;
}}
@media (min-width: 335px) and (max-width: 399px){
	.embed_responsive_16by9 {
     padding-bottom: 70% ! important;
}}
@media (max-width: 334px){
	.embed_responsive_16by9 {
     padding-bottom: 85% ! important;
}}
/*******************************************Youtube Media Ends********************************/
/*******************************************Consumerconfdetail.cfm********************************/
@media (min-width: 460px) {
	.datadetail_consumerconf{
		margin-left: 40px ! important;
	}
}
/*******************************************Consumerconfdetail.cfm Ends********************************/
/*******************************************Usforecast Table******************************************/
.myTable-highlight-all {
	overflow: hidden;
	z-index: 1;
	cursor:pointer;
}
.myTable-highlight-all tbody td, .myTable-highlight-all thead th {
	position: relative;
}
.myTable-highlight-all tbody td:hover::before {
	background-color: #CCC ! important;
	content:'\00a0';
	height: 100%;
	left: -5000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: -1;
}
.myTable-highlight-all tbody td:hover::after {
	background-color: #CEE7FF ! important;
	background-color: #CCC ! important;
	content:'\00a0';
	height: 10000px;
	left: 0;
	position: absolute;
	top: -5000px;
	width: 100%;
	z-index: -1;
}
.myTable-highlight-all thead th:hover::after {
	background-color: #CCC ! important;
	content:'\00a0';
	height: 10000px;
	left: 0;
	position: absolute;
	top: -5000px;
	width: 100%;
	z-index: -1;
}
.myTable-highlight-all td:hover{
   background: #666666;
   color:white			
}
 
/*******************************************Usforecast Table Ends**************************************/

/******************* Conference Presentation Pages********************************/
@media (max-width: 500px) {	
.conf_presentations {
   width:100% !important ;
}} 
/******************* Conference Presentation Pages End********************************/
