body {
	margin: 0;
	color: #656E72;
	padding: 70px 0 0;
	
}
* {
	outline: none!important;
	-moz-transition: background-color .25s linear;
	-webkit-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}
/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
.toplinks {
	color:#000000; 
	text-transform: lowercase;
}

.toplinks:hover {
	color:#D1212B; 
	text-transform: lowercase;
}

h2{
	color: #ff434e;
}
h3{
	color: #ff434e;
}
h4{
	color: #ff434e;
}
h5{
	color: #ff434e;
}


/*#over img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 2em 0;
}*/


.imgthumb { 
  border: 1px solid #999999;
  cursor: pointer;
  padding: 2px; 
} 
.imgthumb:hover { 
  border-color: #D1212B; 
  outline: 0;

} 


#overright img {
	display: block;
	float: right;
	padding: 2em 0 2em 2em;
}
#overleft img {
	display: block;
	float: left;
	padding: .5em 2em 2em 0;
}
.divclear {
	clear: both;
}
/* Header */

#header {
/* border-top-width:3px;
	border-top-style:solid;
	customize_header_border
	
	border-top-color:#FFF; */
	
	/* customize_header_border */	
}
/*  Main Navigation  */

#nav {
	top: 20px;
	
}
ul{
	list-style: none;
}
ul.columns li::before{
	content: "\2022";
	color: red ; 
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}

.topbarcontact {
	position: absolute;
	right: 0;
	top: -35px;
}
.top-bar {
	padding-top: 35px;
	background: #fff;
	height: 110px;
	line-height: 100px;
	padding-right: 20px;	
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
}
.top-bar.expanded {
	background: #fff;
}
.top-bar.expanded .title-area {
	background: #fff;
}
.top-bar .top-bar-inner {
	max-width: 62.5em;
}
.top-bar .name {
	height: 70px;
}
.top-bar .name h1 a, .top-bar .name a {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 70px;
	/* customize_logo */color: #3E4E59;/* customize_logo */
	font-weight: 400;
	display: block;
	padding: 0 15px;
}
.top-bar .name h1 a:hover, .top-bar .name a:hover {
	/* customize_logo_hover */color: #181E23;/* customize_logo_hover */
}
.top-bar .toggle-topbar.menu-icon a {
	color: #afafaf;
}
.top-bar .toggle-topbar.menu-icon a span {
	-webkit-box-shadow: 0 10px 0 1px #afafaf, 0 16px 0 1px #afafaf, 0 22px 0 1px #afafaf;
	box-shadow: 0 10px 0 1px #afafaf, 0 16px 0 1px #afafaf, 0 22px 0 1px #afafaf;
}
.top-bar p {
	position: relative;
	margin: 0;
}
.top-bar-section ul {
	background: none;
}
.top-bar-section ul li > a {
	background: #fff;
	font-family: "open_sanslightArial", Helvetica, sans-serif;
	font-weight: 700;
	color: #656E72;
	text-transform: none;
	-moz-transition: background-color .25s linear;
	-webkit-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}
.top-bar-section ul li > a:hover, .top-bar-section ul li a.nav-selected, .top-bar-section ul li a.nav-path-selected {

/*background: #f4f4f4;*/

 color: #D1212B;
}
.top-bar-section ul li > a.button {
	background: #E99023;
}
.top-bar-section ul li > a.button:hover {
	background: #D26215;
}
.top-bar-section li a:not(.button), .top-bar-section .has-form {
	background: #fff;
}
.top-bar-section .has-dropdown > a:after {
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
}
.top-bar-section .dropdown li {
	border-top: 1px solid #eee;
}
.top-bar-section .dropdown li.title h5 a {
	color: #444;
}
.top-bar-section ul li > a.button {
	color: #fff;
}
.top-bar-section > ul > .divider {
	border-color: #f5f5f5;
}
#top-bar-search input {
	width: 80px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}
#top-bar-search input:focus {
	width: 200px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}
.brochure {
	font-family: "open_sanslightArial", Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	padding-left: 20px;
	float: right;
}
.brochure a:hover { /*The background image*/
	color: #000000;/*background: url(http://www.lushwebsites.com/images/pdf.png) no-repeat left center;
	background:url(../images/apple-touch-icon.png) no-repeat left center;*/	
}
/* Feature */
#feature {
	/* customize_feature_background */background-color: #353535;/* customize_feature_background */
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
}
#feature * {
	/* customize_feature_text */color: #FFFFFF;/* customize_feature_text */
}
#feature h1, #feature h2, #feature p {
	text-shadow: 0 0 2px rgba(0,0,0,0.9);
}
#feature h1 {
	/* customize_feature_h1_background background-color:#ce2029;*/
	
	/* customize_feature_h1_background */
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	font-size:2.500em;
	font-family:"helveticabold", Arial, Helvetica, sans-serif;
	padding: 0;
	font-weight: 300;

}
#feature h2, #feature .orbit-caption h3 {
	font-weight: 300;
	margin: 0;
}
#feature p {
	margin-bottom: 0;
}
#feature p.lead {
	font-weight: 200;
}
#feature img {
	width: 100%;
	vertical-align: bottom;
}
#feature .large-12 {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
#feature .orbit-container .orbit-slides-container > * .orbit-caption {
	font-size: 1em;
}
#feature .orbit-bullets li {
	background: #CCCCCC!important;
	border: none!important;
}
#feature .orbit-bullets li.active {
	background: #d1212b!important;
}
/* Sections */
#sections {
	/* customize_sections_background */background-color: #FFFFFF;/* customize_sections_background */
	text-align: center;
}
#sections * {
	/* customize_sections_text */color: #5A5A5A;/* customize_sections_text */
}
#sections p {
	/* customize_sections_paragraphs */color: #f5f5f5;/* customize_sections_paragraphs */
	margin-bottom: 1em;
}
#sections .columns {
	padding-top: 30px;
	padding-bottom: 30px;
}
#sections .columns:hover {
/* customize_sections_background_hover background-color:#eb8406;*//* customize_sections_background_hover */
}
/* Wrapper */
#wrapper {
	/* customize_content_background */background-color: #353535;/* customize_content_background */
	padding: 0 0;
	box-shadow: 0 -5px 5px -5px #000000;
}

/* Content */
#content {
/*margin-top:1.563em;*/
}
/* Sidebar */
#sidebar {
	background: url("../images/common/leftbg.png");
	background-repeat: no-repeat;
	height: 722px;
	width: 250px;
}

#sidebarcon {
	height: 722px;
	width: 400px;
}

/* Side Navigation */
.side-nav {
	margin-left: 0!important;
}
.side-nav li {
}
.side-nav li a {
	/* customize_side_menu_link */color: #FFFFFF;/* customize_side_menu_link */
}
.side-nav li a:hover, .side-nav li a.nav-path-selected, .side-nav li a.nav-selected {
	/* customize_side_menu_link_hover */color: #FFFFFF;/* customize_side_menu_link_hover */
}
.side-nav li a.nav-path-selected, .side-nav li a.nav-selected {
	font-weight: bold;
	font-size: 14px;
}
.side-nav li ul {
	margin-top: 0.15em;
}
/* Sub Navigation */
.sub-nav dt.active a, .sub-nav dd.active a {
	background: #E99023;
}
/* Callout */
#callout {
	/* customize_callout_background */background-color: #999999;/* customize_callout_background */
	padding: 30px 0;
	/* customize_callout_text */color: #FFFFFF;/* customize_callout_text */
	text-align: center;
}
#callout p, #callout .button {
	margin-bottom: 0;
	display: inline-block;
}
#callout .button {
	margin-left: 30px;
}
/* Footer */
#footer {
	/* customize_footer_background */background-color: #4d4d4d;/* customize_footer_background; style="box-shadow: 6px 0 4px -4px #222 , -6px 0 4px -4px #222;"*/
	padding: 5px 0 10px;
	/* customize_footer_text */color: #999999;/* customize_footer_text */
}
#footer .columns {
	font-size: 0.875em;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	/* customize_footer_headings */color: #FFFFFF;/* customize_footer_headings */
}
#footer a {
	/* customize_footer_link */color: #bbbbbb;/* customize_footer_link */
}
#footer a:hover {
	/* customize_footer_link_hover */color: #ffffff;/* customize_footer_link_hover */
}
#footer ul {
	list-style: none;
}
#footer ul li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 5px 0;
}
#footer ul li a {
	display: block;
}
#footer #copyright {
	font-size: 0.70em;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,0.25);
}
#footer #copyright .sub-nav dt, #footer #copyright .sub-nav dd {
	font-size: 1em;
}
#footer #copyright .sub-nav dt.active a, #footer #copyright .sub-nav dd.active a {
	background: #7499A7;
	color: white;
}
/* ------------------------------------------
   ELEMENTS
------------------------------------------- */ 

/* Buttons */
.button.custom {
	background-color: #FFFFFF;
	color: Black !important;
	border: #d1212b solid 1px !important;
}
.button.custom:hover, .button.custom:focus {
	background-color: #d1212b;
}
/* Page List */
.ccm-page-list {
}
.ccm-page-list .row {
	margin-bottom: 1em;
}
.ccm-page-list-title {
	line-height: 1.2;
	margin: 0 0 0.35em;
}
div.ccm-page-list-description {
	margin: 0 0 2em;
}
p.ccm-page-list-description {
	margin: 0 0 1em;
}
.ccm-page-list .columns {
	text-align: center;
}
.ccm-page-list-one-col .columns {
	text-align: left;
}
.ccm-page-list-thumbnail {
	margin-bottom: 1em;
	position: relative;
	overflow: hidden;
}
.ccm-page-list-thumbnail img {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.ccm-autonav-breadcrumb-sep {
	margin: 0 5px;
}
.overlay {
	background: #E99023;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.ccm-page-list-controls {
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -0.75em;
	padding: 0 1em;
	opacity: 0;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	-webkit-transform: translateY(-75px);
	-moz-transform: translateY(-75px);
	-o-transform: translateY(-75px);
	transform: translateY(-75px);
}
.ccm-page-list-controls .button.secondary {
	background-color: #3E4E59;
	border: none;
	color: #fff;
	opacity: 0.85;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.ccm-page-list-controls .button.secondary:hover {
	opacity: 1;
}
.ccm-page-list-thumbnail:hover .overlay {
	opacity: 0.8;
}
.ccm-page-list-thumbnail:hover .ccm-page-list-controls {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transition-delay: 0.1s;
}
.ccm-page-list-thumbnail:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
small.meta {
	font-size: 75%;
	color: #6F6F6F;
	display: block;
	margin: 0 0 0.95em;
}
.blog_entry small.meta {
	margin-bottom: 1.5em;
}
/* Forms */
table.formBlockSurveyTable {
	border: none;
}
table.formBlockSurveyTable tr.even, table.formBlockSurveyTable tr.alt, table.formBlockSurveyTable tr:nth-of-type(2n) {
	background: none;
}
.required {
	font-family:"open_sanslight", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D1212B;
}


.formlabel {
	font-family:"open_sanslight", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:14px;
	color: #FFFFFF;
}

.heighttext{
height:30px
}


/* Tag List */
.ccm-tags-display {
	margin: 0 0 1.5em;
}
.ccm-tags-display ul.ccm-tag-list {
	overflow: hidden;
	margin-left: 0!important;
}
.ccm-tags-display ul.ccm-tag-list li {
	background-color: #E9E9E9;
	height: auto!important;
	color: #333333;
}
.ccm-tags-display ul.ccm-tag-list li:hover {
	background-color: #d3d3d3;
}
.ccm-tags-display ul.ccm-tag-list li a {
	color: #333333;
}
/* Blog */
.post-title {
	margin-bottom: 0.25em;
}
.entry .ccm-output-thumbnail {
	margin: 0.75em 0;
}
/* Date Archives */
#main-content-sidebar-archives h4 {
	margin-bottom: 0.25em;
}
#main-content-sidebar-archives ul {
	list-style: none;
	margin-left: 0!important;
}
/* Google Map */
.googleMapCanvas img {
	max-width: none;
}
/* Orbit */
.orbit-container .orbit-slides-container > * .orbit-caption {
	padding: 15px 75px;
}
.orbit-caption h3, .orbit-caption p {
	margin-top: 0;
	margin-bottom: 0;
}
.orbit-caption h3 {
	font-size: 1.2em;
}
.orbit-caption p {
	font-size: 1em;
	line-height: 1.2;
	display: none;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
<!--
background-color:#E99023;
-->
<!--
background-color:rgba(233,144,55,0.8);
-->
 -webkit-transition:all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {

background-color:#D1212B;
/*background-color:rgba(233,144,55,1);*/

}
.orbit-container .orbit-prev:hover span {
/*	border-color: transparent white transparent transparent;*/
	border-color: transparent white transparent transparent;
}
.orbit-container .orbit-next:hover span {
	border-color: transparent transparent transparent white;
}
.orbit-bullets {
	text-align: center;
	margin: 4px auto 14px;
	top: 8px;
}
.orbit-bullets li {
	float: none;
	display: inline-block;
	height: 14px;
	width: 14px;
}
.orbit-bullets li.active {
}
.orbit-container .orbit-timer .orbit-progress {
	background-color: rgba(255,255,255,0.6);
}
.orbit-container .orbit-timer > span {
	border: solid 4px white;
	border-top: none;
	border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
	border-color: transparent transparent transparent white;
}
.orbit-container .orbit-slide-number {
	color: #ffffff;
}
/* Check List */
ul.check-list {
	list-style: none;
	font-size: 0.9em;
	margin-top: 1.5em;
	margin-left: 0!important;
}
ul.check-list i {
	color: #E99023;
}
/* Alert Box */
.alert-box p {
	margin-bottom: 0;
	line-height: 1;
}


/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@-moz-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
.fade-in {
	opacity: 0;  /* make things invisible upon start */
	-webkit-animation: fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}
.fade-in.one {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.fade-in.two {
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	animation-delay: 0.75s;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 80%;
}
.fade-in.three {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
/* alignment classes & additional classes*/

.left {
	float: left;
}
.right {
	float: right;
}
/* Clearing */

.clearboth {
	clear: both;
}
.clear {
	display: inline-block;
}
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
/* concrete5 interface */
#ccm-page-controls-wrapper *, #ccm-page-controls-wrapper *:before, #ccm-page-controls-wrapper *:after, .ui-dialog *, .ui-dialog *:before, .ui-dialog *:after {
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
.ui-dialog input {
	display: inline-block;
	width: auto;
}
.ui-dialog select {
	width: auto;
}
 @media only screen and (min-width: 48em) {
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}
h1 {
	font-size: 2.75em;
	line-height: 1.2;	
	
}
h2 {
	font-size: 1.5em;
	line-height: 1.2;
}
h3 {
	font-size: 1.625em;
	font-weight: 300;
	font-family:"open_sanslight", Arial, Helvetica, sans-serif;
	
}


h3.leftsidetitle {
	font-size: 1.250em;
	font-weight: 700;
	margin-top:5px;
	font-family:"open_sanslight", Arial, Helvetica, sans-serif;
	color:white !important;
}

h4 {
	font-size: 1.6em;
	font-weight:300;
	font-family:"open_sanslight", Arial, Helvetica, sans-serif;
	color:#f04d56;
}

h5 {
	font-size: 1.250em;
	font-weight:300;
	font-family:"open_sanslight", Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}
.top-bar-section .dropdown {
	box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}
.ccm-page-list-one-col .ccm-page-list-thumbnail {
	margin-bottom: 0;
}
.orbit-caption h3 {
	font-size: 1.6875em;
}
.orbit-caption p {
	font-size: 1em;
	line-height: 1.6;
	display: block;
}
}
 @media only screen and (min-width: 58.75em) {
.top-bar-section li a:not(.button) {	
	line-height: 58px;
	body{
		padding-top: 100px;
	}
}

.top-bar-section > ul > .divider, .top-bar-section .has-form {
	height: 60px;
}
.top-bar-section .dropdown li a {
	font-size: 0.875em;
	line-height: 1.5;
}
.top-bar-section .has-dropdown > a:after {
	border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
}
.top-bar-section ul.right li .dropdown li .dropdown {
	margin-top: -1px;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	margin-top: -10px;
}
.top-bar input, .top-bar .button, .top-bar p {
	top: 21px;
}
.top-bar p .button {
	top: 0;
}
#feature h2, #feature .orbit-caption h3 {
	font-size: 2.3125em;
}
#feature p.lead {
	font-size: 1.875em;
	font-family:"open_sans_condensedbold", Arial, Helvetica, sans-serif;
	line-height:32px;
	font-weight:300;
	

}
#feature .large-12 {
	padding-top: 3.5em;
	padding-bottom: 3.5em;
}
}
/* customize_miscellaneous */ /* customize_miscellaneous */


/* Automatically included across all of c5 - use this file gingerly */
img.ccm-captcha-image {
	display: block
}
/* clear and pagination styles */
*.ccm-spacer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
div.ccm-pagination {
	text-align: center;
	position: relative
}
div.ccm-pagination span.ccm-page-right {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 0px !important
}
div.ccm-pagination span.ccm-page-right span {
	margin-right: 0px
}
div.ccm-pagination span.ccm-page-left {
	position: absolute;
	top: 0px;
	left: 0px
}
div.ccm-pagination span {
	margin-right: 4px
}
.ccm-ui div.ccm-pagination span {
	margin-right: 0px;
}
/* Extra pagination styling to make code generated by C5 pagination helper look nice */
div.pagination ul strong, div.pagination ul span.ltgray {
	display: block;
	padding: 0 14px;
	float: left;
	line-height: 34px;
	border-right: 1px solid #DDD;
	text-decoration: none;
}
/* Layout */ 
/*
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
*/
.ccm-layout-table .ccm-layout-col {
	float: left
}
.ccm-layout .first .ccm-layout-col-spacing {
	margin-left: 0px !important
}
.ccm-layout .last .ccm-layout-col-spacing {
	margin-right: 0px !important
}
/* global error styles */
.ccm-error {
	font-weight: bold;
	color: #f00
}
.ccm-required {
	font-weight: bold;
	color: #3975AD
}
div#ccm-overlay {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height: 100%;
	width: 100%;
	display: none;
}
.ccm-input-time-wrapper select {
	width: 55px !important;
	margin-right: 4px !important;
}
.ccm-input-date {
	width: 80px !important;
	margin-right: 4px !important;
}
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	height: 13px
}
div.pp_default .pp_top .pp_left {
	background: url() -78px -93px no-repeat
}
div.pp_default .pp_top .pp_middle {
	background: url() top left repeat-x
}
div.pp_default .pp_top .pp_right {
	background: url() -112px -93px no-repeat
}
div.pp_default .pp_content .ppt {
	color: #f8f8f8
}
div.pp_default .pp_content_container .pp_left {
	background: url() -7px 0 repeat-y;
	padding-left: 13px
}
div.pp_default .pp_content_container .pp_right {
	background: url() top right repeat-y;
	padding-right: 13px
}
div.pp_default .pp_next:hover {
	background: url() center right no-repeat;
	cursor: pointer
}
div.pp_default .pp_previous:hover {
	background: url() center left no-repeat;
	cursor: pointer
}
div.pp_default .pp_expand {
	background: url() 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}
div.pp_default .pp_expand:hover {
	background: url() 0 -56px no-repeat;
	cursor: pointer
}
div.pp_default .pp_contract {
	background: url() 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px
}
div.pp_default .pp_contract:hover {
	background: url() 0 -113px no-repeat;
	cursor: pointer
}
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url() 2px 1px no-repeat;
	cursor: pointer
}
div.pp_default .pp_gallery ul li a {
	background: url() center center #f8f8f8;
	border: 1px solid #aaa
}
div.pp_default .pp_social {
	margin-top: 7px
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
	background: url() -51px 1px no-repeat;
	height: 30px;
	width: 30px
}
div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
	background: url() -31px -3px no-repeat;
	height: 20px;
	width: 20px;
	margin: 4px 0 0
}
div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px
}
div.pp_default .pp_content_container .pp_details {
	margin-top: 5px
}
div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 110px;
	position: relative
}
div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0 0 0 10px
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7
}
div.pp_default .pp_description {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin: 5px 50px 5px 0
}
div.pp_default .pp_bottom .pp_left {
	background: url() -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
	background: url() bottom left repeat-x
}
div.pp_default .pp_bottom .pp_right {
	background: url() -112px -127px no-repeat
}
div.pp_default .pp_loaderIcon {
	background: url() center center no-repeat
}
div.light_rounded .pp_top .pp_left {
	background: url() -88px -53px no-repeat
}
div.light_rounded .pp_top .pp_right {
	background: url() -110px -53px no-repeat
}
div.light_rounded .pp_next:hover {
	background: url() center right no-repeat;
	cursor: pointer
}
div.light_rounded .pp_previous:hover {
	background: url() center left no-repeat;
	cursor: pointer
}
div.light_rounded .pp_expand {
	background: url() -31px -26px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_expand:hover {
	background: url() -31px -47px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_contract {
	background: url() 0 -26px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_contract:hover {
	background: url() 0 -47px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url() -1px -1px no-repeat;
	cursor: pointer
}
div.light_rounded .pp_nav .pp_play {
	background: url() -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_rounded .pp_nav .pp_pause {
	background: url() -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_rounded .pp_arrow_previous {
	background: url() 0 -71px no-repeat
}
div.light_rounded .pp_arrow_next {
	background: url() -22px -71px no-repeat
}
div.light_rounded .pp_bottom .pp_left {
	background: url() -88px -80px no-repeat
}
div.light_rounded .pp_bottom .pp_right {
	background: url() -110px -80px no-repeat
}
div.dark_rounded .pp_top .pp_left {
	background: url() -88px -53px no-repeat
}
div.dark_rounded .pp_top .pp_right {
	background: url() -110px -53px no-repeat
}
div.dark_rounded .pp_content_container .pp_left {
	background: url() top left repeat-y
}
div.dark_rounded .pp_content_container .pp_right {
	background: url() top right repeat-y
}
div.dark_rounded .pp_next:hover {
	background: url() center right no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_previous:hover {
	background: url() center left no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_expand {
	background: url() -31px -26px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_expand:hover {
	background: url() -31px -47px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_contract {
	background: url() 0 -26px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_contract:hover {
	background: url() 0 -47px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url() -1px -1px no-repeat;
	cursor: pointer
}
div.dark_rounded .pp_description {
	margin-right: 85px;
	color: #fff
}
div.dark_rounded .pp_nav .pp_play {
	background: url() -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_rounded .pp_nav .pp_pause {
	background: url() -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_rounded .pp_arrow_previous {
	background: url() 0 -71px no-repeat
}
div.dark_rounded .pp_arrow_next {
	background: url() -22px -71px no-repeat
}
div.dark_rounded .pp_bottom .pp_left {
	background: url() -88px -80px no-repeat
}
div.dark_rounded .pp_bottom .pp_right {
	background: url() -110px -80px no-repeat
}
div.dark_rounded .pp_loaderIcon {
	background: url() center center no-repeat
}
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
	background: #000
}
div.dark_square .pp_description {
	color: #fff;
	margin: 0 85px 0 0
}
div.dark_square .pp_loaderIcon {
	background: url() center center no-repeat
}
div.dark_square .pp_expand {
	background: url() -31px -26px no-repeat;
	cursor: pointer
}
div.dark_square .pp_expand:hover {
	background: url() -31px -47px no-repeat;
	cursor: pointer
}
div.dark_square .pp_contract {
	background: url() 0 -26px no-repeat;
	cursor: pointer
}
div.dark_square .pp_contract:hover {
	background: url() 0 -47px no-repeat;
	cursor: pointer
}
div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url() -1px -1px no-repeat;
	cursor: pointer
}
div.dark_square .pp_nav {
	clear: none
}
div.dark_square .pp_nav .pp_play {
	background: url() -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_square .pp_nav .pp_pause {
	background: url() -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.dark_square .pp_arrow_previous {
	background: url() 0 -71px no-repeat
}
div.dark_square .pp_arrow_next {
	background: url() -22px -71px no-repeat
}
div.dark_square .pp_next:hover {
	background: url() center right no-repeat;
	cursor: pointer
}
div.dark_square .pp_previous:hover {
	background: url() center left no-repeat;
	cursor: pointer
}
div.light_square .pp_expand {
	background: url() -31px -26px no-repeat;
	cursor: pointer
}
div.light_square .pp_expand:hover {
	background: url() -31px -47px no-repeat;
	cursor: pointer
}
div.light_square .pp_contract {
	background: url() 0 -26px no-repeat;
	cursor: pointer
}
div.light_square .pp_contract:hover {
	background: url() 0 -47px no-repeat;
	cursor: pointer
}
div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url() -1px -1px no-repeat;
	cursor: pointer
}
div.light_square .pp_nav .pp_play {
	background: url() -1px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_square .pp_nav .pp_pause {
	background: url() -24px -100px no-repeat;
	height: 15px;
	width: 14px
}
div.light_square .pp_arrow_previous {
	background: url() 0 -71px no-repeat
}
div.light_square .pp_arrow_next {
	background: url() -22px -71px no-repeat
}
div.light_square .pp_next:hover {
	background: url() center right no-repeat;
	cursor: pointer
}
div.light_square .pp_previous:hover {
	background: url() center left no-repeat;
	cursor: pointer
}
div.facebook .pp_top .pp_left {
	background: url() -88px -53px no-repeat
}
div.facebook .pp_top .pp_middle {
	background: url() top left repeat-x
}
div.facebook .pp_top .pp_right {
	background: url() -110px -53px no-repeat
}
div.facebook .pp_content_container .pp_left {
	background: url() top left repeat-y
}
div.facebook .pp_content_container .pp_right {
	background: url() top right repeat-y
}
div.facebook .pp_expand {
	background: url() -31px -26px no-repeat;
	cursor: pointer
}
div.facebook .pp_expand:hover {
	background: url() -31px -47px no-repeat;
	cursor: pointer
}
div.facebook .pp_contract {
	background: url() 0 -26px no-repeat;
	cursor: pointer
}
div.facebook .pp_contract:hover {
	background: url() 0 -47px no-repeat;
	cursor: pointer
}
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url() -1px -1px no-repeat;
	cursor: pointer
}
div.facebook .pp_description {
	margin: 0 37px 0 0
}
div.facebook .pp_loaderIcon {
	background: url() center center no-repeat
}
div.facebook .pp_arrow_previous {
	background: url() 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default
}
div.facebook .pp_arrow_next {
	background: url() -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default
}
div.facebook .pp_nav {
	margin-top: 0
}
div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px
}
div.facebook .pp_nav .pp_play {
	background: url() -1px -123px no-repeat;
	height: 22px;
	width: 22px
}
div.facebook .pp_nav .pp_pause {
	background: url() -32px -123px no-repeat;
	height: 22px;
	width: 22px
}
div.facebook .pp_next:hover {
	background: url() center right no-repeat;
	cursor: pointer
}
div.facebook .pp_previous:hover {
	background: url() center left no-repeat;
	cursor: pointer
}
div.facebook .pp_bottom .pp_left {
	background: url() -88px -80px no-repeat
}
div.facebook .pp_bottom .pp_middle {
	background: url() top left repeat-x
}
div.facebook .pp_bottom .pp_right {
	background: url() -110px -80px no-repeat
}
div.pp_pic_holder a:focus {
	outline: none
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000
}
.pp_content {
	height: 40px;
	min-width: 40px
}
* html .pp_content {
	width: 40px
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%
}
.pp_content_container .pp_left {
	padding-left: 20px
}
.pp_content_container .pp_right {
	padding-right: 20px
}
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px
}
.pp_description {
	display: none;
	margin: 0
}
.pp_social {
	float: left;
	margin: 0
}
.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden
}
.pp_social .twitter {
	float: left
}
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0
}
.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px
}
.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px
}
a.pp_arrow_previous, a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative
}
.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0
}
.pp_gallery ul a {
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden
}
.pp_gallery ul a img {
	border: 0
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0
}
.pp_gallery li.default a {
	background: url() 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top: 7px!important
}
a.pp_next {
	background: url() 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}
a.pp_previous {
	background: url() 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}
a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px
}
#pp_full_res {
	line-height: 1!important
}
#pp_full_res .pp_inline {
	text-align: left
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px
}
div.pp_default .pp_content, div.light_rounded .pp_content {
	background-color: #fff
}
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
	color: #000
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
	border-color: #fff
}
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
	position: relative
}
div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
	background: #fff
}
div.light_rounded .pp_description, div.light_square .pp_description {
	margin-right: 85px
}
div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px!important
}
div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default
}
div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default
}
div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
	background: url() center center no-repeat
}
div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
	background: url() top left repeat
}
div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
	color: #c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
	color: #fff
}
.pp_top, .pp_bottom {
	height: 20px;
	position: relative
}
* html .pp_top, * html .pp_bottom {
	padding: 0 20px
}
.pp_top .pp_left, .pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left: 0;
	position: static
}
.pp_top .pp_right, .pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}
.pp_fade, .pp_gallery li.default a img {
	display: none
}
.separator1 {
	height: 1px;
}
.separator2 {
	height: 2px;
}
.separator3 {
	height: 3px;
}
.separator4 {
	height: 4px;
}
.separator5 {
	height: 5px;
}
.separator6 {
	height: 6px;
}
.separator7 {
	height: 7px;
}
.separator8 {
	height: 8px;
}
.separator9 {
	height: 9px;
}
.separator10 {
	height: 10px;
}
.separator11 {
	height: 11px;
}
.separator12 {
	height: 12px;
}
.separator13 {
	height: 13px;
}
.separator14 {
	height: 14px;
}
.separator15 {
	height: 15px;
}
.separator16 {
	height: 16px;
}
.separator17 {
	height: 17px;
}
.separator18 {
	height: 18px;
}
.separator20 {
	height: 20px;
}
.separator21 {
	height: 21px;
}
.separator22 {
	height: 22px;
}
.separator27 {
	height: 27px;
}
.separator28 {
	height: 28px;
}
.separator29 {
	height: 29px;
}
.separator30 {
	height: 30px;
}
.separator31 {
	height: 31px;
}
.separator34 {
	height: 34px;
}
.separator35 {
	height: 35px;
}
.separator39 {
	height: 39px;
}
.separator40 {
	height: 40px;
}
.separator41 {
	height: 41px;
}
.separator42 {
	height: 42px;
}
.separator43 {
	height: 43px;
}
.separator44 {
	height: 44px;
}
/**   Customized CSS ***/
h2.col {
	padding-top: 85px;
	text-align: left;
}
h2.coltop {
	padding-top: 5px;
	text-align: left;
}



/*Tools and Technologies Table Formatting */

.tandt-heading-bg {  /*Change the heading background with font color to white */
	background-color:#d1212b;
	color:#fff;
	
}

.tandt-row-one {
	background-color:#353535; /*Change the color of first row of a table with font to white */
	color:#fff;	
}

.tandt-row-two { /*Change the color of second row of a table with font to white */
	background-color:#2c2c2c;
	color:#fff;	
}


/* Change teh Table Border Color */
.box-border-color {
	border-color:#797979;

}
	
	
.top-heading-font {  /*Formattingn of First Heading Font above tables  */
	font-size:1.000em;
	font-family: "open_sanslight",Arial,Helvetica,sans-serif;		
	font-weight:700;
}
	
.bottom-heading-font { /*Formattingn of 2nd Heading Font above tables  */
	font-size:0.938em;
	font-family: "open_sanslight",Arial,Helvetica,sans-serif;	
	font-weight:300;
}
	
.right-border-color {  /* Table Columns Border Color */
	border-right: 1px solid #797979;
}


.brochurelink {  /* Table Columns Border Color */
	z-index: 101; 
	position: relative !important;
}
.downloadbrochureright{
	float: right;
	 background-image: url(../images/common/download-brochure.png); background-repeat: no-repeat; background-position: left; padding-left: 25px; font-size:16px;
	
	}
.downloadbrochureleft{
	float: left; 
	color:#FFF; 
	font-size:16px;	
		
	}

/* Updated by Automation Team */

.top-bar-section li a:not(.button){
	/* font-size: 16px;
	line-height: 56px; */
	font-size: 0.975em;
    line-height: 3.5;
	padding-right: 1.5em;
}

.top-bar-section .dropdown li a {
    /* font-size: 0.875em;
    line-height: 1.5; */
	font-size: 0.975em;
    line-height: 1.5;
}

p {
	font-size: 1.2em;
}

table thead, tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
	font-size: 1.2em;
}

table tr th, table tr td {
	font-size: 1.2em;
}

ul, ol, dl{
	font-size: 1.2em;
}

.side-nav li {
	font-size: 0.775em;
}

