/* Fonts */
h1{
	color: #000;
	font-family: 'HelveticaNeueW02-85Heav', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
	font-size:30px;
	line-height:32px;
	margin-bottom:5px;	
}

h2{
	color: #000;
	font-family: 'HelveticaNeueW02-85Heav', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
	font-size:24px;
	line-height:26px;
	margin-bottom:5px;	
}

h3{
	color: #000;
	font-family: 'HelveticaNeueW02-85Heav', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
	font-size:18px;
	line-height:20px;
	margin-bottom:5px;
}

h4{
	color: #000;
	font-family: 'HelveticaNeueW02-55Roma', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
	font-size:18px;
	line-height:20px;
	margin-bottom:5px;	
}

.footer h4{
	font-family: 'HelveticaNeueW02-75Bold', Tahoma, sans-serif;
	font-size:18px;
	line-height:22px;
	padding-bottom:10px;
	white-space: pre-line;
	color:#ffffff;
}	


hr {
	margin: 10px 0;
}

a,p a {
	font-size: 13px;
	line-height: 20px;
	font-family: 'HelveticaNeueW02-55Roma', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
	color: #007C7C;
	text-decoration: none;
	padding: 0 2px 4px 2px;
	border-bottom: 1px solid #CCCCCC;
}

a:hover {
	color: #003333;
	text-decoration: none !important;
}

a:visited {
	color: #666666;
}

a:focus {
	color: inherit;
	text-decoration: none;
}
a [class^="icon-"], a [class*=" icon-"], a [class^="icon-"]:before, a [class*=" icon-"]:before {
	text-decoration: none!important;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: none;
}

.headlines-horizontal h4 {
	font-family: 'Helvetica Neue Black', 'Arial Black', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 700!important
}
.headlines-horizontal p {
	font-size: 13px;
	line-height: 20px;
}
.headlines-horizontal img {
	max-width: 106px;
	width: 32%;
}
.headlines-horizontal div.pull-right {
	width: 65%;
	width: 61%\9;
}

/*Blockquote*/
blockquote{
	border-left: 4px solid #007C7C;
	padding: 0 0 0 25px;
	margin:20px 0 20px 40px;
}

blockquote, blockquote p{
	font-family: 'HelveticaNeueW02-55Roma', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
	font-size:18px;
	line-height:24px;
	color:#000000;
}

blockquote:hover{
	border-left: 4px solid #007C7C;
}

blockquote span.source{
	font-family: 'HelveticaNeueW02-55Roma', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
	font-size:13px;
	line-height:20px;
	color:#999999;
	margin-top:8px;
	display:block;
}

/*Infosys - Responsive Container*/
.youtube{max-height:315px;max-width:560px;overflow:hidden;}
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0;overflow:hidden;}
.responsive-container iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; max-height:315px;max-width:560px;}


/*Carousel
------------------------------------*/
.carousel-arrow a.carousel-control:hover {
	color: #D02323;
}


/*Footer Blog*/
.footer .dl-horizontal a:hover,.copyright a:hover,.footer a:hover{
	color:#ffffff!important;
}


/*Tabs
------------------------------------*/
.nav-tabs.tabs {
	background: #fff;
	padding: 2% 0 0;
}
.nav-tabs {
	border-bottom: 2px solid #000;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs > li.active {
	border-bottom: none;
}
.nav-tabs > li > a {
	background: #fff;
	color: #808080;
	font-size: 10px;
	font-weight: 600;
	margin-right: 0;
	text-transform: uppercase;
	text-decoration: none;
}
.nav-tabs li.active a, 
.nav-tabs li.active a:hover,
.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus { 
	background: #000;
	color: #fff;
}
.nav-tabs > li > a:hover { 
	background:#D02323; 
}
.tab-content { 
	border-top:solid 1px #ccc; 
}
.tab-content h4 {
	font-weight: 700!important;
}

/*Accardion
------------------------------------*/
.acc-home a.active,
.acc-home a.accordion-toggle:hover { 
	color:#D02323; 
}
.acc-home .collapse.in { 
	border-bottom:solid 1px #D02323; 
}

/*Icons Page
------------------------------------*/
.icon-page li:hover { 
	color:#D02323;
}

/*Glyphicons*/
.glyphicons-demo a:hover {
	color: #D02323;
	text-decoration: none;
}


.site-map .dl-horizontal dd {
	margin-left: 0;
}


/* slider */
.slider-inner {
	border-bottom: 2px solid #ee2d25;
}
.da-slider {
	background: #000;
	height: 425px;
}
.da-slider.training {
	height: 240px;
	width: 100%;
	background: transparent url(../../img/bg/training_bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
.da-slider.section + .da-pager {
	display: none;
}

.da-slide h2, .pageBanner h2{	
	margin-left: 0;
	color:#ffffff;
	display:block;
	font-size: 30px;
	line-height: 40px;
	background: transparent;
	padding-bottom:15px;
	text-transform:capitalize;
}
.da-slide div, .pageBanner div {
  color:#ffffff;
  font-size: 24px;
  font-family: 'HelveticaNeueW02-65Medi', Arial, Helvetica, Sans-Serif;
  padding-bottom:25px;
}
.da-slide p, .pageBanner p{
	color:#ffffff;
	font-size: 24px;
	line-height: 34.8px;
	display: inline-block;
	font-family: 'HelveticaNeueW02-65Medi', Arial, Helvetica, Sans-Serif;
	margin-left: 0;
	overflow: visible;
	padding-bottom:25px;
}
.da-slide a {
	border-bottom: 0;
	display: inline-block;
	text-decoration: none;
}
.da-dots span {
	background: #000;
}
.da-dots .da-dots-current {
	background: transparent;
	border: 2px solid #fff;
	height: 8px;
	width: 8px;
}
.da-dots span.da-dots-current:after {
	content: none;
}

/* breadcrumbs */
.breadcrumbs {
	background: #eee;
	box-shadow: none;
	padding: 6px 0;
}
.breadcrumbs .container {
	padding: 0;
}
.breadcrumbs h1 {
	color: #fff;
	font-size: 28px;
	line-height: 25px;
	text-shadow: none;
	text-transform: none;
}
.breadcrumb {
	font-size: 13px/20px;
	margin: 0;
	padding: 0;
	top: 0;
}
.breadcrumb a {
	border-bottom: 1px solid #cccccc;
	color: #007C7C;
	text-decoration: none;
	text-shadow: none;
	display: inline-block;
    line-height: 13px;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
	color:#003333;
	text-shadow: none;
}

.breadcrumb li a:visited {
	color:#666666;
	text-shadow: none;
}

.breadcrumb > li > .divider {
	color: #333;	
	text-shadow: none;
}

.headlines .headline + img {
	width: 100%;
}

.headline {
	background-color: #000;
	border-bottom: 0;
	color: #fff;
	margin: 10px 0;
}
.headlines-vertical {
	margin-top: 1ex;
}
.headlines-vertical .headline {
	margin: 10px 0 -1px;
}
.headlines-vertical .img-width-200 {
	width: 100%;
}
.headlines-vertical .lft-img-margin {
	margin-top: 0;
}
.headlines-vertical .headline + div > div {
	min-height: 133px;
}
.ie7 .headlines-vertical .headline + div > div,
.ie8 .headlines-vertical .headline + div > div {
	min-height: 150px;
}
.headlines-vertical .featured {
	margin-top: 10px;
}
.headlines-vertical .featured .image {
	/*background: url(../../img/bg-purchase.png) repeat;*/
	text-align: center;
}
.headlines-vertical .featured .image img {
	width: 100%;
}
.headlines-vertical .featured h3 {
	font-weight: 700!important;
	line-height: 31px;
}
.headlines-vertical .featured h3,
.headlines-vertical .featured p {
	padding: 15px 15px 0;
}
.headlines-vertical .featured p,
.headlines-vertical .featured li {
	font-size: 14px;
	line-height: 1.8;
}
.headline + div h4 {
	font-size: 14px;
	font-weight: 700!important;
}
.headlines-vertical .arrow {
	position: relative;
	background: #ffffff;
}
.headlines-vertical .arrow:after {
	bottom: 174px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ie7 .headlines-vertical .arrow:after,
.ie8 .headlines-vertical .arrow:after {
	bottom: 229px;
}
.headlines-vertical .arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 17px;
	left: 30px;
	margin-left: -17px;
}
.headlines-vertical .image .arrow {
	display: none;
}

.slider-inner .da-slider {
	border-bottom: 0;
}
.da-pager {
	background-color: #292929;
	border-bottom: 4px solid #ee2d25;
}
.da-pager ul {
	list-style: none;
	margin: 6px 0;
}
.da-pager li {
	background-color: #454242;
	border-radius: 22px!important;
	color: #fff;
	display: inline-block;
	margin: 0 3px;
}
.da-pager a {
	border-radius: 22px !important;
	color: inherit;
	display: block;
	height: 22px;
	text-align: center;
	width: 22px;
}
.da-pager a:hover {
	text-decoration: none;
}
.da-pager .active {
	background-color: #808080;
	color: #000;
}

.footer {
	background-color: #000;
	margin-top:0px;
}
.footer h4 {
	border-bottom: 2px solid #e6e6e6;
	margin: 0;
	padding: 0 0 10px 0;
}
.footer a {
	color: #bcbcbc;
	font-size: 13px;
	line-height: 20px;
}
.footer .dl-horizontal {
	margin-top: 0;
}
.footer dd {
	border-bottom: 1px solid #ffffff;
	line-height: 20px;
	padding-left: 15px;
	cursor: pointer;
}
.footer dd:hover {
	background-color: #666666;
}
.footer dd:hover a {
	color: #ffffff;
}

.copyright {
	background-color: #000;
	border-top: 0;
}
.copyright .container {
	position: relative;
}

.copyright p {
	color: #CCCCCC;
	font-size: 12px;
	font-family: 'HelveticaNeueW02-55Roma', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
	line-height: 16px;
	margin: 0 0 0 12px;
	display:inline-block;
	vertical-align:bottom;
}
.footer a, .copyright a{
	border-bottom: 0;
	color: #ffffff;
}

.footer .dl-horizontal a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
	font-family: 'HelveticaNeueW02-65Medi', Arial, Helvetica, Sans-Serif;
	font-size:13px;
	line-height:18px;
	padding:8px 0 10px 0;
}
.copyright a, .copyright a:hover,a.signin{
	font-size: 11px;
	line-height: 20px;	
	font-family: 'HelveticaNeueW02-55Roma', 'Arial Unicode MS', Arial, Helvetica, Sans-Serif;
}

.copyright a:hover,a.signin:hover{
text-decoration:underline !important;
}

.copyright .links {
	bottom: 0;
	font-size: 10px;
	right: 0;
	text-transform: uppercase;
	padding-top:22px;
}
.footer hr {
	height: 0;
	border: 2px solid #ee2d25;
	display: none;
	position: relative;
	top: -32px;
}
.footer .span12 {
	margin: 0;
}

.collapse.in li a {
	margin-left: -1em;
	padding-left: 1em;
}

.da-slide .da-link.btn {
	border-radius: 3px!important;
	min-width: 0;
	width: auto;
}
.da-slide .da-link.btn:hover {
	color: #fff;
}

/*accordion*/
.ui-accordion .ui-accordion-header{
	margin-top:0;
	padding: 10px 0px 8px 32px;
}

.ui-accordion .ui-accordion-header a {
	font-family: 'HelveticaNeueW02-65Medi', Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height:15px;
    color: #333333;
	border-bottom: 0px;
	padding-top: 3px;
}

.ui-accordion .ui-accordion-header-active a{
    color: #000000;
}	

.ui-accordion-icons:hover{
    background: #007C7C!important;
}

.ui-accordion-icons:hover a{
	font-family: 'HelveticaNeueW02-65Medi', Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height:15px;
    color: #FFFFFF !important;
}

.ui-state-default{
	border: 1px solid #d3d3d3;
	border-bottom: 2px solid #999999;
	background: linear-gradient(#EEEEEE, #CCCCCC);
}

.ui-state-active{
	border: 1px solid #d3d3d3;
	border-top: 2px solid #007C7C;
	background: none;
	background-color: #FFF;
	border-bottom: 0px;
}

.ui-state-hover .ui-icon-triangle-1-e{
	background-image:none;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 4px solid #FFF;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: "";
	margin-left:6px;
	margin-top: -3px !important;
}


.ui-state-active.ui-state-hover .ui-icon-triangle-1-s{
	background-image:none;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 4px solid #FFF;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	margin-left:6px;
	margin-top: -3px !important;
}

.ui-widget-content {
	border-bottom: 2px solid #999999!important;
}

.ui-widget-content a {
	border-bottom: 1px solid #c3c3c3;
	color: #007C7C;
	text-decoration: none;
	line-height:28px;
}
.ui-accordion .ui-accordion-content{height:auto;}

.accordion_blocks_container{margin-bottom:24px;}

.ui-accordion .ui-accordion-content {padding-left:40px !important;padding-bottom:20px !important;}
.ui-accordion .ui-accordion-content p:last-child{margin-bottom:0 !important;}


/* Responsive tables */
.tableresponsive {
	width:100%;
	max-width:100%;
	border-collapse:collapse;
	border: 1px solid #666666 !important;
}

table.tableresponsive thead th {
	color: #000000;
	font-size: 14px;
	line-height:16px;
    font-weight: normal;
    background-color: #CCCCCC;
	text-align: left;
	vertical-align:text-top;
	font-family: 'HelveticaNeueW02-65Medi', Arial, Helvetica, Sans-Serif;
	border-bottom: 2px solid #666666;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
}

table.tableresponsive thead tr {
	border-top: 1px solid #666666;
}

table.tableresponsive th, table.tableresponsive td {
	padding:10px 10px 7px 10px;
}

table.tableresponsive td {
	font-family: 'HelveticaNeueW02-55Roma', Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height:15px;	
}

table.tableresponsive tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

table.tableresponsive td {
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	background-color: #ffffff;
	color: #000000;
}

table.tableresponsive tbody{
	border-bottom: 3px solid #D02323;
}

@media all and (max-width: 600px){
	.tableresponsive table,
	.tableresponsive thead,
	.tableresponsive tfoot,
	.tableresponsive tbody,
	.tableresponsive tr,
	.tableresponsive th,
	.tableresponsive td{display:block;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float:left;
		clear:both;
		font-weight:normal;
	}

	table.tableresponsive td  {
	  padding:6px;
	  border: 1px solid #eeeeee; 
	}
		
	.tableresponsive th,.tableresponsive td{
		border-right:none;
	}
	  
	.tableresponsive table,
	.tableresponsive tr,
	.tableresponsive tbody,
	.tableresponsive td,
	.tableresponsive td:before,
	.tableresponsive th{
		display:block;    /* Converts a table, table row, table column and table column:before into a block element */
	}
	.tableresponsive table,
	.tableresponsive tr td:last-child{
		border-bottom:none;
	}
	.tableresponsive thead{
		position:absolute; 
		top:-1000em;
		left:-1000em;
	}
	.tableresponsive tr{
		border:1px solid #eeeeee;
		border-top:2px solid #dddddd;
		border-bottom:2px solid #dddddd;
		margin-bottom:20px;
	}

	table.tableresponsive td{
		background-color:transparent;
	}
	
	.tableresponsive tr:nth-child(even){
		background-color:#eeeeee;
		border-top:2px solid #cccccc;
		border-bottom:2px solid #cccccc;
	}

	.tableresponsive tr:nth-child(even) td{
		border-bottom:1px solid #ffffff;
	}
	.tableresponsive tr:nth-child(even) td:last-child{
		border-bottom:0;
	}
		
	.tableresponsive{
		border-left:none!important;
		border-right:none!important;
	}

	.tableresponsive tbody{
		border-left:none!important;
		border-right:none!important;
	}

	.tableresponsive tr{
		border-left:none;
		border-right:none;
	}
	
	/*Added to overlap the red line with the last child*/
	.tableresponsive tr:last-child{
		margin-bottom: 0px;
	}

	.tableresponsive tr td:last-child{ /* last column of the row */
		border-bottom:2px solid #eeeeee;
	}
	.tableresponsive tr:last-child td,
	.tableresponsive td{ /* Column in the last row and column */
		border-bottom:1px solid #eeeeee;
	}

	.tableresponsive td{
		padding-left:50% !important;
		min-height:40px;
	}
	
	.tableresponsive td:before{ /* prints the value of data-label attribute before the column data */
		font-size:13px;
		font-family: 'HelveticaNeueW02-65Medi', Arial, Helvetica, Sans-Serif;
		display:block;        
		content:" "attr(header-name)" ";    /* call the attribute value of data-label and adds a string // */
		position:absolute;
		width:45%;
		left:4%;
	}

	.tableresponsive td[header-name]{
		clear:both;
	}
}

@media all and (max-width: 400px){

  table.tableresponsive td  {
	font-size:12px!important;
  }
  .tableresponsive td:before{ 
	font-size:12px;
  }
 }
 
 
/*Forms*/ 
.search-open form {
	background-color: #991723;
	padding: 3px;
}

form {
	background-color: #EEEEEE;
	padding: 15px 10px;
}

select{
	width: 100%;
	padding:4px 1% !important;
}

input, textarea, .uneditable-input {
	width: 94%;
	padding:4px 3% !important;
}

.form-horizontal .control-label {
	float: left;
	width: 38.9362%;
}
.form-horizontal .controls {
	float: right;
	margin-left: 2%;
	width: 58.9362%;
}


fieldset {
	border: 1px solid #ccc;
	padding-bottom: 30px;
}
fieldset + .form-buttons {
	margin-top: 3ex;
}
label{
cursor:default;
}

select,textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input , textarea,textarea[id]{
	border: 1px solid #999999;
	border-radius: 5px!important;
	box-shadow: none;
}
textarea:focus, input[type="text"]:focus, .selectboxit-container .selectboxit-focus, .uneditable-input:focus,select:focus {
	outline:none;
	border-color: rgb(0, 124, 124)!important;
	-moz-box-shadow: 0 0 3px 1px rgba(0, 124, 124, 0.25)!important;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 124, 124, 0.25)!important;
    box-shadow: 0 0 3px 1px rgba(0, 124, 124, 0.25) !important;
}

.form-horizontal .control-group {
	margin-bottom: 1ex;
}
.captcha {
	background-color: #fff;
	margin: 2ex 0;
	text-align: center;
	width: 84.5%;
}
form .error {
	color: #CC0000;
}



/*WebForms*/
.webform-client-form{
	background-color: #FFFFFF;
	margin: 30px 0px;
}

legend{
	background-color: #db232c;
	background-image: -moz-linear-gradient(top,#d73840,#e2040f);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#d73840),to(#e2040f));
	background-image: -webkit-linear-gradient(top,#d73840,#e2040f);
	background-image: -o-linear-gradient(top,#d73840,#e2040f);
	background-image: linear-gradient(to bottom,#d73840,#e2040f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd73840',endColorstr='#ffe2040f',GradientType=0);
	
	margin-top: 0;
	width:100%;
	margin:0;
	padding:0;
	color: #ffffff;
	font-family: 'HelveticaNeueW02-75Bold', Tahoma, sans-serif;
	font-size: 15px;
	line-height: 30px;
	font-weight:normal;
}

.panel-heading{
	margin-bottom:20px;
	margin-left: -1px;
	padding-right: 2px;
}

.fieldset-legend {
	padding-left:20px;
	padding-right:20px;
}


form fieldset:first-child legend{
	border-radius: 4px 4px 0 0!important;
}

.webform-component-fieldset{
	padding-bottom: 30px;
	margin-left:-2px;
	margin-right:-2px;
}

 .webform-component{
	float:none;
	clear:both;
	width: 94%;
	margin: 7px 3%;	
 }

 .webform-container-inline{
	width: 44%;
	margin: 7px 3%;
	float:left;
 }
 
.webform-container-inline label ,
.webform-container-inline input,
.webform-container-inline select,
.webform-component-textarea label,
.form-textarea-wrapper {
	margin-left: 0px;
	display:block;
}

.webform-client-form button{
	display:block;
}


@media (max-width: 500px){

 .webform-container-inline{
	float:none;
	clear:both;
	width: 94%;
	margin: 7px 3%;
 }

}

#user-pass,#user-register-form,#user-login{
	max-width:500px;
	background-color:#ffffff;
	padding:30px;
}

#user-pass button,#user-register-form button,#user-login button{
	margin-top:20px;
}

