@font-face {
    font-family: 'BodoniStdBook';
    src: url('../fonts/bodonistd-book.eot');
    src: url('../fonts/bodonistd-book.eot') format('embedded-opentype'),
         url('../fonts/bodonistd-book.woff') format('woff'),
         url('../fonts/bodonistd-book.ttf') format('truetype'),
         url('../fonts/bodonistd-book.svg#BodoniStdBook') format('svg');
}

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	outline: none
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: block;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
input[type='button'], input[type='submit'] {
	cursor: pointer
}
ol, ul {
	
}
blockquote, q {
	quotes: none;
}
img {
	max-width: 100%;
	height: auto;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr {
	clear: both
}
.fLeft {
	float: left
}
.fRight {
	float: right
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 3em;
	letter-spacing: 0.02em;
	line-height:1;
	margin-bottom: 0.5em;
	font-weight:normal;
	color: #000;
}
h2 {
	font-size: 2.5em;
	letter-spacing: 0.01em;
	line-height:1;
	margin-bottom: 0.5em;
	font-weight:normal;
	color: #000;
}
h3 {
	font-size: 1.5em;
	line-height:1;
	margin-bottom: 1em;
	font-weight:normal;
	color: #000;
}
h4 {
	font-size: 1.2em;
	line-height:1.25;
	margin-bottom: 0em;
	color: #000;
}
h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
	font-weight: normal;
	color: #000;
}
h6 {
	font-size: 1em;
	color: #000;
}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.mainWidth {
	width: 1050px;
	margin: 0 auto
}
.headerWrap {
	background: url(../images/headerBg.png) repeat-x;
	height: 101px
}
header {
	text-align: center;
	color: #fff;
	padding: 15px 0 25px
}
header h2 {
	font-family: 'BodoniStdBook';
	font-size: 45px;
	margin: 0;
	letter-spacing: 0;
}
header h4 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
nav {
	height: 34px;
	width: 100%;
	background: url(../images/navBg.png);
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 1092px;
	height: 34px;
}
nav li {
	/*display: inline;*/
	float: left;
	position:relative;
	list-style:none
	
}

nav a {
	color: #fff;
	display: inline-block;
	width: 170px;
	padding: 10px 0px;
	text-align: center
}
.width100{width:130px}
nav a.width120{width:148px}
a.mobileNav {
	padding: 12px 0px
}
a.noMargin {
	margin-right: 0px
}
nav li a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: bold;
	color: #646363;
	letter-spacing: 0.4px;
	text-transform: uppercase
}
nav li:last-child a {
	border-right: 0;
	/*width:120px*/
	width: 186px;
}
nav a:hover, nav a:active {
	color: #333
}
nav a#pull {
	display: none;
}
nav ul ul{position:absolute;width:145px;display:none;left:15px;z-index:99;height:auto}
nav ul li:hover ul{display:block}
nav ul ul li{display:list-item;float:none;background:#58585a;list-style: none;}
nav ul ul li a{color:#fcfdfd;width:auto;padding-left:10px}
nav ul ul li a:hover{color:#ccc}
nav ul ul:last-child  li a{width:145px}
nav ul ul a{text-align:left}
label.error {margin-left: 20px;}
#setanswer h3{ font-size: 15px; font-weight: bold;}

.main {
	margin: 20px 0
}
.leftPanel {
	float: left;
	width:728px /*630px; 636px*/
}
.rightPanel {
	float: right;
	width:300px /*273px*/
}
.blockShadow {
	border: 1px solid #e8e6e6;
	border-left: 1px solid #f8f6f6;
	box-shadow: 2px 0px 2px #E7E5E5;
	border-radius: 10px;
	border: 1px solid #e9e9e9;

	background: #fcfafb;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 3px 0 #c1c1c1;
}
.featureBlock {
	background: #fffdfd;
	padding: 15px 20px;
	min-height: 200px;
}
.rightSideBlock h3, .featureBlock h2 {
	margin: 0;
	font-size: 15px;
	color: #ec008c;
	font-weight: bold;
	letter-spacing: inherit;
}
.rightSideBlock h3 a {
font-size: 15px;
}
.banner {
width: 100%;
margin: 32px 0;
}
.banner img {
	display: block
}
.tabbedblock {
	min-height: 368px
}
.tabBlock {
	padding:50px 25px 8px;
	background: #fcfcfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfb 0%, #e4e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfb), color-stop(100%, #e4e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfb 0%, #e4e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfb 0%, #e4e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfb 0%, #e4e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfb 0%, #e4e3e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfb', endColorstr='#e4e3e3', GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 1px 3px #333333;
	border-radius: 0 0 12px 12px;
	position: relative;
	z-index: 1;
	min-height:281px
}
.tabBlock.lowpadding {
	padding: 25px
}
.tabBlock ul {
	display: block;
	margin-bottom: 2px
}
.tabBlock ul li {
	width: 157px;
	margin-right: 100px;
	float: left;list-style: none;
}
.tabBlock ul li span{float:left;margin-right:5px}


.tabBlock ul li h3 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	/*background: url(../images/socialIcon/rss.png) no-repeat left;*/
	padding: 10px 0;
	margin-bottom: 10px
}
.blockTwo ul li {
	margin: 0 64px;
	list-style: none;
}
.blockTwo ul li img {
	display: block;
	margin: 0 auto
}
.blockTwo ul li p {
	padding-left: 28px;
	font-size: 12px
}
.blockTwo ul li p a {
	color: #EC008C;
	font-size: 12px
}
.blockTwo ul li {
	width: 210px;list-style: none;
	
}
.tabBlock ul li.lastList {
	margin-right: 0px
}
.tabBlock ul li p {
	font-size: 13px;
	color: #333;
	/*margin-top: 10px;*/
	line-height: 1.4;
}
.tabbedblock ul.tabs {
	height: 70px;
	position: relative
}
p.botLink {
	text-align: right;
/*	margin-top: 20px*/
}
p.botLink a {
	color: #ec008c;
	font-size: 12px
}
.tabs li {
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height:0px
}
.tabs a {
	padding: 6px 0 18px 18px;
	display: inline-block;
	height: 50px;
	width: 165px;
	background: #ccc;
	position: relative;
	font-size: 13px;
	color:#333 !important;
	font-weight: bold;
	background: #fcfcfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfb 0%, #e4e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfb), color-stop(100%, #e4e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfb 0%, #e4e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfb 0%, #e4e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfb 0%, #e4e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfb 0%, #e4e3e3 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfb', endColorstr='#e4e3e3', GradientType=0 ); /* IE6-9 */
	border-radius: 12px 12px 0 0;
	box-shadow: 2px 1px 3px #333333;
}
.tabs a:hover{text-decoration:none}
.tabs a:last-child{width:166px}
.tabs a p {
	font-size: 12px;
	font-weight: normal;
	color: #333;	
	line-height: 13px
}
.tabs a.active {
	z-index: 7;
	box-shadow: 3px -3px 2px #5A5A5A;
	background: #fcfcfb; /* Old browsers */
	background: -moz-linear-gradient(top, #e4e3e3 0%, #fcfcfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e3e3), color-stop(100%, #fcfcfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4e3e3 0%, #fcfcfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4e3e3 0%, #fcfcfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4e3e3 0%, #fcfcfb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e4e3e3 0%, #fcfcfb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e3', endColorstr='#fcfcfb', GradientType=0 ); /* IE6-9 */
 color:#EC008C !important;
}

li.firstTopTab {
	left: 0px;
	top: 0
}
li.secondTopTab.nearOne1{left:241px;}
li.lastTopTab.nearOne2{left:482px}
li.secondTopTab {
	left:183px;
	top: 0;
}
li.thirdTopTab {
	left:360px;
	top: 0;
}

li.lastTopTab {
	left:544px ;
	top: 0
}
.searchBoxWrap{
	position:relative;
}
.searchBox {
	height: 16px;
	width: 238px;
	background: #fcfdfd;
	padding: 8px 30px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #878686;
	box-shadow:2px 0px 2px #ccc;
	border:1px solid #ccc
}
.rightSpace{margin-right:55px}
.searchBtn{background:url(../images/magGlass.png) no-repeat center center;position:absolute;right:8px;top:12px;height:18px;width:18px;border:none}
.lefttSideBlock {
	background: #fcfdfd;
	padding: 15px 18px
}
.lefttSideBlock h2 {
	font-size: 19px;
	color: #ec008c;
	font-weight: 600
}
.lefttSideBlock h3 {
	color: #333333;
	font-size: 11px;
	letter-spacing: 0.4px;
	margin-bottom: 16px;
	padding-top: 3px;
}
.rightSideBlock {
	width: 268px;
	background: #fcfdfd;
	margin-top: 30px;
	padding: 25px 18px;
	padding: 20px 15px;
}
.rightSideBlock.marginT19 {
	margin-top: 19px
}
.rightSideBlock h3 {
	text-align: right;
	margin:0px;
	padding:0px;
}
.rightSideBlock h6 {
	text-align: right;
	font-size: 11px;
	color: #707070;
	padding-top: 3px;
	margin-bottom: 15px;
	font-weight: normal;
}
/*.lefttSideBlock select, .rightSideBlock select, .textBoxRound {
	border: 1px solid #999;
	border-radius: 10px;
	padding: 4px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #878686
}
.lefttSideBlock select {
	width: 46%;
	margin: 0 10px
}*/
.textBoxRound {
	padding: 5px 15px;
	width: 87%;
		border: 1px solid #999;
	border-radius: 10px;
	padding: 4px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #878686
}
#menulist {
}
.lefttSideBlock .arrow, .rightSideBlock .arrow {
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 5px;
	top: -3px;
	background: url(../images/pinkArrow.png) no-repeat center;
}
.lefttSideBlock .arrow {
	right: 16px
}
.pinkBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	background: #ec008c;
	padding: 6px 18px;
	text-align: center;
	border-radius: 6px;
	border: none;
	font-weight: bold;
	height: 28px;
	float: right
}
.rightSideBlock ul {
	/*width: 228px;
	margin: 15px auto;*/ 
	height: 31px
}
.rightSideBlock ul li {
	height: 31px;
	width: 29px;
	margin-right: 9.5px;
	float: left;list-style:none
	
}
.rightSideBlock ul li:last-child {
	margin-right: 0px
}
.rightSideBlock ul li a {
}
.rightSideBlock ul li a img {
	border-radius: 2px
}
.rightSideBlock ul li a:hover {
	opacity: 0.8
}
.mainBtn {
	margin-top: 15px;
	display: block;
	border: none;
	border-radius: 10px
}
.newsLetter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background: url(../images/msg.png) no-repeat 96% #ec008c;
	height: 40px;
	padding: 5px 10px;
	font-weight: 600;
	width: 100%;
	text-align: left
}
.inside {
	color: #00aeef;
	background: url(../images/inside.png) no-repeat center center #00aeef;
	height: 40px;
	padding: 5px 10px;
	width: 100%;
	margin-top: 10px;
}
/*slider Mk*/
.featureBlock ul {
	margin-top: 10px
}
.featureBlock ul li {
list-style:none
}
.featureBlock ul li img {
	max-width: 100%;
	float: left
}
.featureBlock ul li h3 {
	padding-left: 205px;
	padding-bottom: 5px;
	margin: 0;	
}

.featureBlock ul li h3 a {
font-size: 15px;
line-height: 18px;
letter-spacing: 1.4px;
}


.featureBlock ul li p {
	color: #333;
	padding-left: 205px;
	line-height: 1.4;
	font-size: 11.2px;
	display: inherit;
}
.leftbanner {
	margin-top: 20px;
}
footer {
	background: url(../images/footerDivdr.png) repeat-x top;
	padding: 20px 0 0
}
footer ul {
	text-align: center;
	margin-bottom: 10px
}
footer ul li {
	display: inline-block;
	border-right: 1px solid #666;
	list-style:none
}
footer ul li:last-child {
	border: none
}
footer ul li a {
	padding: 0px 10px;
	color: #333;
	font-size: 11px
}
footer p {
	font-size: 11px;
	text-align: center;
	color: #333;
	padding: 0 0 10px 0
}


/** BX Slider **/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #878686;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ec008c;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	outline: 0;
	background: url(../images/start.png) no-repeat;
	margin: 0;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background: url(../images/start.png) no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	outline: 0;
	background: url(../images/stop.png) left 1px no-repeat;
	margin: 0;
	margin-left: -4px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background: url(../images/stop.png) left 1px no-repeat;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
	padding-left: 20px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	left: 0;
	width: 18px;
}
.post-37421 .bx-wrapper {
	margin: 0 auto 10px;
}


/* IMAGE CAPTIONS */
span.arrowBult {
	display: inline-block;
	background: url(../images/arrowGray.png) no-repeat 1px;
	height: 11px;
	width: 10px
}
.noMarginTOp {
	margin-top: 0px
}
.marginBot {
	margin-bottom: 30px
}

.leftPanel .categoryTitleContainer {
	margin: 0;
	padding: 10px 0;
	border-top: 2px solid #cccaca;
	border-bottom: 2px solid #cccaca;
}

.leftPanel .categoryTitleContainer h1 {
	font-size: 15px;
	color: #333;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	margin: 0;
}

.leftPanel .categoryTitleContainer ul {
list-style: none;
margin-top: 10px;
}

.leftPanel .categoryTitleContainer ul  li {
width: 33%;
float: left;
padding: 2px 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.leftPanel .categoryTitleContainer ul li a {
font-size: 13px;
font-weight: bold;
}


.leftPanel .heading {
	font-size: 15px;
	color: #333;
	border-bottom: 2px solid #cccaca;
	border-top: 2px solid #cccaca;
	padding: 10px 0;
	letter-spacing: 1.5px;
	margin: 0;
	text-transform: capitalize;
}

 .heading span {
	color: #EC008C
}
.latestArticles {
}
.latestArticles ul {
	padding: 30px 0
}
.latestArticles ul li {
	min-height: 143px;
	margin-bottom: 40px;
	list-style:none
}
.latestArticles ul li p {
	color: #333333;
	font-size: 12.5px;
	line-height: 1.4;
	padding-left: 210px;
	margin-bottom: 0.5em;
	display: inherit;
}
.latestArticles ul li img {
	float: left
}
.latestArticles ul li h3 {
	font-size: 15px;
	letter-spacing: 1.4px;
	line-height: 1.3em;
	padding: 0 0 5px 210px;
	margin: 0;
}
.latestArticles ul li h3 a {
	color:#333
	}
.latestArticles ul li h3 a:hover {
	text-decoration:none
	}
.latestArticles ul li .articalDetails {
	padding-bottom: 6px
}
.latestArticles ul li a {
	color: #EC008C
}
.latestArticles ul li a:hover {
	text-decoration: underline
}
.nextBack span a {
	color: #EC008C;
	font-size: 13px
}
.nextBack span a:hover {
	text-decoration: underline
}
.articalBlock {
	width: 100%;
	min-height: 250px;
	border-top: 2px solid #e6e4e4;
	padding-top: 30px
}
.mainArtical {
	float: left;
	padding-right: 45px; 
	/*padding-right:10/ 30px;*/
	border-right: 2px solid #EFEFEF
}
.commentBox {
	width: 98%;
	min-height: 180px;
	background: #CCC;
	margin: 10px auto 0
}
.otherArtical {
	float: left;
	margin-left: 45px;
	/*margin-left: 10 / 45px;*/
}
.otherArtical h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	padding: 0 0 10px;
	margin: 0;
}
.otherArtical ul {
	width: 180px;
	list-style: none;
}
.otherArtical ul li {
	margin: 0 !important;
	padding: 0 !important;;
	height: 45px;
	margin-bottom: 20px !important;
	background: none !important;
}
.otherArtical ul li img {
	float: left
}
.otherArtical ul li.lastRelatedArticle {
margin-bottom: 0 !important;
}
.otherArtical ul li p {
	font-size: 11px;
	padding-left: 65px;
	line-height: 15px;
	word-break:break-all;
}
.otherArtical ul li a:link, .otherArtical ul li a:visited {
color: #000;
}
.articleTitle {
	margin: 0;
	padding: 18px 0;
	font-size: 22px;
	line-height: 24px;
}

h3.block {
	font-size: 20px;
	color: #333;
	padding: 18px 0
}
.articalAction {
	padding: 10px 0;
	border-top: 2px solid #e6e4e4;
	border-bottom: 2px solid #e6e4e4;
	font-size: 13px;
	line-height: 18px;
}
.articalAction a {
	color: #EC008C
}
.articalAction a:hover {
	text-decoration: underline
}
.articalAction span {
	margin-left: 3px
}
.articalAction img {
	vertical-align: middle
}
.articalPage p {
	/*margin-bottom: 2em!important;*/
	line-height: 18px;
	/*min-height:125px*/
}
.articalPage p strong {
	font-weight: bold
}
p.author {
	color: #EC008C;
	font-weight: bold;
	text-align: left;
	font-style: italic
}
.authorSection {
	padding: 16px;
}
.authorSection img {
	float: right
}
.authorSection h3 {
	font-size: 15px;
	padding: 0 105px 8px 0px;
	line-height: 1.1;
	letter-spacing: 1.4px;
}
.authorSection p {
	color: #333;
	padding-right: 105px;
	line-height: 1.4;
	font-size: 12px
}
p.imgDetails {
	padding: 25px 0;
	color: #333
}
p.imgDetails a {
	color: #EC008C
}
p.imgDetails a:hover {
	text-decoration: underline
}
.articalPage p img {
	/*
	float: right;
	display: block;
	margin-bottom: 0px !important;
	*/
}
.articalPage h5 {
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 10px;
	display: inline-block
}
.upperSection {
width: auto;
margin: 0 auto;
padding:0 57px 0 50px
}
.upperSection h2 {
	font-size: 22px;
	color: #878686;
	float: left;
	padding-top: 7px;
} 
.upperSection h2 span {
	color: #ec008c;
	font-size:28px;
	font-family: 'BodoniStdBook';
}
.upperSection h3 {
	color: #878686;
	font-size: 20px;
	float: right;
	padding: 7px 0px 0px
}
.upperSection .searchBox {
	float: right;

}
.laibraryCol {
width: 940px;
margin: 0 auto;
}
.laibraryCol ul {
	padding: 33px 0;
	display: block
}
.laibraryCol ul li {
	background: url(../images/blueTab.png) repeat-x;
	padding: 13px;
	border-radius: 22px;
	width: 434px;
	float: left;
	position: relative;
	margin-bottom: 20px;
	list-style:none
}
.laibraryCol ul li.yellowbox {
	background: url(../images/yellowTab.png) repeat-x;
}
.laibraryCol ul li.greenbox {
	background: url(../images/greenTab.png) repeat-x;
}
.laibraryCol ul li.pinkbox {
	background: url(../images/pinkTab.png) repeat-x;
}
.laibraryCol ul li .cultureImg {
	background: #e6e7e8; /* Old browsers */
	background: -moz-linear-gradient(left, #e6e7e8 0%, #c1c3c5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e6e7e8), color-stop(100%, #c1c3c5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e6e7e8 0%, #c1c3c5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e6e7e8 0%, #c1c3c5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e6e7e8 0%, #c1c3c5 100%); /* IE10+ */
	background: linear-gradient(to right, #e6e7e8 0%, #c1c3c5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7e8', endColorstr='#c1c3c5', GradientType=1 ); /* IE6-9 */
	padding: 15px 8px;
	float: right;
	border-radius: 0 20px 20px 0;
	box-shadow: 0px 0px 3px #333 inset;
	min-width: 230px;
	
}
.laibraryCol ul li .cultureImg h3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	padding: 0px 0 10px 0;margin-bottom:0px
}
.cornerArrow {
	position: absolute;
	top: 32px;
	left: 175px
}
.cornerArrow img {
}
.laibraryCol ul li.marginLeft {
	margin-left: 20px
}
.laibraryCol ul li .tabLink {
	float: left;
	padding-top: 15px;
	position: relative;
	z-index: 1;
	min-width: 150px
}
.laibraryCol ul li .tabLink p {
	text-align: center;
	color: #FFF;
	line-height: 20px;
	font-size: 13px;
	padding: 0 0 5px 0;
	font-weight: bold
}
.laibraryCol ul li .tabLink p  a{color:#fff}
p.marginBot4 {
	margin-bottom: 4px !important;
}
.pinKtopTab {
	padding: 0 20px;
	background: #ec008c;
	border-radius: 12px;
	margin-bottom: 8px
}
.pinKtopTab p, .pinKtopTab img {
	float: left;
	margin:8px 0;
}
.pinKtopTab p {
	font-size: 13px;
	color: #fff;
	width: 395px;
	line-height: 1.3;
	margin: 32px 0 0 40px;font-weight:bold
}
.pinKtopTab p a:link, .pinKtopTab p a:visited { 
color: #ffffff;
}
.actionBtn {
	width: 108px;
	float: right
}
.actionBtn ul {
	margin-top: 12px
}
.actionBtn ul.topM18{margin-top:37px}
.actionBtn ul li {
	margin-bottom: 12px;list-style:none
}
.actionBtn ul li a {
	color: #333333;
	background: #e7e5e5;
	padding: 8px;
	display: block;
	border-radius: 4px;
	text-align: center;
	letter-spacing:1px
}
.actionBtn ul li a:hover { 
	background: #999;
	color: #fff;
	text-decoration: none;
}
.marginTB30 {
	margin: 30px 0
}
.videoTab li {
	text-align: center;
}
.videoTab li a {
	height: 35px;
	line-height: 1.1;
	padding: 18px 40px;
}
.voltext a {
	color: #af4399
}
.blueTxt a {
	color: #43bce9
}
.tabBlock .tabdetailsInner {
	background: #f2dce9;
	border-radius: 8px;
	padding: 12px;
	width: 170px;
	min-height: 255px;
	float: left
}
.tabBlock .tabdetailsInner.blueBg {
	background: #dfeaf0
}
.tabBlock .tabdetailsInner.voiltBg {
	background: #ece0ea
}
.tabBlock .tabdetailsInner p {
	color: #333;
	line-height: 16px;
	padding-top: 8px
}
.tabVideoShowcase {
	width: 380px;
	float: left;
	margin-left: 65px
}
.tabVideoShowcase ul {
	display: block;
}
.tabVideoShowcase ul li {
	min-height: 125px;
	width: 150px;
	margin: 0 20px 15px;
	float: left;
	list-style:none
}
.tabVideoShowcase ul li p {
	padding: 0 0 5px;
	margin: 0px;
	font-size: 12px;
	color: #EC008C
}
a.pikLink {
	background: #EC008C;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 18px;
	text-align: right
}
.laibraryCol ul li .tabLink.paddingT35 {
	padding-top: 35px
}
.laibraryCol ul li .tabLink.paddingT45 {
	padding-top: 45px
}
.laibraryCol ul li .tabLink.paddingT55 {
	padding-top: 55px
}
.loginFrm a {
	color: #EC008C;
	font-size: 12px;
	text-align: right;
	display: block;
	padding: 10px 0 0 0;
	font-weight: bold
}
.fieldBox {
	margin: 32px auto
}

/* Resource Directory */
.directory{margin-top:40px}
.directory p.nextPlink{text-align:right;padding:10px 5px 10px 0}
.directory p.nextPlink a{color:#EC008C;font-size:13px}
.directory ul{}
.directory ul li {
	box-shadow: 0px 0px 5px #ccc;
	padding: 10px 10px 0 10px;
	margin-bottom:15px;
	/*min-height:170px;*/
	list-style:none;
}
.directory ul li .detailBar, .articalBlock .detailBar {
	background:#ae4097;
	padding: 8px 8px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}
.directory ul li .detailBar a {
	font-size: 12px;
	color: #FFF;
	text-align: right;
	float: right;
	padding-left: 10px;
}
.directory ul li img {
	float:left;
}
.directory ul li img.comp-logo {
	float:left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.directory ul li p {
	/*padding-left:195px;*/
	font-size: 13px;
	line-height: 1.6em;
}
.articalBlock .InnovationResultCol {color:#EC008C;font-size: 12px;}
.articalBlock h4.companyTagline{color:#EC008C;font-size: 18px; margin: 7px 0;}
.articalPage h4.titlePresentation {border-bottom:1px solid #000;color:#EC008C;font-size: 18px;padding-bottom:5px;margin-bottom: 10px;}


/*-------New custom dropdown------------*/
.select-style {
	border: 1px solid #999;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 10px;
    background: #fff url(../images/pinkArrow.png) no-repeat 98%;
	overflow:hidden
}
.select-style.leftposition{float:left;margin-right:21px}
.select-style.widthahlf{width:47.2%}

.select-style select {
    width:107%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #878686;
	padding: 4px 0 4px 4px;

}

.select-style select:focus {
    outline: none;
}
/*-------New custom dropdown/------------*/
.InnovationResultCol{width:30%;float:left;margin-right:2%;padding:1%}
.InnovationResultCol.nomarginR{margin-right:0px}
#Signup_ResourceDirectory {padding:10px 0 0}
.signupResourceDirectory {
}	
.signupResourceDirectory dl  dt{
	float: left;
	width: 140px;
	padding-top: 5px;
	clear: both;
	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.signupResourceDirectory  dd{
	float: left;
	width: 35%;
	padding-left: 10%;
	margin-bottom: 8px;
}
.signupResourceDirectory  dl dd input[type="text"] ,.signupResourceDirectory  dl dd input[type="password"]{
	margin-bottom: 8px;
	background: #f1f1f1;
	border: 1px solid #cfcdcd;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	padding: 5px;
	width: 94%;
	font-size: 13px;
}
.signupResourceDirectory  dl dd input[type="submit"] {float:right;padding:4px 8px}
.signupResourceDirectory  label.error{color:red;padding:3px 0}
.signupResourceDirectory   label input[type="radio"]{margin:0 5px}
.terms span{margin-left:6px}

.loginError {
color: #C00;
font-weight: bold;
}

.contactUs table {
	width: 100%;
	background :#ccc;
	border: 5px solid #ccc;
}

.contactUs a {
	color: #EC008C;
}

.contactUs p {
	margin-bottom: 1.5em;
}

.contactUs table td {
	padding: 10px;
	font-size: 1.17em;
	color: #333;
}

.contactUs table td:nth-child(1) {
	background: #E6E6E6;
}

.contactUs table tr.odd td {
	background: url(../images/tr_bg.png) repeat;
}

.creataccount  h3 {
	font-size: 17px;
	margin-bottom: 1em;
	padding: 10px;
	border-bottom: 1px solid #EC008C;
}

.creataccount  p {
	margin-bottom: 1.5em;
	line-height: 18px;
}

.creataccount  .tCenter {
	text-align: center;
}

.serviceProv  {
	margin-top: 15px;
}

.serviceProv  table th {
	padding: 14px 0;
	background :#BEBEBE;
}

.serviceProv  table td {
	padding: 11px;
	text-align: center;
	border-right: 5px solid #fff;
}

.serviceProv  table td:nth-child(3) {
	border-right: 0px;
}

.serviceProv  table .gray td {
	background: #E3E3E3;
}

.serviceProv  input[type='submit'],.signUpForm   input[type='submit'] {
	background: url("../images/strip.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding: 5px 18px;
    text-transform: none;
	float: right;
	font-weight: bold;
}

.signupResourceDirectory  h3 {
	font-size: 1.5em;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1em;
}

.signupResourceDirectory  p {
	margin-bottom: 1.5em;
	line-height: 18px;
}

.leftPanel  ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 1.5em;
	line-height: 21px;
	padding-left: 5px;
	margin-left: 34px;
}

.signUpForm {
	overflow: hidden;
	background: #2AA1F1;
	padding: 25px 50px;
}

.signUpForm h2 {
	margin: 0 0 15px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.signUpForm dt {
	width: 27% !important;
}

.signUpForm dd {
	width: 63%;
}

.signUpForm input[type='text'],.signUpForm input[type='password'] {
	padding: 7px;
}

.leftPanel p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

.articalAction  p {
	margin-bottom: auto;
	line-height:inherit;
}

.leftPanel a {
	color: #EC008C;
}



/* RESPONSIVE YOUTUBE VIDEO */
/*.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.gold {
    background: #AE4097 !important;
}
.silver {
    background: #00AEEF !important;
}
.bronze {
    background: #41AD49 !important;
}

.bxslider a {
	color: #000;
}

.searchResources a {
	margin-top: 15px;
	display: inline-block;
}

.searchResources a:hover,.bxslider a:hover {
	text-decoration: none;
}

.leftPanel li {
	line-height: 1.5em;
}
.pageContent p{display:table}
.pageContent p img{float:left;height:80px}


#postID-20603 p {
display: table;
}
#postID-29368  b {float:left}
.pinKtopTab .actionBtn ul li a { padding:3px!important; font-size:12px;}
.fullWidth ul li {list-style:none}

.articleDescription {
font-size: 13px;
font-weight: bold;
line-height: 1.6em;
margin-top: 15px;
margin-bottom: 15px;
}
.video-container {
	/*max-width: 456px;*/
}
.video-container img , .video-container iframe, .video-container embed {
	width: 456px;
	height: 330px
}
.video-container img.alignleft {
	float: none;
	margin-right: 0;
	margin-bottom: 0;
}

.leftPanel blockquote {
margin: 0 0 0 5px;
padding: 10px 10px 10px 10px;
background: url(../images/bg_quote.gif) no-repeat top left;
color: #EC008C;
min-height: 32px;
float: right;
width: 200px;
}

.leftPanel blockquote p {
margin: 0 !important;
line-height: 1.1em;
font-size: 1.3em;
font-style: italic;
font-weight: normal !important;
}

.colorWhite {
color: #ffffff !important;
}
/*just for responsive ads*/
iframe , #google_image_div{width:100%}
#google_image_div a img{width:100% !important}
#google_image_div a img .img_ad{width:100% !important}
.fulnewimg{width:100% !important}

/* Author Page */
.entry_author_image {
float: left;
margin-right: 15px;
margin-bottom: 15px;
padding: 10px 10px;
max-width: 258px;
border: 1px solid #E4E1E1;
border-radius: 4px;
}
.entry_author_image img {
width: 100%;
}
.authorInformation  h3 {
margin-top: 2px;
margin-bottom: 10px;
font-weight: bold;
font-size: 18px;
}
.authorInformation ul {
display: inline-block;
}
.authorInformation li {
	display: inline;
	float: left;
	margin-right: 15px;
}
.authorInformation a.sociallink {
	margin-bottom: 5px;
	display: block;
	height: 20px;
	padding: 1px 0 0 25px;
	color:#666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	font-weight:bold;
	text-transform:uppercase;
	width: auto;
}
.authorInformation .twitter {
	background: url(../images/icon_twitter.gif) no-repeat 0 0;
}
.authorInformation .linkedin {
	background: url(../images/icon_linkedin.gif) no-repeat 0 0;
}
.authorInformation .email {
	background: url(../images/icon_email.gif) no-repeat 0 0;
}
.authorInformation .facebook {
	background: url(../images/icon_facebook.gif) no-repeat 0 0;
}
.authorInformation p {
font-size: 13px;
line-height: 22px;
}
.leftContainer {background:#fef1e3; padding:25px 50px; border-right:1px solid #cacaca;}
.loginForm dl dt {float:left; width:140px; padding-top: 5px; clear:both; font-size:13px; color:#000; font-family:Arial, Helvetica, sans-serif;background:url(../images/dot.png) no-repeat right 15px}
.loginForm dl dd {float:left; width:315px; padding-left:60px; margin-bottom:3px;}
.loginForm dl dd input[type='text'],.loginForm dl dd input[type='password']{margin-bottom:3px; background:#f1f1f1; border:1px solid #cfcdcd; text-align:left; font-weight:normal;text-transform:none; padding:7px; width:94%; font-size:13px;}
.clr {clear:both}
.loginForm h2 {font-size:16px; font-weight:normal; border-bottom:1px solid #acacac; padding-bottom:7px;}
.loginForm h3 ,.serviceProv h3 {font-size:17px; background:#ec008c; color:#FFF;  padding:10px; border-radius:5px}
.loginForm dl dd input[type='submit'] ,.serviceProv input[type='submit'], .loginForm dl dd input[type='button'], .newbtnSignin a{background :url(../images/strip.png); padding:5px 18px; font-family:Helvetica,Arial,sans-serif; color:#FFF; text-transform:none; font-size:16px; border:none; cursor:pointer;}
.loginForm dl dd label { font-family:Arial, Helvetica, sans-serif;}
.loginForm dl dd label input[type='radio'] { position:relative; top:3px;}
.creataccount {background:#e7e7e7!important; padding:15px}
.creataccount .loginForm dl dt {background:none;}
.creataccount .loginForm dl dd {padding-left:5px!important;}
.creataccount .loginForm dl dt ,.creataccount .loginForm dl dd { margin-bottom:18px;}
.creataccount .loginForm dl dd input[type='text'],.creataccount .loginForm dl dd input[type='password'] ,.creataccount .loginForm dl dd textarea {border-top:1px solid #cdcaca; border-left:1px solid #cdcaca; border-right:none; border-bottom:none; margin:0 0 3px 0; background:#FFF; text-align:left; font-weight:normal;text-transform:none; padding:7px; width:295px; font-size:13px; color:#000;}
.creataccount .loginForm dl dd input[type='submit'] {background:url('../images/btnBG.png'); padding:5px 21px; font-family:Helvetica,Arial,sans-serif; color:#FFF; text-transform:none; font-size:16px; border-radius:5px; border:1px solid #ff8606; cursor:pointer; font-weight:normal; color:#000; font-size:18px;}
.helpText{font-family: Arial,Helvetica,sans-serif;font-size: 11px;color: #4A4A4A;}
.creataccount .loginForm dl dd a.preview{background:url('../images/btnBG.png'); padding:7px 35px; font-family:Helvetica,Arial,sans-serif; color:#FFF; text-transform:none; font-size:16px; border-radius:5px; border:1px solid #ff8606; cursor:pointer; font-weight:normal; color:#000; font-size:18px;}
.creataccount .loginForm dl dd a.preview:hover { text-decoration:none}
.locationDrop .newList { height:100px!important; overflow-y:auto}
.tabBlock a.pikLink{margin-right: 59px}
.langLink{padding:3px 0 0 3px ;display:inline-block}
p.libraryTxt{padding:0 0 0 55px;font-size:12px;color:#5b5b5b;width:470px;line-height:16px;float:left}
p.libraryTxt a:link{ color: blue; }
.socialLike{position:relative}
.socialLike span{position:absolute;top:5px}
.socialLike span.firstLike{left:-200px}
.socialLike span.secondLike{left:-110px}

/* 10-03-2014 */
/*kushal*/

.rightSideBlock { margin-top: 0; }
.rightSideBlock.marginT19 {
margin-top: 28px;
}/*
.leftbanner {
margin-top: 20px;
}

.inside {
	background: #00aeef url(../images/inside.png) no-repeat center 4px;
	height: 38px;
	margin: 10px 0 0 0;
	width: 100%;
}

.newsLetter {
font-size: 16px;
color: #fff;
background: url(../images/msg.png) no-repeat 96% #ec008c;
height: 38px;
padding: 5px 10px;
width: 100%;
text-align: left;
margin-top: 10px;
}

.rightSideBlock {
	width: 262px;
}
.rightSideBlock h6 {
	margin-bottom: 15px;
}



.advBlock { padding:20px 0 30px 0}

*/

.sliderListing {
	padding:10px 35px;
	border-radius:20px;
	box-shadow: 3px 4px 6px #c3c1c1;
	background: #ffffff;
}
.sliderListing h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size:21px;
	color:#666666;
	text-align:left;
	font-weight:bold;
}
.sliderListing .slider-description {
	font-size: 12px;
	border-bottom: 2px solid #d2d2d2;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.sliderListing ul li {
	list-style:none
}
.sliderListing ul li .slideContent {
	width:315px;
	float:left;
}
.sliderListing ul li .slideContent p  {
	font-size:12px;
	line-height:20px
}
.sliderListing ul li .slideContent p a {
	display:block
}
.sliderListing ul li .slideContent h3, .videoBlock h3  {
	font-size:15px;
	font-weight:bold;
	color:#333333;
	margin-bottom: 26px;
	line-height: 20px;
}
.slideContent ul li {
	margin-bottom:13px;
	font-size:12px;
	line-height:18px;
	background:url(../images/bullet.png) no-repeat left 7px;
	padding-left:12px;
}
.videoBlock {
	width:270px;
	float:left;
	margin-right: 25px;
	margin-left: 25px;
}
.videoDetail img {
	margin-bottom:30px
}
.videoDetail h3 {
	margin-bottom:15px;
	line-height: 18px;
}
.videoDetail h3 span.title {
	font-size: 15px;
	font-weight: bold;
}
.videoDetail h3 span {
	font-weight:normal;
	display:block;
	font-size:13px;
}
.sliderListing .video-container iframe {
	width: 100%;
	height: auto;
}
.pink-btn:link, .pink-btn:visited {
	background: #ec008c;
	padding: 6px 18px;
	text-align: center;
	border-radius: 6px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.pink-btn:hover {
	text-decoration: none;
}
.color-white {
	color: #fff !important;
}
.sliderListing .bx-wrapper {
margin: 0 auto;
}
.sliderListing .bx-prev {
	left: -18px;
	background: url(../images/new_controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.sliderListing .bx-next {
	right: -18px;
	background: url(../images/new_controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.sliderListing .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.sliderListing .bx-pager, .sliderListing.bx-controls-auto {
	position: absolute;
	left: 20px;
	bottom: 7px;
	background: transparent;
	width: auto;
}


.latestArticle {
	margin-top: 30px;
	padding: 25px 30px;
	border-radius: 10px;
	box-shadow: 1px 1px 8px #C3C1C1;
	background: #ffffff;
}
.latestArticle ul li {
	list-style:none
}
.latestArticle ul li {
	float:left;
	width:20%;
	margin:0 2.5% 10px;
}
.latestArticle ul li figure {
	margin-bottom:15px;
}
.latestArticle ul li figure img {
	display: block;
}
.latestArticle ul li p {
	color:#333333;
	font-size:14px;
	line-height:20px;
}
.latestArticle h2 {
	text-align:left;
	font-weight:bold;
	font-size:16px;
	color:#58585a;
	margin-bottom:20px;
}







/* New Header */
.new-header {
	padding: 16px 0 24px 0;
}
.new-header .online-learning-im {
	float: left;
}
.new-header .online-learning-im  img{
	display: block;
	width: 100%;
	height: auto;
}
.new-header h1 {
	float: left;
	font-size:18px;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
}
.new-header h1 span.on-le {
	color: #58585a;
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	font-size: 38px;
	font-weight: 900;
	display: block;
	margin-bottom: 2px;
	line-height: 29px;
	text-align: left;
}
.new-header h1 span.small-text {
	/*
	color: #d1d2d2;
	font-weight: bold;
	float: left;
	margin-top: 14.9px;
	margin-right: 3px;
	*/
	color: #d1d2d2;
	font-weight: bold;
	float: left;
	display: inline-block;
	margin: 14.9px 3px 0 0;
	text-align: left;
}
.new-header h1 span.website-name {
	color:#ec008c;
	font-size:34px;
	font-family: 'BodoniStdBook';
	font-style:normal;
	font-weight:normal;
	float: left;
	letter-spacing: .2px;
	line-height: 38px;
	text-align: left;
} 
.new-header a:link, .new-header a:visited {
	color:#ec008c;
	text-decoration: none;
}
.search-box {
	float: right;
	margin-top:20px;
	position:relative
}
.search-box input[type='text'] {
	font-size: 13px;
	color: #d0d0d0;
	border-radius: 12px;
	width: 236px;
	padding: 10px 30px 10px 30px;
	box-shadow: 1px 1px 4px #c8c8c8;
	border: 2px solid #c4c4c4;
	font-weight: bold;
	opacity: .8;
}
.search-box input[type='submit'] {
	background:url('../images/searchicon.png') no-repeat;
	position:absolute; 
	width:19px;
	height:16px;
	border:none; 
	cursor:pointer; 
	top: 13px;
	right: 8px;
	color: transparent;
}


.banner, .leftbanner {
	box-shadow: 1px 1px 4px #c8c8c8;
}
body {
	background-color: #f8f8f8;
}
footer {
	background: none;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
nav {
	background: #58585a;
	
	margin: 0 auto;
}
nav a {
	padding: 12px 0 10px 0;
}
nav ul {
	width: 1050px;
}
nav li a {
	color: #ffffff;
	font-size: 12px;
}
nav li a:hover {
	text-decoration: none;
	color: #DFDFDF;
}
.right {
	float:right;
}
.articalPage .caption {
	margin:0 0 5px 0;
	padding: 0 0 0 10px;
}
.articalPage .caption p {
	color: #FFF;
	font-size:0.9em;
	left:0;
	margin:0;
	opacity:0.7;
	padding:4px 5px 3px 5px;
	text-align: center;
}
.articalPage .caption p {
	margin:0;
	padding:0;
	font-style:italic;
	clear:both;
	color: #000;
}
.articalPage .caption img.alignright, .articalPage .caption img.alignleft {
	margin:0 0 3px 0;
	padding:0;
}


/** New HTML **/
.sustain-innov-sol{
	width: 676px;
	padding:21px 25px;
    background: #fcfafb;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 3px 3px 0 #c1c1c1;
    margin: 0 auto;
}
.sustain-innov-sol h2{
	color: #343434;
	text-transform: capitalize;
    font-size: 24px;
}
.sustain-innov-sol p{
    margin: 16px 0;
    color: #333333;
    line-height: 18px;
    font-size: 13px;
}
.sustain-innov-sol ul{
    list-style: none;
}
.sustain-innov-sol li{
    float: left;
    width: 33%;
    margin-left:2px; 
}
.sustain-innov-sol li .image{
    /*text-align: center;*/
}
.sustain-innov-sol li .content{
    width: 86%;
    padding-left: 4px;
    margin-top: -9px;
}
.sustain-innov-sol li p{
    font-size: 13px;
    color: #323232;
    font-weight: 500;
    margin: 0;
    min-height: 90px;
}
.sustain-innov-sol input[type="button"]{
    background:#ec018c;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    border: none;
    float: right;
    -moz-border-radius: 7px;
    color: #fff;
    padding: 9px 14px;
    margin-top: 7px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.sustain-innov-sol .box1, .sustain-innov-sol .box2, .sustain-innov-sol .box3 {
	border: 1px solid #e6e4e5;
	margin-top: 10px;
	padding: 6px 10px;
	text-align: center;
	border-radius: 6px;
	width: 136px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.sustain-innov-sol .box1 a {
	color: #2997a6;
}
.sustain-innov-sol .box2 a {
	color: #cf8958;
}
.sustain-innov-sol .box3 a {
	color: #a42b4e;
}

.im-partner {
	width: 298px;
	padding: 0;
	/*
	width: 268px;
	padding: 20px 15px;
	*/
	/*background: #fcfafb;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 3px 0 #c1c1c1; */
	margin: 0 auto;
	margin-top: 20px;
}
.im-partner .content h2 {
	color: #ec008d;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	letter-spacing: normal;
}
.im-partner .content h2 a {
	color: #ec008d;
}
.im-partner .content p {
    color: #494949;
    font-size: 11px;
    text-align: right;
    color: #707070;
	padding-top: 3px;
}
.im-partner .bx-wrapper {
	margin: 0;
	padding: 0;
}
.im-partner .image {
    margin-top: 20px;
    text-align: center;
}
.im-partner .bx-wrapper img {
	display: inline;
	height: 60px;
}

.learning-left-column{
    width: 260px;
    float: left;
    margin-right: 30px;
}    

.learning-right-column{
    width: 760px;
    float: left;

   
}

.programs{
    background: #58585a;
    color: #fff;
    padding: 25px 20px 78px;
    line-height: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

.programs h3{
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 18px;
}

.programs h4{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 15px 0;
}

.programs p{
    font-size: 12px;
    padding-bottom: 17px;
}

.programs p a{
    color: #fff;
}

.learning-slides{
    padding: 20px 20px 57px 20px;
    background: #fff;
    line-height: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.learning-slides .title{margin-bottom: 15px;}

.learning-slides h2{
    font-size: 18px;
    margin-bottom: 18px;
    color: #333333;
    line-height: 21px;
    float: left;
    font-weight: 500;
    width: 67%;
}
.learning-slides h2 span{font-weight: bold;}
.learning-slides figure{
    float: right;
    width: 33%;
}
.learning-slides figure img {
	height: 60px;
	float: right;
}
.learning-slides .left-side{
    float: left;
    margin-right: 30px;
    width: 390px;
}

.learning-slides section{
 /*   margin-bottom: 18px;*/
}

.learning-slides .right-side{
    float: left;
    width:300px;
}

.learning-slides .video-container iframe {
	width: 100%;
	height: 214px;
	display: block;
}
.learning-slides .left-side p,.learning-slides .right-side p{
    font-size: 12px;
    margin-bottom: 20px;
	line-height: 20px;
}

.learning-slides .left-side ul{
    font-size: 12px;
    list-style: disc;
    margin:0 0 18px 15px;
}

.learning-slides h4{
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
}

.learning-slides .right-side .course-detail {
    padding: 18px;
    font-size: 12px;
    border: 1px solid #f3f1f2;
    box-shadow: 3px 3px 3px 0px #CBC9CA;
    -moz-box-shadow: 3px 3px 3px 0px #CBC9CA;
    -webkit-box-shadow: 3px 3px 3px 0px #CBC9CA;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;

    border: 1px solid #e9e9e9;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 3px 3px 3px 0 #c1c1c1;
margin-bottom: 25px;
margin-top: 36px;
}
.learning-slides .right-side dt{
    float: left;
    font-weight: bold;
    min-width: 35%;
    margin-bottom: 13px;
}

.learning-slides .right-side dd{
    float: left;
    min-width: 40%;
    margin-bottom: 13px;
}
.learning-slides .button{padding: 20px 0; border-bottom:1px solid #e0dedf; }
.learning-slides .button a{
    background: #ed008c;
    width: 142px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px 0;
}
.learning-right-column .bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}
.learning-right-column .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.learning-right-column .bx-wrapper .bx-pager, .learning-right-column .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 17px;
	width: 100%;
}
.learning-right-column .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
.learning-right-column .bx-wrapper .bx-pager.bx-default-pager a:hover, .learning-right-column .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ec008b;
}
.learning-right-column .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/nav-left.png) no-repeat;
}
.learning-right-column .bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/nav-right.png) no-repeat;
}
.learning-right-column .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 92%;
	margin-top: 0px;
	outline: 0;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	z-index: 9999;
}

/* New Slider 17/Nov/2014 */
.NewHomePageSlider {
	/*border: 1px solid #e9e9e9;*/
	margin: 0 auto;
	padding: 0;
	background-color: #e1e1e1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	width: 728px;
	box-shadow: 3px 3px 3px 0 #c1c1c1;
}
.NewHomePageSlider ul {

}
.NewHomePageSlider ul li {
	margin: 0;
	padding: 0 0 20px;
}
.NewHomePageSlider .bx-wrapper .slide-image img {
	width: 100%
}
.NewHomePageSlider .sustain-content {
	margin: 14px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #0a0a0a;
}
.NewHomePageSlider .sustain-content p {
	margin: 0;
	font-size: 18px;
	text-align: center;
}
.NewHomePageSlider .slide-btn{
	text-align: center;
}
.NewHomePageSlider .slide-btn a{
	display: inline-block;
	border: 2px solid #b9b9b9;
	padding: 14px 18px 12px 32px;
	background: #f6f6f7;
	font-size: 14px;
	color: #0a0a0a;
	border-radius:4px;
}
.NewHomePageSlider .slide-btn a:hover {
	text-decoration:underline;
}
.NewHomePageSlider .bx-controls-direction .bx-prev{
top: 35%;
left: 6px;
background: url('../images/left-nav.png') no-repeat;
width: 36px;
height: 95px;
}
.NewHomePageSlider .bx-controls-direction .bx-next{
top: 35%;
right: 6px;
background: url('../images/right-nav.png') no-repeat;
width: 36px;
height: 95px;
}
.NewHomePageSlider .bx-wrapper {
	margin: 0;
}
.NewHomePageSlider .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 6px;
	width: 100%;
	text-align: center;
	z-index: 99;
}

/*********** vipul *********/
.ans{margin-bottom: 20px; }
.ans input[type="checkbox"]{
	margin-right: 5px;
	vertical-align: middle;
}
.ans input[type="radio"]{
	margin-right: 5px;
	vertical-align: middle;
}

.Innovation_popup_content .rowLine{
	margin-bottom: 10px;
	line-height: 23px;
}
.Innovation_popup_content{
/*	 border: 1px solid #c1c1c1;
box-shadow: 0 0 10px #dfdfdf;*/    
  padding:25px 10px 10px; 
  background:#fff;
  color: #333333;
}
#cboxLoadedContent{
	margin-bottom: 15px !important;
}
.Innovation_popup_content .submit_ans{
	float: none;
	margin-left: 20px;
	margin-top: 5px;
}
.Innovation_popup_content textarea{
	padding: 5px;
	height: 80px;
	width:90%;
	resize:none;
	margin-left: 20px;
	margin-top: 10px;
}
.check .rowLine label.error {float: right;}
/*********** vipul *********/

@media screen and (max-width:680px) {
	.NewHomePageSlider{width:100%;}
	.NewHomePageSlider .bx-controls-direction .bx-next,.NewHomePageSlider .bx-controls-direction .bx-prev{top: 24%;}
	.ans{margin-bottom: 20px; height: 200px; overflow: auto;}
}
@media screen and (max-width:480px){
	.NewHomePageSlider .bx-controls-direction .bx-next{background:url('../images/mob-right-nav.png') no-repeat; width: 14px;
height: 45px; }
	.NewHomePageSlider .bx-controls-direction .bx-prev{background:url('../images/mob-left-nav.png') no-repeat;width: 14px;
height: 45px; }
.ans{margin-bottom: 20px; height: 180px; overflow: auto;}
}
}
@media screen and (max-width: 360px) {

	.NewHomePageSlider .bx-controls-direction .bx-next, .NewHomePageSlider .bx-controls-direction .bx-prev{top: 15%;}
	.ans{margin-bottom: 20px; height: 230px; overflow: auto;}
}